From 75117325e038d464e5beefbfd589dfadab30644b Mon Sep 17 00:00:00 2001 From: Florin Stan <597933+namtzigla@users.noreply.github.com> Date: Mon, 25 Nov 2024 08:53:13 -0700 Subject: [PATCH] update added missing fields to some of the messages --- protos/src/main/proto/tcnapi/exile/gate/v1/entities.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/src/main/proto/tcnapi/exile/gate/v1/entities.proto b/protos/src/main/proto/tcnapi/exile/gate/v1/entities.proto index 2ff311c..21c43e6 100644 --- a/protos/src/main/proto/tcnapi/exile/gate/v1/entities.proto +++ b/protos/src/main/proto/tcnapi/exile/gate/v1/entities.proto @@ -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;