@wildix/wilma-agents-client 1.0.24 → 1.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/dist-cjs/WilmaAgents.js +0 -6
  2. package/dist-cjs/commands/index.js +0 -3
  3. package/dist-cjs/models/enums.js +25 -13
  4. package/dist-cjs/schemas/schemas_0.js +277 -144
  5. package/dist-es/WilmaAgents.js +0 -6
  6. package/dist-es/commands/index.js +0 -3
  7. package/dist-es/models/enums.js +24 -12
  8. package/dist-es/schemas/schemas_0.js +274 -142
  9. package/dist-types/WilmaAgents.d.ts +0 -22
  10. package/dist-types/WilmaAgentsClient.d.ts +2 -5
  11. package/dist-types/commands/CreateAgentCommand.d.ts +1222 -568
  12. package/dist-types/commands/GetAgentCommand.d.ts +611 -284
  13. package/dist-types/commands/GetAgentVersionCommand.d.ts +611 -284
  14. package/dist-types/commands/ListAgentsCommand.d.ts +611 -284
  15. package/dist-types/commands/ListAgentsNamesCommand.d.ts +0 -1
  16. package/dist-types/commands/PublishAgentVersionCommand.d.ts +611 -284
  17. package/dist-types/commands/RestoreAgentVersionToDraftCommand.d.ts +611 -284
  18. package/dist-types/commands/UpdateAgentCommand.d.ts +1222 -568
  19. package/dist-types/commands/index.d.ts +0 -3
  20. package/dist-types/models/enums.d.ts +89 -42
  21. package/dist-types/models/models_0.d.ts +1146 -457
  22. package/dist-types/schemas/schemas_0.d.ts +34 -15
  23. package/package.json +1 -1
  24. package/dist-cjs/commands/DeletePronunciationDictionaryCommand.js +0 -20
  25. package/dist-cjs/commands/ListPronunciationDictionariesCommand.js +0 -20
  26. package/dist-cjs/commands/PutPronunciationDictionaryCommand.js +0 -20
  27. package/dist-es/commands/DeletePronunciationDictionaryCommand.js +0 -16
  28. package/dist-es/commands/ListPronunciationDictionariesCommand.js +0 -16
  29. package/dist-es/commands/PutPronunciationDictionaryCommand.js +0 -16
  30. package/dist-types/commands/DeletePronunciationDictionaryCommand.d.ts +0 -78
  31. package/dist-types/commands/ListPronunciationDictionariesCommand.d.ts +0 -96
  32. package/dist-types/commands/PutPronunciationDictionaryCommand.d.ts +0 -108
@@ -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,22 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ChannelType = exports.AgentStatus = exports.AgentVariableType = exports.WebSearchContextSize = exports.AgentTransferVariant = exports.AgentTransferPipelineType = exports.SandboxSize = exports.SandboxNetworkAccess = exports.AgentHangupPipelineType = exports.AgentHandoverVariant = exports.AgentHandoverPipelineType = exports.AgentToolPipelineType = exports.ActorType = exports.VoiceTranscriptionVendor = exports.VoiceSpeechProvider = exports.VoicePronunciationEncoding = exports.AgentVisibility = void 0;
3
+ exports.ChannelType = exports.AgentStatus = exports.AgentWorkflowLayout = exports.AgentWorkflowFailureKind = exports.AgentWorkflowMessageButtonVariant = exports.AgentWorkflowEntryBehavior = exports.AgentVariableType = exports.WebSearchContextSize = exports.AgentTransferVariant = exports.AgentTransferPipelineType = exports.SandboxSize = exports.SandboxNetworkAccess = exports.AgentHangupPipelineType = exports.AgentHandoverVariant = exports.AgentHandoverPipelineType = exports.AgentToolPipelineType = exports.ActorType = exports.AgentVisibility = void 0;
4
4
  exports.AgentVisibility = {
5
5
  EXPLICIT: "explicit",
6
6
  ORGANIZATION: "organization",
7
7
  };
8
- exports.VoicePronunciationEncoding = {
9
- ALIAS: "alias",
10
- IPA: "ipa",
11
- };
12
- exports.VoiceSpeechProvider = {
13
- AMAZON_POLLY: "amazon_polly",
14
- ELEVENLABS: "elevenlabs",
15
- GOOGLE: "google",
16
- };
17
- exports.VoiceTranscriptionVendor = {
18
- AWS: "aws",
19
- };
20
8
  exports.ActorType = {
21
9
  API_KEY: "api_key",
22
10
  SERVICE: "service",
@@ -75,6 +63,30 @@ exports.AgentVariableType = {
75
63
  STRING: "string",
76
64
  STRING_ARRAY: "string_array",
77
65
  };
66
+ exports.AgentWorkflowEntryBehavior = {
67
+ AUTO: "auto",
68
+ LISTEN_FIRST: "listen_first",
69
+ SPEAK_FIRST: "speak_first",
70
+ };
71
+ exports.AgentWorkflowMessageButtonVariant = {
72
+ CONTAINED: "contained",
73
+ OUTLINED: "outlined",
74
+ };
75
+ exports.AgentWorkflowFailureKind = {
76
+ DENIED: "denied",
77
+ ERROR: "error",
78
+ INVALID_INPUT: "invalid_input",
79
+ NOT_FOUND: "not_found",
80
+ RATE_LIMITED: "rate_limited",
81
+ TIMEOUT: "timeout",
82
+ UNAUTHORIZED: "unauthorized",
83
+ UNAVAILABLE: "unavailable",
84
+ };
85
+ exports.AgentWorkflowLayout = {
86
+ COMPACT: "compact",
87
+ FLOW: "flow",
88
+ STAGES: "stages",
89
+ };
78
90
  exports.AgentStatus = {
79
91
  ACTIVE: "active",
80
92
  DRAFT: "draft",