@avallon-labs/sdk 39.6.0 → 39.7.0

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/index.d.ts CHANGED
@@ -307,6 +307,7 @@ declare const VoiceAgentTtsModel: {
307
307
  readonly eleven_turbo_v2_5: "eleven_turbo_v2_5";
308
308
  readonly "sonic-3": "sonic-3";
309
309
  readonly "sonic-35": "sonic-3.5";
310
+ readonly "sonic-preview": "sonic-preview";
310
311
  readonly chirp_3: "chirp_3";
311
312
  readonly "polly-neural": "polly-neural";
312
313
  };
@@ -359,7 +360,7 @@ interface VoiceAgent {
359
360
  lk_cloud_routing_pct: number;
360
361
  fallback_llm_model: "GPT4.1" | "AZURE-GPT4o" | "AZURE-GPT4.1" | "GPT-5" | "GPT-5-low" | "GPT-5-high" | "GPT-5.1-chat-latest" | "GPT-5.1-no-reasoning" | "GEMINI-1.5-flash" | "GEMINI-2.5-flash" | "GEMINI-2.5-flash-lite" | "GEMINI-3-flash" | "CLAUDE-sonnet-4.6" | "CLAUDE-haiku-4.5" | "GPT-5.4-mini" | null;
361
362
  fallback_tts_provider: "elevenlabs" | "cartesia" | "google" | "aws-polly" | null;
362
- fallback_tts_model: "eleven_flash_v2_5" | "eleven_turbo_v2_5" | "sonic-3" | "sonic-3.5" | "chirp_3" | "polly-neural" | null;
363
+ fallback_tts_model: "eleven_flash_v2_5" | "eleven_turbo_v2_5" | "sonic-3" | "sonic-3.5" | "sonic-preview" | "chirp_3" | "polly-neural" | null;
363
364
  fallback_tts_voice_id: string | null;
364
365
  fallback_stt_model: "DEEPGRAM-NOVA-2-GENERAL" | "DEEPGRAM-NOVA-3-GENERAL" | "AWS-TRANSCRIBE" | "ELEVENLABS-SCRIBE-V2-REALTIME" | null;
365
366
  greeting: string | null;
@@ -2753,6 +2754,7 @@ declare const CreateVoiceAgentBodyTtsModel: {
2753
2754
  readonly eleven_turbo_v2_5: "eleven_turbo_v2_5";
2754
2755
  readonly "sonic-3": "sonic-3";
2755
2756
  readonly "sonic-35": "sonic-3.5";
2757
+ readonly "sonic-preview": "sonic-preview";
2756
2758
  readonly chirp_3: "chirp_3";
2757
2759
  readonly "polly-neural": "polly-neural";
2758
2760
  };
@@ -4696,6 +4698,7 @@ declare const VoiceAgentWithTestPhoneNumberTtsModel: {
4696
4698
  readonly eleven_turbo_v2_5: "eleven_turbo_v2_5";
4697
4699
  readonly "sonic-3": "sonic-3";
4698
4700
  readonly "sonic-35": "sonic-3.5";
4701
+ readonly "sonic-preview": "sonic-preview";
4699
4702
  readonly chirp_3: "chirp_3";
4700
4703
  readonly "polly-neural": "polly-neural";
4701
4704
  };
@@ -4748,7 +4751,7 @@ interface VoiceAgentWithTestPhoneNumber {
4748
4751
  lk_cloud_routing_pct: number;
4749
4752
  fallback_llm_model: "GPT4.1" | "AZURE-GPT4o" | "AZURE-GPT4.1" | "GPT-5" | "GPT-5-low" | "GPT-5-high" | "GPT-5.1-chat-latest" | "GPT-5.1-no-reasoning" | "GEMINI-1.5-flash" | "GEMINI-2.5-flash" | "GEMINI-2.5-flash-lite" | "GEMINI-3-flash" | "CLAUDE-sonnet-4.6" | "CLAUDE-haiku-4.5" | "GPT-5.4-mini" | null;
4750
4753
  fallback_tts_provider: "elevenlabs" | "cartesia" | "google" | "aws-polly" | null;
4751
- fallback_tts_model: "eleven_flash_v2_5" | "eleven_turbo_v2_5" | "sonic-3" | "sonic-3.5" | "chirp_3" | "polly-neural" | null;
4754
+ fallback_tts_model: "eleven_flash_v2_5" | "eleven_turbo_v2_5" | "sonic-3" | "sonic-3.5" | "sonic-preview" | "chirp_3" | "polly-neural" | null;
4752
4755
  fallback_tts_voice_id: string | null;
4753
4756
  fallback_stt_model: "DEEPGRAM-NOVA-2-GENERAL" | "DEEPGRAM-NOVA-3-GENERAL" | "AWS-TRANSCRIBE" | "ELEVENLABS-SCRIBE-V2-REALTIME" | null;
4754
4757
  greeting: string | null;
@@ -4972,6 +4975,7 @@ declare const VoiceAgentVersionDetailTtsModel: {
4972
4975
  readonly eleven_turbo_v2_5: "eleven_turbo_v2_5";
4973
4976
  readonly "sonic-3": "sonic-3";
4974
4977
  readonly "sonic-35": "sonic-3.5";
4978
+ readonly "sonic-preview": "sonic-preview";
4975
4979
  readonly chirp_3: "chirp_3";
4976
4980
  readonly "polly-neural": "polly-neural";
4977
4981
  };
@@ -5024,7 +5028,7 @@ interface VoiceAgentVersionDetail {
5024
5028
  lk_cloud_routing_pct: number;
5025
5029
  fallback_llm_model: "GPT4.1" | "AZURE-GPT4o" | "AZURE-GPT4.1" | "GPT-5" | "GPT-5-low" | "GPT-5-high" | "GPT-5.1-chat-latest" | "GPT-5.1-no-reasoning" | "GEMINI-1.5-flash" | "GEMINI-2.5-flash" | "GEMINI-2.5-flash-lite" | "GEMINI-3-flash" | "CLAUDE-sonnet-4.6" | "CLAUDE-haiku-4.5" | "GPT-5.4-mini" | null;
5026
5030
  fallback_tts_provider: "elevenlabs" | "cartesia" | "google" | "aws-polly" | null;
5027
- fallback_tts_model: "eleven_flash_v2_5" | "eleven_turbo_v2_5" | "sonic-3" | "sonic-3.5" | "chirp_3" | "polly-neural" | null;
5031
+ fallback_tts_model: "eleven_flash_v2_5" | "eleven_turbo_v2_5" | "sonic-3" | "sonic-3.5" | "sonic-preview" | "chirp_3" | "polly-neural" | null;
5028
5032
  fallback_tts_voice_id: string | null;
5029
5033
  fallback_stt_model: "DEEPGRAM-NOVA-2-GENERAL" | "DEEPGRAM-NOVA-3-GENERAL" | "AWS-TRANSCRIBE" | "ELEVENLABS-SCRIBE-V2-REALTIME" | null;
5030
5034
  greeting: string | null;
@@ -8752,6 +8756,7 @@ declare const UpdateVoiceAgentModelsBodyTtsModel: {
8752
8756
  readonly eleven_turbo_v2_5: "eleven_turbo_v2_5";
8753
8757
  readonly "sonic-3": "sonic-3";
8754
8758
  readonly "sonic-35": "sonic-3.5";
8759
+ readonly "sonic-preview": "sonic-preview";
8755
8760
  readonly chirp_3: "chirp_3";
8756
8761
  readonly "polly-neural": "polly-neural";
8757
8762
  };
@@ -8786,7 +8791,7 @@ type UpdateVoiceAgentModelsBody = {
8786
8791
  language: UpdateVoiceAgentModelsBodyLanguage;
8787
8792
  fallback_llm_model?: "GPT4.1" | "AZURE-GPT4o" | "AZURE-GPT4.1" | "GPT-5" | "GPT-5-low" | "GPT-5-high" | "GPT-5.1-chat-latest" | "GPT-5.1-no-reasoning" | "GEMINI-1.5-flash" | "GEMINI-2.5-flash" | "GEMINI-2.5-flash-lite" | "GEMINI-3-flash" | "CLAUDE-sonnet-4.6" | "CLAUDE-haiku-4.5" | "GPT-5.4-mini" | null;
8788
8793
  fallback_tts_provider?: "elevenlabs" | "cartesia" | "google" | "aws-polly" | null;
8789
- fallback_tts_model?: "eleven_flash_v2_5" | "eleven_turbo_v2_5" | "sonic-3" | "sonic-3.5" | "chirp_3" | "polly-neural" | null;
8794
+ fallback_tts_model?: "eleven_flash_v2_5" | "eleven_turbo_v2_5" | "sonic-3" | "sonic-3.5" | "sonic-preview" | "chirp_3" | "polly-neural" | null;
8790
8795
  fallback_tts_voice_id?: "Achernar" | "Achird" | "v3V1d2rk6528UrLKRuy8" | "cauGUrZQIRUvQs3glrUi" | "OYTbf65OHHFELVut7v2H" | "5c42302c-194b-4d0c-ba1a-8cb485c84ab9" | "e8e5fffb-252c-436d-b842-8879b84445b6" | "f786b574-daa5-4673-aa0c-cbe3e8534c02" | "db6b0ed5-d5d3-463d-ae85-518a07d3c2b4" | "a5136bf9-224c-4d76-b823-52bd5efcffcc" | "62ae83ad-4f6a-430b-af41-a9bede9286ca" | "ef191366-f52f-447a-a398-ed8c0f2943a1" | "8d8ce8c9-44a4-46c4-b10f-9a927b99a853" | "5ee9feff-1265-424a-9d7f-8e4d431a12c7" | "b9de4a89-2257-424b-94c2-db18ba68c81a" | "b0a1cdc7-e0d3-4d48-900d-7a936762c77b" | "Joanna" | "Kendra" | "Salli" | "Joey" | "Vicki" | "Daniel" | null;
8791
8796
  fallback_stt_model?: "DEEPGRAM-NOVA-2-GENERAL" | "DEEPGRAM-NOVA-3-GENERAL" | "AWS-TRANSCRIBE" | "ELEVENLABS-SCRIBE-V2-REALTIME" | null;
8792
8797
  };
package/dist/index.js CHANGED
@@ -4772,6 +4772,7 @@ var CreateVoiceAgentBodyTtsModel = {
4772
4772
  eleven_turbo_v2_5: "eleven_turbo_v2_5",
4773
4773
  "sonic-3": "sonic-3",
4774
4774
  "sonic-35": "sonic-3.5",
4775
+ "sonic-preview": "sonic-preview",
4775
4776
  chirp_3: "chirp_3",
4776
4777
  "polly-neural": "polly-neural"
4777
4778
  };
@@ -5362,6 +5363,7 @@ var UpdateVoiceAgentModelsBodyTtsModel = {
5362
5363
  eleven_turbo_v2_5: "eleven_turbo_v2_5",
5363
5364
  "sonic-3": "sonic-3",
5364
5365
  "sonic-35": "sonic-3.5",
5366
+ "sonic-preview": "sonic-preview",
5365
5367
  chirp_3: "chirp_3",
5366
5368
  "polly-neural": "polly-neural"
5367
5369
  };
@@ -5433,6 +5435,7 @@ var VoiceAgentTtsModel = {
5433
5435
  eleven_turbo_v2_5: "eleven_turbo_v2_5",
5434
5436
  "sonic-3": "sonic-3",
5435
5437
  "sonic-35": "sonic-3.5",
5438
+ "sonic-preview": "sonic-preview",
5436
5439
  chirp_3: "chirp_3",
5437
5440
  "polly-neural": "polly-neural"
5438
5441
  };
@@ -5516,6 +5519,7 @@ var VoiceAgentVersionDetailTtsModel = {
5516
5519
  eleven_turbo_v2_5: "eleven_turbo_v2_5",
5517
5520
  "sonic-3": "sonic-3",
5518
5521
  "sonic-35": "sonic-3.5",
5522
+ "sonic-preview": "sonic-preview",
5519
5523
  chirp_3: "chirp_3",
5520
5524
  "polly-neural": "polly-neural"
5521
5525
  };
@@ -5587,6 +5591,7 @@ var VoiceAgentWithTestPhoneNumberTtsModel = {
5587
5591
  eleven_turbo_v2_5: "eleven_turbo_v2_5",
5588
5592
  "sonic-3": "sonic-3",
5589
5593
  "sonic-35": "sonic-3.5",
5594
+ "sonic-preview": "sonic-preview",
5590
5595
  chirp_3: "chirp_3",
5591
5596
  "polly-neural": "polly-neural"
5592
5597
  };