@wildix/wilma-agents-client 1.0.28 → 1.0.29
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/WilmaAgents.js +6 -0
- package/dist-cjs/commands/DeletePronunciationDictionaryCommand.js +20 -0
- package/dist-cjs/commands/ListPronunciationDictionariesCommand.js +20 -0
- package/dist-cjs/commands/PutPronunciationDictionaryCommand.js +20 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/enums.js +19 -7
- package/dist-cjs/schemas/schemas_0.js +233 -84
- package/dist-es/WilmaAgents.js +6 -0
- package/dist-es/commands/DeletePronunciationDictionaryCommand.js +16 -0
- package/dist-es/commands/ListPronunciationDictionariesCommand.js +16 -0
- package/dist-es/commands/PutPronunciationDictionaryCommand.js +16 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/enums.js +18 -6
- package/dist-es/schemas/schemas_0.js +230 -81
- package/dist-types/WilmaAgents.d.ts +25 -3
- package/dist-types/WilmaAgentsClient.d.ts +8 -5
- package/dist-types/commands/CreateAgentCommand.d.ts +212 -32
- package/dist-types/commands/DeletePronunciationDictionaryCommand.d.ts +82 -0
- package/dist-types/commands/GetAgentCommand.d.ts +106 -16
- package/dist-types/commands/GetAgentVersionCommand.d.ts +106 -16
- package/dist-types/commands/ListAgentsCommand.d.ts +107 -17
- package/dist-types/commands/ListAgentsNamesCommand.d.ts +18 -2
- package/dist-types/commands/ListPronunciationDictionariesCommand.d.ts +103 -0
- package/dist-types/commands/PublishAgentVersionCommand.d.ts +106 -16
- package/dist-types/commands/PutPronunciationDictionaryCommand.d.ts +117 -0
- package/dist-types/commands/RestoreAgentVersionToDraftCommand.d.ts +106 -16
- package/dist-types/commands/UpdateAgentCommand.d.ts +212 -32
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/index.d.ts +3 -3
- package/dist-types/models/enums.d.ts +68 -26
- package/dist-types/models/models_0.d.ts +618 -49
- package/dist-types/schemas/schemas_0.d.ts +18 -1
- package/package.json +2 -2
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AgentToolVariablesAnnotation$ = exports.AgentToolVariablePredefinedHandler$ = exports.AgentToolVariableGuidedHandler$ = exports.AgentToolVariableAutoHandler$ = exports.AgentToolVariable$ = exports.AgentToolTagAnnotation$ = exports.AgentToolResultAnnotation$ = exports.AgentToolPipeline$ = exports.AgentToolFieldPredefinedHandler$ = exports.AgentToolFieldGuidedHandler$ = exports.AgentToolField$ = exports.AgentToolCommentAnnotation$ = exports.AgentToolApproval$ = exports.AgentTool$ = exports.AgentSuggestionsCapability$ = exports.AgentSqsEngine$ = exports.AgentSnapshotSandboxOptions$ = exports.AgentSettings$ = exports.AgentKnowledgeBase$ = exports.AgentInfo$ = exports.AgentHangupPipeline$ = exports.AgentHangupCapability$ = exports.AgentHandoverPipeline$ = exports.AgentHandoverCapability$ = exports.AgentGuardrails$ = exports.AgentGuardrailRedactAction$ = exports.AgentGuardrailPresetCheck$ = exports.AgentGuardrailObserveAction$ = exports.AgentGuardrailInput$ = exports.AgentGuardrailEndAction$ = exports.AgentGuardrailCustomCheck$ = exports.AgentGuardrailCheck$ = exports.AgentGuardrailBlockAction$ = exports.AgentDeploymentRoute$ = exports.AgentDelegationCapability$ = exports.AgentDefinitionSnapshot$ = exports.AgentConnectorCapability$ = exports.AgentChannels$ = exports.AgentCallCapability$ = exports.AgentApiKey$ = exports.AgentAiEngine$ = exports.AgentAccess$ = exports.Agent$ = exports.errorTypeRegistries = exports.RevisionConflictException$ = exports.NothingToPublishException$ = exports.ValidationException$ = exports.NotFoundException$ = exports.ConflictException$ = exports.WilmaAgentsServiceException$ = void 0;
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.UpdateAgent$ = exports.RestoreAgentVersionToDraft$ = exports.ResetAgentDeployment$ = exports.PutAgentDeployment$ = exports.PublishAgentVersion$ = exports.ListAgentVersions$ = exports.ListAgentsNames$ = exports.ListAgents$ = exports.ListAgentApiKeys$ = exports.GetAgentVersion$ = exports.GetAgentDeployment$ = exports.GetAgent$ = exports.DeleteAgentApiKey$ = exports.DeleteAgent$ = exports.CreateAgentApiKey$ = exports.CreateAgent$ = exports.CompareAgentVersions$ = exports.VoiceTerminateAction$ = exports.AgentWorkflowMessageContent$ = exports.AgentWorkflowMessageButtonHandler$ = exports.AgentWorkflowHandler$ = void 0;
|
|
4
|
+
exports.CreateAgentInput$ = exports.CreateAgentApiKeyOutput$ = exports.CreateAgentApiKeyInput$ = exports.CompareAgentVersionsOutput$ = exports.CompareAgentVersionsInput$ = exports.ChatChannelSettings$ = exports.AssistantWelcomeSettings$ = exports.AssistantUiSettings$ = exports.AssistantQuickCommand$ = exports.AssistantChannelSettings$ = exports.AgentWorkflowVariablesHandler$ = exports.AgentWorkflowTransition$ = exports.AgentWorkflowStepPosition$ = exports.AgentWorkflowStep$ = exports.AgentWorkflowSettings$ = exports.AgentWorkflowResultHandler$ = exports.AgentWorkflowResultCondition$ = exports.AgentWorkflowPromptCondition$ = exports.AgentWorkflowNested$ = exports.AgentWorkflowMessageVoiceSettings$ = exports.AgentWorkflowMessageHandler$ = exports.AgentWorkflowMessageGeneration$ = exports.AgentWorkflowMessageChatSettings$ = exports.AgentWorkflowMessageChannelsSettings$ = exports.AgentWorkflowMessageButtonReplyHandler$ = exports.AgentWorkflowMessageButtonLinkHandler$ = exports.AgentWorkflowMessageButton$ = exports.AgentWorkflowInvokeHandler$ = exports.AgentWorkflowFallbackCondition$ = exports.AgentWorkflowFailureCondition$ = exports.AgentWorkflowExpressionCondition$ = exports.AgentWorkflowEndHandler$ = exports.AgentWorkflowConversationVoiceSettings$ = exports.AgentWorkflowConversationHandler$ = exports.AgentWorkflowConversationChannelsSettings$ = exports.AgentWorkflowAssignment$ = exports.AgentWorkflowAlwaysCondition$ = exports.AgentWorkflowActionHandler$ = exports.AgentWorkflow$ = exports.AgentWebSearchCapability$ = exports.AgentWebhookEngine$ = exports.AgentWebFetchCapability$ = exports.AgentWaitCapability$ = exports.AgentVersionInfo$ = exports.AgentVersionChange$ = exports.AgentVersion$ = exports.AgentVercelSandboxOptions$ = exports.AgentVariable$ = exports.AgentTransferPipeline$ = exports.AgentTransferCapability$ = void 0;
|
|
5
|
+
exports.WebSearchUserLocation$ = exports.VoiceTransferTarget$ = exports.VoiceTranscriptionSettings$ = exports.VoiceTerminateHangupAction$ = exports.VoiceSynthesisOptions$ = exports.VoiceSpeechSettings$ = exports.VoiceSilenceTimeoutSettings$ = exports.VoicePronunciation$ = exports.VoiceMaxDurationSettings$ = exports.VoiceLanguage$ = exports.VoiceInterruptionSettings$ = exports.VoiceEndCallSettings$ = exports.VoiceChannelSettings$ = exports.VoiceCallerMetadataSettings$ = exports.UpdateAgentOutput$ = exports.UpdateAgentInput$ = exports.RestoreAgentVersionToDraftOutput$ = exports.RestoreAgentVersionToDraftInput$ = exports.ResetAgentDeploymentOutput$ = exports.ResetAgentDeploymentInput$ = exports.PutPronunciationDictionaryOutput$ = exports.PutPronunciationDictionaryInput$ = exports.PutAgentDeploymentOutput$ = exports.PutAgentDeploymentInput$ = exports.PublishAgentVersionOutput$ = exports.PublishAgentVersionInput$ = exports.PronunciationDictionary$ = exports.ListPronunciationDictionariesOutput$ = exports.ListPronunciationDictionariesInput$ = exports.ListAgentVersionsOutput$ = exports.ListAgentVersionsInput$ = exports.ListAgentsOutput$ = exports.ListAgentsNamesOutput$ = exports.ListAgentsNamesInput$ = exports.ListAgentsInput$ = exports.ListAgentApiKeysOutput$ = exports.ListAgentApiKeysInput$ = exports.GetAgentVersionOutput$ = exports.GetAgentVersionInput$ = exports.GetAgentOutput$ = exports.GetAgentInput$ = exports.GetAgentDeploymentOutput$ = exports.GetAgentDeploymentInput$ = exports.DeletePronunciationDictionaryOutput$ = exports.DeletePronunciationDictionaryInput$ = exports.DeleteAgentOutput$ = exports.DeleteAgentInput$ = exports.DeleteAgentApiKeyOutput$ = exports.DeleteAgentApiKeyInput$ = exports.CreateAgentOutput$ = void 0;
|
|
6
|
+
exports.UpdateAgent$ = exports.RestoreAgentVersionToDraft$ = exports.ResetAgentDeployment$ = exports.PutPronunciationDictionary$ = exports.PutAgentDeployment$ = exports.PublishAgentVersion$ = exports.ListPronunciationDictionaries$ = exports.ListAgentVersions$ = exports.ListAgentsNames$ = exports.ListAgents$ = exports.ListAgentApiKeys$ = exports.GetAgentVersion$ = exports.GetAgentDeployment$ = exports.GetAgent$ = exports.DeletePronunciationDictionary$ = exports.DeleteAgentApiKey$ = exports.DeleteAgent$ = exports.CreateAgentApiKey$ = exports.CreateAgent$ = exports.CompareAgentVersions$ = exports.VoiceTerminateAction$ = exports.AgentWorkflowMessageContent$ = exports.AgentWorkflowMessageButtonHandler$ = exports.AgentWorkflowHandler$ = exports.AgentWorkflowCondition$ = exports.AgentWorkflowAction$ = exports.AgentToolVariableHandler$ = exports.AgentToolFieldHandler$ = exports.AgentToolAnnotation$ = exports.AgentSandboxCapability$ = exports.AgentGuardrailCheckKind$ = exports.AgentGuardrailAction$ = exports.AgentGrantPrincipal$ = exports.AgentEngine$ = exports.AgentCapability$ = exports.AgentSkillReference$ = exports.SecretRef$ = exports.Actor$ = void 0;
|
|
7
7
|
const _A = "Agent";
|
|
8
8
|
const _AA = "AgentAccess";
|
|
9
9
|
const _AAE = "AgentAiEngine";
|
|
@@ -42,6 +42,8 @@ const _AI = "AgentInfo";
|
|
|
42
42
|
const _AIL = "AgentsInfoList";
|
|
43
43
|
const _AKB = "AgentKnowledgeBase";
|
|
44
44
|
const _AL = "AgentsList";
|
|
45
|
+
const _AQC = "AssistantQuickCommand";
|
|
46
|
+
const _AQCL = "AssistantQuickCommandsList";
|
|
45
47
|
const _AS = "AgentSettings";
|
|
46
48
|
const _ASC = "AgentSuggestionsCapability";
|
|
47
49
|
const _ASCg = "AgentSandboxCapability";
|
|
@@ -71,6 +73,7 @@ const _ATVGH = "AgentToolVariableGuidedHandler";
|
|
|
71
73
|
const _ATVH = "AgentToolVariableHandler";
|
|
72
74
|
const _ATVL = "AgentToolVariablesList";
|
|
73
75
|
const _ATVPH = "AgentToolVariablePredefinedHandler";
|
|
76
|
+
const _AUS = "AssistantUiSettings";
|
|
74
77
|
const _AV = "AgentVariable";
|
|
75
78
|
const _AVC = "AgentVersionChange";
|
|
76
79
|
const _AVCL = "AgentVersionChangesList";
|
|
@@ -119,6 +122,7 @@ const _AWSC = "AgentWebSearchCapability";
|
|
|
119
122
|
const _AWSL = "AgentWorkflowStepsList";
|
|
120
123
|
const _AWSP = "AgentWorkflowStepPosition";
|
|
121
124
|
const _AWSg = "AgentWorkflowStep";
|
|
125
|
+
const _AWSs = "AssistantWelcomeSettings";
|
|
122
126
|
const _AWT = "AgentWorkflowTransition";
|
|
123
127
|
const _AWTL = "AgentWorkflowTransitionsList";
|
|
124
128
|
const _AWVH = "AgentWorkflowVariablesHandler";
|
|
@@ -140,6 +144,9 @@ const _DAAKI = "DeleteAgentApiKeyInput";
|
|
|
140
144
|
const _DAAKO = "DeleteAgentApiKeyOutput";
|
|
141
145
|
const _DAI = "DeleteAgentInput";
|
|
142
146
|
const _DAO = "DeleteAgentOutput";
|
|
147
|
+
const _DPD = "DeletePronunciationDictionary";
|
|
148
|
+
const _DPDI = "DeletePronunciationDictionaryInput";
|
|
149
|
+
const _DPDO = "DeletePronunciationDictionaryOutput";
|
|
143
150
|
const _GA = "GetAgent";
|
|
144
151
|
const _GAD = "GetAgentDeployment";
|
|
145
152
|
const _GADI = "GetAgentDeploymentInput";
|
|
@@ -161,6 +168,9 @@ const _LAO = "ListAgentsOutput";
|
|
|
161
168
|
const _LAV = "ListAgentVersions";
|
|
162
169
|
const _LAVI = "ListAgentVersionsInput";
|
|
163
170
|
const _LAVO = "ListAgentVersionsOutput";
|
|
171
|
+
const _LPD = "ListPronunciationDictionaries";
|
|
172
|
+
const _LPDI = "ListPronunciationDictionariesInput";
|
|
173
|
+
const _LPDO = "ListPronunciationDictionariesOutput";
|
|
164
174
|
const _NFE = "NotFoundException";
|
|
165
175
|
const _NTPE = "NothingToPublishException";
|
|
166
176
|
const _PAD = "PutAgentDeployment";
|
|
@@ -169,6 +179,11 @@ const _PADO = "PutAgentDeploymentOutput";
|
|
|
169
179
|
const _PAV = "PublishAgentVersion";
|
|
170
180
|
const _PAVI = "PublishAgentVersionInput";
|
|
171
181
|
const _PAVO = "PublishAgentVersionOutput";
|
|
182
|
+
const _PD = "PronunciationDictionary";
|
|
183
|
+
const _PDL = "PronunciationDictionaryList";
|
|
184
|
+
const _PPD = "PutPronunciationDictionary";
|
|
185
|
+
const _PPDI = "PutPronunciationDictionaryInput";
|
|
186
|
+
const _PPDO = "PutPronunciationDictionaryOutput";
|
|
172
187
|
const _RAD = "ResetAgentDeployment";
|
|
173
188
|
const _RADI = "ResetAgentDeploymentInput";
|
|
174
189
|
const _RADO = "ResetAgentDeploymentOutput";
|
|
@@ -185,15 +200,22 @@ const _VCS = "VoiceChannelSettings";
|
|
|
185
200
|
const _VE = "ValidationException";
|
|
186
201
|
const _VECS = "VoiceEndCallSettings";
|
|
187
202
|
const _VIS = "VoiceInterruptionSettings";
|
|
203
|
+
const _VL = "VoiceLanguage";
|
|
204
|
+
const _VLL = "VoiceLanguageList";
|
|
188
205
|
const _VMDS = "VoiceMaxDurationSettings";
|
|
206
|
+
const _VP = "VoicePronunciation";
|
|
207
|
+
const _VPL = "VoicePronunciationList";
|
|
208
|
+
const _VSO = "VoiceSynthesisOptions";
|
|
209
|
+
const _VSS = "VoiceSpeechSettings";
|
|
189
210
|
const _VSTS = "VoiceSilenceTimeoutSettings";
|
|
190
211
|
const _VTA = "VoiceTerminateAction";
|
|
191
212
|
const _VTHA = "VoiceTerminateHangupAction";
|
|
213
|
+
const _VTS = "VoiceTranscriptionSettings";
|
|
192
214
|
const _VTT = "VoiceTransferTarget";
|
|
193
|
-
const _WCS = "WorkflowChannelSettings";
|
|
194
215
|
const _WSUL = "WebSearchUserLocation";
|
|
195
216
|
const _a = "access";
|
|
196
217
|
const _aD = "allowedDomains";
|
|
218
|
+
const _aDu = "autoDetect";
|
|
197
219
|
const _aI = "agentId";
|
|
198
220
|
const _aOF = "applyOnFailure";
|
|
199
221
|
const _aOS = "applyOnSuccess";
|
|
@@ -208,10 +230,12 @@ const _an = "annotations";
|
|
|
208
230
|
const _ap = "approval";
|
|
209
231
|
const _ar = "artifacts";
|
|
210
232
|
const _as = "assistant";
|
|
233
|
+
const _as_ = "as";
|
|
211
234
|
const _ass = "assignments";
|
|
212
235
|
const _au = "auto";
|
|
213
236
|
const _b = "before";
|
|
214
237
|
const _bOV = "basedOnVersion";
|
|
238
|
+
const _bS = "backgroundSound";
|
|
215
239
|
const _bl = "block";
|
|
216
240
|
const _c = "client";
|
|
217
241
|
const _cA = "createdAt";
|
|
@@ -234,14 +258,17 @@ const _chann = "channel";
|
|
|
234
258
|
const _che = "checks";
|
|
235
259
|
const _ci = "city";
|
|
236
260
|
const _co = "context";
|
|
237
|
-
const
|
|
261
|
+
const _cod = "code";
|
|
262
|
+
const _com = "commands";
|
|
238
263
|
const _comm = "comment";
|
|
264
|
+
const _comp = "company";
|
|
239
265
|
const _con = "conditions";
|
|
240
266
|
const _cond = "condition";
|
|
241
267
|
const _conn = "connector";
|
|
242
268
|
const _cont = "content";
|
|
243
269
|
const _conv = "conversation";
|
|
244
270
|
const _cou = "country";
|
|
271
|
+
const _cr = "credential";
|
|
245
272
|
const _cu = "cursor";
|
|
246
273
|
const _cus = "custom";
|
|
247
274
|
const _d = "description";
|
|
@@ -251,12 +278,16 @@ const _def = "definition";
|
|
|
251
278
|
const _defa = "default";
|
|
252
279
|
const _del = "delegation";
|
|
253
280
|
const _di = "discoverable";
|
|
281
|
+
const _dic = "dictionaries";
|
|
282
|
+
const _dict = "dictionary";
|
|
254
283
|
const _e = "error";
|
|
255
284
|
const _eA = "expiresAt";
|
|
256
285
|
const _eC = "endCall";
|
|
257
286
|
const _eM = "errorMode";
|
|
287
|
+
const _eUA = "expectedUpdatedAt";
|
|
258
288
|
const _en = "engine";
|
|
259
289
|
const _ena = "enabled";
|
|
290
|
+
const _enc = "encoding";
|
|
260
291
|
const _end = "end";
|
|
261
292
|
const _ent = "entry";
|
|
262
293
|
const _ex = "examples";
|
|
@@ -269,6 +300,7 @@ const _fa = "failure";
|
|
|
269
300
|
const _fal = "fallback";
|
|
270
301
|
const _fr = "from";
|
|
271
302
|
const _g = "grants";
|
|
303
|
+
const _gEL = "greetEveryLanguage";
|
|
272
304
|
const _gI = "groupId";
|
|
273
305
|
const _ge = "generate";
|
|
274
306
|
const _go = "goal";
|
|
@@ -282,6 +314,7 @@ const _ha = "handover";
|
|
|
282
314
|
const _han = "hangup";
|
|
283
315
|
const _ht = "http";
|
|
284
316
|
const _i = "id";
|
|
317
|
+
const _iD = "isDefault";
|
|
285
318
|
const _in = "instructions";
|
|
286
319
|
const _inp = "input";
|
|
287
320
|
const _int = "interruptions";
|
|
@@ -296,6 +329,7 @@ const _l = "layout";
|
|
|
296
329
|
const _lUA = "lastUsedAt";
|
|
297
330
|
const _lV = "latestVersion";
|
|
298
331
|
const _la = "label";
|
|
332
|
+
const _lan = "languages";
|
|
299
333
|
const _li = "limit";
|
|
300
334
|
const _lin = "link";
|
|
301
335
|
const _m = "message";
|
|
@@ -316,21 +350,30 @@ const _p = "picture";
|
|
|
316
350
|
const _pA = "publishedAt";
|
|
317
351
|
const _pB = "publishedBy";
|
|
318
352
|
const _pGI = "pbxGroupId";
|
|
353
|
+
const _pS = "pronunciationSuppressions";
|
|
319
354
|
const _pa = "path";
|
|
320
355
|
const _pe = "percentage";
|
|
321
356
|
const _ph = "phrases";
|
|
357
|
+
const _phr = "phrase";
|
|
322
358
|
const _pi = "pipeline";
|
|
359
|
+
const _pit = "pitch";
|
|
360
|
+
const _pl = "placeholder";
|
|
323
361
|
const _po = "position";
|
|
324
362
|
const _pr = "prefix";
|
|
325
363
|
const _pre = "preset";
|
|
326
364
|
const _pred = "predefined";
|
|
327
365
|
const _pro = "prompt";
|
|
366
|
+
const _pron = "pronunciations";
|
|
367
|
+
const _prov = "provider";
|
|
328
368
|
const _r = "revision";
|
|
329
369
|
const _re = "result";
|
|
330
370
|
const _red = "redact";
|
|
331
371
|
const _reg = "region";
|
|
332
372
|
const _rep = "reply";
|
|
373
|
+
const _ru = "rules";
|
|
333
374
|
const _s = "smithy.ts.sdk.synthetic.wildix.wilma.agents";
|
|
375
|
+
const _sB = "speakerBoost";
|
|
376
|
+
const _sC = "speechConfigured";
|
|
334
377
|
const _sI = "snapshotId";
|
|
335
378
|
const _sM = "startMessage";
|
|
336
379
|
const _sT = "silenceTimeout";
|
|
@@ -343,14 +386,21 @@ const _seco = "seconds";
|
|
|
343
386
|
const _sen = "sensitivity";
|
|
344
387
|
const _ser = "service";
|
|
345
388
|
const _si = "silent";
|
|
389
|
+
const _sim = "similarity";
|
|
346
390
|
const _siz = "size";
|
|
347
391
|
const _sk = "skills";
|
|
348
392
|
const _sn = "snapshot";
|
|
393
|
+
const _sp = "speech";
|
|
394
|
+
const _spe = "speed";
|
|
349
395
|
const _sq = "sqs";
|
|
350
396
|
const _st = "status";
|
|
351
397
|
const _sta = "stage";
|
|
398
|
+
const _stab = "stability";
|
|
352
399
|
const _ste = "steps";
|
|
400
|
+
const _sty = "style";
|
|
353
401
|
const _su = "suggestions";
|
|
402
|
+
const _sub = "subtitle";
|
|
403
|
+
const _sy = "synthesis";
|
|
354
404
|
const _t = "type";
|
|
355
405
|
const _tD = "toDraft";
|
|
356
406
|
const _tV = "toolVersion";
|
|
@@ -361,21 +411,26 @@ const _te = "text";
|
|
|
361
411
|
const _ti = "timeout";
|
|
362
412
|
const _tim = "time";
|
|
363
413
|
const _time = "timezone";
|
|
414
|
+
const _tit = "title";
|
|
364
415
|
const _to = "to";
|
|
365
416
|
const _too = "tool";
|
|
366
417
|
const _tr = "transitions";
|
|
367
|
-
const _tra = "
|
|
418
|
+
const _tra = "transcription";
|
|
419
|
+
const _tran = "transfer";
|
|
368
420
|
const _u = "url";
|
|
369
421
|
const _uA = "updatedAt";
|
|
370
422
|
const _uB = "updatedBy";
|
|
371
423
|
const _uI = "userId";
|
|
372
424
|
const _uL = "userLocation";
|
|
425
|
+
const _ui = "ui";
|
|
373
426
|
const _v = "visibility";
|
|
427
|
+
const _vG = "volumeGain";
|
|
374
428
|
const _va = "variables";
|
|
375
429
|
const _val = "value";
|
|
376
430
|
const _var = "variant";
|
|
377
431
|
const _vc = "vcpus";
|
|
378
432
|
const _ve = "version";
|
|
433
|
+
const _ven = "vendor";
|
|
379
434
|
const _ver = "versions";
|
|
380
435
|
const _verc = "vercel";
|
|
381
436
|
const _vo = "voice";
|
|
@@ -383,7 +438,8 @@ const _w = "workflow";
|
|
|
383
438
|
const _wF = "webFetch";
|
|
384
439
|
const _wS = "webSearch";
|
|
385
440
|
const _wa = "wait";
|
|
386
|
-
const _we = "
|
|
441
|
+
const _we = "welcome";
|
|
442
|
+
const _web = "webhook";
|
|
387
443
|
const _wi = "window";
|
|
388
444
|
const _x = "x";
|
|
389
445
|
const _y = "y";
|
|
@@ -457,18 +513,18 @@ exports.AgentApiKey$ = [3, n2, _AAK,
|
|
|
457
513
|
];
|
|
458
514
|
exports.AgentCallCapability$ = [3, n2, _ACC,
|
|
459
515
|
0,
|
|
460
|
-
[_aI, _aV, _a, _va],
|
|
461
|
-
[0, 1, () => exports.AgentAccess$, () => AgentToolVariablesList], 1
|
|
516
|
+
[_aI, _aV, _a, _va, _ch],
|
|
517
|
+
[0, 1, () => exports.AgentAccess$, () => AgentToolVariablesList, 64 | 0], 1
|
|
462
518
|
];
|
|
463
519
|
exports.AgentChannels$ = [3, n2, _AC,
|
|
464
520
|
0,
|
|
465
|
-
[_vo, _cha, _as
|
|
466
|
-
[() => exports.VoiceChannelSettings$, () => exports.ChatChannelSettings$, () => exports.AssistantChannelSettings
|
|
521
|
+
[_vo, _cha, _as],
|
|
522
|
+
[() => exports.VoiceChannelSettings$, () => exports.ChatChannelSettings$, () => exports.AssistantChannelSettings$]
|
|
467
523
|
];
|
|
468
524
|
exports.AgentConnectorCapability$ = [3, n2, _ACCg,
|
|
469
525
|
0,
|
|
470
|
-
[_i, _sM, _pi, _ap, _an],
|
|
471
|
-
[0, 0, () => exports.AgentToolPipeline$, () => exports.AgentToolApproval$, () => AgentToolAnnotationsList], 1
|
|
526
|
+
[_i, _sM, _pi, _ap, _ch, _an],
|
|
527
|
+
[0, 0, () => exports.AgentToolPipeline$, () => exports.AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
472
528
|
];
|
|
473
529
|
exports.AgentDefinitionSnapshot$ = [3, n2, _ADS,
|
|
474
530
|
0,
|
|
@@ -477,8 +533,8 @@ exports.AgentDefinitionSnapshot$ = [3, n2, _ADS,
|
|
|
477
533
|
];
|
|
478
534
|
exports.AgentDelegationCapability$ = [3, n2, _ADC,
|
|
479
535
|
0,
|
|
480
|
-
[_i, _n, _d, _aV, _an],
|
|
481
|
-
[0, 0, 0, 1, () => AgentToolAnnotationsList], 1
|
|
536
|
+
[_i, _n, _d, _aV, _ch, _an],
|
|
537
|
+
[0, 0, 0, 1, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
482
538
|
];
|
|
483
539
|
exports.AgentDeploymentRoute$ = [3, n2, _ADR,
|
|
484
540
|
0,
|
|
@@ -507,8 +563,8 @@ exports.AgentGuardrailEndAction$ = [3, n2, _AGEA,
|
|
|
507
563
|
];
|
|
508
564
|
exports.AgentGuardrailInput$ = [3, n2, _AGI,
|
|
509
565
|
0,
|
|
510
|
-
[_che, _mo,
|
|
511
|
-
[() => AgentGuardrailChecksList, 0,
|
|
566
|
+
[_che, _mo, _mod, _eM, _wi],
|
|
567
|
+
[() => AgentGuardrailChecksList, 0, 0, 0, 0]
|
|
512
568
|
];
|
|
513
569
|
exports.AgentGuardrailObserveAction$ = [3, n2, _AGOA,
|
|
514
570
|
0,
|
|
@@ -532,8 +588,8 @@ exports.AgentGuardrails$ = [3, n2, _AG,
|
|
|
532
588
|
];
|
|
533
589
|
exports.AgentHandoverCapability$ = [3, n2, _AHC,
|
|
534
590
|
0,
|
|
535
|
-
[_n, _d, _var, _ag, _aV, _ser, _si, _pi, _an],
|
|
536
|
-
[0, 0, 0, 0, 1, 0, 2, () => exports.AgentHandoverPipeline$, () => AgentToolAnnotationsList]
|
|
591
|
+
[_n, _d, _var, _ag, _aV, _ser, _si, _pi, _ch, _an],
|
|
592
|
+
[0, 0, 0, 0, 1, 0, 2, () => exports.AgentHandoverPipeline$, 64 | 0, () => AgentToolAnnotationsList]
|
|
537
593
|
];
|
|
538
594
|
exports.AgentHandoverPipeline$ = [3, n2, _AHP,
|
|
539
595
|
0,
|
|
@@ -542,8 +598,8 @@ exports.AgentHandoverPipeline$ = [3, n2, _AHP,
|
|
|
542
598
|
];
|
|
543
599
|
exports.AgentHangupCapability$ = [3, n2, _AHCg,
|
|
544
600
|
0,
|
|
545
|
-
[_n, _d, _pi, _an],
|
|
546
|
-
[0, 0, () => exports.AgentHangupPipeline$, () => AgentToolAnnotationsList]
|
|
601
|
+
[_n, _d, _pi, _ch, _an],
|
|
602
|
+
[0, 0, () => exports.AgentHangupPipeline$, 64 | 0, () => AgentToolAnnotationsList]
|
|
547
603
|
];
|
|
548
604
|
exports.AgentHangupPipeline$ = [3, n2, _AHPg,
|
|
549
605
|
0,
|
|
@@ -552,13 +608,13 @@ exports.AgentHangupPipeline$ = [3, n2, _AHPg,
|
|
|
552
608
|
];
|
|
553
609
|
exports.AgentInfo$ = [3, n2, _AI,
|
|
554
610
|
0,
|
|
555
|
-
[_i, _n, _st, _ch, _ca, _lV],
|
|
556
|
-
[0, 0, 0, 64 | 0, 0, 1], 4
|
|
611
|
+
[_i, _n, _st, _ch, _p, _ca, _sC, _as, _lV],
|
|
612
|
+
[0, 0, 0, 64 | 0, 0, 0, 2, () => exports.AssistantUiSettings$, 1], 4
|
|
557
613
|
];
|
|
558
614
|
exports.AgentKnowledgeBase$ = [3, n2, _AKB,
|
|
559
615
|
0,
|
|
560
|
-
[_kBI, _in, _an],
|
|
561
|
-
[0, 0, () => AgentToolAnnotationsList]
|
|
616
|
+
[_kBI, _in, _ch, _an],
|
|
617
|
+
[0, 0, 64 | 0, () => AgentToolAnnotationsList]
|
|
562
618
|
];
|
|
563
619
|
exports.AgentSettings$ = [3, n2, _AS,
|
|
564
620
|
0,
|
|
@@ -577,13 +633,13 @@ exports.AgentSqsEngine$ = [3, n2, _ASE,
|
|
|
577
633
|
];
|
|
578
634
|
exports.AgentSuggestionsCapability$ = [3, n2, _ASC,
|
|
579
635
|
0,
|
|
580
|
-
[_n, _an],
|
|
581
|
-
[0, () => AgentToolAnnotationsList]
|
|
636
|
+
[_n, _ch, _an],
|
|
637
|
+
[0, 64 | 0, () => AgentToolAnnotationsList]
|
|
582
638
|
];
|
|
583
639
|
exports.AgentTool$ = [3, n2, _AT,
|
|
584
640
|
0,
|
|
585
|
-
[_i, _tV, _d, _f, _sM, _pi, _ap, _an],
|
|
586
|
-
[0, 1, 0, () => AgentToolFieldsList, 0, () => exports.AgentToolPipeline$, () => exports.AgentToolApproval$, () => AgentToolAnnotationsList], 1
|
|
641
|
+
[_i, _tV, _d, _f, _sM, _pi, _ap, _ch, _an],
|
|
642
|
+
[0, 1, 0, () => AgentToolFieldsList, 0, () => exports.AgentToolPipeline$, () => exports.AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
587
643
|
];
|
|
588
644
|
exports.AgentToolApproval$ = [3, n2, _ATA,
|
|
589
645
|
0,
|
|
@@ -652,8 +708,8 @@ exports.AgentToolVariablesAnnotation$ = [3, n2, _ATVA,
|
|
|
652
708
|
];
|
|
653
709
|
exports.AgentTransferCapability$ = [3, n2, _ATC,
|
|
654
710
|
0,
|
|
655
|
-
[_n, _d, _var, _co, _ext, _pi, _an],
|
|
656
|
-
[0, 0, 0, 0, 0, () => exports.AgentTransferPipeline$, () => AgentToolAnnotationsList]
|
|
711
|
+
[_n, _d, _var, _co, _ext, _pi, _ch, _an],
|
|
712
|
+
[0, 0, 0, 0, 0, () => exports.AgentTransferPipeline$, 64 | 0, () => AgentToolAnnotationsList]
|
|
657
713
|
];
|
|
658
714
|
exports.AgentTransferPipeline$ = [3, n2, _ATPg,
|
|
659
715
|
0,
|
|
@@ -687,13 +743,13 @@ exports.AgentVersionInfo$ = [3, n2, _AVI,
|
|
|
687
743
|
];
|
|
688
744
|
exports.AgentWaitCapability$ = [3, n2, _AWC,
|
|
689
745
|
0,
|
|
690
|
-
[_n, _d, _m, _an],
|
|
691
|
-
[0, 0, 0, () => AgentToolAnnotationsList]
|
|
746
|
+
[_n, _d, _m, _ch, _an],
|
|
747
|
+
[0, 0, 0, 64 | 0, () => AgentToolAnnotationsList]
|
|
692
748
|
];
|
|
693
749
|
exports.AgentWebFetchCapability$ = [3, n2, _AWFC,
|
|
694
750
|
0,
|
|
695
|
-
[_aD],
|
|
696
|
-
[64 | 0]
|
|
751
|
+
[_aD, _ch],
|
|
752
|
+
[64 | 0, 64 | 0]
|
|
697
753
|
];
|
|
698
754
|
exports.AgentWebhookEngine$ = [3, n2, _AWE,
|
|
699
755
|
0,
|
|
@@ -702,8 +758,8 @@ exports.AgentWebhookEngine$ = [3, n2, _AWE,
|
|
|
702
758
|
];
|
|
703
759
|
exports.AgentWebSearchCapability$ = [3, n2, _AWSC,
|
|
704
760
|
0,
|
|
705
|
-
[_cS, _aD, _uL],
|
|
706
|
-
[0, 64 | 0, () => exports.WebSearchUserLocation
|
|
761
|
+
[_cS, _aD, _uL, _ch],
|
|
762
|
+
[0, 64 | 0, () => exports.WebSearchUserLocation$, 64 | 0]
|
|
707
763
|
];
|
|
708
764
|
exports.AgentWorkflow$ = [3, n2, _AW,
|
|
709
765
|
0,
|
|
@@ -852,8 +908,23 @@ exports.AgentWorkflowVariablesHandler$ = [3, n2, _AWVH,
|
|
|
852
908
|
];
|
|
853
909
|
exports.AssistantChannelSettings$ = [3, n2, _ACS,
|
|
854
910
|
0,
|
|
855
|
-
[_defa],
|
|
856
|
-
[2]
|
|
911
|
+
[_defa, _ui],
|
|
912
|
+
[2, () => exports.AssistantUiSettings$]
|
|
913
|
+
];
|
|
914
|
+
exports.AssistantQuickCommand$ = [3, n2, _AQC,
|
|
915
|
+
0,
|
|
916
|
+
[_tit, _pro, _d],
|
|
917
|
+
[0, 0, 0], 2
|
|
918
|
+
];
|
|
919
|
+
exports.AssistantUiSettings$ = [3, n2, _AUS,
|
|
920
|
+
0,
|
|
921
|
+
[_we, _com, _pl],
|
|
922
|
+
[() => exports.AssistantWelcomeSettings$, () => AssistantQuickCommandsList, 0]
|
|
923
|
+
];
|
|
924
|
+
exports.AssistantWelcomeSettings$ = [3, n2, _AWSs,
|
|
925
|
+
0,
|
|
926
|
+
[_tit, _sub],
|
|
927
|
+
[0, 0]
|
|
857
928
|
];
|
|
858
929
|
exports.ChatChannelSettings$ = [3, n2, _CCS,
|
|
859
930
|
0,
|
|
@@ -862,8 +933,8 @@ exports.ChatChannelSettings$ = [3, n2, _CCS,
|
|
|
862
933
|
];
|
|
863
934
|
exports.CompareAgentVersionsInput$ = [3, n2, _CAVI,
|
|
864
935
|
0,
|
|
865
|
-
[_aI,
|
|
866
|
-
[[0, 1], [0, { [_hQ]:
|
|
936
|
+
[_aI, _comp, _fr, _fD, _to, _tD],
|
|
937
|
+
[[0, 1], [0, { [_hQ]: _comp }], [1, { [_hQ]: _fr }], [2, { [_hQ]: _fD }], [1, { [_hQ]: _to }], [2, { [_hQ]: _tD }]], 1
|
|
867
938
|
];
|
|
868
939
|
exports.CompareAgentVersionsOutput$ = [3, n2, _CAVO,
|
|
869
940
|
0,
|
|
@@ -872,8 +943,8 @@ exports.CompareAgentVersionsOutput$ = [3, n2, _CAVO,
|
|
|
872
943
|
];
|
|
873
944
|
exports.CreateAgentApiKeyInput$ = [3, n2, _CAAKI,
|
|
874
945
|
0,
|
|
875
|
-
[_aI,
|
|
876
|
-
[[0, 1], [0, { [_hQ]:
|
|
946
|
+
[_aI, _comp, _n, _eA],
|
|
947
|
+
[[0, 1], [0, { [_hQ]: _comp }], 0, 0], 1
|
|
877
948
|
];
|
|
878
949
|
exports.CreateAgentApiKeyOutput$ = [3, n2, _CAAKO,
|
|
879
950
|
0,
|
|
@@ -882,8 +953,8 @@ exports.CreateAgentApiKeyOutput$ = [3, n2, _CAAKO,
|
|
|
882
953
|
];
|
|
883
954
|
exports.CreateAgentInput$ = [3, n2, _CAI,
|
|
884
955
|
0,
|
|
885
|
-
[_n, _ch, _en, _d, _ca, _p, _se, _a,
|
|
886
|
-
[0, () => exports.AgentChannels$, () => exports.AgentEngine$, 0, 0, 0, () => exports.AgentSettings$, () => exports.AgentAccess$, [0, { [_hQ]:
|
|
956
|
+
[_n, _ch, _en, _d, _ca, _p, _se, _a, _comp],
|
|
957
|
+
[0, () => exports.AgentChannels$, () => exports.AgentEngine$, 0, 0, 0, () => exports.AgentSettings$, () => exports.AgentAccess$, [0, { [_hQ]: _comp }]], 3
|
|
887
958
|
];
|
|
888
959
|
exports.CreateAgentOutput$ = [3, n2, _CAO,
|
|
889
960
|
0,
|
|
@@ -892,8 +963,8 @@ exports.CreateAgentOutput$ = [3, n2, _CAO,
|
|
|
892
963
|
];
|
|
893
964
|
exports.DeleteAgentApiKeyInput$ = [3, n2, _DAAKI,
|
|
894
965
|
0,
|
|
895
|
-
[_aI, _kI,
|
|
896
|
-
[[0, 1], [0, 1], [0, { [_hQ]:
|
|
966
|
+
[_aI, _kI, _comp],
|
|
967
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _comp }]], 2
|
|
897
968
|
];
|
|
898
969
|
exports.DeleteAgentApiKeyOutput$ = [3, n2, _DAAKO,
|
|
899
970
|
0,
|
|
@@ -902,18 +973,28 @@ exports.DeleteAgentApiKeyOutput$ = [3, n2, _DAAKO,
|
|
|
902
973
|
];
|
|
903
974
|
exports.DeleteAgentInput$ = [3, n2, _DAI,
|
|
904
975
|
0,
|
|
905
|
-
[_aI,
|
|
906
|
-
[[0, 1], [0, { [_hQ]:
|
|
976
|
+
[_aI, _comp],
|
|
977
|
+
[[0, 1], [0, { [_hQ]: _comp }]], 1
|
|
907
978
|
];
|
|
908
979
|
exports.DeleteAgentOutput$ = [3, n2, _DAO,
|
|
909
980
|
0,
|
|
910
981
|
[],
|
|
911
982
|
[]
|
|
912
983
|
];
|
|
984
|
+
exports.DeletePronunciationDictionaryInput$ = [3, n2, _DPDI,
|
|
985
|
+
0,
|
|
986
|
+
[_cod, _comp],
|
|
987
|
+
[[0, 1], [0, { [_hQ]: _comp }]], 1
|
|
988
|
+
];
|
|
989
|
+
exports.DeletePronunciationDictionaryOutput$ = [3, n2, _DPDO,
|
|
990
|
+
0,
|
|
991
|
+
[],
|
|
992
|
+
[]
|
|
993
|
+
];
|
|
913
994
|
exports.GetAgentDeploymentInput$ = [3, n2, _GADI,
|
|
914
995
|
0,
|
|
915
|
-
[_aI,
|
|
916
|
-
[[0, 1], [0, { [_hQ]:
|
|
996
|
+
[_aI, _comp],
|
|
997
|
+
[[0, 1], [0, { [_hQ]: _comp }]], 1
|
|
917
998
|
];
|
|
918
999
|
exports.GetAgentDeploymentOutput$ = [3, n2, _GADO,
|
|
919
1000
|
0,
|
|
@@ -922,8 +1003,8 @@ exports.GetAgentDeploymentOutput$ = [3, n2, _GADO,
|
|
|
922
1003
|
];
|
|
923
1004
|
exports.GetAgentInput$ = [3, n2, _GAI,
|
|
924
1005
|
0,
|
|
925
|
-
[_aI,
|
|
926
|
-
[[0, 1], [0, { [_hQ]:
|
|
1006
|
+
[_aI, _comp],
|
|
1007
|
+
[[0, 1], [0, { [_hQ]: _comp }]], 1
|
|
927
1008
|
];
|
|
928
1009
|
exports.GetAgentOutput$ = [3, n2, _GAO,
|
|
929
1010
|
0,
|
|
@@ -932,8 +1013,8 @@ exports.GetAgentOutput$ = [3, n2, _GAO,
|
|
|
932
1013
|
];
|
|
933
1014
|
exports.GetAgentVersionInput$ = [3, n2, _GAVI,
|
|
934
1015
|
0,
|
|
935
|
-
[_aI, _ve,
|
|
936
|
-
[[0, 1], [1, 1], [0, { [_hQ]:
|
|
1016
|
+
[_aI, _ve, _comp],
|
|
1017
|
+
[[0, 1], [1, 1], [0, { [_hQ]: _comp }]], 2
|
|
937
1018
|
];
|
|
938
1019
|
exports.GetAgentVersionOutput$ = [3, n2, _GAVO,
|
|
939
1020
|
0,
|
|
@@ -942,8 +1023,8 @@ exports.GetAgentVersionOutput$ = [3, n2, _GAVO,
|
|
|
942
1023
|
];
|
|
943
1024
|
exports.ListAgentApiKeysInput$ = [3, n2, _LAAKI,
|
|
944
1025
|
0,
|
|
945
|
-
[_aI,
|
|
946
|
-
[[0, 1], [0, { [_hQ]:
|
|
1026
|
+
[_aI, _comp],
|
|
1027
|
+
[[0, 1], [0, { [_hQ]: _comp }]], 1
|
|
947
1028
|
];
|
|
948
1029
|
exports.ListAgentApiKeysOutput$ = [3, n2, _LAAKO,
|
|
949
1030
|
0,
|
|
@@ -952,13 +1033,13 @@ exports.ListAgentApiKeysOutput$ = [3, n2, _LAAKO,
|
|
|
952
1033
|
];
|
|
953
1034
|
exports.ListAgentsInput$ = [3, n2, _LAI,
|
|
954
1035
|
0,
|
|
955
|
-
[
|
|
956
|
-
[[0, { [_hQ]:
|
|
1036
|
+
[_comp, _chann, _st, _sea, _li, _cu],
|
|
1037
|
+
[[0, { [_hQ]: _comp }], [0, { [_hQ]: _chann }], [0, { [_hQ]: _st }], [0, { [_hQ]: _sea }], [1, { [_hQ]: _li }], [0, { [_hQ]: _cu }]]
|
|
957
1038
|
];
|
|
958
1039
|
exports.ListAgentsNamesInput$ = [3, n2, _LANI,
|
|
959
1040
|
0,
|
|
960
|
-
[
|
|
961
|
-
[[0, { [_hQ]:
|
|
1041
|
+
[_comp, _chann],
|
|
1042
|
+
[[0, { [_hQ]: _comp }], [0, { [_hQ]: _chann }]]
|
|
962
1043
|
];
|
|
963
1044
|
exports.ListAgentsNamesOutput$ = [3, n2, _LANO,
|
|
964
1045
|
0,
|
|
@@ -972,18 +1053,33 @@ exports.ListAgentsOutput$ = [3, n2, _LAO,
|
|
|
972
1053
|
];
|
|
973
1054
|
exports.ListAgentVersionsInput$ = [3, n2, _LAVI,
|
|
974
1055
|
0,
|
|
975
|
-
[_aI,
|
|
976
|
-
[[0, 1], [0, { [_hQ]:
|
|
1056
|
+
[_aI, _comp, _li, _cu],
|
|
1057
|
+
[[0, 1], [0, { [_hQ]: _comp }], [1, { [_hQ]: _li }], [0, { [_hQ]: _cu }]], 1
|
|
977
1058
|
];
|
|
978
1059
|
exports.ListAgentVersionsOutput$ = [3, n2, _LAVO,
|
|
979
1060
|
0,
|
|
980
1061
|
[_ver, _nC],
|
|
981
1062
|
[() => AgentVersionInfoList, 0], 1
|
|
982
1063
|
];
|
|
1064
|
+
exports.ListPronunciationDictionariesInput$ = [3, n2, _LPDI,
|
|
1065
|
+
0,
|
|
1066
|
+
[_comp, _li, _cu],
|
|
1067
|
+
[[0, { [_hQ]: _comp }], [1, { [_hQ]: _li }], [0, { [_hQ]: _cu }]]
|
|
1068
|
+
];
|
|
1069
|
+
exports.ListPronunciationDictionariesOutput$ = [3, n2, _LPDO,
|
|
1070
|
+
0,
|
|
1071
|
+
[_dic, _nC],
|
|
1072
|
+
[() => PronunciationDictionaryList, 0], 1
|
|
1073
|
+
];
|
|
1074
|
+
exports.PronunciationDictionary$ = [3, n2, _PD,
|
|
1075
|
+
0,
|
|
1076
|
+
[_i, _cod, _ru, _uA, _uB],
|
|
1077
|
+
[0, 0, () => VoicePronunciationList, 0, () => exports.Actor$], 5
|
|
1078
|
+
];
|
|
983
1079
|
exports.PublishAgentVersionInput$ = [3, n2, _PAVI,
|
|
984
1080
|
0,
|
|
985
|
-
[_aI, _r,
|
|
986
|
-
[[0, 1], 1, [0, { [_hQ]:
|
|
1081
|
+
[_aI, _r, _comp, _chan, _n],
|
|
1082
|
+
[[0, 1], 1, [0, { [_hQ]: _comp }], 0, 0], 2
|
|
987
1083
|
];
|
|
988
1084
|
exports.PublishAgentVersionOutput$ = [3, n2, _PAVO,
|
|
989
1085
|
0,
|
|
@@ -992,18 +1088,28 @@ exports.PublishAgentVersionOutput$ = [3, n2, _PAVO,
|
|
|
992
1088
|
];
|
|
993
1089
|
exports.PutAgentDeploymentInput$ = [3, n2, _PADI,
|
|
994
1090
|
0,
|
|
995
|
-
[_aI, _de,
|
|
996
|
-
[[0, 1], () => AgentDeploymentRoutesList, [0, { [_hQ]:
|
|
1091
|
+
[_aI, _de, _comp],
|
|
1092
|
+
[[0, 1], () => AgentDeploymentRoutesList, [0, { [_hQ]: _comp }]], 2
|
|
997
1093
|
];
|
|
998
1094
|
exports.PutAgentDeploymentOutput$ = [3, n2, _PADO,
|
|
999
1095
|
0,
|
|
1000
1096
|
[_de],
|
|
1001
1097
|
[() => AgentDeploymentRoutesList], 1
|
|
1002
1098
|
];
|
|
1099
|
+
exports.PutPronunciationDictionaryInput$ = [3, n2, _PPDI,
|
|
1100
|
+
0,
|
|
1101
|
+
[_cod, _ru, _comp, _eUA],
|
|
1102
|
+
[[0, 1], () => VoicePronunciationList, [0, { [_hQ]: _comp }], 0], 2
|
|
1103
|
+
];
|
|
1104
|
+
exports.PutPronunciationDictionaryOutput$ = [3, n2, _PPDO,
|
|
1105
|
+
0,
|
|
1106
|
+
[_dict],
|
|
1107
|
+
[() => exports.PronunciationDictionary$], 1
|
|
1108
|
+
];
|
|
1003
1109
|
exports.ResetAgentDeploymentInput$ = [3, n2, _RADI,
|
|
1004
1110
|
0,
|
|
1005
|
-
[_aI,
|
|
1006
|
-
[[0, 1], [0, { [_hQ]:
|
|
1111
|
+
[_aI, _comp],
|
|
1112
|
+
[[0, 1], [0, { [_hQ]: _comp }]], 1
|
|
1007
1113
|
];
|
|
1008
1114
|
exports.ResetAgentDeploymentOutput$ = [3, n2, _RADO,
|
|
1009
1115
|
0,
|
|
@@ -1012,8 +1118,8 @@ exports.ResetAgentDeploymentOutput$ = [3, n2, _RADO,
|
|
|
1012
1118
|
];
|
|
1013
1119
|
exports.RestoreAgentVersionToDraftInput$ = [3, n2, _RAVTDI,
|
|
1014
1120
|
0,
|
|
1015
|
-
[_aI, _ve, _r,
|
|
1016
|
-
[[0, 1], [1, 1], 1, [0, { [_hQ]:
|
|
1121
|
+
[_aI, _ve, _r, _comp],
|
|
1122
|
+
[[0, 1], [1, 1], 1, [0, { [_hQ]: _comp }]], 3
|
|
1017
1123
|
];
|
|
1018
1124
|
exports.RestoreAgentVersionToDraftOutput$ = [3, n2, _RAVTDO,
|
|
1019
1125
|
0,
|
|
@@ -1022,8 +1128,8 @@ exports.RestoreAgentVersionToDraftOutput$ = [3, n2, _RAVTDO,
|
|
|
1022
1128
|
];
|
|
1023
1129
|
exports.UpdateAgentInput$ = [3, n2, _UAI,
|
|
1024
1130
|
0,
|
|
1025
|
-
[_n, _ch, _en, _aI, _r, _d, _ca, _p, _se, _a,
|
|
1026
|
-
[0, () => exports.AgentChannels$, () => exports.AgentEngine$, [0, 1], 1, 0, 0, 0, () => exports.AgentSettings$, () => exports.AgentAccess$, [0, { [_hQ]:
|
|
1131
|
+
[_n, _ch, _en, _aI, _r, _d, _ca, _p, _se, _a, _comp],
|
|
1132
|
+
[0, () => exports.AgentChannels$, () => exports.AgentEngine$, [0, 1], 1, 0, 0, 0, () => exports.AgentSettings$, () => exports.AgentAccess$, [0, { [_hQ]: _comp }]], 5
|
|
1027
1133
|
];
|
|
1028
1134
|
exports.UpdateAgentOutput$ = [3, n2, _UAO,
|
|
1029
1135
|
0,
|
|
@@ -1037,8 +1143,8 @@ exports.VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
|
|
|
1037
1143
|
];
|
|
1038
1144
|
exports.VoiceChannelSettings$ = [3, n2, _VCS,
|
|
1039
1145
|
0,
|
|
1040
|
-
[_gr, _int, _sT, _mD, _eC, _cM],
|
|
1041
|
-
[0, () => exports.VoiceInterruptionSettings$, () => exports.VoiceSilenceTimeoutSettings$, () => exports.VoiceMaxDurationSettings$, () => exports.VoiceEndCallSettings$, () => exports.VoiceCallerMetadataSettings$]
|
|
1146
|
+
[_gr, _bS, _sp, _int, _sT, _mD, _eC, _cM],
|
|
1147
|
+
[0, 0, () => exports.VoiceSpeechSettings$, () => exports.VoiceInterruptionSettings$, () => exports.VoiceSilenceTimeoutSettings$, () => exports.VoiceMaxDurationSettings$, () => exports.VoiceEndCallSettings$, () => exports.VoiceCallerMetadataSettings$]
|
|
1042
1148
|
];
|
|
1043
1149
|
exports.VoiceEndCallSettings$ = [3, n2, _VECS,
|
|
1044
1150
|
0,
|
|
@@ -1050,21 +1156,46 @@ exports.VoiceInterruptionSettings$ = [3, n2, _VIS,
|
|
|
1050
1156
|
[_ena, _mW],
|
|
1051
1157
|
[2, 1], 1
|
|
1052
1158
|
];
|
|
1159
|
+
exports.VoiceLanguage$ = [3, n2, _VL,
|
|
1160
|
+
0,
|
|
1161
|
+
[_cod, _vo, _prov, _gr, _iD, _in, _sy, _cr, _pron, _pS],
|
|
1162
|
+
[0, 0, 0, 0, 2, 0, () => exports.VoiceSynthesisOptions$, () => exports.SecretRef$, () => VoicePronunciationList, 64 | 0], 2
|
|
1163
|
+
];
|
|
1053
1164
|
exports.VoiceMaxDurationSettings$ = [3, n2, _VMDS,
|
|
1054
1165
|
0,
|
|
1055
1166
|
[_seco, _ac],
|
|
1056
1167
|
[1, () => exports.VoiceTerminateAction$], 2
|
|
1057
1168
|
];
|
|
1169
|
+
exports.VoicePronunciation$ = [3, n2, _VP,
|
|
1170
|
+
0,
|
|
1171
|
+
[_phr, _as_, _enc],
|
|
1172
|
+
[0, 0, 0], 2
|
|
1173
|
+
];
|
|
1058
1174
|
exports.VoiceSilenceTimeoutSettings$ = [3, n2, _VSTS,
|
|
1059
1175
|
0,
|
|
1060
1176
|
[_seco, _ac],
|
|
1061
1177
|
[1, () => exports.VoiceTerminateAction$], 2
|
|
1062
1178
|
];
|
|
1179
|
+
exports.VoiceSpeechSettings$ = [3, n2, _VSS,
|
|
1180
|
+
0,
|
|
1181
|
+
[_prov, _lan, _aDu, _gEL, _tra, _sy, _cr],
|
|
1182
|
+
[0, () => VoiceLanguageList, 2, 2, () => exports.VoiceTranscriptionSettings$, () => exports.VoiceSynthesisOptions$, () => exports.SecretRef$], 2
|
|
1183
|
+
];
|
|
1184
|
+
exports.VoiceSynthesisOptions$ = [3, n2, _VSO,
|
|
1185
|
+
0,
|
|
1186
|
+
[_mo, _spe, _stab, _sim, _sty, _sB, _pit, _vG],
|
|
1187
|
+
[0, 1, 1, 1, 1, 2, 1, 1]
|
|
1188
|
+
];
|
|
1063
1189
|
exports.VoiceTerminateHangupAction$ = [3, n2, _VTHA,
|
|
1064
1190
|
0,
|
|
1065
1191
|
[_m],
|
|
1066
1192
|
[0]
|
|
1067
1193
|
];
|
|
1194
|
+
exports.VoiceTranscriptionSettings$ = [3, n2, _VTS,
|
|
1195
|
+
0,
|
|
1196
|
+
[_ven],
|
|
1197
|
+
[0]
|
|
1198
|
+
];
|
|
1068
1199
|
exports.VoiceTransferTarget$ = [3, n2, _VTT,
|
|
1069
1200
|
0,
|
|
1070
1201
|
[_n, _co, _ext, _d],
|
|
@@ -1075,11 +1206,6 @@ exports.WebSearchUserLocation$ = [3, n2, _WSUL,
|
|
|
1075
1206
|
[_cou, _reg, _ci, _time],
|
|
1076
1207
|
[0, 0, 0, 0]
|
|
1077
1208
|
];
|
|
1078
|
-
exports.WorkflowChannelSettings$ = [3, n2, _WCS,
|
|
1079
|
-
0,
|
|
1080
|
-
[],
|
|
1081
|
-
[]
|
|
1082
|
-
];
|
|
1083
1209
|
exports.Actor$ = [3, n1, _Ac,
|
|
1084
1210
|
0,
|
|
1085
1211
|
[_t, _i, _n],
|
|
@@ -1101,6 +1227,7 @@ var AgentApiKeysList = [1, n2, _AAKL,
|
|
|
1101
1227
|
var AgentCapabilitiesList = [1, n2, _ACL,
|
|
1102
1228
|
0, () => exports.AgentCapability$
|
|
1103
1229
|
];
|
|
1230
|
+
var AgentCapabilityChannelsList = 64 | 0;
|
|
1104
1231
|
var AgentDeploymentRoutesList = [1, n2, _ADRL,
|
|
1105
1232
|
0, () => exports.AgentDeploymentRoute$
|
|
1106
1233
|
];
|
|
@@ -1151,19 +1278,32 @@ var AgentWorkflowStepsList = [1, n2, _AWSL,
|
|
|
1151
1278
|
var AgentWorkflowTransitionsList = [1, n2, _AWTL,
|
|
1152
1279
|
0, () => exports.AgentWorkflowTransition$
|
|
1153
1280
|
];
|
|
1281
|
+
var AssistantQuickCommandsList = [1, n2, _AQCL,
|
|
1282
|
+
0, () => exports.AssistantQuickCommand$
|
|
1283
|
+
];
|
|
1154
1284
|
var ChannelTypeList = 64 | 0;
|
|
1155
1285
|
var DomainNameList = 64 | 0;
|
|
1286
|
+
var PronunciationDictionaryList = [1, n2, _PDL,
|
|
1287
|
+
0, () => exports.PronunciationDictionary$
|
|
1288
|
+
];
|
|
1289
|
+
var VoiceLanguageList = [1, n2, _VLL,
|
|
1290
|
+
0, () => exports.VoiceLanguage$
|
|
1291
|
+
];
|
|
1292
|
+
var VoicePronunciationList = [1, n2, _VPL,
|
|
1293
|
+
0, () => exports.VoicePronunciation$
|
|
1294
|
+
];
|
|
1295
|
+
var VoicePronunciationSuppressionList = 64 | 0;
|
|
1156
1296
|
var AgentSkillsList = [1, n4, _ASL,
|
|
1157
1297
|
0, () => exports.AgentSkillReference$
|
|
1158
1298
|
];
|
|
1159
1299
|
exports.AgentCapability$ = [4, n2, _ACg,
|
|
1160
1300
|
0,
|
|
1161
|
-
[_too, _conn, _kb, _sa, _wS, _wF, _ag, _ha, _del,
|
|
1301
|
+
[_too, _conn, _kb, _sa, _wS, _wF, _ag, _ha, _del, _tran, _su, _han, _wa],
|
|
1162
1302
|
[() => exports.AgentTool$, () => exports.AgentConnectorCapability$, () => exports.AgentKnowledgeBase$, () => exports.AgentSandboxCapability$, () => exports.AgentWebSearchCapability$, () => exports.AgentWebFetchCapability$, () => exports.AgentCallCapability$, () => exports.AgentHandoverCapability$, () => exports.AgentDelegationCapability$, () => exports.AgentTransferCapability$, () => exports.AgentSuggestionsCapability$, () => exports.AgentHangupCapability$, () => exports.AgentWaitCapability$]
|
|
1163
1303
|
];
|
|
1164
1304
|
exports.AgentEngine$ = [4, n2, _AE,
|
|
1165
1305
|
0,
|
|
1166
|
-
[_ai,
|
|
1306
|
+
[_ai, _web, _sq],
|
|
1167
1307
|
[() => exports.AgentAiEngine$, () => exports.AgentWebhookEngine$, () => exports.AgentSqsEngine$]
|
|
1168
1308
|
];
|
|
1169
1309
|
exports.AgentGrantPrincipal$ = [4, n2, _AGP,
|
|
@@ -1203,7 +1343,7 @@ exports.AgentToolVariableHandler$ = [4, n2, _ATVH,
|
|
|
1203
1343
|
];
|
|
1204
1344
|
exports.AgentWorkflowAction$ = [4, n2, _AWAg,
|
|
1205
1345
|
0,
|
|
1206
|
-
[_too, _conn, _ag, _ha, _del,
|
|
1346
|
+
[_too, _conn, _ag, _ha, _del, _tran, _han, _wa],
|
|
1207
1347
|
[() => exports.AgentTool$, () => exports.AgentConnectorCapability$, () => exports.AgentCallCapability$, () => exports.AgentHandoverCapability$, () => exports.AgentDelegationCapability$, () => exports.AgentTransferCapability$, () => exports.AgentHangupCapability$, () => exports.AgentWaitCapability$]
|
|
1208
1348
|
];
|
|
1209
1349
|
exports.AgentWorkflowCondition$ = [4, n2, _AWCg,
|
|
@@ -1228,7 +1368,7 @@ exports.AgentWorkflowMessageContent$ = [4, n2, _AWMC,
|
|
|
1228
1368
|
];
|
|
1229
1369
|
exports.VoiceTerminateAction$ = [4, n2, _VTA,
|
|
1230
1370
|
0,
|
|
1231
|
-
[_han,
|
|
1371
|
+
[_han, _tran],
|
|
1232
1372
|
[() => exports.VoiceTerminateHangupAction$, () => exports.VoiceTransferTarget$]
|
|
1233
1373
|
];
|
|
1234
1374
|
exports.CompareAgentVersions$ = [9, n2, _CAV,
|
|
@@ -1246,6 +1386,9 @@ exports.DeleteAgent$ = [9, n2, _DA,
|
|
|
1246
1386
|
exports.DeleteAgentApiKey$ = [9, n2, _DAAK,
|
|
1247
1387
|
{ [_ht]: ["DELETE", "/v2/agents/agents/{agentId}/keys/{keyId}", 200] }, () => exports.DeleteAgentApiKeyInput$, () => exports.DeleteAgentApiKeyOutput$
|
|
1248
1388
|
];
|
|
1389
|
+
exports.DeletePronunciationDictionary$ = [9, n2, _DPD,
|
|
1390
|
+
{ [_ht]: ["DELETE", "/v2/agents/pronunciations/{code}", 200] }, () => exports.DeletePronunciationDictionaryInput$, () => exports.DeletePronunciationDictionaryOutput$
|
|
1391
|
+
];
|
|
1249
1392
|
exports.GetAgent$ = [9, n2, _GA,
|
|
1250
1393
|
{ [_ht]: ["GET", "/v2/agents/agents/{agentId}", 200] }, () => exports.GetAgentInput$, () => exports.GetAgentOutput$
|
|
1251
1394
|
];
|
|
@@ -1267,12 +1410,18 @@ exports.ListAgentsNames$ = [9, n2, _LAN,
|
|
|
1267
1410
|
exports.ListAgentVersions$ = [9, n2, _LAV,
|
|
1268
1411
|
{ [_ht]: ["GET", "/v2/agents/agents/{agentId}/versions", 200] }, () => exports.ListAgentVersionsInput$, () => exports.ListAgentVersionsOutput$
|
|
1269
1412
|
];
|
|
1413
|
+
exports.ListPronunciationDictionaries$ = [9, n2, _LPD,
|
|
1414
|
+
{ [_ht]: ["GET", "/v2/agents/pronunciations", 200] }, () => exports.ListPronunciationDictionariesInput$, () => exports.ListPronunciationDictionariesOutput$
|
|
1415
|
+
];
|
|
1270
1416
|
exports.PublishAgentVersion$ = [9, n2, _PAV,
|
|
1271
1417
|
{ [_ht]: ["POST", "/v2/agents/agents/{agentId}/versions", 200] }, () => exports.PublishAgentVersionInput$, () => exports.PublishAgentVersionOutput$
|
|
1272
1418
|
];
|
|
1273
1419
|
exports.PutAgentDeployment$ = [9, n2, _PAD,
|
|
1274
1420
|
{ [_ht]: ["PUT", "/v2/agents/agents/{agentId}/deployment", 200] }, () => exports.PutAgentDeploymentInput$, () => exports.PutAgentDeploymentOutput$
|
|
1275
1421
|
];
|
|
1422
|
+
exports.PutPronunciationDictionary$ = [9, n2, _PPD,
|
|
1423
|
+
{ [_ht]: ["PUT", "/v2/agents/pronunciations/{code}", 200] }, () => exports.PutPronunciationDictionaryInput$, () => exports.PutPronunciationDictionaryOutput$
|
|
1424
|
+
];
|
|
1276
1425
|
exports.ResetAgentDeployment$ = [9, n2, _RAD,
|
|
1277
1426
|
{ [_ht]: ["POST", "/v2/agents/agents/{agentId}/deployment/reset", 200] }, () => exports.ResetAgentDeploymentInput$, () => exports.ResetAgentDeploymentOutput$
|
|
1278
1427
|
];
|