@wildix/wilma-agents-client 1.0.49 → 1.0.50
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/schemas/schemas_0.js +53 -21
- package/dist-es/schemas/schemas_0.js +49 -17
- package/dist-types/commands/CreateAgentCommand.d.ts +56 -8
- package/dist-types/commands/GetAgentCommand.d.ts +28 -4
- package/dist-types/commands/GetAgentVersionCommand.d.ts +28 -4
- package/dist-types/commands/ListAgentsCommand.d.ts +28 -4
- package/dist-types/commands/ListAgentsNamesCommand.d.ts +1 -0
- package/dist-types/commands/PublishAgentVersionCommand.d.ts +28 -4
- package/dist-types/commands/RestoreAgentVersionToDraftCommand.d.ts +28 -4
- package/dist-types/commands/UpdateAgentCommand.d.ts +56 -8
- package/dist-types/models/enums.d.ts +4 -4
- package/dist-types/models/models_0.d.ts +215 -49
- package/dist-types/schemas/schemas_0.d.ts +5 -1
- package/package.json +2 -2
|
@@ -157,6 +157,30 @@ declare const ListAgentsCommand_base: {
|
|
|
157
157
|
* // ],
|
|
158
158
|
* // placeholder: "STRING_VALUE",
|
|
159
159
|
* // },
|
|
160
|
+
* // audio: { // AssistantAudioSettings
|
|
161
|
+
* // enabled: true || false, // required
|
|
162
|
+
* // engine: "STRING_VALUE",
|
|
163
|
+
* // liveVoice: "STRING_VALUE",
|
|
164
|
+
* // speech: { // AssistantSpeechSettings
|
|
165
|
+
* // languages: [ // AssistantLanguageList // required
|
|
166
|
+
* // { // AssistantLanguage
|
|
167
|
+
* // code: "STRING_VALUE", // required
|
|
168
|
+
* // voice: "STRING_VALUE",
|
|
169
|
+
* // isDefault: true || false,
|
|
170
|
+
* // pronunciations: [
|
|
171
|
+
* // {
|
|
172
|
+
* // phrase: "STRING_VALUE", // required
|
|
173
|
+
* // as: "STRING_VALUE", // required
|
|
174
|
+
* // encoding: "alias" || "ipa",
|
|
175
|
+
* // },
|
|
176
|
+
* // ],
|
|
177
|
+
* // },
|
|
178
|
+
* // ],
|
|
179
|
+
* // transcription: { // AssistantTranscriptionSettings
|
|
180
|
+
* // engine: "STRING_VALUE",
|
|
181
|
+
* // },
|
|
182
|
+
* // },
|
|
183
|
+
* // },
|
|
160
184
|
* // },
|
|
161
185
|
* // },
|
|
162
186
|
* // engine: { // AgentEngine Union: only one key present
|
|
@@ -297,8 +321,8 @@ declare const ListAgentsCommand_base: {
|
|
|
297
321
|
* // ],
|
|
298
322
|
* // },
|
|
299
323
|
* // sandbox: { // AgentSandboxCapability Union: only one key present
|
|
300
|
-
* //
|
|
301
|
-
* //
|
|
324
|
+
* // vercel: { // AgentVercelSandboxOptions
|
|
325
|
+
* // vcpus: Number("int"),
|
|
302
326
|
* // network: "allow-all" || "deny-all" || "allowlist",
|
|
303
327
|
* // allowedDomains: [ // DomainNameList
|
|
304
328
|
* // "STRING_VALUE",
|
|
@@ -703,8 +727,8 @@ declare const ListAgentsCommand_base: {
|
|
|
703
727
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
704
728
|
* // },
|
|
705
729
|
* // sandbox: {// Union: only one key present
|
|
706
|
-
* //
|
|
707
|
-
* //
|
|
730
|
+
* // vercel: {
|
|
731
|
+
* // vcpus: Number("int"),
|
|
708
732
|
* // network: "allow-all" || "deny-all" || "allowlist",
|
|
709
733
|
* // allowedDomains: "<DomainNameList>",
|
|
710
734
|
* // },
|
|
@@ -161,6 +161,30 @@ declare const PublishAgentVersionCommand_base: {
|
|
|
161
161
|
* // ],
|
|
162
162
|
* // placeholder: "STRING_VALUE",
|
|
163
163
|
* // },
|
|
164
|
+
* // audio: { // AssistantAudioSettings
|
|
165
|
+
* // enabled: true || false, // required
|
|
166
|
+
* // engine: "STRING_VALUE",
|
|
167
|
+
* // liveVoice: "STRING_VALUE",
|
|
168
|
+
* // speech: { // AssistantSpeechSettings
|
|
169
|
+
* // languages: [ // AssistantLanguageList // required
|
|
170
|
+
* // { // AssistantLanguage
|
|
171
|
+
* // code: "STRING_VALUE", // required
|
|
172
|
+
* // voice: "STRING_VALUE",
|
|
173
|
+
* // isDefault: true || false,
|
|
174
|
+
* // pronunciations: [
|
|
175
|
+
* // {
|
|
176
|
+
* // phrase: "STRING_VALUE", // required
|
|
177
|
+
* // as: "STRING_VALUE", // required
|
|
178
|
+
* // encoding: "alias" || "ipa",
|
|
179
|
+
* // },
|
|
180
|
+
* // ],
|
|
181
|
+
* // },
|
|
182
|
+
* // ],
|
|
183
|
+
* // transcription: { // AssistantTranscriptionSettings
|
|
184
|
+
* // engine: "STRING_VALUE",
|
|
185
|
+
* // },
|
|
186
|
+
* // },
|
|
187
|
+
* // },
|
|
164
188
|
* // },
|
|
165
189
|
* // },
|
|
166
190
|
* // engine: { // AgentEngine Union: only one key present
|
|
@@ -301,8 +325,8 @@ declare const PublishAgentVersionCommand_base: {
|
|
|
301
325
|
* // ],
|
|
302
326
|
* // },
|
|
303
327
|
* // sandbox: { // AgentSandboxCapability Union: only one key present
|
|
304
|
-
* //
|
|
305
|
-
* //
|
|
328
|
+
* // vercel: { // AgentVercelSandboxOptions
|
|
329
|
+
* // vcpus: Number("int"),
|
|
306
330
|
* // network: "allow-all" || "deny-all" || "allowlist",
|
|
307
331
|
* // allowedDomains: [ // DomainNameList
|
|
308
332
|
* // "STRING_VALUE",
|
|
@@ -707,8 +731,8 @@ declare const PublishAgentVersionCommand_base: {
|
|
|
707
731
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
708
732
|
* // },
|
|
709
733
|
* // sandbox: {// Union: only one key present
|
|
710
|
-
* //
|
|
711
|
-
* //
|
|
734
|
+
* // vercel: {
|
|
735
|
+
* // vcpus: Number("int"),
|
|
712
736
|
* // network: "allow-all" || "deny-all" || "allowlist",
|
|
713
737
|
* // allowedDomains: "<DomainNameList>",
|
|
714
738
|
* // },
|
|
@@ -154,6 +154,30 @@ declare const RestoreAgentVersionToDraftCommand_base: {
|
|
|
154
154
|
* // ],
|
|
155
155
|
* // placeholder: "STRING_VALUE",
|
|
156
156
|
* // },
|
|
157
|
+
* // audio: { // AssistantAudioSettings
|
|
158
|
+
* // enabled: true || false, // required
|
|
159
|
+
* // engine: "STRING_VALUE",
|
|
160
|
+
* // liveVoice: "STRING_VALUE",
|
|
161
|
+
* // speech: { // AssistantSpeechSettings
|
|
162
|
+
* // languages: [ // AssistantLanguageList // required
|
|
163
|
+
* // { // AssistantLanguage
|
|
164
|
+
* // code: "STRING_VALUE", // required
|
|
165
|
+
* // voice: "STRING_VALUE",
|
|
166
|
+
* // isDefault: true || false,
|
|
167
|
+
* // pronunciations: [
|
|
168
|
+
* // {
|
|
169
|
+
* // phrase: "STRING_VALUE", // required
|
|
170
|
+
* // as: "STRING_VALUE", // required
|
|
171
|
+
* // encoding: "alias" || "ipa",
|
|
172
|
+
* // },
|
|
173
|
+
* // ],
|
|
174
|
+
* // },
|
|
175
|
+
* // ],
|
|
176
|
+
* // transcription: { // AssistantTranscriptionSettings
|
|
177
|
+
* // engine: "STRING_VALUE",
|
|
178
|
+
* // },
|
|
179
|
+
* // },
|
|
180
|
+
* // },
|
|
157
181
|
* // },
|
|
158
182
|
* // },
|
|
159
183
|
* // engine: { // AgentEngine Union: only one key present
|
|
@@ -294,8 +318,8 @@ declare const RestoreAgentVersionToDraftCommand_base: {
|
|
|
294
318
|
* // ],
|
|
295
319
|
* // },
|
|
296
320
|
* // sandbox: { // AgentSandboxCapability Union: only one key present
|
|
297
|
-
* //
|
|
298
|
-
* //
|
|
321
|
+
* // vercel: { // AgentVercelSandboxOptions
|
|
322
|
+
* // vcpus: Number("int"),
|
|
299
323
|
* // network: "allow-all" || "deny-all" || "allowlist",
|
|
300
324
|
* // allowedDomains: [ // DomainNameList
|
|
301
325
|
* // "STRING_VALUE",
|
|
@@ -700,8 +724,8 @@ declare const RestoreAgentVersionToDraftCommand_base: {
|
|
|
700
724
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
701
725
|
* // },
|
|
702
726
|
* // sandbox: {// Union: only one key present
|
|
703
|
-
* //
|
|
704
|
-
* //
|
|
727
|
+
* // vercel: {
|
|
728
|
+
* // vcpus: Number("int"),
|
|
705
729
|
* // network: "allow-all" || "deny-all" || "allowlist",
|
|
706
730
|
* // allowedDomains: "<DomainNameList>",
|
|
707
731
|
* // },
|
|
@@ -145,6 +145,30 @@ declare const UpdateAgentCommand_base: {
|
|
|
145
145
|
* ],
|
|
146
146
|
* placeholder: "STRING_VALUE",
|
|
147
147
|
* },
|
|
148
|
+
* audio: { // AssistantAudioSettings
|
|
149
|
+
* enabled: true || false, // required
|
|
150
|
+
* engine: "STRING_VALUE",
|
|
151
|
+
* liveVoice: "STRING_VALUE",
|
|
152
|
+
* speech: { // AssistantSpeechSettings
|
|
153
|
+
* languages: [ // AssistantLanguageList // required
|
|
154
|
+
* { // AssistantLanguage
|
|
155
|
+
* code: "STRING_VALUE", // required
|
|
156
|
+
* voice: "STRING_VALUE",
|
|
157
|
+
* isDefault: true || false,
|
|
158
|
+
* pronunciations: [
|
|
159
|
+
* {
|
|
160
|
+
* phrase: "STRING_VALUE", // required
|
|
161
|
+
* as: "STRING_VALUE", // required
|
|
162
|
+
* encoding: "alias" || "ipa",
|
|
163
|
+
* },
|
|
164
|
+
* ],
|
|
165
|
+
* },
|
|
166
|
+
* ],
|
|
167
|
+
* transcription: { // AssistantTranscriptionSettings
|
|
168
|
+
* engine: "STRING_VALUE",
|
|
169
|
+
* },
|
|
170
|
+
* },
|
|
171
|
+
* },
|
|
148
172
|
* },
|
|
149
173
|
* },
|
|
150
174
|
* engine: { // AgentEngine Union: only one key present
|
|
@@ -285,8 +309,8 @@ declare const UpdateAgentCommand_base: {
|
|
|
285
309
|
* ],
|
|
286
310
|
* },
|
|
287
311
|
* sandbox: { // AgentSandboxCapability Union: only one key present
|
|
288
|
-
*
|
|
289
|
-
*
|
|
312
|
+
* vercel: { // AgentVercelSandboxOptions
|
|
313
|
+
* vcpus: Number("int"),
|
|
290
314
|
* network: "allow-all" || "deny-all" || "allowlist",
|
|
291
315
|
* allowedDomains: [ // DomainNameList
|
|
292
316
|
* "STRING_VALUE",
|
|
@@ -691,8 +715,8 @@ declare const UpdateAgentCommand_base: {
|
|
|
691
715
|
* annotations: "<AgentToolAnnotationsList>",
|
|
692
716
|
* },
|
|
693
717
|
* sandbox: {// Union: only one key present
|
|
694
|
-
*
|
|
695
|
-
*
|
|
718
|
+
* vercel: {
|
|
719
|
+
* vcpus: Number("int"),
|
|
696
720
|
* network: "allow-all" || "deny-all" || "allowlist",
|
|
697
721
|
* allowedDomains: "<DomainNameList>",
|
|
698
722
|
* },
|
|
@@ -1034,6 +1058,30 @@ declare const UpdateAgentCommand_base: {
|
|
|
1034
1058
|
* // ],
|
|
1035
1059
|
* // placeholder: "STRING_VALUE",
|
|
1036
1060
|
* // },
|
|
1061
|
+
* // audio: { // AssistantAudioSettings
|
|
1062
|
+
* // enabled: true || false, // required
|
|
1063
|
+
* // engine: "STRING_VALUE",
|
|
1064
|
+
* // liveVoice: "STRING_VALUE",
|
|
1065
|
+
* // speech: { // AssistantSpeechSettings
|
|
1066
|
+
* // languages: [ // AssistantLanguageList // required
|
|
1067
|
+
* // { // AssistantLanguage
|
|
1068
|
+
* // code: "STRING_VALUE", // required
|
|
1069
|
+
* // voice: "STRING_VALUE",
|
|
1070
|
+
* // isDefault: true || false,
|
|
1071
|
+
* // pronunciations: [
|
|
1072
|
+
* // {
|
|
1073
|
+
* // phrase: "STRING_VALUE", // required
|
|
1074
|
+
* // as: "STRING_VALUE", // required
|
|
1075
|
+
* // encoding: "alias" || "ipa",
|
|
1076
|
+
* // },
|
|
1077
|
+
* // ],
|
|
1078
|
+
* // },
|
|
1079
|
+
* // ],
|
|
1080
|
+
* // transcription: { // AssistantTranscriptionSettings
|
|
1081
|
+
* // engine: "STRING_VALUE",
|
|
1082
|
+
* // },
|
|
1083
|
+
* // },
|
|
1084
|
+
* // },
|
|
1037
1085
|
* // },
|
|
1038
1086
|
* // },
|
|
1039
1087
|
* // engine: { // AgentEngine Union: only one key present
|
|
@@ -1174,8 +1222,8 @@ declare const UpdateAgentCommand_base: {
|
|
|
1174
1222
|
* // ],
|
|
1175
1223
|
* // },
|
|
1176
1224
|
* // sandbox: { // AgentSandboxCapability Union: only one key present
|
|
1177
|
-
* //
|
|
1178
|
-
* //
|
|
1225
|
+
* // vercel: { // AgentVercelSandboxOptions
|
|
1226
|
+
* // vcpus: Number("int"),
|
|
1179
1227
|
* // network: "allow-all" || "deny-all" || "allowlist",
|
|
1180
1228
|
* // allowedDomains: [ // DomainNameList
|
|
1181
1229
|
* // "STRING_VALUE",
|
|
@@ -1580,8 +1628,8 @@ declare const UpdateAgentCommand_base: {
|
|
|
1580
1628
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
1581
1629
|
* // },
|
|
1582
1630
|
* // sandbox: {// Union: only one key present
|
|
1583
|
-
* //
|
|
1584
|
-
* //
|
|
1631
|
+
* // vercel: {
|
|
1632
|
+
* // vcpus: Number("int"),
|
|
1585
1633
|
* // network: "allow-all" || "deny-all" || "allowlist",
|
|
1586
1634
|
* // allowedDomains: "<DomainNameList>",
|
|
1587
1635
|
* // },
|
|
@@ -215,19 +215,19 @@ export type SandboxNetworkAccess = (typeof SandboxNetworkAccess)[keyof typeof Sa
|
|
|
215
215
|
*/
|
|
216
216
|
export declare const SandboxSize: {
|
|
217
217
|
/**
|
|
218
|
-
*
|
|
218
|
+
* Large allocation for heavier builds and data processing.
|
|
219
219
|
*/
|
|
220
220
|
readonly LARGE: "large";
|
|
221
221
|
/**
|
|
222
|
-
*
|
|
222
|
+
* Largest allocation available.
|
|
223
223
|
*/
|
|
224
224
|
readonly MAX: "max";
|
|
225
225
|
/**
|
|
226
|
-
*
|
|
226
|
+
* Smallest allocation; enough for light scripting.
|
|
227
227
|
*/
|
|
228
228
|
readonly MIN: "min";
|
|
229
229
|
/**
|
|
230
|
-
*
|
|
230
|
+
* Small allocation for typical tool runs.
|
|
231
231
|
*/
|
|
232
232
|
readonly SMALL: "small";
|
|
233
233
|
};
|