From 78c0bd82deede497854e17eb7675972db79183bb Mon Sep 17 00:00:00 2001 From: Tabing010102 Date: Tue, 31 Dec 2024 23:55:22 +0800 Subject: [PATCH] chore(gebura): remove sentinel_id in SentinelAppBinary --- proto/librarian/sephirah/v1/gebura.proto | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/proto/librarian/sephirah/v1/gebura.proto b/proto/librarian/sephirah/v1/gebura.proto index dbd702a..de45095 100644 --- a/proto/librarian/sephirah/v1/gebura.proto +++ b/proto/librarian/sephirah/v1/gebura.proto @@ -181,9 +181,8 @@ message ReportAppBinariesRequest { repeated SentinelAppBinary sentinel_app_binaries = 1; message SentinelAppBinary { AppBinary app_binary = 1; - librarian.v1.InternalID sentinel_id = 2; - int64 sentinel_library_id = 3; - string sentinel_generated_id = 4; + int64 sentinel_library_id = 2; + string sentinel_generated_id = 3; } }