@wildix/wilma-agents-client 1.0.30 → 1.0.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/WilmaAgents.js +0 -6
- package/dist-cjs/commands/index.js +0 -3
- package/dist-cjs/models/enums.js +1 -9
- package/dist-cjs/schemas/schemas_0.js +20 -95
- package/dist-es/WilmaAgents.js +0 -6
- package/dist-es/commands/index.js +0 -3
- package/dist-es/models/enums.js +0 -8
- package/dist-es/schemas/schemas_0.js +18 -93
- package/dist-types/WilmaAgents.d.ts +0 -22
- package/dist-types/WilmaAgentsClient.d.ts +2 -5
- package/dist-types/commands/CreateAgentCommand.d.ts +38 -72
- package/dist-types/commands/GetAgentCommand.d.ts +19 -36
- package/dist-types/commands/GetAgentVersionCommand.d.ts +19 -36
- package/dist-types/commands/ListAgentsCommand.d.ts +19 -36
- package/dist-types/commands/ListAgentsNamesCommand.d.ts +0 -1
- package/dist-types/commands/PublishAgentVersionCommand.d.ts +19 -36
- package/dist-types/commands/RestoreAgentVersionToDraftCommand.d.ts +19 -36
- package/dist-types/commands/UpdateAgentCommand.d.ts +38 -72
- package/dist-types/commands/index.d.ts +0 -3
- package/dist-types/models/enums.d.ts +0 -24
- package/dist-types/models/models_0.d.ts +83 -308
- package/dist-types/schemas/schemas_0.d.ts +1 -11
- package/package.json +1 -1
- package/dist-cjs/commands/DeletePronunciationDictionaryCommand.js +0 -20
- package/dist-cjs/commands/ListPronunciationDictionariesCommand.js +0 -20
- package/dist-cjs/commands/PutPronunciationDictionaryCommand.js +0 -20
- package/dist-es/commands/DeletePronunciationDictionaryCommand.js +0 -16
- package/dist-es/commands/ListPronunciationDictionariesCommand.js +0 -16
- package/dist-es/commands/PutPronunciationDictionaryCommand.js +0 -16
- package/dist-types/commands/DeletePronunciationDictionaryCommand.d.ts +0 -82
- package/dist-types/commands/ListPronunciationDictionariesCommand.d.ts +0 -103
- package/dist-types/commands/PutPronunciationDictionaryCommand.d.ts +0 -117
package/dist-cjs/WilmaAgents.js
CHANGED
|
@@ -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);
|
package/dist-cjs/models/enums.js
CHANGED
|
@@ -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.
|
|
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.
|
|
6
|
-
exports.UpdateAgent$ = exports.RestoreAgentVersionToDraft$ = exports.ResetAgentDeployment$ = exports.
|
|
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,16 +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
|
-
const _sC = "speechConfigured";
|
|
378
357
|
const _sI = "snapshotId";
|
|
379
358
|
const _sM = "startMessage";
|
|
380
359
|
const _sT = "silenceTimeout";
|
|
@@ -387,21 +366,17 @@ const _seco = "seconds";
|
|
|
387
366
|
const _sen = "sensitivity";
|
|
388
367
|
const _ser = "service";
|
|
389
368
|
const _si = "silent";
|
|
390
|
-
const _sim = "similarity";
|
|
391
369
|
const _siz = "size";
|
|
392
370
|
const _sk = "skills";
|
|
393
371
|
const _sn = "snapshot";
|
|
372
|
+
const _so = "sound";
|
|
394
373
|
const _sp = "speech";
|
|
395
|
-
const _spe = "speed";
|
|
396
374
|
const _sq = "sqs";
|
|
397
375
|
const _st = "status";
|
|
398
376
|
const _sta = "stage";
|
|
399
|
-
const _stab = "stability";
|
|
400
377
|
const _ste = "steps";
|
|
401
|
-
const _sty = "style";
|
|
402
378
|
const _su = "suggestions";
|
|
403
379
|
const _sub = "subtitle";
|
|
404
|
-
const _sy = "synthesis";
|
|
405
380
|
const _t = "type";
|
|
406
381
|
const _tD = "toDraft";
|
|
407
382
|
const _tV = "toolVersion";
|
|
@@ -425,13 +400,11 @@ const _uI = "userId";
|
|
|
425
400
|
const _uL = "userLocation";
|
|
426
401
|
const _ui = "ui";
|
|
427
402
|
const _v = "visibility";
|
|
428
|
-
const _vG = "volumeGain";
|
|
429
403
|
const _va = "variables";
|
|
430
404
|
const _val = "value";
|
|
431
405
|
const _var = "variant";
|
|
432
406
|
const _vc = "vcpus";
|
|
433
407
|
const _ve = "version";
|
|
434
|
-
const _ven = "vendor";
|
|
435
408
|
const _ver = "versions";
|
|
436
409
|
const _verc = "vercel";
|
|
437
410
|
const _vo = "voice";
|
|
@@ -564,8 +537,8 @@ exports.AgentGuardrailEndAction$ = [3, n2, _AGEA,
|
|
|
564
537
|
];
|
|
565
538
|
exports.AgentGuardrailInput$ = [3, n2, _AGI,
|
|
566
539
|
0,
|
|
567
|
-
[_che, _mo, _mod, _eM, _wi],
|
|
568
|
-
[() => AgentGuardrailChecksList, 0, 0, 0, 0]
|
|
540
|
+
[_che, _mo, _ac, _mod, _eM, _wi],
|
|
541
|
+
[() => AgentGuardrailChecksList, 0, () => exports.AgentGuardrailAction$, 0, 0, 0]
|
|
569
542
|
];
|
|
570
543
|
exports.AgentGuardrailObserveAction$ = [3, n2, _AGOA,
|
|
571
544
|
0,
|
|
@@ -609,8 +582,8 @@ exports.AgentHangupPipeline$ = [3, n2, _AHPg,
|
|
|
609
582
|
];
|
|
610
583
|
exports.AgentInfo$ = [3, n2, _AI,
|
|
611
584
|
0,
|
|
612
|
-
[_i, _n, _st, _ch, _p, _ca,
|
|
613
|
-
[0, 0, 0, 64 | 0, 0, 0,
|
|
585
|
+
[_i, _n, _st, _ch, _p, _ca, _as, _lV],
|
|
586
|
+
[0, 0, 0, 64 | 0, 0, 0, () => exports.AssistantUiSettings$, 1], 4
|
|
614
587
|
];
|
|
615
588
|
exports.AgentKnowledgeBase$ = [3, n2, _AKB,
|
|
616
589
|
0,
|
|
@@ -982,16 +955,6 @@ exports.DeleteAgentOutput$ = [3, n2, _DAO,
|
|
|
982
955
|
[],
|
|
983
956
|
[]
|
|
984
957
|
];
|
|
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
958
|
exports.GetAgentDeploymentInput$ = [3, n2, _GADI,
|
|
996
959
|
0,
|
|
997
960
|
[_aI, _comp],
|
|
@@ -1062,21 +1025,6 @@ exports.ListAgentVersionsOutput$ = [3, n2, _LAVO,
|
|
|
1062
1025
|
[_ver, _nC],
|
|
1063
1026
|
[() => AgentVersionInfoList, 0], 1
|
|
1064
1027
|
];
|
|
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
1028
|
exports.PublishAgentVersionInput$ = [3, n2, _PAVI,
|
|
1081
1029
|
0,
|
|
1082
1030
|
[_aI, _r, _comp, _chan, _n],
|
|
@@ -1097,16 +1045,6 @@ exports.PutAgentDeploymentOutput$ = [3, n2, _PADO,
|
|
|
1097
1045
|
[_de],
|
|
1098
1046
|
[() => AgentDeploymentRoutesList], 1
|
|
1099
1047
|
];
|
|
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
1048
|
exports.ResetAgentDeploymentInput$ = [3, n2, _RADI,
|
|
1111
1049
|
0,
|
|
1112
1050
|
[_aI, _comp],
|
|
@@ -1137,6 +1075,11 @@ exports.UpdateAgentOutput$ = [3, n2, _UAO,
|
|
|
1137
1075
|
[_ag],
|
|
1138
1076
|
[() => exports.Agent$], 1
|
|
1139
1077
|
];
|
|
1078
|
+
exports.VoiceBackgroundSoundSettings$ = [3, n2, _VBSS,
|
|
1079
|
+
0,
|
|
1080
|
+
[_ena, _so],
|
|
1081
|
+
[2, 0], 1
|
|
1082
|
+
];
|
|
1140
1083
|
exports.VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
|
|
1141
1084
|
0,
|
|
1142
1085
|
[_cN, _cNa, _cE, _cC, _tim],
|
|
@@ -1145,7 +1088,7 @@ exports.VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
|
|
|
1145
1088
|
exports.VoiceChannelSettings$ = [3, n2, _VCS,
|
|
1146
1089
|
0,
|
|
1147
1090
|
[_gr, _bS, _sp, _int, _sT, _mD, _eC, _cM],
|
|
1148
|
-
[0,
|
|
1091
|
+
[0, () => exports.VoiceBackgroundSoundSettings$, () => exports.VoiceSpeechSettings$, () => exports.VoiceInterruptionSettings$, () => exports.VoiceSilenceTimeoutSettings$, () => exports.VoiceMaxDurationSettings$, () => exports.VoiceEndCallSettings$, () => exports.VoiceCallerMetadataSettings$]
|
|
1149
1092
|
];
|
|
1150
1093
|
exports.VoiceEndCallSettings$ = [3, n2, _VECS,
|
|
1151
1094
|
0,
|
|
@@ -1159,8 +1102,8 @@ exports.VoiceInterruptionSettings$ = [3, n2, _VIS,
|
|
|
1159
1102
|
];
|
|
1160
1103
|
exports.VoiceLanguage$ = [3, n2, _VL,
|
|
1161
1104
|
0,
|
|
1162
|
-
[_cod, _vo,
|
|
1163
|
-
[0, 0, 0,
|
|
1105
|
+
[_cod, _vo, _gr, _iD, _pron],
|
|
1106
|
+
[0, 0, 0, 2, () => VoicePronunciationList], 2
|
|
1164
1107
|
];
|
|
1165
1108
|
exports.VoiceMaxDurationSettings$ = [3, n2, _VMDS,
|
|
1166
1109
|
0,
|
|
@@ -1179,13 +1122,8 @@ exports.VoiceSilenceTimeoutSettings$ = [3, n2, _VSTS,
|
|
|
1179
1122
|
];
|
|
1180
1123
|
exports.VoiceSpeechSettings$ = [3, n2, _VSS,
|
|
1181
1124
|
0,
|
|
1182
|
-
[
|
|
1183
|
-
[
|
|
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]
|
|
1125
|
+
[_lan, _gEL, _tra],
|
|
1126
|
+
[() => VoiceLanguageList, 2, () => exports.VoiceTranscriptionSettings$], 1
|
|
1189
1127
|
];
|
|
1190
1128
|
exports.VoiceTerminateHangupAction$ = [3, n2, _VTHA,
|
|
1191
1129
|
0,
|
|
@@ -1194,8 +1132,8 @@ exports.VoiceTerminateHangupAction$ = [3, n2, _VTHA,
|
|
|
1194
1132
|
];
|
|
1195
1133
|
exports.VoiceTranscriptionSettings$ = [3, n2, _VTS,
|
|
1196
1134
|
0,
|
|
1197
|
-
[
|
|
1198
|
-
[0]
|
|
1135
|
+
[_en, _aDu],
|
|
1136
|
+
[0, 2]
|
|
1199
1137
|
];
|
|
1200
1138
|
exports.VoiceTransferTarget$ = [3, n2, _VTT,
|
|
1201
1139
|
0,
|
|
@@ -1289,16 +1227,12 @@ var AssistantQuickCommandsList = [1, n2, _AQCL,
|
|
|
1289
1227
|
];
|
|
1290
1228
|
var ChannelTypeList = 64 | 0;
|
|
1291
1229
|
var DomainNameList = 64 | 0;
|
|
1292
|
-
var PronunciationDictionaryList = [1, n2, _PDL,
|
|
1293
|
-
0, () => exports.PronunciationDictionary$
|
|
1294
|
-
];
|
|
1295
1230
|
var VoiceLanguageList = [1, n2, _VLL,
|
|
1296
1231
|
0, () => exports.VoiceLanguage$
|
|
1297
1232
|
];
|
|
1298
1233
|
var VoicePronunciationList = [1, n2, _VPL,
|
|
1299
1234
|
0, () => exports.VoicePronunciation$
|
|
1300
1235
|
];
|
|
1301
|
-
var VoicePronunciationSuppressionList = 64 | 0;
|
|
1302
1236
|
var AgentSkillsList = [1, n4, _ASL,
|
|
1303
1237
|
0, () => exports.AgentSkillReference$
|
|
1304
1238
|
];
|
|
@@ -1392,9 +1326,6 @@ exports.DeleteAgent$ = [9, n2, _DA,
|
|
|
1392
1326
|
exports.DeleteAgentApiKey$ = [9, n2, _DAAK,
|
|
1393
1327
|
{ [_ht]: ["DELETE", "/v2/agents/agents/{agentId}/keys/{keyId}", 200] }, () => exports.DeleteAgentApiKeyInput$, () => exports.DeleteAgentApiKeyOutput$
|
|
1394
1328
|
];
|
|
1395
|
-
exports.DeletePronunciationDictionary$ = [9, n2, _DPD,
|
|
1396
|
-
{ [_ht]: ["DELETE", "/v2/agents/pronunciations/{code}", 200] }, () => exports.DeletePronunciationDictionaryInput$, () => exports.DeletePronunciationDictionaryOutput$
|
|
1397
|
-
];
|
|
1398
1329
|
exports.GetAgent$ = [9, n2, _GA,
|
|
1399
1330
|
{ [_ht]: ["GET", "/v2/agents/agents/{agentId}", 200] }, () => exports.GetAgentInput$, () => exports.GetAgentOutput$
|
|
1400
1331
|
];
|
|
@@ -1416,18 +1347,12 @@ exports.ListAgentsNames$ = [9, n2, _LAN,
|
|
|
1416
1347
|
exports.ListAgentVersions$ = [9, n2, _LAV,
|
|
1417
1348
|
{ [_ht]: ["GET", "/v2/agents/agents/{agentId}/versions", 200] }, () => exports.ListAgentVersionsInput$, () => exports.ListAgentVersionsOutput$
|
|
1418
1349
|
];
|
|
1419
|
-
exports.ListPronunciationDictionaries$ = [9, n2, _LPD,
|
|
1420
|
-
{ [_ht]: ["GET", "/v2/agents/pronunciations", 200] }, () => exports.ListPronunciationDictionariesInput$, () => exports.ListPronunciationDictionariesOutput$
|
|
1421
|
-
];
|
|
1422
1350
|
exports.PublishAgentVersion$ = [9, n2, _PAV,
|
|
1423
1351
|
{ [_ht]: ["POST", "/v2/agents/agents/{agentId}/versions", 200] }, () => exports.PublishAgentVersionInput$, () => exports.PublishAgentVersionOutput$
|
|
1424
1352
|
];
|
|
1425
1353
|
exports.PutAgentDeployment$ = [9, n2, _PAD,
|
|
1426
1354
|
{ [_ht]: ["PUT", "/v2/agents/agents/{agentId}/deployment", 200] }, () => exports.PutAgentDeploymentInput$, () => exports.PutAgentDeploymentOutput$
|
|
1427
1355
|
];
|
|
1428
|
-
exports.PutPronunciationDictionary$ = [9, n2, _PPD,
|
|
1429
|
-
{ [_ht]: ["PUT", "/v2/agents/pronunciations/{code}", 200] }, () => exports.PutPronunciationDictionaryInput$, () => exports.PutPronunciationDictionaryOutput$
|
|
1430
|
-
];
|
|
1431
1356
|
exports.ResetAgentDeployment$ = [9, n2, _RAD,
|
|
1432
1357
|
{ [_ht]: ["POST", "/v2/agents/agents/{agentId}/deployment/reset", 200] }, () => exports.ResetAgentDeploymentInput$, () => exports.ResetAgentDeploymentOutput$
|
|
1433
1358
|
];
|
package/dist-es/WilmaAgents.js
CHANGED
|
@@ -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";
|
package/dist-es/models/enums.js
CHANGED
|
@@ -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",
|