ysyt-agent-sdk 1.0.95 → 1.0.96

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.
@@ -138,6 +138,7 @@ export interface CallCrmObject {
138
138
  * 号码归属地省份
139
139
  */
140
140
  province: string;
141
+ is_vip: 0 | 1;
141
142
  }
142
143
  export interface AgentDataType {
143
144
  agent_no: string;