@wildix/wda-history-client 1.0.36 → 1.0.37

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.
@@ -65,7 +65,7 @@ declare const GetCallTranscriptionCommand_base: {
65
65
  * // isFinal: true || false, // required
66
66
  * // start: Number("long"), // required
67
67
  * // end: Number("long"), // required
68
- * // sentiment: "STRING_VALUE", // required
68
+ * // sentiment: "STRING_VALUE",
69
69
  * // },
70
70
  * // ],
71
71
  * // },
@@ -456,7 +456,7 @@ export interface CallTranscriptionChunk {
456
456
  isFinal: boolean;
457
457
  start: number;
458
458
  end: number;
459
- sentiment: string;
459
+ sentiment?: string | undefined;
460
460
  }
461
461
  /**
462
462
  * @public
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wildix/wda-history-client",
3
3
  "description": "@wildix/wda-history-client client",
4
- "version": "1.0.36",
4
+ "version": "1.0.37",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",