@wildix/wda-insights-client 1.0.45 → 1.0.46
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.
|
@@ -45,7 +45,6 @@ declare const GetCallSummaryCommand_base: {
|
|
|
45
45
|
* // { // GetCallSummaryOutput
|
|
46
46
|
* // status: "NONE" || "UNAVAILABLE" || "SCHEDULED" || "STARTED" || "SUCCEEDED" || "FAILED", // required
|
|
47
47
|
* // summary: { // TranscriptionSummary
|
|
48
|
-
* // text: "STRING_VALUE",
|
|
49
48
|
* // title: "STRING_VALUE",
|
|
50
49
|
* // brief: "STRING_VALUE",
|
|
51
50
|
* // json: { // TranscriptionSummaryJson
|
|
@@ -44,7 +44,6 @@ declare const GetConferenceSummaryCommand_base: {
|
|
|
44
44
|
* // { // GetConferenceSummaryOutput
|
|
45
45
|
* // status: "NONE" || "UNAVAILABLE" || "SCHEDULED" || "STARTED" || "SUCCEEDED" || "FAILED", // required
|
|
46
46
|
* // summary: { // TranscriptionSummary
|
|
47
|
-
* // text: "STRING_VALUE",
|
|
48
47
|
* // title: "STRING_VALUE",
|
|
49
48
|
* // brief: "STRING_VALUE",
|
|
50
49
|
* // json: { // TranscriptionSummaryJson
|
|
@@ -1357,7 +1357,6 @@ export interface TranscriptionSummaryJson {
|
|
|
1357
1357
|
* @public
|
|
1358
1358
|
*/
|
|
1359
1359
|
export interface TranscriptionSummary {
|
|
1360
|
-
text?: string | undefined;
|
|
1361
1360
|
title?: string | undefined;
|
|
1362
1361
|
brief?: string | undefined;
|
|
1363
1362
|
json?: TranscriptionSummaryJson | undefined;
|
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.
|
|
4
|
+
"version": "1.0.46",
|
|
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",
|