@almadar/core 9.3.0 → 9.5.0
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/builders.d.ts +3 -3
- package/dist/builders.js +4 -1
- package/dist/builders.js.map +1 -1
- package/dist/{compose-behaviors-BuJL_Mv8.d.ts → compose-behaviors-BJyUFeMQ.d.ts} +1 -1
- package/dist/factory/index.d.ts +9 -1
- package/dist/index.d.ts +5 -5
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/{schema-BdATnYqq.d.ts → schema-B5-kHxVf.d.ts} +231 -231
- package/dist/{trait-DmoY7UHh.d.ts → trait-Bzv2COpe.d.ts} +46 -36
- package/dist/types/index.d.ts +4 -4
- package/dist/types/index.js +4 -1
- package/dist/types/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { d as Expression, S as SExpr } from './expression-BVRFm0sV.js';
|
|
2
|
-
import { bp as TraitConfig, bq as TraitConfigObject, b0 as ServiceRef, z as Entity, F as EntityField, K as EntityPersistence, bD as TraitRef, V as EventPayloadField, o as ConfigFieldDeclaration, aY as ServiceDefinition, bm as Trait } from './trait-
|
|
2
|
+
import { bp as TraitConfig, bq as TraitConfigObject, b0 as ServiceRef, z as Entity, F as EntityField, K as EntityPersistence, bD as TraitRef, V as EventPayloadField, o as ConfigFieldDeclaration, aY as ServiceDefinition, bm as Trait } from './trait-Bzv2COpe.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -18490,11 +18490,11 @@ declare const EntityRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
18490
18490
|
name: string;
|
|
18491
18491
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
18492
18492
|
fields: EntityField[];
|
|
18493
|
+
description?: string | undefined;
|
|
18493
18494
|
collection?: string | undefined;
|
|
18494
18495
|
instances?: Record<string, unknown>[] | undefined;
|
|
18495
18496
|
timestamps?: boolean | undefined;
|
|
18496
18497
|
softDelete?: boolean | undefined;
|
|
18497
|
-
description?: string | undefined;
|
|
18498
18498
|
visual_prompt?: string | undefined;
|
|
18499
18499
|
assetRef?: {
|
|
18500
18500
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -18506,12 +18506,12 @@ declare const EntityRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
18506
18506
|
}, {
|
|
18507
18507
|
name: string;
|
|
18508
18508
|
fields: unknown[];
|
|
18509
|
+
description?: string | undefined;
|
|
18509
18510
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
18510
18511
|
collection?: string | undefined;
|
|
18511
18512
|
instances?: Record<string, unknown>[] | undefined;
|
|
18512
18513
|
timestamps?: boolean | undefined;
|
|
18513
18514
|
softDelete?: boolean | undefined;
|
|
18514
|
-
description?: string | undefined;
|
|
18515
18515
|
visual_prompt?: string | undefined;
|
|
18516
18516
|
assetRef?: {
|
|
18517
18517
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -18758,11 +18758,11 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
18758
18758
|
required?: boolean | undefined;
|
|
18759
18759
|
default?: unknown;
|
|
18760
18760
|
}[];
|
|
18761
|
+
description?: string | undefined;
|
|
18761
18762
|
runtime?: boolean | undefined;
|
|
18762
18763
|
singleton?: boolean | undefined;
|
|
18763
18764
|
collection?: string | undefined;
|
|
18764
18765
|
timestamps?: boolean | undefined;
|
|
18765
|
-
description?: string | undefined;
|
|
18766
18766
|
pages?: string[] | undefined;
|
|
18767
18767
|
}, {
|
|
18768
18768
|
name: string;
|
|
@@ -18773,11 +18773,11 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
18773
18773
|
required?: boolean | undefined;
|
|
18774
18774
|
default?: unknown;
|
|
18775
18775
|
}[];
|
|
18776
|
+
description?: string | undefined;
|
|
18776
18777
|
runtime?: boolean | undefined;
|
|
18777
18778
|
singleton?: boolean | undefined;
|
|
18778
18779
|
collection?: string | undefined;
|
|
18779
18780
|
timestamps?: boolean | undefined;
|
|
18780
|
-
description?: string | undefined;
|
|
18781
18781
|
pages?: string[] | undefined;
|
|
18782
18782
|
}>, "many">>;
|
|
18783
18783
|
stateMachine: z.ZodOptional<z.ZodObject<{
|
|
@@ -19147,11 +19147,11 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19147
19147
|
name: string;
|
|
19148
19148
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
19149
19149
|
fields: EntityField[];
|
|
19150
|
+
description?: string | undefined;
|
|
19150
19151
|
collection?: string | undefined;
|
|
19151
19152
|
instances?: Record<string, unknown>[] | undefined;
|
|
19152
19153
|
timestamps?: boolean | undefined;
|
|
19153
19154
|
softDelete?: boolean | undefined;
|
|
19154
|
-
description?: string | undefined;
|
|
19155
19155
|
visual_prompt?: string | undefined;
|
|
19156
19156
|
assetRef?: {
|
|
19157
19157
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -19163,12 +19163,12 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19163
19163
|
}, {
|
|
19164
19164
|
name: string;
|
|
19165
19165
|
fields: unknown[];
|
|
19166
|
+
description?: string | undefined;
|
|
19166
19167
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
19167
19168
|
collection?: string | undefined;
|
|
19168
19169
|
instances?: Record<string, unknown>[] | undefined;
|
|
19169
19170
|
timestamps?: boolean | undefined;
|
|
19170
19171
|
softDelete?: boolean | undefined;
|
|
19171
|
-
description?: string | undefined;
|
|
19172
19172
|
visual_prompt?: string | undefined;
|
|
19173
19173
|
assetRef?: {
|
|
19174
19174
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -19181,9 +19181,9 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19181
19181
|
}, "strip", z.ZodTypeAny, {
|
|
19182
19182
|
name: string;
|
|
19183
19183
|
scope: "instance" | "collection";
|
|
19184
|
+
description?: string | undefined;
|
|
19184
19185
|
ui?: Record<string, unknown> | undefined;
|
|
19185
19186
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
19186
|
-
description?: string | undefined;
|
|
19187
19187
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
19188
19188
|
capabilities?: string[] | undefined;
|
|
19189
19189
|
emits?: {
|
|
@@ -19238,11 +19238,11 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19238
19238
|
required?: boolean | undefined;
|
|
19239
19239
|
default?: unknown;
|
|
19240
19240
|
}[];
|
|
19241
|
+
description?: string | undefined;
|
|
19241
19242
|
runtime?: boolean | undefined;
|
|
19242
19243
|
singleton?: boolean | undefined;
|
|
19243
19244
|
collection?: string | undefined;
|
|
19244
19245
|
timestamps?: boolean | undefined;
|
|
19245
|
-
description?: string | undefined;
|
|
19246
19246
|
pages?: string[] | undefined;
|
|
19247
19247
|
}[] | undefined;
|
|
19248
19248
|
stateMachine?: {
|
|
@@ -19302,11 +19302,11 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19302
19302
|
name: string;
|
|
19303
19303
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
19304
19304
|
fields: EntityField[];
|
|
19305
|
+
description?: string | undefined;
|
|
19305
19306
|
collection?: string | undefined;
|
|
19306
19307
|
instances?: Record<string, unknown>[] | undefined;
|
|
19307
19308
|
timestamps?: boolean | undefined;
|
|
19308
19309
|
softDelete?: boolean | undefined;
|
|
19309
|
-
description?: string | undefined;
|
|
19310
19310
|
visual_prompt?: string | undefined;
|
|
19311
19311
|
assetRef?: {
|
|
19312
19312
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -19319,9 +19319,9 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19319
19319
|
}, {
|
|
19320
19320
|
name: string;
|
|
19321
19321
|
scope: "instance" | "collection";
|
|
19322
|
+
description?: string | undefined;
|
|
19322
19323
|
ui?: Record<string, unknown> | undefined;
|
|
19323
19324
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
19324
|
-
description?: string | undefined;
|
|
19325
19325
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
19326
19326
|
capabilities?: string[] | undefined;
|
|
19327
19327
|
emits?: {
|
|
@@ -19376,11 +19376,11 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19376
19376
|
required?: boolean | undefined;
|
|
19377
19377
|
default?: unknown;
|
|
19378
19378
|
}[];
|
|
19379
|
+
description?: string | undefined;
|
|
19379
19380
|
runtime?: boolean | undefined;
|
|
19380
19381
|
singleton?: boolean | undefined;
|
|
19381
19382
|
collection?: string | undefined;
|
|
19382
19383
|
timestamps?: boolean | undefined;
|
|
19383
|
-
description?: string | undefined;
|
|
19384
19384
|
pages?: string[] | undefined;
|
|
19385
19385
|
}[] | undefined;
|
|
19386
19386
|
stateMachine?: {
|
|
@@ -19439,12 +19439,12 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19439
19439
|
sourceEntityDefinition?: {
|
|
19440
19440
|
name: string;
|
|
19441
19441
|
fields: unknown[];
|
|
19442
|
+
description?: string | undefined;
|
|
19442
19443
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
19443
19444
|
collection?: string | undefined;
|
|
19444
19445
|
instances?: Record<string, unknown>[] | undefined;
|
|
19445
19446
|
timestamps?: boolean | undefined;
|
|
19446
19447
|
softDelete?: boolean | undefined;
|
|
19447
|
-
description?: string | undefined;
|
|
19448
19448
|
visual_prompt?: string | undefined;
|
|
19449
19449
|
assetRef?: {
|
|
19450
19450
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -19462,9 +19462,9 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19462
19462
|
traits?: (string | {
|
|
19463
19463
|
name: string;
|
|
19464
19464
|
scope: "instance" | "collection";
|
|
19465
|
+
description?: string | undefined;
|
|
19465
19466
|
ui?: Record<string, unknown> | undefined;
|
|
19466
19467
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
19467
|
-
description?: string | undefined;
|
|
19468
19468
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
19469
19469
|
capabilities?: string[] | undefined;
|
|
19470
19470
|
emits?: {
|
|
@@ -19519,11 +19519,11 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19519
19519
|
required?: boolean | undefined;
|
|
19520
19520
|
default?: unknown;
|
|
19521
19521
|
}[];
|
|
19522
|
+
description?: string | undefined;
|
|
19522
19523
|
runtime?: boolean | undefined;
|
|
19523
19524
|
singleton?: boolean | undefined;
|
|
19524
19525
|
collection?: string | undefined;
|
|
19525
19526
|
timestamps?: boolean | undefined;
|
|
19526
|
-
description?: string | undefined;
|
|
19527
19527
|
pages?: string[] | undefined;
|
|
19528
19528
|
}[] | undefined;
|
|
19529
19529
|
stateMachine?: {
|
|
@@ -19583,11 +19583,11 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19583
19583
|
name: string;
|
|
19584
19584
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
19585
19585
|
fields: EntityField[];
|
|
19586
|
+
description?: string | undefined;
|
|
19586
19587
|
collection?: string | undefined;
|
|
19587
19588
|
instances?: Record<string, unknown>[] | undefined;
|
|
19588
19589
|
timestamps?: boolean | undefined;
|
|
19589
19590
|
softDelete?: boolean | undefined;
|
|
19590
|
-
description?: string | undefined;
|
|
19591
19591
|
visual_prompt?: string | undefined;
|
|
19592
19592
|
assetRef?: {
|
|
19593
19593
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -19612,9 +19612,9 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19612
19612
|
traits?: (string | {
|
|
19613
19613
|
name: string;
|
|
19614
19614
|
scope: "instance" | "collection";
|
|
19615
|
+
description?: string | undefined;
|
|
19615
19616
|
ui?: Record<string, unknown> | undefined;
|
|
19616
19617
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
19617
|
-
description?: string | undefined;
|
|
19618
19618
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
19619
19619
|
capabilities?: string[] | undefined;
|
|
19620
19620
|
emits?: {
|
|
@@ -19669,11 +19669,11 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19669
19669
|
required?: boolean | undefined;
|
|
19670
19670
|
default?: unknown;
|
|
19671
19671
|
}[];
|
|
19672
|
+
description?: string | undefined;
|
|
19672
19673
|
runtime?: boolean | undefined;
|
|
19673
19674
|
singleton?: boolean | undefined;
|
|
19674
19675
|
collection?: string | undefined;
|
|
19675
19676
|
timestamps?: boolean | undefined;
|
|
19676
|
-
description?: string | undefined;
|
|
19677
19677
|
pages?: string[] | undefined;
|
|
19678
19678
|
}[] | undefined;
|
|
19679
19679
|
stateMachine?: {
|
|
@@ -19732,12 +19732,12 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19732
19732
|
sourceEntityDefinition?: {
|
|
19733
19733
|
name: string;
|
|
19734
19734
|
fields: unknown[];
|
|
19735
|
+
description?: string | undefined;
|
|
19735
19736
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
19736
19737
|
collection?: string | undefined;
|
|
19737
19738
|
instances?: Record<string, unknown>[] | undefined;
|
|
19738
19739
|
timestamps?: boolean | undefined;
|
|
19739
19740
|
softDelete?: boolean | undefined;
|
|
19740
|
-
description?: string | undefined;
|
|
19741
19741
|
visual_prompt?: string | undefined;
|
|
19742
19742
|
assetRef?: {
|
|
19743
19743
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -19893,11 +19893,11 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
19893
19893
|
required?: boolean | undefined;
|
|
19894
19894
|
default?: unknown;
|
|
19895
19895
|
}[];
|
|
19896
|
+
description?: string | undefined;
|
|
19896
19897
|
runtime?: boolean | undefined;
|
|
19897
19898
|
singleton?: boolean | undefined;
|
|
19898
19899
|
collection?: string | undefined;
|
|
19899
19900
|
timestamps?: boolean | undefined;
|
|
19900
|
-
description?: string | undefined;
|
|
19901
19901
|
pages?: string[] | undefined;
|
|
19902
19902
|
}, {
|
|
19903
19903
|
name: string;
|
|
@@ -19908,11 +19908,11 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
19908
19908
|
required?: boolean | undefined;
|
|
19909
19909
|
default?: unknown;
|
|
19910
19910
|
}[];
|
|
19911
|
+
description?: string | undefined;
|
|
19911
19912
|
runtime?: boolean | undefined;
|
|
19912
19913
|
singleton?: boolean | undefined;
|
|
19913
19914
|
collection?: string | undefined;
|
|
19914
19915
|
timestamps?: boolean | undefined;
|
|
19915
|
-
description?: string | undefined;
|
|
19916
19916
|
pages?: string[] | undefined;
|
|
19917
19917
|
}>, "many">>;
|
|
19918
19918
|
stateMachine: z.ZodOptional<z.ZodObject<{
|
|
@@ -20282,11 +20282,11 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20282
20282
|
name: string;
|
|
20283
20283
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
20284
20284
|
fields: EntityField[];
|
|
20285
|
+
description?: string | undefined;
|
|
20285
20286
|
collection?: string | undefined;
|
|
20286
20287
|
instances?: Record<string, unknown>[] | undefined;
|
|
20287
20288
|
timestamps?: boolean | undefined;
|
|
20288
20289
|
softDelete?: boolean | undefined;
|
|
20289
|
-
description?: string | undefined;
|
|
20290
20290
|
visual_prompt?: string | undefined;
|
|
20291
20291
|
assetRef?: {
|
|
20292
20292
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -20298,12 +20298,12 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20298
20298
|
}, {
|
|
20299
20299
|
name: string;
|
|
20300
20300
|
fields: unknown[];
|
|
20301
|
+
description?: string | undefined;
|
|
20301
20302
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
20302
20303
|
collection?: string | undefined;
|
|
20303
20304
|
instances?: Record<string, unknown>[] | undefined;
|
|
20304
20305
|
timestamps?: boolean | undefined;
|
|
20305
20306
|
softDelete?: boolean | undefined;
|
|
20306
|
-
description?: string | undefined;
|
|
20307
20307
|
visual_prompt?: string | undefined;
|
|
20308
20308
|
assetRef?: {
|
|
20309
20309
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -20316,9 +20316,9 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20316
20316
|
}, "strip", z.ZodTypeAny, {
|
|
20317
20317
|
name: string;
|
|
20318
20318
|
scope: "instance" | "collection";
|
|
20319
|
+
description?: string | undefined;
|
|
20319
20320
|
ui?: Record<string, unknown> | undefined;
|
|
20320
20321
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
20321
|
-
description?: string | undefined;
|
|
20322
20322
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
20323
20323
|
capabilities?: string[] | undefined;
|
|
20324
20324
|
emits?: {
|
|
@@ -20373,11 +20373,11 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20373
20373
|
required?: boolean | undefined;
|
|
20374
20374
|
default?: unknown;
|
|
20375
20375
|
}[];
|
|
20376
|
+
description?: string | undefined;
|
|
20376
20377
|
runtime?: boolean | undefined;
|
|
20377
20378
|
singleton?: boolean | undefined;
|
|
20378
20379
|
collection?: string | undefined;
|
|
20379
20380
|
timestamps?: boolean | undefined;
|
|
20380
|
-
description?: string | undefined;
|
|
20381
20381
|
pages?: string[] | undefined;
|
|
20382
20382
|
}[] | undefined;
|
|
20383
20383
|
stateMachine?: {
|
|
@@ -20437,11 +20437,11 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20437
20437
|
name: string;
|
|
20438
20438
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
20439
20439
|
fields: EntityField[];
|
|
20440
|
+
description?: string | undefined;
|
|
20440
20441
|
collection?: string | undefined;
|
|
20441
20442
|
instances?: Record<string, unknown>[] | undefined;
|
|
20442
20443
|
timestamps?: boolean | undefined;
|
|
20443
20444
|
softDelete?: boolean | undefined;
|
|
20444
|
-
description?: string | undefined;
|
|
20445
20445
|
visual_prompt?: string | undefined;
|
|
20446
20446
|
assetRef?: {
|
|
20447
20447
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -20454,9 +20454,9 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20454
20454
|
}, {
|
|
20455
20455
|
name: string;
|
|
20456
20456
|
scope: "instance" | "collection";
|
|
20457
|
+
description?: string | undefined;
|
|
20457
20458
|
ui?: Record<string, unknown> | undefined;
|
|
20458
20459
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
20459
|
-
description?: string | undefined;
|
|
20460
20460
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
20461
20461
|
capabilities?: string[] | undefined;
|
|
20462
20462
|
emits?: {
|
|
@@ -20511,11 +20511,11 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20511
20511
|
required?: boolean | undefined;
|
|
20512
20512
|
default?: unknown;
|
|
20513
20513
|
}[];
|
|
20514
|
+
description?: string | undefined;
|
|
20514
20515
|
runtime?: boolean | undefined;
|
|
20515
20516
|
singleton?: boolean | undefined;
|
|
20516
20517
|
collection?: string | undefined;
|
|
20517
20518
|
timestamps?: boolean | undefined;
|
|
20518
|
-
description?: string | undefined;
|
|
20519
20519
|
pages?: string[] | undefined;
|
|
20520
20520
|
}[] | undefined;
|
|
20521
20521
|
stateMachine?: {
|
|
@@ -20574,12 +20574,12 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20574
20574
|
sourceEntityDefinition?: {
|
|
20575
20575
|
name: string;
|
|
20576
20576
|
fields: unknown[];
|
|
20577
|
+
description?: string | undefined;
|
|
20577
20578
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
20578
20579
|
collection?: string | undefined;
|
|
20579
20580
|
instances?: Record<string, unknown>[] | undefined;
|
|
20580
20581
|
timestamps?: boolean | undefined;
|
|
20581
20582
|
softDelete?: boolean | undefined;
|
|
20582
|
-
description?: string | undefined;
|
|
20583
20583
|
visual_prompt?: string | undefined;
|
|
20584
20584
|
assetRef?: {
|
|
20585
20585
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -20597,9 +20597,9 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20597
20597
|
traits?: (string | {
|
|
20598
20598
|
name: string;
|
|
20599
20599
|
scope: "instance" | "collection";
|
|
20600
|
+
description?: string | undefined;
|
|
20600
20601
|
ui?: Record<string, unknown> | undefined;
|
|
20601
20602
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
20602
|
-
description?: string | undefined;
|
|
20603
20603
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
20604
20604
|
capabilities?: string[] | undefined;
|
|
20605
20605
|
emits?: {
|
|
@@ -20654,11 +20654,11 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20654
20654
|
required?: boolean | undefined;
|
|
20655
20655
|
default?: unknown;
|
|
20656
20656
|
}[];
|
|
20657
|
+
description?: string | undefined;
|
|
20657
20658
|
runtime?: boolean | undefined;
|
|
20658
20659
|
singleton?: boolean | undefined;
|
|
20659
20660
|
collection?: string | undefined;
|
|
20660
20661
|
timestamps?: boolean | undefined;
|
|
20661
|
-
description?: string | undefined;
|
|
20662
20662
|
pages?: string[] | undefined;
|
|
20663
20663
|
}[] | undefined;
|
|
20664
20664
|
stateMachine?: {
|
|
@@ -20718,11 +20718,11 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20718
20718
|
name: string;
|
|
20719
20719
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
20720
20720
|
fields: EntityField[];
|
|
20721
|
+
description?: string | undefined;
|
|
20721
20722
|
collection?: string | undefined;
|
|
20722
20723
|
instances?: Record<string, unknown>[] | undefined;
|
|
20723
20724
|
timestamps?: boolean | undefined;
|
|
20724
20725
|
softDelete?: boolean | undefined;
|
|
20725
|
-
description?: string | undefined;
|
|
20726
20726
|
visual_prompt?: string | undefined;
|
|
20727
20727
|
assetRef?: {
|
|
20728
20728
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -20747,9 +20747,9 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20747
20747
|
traits?: (string | {
|
|
20748
20748
|
name: string;
|
|
20749
20749
|
scope: "instance" | "collection";
|
|
20750
|
+
description?: string | undefined;
|
|
20750
20751
|
ui?: Record<string, unknown> | undefined;
|
|
20751
20752
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
20752
|
-
description?: string | undefined;
|
|
20753
20753
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
20754
20754
|
capabilities?: string[] | undefined;
|
|
20755
20755
|
emits?: {
|
|
@@ -20804,11 +20804,11 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20804
20804
|
required?: boolean | undefined;
|
|
20805
20805
|
default?: unknown;
|
|
20806
20806
|
}[];
|
|
20807
|
+
description?: string | undefined;
|
|
20807
20808
|
runtime?: boolean | undefined;
|
|
20808
20809
|
singleton?: boolean | undefined;
|
|
20809
20810
|
collection?: string | undefined;
|
|
20810
20811
|
timestamps?: boolean | undefined;
|
|
20811
|
-
description?: string | undefined;
|
|
20812
20812
|
pages?: string[] | undefined;
|
|
20813
20813
|
}[] | undefined;
|
|
20814
20814
|
stateMachine?: {
|
|
@@ -20867,12 +20867,12 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20867
20867
|
sourceEntityDefinition?: {
|
|
20868
20868
|
name: string;
|
|
20869
20869
|
fields: unknown[];
|
|
20870
|
+
description?: string | undefined;
|
|
20870
20871
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
20871
20872
|
collection?: string | undefined;
|
|
20872
20873
|
instances?: Record<string, unknown>[] | undefined;
|
|
20873
20874
|
timestamps?: boolean | undefined;
|
|
20874
20875
|
softDelete?: boolean | undefined;
|
|
20875
|
-
description?: string | undefined;
|
|
20876
20876
|
visual_prompt?: string | undefined;
|
|
20877
20877
|
assetRef?: {
|
|
20878
20878
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -25356,11 +25356,11 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25356
25356
|
name: string;
|
|
25357
25357
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
25358
25358
|
fields: EntityField[];
|
|
25359
|
+
description?: string | undefined;
|
|
25359
25360
|
collection?: string | undefined;
|
|
25360
25361
|
instances?: Record<string, unknown>[] | undefined;
|
|
25361
25362
|
timestamps?: boolean | undefined;
|
|
25362
25363
|
softDelete?: boolean | undefined;
|
|
25363
|
-
description?: string | undefined;
|
|
25364
25364
|
visual_prompt?: string | undefined;
|
|
25365
25365
|
assetRef?: {
|
|
25366
25366
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -25372,12 +25372,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25372
25372
|
}, {
|
|
25373
25373
|
name: string;
|
|
25374
25374
|
fields: unknown[];
|
|
25375
|
+
description?: string | undefined;
|
|
25375
25376
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
25376
25377
|
collection?: string | undefined;
|
|
25377
25378
|
instances?: Record<string, unknown>[] | undefined;
|
|
25378
25379
|
timestamps?: boolean | undefined;
|
|
25379
25380
|
softDelete?: boolean | undefined;
|
|
25380
|
-
description?: string | undefined;
|
|
25381
25381
|
visual_prompt?: string | undefined;
|
|
25382
25382
|
assetRef?: {
|
|
25383
25383
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -25505,11 +25505,11 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25505
25505
|
required?: boolean | undefined;
|
|
25506
25506
|
default?: unknown;
|
|
25507
25507
|
}[];
|
|
25508
|
+
description?: string | undefined;
|
|
25508
25509
|
runtime?: boolean | undefined;
|
|
25509
25510
|
singleton?: boolean | undefined;
|
|
25510
25511
|
collection?: string | undefined;
|
|
25511
25512
|
timestamps?: boolean | undefined;
|
|
25512
|
-
description?: string | undefined;
|
|
25513
25513
|
pages?: string[] | undefined;
|
|
25514
25514
|
}, {
|
|
25515
25515
|
name: string;
|
|
@@ -25520,11 +25520,11 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25520
25520
|
required?: boolean | undefined;
|
|
25521
25521
|
default?: unknown;
|
|
25522
25522
|
}[];
|
|
25523
|
+
description?: string | undefined;
|
|
25523
25524
|
runtime?: boolean | undefined;
|
|
25524
25525
|
singleton?: boolean | undefined;
|
|
25525
25526
|
collection?: string | undefined;
|
|
25526
25527
|
timestamps?: boolean | undefined;
|
|
25527
|
-
description?: string | undefined;
|
|
25528
25528
|
pages?: string[] | undefined;
|
|
25529
25529
|
}>, "many">>;
|
|
25530
25530
|
stateMachine: z.ZodOptional<z.ZodObject<{
|
|
@@ -25894,11 +25894,11 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25894
25894
|
name: string;
|
|
25895
25895
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
25896
25896
|
fields: EntityField[];
|
|
25897
|
+
description?: string | undefined;
|
|
25897
25898
|
collection?: string | undefined;
|
|
25898
25899
|
instances?: Record<string, unknown>[] | undefined;
|
|
25899
25900
|
timestamps?: boolean | undefined;
|
|
25900
25901
|
softDelete?: boolean | undefined;
|
|
25901
|
-
description?: string | undefined;
|
|
25902
25902
|
visual_prompt?: string | undefined;
|
|
25903
25903
|
assetRef?: {
|
|
25904
25904
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -25910,12 +25910,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25910
25910
|
}, {
|
|
25911
25911
|
name: string;
|
|
25912
25912
|
fields: unknown[];
|
|
25913
|
+
description?: string | undefined;
|
|
25913
25914
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
25914
25915
|
collection?: string | undefined;
|
|
25915
25916
|
instances?: Record<string, unknown>[] | undefined;
|
|
25916
25917
|
timestamps?: boolean | undefined;
|
|
25917
25918
|
softDelete?: boolean | undefined;
|
|
25918
|
-
description?: string | undefined;
|
|
25919
25919
|
visual_prompt?: string | undefined;
|
|
25920
25920
|
assetRef?: {
|
|
25921
25921
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -25928,9 +25928,9 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25928
25928
|
}, "strip", z.ZodTypeAny, {
|
|
25929
25929
|
name: string;
|
|
25930
25930
|
scope: "instance" | "collection";
|
|
25931
|
+
description?: string | undefined;
|
|
25931
25932
|
ui?: Record<string, unknown> | undefined;
|
|
25932
25933
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
25933
|
-
description?: string | undefined;
|
|
25934
25934
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
25935
25935
|
capabilities?: string[] | undefined;
|
|
25936
25936
|
emits?: {
|
|
@@ -25985,11 +25985,11 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25985
25985
|
required?: boolean | undefined;
|
|
25986
25986
|
default?: unknown;
|
|
25987
25987
|
}[];
|
|
25988
|
+
description?: string | undefined;
|
|
25988
25989
|
runtime?: boolean | undefined;
|
|
25989
25990
|
singleton?: boolean | undefined;
|
|
25990
25991
|
collection?: string | undefined;
|
|
25991
25992
|
timestamps?: boolean | undefined;
|
|
25992
|
-
description?: string | undefined;
|
|
25993
25993
|
pages?: string[] | undefined;
|
|
25994
25994
|
}[] | undefined;
|
|
25995
25995
|
stateMachine?: {
|
|
@@ -26049,11 +26049,11 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26049
26049
|
name: string;
|
|
26050
26050
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
26051
26051
|
fields: EntityField[];
|
|
26052
|
+
description?: string | undefined;
|
|
26052
26053
|
collection?: string | undefined;
|
|
26053
26054
|
instances?: Record<string, unknown>[] | undefined;
|
|
26054
26055
|
timestamps?: boolean | undefined;
|
|
26055
26056
|
softDelete?: boolean | undefined;
|
|
26056
|
-
description?: string | undefined;
|
|
26057
26057
|
visual_prompt?: string | undefined;
|
|
26058
26058
|
assetRef?: {
|
|
26059
26059
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -26066,9 +26066,9 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26066
26066
|
}, {
|
|
26067
26067
|
name: string;
|
|
26068
26068
|
scope: "instance" | "collection";
|
|
26069
|
+
description?: string | undefined;
|
|
26069
26070
|
ui?: Record<string, unknown> | undefined;
|
|
26070
26071
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
26071
|
-
description?: string | undefined;
|
|
26072
26072
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
26073
26073
|
capabilities?: string[] | undefined;
|
|
26074
26074
|
emits?: {
|
|
@@ -26123,11 +26123,11 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26123
26123
|
required?: boolean | undefined;
|
|
26124
26124
|
default?: unknown;
|
|
26125
26125
|
}[];
|
|
26126
|
+
description?: string | undefined;
|
|
26126
26127
|
runtime?: boolean | undefined;
|
|
26127
26128
|
singleton?: boolean | undefined;
|
|
26128
26129
|
collection?: string | undefined;
|
|
26129
26130
|
timestamps?: boolean | undefined;
|
|
26130
|
-
description?: string | undefined;
|
|
26131
26131
|
pages?: string[] | undefined;
|
|
26132
26132
|
}[] | undefined;
|
|
26133
26133
|
stateMachine?: {
|
|
@@ -26186,12 +26186,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26186
26186
|
sourceEntityDefinition?: {
|
|
26187
26187
|
name: string;
|
|
26188
26188
|
fields: unknown[];
|
|
26189
|
+
description?: string | undefined;
|
|
26189
26190
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
26190
26191
|
collection?: string | undefined;
|
|
26191
26192
|
instances?: Record<string, unknown>[] | undefined;
|
|
26192
26193
|
timestamps?: boolean | undefined;
|
|
26193
26194
|
softDelete?: boolean | undefined;
|
|
26194
|
-
description?: string | undefined;
|
|
26195
26195
|
visual_prompt?: string | undefined;
|
|
26196
26196
|
assetRef?: {
|
|
26197
26197
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -26339,11 +26339,11 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26339
26339
|
required?: boolean | undefined;
|
|
26340
26340
|
default?: unknown;
|
|
26341
26341
|
}[];
|
|
26342
|
+
description?: string | undefined;
|
|
26342
26343
|
runtime?: boolean | undefined;
|
|
26343
26344
|
singleton?: boolean | undefined;
|
|
26344
26345
|
collection?: string | undefined;
|
|
26345
26346
|
timestamps?: boolean | undefined;
|
|
26346
|
-
description?: string | undefined;
|
|
26347
26347
|
pages?: string[] | undefined;
|
|
26348
26348
|
}, {
|
|
26349
26349
|
name: string;
|
|
@@ -26354,11 +26354,11 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26354
26354
|
required?: boolean | undefined;
|
|
26355
26355
|
default?: unknown;
|
|
26356
26356
|
}[];
|
|
26357
|
+
description?: string | undefined;
|
|
26357
26358
|
runtime?: boolean | undefined;
|
|
26358
26359
|
singleton?: boolean | undefined;
|
|
26359
26360
|
collection?: string | undefined;
|
|
26360
26361
|
timestamps?: boolean | undefined;
|
|
26361
|
-
description?: string | undefined;
|
|
26362
26362
|
pages?: string[] | undefined;
|
|
26363
26363
|
}>, "many">>;
|
|
26364
26364
|
stateMachine: z.ZodOptional<z.ZodObject<{
|
|
@@ -26728,11 +26728,11 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26728
26728
|
name: string;
|
|
26729
26729
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
26730
26730
|
fields: EntityField[];
|
|
26731
|
+
description?: string | undefined;
|
|
26731
26732
|
collection?: string | undefined;
|
|
26732
26733
|
instances?: Record<string, unknown>[] | undefined;
|
|
26733
26734
|
timestamps?: boolean | undefined;
|
|
26734
26735
|
softDelete?: boolean | undefined;
|
|
26735
|
-
description?: string | undefined;
|
|
26736
26736
|
visual_prompt?: string | undefined;
|
|
26737
26737
|
assetRef?: {
|
|
26738
26738
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -26744,12 +26744,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26744
26744
|
}, {
|
|
26745
26745
|
name: string;
|
|
26746
26746
|
fields: unknown[];
|
|
26747
|
+
description?: string | undefined;
|
|
26747
26748
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
26748
26749
|
collection?: string | undefined;
|
|
26749
26750
|
instances?: Record<string, unknown>[] | undefined;
|
|
26750
26751
|
timestamps?: boolean | undefined;
|
|
26751
26752
|
softDelete?: boolean | undefined;
|
|
26752
|
-
description?: string | undefined;
|
|
26753
26753
|
visual_prompt?: string | undefined;
|
|
26754
26754
|
assetRef?: {
|
|
26755
26755
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -26762,9 +26762,9 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26762
26762
|
}, "strip", z.ZodTypeAny, {
|
|
26763
26763
|
name: string;
|
|
26764
26764
|
scope: "instance" | "collection";
|
|
26765
|
+
description?: string | undefined;
|
|
26765
26766
|
ui?: Record<string, unknown> | undefined;
|
|
26766
26767
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
26767
|
-
description?: string | undefined;
|
|
26768
26768
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
26769
26769
|
capabilities?: string[] | undefined;
|
|
26770
26770
|
emits?: {
|
|
@@ -26819,11 +26819,11 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26819
26819
|
required?: boolean | undefined;
|
|
26820
26820
|
default?: unknown;
|
|
26821
26821
|
}[];
|
|
26822
|
+
description?: string | undefined;
|
|
26822
26823
|
runtime?: boolean | undefined;
|
|
26823
26824
|
singleton?: boolean | undefined;
|
|
26824
26825
|
collection?: string | undefined;
|
|
26825
26826
|
timestamps?: boolean | undefined;
|
|
26826
|
-
description?: string | undefined;
|
|
26827
26827
|
pages?: string[] | undefined;
|
|
26828
26828
|
}[] | undefined;
|
|
26829
26829
|
stateMachine?: {
|
|
@@ -26883,11 +26883,11 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26883
26883
|
name: string;
|
|
26884
26884
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
26885
26885
|
fields: EntityField[];
|
|
26886
|
+
description?: string | undefined;
|
|
26886
26887
|
collection?: string | undefined;
|
|
26887
26888
|
instances?: Record<string, unknown>[] | undefined;
|
|
26888
26889
|
timestamps?: boolean | undefined;
|
|
26889
26890
|
softDelete?: boolean | undefined;
|
|
26890
|
-
description?: string | undefined;
|
|
26891
26891
|
visual_prompt?: string | undefined;
|
|
26892
26892
|
assetRef?: {
|
|
26893
26893
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -26900,9 +26900,9 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26900
26900
|
}, {
|
|
26901
26901
|
name: string;
|
|
26902
26902
|
scope: "instance" | "collection";
|
|
26903
|
+
description?: string | undefined;
|
|
26903
26904
|
ui?: Record<string, unknown> | undefined;
|
|
26904
26905
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
26905
|
-
description?: string | undefined;
|
|
26906
26906
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
26907
26907
|
capabilities?: string[] | undefined;
|
|
26908
26908
|
emits?: {
|
|
@@ -26957,11 +26957,11 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26957
26957
|
required?: boolean | undefined;
|
|
26958
26958
|
default?: unknown;
|
|
26959
26959
|
}[];
|
|
26960
|
+
description?: string | undefined;
|
|
26960
26961
|
runtime?: boolean | undefined;
|
|
26961
26962
|
singleton?: boolean | undefined;
|
|
26962
26963
|
collection?: string | undefined;
|
|
26963
26964
|
timestamps?: boolean | undefined;
|
|
26964
|
-
description?: string | undefined;
|
|
26965
26965
|
pages?: string[] | undefined;
|
|
26966
26966
|
}[] | undefined;
|
|
26967
26967
|
stateMachine?: {
|
|
@@ -27020,12 +27020,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27020
27020
|
sourceEntityDefinition?: {
|
|
27021
27021
|
name: string;
|
|
27022
27022
|
fields: unknown[];
|
|
27023
|
+
description?: string | undefined;
|
|
27023
27024
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
27024
27025
|
collection?: string | undefined;
|
|
27025
27026
|
instances?: Record<string, unknown>[] | undefined;
|
|
27026
27027
|
timestamps?: boolean | undefined;
|
|
27027
27028
|
softDelete?: boolean | undefined;
|
|
27028
|
-
description?: string | undefined;
|
|
27029
27029
|
visual_prompt?: string | undefined;
|
|
27030
27030
|
assetRef?: {
|
|
27031
27031
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -27043,9 +27043,9 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27043
27043
|
traits?: (string | {
|
|
27044
27044
|
name: string;
|
|
27045
27045
|
scope: "instance" | "collection";
|
|
27046
|
+
description?: string | undefined;
|
|
27046
27047
|
ui?: Record<string, unknown> | undefined;
|
|
27047
27048
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
27048
|
-
description?: string | undefined;
|
|
27049
27049
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
27050
27050
|
capabilities?: string[] | undefined;
|
|
27051
27051
|
emits?: {
|
|
@@ -27100,11 +27100,11 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27100
27100
|
required?: boolean | undefined;
|
|
27101
27101
|
default?: unknown;
|
|
27102
27102
|
}[];
|
|
27103
|
+
description?: string | undefined;
|
|
27103
27104
|
runtime?: boolean | undefined;
|
|
27104
27105
|
singleton?: boolean | undefined;
|
|
27105
27106
|
collection?: string | undefined;
|
|
27106
27107
|
timestamps?: boolean | undefined;
|
|
27107
|
-
description?: string | undefined;
|
|
27108
27108
|
pages?: string[] | undefined;
|
|
27109
27109
|
}[] | undefined;
|
|
27110
27110
|
stateMachine?: {
|
|
@@ -27164,11 +27164,11 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27164
27164
|
name: string;
|
|
27165
27165
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
27166
27166
|
fields: EntityField[];
|
|
27167
|
+
description?: string | undefined;
|
|
27167
27168
|
collection?: string | undefined;
|
|
27168
27169
|
instances?: Record<string, unknown>[] | undefined;
|
|
27169
27170
|
timestamps?: boolean | undefined;
|
|
27170
27171
|
softDelete?: boolean | undefined;
|
|
27171
|
-
description?: string | undefined;
|
|
27172
27172
|
visual_prompt?: string | undefined;
|
|
27173
27173
|
assetRef?: {
|
|
27174
27174
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -27193,9 +27193,9 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27193
27193
|
traits?: (string | {
|
|
27194
27194
|
name: string;
|
|
27195
27195
|
scope: "instance" | "collection";
|
|
27196
|
+
description?: string | undefined;
|
|
27196
27197
|
ui?: Record<string, unknown> | undefined;
|
|
27197
27198
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
27198
|
-
description?: string | undefined;
|
|
27199
27199
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
27200
27200
|
capabilities?: string[] | undefined;
|
|
27201
27201
|
emits?: {
|
|
@@ -27250,11 +27250,11 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27250
27250
|
required?: boolean | undefined;
|
|
27251
27251
|
default?: unknown;
|
|
27252
27252
|
}[];
|
|
27253
|
+
description?: string | undefined;
|
|
27253
27254
|
runtime?: boolean | undefined;
|
|
27254
27255
|
singleton?: boolean | undefined;
|
|
27255
27256
|
collection?: string | undefined;
|
|
27256
27257
|
timestamps?: boolean | undefined;
|
|
27257
|
-
description?: string | undefined;
|
|
27258
27258
|
pages?: string[] | undefined;
|
|
27259
27259
|
}[] | undefined;
|
|
27260
27260
|
stateMachine?: {
|
|
@@ -27313,12 +27313,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27313
27313
|
sourceEntityDefinition?: {
|
|
27314
27314
|
name: string;
|
|
27315
27315
|
fields: unknown[];
|
|
27316
|
+
description?: string | undefined;
|
|
27316
27317
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
27317
27318
|
collection?: string | undefined;
|
|
27318
27319
|
instances?: Record<string, unknown>[] | undefined;
|
|
27319
27320
|
timestamps?: boolean | undefined;
|
|
27320
27321
|
softDelete?: boolean | undefined;
|
|
27321
|
-
description?: string | undefined;
|
|
27322
27322
|
visual_prompt?: string | undefined;
|
|
27323
27323
|
assetRef?: {
|
|
27324
27324
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -27583,11 +27583,11 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27583
27583
|
name: string;
|
|
27584
27584
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
27585
27585
|
fields: EntityField[];
|
|
27586
|
+
description?: string | undefined;
|
|
27586
27587
|
collection?: string | undefined;
|
|
27587
27588
|
instances?: Record<string, unknown>[] | undefined;
|
|
27588
27589
|
timestamps?: boolean | undefined;
|
|
27589
27590
|
softDelete?: boolean | undefined;
|
|
27590
|
-
description?: string | undefined;
|
|
27591
27591
|
visual_prompt?: string | undefined;
|
|
27592
27592
|
assetRef?: {
|
|
27593
27593
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -27607,9 +27607,9 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27607
27607
|
traits: (string | {
|
|
27608
27608
|
name: string;
|
|
27609
27609
|
scope: "instance" | "collection";
|
|
27610
|
+
description?: string | undefined;
|
|
27610
27611
|
ui?: Record<string, unknown> | undefined;
|
|
27611
27612
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
27612
|
-
description?: string | undefined;
|
|
27613
27613
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
27614
27614
|
capabilities?: string[] | undefined;
|
|
27615
27615
|
emits?: {
|
|
@@ -27664,11 +27664,11 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27664
27664
|
required?: boolean | undefined;
|
|
27665
27665
|
default?: unknown;
|
|
27666
27666
|
}[];
|
|
27667
|
+
description?: string | undefined;
|
|
27667
27668
|
runtime?: boolean | undefined;
|
|
27668
27669
|
singleton?: boolean | undefined;
|
|
27669
27670
|
collection?: string | undefined;
|
|
27670
27671
|
timestamps?: boolean | undefined;
|
|
27671
|
-
description?: string | undefined;
|
|
27672
27672
|
pages?: string[] | undefined;
|
|
27673
27673
|
}[] | undefined;
|
|
27674
27674
|
stateMachine?: {
|
|
@@ -27728,11 +27728,11 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27728
27728
|
name: string;
|
|
27729
27729
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
27730
27730
|
fields: EntityField[];
|
|
27731
|
+
description?: string | undefined;
|
|
27731
27732
|
collection?: string | undefined;
|
|
27732
27733
|
instances?: Record<string, unknown>[] | undefined;
|
|
27733
27734
|
timestamps?: boolean | undefined;
|
|
27734
27735
|
softDelete?: boolean | undefined;
|
|
27735
|
-
description?: string | undefined;
|
|
27736
27736
|
visual_prompt?: string | undefined;
|
|
27737
27737
|
assetRef?: {
|
|
27738
27738
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -27768,9 +27768,9 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27768
27768
|
traits?: (string | {
|
|
27769
27769
|
name: string;
|
|
27770
27770
|
scope: "instance" | "collection";
|
|
27771
|
+
description?: string | undefined;
|
|
27771
27772
|
ui?: Record<string, unknown> | undefined;
|
|
27772
27773
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
27773
|
-
description?: string | undefined;
|
|
27774
27774
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
27775
27775
|
capabilities?: string[] | undefined;
|
|
27776
27776
|
emits?: {
|
|
@@ -27825,11 +27825,11 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27825
27825
|
required?: boolean | undefined;
|
|
27826
27826
|
default?: unknown;
|
|
27827
27827
|
}[];
|
|
27828
|
+
description?: string | undefined;
|
|
27828
27829
|
runtime?: boolean | undefined;
|
|
27829
27830
|
singleton?: boolean | undefined;
|
|
27830
27831
|
collection?: string | undefined;
|
|
27831
27832
|
timestamps?: boolean | undefined;
|
|
27832
|
-
description?: string | undefined;
|
|
27833
27833
|
pages?: string[] | undefined;
|
|
27834
27834
|
}[] | undefined;
|
|
27835
27835
|
stateMachine?: {
|
|
@@ -27889,11 +27889,11 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27889
27889
|
name: string;
|
|
27890
27890
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
27891
27891
|
fields: EntityField[];
|
|
27892
|
+
description?: string | undefined;
|
|
27892
27893
|
collection?: string | undefined;
|
|
27893
27894
|
instances?: Record<string, unknown>[] | undefined;
|
|
27894
27895
|
timestamps?: boolean | undefined;
|
|
27895
27896
|
softDelete?: boolean | undefined;
|
|
27896
|
-
description?: string | undefined;
|
|
27897
27897
|
visual_prompt?: string | undefined;
|
|
27898
27898
|
assetRef?: {
|
|
27899
27899
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -28476,12 +28476,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28476
28476
|
entity: string | {
|
|
28477
28477
|
name: string;
|
|
28478
28478
|
fields: unknown[];
|
|
28479
|
+
description?: string | undefined;
|
|
28479
28480
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
28480
28481
|
collection?: string | undefined;
|
|
28481
28482
|
instances?: Record<string, unknown>[] | undefined;
|
|
28482
28483
|
timestamps?: boolean | undefined;
|
|
28483
28484
|
softDelete?: boolean | undefined;
|
|
28484
|
-
description?: string | undefined;
|
|
28485
28485
|
visual_prompt?: string | undefined;
|
|
28486
28486
|
assetRef?: {
|
|
28487
28487
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -28501,9 +28501,9 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28501
28501
|
traits: (string | {
|
|
28502
28502
|
name: string;
|
|
28503
28503
|
scope: "instance" | "collection";
|
|
28504
|
+
description?: string | undefined;
|
|
28504
28505
|
ui?: Record<string, unknown> | undefined;
|
|
28505
28506
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
28506
|
-
description?: string | undefined;
|
|
28507
28507
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
28508
28508
|
capabilities?: string[] | undefined;
|
|
28509
28509
|
emits?: {
|
|
@@ -28558,11 +28558,11 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28558
28558
|
required?: boolean | undefined;
|
|
28559
28559
|
default?: unknown;
|
|
28560
28560
|
}[];
|
|
28561
|
+
description?: string | undefined;
|
|
28561
28562
|
runtime?: boolean | undefined;
|
|
28562
28563
|
singleton?: boolean | undefined;
|
|
28563
28564
|
collection?: string | undefined;
|
|
28564
28565
|
timestamps?: boolean | undefined;
|
|
28565
|
-
description?: string | undefined;
|
|
28566
28566
|
pages?: string[] | undefined;
|
|
28567
28567
|
}[] | undefined;
|
|
28568
28568
|
stateMachine?: {
|
|
@@ -28621,12 +28621,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28621
28621
|
sourceEntityDefinition?: {
|
|
28622
28622
|
name: string;
|
|
28623
28623
|
fields: unknown[];
|
|
28624
|
+
description?: string | undefined;
|
|
28624
28625
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
28625
28626
|
collection?: string | undefined;
|
|
28626
28627
|
instances?: Record<string, unknown>[] | undefined;
|
|
28627
28628
|
timestamps?: boolean | undefined;
|
|
28628
28629
|
softDelete?: boolean | undefined;
|
|
28629
|
-
description?: string | undefined;
|
|
28630
28630
|
visual_prompt?: string | undefined;
|
|
28631
28631
|
assetRef?: {
|
|
28632
28632
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -28662,9 +28662,9 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28662
28662
|
traits?: (string | {
|
|
28663
28663
|
name: string;
|
|
28664
28664
|
scope: "instance" | "collection";
|
|
28665
|
+
description?: string | undefined;
|
|
28665
28666
|
ui?: Record<string, unknown> | undefined;
|
|
28666
28667
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
28667
|
-
description?: string | undefined;
|
|
28668
28668
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
28669
28669
|
capabilities?: string[] | undefined;
|
|
28670
28670
|
emits?: {
|
|
@@ -28719,11 +28719,11 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28719
28719
|
required?: boolean | undefined;
|
|
28720
28720
|
default?: unknown;
|
|
28721
28721
|
}[];
|
|
28722
|
+
description?: string | undefined;
|
|
28722
28723
|
runtime?: boolean | undefined;
|
|
28723
28724
|
singleton?: boolean | undefined;
|
|
28724
28725
|
collection?: string | undefined;
|
|
28725
28726
|
timestamps?: boolean | undefined;
|
|
28726
|
-
description?: string | undefined;
|
|
28727
28727
|
pages?: string[] | undefined;
|
|
28728
28728
|
}[] | undefined;
|
|
28729
28729
|
stateMachine?: {
|
|
@@ -28782,12 +28782,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28782
28782
|
sourceEntityDefinition?: {
|
|
28783
28783
|
name: string;
|
|
28784
28784
|
fields: unknown[];
|
|
28785
|
+
description?: string | undefined;
|
|
28785
28786
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
28786
28787
|
collection?: string | undefined;
|
|
28787
28788
|
instances?: Record<string, unknown>[] | undefined;
|
|
28788
28789
|
timestamps?: boolean | undefined;
|
|
28789
28790
|
softDelete?: boolean | undefined;
|
|
28790
|
-
description?: string | undefined;
|
|
28791
28791
|
visual_prompt?: string | undefined;
|
|
28792
28792
|
assetRef?: {
|
|
28793
28793
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -33439,11 +33439,11 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33439
33439
|
name: string;
|
|
33440
33440
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
33441
33441
|
fields: EntityField[];
|
|
33442
|
+
description?: string | undefined;
|
|
33442
33443
|
collection?: string | undefined;
|
|
33443
33444
|
instances?: Record<string, unknown>[] | undefined;
|
|
33444
33445
|
timestamps?: boolean | undefined;
|
|
33445
33446
|
softDelete?: boolean | undefined;
|
|
33446
|
-
description?: string | undefined;
|
|
33447
33447
|
visual_prompt?: string | undefined;
|
|
33448
33448
|
assetRef?: {
|
|
33449
33449
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -33455,12 +33455,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33455
33455
|
}, {
|
|
33456
33456
|
name: string;
|
|
33457
33457
|
fields: unknown[];
|
|
33458
|
+
description?: string | undefined;
|
|
33458
33459
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
33459
33460
|
collection?: string | undefined;
|
|
33460
33461
|
instances?: Record<string, unknown>[] | undefined;
|
|
33461
33462
|
timestamps?: boolean | undefined;
|
|
33462
33463
|
softDelete?: boolean | undefined;
|
|
33463
|
-
description?: string | undefined;
|
|
33464
33464
|
visual_prompt?: string | undefined;
|
|
33465
33465
|
assetRef?: {
|
|
33466
33466
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -33588,11 +33588,11 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33588
33588
|
required?: boolean | undefined;
|
|
33589
33589
|
default?: unknown;
|
|
33590
33590
|
}[];
|
|
33591
|
+
description?: string | undefined;
|
|
33591
33592
|
runtime?: boolean | undefined;
|
|
33592
33593
|
singleton?: boolean | undefined;
|
|
33593
33594
|
collection?: string | undefined;
|
|
33594
33595
|
timestamps?: boolean | undefined;
|
|
33595
|
-
description?: string | undefined;
|
|
33596
33596
|
pages?: string[] | undefined;
|
|
33597
33597
|
}, {
|
|
33598
33598
|
name: string;
|
|
@@ -33603,11 +33603,11 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33603
33603
|
required?: boolean | undefined;
|
|
33604
33604
|
default?: unknown;
|
|
33605
33605
|
}[];
|
|
33606
|
+
description?: string | undefined;
|
|
33606
33607
|
runtime?: boolean | undefined;
|
|
33607
33608
|
singleton?: boolean | undefined;
|
|
33608
33609
|
collection?: string | undefined;
|
|
33609
33610
|
timestamps?: boolean | undefined;
|
|
33610
|
-
description?: string | undefined;
|
|
33611
33611
|
pages?: string[] | undefined;
|
|
33612
33612
|
}>, "many">>;
|
|
33613
33613
|
stateMachine: z.ZodOptional<z.ZodObject<{
|
|
@@ -33977,11 +33977,11 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33977
33977
|
name: string;
|
|
33978
33978
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
33979
33979
|
fields: EntityField[];
|
|
33980
|
+
description?: string | undefined;
|
|
33980
33981
|
collection?: string | undefined;
|
|
33981
33982
|
instances?: Record<string, unknown>[] | undefined;
|
|
33982
33983
|
timestamps?: boolean | undefined;
|
|
33983
33984
|
softDelete?: boolean | undefined;
|
|
33984
|
-
description?: string | undefined;
|
|
33985
33985
|
visual_prompt?: string | undefined;
|
|
33986
33986
|
assetRef?: {
|
|
33987
33987
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -33993,12 +33993,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33993
33993
|
}, {
|
|
33994
33994
|
name: string;
|
|
33995
33995
|
fields: unknown[];
|
|
33996
|
+
description?: string | undefined;
|
|
33996
33997
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
33997
33998
|
collection?: string | undefined;
|
|
33998
33999
|
instances?: Record<string, unknown>[] | undefined;
|
|
33999
34000
|
timestamps?: boolean | undefined;
|
|
34000
34001
|
softDelete?: boolean | undefined;
|
|
34001
|
-
description?: string | undefined;
|
|
34002
34002
|
visual_prompt?: string | undefined;
|
|
34003
34003
|
assetRef?: {
|
|
34004
34004
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -34011,9 +34011,9 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34011
34011
|
}, "strip", z.ZodTypeAny, {
|
|
34012
34012
|
name: string;
|
|
34013
34013
|
scope: "instance" | "collection";
|
|
34014
|
+
description?: string | undefined;
|
|
34014
34015
|
ui?: Record<string, unknown> | undefined;
|
|
34015
34016
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
34016
|
-
description?: string | undefined;
|
|
34017
34017
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
34018
34018
|
capabilities?: string[] | undefined;
|
|
34019
34019
|
emits?: {
|
|
@@ -34068,11 +34068,11 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34068
34068
|
required?: boolean | undefined;
|
|
34069
34069
|
default?: unknown;
|
|
34070
34070
|
}[];
|
|
34071
|
+
description?: string | undefined;
|
|
34071
34072
|
runtime?: boolean | undefined;
|
|
34072
34073
|
singleton?: boolean | undefined;
|
|
34073
34074
|
collection?: string | undefined;
|
|
34074
34075
|
timestamps?: boolean | undefined;
|
|
34075
|
-
description?: string | undefined;
|
|
34076
34076
|
pages?: string[] | undefined;
|
|
34077
34077
|
}[] | undefined;
|
|
34078
34078
|
stateMachine?: {
|
|
@@ -34132,11 +34132,11 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34132
34132
|
name: string;
|
|
34133
34133
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
34134
34134
|
fields: EntityField[];
|
|
34135
|
+
description?: string | undefined;
|
|
34135
34136
|
collection?: string | undefined;
|
|
34136
34137
|
instances?: Record<string, unknown>[] | undefined;
|
|
34137
34138
|
timestamps?: boolean | undefined;
|
|
34138
34139
|
softDelete?: boolean | undefined;
|
|
34139
|
-
description?: string | undefined;
|
|
34140
34140
|
visual_prompt?: string | undefined;
|
|
34141
34141
|
assetRef?: {
|
|
34142
34142
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -34149,9 +34149,9 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34149
34149
|
}, {
|
|
34150
34150
|
name: string;
|
|
34151
34151
|
scope: "instance" | "collection";
|
|
34152
|
+
description?: string | undefined;
|
|
34152
34153
|
ui?: Record<string, unknown> | undefined;
|
|
34153
34154
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
34154
|
-
description?: string | undefined;
|
|
34155
34155
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
34156
34156
|
capabilities?: string[] | undefined;
|
|
34157
34157
|
emits?: {
|
|
@@ -34206,11 +34206,11 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34206
34206
|
required?: boolean | undefined;
|
|
34207
34207
|
default?: unknown;
|
|
34208
34208
|
}[];
|
|
34209
|
+
description?: string | undefined;
|
|
34209
34210
|
runtime?: boolean | undefined;
|
|
34210
34211
|
singleton?: boolean | undefined;
|
|
34211
34212
|
collection?: string | undefined;
|
|
34212
34213
|
timestamps?: boolean | undefined;
|
|
34213
|
-
description?: string | undefined;
|
|
34214
34214
|
pages?: string[] | undefined;
|
|
34215
34215
|
}[] | undefined;
|
|
34216
34216
|
stateMachine?: {
|
|
@@ -34269,12 +34269,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34269
34269
|
sourceEntityDefinition?: {
|
|
34270
34270
|
name: string;
|
|
34271
34271
|
fields: unknown[];
|
|
34272
|
+
description?: string | undefined;
|
|
34272
34273
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
34273
34274
|
collection?: string | undefined;
|
|
34274
34275
|
instances?: Record<string, unknown>[] | undefined;
|
|
34275
34276
|
timestamps?: boolean | undefined;
|
|
34276
34277
|
softDelete?: boolean | undefined;
|
|
34277
|
-
description?: string | undefined;
|
|
34278
34278
|
visual_prompt?: string | undefined;
|
|
34279
34279
|
assetRef?: {
|
|
34280
34280
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -34422,11 +34422,11 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34422
34422
|
required?: boolean | undefined;
|
|
34423
34423
|
default?: unknown;
|
|
34424
34424
|
}[];
|
|
34425
|
+
description?: string | undefined;
|
|
34425
34426
|
runtime?: boolean | undefined;
|
|
34426
34427
|
singleton?: boolean | undefined;
|
|
34427
34428
|
collection?: string | undefined;
|
|
34428
34429
|
timestamps?: boolean | undefined;
|
|
34429
|
-
description?: string | undefined;
|
|
34430
34430
|
pages?: string[] | undefined;
|
|
34431
34431
|
}, {
|
|
34432
34432
|
name: string;
|
|
@@ -34437,11 +34437,11 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34437
34437
|
required?: boolean | undefined;
|
|
34438
34438
|
default?: unknown;
|
|
34439
34439
|
}[];
|
|
34440
|
+
description?: string | undefined;
|
|
34440
34441
|
runtime?: boolean | undefined;
|
|
34441
34442
|
singleton?: boolean | undefined;
|
|
34442
34443
|
collection?: string | undefined;
|
|
34443
34444
|
timestamps?: boolean | undefined;
|
|
34444
|
-
description?: string | undefined;
|
|
34445
34445
|
pages?: string[] | undefined;
|
|
34446
34446
|
}>, "many">>;
|
|
34447
34447
|
stateMachine: z.ZodOptional<z.ZodObject<{
|
|
@@ -34811,11 +34811,11 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34811
34811
|
name: string;
|
|
34812
34812
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
34813
34813
|
fields: EntityField[];
|
|
34814
|
+
description?: string | undefined;
|
|
34814
34815
|
collection?: string | undefined;
|
|
34815
34816
|
instances?: Record<string, unknown>[] | undefined;
|
|
34816
34817
|
timestamps?: boolean | undefined;
|
|
34817
34818
|
softDelete?: boolean | undefined;
|
|
34818
|
-
description?: string | undefined;
|
|
34819
34819
|
visual_prompt?: string | undefined;
|
|
34820
34820
|
assetRef?: {
|
|
34821
34821
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -34827,12 +34827,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34827
34827
|
}, {
|
|
34828
34828
|
name: string;
|
|
34829
34829
|
fields: unknown[];
|
|
34830
|
+
description?: string | undefined;
|
|
34830
34831
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
34831
34832
|
collection?: string | undefined;
|
|
34832
34833
|
instances?: Record<string, unknown>[] | undefined;
|
|
34833
34834
|
timestamps?: boolean | undefined;
|
|
34834
34835
|
softDelete?: boolean | undefined;
|
|
34835
|
-
description?: string | undefined;
|
|
34836
34836
|
visual_prompt?: string | undefined;
|
|
34837
34837
|
assetRef?: {
|
|
34838
34838
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -34845,9 +34845,9 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34845
34845
|
}, "strip", z.ZodTypeAny, {
|
|
34846
34846
|
name: string;
|
|
34847
34847
|
scope: "instance" | "collection";
|
|
34848
|
+
description?: string | undefined;
|
|
34848
34849
|
ui?: Record<string, unknown> | undefined;
|
|
34849
34850
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
34850
|
-
description?: string | undefined;
|
|
34851
34851
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
34852
34852
|
capabilities?: string[] | undefined;
|
|
34853
34853
|
emits?: {
|
|
@@ -34902,11 +34902,11 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34902
34902
|
required?: boolean | undefined;
|
|
34903
34903
|
default?: unknown;
|
|
34904
34904
|
}[];
|
|
34905
|
+
description?: string | undefined;
|
|
34905
34906
|
runtime?: boolean | undefined;
|
|
34906
34907
|
singleton?: boolean | undefined;
|
|
34907
34908
|
collection?: string | undefined;
|
|
34908
34909
|
timestamps?: boolean | undefined;
|
|
34909
|
-
description?: string | undefined;
|
|
34910
34910
|
pages?: string[] | undefined;
|
|
34911
34911
|
}[] | undefined;
|
|
34912
34912
|
stateMachine?: {
|
|
@@ -34966,11 +34966,11 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34966
34966
|
name: string;
|
|
34967
34967
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
34968
34968
|
fields: EntityField[];
|
|
34969
|
+
description?: string | undefined;
|
|
34969
34970
|
collection?: string | undefined;
|
|
34970
34971
|
instances?: Record<string, unknown>[] | undefined;
|
|
34971
34972
|
timestamps?: boolean | undefined;
|
|
34972
34973
|
softDelete?: boolean | undefined;
|
|
34973
|
-
description?: string | undefined;
|
|
34974
34974
|
visual_prompt?: string | undefined;
|
|
34975
34975
|
assetRef?: {
|
|
34976
34976
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -34983,9 +34983,9 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34983
34983
|
}, {
|
|
34984
34984
|
name: string;
|
|
34985
34985
|
scope: "instance" | "collection";
|
|
34986
|
+
description?: string | undefined;
|
|
34986
34987
|
ui?: Record<string, unknown> | undefined;
|
|
34987
34988
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
34988
|
-
description?: string | undefined;
|
|
34989
34989
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
34990
34990
|
capabilities?: string[] | undefined;
|
|
34991
34991
|
emits?: {
|
|
@@ -35040,11 +35040,11 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35040
35040
|
required?: boolean | undefined;
|
|
35041
35041
|
default?: unknown;
|
|
35042
35042
|
}[];
|
|
35043
|
+
description?: string | undefined;
|
|
35043
35044
|
runtime?: boolean | undefined;
|
|
35044
35045
|
singleton?: boolean | undefined;
|
|
35045
35046
|
collection?: string | undefined;
|
|
35046
35047
|
timestamps?: boolean | undefined;
|
|
35047
|
-
description?: string | undefined;
|
|
35048
35048
|
pages?: string[] | undefined;
|
|
35049
35049
|
}[] | undefined;
|
|
35050
35050
|
stateMachine?: {
|
|
@@ -35103,12 +35103,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35103
35103
|
sourceEntityDefinition?: {
|
|
35104
35104
|
name: string;
|
|
35105
35105
|
fields: unknown[];
|
|
35106
|
+
description?: string | undefined;
|
|
35106
35107
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
35107
35108
|
collection?: string | undefined;
|
|
35108
35109
|
instances?: Record<string, unknown>[] | undefined;
|
|
35109
35110
|
timestamps?: boolean | undefined;
|
|
35110
35111
|
softDelete?: boolean | undefined;
|
|
35111
|
-
description?: string | undefined;
|
|
35112
35112
|
visual_prompt?: string | undefined;
|
|
35113
35113
|
assetRef?: {
|
|
35114
35114
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -35126,9 +35126,9 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35126
35126
|
traits?: (string | {
|
|
35127
35127
|
name: string;
|
|
35128
35128
|
scope: "instance" | "collection";
|
|
35129
|
+
description?: string | undefined;
|
|
35129
35130
|
ui?: Record<string, unknown> | undefined;
|
|
35130
35131
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
35131
|
-
description?: string | undefined;
|
|
35132
35132
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
35133
35133
|
capabilities?: string[] | undefined;
|
|
35134
35134
|
emits?: {
|
|
@@ -35183,11 +35183,11 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35183
35183
|
required?: boolean | undefined;
|
|
35184
35184
|
default?: unknown;
|
|
35185
35185
|
}[];
|
|
35186
|
+
description?: string | undefined;
|
|
35186
35187
|
runtime?: boolean | undefined;
|
|
35187
35188
|
singleton?: boolean | undefined;
|
|
35188
35189
|
collection?: string | undefined;
|
|
35189
35190
|
timestamps?: boolean | undefined;
|
|
35190
|
-
description?: string | undefined;
|
|
35191
35191
|
pages?: string[] | undefined;
|
|
35192
35192
|
}[] | undefined;
|
|
35193
35193
|
stateMachine?: {
|
|
@@ -35247,11 +35247,11 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35247
35247
|
name: string;
|
|
35248
35248
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
35249
35249
|
fields: EntityField[];
|
|
35250
|
+
description?: string | undefined;
|
|
35250
35251
|
collection?: string | undefined;
|
|
35251
35252
|
instances?: Record<string, unknown>[] | undefined;
|
|
35252
35253
|
timestamps?: boolean | undefined;
|
|
35253
35254
|
softDelete?: boolean | undefined;
|
|
35254
|
-
description?: string | undefined;
|
|
35255
35255
|
visual_prompt?: string | undefined;
|
|
35256
35256
|
assetRef?: {
|
|
35257
35257
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -35276,9 +35276,9 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35276
35276
|
traits?: (string | {
|
|
35277
35277
|
name: string;
|
|
35278
35278
|
scope: "instance" | "collection";
|
|
35279
|
+
description?: string | undefined;
|
|
35279
35280
|
ui?: Record<string, unknown> | undefined;
|
|
35280
35281
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
35281
|
-
description?: string | undefined;
|
|
35282
35282
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
35283
35283
|
capabilities?: string[] | undefined;
|
|
35284
35284
|
emits?: {
|
|
@@ -35333,11 +35333,11 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35333
35333
|
required?: boolean | undefined;
|
|
35334
35334
|
default?: unknown;
|
|
35335
35335
|
}[];
|
|
35336
|
+
description?: string | undefined;
|
|
35336
35337
|
runtime?: boolean | undefined;
|
|
35337
35338
|
singleton?: boolean | undefined;
|
|
35338
35339
|
collection?: string | undefined;
|
|
35339
35340
|
timestamps?: boolean | undefined;
|
|
35340
|
-
description?: string | undefined;
|
|
35341
35341
|
pages?: string[] | undefined;
|
|
35342
35342
|
}[] | undefined;
|
|
35343
35343
|
stateMachine?: {
|
|
@@ -35396,12 +35396,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35396
35396
|
sourceEntityDefinition?: {
|
|
35397
35397
|
name: string;
|
|
35398
35398
|
fields: unknown[];
|
|
35399
|
+
description?: string | undefined;
|
|
35399
35400
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
35400
35401
|
collection?: string | undefined;
|
|
35401
35402
|
instances?: Record<string, unknown>[] | undefined;
|
|
35402
35403
|
timestamps?: boolean | undefined;
|
|
35403
35404
|
softDelete?: boolean | undefined;
|
|
35404
|
-
description?: string | undefined;
|
|
35405
35405
|
visual_prompt?: string | undefined;
|
|
35406
35406
|
assetRef?: {
|
|
35407
35407
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -35666,11 +35666,11 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35666
35666
|
name: string;
|
|
35667
35667
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
35668
35668
|
fields: EntityField[];
|
|
35669
|
+
description?: string | undefined;
|
|
35669
35670
|
collection?: string | undefined;
|
|
35670
35671
|
instances?: Record<string, unknown>[] | undefined;
|
|
35671
35672
|
timestamps?: boolean | undefined;
|
|
35672
35673
|
softDelete?: boolean | undefined;
|
|
35673
|
-
description?: string | undefined;
|
|
35674
35674
|
visual_prompt?: string | undefined;
|
|
35675
35675
|
assetRef?: {
|
|
35676
35676
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -35690,9 +35690,9 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35690
35690
|
traits: (string | {
|
|
35691
35691
|
name: string;
|
|
35692
35692
|
scope: "instance" | "collection";
|
|
35693
|
+
description?: string | undefined;
|
|
35693
35694
|
ui?: Record<string, unknown> | undefined;
|
|
35694
35695
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
35695
|
-
description?: string | undefined;
|
|
35696
35696
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
35697
35697
|
capabilities?: string[] | undefined;
|
|
35698
35698
|
emits?: {
|
|
@@ -35747,11 +35747,11 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35747
35747
|
required?: boolean | undefined;
|
|
35748
35748
|
default?: unknown;
|
|
35749
35749
|
}[];
|
|
35750
|
+
description?: string | undefined;
|
|
35750
35751
|
runtime?: boolean | undefined;
|
|
35751
35752
|
singleton?: boolean | undefined;
|
|
35752
35753
|
collection?: string | undefined;
|
|
35753
35754
|
timestamps?: boolean | undefined;
|
|
35754
|
-
description?: string | undefined;
|
|
35755
35755
|
pages?: string[] | undefined;
|
|
35756
35756
|
}[] | undefined;
|
|
35757
35757
|
stateMachine?: {
|
|
@@ -35811,11 +35811,11 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35811
35811
|
name: string;
|
|
35812
35812
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
35813
35813
|
fields: EntityField[];
|
|
35814
|
+
description?: string | undefined;
|
|
35814
35815
|
collection?: string | undefined;
|
|
35815
35816
|
instances?: Record<string, unknown>[] | undefined;
|
|
35816
35817
|
timestamps?: boolean | undefined;
|
|
35817
35818
|
softDelete?: boolean | undefined;
|
|
35818
|
-
description?: string | undefined;
|
|
35819
35819
|
visual_prompt?: string | undefined;
|
|
35820
35820
|
assetRef?: {
|
|
35821
35821
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -35851,9 +35851,9 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35851
35851
|
traits?: (string | {
|
|
35852
35852
|
name: string;
|
|
35853
35853
|
scope: "instance" | "collection";
|
|
35854
|
+
description?: string | undefined;
|
|
35854
35855
|
ui?: Record<string, unknown> | undefined;
|
|
35855
35856
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
35856
|
-
description?: string | undefined;
|
|
35857
35857
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
35858
35858
|
capabilities?: string[] | undefined;
|
|
35859
35859
|
emits?: {
|
|
@@ -35908,11 +35908,11 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35908
35908
|
required?: boolean | undefined;
|
|
35909
35909
|
default?: unknown;
|
|
35910
35910
|
}[];
|
|
35911
|
+
description?: string | undefined;
|
|
35911
35912
|
runtime?: boolean | undefined;
|
|
35912
35913
|
singleton?: boolean | undefined;
|
|
35913
35914
|
collection?: string | undefined;
|
|
35914
35915
|
timestamps?: boolean | undefined;
|
|
35915
|
-
description?: string | undefined;
|
|
35916
35916
|
pages?: string[] | undefined;
|
|
35917
35917
|
}[] | undefined;
|
|
35918
35918
|
stateMachine?: {
|
|
@@ -35972,11 +35972,11 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35972
35972
|
name: string;
|
|
35973
35973
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
35974
35974
|
fields: EntityField[];
|
|
35975
|
+
description?: string | undefined;
|
|
35975
35976
|
collection?: string | undefined;
|
|
35976
35977
|
instances?: Record<string, unknown>[] | undefined;
|
|
35977
35978
|
timestamps?: boolean | undefined;
|
|
35978
35979
|
softDelete?: boolean | undefined;
|
|
35979
|
-
description?: string | undefined;
|
|
35980
35980
|
visual_prompt?: string | undefined;
|
|
35981
35981
|
assetRef?: {
|
|
35982
35982
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -36559,12 +36559,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36559
36559
|
entity: string | {
|
|
36560
36560
|
name: string;
|
|
36561
36561
|
fields: unknown[];
|
|
36562
|
+
description?: string | undefined;
|
|
36562
36563
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
36563
36564
|
collection?: string | undefined;
|
|
36564
36565
|
instances?: Record<string, unknown>[] | undefined;
|
|
36565
36566
|
timestamps?: boolean | undefined;
|
|
36566
36567
|
softDelete?: boolean | undefined;
|
|
36567
|
-
description?: string | undefined;
|
|
36568
36568
|
visual_prompt?: string | undefined;
|
|
36569
36569
|
assetRef?: {
|
|
36570
36570
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -36584,9 +36584,9 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36584
36584
|
traits: (string | {
|
|
36585
36585
|
name: string;
|
|
36586
36586
|
scope: "instance" | "collection";
|
|
36587
|
+
description?: string | undefined;
|
|
36587
36588
|
ui?: Record<string, unknown> | undefined;
|
|
36588
36589
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
36589
|
-
description?: string | undefined;
|
|
36590
36590
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
36591
36591
|
capabilities?: string[] | undefined;
|
|
36592
36592
|
emits?: {
|
|
@@ -36641,11 +36641,11 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36641
36641
|
required?: boolean | undefined;
|
|
36642
36642
|
default?: unknown;
|
|
36643
36643
|
}[];
|
|
36644
|
+
description?: string | undefined;
|
|
36644
36645
|
runtime?: boolean | undefined;
|
|
36645
36646
|
singleton?: boolean | undefined;
|
|
36646
36647
|
collection?: string | undefined;
|
|
36647
36648
|
timestamps?: boolean | undefined;
|
|
36648
|
-
description?: string | undefined;
|
|
36649
36649
|
pages?: string[] | undefined;
|
|
36650
36650
|
}[] | undefined;
|
|
36651
36651
|
stateMachine?: {
|
|
@@ -36704,12 +36704,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36704
36704
|
sourceEntityDefinition?: {
|
|
36705
36705
|
name: string;
|
|
36706
36706
|
fields: unknown[];
|
|
36707
|
+
description?: string | undefined;
|
|
36707
36708
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
36708
36709
|
collection?: string | undefined;
|
|
36709
36710
|
instances?: Record<string, unknown>[] | undefined;
|
|
36710
36711
|
timestamps?: boolean | undefined;
|
|
36711
36712
|
softDelete?: boolean | undefined;
|
|
36712
|
-
description?: string | undefined;
|
|
36713
36713
|
visual_prompt?: string | undefined;
|
|
36714
36714
|
assetRef?: {
|
|
36715
36715
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -36745,9 +36745,9 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36745
36745
|
traits?: (string | {
|
|
36746
36746
|
name: string;
|
|
36747
36747
|
scope: "instance" | "collection";
|
|
36748
|
+
description?: string | undefined;
|
|
36748
36749
|
ui?: Record<string, unknown> | undefined;
|
|
36749
36750
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
36750
|
-
description?: string | undefined;
|
|
36751
36751
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
36752
36752
|
capabilities?: string[] | undefined;
|
|
36753
36753
|
emits?: {
|
|
@@ -36802,11 +36802,11 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36802
36802
|
required?: boolean | undefined;
|
|
36803
36803
|
default?: unknown;
|
|
36804
36804
|
}[];
|
|
36805
|
+
description?: string | undefined;
|
|
36805
36806
|
runtime?: boolean | undefined;
|
|
36806
36807
|
singleton?: boolean | undefined;
|
|
36807
36808
|
collection?: string | undefined;
|
|
36808
36809
|
timestamps?: boolean | undefined;
|
|
36809
|
-
description?: string | undefined;
|
|
36810
36810
|
pages?: string[] | undefined;
|
|
36811
36811
|
}[] | undefined;
|
|
36812
36812
|
stateMachine?: {
|
|
@@ -36865,12 +36865,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36865
36865
|
sourceEntityDefinition?: {
|
|
36866
36866
|
name: string;
|
|
36867
36867
|
fields: unknown[];
|
|
36868
|
+
description?: string | undefined;
|
|
36868
36869
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
36869
36870
|
collection?: string | undefined;
|
|
36870
36871
|
instances?: Record<string, unknown>[] | undefined;
|
|
36871
36872
|
timestamps?: boolean | undefined;
|
|
36872
36873
|
softDelete?: boolean | undefined;
|
|
36873
|
-
description?: string | undefined;
|
|
36874
36874
|
visual_prompt?: string | undefined;
|
|
36875
36875
|
assetRef?: {
|
|
36876
36876
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -41529,11 +41529,11 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
41529
41529
|
name: string;
|
|
41530
41530
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
41531
41531
|
fields: EntityField[];
|
|
41532
|
+
description?: string | undefined;
|
|
41532
41533
|
collection?: string | undefined;
|
|
41533
41534
|
instances?: Record<string, unknown>[] | undefined;
|
|
41534
41535
|
timestamps?: boolean | undefined;
|
|
41535
41536
|
softDelete?: boolean | undefined;
|
|
41536
|
-
description?: string | undefined;
|
|
41537
41537
|
visual_prompt?: string | undefined;
|
|
41538
41538
|
assetRef?: {
|
|
41539
41539
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -41545,12 +41545,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
41545
41545
|
}, {
|
|
41546
41546
|
name: string;
|
|
41547
41547
|
fields: unknown[];
|
|
41548
|
+
description?: string | undefined;
|
|
41548
41549
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
41549
41550
|
collection?: string | undefined;
|
|
41550
41551
|
instances?: Record<string, unknown>[] | undefined;
|
|
41551
41552
|
timestamps?: boolean | undefined;
|
|
41552
41553
|
softDelete?: boolean | undefined;
|
|
41553
|
-
description?: string | undefined;
|
|
41554
41554
|
visual_prompt?: string | undefined;
|
|
41555
41555
|
assetRef?: {
|
|
41556
41556
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -41678,11 +41678,11 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
41678
41678
|
required?: boolean | undefined;
|
|
41679
41679
|
default?: unknown;
|
|
41680
41680
|
}[];
|
|
41681
|
+
description?: string | undefined;
|
|
41681
41682
|
runtime?: boolean | undefined;
|
|
41682
41683
|
singleton?: boolean | undefined;
|
|
41683
41684
|
collection?: string | undefined;
|
|
41684
41685
|
timestamps?: boolean | undefined;
|
|
41685
|
-
description?: string | undefined;
|
|
41686
41686
|
pages?: string[] | undefined;
|
|
41687
41687
|
}, {
|
|
41688
41688
|
name: string;
|
|
@@ -41693,11 +41693,11 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
41693
41693
|
required?: boolean | undefined;
|
|
41694
41694
|
default?: unknown;
|
|
41695
41695
|
}[];
|
|
41696
|
+
description?: string | undefined;
|
|
41696
41697
|
runtime?: boolean | undefined;
|
|
41697
41698
|
singleton?: boolean | undefined;
|
|
41698
41699
|
collection?: string | undefined;
|
|
41699
41700
|
timestamps?: boolean | undefined;
|
|
41700
|
-
description?: string | undefined;
|
|
41701
41701
|
pages?: string[] | undefined;
|
|
41702
41702
|
}>, "many">>;
|
|
41703
41703
|
stateMachine: z.ZodOptional<z.ZodObject<{
|
|
@@ -42067,11 +42067,11 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42067
42067
|
name: string;
|
|
42068
42068
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
42069
42069
|
fields: EntityField[];
|
|
42070
|
+
description?: string | undefined;
|
|
42070
42071
|
collection?: string | undefined;
|
|
42071
42072
|
instances?: Record<string, unknown>[] | undefined;
|
|
42072
42073
|
timestamps?: boolean | undefined;
|
|
42073
42074
|
softDelete?: boolean | undefined;
|
|
42074
|
-
description?: string | undefined;
|
|
42075
42075
|
visual_prompt?: string | undefined;
|
|
42076
42076
|
assetRef?: {
|
|
42077
42077
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -42083,12 +42083,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42083
42083
|
}, {
|
|
42084
42084
|
name: string;
|
|
42085
42085
|
fields: unknown[];
|
|
42086
|
+
description?: string | undefined;
|
|
42086
42087
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
42087
42088
|
collection?: string | undefined;
|
|
42088
42089
|
instances?: Record<string, unknown>[] | undefined;
|
|
42089
42090
|
timestamps?: boolean | undefined;
|
|
42090
42091
|
softDelete?: boolean | undefined;
|
|
42091
|
-
description?: string | undefined;
|
|
42092
42092
|
visual_prompt?: string | undefined;
|
|
42093
42093
|
assetRef?: {
|
|
42094
42094
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -42101,9 +42101,9 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42101
42101
|
}, "strip", z.ZodTypeAny, {
|
|
42102
42102
|
name: string;
|
|
42103
42103
|
scope: "instance" | "collection";
|
|
42104
|
+
description?: string | undefined;
|
|
42104
42105
|
ui?: Record<string, unknown> | undefined;
|
|
42105
42106
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
42106
|
-
description?: string | undefined;
|
|
42107
42107
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
42108
42108
|
capabilities?: string[] | undefined;
|
|
42109
42109
|
emits?: {
|
|
@@ -42158,11 +42158,11 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42158
42158
|
required?: boolean | undefined;
|
|
42159
42159
|
default?: unknown;
|
|
42160
42160
|
}[];
|
|
42161
|
+
description?: string | undefined;
|
|
42161
42162
|
runtime?: boolean | undefined;
|
|
42162
42163
|
singleton?: boolean | undefined;
|
|
42163
42164
|
collection?: string | undefined;
|
|
42164
42165
|
timestamps?: boolean | undefined;
|
|
42165
|
-
description?: string | undefined;
|
|
42166
42166
|
pages?: string[] | undefined;
|
|
42167
42167
|
}[] | undefined;
|
|
42168
42168
|
stateMachine?: {
|
|
@@ -42222,11 +42222,11 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42222
42222
|
name: string;
|
|
42223
42223
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
42224
42224
|
fields: EntityField[];
|
|
42225
|
+
description?: string | undefined;
|
|
42225
42226
|
collection?: string | undefined;
|
|
42226
42227
|
instances?: Record<string, unknown>[] | undefined;
|
|
42227
42228
|
timestamps?: boolean | undefined;
|
|
42228
42229
|
softDelete?: boolean | undefined;
|
|
42229
|
-
description?: string | undefined;
|
|
42230
42230
|
visual_prompt?: string | undefined;
|
|
42231
42231
|
assetRef?: {
|
|
42232
42232
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -42239,9 +42239,9 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42239
42239
|
}, {
|
|
42240
42240
|
name: string;
|
|
42241
42241
|
scope: "instance" | "collection";
|
|
42242
|
+
description?: string | undefined;
|
|
42242
42243
|
ui?: Record<string, unknown> | undefined;
|
|
42243
42244
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
42244
|
-
description?: string | undefined;
|
|
42245
42245
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
42246
42246
|
capabilities?: string[] | undefined;
|
|
42247
42247
|
emits?: {
|
|
@@ -42296,11 +42296,11 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42296
42296
|
required?: boolean | undefined;
|
|
42297
42297
|
default?: unknown;
|
|
42298
42298
|
}[];
|
|
42299
|
+
description?: string | undefined;
|
|
42299
42300
|
runtime?: boolean | undefined;
|
|
42300
42301
|
singleton?: boolean | undefined;
|
|
42301
42302
|
collection?: string | undefined;
|
|
42302
42303
|
timestamps?: boolean | undefined;
|
|
42303
|
-
description?: string | undefined;
|
|
42304
42304
|
pages?: string[] | undefined;
|
|
42305
42305
|
}[] | undefined;
|
|
42306
42306
|
stateMachine?: {
|
|
@@ -42359,12 +42359,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42359
42359
|
sourceEntityDefinition?: {
|
|
42360
42360
|
name: string;
|
|
42361
42361
|
fields: unknown[];
|
|
42362
|
+
description?: string | undefined;
|
|
42362
42363
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
42363
42364
|
collection?: string | undefined;
|
|
42364
42365
|
instances?: Record<string, unknown>[] | undefined;
|
|
42365
42366
|
timestamps?: boolean | undefined;
|
|
42366
42367
|
softDelete?: boolean | undefined;
|
|
42367
|
-
description?: string | undefined;
|
|
42368
42368
|
visual_prompt?: string | undefined;
|
|
42369
42369
|
assetRef?: {
|
|
42370
42370
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -42512,11 +42512,11 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42512
42512
|
required?: boolean | undefined;
|
|
42513
42513
|
default?: unknown;
|
|
42514
42514
|
}[];
|
|
42515
|
+
description?: string | undefined;
|
|
42515
42516
|
runtime?: boolean | undefined;
|
|
42516
42517
|
singleton?: boolean | undefined;
|
|
42517
42518
|
collection?: string | undefined;
|
|
42518
42519
|
timestamps?: boolean | undefined;
|
|
42519
|
-
description?: string | undefined;
|
|
42520
42520
|
pages?: string[] | undefined;
|
|
42521
42521
|
}, {
|
|
42522
42522
|
name: string;
|
|
@@ -42527,11 +42527,11 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42527
42527
|
required?: boolean | undefined;
|
|
42528
42528
|
default?: unknown;
|
|
42529
42529
|
}[];
|
|
42530
|
+
description?: string | undefined;
|
|
42530
42531
|
runtime?: boolean | undefined;
|
|
42531
42532
|
singleton?: boolean | undefined;
|
|
42532
42533
|
collection?: string | undefined;
|
|
42533
42534
|
timestamps?: boolean | undefined;
|
|
42534
|
-
description?: string | undefined;
|
|
42535
42535
|
pages?: string[] | undefined;
|
|
42536
42536
|
}>, "many">>;
|
|
42537
42537
|
stateMachine: z.ZodOptional<z.ZodObject<{
|
|
@@ -42901,11 +42901,11 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42901
42901
|
name: string;
|
|
42902
42902
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
42903
42903
|
fields: EntityField[];
|
|
42904
|
+
description?: string | undefined;
|
|
42904
42905
|
collection?: string | undefined;
|
|
42905
42906
|
instances?: Record<string, unknown>[] | undefined;
|
|
42906
42907
|
timestamps?: boolean | undefined;
|
|
42907
42908
|
softDelete?: boolean | undefined;
|
|
42908
|
-
description?: string | undefined;
|
|
42909
42909
|
visual_prompt?: string | undefined;
|
|
42910
42910
|
assetRef?: {
|
|
42911
42911
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -42917,12 +42917,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42917
42917
|
}, {
|
|
42918
42918
|
name: string;
|
|
42919
42919
|
fields: unknown[];
|
|
42920
|
+
description?: string | undefined;
|
|
42920
42921
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
42921
42922
|
collection?: string | undefined;
|
|
42922
42923
|
instances?: Record<string, unknown>[] | undefined;
|
|
42923
42924
|
timestamps?: boolean | undefined;
|
|
42924
42925
|
softDelete?: boolean | undefined;
|
|
42925
|
-
description?: string | undefined;
|
|
42926
42926
|
visual_prompt?: string | undefined;
|
|
42927
42927
|
assetRef?: {
|
|
42928
42928
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -42935,9 +42935,9 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42935
42935
|
}, "strip", z.ZodTypeAny, {
|
|
42936
42936
|
name: string;
|
|
42937
42937
|
scope: "instance" | "collection";
|
|
42938
|
+
description?: string | undefined;
|
|
42938
42939
|
ui?: Record<string, unknown> | undefined;
|
|
42939
42940
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
42940
|
-
description?: string | undefined;
|
|
42941
42941
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
42942
42942
|
capabilities?: string[] | undefined;
|
|
42943
42943
|
emits?: {
|
|
@@ -42992,11 +42992,11 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42992
42992
|
required?: boolean | undefined;
|
|
42993
42993
|
default?: unknown;
|
|
42994
42994
|
}[];
|
|
42995
|
+
description?: string | undefined;
|
|
42995
42996
|
runtime?: boolean | undefined;
|
|
42996
42997
|
singleton?: boolean | undefined;
|
|
42997
42998
|
collection?: string | undefined;
|
|
42998
42999
|
timestamps?: boolean | undefined;
|
|
42999
|
-
description?: string | undefined;
|
|
43000
43000
|
pages?: string[] | undefined;
|
|
43001
43001
|
}[] | undefined;
|
|
43002
43002
|
stateMachine?: {
|
|
@@ -43056,11 +43056,11 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43056
43056
|
name: string;
|
|
43057
43057
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
43058
43058
|
fields: EntityField[];
|
|
43059
|
+
description?: string | undefined;
|
|
43059
43060
|
collection?: string | undefined;
|
|
43060
43061
|
instances?: Record<string, unknown>[] | undefined;
|
|
43061
43062
|
timestamps?: boolean | undefined;
|
|
43062
43063
|
softDelete?: boolean | undefined;
|
|
43063
|
-
description?: string | undefined;
|
|
43064
43064
|
visual_prompt?: string | undefined;
|
|
43065
43065
|
assetRef?: {
|
|
43066
43066
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -43073,9 +43073,9 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43073
43073
|
}, {
|
|
43074
43074
|
name: string;
|
|
43075
43075
|
scope: "instance" | "collection";
|
|
43076
|
+
description?: string | undefined;
|
|
43076
43077
|
ui?: Record<string, unknown> | undefined;
|
|
43077
43078
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
43078
|
-
description?: string | undefined;
|
|
43079
43079
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
43080
43080
|
capabilities?: string[] | undefined;
|
|
43081
43081
|
emits?: {
|
|
@@ -43130,11 +43130,11 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43130
43130
|
required?: boolean | undefined;
|
|
43131
43131
|
default?: unknown;
|
|
43132
43132
|
}[];
|
|
43133
|
+
description?: string | undefined;
|
|
43133
43134
|
runtime?: boolean | undefined;
|
|
43134
43135
|
singleton?: boolean | undefined;
|
|
43135
43136
|
collection?: string | undefined;
|
|
43136
43137
|
timestamps?: boolean | undefined;
|
|
43137
|
-
description?: string | undefined;
|
|
43138
43138
|
pages?: string[] | undefined;
|
|
43139
43139
|
}[] | undefined;
|
|
43140
43140
|
stateMachine?: {
|
|
@@ -43193,12 +43193,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43193
43193
|
sourceEntityDefinition?: {
|
|
43194
43194
|
name: string;
|
|
43195
43195
|
fields: unknown[];
|
|
43196
|
+
description?: string | undefined;
|
|
43196
43197
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
43197
43198
|
collection?: string | undefined;
|
|
43198
43199
|
instances?: Record<string, unknown>[] | undefined;
|
|
43199
43200
|
timestamps?: boolean | undefined;
|
|
43200
43201
|
softDelete?: boolean | undefined;
|
|
43201
|
-
description?: string | undefined;
|
|
43202
43202
|
visual_prompt?: string | undefined;
|
|
43203
43203
|
assetRef?: {
|
|
43204
43204
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -43216,9 +43216,9 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43216
43216
|
traits?: (string | {
|
|
43217
43217
|
name: string;
|
|
43218
43218
|
scope: "instance" | "collection";
|
|
43219
|
+
description?: string | undefined;
|
|
43219
43220
|
ui?: Record<string, unknown> | undefined;
|
|
43220
43221
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
43221
|
-
description?: string | undefined;
|
|
43222
43222
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
43223
43223
|
capabilities?: string[] | undefined;
|
|
43224
43224
|
emits?: {
|
|
@@ -43273,11 +43273,11 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43273
43273
|
required?: boolean | undefined;
|
|
43274
43274
|
default?: unknown;
|
|
43275
43275
|
}[];
|
|
43276
|
+
description?: string | undefined;
|
|
43276
43277
|
runtime?: boolean | undefined;
|
|
43277
43278
|
singleton?: boolean | undefined;
|
|
43278
43279
|
collection?: string | undefined;
|
|
43279
43280
|
timestamps?: boolean | undefined;
|
|
43280
|
-
description?: string | undefined;
|
|
43281
43281
|
pages?: string[] | undefined;
|
|
43282
43282
|
}[] | undefined;
|
|
43283
43283
|
stateMachine?: {
|
|
@@ -43337,11 +43337,11 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43337
43337
|
name: string;
|
|
43338
43338
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
43339
43339
|
fields: EntityField[];
|
|
43340
|
+
description?: string | undefined;
|
|
43340
43341
|
collection?: string | undefined;
|
|
43341
43342
|
instances?: Record<string, unknown>[] | undefined;
|
|
43342
43343
|
timestamps?: boolean | undefined;
|
|
43343
43344
|
softDelete?: boolean | undefined;
|
|
43344
|
-
description?: string | undefined;
|
|
43345
43345
|
visual_prompt?: string | undefined;
|
|
43346
43346
|
assetRef?: {
|
|
43347
43347
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -43366,9 +43366,9 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43366
43366
|
traits?: (string | {
|
|
43367
43367
|
name: string;
|
|
43368
43368
|
scope: "instance" | "collection";
|
|
43369
|
+
description?: string | undefined;
|
|
43369
43370
|
ui?: Record<string, unknown> | undefined;
|
|
43370
43371
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
43371
|
-
description?: string | undefined;
|
|
43372
43372
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
43373
43373
|
capabilities?: string[] | undefined;
|
|
43374
43374
|
emits?: {
|
|
@@ -43423,11 +43423,11 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43423
43423
|
required?: boolean | undefined;
|
|
43424
43424
|
default?: unknown;
|
|
43425
43425
|
}[];
|
|
43426
|
+
description?: string | undefined;
|
|
43426
43427
|
runtime?: boolean | undefined;
|
|
43427
43428
|
singleton?: boolean | undefined;
|
|
43428
43429
|
collection?: string | undefined;
|
|
43429
43430
|
timestamps?: boolean | undefined;
|
|
43430
|
-
description?: string | undefined;
|
|
43431
43431
|
pages?: string[] | undefined;
|
|
43432
43432
|
}[] | undefined;
|
|
43433
43433
|
stateMachine?: {
|
|
@@ -43486,12 +43486,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43486
43486
|
sourceEntityDefinition?: {
|
|
43487
43487
|
name: string;
|
|
43488
43488
|
fields: unknown[];
|
|
43489
|
+
description?: string | undefined;
|
|
43489
43490
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
43490
43491
|
collection?: string | undefined;
|
|
43491
43492
|
instances?: Record<string, unknown>[] | undefined;
|
|
43492
43493
|
timestamps?: boolean | undefined;
|
|
43493
43494
|
softDelete?: boolean | undefined;
|
|
43494
|
-
description?: string | undefined;
|
|
43495
43495
|
visual_prompt?: string | undefined;
|
|
43496
43496
|
assetRef?: {
|
|
43497
43497
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -43756,11 +43756,11 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43756
43756
|
name: string;
|
|
43757
43757
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
43758
43758
|
fields: EntityField[];
|
|
43759
|
+
description?: string | undefined;
|
|
43759
43760
|
collection?: string | undefined;
|
|
43760
43761
|
instances?: Record<string, unknown>[] | undefined;
|
|
43761
43762
|
timestamps?: boolean | undefined;
|
|
43762
43763
|
softDelete?: boolean | undefined;
|
|
43763
|
-
description?: string | undefined;
|
|
43764
43764
|
visual_prompt?: string | undefined;
|
|
43765
43765
|
assetRef?: {
|
|
43766
43766
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -43780,9 +43780,9 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43780
43780
|
traits: (string | {
|
|
43781
43781
|
name: string;
|
|
43782
43782
|
scope: "instance" | "collection";
|
|
43783
|
+
description?: string | undefined;
|
|
43783
43784
|
ui?: Record<string, unknown> | undefined;
|
|
43784
43785
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
43785
|
-
description?: string | undefined;
|
|
43786
43786
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
43787
43787
|
capabilities?: string[] | undefined;
|
|
43788
43788
|
emits?: {
|
|
@@ -43837,11 +43837,11 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43837
43837
|
required?: boolean | undefined;
|
|
43838
43838
|
default?: unknown;
|
|
43839
43839
|
}[];
|
|
43840
|
+
description?: string | undefined;
|
|
43840
43841
|
runtime?: boolean | undefined;
|
|
43841
43842
|
singleton?: boolean | undefined;
|
|
43842
43843
|
collection?: string | undefined;
|
|
43843
43844
|
timestamps?: boolean | undefined;
|
|
43844
|
-
description?: string | undefined;
|
|
43845
43845
|
pages?: string[] | undefined;
|
|
43846
43846
|
}[] | undefined;
|
|
43847
43847
|
stateMachine?: {
|
|
@@ -43901,11 +43901,11 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43901
43901
|
name: string;
|
|
43902
43902
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
43903
43903
|
fields: EntityField[];
|
|
43904
|
+
description?: string | undefined;
|
|
43904
43905
|
collection?: string | undefined;
|
|
43905
43906
|
instances?: Record<string, unknown>[] | undefined;
|
|
43906
43907
|
timestamps?: boolean | undefined;
|
|
43907
43908
|
softDelete?: boolean | undefined;
|
|
43908
|
-
description?: string | undefined;
|
|
43909
43909
|
visual_prompt?: string | undefined;
|
|
43910
43910
|
assetRef?: {
|
|
43911
43911
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -43941,9 +43941,9 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43941
43941
|
traits?: (string | {
|
|
43942
43942
|
name: string;
|
|
43943
43943
|
scope: "instance" | "collection";
|
|
43944
|
+
description?: string | undefined;
|
|
43944
43945
|
ui?: Record<string, unknown> | undefined;
|
|
43945
43946
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
43946
|
-
description?: string | undefined;
|
|
43947
43947
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
43948
43948
|
capabilities?: string[] | undefined;
|
|
43949
43949
|
emits?: {
|
|
@@ -43998,11 +43998,11 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43998
43998
|
required?: boolean | undefined;
|
|
43999
43999
|
default?: unknown;
|
|
44000
44000
|
}[];
|
|
44001
|
+
description?: string | undefined;
|
|
44001
44002
|
runtime?: boolean | undefined;
|
|
44002
44003
|
singleton?: boolean | undefined;
|
|
44003
44004
|
collection?: string | undefined;
|
|
44004
44005
|
timestamps?: boolean | undefined;
|
|
44005
|
-
description?: string | undefined;
|
|
44006
44006
|
pages?: string[] | undefined;
|
|
44007
44007
|
}[] | undefined;
|
|
44008
44008
|
stateMachine?: {
|
|
@@ -44062,11 +44062,11 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44062
44062
|
name: string;
|
|
44063
44063
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
44064
44064
|
fields: EntityField[];
|
|
44065
|
+
description?: string | undefined;
|
|
44065
44066
|
collection?: string | undefined;
|
|
44066
44067
|
instances?: Record<string, unknown>[] | undefined;
|
|
44067
44068
|
timestamps?: boolean | undefined;
|
|
44068
44069
|
softDelete?: boolean | undefined;
|
|
44069
|
-
description?: string | undefined;
|
|
44070
44070
|
visual_prompt?: string | undefined;
|
|
44071
44071
|
assetRef?: {
|
|
44072
44072
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -44649,12 +44649,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44649
44649
|
entity: string | {
|
|
44650
44650
|
name: string;
|
|
44651
44651
|
fields: unknown[];
|
|
44652
|
+
description?: string | undefined;
|
|
44652
44653
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
44653
44654
|
collection?: string | undefined;
|
|
44654
44655
|
instances?: Record<string, unknown>[] | undefined;
|
|
44655
44656
|
timestamps?: boolean | undefined;
|
|
44656
44657
|
softDelete?: boolean | undefined;
|
|
44657
|
-
description?: string | undefined;
|
|
44658
44658
|
visual_prompt?: string | undefined;
|
|
44659
44659
|
assetRef?: {
|
|
44660
44660
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -44674,9 +44674,9 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44674
44674
|
traits: (string | {
|
|
44675
44675
|
name: string;
|
|
44676
44676
|
scope: "instance" | "collection";
|
|
44677
|
+
description?: string | undefined;
|
|
44677
44678
|
ui?: Record<string, unknown> | undefined;
|
|
44678
44679
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
44679
|
-
description?: string | undefined;
|
|
44680
44680
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
44681
44681
|
capabilities?: string[] | undefined;
|
|
44682
44682
|
emits?: {
|
|
@@ -44731,11 +44731,11 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44731
44731
|
required?: boolean | undefined;
|
|
44732
44732
|
default?: unknown;
|
|
44733
44733
|
}[];
|
|
44734
|
+
description?: string | undefined;
|
|
44734
44735
|
runtime?: boolean | undefined;
|
|
44735
44736
|
singleton?: boolean | undefined;
|
|
44736
44737
|
collection?: string | undefined;
|
|
44737
44738
|
timestamps?: boolean | undefined;
|
|
44738
|
-
description?: string | undefined;
|
|
44739
44739
|
pages?: string[] | undefined;
|
|
44740
44740
|
}[] | undefined;
|
|
44741
44741
|
stateMachine?: {
|
|
@@ -44794,12 +44794,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44794
44794
|
sourceEntityDefinition?: {
|
|
44795
44795
|
name: string;
|
|
44796
44796
|
fields: unknown[];
|
|
44797
|
+
description?: string | undefined;
|
|
44797
44798
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
44798
44799
|
collection?: string | undefined;
|
|
44799
44800
|
instances?: Record<string, unknown>[] | undefined;
|
|
44800
44801
|
timestamps?: boolean | undefined;
|
|
44801
44802
|
softDelete?: boolean | undefined;
|
|
44802
|
-
description?: string | undefined;
|
|
44803
44803
|
visual_prompt?: string | undefined;
|
|
44804
44804
|
assetRef?: {
|
|
44805
44805
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -44835,9 +44835,9 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44835
44835
|
traits?: (string | {
|
|
44836
44836
|
name: string;
|
|
44837
44837
|
scope: "instance" | "collection";
|
|
44838
|
+
description?: string | undefined;
|
|
44838
44839
|
ui?: Record<string, unknown> | undefined;
|
|
44839
44840
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
44840
|
-
description?: string | undefined;
|
|
44841
44841
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
44842
44842
|
capabilities?: string[] | undefined;
|
|
44843
44843
|
emits?: {
|
|
@@ -44892,11 +44892,11 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44892
44892
|
required?: boolean | undefined;
|
|
44893
44893
|
default?: unknown;
|
|
44894
44894
|
}[];
|
|
44895
|
+
description?: string | undefined;
|
|
44895
44896
|
runtime?: boolean | undefined;
|
|
44896
44897
|
singleton?: boolean | undefined;
|
|
44897
44898
|
collection?: string | undefined;
|
|
44898
44899
|
timestamps?: boolean | undefined;
|
|
44899
|
-
description?: string | undefined;
|
|
44900
44900
|
pages?: string[] | undefined;
|
|
44901
44901
|
}[] | undefined;
|
|
44902
44902
|
stateMachine?: {
|
|
@@ -44955,12 +44955,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44955
44955
|
sourceEntityDefinition?: {
|
|
44956
44956
|
name: string;
|
|
44957
44957
|
fields: unknown[];
|
|
44958
|
+
description?: string | undefined;
|
|
44958
44959
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
44959
44960
|
collection?: string | undefined;
|
|
44960
44961
|
instances?: Record<string, unknown>[] | undefined;
|
|
44961
44962
|
timestamps?: boolean | undefined;
|
|
44962
44963
|
softDelete?: boolean | undefined;
|
|
44963
|
-
description?: string | undefined;
|
|
44964
44964
|
visual_prompt?: string | undefined;
|
|
44965
44965
|
assetRef?: {
|
|
44966
44966
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -49869,11 +49869,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49869
49869
|
name: string;
|
|
49870
49870
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
49871
49871
|
fields: EntityField[];
|
|
49872
|
+
description?: string | undefined;
|
|
49872
49873
|
collection?: string | undefined;
|
|
49873
49874
|
instances?: Record<string, unknown>[] | undefined;
|
|
49874
49875
|
timestamps?: boolean | undefined;
|
|
49875
49876
|
softDelete?: boolean | undefined;
|
|
49876
|
-
description?: string | undefined;
|
|
49877
49877
|
visual_prompt?: string | undefined;
|
|
49878
49878
|
assetRef?: {
|
|
49879
49879
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -49885,12 +49885,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49885
49885
|
}, {
|
|
49886
49886
|
name: string;
|
|
49887
49887
|
fields: unknown[];
|
|
49888
|
+
description?: string | undefined;
|
|
49888
49889
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
49889
49890
|
collection?: string | undefined;
|
|
49890
49891
|
instances?: Record<string, unknown>[] | undefined;
|
|
49891
49892
|
timestamps?: boolean | undefined;
|
|
49892
49893
|
softDelete?: boolean | undefined;
|
|
49893
|
-
description?: string | undefined;
|
|
49894
49894
|
visual_prompt?: string | undefined;
|
|
49895
49895
|
assetRef?: {
|
|
49896
49896
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -50018,11 +50018,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50018
50018
|
required?: boolean | undefined;
|
|
50019
50019
|
default?: unknown;
|
|
50020
50020
|
}[];
|
|
50021
|
+
description?: string | undefined;
|
|
50021
50022
|
runtime?: boolean | undefined;
|
|
50022
50023
|
singleton?: boolean | undefined;
|
|
50023
50024
|
collection?: string | undefined;
|
|
50024
50025
|
timestamps?: boolean | undefined;
|
|
50025
|
-
description?: string | undefined;
|
|
50026
50026
|
pages?: string[] | undefined;
|
|
50027
50027
|
}, {
|
|
50028
50028
|
name: string;
|
|
@@ -50033,11 +50033,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50033
50033
|
required?: boolean | undefined;
|
|
50034
50034
|
default?: unknown;
|
|
50035
50035
|
}[];
|
|
50036
|
+
description?: string | undefined;
|
|
50036
50037
|
runtime?: boolean | undefined;
|
|
50037
50038
|
singleton?: boolean | undefined;
|
|
50038
50039
|
collection?: string | undefined;
|
|
50039
50040
|
timestamps?: boolean | undefined;
|
|
50040
|
-
description?: string | undefined;
|
|
50041
50041
|
pages?: string[] | undefined;
|
|
50042
50042
|
}>, "many">>;
|
|
50043
50043
|
stateMachine: z.ZodOptional<z.ZodObject<{
|
|
@@ -50407,11 +50407,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50407
50407
|
name: string;
|
|
50408
50408
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
50409
50409
|
fields: EntityField[];
|
|
50410
|
+
description?: string | undefined;
|
|
50410
50411
|
collection?: string | undefined;
|
|
50411
50412
|
instances?: Record<string, unknown>[] | undefined;
|
|
50412
50413
|
timestamps?: boolean | undefined;
|
|
50413
50414
|
softDelete?: boolean | undefined;
|
|
50414
|
-
description?: string | undefined;
|
|
50415
50415
|
visual_prompt?: string | undefined;
|
|
50416
50416
|
assetRef?: {
|
|
50417
50417
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -50423,12 +50423,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50423
50423
|
}, {
|
|
50424
50424
|
name: string;
|
|
50425
50425
|
fields: unknown[];
|
|
50426
|
+
description?: string | undefined;
|
|
50426
50427
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
50427
50428
|
collection?: string | undefined;
|
|
50428
50429
|
instances?: Record<string, unknown>[] | undefined;
|
|
50429
50430
|
timestamps?: boolean | undefined;
|
|
50430
50431
|
softDelete?: boolean | undefined;
|
|
50431
|
-
description?: string | undefined;
|
|
50432
50432
|
visual_prompt?: string | undefined;
|
|
50433
50433
|
assetRef?: {
|
|
50434
50434
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -50441,9 +50441,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50441
50441
|
}, "strip", z.ZodTypeAny, {
|
|
50442
50442
|
name: string;
|
|
50443
50443
|
scope: "instance" | "collection";
|
|
50444
|
+
description?: string | undefined;
|
|
50444
50445
|
ui?: Record<string, unknown> | undefined;
|
|
50445
50446
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
50446
|
-
description?: string | undefined;
|
|
50447
50447
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
50448
50448
|
capabilities?: string[] | undefined;
|
|
50449
50449
|
emits?: {
|
|
@@ -50498,11 +50498,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50498
50498
|
required?: boolean | undefined;
|
|
50499
50499
|
default?: unknown;
|
|
50500
50500
|
}[];
|
|
50501
|
+
description?: string | undefined;
|
|
50501
50502
|
runtime?: boolean | undefined;
|
|
50502
50503
|
singleton?: boolean | undefined;
|
|
50503
50504
|
collection?: string | undefined;
|
|
50504
50505
|
timestamps?: boolean | undefined;
|
|
50505
|
-
description?: string | undefined;
|
|
50506
50506
|
pages?: string[] | undefined;
|
|
50507
50507
|
}[] | undefined;
|
|
50508
50508
|
stateMachine?: {
|
|
@@ -50562,11 +50562,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50562
50562
|
name: string;
|
|
50563
50563
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
50564
50564
|
fields: EntityField[];
|
|
50565
|
+
description?: string | undefined;
|
|
50565
50566
|
collection?: string | undefined;
|
|
50566
50567
|
instances?: Record<string, unknown>[] | undefined;
|
|
50567
50568
|
timestamps?: boolean | undefined;
|
|
50568
50569
|
softDelete?: boolean | undefined;
|
|
50569
|
-
description?: string | undefined;
|
|
50570
50570
|
visual_prompt?: string | undefined;
|
|
50571
50571
|
assetRef?: {
|
|
50572
50572
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -50579,9 +50579,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50579
50579
|
}, {
|
|
50580
50580
|
name: string;
|
|
50581
50581
|
scope: "instance" | "collection";
|
|
50582
|
+
description?: string | undefined;
|
|
50582
50583
|
ui?: Record<string, unknown> | undefined;
|
|
50583
50584
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
50584
|
-
description?: string | undefined;
|
|
50585
50585
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
50586
50586
|
capabilities?: string[] | undefined;
|
|
50587
50587
|
emits?: {
|
|
@@ -50636,11 +50636,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50636
50636
|
required?: boolean | undefined;
|
|
50637
50637
|
default?: unknown;
|
|
50638
50638
|
}[];
|
|
50639
|
+
description?: string | undefined;
|
|
50639
50640
|
runtime?: boolean | undefined;
|
|
50640
50641
|
singleton?: boolean | undefined;
|
|
50641
50642
|
collection?: string | undefined;
|
|
50642
50643
|
timestamps?: boolean | undefined;
|
|
50643
|
-
description?: string | undefined;
|
|
50644
50644
|
pages?: string[] | undefined;
|
|
50645
50645
|
}[] | undefined;
|
|
50646
50646
|
stateMachine?: {
|
|
@@ -50699,12 +50699,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50699
50699
|
sourceEntityDefinition?: {
|
|
50700
50700
|
name: string;
|
|
50701
50701
|
fields: unknown[];
|
|
50702
|
+
description?: string | undefined;
|
|
50702
50703
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
50703
50704
|
collection?: string | undefined;
|
|
50704
50705
|
instances?: Record<string, unknown>[] | undefined;
|
|
50705
50706
|
timestamps?: boolean | undefined;
|
|
50706
50707
|
softDelete?: boolean | undefined;
|
|
50707
|
-
description?: string | undefined;
|
|
50708
50708
|
visual_prompt?: string | undefined;
|
|
50709
50709
|
assetRef?: {
|
|
50710
50710
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -50852,11 +50852,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50852
50852
|
required?: boolean | undefined;
|
|
50853
50853
|
default?: unknown;
|
|
50854
50854
|
}[];
|
|
50855
|
+
description?: string | undefined;
|
|
50855
50856
|
runtime?: boolean | undefined;
|
|
50856
50857
|
singleton?: boolean | undefined;
|
|
50857
50858
|
collection?: string | undefined;
|
|
50858
50859
|
timestamps?: boolean | undefined;
|
|
50859
|
-
description?: string | undefined;
|
|
50860
50860
|
pages?: string[] | undefined;
|
|
50861
50861
|
}, {
|
|
50862
50862
|
name: string;
|
|
@@ -50867,11 +50867,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50867
50867
|
required?: boolean | undefined;
|
|
50868
50868
|
default?: unknown;
|
|
50869
50869
|
}[];
|
|
50870
|
+
description?: string | undefined;
|
|
50870
50871
|
runtime?: boolean | undefined;
|
|
50871
50872
|
singleton?: boolean | undefined;
|
|
50872
50873
|
collection?: string | undefined;
|
|
50873
50874
|
timestamps?: boolean | undefined;
|
|
50874
|
-
description?: string | undefined;
|
|
50875
50875
|
pages?: string[] | undefined;
|
|
50876
50876
|
}>, "many">>;
|
|
50877
50877
|
stateMachine: z.ZodOptional<z.ZodObject<{
|
|
@@ -51241,11 +51241,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51241
51241
|
name: string;
|
|
51242
51242
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
51243
51243
|
fields: EntityField[];
|
|
51244
|
+
description?: string | undefined;
|
|
51244
51245
|
collection?: string | undefined;
|
|
51245
51246
|
instances?: Record<string, unknown>[] | undefined;
|
|
51246
51247
|
timestamps?: boolean | undefined;
|
|
51247
51248
|
softDelete?: boolean | undefined;
|
|
51248
|
-
description?: string | undefined;
|
|
51249
51249
|
visual_prompt?: string | undefined;
|
|
51250
51250
|
assetRef?: {
|
|
51251
51251
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -51257,12 +51257,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51257
51257
|
}, {
|
|
51258
51258
|
name: string;
|
|
51259
51259
|
fields: unknown[];
|
|
51260
|
+
description?: string | undefined;
|
|
51260
51261
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
51261
51262
|
collection?: string | undefined;
|
|
51262
51263
|
instances?: Record<string, unknown>[] | undefined;
|
|
51263
51264
|
timestamps?: boolean | undefined;
|
|
51264
51265
|
softDelete?: boolean | undefined;
|
|
51265
|
-
description?: string | undefined;
|
|
51266
51266
|
visual_prompt?: string | undefined;
|
|
51267
51267
|
assetRef?: {
|
|
51268
51268
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -51275,9 +51275,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51275
51275
|
}, "strip", z.ZodTypeAny, {
|
|
51276
51276
|
name: string;
|
|
51277
51277
|
scope: "instance" | "collection";
|
|
51278
|
+
description?: string | undefined;
|
|
51278
51279
|
ui?: Record<string, unknown> | undefined;
|
|
51279
51280
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
51280
|
-
description?: string | undefined;
|
|
51281
51281
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
51282
51282
|
capabilities?: string[] | undefined;
|
|
51283
51283
|
emits?: {
|
|
@@ -51332,11 +51332,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51332
51332
|
required?: boolean | undefined;
|
|
51333
51333
|
default?: unknown;
|
|
51334
51334
|
}[];
|
|
51335
|
+
description?: string | undefined;
|
|
51335
51336
|
runtime?: boolean | undefined;
|
|
51336
51337
|
singleton?: boolean | undefined;
|
|
51337
51338
|
collection?: string | undefined;
|
|
51338
51339
|
timestamps?: boolean | undefined;
|
|
51339
|
-
description?: string | undefined;
|
|
51340
51340
|
pages?: string[] | undefined;
|
|
51341
51341
|
}[] | undefined;
|
|
51342
51342
|
stateMachine?: {
|
|
@@ -51396,11 +51396,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51396
51396
|
name: string;
|
|
51397
51397
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
51398
51398
|
fields: EntityField[];
|
|
51399
|
+
description?: string | undefined;
|
|
51399
51400
|
collection?: string | undefined;
|
|
51400
51401
|
instances?: Record<string, unknown>[] | undefined;
|
|
51401
51402
|
timestamps?: boolean | undefined;
|
|
51402
51403
|
softDelete?: boolean | undefined;
|
|
51403
|
-
description?: string | undefined;
|
|
51404
51404
|
visual_prompt?: string | undefined;
|
|
51405
51405
|
assetRef?: {
|
|
51406
51406
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -51413,9 +51413,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51413
51413
|
}, {
|
|
51414
51414
|
name: string;
|
|
51415
51415
|
scope: "instance" | "collection";
|
|
51416
|
+
description?: string | undefined;
|
|
51416
51417
|
ui?: Record<string, unknown> | undefined;
|
|
51417
51418
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
51418
|
-
description?: string | undefined;
|
|
51419
51419
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
51420
51420
|
capabilities?: string[] | undefined;
|
|
51421
51421
|
emits?: {
|
|
@@ -51470,11 +51470,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51470
51470
|
required?: boolean | undefined;
|
|
51471
51471
|
default?: unknown;
|
|
51472
51472
|
}[];
|
|
51473
|
+
description?: string | undefined;
|
|
51473
51474
|
runtime?: boolean | undefined;
|
|
51474
51475
|
singleton?: boolean | undefined;
|
|
51475
51476
|
collection?: string | undefined;
|
|
51476
51477
|
timestamps?: boolean | undefined;
|
|
51477
|
-
description?: string | undefined;
|
|
51478
51478
|
pages?: string[] | undefined;
|
|
51479
51479
|
}[] | undefined;
|
|
51480
51480
|
stateMachine?: {
|
|
@@ -51533,12 +51533,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51533
51533
|
sourceEntityDefinition?: {
|
|
51534
51534
|
name: string;
|
|
51535
51535
|
fields: unknown[];
|
|
51536
|
+
description?: string | undefined;
|
|
51536
51537
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
51537
51538
|
collection?: string | undefined;
|
|
51538
51539
|
instances?: Record<string, unknown>[] | undefined;
|
|
51539
51540
|
timestamps?: boolean | undefined;
|
|
51540
51541
|
softDelete?: boolean | undefined;
|
|
51541
|
-
description?: string | undefined;
|
|
51542
51542
|
visual_prompt?: string | undefined;
|
|
51543
51543
|
assetRef?: {
|
|
51544
51544
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -51556,9 +51556,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51556
51556
|
traits?: (string | {
|
|
51557
51557
|
name: string;
|
|
51558
51558
|
scope: "instance" | "collection";
|
|
51559
|
+
description?: string | undefined;
|
|
51559
51560
|
ui?: Record<string, unknown> | undefined;
|
|
51560
51561
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
51561
|
-
description?: string | undefined;
|
|
51562
51562
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
51563
51563
|
capabilities?: string[] | undefined;
|
|
51564
51564
|
emits?: {
|
|
@@ -51613,11 +51613,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51613
51613
|
required?: boolean | undefined;
|
|
51614
51614
|
default?: unknown;
|
|
51615
51615
|
}[];
|
|
51616
|
+
description?: string | undefined;
|
|
51616
51617
|
runtime?: boolean | undefined;
|
|
51617
51618
|
singleton?: boolean | undefined;
|
|
51618
51619
|
collection?: string | undefined;
|
|
51619
51620
|
timestamps?: boolean | undefined;
|
|
51620
|
-
description?: string | undefined;
|
|
51621
51621
|
pages?: string[] | undefined;
|
|
51622
51622
|
}[] | undefined;
|
|
51623
51623
|
stateMachine?: {
|
|
@@ -51677,11 +51677,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51677
51677
|
name: string;
|
|
51678
51678
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
51679
51679
|
fields: EntityField[];
|
|
51680
|
+
description?: string | undefined;
|
|
51680
51681
|
collection?: string | undefined;
|
|
51681
51682
|
instances?: Record<string, unknown>[] | undefined;
|
|
51682
51683
|
timestamps?: boolean | undefined;
|
|
51683
51684
|
softDelete?: boolean | undefined;
|
|
51684
|
-
description?: string | undefined;
|
|
51685
51685
|
visual_prompt?: string | undefined;
|
|
51686
51686
|
assetRef?: {
|
|
51687
51687
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -51706,9 +51706,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51706
51706
|
traits?: (string | {
|
|
51707
51707
|
name: string;
|
|
51708
51708
|
scope: "instance" | "collection";
|
|
51709
|
+
description?: string | undefined;
|
|
51709
51710
|
ui?: Record<string, unknown> | undefined;
|
|
51710
51711
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
51711
|
-
description?: string | undefined;
|
|
51712
51712
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
51713
51713
|
capabilities?: string[] | undefined;
|
|
51714
51714
|
emits?: {
|
|
@@ -51763,11 +51763,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51763
51763
|
required?: boolean | undefined;
|
|
51764
51764
|
default?: unknown;
|
|
51765
51765
|
}[];
|
|
51766
|
+
description?: string | undefined;
|
|
51766
51767
|
runtime?: boolean | undefined;
|
|
51767
51768
|
singleton?: boolean | undefined;
|
|
51768
51769
|
collection?: string | undefined;
|
|
51769
51770
|
timestamps?: boolean | undefined;
|
|
51770
|
-
description?: string | undefined;
|
|
51771
51771
|
pages?: string[] | undefined;
|
|
51772
51772
|
}[] | undefined;
|
|
51773
51773
|
stateMachine?: {
|
|
@@ -51826,12 +51826,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51826
51826
|
sourceEntityDefinition?: {
|
|
51827
51827
|
name: string;
|
|
51828
51828
|
fields: unknown[];
|
|
51829
|
+
description?: string | undefined;
|
|
51829
51830
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
51830
51831
|
collection?: string | undefined;
|
|
51831
51832
|
instances?: Record<string, unknown>[] | undefined;
|
|
51832
51833
|
timestamps?: boolean | undefined;
|
|
51833
51834
|
softDelete?: boolean | undefined;
|
|
51834
|
-
description?: string | undefined;
|
|
51835
51835
|
visual_prompt?: string | undefined;
|
|
51836
51836
|
assetRef?: {
|
|
51837
51837
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -52096,11 +52096,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52096
52096
|
name: string;
|
|
52097
52097
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
52098
52098
|
fields: EntityField[];
|
|
52099
|
+
description?: string | undefined;
|
|
52099
52100
|
collection?: string | undefined;
|
|
52100
52101
|
instances?: Record<string, unknown>[] | undefined;
|
|
52101
52102
|
timestamps?: boolean | undefined;
|
|
52102
52103
|
softDelete?: boolean | undefined;
|
|
52103
|
-
description?: string | undefined;
|
|
52104
52104
|
visual_prompt?: string | undefined;
|
|
52105
52105
|
assetRef?: {
|
|
52106
52106
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -52120,9 +52120,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52120
52120
|
traits: (string | {
|
|
52121
52121
|
name: string;
|
|
52122
52122
|
scope: "instance" | "collection";
|
|
52123
|
+
description?: string | undefined;
|
|
52123
52124
|
ui?: Record<string, unknown> | undefined;
|
|
52124
52125
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
52125
|
-
description?: string | undefined;
|
|
52126
52126
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
52127
52127
|
capabilities?: string[] | undefined;
|
|
52128
52128
|
emits?: {
|
|
@@ -52177,11 +52177,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52177
52177
|
required?: boolean | undefined;
|
|
52178
52178
|
default?: unknown;
|
|
52179
52179
|
}[];
|
|
52180
|
+
description?: string | undefined;
|
|
52180
52181
|
runtime?: boolean | undefined;
|
|
52181
52182
|
singleton?: boolean | undefined;
|
|
52182
52183
|
collection?: string | undefined;
|
|
52183
52184
|
timestamps?: boolean | undefined;
|
|
52184
|
-
description?: string | undefined;
|
|
52185
52185
|
pages?: string[] | undefined;
|
|
52186
52186
|
}[] | undefined;
|
|
52187
52187
|
stateMachine?: {
|
|
@@ -52241,11 +52241,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52241
52241
|
name: string;
|
|
52242
52242
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
52243
52243
|
fields: EntityField[];
|
|
52244
|
+
description?: string | undefined;
|
|
52244
52245
|
collection?: string | undefined;
|
|
52245
52246
|
instances?: Record<string, unknown>[] | undefined;
|
|
52246
52247
|
timestamps?: boolean | undefined;
|
|
52247
52248
|
softDelete?: boolean | undefined;
|
|
52248
|
-
description?: string | undefined;
|
|
52249
52249
|
visual_prompt?: string | undefined;
|
|
52250
52250
|
assetRef?: {
|
|
52251
52251
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -52281,9 +52281,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52281
52281
|
traits?: (string | {
|
|
52282
52282
|
name: string;
|
|
52283
52283
|
scope: "instance" | "collection";
|
|
52284
|
+
description?: string | undefined;
|
|
52284
52285
|
ui?: Record<string, unknown> | undefined;
|
|
52285
52286
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
52286
|
-
description?: string | undefined;
|
|
52287
52287
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
52288
52288
|
capabilities?: string[] | undefined;
|
|
52289
52289
|
emits?: {
|
|
@@ -52338,11 +52338,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52338
52338
|
required?: boolean | undefined;
|
|
52339
52339
|
default?: unknown;
|
|
52340
52340
|
}[];
|
|
52341
|
+
description?: string | undefined;
|
|
52341
52342
|
runtime?: boolean | undefined;
|
|
52342
52343
|
singleton?: boolean | undefined;
|
|
52343
52344
|
collection?: string | undefined;
|
|
52344
52345
|
timestamps?: boolean | undefined;
|
|
52345
|
-
description?: string | undefined;
|
|
52346
52346
|
pages?: string[] | undefined;
|
|
52347
52347
|
}[] | undefined;
|
|
52348
52348
|
stateMachine?: {
|
|
@@ -52402,11 +52402,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52402
52402
|
name: string;
|
|
52403
52403
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
52404
52404
|
fields: EntityField[];
|
|
52405
|
+
description?: string | undefined;
|
|
52405
52406
|
collection?: string | undefined;
|
|
52406
52407
|
instances?: Record<string, unknown>[] | undefined;
|
|
52407
52408
|
timestamps?: boolean | undefined;
|
|
52408
52409
|
softDelete?: boolean | undefined;
|
|
52409
|
-
description?: string | undefined;
|
|
52410
52410
|
visual_prompt?: string | undefined;
|
|
52411
52411
|
assetRef?: {
|
|
52412
52412
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -52989,12 +52989,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52989
52989
|
entity: string | {
|
|
52990
52990
|
name: string;
|
|
52991
52991
|
fields: unknown[];
|
|
52992
|
+
description?: string | undefined;
|
|
52992
52993
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
52993
52994
|
collection?: string | undefined;
|
|
52994
52995
|
instances?: Record<string, unknown>[] | undefined;
|
|
52995
52996
|
timestamps?: boolean | undefined;
|
|
52996
52997
|
softDelete?: boolean | undefined;
|
|
52997
|
-
description?: string | undefined;
|
|
52998
52998
|
visual_prompt?: string | undefined;
|
|
52999
52999
|
assetRef?: {
|
|
53000
53000
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -53014,9 +53014,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53014
53014
|
traits: (string | {
|
|
53015
53015
|
name: string;
|
|
53016
53016
|
scope: "instance" | "collection";
|
|
53017
|
+
description?: string | undefined;
|
|
53017
53018
|
ui?: Record<string, unknown> | undefined;
|
|
53018
53019
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
53019
|
-
description?: string | undefined;
|
|
53020
53020
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
53021
53021
|
capabilities?: string[] | undefined;
|
|
53022
53022
|
emits?: {
|
|
@@ -53071,11 +53071,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53071
53071
|
required?: boolean | undefined;
|
|
53072
53072
|
default?: unknown;
|
|
53073
53073
|
}[];
|
|
53074
|
+
description?: string | undefined;
|
|
53074
53075
|
runtime?: boolean | undefined;
|
|
53075
53076
|
singleton?: boolean | undefined;
|
|
53076
53077
|
collection?: string | undefined;
|
|
53077
53078
|
timestamps?: boolean | undefined;
|
|
53078
|
-
description?: string | undefined;
|
|
53079
53079
|
pages?: string[] | undefined;
|
|
53080
53080
|
}[] | undefined;
|
|
53081
53081
|
stateMachine?: {
|
|
@@ -53134,12 +53134,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53134
53134
|
sourceEntityDefinition?: {
|
|
53135
53135
|
name: string;
|
|
53136
53136
|
fields: unknown[];
|
|
53137
|
+
description?: string | undefined;
|
|
53137
53138
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
53138
53139
|
collection?: string | undefined;
|
|
53139
53140
|
instances?: Record<string, unknown>[] | undefined;
|
|
53140
53141
|
timestamps?: boolean | undefined;
|
|
53141
53142
|
softDelete?: boolean | undefined;
|
|
53142
|
-
description?: string | undefined;
|
|
53143
53143
|
visual_prompt?: string | undefined;
|
|
53144
53144
|
assetRef?: {
|
|
53145
53145
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -53175,9 +53175,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53175
53175
|
traits?: (string | {
|
|
53176
53176
|
name: string;
|
|
53177
53177
|
scope: "instance" | "collection";
|
|
53178
|
+
description?: string | undefined;
|
|
53178
53179
|
ui?: Record<string, unknown> | undefined;
|
|
53179
53180
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
53180
|
-
description?: string | undefined;
|
|
53181
53181
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
53182
53182
|
capabilities?: string[] | undefined;
|
|
53183
53183
|
emits?: {
|
|
@@ -53232,11 +53232,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53232
53232
|
required?: boolean | undefined;
|
|
53233
53233
|
default?: unknown;
|
|
53234
53234
|
}[];
|
|
53235
|
+
description?: string | undefined;
|
|
53235
53236
|
runtime?: boolean | undefined;
|
|
53236
53237
|
singleton?: boolean | undefined;
|
|
53237
53238
|
collection?: string | undefined;
|
|
53238
53239
|
timestamps?: boolean | undefined;
|
|
53239
|
-
description?: string | undefined;
|
|
53240
53240
|
pages?: string[] | undefined;
|
|
53241
53241
|
}[] | undefined;
|
|
53242
53242
|
stateMachine?: {
|
|
@@ -53295,12 +53295,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53295
53295
|
sourceEntityDefinition?: {
|
|
53296
53296
|
name: string;
|
|
53297
53297
|
fields: unknown[];
|
|
53298
|
+
description?: string | undefined;
|
|
53298
53299
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
53299
53300
|
collection?: string | undefined;
|
|
53300
53301
|
instances?: Record<string, unknown>[] | undefined;
|
|
53301
53302
|
timestamps?: boolean | undefined;
|
|
53302
53303
|
softDelete?: boolean | undefined;
|
|
53303
|
-
description?: string | undefined;
|
|
53304
53304
|
visual_prompt?: string | undefined;
|
|
53305
53305
|
assetRef?: {
|
|
53306
53306
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -54062,11 +54062,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54062
54062
|
name: string;
|
|
54063
54063
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
54064
54064
|
fields: EntityField[];
|
|
54065
|
+
description?: string | undefined;
|
|
54065
54066
|
collection?: string | undefined;
|
|
54066
54067
|
instances?: Record<string, unknown>[] | undefined;
|
|
54067
54068
|
timestamps?: boolean | undefined;
|
|
54068
54069
|
softDelete?: boolean | undefined;
|
|
54069
|
-
description?: string | undefined;
|
|
54070
54070
|
visual_prompt?: string | undefined;
|
|
54071
54071
|
assetRef?: {
|
|
54072
54072
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -54086,9 +54086,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54086
54086
|
traits: (string | {
|
|
54087
54087
|
name: string;
|
|
54088
54088
|
scope: "instance" | "collection";
|
|
54089
|
+
description?: string | undefined;
|
|
54089
54090
|
ui?: Record<string, unknown> | undefined;
|
|
54090
54091
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
54091
|
-
description?: string | undefined;
|
|
54092
54092
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
54093
54093
|
capabilities?: string[] | undefined;
|
|
54094
54094
|
emits?: {
|
|
@@ -54143,11 +54143,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54143
54143
|
required?: boolean | undefined;
|
|
54144
54144
|
default?: unknown;
|
|
54145
54145
|
}[];
|
|
54146
|
+
description?: string | undefined;
|
|
54146
54147
|
runtime?: boolean | undefined;
|
|
54147
54148
|
singleton?: boolean | undefined;
|
|
54148
54149
|
collection?: string | undefined;
|
|
54149
54150
|
timestamps?: boolean | undefined;
|
|
54150
|
-
description?: string | undefined;
|
|
54151
54151
|
pages?: string[] | undefined;
|
|
54152
54152
|
}[] | undefined;
|
|
54153
54153
|
stateMachine?: {
|
|
@@ -54207,11 +54207,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54207
54207
|
name: string;
|
|
54208
54208
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
54209
54209
|
fields: EntityField[];
|
|
54210
|
+
description?: string | undefined;
|
|
54210
54211
|
collection?: string | undefined;
|
|
54211
54212
|
instances?: Record<string, unknown>[] | undefined;
|
|
54212
54213
|
timestamps?: boolean | undefined;
|
|
54213
54214
|
softDelete?: boolean | undefined;
|
|
54214
|
-
description?: string | undefined;
|
|
54215
54215
|
visual_prompt?: string | undefined;
|
|
54216
54216
|
assetRef?: {
|
|
54217
54217
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -54247,9 +54247,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54247
54247
|
traits?: (string | {
|
|
54248
54248
|
name: string;
|
|
54249
54249
|
scope: "instance" | "collection";
|
|
54250
|
+
description?: string | undefined;
|
|
54250
54251
|
ui?: Record<string, unknown> | undefined;
|
|
54251
54252
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
54252
|
-
description?: string | undefined;
|
|
54253
54253
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
54254
54254
|
capabilities?: string[] | undefined;
|
|
54255
54255
|
emits?: {
|
|
@@ -54304,11 +54304,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54304
54304
|
required?: boolean | undefined;
|
|
54305
54305
|
default?: unknown;
|
|
54306
54306
|
}[];
|
|
54307
|
+
description?: string | undefined;
|
|
54307
54308
|
runtime?: boolean | undefined;
|
|
54308
54309
|
singleton?: boolean | undefined;
|
|
54309
54310
|
collection?: string | undefined;
|
|
54310
54311
|
timestamps?: boolean | undefined;
|
|
54311
|
-
description?: string | undefined;
|
|
54312
54312
|
pages?: string[] | undefined;
|
|
54313
54313
|
}[] | undefined;
|
|
54314
54314
|
stateMachine?: {
|
|
@@ -54368,11 +54368,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54368
54368
|
name: string;
|
|
54369
54369
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
54370
54370
|
fields: EntityField[];
|
|
54371
|
+
description?: string | undefined;
|
|
54371
54372
|
collection?: string | undefined;
|
|
54372
54373
|
instances?: Record<string, unknown>[] | undefined;
|
|
54373
54374
|
timestamps?: boolean | undefined;
|
|
54374
54375
|
softDelete?: boolean | undefined;
|
|
54375
|
-
description?: string | undefined;
|
|
54376
54376
|
visual_prompt?: string | undefined;
|
|
54377
54377
|
assetRef?: {
|
|
54378
54378
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -55045,12 +55045,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55045
55045
|
entity: string | {
|
|
55046
55046
|
name: string;
|
|
55047
55047
|
fields: unknown[];
|
|
55048
|
+
description?: string | undefined;
|
|
55048
55049
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
55049
55050
|
collection?: string | undefined;
|
|
55050
55051
|
instances?: Record<string, unknown>[] | undefined;
|
|
55051
55052
|
timestamps?: boolean | undefined;
|
|
55052
55053
|
softDelete?: boolean | undefined;
|
|
55053
|
-
description?: string | undefined;
|
|
55054
55054
|
visual_prompt?: string | undefined;
|
|
55055
55055
|
assetRef?: {
|
|
55056
55056
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -55070,9 +55070,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55070
55070
|
traits: (string | {
|
|
55071
55071
|
name: string;
|
|
55072
55072
|
scope: "instance" | "collection";
|
|
55073
|
+
description?: string | undefined;
|
|
55073
55074
|
ui?: Record<string, unknown> | undefined;
|
|
55074
55075
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
55075
|
-
description?: string | undefined;
|
|
55076
55076
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
55077
55077
|
capabilities?: string[] | undefined;
|
|
55078
55078
|
emits?: {
|
|
@@ -55127,11 +55127,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55127
55127
|
required?: boolean | undefined;
|
|
55128
55128
|
default?: unknown;
|
|
55129
55129
|
}[];
|
|
55130
|
+
description?: string | undefined;
|
|
55130
55131
|
runtime?: boolean | undefined;
|
|
55131
55132
|
singleton?: boolean | undefined;
|
|
55132
55133
|
collection?: string | undefined;
|
|
55133
55134
|
timestamps?: boolean | undefined;
|
|
55134
|
-
description?: string | undefined;
|
|
55135
55135
|
pages?: string[] | undefined;
|
|
55136
55136
|
}[] | undefined;
|
|
55137
55137
|
stateMachine?: {
|
|
@@ -55190,12 +55190,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55190
55190
|
sourceEntityDefinition?: {
|
|
55191
55191
|
name: string;
|
|
55192
55192
|
fields: unknown[];
|
|
55193
|
+
description?: string | undefined;
|
|
55193
55194
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
55194
55195
|
collection?: string | undefined;
|
|
55195
55196
|
instances?: Record<string, unknown>[] | undefined;
|
|
55196
55197
|
timestamps?: boolean | undefined;
|
|
55197
55198
|
softDelete?: boolean | undefined;
|
|
55198
|
-
description?: string | undefined;
|
|
55199
55199
|
visual_prompt?: string | undefined;
|
|
55200
55200
|
assetRef?: {
|
|
55201
55201
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -55231,9 +55231,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55231
55231
|
traits?: (string | {
|
|
55232
55232
|
name: string;
|
|
55233
55233
|
scope: "instance" | "collection";
|
|
55234
|
+
description?: string | undefined;
|
|
55234
55235
|
ui?: Record<string, unknown> | undefined;
|
|
55235
55236
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
55236
|
-
description?: string | undefined;
|
|
55237
55237
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
55238
55238
|
capabilities?: string[] | undefined;
|
|
55239
55239
|
emits?: {
|
|
@@ -55288,11 +55288,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55288
55288
|
required?: boolean | undefined;
|
|
55289
55289
|
default?: unknown;
|
|
55290
55290
|
}[];
|
|
55291
|
+
description?: string | undefined;
|
|
55291
55292
|
runtime?: boolean | undefined;
|
|
55292
55293
|
singleton?: boolean | undefined;
|
|
55293
55294
|
collection?: string | undefined;
|
|
55294
55295
|
timestamps?: boolean | undefined;
|
|
55295
|
-
description?: string | undefined;
|
|
55296
55296
|
pages?: string[] | undefined;
|
|
55297
55297
|
}[] | undefined;
|
|
55298
55298
|
stateMachine?: {
|
|
@@ -55351,12 +55351,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55351
55351
|
sourceEntityDefinition?: {
|
|
55352
55352
|
name: string;
|
|
55353
55353
|
fields: unknown[];
|
|
55354
|
+
description?: string | undefined;
|
|
55354
55355
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
55355
55356
|
collection?: string | undefined;
|
|
55356
55357
|
instances?: Record<string, unknown>[] | undefined;
|
|
55357
55358
|
timestamps?: boolean | undefined;
|
|
55358
55359
|
softDelete?: boolean | undefined;
|
|
55359
|
-
description?: string | undefined;
|
|
55360
55360
|
visual_prompt?: string | undefined;
|
|
55361
55361
|
assetRef?: {
|
|
55362
55362
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -56094,12 +56094,12 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
56094
56094
|
entity: string | {
|
|
56095
56095
|
name: string;
|
|
56096
56096
|
fields: unknown[];
|
|
56097
|
+
description?: string | undefined;
|
|
56097
56098
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
56098
56099
|
collection?: string | undefined;
|
|
56099
56100
|
instances?: Record<string, unknown>[] | undefined;
|
|
56100
56101
|
timestamps?: boolean | undefined;
|
|
56101
56102
|
softDelete?: boolean | undefined;
|
|
56102
|
-
description?: string | undefined;
|
|
56103
56103
|
visual_prompt?: string | undefined;
|
|
56104
56104
|
assetRef?: {
|
|
56105
56105
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -56119,9 +56119,9 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
56119
56119
|
traits: (string | {
|
|
56120
56120
|
name: string;
|
|
56121
56121
|
scope: "instance" | "collection";
|
|
56122
|
+
description?: string | undefined;
|
|
56122
56123
|
ui?: Record<string, unknown> | undefined;
|
|
56123
56124
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
56124
|
-
description?: string | undefined;
|
|
56125
56125
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
56126
56126
|
capabilities?: string[] | undefined;
|
|
56127
56127
|
emits?: {
|
|
@@ -56176,11 +56176,11 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
56176
56176
|
required?: boolean | undefined;
|
|
56177
56177
|
default?: unknown;
|
|
56178
56178
|
}[];
|
|
56179
|
+
description?: string | undefined;
|
|
56179
56180
|
runtime?: boolean | undefined;
|
|
56180
56181
|
singleton?: boolean | undefined;
|
|
56181
56182
|
collection?: string | undefined;
|
|
56182
56183
|
timestamps?: boolean | undefined;
|
|
56183
|
-
description?: string | undefined;
|
|
56184
56184
|
pages?: string[] | undefined;
|
|
56185
56185
|
}[] | undefined;
|
|
56186
56186
|
stateMachine?: {
|
|
@@ -56239,12 +56239,12 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
56239
56239
|
sourceEntityDefinition?: {
|
|
56240
56240
|
name: string;
|
|
56241
56241
|
fields: unknown[];
|
|
56242
|
+
description?: string | undefined;
|
|
56242
56243
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
56243
56244
|
collection?: string | undefined;
|
|
56244
56245
|
instances?: Record<string, unknown>[] | undefined;
|
|
56245
56246
|
timestamps?: boolean | undefined;
|
|
56246
56247
|
softDelete?: boolean | undefined;
|
|
56247
|
-
description?: string | undefined;
|
|
56248
56248
|
visual_prompt?: string | undefined;
|
|
56249
56249
|
assetRef?: {
|
|
56250
56250
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -56280,9 +56280,9 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
56280
56280
|
traits?: (string | {
|
|
56281
56281
|
name: string;
|
|
56282
56282
|
scope: "instance" | "collection";
|
|
56283
|
+
description?: string | undefined;
|
|
56283
56284
|
ui?: Record<string, unknown> | undefined;
|
|
56284
56285
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
56285
|
-
description?: string | undefined;
|
|
56286
56286
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
56287
56287
|
capabilities?: string[] | undefined;
|
|
56288
56288
|
emits?: {
|
|
@@ -56337,11 +56337,11 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
56337
56337
|
required?: boolean | undefined;
|
|
56338
56338
|
default?: unknown;
|
|
56339
56339
|
}[];
|
|
56340
|
+
description?: string | undefined;
|
|
56340
56341
|
runtime?: boolean | undefined;
|
|
56341
56342
|
singleton?: boolean | undefined;
|
|
56342
56343
|
collection?: string | undefined;
|
|
56343
56344
|
timestamps?: boolean | undefined;
|
|
56344
|
-
description?: string | undefined;
|
|
56345
56345
|
pages?: string[] | undefined;
|
|
56346
56346
|
}[] | undefined;
|
|
56347
56347
|
stateMachine?: {
|
|
@@ -56400,12 +56400,12 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
56400
56400
|
sourceEntityDefinition?: {
|
|
56401
56401
|
name: string;
|
|
56402
56402
|
fields: unknown[];
|
|
56403
|
+
description?: string | undefined;
|
|
56403
56404
|
persistence?: "persistent" | "runtime" | "singleton" | "instance" | "local" | undefined;
|
|
56404
56405
|
collection?: string | undefined;
|
|
56405
56406
|
instances?: Record<string, unknown>[] | undefined;
|
|
56406
56407
|
timestamps?: boolean | undefined;
|
|
56407
56408
|
softDelete?: boolean | undefined;
|
|
56408
|
-
description?: string | undefined;
|
|
56409
56409
|
visual_prompt?: string | undefined;
|
|
56410
56410
|
assetRef?: {
|
|
56411
56411
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -57079,11 +57079,11 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57079
57079
|
name: string;
|
|
57080
57080
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
57081
57081
|
fields: EntityField[];
|
|
57082
|
+
description?: string | undefined;
|
|
57082
57083
|
collection?: string | undefined;
|
|
57083
57084
|
instances?: Record<string, unknown>[] | undefined;
|
|
57084
57085
|
timestamps?: boolean | undefined;
|
|
57085
57086
|
softDelete?: boolean | undefined;
|
|
57086
|
-
description?: string | undefined;
|
|
57087
57087
|
visual_prompt?: string | undefined;
|
|
57088
57088
|
assetRef?: {
|
|
57089
57089
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -57103,9 +57103,9 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57103
57103
|
traits: (string | {
|
|
57104
57104
|
name: string;
|
|
57105
57105
|
scope: "instance" | "collection";
|
|
57106
|
+
description?: string | undefined;
|
|
57106
57107
|
ui?: Record<string, unknown> | undefined;
|
|
57107
57108
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
57108
|
-
description?: string | undefined;
|
|
57109
57109
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
57110
57110
|
capabilities?: string[] | undefined;
|
|
57111
57111
|
emits?: {
|
|
@@ -57160,11 +57160,11 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57160
57160
|
required?: boolean | undefined;
|
|
57161
57161
|
default?: unknown;
|
|
57162
57162
|
}[];
|
|
57163
|
+
description?: string | undefined;
|
|
57163
57164
|
runtime?: boolean | undefined;
|
|
57164
57165
|
singleton?: boolean | undefined;
|
|
57165
57166
|
collection?: string | undefined;
|
|
57166
57167
|
timestamps?: boolean | undefined;
|
|
57167
|
-
description?: string | undefined;
|
|
57168
57168
|
pages?: string[] | undefined;
|
|
57169
57169
|
}[] | undefined;
|
|
57170
57170
|
stateMachine?: {
|
|
@@ -57224,11 +57224,11 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57224
57224
|
name: string;
|
|
57225
57225
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
57226
57226
|
fields: EntityField[];
|
|
57227
|
+
description?: string | undefined;
|
|
57227
57228
|
collection?: string | undefined;
|
|
57228
57229
|
instances?: Record<string, unknown>[] | undefined;
|
|
57229
57230
|
timestamps?: boolean | undefined;
|
|
57230
57231
|
softDelete?: boolean | undefined;
|
|
57231
|
-
description?: string | undefined;
|
|
57232
57232
|
visual_prompt?: string | undefined;
|
|
57233
57233
|
assetRef?: {
|
|
57234
57234
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|
|
@@ -57264,9 +57264,9 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57264
57264
|
traits?: (string | {
|
|
57265
57265
|
name: string;
|
|
57266
57266
|
scope: "instance" | "collection";
|
|
57267
|
+
description?: string | undefined;
|
|
57267
57268
|
ui?: Record<string, unknown> | undefined;
|
|
57268
57269
|
category?: "validation" | "notification" | "lifecycle" | "temporal" | "integration" | "interaction" | "agent" | "game-core" | "game-character" | "game-ai" | "game-combat" | "game-items" | "game-cards" | "game-board" | "game-puzzle" | undefined;
|
|
57269
|
-
description?: string | undefined;
|
|
57270
57270
|
config?: Readonly<Record<string, ConfigFieldDeclaration>> | undefined;
|
|
57271
57271
|
capabilities?: string[] | undefined;
|
|
57272
57272
|
emits?: {
|
|
@@ -57321,11 +57321,11 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57321
57321
|
required?: boolean | undefined;
|
|
57322
57322
|
default?: unknown;
|
|
57323
57323
|
}[];
|
|
57324
|
+
description?: string | undefined;
|
|
57324
57325
|
runtime?: boolean | undefined;
|
|
57325
57326
|
singleton?: boolean | undefined;
|
|
57326
57327
|
collection?: string | undefined;
|
|
57327
57328
|
timestamps?: boolean | undefined;
|
|
57328
|
-
description?: string | undefined;
|
|
57329
57329
|
pages?: string[] | undefined;
|
|
57330
57330
|
}[] | undefined;
|
|
57331
57331
|
stateMachine?: {
|
|
@@ -57385,11 +57385,11 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57385
57385
|
name: string;
|
|
57386
57386
|
persistence: "persistent" | "runtime" | "singleton" | "instance" | "local";
|
|
57387
57387
|
fields: EntityField[];
|
|
57388
|
+
description?: string | undefined;
|
|
57388
57389
|
collection?: string | undefined;
|
|
57389
57390
|
instances?: Record<string, unknown>[] | undefined;
|
|
57390
57391
|
timestamps?: boolean | undefined;
|
|
57391
57392
|
softDelete?: boolean | undefined;
|
|
57392
|
-
description?: string | undefined;
|
|
57393
57393
|
visual_prompt?: string | undefined;
|
|
57394
57394
|
assetRef?: {
|
|
57395
57395
|
role: "player" | "enemy" | "npc" | "item" | "tile" | "projectile" | "effect" | "ui" | "decoration" | "vehicle";
|