zeus-api-types 1.0.69 → 1.0.71

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.
@@ -189,6 +189,7 @@ export interface DialogContext {
189
189
  export interface Metadata {
190
190
  genreTitle?: string;
191
191
  expectedTurns: number;
192
+ wordCount?: number;
192
193
  storyArcCutoff: number;
193
194
  storyArcProgression?: number;
194
195
  version?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zeus-api-types",
3
- "version": "1.0.69",
3
+ "version": "1.0.71",
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",