From 3d64add0e60c4a9160033d8070d37044ee960292 Mon Sep 17 00:00:00 2001 From: TP Honey Date: Tue, 8 Oct 2024 15:59:56 +0100 Subject: [PATCH] Update account.proto --- account.proto | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/account.proto b/account.proto index 637067f..fdf76de 100644 --- a/account.proto +++ b/account.proto @@ -372,11 +372,12 @@ message SubmitSourceHeartbeatRequest { string type = 6; // Whether the source is managed, or local SourceManaged managed = 7; - // The scopes that this source can discover + // 8 is no longer used reserved 8; + // The scopes that this source can discover repeated string availableScopes = 9; // AdapterMetadata is a map of metadata that the source can send to the API - repeated AdapterMetadata adapterMetadata = 9; + repeated AdapterMetadata adapterMetadata = 10; } message AdapterMetadata {