Skip to content

Commit

Permalink
Update account.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
tphoney authored Oct 8, 2024
1 parent 5121a06 commit 3d64add
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions account.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3d64add

Please sign in to comment.