@amigo-ai/platform-sdk 0.102.1 → 0.103.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.cjs +1 -2
- package/dist/index.cjs.map +2 -2
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +2 -2
- package/dist/resources/voice.js +5 -6
- package/dist/resources/voice.js.map +1 -1
- package/dist/types/generated/api.d.ts +911 -65
- package/dist/types/generated/api.d.ts.map +1 -1
- package/dist/types/resources/agents.d.ts +4 -4
- package/dist/types/resources/analytics.d.ts +25 -1
- package/dist/types/resources/analytics.d.ts.map +1 -1
- package/dist/types/resources/external-integrations.d.ts.map +1 -1
- package/dist/types/resources/intake.d.ts.map +1 -1
- package/dist/types/resources/integrations.d.ts.map +1 -1
- package/dist/types/resources/metrics.d.ts.map +1 -1
- package/dist/types/resources/operators.d.ts.map +1 -1
- package/dist/types/resources/services.d.ts +160 -10
- package/dist/types/resources/services.d.ts.map +1 -1
- package/dist/types/resources/settings.d.ts.map +1 -1
- package/dist/types/resources/surfaces.d.ts.map +1 -1
- package/dist/types/resources/voice.d.ts +1 -1
- package/dist/types/resources/voice.d.ts.map +1 -1
- package/dist/types/resources/world.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -5705,8 +5705,7 @@ function toCryptoBuffer(bytes) {
|
|
|
5705
5705
|
// src/resources/voice.ts
|
|
5706
5706
|
var voiceSessionProviders = [
|
|
5707
5707
|
"amigo",
|
|
5708
|
-
"gpt_realtime"
|
|
5709
|
-
"gpt_live"
|
|
5708
|
+
"gpt_realtime"
|
|
5710
5709
|
];
|
|
5711
5710
|
var VOICE_SESSION_PROVIDERS = voiceSessionProviders;
|
|
5712
5711
|
var sttProviders = ["deepgram", "openai", "cartesia"];
|