@wildix/wim-voicebots-client 1.1.3 → 1.1.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.
- package/dist-cjs/protocols/Aws_restJson1.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +2 -0
- package/dist-types/commands/CreateVoiceBotCommand.d.ts +2 -1
- package/dist-types/commands/GetVoiceBotCommand.d.ts +1 -1
- package/dist-types/commands/ListVoiceBotsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVoiceBotCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +15 -5
- package/package.json +1 -1
|
@@ -18,6 +18,7 @@ const se_CreateVoiceBotCommand = async (input, context) => {
|
|
|
18
18
|
let body;
|
|
19
19
|
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
20
20
|
'capabilities': _ => (0, smithy_client_1._json)(_),
|
|
21
|
+
'category': [],
|
|
21
22
|
'endpoint': _ => se_VoiceBotEndpoint(_, context),
|
|
22
23
|
'message': [],
|
|
23
24
|
'name': [],
|
|
@@ -234,6 +235,7 @@ const se_UpdateVoiceBotCommand = async (input, context) => {
|
|
|
234
235
|
let body;
|
|
235
236
|
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
236
237
|
'capabilities': _ => (0, smithy_client_1._json)(_),
|
|
238
|
+
'category': [],
|
|
237
239
|
'endpoint': _ => se_VoiceBotEndpoint(_, context),
|
|
238
240
|
'message': [],
|
|
239
241
|
'name': [],
|
|
@@ -15,6 +15,7 @@ export const se_CreateVoiceBotCommand = async (input, context) => {
|
|
|
15
15
|
let body;
|
|
16
16
|
body = JSON.stringify(take(input, {
|
|
17
17
|
'capabilities': _ => _json(_),
|
|
18
|
+
'category': [],
|
|
18
19
|
'endpoint': _ => se_VoiceBotEndpoint(_, context),
|
|
19
20
|
'message': [],
|
|
20
21
|
'name': [],
|
|
@@ -218,6 +219,7 @@ export const se_UpdateVoiceBotCommand = async (input, context) => {
|
|
|
218
219
|
let body;
|
|
219
220
|
body = JSON.stringify(take(input, {
|
|
220
221
|
'capabilities': _ => _json(_),
|
|
222
|
+
'category': [],
|
|
221
223
|
'endpoint': _ => se_VoiceBotEndpoint(_, context),
|
|
222
224
|
'message': [],
|
|
223
225
|
'name': [],
|
|
@@ -36,6 +36,7 @@ declare const CreateVoiceBotCommand_base: {
|
|
|
36
36
|
* const client = new VoiceBotsClient(config);
|
|
37
37
|
* const input = { // CreateVoiceBotInput
|
|
38
38
|
* name: "STRING_VALUE", // required
|
|
39
|
+
* category: "STRING_VALUE",
|
|
39
40
|
* message: "STRING_VALUE",
|
|
40
41
|
* pipeline: { // VoiceBotPipelineSettings
|
|
41
42
|
* interuptionsEnabled: true || false,
|
|
@@ -208,6 +209,7 @@ declare const CreateVoiceBotCommand_base: {
|
|
|
208
209
|
* // { // CreateVoiceBotOutput
|
|
209
210
|
* // bot: { // VoiceBot
|
|
210
211
|
* // name: "STRING_VALUE", // required
|
|
212
|
+
* // category: "STRING_VALUE",
|
|
211
213
|
* // message: "STRING_VALUE",
|
|
212
214
|
* // pipeline: { // VoiceBotPipelineSettings
|
|
213
215
|
* // interuptionsEnabled: true || false,
|
|
@@ -374,7 +376,6 @@ declare const CreateVoiceBotCommand_base: {
|
|
|
374
376
|
* // },
|
|
375
377
|
* // ],
|
|
376
378
|
* // id: "STRING_VALUE", // required
|
|
377
|
-
* // category: "STRING_VALUE",
|
|
378
379
|
* // createdAt: "STRING_VALUE", // required
|
|
379
380
|
* // updatedAt: "STRING_VALUE",
|
|
380
381
|
* // },
|
|
@@ -43,6 +43,7 @@ declare const GetVoiceBotCommand_base: {
|
|
|
43
43
|
* // { // GetVoiceBotOutput
|
|
44
44
|
* // bot: { // VoiceBot
|
|
45
45
|
* // name: "STRING_VALUE", // required
|
|
46
|
+
* // category: "STRING_VALUE",
|
|
46
47
|
* // message: "STRING_VALUE",
|
|
47
48
|
* // pipeline: { // VoiceBotPipelineSettings
|
|
48
49
|
* // interuptionsEnabled: true || false,
|
|
@@ -209,7 +210,6 @@ declare const GetVoiceBotCommand_base: {
|
|
|
209
210
|
* // },
|
|
210
211
|
* // ],
|
|
211
212
|
* // id: "STRING_VALUE", // required
|
|
212
|
-
* // category: "STRING_VALUE",
|
|
213
213
|
* // createdAt: "STRING_VALUE", // required
|
|
214
214
|
* // updatedAt: "STRING_VALUE",
|
|
215
215
|
* // },
|
|
@@ -43,6 +43,7 @@ declare const ListVoiceBotsCommand_base: {
|
|
|
43
43
|
* // bots: [ // VoiceBotsList // required
|
|
44
44
|
* // { // VoiceBot
|
|
45
45
|
* // name: "STRING_VALUE", // required
|
|
46
|
+
* // category: "STRING_VALUE",
|
|
46
47
|
* // message: "STRING_VALUE",
|
|
47
48
|
* // pipeline: { // VoiceBotPipelineSettings
|
|
48
49
|
* // interuptionsEnabled: true || false,
|
|
@@ -209,7 +210,6 @@ declare const ListVoiceBotsCommand_base: {
|
|
|
209
210
|
* // },
|
|
210
211
|
* // ],
|
|
211
212
|
* // id: "STRING_VALUE", // required
|
|
212
|
-
* // category: "STRING_VALUE",
|
|
213
213
|
* // createdAt: "STRING_VALUE", // required
|
|
214
214
|
* // updatedAt: "STRING_VALUE",
|
|
215
215
|
* // },
|
|
@@ -36,6 +36,7 @@ declare const UpdateVoiceBotCommand_base: {
|
|
|
36
36
|
* const client = new VoiceBotsClient(config);
|
|
37
37
|
* const input = { // UpdateVoiceBotInput
|
|
38
38
|
* name: "STRING_VALUE", // required
|
|
39
|
+
* category: "STRING_VALUE",
|
|
39
40
|
* message: "STRING_VALUE",
|
|
40
41
|
* pipeline: { // VoiceBotPipelineSettings
|
|
41
42
|
* interuptionsEnabled: true || false,
|
|
@@ -209,6 +210,7 @@ declare const UpdateVoiceBotCommand_base: {
|
|
|
209
210
|
* // { // UpdateVoiceBotOutput
|
|
210
211
|
* // bot: { // VoiceBot
|
|
211
212
|
* // name: "STRING_VALUE", // required
|
|
213
|
+
* // category: "STRING_VALUE",
|
|
212
214
|
* // message: "STRING_VALUE",
|
|
213
215
|
* // pipeline: { // VoiceBotPipelineSettings
|
|
214
216
|
* // interuptionsEnabled: true || false,
|
|
@@ -375,7 +377,6 @@ declare const UpdateVoiceBotCommand_base: {
|
|
|
375
377
|
* // },
|
|
376
378
|
* // ],
|
|
377
379
|
* // id: "STRING_VALUE", // required
|
|
378
|
-
* // category: "STRING_VALUE",
|
|
379
380
|
* // createdAt: "STRING_VALUE", // required
|
|
380
381
|
* // updatedAt: "STRING_VALUE",
|
|
381
382
|
* // },
|
|
@@ -714,6 +714,11 @@ export interface VoiceBotPipelineSettings {
|
|
|
714
714
|
*/
|
|
715
715
|
export interface CreateVoiceBotInput {
|
|
716
716
|
name: string;
|
|
717
|
+
/**
|
|
718
|
+
* Category of the bot
|
|
719
|
+
* @public
|
|
720
|
+
*/
|
|
721
|
+
category?: string | undefined;
|
|
717
722
|
/**
|
|
718
723
|
* The initial message that will be played at the start of the session.
|
|
719
724
|
* @public
|
|
@@ -733,6 +738,11 @@ export interface CreateVoiceBotInput {
|
|
|
733
738
|
*/
|
|
734
739
|
export interface VoiceBot {
|
|
735
740
|
name: string;
|
|
741
|
+
/**
|
|
742
|
+
* Category of the bot
|
|
743
|
+
* @public
|
|
744
|
+
*/
|
|
745
|
+
category?: string | undefined;
|
|
736
746
|
/**
|
|
737
747
|
* The initial message that will be played at the start of the session.
|
|
738
748
|
* @public
|
|
@@ -746,11 +756,6 @@ export interface VoiceBot {
|
|
|
746
756
|
endpoint: VoiceBotEndpoint;
|
|
747
757
|
capabilities?: (VoiceBotCapability)[] | undefined;
|
|
748
758
|
id: string;
|
|
749
|
-
/**
|
|
750
|
-
* Category of the bot
|
|
751
|
-
* @public
|
|
752
|
-
*/
|
|
753
|
-
category?: string | undefined;
|
|
754
759
|
createdAt: string;
|
|
755
760
|
updatedAt?: string | undefined;
|
|
756
761
|
}
|
|
@@ -2053,6 +2058,11 @@ export interface SendTransferOutput {
|
|
|
2053
2058
|
*/
|
|
2054
2059
|
export interface UpdateVoiceBotInput {
|
|
2055
2060
|
name: string;
|
|
2061
|
+
/**
|
|
2062
|
+
* Category of the bot
|
|
2063
|
+
* @public
|
|
2064
|
+
*/
|
|
2065
|
+
category?: string | undefined;
|
|
2056
2066
|
/**
|
|
2057
2067
|
* The initial message that will be played at the start of the session.
|
|
2058
2068
|
* @public
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wildix/wim-voicebots-client",
|
|
3
3
|
"description": "@wildix/wim-voicebots-client client",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.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",
|