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.
- package/dist/game-state.d.ts +1 -1
- package/package.json +1 -1
package/dist/game-state.d.ts
CHANGED
|
@@ -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;
|