ysyt-agent-sdk 1.0.151 → 1.0.152

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.
@@ -246,6 +246,7 @@ export interface Events {
246
246
  [CallSipCallEventEnum.INCOMING_CALL]: {
247
247
  customer_phone: string;
248
248
  session_id: string;
249
+ trace_id: string;
249
250
  };
250
251
  [CallSipCallEventEnum.INCOMING_CALL_OFF_HOOK]: {
251
252
  session_id: string;
@@ -13,4 +13,5 @@ export declare const DeviceMap: {
13
13
  2: string;
14
14
  3: string;
15
15
  };
16
+ export declare const isNumber: (str: string) => boolean;
16
17
  export {};