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