@wildix/wim-voicebots-client 1.0.7 → 1.0.8
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 -0
- package/dist-types/commands/GetVoiceBotCommand.d.ts +1 -0
- package/dist-types/commands/ListVoiceBotsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateVoiceBotCommand.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +1 -0
- package/package.json +1 -1
|
@@ -457,6 +457,7 @@ const se_VoiceBotFunctionIntegrationWebhook = (input, context) => {
|
|
|
457
457
|
'async': [],
|
|
458
458
|
'authorization': _ => se_Document(_, context),
|
|
459
459
|
'headers': smithy_client_1._json,
|
|
460
|
+
'parameters': _ => se_Document(_, context),
|
|
460
461
|
'timeout': [],
|
|
461
462
|
'url': [],
|
|
462
463
|
});
|
|
@@ -563,6 +564,7 @@ const de_VoiceBotFunctionIntegrationWebhook = (output, context) => {
|
|
|
563
564
|
'async': smithy_client_1.expectBoolean,
|
|
564
565
|
'authorization': (_) => de_Document(_, context),
|
|
565
566
|
'headers': smithy_client_1._json,
|
|
567
|
+
'parameters': (_) => de_Document(_, context),
|
|
566
568
|
'timeout': smithy_client_1.expectInt32,
|
|
567
569
|
'url': smithy_client_1.expectString,
|
|
568
570
|
});
|
|
@@ -434,6 +434,7 @@ const se_VoiceBotFunctionIntegrationWebhook = (input, context) => {
|
|
|
434
434
|
'async': [],
|
|
435
435
|
'authorization': _ => se_Document(_, context),
|
|
436
436
|
'headers': _json,
|
|
437
|
+
'parameters': _ => se_Document(_, context),
|
|
437
438
|
'timeout': [],
|
|
438
439
|
'url': [],
|
|
439
440
|
});
|
|
@@ -540,6 +541,7 @@ const de_VoiceBotFunctionIntegrationWebhook = (output, context) => {
|
|
|
540
541
|
'async': __expectBoolean,
|
|
541
542
|
'authorization': (_) => de_Document(_, context),
|
|
542
543
|
'headers': _json,
|
|
544
|
+
'parameters': (_) => de_Document(_, context),
|
|
543
545
|
'timeout': __expectInt32,
|
|
544
546
|
'url': __expectString,
|
|
545
547
|
});
|
|
@@ -74,6 +74,7 @@ declare const CreateVoiceBotCommand_base: {
|
|
|
74
74
|
* value: "STRING_VALUE", // required
|
|
75
75
|
* },
|
|
76
76
|
* ],
|
|
77
|
+
* parameters: "DOCUMENT_VALUE",
|
|
77
78
|
* },
|
|
78
79
|
* },
|
|
79
80
|
* },
|
|
@@ -144,6 +145,7 @@ declare const CreateVoiceBotCommand_base: {
|
|
|
144
145
|
* // value: "STRING_VALUE", // required
|
|
145
146
|
* // },
|
|
146
147
|
* // ],
|
|
148
|
+
* // parameters: "DOCUMENT_VALUE",
|
|
147
149
|
* // },
|
|
148
150
|
* // },
|
|
149
151
|
* // },
|
|
@@ -74,6 +74,7 @@ declare const UpdateVoiceBotCommand_base: {
|
|
|
74
74
|
* value: "STRING_VALUE", // required
|
|
75
75
|
* },
|
|
76
76
|
* ],
|
|
77
|
+
* parameters: "DOCUMENT_VALUE",
|
|
77
78
|
* },
|
|
78
79
|
* },
|
|
79
80
|
* },
|
|
@@ -145,6 +146,7 @@ declare const UpdateVoiceBotCommand_base: {
|
|
|
145
146
|
* // value: "STRING_VALUE", // required
|
|
146
147
|
* // },
|
|
147
148
|
* // ],
|
|
149
|
+
* // parameters: "DOCUMENT_VALUE",
|
|
148
150
|
* // },
|
|
149
151
|
* // },
|
|
150
152
|
* // },
|
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.0.
|
|
4
|
+
"version": "1.0.8",
|
|
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",
|