@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.
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 +1 -9
  4. package/dist-cjs/schemas/schemas_0.js +20 -95
  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 +18 -93
  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 +38 -72
  12. package/dist-types/commands/GetAgentCommand.d.ts +19 -36
  13. package/dist-types/commands/GetAgentVersionCommand.d.ts +19 -36
  14. package/dist-types/commands/ListAgentsCommand.d.ts +19 -36
  15. package/dist-types/commands/ListAgentsNamesCommand.d.ts +0 -1
  16. package/dist-types/commands/PublishAgentVersionCommand.d.ts +19 -36
  17. package/dist-types/commands/RestoreAgentVersionToDraftCommand.d.ts +19 -36
  18. package/dist-types/commands/UpdateAgentCommand.d.ts +38 -72
  19. package/dist-types/commands/index.d.ts +0 -3
  20. package/dist-types/models/enums.d.ts +0 -24
  21. package/dist-types/models/models_0.d.ts +83 -308
  22. package/dist-types/schemas/schemas_0.d.ts +1 -11
  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 -82
  31. package/dist-types/commands/ListPronunciationDictionariesCommand.d.ts +0 -103
  32. package/dist-types/commands/PutPronunciationDictionaryCommand.d.ts +0 -117
@@ -44,30 +44,17 @@ declare const UpdateAgentCommand_base: {
44
44
  * channels: { // AgentChannels
45
45
  * voice: { // VoiceChannelSettings
46
46
  * greeting: "STRING_VALUE",
47
- * backgroundSound: "STRING_VALUE",
47
+ * backgroundSound: { // VoiceBackgroundSoundSettings
48
+ * enabled: true || false, // required
49
+ * sound: "STRING_VALUE",
50
+ * },
48
51
  * speech: { // VoiceSpeechSettings
49
- * provider: "elevenlabs" || "google" || "amazon_polly", // required
50
52
  * languages: [ // VoiceLanguageList // required
51
53
  * { // VoiceLanguage
52
54
  * code: "STRING_VALUE", // required
53
- * provider: "elevenlabs" || "google" || "amazon_polly",
54
55
  * voice: "STRING_VALUE", // required
55
56
  * greeting: "STRING_VALUE",
56
57
  * isDefault: true || false,
57
- * instructions: "STRING_VALUE",
58
- * synthesis: { // VoiceSynthesisOptions
59
- * model: "STRING_VALUE",
60
- * speed: Number("float"),
61
- * stability: Number("float"),
62
- * similarity: Number("float"),
63
- * style: Number("float"),
64
- * speakerBoost: true || false,
65
- * pitch: Number("float"),
66
- * volumeGain: Number("float"),
67
- * },
68
- * credential: { // SecretRef
69
- * id: "STRING_VALUE", // required
70
- * },
71
58
  * pronunciations: [ // VoicePronunciationList
72
59
  * { // VoicePronunciation
73
60
  * phrase: "STRING_VALUE", // required
@@ -75,28 +62,12 @@ declare const UpdateAgentCommand_base: {
75
62
  * encoding: "alias" || "ipa",
76
63
  * },
77
64
  * ],
78
- * pronunciationSuppressions: [ // VoicePronunciationSuppressionList
79
- * "STRING_VALUE",
80
- * ],
81
65
  * },
82
66
  * ],
83
- * autoDetect: true || false,
84
67
  * greetEveryLanguage: true || false,
85
68
  * transcription: { // VoiceTranscriptionSettings
86
- * vendor: "aws",
87
- * },
88
- * synthesis: {
89
- * model: "STRING_VALUE",
90
- * speed: Number("float"),
91
- * stability: Number("float"),
92
- * similarity: Number("float"),
93
- * style: Number("float"),
94
- * speakerBoost: true || false,
95
- * pitch: Number("float"),
96
- * volumeGain: Number("float"),
97
- * },
98
- * credential: {
99
- * id: "STRING_VALUE", // required
69
+ * engine: "STRING_VALUE",
70
+ * autoDetect: true || false,
100
71
  * },
101
72
  * },
102
73
  * interruptions: { // VoiceInterruptionSettings
@@ -855,6 +826,16 @@ declare const UpdateAgentCommand_base: {
855
826
  * },
856
827
  * ],
857
828
  * model: "STRING_VALUE",
829
+ * action: {// Union: only one key present
830
+ * observe: {},
831
+ * redact: {},
832
+ * block: {
833
+ * message: "STRING_VALUE",
834
+ * },
835
+ * end: {
836
+ * message: "STRING_VALUE",
837
+ * },
838
+ * },
858
839
  * mode: "blocking" || "parallel",
859
840
  * errorMode: "open" || "closed",
860
841
  * window: "lastMessage" || "lastWithPrior",
@@ -888,7 +869,9 @@ declare const UpdateAgentCommand_base: {
888
869
  * sqs: { // AgentSqsEngine
889
870
  * url: "STRING_VALUE", // required
890
871
  * key: "STRING_VALUE", // required
891
- * secret: "<SecretRef>", // required
872
+ * secret: { // SecretRef
873
+ * id: "STRING_VALUE", // required
874
+ * },
892
875
  * },
893
876
  * },
894
877
  * settings: { // AgentSettings
@@ -910,30 +893,17 @@ declare const UpdateAgentCommand_base: {
910
893
  * // channels: { // AgentChannels
911
894
  * // voice: { // VoiceChannelSettings
912
895
  * // greeting: "STRING_VALUE",
913
- * // backgroundSound: "STRING_VALUE",
896
+ * // backgroundSound: { // VoiceBackgroundSoundSettings
897
+ * // enabled: true || false, // required
898
+ * // sound: "STRING_VALUE",
899
+ * // },
914
900
  * // speech: { // VoiceSpeechSettings
915
- * // provider: "elevenlabs" || "google" || "amazon_polly", // required
916
901
  * // languages: [ // VoiceLanguageList // required
917
902
  * // { // VoiceLanguage
918
903
  * // code: "STRING_VALUE", // required
919
- * // provider: "elevenlabs" || "google" || "amazon_polly",
920
904
  * // voice: "STRING_VALUE", // required
921
905
  * // greeting: "STRING_VALUE",
922
906
  * // isDefault: true || false,
923
- * // instructions: "STRING_VALUE",
924
- * // synthesis: { // VoiceSynthesisOptions
925
- * // model: "STRING_VALUE",
926
- * // speed: Number("float"),
927
- * // stability: Number("float"),
928
- * // similarity: Number("float"),
929
- * // style: Number("float"),
930
- * // speakerBoost: true || false,
931
- * // pitch: Number("float"),
932
- * // volumeGain: Number("float"),
933
- * // },
934
- * // credential: { // SecretRef
935
- * // id: "STRING_VALUE", // required
936
- * // },
937
907
  * // pronunciations: [ // VoicePronunciationList
938
908
  * // { // VoicePronunciation
939
909
  * // phrase: "STRING_VALUE", // required
@@ -941,28 +911,12 @@ declare const UpdateAgentCommand_base: {
941
911
  * // encoding: "alias" || "ipa",
942
912
  * // },
943
913
  * // ],
944
- * // pronunciationSuppressions: [ // VoicePronunciationSuppressionList
945
- * // "STRING_VALUE",
946
- * // ],
947
914
  * // },
948
915
  * // ],
949
- * // autoDetect: true || false,
950
916
  * // greetEveryLanguage: true || false,
951
917
  * // transcription: { // VoiceTranscriptionSettings
952
- * // vendor: "aws",
953
- * // },
954
- * // synthesis: {
955
- * // model: "STRING_VALUE",
956
- * // speed: Number("float"),
957
- * // stability: Number("float"),
958
- * // similarity: Number("float"),
959
- * // style: Number("float"),
960
- * // speakerBoost: true || false,
961
- * // pitch: Number("float"),
962
- * // volumeGain: Number("float"),
963
- * // },
964
- * // credential: {
965
- * // id: "STRING_VALUE", // required
918
+ * // engine: "STRING_VALUE",
919
+ * // autoDetect: true || false,
966
920
  * // },
967
921
  * // },
968
922
  * // interruptions: { // VoiceInterruptionSettings
@@ -1721,6 +1675,16 @@ declare const UpdateAgentCommand_base: {
1721
1675
  * // },
1722
1676
  * // ],
1723
1677
  * // model: "STRING_VALUE",
1678
+ * // action: {// Union: only one key present
1679
+ * // observe: {},
1680
+ * // redact: {},
1681
+ * // block: {
1682
+ * // message: "STRING_VALUE",
1683
+ * // },
1684
+ * // end: {
1685
+ * // message: "STRING_VALUE",
1686
+ * // },
1687
+ * // },
1724
1688
  * // mode: "blocking" || "parallel",
1725
1689
  * // errorMode: "open" || "closed",
1726
1690
  * // window: "lastMessage" || "lastWithPrior",
@@ -1754,7 +1718,9 @@ declare const UpdateAgentCommand_base: {
1754
1718
  * // sqs: { // AgentSqsEngine
1755
1719
  * // url: "STRING_VALUE", // required
1756
1720
  * // key: "STRING_VALUE", // required
1757
- * // secret: "<SecretRef>", // required
1721
+ * // secret: { // SecretRef
1722
+ * // id: "STRING_VALUE", // required
1723
+ * // },
1758
1724
  * // },
1759
1725
  * // },
1760
1726
  * // settings: { // AgentSettings
@@ -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";
@@ -38,30 +38,6 @@ export declare const VoicePronunciationEncoding: {
38
38
  * @public
39
39
  */
40
40
  export type VoicePronunciationEncoding = (typeof VoicePronunciationEncoding)[keyof typeof VoicePronunciationEncoding];
41
- /**
42
- * @public
43
- * @enum
44
- */
45
- export declare const VoiceSpeechProvider: {
46
- readonly AMAZON_POLLY: "amazon_polly";
47
- readonly ELEVENLABS: "elevenlabs";
48
- readonly GOOGLE: "google";
49
- };
50
- /**
51
- * @public
52
- */
53
- export type VoiceSpeechProvider = (typeof VoiceSpeechProvider)[keyof typeof VoiceSpeechProvider];
54
- /**
55
- * @public
56
- * @enum
57
- */
58
- export declare const VoiceTranscriptionVendor: {
59
- readonly AWS: "aws";
60
- };
61
- /**
62
- * @public
63
- */
64
- export type VoiceTranscriptionVendor = (typeof VoiceTranscriptionVendor)[keyof typeof VoiceTranscriptionVendor];
65
41
  /**
66
42
  * @public
67
43
  * @enum