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