ysyt-agent-sdk 2.0.39 → 2.0.41

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.
@@ -152,6 +152,7 @@ export interface CallCrmObject {
152
152
  is_vip: 0 | 1;
153
153
  trace_id?: string;
154
154
  type: string;
155
+ session_id: string;
155
156
  }
156
157
  export interface AgentDataType {
157
158
  agent_no: string;