zeus-api-types 1.0.73 → 1.0.74

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.
@@ -210,6 +210,8 @@ export interface Metadata {
210
210
  genreTitle?: string;
211
211
  expectedTurns: number;
212
212
  wordCount?: number;
213
+ initEventCountAct1?: number;
214
+ initEventCountAct2plus?: number;
213
215
  storyArcCutoff: number;
214
216
  storyArcProgression?: number;
215
217
  version?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zeus-api-types",
3
- "version": "1.0.73",
3
+ "version": "1.0.74",
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",