Skip to content

Commit e0f3c41

Browse files
committed
one method
1 parent b80bbc6 commit e0f3c41

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

tcnapi/exile/gate/v2/public.proto

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -306,12 +306,6 @@ service GateService {
306306
body: "*"
307307
};
308308
}
309-
rpc CallerRequeue(CallerRequeueRequest) returns (CallerRequeueResponse) {
310-
option (google.api.http) = {
311-
get: "/tcnapi/exile/gate/v2/caller_requeue"
312-
body: "*"
313-
};
314-
}
315309
}
316310

317311
// TimeRange represents an inclusive time interval for filtering logs.
@@ -1204,9 +1198,10 @@ message TransferRequest {
12041198
oneof destination {
12051199
Agent receiving_partner_agent_id = 2;
12061200
Outbound outbound = 3;
1201+
Queue queue = 4;
12071202
}
1208-
Kind kind = 4;
1209-
Action action = 5;
1203+
Kind kind = 5;
1204+
Action action = 6;
12101205

12111206
enum Kind {
12121207
KIND_COLD = 0;
@@ -1225,18 +1220,11 @@ message TransferRequest {
12251220
string destination = 2;
12261221
bool caller_hold = 3;
12271222
}
1223+
message Queue {}
12281224
}
12291225

12301226
message TransferResponse {}
12311227

1232-
message CallerRequeueRequest {
1233-
string partner_agent_id = 1;
1234-
// map<string, bool> skills = 3;
1235-
// bool replace_skills = 4;
1236-
}
1237-
1238-
message CallerRequeueResponse {}
1239-
12401228
message ListNCLRulesetNamesRequest {}
12411229
message ListNCLRulesetNamesResponse {
12421230
repeated string ruleset_names = 1;

0 commit comments

Comments
 (0)