Skip to content

Commit 7b62982

Browse files
committed
remove unneeded field
1 parent d7098b5 commit 7b62982

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

protos/src/main/proto/tcnapi/exile/gate/v2/public.proto

-2
Original file line numberDiff line numberDiff line change
@@ -751,13 +751,11 @@ message ListHuntGroupPauseCodesResponse {
751751
repeated string pause_codes = 3;
752752
}
753753
message PutCallOnSimpleHoldRequest {
754-
int64 current_session_id = 1;
755754
string partner_agent_id = 2;
756755
}
757756
message PutCallOnSimpleHoldResponse {}
758757

759758
message TakeCallOffSimpleHoldRequest {
760-
int64 current_session_id = 1;
761759
string partner_agent_id = 2;
762760
}
763761
message TakeCallOffSimpleHoldResponse {}

0 commit comments

Comments
 (0)