@wildix/wda-history-client 1.0.3 → 1.0.4

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.
@@ -56,7 +56,6 @@ export interface GetConferenceTranscriptionCommandOutput extends GetConferenceTr
56
56
  * // },
57
57
  * // },
58
58
  * // ],
59
- * // flowIndex: Number("int"), // required
60
59
  * // },
61
60
  * // };
62
61
  *
@@ -444,7 +444,6 @@ export interface ConferenceTranscriptionRecord {
444
444
  time: number;
445
445
  company: string;
446
446
  transcriptions: (ConferenceTranscription)[];
447
- flowIndex: number;
448
447
  }
449
448
  /**
450
449
  * @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.3",
4
+ "version": "1.0.4",
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",