@wildix/wda-insights-client 1.0.15 → 1.0.16

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.
@@ -240,7 +240,7 @@ export interface ListConversationsCommandOutput extends ListConversationsOutput,
240
240
  * // id: "STRING_VALUE", // required
241
241
  * // user: "STRING_VALUE", // required
242
242
  * // start: Number("long"), // required
243
- * // text: Number("long"), // required
243
+ * // text: "STRING_VALUE", // required
244
244
  * // },
245
245
  * // ],
246
246
  * // summary: { // ListConversationsItemHighlightSummary
@@ -704,7 +704,7 @@ export interface ListConversationsItemHighlightTranscriptionItem {
704
704
  id: string;
705
705
  user: string;
706
706
  start: number;
707
- text: number;
707
+ text: string;
708
708
  }
709
709
  /**
710
710
  * @public
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wildix/wda-insights-client",
3
3
  "description": "@wildix/wda-insights-client client",
4
- "version": "1.0.15",
4
+ "version": "1.0.16",
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",