ysyt-agent-sdk 1.1.43 → 1.1.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -102,6 +102,7 @@ export declare enum CallSipCallEventEnum {
102
102
  CONSULT_TRANSFER_OFF_HOOK = "consult_transfer_off_hook",
103
103
  INCOMING_CALL = "incoming_call",
104
104
  PREDICT_INCOMING_CALL = "predict_incoming_call",
105
+ DUAL_CALL_INCOMING_CALL = "dual_call_incoming_call",
105
106
  INCOMING_CALL_OFF_HOOK = "incoming_call_off_hook",
106
107
  INCOMING_CALL_END = "incoming_call_end",
107
108
  SATISFACTION_EVALUATION_SUCCESS = "satisfaction_evaluation_success",
@@ -264,6 +264,11 @@ export interface Events {
264
264
  session_id: string;
265
265
  trace_id: string;
266
266
  };
267
+ [CallSipCallEventEnum.DUAL_CALL_INCOMING_CALL]: {
268
+ customer_phone: string;
269
+ session_id: string;
270
+ trace_id: string;
271
+ };
267
272
  [CallSipCallEventEnum.INCOMING_CALL_OFF_HOOK]: {
268
273
  session_id: string;
269
274
  };