@wildix/wilma-agents-client 1.0.32 → 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 -73
- package/dist-es/models/enums.js +0 -5
- package/dist-es/schemas/schemas_0.js +16 -71
- 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 -2
- 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 +6 -199
- 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,14 +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 _sI = "
|
|
339
|
+
const _sI = "skillIds";
|
|
340
|
+
const _sIn = "snapshotId";
|
|
358
341
|
const _sM = "startMessage";
|
|
359
342
|
const _sT = "silenceTimeout";
|
|
360
343
|
const _sV = "skillVersion";
|
|
@@ -369,8 +352,6 @@ const _si = "silent";
|
|
|
369
352
|
const _siz = "size";
|
|
370
353
|
const _sk = "skills";
|
|
371
354
|
const _sn = "snapshot";
|
|
372
|
-
const _so = "sound";
|
|
373
|
-
const _sp = "speech";
|
|
374
355
|
const _sq = "sqs";
|
|
375
356
|
const _st = "status";
|
|
376
357
|
const _sta = "stage";
|
|
@@ -391,8 +372,7 @@ const _tit = "title";
|
|
|
391
372
|
const _to = "to";
|
|
392
373
|
const _too = "tool";
|
|
393
374
|
const _tr = "transitions";
|
|
394
|
-
const _tra = "
|
|
395
|
-
const _tran = "transfer";
|
|
375
|
+
const _tra = "transfer";
|
|
396
376
|
const _u = "url";
|
|
397
377
|
const _uA = "updatedAt";
|
|
398
378
|
const _uB = "updatedBy";
|
|
@@ -492,8 +472,8 @@ exports.AgentCallCapability$ = [3, n2, _ACC,
|
|
|
492
472
|
];
|
|
493
473
|
exports.AgentChannels$ = [3, n2, _AC,
|
|
494
474
|
0,
|
|
495
|
-
[_vo, _cha, _as
|
|
496
|
-
[() => exports.VoiceChannelSettings$, () => exports.ChatChannelSettings$, () => exports.AssistantChannelSettings
|
|
475
|
+
[_vo, _cha, _as],
|
|
476
|
+
[() => exports.VoiceChannelSettings$, () => exports.ChatChannelSettings$, () => exports.AssistantChannelSettings$]
|
|
497
477
|
];
|
|
498
478
|
exports.AgentConnectorCapability$ = [3, n2, _ACCg,
|
|
499
479
|
0,
|
|
@@ -537,8 +517,8 @@ exports.AgentGuardrailEndAction$ = [3, n2, _AGEA,
|
|
|
537
517
|
];
|
|
538
518
|
exports.AgentGuardrailInput$ = [3, n2, _AGI,
|
|
539
519
|
0,
|
|
540
|
-
[_che, _mo,
|
|
541
|
-
[() => AgentGuardrailChecksList, 0,
|
|
520
|
+
[_che, _mo, _mod, _eM, _wi],
|
|
521
|
+
[() => AgentGuardrailChecksList, 0, 0, 0, 0]
|
|
542
522
|
];
|
|
543
523
|
exports.AgentGuardrailObserveAction$ = [3, n2, _AGOA,
|
|
544
524
|
0,
|
|
@@ -582,8 +562,8 @@ exports.AgentHangupPipeline$ = [3, n2, _AHPg,
|
|
|
582
562
|
];
|
|
583
563
|
exports.AgentInfo$ = [3, n2, _AI,
|
|
584
564
|
0,
|
|
585
|
-
[_i, _n, _st, _ch, _p, _ca, _as, _lV],
|
|
586
|
-
[0, 0, 0, 64 | 0, 0, 0, () => exports.AssistantUiSettings$, 1], 4
|
|
565
|
+
[_i, _n, _st, _ch, _p, _ca, _sI, _as, _lV],
|
|
566
|
+
[0, 0, 0, 64 | 0, 0, 0, 64 | 0, () => exports.AssistantUiSettings$, 1], 4
|
|
587
567
|
];
|
|
588
568
|
exports.AgentKnowledgeBase$ = [3, n2, _AKB,
|
|
589
569
|
0,
|
|
@@ -597,7 +577,7 @@ exports.AgentSettings$ = [3, n2, _AS,
|
|
|
597
577
|
];
|
|
598
578
|
exports.AgentSnapshotSandboxOptions$ = [3, n2, _ASSO,
|
|
599
579
|
0,
|
|
600
|
-
[
|
|
580
|
+
[_sIn, _ne, _aD, _siz],
|
|
601
581
|
[0, 0, 64 | 0, 0], 1
|
|
602
582
|
];
|
|
603
583
|
exports.AgentSqsEngine$ = [3, n2, _ASE,
|
|
@@ -1075,11 +1055,6 @@ exports.UpdateAgentOutput$ = [3, n2, _UAO,
|
|
|
1075
1055
|
[_ag],
|
|
1076
1056
|
[() => exports.Agent$], 1
|
|
1077
1057
|
];
|
|
1078
|
-
exports.VoiceBackgroundSoundSettings$ = [3, n2, _VBSS,
|
|
1079
|
-
0,
|
|
1080
|
-
[_ena, _so],
|
|
1081
|
-
[2, 0], 1
|
|
1082
|
-
];
|
|
1083
1058
|
exports.VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
|
|
1084
1059
|
0,
|
|
1085
1060
|
[_cN, _cNa, _cE, _cC, _tim],
|
|
@@ -1087,8 +1062,8 @@ exports.VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
|
|
|
1087
1062
|
];
|
|
1088
1063
|
exports.VoiceChannelSettings$ = [3, n2, _VCS,
|
|
1089
1064
|
0,
|
|
1090
|
-
[_gr,
|
|
1091
|
-
[0, () => exports.
|
|
1065
|
+
[_gr, _int, _sT, _mD, _eC, _cM],
|
|
1066
|
+
[0, () => exports.VoiceInterruptionSettings$, () => exports.VoiceSilenceTimeoutSettings$, () => exports.VoiceMaxDurationSettings$, () => exports.VoiceEndCallSettings$, () => exports.VoiceCallerMetadataSettings$]
|
|
1092
1067
|
];
|
|
1093
1068
|
exports.VoiceEndCallSettings$ = [3, n2, _VECS,
|
|
1094
1069
|
0,
|
|
@@ -1100,41 +1075,21 @@ exports.VoiceInterruptionSettings$ = [3, n2, _VIS,
|
|
|
1100
1075
|
[_ena, _mW],
|
|
1101
1076
|
[2, 1], 1
|
|
1102
1077
|
];
|
|
1103
|
-
exports.VoiceLanguage$ = [3, n2, _VL,
|
|
1104
|
-
0,
|
|
1105
|
-
[_cod, _vo, _gr, _iD, _pron],
|
|
1106
|
-
[0, 0, 0, 2, () => VoicePronunciationList], 2
|
|
1107
|
-
];
|
|
1108
1078
|
exports.VoiceMaxDurationSettings$ = [3, n2, _VMDS,
|
|
1109
1079
|
0,
|
|
1110
1080
|
[_seco, _ac],
|
|
1111
1081
|
[1, () => exports.VoiceTerminateAction$], 2
|
|
1112
1082
|
];
|
|
1113
|
-
exports.VoicePronunciation$ = [3, n2, _VP,
|
|
1114
|
-
0,
|
|
1115
|
-
[_phr, _as_, _enc],
|
|
1116
|
-
[0, 0, 0], 2
|
|
1117
|
-
];
|
|
1118
1083
|
exports.VoiceSilenceTimeoutSettings$ = [3, n2, _VSTS,
|
|
1119
1084
|
0,
|
|
1120
1085
|
[_seco, _ac],
|
|
1121
1086
|
[1, () => exports.VoiceTerminateAction$], 2
|
|
1122
1087
|
];
|
|
1123
|
-
exports.VoiceSpeechSettings$ = [3, n2, _VSS,
|
|
1124
|
-
0,
|
|
1125
|
-
[_lan, _gEL, _tra],
|
|
1126
|
-
[() => VoiceLanguageList, 2, () => exports.VoiceTranscriptionSettings$], 1
|
|
1127
|
-
];
|
|
1128
1088
|
exports.VoiceTerminateHangupAction$ = [3, n2, _VTHA,
|
|
1129
1089
|
0,
|
|
1130
1090
|
[_m],
|
|
1131
1091
|
[0]
|
|
1132
1092
|
];
|
|
1133
|
-
exports.VoiceTranscriptionSettings$ = [3, n2, _VTS,
|
|
1134
|
-
0,
|
|
1135
|
-
[_en, _aDu],
|
|
1136
|
-
[0, 2]
|
|
1137
|
-
];
|
|
1138
1093
|
exports.VoiceTransferTarget$ = [3, n2, _VTT,
|
|
1139
1094
|
0,
|
|
1140
1095
|
[_n, _co, _ext, _d],
|
|
@@ -1145,11 +1100,6 @@ exports.WebSearchUserLocation$ = [3, n2, _WSUL,
|
|
|
1145
1100
|
[_cou, _reg, _ci, _time],
|
|
1146
1101
|
[0, 0, 0, 0]
|
|
1147
1102
|
];
|
|
1148
|
-
exports.WorkflowChannelSettings$ = [3, n2, _WCS,
|
|
1149
|
-
0,
|
|
1150
|
-
[],
|
|
1151
|
-
[]
|
|
1152
|
-
];
|
|
1153
1103
|
exports.Actor$ = [3, n1, _Ac,
|
|
1154
1104
|
0,
|
|
1155
1105
|
[_t, _i, _n],
|
|
@@ -1185,6 +1135,7 @@ var AgentGuardrailExamplesList = 64 | 0;
|
|
|
1185
1135
|
var AgentsInfoList = [1, n2, _AIL,
|
|
1186
1136
|
0, () => exports.AgentInfo$
|
|
1187
1137
|
];
|
|
1138
|
+
var AgentSkillIdsList = 64 | 0;
|
|
1188
1139
|
var AgentsList = [1, n2, _AL,
|
|
1189
1140
|
0, () => exports.Agent$
|
|
1190
1141
|
];
|
|
@@ -1227,18 +1178,12 @@ var AssistantQuickCommandsList = [1, n2, _AQCL,
|
|
|
1227
1178
|
];
|
|
1228
1179
|
var ChannelTypeList = 64 | 0;
|
|
1229
1180
|
var DomainNameList = 64 | 0;
|
|
1230
|
-
var VoiceLanguageList = [1, n2, _VLL,
|
|
1231
|
-
0, () => exports.VoiceLanguage$
|
|
1232
|
-
];
|
|
1233
|
-
var VoicePronunciationList = [1, n2, _VPL,
|
|
1234
|
-
0, () => exports.VoicePronunciation$
|
|
1235
|
-
];
|
|
1236
1181
|
var AgentSkillsList = [1, n4, _ASL,
|
|
1237
1182
|
0, () => exports.AgentSkillReference$
|
|
1238
1183
|
];
|
|
1239
1184
|
exports.AgentCapability$ = [4, n2, _ACg,
|
|
1240
1185
|
0,
|
|
1241
|
-
[_too, _conn, _kb, _sa, _wS, _wF, _ag, _ha, _del,
|
|
1186
|
+
[_too, _conn, _kb, _sa, _wS, _wF, _ag, _ha, _del, _tra, _su, _han, _wa],
|
|
1242
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$]
|
|
1243
1188
|
];
|
|
1244
1189
|
exports.AgentEngine$ = [4, n2, _AE,
|
|
@@ -1283,7 +1228,7 @@ exports.AgentToolVariableHandler$ = [4, n2, _ATVH,
|
|
|
1283
1228
|
];
|
|
1284
1229
|
exports.AgentWorkflowAction$ = [4, n2, _AWAg,
|
|
1285
1230
|
0,
|
|
1286
|
-
[_too, _conn, _ag, _ha, _del,
|
|
1231
|
+
[_too, _conn, _ag, _ha, _del, _tra, _han, _wa],
|
|
1287
1232
|
[() => exports.AgentTool$, () => exports.AgentConnectorCapability$, () => exports.AgentCallCapability$, () => exports.AgentHandoverCapability$, () => exports.AgentDelegationCapability$, () => exports.AgentTransferCapability$, () => exports.AgentHangupCapability$, () => exports.AgentWaitCapability$]
|
|
1288
1233
|
];
|
|
1289
1234
|
exports.AgentWorkflowCondition$ = [4, n2, _AWCg,
|
|
@@ -1308,7 +1253,7 @@ exports.AgentWorkflowMessageContent$ = [4, n2, _AWMC,
|
|
|
1308
1253
|
];
|
|
1309
1254
|
exports.VoiceTerminateAction$ = [4, n2, _VTA,
|
|
1310
1255
|
0,
|
|
1311
|
-
[_han,
|
|
1256
|
+
[_han, _tra],
|
|
1312
1257
|
[() => exports.VoiceTerminateHangupAction$, () => exports.VoiceTransferTarget$]
|
|
1313
1258
|
];
|
|
1314
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,14 +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 _sI = "
|
|
333
|
+
const _sI = "skillIds";
|
|
334
|
+
const _sIn = "snapshotId";
|
|
352
335
|
const _sM = "startMessage";
|
|
353
336
|
const _sT = "silenceTimeout";
|
|
354
337
|
const _sV = "skillVersion";
|
|
@@ -363,8 +346,6 @@ const _si = "silent";
|
|
|
363
346
|
const _siz = "size";
|
|
364
347
|
const _sk = "skills";
|
|
365
348
|
const _sn = "snapshot";
|
|
366
|
-
const _so = "sound";
|
|
367
|
-
const _sp = "speech";
|
|
368
349
|
const _sq = "sqs";
|
|
369
350
|
const _st = "status";
|
|
370
351
|
const _sta = "stage";
|
|
@@ -385,8 +366,7 @@ const _tit = "title";
|
|
|
385
366
|
const _to = "to";
|
|
386
367
|
const _too = "tool";
|
|
387
368
|
const _tr = "transitions";
|
|
388
|
-
const _tra = "
|
|
389
|
-
const _tran = "transfer";
|
|
369
|
+
const _tra = "transfer";
|
|
390
370
|
const _u = "url";
|
|
391
371
|
const _uA = "updatedAt";
|
|
392
372
|
const _uB = "updatedBy";
|
|
@@ -486,8 +466,8 @@ export var AgentCallCapability$ = [3, n2, _ACC,
|
|
|
486
466
|
];
|
|
487
467
|
export var AgentChannels$ = [3, n2, _AC,
|
|
488
468
|
0,
|
|
489
|
-
[_vo, _cha, _as
|
|
490
|
-
[() => VoiceChannelSettings$, () => ChatChannelSettings$, () => AssistantChannelSettings
|
|
469
|
+
[_vo, _cha, _as],
|
|
470
|
+
[() => VoiceChannelSettings$, () => ChatChannelSettings$, () => AssistantChannelSettings$]
|
|
491
471
|
];
|
|
492
472
|
export var AgentConnectorCapability$ = [3, n2, _ACCg,
|
|
493
473
|
0,
|
|
@@ -531,8 +511,8 @@ export var AgentGuardrailEndAction$ = [3, n2, _AGEA,
|
|
|
531
511
|
];
|
|
532
512
|
export var AgentGuardrailInput$ = [3, n2, _AGI,
|
|
533
513
|
0,
|
|
534
|
-
[_che, _mo,
|
|
535
|
-
[() => AgentGuardrailChecksList, 0,
|
|
514
|
+
[_che, _mo, _mod, _eM, _wi],
|
|
515
|
+
[() => AgentGuardrailChecksList, 0, 0, 0, 0]
|
|
536
516
|
];
|
|
537
517
|
export var AgentGuardrailObserveAction$ = [3, n2, _AGOA,
|
|
538
518
|
0,
|
|
@@ -576,8 +556,8 @@ export var AgentHangupPipeline$ = [3, n2, _AHPg,
|
|
|
576
556
|
];
|
|
577
557
|
export var AgentInfo$ = [3, n2, _AI,
|
|
578
558
|
0,
|
|
579
|
-
[_i, _n, _st, _ch, _p, _ca, _as, _lV],
|
|
580
|
-
[0, 0, 0, 64 | 0, 0, 0, () => AssistantUiSettings$, 1], 4
|
|
559
|
+
[_i, _n, _st, _ch, _p, _ca, _sI, _as, _lV],
|
|
560
|
+
[0, 0, 0, 64 | 0, 0, 0, 64 | 0, () => AssistantUiSettings$, 1], 4
|
|
581
561
|
];
|
|
582
562
|
export var AgentKnowledgeBase$ = [3, n2, _AKB,
|
|
583
563
|
0,
|
|
@@ -591,7 +571,7 @@ export var AgentSettings$ = [3, n2, _AS,
|
|
|
591
571
|
];
|
|
592
572
|
export var AgentSnapshotSandboxOptions$ = [3, n2, _ASSO,
|
|
593
573
|
0,
|
|
594
|
-
[
|
|
574
|
+
[_sIn, _ne, _aD, _siz],
|
|
595
575
|
[0, 0, 64 | 0, 0], 1
|
|
596
576
|
];
|
|
597
577
|
export var AgentSqsEngine$ = [3, n2, _ASE,
|
|
@@ -1069,11 +1049,6 @@ export var UpdateAgentOutput$ = [3, n2, _UAO,
|
|
|
1069
1049
|
[_ag],
|
|
1070
1050
|
[() => Agent$], 1
|
|
1071
1051
|
];
|
|
1072
|
-
export var VoiceBackgroundSoundSettings$ = [3, n2, _VBSS,
|
|
1073
|
-
0,
|
|
1074
|
-
[_ena, _so],
|
|
1075
|
-
[2, 0], 1
|
|
1076
|
-
];
|
|
1077
1052
|
export var VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
|
|
1078
1053
|
0,
|
|
1079
1054
|
[_cN, _cNa, _cE, _cC, _tim],
|
|
@@ -1081,8 +1056,8 @@ export var VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
|
|
|
1081
1056
|
];
|
|
1082
1057
|
export var VoiceChannelSettings$ = [3, n2, _VCS,
|
|
1083
1058
|
0,
|
|
1084
|
-
[_gr,
|
|
1085
|
-
[0, () =>
|
|
1059
|
+
[_gr, _int, _sT, _mD, _eC, _cM],
|
|
1060
|
+
[0, () => VoiceInterruptionSettings$, () => VoiceSilenceTimeoutSettings$, () => VoiceMaxDurationSettings$, () => VoiceEndCallSettings$, () => VoiceCallerMetadataSettings$]
|
|
1086
1061
|
];
|
|
1087
1062
|
export var VoiceEndCallSettings$ = [3, n2, _VECS,
|
|
1088
1063
|
0,
|
|
@@ -1094,41 +1069,21 @@ export var VoiceInterruptionSettings$ = [3, n2, _VIS,
|
|
|
1094
1069
|
[_ena, _mW],
|
|
1095
1070
|
[2, 1], 1
|
|
1096
1071
|
];
|
|
1097
|
-
export var VoiceLanguage$ = [3, n2, _VL,
|
|
1098
|
-
0,
|
|
1099
|
-
[_cod, _vo, _gr, _iD, _pron],
|
|
1100
|
-
[0, 0, 0, 2, () => VoicePronunciationList], 2
|
|
1101
|
-
];
|
|
1102
1072
|
export var VoiceMaxDurationSettings$ = [3, n2, _VMDS,
|
|
1103
1073
|
0,
|
|
1104
1074
|
[_seco, _ac],
|
|
1105
1075
|
[1, () => VoiceTerminateAction$], 2
|
|
1106
1076
|
];
|
|
1107
|
-
export var VoicePronunciation$ = [3, n2, _VP,
|
|
1108
|
-
0,
|
|
1109
|
-
[_phr, _as_, _enc],
|
|
1110
|
-
[0, 0, 0], 2
|
|
1111
|
-
];
|
|
1112
1077
|
export var VoiceSilenceTimeoutSettings$ = [3, n2, _VSTS,
|
|
1113
1078
|
0,
|
|
1114
1079
|
[_seco, _ac],
|
|
1115
1080
|
[1, () => VoiceTerminateAction$], 2
|
|
1116
1081
|
];
|
|
1117
|
-
export var VoiceSpeechSettings$ = [3, n2, _VSS,
|
|
1118
|
-
0,
|
|
1119
|
-
[_lan, _gEL, _tra],
|
|
1120
|
-
[() => VoiceLanguageList, 2, () => VoiceTranscriptionSettings$], 1
|
|
1121
|
-
];
|
|
1122
1082
|
export var VoiceTerminateHangupAction$ = [3, n2, _VTHA,
|
|
1123
1083
|
0,
|
|
1124
1084
|
[_m],
|
|
1125
1085
|
[0]
|
|
1126
1086
|
];
|
|
1127
|
-
export var VoiceTranscriptionSettings$ = [3, n2, _VTS,
|
|
1128
|
-
0,
|
|
1129
|
-
[_en, _aDu],
|
|
1130
|
-
[0, 2]
|
|
1131
|
-
];
|
|
1132
1087
|
export var VoiceTransferTarget$ = [3, n2, _VTT,
|
|
1133
1088
|
0,
|
|
1134
1089
|
[_n, _co, _ext, _d],
|
|
@@ -1139,11 +1094,6 @@ export var WebSearchUserLocation$ = [3, n2, _WSUL,
|
|
|
1139
1094
|
[_cou, _reg, _ci, _time],
|
|
1140
1095
|
[0, 0, 0, 0]
|
|
1141
1096
|
];
|
|
1142
|
-
export var WorkflowChannelSettings$ = [3, n2, _WCS,
|
|
1143
|
-
0,
|
|
1144
|
-
[],
|
|
1145
|
-
[]
|
|
1146
|
-
];
|
|
1147
1097
|
export var Actor$ = [3, n1, _Ac,
|
|
1148
1098
|
0,
|
|
1149
1099
|
[_t, _i, _n],
|
|
@@ -1179,6 +1129,7 @@ var AgentGuardrailExamplesList = 64 | 0;
|
|
|
1179
1129
|
var AgentsInfoList = [1, n2, _AIL,
|
|
1180
1130
|
0, () => AgentInfo$
|
|
1181
1131
|
];
|
|
1132
|
+
var AgentSkillIdsList = 64 | 0;
|
|
1182
1133
|
var AgentsList = [1, n2, _AL,
|
|
1183
1134
|
0, () => Agent$
|
|
1184
1135
|
];
|
|
@@ -1221,18 +1172,12 @@ var AssistantQuickCommandsList = [1, n2, _AQCL,
|
|
|
1221
1172
|
];
|
|
1222
1173
|
var ChannelTypeList = 64 | 0;
|
|
1223
1174
|
var DomainNameList = 64 | 0;
|
|
1224
|
-
var VoiceLanguageList = [1, n2, _VLL,
|
|
1225
|
-
0, () => VoiceLanguage$
|
|
1226
|
-
];
|
|
1227
|
-
var VoicePronunciationList = [1, n2, _VPL,
|
|
1228
|
-
0, () => VoicePronunciation$
|
|
1229
|
-
];
|
|
1230
1175
|
var AgentSkillsList = [1, n4, _ASL,
|
|
1231
1176
|
0, () => AgentSkillReference$
|
|
1232
1177
|
];
|
|
1233
1178
|
export var AgentCapability$ = [4, n2, _ACg,
|
|
1234
1179
|
0,
|
|
1235
|
-
[_too, _conn, _kb, _sa, _wS, _wF, _ag, _ha, _del,
|
|
1180
|
+
[_too, _conn, _kb, _sa, _wS, _wF, _ag, _ha, _del, _tra, _su, _han, _wa],
|
|
1236
1181
|
[() => AgentTool$, () => AgentConnectorCapability$, () => AgentKnowledgeBase$, () => AgentSandboxCapability$, () => AgentWebSearchCapability$, () => AgentWebFetchCapability$, () => AgentCallCapability$, () => AgentHandoverCapability$, () => AgentDelegationCapability$, () => AgentTransferCapability$, () => AgentSuggestionsCapability$, () => AgentHangupCapability$, () => AgentWaitCapability$]
|
|
1237
1182
|
];
|
|
1238
1183
|
export var AgentEngine$ = [4, n2, _AE,
|
|
@@ -1277,7 +1222,7 @@ export var AgentToolVariableHandler$ = [4, n2, _ATVH,
|
|
|
1277
1222
|
];
|
|
1278
1223
|
export var AgentWorkflowAction$ = [4, n2, _AWAg,
|
|
1279
1224
|
0,
|
|
1280
|
-
[_too, _conn, _ag, _ha, _del,
|
|
1225
|
+
[_too, _conn, _ag, _ha, _del, _tra, _han, _wa],
|
|
1281
1226
|
[() => AgentTool$, () => AgentConnectorCapability$, () => AgentCallCapability$, () => AgentHandoverCapability$, () => AgentDelegationCapability$, () => AgentTransferCapability$, () => AgentHangupCapability$, () => AgentWaitCapability$]
|
|
1282
1227
|
];
|
|
1283
1228
|
export var AgentWorkflowCondition$ = [4, n2, _AWCg,
|
|
@@ -1302,7 +1247,7 @@ export var AgentWorkflowMessageContent$ = [4, n2, _AWMC,
|
|
|
1302
1247
|
];
|
|
1303
1248
|
export var VoiceTerminateAction$ = [4, n2, _VTA,
|
|
1304
1249
|
0,
|
|
1305
|
-
[_han,
|
|
1250
|
+
[_han, _tra],
|
|
1306
1251
|
[() => VoiceTerminateHangupAction$, () => VoiceTransferTarget$]
|
|
1307
1252
|
];
|
|
1308
1253
|
export var CompareAgentVersions$ = [9, n2, _CAV,
|