@equos/node-sdk 0.1.3 → 0.1.4
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.
|
@@ -5,7 +5,14 @@ export declare enum OpenaiRealtimeModels {
|
|
|
5
5
|
export declare enum OpenaiRealtimeVoices {
|
|
6
6
|
alloy = "alloy",
|
|
7
7
|
marin = "marin",
|
|
8
|
-
cedar = "cedar"
|
|
8
|
+
cedar = "cedar",
|
|
9
|
+
ash = "ash",
|
|
10
|
+
ballad = "ballad",
|
|
11
|
+
coral = "coral",
|
|
12
|
+
echo = "echo",
|
|
13
|
+
sage = "sage",
|
|
14
|
+
shimmer = "shimmer",
|
|
15
|
+
verse = "verse"
|
|
9
16
|
}
|
|
10
17
|
export declare enum GoogleRealtimeModels {
|
|
11
18
|
gemini_2_5_flash_exp = "gemini-2.5-flash-exp-native-audio-thinking-dialog",
|
package/dist/types/agent.type.js
CHANGED
|
@@ -11,6 +11,13 @@ var OpenaiRealtimeVoices;
|
|
|
11
11
|
OpenaiRealtimeVoices["alloy"] = "alloy";
|
|
12
12
|
OpenaiRealtimeVoices["marin"] = "marin";
|
|
13
13
|
OpenaiRealtimeVoices["cedar"] = "cedar";
|
|
14
|
+
OpenaiRealtimeVoices["ash"] = "ash";
|
|
15
|
+
OpenaiRealtimeVoices["ballad"] = "ballad";
|
|
16
|
+
OpenaiRealtimeVoices["coral"] = "coral";
|
|
17
|
+
OpenaiRealtimeVoices["echo"] = "echo";
|
|
18
|
+
OpenaiRealtimeVoices["sage"] = "sage";
|
|
19
|
+
OpenaiRealtimeVoices["shimmer"] = "shimmer";
|
|
20
|
+
OpenaiRealtimeVoices["verse"] = "verse";
|
|
14
21
|
})(OpenaiRealtimeVoices || (exports.OpenaiRealtimeVoices = OpenaiRealtimeVoices = {}));
|
|
15
22
|
var GoogleRealtimeModels;
|
|
16
23
|
(function (GoogleRealtimeModels) {
|