Skip to content

Commit ae27911

Browse files
committed
eh, maybe not
1 parent e21abef commit ae27911

File tree

2 files changed

+61
-59
lines changed

2 files changed

+61
-59
lines changed

agent/proto/agent.pb.go

Lines changed: 57 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agent/proto/agent.proto

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -402,14 +402,11 @@ message CreateSubAgentRequest {
402402
TAB = 1;
403403
}
404404

405-
406-
407405
enum SharingLevel {
408-
SHARING_LEVEL_UNSPECIFIED = 0;
409-
OWNER = 1;
410-
AUTHENTICATED = 2;
411-
PUBLIC = 3;
412-
ORGANIZATION = 4;
406+
OWNER = 0;
407+
AUTHENTICATED = 1;
408+
PUBLIC = 2;
409+
ORGANIZATION = 3;
413410
}
414411

415412
string slug = 1;

0 commit comments

Comments
 (0)