zeus-api-types 1.0.82 → 1.0.83

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.
@@ -119,6 +119,7 @@ export interface AIPreferences {
119
119
  * Model stack preferences for narrative and dialog generation
120
120
  */
121
121
  modelPrefs?: ModelStackPreferences;
122
+ myVoiceId?: string;
122
123
  }
123
124
  /**
124
125
  * Maximum allowed genre age rating for filtering.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zeus-api-types",
3
- "version": "1.0.82",
3
+ "version": "1.0.83",
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",