zeus-api-types 1.0.58 → 1.0.60

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.
package/dist/events.d.ts CHANGED
@@ -19,8 +19,6 @@ export interface DeterministicEvent extends BaseEvent {
19
19
  }
20
20
  export interface ScheduledEvent extends BaseEvent {
21
21
  timestamp: string;
22
- interrupts?: boolean;
23
- severity?: string;
24
22
  }
25
23
  export interface ProbabilisticEvent extends BaseEvent {
26
24
  base_probability: number;
@@ -150,6 +150,7 @@ export interface PresentationCache {
150
150
  turn: number;
151
151
  narrative: string;
152
152
  charactersPresent?: NpcExistingOrNewOp[];
153
+ location?: string;
153
154
  storyArcProgression?: number;
154
155
  dialogHistory?: DialogMessage[];
155
156
  generatedAt?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zeus-api-types",
3
- "version": "1.0.58",
3
+ "version": "1.0.60",
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",