@wildix/wilma-agents-client 1.0.13 → 1.0.14
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/models/enums.js +7 -7
- package/dist-cjs/models/errors.js +16 -110
- package/dist-cjs/schemas/schemas_0.js +208 -209
- package/dist-es/models/enums.js +6 -6
- package/dist-es/models/errors.js +12 -100
- package/dist-es/schemas/schemas_0.js +206 -207
- package/dist-types/commands/CompareAgentVersionsCommand.d.ts +1 -3
- package/dist-types/commands/CreateAgentApiKeyCommand.d.ts +1 -1
- package/dist-types/commands/CreateAgentCommand.d.ts +90 -61
- package/dist-types/commands/CreateAgentDeploymentCommand.d.ts +3 -4
- package/dist-types/commands/DeleteAgentApiKeyCommand.d.ts +1 -3
- package/dist-types/commands/DeleteAgentCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAgentDeploymentCommand.d.ts +3 -5
- package/dist-types/commands/GetAgentCommand.d.ts +45 -31
- package/dist-types/commands/GetAgentDeploymentCommand.d.ts +1 -3
- package/dist-types/commands/GetAgentVersionCommand.d.ts +45 -33
- package/dist-types/commands/ListAgentApiKeysCommand.d.ts +1 -1
- package/dist-types/commands/ListAgentDeploymentsCommand.d.ts +1 -1
- package/dist-types/commands/ListAgentVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListAgentsCommand.d.ts +44 -30
- package/dist-types/commands/PublishAgentVersionCommand.d.ts +45 -31
- package/dist-types/commands/RestoreAgentVersionToDraftCommand.d.ts +45 -33
- package/dist-types/commands/UpdateAgentCommand.d.ts +91 -62
- package/dist-types/commands/UpdateAgentDeploymentCommand.d.ts +1 -5
- package/dist-types/models/enums.d.ts +26 -26
- package/dist-types/models/errors.d.ts +10 -85
- package/dist-types/models/models_0.d.ts +177 -15
- package/dist-types/schemas/schemas_0.d.ts +8 -8
- package/package.json +1 -1
|
@@ -3,18 +3,15 @@ const _AA = "AgentAccess";
|
|
|
3
3
|
const _AAE = "AgentAiEngine";
|
|
4
4
|
const _AAK = "AgentApiKey";
|
|
5
5
|
const _AAKL = "AgentApiKeysList";
|
|
6
|
-
const _AAKNFE = "AgentApiKeyNotFoundException";
|
|
7
6
|
const _AC = "AgentChannels";
|
|
8
7
|
const _ACC = "AgentCallCapability";
|
|
8
|
+
const _ACCg = "AgentConnectorCapability";
|
|
9
9
|
const _ACL = "AgentCapabilitiesList";
|
|
10
10
|
const _ACS = "AssistantChannelSettings";
|
|
11
11
|
const _ACg = "AgentCapability";
|
|
12
12
|
const _AD = "AgentDeployment";
|
|
13
13
|
const _ADC = "AgentDelegationCapability";
|
|
14
|
-
const _ADIUE = "AgentDeploymentInUseException";
|
|
15
14
|
const _ADL = "AgentDeploymentsList";
|
|
16
|
-
const _ADNFE = "AgentDeploymentNotFoundException";
|
|
17
|
-
const _ADNUNE = "AgentDeploymentNonUniqueNameException";
|
|
18
15
|
const _ADR = "AgentDeploymentRoute";
|
|
19
16
|
const _ADRL = "AgentDeploymentRoutesList";
|
|
20
17
|
const _ADS = "AgentDefinitionSnapshot";
|
|
@@ -27,11 +24,8 @@ const _AHP = "AgentHandoverPipeline";
|
|
|
27
24
|
const _AHPg = "AgentHangupPipeline";
|
|
28
25
|
const _AI = "AgentInfo";
|
|
29
26
|
const _AIL = "AgentsInfoList";
|
|
30
|
-
const _AIUE = "AgentInUseException";
|
|
31
27
|
const _AKB = "AgentKnowledgeBase";
|
|
32
28
|
const _AL = "AgentsList";
|
|
33
|
-
const _ANFE = "AgentNotFoundException";
|
|
34
|
-
const _ANUNE = "AgentNonUniqueNameException";
|
|
35
29
|
const _AS = "AgentSettings";
|
|
36
30
|
const _ASC = "AgentSuggestionsCapability";
|
|
37
31
|
const _ASCg = "AgentSandboxCapability";
|
|
@@ -45,6 +39,11 @@ const _ATAL = "AgentToolAnnotationsList";
|
|
|
45
39
|
const _ATAg = "AgentToolAnnotation";
|
|
46
40
|
const _ATC = "AgentTransferCapability";
|
|
47
41
|
const _ATCA = "AgentToolCommentAnnotation";
|
|
42
|
+
const _ATF = "AgentToolField";
|
|
43
|
+
const _ATFGH = "AgentToolFieldGuidedHandler";
|
|
44
|
+
const _ATFH = "AgentToolFieldHandler";
|
|
45
|
+
const _ATFL = "AgentToolFieldsList";
|
|
46
|
+
const _ATFPH = "AgentToolFieldPredefinedHandler";
|
|
48
47
|
const _ATP = "AgentToolPipeline";
|
|
49
48
|
const _ATPg = "AgentTransferPipeline";
|
|
50
49
|
const _ATRA = "AgentToolResultAnnotation";
|
|
@@ -62,7 +61,6 @@ const _AVCL = "AgentVersionChangesList";
|
|
|
62
61
|
const _AVI = "AgentVersionInfo";
|
|
63
62
|
const _AVIL = "AgentVersionInfoList";
|
|
64
63
|
const _AVL = "AgentVariablesList";
|
|
65
|
-
const _AVNFE = "AgentVersionNotFoundException";
|
|
66
64
|
const _AVSO = "AgentVercelSandboxOptions";
|
|
67
65
|
const _AVg = "AgentVersion";
|
|
68
66
|
const _AWC = "AgentWaitCapability";
|
|
@@ -83,6 +81,7 @@ const _CAV = "CompareAgentVersions";
|
|
|
83
81
|
const _CAVI = "CompareAgentVersionsInput";
|
|
84
82
|
const _CAVO = "CompareAgentVersionsOutput";
|
|
85
83
|
const _CCS = "ChatChannelSettings";
|
|
84
|
+
const _CE = "ConflictException";
|
|
86
85
|
const _DA = "DeleteAgent";
|
|
87
86
|
const _DAAK = "DeleteAgentApiKey";
|
|
88
87
|
const _DAAKI = "DeleteAgentApiKeyInput";
|
|
@@ -116,6 +115,7 @@ const _LAO = "ListAgentsOutput";
|
|
|
116
115
|
const _LAV = "ListAgentVersions";
|
|
117
116
|
const _LAVI = "ListAgentVersionsInput";
|
|
118
117
|
const _LAVO = "ListAgentVersionsOutput";
|
|
118
|
+
const _NFE = "NotFoundException";
|
|
119
119
|
const _NTPE = "NothingToPublishException";
|
|
120
120
|
const _PAV = "PublishAgentVersion";
|
|
121
121
|
const _PAVI = "PublishAgentVersionInput";
|
|
@@ -124,6 +124,7 @@ const _RAVTD = "RestoreAgentVersionToDraft";
|
|
|
124
124
|
const _RAVTDI = "RestoreAgentVersionToDraftInput";
|
|
125
125
|
const _RAVTDO = "RestoreAgentVersionToDraftOutput";
|
|
126
126
|
const _RCE = "RevisionConflictException";
|
|
127
|
+
const _SR = "SecretRef";
|
|
127
128
|
const _UA = "UpdateAgent";
|
|
128
129
|
const _UAD = "UpdateAgentDeployment";
|
|
129
130
|
const _UADI = "UpdateAgentDeploymentInput";
|
|
@@ -182,6 +183,7 @@ const _ci = "city";
|
|
|
182
183
|
const _co = "context";
|
|
183
184
|
const _com = "company";
|
|
184
185
|
const _comm = "comment";
|
|
186
|
+
const _con = "connector";
|
|
185
187
|
const _cou = "country";
|
|
186
188
|
const _cu = "cursor";
|
|
187
189
|
const _d = "description";
|
|
@@ -199,8 +201,9 @@ const _eC = "endCall";
|
|
|
199
201
|
const _en = "engine";
|
|
200
202
|
const _ena = "enabled";
|
|
201
203
|
const _ex = "extension";
|
|
202
|
-
const _f = "
|
|
204
|
+
const _f = "fields";
|
|
203
205
|
const _fD = "fromDraft";
|
|
206
|
+
const _fr = "from";
|
|
204
207
|
const _g = "grants";
|
|
205
208
|
const _gI = "groupId";
|
|
206
209
|
const _gr = "greeting";
|
|
@@ -292,691 +295,687 @@ const _wS = "webSearch";
|
|
|
292
295
|
const _wa = "wait";
|
|
293
296
|
const _we = "webhook";
|
|
294
297
|
const n0 = "smithy.framework";
|
|
295
|
-
const n1 = "wildix.wilma.
|
|
296
|
-
const n2 = "wildix.wilma.
|
|
297
|
-
const n3 = "wildix.wilma.
|
|
298
|
+
const n1 = "wildix.wilma.common";
|
|
299
|
+
const n2 = "wildix.wilma.agents";
|
|
300
|
+
const n3 = "wildix.wilma.secrets";
|
|
301
|
+
const n4 = "wildix.wilma.skills";
|
|
298
302
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
299
|
-
import {
|
|
303
|
+
import { ConflictException, NotFoundException, NothingToPublishException, RevisionConflictException, ValidationException, } from "../models/errors";
|
|
300
304
|
import { WilmaAgentsServiceException } from "../models/WilmaAgentsServiceException";
|
|
301
305
|
const _s_registry = TypeRegistry.for(_s);
|
|
302
306
|
export var WilmaAgentsServiceException$ = [-3, _s, "WilmaAgentsServiceException", 0, [], []];
|
|
303
307
|
_s_registry.registerError(WilmaAgentsServiceException$, WilmaAgentsServiceException);
|
|
304
308
|
const n0_registry = TypeRegistry.for(n0);
|
|
305
309
|
const n1_registry = TypeRegistry.for(n1);
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
310
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
311
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
309
312
|
[_m],
|
|
310
313
|
[0], 1
|
|
311
314
|
];
|
|
312
|
-
n0_registry.registerError(
|
|
313
|
-
export var
|
|
315
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
316
|
+
export var NotFoundException$ = [-3, n0, _NFE,
|
|
314
317
|
{ [_e]: _c, [_hE]: 404 },
|
|
315
|
-
[_m
|
|
316
|
-
[0
|
|
317
|
-
];
|
|
318
|
-
n1_registry.registerError(AgentApiKeyNotFoundException$, AgentApiKeyNotFoundException);
|
|
319
|
-
export var AgentDeploymentInUseException$ = [-3, n1, _ADIUE,
|
|
320
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
321
|
-
[_m, _t],
|
|
322
|
-
[0, 0], 1
|
|
323
|
-
];
|
|
324
|
-
n1_registry.registerError(AgentDeploymentInUseException$, AgentDeploymentInUseException);
|
|
325
|
-
export var AgentDeploymentNonUniqueNameException$ = [-3, n1, _ADNUNE,
|
|
326
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
327
|
-
[_m, _t],
|
|
328
|
-
[0, 0], 1
|
|
329
|
-
];
|
|
330
|
-
n1_registry.registerError(AgentDeploymentNonUniqueNameException$, AgentDeploymentNonUniqueNameException);
|
|
331
|
-
export var AgentDeploymentNotFoundException$ = [-3, n1, _ADNFE,
|
|
332
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
333
|
-
[_m, _t],
|
|
334
|
-
[0, 0], 1
|
|
335
|
-
];
|
|
336
|
-
n1_registry.registerError(AgentDeploymentNotFoundException$, AgentDeploymentNotFoundException);
|
|
337
|
-
export var AgentInUseException$ = [-3, n1, _AIUE,
|
|
338
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
339
|
-
[_m, _t],
|
|
340
|
-
[0, 0], 1
|
|
341
|
-
];
|
|
342
|
-
n1_registry.registerError(AgentInUseException$, AgentInUseException);
|
|
343
|
-
export var AgentNonUniqueNameException$ = [-3, n1, _ANUNE,
|
|
344
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
345
|
-
[_m, _t],
|
|
346
|
-
[0, 0], 1
|
|
347
|
-
];
|
|
348
|
-
n1_registry.registerError(AgentNonUniqueNameException$, AgentNonUniqueNameException);
|
|
349
|
-
export var AgentNotFoundException$ = [-3, n1, _ANFE,
|
|
350
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
351
|
-
[_m, _t],
|
|
352
|
-
[0, 0], 1
|
|
318
|
+
[_m],
|
|
319
|
+
[0], 1
|
|
353
320
|
];
|
|
354
|
-
|
|
355
|
-
export var
|
|
356
|
-
{ [_e]: _c, [_hE]:
|
|
357
|
-
[_m
|
|
358
|
-
[0
|
|
321
|
+
n0_registry.registerError(NotFoundException$, NotFoundException);
|
|
322
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
323
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
324
|
+
[_m],
|
|
325
|
+
[0], 1
|
|
359
326
|
];
|
|
360
|
-
|
|
361
|
-
export var NothingToPublishException$ = [-3,
|
|
327
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
328
|
+
export var NothingToPublishException$ = [-3, n1, _NTPE,
|
|
362
329
|
{ [_e]: _c, [_hE]: 409 },
|
|
363
330
|
[_m, _t],
|
|
364
331
|
[0, 0], 1
|
|
365
332
|
];
|
|
366
|
-
|
|
367
|
-
export var RevisionConflictException$ = [-3,
|
|
333
|
+
n1_registry.registerError(NothingToPublishException$, NothingToPublishException);
|
|
334
|
+
export var RevisionConflictException$ = [-3, n1, _RCE,
|
|
368
335
|
{ [_e]: _c, [_hE]: 409 },
|
|
369
336
|
[_m, _t, _cR],
|
|
370
337
|
[0, 0, 1], 1
|
|
371
338
|
];
|
|
372
|
-
|
|
339
|
+
n1_registry.registerError(RevisionConflictException$, RevisionConflictException);
|
|
373
340
|
export const errorTypeRegistries = [
|
|
374
341
|
_s_registry,
|
|
375
342
|
n0_registry,
|
|
376
343
|
n1_registry,
|
|
377
|
-
n2_registry,
|
|
378
344
|
];
|
|
379
|
-
export var Agent$ = [3,
|
|
345
|
+
export var Agent$ = [3, n2, _A,
|
|
380
346
|
0,
|
|
381
347
|
[_n, _ch, _en, _cA, _cB, _i, _st, _r, _d, _ca, _p, _se, _a, _uA, _uB, _lV, _dBV, _de],
|
|
382
348
|
[0, () => AgentChannels$, () => AgentEngine$, 0, () => Actor$, 0, 0, 1, 0, 0, 0, () => AgentSettings$, () => AgentAccess$, 0, () => Actor$, 1, 1, () => AgentDeploymentsList], 8
|
|
383
349
|
];
|
|
384
|
-
export var AgentAccess$ = [3,
|
|
350
|
+
export var AgentAccess$ = [3, n2, _AA,
|
|
385
351
|
0,
|
|
386
352
|
[_v, _g],
|
|
387
353
|
[0, () => AgentGrantPrincipalList]
|
|
388
354
|
];
|
|
389
|
-
export var AgentAiEngine$ = [3,
|
|
355
|
+
export var AgentAiEngine$ = [3, n2, _AAE,
|
|
390
356
|
0,
|
|
391
357
|
[_in, _mo, _sk, _cap, _va],
|
|
392
358
|
[0, 0, () => AgentSkillsList, () => AgentCapabilitiesList, () => AgentVariablesList], 1
|
|
393
359
|
];
|
|
394
|
-
export var AgentApiKey$ = [3,
|
|
360
|
+
export var AgentApiKey$ = [3, n2, _AAK,
|
|
395
361
|
0,
|
|
396
362
|
[_i, _pr, _cA, _cB, _n, _eA, _lUA],
|
|
397
363
|
[0, 0, 0, () => Actor$, 0, 0, 0], 4
|
|
398
364
|
];
|
|
399
|
-
export var AgentCallCapability$ = [3,
|
|
365
|
+
export var AgentCallCapability$ = [3, n2, _ACC,
|
|
400
366
|
0,
|
|
401
367
|
[_aI, _aV, _aD, _a, _va],
|
|
402
368
|
[0, 1, 0, () => AgentAccess$, () => AgentToolVariablesList], 1
|
|
403
369
|
];
|
|
404
|
-
export var AgentChannels$ = [3,
|
|
370
|
+
export var AgentChannels$ = [3, n2, _AC,
|
|
405
371
|
0,
|
|
406
372
|
[_vo, _cha, _as, _w],
|
|
407
373
|
[() => VoiceChannelSettings$, () => ChatChannelSettings$, () => AssistantChannelSettings$, () => WorkflowChannelSettings$]
|
|
408
374
|
];
|
|
409
|
-
export var
|
|
375
|
+
export var AgentConnectorCapability$ = [3, n2, _ACCg,
|
|
376
|
+
0,
|
|
377
|
+
[_i, _sM, _pi, _ap, _an],
|
|
378
|
+
[0, 0, () => AgentToolPipeline$, () => AgentToolApproval$, () => AgentToolAnnotationsList], 1
|
|
379
|
+
];
|
|
380
|
+
export var AgentDefinitionSnapshot$ = [3, n2, _ADS,
|
|
410
381
|
0,
|
|
411
382
|
[_n, _ch, _en, _d, _ca, _p, _se, _a],
|
|
412
383
|
[0, () => AgentChannels$, () => AgentEngine$, 0, 0, 0, () => AgentSettings$, () => AgentAccess$], 3
|
|
413
384
|
];
|
|
414
|
-
export var AgentDelegationCapability$ = [3,
|
|
385
|
+
export var AgentDelegationCapability$ = [3, n2, _ADC,
|
|
415
386
|
0,
|
|
416
387
|
[_i, _n, _d, _aV, _aD, _an],
|
|
417
388
|
[0, 0, 0, 1, 0, () => AgentToolAnnotationsList], 1
|
|
418
389
|
];
|
|
419
|
-
export var AgentDeployment$ = [3,
|
|
390
|
+
export var AgentDeployment$ = [3, n2, _AD,
|
|
420
391
|
0,
|
|
421
392
|
[_cA, _cB, _aI, _n, _st, _ro, _r, _uA, _uB, _d],
|
|
422
393
|
[0, () => Actor$, 0, 0, 0, () => AgentDeploymentRoutesList, 1, 0, () => Actor$, 0], 7
|
|
423
394
|
];
|
|
424
|
-
export var AgentDeploymentRoute$ = [3,
|
|
395
|
+
export var AgentDeploymentRoute$ = [3, n2, _ADR,
|
|
425
396
|
0,
|
|
426
397
|
[_ve, _pe],
|
|
427
398
|
[1, 1], 2
|
|
428
399
|
];
|
|
429
|
-
export var AgentHandoverCapability$ = [3,
|
|
400
|
+
export var AgentHandoverCapability$ = [3, n2, _AHC,
|
|
430
401
|
0,
|
|
431
402
|
[_n, _d, _var, _ag, _aV, _aD, _ser, _si, _pi, _an],
|
|
432
403
|
[0, 0, 0, 0, 1, 0, 0, 2, () => AgentHandoverPipeline$, () => AgentToolAnnotationsList]
|
|
433
404
|
];
|
|
434
|
-
export var AgentHandoverPipeline$ = [3,
|
|
405
|
+
export var AgentHandoverPipeline$ = [3, n2, _AHP,
|
|
435
406
|
0,
|
|
436
407
|
[_t, _in],
|
|
437
408
|
[0, 0]
|
|
438
409
|
];
|
|
439
|
-
export var AgentHangupCapability$ = [3,
|
|
410
|
+
export var AgentHangupCapability$ = [3, n2, _AHCg,
|
|
440
411
|
0,
|
|
441
412
|
[_n, _d, _pi, _an],
|
|
442
413
|
[0, 0, () => AgentHangupPipeline$, () => AgentToolAnnotationsList]
|
|
443
414
|
];
|
|
444
|
-
export var AgentHangupPipeline$ = [3,
|
|
415
|
+
export var AgentHangupPipeline$ = [3, n2, _AHPg,
|
|
445
416
|
0,
|
|
446
417
|
[_t, _in],
|
|
447
418
|
[0, 0]
|
|
448
419
|
];
|
|
449
|
-
export var AgentInfo$ = [3,
|
|
420
|
+
export var AgentInfo$ = [3, n2, _AI,
|
|
450
421
|
0,
|
|
451
422
|
[_i, _n, _st, _ch, _ca, _lV],
|
|
452
423
|
[0, 0, 0, 64 | 0, 0, 1], 4
|
|
453
424
|
];
|
|
454
|
-
export var AgentKnowledgeBase$ = [3,
|
|
425
|
+
export var AgentKnowledgeBase$ = [3, n2, _AKB,
|
|
455
426
|
0,
|
|
456
427
|
[_kBI, _in, _an],
|
|
457
428
|
[0, 0, () => AgentToolAnnotationsList]
|
|
458
429
|
];
|
|
459
|
-
export var AgentSettings$ = [3,
|
|
430
|
+
export var AgentSettings$ = [3, n2, _AS,
|
|
460
431
|
0,
|
|
461
432
|
[_pGI],
|
|
462
433
|
[0]
|
|
463
434
|
];
|
|
464
|
-
export var AgentSnapshotSandboxOptions$ = [3,
|
|
435
|
+
export var AgentSnapshotSandboxOptions$ = [3, n2, _ASSO,
|
|
465
436
|
0,
|
|
466
437
|
[_sI, _ne, _aDl, _vc],
|
|
467
438
|
[0, 0, 64 | 0, 1], 1
|
|
468
439
|
];
|
|
469
|
-
export var AgentSqsEngine$ = [3,
|
|
440
|
+
export var AgentSqsEngine$ = [3, n2, _ASE,
|
|
470
441
|
0,
|
|
471
442
|
[_u, _k, _sec],
|
|
472
|
-
[0, 0,
|
|
443
|
+
[0, 0, () => SecretRef$], 3
|
|
473
444
|
];
|
|
474
|
-
export var AgentSuggestionsCapability$ = [3,
|
|
445
|
+
export var AgentSuggestionsCapability$ = [3, n2, _ASC,
|
|
475
446
|
0,
|
|
476
447
|
[_n, _an],
|
|
477
448
|
[0, () => AgentToolAnnotationsList]
|
|
478
449
|
];
|
|
479
|
-
export var AgentTool$ = [3,
|
|
450
|
+
export var AgentTool$ = [3, n2, _AT,
|
|
480
451
|
0,
|
|
481
|
-
[_i,
|
|
482
|
-
[0, () =>
|
|
452
|
+
[_i, _d, _f, _sM, _pi, _ap, _an],
|
|
453
|
+
[0, 0, () => AgentToolFieldsList, 0, () => AgentToolPipeline$, () => AgentToolApproval$, () => AgentToolAnnotationsList], 1
|
|
483
454
|
];
|
|
484
|
-
export var AgentToolApproval$ = [3,
|
|
455
|
+
export var AgentToolApproval$ = [3, n2, _ATA,
|
|
485
456
|
0,
|
|
486
457
|
[_pro],
|
|
487
458
|
[0]
|
|
488
459
|
];
|
|
489
|
-
export var AgentToolCommentAnnotation$ = [3,
|
|
460
|
+
export var AgentToolCommentAnnotation$ = [3, n2, _ATCA,
|
|
490
461
|
0,
|
|
491
462
|
[_val, _aOS, _aOF],
|
|
492
463
|
[0, 2, 2]
|
|
493
464
|
];
|
|
494
|
-
export var
|
|
465
|
+
export var AgentToolField$ = [3, n2, _ATF,
|
|
466
|
+
0,
|
|
467
|
+
[_pa, _h],
|
|
468
|
+
[0, () => AgentToolFieldHandler$], 2
|
|
469
|
+
];
|
|
470
|
+
export var AgentToolFieldGuidedHandler$ = [3, n2, _ATFGH,
|
|
471
|
+
0,
|
|
472
|
+
[_d],
|
|
473
|
+
[0], 1
|
|
474
|
+
];
|
|
475
|
+
export var AgentToolFieldPredefinedHandler$ = [3, n2, _ATFPH,
|
|
476
|
+
0,
|
|
477
|
+
[_val],
|
|
478
|
+
[15], 1
|
|
479
|
+
];
|
|
480
|
+
export var AgentToolPipeline$ = [3, n2, _ATP,
|
|
495
481
|
0,
|
|
496
482
|
[_t, _in],
|
|
497
483
|
[0, 0]
|
|
498
484
|
];
|
|
499
|
-
export var AgentToolResultAnnotation$ = [3,
|
|
485
|
+
export var AgentToolResultAnnotation$ = [3, n2, _ATRA,
|
|
500
486
|
0,
|
|
501
487
|
[],
|
|
502
488
|
[]
|
|
503
489
|
];
|
|
504
|
-
export var AgentToolTagAnnotation$ = [3,
|
|
490
|
+
export var AgentToolTagAnnotation$ = [3, n2, _ATTA,
|
|
505
491
|
0,
|
|
506
492
|
[_val, _aOS, _aOF],
|
|
507
493
|
[0, 2, 2]
|
|
508
494
|
];
|
|
509
|
-
export var AgentToolVariable$ = [3,
|
|
495
|
+
export var AgentToolVariable$ = [3, n2, _ATV,
|
|
510
496
|
0,
|
|
511
497
|
[_n, _h],
|
|
512
498
|
[0, () => AgentToolVariableHandler$], 1
|
|
513
499
|
];
|
|
514
|
-
export var AgentToolVariableAutoHandler$ = [3,
|
|
500
|
+
export var AgentToolVariableAutoHandler$ = [3, n2, _ATVAH,
|
|
515
501
|
0,
|
|
516
502
|
[],
|
|
517
503
|
[]
|
|
518
504
|
];
|
|
519
|
-
export var AgentToolVariableGuidedHandler$ = [3,
|
|
505
|
+
export var AgentToolVariableGuidedHandler$ = [3, n2, _ATVGH,
|
|
520
506
|
0,
|
|
521
507
|
[_d],
|
|
522
508
|
[0], 1
|
|
523
509
|
];
|
|
524
|
-
export var AgentToolVariablePredefinedHandler$ = [3,
|
|
510
|
+
export var AgentToolVariablePredefinedHandler$ = [3, n2, _ATVPH,
|
|
525
511
|
0,
|
|
526
512
|
[_val],
|
|
527
513
|
[0], 1
|
|
528
514
|
];
|
|
529
|
-
export var AgentToolVariablesAnnotation$ = [3,
|
|
515
|
+
export var AgentToolVariablesAnnotation$ = [3, n2, _ATVA,
|
|
530
516
|
0,
|
|
531
517
|
[],
|
|
532
518
|
[]
|
|
533
519
|
];
|
|
534
|
-
export var AgentTransferCapability$ = [3,
|
|
520
|
+
export var AgentTransferCapability$ = [3, n2, _ATC,
|
|
535
521
|
0,
|
|
536
522
|
[_n, _d, _var, _co, _ex, _pi, _an],
|
|
537
523
|
[0, 0, 0, 0, 0, () => AgentTransferPipeline$, () => AgentToolAnnotationsList]
|
|
538
524
|
];
|
|
539
|
-
export var AgentTransferPipeline$ = [3,
|
|
525
|
+
export var AgentTransferPipeline$ = [3, n2, _ATPg,
|
|
540
526
|
0,
|
|
541
527
|
[_t, _in],
|
|
542
528
|
[0, 0]
|
|
543
529
|
];
|
|
544
|
-
export var AgentVariable$ = [3,
|
|
530
|
+
export var AgentVariable$ = [3, n2, _AV,
|
|
545
531
|
0,
|
|
546
532
|
[_n, _t, _o, _d],
|
|
547
533
|
[0, 0, 2, 0], 3
|
|
548
534
|
];
|
|
549
|
-
export var AgentVercelSandboxOptions$ = [3,
|
|
535
|
+
export var AgentVercelSandboxOptions$ = [3, n2, _AVSO,
|
|
550
536
|
0,
|
|
551
537
|
[_vc, _ne, _aDl],
|
|
552
538
|
[1, 0, 64 | 0]
|
|
553
539
|
];
|
|
554
|
-
export var AgentVersion$ = [3,
|
|
540
|
+
export var AgentVersion$ = [3, n2, _AVg,
|
|
555
541
|
0,
|
|
556
542
|
[_aI, _ve, _def, _pA, _pB, _bOV, _n, _chan],
|
|
557
543
|
[0, 1, () => AgentDefinitionSnapshot$, 0, () => Actor$, 1, 0, 0], 5
|
|
558
544
|
];
|
|
559
|
-
export var AgentVersionChange$ = [3,
|
|
545
|
+
export var AgentVersionChange$ = [3, n2, _AVC,
|
|
560
546
|
0,
|
|
561
547
|
[_pa, _b, _af],
|
|
562
548
|
[0, 15, 15], 1
|
|
563
549
|
];
|
|
564
|
-
export var AgentVersionInfo$ = [3,
|
|
550
|
+
export var AgentVersionInfo$ = [3, n2, _AVI,
|
|
565
551
|
0,
|
|
566
552
|
[_aI, _ve, _pA, _pB, _bOV, _n, _chan, _de],
|
|
567
553
|
[0, 1, 0, () => Actor$, 1, 0, 0, 64 | 0], 4
|
|
568
554
|
];
|
|
569
|
-
export var AgentWaitCapability$ = [3,
|
|
555
|
+
export var AgentWaitCapability$ = [3, n2, _AWC,
|
|
570
556
|
0,
|
|
571
557
|
[_n, _d, _m, _an],
|
|
572
558
|
[0, 0, 0, () => AgentToolAnnotationsList]
|
|
573
559
|
];
|
|
574
|
-
export var AgentWebFetchCapability$ = [3,
|
|
560
|
+
export var AgentWebFetchCapability$ = [3, n2, _AWFC,
|
|
575
561
|
0,
|
|
576
562
|
[_aDl],
|
|
577
563
|
[64 | 0]
|
|
578
564
|
];
|
|
579
|
-
export var AgentWebhookEngine$ = [3,
|
|
565
|
+
export var AgentWebhookEngine$ = [3, n2, _AWE,
|
|
580
566
|
0,
|
|
581
567
|
[_u, _sec, _ti],
|
|
582
568
|
[0, 0, 1], 2
|
|
583
569
|
];
|
|
584
|
-
export var AgentWebSearchCapability$ = [3,
|
|
570
|
+
export var AgentWebSearchCapability$ = [3, n2, _AWSC,
|
|
585
571
|
0,
|
|
586
572
|
[_cS, _aDl, _uL],
|
|
587
573
|
[0, 64 | 0, () => WebSearchUserLocation$]
|
|
588
574
|
];
|
|
589
|
-
export var AssistantChannelSettings$ = [3,
|
|
575
|
+
export var AssistantChannelSettings$ = [3, n2, _ACS,
|
|
590
576
|
0,
|
|
591
577
|
[_defa],
|
|
592
578
|
[2]
|
|
593
579
|
];
|
|
594
|
-
export var ChatChannelSettings$ = [3,
|
|
580
|
+
export var ChatChannelSettings$ = [3, n2, _CCS,
|
|
595
581
|
0,
|
|
596
582
|
[_di, _ar],
|
|
597
583
|
[2, 2]
|
|
598
584
|
];
|
|
599
|
-
export var CompareAgentVersionsInput$ = [3,
|
|
585
|
+
export var CompareAgentVersionsInput$ = [3, n2, _CAVI,
|
|
600
586
|
0,
|
|
601
|
-
[_aI, _com,
|
|
602
|
-
[[0, 1], [0, { [_hQ]: _com }], [1, { [_hQ]:
|
|
587
|
+
[_aI, _com, _fr, _fD, _to, _tD],
|
|
588
|
+
[[0, 1], [0, { [_hQ]: _com }], [1, { [_hQ]: _fr }], [2, { [_hQ]: _fD }], [1, { [_hQ]: _to }], [2, { [_hQ]: _tD }]], 1
|
|
603
589
|
];
|
|
604
|
-
export var CompareAgentVersionsOutput$ = [3,
|
|
590
|
+
export var CompareAgentVersionsOutput$ = [3, n2, _CAVO,
|
|
605
591
|
0,
|
|
606
592
|
[_chang],
|
|
607
593
|
[() => AgentVersionChangesList], 1
|
|
608
594
|
];
|
|
609
|
-
export var CreateAgentApiKeyInput$ = [3,
|
|
595
|
+
export var CreateAgentApiKeyInput$ = [3, n2, _CAAKI,
|
|
610
596
|
0,
|
|
611
597
|
[_aI, _com, _n, _eA],
|
|
612
598
|
[[0, 1], [0, { [_hQ]: _com }], 0, 0], 1
|
|
613
599
|
];
|
|
614
|
-
export var CreateAgentApiKeyOutput$ = [3,
|
|
600
|
+
export var CreateAgentApiKeyOutput$ = [3, n2, _CAAKO,
|
|
615
601
|
0,
|
|
616
602
|
[_k, _sec],
|
|
617
603
|
[() => AgentApiKey$, 0], 2
|
|
618
604
|
];
|
|
619
|
-
export var CreateAgentDeploymentInput$ = [3,
|
|
605
|
+
export var CreateAgentDeploymentInput$ = [3, n2, _CADI,
|
|
620
606
|
0,
|
|
621
607
|
[_aI, _n, _st, _ro, _com, _d],
|
|
622
608
|
[[0, 1], 0, 0, () => AgentDeploymentRoutesList, [0, { [_hQ]: _com }], 0], 4
|
|
623
609
|
];
|
|
624
|
-
export var CreateAgentDeploymentOutput$ = [3,
|
|
610
|
+
export var CreateAgentDeploymentOutput$ = [3, n2, _CADO,
|
|
625
611
|
0,
|
|
626
612
|
[_dep],
|
|
627
613
|
[() => AgentDeployment$], 1
|
|
628
614
|
];
|
|
629
|
-
export var CreateAgentInput$ = [3,
|
|
615
|
+
export var CreateAgentInput$ = [3, n2, _CAI,
|
|
630
616
|
0,
|
|
631
617
|
[_n, _ch, _en, _d, _ca, _p, _se, _a, _com],
|
|
632
618
|
[0, () => AgentChannels$, () => AgentEngine$, 0, 0, 0, () => AgentSettings$, () => AgentAccess$, [0, { [_hQ]: _com }]], 3
|
|
633
619
|
];
|
|
634
|
-
export var CreateAgentOutput$ = [3,
|
|
620
|
+
export var CreateAgentOutput$ = [3, n2, _CAO,
|
|
635
621
|
0,
|
|
636
622
|
[_ag],
|
|
637
623
|
[() => Agent$], 1
|
|
638
624
|
];
|
|
639
|
-
export var DeleteAgentApiKeyInput$ = [3,
|
|
625
|
+
export var DeleteAgentApiKeyInput$ = [3, n2, _DAAKI,
|
|
640
626
|
0,
|
|
641
627
|
[_aI, _kI, _com],
|
|
642
628
|
[[0, 1], [0, 1], [0, { [_hQ]: _com }]], 2
|
|
643
629
|
];
|
|
644
|
-
export var DeleteAgentApiKeyOutput$ = [3,
|
|
630
|
+
export var DeleteAgentApiKeyOutput$ = [3, n2, _DAAKO,
|
|
645
631
|
0,
|
|
646
632
|
[],
|
|
647
633
|
[]
|
|
648
634
|
];
|
|
649
|
-
export var DeleteAgentDeploymentInput$ = [3,
|
|
635
|
+
export var DeleteAgentDeploymentInput$ = [3, n2, _DADI,
|
|
650
636
|
0,
|
|
651
637
|
[_aI, _dN, _com],
|
|
652
638
|
[[0, 1], [0, 1], [0, { [_hQ]: _com }]], 2
|
|
653
639
|
];
|
|
654
|
-
export var DeleteAgentDeploymentOutput$ = [3,
|
|
640
|
+
export var DeleteAgentDeploymentOutput$ = [3, n2, _DADO,
|
|
655
641
|
0,
|
|
656
642
|
[],
|
|
657
643
|
[]
|
|
658
644
|
];
|
|
659
|
-
export var DeleteAgentInput$ = [3,
|
|
645
|
+
export var DeleteAgentInput$ = [3, n2, _DAI,
|
|
660
646
|
0,
|
|
661
647
|
[_aI, _com],
|
|
662
648
|
[[0, 1], [0, { [_hQ]: _com }]], 1
|
|
663
649
|
];
|
|
664
|
-
export var DeleteAgentOutput$ = [3,
|
|
650
|
+
export var DeleteAgentOutput$ = [3, n2, _DAO,
|
|
665
651
|
0,
|
|
666
652
|
[],
|
|
667
653
|
[]
|
|
668
654
|
];
|
|
669
|
-
export var GetAgentDeploymentInput$ = [3,
|
|
655
|
+
export var GetAgentDeploymentInput$ = [3, n2, _GADI,
|
|
670
656
|
0,
|
|
671
657
|
[_aI, _dN, _com],
|
|
672
658
|
[[0, 1], [0, 1], [0, { [_hQ]: _com }]], 2
|
|
673
659
|
];
|
|
674
|
-
export var GetAgentDeploymentOutput$ = [3,
|
|
660
|
+
export var GetAgentDeploymentOutput$ = [3, n2, _GADO,
|
|
675
661
|
0,
|
|
676
662
|
[_dep],
|
|
677
663
|
[() => AgentDeployment$], 1
|
|
678
664
|
];
|
|
679
|
-
export var GetAgentInput$ = [3,
|
|
665
|
+
export var GetAgentInput$ = [3, n2, _GAI,
|
|
680
666
|
0,
|
|
681
667
|
[_aI, _com],
|
|
682
668
|
[[0, 1], [0, { [_hQ]: _com }]], 1
|
|
683
669
|
];
|
|
684
|
-
export var GetAgentOutput$ = [3,
|
|
670
|
+
export var GetAgentOutput$ = [3, n2, _GAO,
|
|
685
671
|
0,
|
|
686
672
|
[_ag],
|
|
687
673
|
[() => Agent$], 1
|
|
688
674
|
];
|
|
689
|
-
export var GetAgentVersionInput$ = [3,
|
|
675
|
+
export var GetAgentVersionInput$ = [3, n2, _GAVI,
|
|
690
676
|
0,
|
|
691
677
|
[_aI, _ve, _com],
|
|
692
678
|
[[0, 1], [1, 1], [0, { [_hQ]: _com }]], 2
|
|
693
679
|
];
|
|
694
|
-
export var GetAgentVersionOutput$ = [3,
|
|
680
|
+
export var GetAgentVersionOutput$ = [3, n2, _GAVO,
|
|
695
681
|
0,
|
|
696
682
|
[_ve],
|
|
697
683
|
[() => AgentVersion$], 1
|
|
698
684
|
];
|
|
699
|
-
export var ListAgentApiKeysInput$ = [3,
|
|
685
|
+
export var ListAgentApiKeysInput$ = [3, n2, _LAAKI,
|
|
700
686
|
0,
|
|
701
687
|
[_aI, _com],
|
|
702
688
|
[[0, 1], [0, { [_hQ]: _com }]], 1
|
|
703
689
|
];
|
|
704
|
-
export var ListAgentApiKeysOutput$ = [3,
|
|
690
|
+
export var ListAgentApiKeysOutput$ = [3, n2, _LAAKO,
|
|
705
691
|
0,
|
|
706
692
|
[_ke],
|
|
707
693
|
[() => AgentApiKeysList], 1
|
|
708
694
|
];
|
|
709
|
-
export var ListAgentDeploymentsInput$ = [3,
|
|
695
|
+
export var ListAgentDeploymentsInput$ = [3, n2, _LADI,
|
|
710
696
|
0,
|
|
711
697
|
[_aI, _com],
|
|
712
698
|
[[0, 1], [0, { [_hQ]: _com }]], 1
|
|
713
699
|
];
|
|
714
|
-
export var ListAgentDeploymentsOutput$ = [3,
|
|
700
|
+
export var ListAgentDeploymentsOutput$ = [3, n2, _LADO,
|
|
715
701
|
0,
|
|
716
702
|
[_de],
|
|
717
703
|
[() => AgentDeploymentsList], 1
|
|
718
704
|
];
|
|
719
|
-
export var ListAgentsInput$ = [3,
|
|
705
|
+
export var ListAgentsInput$ = [3, n2, _LAI,
|
|
720
706
|
0,
|
|
721
707
|
[_com, _chann, _st, _sea, _l, _cu],
|
|
722
708
|
[[0, { [_hQ]: _com }], [0, { [_hQ]: _chann }], [0, { [_hQ]: _st }], [0, { [_hQ]: _sea }], [1, { [_hQ]: _l }], [0, { [_hQ]: _cu }]]
|
|
723
709
|
];
|
|
724
|
-
export var ListAgentsNamesInput$ = [3,
|
|
710
|
+
export var ListAgentsNamesInput$ = [3, n2, _LANI,
|
|
725
711
|
0,
|
|
726
712
|
[_com, _chann],
|
|
727
713
|
[[0, { [_hQ]: _com }], [0, { [_hQ]: _chann }]]
|
|
728
714
|
];
|
|
729
|
-
export var ListAgentsNamesOutput$ = [3,
|
|
715
|
+
export var ListAgentsNamesOutput$ = [3, n2, _LANO,
|
|
730
716
|
0,
|
|
731
717
|
[_age],
|
|
732
718
|
[() => AgentsInfoList], 1
|
|
733
719
|
];
|
|
734
|
-
export var ListAgentsOutput$ = [3,
|
|
720
|
+
export var ListAgentsOutput$ = [3, n2, _LAO,
|
|
735
721
|
0,
|
|
736
722
|
[_age, _nC],
|
|
737
723
|
[() => AgentsList, 0], 1
|
|
738
724
|
];
|
|
739
|
-
export var ListAgentVersionsInput$ = [3,
|
|
725
|
+
export var ListAgentVersionsInput$ = [3, n2, _LAVI,
|
|
740
726
|
0,
|
|
741
727
|
[_aI, _com, _l, _cu],
|
|
742
728
|
[[0, 1], [0, { [_hQ]: _com }], [1, { [_hQ]: _l }], [0, { [_hQ]: _cu }]], 1
|
|
743
729
|
];
|
|
744
|
-
export var ListAgentVersionsOutput$ = [3,
|
|
730
|
+
export var ListAgentVersionsOutput$ = [3, n2, _LAVO,
|
|
745
731
|
0,
|
|
746
732
|
[_ver, _nC],
|
|
747
733
|
[() => AgentVersionInfoList, 0], 1
|
|
748
734
|
];
|
|
749
|
-
export var PublishAgentVersionInput$ = [3,
|
|
735
|
+
export var PublishAgentVersionInput$ = [3, n2, _PAVI,
|
|
750
736
|
0,
|
|
751
737
|
[_aI, _r, _com, _chan, _n],
|
|
752
738
|
[[0, 1], 1, [0, { [_hQ]: _com }], 0, 0], 2
|
|
753
739
|
];
|
|
754
|
-
export var PublishAgentVersionOutput$ = [3,
|
|
740
|
+
export var PublishAgentVersionOutput$ = [3, n2, _PAVO,
|
|
755
741
|
0,
|
|
756
742
|
[_ve],
|
|
757
743
|
[() => AgentVersion$], 1
|
|
758
744
|
];
|
|
759
|
-
export var RestoreAgentVersionToDraftInput$ = [3,
|
|
745
|
+
export var RestoreAgentVersionToDraftInput$ = [3, n2, _RAVTDI,
|
|
760
746
|
0,
|
|
761
747
|
[_aI, _ve, _r, _com],
|
|
762
748
|
[[0, 1], [1, 1], 1, [0, { [_hQ]: _com }]], 3
|
|
763
749
|
];
|
|
764
|
-
export var RestoreAgentVersionToDraftOutput$ = [3,
|
|
750
|
+
export var RestoreAgentVersionToDraftOutput$ = [3, n2, _RAVTDO,
|
|
765
751
|
0,
|
|
766
752
|
[_ag],
|
|
767
753
|
[() => Agent$], 1
|
|
768
754
|
];
|
|
769
|
-
export var UpdateAgentDeploymentInput$ = [3,
|
|
755
|
+
export var UpdateAgentDeploymentInput$ = [3, n2, _UADI,
|
|
770
756
|
0,
|
|
771
757
|
[_aI, _dN, _st, _ro, _r, _com, _d],
|
|
772
758
|
[[0, 1], [0, 1], 0, () => AgentDeploymentRoutesList, 1, [0, { [_hQ]: _com }], 0], 5
|
|
773
759
|
];
|
|
774
|
-
export var UpdateAgentDeploymentOutput$ = [3,
|
|
760
|
+
export var UpdateAgentDeploymentOutput$ = [3, n2, _UADO,
|
|
775
761
|
0,
|
|
776
762
|
[_dep],
|
|
777
763
|
[() => AgentDeployment$], 1
|
|
778
764
|
];
|
|
779
|
-
export var UpdateAgentInput$ = [3,
|
|
765
|
+
export var UpdateAgentInput$ = [3, n2, _UAI,
|
|
780
766
|
0,
|
|
781
767
|
[_n, _ch, _en, _aI, _r, _d, _ca, _p, _se, _a, _com],
|
|
782
768
|
[0, () => AgentChannels$, () => AgentEngine$, [0, 1], 1, 0, 0, 0, () => AgentSettings$, () => AgentAccess$, [0, { [_hQ]: _com }]], 5
|
|
783
769
|
];
|
|
784
|
-
export var UpdateAgentOutput$ = [3,
|
|
770
|
+
export var UpdateAgentOutput$ = [3, n2, _UAO,
|
|
785
771
|
0,
|
|
786
772
|
[_ag],
|
|
787
773
|
[() => Agent$], 1
|
|
788
774
|
];
|
|
789
|
-
export var VoiceCallerMetadataSettings$ = [3,
|
|
775
|
+
export var VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
|
|
790
776
|
0,
|
|
791
777
|
[_cN, _cNa, _cE, _cC, _tim, _tZ],
|
|
792
778
|
[2, 2, 2, 2, 2, 0]
|
|
793
779
|
];
|
|
794
|
-
export var VoiceChannelSettings$ = [3,
|
|
780
|
+
export var VoiceChannelSettings$ = [3, n2, _VCS,
|
|
795
781
|
0,
|
|
796
782
|
[_gr, _int, _sT, _mD, _eC, _cM],
|
|
797
783
|
[0, () => VoiceInterruptionSettings$, () => VoiceSilenceTimeoutSettings$, () => VoiceMaxDurationSettings$, () => VoiceEndCallSettings$, () => VoiceCallerMetadataSettings$]
|
|
798
784
|
];
|
|
799
|
-
export var VoiceEndCallSettings$ = [3,
|
|
785
|
+
export var VoiceEndCallSettings$ = [3, n2, _VECS,
|
|
800
786
|
0,
|
|
801
787
|
[_ena, _ph],
|
|
802
788
|
[2, 0], 1
|
|
803
789
|
];
|
|
804
|
-
export var VoiceInterruptionSettings$ = [3,
|
|
790
|
+
export var VoiceInterruptionSettings$ = [3, n2, _VIS,
|
|
805
791
|
0,
|
|
806
792
|
[_ena, _mW],
|
|
807
793
|
[2, 1], 1
|
|
808
794
|
];
|
|
809
|
-
export var VoiceMaxDurationSettings$ = [3,
|
|
795
|
+
export var VoiceMaxDurationSettings$ = [3, n2, _VMDS,
|
|
810
796
|
0,
|
|
811
797
|
[_seco, _ac],
|
|
812
798
|
[1, () => VoiceTerminateAction$], 2
|
|
813
799
|
];
|
|
814
|
-
export var VoiceSilenceTimeoutSettings$ = [3,
|
|
800
|
+
export var VoiceSilenceTimeoutSettings$ = [3, n2, _VSTS,
|
|
815
801
|
0,
|
|
816
802
|
[_seco, _ac],
|
|
817
803
|
[1, () => VoiceTerminateAction$], 2
|
|
818
804
|
];
|
|
819
|
-
export var VoiceTerminateHangupAction$ = [3,
|
|
805
|
+
export var VoiceTerminateHangupAction$ = [3, n2, _VTHA,
|
|
820
806
|
0,
|
|
821
807
|
[_m],
|
|
822
808
|
[0]
|
|
823
809
|
];
|
|
824
|
-
export var VoiceTransferTarget$ = [3,
|
|
810
|
+
export var VoiceTransferTarget$ = [3, n2, _VTT,
|
|
825
811
|
0,
|
|
826
812
|
[_n, _co, _ex, _d],
|
|
827
813
|
[0, 0, 0, 0], 3
|
|
828
814
|
];
|
|
829
|
-
export var WebSearchUserLocation$ = [3,
|
|
815
|
+
export var WebSearchUserLocation$ = [3, n2, _WSUL,
|
|
830
816
|
0,
|
|
831
817
|
[_cou, _re, _ci, _time],
|
|
832
818
|
[0, 0, 0, 0]
|
|
833
819
|
];
|
|
834
|
-
export var WorkflowChannelSettings$ = [3,
|
|
820
|
+
export var WorkflowChannelSettings$ = [3, n2, _WCS,
|
|
835
821
|
0,
|
|
836
822
|
[],
|
|
837
823
|
[]
|
|
838
824
|
];
|
|
839
|
-
export var Actor$ = [3,
|
|
825
|
+
export var Actor$ = [3, n1, _Ac,
|
|
840
826
|
0,
|
|
841
827
|
[_t, _i, _n],
|
|
842
828
|
[0, 0, 0], 2
|
|
843
829
|
];
|
|
844
|
-
export var
|
|
830
|
+
export var SecretRef$ = [3, n3, _SR,
|
|
831
|
+
0,
|
|
832
|
+
[_i],
|
|
833
|
+
[0], 1
|
|
834
|
+
];
|
|
835
|
+
export var AgentSkillReference$ = [3, n4, _ASR,
|
|
845
836
|
0,
|
|
846
837
|
[_i, _sV, _a],
|
|
847
838
|
[0, 1, () => AgentAccess$], 1
|
|
848
839
|
];
|
|
849
|
-
var AgentApiKeysList = [1,
|
|
840
|
+
var AgentApiKeysList = [1, n2, _AAKL,
|
|
850
841
|
0, () => AgentApiKey$
|
|
851
842
|
];
|
|
852
|
-
var AgentCapabilitiesList = [1,
|
|
843
|
+
var AgentCapabilitiesList = [1, n2, _ACL,
|
|
853
844
|
0, () => AgentCapability$
|
|
854
845
|
];
|
|
855
846
|
var AgentDeploymentNamesList = 64 | 0;
|
|
856
|
-
var AgentDeploymentRoutesList = [1,
|
|
847
|
+
var AgentDeploymentRoutesList = [1, n2, _ADRL,
|
|
857
848
|
0, () => AgentDeploymentRoute$
|
|
858
849
|
];
|
|
859
|
-
var AgentDeploymentsList = [1,
|
|
850
|
+
var AgentDeploymentsList = [1, n2, _ADL,
|
|
860
851
|
0, () => AgentDeployment$
|
|
861
852
|
];
|
|
862
|
-
var AgentGrantPrincipalList = [1,
|
|
853
|
+
var AgentGrantPrincipalList = [1, n2, _AGPL,
|
|
863
854
|
0, () => AgentGrantPrincipal$
|
|
864
855
|
];
|
|
865
|
-
var AgentsInfoList = [1,
|
|
856
|
+
var AgentsInfoList = [1, n2, _AIL,
|
|
866
857
|
0, () => AgentInfo$
|
|
867
858
|
];
|
|
868
|
-
var AgentsList = [1,
|
|
859
|
+
var AgentsList = [1, n2, _AL,
|
|
869
860
|
0, () => Agent$
|
|
870
861
|
];
|
|
871
|
-
var AgentToolAnnotationsList = [1,
|
|
862
|
+
var AgentToolAnnotationsList = [1, n2, _ATAL,
|
|
872
863
|
0, () => AgentToolAnnotation$
|
|
873
864
|
];
|
|
874
|
-
var
|
|
865
|
+
var AgentToolFieldsList = [1, n2, _ATFL,
|
|
866
|
+
0, () => AgentToolField$
|
|
867
|
+
];
|
|
868
|
+
var AgentToolVariablesList = [1, n2, _ATVL,
|
|
875
869
|
0, () => AgentToolVariable$
|
|
876
870
|
];
|
|
877
|
-
var AgentVariablesList = [1,
|
|
871
|
+
var AgentVariablesList = [1, n2, _AVL,
|
|
878
872
|
0, () => AgentVariable$
|
|
879
873
|
];
|
|
880
|
-
var AgentVersionChangesList = [1,
|
|
874
|
+
var AgentVersionChangesList = [1, n2, _AVCL,
|
|
881
875
|
0, () => AgentVersionChange$
|
|
882
876
|
];
|
|
883
|
-
var AgentVersionInfoList = [1,
|
|
877
|
+
var AgentVersionInfoList = [1, n2, _AVIL,
|
|
884
878
|
0, () => AgentVersionInfo$
|
|
885
879
|
];
|
|
886
880
|
var ChannelTypeList = 64 | 0;
|
|
887
881
|
var DomainNameList = 64 | 0;
|
|
888
|
-
var AgentSkillsList = [1,
|
|
882
|
+
var AgentSkillsList = [1, n4, _ASL,
|
|
889
883
|
0, () => AgentSkillReference$
|
|
890
884
|
];
|
|
891
|
-
export var AgentCapability$ = [4,
|
|
885
|
+
export var AgentCapability$ = [4, n2, _ACg,
|
|
892
886
|
0,
|
|
893
|
-
[_too, _kb, _sa, _wS, _wF, _ag, _ha, _del, _tr, _su, _han, _wa],
|
|
894
|
-
[() => AgentTool$, () => AgentKnowledgeBase$, () => AgentSandboxCapability$, () => AgentWebSearchCapability$, () => AgentWebFetchCapability$, () => AgentCallCapability$, () => AgentHandoverCapability$, () => AgentDelegationCapability$, () => AgentTransferCapability$, () => AgentSuggestionsCapability$, () => AgentHangupCapability$, () => AgentWaitCapability$]
|
|
887
|
+
[_too, _con, _kb, _sa, _wS, _wF, _ag, _ha, _del, _tr, _su, _han, _wa],
|
|
888
|
+
[() => AgentTool$, () => AgentConnectorCapability$, () => AgentKnowledgeBase$, () => AgentSandboxCapability$, () => AgentWebSearchCapability$, () => AgentWebFetchCapability$, () => AgentCallCapability$, () => AgentHandoverCapability$, () => AgentDelegationCapability$, () => AgentTransferCapability$, () => AgentSuggestionsCapability$, () => AgentHangupCapability$, () => AgentWaitCapability$]
|
|
895
889
|
];
|
|
896
|
-
export var AgentEngine$ = [4,
|
|
890
|
+
export var AgentEngine$ = [4, n2, _AE,
|
|
897
891
|
0,
|
|
898
892
|
[_ai, _we, _sq],
|
|
899
893
|
[() => AgentAiEngine$, () => AgentWebhookEngine$, () => AgentSqsEngine$]
|
|
900
894
|
];
|
|
901
|
-
export var AgentGrantPrincipal$ = [4,
|
|
895
|
+
export var AgentGrantPrincipal$ = [4, n2, _AGP,
|
|
902
896
|
0,
|
|
903
897
|
[_uI, _gI],
|
|
904
898
|
[0, 0]
|
|
905
899
|
];
|
|
906
|
-
export var AgentSandboxCapability$ = [4,
|
|
900
|
+
export var AgentSandboxCapability$ = [4, n2, _ASCg,
|
|
907
901
|
0,
|
|
908
902
|
[_verc, _sn],
|
|
909
903
|
[() => AgentVercelSandboxOptions$, () => AgentSnapshotSandboxOptions$]
|
|
910
904
|
];
|
|
911
|
-
export var AgentToolAnnotation$ = [4,
|
|
905
|
+
export var AgentToolAnnotation$ = [4, n2, _ATAg,
|
|
912
906
|
0,
|
|
913
907
|
[_ta, _comm, _va, _res],
|
|
914
908
|
[() => AgentToolTagAnnotation$, () => AgentToolCommentAnnotation$, () => AgentToolVariablesAnnotation$, () => AgentToolResultAnnotation$]
|
|
915
909
|
];
|
|
916
|
-
export var
|
|
910
|
+
export var AgentToolFieldHandler$ = [4, n2, _ATFH,
|
|
911
|
+
0,
|
|
912
|
+
[_gu, _pre],
|
|
913
|
+
[() => AgentToolFieldGuidedHandler$, () => AgentToolFieldPredefinedHandler$]
|
|
914
|
+
];
|
|
915
|
+
export var AgentToolVariableHandler$ = [4, n2, _ATVH,
|
|
917
916
|
0,
|
|
918
917
|
[_au, _gu, _pre],
|
|
919
918
|
[() => AgentToolVariableAutoHandler$, () => AgentToolVariableGuidedHandler$, () => AgentToolVariablePredefinedHandler$]
|
|
920
919
|
];
|
|
921
|
-
export var VoiceTerminateAction$ = [4,
|
|
920
|
+
export var VoiceTerminateAction$ = [4, n2, _VTA,
|
|
922
921
|
0,
|
|
923
922
|
[_han, _tr],
|
|
924
923
|
[() => VoiceTerminateHangupAction$, () => VoiceTransferTarget$]
|
|
925
924
|
];
|
|
926
|
-
export var CompareAgentVersions$ = [9,
|
|
925
|
+
export var CompareAgentVersions$ = [9, n2, _CAV,
|
|
927
926
|
{ [_ht]: ["GET", "/v2/agents/agents/{agentId}/compare-versions", 200] }, () => CompareAgentVersionsInput$, () => CompareAgentVersionsOutput$
|
|
928
927
|
];
|
|
929
|
-
export var CreateAgent$ = [9,
|
|
928
|
+
export var CreateAgent$ = [9, n2, _CA,
|
|
930
929
|
{ [_ht]: ["POST", "/v2/agents/agents", 200] }, () => CreateAgentInput$, () => CreateAgentOutput$
|
|
931
930
|
];
|
|
932
|
-
export var CreateAgentApiKey$ = [9,
|
|
931
|
+
export var CreateAgentApiKey$ = [9, n2, _CAAK,
|
|
933
932
|
{ [_ht]: ["POST", "/v2/agents/agents/{agentId}/keys", 200] }, () => CreateAgentApiKeyInput$, () => CreateAgentApiKeyOutput$
|
|
934
933
|
];
|
|
935
|
-
export var CreateAgentDeployment$ = [9,
|
|
934
|
+
export var CreateAgentDeployment$ = [9, n2, _CAD,
|
|
936
935
|
{ [_ht]: ["POST", "/v2/agents/agents/{agentId}/deployments", 200] }, () => CreateAgentDeploymentInput$, () => CreateAgentDeploymentOutput$
|
|
937
936
|
];
|
|
938
|
-
export var DeleteAgent$ = [9,
|
|
937
|
+
export var DeleteAgent$ = [9, n2, _DA,
|
|
939
938
|
{ [_ht]: ["DELETE", "/v2/agents/agents/{agentId}", 200] }, () => DeleteAgentInput$, () => DeleteAgentOutput$
|
|
940
939
|
];
|
|
941
|
-
export var DeleteAgentApiKey$ = [9,
|
|
940
|
+
export var DeleteAgentApiKey$ = [9, n2, _DAAK,
|
|
942
941
|
{ [_ht]: ["DELETE", "/v2/agents/agents/{agentId}/keys/{keyId}", 200] }, () => DeleteAgentApiKeyInput$, () => DeleteAgentApiKeyOutput$
|
|
943
942
|
];
|
|
944
|
-
export var DeleteAgentDeployment$ = [9,
|
|
943
|
+
export var DeleteAgentDeployment$ = [9, n2, _DAD,
|
|
945
944
|
{ [_ht]: ["DELETE", "/v2/agents/agents/{agentId}/deployments/{deploymentName}", 200] }, () => DeleteAgentDeploymentInput$, () => DeleteAgentDeploymentOutput$
|
|
946
945
|
];
|
|
947
|
-
export var GetAgent$ = [9,
|
|
946
|
+
export var GetAgent$ = [9, n2, _GA,
|
|
948
947
|
{ [_ht]: ["GET", "/v2/agents/agents/{agentId}", 200] }, () => GetAgentInput$, () => GetAgentOutput$
|
|
949
948
|
];
|
|
950
|
-
export var GetAgentDeployment$ = [9,
|
|
949
|
+
export var GetAgentDeployment$ = [9, n2, _GAD,
|
|
951
950
|
{ [_ht]: ["GET", "/v2/agents/agents/{agentId}/deployments/{deploymentName}", 200] }, () => GetAgentDeploymentInput$, () => GetAgentDeploymentOutput$
|
|
952
951
|
];
|
|
953
|
-
export var GetAgentVersion$ = [9,
|
|
952
|
+
export var GetAgentVersion$ = [9, n2, _GAV,
|
|
954
953
|
{ [_ht]: ["GET", "/v2/agents/agents/{agentId}/versions/{version}", 200] }, () => GetAgentVersionInput$, () => GetAgentVersionOutput$
|
|
955
954
|
];
|
|
956
|
-
export var ListAgentApiKeys$ = [9,
|
|
955
|
+
export var ListAgentApiKeys$ = [9, n2, _LAAK,
|
|
957
956
|
{ [_ht]: ["GET", "/v2/agents/agents/{agentId}/keys", 200] }, () => ListAgentApiKeysInput$, () => ListAgentApiKeysOutput$
|
|
958
957
|
];
|
|
959
|
-
export var ListAgentDeployments$ = [9,
|
|
958
|
+
export var ListAgentDeployments$ = [9, n2, _LAD,
|
|
960
959
|
{ [_ht]: ["GET", "/v2/agents/agents/{agentId}/deployments", 200] }, () => ListAgentDeploymentsInput$, () => ListAgentDeploymentsOutput$
|
|
961
960
|
];
|
|
962
|
-
export var ListAgents$ = [9,
|
|
961
|
+
export var ListAgents$ = [9, n2, _LA,
|
|
963
962
|
{ [_ht]: ["GET", "/v2/agents/agents", 200] }, () => ListAgentsInput$, () => ListAgentsOutput$
|
|
964
963
|
];
|
|
965
|
-
export var ListAgentsNames$ = [9,
|
|
964
|
+
export var ListAgentsNames$ = [9, n2, _LAN,
|
|
966
965
|
{ [_ht]: ["GET", "/v2/agents/agents-names", 200] }, () => ListAgentsNamesInput$, () => ListAgentsNamesOutput$
|
|
967
966
|
];
|
|
968
|
-
export var ListAgentVersions$ = [9,
|
|
967
|
+
export var ListAgentVersions$ = [9, n2, _LAV,
|
|
969
968
|
{ [_ht]: ["GET", "/v2/agents/agents/{agentId}/versions", 200] }, () => ListAgentVersionsInput$, () => ListAgentVersionsOutput$
|
|
970
969
|
];
|
|
971
|
-
export var PublishAgentVersion$ = [9,
|
|
970
|
+
export var PublishAgentVersion$ = [9, n2, _PAV,
|
|
972
971
|
{ [_ht]: ["POST", "/v2/agents/agents/{agentId}/versions", 200] }, () => PublishAgentVersionInput$, () => PublishAgentVersionOutput$
|
|
973
972
|
];
|
|
974
|
-
export var RestoreAgentVersionToDraft$ = [9,
|
|
973
|
+
export var RestoreAgentVersionToDraft$ = [9, n2, _RAVTD,
|
|
975
974
|
{ [_ht]: ["POST", "/v2/agents/agents/{agentId}/versions/{version}/draft", 200] }, () => RestoreAgentVersionToDraftInput$, () => RestoreAgentVersionToDraftOutput$
|
|
976
975
|
];
|
|
977
|
-
export var UpdateAgent$ = [9,
|
|
976
|
+
export var UpdateAgent$ = [9, n2, _UA,
|
|
978
977
|
{ [_ht]: ["PUT", "/v2/agents/agents/{agentId}", 200] }, () => UpdateAgentInput$, () => UpdateAgentOutput$
|
|
979
978
|
];
|
|
980
|
-
export var UpdateAgentDeployment$ = [9,
|
|
979
|
+
export var UpdateAgentDeployment$ = [9, n2, _UAD,
|
|
981
980
|
{ [_ht]: ["PUT", "/v2/agents/agents/{agentId}/deployments/{deploymentName}", 200] }, () => UpdateAgentDeploymentInput$, () => UpdateAgentDeploymentOutput$
|
|
982
981
|
];
|