zeus-api-types 1.0.76 → 1.0.77

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.
@@ -197,7 +197,7 @@ export type MetadataPromptTargetMask = (typeof MetadataPromptTargets)[MetadataPr
197
197
  export declare const ALL_METADATA_PROMPT_TARGETS: number;
198
198
  export declare function hasMetadataPromptTarget(mask: number, target: MetadataPromptTargetMask): boolean;
199
199
  export declare function buildMetadataPromptIncludeMask(targets: MetadataPromptTargetKey[]): number;
200
- export type MetadataVisibilityTargetPath = 'location' | `player.${string}` | `world.${string}`;
200
+ export type MetadataVisibilityTargetPath = 'location' | 'currentTurn' | 'immutable.act' | 'time' | 'time.day' | `player.${string}` | `world.${string}`;
201
201
  export type MetadataVisibilityOperatorValue = string | number | boolean;
202
202
  export interface MetadataVisibilityCondition {
203
203
  exists?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zeus-api-types",
3
- "version": "1.0.76",
3
+ "version": "1.0.77",
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",