@amigo-ai/platform-sdk 0.92.0 → 0.94.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.mjs CHANGED
@@ -5556,9 +5556,9 @@ function toCryptoBuffer(bytes) {
5556
5556
 
5557
5557
  // src/resources/voice.ts
5558
5558
  var voiceSessionProviders = [
5559
- "inhouse",
5560
- "openai_realtime",
5561
- "atlas"
5559
+ "amigo",
5560
+ "gpt_realtime",
5561
+ "gpt_live"
5562
5562
  ];
5563
5563
  var VOICE_SESSION_PROVIDERS = voiceSessionProviders;
5564
5564
  var sttProviders = ["deepgram", "openai", "cartesia"];