@wildix/wilma-agents-client 1.0.33 → 1.0.34
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 +1 -6
- package/dist-cjs/schemas/schemas_0.js +18 -74
- package/dist-es/models/enums.js +0 -5
- package/dist-es/schemas/schemas_0.js +16 -72
- package/dist-types/commands/CreateAgentCommand.d.ts +10 -84
- package/dist-types/commands/GetAgentCommand.d.ts +5 -42
- package/dist-types/commands/GetAgentVersionCommand.d.ts +5 -42
- package/dist-types/commands/ListAgentsCommand.d.ts +6 -43
- package/dist-types/commands/ListAgentsNamesCommand.d.ts +5 -3
- package/dist-types/commands/PublishAgentVersionCommand.d.ts +5 -42
- package/dist-types/commands/RestoreAgentVersionToDraftCommand.d.ts +5 -42
- package/dist-types/commands/UpdateAgentCommand.d.ts +10 -84
- package/dist-types/models/enums.d.ts +0 -22
- package/dist-types/models/models_0.d.ts +3 -201
- package/dist-types/schemas/schemas_0.d.ts +0 -6
- package/package.json +2 -2
package/dist-cjs/models/enums.js
CHANGED
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AgentStatus = exports.AgentWorkflowLayout = exports.AgentWorkflowFailureKind = exports.AgentWorkflowMessageButtonVariant = exports.AgentWorkflowEntryBehavior = exports.AgentVariableType = exports.AgentGuardrailWindow = exports.AgentGuardrailMode = exports.AgentGuardrailErrorMode = exports.AgentGuardrailSensitivity = exports.AgentGuardrailPreset = exports.WebSearchContextSize = exports.AgentTransferVariant = exports.AgentTransferPipelineType = exports.SandboxSize = exports.SandboxNetworkAccess = exports.AgentHangupPipelineType = exports.AgentHandoverVariant = exports.AgentHandoverPipelineType = exports.AgentToolPipelineType = exports.ChannelType = exports.ActorType = exports.
|
|
3
|
+
exports.AgentStatus = exports.AgentWorkflowLayout = exports.AgentWorkflowFailureKind = exports.AgentWorkflowMessageButtonVariant = exports.AgentWorkflowEntryBehavior = exports.AgentVariableType = exports.AgentGuardrailWindow = exports.AgentGuardrailMode = exports.AgentGuardrailErrorMode = exports.AgentGuardrailSensitivity = exports.AgentGuardrailPreset = exports.WebSearchContextSize = exports.AgentTransferVariant = exports.AgentTransferPipelineType = exports.SandboxSize = exports.SandboxNetworkAccess = exports.AgentHangupPipelineType = exports.AgentHandoverVariant = exports.AgentHandoverPipelineType = exports.AgentToolPipelineType = exports.ChannelType = exports.ActorType = exports.AgentVisibility = void 0;
|
|
4
4
|
exports.AgentVisibility = {
|
|
5
5
|
EXPLICIT: "explicit",
|
|
6
6
|
ORGANIZATION: "organization",
|
|
7
7
|
PUBLIC: "public",
|
|
8
8
|
};
|
|
9
|
-
exports.VoicePronunciationEncoding = {
|
|
10
|
-
ALIAS: "alias",
|
|
11
|
-
IPA: "ipa",
|
|
12
|
-
};
|
|
13
9
|
exports.ActorType = {
|
|
14
10
|
API_KEY: "api_key",
|
|
15
11
|
SERVICE: "service",
|
|
@@ -19,7 +15,6 @@ exports.ChannelType = {
|
|
|
19
15
|
ASSISTANT: "assistant",
|
|
20
16
|
CHAT: "chat",
|
|
21
17
|
VOICE: "voice",
|
|
22
|
-
WORKFLOW: "workflow",
|
|
23
18
|
};
|
|
24
19
|
exports.AgentToolPipelineType = {
|
|
25
20
|
ASYNC_REQUEST: "async_request",
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AgentToolVariablesAnnotation$ = exports.AgentToolVariablePredefinedHandler$ = exports.AgentToolVariableGuidedHandler$ = exports.AgentToolVariableAutoHandler$ = exports.AgentToolVariable$ = exports.AgentToolTagAnnotation$ = exports.AgentToolResultAnnotation$ = exports.AgentToolPipeline$ = exports.AgentToolFieldPredefinedHandler$ = exports.AgentToolFieldGuidedHandler$ = exports.AgentToolField$ = exports.AgentToolCommentAnnotation$ = exports.AgentToolApproval$ = exports.AgentTool$ = exports.AgentSuggestionsCapability$ = exports.AgentSqsEngine$ = exports.AgentSnapshotSandboxOptions$ = exports.AgentSettings$ = exports.AgentKnowledgeBase$ = exports.AgentInfo$ = exports.AgentHangupPipeline$ = exports.AgentHangupCapability$ = exports.AgentHandoverPipeline$ = exports.AgentHandoverCapability$ = exports.AgentGuardrails$ = exports.AgentGuardrailRedactAction$ = exports.AgentGuardrailPresetCheck$ = exports.AgentGuardrailObserveAction$ = exports.AgentGuardrailInput$ = exports.AgentGuardrailEndAction$ = exports.AgentGuardrailCustomCheck$ = exports.AgentGuardrailCheck$ = exports.AgentGuardrailBlockAction$ = exports.AgentDeploymentRoute$ = exports.AgentDelegationCapability$ = exports.AgentDefinitionSnapshot$ = exports.AgentConnectorCapability$ = exports.AgentChannels$ = exports.AgentCallCapability$ = exports.AgentApiKey$ = exports.AgentAiEngine$ = exports.AgentAccess$ = exports.Agent$ = exports.errorTypeRegistries = exports.RevisionConflictException$ = exports.NothingToPublishException$ = exports.ValidationException$ = exports.NotFoundException$ = exports.ConflictException$ = exports.WilmaAgentsServiceException$ = void 0;
|
|
4
4
|
exports.CreateAgentInput$ = exports.CreateAgentApiKeyOutput$ = exports.CreateAgentApiKeyInput$ = exports.CompareAgentVersionsOutput$ = exports.CompareAgentVersionsInput$ = exports.ChatChannelSettings$ = exports.AssistantWelcomeSettings$ = exports.AssistantUiSettings$ = exports.AssistantQuickCommand$ = exports.AssistantChannelSettings$ = exports.AgentWorkflowVariablesHandler$ = exports.AgentWorkflowTransition$ = exports.AgentWorkflowStepPosition$ = exports.AgentWorkflowStep$ = exports.AgentWorkflowSettings$ = exports.AgentWorkflowResultHandler$ = exports.AgentWorkflowResultCondition$ = exports.AgentWorkflowPromptCondition$ = exports.AgentWorkflowNested$ = exports.AgentWorkflowMessageVoiceSettings$ = exports.AgentWorkflowMessageHandler$ = exports.AgentWorkflowMessageGeneration$ = exports.AgentWorkflowMessageChatSettings$ = exports.AgentWorkflowMessageChannelsSettings$ = exports.AgentWorkflowMessageButtonReplyHandler$ = exports.AgentWorkflowMessageButtonLinkHandler$ = exports.AgentWorkflowMessageButton$ = exports.AgentWorkflowInvokeHandler$ = exports.AgentWorkflowFallbackCondition$ = exports.AgentWorkflowFailureCondition$ = exports.AgentWorkflowExpressionCondition$ = exports.AgentWorkflowEndHandler$ = exports.AgentWorkflowConversationVoiceSettings$ = exports.AgentWorkflowConversationHandler$ = exports.AgentWorkflowConversationChannelsSettings$ = exports.AgentWorkflowAssignment$ = exports.AgentWorkflowAlwaysCondition$ = exports.AgentWorkflowActionHandler$ = exports.AgentWorkflow$ = exports.AgentWebSearchCapability$ = exports.AgentWebhookEngine$ = exports.AgentWebFetchCapability$ = exports.AgentWaitCapability$ = exports.AgentVersionInfo$ = exports.AgentVersionChange$ = exports.AgentVersion$ = exports.AgentVercelSandboxOptions$ = exports.AgentVariable$ = exports.AgentTransferPipeline$ = exports.AgentTransferCapability$ = void 0;
|
|
5
|
-
exports.
|
|
6
|
-
exports.UpdateAgent$ = exports.RestoreAgentVersionToDraft$ = exports.ResetAgentDeployment$ = exports.PutAgentDeployment$ = exports.PublishAgentVersion$ = exports.ListAgentVersions$ = exports.ListAgentsNames$ = exports.ListAgents$ = exports.ListAgentApiKeys$ = exports.GetAgentVersion$ = exports.GetAgentDeployment$ = exports.GetAgent$ = exports.DeleteAgentApiKey$ = exports.DeleteAgent$ = exports.CreateAgentApiKey$ = exports.CreateAgent$ = exports.CompareAgentVersions$ = exports.VoiceTerminateAction$ = exports.AgentWorkflowMessageContent$ = exports.AgentWorkflowMessageButtonHandler$ = exports.AgentWorkflowHandler$ = exports.AgentWorkflowCondition$ = exports.AgentWorkflowAction$ =
|
|
5
|
+
exports.AgentToolVariableHandler$ = exports.AgentToolFieldHandler$ = exports.AgentToolAnnotation$ = exports.AgentSandboxCapability$ = exports.AgentGuardrailCheckKind$ = exports.AgentGuardrailAction$ = exports.AgentGrantPrincipal$ = exports.AgentEngine$ = exports.AgentCapability$ = exports.AgentSkillReference$ = exports.SecretRef$ = exports.Actor$ = exports.WebSearchUserLocation$ = exports.VoiceTransferTarget$ = exports.VoiceTerminateHangupAction$ = exports.VoiceSilenceTimeoutSettings$ = exports.VoiceMaxDurationSettings$ = exports.VoiceInterruptionSettings$ = exports.VoiceEndCallSettings$ = exports.VoiceChannelSettings$ = exports.VoiceCallerMetadataSettings$ = exports.UpdateAgentOutput$ = exports.UpdateAgentInput$ = exports.RestoreAgentVersionToDraftOutput$ = exports.RestoreAgentVersionToDraftInput$ = exports.ResetAgentDeploymentOutput$ = exports.ResetAgentDeploymentInput$ = exports.PutAgentDeploymentOutput$ = exports.PutAgentDeploymentInput$ = exports.PublishAgentVersionOutput$ = exports.PublishAgentVersionInput$ = exports.ListAgentVersionsOutput$ = exports.ListAgentVersionsInput$ = exports.ListAgentsOutput$ = exports.ListAgentsNamesOutput$ = exports.ListAgentsNamesInput$ = exports.ListAgentsInput$ = exports.ListAgentApiKeysOutput$ = exports.ListAgentApiKeysInput$ = exports.GetAgentVersionOutput$ = exports.GetAgentVersionInput$ = exports.GetAgentOutput$ = exports.GetAgentInput$ = exports.GetAgentDeploymentOutput$ = exports.GetAgentDeploymentInput$ = exports.DeleteAgentOutput$ = exports.DeleteAgentInput$ = exports.DeleteAgentApiKeyOutput$ = exports.DeleteAgentApiKeyInput$ = exports.CreateAgentOutput$ = void 0;
|
|
6
|
+
exports.UpdateAgent$ = exports.RestoreAgentVersionToDraft$ = exports.ResetAgentDeployment$ = exports.PutAgentDeployment$ = exports.PublishAgentVersion$ = exports.ListAgentVersions$ = exports.ListAgentsNames$ = exports.ListAgents$ = exports.ListAgentApiKeys$ = exports.GetAgentVersion$ = exports.GetAgentDeployment$ = exports.GetAgent$ = exports.DeleteAgentApiKey$ = exports.DeleteAgent$ = exports.CreateAgentApiKey$ = exports.CreateAgent$ = exports.CompareAgentVersions$ = exports.VoiceTerminateAction$ = exports.AgentWorkflowMessageContent$ = exports.AgentWorkflowMessageButtonHandler$ = exports.AgentWorkflowHandler$ = exports.AgentWorkflowCondition$ = exports.AgentWorkflowAction$ = void 0;
|
|
7
7
|
const _A = "Agent";
|
|
8
8
|
const _AA = "AgentAccess";
|
|
9
9
|
const _AAE = "AgentAiEngine";
|
|
@@ -184,28 +184,19 @@ const _SR = "SecretRef";
|
|
|
184
184
|
const _UA = "UpdateAgent";
|
|
185
185
|
const _UAI = "UpdateAgentInput";
|
|
186
186
|
const _UAO = "UpdateAgentOutput";
|
|
187
|
-
const _VBSS = "VoiceBackgroundSoundSettings";
|
|
188
187
|
const _VCMS = "VoiceCallerMetadataSettings";
|
|
189
188
|
const _VCS = "VoiceChannelSettings";
|
|
190
189
|
const _VE = "ValidationException";
|
|
191
190
|
const _VECS = "VoiceEndCallSettings";
|
|
192
191
|
const _VIS = "VoiceInterruptionSettings";
|
|
193
|
-
const _VL = "VoiceLanguage";
|
|
194
|
-
const _VLL = "VoiceLanguageList";
|
|
195
192
|
const _VMDS = "VoiceMaxDurationSettings";
|
|
196
|
-
const _VP = "VoicePronunciation";
|
|
197
|
-
const _VPL = "VoicePronunciationList";
|
|
198
|
-
const _VSS = "VoiceSpeechSettings";
|
|
199
193
|
const _VSTS = "VoiceSilenceTimeoutSettings";
|
|
200
194
|
const _VTA = "VoiceTerminateAction";
|
|
201
195
|
const _VTHA = "VoiceTerminateHangupAction";
|
|
202
|
-
const _VTS = "VoiceTranscriptionSettings";
|
|
203
196
|
const _VTT = "VoiceTransferTarget";
|
|
204
|
-
const _WCS = "WorkflowChannelSettings";
|
|
205
197
|
const _WSUL = "WebSearchUserLocation";
|
|
206
198
|
const _a = "access";
|
|
207
199
|
const _aD = "allowedDomains";
|
|
208
|
-
const _aDu = "autoDetect";
|
|
209
200
|
const _aI = "agentId";
|
|
210
201
|
const _aOF = "applyOnFailure";
|
|
211
202
|
const _aOS = "applyOnSuccess";
|
|
@@ -220,12 +211,10 @@ const _an = "annotations";
|
|
|
220
211
|
const _ap = "approval";
|
|
221
212
|
const _ar = "artifacts";
|
|
222
213
|
const _as = "assistant";
|
|
223
|
-
const _as_ = "as";
|
|
224
214
|
const _ass = "assignments";
|
|
225
215
|
const _au = "auto";
|
|
226
216
|
const _b = "before";
|
|
227
217
|
const _bOV = "basedOnVersion";
|
|
228
|
-
const _bS = "backgroundSound";
|
|
229
218
|
const _bl = "block";
|
|
230
219
|
const _c = "client";
|
|
231
220
|
const _cA = "createdAt";
|
|
@@ -248,7 +237,6 @@ const _chann = "channel";
|
|
|
248
237
|
const _che = "checks";
|
|
249
238
|
const _ci = "city";
|
|
250
239
|
const _co = "context";
|
|
251
|
-
const _cod = "code";
|
|
252
240
|
const _com = "commands";
|
|
253
241
|
const _comm = "comment";
|
|
254
242
|
const _comp = "company";
|
|
@@ -273,7 +261,6 @@ const _eC = "endCall";
|
|
|
273
261
|
const _eM = "errorMode";
|
|
274
262
|
const _en = "engine";
|
|
275
263
|
const _ena = "enabled";
|
|
276
|
-
const _enc = "encoding";
|
|
277
264
|
const _end = "end";
|
|
278
265
|
const _ent = "entry";
|
|
279
266
|
const _ex = "examples";
|
|
@@ -286,7 +273,6 @@ const _fa = "failure";
|
|
|
286
273
|
const _fal = "fallback";
|
|
287
274
|
const _fr = "from";
|
|
288
275
|
const _g = "grants";
|
|
289
|
-
const _gEL = "greetEveryLanguage";
|
|
290
276
|
const _gI = "groupId";
|
|
291
277
|
const _ge = "generate";
|
|
292
278
|
const _go = "goal";
|
|
@@ -300,7 +286,6 @@ const _ha = "handover";
|
|
|
300
286
|
const _han = "hangup";
|
|
301
287
|
const _ht = "http";
|
|
302
288
|
const _i = "id";
|
|
303
|
-
const _iD = "isDefault";
|
|
304
289
|
const _in = "instructions";
|
|
305
290
|
const _inp = "input";
|
|
306
291
|
const _int = "interruptions";
|
|
@@ -315,7 +300,6 @@ const _l = "layout";
|
|
|
315
300
|
const _lUA = "lastUsedAt";
|
|
316
301
|
const _lV = "latestVersion";
|
|
317
302
|
const _la = "label";
|
|
318
|
-
const _lan = "languages";
|
|
319
303
|
const _li = "limit";
|
|
320
304
|
const _lin = "link";
|
|
321
305
|
const _m = "message";
|
|
@@ -339,7 +323,6 @@ const _pGI = "pbxGroupId";
|
|
|
339
323
|
const _pa = "path";
|
|
340
324
|
const _pe = "percentage";
|
|
341
325
|
const _ph = "phrases";
|
|
342
|
-
const _phr = "phrase";
|
|
343
326
|
const _pi = "pipeline";
|
|
344
327
|
const _pl = "placeholder";
|
|
345
328
|
const _po = "position";
|
|
@@ -347,15 +330,14 @@ const _pr = "prefix";
|
|
|
347
330
|
const _pre = "preset";
|
|
348
331
|
const _pred = "predefined";
|
|
349
332
|
const _pro = "prompt";
|
|
350
|
-
const _pron = "pronunciations";
|
|
351
333
|
const _r = "revision";
|
|
352
334
|
const _re = "result";
|
|
353
335
|
const _red = "redact";
|
|
354
336
|
const _reg = "region";
|
|
355
337
|
const _rep = "reply";
|
|
356
338
|
const _s = "smithy.ts.sdk.synthetic.wildix.wilma.agents";
|
|
357
|
-
const
|
|
358
|
-
const
|
|
339
|
+
const _sI = "skillIds";
|
|
340
|
+
const _sIn = "snapshotId";
|
|
359
341
|
const _sM = "startMessage";
|
|
360
342
|
const _sT = "silenceTimeout";
|
|
361
343
|
const _sV = "skillVersion";
|
|
@@ -370,8 +352,6 @@ const _si = "silent";
|
|
|
370
352
|
const _siz = "size";
|
|
371
353
|
const _sk = "skills";
|
|
372
354
|
const _sn = "snapshot";
|
|
373
|
-
const _so = "sound";
|
|
374
|
-
const _sp = "speech";
|
|
375
355
|
const _sq = "sqs";
|
|
376
356
|
const _st = "status";
|
|
377
357
|
const _sta = "stage";
|
|
@@ -392,8 +372,7 @@ const _tit = "title";
|
|
|
392
372
|
const _to = "to";
|
|
393
373
|
const _too = "tool";
|
|
394
374
|
const _tr = "transitions";
|
|
395
|
-
const _tra = "
|
|
396
|
-
const _tran = "transfer";
|
|
375
|
+
const _tra = "transfer";
|
|
397
376
|
const _u = "url";
|
|
398
377
|
const _uA = "updatedAt";
|
|
399
378
|
const _uB = "updatedBy";
|
|
@@ -493,8 +472,8 @@ exports.AgentCallCapability$ = [3, n2, _ACC,
|
|
|
493
472
|
];
|
|
494
473
|
exports.AgentChannels$ = [3, n2, _AC,
|
|
495
474
|
0,
|
|
496
|
-
[_vo, _cha, _as
|
|
497
|
-
[() => exports.VoiceChannelSettings$, () => exports.ChatChannelSettings$, () => exports.AssistantChannelSettings
|
|
475
|
+
[_vo, _cha, _as],
|
|
476
|
+
[() => exports.VoiceChannelSettings$, () => exports.ChatChannelSettings$, () => exports.AssistantChannelSettings$]
|
|
498
477
|
];
|
|
499
478
|
exports.AgentConnectorCapability$ = [3, n2, _ACCg,
|
|
500
479
|
0,
|
|
@@ -538,8 +517,8 @@ exports.AgentGuardrailEndAction$ = [3, n2, _AGEA,
|
|
|
538
517
|
];
|
|
539
518
|
exports.AgentGuardrailInput$ = [3, n2, _AGI,
|
|
540
519
|
0,
|
|
541
|
-
[_che, _mo,
|
|
542
|
-
[() => AgentGuardrailChecksList, 0,
|
|
520
|
+
[_che, _mo, _mod, _eM, _wi],
|
|
521
|
+
[() => AgentGuardrailChecksList, 0, 0, 0, 0]
|
|
543
522
|
];
|
|
544
523
|
exports.AgentGuardrailObserveAction$ = [3, n2, _AGOA,
|
|
545
524
|
0,
|
|
@@ -583,8 +562,8 @@ exports.AgentHangupPipeline$ = [3, n2, _AHPg,
|
|
|
583
562
|
];
|
|
584
563
|
exports.AgentInfo$ = [3, n2, _AI,
|
|
585
564
|
0,
|
|
586
|
-
[_i, _n, _st, _ch, _p, _ca,
|
|
587
|
-
[0, 0, 0, 64 | 0, 0, 0,
|
|
565
|
+
[_i, _n, _st, _ch, _p, _ca, _sI, _as, _lV],
|
|
566
|
+
[0, 0, 0, 64 | 0, 0, 0, 64 | 0, () => exports.AssistantUiSettings$, 1], 4
|
|
588
567
|
];
|
|
589
568
|
exports.AgentKnowledgeBase$ = [3, n2, _AKB,
|
|
590
569
|
0,
|
|
@@ -598,7 +577,7 @@ exports.AgentSettings$ = [3, n2, _AS,
|
|
|
598
577
|
];
|
|
599
578
|
exports.AgentSnapshotSandboxOptions$ = [3, n2, _ASSO,
|
|
600
579
|
0,
|
|
601
|
-
[
|
|
580
|
+
[_sIn, _ne, _aD, _siz],
|
|
602
581
|
[0, 0, 64 | 0, 0], 1
|
|
603
582
|
];
|
|
604
583
|
exports.AgentSqsEngine$ = [3, n2, _ASE,
|
|
@@ -1076,11 +1055,6 @@ exports.UpdateAgentOutput$ = [3, n2, _UAO,
|
|
|
1076
1055
|
[_ag],
|
|
1077
1056
|
[() => exports.Agent$], 1
|
|
1078
1057
|
];
|
|
1079
|
-
exports.VoiceBackgroundSoundSettings$ = [3, n2, _VBSS,
|
|
1080
|
-
0,
|
|
1081
|
-
[_ena, _so],
|
|
1082
|
-
[2, 0], 1
|
|
1083
|
-
];
|
|
1084
1058
|
exports.VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
|
|
1085
1059
|
0,
|
|
1086
1060
|
[_cN, _cNa, _cE, _cC, _tim],
|
|
@@ -1088,8 +1062,8 @@ exports.VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
|
|
|
1088
1062
|
];
|
|
1089
1063
|
exports.VoiceChannelSettings$ = [3, n2, _VCS,
|
|
1090
1064
|
0,
|
|
1091
|
-
[_gr,
|
|
1092
|
-
[0, () => exports.
|
|
1065
|
+
[_gr, _int, _sT, _mD, _eC, _cM],
|
|
1066
|
+
[0, () => exports.VoiceInterruptionSettings$, () => exports.VoiceSilenceTimeoutSettings$, () => exports.VoiceMaxDurationSettings$, () => exports.VoiceEndCallSettings$, () => exports.VoiceCallerMetadataSettings$]
|
|
1093
1067
|
];
|
|
1094
1068
|
exports.VoiceEndCallSettings$ = [3, n2, _VECS,
|
|
1095
1069
|
0,
|
|
@@ -1101,41 +1075,21 @@ exports.VoiceInterruptionSettings$ = [3, n2, _VIS,
|
|
|
1101
1075
|
[_ena, _mW],
|
|
1102
1076
|
[2, 1], 1
|
|
1103
1077
|
];
|
|
1104
|
-
exports.VoiceLanguage$ = [3, n2, _VL,
|
|
1105
|
-
0,
|
|
1106
|
-
[_cod, _vo, _gr, _iD, _pron],
|
|
1107
|
-
[0, 0, 0, 2, () => VoicePronunciationList], 2
|
|
1108
|
-
];
|
|
1109
1078
|
exports.VoiceMaxDurationSettings$ = [3, n2, _VMDS,
|
|
1110
1079
|
0,
|
|
1111
1080
|
[_seco, _ac],
|
|
1112
1081
|
[1, () => exports.VoiceTerminateAction$], 2
|
|
1113
1082
|
];
|
|
1114
|
-
exports.VoicePronunciation$ = [3, n2, _VP,
|
|
1115
|
-
0,
|
|
1116
|
-
[_phr, _as_, _enc],
|
|
1117
|
-
[0, 0, 0], 2
|
|
1118
|
-
];
|
|
1119
1083
|
exports.VoiceSilenceTimeoutSettings$ = [3, n2, _VSTS,
|
|
1120
1084
|
0,
|
|
1121
1085
|
[_seco, _ac],
|
|
1122
1086
|
[1, () => exports.VoiceTerminateAction$], 2
|
|
1123
1087
|
];
|
|
1124
|
-
exports.VoiceSpeechSettings$ = [3, n2, _VSS,
|
|
1125
|
-
0,
|
|
1126
|
-
[_lan, _gEL, _tra],
|
|
1127
|
-
[() => VoiceLanguageList, 2, () => exports.VoiceTranscriptionSettings$], 1
|
|
1128
|
-
];
|
|
1129
1088
|
exports.VoiceTerminateHangupAction$ = [3, n2, _VTHA,
|
|
1130
1089
|
0,
|
|
1131
1090
|
[_m],
|
|
1132
1091
|
[0]
|
|
1133
1092
|
];
|
|
1134
|
-
exports.VoiceTranscriptionSettings$ = [3, n2, _VTS,
|
|
1135
|
-
0,
|
|
1136
|
-
[_en, _aDu],
|
|
1137
|
-
[0, 2]
|
|
1138
|
-
];
|
|
1139
1093
|
exports.VoiceTransferTarget$ = [3, n2, _VTT,
|
|
1140
1094
|
0,
|
|
1141
1095
|
[_n, _co, _ext, _d],
|
|
@@ -1146,11 +1100,6 @@ exports.WebSearchUserLocation$ = [3, n2, _WSUL,
|
|
|
1146
1100
|
[_cou, _reg, _ci, _time],
|
|
1147
1101
|
[0, 0, 0, 0]
|
|
1148
1102
|
];
|
|
1149
|
-
exports.WorkflowChannelSettings$ = [3, n2, _WCS,
|
|
1150
|
-
0,
|
|
1151
|
-
[],
|
|
1152
|
-
[]
|
|
1153
|
-
];
|
|
1154
1103
|
exports.Actor$ = [3, n1, _Ac,
|
|
1155
1104
|
0,
|
|
1156
1105
|
[_t, _i, _n],
|
|
@@ -1186,6 +1135,7 @@ var AgentGuardrailExamplesList = 64 | 0;
|
|
|
1186
1135
|
var AgentsInfoList = [1, n2, _AIL,
|
|
1187
1136
|
0, () => exports.AgentInfo$
|
|
1188
1137
|
];
|
|
1138
|
+
var AgentSkillIdsList = 64 | 0;
|
|
1189
1139
|
var AgentsList = [1, n2, _AL,
|
|
1190
1140
|
0, () => exports.Agent$
|
|
1191
1141
|
];
|
|
@@ -1228,18 +1178,12 @@ var AssistantQuickCommandsList = [1, n2, _AQCL,
|
|
|
1228
1178
|
];
|
|
1229
1179
|
var ChannelTypeList = 64 | 0;
|
|
1230
1180
|
var DomainNameList = 64 | 0;
|
|
1231
|
-
var VoiceLanguageList = [1, n2, _VLL,
|
|
1232
|
-
0, () => exports.VoiceLanguage$
|
|
1233
|
-
];
|
|
1234
|
-
var VoicePronunciationList = [1, n2, _VPL,
|
|
1235
|
-
0, () => exports.VoicePronunciation$
|
|
1236
|
-
];
|
|
1237
1181
|
var AgentSkillsList = [1, n4, _ASL,
|
|
1238
1182
|
0, () => exports.AgentSkillReference$
|
|
1239
1183
|
];
|
|
1240
1184
|
exports.AgentCapability$ = [4, n2, _ACg,
|
|
1241
1185
|
0,
|
|
1242
|
-
[_too, _conn, _kb, _sa, _wS, _wF, _ag, _ha, _del,
|
|
1186
|
+
[_too, _conn, _kb, _sa, _wS, _wF, _ag, _ha, _del, _tra, _su, _han, _wa],
|
|
1243
1187
|
[() => 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$]
|
|
1244
1188
|
];
|
|
1245
1189
|
exports.AgentEngine$ = [4, n2, _AE,
|
|
@@ -1284,7 +1228,7 @@ exports.AgentToolVariableHandler$ = [4, n2, _ATVH,
|
|
|
1284
1228
|
];
|
|
1285
1229
|
exports.AgentWorkflowAction$ = [4, n2, _AWAg,
|
|
1286
1230
|
0,
|
|
1287
|
-
[_too, _conn, _ag, _ha, _del,
|
|
1231
|
+
[_too, _conn, _ag, _ha, _del, _tra, _han, _wa],
|
|
1288
1232
|
[() => exports.AgentTool$, () => exports.AgentConnectorCapability$, () => exports.AgentCallCapability$, () => exports.AgentHandoverCapability$, () => exports.AgentDelegationCapability$, () => exports.AgentTransferCapability$, () => exports.AgentHangupCapability$, () => exports.AgentWaitCapability$]
|
|
1289
1233
|
];
|
|
1290
1234
|
exports.AgentWorkflowCondition$ = [4, n2, _AWCg,
|
|
@@ -1309,7 +1253,7 @@ exports.AgentWorkflowMessageContent$ = [4, n2, _AWMC,
|
|
|
1309
1253
|
];
|
|
1310
1254
|
exports.VoiceTerminateAction$ = [4, n2, _VTA,
|
|
1311
1255
|
0,
|
|
1312
|
-
[_han,
|
|
1256
|
+
[_han, _tra],
|
|
1313
1257
|
[() => exports.VoiceTerminateHangupAction$, () => exports.VoiceTransferTarget$]
|
|
1314
1258
|
];
|
|
1315
1259
|
exports.CompareAgentVersions$ = [9, n2, _CAV,
|
package/dist-es/models/enums.js
CHANGED
|
@@ -3,10 +3,6 @@ export const AgentVisibility = {
|
|
|
3
3
|
ORGANIZATION: "organization",
|
|
4
4
|
PUBLIC: "public",
|
|
5
5
|
};
|
|
6
|
-
export const VoicePronunciationEncoding = {
|
|
7
|
-
ALIAS: "alias",
|
|
8
|
-
IPA: "ipa",
|
|
9
|
-
};
|
|
10
6
|
export const ActorType = {
|
|
11
7
|
API_KEY: "api_key",
|
|
12
8
|
SERVICE: "service",
|
|
@@ -16,7 +12,6 @@ export const ChannelType = {
|
|
|
16
12
|
ASSISTANT: "assistant",
|
|
17
13
|
CHAT: "chat",
|
|
18
14
|
VOICE: "voice",
|
|
19
|
-
WORKFLOW: "workflow",
|
|
20
15
|
};
|
|
21
16
|
export const AgentToolPipelineType = {
|
|
22
17
|
ASYNC_REQUEST: "async_request",
|
|
@@ -178,28 +178,19 @@ const _SR = "SecretRef";
|
|
|
178
178
|
const _UA = "UpdateAgent";
|
|
179
179
|
const _UAI = "UpdateAgentInput";
|
|
180
180
|
const _UAO = "UpdateAgentOutput";
|
|
181
|
-
const _VBSS = "VoiceBackgroundSoundSettings";
|
|
182
181
|
const _VCMS = "VoiceCallerMetadataSettings";
|
|
183
182
|
const _VCS = "VoiceChannelSettings";
|
|
184
183
|
const _VE = "ValidationException";
|
|
185
184
|
const _VECS = "VoiceEndCallSettings";
|
|
186
185
|
const _VIS = "VoiceInterruptionSettings";
|
|
187
|
-
const _VL = "VoiceLanguage";
|
|
188
|
-
const _VLL = "VoiceLanguageList";
|
|
189
186
|
const _VMDS = "VoiceMaxDurationSettings";
|
|
190
|
-
const _VP = "VoicePronunciation";
|
|
191
|
-
const _VPL = "VoicePronunciationList";
|
|
192
|
-
const _VSS = "VoiceSpeechSettings";
|
|
193
187
|
const _VSTS = "VoiceSilenceTimeoutSettings";
|
|
194
188
|
const _VTA = "VoiceTerminateAction";
|
|
195
189
|
const _VTHA = "VoiceTerminateHangupAction";
|
|
196
|
-
const _VTS = "VoiceTranscriptionSettings";
|
|
197
190
|
const _VTT = "VoiceTransferTarget";
|
|
198
|
-
const _WCS = "WorkflowChannelSettings";
|
|
199
191
|
const _WSUL = "WebSearchUserLocation";
|
|
200
192
|
const _a = "access";
|
|
201
193
|
const _aD = "allowedDomains";
|
|
202
|
-
const _aDu = "autoDetect";
|
|
203
194
|
const _aI = "agentId";
|
|
204
195
|
const _aOF = "applyOnFailure";
|
|
205
196
|
const _aOS = "applyOnSuccess";
|
|
@@ -214,12 +205,10 @@ const _an = "annotations";
|
|
|
214
205
|
const _ap = "approval";
|
|
215
206
|
const _ar = "artifacts";
|
|
216
207
|
const _as = "assistant";
|
|
217
|
-
const _as_ = "as";
|
|
218
208
|
const _ass = "assignments";
|
|
219
209
|
const _au = "auto";
|
|
220
210
|
const _b = "before";
|
|
221
211
|
const _bOV = "basedOnVersion";
|
|
222
|
-
const _bS = "backgroundSound";
|
|
223
212
|
const _bl = "block";
|
|
224
213
|
const _c = "client";
|
|
225
214
|
const _cA = "createdAt";
|
|
@@ -242,7 +231,6 @@ const _chann = "channel";
|
|
|
242
231
|
const _che = "checks";
|
|
243
232
|
const _ci = "city";
|
|
244
233
|
const _co = "context";
|
|
245
|
-
const _cod = "code";
|
|
246
234
|
const _com = "commands";
|
|
247
235
|
const _comm = "comment";
|
|
248
236
|
const _comp = "company";
|
|
@@ -267,7 +255,6 @@ const _eC = "endCall";
|
|
|
267
255
|
const _eM = "errorMode";
|
|
268
256
|
const _en = "engine";
|
|
269
257
|
const _ena = "enabled";
|
|
270
|
-
const _enc = "encoding";
|
|
271
258
|
const _end = "end";
|
|
272
259
|
const _ent = "entry";
|
|
273
260
|
const _ex = "examples";
|
|
@@ -280,7 +267,6 @@ const _fa = "failure";
|
|
|
280
267
|
const _fal = "fallback";
|
|
281
268
|
const _fr = "from";
|
|
282
269
|
const _g = "grants";
|
|
283
|
-
const _gEL = "greetEveryLanguage";
|
|
284
270
|
const _gI = "groupId";
|
|
285
271
|
const _ge = "generate";
|
|
286
272
|
const _go = "goal";
|
|
@@ -294,7 +280,6 @@ const _ha = "handover";
|
|
|
294
280
|
const _han = "hangup";
|
|
295
281
|
const _ht = "http";
|
|
296
282
|
const _i = "id";
|
|
297
|
-
const _iD = "isDefault";
|
|
298
283
|
const _in = "instructions";
|
|
299
284
|
const _inp = "input";
|
|
300
285
|
const _int = "interruptions";
|
|
@@ -309,7 +294,6 @@ const _l = "layout";
|
|
|
309
294
|
const _lUA = "lastUsedAt";
|
|
310
295
|
const _lV = "latestVersion";
|
|
311
296
|
const _la = "label";
|
|
312
|
-
const _lan = "languages";
|
|
313
297
|
const _li = "limit";
|
|
314
298
|
const _lin = "link";
|
|
315
299
|
const _m = "message";
|
|
@@ -333,7 +317,6 @@ const _pGI = "pbxGroupId";
|
|
|
333
317
|
const _pa = "path";
|
|
334
318
|
const _pe = "percentage";
|
|
335
319
|
const _ph = "phrases";
|
|
336
|
-
const _phr = "phrase";
|
|
337
320
|
const _pi = "pipeline";
|
|
338
321
|
const _pl = "placeholder";
|
|
339
322
|
const _po = "position";
|
|
@@ -341,15 +324,14 @@ const _pr = "prefix";
|
|
|
341
324
|
const _pre = "preset";
|
|
342
325
|
const _pred = "predefined";
|
|
343
326
|
const _pro = "prompt";
|
|
344
|
-
const _pron = "pronunciations";
|
|
345
327
|
const _r = "revision";
|
|
346
328
|
const _re = "result";
|
|
347
329
|
const _red = "redact";
|
|
348
330
|
const _reg = "region";
|
|
349
331
|
const _rep = "reply";
|
|
350
332
|
const _s = "smithy.ts.sdk.synthetic.wildix.wilma.agents";
|
|
351
|
-
const
|
|
352
|
-
const
|
|
333
|
+
const _sI = "skillIds";
|
|
334
|
+
const _sIn = "snapshotId";
|
|
353
335
|
const _sM = "startMessage";
|
|
354
336
|
const _sT = "silenceTimeout";
|
|
355
337
|
const _sV = "skillVersion";
|
|
@@ -364,8 +346,6 @@ const _si = "silent";
|
|
|
364
346
|
const _siz = "size";
|
|
365
347
|
const _sk = "skills";
|
|
366
348
|
const _sn = "snapshot";
|
|
367
|
-
const _so = "sound";
|
|
368
|
-
const _sp = "speech";
|
|
369
349
|
const _sq = "sqs";
|
|
370
350
|
const _st = "status";
|
|
371
351
|
const _sta = "stage";
|
|
@@ -386,8 +366,7 @@ const _tit = "title";
|
|
|
386
366
|
const _to = "to";
|
|
387
367
|
const _too = "tool";
|
|
388
368
|
const _tr = "transitions";
|
|
389
|
-
const _tra = "
|
|
390
|
-
const _tran = "transfer";
|
|
369
|
+
const _tra = "transfer";
|
|
391
370
|
const _u = "url";
|
|
392
371
|
const _uA = "updatedAt";
|
|
393
372
|
const _uB = "updatedBy";
|
|
@@ -487,8 +466,8 @@ export var AgentCallCapability$ = [3, n2, _ACC,
|
|
|
487
466
|
];
|
|
488
467
|
export var AgentChannels$ = [3, n2, _AC,
|
|
489
468
|
0,
|
|
490
|
-
[_vo, _cha, _as
|
|
491
|
-
[() => VoiceChannelSettings$, () => ChatChannelSettings$, () => AssistantChannelSettings
|
|
469
|
+
[_vo, _cha, _as],
|
|
470
|
+
[() => VoiceChannelSettings$, () => ChatChannelSettings$, () => AssistantChannelSettings$]
|
|
492
471
|
];
|
|
493
472
|
export var AgentConnectorCapability$ = [3, n2, _ACCg,
|
|
494
473
|
0,
|
|
@@ -532,8 +511,8 @@ export var AgentGuardrailEndAction$ = [3, n2, _AGEA,
|
|
|
532
511
|
];
|
|
533
512
|
export var AgentGuardrailInput$ = [3, n2, _AGI,
|
|
534
513
|
0,
|
|
535
|
-
[_che, _mo,
|
|
536
|
-
[() => AgentGuardrailChecksList, 0,
|
|
514
|
+
[_che, _mo, _mod, _eM, _wi],
|
|
515
|
+
[() => AgentGuardrailChecksList, 0, 0, 0, 0]
|
|
537
516
|
];
|
|
538
517
|
export var AgentGuardrailObserveAction$ = [3, n2, _AGOA,
|
|
539
518
|
0,
|
|
@@ -577,8 +556,8 @@ export var AgentHangupPipeline$ = [3, n2, _AHPg,
|
|
|
577
556
|
];
|
|
578
557
|
export var AgentInfo$ = [3, n2, _AI,
|
|
579
558
|
0,
|
|
580
|
-
[_i, _n, _st, _ch, _p, _ca,
|
|
581
|
-
[0, 0, 0, 64 | 0, 0, 0,
|
|
559
|
+
[_i, _n, _st, _ch, _p, _ca, _sI, _as, _lV],
|
|
560
|
+
[0, 0, 0, 64 | 0, 0, 0, 64 | 0, () => AssistantUiSettings$, 1], 4
|
|
582
561
|
];
|
|
583
562
|
export var AgentKnowledgeBase$ = [3, n2, _AKB,
|
|
584
563
|
0,
|
|
@@ -592,7 +571,7 @@ export var AgentSettings$ = [3, n2, _AS,
|
|
|
592
571
|
];
|
|
593
572
|
export var AgentSnapshotSandboxOptions$ = [3, n2, _ASSO,
|
|
594
573
|
0,
|
|
595
|
-
[
|
|
574
|
+
[_sIn, _ne, _aD, _siz],
|
|
596
575
|
[0, 0, 64 | 0, 0], 1
|
|
597
576
|
];
|
|
598
577
|
export var AgentSqsEngine$ = [3, n2, _ASE,
|
|
@@ -1070,11 +1049,6 @@ export var UpdateAgentOutput$ = [3, n2, _UAO,
|
|
|
1070
1049
|
[_ag],
|
|
1071
1050
|
[() => Agent$], 1
|
|
1072
1051
|
];
|
|
1073
|
-
export var VoiceBackgroundSoundSettings$ = [3, n2, _VBSS,
|
|
1074
|
-
0,
|
|
1075
|
-
[_ena, _so],
|
|
1076
|
-
[2, 0], 1
|
|
1077
|
-
];
|
|
1078
1052
|
export var VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
|
|
1079
1053
|
0,
|
|
1080
1054
|
[_cN, _cNa, _cE, _cC, _tim],
|
|
@@ -1082,8 +1056,8 @@ export var VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
|
|
|
1082
1056
|
];
|
|
1083
1057
|
export var VoiceChannelSettings$ = [3, n2, _VCS,
|
|
1084
1058
|
0,
|
|
1085
|
-
[_gr,
|
|
1086
|
-
[0, () =>
|
|
1059
|
+
[_gr, _int, _sT, _mD, _eC, _cM],
|
|
1060
|
+
[0, () => VoiceInterruptionSettings$, () => VoiceSilenceTimeoutSettings$, () => VoiceMaxDurationSettings$, () => VoiceEndCallSettings$, () => VoiceCallerMetadataSettings$]
|
|
1087
1061
|
];
|
|
1088
1062
|
export var VoiceEndCallSettings$ = [3, n2, _VECS,
|
|
1089
1063
|
0,
|
|
@@ -1095,41 +1069,21 @@ export var VoiceInterruptionSettings$ = [3, n2, _VIS,
|
|
|
1095
1069
|
[_ena, _mW],
|
|
1096
1070
|
[2, 1], 1
|
|
1097
1071
|
];
|
|
1098
|
-
export var VoiceLanguage$ = [3, n2, _VL,
|
|
1099
|
-
0,
|
|
1100
|
-
[_cod, _vo, _gr, _iD, _pron],
|
|
1101
|
-
[0, 0, 0, 2, () => VoicePronunciationList], 2
|
|
1102
|
-
];
|
|
1103
1072
|
export var VoiceMaxDurationSettings$ = [3, n2, _VMDS,
|
|
1104
1073
|
0,
|
|
1105
1074
|
[_seco, _ac],
|
|
1106
1075
|
[1, () => VoiceTerminateAction$], 2
|
|
1107
1076
|
];
|
|
1108
|
-
export var VoicePronunciation$ = [3, n2, _VP,
|
|
1109
|
-
0,
|
|
1110
|
-
[_phr, _as_, _enc],
|
|
1111
|
-
[0, 0, 0], 2
|
|
1112
|
-
];
|
|
1113
1077
|
export var VoiceSilenceTimeoutSettings$ = [3, n2, _VSTS,
|
|
1114
1078
|
0,
|
|
1115
1079
|
[_seco, _ac],
|
|
1116
1080
|
[1, () => VoiceTerminateAction$], 2
|
|
1117
1081
|
];
|
|
1118
|
-
export var VoiceSpeechSettings$ = [3, n2, _VSS,
|
|
1119
|
-
0,
|
|
1120
|
-
[_lan, _gEL, _tra],
|
|
1121
|
-
[() => VoiceLanguageList, 2, () => VoiceTranscriptionSettings$], 1
|
|
1122
|
-
];
|
|
1123
1082
|
export var VoiceTerminateHangupAction$ = [3, n2, _VTHA,
|
|
1124
1083
|
0,
|
|
1125
1084
|
[_m],
|
|
1126
1085
|
[0]
|
|
1127
1086
|
];
|
|
1128
|
-
export var VoiceTranscriptionSettings$ = [3, n2, _VTS,
|
|
1129
|
-
0,
|
|
1130
|
-
[_en, _aDu],
|
|
1131
|
-
[0, 2]
|
|
1132
|
-
];
|
|
1133
1087
|
export var VoiceTransferTarget$ = [3, n2, _VTT,
|
|
1134
1088
|
0,
|
|
1135
1089
|
[_n, _co, _ext, _d],
|
|
@@ -1140,11 +1094,6 @@ export var WebSearchUserLocation$ = [3, n2, _WSUL,
|
|
|
1140
1094
|
[_cou, _reg, _ci, _time],
|
|
1141
1095
|
[0, 0, 0, 0]
|
|
1142
1096
|
];
|
|
1143
|
-
export var WorkflowChannelSettings$ = [3, n2, _WCS,
|
|
1144
|
-
0,
|
|
1145
|
-
[],
|
|
1146
|
-
[]
|
|
1147
|
-
];
|
|
1148
1097
|
export var Actor$ = [3, n1, _Ac,
|
|
1149
1098
|
0,
|
|
1150
1099
|
[_t, _i, _n],
|
|
@@ -1180,6 +1129,7 @@ var AgentGuardrailExamplesList = 64 | 0;
|
|
|
1180
1129
|
var AgentsInfoList = [1, n2, _AIL,
|
|
1181
1130
|
0, () => AgentInfo$
|
|
1182
1131
|
];
|
|
1132
|
+
var AgentSkillIdsList = 64 | 0;
|
|
1183
1133
|
var AgentsList = [1, n2, _AL,
|
|
1184
1134
|
0, () => Agent$
|
|
1185
1135
|
];
|
|
@@ -1222,18 +1172,12 @@ var AssistantQuickCommandsList = [1, n2, _AQCL,
|
|
|
1222
1172
|
];
|
|
1223
1173
|
var ChannelTypeList = 64 | 0;
|
|
1224
1174
|
var DomainNameList = 64 | 0;
|
|
1225
|
-
var VoiceLanguageList = [1, n2, _VLL,
|
|
1226
|
-
0, () => VoiceLanguage$
|
|
1227
|
-
];
|
|
1228
|
-
var VoicePronunciationList = [1, n2, _VPL,
|
|
1229
|
-
0, () => VoicePronunciation$
|
|
1230
|
-
];
|
|
1231
1175
|
var AgentSkillsList = [1, n4, _ASL,
|
|
1232
1176
|
0, () => AgentSkillReference$
|
|
1233
1177
|
];
|
|
1234
1178
|
export var AgentCapability$ = [4, n2, _ACg,
|
|
1235
1179
|
0,
|
|
1236
|
-
[_too, _conn, _kb, _sa, _wS, _wF, _ag, _ha, _del,
|
|
1180
|
+
[_too, _conn, _kb, _sa, _wS, _wF, _ag, _ha, _del, _tra, _su, _han, _wa],
|
|
1237
1181
|
[() => AgentTool$, () => AgentConnectorCapability$, () => AgentKnowledgeBase$, () => AgentSandboxCapability$, () => AgentWebSearchCapability$, () => AgentWebFetchCapability$, () => AgentCallCapability$, () => AgentHandoverCapability$, () => AgentDelegationCapability$, () => AgentTransferCapability$, () => AgentSuggestionsCapability$, () => AgentHangupCapability$, () => AgentWaitCapability$]
|
|
1238
1182
|
];
|
|
1239
1183
|
export var AgentEngine$ = [4, n2, _AE,
|
|
@@ -1278,7 +1222,7 @@ export var AgentToolVariableHandler$ = [4, n2, _ATVH,
|
|
|
1278
1222
|
];
|
|
1279
1223
|
export var AgentWorkflowAction$ = [4, n2, _AWAg,
|
|
1280
1224
|
0,
|
|
1281
|
-
[_too, _conn, _ag, _ha, _del,
|
|
1225
|
+
[_too, _conn, _ag, _ha, _del, _tra, _han, _wa],
|
|
1282
1226
|
[() => AgentTool$, () => AgentConnectorCapability$, () => AgentCallCapability$, () => AgentHandoverCapability$, () => AgentDelegationCapability$, () => AgentTransferCapability$, () => AgentHangupCapability$, () => AgentWaitCapability$]
|
|
1283
1227
|
];
|
|
1284
1228
|
export var AgentWorkflowCondition$ = [4, n2, _AWCg,
|
|
@@ -1303,7 +1247,7 @@ export var AgentWorkflowMessageContent$ = [4, n2, _AWMC,
|
|
|
1303
1247
|
];
|
|
1304
1248
|
export var VoiceTerminateAction$ = [4, n2, _VTA,
|
|
1305
1249
|
0,
|
|
1306
|
-
[_han,
|
|
1250
|
+
[_han, _tra],
|
|
1307
1251
|
[() => VoiceTerminateHangupAction$, () => VoiceTransferTarget$]
|
|
1308
1252
|
];
|
|
1309
1253
|
export var CompareAgentVersions$ = [9, n2, _CAV,
|