zeus-api-types 1.0.78 → 1.0.79

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.
@@ -45,6 +45,8 @@ export interface SoundPreferences {
45
45
  export interface TtsPreferences {
46
46
  /** Preferred ElevenLabs voice ID for manual narration playback */
47
47
  voiceId?: string;
48
+ /** Preferred ElevenLabs model ID for TTS playback */
49
+ modelId?: string;
48
50
  }
49
51
  /**
50
52
  * Preset identifiers for model stacks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zeus-api-types",
3
- "version": "1.0.78",
3
+ "version": "1.0.79",
4
4
  "description": "Shared API types for Wagtales - SSE payloads, error types, and common interfaces",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",