@wildix/wilma-agents-client 1.0.31 → 1.0.33

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 (31) 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 +1 -9
  4. package/dist-cjs/schemas/schemas_0.js +16 -90
  5. package/dist-es/WilmaAgents.js +0 -6
  6. package/dist-es/commands/index.js +0 -3
  7. package/dist-es/models/enums.js +0 -8
  8. package/dist-es/schemas/schemas_0.js +14 -88
  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 +18 -72
  12. package/dist-types/commands/GetAgentCommand.d.ts +9 -36
  13. package/dist-types/commands/GetAgentVersionCommand.d.ts +9 -36
  14. package/dist-types/commands/ListAgentsCommand.d.ts +9 -36
  15. package/dist-types/commands/PublishAgentVersionCommand.d.ts +9 -36
  16. package/dist-types/commands/RestoreAgentVersionToDraftCommand.d.ts +9 -36
  17. package/dist-types/commands/UpdateAgentCommand.d.ts +18 -72
  18. package/dist-types/commands/index.d.ts +0 -3
  19. package/dist-types/models/enums.d.ts +0 -24
  20. package/dist-types/models/models_0.d.ts +79 -304
  21. package/dist-types/schemas/schemas_0.d.ts +1 -11
  22. package/package.json +1 -1
  23. package/dist-cjs/commands/DeletePronunciationDictionaryCommand.js +0 -20
  24. package/dist-cjs/commands/ListPronunciationDictionariesCommand.js +0 -20
  25. package/dist-cjs/commands/PutPronunciationDictionaryCommand.js +0 -20
  26. package/dist-es/commands/DeletePronunciationDictionaryCommand.js +0 -16
  27. package/dist-es/commands/ListPronunciationDictionariesCommand.js +0 -16
  28. package/dist-es/commands/PutPronunciationDictionaryCommand.js +0 -16
  29. package/dist-types/commands/DeletePronunciationDictionaryCommand.d.ts +0 -82
  30. package/dist-types/commands/ListPronunciationDictionariesCommand.d.ts +0 -103
  31. package/dist-types/commands/PutPronunciationDictionaryCommand.d.ts +0 -117
@@ -7,7 +7,6 @@ const CreateAgentApiKeyCommand_1 = require("./commands/CreateAgentApiKeyCommand"
7
7
  const CreateAgentCommand_1 = require("./commands/CreateAgentCommand");
8
8
  const DeleteAgentApiKeyCommand_1 = require("./commands/DeleteAgentApiKeyCommand");
9
9
  const DeleteAgentCommand_1 = require("./commands/DeleteAgentCommand");
10
- const DeletePronunciationDictionaryCommand_1 = require("./commands/DeletePronunciationDictionaryCommand");
11
10
  const GetAgentCommand_1 = require("./commands/GetAgentCommand");
12
11
  const GetAgentDeploymentCommand_1 = require("./commands/GetAgentDeploymentCommand");
13
12
  const GetAgentVersionCommand_1 = require("./commands/GetAgentVersionCommand");
@@ -15,10 +14,8 @@ const ListAgentApiKeysCommand_1 = require("./commands/ListAgentApiKeysCommand");
15
14
  const ListAgentsCommand_1 = require("./commands/ListAgentsCommand");
16
15
  const ListAgentsNamesCommand_1 = require("./commands/ListAgentsNamesCommand");
17
16
  const ListAgentVersionsCommand_1 = require("./commands/ListAgentVersionsCommand");
18
- const ListPronunciationDictionariesCommand_1 = require("./commands/ListPronunciationDictionariesCommand");
19
17
  const PublishAgentVersionCommand_1 = require("./commands/PublishAgentVersionCommand");
20
18
  const PutAgentDeploymentCommand_1 = require("./commands/PutAgentDeploymentCommand");
21
- const PutPronunciationDictionaryCommand_1 = require("./commands/PutPronunciationDictionaryCommand");
22
19
  const ResetAgentDeploymentCommand_1 = require("./commands/ResetAgentDeploymentCommand");
23
20
  const RestoreAgentVersionToDraftCommand_1 = require("./commands/RestoreAgentVersionToDraftCommand");
24
21
  const UpdateAgentCommand_1 = require("./commands/UpdateAgentCommand");
@@ -29,7 +26,6 @@ const commands = {
29
26
  CreateAgentApiKeyCommand: CreateAgentApiKeyCommand_1.CreateAgentApiKeyCommand,
30
27
  DeleteAgentCommand: DeleteAgentCommand_1.DeleteAgentCommand,
31
28
  DeleteAgentApiKeyCommand: DeleteAgentApiKeyCommand_1.DeleteAgentApiKeyCommand,
32
- DeletePronunciationDictionaryCommand: DeletePronunciationDictionaryCommand_1.DeletePronunciationDictionaryCommand,
33
29
  GetAgentCommand: GetAgentCommand_1.GetAgentCommand,
34
30
  GetAgentDeploymentCommand: GetAgentDeploymentCommand_1.GetAgentDeploymentCommand,
35
31
  GetAgentVersionCommand: GetAgentVersionCommand_1.GetAgentVersionCommand,
@@ -37,10 +33,8 @@ const commands = {
37
33
  ListAgentsCommand: ListAgentsCommand_1.ListAgentsCommand,
38
34
  ListAgentsNamesCommand: ListAgentsNamesCommand_1.ListAgentsNamesCommand,
39
35
  ListAgentVersionsCommand: ListAgentVersionsCommand_1.ListAgentVersionsCommand,
40
- ListPronunciationDictionariesCommand: ListPronunciationDictionariesCommand_1.ListPronunciationDictionariesCommand,
41
36
  PublishAgentVersionCommand: PublishAgentVersionCommand_1.PublishAgentVersionCommand,
42
37
  PutAgentDeploymentCommand: PutAgentDeploymentCommand_1.PutAgentDeploymentCommand,
43
- PutPronunciationDictionaryCommand: PutPronunciationDictionaryCommand_1.PutPronunciationDictionaryCommand,
44
38
  ResetAgentDeploymentCommand: ResetAgentDeploymentCommand_1.ResetAgentDeploymentCommand,
45
39
  RestoreAgentVersionToDraftCommand: RestoreAgentVersionToDraftCommand_1.RestoreAgentVersionToDraftCommand,
46
40
  UpdateAgentCommand: UpdateAgentCommand_1.UpdateAgentCommand,
@@ -6,7 +6,6 @@ tslib_1.__exportStar(require("./CreateAgentApiKeyCommand"), exports);
6
6
  tslib_1.__exportStar(require("./CreateAgentCommand"), exports);
7
7
  tslib_1.__exportStar(require("./DeleteAgentApiKeyCommand"), exports);
8
8
  tslib_1.__exportStar(require("./DeleteAgentCommand"), exports);
9
- tslib_1.__exportStar(require("./DeletePronunciationDictionaryCommand"), exports);
10
9
  tslib_1.__exportStar(require("./GetAgentCommand"), exports);
11
10
  tslib_1.__exportStar(require("./GetAgentDeploymentCommand"), exports);
12
11
  tslib_1.__exportStar(require("./GetAgentVersionCommand"), exports);
@@ -14,10 +13,8 @@ tslib_1.__exportStar(require("./ListAgentApiKeysCommand"), exports);
14
13
  tslib_1.__exportStar(require("./ListAgentVersionsCommand"), exports);
15
14
  tslib_1.__exportStar(require("./ListAgentsCommand"), exports);
16
15
  tslib_1.__exportStar(require("./ListAgentsNamesCommand"), exports);
17
- tslib_1.__exportStar(require("./ListPronunciationDictionariesCommand"), exports);
18
16
  tslib_1.__exportStar(require("./PublishAgentVersionCommand"), exports);
19
17
  tslib_1.__exportStar(require("./PutAgentDeploymentCommand"), exports);
20
- tslib_1.__exportStar(require("./PutPronunciationDictionaryCommand"), exports);
21
18
  tslib_1.__exportStar(require("./ResetAgentDeploymentCommand"), exports);
22
19
  tslib_1.__exportStar(require("./RestoreAgentVersionToDraftCommand"), exports);
23
20
  tslib_1.__exportStar(require("./UpdateAgentCommand"), exports);
@@ -1,6 +1,6 @@
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.VoiceTranscriptionVendor = exports.VoiceSpeechProvider = exports.VoicePronunciationEncoding = 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",
@@ -10,14 +10,6 @@ exports.VoicePronunciationEncoding = {
10
10
  ALIAS: "alias",
11
11
  IPA: "ipa",
12
12
  };
13
- exports.VoiceSpeechProvider = {
14
- AMAZON_POLLY: "amazon_polly",
15
- ELEVENLABS: "elevenlabs",
16
- GOOGLE: "google",
17
- };
18
- exports.VoiceTranscriptionVendor = {
19
- AWS: "aws",
20
- };
21
13
  exports.ActorType = {
22
14
  API_KEY: "api_key",
23
15
  SERVICE: "service",
@@ -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.WebSearchUserLocation$ = exports.VoiceTransferTarget$ = exports.VoiceTranscriptionSettings$ = exports.VoiceTerminateHangupAction$ = exports.VoiceSynthesisOptions$ = exports.VoiceSpeechSettings$ = exports.VoiceSilenceTimeoutSettings$ = exports.VoicePronunciation$ = exports.VoiceMaxDurationSettings$ = exports.VoiceLanguage$ = exports.VoiceInterruptionSettings$ = exports.VoiceEndCallSettings$ = exports.VoiceChannelSettings$ = exports.VoiceCallerMetadataSettings$ = exports.UpdateAgentOutput$ = exports.UpdateAgentInput$ = exports.RestoreAgentVersionToDraftOutput$ = exports.RestoreAgentVersionToDraftInput$ = exports.ResetAgentDeploymentOutput$ = exports.ResetAgentDeploymentInput$ = exports.PutPronunciationDictionaryOutput$ = exports.PutPronunciationDictionaryInput$ = exports.PutAgentDeploymentOutput$ = exports.PutAgentDeploymentInput$ = exports.PublishAgentVersionOutput$ = exports.PublishAgentVersionInput$ = exports.PronunciationDictionary$ = exports.ListPronunciationDictionariesOutput$ = exports.ListPronunciationDictionariesInput$ = 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.DeletePronunciationDictionaryOutput$ = exports.DeletePronunciationDictionaryInput$ = exports.DeleteAgentOutput$ = exports.DeleteAgentInput$ = exports.DeleteAgentApiKeyOutput$ = exports.DeleteAgentApiKeyInput$ = exports.CreateAgentOutput$ = void 0;
6
- exports.UpdateAgent$ = exports.RestoreAgentVersionToDraft$ = exports.ResetAgentDeployment$ = exports.PutPronunciationDictionary$ = exports.PutAgentDeployment$ = exports.PublishAgentVersion$ = exports.ListPronunciationDictionaries$ = exports.ListAgentVersions$ = exports.ListAgentsNames$ = exports.ListAgents$ = exports.ListAgentApiKeys$ = exports.GetAgentVersion$ = exports.GetAgentDeployment$ = exports.GetAgent$ = exports.DeletePronunciationDictionary$ = 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$ = exports.AgentGrantPrincipal$ = exports.AgentEngine$ = exports.AgentCapability$ = exports.AgentSkillReference$ = exports.SecretRef$ = exports.Actor$ = exports.WorkflowChannelSettings$ = 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";
@@ -144,9 +144,6 @@ const _DAAKI = "DeleteAgentApiKeyInput";
144
144
  const _DAAKO = "DeleteAgentApiKeyOutput";
145
145
  const _DAI = "DeleteAgentInput";
146
146
  const _DAO = "DeleteAgentOutput";
147
- const _DPD = "DeletePronunciationDictionary";
148
- const _DPDI = "DeletePronunciationDictionaryInput";
149
- const _DPDO = "DeletePronunciationDictionaryOutput";
150
147
  const _GA = "GetAgent";
151
148
  const _GAD = "GetAgentDeployment";
152
149
  const _GADI = "GetAgentDeploymentInput";
@@ -168,9 +165,6 @@ const _LAO = "ListAgentsOutput";
168
165
  const _LAV = "ListAgentVersions";
169
166
  const _LAVI = "ListAgentVersionsInput";
170
167
  const _LAVO = "ListAgentVersionsOutput";
171
- const _LPD = "ListPronunciationDictionaries";
172
- const _LPDI = "ListPronunciationDictionariesInput";
173
- const _LPDO = "ListPronunciationDictionariesOutput";
174
168
  const _NFE = "NotFoundException";
175
169
  const _NTPE = "NothingToPublishException";
176
170
  const _PAD = "PutAgentDeployment";
@@ -179,11 +173,6 @@ const _PADO = "PutAgentDeploymentOutput";
179
173
  const _PAV = "PublishAgentVersion";
180
174
  const _PAVI = "PublishAgentVersionInput";
181
175
  const _PAVO = "PublishAgentVersionOutput";
182
- const _PD = "PronunciationDictionary";
183
- const _PDL = "PronunciationDictionaryList";
184
- const _PPD = "PutPronunciationDictionary";
185
- const _PPDI = "PutPronunciationDictionaryInput";
186
- const _PPDO = "PutPronunciationDictionaryOutput";
187
176
  const _RAD = "ResetAgentDeployment";
188
177
  const _RADI = "ResetAgentDeploymentInput";
189
178
  const _RADO = "ResetAgentDeploymentOutput";
@@ -195,6 +184,7 @@ const _SR = "SecretRef";
195
184
  const _UA = "UpdateAgent";
196
185
  const _UAI = "UpdateAgentInput";
197
186
  const _UAO = "UpdateAgentOutput";
187
+ const _VBSS = "VoiceBackgroundSoundSettings";
198
188
  const _VCMS = "VoiceCallerMetadataSettings";
199
189
  const _VCS = "VoiceChannelSettings";
200
190
  const _VE = "ValidationException";
@@ -205,7 +195,6 @@ const _VLL = "VoiceLanguageList";
205
195
  const _VMDS = "VoiceMaxDurationSettings";
206
196
  const _VP = "VoicePronunciation";
207
197
  const _VPL = "VoicePronunciationList";
208
- const _VSO = "VoiceSynthesisOptions";
209
198
  const _VSS = "VoiceSpeechSettings";
210
199
  const _VSTS = "VoiceSilenceTimeoutSettings";
211
200
  const _VTA = "VoiceTerminateAction";
@@ -269,7 +258,6 @@ const _conn = "connector";
269
258
  const _cont = "content";
270
259
  const _conv = "conversation";
271
260
  const _cou = "country";
272
- const _cr = "credential";
273
261
  const _cu = "cursor";
274
262
  const _cus = "custom";
275
263
  const _d = "description";
@@ -279,13 +267,10 @@ const _def = "definition";
279
267
  const _defa = "default";
280
268
  const _del = "delegation";
281
269
  const _di = "discoverable";
282
- const _dic = "dictionaries";
283
- const _dict = "dictionary";
284
270
  const _e = "error";
285
271
  const _eA = "expiresAt";
286
272
  const _eC = "endCall";
287
273
  const _eM = "errorMode";
288
- const _eUA = "expectedUpdatedAt";
289
274
  const _en = "engine";
290
275
  const _ena = "enabled";
291
276
  const _enc = "encoding";
@@ -351,13 +336,11 @@ const _p = "picture";
351
336
  const _pA = "publishedAt";
352
337
  const _pB = "publishedBy";
353
338
  const _pGI = "pbxGroupId";
354
- const _pS = "pronunciationSuppressions";
355
339
  const _pa = "path";
356
340
  const _pe = "percentage";
357
341
  const _ph = "phrases";
358
342
  const _phr = "phrase";
359
343
  const _pi = "pipeline";
360
- const _pit = "pitch";
361
344
  const _pl = "placeholder";
362
345
  const _po = "position";
363
346
  const _pr = "prefix";
@@ -365,15 +348,12 @@ const _pre = "preset";
365
348
  const _pred = "predefined";
366
349
  const _pro = "prompt";
367
350
  const _pron = "pronunciations";
368
- const _prov = "provider";
369
351
  const _r = "revision";
370
352
  const _re = "result";
371
353
  const _red = "redact";
372
354
  const _reg = "region";
373
355
  const _rep = "reply";
374
- const _ru = "rules";
375
356
  const _s = "smithy.ts.sdk.synthetic.wildix.wilma.agents";
376
- const _sB = "speakerBoost";
377
357
  const _sC = "speechConfigured";
378
358
  const _sI = "snapshotId";
379
359
  const _sM = "startMessage";
@@ -387,21 +367,17 @@ const _seco = "seconds";
387
367
  const _sen = "sensitivity";
388
368
  const _ser = "service";
389
369
  const _si = "silent";
390
- const _sim = "similarity";
391
370
  const _siz = "size";
392
371
  const _sk = "skills";
393
372
  const _sn = "snapshot";
373
+ const _so = "sound";
394
374
  const _sp = "speech";
395
- const _spe = "speed";
396
375
  const _sq = "sqs";
397
376
  const _st = "status";
398
377
  const _sta = "stage";
399
- const _stab = "stability";
400
378
  const _ste = "steps";
401
- const _sty = "style";
402
379
  const _su = "suggestions";
403
380
  const _sub = "subtitle";
404
- const _sy = "synthesis";
405
381
  const _t = "type";
406
382
  const _tD = "toDraft";
407
383
  const _tV = "toolVersion";
@@ -425,13 +401,11 @@ const _uI = "userId";
425
401
  const _uL = "userLocation";
426
402
  const _ui = "ui";
427
403
  const _v = "visibility";
428
- const _vG = "volumeGain";
429
404
  const _va = "variables";
430
405
  const _val = "value";
431
406
  const _var = "variant";
432
407
  const _vc = "vcpus";
433
408
  const _ve = "version";
434
- const _ven = "vendor";
435
409
  const _ver = "versions";
436
410
  const _verc = "vercel";
437
411
  const _vo = "voice";
@@ -982,16 +956,6 @@ exports.DeleteAgentOutput$ = [3, n2, _DAO,
982
956
  [],
983
957
  []
984
958
  ];
985
- exports.DeletePronunciationDictionaryInput$ = [3, n2, _DPDI,
986
- 0,
987
- [_cod, _comp],
988
- [[0, 1], [0, { [_hQ]: _comp }]], 1
989
- ];
990
- exports.DeletePronunciationDictionaryOutput$ = [3, n2, _DPDO,
991
- 0,
992
- [],
993
- []
994
- ];
995
959
  exports.GetAgentDeploymentInput$ = [3, n2, _GADI,
996
960
  0,
997
961
  [_aI, _comp],
@@ -1062,21 +1026,6 @@ exports.ListAgentVersionsOutput$ = [3, n2, _LAVO,
1062
1026
  [_ver, _nC],
1063
1027
  [() => AgentVersionInfoList, 0], 1
1064
1028
  ];
1065
- exports.ListPronunciationDictionariesInput$ = [3, n2, _LPDI,
1066
- 0,
1067
- [_comp, _li, _cu],
1068
- [[0, { [_hQ]: _comp }], [1, { [_hQ]: _li }], [0, { [_hQ]: _cu }]]
1069
- ];
1070
- exports.ListPronunciationDictionariesOutput$ = [3, n2, _LPDO,
1071
- 0,
1072
- [_dic, _nC],
1073
- [() => PronunciationDictionaryList, 0], 1
1074
- ];
1075
- exports.PronunciationDictionary$ = [3, n2, _PD,
1076
- 0,
1077
- [_i, _cod, _ru, _uA, _uB],
1078
- [0, 0, () => VoicePronunciationList, 0, () => exports.Actor$], 5
1079
- ];
1080
1029
  exports.PublishAgentVersionInput$ = [3, n2, _PAVI,
1081
1030
  0,
1082
1031
  [_aI, _r, _comp, _chan, _n],
@@ -1097,16 +1046,6 @@ exports.PutAgentDeploymentOutput$ = [3, n2, _PADO,
1097
1046
  [_de],
1098
1047
  [() => AgentDeploymentRoutesList], 1
1099
1048
  ];
1100
- exports.PutPronunciationDictionaryInput$ = [3, n2, _PPDI,
1101
- 0,
1102
- [_cod, _ru, _comp, _eUA],
1103
- [[0, 1], () => VoicePronunciationList, [0, { [_hQ]: _comp }], 0], 2
1104
- ];
1105
- exports.PutPronunciationDictionaryOutput$ = [3, n2, _PPDO,
1106
- 0,
1107
- [_dict],
1108
- [() => exports.PronunciationDictionary$], 1
1109
- ];
1110
1049
  exports.ResetAgentDeploymentInput$ = [3, n2, _RADI,
1111
1050
  0,
1112
1051
  [_aI, _comp],
@@ -1137,6 +1076,11 @@ exports.UpdateAgentOutput$ = [3, n2, _UAO,
1137
1076
  [_ag],
1138
1077
  [() => exports.Agent$], 1
1139
1078
  ];
1079
+ exports.VoiceBackgroundSoundSettings$ = [3, n2, _VBSS,
1080
+ 0,
1081
+ [_ena, _so],
1082
+ [2, 0], 1
1083
+ ];
1140
1084
  exports.VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
1141
1085
  0,
1142
1086
  [_cN, _cNa, _cE, _cC, _tim],
@@ -1145,7 +1089,7 @@ exports.VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
1145
1089
  exports.VoiceChannelSettings$ = [3, n2, _VCS,
1146
1090
  0,
1147
1091
  [_gr, _bS, _sp, _int, _sT, _mD, _eC, _cM],
1148
- [0, 0, () => exports.VoiceSpeechSettings$, () => exports.VoiceInterruptionSettings$, () => exports.VoiceSilenceTimeoutSettings$, () => exports.VoiceMaxDurationSettings$, () => exports.VoiceEndCallSettings$, () => exports.VoiceCallerMetadataSettings$]
1092
+ [0, () => exports.VoiceBackgroundSoundSettings$, () => exports.VoiceSpeechSettings$, () => exports.VoiceInterruptionSettings$, () => exports.VoiceSilenceTimeoutSettings$, () => exports.VoiceMaxDurationSettings$, () => exports.VoiceEndCallSettings$, () => exports.VoiceCallerMetadataSettings$]
1149
1093
  ];
1150
1094
  exports.VoiceEndCallSettings$ = [3, n2, _VECS,
1151
1095
  0,
@@ -1159,8 +1103,8 @@ exports.VoiceInterruptionSettings$ = [3, n2, _VIS,
1159
1103
  ];
1160
1104
  exports.VoiceLanguage$ = [3, n2, _VL,
1161
1105
  0,
1162
- [_cod, _vo, _prov, _gr, _iD, _in, _sy, _cr, _pron, _pS],
1163
- [0, 0, 0, 0, 2, 0, () => exports.VoiceSynthesisOptions$, () => exports.SecretRef$, () => VoicePronunciationList, 64 | 0], 2
1106
+ [_cod, _vo, _gr, _iD, _pron],
1107
+ [0, 0, 0, 2, () => VoicePronunciationList], 2
1164
1108
  ];
1165
1109
  exports.VoiceMaxDurationSettings$ = [3, n2, _VMDS,
1166
1110
  0,
@@ -1179,13 +1123,8 @@ exports.VoiceSilenceTimeoutSettings$ = [3, n2, _VSTS,
1179
1123
  ];
1180
1124
  exports.VoiceSpeechSettings$ = [3, n2, _VSS,
1181
1125
  0,
1182
- [_prov, _lan, _aDu, _gEL, _tra, _sy, _cr],
1183
- [0, () => VoiceLanguageList, 2, 2, () => exports.VoiceTranscriptionSettings$, () => exports.VoiceSynthesisOptions$, () => exports.SecretRef$], 2
1184
- ];
1185
- exports.VoiceSynthesisOptions$ = [3, n2, _VSO,
1186
- 0,
1187
- [_mo, _spe, _stab, _sim, _sty, _sB, _pit, _vG],
1188
- [0, 1, 1, 1, 1, 2, 1, 1]
1126
+ [_lan, _gEL, _tra],
1127
+ [() => VoiceLanguageList, 2, () => exports.VoiceTranscriptionSettings$], 1
1189
1128
  ];
1190
1129
  exports.VoiceTerminateHangupAction$ = [3, n2, _VTHA,
1191
1130
  0,
@@ -1194,8 +1133,8 @@ exports.VoiceTerminateHangupAction$ = [3, n2, _VTHA,
1194
1133
  ];
1195
1134
  exports.VoiceTranscriptionSettings$ = [3, n2, _VTS,
1196
1135
  0,
1197
- [_ven],
1198
- [0]
1136
+ [_en, _aDu],
1137
+ [0, 2]
1199
1138
  ];
1200
1139
  exports.VoiceTransferTarget$ = [3, n2, _VTT,
1201
1140
  0,
@@ -1289,16 +1228,12 @@ var AssistantQuickCommandsList = [1, n2, _AQCL,
1289
1228
  ];
1290
1229
  var ChannelTypeList = 64 | 0;
1291
1230
  var DomainNameList = 64 | 0;
1292
- var PronunciationDictionaryList = [1, n2, _PDL,
1293
- 0, () => exports.PronunciationDictionary$
1294
- ];
1295
1231
  var VoiceLanguageList = [1, n2, _VLL,
1296
1232
  0, () => exports.VoiceLanguage$
1297
1233
  ];
1298
1234
  var VoicePronunciationList = [1, n2, _VPL,
1299
1235
  0, () => exports.VoicePronunciation$
1300
1236
  ];
1301
- var VoicePronunciationSuppressionList = 64 | 0;
1302
1237
  var AgentSkillsList = [1, n4, _ASL,
1303
1238
  0, () => exports.AgentSkillReference$
1304
1239
  ];
@@ -1392,9 +1327,6 @@ exports.DeleteAgent$ = [9, n2, _DA,
1392
1327
  exports.DeleteAgentApiKey$ = [9, n2, _DAAK,
1393
1328
  { [_ht]: ["DELETE", "/v2/agents/agents/{agentId}/keys/{keyId}", 200] }, () => exports.DeleteAgentApiKeyInput$, () => exports.DeleteAgentApiKeyOutput$
1394
1329
  ];
1395
- exports.DeletePronunciationDictionary$ = [9, n2, _DPD,
1396
- { [_ht]: ["DELETE", "/v2/agents/pronunciations/{code}", 200] }, () => exports.DeletePronunciationDictionaryInput$, () => exports.DeletePronunciationDictionaryOutput$
1397
- ];
1398
1330
  exports.GetAgent$ = [9, n2, _GA,
1399
1331
  { [_ht]: ["GET", "/v2/agents/agents/{agentId}", 200] }, () => exports.GetAgentInput$, () => exports.GetAgentOutput$
1400
1332
  ];
@@ -1416,18 +1348,12 @@ exports.ListAgentsNames$ = [9, n2, _LAN,
1416
1348
  exports.ListAgentVersions$ = [9, n2, _LAV,
1417
1349
  { [_ht]: ["GET", "/v2/agents/agents/{agentId}/versions", 200] }, () => exports.ListAgentVersionsInput$, () => exports.ListAgentVersionsOutput$
1418
1350
  ];
1419
- exports.ListPronunciationDictionaries$ = [9, n2, _LPD,
1420
- { [_ht]: ["GET", "/v2/agents/pronunciations", 200] }, () => exports.ListPronunciationDictionariesInput$, () => exports.ListPronunciationDictionariesOutput$
1421
- ];
1422
1351
  exports.PublishAgentVersion$ = [9, n2, _PAV,
1423
1352
  { [_ht]: ["POST", "/v2/agents/agents/{agentId}/versions", 200] }, () => exports.PublishAgentVersionInput$, () => exports.PublishAgentVersionOutput$
1424
1353
  ];
1425
1354
  exports.PutAgentDeployment$ = [9, n2, _PAD,
1426
1355
  { [_ht]: ["PUT", "/v2/agents/agents/{agentId}/deployment", 200] }, () => exports.PutAgentDeploymentInput$, () => exports.PutAgentDeploymentOutput$
1427
1356
  ];
1428
- exports.PutPronunciationDictionary$ = [9, n2, _PPD,
1429
- { [_ht]: ["PUT", "/v2/agents/pronunciations/{code}", 200] }, () => exports.PutPronunciationDictionaryInput$, () => exports.PutPronunciationDictionaryOutput$
1430
- ];
1431
1357
  exports.ResetAgentDeployment$ = [9, n2, _RAD,
1432
1358
  { [_ht]: ["POST", "/v2/agents/agents/{agentId}/deployment/reset", 200] }, () => exports.ResetAgentDeploymentInput$, () => exports.ResetAgentDeploymentOutput$
1433
1359
  ];
@@ -4,7 +4,6 @@ import { CreateAgentApiKeyCommand, } from "./commands/CreateAgentApiKeyCommand";
4
4
  import { CreateAgentCommand, } from "./commands/CreateAgentCommand";
5
5
  import { DeleteAgentApiKeyCommand, } from "./commands/DeleteAgentApiKeyCommand";
6
6
  import { DeleteAgentCommand, } from "./commands/DeleteAgentCommand";
7
- import { DeletePronunciationDictionaryCommand, } from "./commands/DeletePronunciationDictionaryCommand";
8
7
  import { GetAgentCommand } from "./commands/GetAgentCommand";
9
8
  import { GetAgentDeploymentCommand, } from "./commands/GetAgentDeploymentCommand";
10
9
  import { GetAgentVersionCommand, } from "./commands/GetAgentVersionCommand";
@@ -12,10 +11,8 @@ import { ListAgentApiKeysCommand, } from "./commands/ListAgentApiKeysCommand";
12
11
  import { ListAgentsCommand, } from "./commands/ListAgentsCommand";
13
12
  import { ListAgentsNamesCommand, } from "./commands/ListAgentsNamesCommand";
14
13
  import { ListAgentVersionsCommand, } from "./commands/ListAgentVersionsCommand";
15
- import { ListPronunciationDictionariesCommand, } from "./commands/ListPronunciationDictionariesCommand";
16
14
  import { PublishAgentVersionCommand, } from "./commands/PublishAgentVersionCommand";
17
15
  import { PutAgentDeploymentCommand, } from "./commands/PutAgentDeploymentCommand";
18
- import { PutPronunciationDictionaryCommand, } from "./commands/PutPronunciationDictionaryCommand";
19
16
  import { ResetAgentDeploymentCommand, } from "./commands/ResetAgentDeploymentCommand";
20
17
  import { RestoreAgentVersionToDraftCommand, } from "./commands/RestoreAgentVersionToDraftCommand";
21
18
  import { UpdateAgentCommand, } from "./commands/UpdateAgentCommand";
@@ -26,7 +23,6 @@ const commands = {
26
23
  CreateAgentApiKeyCommand,
27
24
  DeleteAgentCommand,
28
25
  DeleteAgentApiKeyCommand,
29
- DeletePronunciationDictionaryCommand,
30
26
  GetAgentCommand,
31
27
  GetAgentDeploymentCommand,
32
28
  GetAgentVersionCommand,
@@ -34,10 +30,8 @@ const commands = {
34
30
  ListAgentsCommand,
35
31
  ListAgentsNamesCommand,
36
32
  ListAgentVersionsCommand,
37
- ListPronunciationDictionariesCommand,
38
33
  PublishAgentVersionCommand,
39
34
  PutAgentDeploymentCommand,
40
- PutPronunciationDictionaryCommand,
41
35
  ResetAgentDeploymentCommand,
42
36
  RestoreAgentVersionToDraftCommand,
43
37
  UpdateAgentCommand,
@@ -3,7 +3,6 @@ export * from "./CreateAgentApiKeyCommand";
3
3
  export * from "./CreateAgentCommand";
4
4
  export * from "./DeleteAgentApiKeyCommand";
5
5
  export * from "./DeleteAgentCommand";
6
- export * from "./DeletePronunciationDictionaryCommand";
7
6
  export * from "./GetAgentCommand";
8
7
  export * from "./GetAgentDeploymentCommand";
9
8
  export * from "./GetAgentVersionCommand";
@@ -11,10 +10,8 @@ export * from "./ListAgentApiKeysCommand";
11
10
  export * from "./ListAgentVersionsCommand";
12
11
  export * from "./ListAgentsCommand";
13
12
  export * from "./ListAgentsNamesCommand";
14
- export * from "./ListPronunciationDictionariesCommand";
15
13
  export * from "./PublishAgentVersionCommand";
16
14
  export * from "./PutAgentDeploymentCommand";
17
- export * from "./PutPronunciationDictionaryCommand";
18
15
  export * from "./ResetAgentDeploymentCommand";
19
16
  export * from "./RestoreAgentVersionToDraftCommand";
20
17
  export * from "./UpdateAgentCommand";
@@ -7,14 +7,6 @@ export const VoicePronunciationEncoding = {
7
7
  ALIAS: "alias",
8
8
  IPA: "ipa",
9
9
  };
10
- export const VoiceSpeechProvider = {
11
- AMAZON_POLLY: "amazon_polly",
12
- ELEVENLABS: "elevenlabs",
13
- GOOGLE: "google",
14
- };
15
- export const VoiceTranscriptionVendor = {
16
- AWS: "aws",
17
- };
18
10
  export const ActorType = {
19
11
  API_KEY: "api_key",
20
12
  SERVICE: "service",