@wildix/wda-history-client 1.1.0 → 1.1.1
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.
- package/dist-types/commands/GetCallCommand.d.ts +2 -2
- package/dist-types/commands/GetCallTranscriptionCommand.d.ts +2 -2
- package/dist-types/commands/GetCallTranscriptionTextCommand.d.ts +2 -2
- package/dist-types/commands/GetConferenceCommand.d.ts +2 -2
- package/dist-types/commands/GetConferenceTranscriptionCommand.d.ts +2 -2
- package/dist-types/commands/GetConferenceTranscriptionTextCommand.d.ts +2 -2
- package/dist-types/commands/UpdateCallCommand.d.ts +2 -2
- package/package.json +2 -2
|
@@ -27,8 +27,7 @@ declare const GetCallCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Gets a call by callId and flowIndex.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -229,6 +228,7 @@ declare const GetCallCommand_base: {
|
|
|
229
228
|
* <p>Base exception class for all service exceptions from WdaHistory service.</p>
|
|
230
229
|
*
|
|
231
230
|
*
|
|
231
|
+
* @public
|
|
232
232
|
*/
|
|
233
233
|
export declare class GetCallCommand extends GetCallCommand_base {
|
|
234
234
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const GetCallTranscriptionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Gets the transcription for a call by callId and flowIndex.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -91,6 +90,7 @@ declare const GetCallTranscriptionCommand_base: {
|
|
|
91
90
|
* <p>Base exception class for all service exceptions from WdaHistory service.</p>
|
|
92
91
|
*
|
|
93
92
|
*
|
|
93
|
+
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class GetCallTranscriptionCommand extends GetCallTranscriptionCommand_base {
|
|
96
96
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const GetCallTranscriptionTextCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Gets the transcription text and chunks for a call by callId and flowIndex.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -76,6 +75,7 @@ declare const GetCallTranscriptionTextCommand_base: {
|
|
|
76
75
|
* <p>Base exception class for all service exceptions from WdaHistory service.</p>
|
|
77
76
|
*
|
|
78
77
|
*
|
|
78
|
+
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class GetCallTranscriptionTextCommand extends GetCallTranscriptionTextCommand_base {
|
|
81
81
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const GetConferenceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Gets a conference by conferenceId.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -110,6 +109,7 @@ declare const GetConferenceCommand_base: {
|
|
|
110
109
|
* <p>Base exception class for all service exceptions from WdaHistory service.</p>
|
|
111
110
|
*
|
|
112
111
|
*
|
|
112
|
+
* @public
|
|
113
113
|
*/
|
|
114
114
|
export declare class GetConferenceCommand extends GetConferenceCommand_base {
|
|
115
115
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const GetConferenceTranscriptionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Gets the transcription for a conference by conferenceId.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -89,6 +88,7 @@ declare const GetConferenceTranscriptionCommand_base: {
|
|
|
89
88
|
* <p>Base exception class for all service exceptions from WdaHistory service.</p>
|
|
90
89
|
*
|
|
91
90
|
*
|
|
91
|
+
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class GetConferenceTranscriptionCommand extends GetConferenceTranscriptionCommand_base {
|
|
94
94
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const GetConferenceTranscriptionTextCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Gets the transcription text and chunks for a conference by conferenceId.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -75,6 +74,7 @@ declare const GetConferenceTranscriptionTextCommand_base: {
|
|
|
75
74
|
* <p>Base exception class for all service exceptions from WdaHistory service.</p>
|
|
76
75
|
*
|
|
77
76
|
*
|
|
77
|
+
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class GetConferenceTranscriptionTextCommand extends GetConferenceTranscriptionTextCommand_base {
|
|
80
80
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const UpdateCallCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Updates a call by callId and flowIndex. Allows modifying call metadata such as tags.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -232,6 +231,7 @@ declare const UpdateCallCommand_base: {
|
|
|
232
231
|
* <p>Base exception class for all service exceptions from WdaHistory service.</p>
|
|
233
232
|
*
|
|
234
233
|
*
|
|
234
|
+
* @public
|
|
235
235
|
*/
|
|
236
236
|
export declare class UpdateCallCommand extends UpdateCallCommand_base {
|
|
237
237
|
/** @internal type navigation helper, not in runtime. */
|
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.1.
|
|
4
|
+
"version": "1.1.1",
|
|
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",
|
|
@@ -80,4 +80,4 @@
|
|
|
80
80
|
"react-native": {
|
|
81
81
|
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
|
82
82
|
}
|
|
83
|
-
}
|
|
83
|
+
}
|