ysyt-agent-sdk 2.0.37 → 2.0.38

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