Skip to content

Commit 285a875

Browse files
committed
update enum name to be consistent
1 parent 22c4b34 commit 285a875

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tcnapi/exile/gate/v2/public.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,12 +1209,12 @@ message TransferRequest {
12091209
Action action = 6;
12101210

12111211
enum Kind {
1212-
KIND_COLD = 0;
1212+
COLD = 0;
12131213
WARM = 1;
12141214
CONFERENCE = 2;
12151215
}
12161216
enum Action {
1217-
ACTION_START = 0;
1217+
START = 0;
12181218
APPROVE = 1;
12191219
CANCEL = 2;
12201220
}

0 commit comments

Comments
 (0)