zeus-api-types 1.0.86 → 1.0.87

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.
@@ -325,4 +325,6 @@ export interface GameMetadata {
325
325
  lastModified: string;
326
326
  /** File size in bytes (of game.json) */
327
327
  sizeBytes: number;
328
+ /** Optional flag to indicate if the game has reached an end state (e.g., after act 4 or if player died) */
329
+ isGameOver?: boolean;
328
330
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zeus-api-types",
3
- "version": "1.0.86",
3
+ "version": "1.0.87",
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",