ysyt-agent-sdk 1.0.146 → 1.0.147

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.
@@ -174,7 +174,7 @@ export interface RecordItemType {
174
174
  session_id: string;
175
175
  call_type: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
176
176
  call_trace: string;
177
- direction: 0 | 1;
177
+ direction: 0 | 1 | 2;
178
178
  custom_reason: number;
179
179
  customer_num: string;
180
180
  customer_name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ysyt-agent-sdk",
3
- "version": "1.0.146",
3
+ "version": "1.0.147",
4
4
  "main": "dist/ysyt-agent-sdk.cjs.js",
5
5
  "module": "dist/ysyt-agent-sdk.esm.js",
6
6
  "types": "dist/src/index.d.ts",