voice-router-dev 0.7.9 → 0.8.1
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/CHANGELOG.md +202 -1
- package/README.md +21 -2
- package/dist/constants.d.mts +600 -12
- package/dist/constants.d.ts +600 -12
- package/dist/constants.js +548 -5
- package/dist/constants.mjs +537 -5
- package/dist/{field-configs-CaXYfrJg.d.mts → field-configs-CDVygOte.d.mts} +26 -20
- package/dist/{field-configs-CaXYfrJg.d.ts → field-configs-CDVygOte.d.ts} +26 -20
- package/dist/field-configs.d.mts +1 -1
- package/dist/field-configs.d.ts +1 -1
- package/dist/field-configs.js +7 -4
- package/dist/field-configs.mjs +7 -4
- package/dist/index.d.mts +3184 -1367
- package/dist/index.d.ts +3184 -1367
- package/dist/index.js +1529 -105
- package/dist/index.mjs +1521 -105
- package/dist/{provider-metadata-DVQcYIHe.d.mts → provider-metadata-BnkedpXm.d.mts} +34 -4
- package/dist/{provider-metadata-Derls1wa.d.ts → provider-metadata-DbsSGAO7.d.ts} +34 -4
- package/dist/provider-metadata.d.mts +2 -2
- package/dist/provider-metadata.d.ts +2 -2
- package/dist/provider-metadata.js +349 -9
- package/dist/provider-metadata.mjs +345 -9
- package/dist/{transcriptWebhookNotification-BTxv69ck.d.ts → transcriptWebhookNotification-BJk1CEF5.d.ts} +712 -9
- package/dist/{transcriptWebhookNotification-DCcbnAKP.d.mts → transcriptWebhookNotification-CNFpns9f.d.mts} +712 -9
- package/dist/webhooks.d.mts +102 -5
- package/dist/webhooks.d.ts +102 -5
- package/dist/webhooks.js +342 -39
- package/dist/webhooks.mjs +340 -39
- package/package.json +11 -5
|
@@ -11,7 +11,7 @@ import './constants.mjs';
|
|
|
11
11
|
/**
|
|
12
12
|
* Supported transcription provider identifiers
|
|
13
13
|
*/
|
|
14
|
-
type TranscriptionProvider = "gladia" | "assemblyai" | "deepgram" | "openai-whisper" | "azure-stt" | "speechmatics" | "soniox";
|
|
14
|
+
type TranscriptionProvider = "gladia" | "assemblyai" | "deepgram" | "openai-whisper" | "azure-stt" | "speechmatics" | "soniox" | "elevenlabs";
|
|
15
15
|
/**
|
|
16
16
|
* Provider capability flags
|
|
17
17
|
*
|
|
@@ -215,6 +215,22 @@ declare const SonioxCapabilities: {
|
|
|
215
215
|
readonly listTranscripts: false;
|
|
216
216
|
readonly deleteTranscript: false;
|
|
217
217
|
};
|
|
218
|
+
/**
|
|
219
|
+
* ElevenLabs provider capabilities
|
|
220
|
+
*/
|
|
221
|
+
declare const ElevenLabsCapabilities: {
|
|
222
|
+
readonly streaming: true;
|
|
223
|
+
readonly diarization: true;
|
|
224
|
+
readonly wordTimestamps: true;
|
|
225
|
+
readonly languageDetection: true;
|
|
226
|
+
readonly customVocabulary: true;
|
|
227
|
+
readonly summarization: false;
|
|
228
|
+
readonly sentimentAnalysis: false;
|
|
229
|
+
readonly entityDetection: true;
|
|
230
|
+
readonly piiRedaction: true;
|
|
231
|
+
readonly listTranscripts: false;
|
|
232
|
+
readonly deleteTranscript: false;
|
|
233
|
+
};
|
|
218
234
|
/**
|
|
219
235
|
* All provider capabilities in a single map
|
|
220
236
|
*
|
|
@@ -331,6 +347,19 @@ declare const ProviderCapabilitiesMap: {
|
|
|
331
347
|
readonly listTranscripts: false;
|
|
332
348
|
readonly deleteTranscript: false;
|
|
333
349
|
};
|
|
350
|
+
readonly elevenlabs: {
|
|
351
|
+
readonly streaming: true;
|
|
352
|
+
readonly diarization: true;
|
|
353
|
+
readonly wordTimestamps: true;
|
|
354
|
+
readonly languageDetection: true;
|
|
355
|
+
readonly customVocabulary: true;
|
|
356
|
+
readonly summarization: false;
|
|
357
|
+
readonly sentimentAnalysis: false;
|
|
358
|
+
readonly entityDetection: true;
|
|
359
|
+
readonly piiRedaction: true;
|
|
360
|
+
readonly listTranscripts: false;
|
|
361
|
+
readonly deleteTranscript: false;
|
|
362
|
+
};
|
|
334
363
|
};
|
|
335
364
|
/**
|
|
336
365
|
* Type utility to extract providers where a capability is true
|
|
@@ -526,9 +555,10 @@ declare const AllLanguageCodes: {
|
|
|
526
555
|
readonly assemblyai: ("af" | "am" | "ar" | "as" | "az" | "ba" | "be" | "bg" | "bn" | "bo" | "br" | "bs" | "ca" | "cs" | "cy" | "da" | "de" | "el" | "en" | "es" | "et" | "eu" | "fa" | "fi" | "fo" | "fr" | "gl" | "gu" | "ha" | "haw" | "he" | "hi" | "hr" | "ht" | "hu" | "hy" | "id" | "is" | "it" | "ja" | "jw" | "ka" | "kk" | "km" | "kn" | "ko" | "la" | "lb" | "ln" | "lo" | "lt" | "lv" | "mg" | "mi" | "mk" | "ml" | "mn" | "mr" | "ms" | "mt" | "my" | "ne" | "nl" | "nn" | "no" | "oc" | "pa" | "pl" | "ps" | "pt" | "ro" | "ru" | "sa" | "sd" | "si" | "sk" | "sl" | "sn" | "so" | "sq" | "sr" | "su" | "sv" | "sw" | "ta" | "te" | "tg" | "th" | "tk" | "tl" | "tr" | "tt" | "uk" | "ur" | "uz" | "vi" | "yi" | "yo" | "zh" | "en_au" | "en_uk" | "en_us")[];
|
|
527
556
|
readonly deepgram: readonly ["en", "en-US", "en-GB", "en-AU", "en-IN", "es", "es-419", "fr", "fr-CA", "de", "it", "pt", "pt-BR", "nl", "ru", "uk", "pl", "cs", "sk", "hu", "ro", "bg", "hr", "sl", "el", "tr", "fi", "sv", "da", "no", "et", "lv", "lt", "zh", "zh-CN", "zh-TW", "ja", "ko", "th", "vi", "id", "ms", "tl", "hi", "ta", "te", "bn", "ar"];
|
|
528
557
|
readonly "openai-whisper": readonly ["en", "es", "fr", "de", "it", "pt", "nl", "ru", "zh", "ja", "ko", "ar", "hi", "pl", "uk", "cs", "ro", "hu", "el", "tr", "fi", "sv", "da", "no", "th", "vi", "id", "ms", "he", "fa"];
|
|
529
|
-
readonly "azure-stt": readonly ["af-ZA", "am-ET", "ar-AE", "ar-BH", "ar-DZ", "ar-EG", "ar-IL", "ar-IQ", "ar-JO", "ar-KW", "ar-LB", "ar-LY", "ar-MA", "ar-OM", "ar-PS", "ar-QA", "ar-SA", "ar-SY", "ar-TN", "ar-YE", "as-IN", "az-AZ", "be-BY", "bg-BG", "bn-BD", "bn-IN", "bs-BA", "ca-ES", "cs-CZ", "cy-GB", "da-DK", "de-AT", "de-CH", "de-DE", "el-GR", "en-AU", "en-CA", "en-GB", "en-GH", "en-HK", "en-IE", "en-IN", "en-KE", "en-NG", "en-NZ", "en-PH", "en-SG", "en-TZ", "en-US", "en-ZA", "es-AR", "es-BO", "es-CL", "es-CO", "es-CR", "es-CU", "es-DO", "es-EC", "es-ES", "es-GQ", "es-GT", "es-HN", "es-MX", "es-NI", "es-PA", "es-PE", "es-PR", "es-PY", "es-SV", "es-US", "es-UY", "es-VE", "et-EE", "eu-ES", "fa-IR", "fi-FI", "fil-PH", "fr-BE", "fr-CA", "fr-CH", "fr-FR", "ga-IE", "gl-ES", "gu-IN", "he-IL", "hi-IN", "hr-HR", "hu-HU", "hy-AM", "id-ID", "is-IS", "it-CH", "it-IT", "ja-JP", "jv-ID", "ka-GE", "kk-KZ", "km-KH", "kn-IN", "ko-KR", "lo-LA", "lt-LT", "lv-LV", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "ms-MY", "mt-MT", "my-MM", "nan-CN", "nb-NO", "ne-NP", "nl-BE", "nl-NL", "
|
|
530
|
-
readonly speechmatics: readonly ["auto", "ar", "ba", "be", "bg", "bn", "ca", "cmn", "cmn_en", "cmn_en_ms_ta", "cs", "cy", "da", "de", "el", "en", "en_ms", "en_ta", "eo", "es", "et", "eu", "fa", "fi", "fr", "ga", "gl", "he", "hi", "hr", "hu", "ia", "id", "it", "ja", "ko", "lt", "lv", "mn", "mr", "ms", "mt", "nl", "nn", "no", "pl", "pt", "ro", "ru", "sk", "sl", "sv", "sw", "ta", "th", "tl", "tr", "ug", "uk", "ur", "vi", "yue"];
|
|
558
|
+
readonly "azure-stt": readonly ["af-ZA", "am-ET", "ar-AE", "ar-BH", "ar-DZ", "ar-EG", "ar-IL", "ar-IQ", "ar-JO", "ar-KW", "ar-LB", "ar-LY", "ar-MA", "ar-OM", "ar-PS", "ar-QA", "ar-SA", "ar-SY", "ar-TN", "ar-YE", "as-IN", "az-AZ", "be-BY", "bg-BG", "bn-BD", "bn-IN", "bs-BA", "ca-ES", "cs-CZ", "cy-GB", "da-DK", "de-AT", "de-CH", "de-DE", "el-GR", "en-AU", "en-CA", "en-GB", "en-GH", "en-HK", "en-IE", "en-IN", "en-KE", "en-NG", "en-NZ", "en-PH", "en-SG", "en-TZ", "en-US", "en-ZA", "es-AR", "es-BO", "es-CL", "es-CO", "es-CR", "es-CU", "es-DO", "es-EC", "es-ES", "es-GQ", "es-GT", "es-HN", "es-MX", "es-NI", "es-PA", "es-PE", "es-PR", "es-PY", "es-SV", "es-US", "es-UY", "es-VE", "et-EE", "eu-ES", "fa-IR", "fi-FI", "fil-PH", "fr-BE", "fr-CA", "fr-CH", "fr-FR", "ga-IE", "gl-ES", "gu-IN", "he-IL", "hi-IN", "hr-HR", "hu-HU", "hy-AM", "id-ID", "is-IS", "it-CH", "it-IT", "ja-JP", "jv-ID", "ka-GE", "kk-KZ", "km-KH", "kn-IN", "ko-KR", "lo-LA", "lt-LT", "lv-LV", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "ms-MY", "mt-MT", "my-MM", "nan-CN", "nb-NO", "ne-NP", "nl-BE", "nl-NL", "or-IN", "pa-IN", "pl-PL", "ps-AF", "pt-BR", "pt-PT", "ro-RO", "ru-RU", "si-LK", "sk-SK", "sl-SI", "so-SO", "sq-AL", "sr-ME", "sr-RS", "sr-XK", "su-ID", "sv-SE", "sw-KE", "sw-TZ", "ta-IN", "ta-LK", "ta-MY", "ta-SG", "te-IN", "th-TH", "tr-TR", "uk-UA", "ur-IN", "ur-PK", "uz-UZ", "vi-VN", "wuu-CN", "yue-CN", "zh-CN", "zh-HK", "zh-SG", "zh-TW", "zu-ZA"];
|
|
559
|
+
readonly speechmatics: readonly ["auto", "ar", "ar_en", "ba", "be", "bg", "bn", "ca", "cmn", "cmn_en", "cmn_en_ms_ta", "cs", "cy", "da", "de", "el", "en", "en_ms", "en_ta", "eo", "es", "et", "eu", "fa", "fi", "fr", "ga", "gl", "he", "hi", "hr", "hu", "ia", "id", "it", "ja", "ko", "lt", "lv", "mn", "mr", "ms", "mt", "nl", "nn", "no", "pl", "pt", "ro", "ru", "sk", "sl", "sv", "sw", "ta", "th", "tl", "tr", "ug", "uk", "ur", "vi", "yue"];
|
|
531
560
|
readonly soniox: readonly ["af", "sq", "ar", "az", "eu", "be", "bn", "bs", "bg", "ca", "zh", "hr", "cs", "da", "nl", "en", "et", "fi", "fr", "gl", "de", "el", "gu", "he", "hi", "hu", "id", "it", "ja", "kn", "kk", "ko", "lv", "lt", "mk", "ms", "ml", "mr", "no", "fa", "pl", "pt", "pa", "ro", "ru", "sr", "sk", "sl", "es", "sw", "sv", "tl", "ta", "te", "th", "tr", "uk", "ur", "vi", "cy"];
|
|
561
|
+
readonly elevenlabs: readonly ["en", "zh", "de", "es", "ru", "ko", "fr", "ja", "pt", "tr", "pl", "ca", "nl", "ar", "sv", "it", "id", "hi", "fi", "vi", "he", "uk", "el", "ms", "cs", "ro", "da", "hu", "ta", "no", "th", "ur", "hr", "bg", "lt", "la", "mi", "ml", "cy", "sk", "te", "fa", "lv", "bn", "sr", "az", "sl", "kn", "et", "mk", "br", "eu", "is", "hy", "ne", "mn", "bs", "kk", "sq", "sw", "gl", "mr", "pa", "si", "km", "sn", "yo", "so", "af", "oc", "ka", "be", "tg", "sd", "gu", "am", "yi", "lo", "uz", "fo", "ht", "ps", "tk", "nn", "mt", "sa", "lb", "my", "bo", "tl", "mg", "as", "tt", "haw", "ln", "ha", "ba", "jw", "su"];
|
|
532
562
|
};
|
|
533
563
|
/**
|
|
534
564
|
* Human-readable provider names for UI display
|
|
@@ -555,4 +585,4 @@ declare const StreamingProviders: readonly TranscriptionProvider[];
|
|
|
555
585
|
*/
|
|
556
586
|
declare const BatchOnlyProviders: readonly TranscriptionProvider[];
|
|
557
587
|
|
|
558
|
-
export { type AudioInput as A, type BatchOnlyProviderType as B, CapabilityKeys as C, DeepgramCapabilities as D, GladiaCapabilities as G, LanguageLabels as L, OpenAICapabilities as O, type ProviderCapabilities as P, SpeechmaticsCapabilities as S, type TranscriptionProvider as T, AssemblyAICapabilities as a, AzureCapabilities as b, SonioxCapabilities as c, ProviderCapabilitiesMap as d, type StreamingProviderType as e, CapabilityLabels as f, type LanguageCode as g, GladiaLanguageCodes as h, AssemblyAILanguageCodes as i, DeepgramLanguageCodes as j, AllLanguageCodes as k, ProviderDisplayNames as l, ProviderWebsites as m, ProviderDocs as n, AllProviders as o, StreamingProviders as p, BatchOnlyProviders as q };
|
|
588
|
+
export { type AudioInput as A, type BatchOnlyProviderType as B, CapabilityKeys as C, DeepgramCapabilities as D, ElevenLabsCapabilities as E, GladiaCapabilities as G, LanguageLabels as L, OpenAICapabilities as O, type ProviderCapabilities as P, SpeechmaticsCapabilities as S, type TranscriptionProvider as T, AssemblyAICapabilities as a, AzureCapabilities as b, SonioxCapabilities as c, ProviderCapabilitiesMap as d, type StreamingProviderType as e, CapabilityLabels as f, type LanguageCode as g, GladiaLanguageCodes as h, AssemblyAILanguageCodes as i, DeepgramLanguageCodes as j, AllLanguageCodes as k, ProviderDisplayNames as l, ProviderWebsites as m, ProviderDocs as n, AllProviders as o, StreamingProviders as p, BatchOnlyProviders as q };
|
|
@@ -11,7 +11,7 @@ import './constants.js';
|
|
|
11
11
|
/**
|
|
12
12
|
* Supported transcription provider identifiers
|
|
13
13
|
*/
|
|
14
|
-
type TranscriptionProvider = "gladia" | "assemblyai" | "deepgram" | "openai-whisper" | "azure-stt" | "speechmatics" | "soniox";
|
|
14
|
+
type TranscriptionProvider = "gladia" | "assemblyai" | "deepgram" | "openai-whisper" | "azure-stt" | "speechmatics" | "soniox" | "elevenlabs";
|
|
15
15
|
/**
|
|
16
16
|
* Provider capability flags
|
|
17
17
|
*
|
|
@@ -215,6 +215,22 @@ declare const SonioxCapabilities: {
|
|
|
215
215
|
readonly listTranscripts: false;
|
|
216
216
|
readonly deleteTranscript: false;
|
|
217
217
|
};
|
|
218
|
+
/**
|
|
219
|
+
* ElevenLabs provider capabilities
|
|
220
|
+
*/
|
|
221
|
+
declare const ElevenLabsCapabilities: {
|
|
222
|
+
readonly streaming: true;
|
|
223
|
+
readonly diarization: true;
|
|
224
|
+
readonly wordTimestamps: true;
|
|
225
|
+
readonly languageDetection: true;
|
|
226
|
+
readonly customVocabulary: true;
|
|
227
|
+
readonly summarization: false;
|
|
228
|
+
readonly sentimentAnalysis: false;
|
|
229
|
+
readonly entityDetection: true;
|
|
230
|
+
readonly piiRedaction: true;
|
|
231
|
+
readonly listTranscripts: false;
|
|
232
|
+
readonly deleteTranscript: false;
|
|
233
|
+
};
|
|
218
234
|
/**
|
|
219
235
|
* All provider capabilities in a single map
|
|
220
236
|
*
|
|
@@ -331,6 +347,19 @@ declare const ProviderCapabilitiesMap: {
|
|
|
331
347
|
readonly listTranscripts: false;
|
|
332
348
|
readonly deleteTranscript: false;
|
|
333
349
|
};
|
|
350
|
+
readonly elevenlabs: {
|
|
351
|
+
readonly streaming: true;
|
|
352
|
+
readonly diarization: true;
|
|
353
|
+
readonly wordTimestamps: true;
|
|
354
|
+
readonly languageDetection: true;
|
|
355
|
+
readonly customVocabulary: true;
|
|
356
|
+
readonly summarization: false;
|
|
357
|
+
readonly sentimentAnalysis: false;
|
|
358
|
+
readonly entityDetection: true;
|
|
359
|
+
readonly piiRedaction: true;
|
|
360
|
+
readonly listTranscripts: false;
|
|
361
|
+
readonly deleteTranscript: false;
|
|
362
|
+
};
|
|
334
363
|
};
|
|
335
364
|
/**
|
|
336
365
|
* Type utility to extract providers where a capability is true
|
|
@@ -526,9 +555,10 @@ declare const AllLanguageCodes: {
|
|
|
526
555
|
readonly assemblyai: ("af" | "am" | "ar" | "as" | "az" | "ba" | "be" | "bg" | "bn" | "bo" | "br" | "bs" | "ca" | "cs" | "cy" | "da" | "de" | "el" | "en" | "es" | "et" | "eu" | "fa" | "fi" | "fo" | "fr" | "gl" | "gu" | "ha" | "haw" | "he" | "hi" | "hr" | "ht" | "hu" | "hy" | "id" | "is" | "it" | "ja" | "jw" | "ka" | "kk" | "km" | "kn" | "ko" | "la" | "lb" | "ln" | "lo" | "lt" | "lv" | "mg" | "mi" | "mk" | "ml" | "mn" | "mr" | "ms" | "mt" | "my" | "ne" | "nl" | "nn" | "no" | "oc" | "pa" | "pl" | "ps" | "pt" | "ro" | "ru" | "sa" | "sd" | "si" | "sk" | "sl" | "sn" | "so" | "sq" | "sr" | "su" | "sv" | "sw" | "ta" | "te" | "tg" | "th" | "tk" | "tl" | "tr" | "tt" | "uk" | "ur" | "uz" | "vi" | "yi" | "yo" | "zh" | "en_au" | "en_uk" | "en_us")[];
|
|
527
556
|
readonly deepgram: readonly ["en", "en-US", "en-GB", "en-AU", "en-IN", "es", "es-419", "fr", "fr-CA", "de", "it", "pt", "pt-BR", "nl", "ru", "uk", "pl", "cs", "sk", "hu", "ro", "bg", "hr", "sl", "el", "tr", "fi", "sv", "da", "no", "et", "lv", "lt", "zh", "zh-CN", "zh-TW", "ja", "ko", "th", "vi", "id", "ms", "tl", "hi", "ta", "te", "bn", "ar"];
|
|
528
557
|
readonly "openai-whisper": readonly ["en", "es", "fr", "de", "it", "pt", "nl", "ru", "zh", "ja", "ko", "ar", "hi", "pl", "uk", "cs", "ro", "hu", "el", "tr", "fi", "sv", "da", "no", "th", "vi", "id", "ms", "he", "fa"];
|
|
529
|
-
readonly "azure-stt": readonly ["af-ZA", "am-ET", "ar-AE", "ar-BH", "ar-DZ", "ar-EG", "ar-IL", "ar-IQ", "ar-JO", "ar-KW", "ar-LB", "ar-LY", "ar-MA", "ar-OM", "ar-PS", "ar-QA", "ar-SA", "ar-SY", "ar-TN", "ar-YE", "as-IN", "az-AZ", "be-BY", "bg-BG", "bn-BD", "bn-IN", "bs-BA", "ca-ES", "cs-CZ", "cy-GB", "da-DK", "de-AT", "de-CH", "de-DE", "el-GR", "en-AU", "en-CA", "en-GB", "en-GH", "en-HK", "en-IE", "en-IN", "en-KE", "en-NG", "en-NZ", "en-PH", "en-SG", "en-TZ", "en-US", "en-ZA", "es-AR", "es-BO", "es-CL", "es-CO", "es-CR", "es-CU", "es-DO", "es-EC", "es-ES", "es-GQ", "es-GT", "es-HN", "es-MX", "es-NI", "es-PA", "es-PE", "es-PR", "es-PY", "es-SV", "es-US", "es-UY", "es-VE", "et-EE", "eu-ES", "fa-IR", "fi-FI", "fil-PH", "fr-BE", "fr-CA", "fr-CH", "fr-FR", "ga-IE", "gl-ES", "gu-IN", "he-IL", "hi-IN", "hr-HR", "hu-HU", "hy-AM", "id-ID", "is-IS", "it-CH", "it-IT", "ja-JP", "jv-ID", "ka-GE", "kk-KZ", "km-KH", "kn-IN", "ko-KR", "lo-LA", "lt-LT", "lv-LV", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "ms-MY", "mt-MT", "my-MM", "nan-CN", "nb-NO", "ne-NP", "nl-BE", "nl-NL", "
|
|
530
|
-
readonly speechmatics: readonly ["auto", "ar", "ba", "be", "bg", "bn", "ca", "cmn", "cmn_en", "cmn_en_ms_ta", "cs", "cy", "da", "de", "el", "en", "en_ms", "en_ta", "eo", "es", "et", "eu", "fa", "fi", "fr", "ga", "gl", "he", "hi", "hr", "hu", "ia", "id", "it", "ja", "ko", "lt", "lv", "mn", "mr", "ms", "mt", "nl", "nn", "no", "pl", "pt", "ro", "ru", "sk", "sl", "sv", "sw", "ta", "th", "tl", "tr", "ug", "uk", "ur", "vi", "yue"];
|
|
558
|
+
readonly "azure-stt": readonly ["af-ZA", "am-ET", "ar-AE", "ar-BH", "ar-DZ", "ar-EG", "ar-IL", "ar-IQ", "ar-JO", "ar-KW", "ar-LB", "ar-LY", "ar-MA", "ar-OM", "ar-PS", "ar-QA", "ar-SA", "ar-SY", "ar-TN", "ar-YE", "as-IN", "az-AZ", "be-BY", "bg-BG", "bn-BD", "bn-IN", "bs-BA", "ca-ES", "cs-CZ", "cy-GB", "da-DK", "de-AT", "de-CH", "de-DE", "el-GR", "en-AU", "en-CA", "en-GB", "en-GH", "en-HK", "en-IE", "en-IN", "en-KE", "en-NG", "en-NZ", "en-PH", "en-SG", "en-TZ", "en-US", "en-ZA", "es-AR", "es-BO", "es-CL", "es-CO", "es-CR", "es-CU", "es-DO", "es-EC", "es-ES", "es-GQ", "es-GT", "es-HN", "es-MX", "es-NI", "es-PA", "es-PE", "es-PR", "es-PY", "es-SV", "es-US", "es-UY", "es-VE", "et-EE", "eu-ES", "fa-IR", "fi-FI", "fil-PH", "fr-BE", "fr-CA", "fr-CH", "fr-FR", "ga-IE", "gl-ES", "gu-IN", "he-IL", "hi-IN", "hr-HR", "hu-HU", "hy-AM", "id-ID", "is-IS", "it-CH", "it-IT", "ja-JP", "jv-ID", "ka-GE", "kk-KZ", "km-KH", "kn-IN", "ko-KR", "lo-LA", "lt-LT", "lv-LV", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "ms-MY", "mt-MT", "my-MM", "nan-CN", "nb-NO", "ne-NP", "nl-BE", "nl-NL", "or-IN", "pa-IN", "pl-PL", "ps-AF", "pt-BR", "pt-PT", "ro-RO", "ru-RU", "si-LK", "sk-SK", "sl-SI", "so-SO", "sq-AL", "sr-ME", "sr-RS", "sr-XK", "su-ID", "sv-SE", "sw-KE", "sw-TZ", "ta-IN", "ta-LK", "ta-MY", "ta-SG", "te-IN", "th-TH", "tr-TR", "uk-UA", "ur-IN", "ur-PK", "uz-UZ", "vi-VN", "wuu-CN", "yue-CN", "zh-CN", "zh-HK", "zh-SG", "zh-TW", "zu-ZA"];
|
|
559
|
+
readonly speechmatics: readonly ["auto", "ar", "ar_en", "ba", "be", "bg", "bn", "ca", "cmn", "cmn_en", "cmn_en_ms_ta", "cs", "cy", "da", "de", "el", "en", "en_ms", "en_ta", "eo", "es", "et", "eu", "fa", "fi", "fr", "ga", "gl", "he", "hi", "hr", "hu", "ia", "id", "it", "ja", "ko", "lt", "lv", "mn", "mr", "ms", "mt", "nl", "nn", "no", "pl", "pt", "ro", "ru", "sk", "sl", "sv", "sw", "ta", "th", "tl", "tr", "ug", "uk", "ur", "vi", "yue"];
|
|
531
560
|
readonly soniox: readonly ["af", "sq", "ar", "az", "eu", "be", "bn", "bs", "bg", "ca", "zh", "hr", "cs", "da", "nl", "en", "et", "fi", "fr", "gl", "de", "el", "gu", "he", "hi", "hu", "id", "it", "ja", "kn", "kk", "ko", "lv", "lt", "mk", "ms", "ml", "mr", "no", "fa", "pl", "pt", "pa", "ro", "ru", "sr", "sk", "sl", "es", "sw", "sv", "tl", "ta", "te", "th", "tr", "uk", "ur", "vi", "cy"];
|
|
561
|
+
readonly elevenlabs: readonly ["en", "zh", "de", "es", "ru", "ko", "fr", "ja", "pt", "tr", "pl", "ca", "nl", "ar", "sv", "it", "id", "hi", "fi", "vi", "he", "uk", "el", "ms", "cs", "ro", "da", "hu", "ta", "no", "th", "ur", "hr", "bg", "lt", "la", "mi", "ml", "cy", "sk", "te", "fa", "lv", "bn", "sr", "az", "sl", "kn", "et", "mk", "br", "eu", "is", "hy", "ne", "mn", "bs", "kk", "sq", "sw", "gl", "mr", "pa", "si", "km", "sn", "yo", "so", "af", "oc", "ka", "be", "tg", "sd", "gu", "am", "yi", "lo", "uz", "fo", "ht", "ps", "tk", "nn", "mt", "sa", "lb", "my", "bo", "tl", "mg", "as", "tt", "haw", "ln", "ha", "ba", "jw", "su"];
|
|
532
562
|
};
|
|
533
563
|
/**
|
|
534
564
|
* Human-readable provider names for UI display
|
|
@@ -555,4 +585,4 @@ declare const StreamingProviders: readonly TranscriptionProvider[];
|
|
|
555
585
|
*/
|
|
556
586
|
declare const BatchOnlyProviders: readonly TranscriptionProvider[];
|
|
557
587
|
|
|
558
|
-
export { type AudioInput as A, type BatchOnlyProviderType as B, CapabilityKeys as C, DeepgramCapabilities as D, GladiaCapabilities as G, LanguageLabels as L, OpenAICapabilities as O, type ProviderCapabilities as P, SpeechmaticsCapabilities as S, type TranscriptionProvider as T, AssemblyAICapabilities as a, AzureCapabilities as b, SonioxCapabilities as c, ProviderCapabilitiesMap as d, type StreamingProviderType as e, CapabilityLabels as f, type LanguageCode as g, GladiaLanguageCodes as h, AssemblyAILanguageCodes as i, DeepgramLanguageCodes as j, AllLanguageCodes as k, ProviderDisplayNames as l, ProviderWebsites as m, ProviderDocs as n, AllProviders as o, StreamingProviders as p, BatchOnlyProviders as q };
|
|
588
|
+
export { type AudioInput as A, type BatchOnlyProviderType as B, CapabilityKeys as C, DeepgramCapabilities as D, ElevenLabsCapabilities as E, GladiaCapabilities as G, LanguageLabels as L, OpenAICapabilities as O, type ProviderCapabilities as P, SpeechmaticsCapabilities as S, type TranscriptionProvider as T, AssemblyAICapabilities as a, AzureCapabilities as b, SonioxCapabilities as c, ProviderCapabilitiesMap as d, type StreamingProviderType as e, CapabilityLabels as f, type LanguageCode as g, GladiaLanguageCodes as h, AssemblyAILanguageCodes as i, DeepgramLanguageCodes as j, AllLanguageCodes as k, ProviderDisplayNames as l, ProviderWebsites as m, ProviderDocs as n, AllProviders as o, StreamingProviders as p, BatchOnlyProviders as q };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { k as AllLanguageCodes, o as AllProviders, a as AssemblyAICapabilities, i as AssemblyAILanguageCodes, b as AzureCapabilities, B as BatchOnlyProviderType, q as BatchOnlyProviders, C as CapabilityKeys, f as CapabilityLabels, D as DeepgramCapabilities, j as DeepgramLanguageCodes, G as GladiaCapabilities, h as GladiaLanguageCodes, g as LanguageCode, L as LanguageLabels, O as OpenAICapabilities, P as ProviderCapabilities, d as ProviderCapabilitiesMap, l as ProviderDisplayNames, n as ProviderDocs, m as ProviderWebsites, c as SonioxCapabilities, S as SpeechmaticsCapabilities, e as StreamingProviderType, p as StreamingProviders, T as TranscriptionProvider } from './provider-metadata-
|
|
2
|
-
export { AzureLocaleCode, AzureLocaleCodes, AzureLocaleLabels, AzureLocales, OpenAILanguageCodes, SonioxLanguageCode, SonioxLanguageCodes, SonioxLanguageLabels, SonioxLanguages, SpeechmaticsLanguageCode, SpeechmaticsLanguageCodes, SpeechmaticsLanguageLabels, SpeechmaticsLanguages } from './constants.mjs';
|
|
1
|
+
export { k as AllLanguageCodes, o as AllProviders, a as AssemblyAICapabilities, i as AssemblyAILanguageCodes, b as AzureCapabilities, B as BatchOnlyProviderType, q as BatchOnlyProviders, C as CapabilityKeys, f as CapabilityLabels, D as DeepgramCapabilities, j as DeepgramLanguageCodes, E as ElevenLabsCapabilities, G as GladiaCapabilities, h as GladiaLanguageCodes, g as LanguageCode, L as LanguageLabels, O as OpenAICapabilities, P as ProviderCapabilities, d as ProviderCapabilitiesMap, l as ProviderDisplayNames, n as ProviderDocs, m as ProviderWebsites, c as SonioxCapabilities, S as SpeechmaticsCapabilities, e as StreamingProviderType, p as StreamingProviders, T as TranscriptionProvider } from './provider-metadata-BnkedpXm.mjs';
|
|
2
|
+
export { AzureLocaleCode, AzureLocaleCodes, AzureLocaleLabels, AzureLocales, ElevenLabsLanguageCode, ElevenLabsLanguageCodes, ElevenLabsLanguageLabels, ElevenLabsLanguages, OpenAILanguageCodes, SonioxLanguageCode, SonioxLanguageCodes, SonioxLanguageLabels, SonioxLanguages, SpeechmaticsLanguageCode, SpeechmaticsLanguageCodes, SpeechmaticsLanguageLabels, SpeechmaticsLanguages } from './constants.mjs';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { k as AllLanguageCodes, o as AllProviders, a as AssemblyAICapabilities, i as AssemblyAILanguageCodes, b as AzureCapabilities, B as BatchOnlyProviderType, q as BatchOnlyProviders, C as CapabilityKeys, f as CapabilityLabels, D as DeepgramCapabilities, j as DeepgramLanguageCodes, G as GladiaCapabilities, h as GladiaLanguageCodes, g as LanguageCode, L as LanguageLabels, O as OpenAICapabilities, P as ProviderCapabilities, d as ProviderCapabilitiesMap, l as ProviderDisplayNames, n as ProviderDocs, m as ProviderWebsites, c as SonioxCapabilities, S as SpeechmaticsCapabilities, e as StreamingProviderType, p as StreamingProviders, T as TranscriptionProvider } from './provider-metadata-
|
|
2
|
-
export { AzureLocaleCode, AzureLocaleCodes, AzureLocaleLabels, AzureLocales, OpenAILanguageCodes, SonioxLanguageCode, SonioxLanguageCodes, SonioxLanguageLabels, SonioxLanguages, SpeechmaticsLanguageCode, SpeechmaticsLanguageCodes, SpeechmaticsLanguageLabels, SpeechmaticsLanguages } from './constants.js';
|
|
1
|
+
export { k as AllLanguageCodes, o as AllProviders, a as AssemblyAICapabilities, i as AssemblyAILanguageCodes, b as AzureCapabilities, B as BatchOnlyProviderType, q as BatchOnlyProviders, C as CapabilityKeys, f as CapabilityLabels, D as DeepgramCapabilities, j as DeepgramLanguageCodes, E as ElevenLabsCapabilities, G as GladiaCapabilities, h as GladiaLanguageCodes, g as LanguageCode, L as LanguageLabels, O as OpenAICapabilities, P as ProviderCapabilities, d as ProviderCapabilitiesMap, l as ProviderDisplayNames, n as ProviderDocs, m as ProviderWebsites, c as SonioxCapabilities, S as SpeechmaticsCapabilities, e as StreamingProviderType, p as StreamingProviders, T as TranscriptionProvider } from './provider-metadata-DbsSGAO7.js';
|
|
2
|
+
export { AzureLocaleCode, AzureLocaleCodes, AzureLocaleLabels, AzureLocales, ElevenLabsLanguageCode, ElevenLabsLanguageCodes, ElevenLabsLanguageLabels, ElevenLabsLanguages, OpenAILanguageCodes, SonioxLanguageCode, SonioxLanguageCodes, SonioxLanguageLabels, SonioxLanguages, SpeechmaticsLanguageCode, SpeechmaticsLanguageCodes, SpeechmaticsLanguageLabels, SpeechmaticsLanguages } from './constants.js';
|