@wildix/wilma-agents-client 1.0.24 → 1.0.27

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.
Files changed (32) hide show
  1. package/dist-cjs/WilmaAgents.js +0 -6
  2. package/dist-cjs/commands/index.js +0 -3
  3. package/dist-cjs/models/enums.js +25 -13
  4. package/dist-cjs/schemas/schemas_0.js +277 -144
  5. package/dist-es/WilmaAgents.js +0 -6
  6. package/dist-es/commands/index.js +0 -3
  7. package/dist-es/models/enums.js +24 -12
  8. package/dist-es/schemas/schemas_0.js +274 -142
  9. package/dist-types/WilmaAgents.d.ts +0 -22
  10. package/dist-types/WilmaAgentsClient.d.ts +2 -5
  11. package/dist-types/commands/CreateAgentCommand.d.ts +1222 -568
  12. package/dist-types/commands/GetAgentCommand.d.ts +611 -284
  13. package/dist-types/commands/GetAgentVersionCommand.d.ts +611 -284
  14. package/dist-types/commands/ListAgentsCommand.d.ts +611 -284
  15. package/dist-types/commands/ListAgentsNamesCommand.d.ts +0 -1
  16. package/dist-types/commands/PublishAgentVersionCommand.d.ts +611 -284
  17. package/dist-types/commands/RestoreAgentVersionToDraftCommand.d.ts +611 -284
  18. package/dist-types/commands/UpdateAgentCommand.d.ts +1222 -568
  19. package/dist-types/commands/index.d.ts +0 -3
  20. package/dist-types/models/enums.d.ts +89 -42
  21. package/dist-types/models/models_0.d.ts +1146 -457
  22. package/dist-types/schemas/schemas_0.d.ts +34 -15
  23. package/package.json +1 -1
  24. package/dist-cjs/commands/DeletePronunciationDictionaryCommand.js +0 -20
  25. package/dist-cjs/commands/ListPronunciationDictionariesCommand.js +0 -20
  26. package/dist-cjs/commands/PutPronunciationDictionaryCommand.js +0 -20
  27. package/dist-es/commands/DeletePronunciationDictionaryCommand.js +0 -16
  28. package/dist-es/commands/ListPronunciationDictionariesCommand.js +0 -16
  29. package/dist-es/commands/PutPronunciationDictionaryCommand.js +0 -16
  30. package/dist-types/commands/DeletePronunciationDictionaryCommand.d.ts +0 -78
  31. package/dist-types/commands/ListPronunciationDictionariesCommand.d.ts +0 -96
  32. package/dist-types/commands/PutPronunciationDictionaryCommand.d.ts +0 -108
@@ -61,10 +61,49 @@ const _AVIL = "AgentVersionInfoList";
61
61
  const _AVL = "AgentVariablesList";
62
62
  const _AVSO = "AgentVercelSandboxOptions";
63
63
  const _AVg = "AgentVersion";
64
+ const _AW = "AgentWorkflow";
65
+ const _AWA = "AgentWorkflowAssignment";
66
+ const _AWAC = "AgentWorkflowAlwaysCondition";
67
+ const _AWAH = "AgentWorkflowActionHandler";
68
+ const _AWAL = "AgentWorkflowAssignmentsList";
69
+ const _AWAg = "AgentWorkflowAction";
64
70
  const _AWC = "AgentWaitCapability";
71
+ const _AWCCS = "AgentWorkflowConversationChannelsSettings";
72
+ const _AWCH = "AgentWorkflowConversationHandler";
73
+ const _AWCVS = "AgentWorkflowConversationVoiceSettings";
74
+ const _AWCg = "AgentWorkflowCondition";
65
75
  const _AWE = "AgentWebhookEngine";
76
+ const _AWEC = "AgentWorkflowExpressionCondition";
77
+ const _AWEH = "AgentWorkflowEndHandler";
66
78
  const _AWFC = "AgentWebFetchCapability";
79
+ const _AWFCg = "AgentWorkflowFailureCondition";
80
+ const _AWFCge = "AgentWorkflowFallbackCondition";
81
+ const _AWH = "AgentWorkflowHandler";
82
+ const _AWIH = "AgentWorkflowInvokeHandler";
83
+ const _AWMB = "AgentWorkflowMessageButton";
84
+ const _AWMBH = "AgentWorkflowMessageButtonHandler";
85
+ const _AWMBL = "AgentWorkflowMessageButtonsList";
86
+ const _AWMBLH = "AgentWorkflowMessageButtonLinkHandler";
87
+ const _AWMBRH = "AgentWorkflowMessageButtonReplyHandler";
88
+ const _AWMC = "AgentWorkflowMessageContent";
89
+ const _AWMCS = "AgentWorkflowMessageChannelsSettings";
90
+ const _AWMCSg = "AgentWorkflowMessageChatSettings";
91
+ const _AWMG = "AgentWorkflowMessageGeneration";
92
+ const _AWMH = "AgentWorkflowMessageHandler";
93
+ const _AWMVS = "AgentWorkflowMessageVoiceSettings";
94
+ const _AWN = "AgentWorkflowNested";
95
+ const _AWNL = "AgentWorkflowNestedList";
96
+ const _AWPC = "AgentWorkflowPromptCondition";
97
+ const _AWRC = "AgentWorkflowResultCondition";
98
+ const _AWRH = "AgentWorkflowResultHandler";
99
+ const _AWS = "AgentWorkflowSettings";
67
100
  const _AWSC = "AgentWebSearchCapability";
101
+ const _AWSL = "AgentWorkflowStepsList";
102
+ const _AWSP = "AgentWorkflowStepPosition";
103
+ const _AWSg = "AgentWorkflowStep";
104
+ const _AWT = "AgentWorkflowTransition";
105
+ const _AWTL = "AgentWorkflowTransitionsList";
106
+ const _AWVH = "AgentWorkflowVariablesHandler";
68
107
  const _Ac = "Actor";
69
108
  const _CA = "CreateAgent";
70
109
  const _CAAK = "CreateAgentApiKey";
@@ -83,9 +122,6 @@ const _DAAKI = "DeleteAgentApiKeyInput";
83
122
  const _DAAKO = "DeleteAgentApiKeyOutput";
84
123
  const _DAI = "DeleteAgentInput";
85
124
  const _DAO = "DeleteAgentOutput";
86
- const _DPD = "DeletePronunciationDictionary";
87
- const _DPDI = "DeletePronunciationDictionaryInput";
88
- const _DPDO = "DeletePronunciationDictionaryOutput";
89
125
  const _GA = "GetAgent";
90
126
  const _GAD = "GetAgentDeployment";
91
127
  const _GADI = "GetAgentDeploymentInput";
@@ -107,9 +143,6 @@ const _LAO = "ListAgentsOutput";
107
143
  const _LAV = "ListAgentVersions";
108
144
  const _LAVI = "ListAgentVersionsInput";
109
145
  const _LAVO = "ListAgentVersionsOutput";
110
- const _LPD = "ListPronunciationDictionaries";
111
- const _LPDI = "ListPronunciationDictionariesInput";
112
- const _LPDO = "ListPronunciationDictionariesOutput";
113
146
  const _NFE = "NotFoundException";
114
147
  const _NTPE = "NothingToPublishException";
115
148
  const _PAD = "PutAgentDeployment";
@@ -118,11 +151,6 @@ const _PADO = "PutAgentDeploymentOutput";
118
151
  const _PAV = "PublishAgentVersion";
119
152
  const _PAVI = "PublishAgentVersionInput";
120
153
  const _PAVO = "PublishAgentVersionOutput";
121
- const _PD = "PronunciationDictionary";
122
- const _PDL = "PronunciationDictionaryList";
123
- const _PPD = "PutPronunciationDictionary";
124
- const _PPDI = "PutPronunciationDictionaryInput";
125
- const _PPDO = "PutPronunciationDictionaryOutput";
126
154
  const _RAD = "ResetAgentDeployment";
127
155
  const _RADI = "ResetAgentDeploymentInput";
128
156
  const _RADO = "ResetAgentDeploymentOutput";
@@ -139,23 +167,15 @@ const _VCS = "VoiceChannelSettings";
139
167
  const _VE = "ValidationException";
140
168
  const _VECS = "VoiceEndCallSettings";
141
169
  const _VIS = "VoiceInterruptionSettings";
142
- const _VL = "VoiceLanguage";
143
- const _VLL = "VoiceLanguageList";
144
170
  const _VMDS = "VoiceMaxDurationSettings";
145
- const _VP = "VoicePronunciation";
146
- const _VPL = "VoicePronunciationList";
147
- const _VSO = "VoiceSynthesisOptions";
148
- const _VSS = "VoiceSpeechSettings";
149
171
  const _VSTS = "VoiceSilenceTimeoutSettings";
150
172
  const _VTA = "VoiceTerminateAction";
151
173
  const _VTHA = "VoiceTerminateHangupAction";
152
- const _VTS = "VoiceTranscriptionSettings";
153
174
  const _VTT = "VoiceTransferTarget";
154
175
  const _WCS = "WorkflowChannelSettings";
155
176
  const _WSUL = "WebSearchUserLocation";
156
177
  const _a = "access";
157
178
  const _aD = "allowedDomains";
158
- const _aDu = "autoDetect";
159
179
  const _aI = "agentId";
160
180
  const _aOF = "applyOnFailure";
161
181
  const _aOS = "applyOnSuccess";
@@ -165,15 +185,15 @@ const _af = "after";
165
185
  const _ag = "agent";
166
186
  const _age = "agents";
167
187
  const _ai = "ai";
188
+ const _al = "always";
168
189
  const _an = "annotations";
169
190
  const _ap = "approval";
170
191
  const _ar = "artifacts";
171
192
  const _as = "assistant";
172
- const _as_ = "as";
193
+ const _ass = "assignments";
173
194
  const _au = "auto";
174
195
  const _b = "before";
175
196
  const _bOV = "basedOnVersion";
176
- const _bS = "backgroundSound";
177
197
  const _c = "client";
178
198
  const _cA = "createdAt";
179
199
  const _cB = "createdBy";
@@ -186,6 +206,7 @@ const _cR = "currentRevision";
186
206
  const _cS = "contextSize";
187
207
  const _ca = "category";
188
208
  const _cap = "capabilities";
209
+ const _capa = "capability";
189
210
  const _ch = "channels";
190
211
  const _cha = "chat";
191
212
  const _chan = "changelog";
@@ -193,12 +214,14 @@ const _chang = "changes";
193
214
  const _chann = "channel";
194
215
  const _ci = "city";
195
216
  const _co = "context";
196
- const _cod = "code";
197
217
  const _com = "company";
198
218
  const _comm = "comment";
199
- const _con = "connector";
219
+ const _con = "conditions";
220
+ const _cond = "condition";
221
+ const _conn = "connector";
222
+ const _cont = "content";
223
+ const _conv = "conversation";
200
224
  const _cou = "country";
201
- const _cr = "credential";
202
225
  const _cu = "cursor";
203
226
  const _d = "description";
204
227
  const _dBV = "draftBaseVersion";
@@ -207,21 +230,25 @@ const _def = "definition";
207
230
  const _defa = "default";
208
231
  const _del = "delegation";
209
232
  const _di = "discoverable";
210
- const _dic = "dictionaries";
211
- const _dict = "dictionary";
212
233
  const _e = "error";
213
234
  const _eA = "expiresAt";
214
235
  const _eC = "endCall";
215
236
  const _en = "engine";
216
237
  const _ena = "enabled";
217
- const _enc = "encoding";
238
+ const _end = "end";
239
+ const _ent = "entry";
218
240
  const _ex = "extension";
241
+ const _exp = "expression";
219
242
  const _f = "fields";
220
243
  const _fD = "fromDraft";
244
+ const _fTC = "forceToolCall";
245
+ const _fa = "failure";
246
+ const _fal = "fallback";
221
247
  const _fr = "from";
222
248
  const _g = "grants";
223
- const _gEL = "greetEveryLanguage";
224
249
  const _gI = "groupId";
250
+ const _ge = "generate";
251
+ const _go = "goal";
225
252
  const _gr = "greeting";
226
253
  const _gu = "guided";
227
254
  const _h = "handler";
@@ -231,7 +258,6 @@ const _ha = "handover";
231
258
  const _han = "hangup";
232
259
  const _ht = "http";
233
260
  const _i = "id";
234
- const _iD = "isDefault";
235
261
  const _in = "instructions";
236
262
  const _int = "interruptions";
237
263
  const _k = "key";
@@ -239,41 +265,41 @@ const _kBI = "knowledgeBaseId";
239
265
  const _kI = "keyId";
240
266
  const _kb = "kb";
241
267
  const _ke = "keys";
242
- const _l = "limit";
268
+ const _ki = "kinds";
269
+ const _l = "layout";
243
270
  const _lUA = "lastUsedAt";
244
271
  const _lV = "latestVersion";
245
- const _la = "languages";
272
+ const _la = "label";
273
+ const _li = "limit";
274
+ const _lin = "link";
246
275
  const _m = "message";
247
276
  const _mD = "maxDuration";
277
+ const _mT = "maxTransitions";
248
278
  const _mW = "minWords";
249
279
  const _mo = "model";
250
280
  const _n = "name";
251
281
  const _nC = "nextCursor";
252
282
  const _ne = "network";
283
+ const _nes = "nested";
253
284
  const _o = "optional";
285
+ const _ou = "output";
254
286
  const _p = "picture";
255
287
  const _pA = "publishedAt";
256
288
  const _pB = "publishedBy";
257
289
  const _pGI = "pbxGroupId";
258
- const _pS = "pronunciationSuppressions";
259
290
  const _pa = "path";
260
291
  const _pe = "percentage";
261
292
  const _ph = "phrases";
262
- const _phr = "phrase";
263
293
  const _pi = "pipeline";
264
- const _pit = "pitch";
294
+ const _po = "position";
265
295
  const _pr = "prefix";
266
296
  const _pre = "predefined";
267
297
  const _pro = "prompt";
268
- const _pron = "pronunciations";
269
- const _prov = "provider";
270
298
  const _r = "revision";
271
- const _re = "region";
272
- const _res = "result";
273
- const _ru = "rules";
299
+ const _re = "result";
300
+ const _reg = "region";
301
+ const _rep = "reply";
274
302
  const _s = "smithy.ts.sdk.synthetic.wildix.wilma.agents";
275
- const _sB = "speakerBoost";
276
- const _sC = "speechConfigured";
277
303
  const _sI = "snapshotId";
278
304
  const _sM = "startMessage";
279
305
  const _sT = "silenceTimeout";
@@ -285,29 +311,28 @@ const _sec = "secret";
285
311
  const _seco = "seconds";
286
312
  const _ser = "service";
287
313
  const _si = "silent";
288
- const _sim = "similarity";
289
314
  const _siz = "size";
290
315
  const _sk = "skills";
291
316
  const _sn = "snapshot";
292
- const _sp = "speech";
293
- const _spe = "speed";
294
317
  const _sq = "sqs";
295
318
  const _st = "status";
296
- const _sta = "stability";
297
- const _sty = "style";
319
+ const _sta = "stage";
320
+ const _ste = "steps";
298
321
  const _su = "suggestions";
299
- const _sy = "synthesis";
322
+ const _sum = "summary";
300
323
  const _t = "type";
301
324
  const _tD = "toDraft";
302
325
  const _tV = "toolVersion";
303
326
  const _tZ = "timeZone";
304
- const _ta = "tag";
327
+ const _ta = "target";
328
+ const _tag = "tag";
329
+ const _te = "text";
305
330
  const _ti = "timeout";
306
331
  const _tim = "time";
307
332
  const _time = "timezone";
308
333
  const _to = "to";
309
334
  const _too = "tool";
310
- const _tr = "transcription";
335
+ const _tr = "transitions";
311
336
  const _tra = "transfer";
312
337
  const _u = "url";
313
338
  const _uA = "updatedAt";
@@ -315,13 +340,11 @@ const _uB = "updatedBy";
315
340
  const _uI = "userId";
316
341
  const _uL = "userLocation";
317
342
  const _v = "visibility";
318
- const _vG = "volumeGain";
319
343
  const _va = "variables";
320
344
  const _val = "value";
321
345
  const _var = "variant";
322
346
  const _vc = "vcpus";
323
347
  const _ve = "version";
324
- const _ven = "vendor";
325
348
  const _ver = "versions";
326
349
  const _verc = "vercel";
327
350
  const _vo = "voice";
@@ -330,6 +353,8 @@ const _wF = "webFetch";
330
353
  const _wS = "webSearch";
331
354
  const _wa = "wait";
332
355
  const _we = "webhook";
356
+ const _x = "x";
357
+ const _y = "y";
333
358
  const n0 = "smithy.framework";
334
359
  const n1 = "wildix.wilma.common";
335
360
  const n2 = "wildix.wilma.agents";
@@ -390,8 +415,8 @@ export var AgentAccess$ = [3, n2, _AA,
390
415
  ];
391
416
  export var AgentAiEngine$ = [3, n2, _AAE,
392
417
  0,
393
- [_in, _mo, _tZ, _ar, _sk, _cap, _va],
394
- [0, 0, 0, 2, () => AgentSkillsList, () => AgentCapabilitiesList, () => AgentVariablesList], 1
418
+ [_in, _w, _mo, _tZ, _ar, _sk, _cap, _va],
419
+ [0, () => AgentWorkflow$, 0, 0, 2, () => AgentSkillsList, () => AgentCapabilitiesList, () => AgentVariablesList], 1
395
420
  ];
396
421
  export var AgentApiKey$ = [3, n2, _AAK,
397
422
  0,
@@ -450,8 +475,8 @@ export var AgentHangupPipeline$ = [3, n2, _AHPg,
450
475
  ];
451
476
  export var AgentInfo$ = [3, n2, _AI,
452
477
  0,
453
- [_i, _n, _st, _ch, _ca, _sC, _lV],
454
- [0, 0, 0, 64 | 0, 0, 2, 1], 4
478
+ [_i, _n, _st, _ch, _ca, _lV],
479
+ [0, 0, 0, 64 | 0, 0, 1], 4
455
480
  ];
456
481
  export var AgentKnowledgeBase$ = [3, n2, _AKB,
457
482
  0,
@@ -603,6 +628,151 @@ export var AgentWebSearchCapability$ = [3, n2, _AWSC,
603
628
  [_cS, _aD, _uL],
604
629
  [0, 64 | 0, () => WebSearchUserLocation$]
605
630
  ];
631
+ export var AgentWorkflow$ = [3, n2, _AW,
632
+ 0,
633
+ [_ent, _ste, _nes, _se],
634
+ [0, () => AgentWorkflowStepsList, () => AgentWorkflowNestedList, () => AgentWorkflowSettings$], 2
635
+ ];
636
+ export var AgentWorkflowActionHandler$ = [3, n2, _AWAH,
637
+ 0,
638
+ [_capa, _fTC, _ou],
639
+ [() => AgentWorkflowAction$, 2, 0], 1
640
+ ];
641
+ export var AgentWorkflowAlwaysCondition$ = [3, n2, _AWAC,
642
+ 0,
643
+ [],
644
+ []
645
+ ];
646
+ export var AgentWorkflowAssignment$ = [3, n2, _AWA,
647
+ 0,
648
+ [_n, _val, _exp],
649
+ [0, 0, 15], 1
650
+ ];
651
+ export var AgentWorkflowConversationChannelsSettings$ = [3, n2, _AWCCS,
652
+ 0,
653
+ [_vo],
654
+ [() => AgentWorkflowConversationVoiceSettings$]
655
+ ];
656
+ export var AgentWorkflowConversationHandler$ = [3, n2, _AWCH,
657
+ 0,
658
+ [_go, _ent, _ch, _cap],
659
+ [0, 0, () => AgentWorkflowConversationChannelsSettings$, () => AgentCapabilitiesList], 1
660
+ ];
661
+ export var AgentWorkflowConversationVoiceSettings$ = [3, n2, _AWCVS,
662
+ 0,
663
+ [_int],
664
+ [() => VoiceInterruptionSettings$]
665
+ ];
666
+ export var AgentWorkflowEndHandler$ = [3, n2, _AWEH,
667
+ 0,
668
+ [],
669
+ []
670
+ ];
671
+ export var AgentWorkflowExpressionCondition$ = [3, n2, _AWEC,
672
+ 0,
673
+ [_con],
674
+ [15], 1
675
+ ];
676
+ export var AgentWorkflowFailureCondition$ = [3, n2, _AWFCg,
677
+ 0,
678
+ [_ki],
679
+ [64 | 0]
680
+ ];
681
+ export var AgentWorkflowFallbackCondition$ = [3, n2, _AWFCge,
682
+ 0,
683
+ [],
684
+ []
685
+ ];
686
+ export var AgentWorkflowInvokeHandler$ = [3, n2, _AWIH,
687
+ 0,
688
+ [_w, _ou],
689
+ [0, 0], 1
690
+ ];
691
+ export var AgentWorkflowMessageButton$ = [3, n2, _AWMB,
692
+ 0,
693
+ [_te, _h, _var],
694
+ [0, () => AgentWorkflowMessageButtonHandler$, 0], 2
695
+ ];
696
+ export var AgentWorkflowMessageButtonLinkHandler$ = [3, n2, _AWMBLH,
697
+ 0,
698
+ [_u],
699
+ [0], 1
700
+ ];
701
+ export var AgentWorkflowMessageButtonReplyHandler$ = [3, n2, _AWMBRH,
702
+ 0,
703
+ [_te],
704
+ [0]
705
+ ];
706
+ export var AgentWorkflowMessageChannelsSettings$ = [3, n2, _AWMCS,
707
+ 0,
708
+ [_vo, _cha],
709
+ [() => AgentWorkflowMessageVoiceSettings$, () => AgentWorkflowMessageChatSettings$]
710
+ ];
711
+ export var AgentWorkflowMessageChatSettings$ = [3, n2, _AWMCSg,
712
+ 0,
713
+ [_su],
714
+ [() => AgentWorkflowMessageButtonsList]
715
+ ];
716
+ export var AgentWorkflowMessageGeneration$ = [3, n2, _AWMG,
717
+ 0,
718
+ [_in],
719
+ [0], 1
720
+ ];
721
+ export var AgentWorkflowMessageHandler$ = [3, n2, _AWMH,
722
+ 0,
723
+ [_cont, _ch],
724
+ [() => AgentWorkflowMessageContent$, () => AgentWorkflowMessageChannelsSettings$], 1
725
+ ];
726
+ export var AgentWorkflowMessageVoiceSettings$ = [3, n2, _AWMVS,
727
+ 0,
728
+ [_int],
729
+ [() => VoiceInterruptionSettings$]
730
+ ];
731
+ export var AgentWorkflowNested$ = [3, n2, _AWN,
732
+ 0,
733
+ [_ent, _ste, _i, _n, _d],
734
+ [0, () => AgentWorkflowStepsList, 0, 0, 0], 4
735
+ ];
736
+ export var AgentWorkflowPromptCondition$ = [3, n2, _AWPC,
737
+ 0,
738
+ [_in],
739
+ [0], 1
740
+ ];
741
+ export var AgentWorkflowResultCondition$ = [3, n2, _AWRC,
742
+ 0,
743
+ [_re],
744
+ [0], 1
745
+ ];
746
+ export var AgentWorkflowResultHandler$ = [3, n2, _AWRH,
747
+ 0,
748
+ [_val],
749
+ [0]
750
+ ];
751
+ export var AgentWorkflowSettings$ = [3, n2, _AWS,
752
+ 0,
753
+ [_mT, _va, _l],
754
+ [1, () => AgentWorkflowAssignmentsList, 0]
755
+ ];
756
+ export var AgentWorkflowStep$ = [3, n2, _AWSg,
757
+ 0,
758
+ [_i, _la, _h, _sum, _sta, _tr, _po],
759
+ [0, 0, () => AgentWorkflowHandler$, 0, 0, () => AgentWorkflowTransitionsList, () => AgentWorkflowStepPosition$], 3
760
+ ];
761
+ export var AgentWorkflowStepPosition$ = [3, n2, _AWSP,
762
+ 0,
763
+ [_x, _y],
764
+ [1, 1], 2
765
+ ];
766
+ export var AgentWorkflowTransition$ = [3, n2, _AWT,
767
+ 0,
768
+ [_ta, _cond],
769
+ [0, () => AgentWorkflowCondition$], 2
770
+ ];
771
+ export var AgentWorkflowVariablesHandler$ = [3, n2, _AWVH,
772
+ 0,
773
+ [_ass],
774
+ [() => AgentWorkflowAssignmentsList], 1
775
+ ];
606
776
  export var AssistantChannelSettings$ = [3, n2, _ACS,
607
777
  0,
608
778
  [_defa],
@@ -663,16 +833,6 @@ export var DeleteAgentOutput$ = [3, n2, _DAO,
663
833
  [],
664
834
  []
665
835
  ];
666
- export var DeletePronunciationDictionaryInput$ = [3, n2, _DPDI,
667
- 0,
668
- [_cod, _com],
669
- [[0, 1], [0, { [_hQ]: _com }]], 1
670
- ];
671
- export var DeletePronunciationDictionaryOutput$ = [3, n2, _DPDO,
672
- 0,
673
- [],
674
- []
675
- ];
676
836
  export var GetAgentDeploymentInput$ = [3, n2, _GADI,
677
837
  0,
678
838
  [_aI, _com],
@@ -715,8 +875,8 @@ export var ListAgentApiKeysOutput$ = [3, n2, _LAAKO,
715
875
  ];
716
876
  export var ListAgentsInput$ = [3, n2, _LAI,
717
877
  0,
718
- [_com, _chann, _st, _sea, _l, _cu],
719
- [[0, { [_hQ]: _com }], [0, { [_hQ]: _chann }], [0, { [_hQ]: _st }], [0, { [_hQ]: _sea }], [1, { [_hQ]: _l }], [0, { [_hQ]: _cu }]]
878
+ [_com, _chann, _st, _sea, _li, _cu],
879
+ [[0, { [_hQ]: _com }], [0, { [_hQ]: _chann }], [0, { [_hQ]: _st }], [0, { [_hQ]: _sea }], [1, { [_hQ]: _li }], [0, { [_hQ]: _cu }]]
720
880
  ];
721
881
  export var ListAgentsNamesInput$ = [3, n2, _LANI,
722
882
  0,
@@ -735,29 +895,14 @@ export var ListAgentsOutput$ = [3, n2, _LAO,
735
895
  ];
736
896
  export var ListAgentVersionsInput$ = [3, n2, _LAVI,
737
897
  0,
738
- [_aI, _com, _l, _cu],
739
- [[0, 1], [0, { [_hQ]: _com }], [1, { [_hQ]: _l }], [0, { [_hQ]: _cu }]], 1
898
+ [_aI, _com, _li, _cu],
899
+ [[0, 1], [0, { [_hQ]: _com }], [1, { [_hQ]: _li }], [0, { [_hQ]: _cu }]], 1
740
900
  ];
741
901
  export var ListAgentVersionsOutput$ = [3, n2, _LAVO,
742
902
  0,
743
903
  [_ver, _nC],
744
904
  [() => AgentVersionInfoList, 0], 1
745
905
  ];
746
- export var ListPronunciationDictionariesInput$ = [3, n2, _LPDI,
747
- 0,
748
- [_com],
749
- [[0, { [_hQ]: _com }]]
750
- ];
751
- export var ListPronunciationDictionariesOutput$ = [3, n2, _LPDO,
752
- 0,
753
- [_dic],
754
- [() => PronunciationDictionaryList], 1
755
- ];
756
- export var PronunciationDictionary$ = [3, n2, _PD,
757
- 0,
758
- [_i, _cod, _ru, _uA, _uB],
759
- [0, 0, () => VoicePronunciationList, 0, () => Actor$], 5
760
- ];
761
906
  export var PublishAgentVersionInput$ = [3, n2, _PAVI,
762
907
  0,
763
908
  [_aI, _r, _com, _chan, _n],
@@ -778,16 +923,6 @@ export var PutAgentDeploymentOutput$ = [3, n2, _PADO,
778
923
  [_de],
779
924
  [() => AgentDeploymentRoutesList], 1
780
925
  ];
781
- export var PutPronunciationDictionaryInput$ = [3, n2, _PPDI,
782
- 0,
783
- [_cod, _ru, _com],
784
- [[0, 1], () => VoicePronunciationList, [0, { [_hQ]: _com }]], 2
785
- ];
786
- export var PutPronunciationDictionaryOutput$ = [3, n2, _PPDO,
787
- 0,
788
- [_dict],
789
- [() => PronunciationDictionary$], 1
790
- ];
791
926
  export var ResetAgentDeploymentInput$ = [3, n2, _RADI,
792
927
  0,
793
928
  [_aI, _com],
@@ -825,8 +960,8 @@ export var VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
825
960
  ];
826
961
  export var VoiceChannelSettings$ = [3, n2, _VCS,
827
962
  0,
828
- [_gr, _bS, _sp, _int, _sT, _mD, _eC, _cM],
829
- [0, 0, () => VoiceSpeechSettings$, () => VoiceInterruptionSettings$, () => VoiceSilenceTimeoutSettings$, () => VoiceMaxDurationSettings$, () => VoiceEndCallSettings$, () => VoiceCallerMetadataSettings$]
963
+ [_gr, _int, _sT, _mD, _eC, _cM],
964
+ [0, () => VoiceInterruptionSettings$, () => VoiceSilenceTimeoutSettings$, () => VoiceMaxDurationSettings$, () => VoiceEndCallSettings$, () => VoiceCallerMetadataSettings$]
830
965
  ];
831
966
  export var VoiceEndCallSettings$ = [3, n2, _VECS,
832
967
  0,
@@ -838,46 +973,21 @@ export var VoiceInterruptionSettings$ = [3, n2, _VIS,
838
973
  [_ena, _mW],
839
974
  [2, 1], 1
840
975
  ];
841
- export var VoiceLanguage$ = [3, n2, _VL,
842
- 0,
843
- [_cod, _vo, _prov, _gr, _iD, _in, _sy, _cr, _pron, _pS],
844
- [0, 0, 0, 0, 2, 0, () => VoiceSynthesisOptions$, () => SecretRef$, () => VoicePronunciationList, 64 | 0], 2
845
- ];
846
976
  export var VoiceMaxDurationSettings$ = [3, n2, _VMDS,
847
977
  0,
848
978
  [_seco, _ac],
849
979
  [1, () => VoiceTerminateAction$], 2
850
980
  ];
851
- export var VoicePronunciation$ = [3, n2, _VP,
852
- 0,
853
- [_phr, _as_, _enc],
854
- [0, 0, 0], 2
855
- ];
856
981
  export var VoiceSilenceTimeoutSettings$ = [3, n2, _VSTS,
857
982
  0,
858
983
  [_seco, _ac],
859
984
  [1, () => VoiceTerminateAction$], 2
860
985
  ];
861
- export var VoiceSpeechSettings$ = [3, n2, _VSS,
862
- 0,
863
- [_prov, _la, _aDu, _gEL, _tr, _sy, _cr],
864
- [0, () => VoiceLanguageList, 2, 2, () => VoiceTranscriptionSettings$, () => VoiceSynthesisOptions$, () => SecretRef$], 2
865
- ];
866
- export var VoiceSynthesisOptions$ = [3, n2, _VSO,
867
- 0,
868
- [_mo, _spe, _sta, _sim, _sty, _sB, _pit, _vG],
869
- [0, 1, 1, 1, 1, 2, 1, 1]
870
- ];
871
986
  export var VoiceTerminateHangupAction$ = [3, n2, _VTHA,
872
987
  0,
873
988
  [_m],
874
989
  [0]
875
990
  ];
876
- export var VoiceTranscriptionSettings$ = [3, n2, _VTS,
877
- 0,
878
- [_ven],
879
- [0], 1
880
- ];
881
991
  export var VoiceTransferTarget$ = [3, n2, _VTT,
882
992
  0,
883
993
  [_n, _co, _ex, _d],
@@ -885,7 +995,7 @@ export var VoiceTransferTarget$ = [3, n2, _VTT,
885
995
  ];
886
996
  export var WebSearchUserLocation$ = [3, n2, _WSUL,
887
997
  0,
888
- [_cou, _re, _ci, _time],
998
+ [_cou, _reg, _ci, _time],
889
999
  [0, 0, 0, 0]
890
1000
  ];
891
1001
  export var WorkflowChannelSettings$ = [3, n2, _WCS,
@@ -944,24 +1054,30 @@ var AgentVersionChangesList = [1, n2, _AVCL,
944
1054
  var AgentVersionInfoList = [1, n2, _AVIL,
945
1055
  0, () => AgentVersionInfo$
946
1056
  ];
947
- var ChannelTypeList = 64 | 0;
948
- var DomainNameList = 64 | 0;
949
- var PronunciationDictionaryList = [1, n2, _PDL,
950
- 0, () => PronunciationDictionary$
1057
+ var AgentWorkflowAssignmentsList = [1, n2, _AWAL,
1058
+ 0, () => AgentWorkflowAssignment$
1059
+ ];
1060
+ var AgentWorkflowFailureKindsList = 64 | 0;
1061
+ var AgentWorkflowMessageButtonsList = [1, n2, _AWMBL,
1062
+ 0, () => AgentWorkflowMessageButton$
1063
+ ];
1064
+ var AgentWorkflowNestedList = [1, n2, _AWNL,
1065
+ 0, () => AgentWorkflowNested$
951
1066
  ];
952
- var VoiceLanguageList = [1, n2, _VLL,
953
- 0, () => VoiceLanguage$
1067
+ var AgentWorkflowStepsList = [1, n2, _AWSL,
1068
+ 0, () => AgentWorkflowStep$
954
1069
  ];
955
- var VoicePronunciationList = [1, n2, _VPL,
956
- 0, () => VoicePronunciation$
1070
+ var AgentWorkflowTransitionsList = [1, n2, _AWTL,
1071
+ 0, () => AgentWorkflowTransition$
957
1072
  ];
958
- var VoicePronunciationSuppressionList = 64 | 0;
1073
+ var ChannelTypeList = 64 | 0;
1074
+ var DomainNameList = 64 | 0;
959
1075
  var AgentSkillsList = [1, n4, _ASL,
960
1076
  0, () => AgentSkillReference$
961
1077
  ];
962
1078
  export var AgentCapability$ = [4, n2, _ACg,
963
1079
  0,
964
- [_too, _con, _kb, _sa, _wS, _wF, _ag, _ha, _del, _tra, _su, _han, _wa],
1080
+ [_too, _conn, _kb, _sa, _wS, _wF, _ag, _ha, _del, _tra, _su, _han, _wa],
965
1081
  [() => AgentTool$, () => AgentConnectorCapability$, () => AgentKnowledgeBase$, () => AgentSandboxCapability$, () => AgentWebSearchCapability$, () => AgentWebFetchCapability$, () => AgentCallCapability$, () => AgentHandoverCapability$, () => AgentDelegationCapability$, () => AgentTransferCapability$, () => AgentSuggestionsCapability$, () => AgentHangupCapability$, () => AgentWaitCapability$]
966
1082
  ];
967
1083
  export var AgentEngine$ = [4, n2, _AE,
@@ -981,7 +1097,7 @@ export var AgentSandboxCapability$ = [4, n2, _ASCg,
981
1097
  ];
982
1098
  export var AgentToolAnnotation$ = [4, n2, _ATAg,
983
1099
  0,
984
- [_ta, _comm, _va, _res],
1100
+ [_tag, _comm, _va, _re],
985
1101
  [() => AgentToolTagAnnotation$, () => AgentToolCommentAnnotation$, () => AgentToolVariablesAnnotation$, () => AgentToolResultAnnotation$]
986
1102
  ];
987
1103
  export var AgentToolFieldHandler$ = [4, n2, _ATFH,
@@ -994,6 +1110,31 @@ export var AgentToolVariableHandler$ = [4, n2, _ATVH,
994
1110
  [_au, _gu, _pre],
995
1111
  [() => AgentToolVariableAutoHandler$, () => AgentToolVariableGuidedHandler$, () => AgentToolVariablePredefinedHandler$]
996
1112
  ];
1113
+ export var AgentWorkflowAction$ = [4, n2, _AWAg,
1114
+ 0,
1115
+ [_too, _conn, _ag, _ha, _del, _tra, _han, _wa],
1116
+ [() => AgentTool$, () => AgentConnectorCapability$, () => AgentCallCapability$, () => AgentHandoverCapability$, () => AgentDelegationCapability$, () => AgentTransferCapability$, () => AgentHangupCapability$, () => AgentWaitCapability$]
1117
+ ];
1118
+ export var AgentWorkflowCondition$ = [4, n2, _AWCg,
1119
+ 0,
1120
+ [_al, _pro, _exp, _re, _fa, _fal],
1121
+ [() => AgentWorkflowAlwaysCondition$, () => AgentWorkflowPromptCondition$, () => AgentWorkflowExpressionCondition$, () => AgentWorkflowResultCondition$, () => AgentWorkflowFailureCondition$, () => AgentWorkflowFallbackCondition$]
1122
+ ];
1123
+ export var AgentWorkflowHandler$ = [4, n2, _AWH,
1124
+ 0,
1125
+ [_conv, _m, _ac, _va, _w, _re, _end],
1126
+ [() => AgentWorkflowConversationHandler$, () => AgentWorkflowMessageHandler$, () => AgentWorkflowActionHandler$, () => AgentWorkflowVariablesHandler$, () => AgentWorkflowInvokeHandler$, () => AgentWorkflowResultHandler$, () => AgentWorkflowEndHandler$]
1127
+ ];
1128
+ export var AgentWorkflowMessageButtonHandler$ = [4, n2, _AWMBH,
1129
+ 0,
1130
+ [_rep, _lin],
1131
+ [() => AgentWorkflowMessageButtonReplyHandler$, () => AgentWorkflowMessageButtonLinkHandler$]
1132
+ ];
1133
+ export var AgentWorkflowMessageContent$ = [4, n2, _AWMC,
1134
+ 0,
1135
+ [_te, _ge],
1136
+ [0, () => AgentWorkflowMessageGeneration$]
1137
+ ];
997
1138
  export var VoiceTerminateAction$ = [4, n2, _VTA,
998
1139
  0,
999
1140
  [_han, _tra],
@@ -1014,9 +1155,6 @@ export var DeleteAgent$ = [9, n2, _DA,
1014
1155
  export var DeleteAgentApiKey$ = [9, n2, _DAAK,
1015
1156
  { [_ht]: ["DELETE", "/v2/agents/agents/{agentId}/keys/{keyId}", 200] }, () => DeleteAgentApiKeyInput$, () => DeleteAgentApiKeyOutput$
1016
1157
  ];
1017
- export var DeletePronunciationDictionary$ = [9, n2, _DPD,
1018
- { [_ht]: ["DELETE", "/v2/agents/pronunciations/{code}", 200] }, () => DeletePronunciationDictionaryInput$, () => DeletePronunciationDictionaryOutput$
1019
- ];
1020
1158
  export var GetAgent$ = [9, n2, _GA,
1021
1159
  { [_ht]: ["GET", "/v2/agents/agents/{agentId}", 200] }, () => GetAgentInput$, () => GetAgentOutput$
1022
1160
  ];
@@ -1038,18 +1176,12 @@ export var ListAgentsNames$ = [9, n2, _LAN,
1038
1176
  export var ListAgentVersions$ = [9, n2, _LAV,
1039
1177
  { [_ht]: ["GET", "/v2/agents/agents/{agentId}/versions", 200] }, () => ListAgentVersionsInput$, () => ListAgentVersionsOutput$
1040
1178
  ];
1041
- export var ListPronunciationDictionaries$ = [9, n2, _LPD,
1042
- { [_ht]: ["GET", "/v2/agents/pronunciations", 200] }, () => ListPronunciationDictionariesInput$, () => ListPronunciationDictionariesOutput$
1043
- ];
1044
1179
  export var PublishAgentVersion$ = [9, n2, _PAV,
1045
1180
  { [_ht]: ["POST", "/v2/agents/agents/{agentId}/versions", 200] }, () => PublishAgentVersionInput$, () => PublishAgentVersionOutput$
1046
1181
  ];
1047
1182
  export var PutAgentDeployment$ = [9, n2, _PAD,
1048
1183
  { [_ht]: ["PUT", "/v2/agents/agents/{agentId}/deployment", 200] }, () => PutAgentDeploymentInput$, () => PutAgentDeploymentOutput$
1049
1184
  ];
1050
- export var PutPronunciationDictionary$ = [9, n2, _PPD,
1051
- { [_ht]: ["PUT", "/v2/agents/pronunciations/{code}", 200] }, () => PutPronunciationDictionaryInput$, () => PutPronunciationDictionaryOutput$
1052
- ];
1053
1185
  export var ResetAgentDeployment$ = [9, n2, _RAD,
1054
1186
  { [_ht]: ["POST", "/v2/agents/agents/{agentId}/deployment/reset", 200] }, () => ResetAgentDeploymentInput$, () => ResetAgentDeploymentOutput$
1055
1187
  ];