ysyt-agent-sdk 2.0.17 → 2.0.19

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.
@@ -172,7 +172,7 @@ export interface RecordItemType {
172
172
  session_id: string;
173
173
  call_type: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
174
174
  call_trace: string;
175
- direction: 0 | 1 | 2;
175
+ direction: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8;
176
176
  custom_reason: number;
177
177
  customer_num: string;
178
178
  customer_name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ysyt-agent-sdk",
3
- "version": "2.0.17",
3
+ "version": "2.0.19",
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",