@koda-sl/baker-cli 0.275.0-dev.1f1c09c80 → 0.277.0-dev.1f1c09c80
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.
|
@@ -9056,6 +9056,11 @@ var voiceSelectNode = delegated({
|
|
|
9056
9056
|
age: z34.string().optional(),
|
|
9057
9057
|
accent: z34.string().optional(),
|
|
9058
9058
|
language: z34.string().optional(),
|
|
9059
|
+
/**
|
|
9060
|
+
* A voice already chosen — an Avatar's pinned one. Given, nothing is cast: the
|
|
9061
|
+
* ranking is skipped and this id is emitted as-is.
|
|
9062
|
+
*/
|
|
9063
|
+
voice_id: z34.string().min(1).max(120).optional(),
|
|
9059
9064
|
limit: z34.number().int().min(1).max(20).optional()
|
|
9060
9065
|
}).strict(),
|
|
9061
9066
|
outputs: z34.object({ voice_id: TextRef, candidates: JsonRef }).strict(),
|
|
@@ -9273,4 +9278,4 @@ export {
|
|
|
9273
9278
|
defaultRegistry,
|
|
9274
9279
|
createEngineFromEnv
|
|
9275
9280
|
};
|
|
9276
|
-
//# sourceMappingURL=chunk-
|
|
9281
|
+
//# sourceMappingURL=chunk-AUOSDGWY.js.map
|