diff --git a/proto/librarian/sephirah/v1/gebura.proto b/proto/librarian/sephirah/v1/gebura.proto index 7e0f8e43..b7df2bc8 100644 --- a/proto/librarian/sephirah/v1/gebura.proto +++ b/proto/librarian/sephirah/v1/gebura.proto @@ -144,7 +144,12 @@ message ListAppPackagesResponse { } message ReportAppPackagesRequest { - repeated librarian.v1.AppPackageBinary app_package_binaries = 1; + message SentinelAppPackageBinary { + // Sentinel generated id, not InternalId + int64 id = 1; + librarian.v1.AppPackageBinary app_package_binary = 2; + } + repeated SentinelAppPackageBinary sentinel_app_package_binaries = 1; } message ReportAppPackagesResponse {}