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