@wildix/wilma-agents-client 1.0.27 → 1.0.29

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 (33) hide show
  1. package/dist-cjs/WilmaAgents.js +6 -0
  2. package/dist-cjs/commands/DeletePronunciationDictionaryCommand.js +20 -0
  3. package/dist-cjs/commands/ListPronunciationDictionariesCommand.js +20 -0
  4. package/dist-cjs/commands/PutPronunciationDictionaryCommand.js +20 -0
  5. package/dist-cjs/commands/index.js +3 -0
  6. package/dist-cjs/models/enums.js +46 -7
  7. package/dist-cjs/schemas/schemas_0.js +333 -99
  8. package/dist-es/WilmaAgents.js +6 -0
  9. package/dist-es/commands/DeletePronunciationDictionaryCommand.js +16 -0
  10. package/dist-es/commands/ListPronunciationDictionariesCommand.js +16 -0
  11. package/dist-es/commands/PutPronunciationDictionaryCommand.js +16 -0
  12. package/dist-es/commands/index.js +3 -0
  13. package/dist-es/models/enums.js +45 -6
  14. package/dist-es/schemas/schemas_0.js +329 -95
  15. package/dist-types/WilmaAgents.d.ts +25 -3
  16. package/dist-types/WilmaAgentsClient.d.ts +8 -5
  17. package/dist-types/commands/CreateAgentCommand.d.ts +286 -16
  18. package/dist-types/commands/DeletePronunciationDictionaryCommand.d.ts +82 -0
  19. package/dist-types/commands/GetAgentCommand.d.ts +143 -8
  20. package/dist-types/commands/GetAgentVersionCommand.d.ts +143 -8
  21. package/dist-types/commands/ListAgentsCommand.d.ts +144 -9
  22. package/dist-types/commands/ListAgentsNamesCommand.d.ts +18 -2
  23. package/dist-types/commands/ListPronunciationDictionariesCommand.d.ts +103 -0
  24. package/dist-types/commands/PublishAgentVersionCommand.d.ts +143 -8
  25. package/dist-types/commands/PutPronunciationDictionaryCommand.d.ts +117 -0
  26. package/dist-types/commands/RestoreAgentVersionToDraftCommand.d.ts +143 -8
  27. package/dist-types/commands/UpdateAgentCommand.d.ts +286 -16
  28. package/dist-types/commands/index.d.ts +3 -0
  29. package/dist-types/index.d.ts +3 -3
  30. package/dist-types/models/enums.d.ts +159 -26
  31. package/dist-types/models/models_0.d.ts +913 -49
  32. package/dist-types/schemas/schemas_0.d.ts +29 -1
  33. package/package.json +2 -2
@@ -14,8 +14,20 @@ const _ADR = "AgentDeploymentRoute";
14
14
  const _ADRL = "AgentDeploymentRoutesList";
15
15
  const _ADS = "AgentDefinitionSnapshot";
16
16
  const _AE = "AgentEngine";
17
+ const _AG = "AgentGuardrails";
18
+ const _AGA = "AgentGuardrailAction";
19
+ const _AGBA = "AgentGuardrailBlockAction";
20
+ const _AGC = "AgentGuardrailCheck";
21
+ const _AGCC = "AgentGuardrailCustomCheck";
22
+ const _AGCK = "AgentGuardrailCheckKind";
23
+ const _AGCL = "AgentGuardrailChecksList";
24
+ const _AGEA = "AgentGuardrailEndAction";
25
+ const _AGI = "AgentGuardrailInput";
26
+ const _AGOA = "AgentGuardrailObserveAction";
17
27
  const _AGP = "AgentGrantPrincipal";
28
+ const _AGPC = "AgentGuardrailPresetCheck";
18
29
  const _AGPL = "AgentGrantPrincipalList";
30
+ const _AGRA = "AgentGuardrailRedactAction";
19
31
  const _AHC = "AgentHandoverCapability";
20
32
  const _AHCg = "AgentHangupCapability";
21
33
  const _AHP = "AgentHandoverPipeline";
@@ -24,6 +36,8 @@ const _AI = "AgentInfo";
24
36
  const _AIL = "AgentsInfoList";
25
37
  const _AKB = "AgentKnowledgeBase";
26
38
  const _AL = "AgentsList";
39
+ const _AQC = "AssistantQuickCommand";
40
+ const _AQCL = "AssistantQuickCommandsList";
27
41
  const _AS = "AgentSettings";
28
42
  const _ASC = "AgentSuggestionsCapability";
29
43
  const _ASCg = "AgentSandboxCapability";
@@ -53,6 +67,7 @@ const _ATVGH = "AgentToolVariableGuidedHandler";
53
67
  const _ATVH = "AgentToolVariableHandler";
54
68
  const _ATVL = "AgentToolVariablesList";
55
69
  const _ATVPH = "AgentToolVariablePredefinedHandler";
70
+ const _AUS = "AssistantUiSettings";
56
71
  const _AV = "AgentVariable";
57
72
  const _AVC = "AgentVersionChange";
58
73
  const _AVCL = "AgentVersionChangesList";
@@ -101,6 +116,7 @@ const _AWSC = "AgentWebSearchCapability";
101
116
  const _AWSL = "AgentWorkflowStepsList";
102
117
  const _AWSP = "AgentWorkflowStepPosition";
103
118
  const _AWSg = "AgentWorkflowStep";
119
+ const _AWSs = "AssistantWelcomeSettings";
104
120
  const _AWT = "AgentWorkflowTransition";
105
121
  const _AWTL = "AgentWorkflowTransitionsList";
106
122
  const _AWVH = "AgentWorkflowVariablesHandler";
@@ -122,6 +138,9 @@ const _DAAKI = "DeleteAgentApiKeyInput";
122
138
  const _DAAKO = "DeleteAgentApiKeyOutput";
123
139
  const _DAI = "DeleteAgentInput";
124
140
  const _DAO = "DeleteAgentOutput";
141
+ const _DPD = "DeletePronunciationDictionary";
142
+ const _DPDI = "DeletePronunciationDictionaryInput";
143
+ const _DPDO = "DeletePronunciationDictionaryOutput";
125
144
  const _GA = "GetAgent";
126
145
  const _GAD = "GetAgentDeployment";
127
146
  const _GADI = "GetAgentDeploymentInput";
@@ -143,6 +162,9 @@ const _LAO = "ListAgentsOutput";
143
162
  const _LAV = "ListAgentVersions";
144
163
  const _LAVI = "ListAgentVersionsInput";
145
164
  const _LAVO = "ListAgentVersionsOutput";
165
+ const _LPD = "ListPronunciationDictionaries";
166
+ const _LPDI = "ListPronunciationDictionariesInput";
167
+ const _LPDO = "ListPronunciationDictionariesOutput";
146
168
  const _NFE = "NotFoundException";
147
169
  const _NTPE = "NothingToPublishException";
148
170
  const _PAD = "PutAgentDeployment";
@@ -151,6 +173,11 @@ const _PADO = "PutAgentDeploymentOutput";
151
173
  const _PAV = "PublishAgentVersion";
152
174
  const _PAVI = "PublishAgentVersionInput";
153
175
  const _PAVO = "PublishAgentVersionOutput";
176
+ const _PD = "PronunciationDictionary";
177
+ const _PDL = "PronunciationDictionaryList";
178
+ const _PPD = "PutPronunciationDictionary";
179
+ const _PPDI = "PutPronunciationDictionaryInput";
180
+ const _PPDO = "PutPronunciationDictionaryOutput";
154
181
  const _RAD = "ResetAgentDeployment";
155
182
  const _RADI = "ResetAgentDeploymentInput";
156
183
  const _RADO = "ResetAgentDeploymentOutput";
@@ -167,15 +194,22 @@ const _VCS = "VoiceChannelSettings";
167
194
  const _VE = "ValidationException";
168
195
  const _VECS = "VoiceEndCallSettings";
169
196
  const _VIS = "VoiceInterruptionSettings";
197
+ const _VL = "VoiceLanguage";
198
+ const _VLL = "VoiceLanguageList";
170
199
  const _VMDS = "VoiceMaxDurationSettings";
200
+ const _VP = "VoicePronunciation";
201
+ const _VPL = "VoicePronunciationList";
202
+ const _VSO = "VoiceSynthesisOptions";
203
+ const _VSS = "VoiceSpeechSettings";
171
204
  const _VSTS = "VoiceSilenceTimeoutSettings";
172
205
  const _VTA = "VoiceTerminateAction";
173
206
  const _VTHA = "VoiceTerminateHangupAction";
207
+ const _VTS = "VoiceTranscriptionSettings";
174
208
  const _VTT = "VoiceTransferTarget";
175
- const _WCS = "WorkflowChannelSettings";
176
209
  const _WSUL = "WebSearchUserLocation";
177
210
  const _a = "access";
178
211
  const _aD = "allowedDomains";
212
+ const _aDu = "autoDetect";
179
213
  const _aI = "agentId";
180
214
  const _aOF = "applyOnFailure";
181
215
  const _aOS = "applyOnSuccess";
@@ -190,10 +224,13 @@ const _an = "annotations";
190
224
  const _ap = "approval";
191
225
  const _ar = "artifacts";
192
226
  const _as = "assistant";
227
+ const _as_ = "as";
193
228
  const _ass = "assignments";
194
229
  const _au = "auto";
195
230
  const _b = "before";
196
231
  const _bOV = "basedOnVersion";
232
+ const _bS = "backgroundSound";
233
+ const _bl = "block";
197
234
  const _c = "client";
198
235
  const _cA = "createdAt";
199
236
  const _cB = "createdBy";
@@ -212,17 +249,22 @@ const _cha = "chat";
212
249
  const _chan = "changelog";
213
250
  const _chang = "changes";
214
251
  const _chann = "channel";
252
+ const _che = "checks";
215
253
  const _ci = "city";
216
254
  const _co = "context";
217
- const _com = "company";
255
+ const _cod = "code";
256
+ const _com = "commands";
218
257
  const _comm = "comment";
258
+ const _comp = "company";
219
259
  const _con = "conditions";
220
260
  const _cond = "condition";
221
261
  const _conn = "connector";
222
262
  const _cont = "content";
223
263
  const _conv = "conversation";
224
264
  const _cou = "country";
265
+ const _cr = "credential";
225
266
  const _cu = "cursor";
267
+ const _cus = "custom";
226
268
  const _d = "description";
227
269
  const _dBV = "draftBaseVersion";
228
270
  const _de = "deployment";
@@ -230,15 +272,21 @@ const _def = "definition";
230
272
  const _defa = "default";
231
273
  const _del = "delegation";
232
274
  const _di = "discoverable";
275
+ const _dic = "dictionaries";
276
+ const _dict = "dictionary";
233
277
  const _e = "error";
234
278
  const _eA = "expiresAt";
235
279
  const _eC = "endCall";
280
+ const _eM = "errorMode";
281
+ const _eUA = "expectedUpdatedAt";
236
282
  const _en = "engine";
237
283
  const _ena = "enabled";
284
+ const _enc = "encoding";
238
285
  const _end = "end";
239
286
  const _ent = "entry";
240
- const _ex = "extension";
287
+ const _ex = "examples";
241
288
  const _exp = "expression";
289
+ const _ext = "extension";
242
290
  const _f = "fields";
243
291
  const _fD = "fromDraft";
244
292
  const _fTC = "forceToolCall";
@@ -246,11 +294,13 @@ const _fa = "failure";
246
294
  const _fal = "fallback";
247
295
  const _fr = "from";
248
296
  const _g = "grants";
297
+ const _gEL = "greetEveryLanguage";
249
298
  const _gI = "groupId";
250
299
  const _ge = "generate";
251
300
  const _go = "goal";
252
301
  const _gr = "greeting";
253
- const _gu = "guided";
302
+ const _gu = "guardrails";
303
+ const _gui = "guided";
254
304
  const _h = "handler";
255
305
  const _hE = "httpError";
256
306
  const _hQ = "httpQuery";
@@ -258,18 +308,22 @@ const _ha = "handover";
258
308
  const _han = "hangup";
259
309
  const _ht = "http";
260
310
  const _i = "id";
311
+ const _iD = "isDefault";
261
312
  const _in = "instructions";
313
+ const _inp = "input";
262
314
  const _int = "interruptions";
263
- const _k = "key";
315
+ const _k = "kind";
264
316
  const _kBI = "knowledgeBaseId";
265
317
  const _kI = "keyId";
266
318
  const _kb = "kb";
267
- const _ke = "keys";
319
+ const _ke = "key";
320
+ const _key = "keys";
268
321
  const _ki = "kinds";
269
322
  const _l = "layout";
270
323
  const _lUA = "lastUsedAt";
271
324
  const _lV = "latestVersion";
272
325
  const _la = "label";
326
+ const _lan = "languages";
273
327
  const _li = "limit";
274
328
  const _lin = "link";
275
329
  const _m = "message";
@@ -277,29 +331,43 @@ const _mD = "maxDuration";
277
331
  const _mT = "maxTransitions";
278
332
  const _mW = "minWords";
279
333
  const _mo = "model";
334
+ const _mod = "mode";
280
335
  const _n = "name";
281
336
  const _nC = "nextCursor";
282
337
  const _ne = "network";
283
338
  const _nes = "nested";
339
+ const _no = "notes";
284
340
  const _o = "optional";
341
+ const _ob = "observe";
285
342
  const _ou = "output";
286
343
  const _p = "picture";
287
344
  const _pA = "publishedAt";
288
345
  const _pB = "publishedBy";
289
346
  const _pGI = "pbxGroupId";
347
+ const _pS = "pronunciationSuppressions";
290
348
  const _pa = "path";
291
349
  const _pe = "percentage";
292
350
  const _ph = "phrases";
351
+ const _phr = "phrase";
293
352
  const _pi = "pipeline";
353
+ const _pit = "pitch";
354
+ const _pl = "placeholder";
294
355
  const _po = "position";
295
356
  const _pr = "prefix";
296
- const _pre = "predefined";
357
+ const _pre = "preset";
358
+ const _pred = "predefined";
297
359
  const _pro = "prompt";
360
+ const _pron = "pronunciations";
361
+ const _prov = "provider";
298
362
  const _r = "revision";
299
363
  const _re = "result";
364
+ const _red = "redact";
300
365
  const _reg = "region";
301
366
  const _rep = "reply";
367
+ const _ru = "rules";
302
368
  const _s = "smithy.ts.sdk.synthetic.wildix.wilma.agents";
369
+ const _sB = "speakerBoost";
370
+ const _sC = "speechConfigured";
303
371
  const _sI = "snapshotId";
304
372
  const _sM = "startMessage";
305
373
  const _sT = "silenceTimeout";
@@ -309,17 +377,24 @@ const _se = "settings";
309
377
  const _sea = "search";
310
378
  const _sec = "secret";
311
379
  const _seco = "seconds";
380
+ const _sen = "sensitivity";
312
381
  const _ser = "service";
313
382
  const _si = "silent";
383
+ const _sim = "similarity";
314
384
  const _siz = "size";
315
385
  const _sk = "skills";
316
386
  const _sn = "snapshot";
387
+ const _sp = "speech";
388
+ const _spe = "speed";
317
389
  const _sq = "sqs";
318
390
  const _st = "status";
319
391
  const _sta = "stage";
392
+ const _stab = "stability";
320
393
  const _ste = "steps";
394
+ const _sty = "style";
321
395
  const _su = "suggestions";
322
- const _sum = "summary";
396
+ const _sub = "subtitle";
397
+ const _sy = "synthesis";
323
398
  const _t = "type";
324
399
  const _tD = "toDraft";
325
400
  const _tV = "toolVersion";
@@ -330,21 +405,26 @@ const _te = "text";
330
405
  const _ti = "timeout";
331
406
  const _tim = "time";
332
407
  const _time = "timezone";
408
+ const _tit = "title";
333
409
  const _to = "to";
334
410
  const _too = "tool";
335
411
  const _tr = "transitions";
336
- const _tra = "transfer";
412
+ const _tra = "transcription";
413
+ const _tran = "transfer";
337
414
  const _u = "url";
338
415
  const _uA = "updatedAt";
339
416
  const _uB = "updatedBy";
340
417
  const _uI = "userId";
341
418
  const _uL = "userLocation";
419
+ const _ui = "ui";
342
420
  const _v = "visibility";
421
+ const _vG = "volumeGain";
343
422
  const _va = "variables";
344
423
  const _val = "value";
345
424
  const _var = "variant";
346
425
  const _vc = "vcpus";
347
426
  const _ve = "version";
427
+ const _ven = "vendor";
348
428
  const _ver = "versions";
349
429
  const _verc = "vercel";
350
430
  const _vo = "voice";
@@ -352,7 +432,9 @@ const _w = "workflow";
352
432
  const _wF = "webFetch";
353
433
  const _wS = "webSearch";
354
434
  const _wa = "wait";
355
- const _we = "webhook";
435
+ const _we = "welcome";
436
+ const _web = "webhook";
437
+ const _wi = "window";
356
438
  const _x = "x";
357
439
  const _y = "y";
358
440
  const n0 = "smithy.framework";
@@ -415,8 +497,8 @@ export var AgentAccess$ = [3, n2, _AA,
415
497
  ];
416
498
  export var AgentAiEngine$ = [3, n2, _AAE,
417
499
  0,
418
- [_in, _w, _mo, _tZ, _ar, _sk, _cap, _va],
419
- [0, () => AgentWorkflow$, 0, 0, 2, () => AgentSkillsList, () => AgentCapabilitiesList, () => AgentVariablesList], 1
500
+ [_in, _w, _gu, _mo, _tZ, _ar, _sk, _cap, _va],
501
+ [0, () => AgentWorkflow$, () => AgentGuardrails$, 0, 0, 2, () => AgentSkillsList, () => AgentCapabilitiesList, () => AgentVariablesList], 1
420
502
  ];
421
503
  export var AgentApiKey$ = [3, n2, _AAK,
422
504
  0,
@@ -425,18 +507,18 @@ export var AgentApiKey$ = [3, n2, _AAK,
425
507
  ];
426
508
  export var AgentCallCapability$ = [3, n2, _ACC,
427
509
  0,
428
- [_aI, _aV, _a, _va],
429
- [0, 1, () => AgentAccess$, () => AgentToolVariablesList], 1
510
+ [_aI, _aV, _a, _va, _ch],
511
+ [0, 1, () => AgentAccess$, () => AgentToolVariablesList, 64 | 0], 1
430
512
  ];
431
513
  export var AgentChannels$ = [3, n2, _AC,
432
514
  0,
433
- [_vo, _cha, _as, _w],
434
- [() => VoiceChannelSettings$, () => ChatChannelSettings$, () => AssistantChannelSettings$, () => WorkflowChannelSettings$]
515
+ [_vo, _cha, _as],
516
+ [() => VoiceChannelSettings$, () => ChatChannelSettings$, () => AssistantChannelSettings$]
435
517
  ];
436
518
  export var AgentConnectorCapability$ = [3, n2, _ACCg,
437
519
  0,
438
- [_i, _sM, _pi, _ap, _an],
439
- [0, 0, () => AgentToolPipeline$, () => AgentToolApproval$, () => AgentToolAnnotationsList], 1
520
+ [_i, _sM, _pi, _ap, _ch, _an],
521
+ [0, 0, () => AgentToolPipeline$, () => AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
440
522
  ];
441
523
  export var AgentDefinitionSnapshot$ = [3, n2, _ADS,
442
524
  0,
@@ -445,18 +527,63 @@ export var AgentDefinitionSnapshot$ = [3, n2, _ADS,
445
527
  ];
446
528
  export var AgentDelegationCapability$ = [3, n2, _ADC,
447
529
  0,
448
- [_i, _n, _d, _aV, _an],
449
- [0, 0, 0, 1, () => AgentToolAnnotationsList], 1
530
+ [_i, _n, _d, _aV, _ch, _an],
531
+ [0, 0, 0, 1, 64 | 0, () => AgentToolAnnotationsList], 1
450
532
  ];
451
533
  export var AgentDeploymentRoute$ = [3, n2, _ADR,
452
534
  0,
453
535
  [_ve, _pe],
454
536
  [1, 1], 2
455
537
  ];
538
+ export var AgentGuardrailBlockAction$ = [3, n2, _AGBA,
539
+ 0,
540
+ [_m],
541
+ [0]
542
+ ];
543
+ export var AgentGuardrailCheck$ = [3, n2, _AGC,
544
+ 0,
545
+ [_n, _k, _d, _sen, _ac],
546
+ [0, () => AgentGuardrailCheckKind$, 0, 0, () => AgentGuardrailAction$], 2
547
+ ];
548
+ export var AgentGuardrailCustomCheck$ = [3, n2, _AGCC,
549
+ 0,
550
+ [_in, _ex],
551
+ [0, 64 | 0], 1
552
+ ];
553
+ export var AgentGuardrailEndAction$ = [3, n2, _AGEA,
554
+ 0,
555
+ [_m],
556
+ [0]
557
+ ];
558
+ export var AgentGuardrailInput$ = [3, n2, _AGI,
559
+ 0,
560
+ [_che, _mo, _mod, _eM, _wi],
561
+ [() => AgentGuardrailChecksList, 0, 0, 0, 0]
562
+ ];
563
+ export var AgentGuardrailObserveAction$ = [3, n2, _AGOA,
564
+ 0,
565
+ [],
566
+ []
567
+ ];
568
+ export var AgentGuardrailPresetCheck$ = [3, n2, _AGPC,
569
+ 0,
570
+ [_pre, _no],
571
+ [0, 0], 1
572
+ ];
573
+ export var AgentGuardrailRedactAction$ = [3, n2, _AGRA,
574
+ 0,
575
+ [],
576
+ []
577
+ ];
578
+ export var AgentGuardrails$ = [3, n2, _AG,
579
+ 0,
580
+ [_inp],
581
+ [() => AgentGuardrailInput$]
582
+ ];
456
583
  export var AgentHandoverCapability$ = [3, n2, _AHC,
457
584
  0,
458
- [_n, _d, _var, _ag, _aV, _ser, _si, _pi, _an],
459
- [0, 0, 0, 0, 1, 0, 2, () => AgentHandoverPipeline$, () => AgentToolAnnotationsList]
585
+ [_n, _d, _var, _ag, _aV, _ser, _si, _pi, _ch, _an],
586
+ [0, 0, 0, 0, 1, 0, 2, () => AgentHandoverPipeline$, 64 | 0, () => AgentToolAnnotationsList]
460
587
  ];
461
588
  export var AgentHandoverPipeline$ = [3, n2, _AHP,
462
589
  0,
@@ -465,8 +592,8 @@ export var AgentHandoverPipeline$ = [3, n2, _AHP,
465
592
  ];
466
593
  export var AgentHangupCapability$ = [3, n2, _AHCg,
467
594
  0,
468
- [_n, _d, _pi, _an],
469
- [0, 0, () => AgentHangupPipeline$, () => AgentToolAnnotationsList]
595
+ [_n, _d, _pi, _ch, _an],
596
+ [0, 0, () => AgentHangupPipeline$, 64 | 0, () => AgentToolAnnotationsList]
470
597
  ];
471
598
  export var AgentHangupPipeline$ = [3, n2, _AHPg,
472
599
  0,
@@ -475,13 +602,13 @@ export var AgentHangupPipeline$ = [3, n2, _AHPg,
475
602
  ];
476
603
  export var AgentInfo$ = [3, n2, _AI,
477
604
  0,
478
- [_i, _n, _st, _ch, _ca, _lV],
479
- [0, 0, 0, 64 | 0, 0, 1], 4
605
+ [_i, _n, _st, _ch, _p, _ca, _sC, _as, _lV],
606
+ [0, 0, 0, 64 | 0, 0, 0, 2, () => AssistantUiSettings$, 1], 4
480
607
  ];
481
608
  export var AgentKnowledgeBase$ = [3, n2, _AKB,
482
609
  0,
483
- [_kBI, _in, _an],
484
- [0, 0, () => AgentToolAnnotationsList]
610
+ [_kBI, _in, _ch, _an],
611
+ [0, 0, 64 | 0, () => AgentToolAnnotationsList]
485
612
  ];
486
613
  export var AgentSettings$ = [3, n2, _AS,
487
614
  0,
@@ -495,18 +622,18 @@ export var AgentSnapshotSandboxOptions$ = [3, n2, _ASSO,
495
622
  ];
496
623
  export var AgentSqsEngine$ = [3, n2, _ASE,
497
624
  0,
498
- [_u, _k, _sec],
625
+ [_u, _ke, _sec],
499
626
  [0, 0, () => SecretRef$], 3
500
627
  ];
501
628
  export var AgentSuggestionsCapability$ = [3, n2, _ASC,
502
629
  0,
503
- [_n, _an],
504
- [0, () => AgentToolAnnotationsList]
630
+ [_n, _ch, _an],
631
+ [0, 64 | 0, () => AgentToolAnnotationsList]
505
632
  ];
506
633
  export var AgentTool$ = [3, n2, _AT,
507
634
  0,
508
- [_i, _tV, _d, _f, _sM, _pi, _ap, _an],
509
- [0, 1, 0, () => AgentToolFieldsList, 0, () => AgentToolPipeline$, () => AgentToolApproval$, () => AgentToolAnnotationsList], 1
635
+ [_i, _tV, _d, _f, _sM, _pi, _ap, _ch, _an],
636
+ [0, 1, 0, () => AgentToolFieldsList, 0, () => AgentToolPipeline$, () => AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
510
637
  ];
511
638
  export var AgentToolApproval$ = [3, n2, _ATA,
512
639
  0,
@@ -575,8 +702,8 @@ export var AgentToolVariablesAnnotation$ = [3, n2, _ATVA,
575
702
  ];
576
703
  export var AgentTransferCapability$ = [3, n2, _ATC,
577
704
  0,
578
- [_n, _d, _var, _co, _ex, _pi, _an],
579
- [0, 0, 0, 0, 0, () => AgentTransferPipeline$, () => AgentToolAnnotationsList]
705
+ [_n, _d, _var, _co, _ext, _pi, _ch, _an],
706
+ [0, 0, 0, 0, 0, () => AgentTransferPipeline$, 64 | 0, () => AgentToolAnnotationsList]
580
707
  ];
581
708
  export var AgentTransferPipeline$ = [3, n2, _ATPg,
582
709
  0,
@@ -610,13 +737,13 @@ export var AgentVersionInfo$ = [3, n2, _AVI,
610
737
  ];
611
738
  export var AgentWaitCapability$ = [3, n2, _AWC,
612
739
  0,
613
- [_n, _d, _m, _an],
614
- [0, 0, 0, () => AgentToolAnnotationsList]
740
+ [_n, _d, _m, _ch, _an],
741
+ [0, 0, 0, 64 | 0, () => AgentToolAnnotationsList]
615
742
  ];
616
743
  export var AgentWebFetchCapability$ = [3, n2, _AWFC,
617
744
  0,
618
- [_aD],
619
- [64 | 0]
745
+ [_aD, _ch],
746
+ [64 | 0, 64 | 0]
620
747
  ];
621
748
  export var AgentWebhookEngine$ = [3, n2, _AWE,
622
749
  0,
@@ -625,8 +752,8 @@ export var AgentWebhookEngine$ = [3, n2, _AWE,
625
752
  ];
626
753
  export var AgentWebSearchCapability$ = [3, n2, _AWSC,
627
754
  0,
628
- [_cS, _aD, _uL],
629
- [0, 64 | 0, () => WebSearchUserLocation$]
755
+ [_cS, _aD, _uL, _ch],
756
+ [0, 64 | 0, () => WebSearchUserLocation$, 64 | 0]
630
757
  ];
631
758
  export var AgentWorkflow$ = [3, n2, _AW,
632
759
  0,
@@ -755,8 +882,8 @@ export var AgentWorkflowSettings$ = [3, n2, _AWS,
755
882
  ];
756
883
  export var AgentWorkflowStep$ = [3, n2, _AWSg,
757
884
  0,
758
- [_i, _la, _h, _sum, _sta, _tr, _po],
759
- [0, 0, () => AgentWorkflowHandler$, 0, 0, () => AgentWorkflowTransitionsList, () => AgentWorkflowStepPosition$], 3
885
+ [_i, _la, _h, _sta, _tr, _po],
886
+ [0, 0, () => AgentWorkflowHandler$, 0, () => AgentWorkflowTransitionsList, () => AgentWorkflowStepPosition$], 3
760
887
  ];
761
888
  export var AgentWorkflowStepPosition$ = [3, n2, _AWSP,
762
889
  0,
@@ -775,8 +902,23 @@ export var AgentWorkflowVariablesHandler$ = [3, n2, _AWVH,
775
902
  ];
776
903
  export var AssistantChannelSettings$ = [3, n2, _ACS,
777
904
  0,
778
- [_defa],
779
- [2]
905
+ [_defa, _ui],
906
+ [2, () => AssistantUiSettings$]
907
+ ];
908
+ export var AssistantQuickCommand$ = [3, n2, _AQC,
909
+ 0,
910
+ [_tit, _pro, _d],
911
+ [0, 0, 0], 2
912
+ ];
913
+ export var AssistantUiSettings$ = [3, n2, _AUS,
914
+ 0,
915
+ [_we, _com, _pl],
916
+ [() => AssistantWelcomeSettings$, () => AssistantQuickCommandsList, 0]
917
+ ];
918
+ export var AssistantWelcomeSettings$ = [3, n2, _AWSs,
919
+ 0,
920
+ [_tit, _sub],
921
+ [0, 0]
780
922
  ];
781
923
  export var ChatChannelSettings$ = [3, n2, _CCS,
782
924
  0,
@@ -785,8 +927,8 @@ export var ChatChannelSettings$ = [3, n2, _CCS,
785
927
  ];
786
928
  export var CompareAgentVersionsInput$ = [3, n2, _CAVI,
787
929
  0,
788
- [_aI, _com, _fr, _fD, _to, _tD],
789
- [[0, 1], [0, { [_hQ]: _com }], [1, { [_hQ]: _fr }], [2, { [_hQ]: _fD }], [1, { [_hQ]: _to }], [2, { [_hQ]: _tD }]], 1
930
+ [_aI, _comp, _fr, _fD, _to, _tD],
931
+ [[0, 1], [0, { [_hQ]: _comp }], [1, { [_hQ]: _fr }], [2, { [_hQ]: _fD }], [1, { [_hQ]: _to }], [2, { [_hQ]: _tD }]], 1
790
932
  ];
791
933
  export var CompareAgentVersionsOutput$ = [3, n2, _CAVO,
792
934
  0,
@@ -795,18 +937,18 @@ export var CompareAgentVersionsOutput$ = [3, n2, _CAVO,
795
937
  ];
796
938
  export var CreateAgentApiKeyInput$ = [3, n2, _CAAKI,
797
939
  0,
798
- [_aI, _com, _n, _eA],
799
- [[0, 1], [0, { [_hQ]: _com }], 0, 0], 1
940
+ [_aI, _comp, _n, _eA],
941
+ [[0, 1], [0, { [_hQ]: _comp }], 0, 0], 1
800
942
  ];
801
943
  export var CreateAgentApiKeyOutput$ = [3, n2, _CAAKO,
802
944
  0,
803
- [_k, _sec],
945
+ [_ke, _sec],
804
946
  [() => AgentApiKey$, 0], 2
805
947
  ];
806
948
  export var CreateAgentInput$ = [3, n2, _CAI,
807
949
  0,
808
- [_n, _ch, _en, _d, _ca, _p, _se, _a, _com],
809
- [0, () => AgentChannels$, () => AgentEngine$, 0, 0, 0, () => AgentSettings$, () => AgentAccess$, [0, { [_hQ]: _com }]], 3
950
+ [_n, _ch, _en, _d, _ca, _p, _se, _a, _comp],
951
+ [0, () => AgentChannels$, () => AgentEngine$, 0, 0, 0, () => AgentSettings$, () => AgentAccess$, [0, { [_hQ]: _comp }]], 3
810
952
  ];
811
953
  export var CreateAgentOutput$ = [3, n2, _CAO,
812
954
  0,
@@ -815,8 +957,8 @@ export var CreateAgentOutput$ = [3, n2, _CAO,
815
957
  ];
816
958
  export var DeleteAgentApiKeyInput$ = [3, n2, _DAAKI,
817
959
  0,
818
- [_aI, _kI, _com],
819
- [[0, 1], [0, 1], [0, { [_hQ]: _com }]], 2
960
+ [_aI, _kI, _comp],
961
+ [[0, 1], [0, 1], [0, { [_hQ]: _comp }]], 2
820
962
  ];
821
963
  export var DeleteAgentApiKeyOutput$ = [3, n2, _DAAKO,
822
964
  0,
@@ -825,18 +967,28 @@ export var DeleteAgentApiKeyOutput$ = [3, n2, _DAAKO,
825
967
  ];
826
968
  export var DeleteAgentInput$ = [3, n2, _DAI,
827
969
  0,
828
- [_aI, _com],
829
- [[0, 1], [0, { [_hQ]: _com }]], 1
970
+ [_aI, _comp],
971
+ [[0, 1], [0, { [_hQ]: _comp }]], 1
830
972
  ];
831
973
  export var DeleteAgentOutput$ = [3, n2, _DAO,
832
974
  0,
833
975
  [],
834
976
  []
835
977
  ];
978
+ export var DeletePronunciationDictionaryInput$ = [3, n2, _DPDI,
979
+ 0,
980
+ [_cod, _comp],
981
+ [[0, 1], [0, { [_hQ]: _comp }]], 1
982
+ ];
983
+ export var DeletePronunciationDictionaryOutput$ = [3, n2, _DPDO,
984
+ 0,
985
+ [],
986
+ []
987
+ ];
836
988
  export var GetAgentDeploymentInput$ = [3, n2, _GADI,
837
989
  0,
838
- [_aI, _com],
839
- [[0, 1], [0, { [_hQ]: _com }]], 1
990
+ [_aI, _comp],
991
+ [[0, 1], [0, { [_hQ]: _comp }]], 1
840
992
  ];
841
993
  export var GetAgentDeploymentOutput$ = [3, n2, _GADO,
842
994
  0,
@@ -845,8 +997,8 @@ export var GetAgentDeploymentOutput$ = [3, n2, _GADO,
845
997
  ];
846
998
  export var GetAgentInput$ = [3, n2, _GAI,
847
999
  0,
848
- [_aI, _com],
849
- [[0, 1], [0, { [_hQ]: _com }]], 1
1000
+ [_aI, _comp],
1001
+ [[0, 1], [0, { [_hQ]: _comp }]], 1
850
1002
  ];
851
1003
  export var GetAgentOutput$ = [3, n2, _GAO,
852
1004
  0,
@@ -855,8 +1007,8 @@ export var GetAgentOutput$ = [3, n2, _GAO,
855
1007
  ];
856
1008
  export var GetAgentVersionInput$ = [3, n2, _GAVI,
857
1009
  0,
858
- [_aI, _ve, _com],
859
- [[0, 1], [1, 1], [0, { [_hQ]: _com }]], 2
1010
+ [_aI, _ve, _comp],
1011
+ [[0, 1], [1, 1], [0, { [_hQ]: _comp }]], 2
860
1012
  ];
861
1013
  export var GetAgentVersionOutput$ = [3, n2, _GAVO,
862
1014
  0,
@@ -865,23 +1017,23 @@ export var GetAgentVersionOutput$ = [3, n2, _GAVO,
865
1017
  ];
866
1018
  export var ListAgentApiKeysInput$ = [3, n2, _LAAKI,
867
1019
  0,
868
- [_aI, _com],
869
- [[0, 1], [0, { [_hQ]: _com }]], 1
1020
+ [_aI, _comp],
1021
+ [[0, 1], [0, { [_hQ]: _comp }]], 1
870
1022
  ];
871
1023
  export var ListAgentApiKeysOutput$ = [3, n2, _LAAKO,
872
1024
  0,
873
- [_ke],
1025
+ [_key],
874
1026
  [() => AgentApiKeysList], 1
875
1027
  ];
876
1028
  export var ListAgentsInput$ = [3, n2, _LAI,
877
1029
  0,
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 }]]
1030
+ [_comp, _chann, _st, _sea, _li, _cu],
1031
+ [[0, { [_hQ]: _comp }], [0, { [_hQ]: _chann }], [0, { [_hQ]: _st }], [0, { [_hQ]: _sea }], [1, { [_hQ]: _li }], [0, { [_hQ]: _cu }]]
880
1032
  ];
881
1033
  export var ListAgentsNamesInput$ = [3, n2, _LANI,
882
1034
  0,
883
- [_com, _chann],
884
- [[0, { [_hQ]: _com }], [0, { [_hQ]: _chann }]]
1035
+ [_comp, _chann],
1036
+ [[0, { [_hQ]: _comp }], [0, { [_hQ]: _chann }]]
885
1037
  ];
886
1038
  export var ListAgentsNamesOutput$ = [3, n2, _LANO,
887
1039
  0,
@@ -895,18 +1047,33 @@ export var ListAgentsOutput$ = [3, n2, _LAO,
895
1047
  ];
896
1048
  export var ListAgentVersionsInput$ = [3, n2, _LAVI,
897
1049
  0,
898
- [_aI, _com, _li, _cu],
899
- [[0, 1], [0, { [_hQ]: _com }], [1, { [_hQ]: _li }], [0, { [_hQ]: _cu }]], 1
1050
+ [_aI, _comp, _li, _cu],
1051
+ [[0, 1], [0, { [_hQ]: _comp }], [1, { [_hQ]: _li }], [0, { [_hQ]: _cu }]], 1
900
1052
  ];
901
1053
  export var ListAgentVersionsOutput$ = [3, n2, _LAVO,
902
1054
  0,
903
1055
  [_ver, _nC],
904
1056
  [() => AgentVersionInfoList, 0], 1
905
1057
  ];
1058
+ export var ListPronunciationDictionariesInput$ = [3, n2, _LPDI,
1059
+ 0,
1060
+ [_comp, _li, _cu],
1061
+ [[0, { [_hQ]: _comp }], [1, { [_hQ]: _li }], [0, { [_hQ]: _cu }]]
1062
+ ];
1063
+ export var ListPronunciationDictionariesOutput$ = [3, n2, _LPDO,
1064
+ 0,
1065
+ [_dic, _nC],
1066
+ [() => PronunciationDictionaryList, 0], 1
1067
+ ];
1068
+ export var PronunciationDictionary$ = [3, n2, _PD,
1069
+ 0,
1070
+ [_i, _cod, _ru, _uA, _uB],
1071
+ [0, 0, () => VoicePronunciationList, 0, () => Actor$], 5
1072
+ ];
906
1073
  export var PublishAgentVersionInput$ = [3, n2, _PAVI,
907
1074
  0,
908
- [_aI, _r, _com, _chan, _n],
909
- [[0, 1], 1, [0, { [_hQ]: _com }], 0, 0], 2
1075
+ [_aI, _r, _comp, _chan, _n],
1076
+ [[0, 1], 1, [0, { [_hQ]: _comp }], 0, 0], 2
910
1077
  ];
911
1078
  export var PublishAgentVersionOutput$ = [3, n2, _PAVO,
912
1079
  0,
@@ -915,18 +1082,28 @@ export var PublishAgentVersionOutput$ = [3, n2, _PAVO,
915
1082
  ];
916
1083
  export var PutAgentDeploymentInput$ = [3, n2, _PADI,
917
1084
  0,
918
- [_aI, _de, _com],
919
- [[0, 1], () => AgentDeploymentRoutesList, [0, { [_hQ]: _com }]], 2
1085
+ [_aI, _de, _comp],
1086
+ [[0, 1], () => AgentDeploymentRoutesList, [0, { [_hQ]: _comp }]], 2
920
1087
  ];
921
1088
  export var PutAgentDeploymentOutput$ = [3, n2, _PADO,
922
1089
  0,
923
1090
  [_de],
924
1091
  [() => AgentDeploymentRoutesList], 1
925
1092
  ];
1093
+ export var PutPronunciationDictionaryInput$ = [3, n2, _PPDI,
1094
+ 0,
1095
+ [_cod, _ru, _comp, _eUA],
1096
+ [[0, 1], () => VoicePronunciationList, [0, { [_hQ]: _comp }], 0], 2
1097
+ ];
1098
+ export var PutPronunciationDictionaryOutput$ = [3, n2, _PPDO,
1099
+ 0,
1100
+ [_dict],
1101
+ [() => PronunciationDictionary$], 1
1102
+ ];
926
1103
  export var ResetAgentDeploymentInput$ = [3, n2, _RADI,
927
1104
  0,
928
- [_aI, _com],
929
- [[0, 1], [0, { [_hQ]: _com }]], 1
1105
+ [_aI, _comp],
1106
+ [[0, 1], [0, { [_hQ]: _comp }]], 1
930
1107
  ];
931
1108
  export var ResetAgentDeploymentOutput$ = [3, n2, _RADO,
932
1109
  0,
@@ -935,8 +1112,8 @@ export var ResetAgentDeploymentOutput$ = [3, n2, _RADO,
935
1112
  ];
936
1113
  export var RestoreAgentVersionToDraftInput$ = [3, n2, _RAVTDI,
937
1114
  0,
938
- [_aI, _ve, _r, _com],
939
- [[0, 1], [1, 1], 1, [0, { [_hQ]: _com }]], 3
1115
+ [_aI, _ve, _r, _comp],
1116
+ [[0, 1], [1, 1], 1, [0, { [_hQ]: _comp }]], 3
940
1117
  ];
941
1118
  export var RestoreAgentVersionToDraftOutput$ = [3, n2, _RAVTDO,
942
1119
  0,
@@ -945,8 +1122,8 @@ export var RestoreAgentVersionToDraftOutput$ = [3, n2, _RAVTDO,
945
1122
  ];
946
1123
  export var UpdateAgentInput$ = [3, n2, _UAI,
947
1124
  0,
948
- [_n, _ch, _en, _aI, _r, _d, _ca, _p, _se, _a, _com],
949
- [0, () => AgentChannels$, () => AgentEngine$, [0, 1], 1, 0, 0, 0, () => AgentSettings$, () => AgentAccess$, [0, { [_hQ]: _com }]], 5
1125
+ [_n, _ch, _en, _aI, _r, _d, _ca, _p, _se, _a, _comp],
1126
+ [0, () => AgentChannels$, () => AgentEngine$, [0, 1], 1, 0, 0, 0, () => AgentSettings$, () => AgentAccess$, [0, { [_hQ]: _comp }]], 5
950
1127
  ];
951
1128
  export var UpdateAgentOutput$ = [3, n2, _UAO,
952
1129
  0,
@@ -960,8 +1137,8 @@ export var VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
960
1137
  ];
961
1138
  export var VoiceChannelSettings$ = [3, n2, _VCS,
962
1139
  0,
963
- [_gr, _int, _sT, _mD, _eC, _cM],
964
- [0, () => VoiceInterruptionSettings$, () => VoiceSilenceTimeoutSettings$, () => VoiceMaxDurationSettings$, () => VoiceEndCallSettings$, () => VoiceCallerMetadataSettings$]
1140
+ [_gr, _bS, _sp, _int, _sT, _mD, _eC, _cM],
1141
+ [0, 0, () => VoiceSpeechSettings$, () => VoiceInterruptionSettings$, () => VoiceSilenceTimeoutSettings$, () => VoiceMaxDurationSettings$, () => VoiceEndCallSettings$, () => VoiceCallerMetadataSettings$]
965
1142
  ];
966
1143
  export var VoiceEndCallSettings$ = [3, n2, _VECS,
967
1144
  0,
@@ -973,24 +1150,49 @@ export var VoiceInterruptionSettings$ = [3, n2, _VIS,
973
1150
  [_ena, _mW],
974
1151
  [2, 1], 1
975
1152
  ];
1153
+ export var VoiceLanguage$ = [3, n2, _VL,
1154
+ 0,
1155
+ [_cod, _vo, _prov, _gr, _iD, _in, _sy, _cr, _pron, _pS],
1156
+ [0, 0, 0, 0, 2, 0, () => VoiceSynthesisOptions$, () => SecretRef$, () => VoicePronunciationList, 64 | 0], 2
1157
+ ];
976
1158
  export var VoiceMaxDurationSettings$ = [3, n2, _VMDS,
977
1159
  0,
978
1160
  [_seco, _ac],
979
1161
  [1, () => VoiceTerminateAction$], 2
980
1162
  ];
1163
+ export var VoicePronunciation$ = [3, n2, _VP,
1164
+ 0,
1165
+ [_phr, _as_, _enc],
1166
+ [0, 0, 0], 2
1167
+ ];
981
1168
  export var VoiceSilenceTimeoutSettings$ = [3, n2, _VSTS,
982
1169
  0,
983
1170
  [_seco, _ac],
984
1171
  [1, () => VoiceTerminateAction$], 2
985
1172
  ];
1173
+ export var VoiceSpeechSettings$ = [3, n2, _VSS,
1174
+ 0,
1175
+ [_prov, _lan, _aDu, _gEL, _tra, _sy, _cr],
1176
+ [0, () => VoiceLanguageList, 2, 2, () => VoiceTranscriptionSettings$, () => VoiceSynthesisOptions$, () => SecretRef$], 2
1177
+ ];
1178
+ export var VoiceSynthesisOptions$ = [3, n2, _VSO,
1179
+ 0,
1180
+ [_mo, _spe, _stab, _sim, _sty, _sB, _pit, _vG],
1181
+ [0, 1, 1, 1, 1, 2, 1, 1]
1182
+ ];
986
1183
  export var VoiceTerminateHangupAction$ = [3, n2, _VTHA,
987
1184
  0,
988
1185
  [_m],
989
1186
  [0]
990
1187
  ];
1188
+ export var VoiceTranscriptionSettings$ = [3, n2, _VTS,
1189
+ 0,
1190
+ [_ven],
1191
+ [0]
1192
+ ];
991
1193
  export var VoiceTransferTarget$ = [3, n2, _VTT,
992
1194
  0,
993
- [_n, _co, _ex, _d],
1195
+ [_n, _co, _ext, _d],
994
1196
  [0, 0, 0, 0], 3
995
1197
  ];
996
1198
  export var WebSearchUserLocation$ = [3, n2, _WSUL,
@@ -998,11 +1200,6 @@ export var WebSearchUserLocation$ = [3, n2, _WSUL,
998
1200
  [_cou, _reg, _ci, _time],
999
1201
  [0, 0, 0, 0]
1000
1202
  ];
1001
- export var WorkflowChannelSettings$ = [3, n2, _WCS,
1002
- 0,
1003
- [],
1004
- []
1005
- ];
1006
1203
  export var Actor$ = [3, n1, _Ac,
1007
1204
  0,
1008
1205
  [_t, _i, _n],
@@ -1024,12 +1221,17 @@ var AgentApiKeysList = [1, n2, _AAKL,
1024
1221
  var AgentCapabilitiesList = [1, n2, _ACL,
1025
1222
  0, () => AgentCapability$
1026
1223
  ];
1224
+ var AgentCapabilityChannelsList = 64 | 0;
1027
1225
  var AgentDeploymentRoutesList = [1, n2, _ADRL,
1028
1226
  0, () => AgentDeploymentRoute$
1029
1227
  ];
1030
1228
  var AgentGrantPrincipalList = [1, n2, _AGPL,
1031
1229
  0, () => AgentGrantPrincipal$
1032
1230
  ];
1231
+ var AgentGuardrailChecksList = [1, n2, _AGCL,
1232
+ 0, () => AgentGuardrailCheck$
1233
+ ];
1234
+ var AgentGuardrailExamplesList = 64 | 0;
1033
1235
  var AgentsInfoList = [1, n2, _AIL,
1034
1236
  0, () => AgentInfo$
1035
1237
  ];
@@ -1070,19 +1272,32 @@ var AgentWorkflowStepsList = [1, n2, _AWSL,
1070
1272
  var AgentWorkflowTransitionsList = [1, n2, _AWTL,
1071
1273
  0, () => AgentWorkflowTransition$
1072
1274
  ];
1275
+ var AssistantQuickCommandsList = [1, n2, _AQCL,
1276
+ 0, () => AssistantQuickCommand$
1277
+ ];
1073
1278
  var ChannelTypeList = 64 | 0;
1074
1279
  var DomainNameList = 64 | 0;
1280
+ var PronunciationDictionaryList = [1, n2, _PDL,
1281
+ 0, () => PronunciationDictionary$
1282
+ ];
1283
+ var VoiceLanguageList = [1, n2, _VLL,
1284
+ 0, () => VoiceLanguage$
1285
+ ];
1286
+ var VoicePronunciationList = [1, n2, _VPL,
1287
+ 0, () => VoicePronunciation$
1288
+ ];
1289
+ var VoicePronunciationSuppressionList = 64 | 0;
1075
1290
  var AgentSkillsList = [1, n4, _ASL,
1076
1291
  0, () => AgentSkillReference$
1077
1292
  ];
1078
1293
  export var AgentCapability$ = [4, n2, _ACg,
1079
1294
  0,
1080
- [_too, _conn, _kb, _sa, _wS, _wF, _ag, _ha, _del, _tra, _su, _han, _wa],
1295
+ [_too, _conn, _kb, _sa, _wS, _wF, _ag, _ha, _del, _tran, _su, _han, _wa],
1081
1296
  [() => AgentTool$, () => AgentConnectorCapability$, () => AgentKnowledgeBase$, () => AgentSandboxCapability$, () => AgentWebSearchCapability$, () => AgentWebFetchCapability$, () => AgentCallCapability$, () => AgentHandoverCapability$, () => AgentDelegationCapability$, () => AgentTransferCapability$, () => AgentSuggestionsCapability$, () => AgentHangupCapability$, () => AgentWaitCapability$]
1082
1297
  ];
1083
1298
  export var AgentEngine$ = [4, n2, _AE,
1084
1299
  0,
1085
- [_ai, _we, _sq],
1300
+ [_ai, _web, _sq],
1086
1301
  [() => AgentAiEngine$, () => AgentWebhookEngine$, () => AgentSqsEngine$]
1087
1302
  ];
1088
1303
  export var AgentGrantPrincipal$ = [4, n2, _AGP,
@@ -1090,6 +1305,16 @@ export var AgentGrantPrincipal$ = [4, n2, _AGP,
1090
1305
  [_uI, _gI],
1091
1306
  [0, 0]
1092
1307
  ];
1308
+ export var AgentGuardrailAction$ = [4, n2, _AGA,
1309
+ 0,
1310
+ [_ob, _red, _bl, _end],
1311
+ [() => AgentGuardrailObserveAction$, () => AgentGuardrailRedactAction$, () => AgentGuardrailBlockAction$, () => AgentGuardrailEndAction$]
1312
+ ];
1313
+ export var AgentGuardrailCheckKind$ = [4, n2, _AGCK,
1314
+ 0,
1315
+ [_pre, _cus],
1316
+ [() => AgentGuardrailPresetCheck$, () => AgentGuardrailCustomCheck$]
1317
+ ];
1093
1318
  export var AgentSandboxCapability$ = [4, n2, _ASCg,
1094
1319
  0,
1095
1320
  [_verc, _sn],
@@ -1102,17 +1327,17 @@ export var AgentToolAnnotation$ = [4, n2, _ATAg,
1102
1327
  ];
1103
1328
  export var AgentToolFieldHandler$ = [4, n2, _ATFH,
1104
1329
  0,
1105
- [_gu, _pre],
1330
+ [_gui, _pred],
1106
1331
  [() => AgentToolFieldGuidedHandler$, () => AgentToolFieldPredefinedHandler$]
1107
1332
  ];
1108
1333
  export var AgentToolVariableHandler$ = [4, n2, _ATVH,
1109
1334
  0,
1110
- [_au, _gu, _pre],
1335
+ [_au, _gui, _pred],
1111
1336
  [() => AgentToolVariableAutoHandler$, () => AgentToolVariableGuidedHandler$, () => AgentToolVariablePredefinedHandler$]
1112
1337
  ];
1113
1338
  export var AgentWorkflowAction$ = [4, n2, _AWAg,
1114
1339
  0,
1115
- [_too, _conn, _ag, _ha, _del, _tra, _han, _wa],
1340
+ [_too, _conn, _ag, _ha, _del, _tran, _han, _wa],
1116
1341
  [() => AgentTool$, () => AgentConnectorCapability$, () => AgentCallCapability$, () => AgentHandoverCapability$, () => AgentDelegationCapability$, () => AgentTransferCapability$, () => AgentHangupCapability$, () => AgentWaitCapability$]
1117
1342
  ];
1118
1343
  export var AgentWorkflowCondition$ = [4, n2, _AWCg,
@@ -1137,7 +1362,7 @@ export var AgentWorkflowMessageContent$ = [4, n2, _AWMC,
1137
1362
  ];
1138
1363
  export var VoiceTerminateAction$ = [4, n2, _VTA,
1139
1364
  0,
1140
- [_han, _tra],
1365
+ [_han, _tran],
1141
1366
  [() => VoiceTerminateHangupAction$, () => VoiceTransferTarget$]
1142
1367
  ];
1143
1368
  export var CompareAgentVersions$ = [9, n2, _CAV,
@@ -1155,6 +1380,9 @@ export var DeleteAgent$ = [9, n2, _DA,
1155
1380
  export var DeleteAgentApiKey$ = [9, n2, _DAAK,
1156
1381
  { [_ht]: ["DELETE", "/v2/agents/agents/{agentId}/keys/{keyId}", 200] }, () => DeleteAgentApiKeyInput$, () => DeleteAgentApiKeyOutput$
1157
1382
  ];
1383
+ export var DeletePronunciationDictionary$ = [9, n2, _DPD,
1384
+ { [_ht]: ["DELETE", "/v2/agents/pronunciations/{code}", 200] }, () => DeletePronunciationDictionaryInput$, () => DeletePronunciationDictionaryOutput$
1385
+ ];
1158
1386
  export var GetAgent$ = [9, n2, _GA,
1159
1387
  { [_ht]: ["GET", "/v2/agents/agents/{agentId}", 200] }, () => GetAgentInput$, () => GetAgentOutput$
1160
1388
  ];
@@ -1176,12 +1404,18 @@ export var ListAgentsNames$ = [9, n2, _LAN,
1176
1404
  export var ListAgentVersions$ = [9, n2, _LAV,
1177
1405
  { [_ht]: ["GET", "/v2/agents/agents/{agentId}/versions", 200] }, () => ListAgentVersionsInput$, () => ListAgentVersionsOutput$
1178
1406
  ];
1407
+ export var ListPronunciationDictionaries$ = [9, n2, _LPD,
1408
+ { [_ht]: ["GET", "/v2/agents/pronunciations", 200] }, () => ListPronunciationDictionariesInput$, () => ListPronunciationDictionariesOutput$
1409
+ ];
1179
1410
  export var PublishAgentVersion$ = [9, n2, _PAV,
1180
1411
  { [_ht]: ["POST", "/v2/agents/agents/{agentId}/versions", 200] }, () => PublishAgentVersionInput$, () => PublishAgentVersionOutput$
1181
1412
  ];
1182
1413
  export var PutAgentDeployment$ = [9, n2, _PAD,
1183
1414
  { [_ht]: ["PUT", "/v2/agents/agents/{agentId}/deployment", 200] }, () => PutAgentDeploymentInput$, () => PutAgentDeploymentOutput$
1184
1415
  ];
1416
+ export var PutPronunciationDictionary$ = [9, n2, _PPD,
1417
+ { [_ht]: ["PUT", "/v2/agents/pronunciations/{code}", 200] }, () => PutPronunciationDictionaryInput$, () => PutPronunciationDictionaryOutput$
1418
+ ];
1185
1419
  export var ResetAgentDeployment$ = [9, n2, _RAD,
1186
1420
  { [_ht]: ["POST", "/v2/agents/agents/{agentId}/deployment/reset", 200] }, () => ResetAgentDeploymentInput$, () => ResetAgentDeploymentOutput$
1187
1421
  ];