@wildix/wda-insights-client 1.0.12 → 1.0.13

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.
@@ -51,6 +51,7 @@ export interface ListConversationsCommandOutput extends ListConversationsOutput,
51
51
  * to: Number("int"),
52
52
  * },
53
53
  * recorded: true || false,
54
+ * transcribed: true || false,
54
55
  * direction: { // ListConversationsFilterDirection
55
56
  * inbound: true || false,
56
57
  * outbound: true || false,
@@ -641,6 +641,7 @@ export interface ListConversationsFilter {
641
641
  language?: (string)[];
642
642
  duration?: ListConversationsFilterDuration;
643
643
  recorded?: boolean;
644
+ transcribed?: boolean;
644
645
  direction?: ListConversationsFilterDirection;
645
646
  date?: ListConversationsFilterDate;
646
647
  }
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.12",
4
+ "version": "1.0.13",
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",