syllable-sdk 0.1.0-alpha.192 → 0.1.0-alpha.196

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 (87) hide show
  1. package/README.md +4 -0
  2. package/docs/sdks/batches/README.md +4 -4
  3. package/docs/sdks/roles/README.md +4 -4
  4. package/docs/sdks/users/README.md +88 -8
  5. package/docs/sdks/v1/README.md +88 -8
  6. package/docs/sdks/workflows/README.md +8 -8
  7. package/funcs/usersUsersSendEmail.d.ts +16 -0
  8. package/funcs/usersUsersSendEmail.d.ts.map +1 -0
  9. package/funcs/usersUsersSendEmail.js +108 -0
  10. package/funcs/usersUsersSendEmail.js.map +1 -0
  11. package/funcs/v1UsersSendEmail.d.ts +16 -0
  12. package/funcs/v1UsersSendEmail.d.ts.map +1 -0
  13. package/funcs/v1UsersSendEmail.js +108 -0
  14. package/funcs/v1UsersSendEmail.js.map +1 -0
  15. package/jsr.json +1 -1
  16. package/lib/config.d.ts +2 -2
  17. package/lib/config.js +2 -2
  18. package/models/components/agentvoicedisplayname.d.ts +144 -0
  19. package/models/components/agentvoicedisplayname.d.ts.map +1 -1
  20. package/models/components/agentvoicedisplayname.js +48 -0
  21. package/models/components/agentvoicedisplayname.js.map +1 -1
  22. package/models/components/agentvoicemodel.d.ts +3 -0
  23. package/models/components/agentvoicemodel.d.ts.map +1 -1
  24. package/models/components/agentvoicemodel.js +1 -0
  25. package/models/components/agentvoicemodel.js.map +1 -1
  26. package/models/components/agentvoicevarname.d.ts +144 -0
  27. package/models/components/agentvoicevarname.d.ts.map +1 -1
  28. package/models/components/agentvoicevarname.js +48 -0
  29. package/models/components/agentvoicevarname.js.map +1 -1
  30. package/models/components/index.d.ts +2 -0
  31. package/models/components/index.d.ts.map +1 -1
  32. package/models/components/index.js +2 -0
  33. package/models/components/index.js.map +1 -1
  34. package/models/components/logintype.d.ts +34 -0
  35. package/models/components/logintype.d.ts.map +1 -0
  36. package/models/components/logintype.js +54 -0
  37. package/models/components/logintype.js.map +1 -0
  38. package/models/components/useractivitystatus.d.ts +31 -0
  39. package/models/components/useractivitystatus.d.ts.map +1 -0
  40. package/models/components/useractivitystatus.js +51 -0
  41. package/models/components/useractivitystatus.js.map +1 -0
  42. package/models/components/usercreaterequest.d.ts +6 -0
  43. package/models/components/usercreaterequest.d.ts.map +1 -1
  44. package/models/components/usercreaterequest.js +5 -0
  45. package/models/components/usercreaterequest.js.map +1 -1
  46. package/models/components/userproperties.d.ts +6 -0
  47. package/models/components/userproperties.d.ts.map +1 -1
  48. package/models/components/userproperties.js +2 -0
  49. package/models/components/userproperties.js.map +1 -1
  50. package/models/components/userresponse.d.ts +8 -0
  51. package/models/components/userresponse.d.ts.map +1 -1
  52. package/models/components/userresponse.js +9 -0
  53. package/models/components/userresponse.js.map +1 -1
  54. package/models/operations/index.d.ts +1 -0
  55. package/models/operations/index.d.ts.map +1 -1
  56. package/models/operations/index.js +1 -0
  57. package/models/operations/index.js.map +1 -1
  58. package/models/operations/userssendemail.d.ts +29 -0
  59. package/models/operations/userssendemail.d.ts.map +1 -0
  60. package/models/operations/userssendemail.js +68 -0
  61. package/models/operations/userssendemail.js.map +1 -0
  62. package/openapi.json +238 -43
  63. package/package.json +1 -1
  64. package/sdk/users.d.ts +7 -0
  65. package/sdk/users.d.ts.map +1 -1
  66. package/sdk/users.js +10 -0
  67. package/sdk/users.js.map +1 -1
  68. package/sdk/v1.d.ts +7 -0
  69. package/sdk/v1.d.ts.map +1 -1
  70. package/sdk/v1.js +10 -0
  71. package/sdk/v1.js.map +1 -1
  72. package/src/funcs/usersUsersSendEmail.ts +142 -0
  73. package/src/funcs/v1UsersSendEmail.ts +142 -0
  74. package/src/lib/config.ts +2 -2
  75. package/src/models/components/agentvoicedisplayname.ts +48 -0
  76. package/src/models/components/agentvoicemodel.ts +1 -0
  77. package/src/models/components/agentvoicevarname.ts +48 -0
  78. package/src/models/components/index.ts +2 -0
  79. package/src/models/components/logintype.ts +37 -0
  80. package/src/models/components/useractivitystatus.ts +34 -0
  81. package/src/models/components/usercreaterequest.ts +14 -0
  82. package/src/models/components/userproperties.ts +2 -0
  83. package/src/models/components/userresponse.ts +20 -0
  84. package/src/models/operations/index.ts +1 -0
  85. package/src/models/operations/userssendemail.ts +75 -0
  86. package/src/sdk/users.ts +18 -0
  87. package/src/sdk/v1.ts +18 -0
@@ -0,0 +1,108 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.v1UsersSendEmail = v1UsersSendEmail;
30
+ const z = __importStar(require("zod"));
31
+ const encodings_js_1 = require("../lib/encodings.js");
32
+ const M = __importStar(require("../lib/matchers.js"));
33
+ const primitives_js_1 = require("../lib/primitives.js");
34
+ const schemas_js_1 = require("../lib/schemas.js");
35
+ const security_js_1 = require("../lib/security.js");
36
+ const url_js_1 = require("../lib/url.js");
37
+ const errors = __importStar(require("../models/errors/index.js"));
38
+ const operations = __importStar(require("../models/operations/index.js"));
39
+ /**
40
+ * Send User Email
41
+ *
42
+ * @remarks
43
+ * Send a welcome email to a user.
44
+ */
45
+ async function v1UsersSendEmail(client, request, options) {
46
+ const parsed = (0, schemas_js_1.safeParse)(request, (value) => operations.UsersSendEmailRequest$outboundSchema.parse(value), "Input validation failed");
47
+ if (!parsed.ok) {
48
+ return parsed;
49
+ }
50
+ const payload = parsed.value;
51
+ const body = null;
52
+ const pathParams = {
53
+ user_email: (0, encodings_js_1.encodeSimple)("user_email", payload.user_email, {
54
+ explode: false,
55
+ charEncoding: "percent",
56
+ }),
57
+ };
58
+ const path = (0, url_js_1.pathToFunc)("/api/v1/users/{user_email}/send_email")(pathParams);
59
+ const headers = new Headers((0, primitives_js_1.compactMap)({
60
+ Accept: "application/json",
61
+ }));
62
+ const secConfig = await (0, security_js_1.extractSecurity)(client._options.apiKeyHeader);
63
+ const securityInput = secConfig == null ? {} : { apiKeyHeader: secConfig };
64
+ const requestSecurity = (0, security_js_1.resolveGlobalSecurity)(securityInput);
65
+ const context = {
66
+ baseURL: options?.serverURL ?? "",
67
+ operationID: "users_send_email",
68
+ oAuth2Scopes: [],
69
+ resolvedSecurity: requestSecurity,
70
+ securitySource: client._options.apiKeyHeader,
71
+ retryConfig: options?.retries
72
+ || client._options.retryConfig
73
+ || { strategy: "none" },
74
+ retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"],
75
+ };
76
+ const requestRes = client._createRequest(context, {
77
+ security: requestSecurity,
78
+ method: "POST",
79
+ baseURL: options?.serverURL,
80
+ path: path,
81
+ headers: headers,
82
+ body: body,
83
+ timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1,
84
+ }, options);
85
+ if (!requestRes.ok) {
86
+ return requestRes;
87
+ }
88
+ const req = requestRes.value;
89
+ const doResult = await client._do(req, {
90
+ context,
91
+ errorCodes: ["422", "4XX", "5XX"],
92
+ retryConfig: context.retryConfig,
93
+ retryCodes: context.retryCodes,
94
+ });
95
+ if (!doResult.ok) {
96
+ return doResult;
97
+ }
98
+ const response = doResult.value;
99
+ const responseFields = {
100
+ HttpMeta: { Response: response, Request: req },
101
+ };
102
+ const [result] = await M.match(M.json(200, z.any()), M.jsonErr(422, errors.HTTPValidationError$inboundSchema), M.fail("4XX"), M.fail("5XX"))(response, { extraFields: responseFields });
103
+ if (!result.ok) {
104
+ return result;
105
+ }
106
+ return result;
107
+ }
108
+ //# sourceMappingURL=v1UsersSendEmail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v1UsersSendEmail.js","sourceRoot":"","sources":["../src/funcs/v1UsersSendEmail.ts"],"names":[],"mappings":"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"}
package/jsr.json CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  {
4
4
  "name": "syllable-sdk",
5
- "version": "0.1.0-alpha.192",
5
+ "version": "0.1.0-alpha.196",
6
6
  "exports": {
7
7
  ".": "./src/index.ts",
8
8
  "./models/errors": "./src/models/errors/index.ts",
package/lib/config.d.ts CHANGED
@@ -27,8 +27,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
27
27
  export declare const SDK_METADATA: {
28
28
  readonly language: "typescript";
29
29
  readonly openapiDocVersion: "0.0.2";
30
- readonly sdkVersion: "0.1.0-alpha.192";
30
+ readonly sdkVersion: "0.1.0-alpha.196";
31
31
  readonly genVersion: "2.512.4";
32
- readonly userAgent: "speakeasy-sdk/typescript 0.1.0-alpha.192 2.512.4 0.0.2 syllable-sdk";
32
+ readonly userAgent: "speakeasy-sdk/typescript 0.1.0-alpha.196 2.512.4 0.0.2 syllable-sdk";
33
33
  };
34
34
  //# sourceMappingURL=config.d.ts.map
package/lib/config.js CHANGED
@@ -31,8 +31,8 @@ function serverURLFromOptions(options) {
31
31
  exports.SDK_METADATA = {
32
32
  language: "typescript",
33
33
  openapiDocVersion: "0.0.2",
34
- sdkVersion: "0.1.0-alpha.192",
34
+ sdkVersion: "0.1.0-alpha.196",
35
35
  genVersion: "2.512.4",
36
- userAgent: "speakeasy-sdk/typescript 0.1.0-alpha.192 2.512.4 0.0.2 syllable-sdk",
36
+ userAgent: "speakeasy-sdk/typescript 0.1.0-alpha.196 2.512.4 0.0.2 syllable-sdk",
37
37
  };
38
38
  //# sourceMappingURL=config.js.map
@@ -6,12 +6,24 @@ import { ClosedEnum } from "../../types/enums.js";
6
6
  export declare const AgentVoiceDisplayName: {
7
7
  readonly Alice: "Alice";
8
8
  readonly Alloy: "Alloy";
9
+ readonly AoedeEnglish: "Aoede (English)";
10
+ readonly AoedeKorean: "Aoede (Korean)";
11
+ readonly AoedeMandarin: "Aoede (Mandarin)";
12
+ readonly AoedeSpanish: "Aoede (Spanish)";
13
+ readonly AoedeThai: "Aoede (Thai)";
14
+ readonly AoedeVietnamese: "Aoede (Vietnamese)";
9
15
  readonly Ash: "Ash";
10
16
  readonly Bill: "Bill";
11
17
  readonly Brian: "Brian";
12
18
  readonly Callum: "Callum";
13
19
  readonly Charlie: "Charlie";
14
20
  readonly Charlotte: "Charlotte";
21
+ readonly CharonEnglish: "Charon (English)";
22
+ readonly CharonKorean: "Charon (Korean)";
23
+ readonly CharonMandarin: "Charon (Mandarin)";
24
+ readonly CharonSpanish: "Charon (Spanish)";
25
+ readonly CharonThai: "Charon (Thai)";
26
+ readonly CharonVietnamese: "Charon (Vietnamese)";
15
27
  readonly Chris: "Chris";
16
28
  readonly CmnTWWavenetA: "cmn-TW-Wavenet-A";
17
29
  readonly Coral: "Coral";
@@ -25,15 +37,45 @@ export declare const AgentVoiceDisplayName: {
25
37
  readonly EsUSNeural2A: "es-US-Neural2-A";
26
38
  readonly EsUSNeural2B: "es-US-Neural2-B";
27
39
  readonly Fable: "Fable";
40
+ readonly FenrirEnglish: "Fenrir (English)";
41
+ readonly FenrirKorean: "Fenrir (Korean)";
42
+ readonly FenrirMandarin: "Fenrir (Mandarin)";
43
+ readonly FenrirSpanish: "Fenrir (Spanish)";
44
+ readonly FenrirThai: "Fenrir (Thai)";
45
+ readonly FenrirVietnamese: "Fenrir (Vietnamese)";
28
46
  readonly George: "George";
29
47
  readonly Jessica: "Jessica";
30
48
  readonly KoKRNeural2A: "ko-KR-Neural2-A";
49
+ readonly KoreEnglish: "Kore (English)";
50
+ readonly KoreKorean: "Kore (Korean)";
51
+ readonly KoreMandarin: "Kore (Mandarin)";
52
+ readonly KoreSpanish: "Kore (Spanish)";
53
+ readonly KoreThai: "Kore (Thai)";
54
+ readonly KoreVietnamese: "Kore (Vietnamese)";
31
55
  readonly Laura: "Laura";
56
+ readonly LedaEnglish: "Leda (English)";
57
+ readonly LedaKorean: "Leda (Korean)";
58
+ readonly LedaMandarin: "Leda (Mandarin)";
59
+ readonly LedaSpanish: "Leda (Spanish)";
60
+ readonly LedaThai: "Leda (Thai)";
61
+ readonly LedaVietnamese: "Leda (Vietnamese)";
32
62
  readonly Liam: "Liam";
33
63
  readonly Lily: "Lily";
34
64
  readonly Matilda: "Matilda";
35
65
  readonly Nova: "Nova";
36
66
  readonly Onyx: "Onyx";
67
+ readonly OrusEnglish: "Orus (English)";
68
+ readonly OrusKorean: "Orus (Korean)";
69
+ readonly OrusMandarin: "Orus (Mandarin)";
70
+ readonly OrusSpanish: "Orus (Spanish)";
71
+ readonly OrusThai: "Orus (Thai)";
72
+ readonly OrusVietnamese: "Orus (Vietnamese)";
73
+ readonly PuckEnglish: "Puck (English)";
74
+ readonly PuckKorean: "Puck (Korean)";
75
+ readonly PuckMandarin: "Puck (Mandarin)";
76
+ readonly PuckSpanish: "Puck (Spanish)";
77
+ readonly PuckThai: "Puck (Thai)";
78
+ readonly PuckVietnamese: "Puck (Vietnamese)";
37
79
  readonly River: "River";
38
80
  readonly Roger: "Roger";
39
81
  readonly Sarah: "Sarah";
@@ -42,6 +84,12 @@ export declare const AgentVoiceDisplayName: {
42
84
  readonly ViVNNeural2A: "vi-VN-Neural2-A";
43
85
  readonly Will: "Will";
44
86
  readonly YueHKStandardC: "yue-HK-Standard-C";
87
+ readonly ZephyrEnglish: "Zephyr (English)";
88
+ readonly ZephyrKorean: "Zephyr (Korean)";
89
+ readonly ZephyrMandarin: "Zephyr (Mandarin)";
90
+ readonly ZephyrSpanish: "Zephyr (Spanish)";
91
+ readonly ZephyrThai: "Zephyr (Thai)";
92
+ readonly ZephyrVietnamese: "Zephyr (Vietnamese)";
45
93
  };
46
94
  /**
47
95
  * Display names of voices that Syllable supports.
@@ -60,12 +108,24 @@ export declare namespace AgentVoiceDisplayName$ {
60
108
  const inboundSchema: z.ZodNativeEnum<{
61
109
  readonly Alice: "Alice";
62
110
  readonly Alloy: "Alloy";
111
+ readonly AoedeEnglish: "Aoede (English)";
112
+ readonly AoedeKorean: "Aoede (Korean)";
113
+ readonly AoedeMandarin: "Aoede (Mandarin)";
114
+ readonly AoedeSpanish: "Aoede (Spanish)";
115
+ readonly AoedeThai: "Aoede (Thai)";
116
+ readonly AoedeVietnamese: "Aoede (Vietnamese)";
63
117
  readonly Ash: "Ash";
64
118
  readonly Bill: "Bill";
65
119
  readonly Brian: "Brian";
66
120
  readonly Callum: "Callum";
67
121
  readonly Charlie: "Charlie";
68
122
  readonly Charlotte: "Charlotte";
123
+ readonly CharonEnglish: "Charon (English)";
124
+ readonly CharonKorean: "Charon (Korean)";
125
+ readonly CharonMandarin: "Charon (Mandarin)";
126
+ readonly CharonSpanish: "Charon (Spanish)";
127
+ readonly CharonThai: "Charon (Thai)";
128
+ readonly CharonVietnamese: "Charon (Vietnamese)";
69
129
  readonly Chris: "Chris";
70
130
  readonly CmnTWWavenetA: "cmn-TW-Wavenet-A";
71
131
  readonly Coral: "Coral";
@@ -79,15 +139,45 @@ export declare namespace AgentVoiceDisplayName$ {
79
139
  readonly EsUSNeural2A: "es-US-Neural2-A";
80
140
  readonly EsUSNeural2B: "es-US-Neural2-B";
81
141
  readonly Fable: "Fable";
142
+ readonly FenrirEnglish: "Fenrir (English)";
143
+ readonly FenrirKorean: "Fenrir (Korean)";
144
+ readonly FenrirMandarin: "Fenrir (Mandarin)";
145
+ readonly FenrirSpanish: "Fenrir (Spanish)";
146
+ readonly FenrirThai: "Fenrir (Thai)";
147
+ readonly FenrirVietnamese: "Fenrir (Vietnamese)";
82
148
  readonly George: "George";
83
149
  readonly Jessica: "Jessica";
84
150
  readonly KoKRNeural2A: "ko-KR-Neural2-A";
151
+ readonly KoreEnglish: "Kore (English)";
152
+ readonly KoreKorean: "Kore (Korean)";
153
+ readonly KoreMandarin: "Kore (Mandarin)";
154
+ readonly KoreSpanish: "Kore (Spanish)";
155
+ readonly KoreThai: "Kore (Thai)";
156
+ readonly KoreVietnamese: "Kore (Vietnamese)";
85
157
  readonly Laura: "Laura";
158
+ readonly LedaEnglish: "Leda (English)";
159
+ readonly LedaKorean: "Leda (Korean)";
160
+ readonly LedaMandarin: "Leda (Mandarin)";
161
+ readonly LedaSpanish: "Leda (Spanish)";
162
+ readonly LedaThai: "Leda (Thai)";
163
+ readonly LedaVietnamese: "Leda (Vietnamese)";
86
164
  readonly Liam: "Liam";
87
165
  readonly Lily: "Lily";
88
166
  readonly Matilda: "Matilda";
89
167
  readonly Nova: "Nova";
90
168
  readonly Onyx: "Onyx";
169
+ readonly OrusEnglish: "Orus (English)";
170
+ readonly OrusKorean: "Orus (Korean)";
171
+ readonly OrusMandarin: "Orus (Mandarin)";
172
+ readonly OrusSpanish: "Orus (Spanish)";
173
+ readonly OrusThai: "Orus (Thai)";
174
+ readonly OrusVietnamese: "Orus (Vietnamese)";
175
+ readonly PuckEnglish: "Puck (English)";
176
+ readonly PuckKorean: "Puck (Korean)";
177
+ readonly PuckMandarin: "Puck (Mandarin)";
178
+ readonly PuckSpanish: "Puck (Spanish)";
179
+ readonly PuckThai: "Puck (Thai)";
180
+ readonly PuckVietnamese: "Puck (Vietnamese)";
91
181
  readonly River: "River";
92
182
  readonly Roger: "Roger";
93
183
  readonly Sarah: "Sarah";
@@ -96,17 +186,35 @@ export declare namespace AgentVoiceDisplayName$ {
96
186
  readonly ViVNNeural2A: "vi-VN-Neural2-A";
97
187
  readonly Will: "Will";
98
188
  readonly YueHKStandardC: "yue-HK-Standard-C";
189
+ readonly ZephyrEnglish: "Zephyr (English)";
190
+ readonly ZephyrKorean: "Zephyr (Korean)";
191
+ readonly ZephyrMandarin: "Zephyr (Mandarin)";
192
+ readonly ZephyrSpanish: "Zephyr (Spanish)";
193
+ readonly ZephyrThai: "Zephyr (Thai)";
194
+ readonly ZephyrVietnamese: "Zephyr (Vietnamese)";
99
195
  }>;
100
196
  /** @deprecated use `AgentVoiceDisplayName$outboundSchema` instead. */
101
197
  const outboundSchema: z.ZodNativeEnum<{
102
198
  readonly Alice: "Alice";
103
199
  readonly Alloy: "Alloy";
200
+ readonly AoedeEnglish: "Aoede (English)";
201
+ readonly AoedeKorean: "Aoede (Korean)";
202
+ readonly AoedeMandarin: "Aoede (Mandarin)";
203
+ readonly AoedeSpanish: "Aoede (Spanish)";
204
+ readonly AoedeThai: "Aoede (Thai)";
205
+ readonly AoedeVietnamese: "Aoede (Vietnamese)";
104
206
  readonly Ash: "Ash";
105
207
  readonly Bill: "Bill";
106
208
  readonly Brian: "Brian";
107
209
  readonly Callum: "Callum";
108
210
  readonly Charlie: "Charlie";
109
211
  readonly Charlotte: "Charlotte";
212
+ readonly CharonEnglish: "Charon (English)";
213
+ readonly CharonKorean: "Charon (Korean)";
214
+ readonly CharonMandarin: "Charon (Mandarin)";
215
+ readonly CharonSpanish: "Charon (Spanish)";
216
+ readonly CharonThai: "Charon (Thai)";
217
+ readonly CharonVietnamese: "Charon (Vietnamese)";
110
218
  readonly Chris: "Chris";
111
219
  readonly CmnTWWavenetA: "cmn-TW-Wavenet-A";
112
220
  readonly Coral: "Coral";
@@ -120,15 +228,45 @@ export declare namespace AgentVoiceDisplayName$ {
120
228
  readonly EsUSNeural2A: "es-US-Neural2-A";
121
229
  readonly EsUSNeural2B: "es-US-Neural2-B";
122
230
  readonly Fable: "Fable";
231
+ readonly FenrirEnglish: "Fenrir (English)";
232
+ readonly FenrirKorean: "Fenrir (Korean)";
233
+ readonly FenrirMandarin: "Fenrir (Mandarin)";
234
+ readonly FenrirSpanish: "Fenrir (Spanish)";
235
+ readonly FenrirThai: "Fenrir (Thai)";
236
+ readonly FenrirVietnamese: "Fenrir (Vietnamese)";
123
237
  readonly George: "George";
124
238
  readonly Jessica: "Jessica";
125
239
  readonly KoKRNeural2A: "ko-KR-Neural2-A";
240
+ readonly KoreEnglish: "Kore (English)";
241
+ readonly KoreKorean: "Kore (Korean)";
242
+ readonly KoreMandarin: "Kore (Mandarin)";
243
+ readonly KoreSpanish: "Kore (Spanish)";
244
+ readonly KoreThai: "Kore (Thai)";
245
+ readonly KoreVietnamese: "Kore (Vietnamese)";
126
246
  readonly Laura: "Laura";
247
+ readonly LedaEnglish: "Leda (English)";
248
+ readonly LedaKorean: "Leda (Korean)";
249
+ readonly LedaMandarin: "Leda (Mandarin)";
250
+ readonly LedaSpanish: "Leda (Spanish)";
251
+ readonly LedaThai: "Leda (Thai)";
252
+ readonly LedaVietnamese: "Leda (Vietnamese)";
127
253
  readonly Liam: "Liam";
128
254
  readonly Lily: "Lily";
129
255
  readonly Matilda: "Matilda";
130
256
  readonly Nova: "Nova";
131
257
  readonly Onyx: "Onyx";
258
+ readonly OrusEnglish: "Orus (English)";
259
+ readonly OrusKorean: "Orus (Korean)";
260
+ readonly OrusMandarin: "Orus (Mandarin)";
261
+ readonly OrusSpanish: "Orus (Spanish)";
262
+ readonly OrusThai: "Orus (Thai)";
263
+ readonly OrusVietnamese: "Orus (Vietnamese)";
264
+ readonly PuckEnglish: "Puck (English)";
265
+ readonly PuckKorean: "Puck (Korean)";
266
+ readonly PuckMandarin: "Puck (Mandarin)";
267
+ readonly PuckSpanish: "Puck (Spanish)";
268
+ readonly PuckThai: "Puck (Thai)";
269
+ readonly PuckVietnamese: "Puck (Vietnamese)";
132
270
  readonly River: "River";
133
271
  readonly Roger: "Roger";
134
272
  readonly Sarah: "Sarah";
@@ -137,6 +275,12 @@ export declare namespace AgentVoiceDisplayName$ {
137
275
  readonly ViVNNeural2A: "vi-VN-Neural2-A";
138
276
  readonly Will: "Will";
139
277
  readonly YueHKStandardC: "yue-HK-Standard-C";
278
+ readonly ZephyrEnglish: "Zephyr (English)";
279
+ readonly ZephyrKorean: "Zephyr (Korean)";
280
+ readonly ZephyrMandarin: "Zephyr (Mandarin)";
281
+ readonly ZephyrSpanish: "Zephyr (Spanish)";
282
+ readonly ZephyrThai: "Zephyr (Thai)";
283
+ readonly ZephyrVietnamese: "Zephyr (Vietnamese)";
140
284
  }>;
141
285
  }
142
286
  //# sourceMappingURL=agentvoicedisplayname.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"agentvoicedisplayname.d.ts","sourceRoot":"","sources":["../../src/models/components/agentvoicedisplayname.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuCxB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAE7E,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,aAAa,CAC/D,OAAO,qBAAqB,CACS,CAAC;AAExC,gBAAgB;AAChB,eAAO,MAAM,oCAAoC,EAAE,CAAC,CAAC,aAAa,CAChE,OAAO,qBAAqB,CACS,CAAC;AAExC;;;GAGG;AACH,yBAAiB,sBAAsB,CAAC;IACtC,qEAAqE;IAC9D,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAsC,CAAC;IACjE,sEAAsE;IAC/D,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAuC,CAAC;CACpE"}
1
+ {"version":3,"file":"agentvoicedisplayname.d.ts","sourceRoot":"","sources":["../../src/models/components/agentvoicedisplayname.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuFxB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAE7E,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,aAAa,CAC/D,OAAO,qBAAqB,CACS,CAAC;AAExC,gBAAgB;AAChB,eAAO,MAAM,oCAAoC,EAAE,CAAC,CAAC,aAAa,CAChE,OAAO,qBAAqB,CACS,CAAC;AAExC;;;GAGG;AACH,yBAAiB,sBAAsB,CAAC;IACtC,qEAAqE;IAC9D,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAsC,CAAC;IACjE,sEAAsE;IAC/D,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAuC,CAAC;CACpE"}
@@ -34,12 +34,24 @@ const z = __importStar(require("zod"));
34
34
  exports.AgentVoiceDisplayName = {
35
35
  Alice: "Alice",
36
36
  Alloy: "Alloy",
37
+ AoedeEnglish: "Aoede (English)",
38
+ AoedeKorean: "Aoede (Korean)",
39
+ AoedeMandarin: "Aoede (Mandarin)",
40
+ AoedeSpanish: "Aoede (Spanish)",
41
+ AoedeThai: "Aoede (Thai)",
42
+ AoedeVietnamese: "Aoede (Vietnamese)",
37
43
  Ash: "Ash",
38
44
  Bill: "Bill",
39
45
  Brian: "Brian",
40
46
  Callum: "Callum",
41
47
  Charlie: "Charlie",
42
48
  Charlotte: "Charlotte",
49
+ CharonEnglish: "Charon (English)",
50
+ CharonKorean: "Charon (Korean)",
51
+ CharonMandarin: "Charon (Mandarin)",
52
+ CharonSpanish: "Charon (Spanish)",
53
+ CharonThai: "Charon (Thai)",
54
+ CharonVietnamese: "Charon (Vietnamese)",
43
55
  Chris: "Chris",
44
56
  CmnTWWavenetA: "cmn-TW-Wavenet-A",
45
57
  Coral: "Coral",
@@ -53,15 +65,45 @@ exports.AgentVoiceDisplayName = {
53
65
  EsUSNeural2A: "es-US-Neural2-A",
54
66
  EsUSNeural2B: "es-US-Neural2-B",
55
67
  Fable: "Fable",
68
+ FenrirEnglish: "Fenrir (English)",
69
+ FenrirKorean: "Fenrir (Korean)",
70
+ FenrirMandarin: "Fenrir (Mandarin)",
71
+ FenrirSpanish: "Fenrir (Spanish)",
72
+ FenrirThai: "Fenrir (Thai)",
73
+ FenrirVietnamese: "Fenrir (Vietnamese)",
56
74
  George: "George",
57
75
  Jessica: "Jessica",
58
76
  KoKRNeural2A: "ko-KR-Neural2-A",
77
+ KoreEnglish: "Kore (English)",
78
+ KoreKorean: "Kore (Korean)",
79
+ KoreMandarin: "Kore (Mandarin)",
80
+ KoreSpanish: "Kore (Spanish)",
81
+ KoreThai: "Kore (Thai)",
82
+ KoreVietnamese: "Kore (Vietnamese)",
59
83
  Laura: "Laura",
84
+ LedaEnglish: "Leda (English)",
85
+ LedaKorean: "Leda (Korean)",
86
+ LedaMandarin: "Leda (Mandarin)",
87
+ LedaSpanish: "Leda (Spanish)",
88
+ LedaThai: "Leda (Thai)",
89
+ LedaVietnamese: "Leda (Vietnamese)",
60
90
  Liam: "Liam",
61
91
  Lily: "Lily",
62
92
  Matilda: "Matilda",
63
93
  Nova: "Nova",
64
94
  Onyx: "Onyx",
95
+ OrusEnglish: "Orus (English)",
96
+ OrusKorean: "Orus (Korean)",
97
+ OrusMandarin: "Orus (Mandarin)",
98
+ OrusSpanish: "Orus (Spanish)",
99
+ OrusThai: "Orus (Thai)",
100
+ OrusVietnamese: "Orus (Vietnamese)",
101
+ PuckEnglish: "Puck (English)",
102
+ PuckKorean: "Puck (Korean)",
103
+ PuckMandarin: "Puck (Mandarin)",
104
+ PuckSpanish: "Puck (Spanish)",
105
+ PuckThai: "Puck (Thai)",
106
+ PuckVietnamese: "Puck (Vietnamese)",
65
107
  River: "River",
66
108
  Roger: "Roger",
67
109
  Sarah: "Sarah",
@@ -70,6 +112,12 @@ exports.AgentVoiceDisplayName = {
70
112
  ViVNNeural2A: "vi-VN-Neural2-A",
71
113
  Will: "Will",
72
114
  YueHKStandardC: "yue-HK-Standard-C",
115
+ ZephyrEnglish: "Zephyr (English)",
116
+ ZephyrKorean: "Zephyr (Korean)",
117
+ ZephyrMandarin: "Zephyr (Mandarin)",
118
+ ZephyrSpanish: "Zephyr (Spanish)",
119
+ ZephyrThai: "Zephyr (Thai)",
120
+ ZephyrVietnamese: "Zephyr (Vietnamese)",
73
121
  };
74
122
  /** @internal */
75
123
  exports.AgentVoiceDisplayName$inboundSchema = z.nativeEnum(exports.AgentVoiceDisplayName);
@@ -1 +1 @@
1
- {"version":3,"file":"agentvoicedisplayname.js","sourceRoot":"","sources":["../../src/models/components/agentvoicedisplayname.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAGzB;;GAEG;AACU,QAAA,qBAAqB,GAAG;IACnC,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;IAClB,SAAS,EAAE,WAAW;IACtB,KAAK,EAAE,OAAO;IACd,aAAa,EAAE,kBAAkB;IACjC,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,MAAM;IACZ,YAAY,EAAE,iBAAiB;IAC/B,YAAY,EAAE,iBAAiB;IAC/B,YAAY,EAAE,iBAAiB;IAC/B,WAAW,EAAE,gBAAgB;IAC7B,IAAI,EAAE,MAAM;IACZ,YAAY,EAAE,iBAAiB;IAC/B,YAAY,EAAE,iBAAiB;IAC/B,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;IAClB,YAAY,EAAE,iBAAiB;IAC/B,KAAK,EAAE,OAAO;IACd,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,SAAS;IAClB,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,SAAS;IAClB,YAAY,EAAE,iBAAiB;IAC/B,IAAI,EAAE,MAAM;IACZ,cAAc,EAAE,mBAAmB;CAC3B,CAAC;AAMX,gBAAgB;AACH,QAAA,mCAAmC,GAE5C,CAAC,CAAC,UAAU,CAAC,6BAAqB,CAAC,CAAC;AAExC,gBAAgB;AACH,QAAA,oCAAoC,GAE7C,2CAAmC,CAAC;AAExC;;;GAGG;AACH,IAAiB,sBAAsB,CAKtC;AALD,WAAiB,sBAAsB;IACrC,qEAAqE;IACxD,oCAAa,GAAG,2CAAmC,CAAC;IACjE,sEAAsE;IACzD,qCAAc,GAAG,4CAAoC,CAAC;AACrE,CAAC,EALgB,sBAAsB,sCAAtB,sBAAsB,QAKtC"}
1
+ {"version":3,"file":"agentvoicedisplayname.js","sourceRoot":"","sources":["../../src/models/components/agentvoicedisplayname.ts"],"names":[],"mappings":"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"}
@@ -4,6 +4,7 @@ import { ClosedEnum } from "../../types/enums.js";
4
4
  * Model for an agent voice.
5
5
  */
6
6
  export declare const AgentVoiceModel: {
7
+ readonly Chirp3HD: "Chirp 3 HD";
7
8
  readonly ElevenFlashV25: "eleven_flash_v2_5";
8
9
  readonly Neural2: "Neural2";
9
10
  readonly Standard: "Standard";
@@ -27,6 +28,7 @@ export declare const AgentVoiceModel$outboundSchema: z.ZodNativeEnum<typeof Agen
27
28
  export declare namespace AgentVoiceModel$ {
28
29
  /** @deprecated use `AgentVoiceModel$inboundSchema` instead. */
29
30
  const inboundSchema: z.ZodNativeEnum<{
31
+ readonly Chirp3HD: "Chirp 3 HD";
30
32
  readonly ElevenFlashV25: "eleven_flash_v2_5";
31
33
  readonly Neural2: "Neural2";
32
34
  readonly Standard: "Standard";
@@ -37,6 +39,7 @@ export declare namespace AgentVoiceModel$ {
37
39
  }>;
38
40
  /** @deprecated use `AgentVoiceModel$outboundSchema` instead. */
39
41
  const outboundSchema: z.ZodNativeEnum<{
42
+ readonly Chirp3HD: "Chirp 3 HD";
40
43
  readonly ElevenFlashV25: "eleven_flash_v2_5";
41
44
  readonly Neural2: "Neural2";
42
45
  readonly Standard: "Standard";
@@ -1 +1 @@
1
- {"version":3,"file":"agentvoicemodel.d.ts","sourceRoot":"","sources":["../../src/models/components/agentvoicemodel.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,eAAe;;;;;;;;CAQlB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;AAEjE,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,aAAa,CACzD,OAAO,eAAe,CACS,CAAC;AAElC,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,aAAa,CAC1D,OAAO,eAAe,CACS,CAAC;AAElC;;;GAGG;AACH,yBAAiB,gBAAgB,CAAC;IAChC,+DAA+D;IACxD,MAAM,aAAa;;;;;;;;MAAgC,CAAC;IAC3D,gEAAgE;IACzD,MAAM,cAAc;;;;;;;;MAAiC,CAAC;CAC9D"}
1
+ {"version":3,"file":"agentvoicemodel.d.ts","sourceRoot":"","sources":["../../src/models/components/agentvoicemodel.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,eAAe;;;;;;;;;CASlB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;AAEjE,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,aAAa,CACzD,OAAO,eAAe,CACS,CAAC;AAElC,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,aAAa,CAC1D,OAAO,eAAe,CACS,CAAC;AAElC;;;GAGG;AACH,yBAAiB,gBAAgB,CAAC;IAChC,+DAA+D;IACxD,MAAM,aAAa;;;;;;;;;MAAgC,CAAC;IAC3D,gEAAgE;IACzD,MAAM,cAAc;;;;;;;;;MAAiC,CAAC;CAC9D"}
@@ -32,6 +32,7 @@ const z = __importStar(require("zod"));
32
32
  * Model for an agent voice.
33
33
  */
34
34
  exports.AgentVoiceModel = {
35
+ Chirp3HD: "Chirp 3 HD",
35
36
  ElevenFlashV25: "eleven_flash_v2_5",
36
37
  Neural2: "Neural2",
37
38
  Standard: "Standard",
@@ -1 +1 @@
1
- {"version":3,"file":"agentvoicemodel.js","sourceRoot":"","sources":["../../src/models/components/agentvoicemodel.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAGzB;;GAEG;AACU,QAAA,eAAe,GAAG;IAC7B,cAAc,EAAE,mBAAmB;IACnC,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;IAClB,IAAI,EAAE,OAAO;IACb,YAAY,EAAE,iBAAiB;CACvB,CAAC;AAMX,gBAAgB;AACH,QAAA,6BAA6B,GAEtC,CAAC,CAAC,UAAU,CAAC,uBAAe,CAAC,CAAC;AAElC,gBAAgB;AACH,QAAA,8BAA8B,GAEvC,qCAA6B,CAAC;AAElC;;;GAGG;AACH,IAAiB,gBAAgB,CAKhC;AALD,WAAiB,gBAAgB;IAC/B,+DAA+D;IAClD,8BAAa,GAAG,qCAA6B,CAAC;IAC3D,gEAAgE;IACnD,+BAAc,GAAG,sCAA8B,CAAC;AAC/D,CAAC,EALgB,gBAAgB,gCAAhB,gBAAgB,QAKhC"}
1
+ {"version":3,"file":"agentvoicemodel.js","sourceRoot":"","sources":["../../src/models/components/agentvoicemodel.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAGzB;;GAEG;AACU,QAAA,eAAe,GAAG;IAC7B,QAAQ,EAAE,YAAY;IACtB,cAAc,EAAE,mBAAmB;IACnC,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;IAClB,IAAI,EAAE,OAAO;IACb,YAAY,EAAE,iBAAiB;CACvB,CAAC;AAMX,gBAAgB;AACH,QAAA,6BAA6B,GAEtC,CAAC,CAAC,UAAU,CAAC,uBAAe,CAAC,CAAC;AAElC,gBAAgB;AACH,QAAA,8BAA8B,GAEvC,qCAA6B,CAAC;AAElC;;;GAGG;AACH,IAAiB,gBAAgB,CAKhC;AALD,WAAiB,gBAAgB;IAC/B,+DAA+D;IAClD,8BAAa,GAAG,qCAA6B,CAAC;IAC3D,gEAAgE;IACnD,+BAAc,GAAG,sCAA8B,CAAC;AAC/D,CAAC,EALgB,gBAAgB,gCAAhB,gBAAgB,QAKhC"}