Skip to content

Commit

Permalink
update added missing fields to some of the messages
Browse files Browse the repository at this point in the history
  • Loading branch information
namtzigla committed Nov 25, 2024
1 parent ebe23fe commit 7511732
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protos/src/main/proto/tcnapi/exile/gate/v1/entities.proto
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ message ExileTelephonyResult {
string org_id = 16;
string internal_key = 17;
// string partner_agent_id = 100;
repeated string task_data_keys = 20;
repeated string task_data_values = 21;
enum Result {
RESULT_UNKNOWN = 0;
PENDING = 1000;
Expand Down

0 comments on commit 7511732

Please sign in to comment.