@almadar/core 10.89.0 → 10.90.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 +9 -2
- package/dist/builders.js.map +1 -1
- package/dist/{effect-CdLBg9zL.d.ts → effect-7jQQxiIt.d.ts} +58 -42
- package/dist/{entityAccess-BmZHpQUv.d.ts → entityAccess-CpHfCQA3.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory/index.js +467 -9
- package/dist/factory/index.js.map +1 -1
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/factory-runtime/index.js +9 -2
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/i18n/index.js +6 -0
- package/dist/i18n/index.js.map +1 -1
- package/dist/{index-CV_iM5Cm.d.ts → index-BresfHJy.d.ts} +63 -6
- package/dist/index.d.ts +34 -12
- package/dist/index.js +582 -17
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +54 -5
- package/dist/mock/index.js +33 -3
- package/dist/mock/index.js.map +1 -1
- package/dist/patterns/component-mapping.json +6 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +1160 -14
- package/dist/patterns/index.js +545 -12
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/integrators-registry.json +72 -1
- package/dist/patterns/patterns-registry.json +461 -8
- package/dist/patterns/registry.json +461 -8
- package/dist/patterns/services-registry.json +150 -64
- package/dist/{schema-DYC_RnBX.d.ts → schema-C52juBr8.d.ts} +495 -323
- package/dist/{trait-DmWdtKlP.d.ts → trait-CFiL1YUN.d.ts} +98 -55
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.js +11 -6
- package/dist/types/index.js.map +1 -1
- package/dist/{types-DdK77hq2.d.ts → types-BgC8ETnl.d.ts} +2 -2
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { b as TraitConfig, c as TraitConfigObject, D as DeclaredTraitConfig, d as TraitRef, E as EventPayloadField, C as ConfigFieldDeclaration, e as TraitEntityField, P as PayloadField, f as TraitTypeParamDef, g as TraitConfigValue, h as Trait } from './trait-
|
|
1
|
+
import { b as TraitConfig, c as TraitConfigObject, D as DeclaredTraitConfig, d as TraitRef, E as EventPayloadField, C as ConfigFieldDeclaration, e as TraitEntityField, P as PayloadField, f as TraitTypeParamDef, g as TraitConfigValue, h as Trait } from './trait-CFiL1YUN.js';
|
|
2
2
|
import { J as JsonValue, R as RuntimeValue } from './json-D8gmyK3l.js';
|
|
3
3
|
import { E as Expression, S as SExpr } from './expression-WfTp2arD.js';
|
|
4
|
-
import { T as TraitId, d as EntityId, P as PageId, O as OrbitalId, E as EntityField, S as ServiceRef, e as Entity, a as EntityPersistence, b as EventId, h as ServiceDefinition, I as IdentityLedger } from './effect-
|
|
4
|
+
import { T as TraitId, d as EntityId, P as PageId, O as OrbitalId, E as EntityField, S as ServiceRef, e as Entity, a as EntityPersistence, b as EventId, h as ServiceDefinition, I as IdentityLedger } from './effect-7jQQxiIt.js';
|
|
5
5
|
import { z } from 'zod';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -18712,7 +18712,7 @@ declare const EntityRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
18712
18712
|
style: z.ZodOptional<z.ZodEnum<["pixel", "vector", "hd", "1-bit", "isometric"]>>;
|
|
18713
18713
|
variant: z.ZodOptional<z.ZodString>;
|
|
18714
18714
|
dimension: z.ZodOptional<z.ZodEnum<["2d", "3d"]>>;
|
|
18715
|
-
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1"]>>;
|
|
18715
|
+
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1", "4:1", "5:3", "1:2"]>>;
|
|
18716
18716
|
}, "strip", z.ZodTypeAny, {
|
|
18717
18717
|
role: string;
|
|
18718
18718
|
category: string;
|
|
@@ -18720,7 +18720,7 @@ declare const EntityRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
18720
18720
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
18721
18721
|
variant?: string | undefined;
|
|
18722
18722
|
dimension?: "2d" | "3d" | undefined;
|
|
18723
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
18723
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
18724
18724
|
}, {
|
|
18725
18725
|
role: string;
|
|
18726
18726
|
category: string;
|
|
@@ -18728,7 +18728,7 @@ declare const EntityRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
18728
18728
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
18729
18729
|
variant?: string | undefined;
|
|
18730
18730
|
dimension?: "2d" | "3d" | undefined;
|
|
18731
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
18731
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
18732
18732
|
}>>;
|
|
18733
18733
|
}, "strip", z.ZodTypeAny, {
|
|
18734
18734
|
name: string;
|
|
@@ -18760,7 +18760,7 @@ declare const EntityRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
18760
18760
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
18761
18761
|
variant?: string | undefined;
|
|
18762
18762
|
dimension?: "2d" | "3d" | undefined;
|
|
18763
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
18763
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
18764
18764
|
} | undefined;
|
|
18765
18765
|
}, {
|
|
18766
18766
|
name: string;
|
|
@@ -18792,7 +18792,7 @@ declare const EntityRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
18792
18792
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
18793
18793
|
variant?: string | undefined;
|
|
18794
18794
|
dimension?: "2d" | "3d" | undefined;
|
|
18795
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
18795
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
18796
18796
|
} | undefined;
|
|
18797
18797
|
}>, z.ZodString, z.ZodEffects<z.ZodObject<{
|
|
18798
18798
|
extends: z.ZodString;
|
|
@@ -18999,6 +18999,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
18999
18999
|
entityBindingSynonyms: z.ZodOptional<z.ZodString>;
|
|
19000
19000
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
19001
19001
|
scope: z.ZodEnum<["instance", "collection"]>;
|
|
19002
|
+
local: z.ZodOptional<z.ZodBoolean>;
|
|
19002
19003
|
linkedEntity: z.ZodOptional<z.ZodString>;
|
|
19003
19004
|
linkedEntityId: z.ZodOptional<z.ZodEffects<z.ZodString, EntityId, string>>;
|
|
19004
19005
|
entityRefIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodString, EntityId, string>>>;
|
|
@@ -19496,7 +19497,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19496
19497
|
style: z.ZodOptional<z.ZodEnum<["pixel", "vector", "hd", "1-bit", "isometric"]>>;
|
|
19497
19498
|
variant: z.ZodOptional<z.ZodString>;
|
|
19498
19499
|
dimension: z.ZodOptional<z.ZodEnum<["2d", "3d"]>>;
|
|
19499
|
-
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1"]>>;
|
|
19500
|
+
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1", "4:1", "5:3", "1:2"]>>;
|
|
19500
19501
|
}, "strip", z.ZodTypeAny, {
|
|
19501
19502
|
role: string;
|
|
19502
19503
|
category: string;
|
|
@@ -19504,7 +19505,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19504
19505
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
19505
19506
|
variant?: string | undefined;
|
|
19506
19507
|
dimension?: "2d" | "3d" | undefined;
|
|
19507
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
19508
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
19508
19509
|
}, {
|
|
19509
19510
|
role: string;
|
|
19510
19511
|
category: string;
|
|
@@ -19512,7 +19513,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19512
19513
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
19513
19514
|
variant?: string | undefined;
|
|
19514
19515
|
dimension?: "2d" | "3d" | undefined;
|
|
19515
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
19516
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
19516
19517
|
}>>;
|
|
19517
19518
|
}, "strip", z.ZodTypeAny, {
|
|
19518
19519
|
name: string;
|
|
@@ -19544,7 +19545,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19544
19545
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
19545
19546
|
variant?: string | undefined;
|
|
19546
19547
|
dimension?: "2d" | "3d" | undefined;
|
|
19547
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
19548
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
19548
19549
|
} | undefined;
|
|
19549
19550
|
}, {
|
|
19550
19551
|
name: string;
|
|
@@ -19576,7 +19577,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19576
19577
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
19577
19578
|
variant?: string | undefined;
|
|
19578
19579
|
dimension?: "2d" | "3d" | undefined;
|
|
19579
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
19580
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
19580
19581
|
} | undefined;
|
|
19581
19582
|
}>>;
|
|
19582
19583
|
typeParams: z.ZodOptional<z.ZodArray<z.ZodType<TraitTypeParamDef, z.ZodTypeDef, TraitTypeParamDef>, "many">>;
|
|
@@ -19702,6 +19703,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19702
19703
|
}[] | undefined;
|
|
19703
19704
|
entityBindingDescription?: string | undefined;
|
|
19704
19705
|
entityBindingSynonyms?: string | undefined;
|
|
19706
|
+
local?: boolean | undefined;
|
|
19705
19707
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
19706
19708
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
19707
19709
|
requiredFields?: {
|
|
@@ -19758,7 +19760,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19758
19760
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
19759
19761
|
variant?: string | undefined;
|
|
19760
19762
|
dimension?: "2d" | "3d" | undefined;
|
|
19761
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
19763
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
19762
19764
|
} | undefined;
|
|
19763
19765
|
} | undefined;
|
|
19764
19766
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -19884,6 +19886,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19884
19886
|
}[] | undefined;
|
|
19885
19887
|
entityBindingDescription?: string | undefined;
|
|
19886
19888
|
entityBindingSynonyms?: string | undefined;
|
|
19889
|
+
local?: boolean | undefined;
|
|
19887
19890
|
entityRefIds?: Record<string, string> | undefined;
|
|
19888
19891
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
19889
19892
|
requiredFields?: {
|
|
@@ -19940,7 +19943,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19940
19943
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
19941
19944
|
variant?: string | undefined;
|
|
19942
19945
|
dimension?: "2d" | "3d" | undefined;
|
|
19943
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
19946
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
19944
19947
|
} | undefined;
|
|
19945
19948
|
} | undefined;
|
|
19946
19949
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -20209,6 +20212,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
20209
20212
|
}[] | undefined;
|
|
20210
20213
|
entityBindingDescription?: string | undefined;
|
|
20211
20214
|
entityBindingSynonyms?: string | undefined;
|
|
20215
|
+
local?: boolean | undefined;
|
|
20212
20216
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
20213
20217
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
20214
20218
|
requiredFields?: {
|
|
@@ -20265,7 +20269,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
20265
20269
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
20266
20270
|
variant?: string | undefined;
|
|
20267
20271
|
dimension?: "2d" | "3d" | undefined;
|
|
20268
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
20272
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
20269
20273
|
} | undefined;
|
|
20270
20274
|
} | undefined;
|
|
20271
20275
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -20433,6 +20437,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
20433
20437
|
}[] | undefined;
|
|
20434
20438
|
entityBindingDescription?: string | undefined;
|
|
20435
20439
|
entityBindingSynonyms?: string | undefined;
|
|
20440
|
+
local?: boolean | undefined;
|
|
20436
20441
|
entityRefIds?: Record<string, string> | undefined;
|
|
20437
20442
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
20438
20443
|
requiredFields?: {
|
|
@@ -20489,7 +20494,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
20489
20494
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
20490
20495
|
variant?: string | undefined;
|
|
20491
20496
|
dimension?: "2d" | "3d" | undefined;
|
|
20492
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
20497
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
20493
20498
|
} | undefined;
|
|
20494
20499
|
} | undefined;
|
|
20495
20500
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -20657,6 +20662,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
20657
20662
|
}[] | undefined;
|
|
20658
20663
|
entityBindingDescription?: string | undefined;
|
|
20659
20664
|
entityBindingSynonyms?: string | undefined;
|
|
20665
|
+
local?: boolean | undefined;
|
|
20660
20666
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
20661
20667
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
20662
20668
|
requiredFields?: {
|
|
@@ -20713,7 +20719,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
20713
20719
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
20714
20720
|
variant?: string | undefined;
|
|
20715
20721
|
dimension?: "2d" | "3d" | undefined;
|
|
20716
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
20722
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
20717
20723
|
} | undefined;
|
|
20718
20724
|
} | undefined;
|
|
20719
20725
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -20881,6 +20887,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
20881
20887
|
}[] | undefined;
|
|
20882
20888
|
entityBindingDescription?: string | undefined;
|
|
20883
20889
|
entityBindingSynonyms?: string | undefined;
|
|
20890
|
+
local?: boolean | undefined;
|
|
20884
20891
|
entityRefIds?: Record<string, string> | undefined;
|
|
20885
20892
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
20886
20893
|
requiredFields?: {
|
|
@@ -20937,7 +20944,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
20937
20944
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
20938
20945
|
variant?: string | undefined;
|
|
20939
20946
|
dimension?: "2d" | "3d" | undefined;
|
|
20940
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
20947
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
20941
20948
|
} | undefined;
|
|
20942
20949
|
} | undefined;
|
|
20943
20950
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -20981,6 +20988,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
20981
20988
|
entityBindingSynonyms: z.ZodOptional<z.ZodString>;
|
|
20982
20989
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
20983
20990
|
scope: z.ZodEnum<["instance", "collection"]>;
|
|
20991
|
+
local: z.ZodOptional<z.ZodBoolean>;
|
|
20984
20992
|
linkedEntity: z.ZodOptional<z.ZodString>;
|
|
20985
20993
|
linkedEntityId: z.ZodOptional<z.ZodEffects<z.ZodString, EntityId, string>>;
|
|
20986
20994
|
entityRefIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodString, EntityId, string>>>;
|
|
@@ -21478,7 +21486,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
21478
21486
|
style: z.ZodOptional<z.ZodEnum<["pixel", "vector", "hd", "1-bit", "isometric"]>>;
|
|
21479
21487
|
variant: z.ZodOptional<z.ZodString>;
|
|
21480
21488
|
dimension: z.ZodOptional<z.ZodEnum<["2d", "3d"]>>;
|
|
21481
|
-
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1"]>>;
|
|
21489
|
+
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1", "4:1", "5:3", "1:2"]>>;
|
|
21482
21490
|
}, "strip", z.ZodTypeAny, {
|
|
21483
21491
|
role: string;
|
|
21484
21492
|
category: string;
|
|
@@ -21486,7 +21494,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
21486
21494
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
21487
21495
|
variant?: string | undefined;
|
|
21488
21496
|
dimension?: "2d" | "3d" | undefined;
|
|
21489
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
21497
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
21490
21498
|
}, {
|
|
21491
21499
|
role: string;
|
|
21492
21500
|
category: string;
|
|
@@ -21494,7 +21502,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
21494
21502
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
21495
21503
|
variant?: string | undefined;
|
|
21496
21504
|
dimension?: "2d" | "3d" | undefined;
|
|
21497
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
21505
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
21498
21506
|
}>>;
|
|
21499
21507
|
}, "strip", z.ZodTypeAny, {
|
|
21500
21508
|
name: string;
|
|
@@ -21526,7 +21534,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
21526
21534
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
21527
21535
|
variant?: string | undefined;
|
|
21528
21536
|
dimension?: "2d" | "3d" | undefined;
|
|
21529
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
21537
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
21530
21538
|
} | undefined;
|
|
21531
21539
|
}, {
|
|
21532
21540
|
name: string;
|
|
@@ -21558,7 +21566,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
21558
21566
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
21559
21567
|
variant?: string | undefined;
|
|
21560
21568
|
dimension?: "2d" | "3d" | undefined;
|
|
21561
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
21569
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
21562
21570
|
} | undefined;
|
|
21563
21571
|
}>>;
|
|
21564
21572
|
typeParams: z.ZodOptional<z.ZodArray<z.ZodType<TraitTypeParamDef, z.ZodTypeDef, TraitTypeParamDef>, "many">>;
|
|
@@ -21684,6 +21692,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
21684
21692
|
}[] | undefined;
|
|
21685
21693
|
entityBindingDescription?: string | undefined;
|
|
21686
21694
|
entityBindingSynonyms?: string | undefined;
|
|
21695
|
+
local?: boolean | undefined;
|
|
21687
21696
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
21688
21697
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
21689
21698
|
requiredFields?: {
|
|
@@ -21740,7 +21749,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
21740
21749
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
21741
21750
|
variant?: string | undefined;
|
|
21742
21751
|
dimension?: "2d" | "3d" | undefined;
|
|
21743
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
21752
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
21744
21753
|
} | undefined;
|
|
21745
21754
|
} | undefined;
|
|
21746
21755
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -21866,6 +21875,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
21866
21875
|
}[] | undefined;
|
|
21867
21876
|
entityBindingDescription?: string | undefined;
|
|
21868
21877
|
entityBindingSynonyms?: string | undefined;
|
|
21878
|
+
local?: boolean | undefined;
|
|
21869
21879
|
entityRefIds?: Record<string, string> | undefined;
|
|
21870
21880
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
21871
21881
|
requiredFields?: {
|
|
@@ -21922,7 +21932,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
21922
21932
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
21923
21933
|
variant?: string | undefined;
|
|
21924
21934
|
dimension?: "2d" | "3d" | undefined;
|
|
21925
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
21935
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
21926
21936
|
} | undefined;
|
|
21927
21937
|
} | undefined;
|
|
21928
21938
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -22055,6 +22065,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
22055
22065
|
}[] | undefined;
|
|
22056
22066
|
entityBindingDescription?: string | undefined;
|
|
22057
22067
|
entityBindingSynonyms?: string | undefined;
|
|
22068
|
+
local?: boolean | undefined;
|
|
22058
22069
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
22059
22070
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
22060
22071
|
requiredFields?: {
|
|
@@ -22111,7 +22122,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
22111
22122
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
22112
22123
|
variant?: string | undefined;
|
|
22113
22124
|
dimension?: "2d" | "3d" | undefined;
|
|
22114
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
22125
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
22115
22126
|
} | undefined;
|
|
22116
22127
|
} | undefined;
|
|
22117
22128
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -22276,6 +22287,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
22276
22287
|
}[] | undefined;
|
|
22277
22288
|
entityBindingDescription?: string | undefined;
|
|
22278
22289
|
entityBindingSynonyms?: string | undefined;
|
|
22290
|
+
local?: boolean | undefined;
|
|
22279
22291
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
22280
22292
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
22281
22293
|
requiredFields?: {
|
|
@@ -22332,7 +22344,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
22332
22344
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
22333
22345
|
variant?: string | undefined;
|
|
22334
22346
|
dimension?: "2d" | "3d" | undefined;
|
|
22335
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
22347
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
22336
22348
|
} | undefined;
|
|
22337
22349
|
} | undefined;
|
|
22338
22350
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -22470,6 +22482,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
22470
22482
|
}[] | undefined;
|
|
22471
22483
|
entityBindingDescription?: string | undefined;
|
|
22472
22484
|
entityBindingSynonyms?: string | undefined;
|
|
22485
|
+
local?: boolean | undefined;
|
|
22473
22486
|
entityRefIds?: Record<string, string> | undefined;
|
|
22474
22487
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
22475
22488
|
requiredFields?: {
|
|
@@ -22526,7 +22539,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
22526
22539
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
22527
22540
|
variant?: string | undefined;
|
|
22528
22541
|
dimension?: "2d" | "3d" | undefined;
|
|
22529
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
22542
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
22530
22543
|
} | undefined;
|
|
22531
22544
|
} | undefined;
|
|
22532
22545
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -22691,6 +22704,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
22691
22704
|
}[] | undefined;
|
|
22692
22705
|
entityBindingDescription?: string | undefined;
|
|
22693
22706
|
entityBindingSynonyms?: string | undefined;
|
|
22707
|
+
local?: boolean | undefined;
|
|
22694
22708
|
entityRefIds?: Record<string, string> | undefined;
|
|
22695
22709
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
22696
22710
|
requiredFields?: {
|
|
@@ -22747,7 +22761,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
22747
22761
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
22748
22762
|
variant?: string | undefined;
|
|
22749
22763
|
dimension?: "2d" | "3d" | undefined;
|
|
22750
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
22764
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
22751
22765
|
} | undefined;
|
|
22752
22766
|
} | undefined;
|
|
22753
22767
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -22876,6 +22890,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
22876
22890
|
entityBindingSynonyms: z.ZodOptional<z.ZodString>;
|
|
22877
22891
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
22878
22892
|
scope: z.ZodEnum<["instance", "collection"]>;
|
|
22893
|
+
local: z.ZodOptional<z.ZodBoolean>;
|
|
22879
22894
|
linkedEntity: z.ZodOptional<z.ZodString>;
|
|
22880
22895
|
linkedEntityId: z.ZodOptional<z.ZodEffects<z.ZodString, EntityId, string>>;
|
|
22881
22896
|
entityRefIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodString, EntityId, string>>>;
|
|
@@ -23373,7 +23388,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
23373
23388
|
style: z.ZodOptional<z.ZodEnum<["pixel", "vector", "hd", "1-bit", "isometric"]>>;
|
|
23374
23389
|
variant: z.ZodOptional<z.ZodString>;
|
|
23375
23390
|
dimension: z.ZodOptional<z.ZodEnum<["2d", "3d"]>>;
|
|
23376
|
-
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1"]>>;
|
|
23391
|
+
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1", "4:1", "5:3", "1:2"]>>;
|
|
23377
23392
|
}, "strip", z.ZodTypeAny, {
|
|
23378
23393
|
role: string;
|
|
23379
23394
|
category: string;
|
|
@@ -23381,7 +23396,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
23381
23396
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
23382
23397
|
variant?: string | undefined;
|
|
23383
23398
|
dimension?: "2d" | "3d" | undefined;
|
|
23384
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
23399
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
23385
23400
|
}, {
|
|
23386
23401
|
role: string;
|
|
23387
23402
|
category: string;
|
|
@@ -23389,7 +23404,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
23389
23404
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
23390
23405
|
variant?: string | undefined;
|
|
23391
23406
|
dimension?: "2d" | "3d" | undefined;
|
|
23392
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
23407
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
23393
23408
|
}>>;
|
|
23394
23409
|
}, "strip", z.ZodTypeAny, {
|
|
23395
23410
|
name: string;
|
|
@@ -23421,7 +23436,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
23421
23436
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
23422
23437
|
variant?: string | undefined;
|
|
23423
23438
|
dimension?: "2d" | "3d" | undefined;
|
|
23424
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
23439
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
23425
23440
|
} | undefined;
|
|
23426
23441
|
}, {
|
|
23427
23442
|
name: string;
|
|
@@ -23453,7 +23468,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
23453
23468
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
23454
23469
|
variant?: string | undefined;
|
|
23455
23470
|
dimension?: "2d" | "3d" | undefined;
|
|
23456
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
23471
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
23457
23472
|
} | undefined;
|
|
23458
23473
|
}>>;
|
|
23459
23474
|
typeParams: z.ZodOptional<z.ZodArray<z.ZodType<TraitTypeParamDef, z.ZodTypeDef, TraitTypeParamDef>, "many">>;
|
|
@@ -23579,6 +23594,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
23579
23594
|
}[] | undefined;
|
|
23580
23595
|
entityBindingDescription?: string | undefined;
|
|
23581
23596
|
entityBindingSynonyms?: string | undefined;
|
|
23597
|
+
local?: boolean | undefined;
|
|
23582
23598
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
23583
23599
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
23584
23600
|
requiredFields?: {
|
|
@@ -23635,7 +23651,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
23635
23651
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
23636
23652
|
variant?: string | undefined;
|
|
23637
23653
|
dimension?: "2d" | "3d" | undefined;
|
|
23638
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
23654
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
23639
23655
|
} | undefined;
|
|
23640
23656
|
} | undefined;
|
|
23641
23657
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -23761,6 +23777,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
23761
23777
|
}[] | undefined;
|
|
23762
23778
|
entityBindingDescription?: string | undefined;
|
|
23763
23779
|
entityBindingSynonyms?: string | undefined;
|
|
23780
|
+
local?: boolean | undefined;
|
|
23764
23781
|
entityRefIds?: Record<string, string> | undefined;
|
|
23765
23782
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
23766
23783
|
requiredFields?: {
|
|
@@ -23817,7 +23834,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
23817
23834
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
23818
23835
|
variant?: string | undefined;
|
|
23819
23836
|
dimension?: "2d" | "3d" | undefined;
|
|
23820
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
23837
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
23821
23838
|
} | undefined;
|
|
23822
23839
|
} | undefined;
|
|
23823
23840
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -24086,6 +24103,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
24086
24103
|
}[] | undefined;
|
|
24087
24104
|
entityBindingDescription?: string | undefined;
|
|
24088
24105
|
entityBindingSynonyms?: string | undefined;
|
|
24106
|
+
local?: boolean | undefined;
|
|
24089
24107
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
24090
24108
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
24091
24109
|
requiredFields?: {
|
|
@@ -24142,7 +24160,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
24142
24160
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
24143
24161
|
variant?: string | undefined;
|
|
24144
24162
|
dimension?: "2d" | "3d" | undefined;
|
|
24145
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
24163
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
24146
24164
|
} | undefined;
|
|
24147
24165
|
} | undefined;
|
|
24148
24166
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -24310,6 +24328,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
24310
24328
|
}[] | undefined;
|
|
24311
24329
|
entityBindingDescription?: string | undefined;
|
|
24312
24330
|
entityBindingSynonyms?: string | undefined;
|
|
24331
|
+
local?: boolean | undefined;
|
|
24313
24332
|
entityRefIds?: Record<string, string> | undefined;
|
|
24314
24333
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
24315
24334
|
requiredFields?: {
|
|
@@ -24366,7 +24385,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
24366
24385
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
24367
24386
|
variant?: string | undefined;
|
|
24368
24387
|
dimension?: "2d" | "3d" | undefined;
|
|
24369
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
24388
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
24370
24389
|
} | undefined;
|
|
24371
24390
|
} | undefined;
|
|
24372
24391
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -24534,6 +24553,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
24534
24553
|
}[] | undefined;
|
|
24535
24554
|
entityBindingDescription?: string | undefined;
|
|
24536
24555
|
entityBindingSynonyms?: string | undefined;
|
|
24556
|
+
local?: boolean | undefined;
|
|
24537
24557
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
24538
24558
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
24539
24559
|
requiredFields?: {
|
|
@@ -24590,7 +24610,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
24590
24610
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
24591
24611
|
variant?: string | undefined;
|
|
24592
24612
|
dimension?: "2d" | "3d" | undefined;
|
|
24593
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
24613
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
24594
24614
|
} | undefined;
|
|
24595
24615
|
} | undefined;
|
|
24596
24616
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -24758,6 +24778,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
24758
24778
|
}[] | undefined;
|
|
24759
24779
|
entityBindingDescription?: string | undefined;
|
|
24760
24780
|
entityBindingSynonyms?: string | undefined;
|
|
24781
|
+
local?: boolean | undefined;
|
|
24761
24782
|
entityRefIds?: Record<string, string> | undefined;
|
|
24762
24783
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
24763
24784
|
requiredFields?: {
|
|
@@ -24814,7 +24835,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
24814
24835
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
24815
24836
|
variant?: string | undefined;
|
|
24816
24837
|
dimension?: "2d" | "3d" | undefined;
|
|
24817
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
24838
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
24818
24839
|
} | undefined;
|
|
24819
24840
|
} | undefined;
|
|
24820
24841
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -24858,6 +24879,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
24858
24879
|
entityBindingSynonyms: z.ZodOptional<z.ZodString>;
|
|
24859
24880
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
24860
24881
|
scope: z.ZodEnum<["instance", "collection"]>;
|
|
24882
|
+
local: z.ZodOptional<z.ZodBoolean>;
|
|
24861
24883
|
linkedEntity: z.ZodOptional<z.ZodString>;
|
|
24862
24884
|
linkedEntityId: z.ZodOptional<z.ZodEffects<z.ZodString, EntityId, string>>;
|
|
24863
24885
|
entityRefIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodString, EntityId, string>>>;
|
|
@@ -25355,7 +25377,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
25355
25377
|
style: z.ZodOptional<z.ZodEnum<["pixel", "vector", "hd", "1-bit", "isometric"]>>;
|
|
25356
25378
|
variant: z.ZodOptional<z.ZodString>;
|
|
25357
25379
|
dimension: z.ZodOptional<z.ZodEnum<["2d", "3d"]>>;
|
|
25358
|
-
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1"]>>;
|
|
25380
|
+
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1", "4:1", "5:3", "1:2"]>>;
|
|
25359
25381
|
}, "strip", z.ZodTypeAny, {
|
|
25360
25382
|
role: string;
|
|
25361
25383
|
category: string;
|
|
@@ -25363,7 +25385,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
25363
25385
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
25364
25386
|
variant?: string | undefined;
|
|
25365
25387
|
dimension?: "2d" | "3d" | undefined;
|
|
25366
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
25388
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
25367
25389
|
}, {
|
|
25368
25390
|
role: string;
|
|
25369
25391
|
category: string;
|
|
@@ -25371,7 +25393,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
25371
25393
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
25372
25394
|
variant?: string | undefined;
|
|
25373
25395
|
dimension?: "2d" | "3d" | undefined;
|
|
25374
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
25396
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
25375
25397
|
}>>;
|
|
25376
25398
|
}, "strip", z.ZodTypeAny, {
|
|
25377
25399
|
name: string;
|
|
@@ -25403,7 +25425,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
25403
25425
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
25404
25426
|
variant?: string | undefined;
|
|
25405
25427
|
dimension?: "2d" | "3d" | undefined;
|
|
25406
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
25428
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
25407
25429
|
} | undefined;
|
|
25408
25430
|
}, {
|
|
25409
25431
|
name: string;
|
|
@@ -25435,7 +25457,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
25435
25457
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
25436
25458
|
variant?: string | undefined;
|
|
25437
25459
|
dimension?: "2d" | "3d" | undefined;
|
|
25438
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
25460
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
25439
25461
|
} | undefined;
|
|
25440
25462
|
}>>;
|
|
25441
25463
|
typeParams: z.ZodOptional<z.ZodArray<z.ZodType<TraitTypeParamDef, z.ZodTypeDef, TraitTypeParamDef>, "many">>;
|
|
@@ -25561,6 +25583,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
25561
25583
|
}[] | undefined;
|
|
25562
25584
|
entityBindingDescription?: string | undefined;
|
|
25563
25585
|
entityBindingSynonyms?: string | undefined;
|
|
25586
|
+
local?: boolean | undefined;
|
|
25564
25587
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
25565
25588
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
25566
25589
|
requiredFields?: {
|
|
@@ -25617,7 +25640,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
25617
25640
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
25618
25641
|
variant?: string | undefined;
|
|
25619
25642
|
dimension?: "2d" | "3d" | undefined;
|
|
25620
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
25643
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
25621
25644
|
} | undefined;
|
|
25622
25645
|
} | undefined;
|
|
25623
25646
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -25743,6 +25766,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
25743
25766
|
}[] | undefined;
|
|
25744
25767
|
entityBindingDescription?: string | undefined;
|
|
25745
25768
|
entityBindingSynonyms?: string | undefined;
|
|
25769
|
+
local?: boolean | undefined;
|
|
25746
25770
|
entityRefIds?: Record<string, string> | undefined;
|
|
25747
25771
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
25748
25772
|
requiredFields?: {
|
|
@@ -25799,7 +25823,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
25799
25823
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
25800
25824
|
variant?: string | undefined;
|
|
25801
25825
|
dimension?: "2d" | "3d" | undefined;
|
|
25802
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
25826
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
25803
25827
|
} | undefined;
|
|
25804
25828
|
} | undefined;
|
|
25805
25829
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -25932,6 +25956,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
25932
25956
|
}[] | undefined;
|
|
25933
25957
|
entityBindingDescription?: string | undefined;
|
|
25934
25958
|
entityBindingSynonyms?: string | undefined;
|
|
25959
|
+
local?: boolean | undefined;
|
|
25935
25960
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
25936
25961
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
25937
25962
|
requiredFields?: {
|
|
@@ -25988,7 +26013,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
25988
26013
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
25989
26014
|
variant?: string | undefined;
|
|
25990
26015
|
dimension?: "2d" | "3d" | undefined;
|
|
25991
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
26016
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
25992
26017
|
} | undefined;
|
|
25993
26018
|
} | undefined;
|
|
25994
26019
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -26153,6 +26178,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
26153
26178
|
}[] | undefined;
|
|
26154
26179
|
entityBindingDescription?: string | undefined;
|
|
26155
26180
|
entityBindingSynonyms?: string | undefined;
|
|
26181
|
+
local?: boolean | undefined;
|
|
26156
26182
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
26157
26183
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
26158
26184
|
requiredFields?: {
|
|
@@ -26209,7 +26235,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
26209
26235
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
26210
26236
|
variant?: string | undefined;
|
|
26211
26237
|
dimension?: "2d" | "3d" | undefined;
|
|
26212
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
26238
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
26213
26239
|
} | undefined;
|
|
26214
26240
|
} | undefined;
|
|
26215
26241
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -26347,6 +26373,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
26347
26373
|
}[] | undefined;
|
|
26348
26374
|
entityBindingDescription?: string | undefined;
|
|
26349
26375
|
entityBindingSynonyms?: string | undefined;
|
|
26376
|
+
local?: boolean | undefined;
|
|
26350
26377
|
entityRefIds?: Record<string, string> | undefined;
|
|
26351
26378
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
26352
26379
|
requiredFields?: {
|
|
@@ -26403,7 +26430,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
26403
26430
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
26404
26431
|
variant?: string | undefined;
|
|
26405
26432
|
dimension?: "2d" | "3d" | undefined;
|
|
26406
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
26433
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
26407
26434
|
} | undefined;
|
|
26408
26435
|
} | undefined;
|
|
26409
26436
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -26568,6 +26595,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
26568
26595
|
}[] | undefined;
|
|
26569
26596
|
entityBindingDescription?: string | undefined;
|
|
26570
26597
|
entityBindingSynonyms?: string | undefined;
|
|
26598
|
+
local?: boolean | undefined;
|
|
26571
26599
|
entityRefIds?: Record<string, string> | undefined;
|
|
26572
26600
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
26573
26601
|
requiredFields?: {
|
|
@@ -26624,7 +26652,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
26624
26652
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
26625
26653
|
variant?: string | undefined;
|
|
26626
26654
|
dimension?: "2d" | "3d" | undefined;
|
|
26627
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
26655
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
26628
26656
|
} | undefined;
|
|
26629
26657
|
} | undefined;
|
|
26630
26658
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -31292,7 +31320,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
31292
31320
|
style: z.ZodOptional<z.ZodEnum<["pixel", "vector", "hd", "1-bit", "isometric"]>>;
|
|
31293
31321
|
variant: z.ZodOptional<z.ZodString>;
|
|
31294
31322
|
dimension: z.ZodOptional<z.ZodEnum<["2d", "3d"]>>;
|
|
31295
|
-
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1"]>>;
|
|
31323
|
+
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1", "4:1", "5:3", "1:2"]>>;
|
|
31296
31324
|
}, "strip", z.ZodTypeAny, {
|
|
31297
31325
|
role: string;
|
|
31298
31326
|
category: string;
|
|
@@ -31300,7 +31328,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
31300
31328
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
31301
31329
|
variant?: string | undefined;
|
|
31302
31330
|
dimension?: "2d" | "3d" | undefined;
|
|
31303
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
31331
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
31304
31332
|
}, {
|
|
31305
31333
|
role: string;
|
|
31306
31334
|
category: string;
|
|
@@ -31308,7 +31336,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
31308
31336
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
31309
31337
|
variant?: string | undefined;
|
|
31310
31338
|
dimension?: "2d" | "3d" | undefined;
|
|
31311
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
31339
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
31312
31340
|
}>>;
|
|
31313
31341
|
}, "strip", z.ZodTypeAny, {
|
|
31314
31342
|
name: string;
|
|
@@ -31340,7 +31368,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
31340
31368
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
31341
31369
|
variant?: string | undefined;
|
|
31342
31370
|
dimension?: "2d" | "3d" | undefined;
|
|
31343
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
31371
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
31344
31372
|
} | undefined;
|
|
31345
31373
|
}, {
|
|
31346
31374
|
name: string;
|
|
@@ -31372,7 +31400,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
31372
31400
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
31373
31401
|
variant?: string | undefined;
|
|
31374
31402
|
dimension?: "2d" | "3d" | undefined;
|
|
31375
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
31403
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
31376
31404
|
} | undefined;
|
|
31377
31405
|
}>, z.ZodString, z.ZodEffects<z.ZodObject<{
|
|
31378
31406
|
extends: z.ZodString;
|
|
@@ -31445,7 +31473,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
31445
31473
|
style: z.ZodOptional<z.ZodEnum<["pixel", "vector", "hd", "1-bit", "isometric"]>>;
|
|
31446
31474
|
variant: z.ZodOptional<z.ZodString>;
|
|
31447
31475
|
dimension: z.ZodOptional<z.ZodEnum<["2d", "3d"]>>;
|
|
31448
|
-
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1"]>>;
|
|
31476
|
+
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1", "4:1", "5:3", "1:2"]>>;
|
|
31449
31477
|
}, "strip", z.ZodTypeAny, {
|
|
31450
31478
|
role: string;
|
|
31451
31479
|
category: string;
|
|
@@ -31453,7 +31481,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
31453
31481
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
31454
31482
|
variant?: string | undefined;
|
|
31455
31483
|
dimension?: "2d" | "3d" | undefined;
|
|
31456
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
31484
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
31457
31485
|
}, {
|
|
31458
31486
|
role: string;
|
|
31459
31487
|
category: string;
|
|
@@ -31461,7 +31489,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
31461
31489
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
31462
31490
|
variant?: string | undefined;
|
|
31463
31491
|
dimension?: "2d" | "3d" | undefined;
|
|
31464
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
31492
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
31465
31493
|
}>>;
|
|
31466
31494
|
}, "strip", z.ZodTypeAny, {
|
|
31467
31495
|
name: string;
|
|
@@ -31493,7 +31521,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
31493
31521
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
31494
31522
|
variant?: string | undefined;
|
|
31495
31523
|
dimension?: "2d" | "3d" | undefined;
|
|
31496
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
31524
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
31497
31525
|
} | undefined;
|
|
31498
31526
|
}, {
|
|
31499
31527
|
name: string;
|
|
@@ -31525,7 +31553,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
31525
31553
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
31526
31554
|
variant?: string | undefined;
|
|
31527
31555
|
dimension?: "2d" | "3d" | undefined;
|
|
31528
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
31556
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
31529
31557
|
} | undefined;
|
|
31530
31558
|
}>, z.ZodString, z.ZodEffects<z.ZodObject<{
|
|
31531
31559
|
extends: z.ZodString;
|
|
@@ -31605,6 +31633,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
31605
31633
|
entityBindingSynonyms: z.ZodOptional<z.ZodString>;
|
|
31606
31634
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
31607
31635
|
scope: z.ZodEnum<["instance", "collection"]>;
|
|
31636
|
+
local: z.ZodOptional<z.ZodBoolean>;
|
|
31608
31637
|
linkedEntity: z.ZodOptional<z.ZodString>;
|
|
31609
31638
|
linkedEntityId: z.ZodOptional<z.ZodEffects<z.ZodString, EntityId, string>>;
|
|
31610
31639
|
entityRefIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodString, EntityId, string>>>;
|
|
@@ -32102,7 +32131,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
32102
32131
|
style: z.ZodOptional<z.ZodEnum<["pixel", "vector", "hd", "1-bit", "isometric"]>>;
|
|
32103
32132
|
variant: z.ZodOptional<z.ZodString>;
|
|
32104
32133
|
dimension: z.ZodOptional<z.ZodEnum<["2d", "3d"]>>;
|
|
32105
|
-
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1"]>>;
|
|
32134
|
+
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1", "4:1", "5:3", "1:2"]>>;
|
|
32106
32135
|
}, "strip", z.ZodTypeAny, {
|
|
32107
32136
|
role: string;
|
|
32108
32137
|
category: string;
|
|
@@ -32110,7 +32139,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
32110
32139
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
32111
32140
|
variant?: string | undefined;
|
|
32112
32141
|
dimension?: "2d" | "3d" | undefined;
|
|
32113
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
32142
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
32114
32143
|
}, {
|
|
32115
32144
|
role: string;
|
|
32116
32145
|
category: string;
|
|
@@ -32118,7 +32147,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
32118
32147
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
32119
32148
|
variant?: string | undefined;
|
|
32120
32149
|
dimension?: "2d" | "3d" | undefined;
|
|
32121
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
32150
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
32122
32151
|
}>>;
|
|
32123
32152
|
}, "strip", z.ZodTypeAny, {
|
|
32124
32153
|
name: string;
|
|
@@ -32150,7 +32179,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
32150
32179
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
32151
32180
|
variant?: string | undefined;
|
|
32152
32181
|
dimension?: "2d" | "3d" | undefined;
|
|
32153
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
32182
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
32154
32183
|
} | undefined;
|
|
32155
32184
|
}, {
|
|
32156
32185
|
name: string;
|
|
@@ -32182,7 +32211,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
32182
32211
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
32183
32212
|
variant?: string | undefined;
|
|
32184
32213
|
dimension?: "2d" | "3d" | undefined;
|
|
32185
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
32214
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
32186
32215
|
} | undefined;
|
|
32187
32216
|
}>>;
|
|
32188
32217
|
typeParams: z.ZodOptional<z.ZodArray<z.ZodType<TraitTypeParamDef, z.ZodTypeDef, TraitTypeParamDef>, "many">>;
|
|
@@ -32308,6 +32337,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
32308
32337
|
}[] | undefined;
|
|
32309
32338
|
entityBindingDescription?: string | undefined;
|
|
32310
32339
|
entityBindingSynonyms?: string | undefined;
|
|
32340
|
+
local?: boolean | undefined;
|
|
32311
32341
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
32312
32342
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
32313
32343
|
requiredFields?: {
|
|
@@ -32364,7 +32394,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
32364
32394
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
32365
32395
|
variant?: string | undefined;
|
|
32366
32396
|
dimension?: "2d" | "3d" | undefined;
|
|
32367
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
32397
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
32368
32398
|
} | undefined;
|
|
32369
32399
|
} | undefined;
|
|
32370
32400
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -32490,6 +32520,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
32490
32520
|
}[] | undefined;
|
|
32491
32521
|
entityBindingDescription?: string | undefined;
|
|
32492
32522
|
entityBindingSynonyms?: string | undefined;
|
|
32523
|
+
local?: boolean | undefined;
|
|
32493
32524
|
entityRefIds?: Record<string, string> | undefined;
|
|
32494
32525
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
32495
32526
|
requiredFields?: {
|
|
@@ -32546,7 +32577,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
32546
32577
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
32547
32578
|
variant?: string | undefined;
|
|
32548
32579
|
dimension?: "2d" | "3d" | undefined;
|
|
32549
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
32580
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
32550
32581
|
} | undefined;
|
|
32551
32582
|
} | undefined;
|
|
32552
32583
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -32815,6 +32846,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
32815
32846
|
}[] | undefined;
|
|
32816
32847
|
entityBindingDescription?: string | undefined;
|
|
32817
32848
|
entityBindingSynonyms?: string | undefined;
|
|
32849
|
+
local?: boolean | undefined;
|
|
32818
32850
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
32819
32851
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
32820
32852
|
requiredFields?: {
|
|
@@ -32871,7 +32903,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
32871
32903
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
32872
32904
|
variant?: string | undefined;
|
|
32873
32905
|
dimension?: "2d" | "3d" | undefined;
|
|
32874
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
32906
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
32875
32907
|
} | undefined;
|
|
32876
32908
|
} | undefined;
|
|
32877
32909
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -33039,6 +33071,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
33039
33071
|
}[] | undefined;
|
|
33040
33072
|
entityBindingDescription?: string | undefined;
|
|
33041
33073
|
entityBindingSynonyms?: string | undefined;
|
|
33074
|
+
local?: boolean | undefined;
|
|
33042
33075
|
entityRefIds?: Record<string, string> | undefined;
|
|
33043
33076
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
33044
33077
|
requiredFields?: {
|
|
@@ -33095,7 +33128,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
33095
33128
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
33096
33129
|
variant?: string | undefined;
|
|
33097
33130
|
dimension?: "2d" | "3d" | undefined;
|
|
33098
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
33131
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
33099
33132
|
} | undefined;
|
|
33100
33133
|
} | undefined;
|
|
33101
33134
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -33263,6 +33296,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
33263
33296
|
}[] | undefined;
|
|
33264
33297
|
entityBindingDescription?: string | undefined;
|
|
33265
33298
|
entityBindingSynonyms?: string | undefined;
|
|
33299
|
+
local?: boolean | undefined;
|
|
33266
33300
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
33267
33301
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
33268
33302
|
requiredFields?: {
|
|
@@ -33319,7 +33353,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
33319
33353
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
33320
33354
|
variant?: string | undefined;
|
|
33321
33355
|
dimension?: "2d" | "3d" | undefined;
|
|
33322
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
33356
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
33323
33357
|
} | undefined;
|
|
33324
33358
|
} | undefined;
|
|
33325
33359
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -33487,6 +33521,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
33487
33521
|
}[] | undefined;
|
|
33488
33522
|
entityBindingDescription?: string | undefined;
|
|
33489
33523
|
entityBindingSynonyms?: string | undefined;
|
|
33524
|
+
local?: boolean | undefined;
|
|
33490
33525
|
entityRefIds?: Record<string, string> | undefined;
|
|
33491
33526
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
33492
33527
|
requiredFields?: {
|
|
@@ -33543,7 +33578,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
33543
33578
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
33544
33579
|
variant?: string | undefined;
|
|
33545
33580
|
dimension?: "2d" | "3d" | undefined;
|
|
33546
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
33581
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
33547
33582
|
} | undefined;
|
|
33548
33583
|
} | undefined;
|
|
33549
33584
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -33587,6 +33622,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
33587
33622
|
entityBindingSynonyms: z.ZodOptional<z.ZodString>;
|
|
33588
33623
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
33589
33624
|
scope: z.ZodEnum<["instance", "collection"]>;
|
|
33625
|
+
local: z.ZodOptional<z.ZodBoolean>;
|
|
33590
33626
|
linkedEntity: z.ZodOptional<z.ZodString>;
|
|
33591
33627
|
linkedEntityId: z.ZodOptional<z.ZodEffects<z.ZodString, EntityId, string>>;
|
|
33592
33628
|
entityRefIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodString, EntityId, string>>>;
|
|
@@ -34084,7 +34120,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
34084
34120
|
style: z.ZodOptional<z.ZodEnum<["pixel", "vector", "hd", "1-bit", "isometric"]>>;
|
|
34085
34121
|
variant: z.ZodOptional<z.ZodString>;
|
|
34086
34122
|
dimension: z.ZodOptional<z.ZodEnum<["2d", "3d"]>>;
|
|
34087
|
-
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1"]>>;
|
|
34123
|
+
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1", "4:1", "5:3", "1:2"]>>;
|
|
34088
34124
|
}, "strip", z.ZodTypeAny, {
|
|
34089
34125
|
role: string;
|
|
34090
34126
|
category: string;
|
|
@@ -34092,7 +34128,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
34092
34128
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
34093
34129
|
variant?: string | undefined;
|
|
34094
34130
|
dimension?: "2d" | "3d" | undefined;
|
|
34095
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
34131
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
34096
34132
|
}, {
|
|
34097
34133
|
role: string;
|
|
34098
34134
|
category: string;
|
|
@@ -34100,7 +34136,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
34100
34136
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
34101
34137
|
variant?: string | undefined;
|
|
34102
34138
|
dimension?: "2d" | "3d" | undefined;
|
|
34103
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
34139
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
34104
34140
|
}>>;
|
|
34105
34141
|
}, "strip", z.ZodTypeAny, {
|
|
34106
34142
|
name: string;
|
|
@@ -34132,7 +34168,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
34132
34168
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
34133
34169
|
variant?: string | undefined;
|
|
34134
34170
|
dimension?: "2d" | "3d" | undefined;
|
|
34135
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
34171
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
34136
34172
|
} | undefined;
|
|
34137
34173
|
}, {
|
|
34138
34174
|
name: string;
|
|
@@ -34164,7 +34200,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
34164
34200
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
34165
34201
|
variant?: string | undefined;
|
|
34166
34202
|
dimension?: "2d" | "3d" | undefined;
|
|
34167
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
34203
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
34168
34204
|
} | undefined;
|
|
34169
34205
|
}>>;
|
|
34170
34206
|
typeParams: z.ZodOptional<z.ZodArray<z.ZodType<TraitTypeParamDef, z.ZodTypeDef, TraitTypeParamDef>, "many">>;
|
|
@@ -34290,6 +34326,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
34290
34326
|
}[] | undefined;
|
|
34291
34327
|
entityBindingDescription?: string | undefined;
|
|
34292
34328
|
entityBindingSynonyms?: string | undefined;
|
|
34329
|
+
local?: boolean | undefined;
|
|
34293
34330
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
34294
34331
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
34295
34332
|
requiredFields?: {
|
|
@@ -34346,7 +34383,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
34346
34383
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
34347
34384
|
variant?: string | undefined;
|
|
34348
34385
|
dimension?: "2d" | "3d" | undefined;
|
|
34349
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
34386
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
34350
34387
|
} | undefined;
|
|
34351
34388
|
} | undefined;
|
|
34352
34389
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -34472,6 +34509,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
34472
34509
|
}[] | undefined;
|
|
34473
34510
|
entityBindingDescription?: string | undefined;
|
|
34474
34511
|
entityBindingSynonyms?: string | undefined;
|
|
34512
|
+
local?: boolean | undefined;
|
|
34475
34513
|
entityRefIds?: Record<string, string> | undefined;
|
|
34476
34514
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
34477
34515
|
requiredFields?: {
|
|
@@ -34528,7 +34566,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
34528
34566
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
34529
34567
|
variant?: string | undefined;
|
|
34530
34568
|
dimension?: "2d" | "3d" | undefined;
|
|
34531
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
34569
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
34532
34570
|
} | undefined;
|
|
34533
34571
|
} | undefined;
|
|
34534
34572
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -34650,6 +34688,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
34650
34688
|
entityBindingSynonyms: z.ZodOptional<z.ZodString>;
|
|
34651
34689
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
34652
34690
|
scope: z.ZodEnum<["instance", "collection"]>;
|
|
34691
|
+
local: z.ZodOptional<z.ZodBoolean>;
|
|
34653
34692
|
linkedEntity: z.ZodOptional<z.ZodString>;
|
|
34654
34693
|
linkedEntityId: z.ZodOptional<z.ZodEffects<z.ZodString, EntityId, string>>;
|
|
34655
34694
|
entityRefIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodString, EntityId, string>>>;
|
|
@@ -35147,7 +35186,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
35147
35186
|
style: z.ZodOptional<z.ZodEnum<["pixel", "vector", "hd", "1-bit", "isometric"]>>;
|
|
35148
35187
|
variant: z.ZodOptional<z.ZodString>;
|
|
35149
35188
|
dimension: z.ZodOptional<z.ZodEnum<["2d", "3d"]>>;
|
|
35150
|
-
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1"]>>;
|
|
35189
|
+
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1", "4:1", "5:3", "1:2"]>>;
|
|
35151
35190
|
}, "strip", z.ZodTypeAny, {
|
|
35152
35191
|
role: string;
|
|
35153
35192
|
category: string;
|
|
@@ -35155,7 +35194,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
35155
35194
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
35156
35195
|
variant?: string | undefined;
|
|
35157
35196
|
dimension?: "2d" | "3d" | undefined;
|
|
35158
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
35197
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
35159
35198
|
}, {
|
|
35160
35199
|
role: string;
|
|
35161
35200
|
category: string;
|
|
@@ -35163,7 +35202,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
35163
35202
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
35164
35203
|
variant?: string | undefined;
|
|
35165
35204
|
dimension?: "2d" | "3d" | undefined;
|
|
35166
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
35205
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
35167
35206
|
}>>;
|
|
35168
35207
|
}, "strip", z.ZodTypeAny, {
|
|
35169
35208
|
name: string;
|
|
@@ -35195,7 +35234,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
35195
35234
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
35196
35235
|
variant?: string | undefined;
|
|
35197
35236
|
dimension?: "2d" | "3d" | undefined;
|
|
35198
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
35237
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
35199
35238
|
} | undefined;
|
|
35200
35239
|
}, {
|
|
35201
35240
|
name: string;
|
|
@@ -35227,7 +35266,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
35227
35266
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
35228
35267
|
variant?: string | undefined;
|
|
35229
35268
|
dimension?: "2d" | "3d" | undefined;
|
|
35230
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
35269
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
35231
35270
|
} | undefined;
|
|
35232
35271
|
}>>;
|
|
35233
35272
|
typeParams: z.ZodOptional<z.ZodArray<z.ZodType<TraitTypeParamDef, z.ZodTypeDef, TraitTypeParamDef>, "many">>;
|
|
@@ -35353,6 +35392,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
35353
35392
|
}[] | undefined;
|
|
35354
35393
|
entityBindingDescription?: string | undefined;
|
|
35355
35394
|
entityBindingSynonyms?: string | undefined;
|
|
35395
|
+
local?: boolean | undefined;
|
|
35356
35396
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
35357
35397
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
35358
35398
|
requiredFields?: {
|
|
@@ -35409,7 +35449,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
35409
35449
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
35410
35450
|
variant?: string | undefined;
|
|
35411
35451
|
dimension?: "2d" | "3d" | undefined;
|
|
35412
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
35452
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
35413
35453
|
} | undefined;
|
|
35414
35454
|
} | undefined;
|
|
35415
35455
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -35535,6 +35575,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
35535
35575
|
}[] | undefined;
|
|
35536
35576
|
entityBindingDescription?: string | undefined;
|
|
35537
35577
|
entityBindingSynonyms?: string | undefined;
|
|
35578
|
+
local?: boolean | undefined;
|
|
35538
35579
|
entityRefIds?: Record<string, string> | undefined;
|
|
35539
35580
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
35540
35581
|
requiredFields?: {
|
|
@@ -35591,7 +35632,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
35591
35632
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
35592
35633
|
variant?: string | undefined;
|
|
35593
35634
|
dimension?: "2d" | "3d" | undefined;
|
|
35594
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
35635
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
35595
35636
|
} | undefined;
|
|
35596
35637
|
} | undefined;
|
|
35597
35638
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -35860,6 +35901,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
35860
35901
|
}[] | undefined;
|
|
35861
35902
|
entityBindingDescription?: string | undefined;
|
|
35862
35903
|
entityBindingSynonyms?: string | undefined;
|
|
35904
|
+
local?: boolean | undefined;
|
|
35863
35905
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
35864
35906
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
35865
35907
|
requiredFields?: {
|
|
@@ -35916,7 +35958,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
35916
35958
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
35917
35959
|
variant?: string | undefined;
|
|
35918
35960
|
dimension?: "2d" | "3d" | undefined;
|
|
35919
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
35961
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
35920
35962
|
} | undefined;
|
|
35921
35963
|
} | undefined;
|
|
35922
35964
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -36084,6 +36126,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
36084
36126
|
}[] | undefined;
|
|
36085
36127
|
entityBindingDescription?: string | undefined;
|
|
36086
36128
|
entityBindingSynonyms?: string | undefined;
|
|
36129
|
+
local?: boolean | undefined;
|
|
36087
36130
|
entityRefIds?: Record<string, string> | undefined;
|
|
36088
36131
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
36089
36132
|
requiredFields?: {
|
|
@@ -36140,7 +36183,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
36140
36183
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
36141
36184
|
variant?: string | undefined;
|
|
36142
36185
|
dimension?: "2d" | "3d" | undefined;
|
|
36143
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
36186
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
36144
36187
|
} | undefined;
|
|
36145
36188
|
} | undefined;
|
|
36146
36189
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -36308,6 +36351,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
36308
36351
|
}[] | undefined;
|
|
36309
36352
|
entityBindingDescription?: string | undefined;
|
|
36310
36353
|
entityBindingSynonyms?: string | undefined;
|
|
36354
|
+
local?: boolean | undefined;
|
|
36311
36355
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
36312
36356
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
36313
36357
|
requiredFields?: {
|
|
@@ -36364,7 +36408,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
36364
36408
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
36365
36409
|
variant?: string | undefined;
|
|
36366
36410
|
dimension?: "2d" | "3d" | undefined;
|
|
36367
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
36411
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
36368
36412
|
} | undefined;
|
|
36369
36413
|
} | undefined;
|
|
36370
36414
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -36532,6 +36576,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
36532
36576
|
}[] | undefined;
|
|
36533
36577
|
entityBindingDescription?: string | undefined;
|
|
36534
36578
|
entityBindingSynonyms?: string | undefined;
|
|
36579
|
+
local?: boolean | undefined;
|
|
36535
36580
|
entityRefIds?: Record<string, string> | undefined;
|
|
36536
36581
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
36537
36582
|
requiredFields?: {
|
|
@@ -36588,7 +36633,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
36588
36633
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
36589
36634
|
variant?: string | undefined;
|
|
36590
36635
|
dimension?: "2d" | "3d" | undefined;
|
|
36591
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
36636
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
36592
36637
|
} | undefined;
|
|
36593
36638
|
} | undefined;
|
|
36594
36639
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -36632,6 +36677,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
36632
36677
|
entityBindingSynonyms: z.ZodOptional<z.ZodString>;
|
|
36633
36678
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
36634
36679
|
scope: z.ZodEnum<["instance", "collection"]>;
|
|
36680
|
+
local: z.ZodOptional<z.ZodBoolean>;
|
|
36635
36681
|
linkedEntity: z.ZodOptional<z.ZodString>;
|
|
36636
36682
|
linkedEntityId: z.ZodOptional<z.ZodEffects<z.ZodString, EntityId, string>>;
|
|
36637
36683
|
entityRefIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodString, EntityId, string>>>;
|
|
@@ -37129,7 +37175,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
37129
37175
|
style: z.ZodOptional<z.ZodEnum<["pixel", "vector", "hd", "1-bit", "isometric"]>>;
|
|
37130
37176
|
variant: z.ZodOptional<z.ZodString>;
|
|
37131
37177
|
dimension: z.ZodOptional<z.ZodEnum<["2d", "3d"]>>;
|
|
37132
|
-
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1"]>>;
|
|
37178
|
+
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1", "4:1", "5:3", "1:2"]>>;
|
|
37133
37179
|
}, "strip", z.ZodTypeAny, {
|
|
37134
37180
|
role: string;
|
|
37135
37181
|
category: string;
|
|
@@ -37137,7 +37183,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
37137
37183
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
37138
37184
|
variant?: string | undefined;
|
|
37139
37185
|
dimension?: "2d" | "3d" | undefined;
|
|
37140
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
37186
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
37141
37187
|
}, {
|
|
37142
37188
|
role: string;
|
|
37143
37189
|
category: string;
|
|
@@ -37145,7 +37191,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
37145
37191
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
37146
37192
|
variant?: string | undefined;
|
|
37147
37193
|
dimension?: "2d" | "3d" | undefined;
|
|
37148
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
37194
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
37149
37195
|
}>>;
|
|
37150
37196
|
}, "strip", z.ZodTypeAny, {
|
|
37151
37197
|
name: string;
|
|
@@ -37177,7 +37223,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
37177
37223
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
37178
37224
|
variant?: string | undefined;
|
|
37179
37225
|
dimension?: "2d" | "3d" | undefined;
|
|
37180
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
37226
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
37181
37227
|
} | undefined;
|
|
37182
37228
|
}, {
|
|
37183
37229
|
name: string;
|
|
@@ -37209,7 +37255,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
37209
37255
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
37210
37256
|
variant?: string | undefined;
|
|
37211
37257
|
dimension?: "2d" | "3d" | undefined;
|
|
37212
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
37258
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
37213
37259
|
} | undefined;
|
|
37214
37260
|
}>>;
|
|
37215
37261
|
typeParams: z.ZodOptional<z.ZodArray<z.ZodType<TraitTypeParamDef, z.ZodTypeDef, TraitTypeParamDef>, "many">>;
|
|
@@ -37335,6 +37381,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
37335
37381
|
}[] | undefined;
|
|
37336
37382
|
entityBindingDescription?: string | undefined;
|
|
37337
37383
|
entityBindingSynonyms?: string | undefined;
|
|
37384
|
+
local?: boolean | undefined;
|
|
37338
37385
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
37339
37386
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
37340
37387
|
requiredFields?: {
|
|
@@ -37391,7 +37438,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
37391
37438
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
37392
37439
|
variant?: string | undefined;
|
|
37393
37440
|
dimension?: "2d" | "3d" | undefined;
|
|
37394
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
37441
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
37395
37442
|
} | undefined;
|
|
37396
37443
|
} | undefined;
|
|
37397
37444
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -37517,6 +37564,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
37517
37564
|
}[] | undefined;
|
|
37518
37565
|
entityBindingDescription?: string | undefined;
|
|
37519
37566
|
entityBindingSynonyms?: string | undefined;
|
|
37567
|
+
local?: boolean | undefined;
|
|
37520
37568
|
entityRefIds?: Record<string, string> | undefined;
|
|
37521
37569
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
37522
37570
|
requiredFields?: {
|
|
@@ -37573,7 +37621,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
37573
37621
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
37574
37622
|
variant?: string | undefined;
|
|
37575
37623
|
dimension?: "2d" | "3d" | undefined;
|
|
37576
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
37624
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
37577
37625
|
} | undefined;
|
|
37578
37626
|
} | undefined;
|
|
37579
37627
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -37706,6 +37754,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
37706
37754
|
}[] | undefined;
|
|
37707
37755
|
entityBindingDescription?: string | undefined;
|
|
37708
37756
|
entityBindingSynonyms?: string | undefined;
|
|
37757
|
+
local?: boolean | undefined;
|
|
37709
37758
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
37710
37759
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
37711
37760
|
requiredFields?: {
|
|
@@ -37762,7 +37811,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
37762
37811
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
37763
37812
|
variant?: string | undefined;
|
|
37764
37813
|
dimension?: "2d" | "3d" | undefined;
|
|
37765
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
37814
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
37766
37815
|
} | undefined;
|
|
37767
37816
|
} | undefined;
|
|
37768
37817
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -37927,6 +37976,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
37927
37976
|
}[] | undefined;
|
|
37928
37977
|
entityBindingDescription?: string | undefined;
|
|
37929
37978
|
entityBindingSynonyms?: string | undefined;
|
|
37979
|
+
local?: boolean | undefined;
|
|
37930
37980
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
37931
37981
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
37932
37982
|
requiredFields?: {
|
|
@@ -37983,7 +38033,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
37983
38033
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
37984
38034
|
variant?: string | undefined;
|
|
37985
38035
|
dimension?: "2d" | "3d" | undefined;
|
|
37986
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
38036
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
37987
38037
|
} | undefined;
|
|
37988
38038
|
} | undefined;
|
|
37989
38039
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -38121,6 +38171,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
38121
38171
|
}[] | undefined;
|
|
38122
38172
|
entityBindingDescription?: string | undefined;
|
|
38123
38173
|
entityBindingSynonyms?: string | undefined;
|
|
38174
|
+
local?: boolean | undefined;
|
|
38124
38175
|
entityRefIds?: Record<string, string> | undefined;
|
|
38125
38176
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
38126
38177
|
requiredFields?: {
|
|
@@ -38177,7 +38228,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
38177
38228
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
38178
38229
|
variant?: string | undefined;
|
|
38179
38230
|
dimension?: "2d" | "3d" | undefined;
|
|
38180
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
38231
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
38181
38232
|
} | undefined;
|
|
38182
38233
|
} | undefined;
|
|
38183
38234
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -38342,6 +38393,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
38342
38393
|
}[] | undefined;
|
|
38343
38394
|
entityBindingDescription?: string | undefined;
|
|
38344
38395
|
entityBindingSynonyms?: string | undefined;
|
|
38396
|
+
local?: boolean | undefined;
|
|
38345
38397
|
entityRefIds?: Record<string, string> | undefined;
|
|
38346
38398
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
38347
38399
|
requiredFields?: {
|
|
@@ -38398,7 +38450,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
38398
38450
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
38399
38451
|
variant?: string | undefined;
|
|
38400
38452
|
dimension?: "2d" | "3d" | undefined;
|
|
38401
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
38453
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
38402
38454
|
} | undefined;
|
|
38403
38455
|
} | undefined;
|
|
38404
38456
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -38697,7 +38749,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
38697
38749
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
38698
38750
|
variant?: string | undefined;
|
|
38699
38751
|
dimension?: "2d" | "3d" | undefined;
|
|
38700
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
38752
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
38701
38753
|
} | undefined;
|
|
38702
38754
|
} | {
|
|
38703
38755
|
extends: string;
|
|
@@ -38851,6 +38903,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
38851
38903
|
}[] | undefined;
|
|
38852
38904
|
entityBindingDescription?: string | undefined;
|
|
38853
38905
|
entityBindingSynonyms?: string | undefined;
|
|
38906
|
+
local?: boolean | undefined;
|
|
38854
38907
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
38855
38908
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
38856
38909
|
requiredFields?: {
|
|
@@ -38907,7 +38960,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
38907
38960
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
38908
38961
|
variant?: string | undefined;
|
|
38909
38962
|
dimension?: "2d" | "3d" | undefined;
|
|
38910
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
38963
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
38911
38964
|
} | undefined;
|
|
38912
38965
|
} | undefined;
|
|
38913
38966
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -39072,6 +39125,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
39072
39125
|
}[] | undefined;
|
|
39073
39126
|
entityBindingDescription?: string | undefined;
|
|
39074
39127
|
entityBindingSynonyms?: string | undefined;
|
|
39128
|
+
local?: boolean | undefined;
|
|
39075
39129
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
39076
39130
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
39077
39131
|
requiredFields?: {
|
|
@@ -39128,7 +39182,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
39128
39182
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
39129
39183
|
variant?: string | undefined;
|
|
39130
39184
|
dimension?: "2d" | "3d" | undefined;
|
|
39131
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
39185
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
39132
39186
|
} | undefined;
|
|
39133
39187
|
} | undefined;
|
|
39134
39188
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -39262,6 +39316,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
39262
39316
|
}[] | undefined;
|
|
39263
39317
|
entityBindingDescription?: string | undefined;
|
|
39264
39318
|
entityBindingSynonyms?: string | undefined;
|
|
39319
|
+
local?: boolean | undefined;
|
|
39265
39320
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
39266
39321
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
39267
39322
|
requiredFields?: {
|
|
@@ -39318,7 +39373,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
39318
39373
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
39319
39374
|
variant?: string | undefined;
|
|
39320
39375
|
dimension?: "2d" | "3d" | undefined;
|
|
39321
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
39376
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
39322
39377
|
} | undefined;
|
|
39323
39378
|
} | undefined;
|
|
39324
39379
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -39483,6 +39538,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
39483
39538
|
}[] | undefined;
|
|
39484
39539
|
entityBindingDescription?: string | undefined;
|
|
39485
39540
|
entityBindingSynonyms?: string | undefined;
|
|
39541
|
+
local?: boolean | undefined;
|
|
39486
39542
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
39487
39543
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
39488
39544
|
requiredFields?: {
|
|
@@ -39539,7 +39595,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
39539
39595
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
39540
39596
|
variant?: string | undefined;
|
|
39541
39597
|
dimension?: "2d" | "3d" | undefined;
|
|
39542
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
39598
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
39543
39599
|
} | undefined;
|
|
39544
39600
|
} | undefined;
|
|
39545
39601
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -40131,7 +40187,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
40131
40187
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
40132
40188
|
variant?: string | undefined;
|
|
40133
40189
|
dimension?: "2d" | "3d" | undefined;
|
|
40134
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
40190
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
40135
40191
|
} | undefined;
|
|
40136
40192
|
} | {
|
|
40137
40193
|
extends: string;
|
|
@@ -40206,7 +40262,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
40206
40262
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
40207
40263
|
variant?: string | undefined;
|
|
40208
40264
|
dimension?: "2d" | "3d" | undefined;
|
|
40209
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
40265
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
40210
40266
|
} | undefined;
|
|
40211
40267
|
} | {
|
|
40212
40268
|
extends: string;
|
|
@@ -40360,6 +40416,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
40360
40416
|
}[] | undefined;
|
|
40361
40417
|
entityBindingDescription?: string | undefined;
|
|
40362
40418
|
entityBindingSynonyms?: string | undefined;
|
|
40419
|
+
local?: boolean | undefined;
|
|
40363
40420
|
entityRefIds?: Record<string, string> | undefined;
|
|
40364
40421
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
40365
40422
|
requiredFields?: {
|
|
@@ -40416,7 +40473,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
40416
40473
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
40417
40474
|
variant?: string | undefined;
|
|
40418
40475
|
dimension?: "2d" | "3d" | undefined;
|
|
40419
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
40476
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
40420
40477
|
} | undefined;
|
|
40421
40478
|
} | undefined;
|
|
40422
40479
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -40581,6 +40638,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
40581
40638
|
}[] | undefined;
|
|
40582
40639
|
entityBindingDescription?: string | undefined;
|
|
40583
40640
|
entityBindingSynonyms?: string | undefined;
|
|
40641
|
+
local?: boolean | undefined;
|
|
40584
40642
|
entityRefIds?: Record<string, string> | undefined;
|
|
40585
40643
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
40586
40644
|
requiredFields?: {
|
|
@@ -40637,7 +40695,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
40637
40695
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
40638
40696
|
variant?: string | undefined;
|
|
40639
40697
|
dimension?: "2d" | "3d" | undefined;
|
|
40640
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
40698
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
40641
40699
|
} | undefined;
|
|
40642
40700
|
} | undefined;
|
|
40643
40701
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -40771,6 +40829,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
40771
40829
|
}[] | undefined;
|
|
40772
40830
|
entityBindingDescription?: string | undefined;
|
|
40773
40831
|
entityBindingSynonyms?: string | undefined;
|
|
40832
|
+
local?: boolean | undefined;
|
|
40774
40833
|
entityRefIds?: Record<string, string> | undefined;
|
|
40775
40834
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
40776
40835
|
requiredFields?: {
|
|
@@ -40827,7 +40886,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
40827
40886
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
40828
40887
|
variant?: string | undefined;
|
|
40829
40888
|
dimension?: "2d" | "3d" | undefined;
|
|
40830
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
40889
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
40831
40890
|
} | undefined;
|
|
40832
40891
|
} | undefined;
|
|
40833
40892
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -40992,6 +41051,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
40992
41051
|
}[] | undefined;
|
|
40993
41052
|
entityBindingDescription?: string | undefined;
|
|
40994
41053
|
entityBindingSynonyms?: string | undefined;
|
|
41054
|
+
local?: boolean | undefined;
|
|
40995
41055
|
entityRefIds?: Record<string, string> | undefined;
|
|
40996
41056
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
40997
41057
|
requiredFields?: {
|
|
@@ -41048,7 +41108,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
41048
41108
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
41049
41109
|
variant?: string | undefined;
|
|
41050
41110
|
dimension?: "2d" | "3d" | undefined;
|
|
41051
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
41111
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
41052
41112
|
} | undefined;
|
|
41053
41113
|
} | undefined;
|
|
41054
41114
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -41640,7 +41700,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
41640
41700
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
41641
41701
|
variant?: string | undefined;
|
|
41642
41702
|
dimension?: "2d" | "3d" | undefined;
|
|
41643
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
41703
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
41644
41704
|
} | undefined;
|
|
41645
41705
|
} | {
|
|
41646
41706
|
extends: string;
|
|
@@ -45814,7 +45874,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
45814
45874
|
style: z.ZodOptional<z.ZodEnum<["pixel", "vector", "hd", "1-bit", "isometric"]>>;
|
|
45815
45875
|
variant: z.ZodOptional<z.ZodString>;
|
|
45816
45876
|
dimension: z.ZodOptional<z.ZodEnum<["2d", "3d"]>>;
|
|
45817
|
-
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1"]>>;
|
|
45877
|
+
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1", "4:1", "5:3", "1:2"]>>;
|
|
45818
45878
|
}, "strip", z.ZodTypeAny, {
|
|
45819
45879
|
role: string;
|
|
45820
45880
|
category: string;
|
|
@@ -45822,7 +45882,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
45822
45882
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
45823
45883
|
variant?: string | undefined;
|
|
45824
45884
|
dimension?: "2d" | "3d" | undefined;
|
|
45825
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
45885
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
45826
45886
|
}, {
|
|
45827
45887
|
role: string;
|
|
45828
45888
|
category: string;
|
|
@@ -45830,7 +45890,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
45830
45890
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
45831
45891
|
variant?: string | undefined;
|
|
45832
45892
|
dimension?: "2d" | "3d" | undefined;
|
|
45833
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
45893
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
45834
45894
|
}>>;
|
|
45835
45895
|
}, "strip", z.ZodTypeAny, {
|
|
45836
45896
|
name: string;
|
|
@@ -45862,7 +45922,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
45862
45922
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
45863
45923
|
variant?: string | undefined;
|
|
45864
45924
|
dimension?: "2d" | "3d" | undefined;
|
|
45865
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
45925
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
45866
45926
|
} | undefined;
|
|
45867
45927
|
}, {
|
|
45868
45928
|
name: string;
|
|
@@ -45894,7 +45954,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
45894
45954
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
45895
45955
|
variant?: string | undefined;
|
|
45896
45956
|
dimension?: "2d" | "3d" | undefined;
|
|
45897
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
45957
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
45898
45958
|
} | undefined;
|
|
45899
45959
|
}>, z.ZodString, z.ZodEffects<z.ZodObject<{
|
|
45900
45960
|
extends: z.ZodString;
|
|
@@ -45967,7 +46027,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
45967
46027
|
style: z.ZodOptional<z.ZodEnum<["pixel", "vector", "hd", "1-bit", "isometric"]>>;
|
|
45968
46028
|
variant: z.ZodOptional<z.ZodString>;
|
|
45969
46029
|
dimension: z.ZodOptional<z.ZodEnum<["2d", "3d"]>>;
|
|
45970
|
-
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1"]>>;
|
|
46030
|
+
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1", "4:1", "5:3", "1:2"]>>;
|
|
45971
46031
|
}, "strip", z.ZodTypeAny, {
|
|
45972
46032
|
role: string;
|
|
45973
46033
|
category: string;
|
|
@@ -45975,7 +46035,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
45975
46035
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
45976
46036
|
variant?: string | undefined;
|
|
45977
46037
|
dimension?: "2d" | "3d" | undefined;
|
|
45978
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
46038
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
45979
46039
|
}, {
|
|
45980
46040
|
role: string;
|
|
45981
46041
|
category: string;
|
|
@@ -45983,7 +46043,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
45983
46043
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
45984
46044
|
variant?: string | undefined;
|
|
45985
46045
|
dimension?: "2d" | "3d" | undefined;
|
|
45986
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
46046
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
45987
46047
|
}>>;
|
|
45988
46048
|
}, "strip", z.ZodTypeAny, {
|
|
45989
46049
|
name: string;
|
|
@@ -46015,7 +46075,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
46015
46075
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
46016
46076
|
variant?: string | undefined;
|
|
46017
46077
|
dimension?: "2d" | "3d" | undefined;
|
|
46018
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
46078
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
46019
46079
|
} | undefined;
|
|
46020
46080
|
}, {
|
|
46021
46081
|
name: string;
|
|
@@ -46047,7 +46107,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
46047
46107
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
46048
46108
|
variant?: string | undefined;
|
|
46049
46109
|
dimension?: "2d" | "3d" | undefined;
|
|
46050
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
46110
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
46051
46111
|
} | undefined;
|
|
46052
46112
|
}>, z.ZodString, z.ZodEffects<z.ZodObject<{
|
|
46053
46113
|
extends: z.ZodString;
|
|
@@ -46127,6 +46187,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
46127
46187
|
entityBindingSynonyms: z.ZodOptional<z.ZodString>;
|
|
46128
46188
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
46129
46189
|
scope: z.ZodEnum<["instance", "collection"]>;
|
|
46190
|
+
local: z.ZodOptional<z.ZodBoolean>;
|
|
46130
46191
|
linkedEntity: z.ZodOptional<z.ZodString>;
|
|
46131
46192
|
linkedEntityId: z.ZodOptional<z.ZodEffects<z.ZodString, EntityId, string>>;
|
|
46132
46193
|
entityRefIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodString, EntityId, string>>>;
|
|
@@ -46624,7 +46685,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
46624
46685
|
style: z.ZodOptional<z.ZodEnum<["pixel", "vector", "hd", "1-bit", "isometric"]>>;
|
|
46625
46686
|
variant: z.ZodOptional<z.ZodString>;
|
|
46626
46687
|
dimension: z.ZodOptional<z.ZodEnum<["2d", "3d"]>>;
|
|
46627
|
-
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1"]>>;
|
|
46688
|
+
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1", "4:1", "5:3", "1:2"]>>;
|
|
46628
46689
|
}, "strip", z.ZodTypeAny, {
|
|
46629
46690
|
role: string;
|
|
46630
46691
|
category: string;
|
|
@@ -46632,7 +46693,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
46632
46693
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
46633
46694
|
variant?: string | undefined;
|
|
46634
46695
|
dimension?: "2d" | "3d" | undefined;
|
|
46635
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
46696
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
46636
46697
|
}, {
|
|
46637
46698
|
role: string;
|
|
46638
46699
|
category: string;
|
|
@@ -46640,7 +46701,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
46640
46701
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
46641
46702
|
variant?: string | undefined;
|
|
46642
46703
|
dimension?: "2d" | "3d" | undefined;
|
|
46643
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
46704
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
46644
46705
|
}>>;
|
|
46645
46706
|
}, "strip", z.ZodTypeAny, {
|
|
46646
46707
|
name: string;
|
|
@@ -46672,7 +46733,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
46672
46733
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
46673
46734
|
variant?: string | undefined;
|
|
46674
46735
|
dimension?: "2d" | "3d" | undefined;
|
|
46675
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
46736
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
46676
46737
|
} | undefined;
|
|
46677
46738
|
}, {
|
|
46678
46739
|
name: string;
|
|
@@ -46704,7 +46765,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
46704
46765
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
46705
46766
|
variant?: string | undefined;
|
|
46706
46767
|
dimension?: "2d" | "3d" | undefined;
|
|
46707
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
46768
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
46708
46769
|
} | undefined;
|
|
46709
46770
|
}>>;
|
|
46710
46771
|
typeParams: z.ZodOptional<z.ZodArray<z.ZodType<TraitTypeParamDef, z.ZodTypeDef, TraitTypeParamDef>, "many">>;
|
|
@@ -46830,6 +46891,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
46830
46891
|
}[] | undefined;
|
|
46831
46892
|
entityBindingDescription?: string | undefined;
|
|
46832
46893
|
entityBindingSynonyms?: string | undefined;
|
|
46894
|
+
local?: boolean | undefined;
|
|
46833
46895
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
46834
46896
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
46835
46897
|
requiredFields?: {
|
|
@@ -46886,7 +46948,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
46886
46948
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
46887
46949
|
variant?: string | undefined;
|
|
46888
46950
|
dimension?: "2d" | "3d" | undefined;
|
|
46889
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
46951
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
46890
46952
|
} | undefined;
|
|
46891
46953
|
} | undefined;
|
|
46892
46954
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -47012,6 +47074,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
47012
47074
|
}[] | undefined;
|
|
47013
47075
|
entityBindingDescription?: string | undefined;
|
|
47014
47076
|
entityBindingSynonyms?: string | undefined;
|
|
47077
|
+
local?: boolean | undefined;
|
|
47015
47078
|
entityRefIds?: Record<string, string> | undefined;
|
|
47016
47079
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
47017
47080
|
requiredFields?: {
|
|
@@ -47068,7 +47131,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
47068
47131
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
47069
47132
|
variant?: string | undefined;
|
|
47070
47133
|
dimension?: "2d" | "3d" | undefined;
|
|
47071
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
47134
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
47072
47135
|
} | undefined;
|
|
47073
47136
|
} | undefined;
|
|
47074
47137
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -47337,6 +47400,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
47337
47400
|
}[] | undefined;
|
|
47338
47401
|
entityBindingDescription?: string | undefined;
|
|
47339
47402
|
entityBindingSynonyms?: string | undefined;
|
|
47403
|
+
local?: boolean | undefined;
|
|
47340
47404
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
47341
47405
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
47342
47406
|
requiredFields?: {
|
|
@@ -47393,7 +47457,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
47393
47457
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
47394
47458
|
variant?: string | undefined;
|
|
47395
47459
|
dimension?: "2d" | "3d" | undefined;
|
|
47396
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
47460
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
47397
47461
|
} | undefined;
|
|
47398
47462
|
} | undefined;
|
|
47399
47463
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -47561,6 +47625,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
47561
47625
|
}[] | undefined;
|
|
47562
47626
|
entityBindingDescription?: string | undefined;
|
|
47563
47627
|
entityBindingSynonyms?: string | undefined;
|
|
47628
|
+
local?: boolean | undefined;
|
|
47564
47629
|
entityRefIds?: Record<string, string> | undefined;
|
|
47565
47630
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
47566
47631
|
requiredFields?: {
|
|
@@ -47617,7 +47682,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
47617
47682
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
47618
47683
|
variant?: string | undefined;
|
|
47619
47684
|
dimension?: "2d" | "3d" | undefined;
|
|
47620
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
47685
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
47621
47686
|
} | undefined;
|
|
47622
47687
|
} | undefined;
|
|
47623
47688
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -47785,6 +47850,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
47785
47850
|
}[] | undefined;
|
|
47786
47851
|
entityBindingDescription?: string | undefined;
|
|
47787
47852
|
entityBindingSynonyms?: string | undefined;
|
|
47853
|
+
local?: boolean | undefined;
|
|
47788
47854
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
47789
47855
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
47790
47856
|
requiredFields?: {
|
|
@@ -47841,7 +47907,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
47841
47907
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
47842
47908
|
variant?: string | undefined;
|
|
47843
47909
|
dimension?: "2d" | "3d" | undefined;
|
|
47844
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
47910
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
47845
47911
|
} | undefined;
|
|
47846
47912
|
} | undefined;
|
|
47847
47913
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -48009,6 +48075,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
48009
48075
|
}[] | undefined;
|
|
48010
48076
|
entityBindingDescription?: string | undefined;
|
|
48011
48077
|
entityBindingSynonyms?: string | undefined;
|
|
48078
|
+
local?: boolean | undefined;
|
|
48012
48079
|
entityRefIds?: Record<string, string> | undefined;
|
|
48013
48080
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
48014
48081
|
requiredFields?: {
|
|
@@ -48065,7 +48132,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
48065
48132
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
48066
48133
|
variant?: string | undefined;
|
|
48067
48134
|
dimension?: "2d" | "3d" | undefined;
|
|
48068
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
48135
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
48069
48136
|
} | undefined;
|
|
48070
48137
|
} | undefined;
|
|
48071
48138
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -48109,6 +48176,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
48109
48176
|
entityBindingSynonyms: z.ZodOptional<z.ZodString>;
|
|
48110
48177
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
48111
48178
|
scope: z.ZodEnum<["instance", "collection"]>;
|
|
48179
|
+
local: z.ZodOptional<z.ZodBoolean>;
|
|
48112
48180
|
linkedEntity: z.ZodOptional<z.ZodString>;
|
|
48113
48181
|
linkedEntityId: z.ZodOptional<z.ZodEffects<z.ZodString, EntityId, string>>;
|
|
48114
48182
|
entityRefIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodString, EntityId, string>>>;
|
|
@@ -48606,7 +48674,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
48606
48674
|
style: z.ZodOptional<z.ZodEnum<["pixel", "vector", "hd", "1-bit", "isometric"]>>;
|
|
48607
48675
|
variant: z.ZodOptional<z.ZodString>;
|
|
48608
48676
|
dimension: z.ZodOptional<z.ZodEnum<["2d", "3d"]>>;
|
|
48609
|
-
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1"]>>;
|
|
48677
|
+
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1", "4:1", "5:3", "1:2"]>>;
|
|
48610
48678
|
}, "strip", z.ZodTypeAny, {
|
|
48611
48679
|
role: string;
|
|
48612
48680
|
category: string;
|
|
@@ -48614,7 +48682,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
48614
48682
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
48615
48683
|
variant?: string | undefined;
|
|
48616
48684
|
dimension?: "2d" | "3d" | undefined;
|
|
48617
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
48685
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
48618
48686
|
}, {
|
|
48619
48687
|
role: string;
|
|
48620
48688
|
category: string;
|
|
@@ -48622,7 +48690,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
48622
48690
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
48623
48691
|
variant?: string | undefined;
|
|
48624
48692
|
dimension?: "2d" | "3d" | undefined;
|
|
48625
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
48693
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
48626
48694
|
}>>;
|
|
48627
48695
|
}, "strip", z.ZodTypeAny, {
|
|
48628
48696
|
name: string;
|
|
@@ -48654,7 +48722,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
48654
48722
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
48655
48723
|
variant?: string | undefined;
|
|
48656
48724
|
dimension?: "2d" | "3d" | undefined;
|
|
48657
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
48725
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
48658
48726
|
} | undefined;
|
|
48659
48727
|
}, {
|
|
48660
48728
|
name: string;
|
|
@@ -48686,7 +48754,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
48686
48754
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
48687
48755
|
variant?: string | undefined;
|
|
48688
48756
|
dimension?: "2d" | "3d" | undefined;
|
|
48689
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
48757
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
48690
48758
|
} | undefined;
|
|
48691
48759
|
}>>;
|
|
48692
48760
|
typeParams: z.ZodOptional<z.ZodArray<z.ZodType<TraitTypeParamDef, z.ZodTypeDef, TraitTypeParamDef>, "many">>;
|
|
@@ -48812,6 +48880,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
48812
48880
|
}[] | undefined;
|
|
48813
48881
|
entityBindingDescription?: string | undefined;
|
|
48814
48882
|
entityBindingSynonyms?: string | undefined;
|
|
48883
|
+
local?: boolean | undefined;
|
|
48815
48884
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
48816
48885
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
48817
48886
|
requiredFields?: {
|
|
@@ -48868,7 +48937,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
48868
48937
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
48869
48938
|
variant?: string | undefined;
|
|
48870
48939
|
dimension?: "2d" | "3d" | undefined;
|
|
48871
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
48940
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
48872
48941
|
} | undefined;
|
|
48873
48942
|
} | undefined;
|
|
48874
48943
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -48994,6 +49063,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
48994
49063
|
}[] | undefined;
|
|
48995
49064
|
entityBindingDescription?: string | undefined;
|
|
48996
49065
|
entityBindingSynonyms?: string | undefined;
|
|
49066
|
+
local?: boolean | undefined;
|
|
48997
49067
|
entityRefIds?: Record<string, string> | undefined;
|
|
48998
49068
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
48999
49069
|
requiredFields?: {
|
|
@@ -49050,7 +49120,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
49050
49120
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
49051
49121
|
variant?: string | undefined;
|
|
49052
49122
|
dimension?: "2d" | "3d" | undefined;
|
|
49053
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
49123
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
49054
49124
|
} | undefined;
|
|
49055
49125
|
} | undefined;
|
|
49056
49126
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -49172,6 +49242,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
49172
49242
|
entityBindingSynonyms: z.ZodOptional<z.ZodString>;
|
|
49173
49243
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
49174
49244
|
scope: z.ZodEnum<["instance", "collection"]>;
|
|
49245
|
+
local: z.ZodOptional<z.ZodBoolean>;
|
|
49175
49246
|
linkedEntity: z.ZodOptional<z.ZodString>;
|
|
49176
49247
|
linkedEntityId: z.ZodOptional<z.ZodEffects<z.ZodString, EntityId, string>>;
|
|
49177
49248
|
entityRefIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodString, EntityId, string>>>;
|
|
@@ -49669,7 +49740,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
49669
49740
|
style: z.ZodOptional<z.ZodEnum<["pixel", "vector", "hd", "1-bit", "isometric"]>>;
|
|
49670
49741
|
variant: z.ZodOptional<z.ZodString>;
|
|
49671
49742
|
dimension: z.ZodOptional<z.ZodEnum<["2d", "3d"]>>;
|
|
49672
|
-
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1"]>>;
|
|
49743
|
+
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1", "4:1", "5:3", "1:2"]>>;
|
|
49673
49744
|
}, "strip", z.ZodTypeAny, {
|
|
49674
49745
|
role: string;
|
|
49675
49746
|
category: string;
|
|
@@ -49677,7 +49748,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
49677
49748
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
49678
49749
|
variant?: string | undefined;
|
|
49679
49750
|
dimension?: "2d" | "3d" | undefined;
|
|
49680
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
49751
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
49681
49752
|
}, {
|
|
49682
49753
|
role: string;
|
|
49683
49754
|
category: string;
|
|
@@ -49685,7 +49756,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
49685
49756
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
49686
49757
|
variant?: string | undefined;
|
|
49687
49758
|
dimension?: "2d" | "3d" | undefined;
|
|
49688
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
49759
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
49689
49760
|
}>>;
|
|
49690
49761
|
}, "strip", z.ZodTypeAny, {
|
|
49691
49762
|
name: string;
|
|
@@ -49717,7 +49788,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
49717
49788
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
49718
49789
|
variant?: string | undefined;
|
|
49719
49790
|
dimension?: "2d" | "3d" | undefined;
|
|
49720
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
49791
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
49721
49792
|
} | undefined;
|
|
49722
49793
|
}, {
|
|
49723
49794
|
name: string;
|
|
@@ -49749,7 +49820,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
49749
49820
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
49750
49821
|
variant?: string | undefined;
|
|
49751
49822
|
dimension?: "2d" | "3d" | undefined;
|
|
49752
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
49823
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
49753
49824
|
} | undefined;
|
|
49754
49825
|
}>>;
|
|
49755
49826
|
typeParams: z.ZodOptional<z.ZodArray<z.ZodType<TraitTypeParamDef, z.ZodTypeDef, TraitTypeParamDef>, "many">>;
|
|
@@ -49875,6 +49946,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
49875
49946
|
}[] | undefined;
|
|
49876
49947
|
entityBindingDescription?: string | undefined;
|
|
49877
49948
|
entityBindingSynonyms?: string | undefined;
|
|
49949
|
+
local?: boolean | undefined;
|
|
49878
49950
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
49879
49951
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
49880
49952
|
requiredFields?: {
|
|
@@ -49931,7 +50003,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
49931
50003
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
49932
50004
|
variant?: string | undefined;
|
|
49933
50005
|
dimension?: "2d" | "3d" | undefined;
|
|
49934
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
50006
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
49935
50007
|
} | undefined;
|
|
49936
50008
|
} | undefined;
|
|
49937
50009
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -50057,6 +50129,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
50057
50129
|
}[] | undefined;
|
|
50058
50130
|
entityBindingDescription?: string | undefined;
|
|
50059
50131
|
entityBindingSynonyms?: string | undefined;
|
|
50132
|
+
local?: boolean | undefined;
|
|
50060
50133
|
entityRefIds?: Record<string, string> | undefined;
|
|
50061
50134
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
50062
50135
|
requiredFields?: {
|
|
@@ -50113,7 +50186,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
50113
50186
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
50114
50187
|
variant?: string | undefined;
|
|
50115
50188
|
dimension?: "2d" | "3d" | undefined;
|
|
50116
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
50189
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
50117
50190
|
} | undefined;
|
|
50118
50191
|
} | undefined;
|
|
50119
50192
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -50382,6 +50455,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
50382
50455
|
}[] | undefined;
|
|
50383
50456
|
entityBindingDescription?: string | undefined;
|
|
50384
50457
|
entityBindingSynonyms?: string | undefined;
|
|
50458
|
+
local?: boolean | undefined;
|
|
50385
50459
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
50386
50460
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
50387
50461
|
requiredFields?: {
|
|
@@ -50438,7 +50512,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
50438
50512
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
50439
50513
|
variant?: string | undefined;
|
|
50440
50514
|
dimension?: "2d" | "3d" | undefined;
|
|
50441
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
50515
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
50442
50516
|
} | undefined;
|
|
50443
50517
|
} | undefined;
|
|
50444
50518
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -50606,6 +50680,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
50606
50680
|
}[] | undefined;
|
|
50607
50681
|
entityBindingDescription?: string | undefined;
|
|
50608
50682
|
entityBindingSynonyms?: string | undefined;
|
|
50683
|
+
local?: boolean | undefined;
|
|
50609
50684
|
entityRefIds?: Record<string, string> | undefined;
|
|
50610
50685
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
50611
50686
|
requiredFields?: {
|
|
@@ -50662,7 +50737,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
50662
50737
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
50663
50738
|
variant?: string | undefined;
|
|
50664
50739
|
dimension?: "2d" | "3d" | undefined;
|
|
50665
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
50740
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
50666
50741
|
} | undefined;
|
|
50667
50742
|
} | undefined;
|
|
50668
50743
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -50830,6 +50905,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
50830
50905
|
}[] | undefined;
|
|
50831
50906
|
entityBindingDescription?: string | undefined;
|
|
50832
50907
|
entityBindingSynonyms?: string | undefined;
|
|
50908
|
+
local?: boolean | undefined;
|
|
50833
50909
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
50834
50910
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
50835
50911
|
requiredFields?: {
|
|
@@ -50886,7 +50962,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
50886
50962
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
50887
50963
|
variant?: string | undefined;
|
|
50888
50964
|
dimension?: "2d" | "3d" | undefined;
|
|
50889
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
50965
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
50890
50966
|
} | undefined;
|
|
50891
50967
|
} | undefined;
|
|
50892
50968
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -51054,6 +51130,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
51054
51130
|
}[] | undefined;
|
|
51055
51131
|
entityBindingDescription?: string | undefined;
|
|
51056
51132
|
entityBindingSynonyms?: string | undefined;
|
|
51133
|
+
local?: boolean | undefined;
|
|
51057
51134
|
entityRefIds?: Record<string, string> | undefined;
|
|
51058
51135
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
51059
51136
|
requiredFields?: {
|
|
@@ -51110,7 +51187,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
51110
51187
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
51111
51188
|
variant?: string | undefined;
|
|
51112
51189
|
dimension?: "2d" | "3d" | undefined;
|
|
51113
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
51190
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
51114
51191
|
} | undefined;
|
|
51115
51192
|
} | undefined;
|
|
51116
51193
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -51154,6 +51231,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
51154
51231
|
entityBindingSynonyms: z.ZodOptional<z.ZodString>;
|
|
51155
51232
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
51156
51233
|
scope: z.ZodEnum<["instance", "collection"]>;
|
|
51234
|
+
local: z.ZodOptional<z.ZodBoolean>;
|
|
51157
51235
|
linkedEntity: z.ZodOptional<z.ZodString>;
|
|
51158
51236
|
linkedEntityId: z.ZodOptional<z.ZodEffects<z.ZodString, EntityId, string>>;
|
|
51159
51237
|
entityRefIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodString, EntityId, string>>>;
|
|
@@ -51651,7 +51729,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
51651
51729
|
style: z.ZodOptional<z.ZodEnum<["pixel", "vector", "hd", "1-bit", "isometric"]>>;
|
|
51652
51730
|
variant: z.ZodOptional<z.ZodString>;
|
|
51653
51731
|
dimension: z.ZodOptional<z.ZodEnum<["2d", "3d"]>>;
|
|
51654
|
-
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1"]>>;
|
|
51732
|
+
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1", "4:1", "5:3", "1:2"]>>;
|
|
51655
51733
|
}, "strip", z.ZodTypeAny, {
|
|
51656
51734
|
role: string;
|
|
51657
51735
|
category: string;
|
|
@@ -51659,7 +51737,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
51659
51737
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
51660
51738
|
variant?: string | undefined;
|
|
51661
51739
|
dimension?: "2d" | "3d" | undefined;
|
|
51662
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
51740
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
51663
51741
|
}, {
|
|
51664
51742
|
role: string;
|
|
51665
51743
|
category: string;
|
|
@@ -51667,7 +51745,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
51667
51745
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
51668
51746
|
variant?: string | undefined;
|
|
51669
51747
|
dimension?: "2d" | "3d" | undefined;
|
|
51670
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
51748
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
51671
51749
|
}>>;
|
|
51672
51750
|
}, "strip", z.ZodTypeAny, {
|
|
51673
51751
|
name: string;
|
|
@@ -51699,7 +51777,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
51699
51777
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
51700
51778
|
variant?: string | undefined;
|
|
51701
51779
|
dimension?: "2d" | "3d" | undefined;
|
|
51702
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
51780
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
51703
51781
|
} | undefined;
|
|
51704
51782
|
}, {
|
|
51705
51783
|
name: string;
|
|
@@ -51731,7 +51809,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
51731
51809
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
51732
51810
|
variant?: string | undefined;
|
|
51733
51811
|
dimension?: "2d" | "3d" | undefined;
|
|
51734
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
51812
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
51735
51813
|
} | undefined;
|
|
51736
51814
|
}>>;
|
|
51737
51815
|
typeParams: z.ZodOptional<z.ZodArray<z.ZodType<TraitTypeParamDef, z.ZodTypeDef, TraitTypeParamDef>, "many">>;
|
|
@@ -51857,6 +51935,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
51857
51935
|
}[] | undefined;
|
|
51858
51936
|
entityBindingDescription?: string | undefined;
|
|
51859
51937
|
entityBindingSynonyms?: string | undefined;
|
|
51938
|
+
local?: boolean | undefined;
|
|
51860
51939
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
51861
51940
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
51862
51941
|
requiredFields?: {
|
|
@@ -51913,7 +51992,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
51913
51992
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
51914
51993
|
variant?: string | undefined;
|
|
51915
51994
|
dimension?: "2d" | "3d" | undefined;
|
|
51916
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
51995
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
51917
51996
|
} | undefined;
|
|
51918
51997
|
} | undefined;
|
|
51919
51998
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -52039,6 +52118,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
52039
52118
|
}[] | undefined;
|
|
52040
52119
|
entityBindingDescription?: string | undefined;
|
|
52041
52120
|
entityBindingSynonyms?: string | undefined;
|
|
52121
|
+
local?: boolean | undefined;
|
|
52042
52122
|
entityRefIds?: Record<string, string> | undefined;
|
|
52043
52123
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
52044
52124
|
requiredFields?: {
|
|
@@ -52095,7 +52175,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
52095
52175
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
52096
52176
|
variant?: string | undefined;
|
|
52097
52177
|
dimension?: "2d" | "3d" | undefined;
|
|
52098
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
52178
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
52099
52179
|
} | undefined;
|
|
52100
52180
|
} | undefined;
|
|
52101
52181
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -52228,6 +52308,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
52228
52308
|
}[] | undefined;
|
|
52229
52309
|
entityBindingDescription?: string | undefined;
|
|
52230
52310
|
entityBindingSynonyms?: string | undefined;
|
|
52311
|
+
local?: boolean | undefined;
|
|
52231
52312
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
52232
52313
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
52233
52314
|
requiredFields?: {
|
|
@@ -52284,7 +52365,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
52284
52365
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
52285
52366
|
variant?: string | undefined;
|
|
52286
52367
|
dimension?: "2d" | "3d" | undefined;
|
|
52287
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
52368
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
52288
52369
|
} | undefined;
|
|
52289
52370
|
} | undefined;
|
|
52290
52371
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -52449,6 +52530,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
52449
52530
|
}[] | undefined;
|
|
52450
52531
|
entityBindingDescription?: string | undefined;
|
|
52451
52532
|
entityBindingSynonyms?: string | undefined;
|
|
52533
|
+
local?: boolean | undefined;
|
|
52452
52534
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
52453
52535
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
52454
52536
|
requiredFields?: {
|
|
@@ -52505,7 +52587,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
52505
52587
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
52506
52588
|
variant?: string | undefined;
|
|
52507
52589
|
dimension?: "2d" | "3d" | undefined;
|
|
52508
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
52590
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
52509
52591
|
} | undefined;
|
|
52510
52592
|
} | undefined;
|
|
52511
52593
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -52643,6 +52725,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
52643
52725
|
}[] | undefined;
|
|
52644
52726
|
entityBindingDescription?: string | undefined;
|
|
52645
52727
|
entityBindingSynonyms?: string | undefined;
|
|
52728
|
+
local?: boolean | undefined;
|
|
52646
52729
|
entityRefIds?: Record<string, string> | undefined;
|
|
52647
52730
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
52648
52731
|
requiredFields?: {
|
|
@@ -52699,7 +52782,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
52699
52782
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
52700
52783
|
variant?: string | undefined;
|
|
52701
52784
|
dimension?: "2d" | "3d" | undefined;
|
|
52702
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
52785
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
52703
52786
|
} | undefined;
|
|
52704
52787
|
} | undefined;
|
|
52705
52788
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -52864,6 +52947,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
52864
52947
|
}[] | undefined;
|
|
52865
52948
|
entityBindingDescription?: string | undefined;
|
|
52866
52949
|
entityBindingSynonyms?: string | undefined;
|
|
52950
|
+
local?: boolean | undefined;
|
|
52867
52951
|
entityRefIds?: Record<string, string> | undefined;
|
|
52868
52952
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
52869
52953
|
requiredFields?: {
|
|
@@ -52920,7 +53004,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
52920
53004
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
52921
53005
|
variant?: string | undefined;
|
|
52922
53006
|
dimension?: "2d" | "3d" | undefined;
|
|
52923
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
53007
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
52924
53008
|
} | undefined;
|
|
52925
53009
|
} | undefined;
|
|
52926
53010
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -53219,7 +53303,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
53219
53303
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
53220
53304
|
variant?: string | undefined;
|
|
53221
53305
|
dimension?: "2d" | "3d" | undefined;
|
|
53222
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
53306
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
53223
53307
|
} | undefined;
|
|
53224
53308
|
} | {
|
|
53225
53309
|
extends: string;
|
|
@@ -53373,6 +53457,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
53373
53457
|
}[] | undefined;
|
|
53374
53458
|
entityBindingDescription?: string | undefined;
|
|
53375
53459
|
entityBindingSynonyms?: string | undefined;
|
|
53460
|
+
local?: boolean | undefined;
|
|
53376
53461
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
53377
53462
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
53378
53463
|
requiredFields?: {
|
|
@@ -53429,7 +53514,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
53429
53514
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
53430
53515
|
variant?: string | undefined;
|
|
53431
53516
|
dimension?: "2d" | "3d" | undefined;
|
|
53432
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
53517
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
53433
53518
|
} | undefined;
|
|
53434
53519
|
} | undefined;
|
|
53435
53520
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -53594,6 +53679,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
53594
53679
|
}[] | undefined;
|
|
53595
53680
|
entityBindingDescription?: string | undefined;
|
|
53596
53681
|
entityBindingSynonyms?: string | undefined;
|
|
53682
|
+
local?: boolean | undefined;
|
|
53597
53683
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
53598
53684
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
53599
53685
|
requiredFields?: {
|
|
@@ -53650,7 +53736,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
53650
53736
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
53651
53737
|
variant?: string | undefined;
|
|
53652
53738
|
dimension?: "2d" | "3d" | undefined;
|
|
53653
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
53739
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
53654
53740
|
} | undefined;
|
|
53655
53741
|
} | undefined;
|
|
53656
53742
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -53784,6 +53870,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
53784
53870
|
}[] | undefined;
|
|
53785
53871
|
entityBindingDescription?: string | undefined;
|
|
53786
53872
|
entityBindingSynonyms?: string | undefined;
|
|
53873
|
+
local?: boolean | undefined;
|
|
53787
53874
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
53788
53875
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
53789
53876
|
requiredFields?: {
|
|
@@ -53840,7 +53927,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
53840
53927
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
53841
53928
|
variant?: string | undefined;
|
|
53842
53929
|
dimension?: "2d" | "3d" | undefined;
|
|
53843
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
53930
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
53844
53931
|
} | undefined;
|
|
53845
53932
|
} | undefined;
|
|
53846
53933
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -54005,6 +54092,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
54005
54092
|
}[] | undefined;
|
|
54006
54093
|
entityBindingDescription?: string | undefined;
|
|
54007
54094
|
entityBindingSynonyms?: string | undefined;
|
|
54095
|
+
local?: boolean | undefined;
|
|
54008
54096
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
54009
54097
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
54010
54098
|
requiredFields?: {
|
|
@@ -54061,7 +54149,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
54061
54149
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
54062
54150
|
variant?: string | undefined;
|
|
54063
54151
|
dimension?: "2d" | "3d" | undefined;
|
|
54064
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
54152
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
54065
54153
|
} | undefined;
|
|
54066
54154
|
} | undefined;
|
|
54067
54155
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -54653,7 +54741,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
54653
54741
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
54654
54742
|
variant?: string | undefined;
|
|
54655
54743
|
dimension?: "2d" | "3d" | undefined;
|
|
54656
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
54744
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
54657
54745
|
} | undefined;
|
|
54658
54746
|
} | {
|
|
54659
54747
|
extends: string;
|
|
@@ -54728,7 +54816,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
54728
54816
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
54729
54817
|
variant?: string | undefined;
|
|
54730
54818
|
dimension?: "2d" | "3d" | undefined;
|
|
54731
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
54819
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
54732
54820
|
} | undefined;
|
|
54733
54821
|
} | {
|
|
54734
54822
|
extends: string;
|
|
@@ -54882,6 +54970,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
54882
54970
|
}[] | undefined;
|
|
54883
54971
|
entityBindingDescription?: string | undefined;
|
|
54884
54972
|
entityBindingSynonyms?: string | undefined;
|
|
54973
|
+
local?: boolean | undefined;
|
|
54885
54974
|
entityRefIds?: Record<string, string> | undefined;
|
|
54886
54975
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
54887
54976
|
requiredFields?: {
|
|
@@ -54938,7 +55027,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
54938
55027
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
54939
55028
|
variant?: string | undefined;
|
|
54940
55029
|
dimension?: "2d" | "3d" | undefined;
|
|
54941
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
55030
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
54942
55031
|
} | undefined;
|
|
54943
55032
|
} | undefined;
|
|
54944
55033
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -55103,6 +55192,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
55103
55192
|
}[] | undefined;
|
|
55104
55193
|
entityBindingDescription?: string | undefined;
|
|
55105
55194
|
entityBindingSynonyms?: string | undefined;
|
|
55195
|
+
local?: boolean | undefined;
|
|
55106
55196
|
entityRefIds?: Record<string, string> | undefined;
|
|
55107
55197
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
55108
55198
|
requiredFields?: {
|
|
@@ -55159,7 +55249,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
55159
55249
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
55160
55250
|
variant?: string | undefined;
|
|
55161
55251
|
dimension?: "2d" | "3d" | undefined;
|
|
55162
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
55252
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
55163
55253
|
} | undefined;
|
|
55164
55254
|
} | undefined;
|
|
55165
55255
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -55293,6 +55383,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
55293
55383
|
}[] | undefined;
|
|
55294
55384
|
entityBindingDescription?: string | undefined;
|
|
55295
55385
|
entityBindingSynonyms?: string | undefined;
|
|
55386
|
+
local?: boolean | undefined;
|
|
55296
55387
|
entityRefIds?: Record<string, string> | undefined;
|
|
55297
55388
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
55298
55389
|
requiredFields?: {
|
|
@@ -55349,7 +55440,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
55349
55440
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
55350
55441
|
variant?: string | undefined;
|
|
55351
55442
|
dimension?: "2d" | "3d" | undefined;
|
|
55352
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
55443
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
55353
55444
|
} | undefined;
|
|
55354
55445
|
} | undefined;
|
|
55355
55446
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -55514,6 +55605,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
55514
55605
|
}[] | undefined;
|
|
55515
55606
|
entityBindingDescription?: string | undefined;
|
|
55516
55607
|
entityBindingSynonyms?: string | undefined;
|
|
55608
|
+
local?: boolean | undefined;
|
|
55517
55609
|
entityRefIds?: Record<string, string> | undefined;
|
|
55518
55610
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
55519
55611
|
requiredFields?: {
|
|
@@ -55570,7 +55662,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
55570
55662
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
55571
55663
|
variant?: string | undefined;
|
|
55572
55664
|
dimension?: "2d" | "3d" | undefined;
|
|
55573
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
55665
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
55574
55666
|
} | undefined;
|
|
55575
55667
|
} | undefined;
|
|
55576
55668
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -56162,7 +56254,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
56162
56254
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
56163
56255
|
variant?: string | undefined;
|
|
56164
56256
|
dimension?: "2d" | "3d" | undefined;
|
|
56165
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
56257
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
56166
56258
|
} | undefined;
|
|
56167
56259
|
} | {
|
|
56168
56260
|
extends: string;
|
|
@@ -60343,7 +60435,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
60343
60435
|
style: z.ZodOptional<z.ZodEnum<["pixel", "vector", "hd", "1-bit", "isometric"]>>;
|
|
60344
60436
|
variant: z.ZodOptional<z.ZodString>;
|
|
60345
60437
|
dimension: z.ZodOptional<z.ZodEnum<["2d", "3d"]>>;
|
|
60346
|
-
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1"]>>;
|
|
60438
|
+
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1", "4:1", "5:3", "1:2"]>>;
|
|
60347
60439
|
}, "strip", z.ZodTypeAny, {
|
|
60348
60440
|
role: string;
|
|
60349
60441
|
category: string;
|
|
@@ -60351,7 +60443,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
60351
60443
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
60352
60444
|
variant?: string | undefined;
|
|
60353
60445
|
dimension?: "2d" | "3d" | undefined;
|
|
60354
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
60446
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
60355
60447
|
}, {
|
|
60356
60448
|
role: string;
|
|
60357
60449
|
category: string;
|
|
@@ -60359,7 +60451,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
60359
60451
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
60360
60452
|
variant?: string | undefined;
|
|
60361
60453
|
dimension?: "2d" | "3d" | undefined;
|
|
60362
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
60454
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
60363
60455
|
}>>;
|
|
60364
60456
|
}, "strip", z.ZodTypeAny, {
|
|
60365
60457
|
name: string;
|
|
@@ -60391,7 +60483,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
60391
60483
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
60392
60484
|
variant?: string | undefined;
|
|
60393
60485
|
dimension?: "2d" | "3d" | undefined;
|
|
60394
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
60486
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
60395
60487
|
} | undefined;
|
|
60396
60488
|
}, {
|
|
60397
60489
|
name: string;
|
|
@@ -60423,7 +60515,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
60423
60515
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
60424
60516
|
variant?: string | undefined;
|
|
60425
60517
|
dimension?: "2d" | "3d" | undefined;
|
|
60426
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
60518
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
60427
60519
|
} | undefined;
|
|
60428
60520
|
}>, z.ZodString, z.ZodEffects<z.ZodObject<{
|
|
60429
60521
|
extends: z.ZodString;
|
|
@@ -60496,7 +60588,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
60496
60588
|
style: z.ZodOptional<z.ZodEnum<["pixel", "vector", "hd", "1-bit", "isometric"]>>;
|
|
60497
60589
|
variant: z.ZodOptional<z.ZodString>;
|
|
60498
60590
|
dimension: z.ZodOptional<z.ZodEnum<["2d", "3d"]>>;
|
|
60499
|
-
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1"]>>;
|
|
60591
|
+
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1", "4:1", "5:3", "1:2"]>>;
|
|
60500
60592
|
}, "strip", z.ZodTypeAny, {
|
|
60501
60593
|
role: string;
|
|
60502
60594
|
category: string;
|
|
@@ -60504,7 +60596,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
60504
60596
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
60505
60597
|
variant?: string | undefined;
|
|
60506
60598
|
dimension?: "2d" | "3d" | undefined;
|
|
60507
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
60599
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
60508
60600
|
}, {
|
|
60509
60601
|
role: string;
|
|
60510
60602
|
category: string;
|
|
@@ -60512,7 +60604,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
60512
60604
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
60513
60605
|
variant?: string | undefined;
|
|
60514
60606
|
dimension?: "2d" | "3d" | undefined;
|
|
60515
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
60607
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
60516
60608
|
}>>;
|
|
60517
60609
|
}, "strip", z.ZodTypeAny, {
|
|
60518
60610
|
name: string;
|
|
@@ -60544,7 +60636,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
60544
60636
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
60545
60637
|
variant?: string | undefined;
|
|
60546
60638
|
dimension?: "2d" | "3d" | undefined;
|
|
60547
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
60639
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
60548
60640
|
} | undefined;
|
|
60549
60641
|
}, {
|
|
60550
60642
|
name: string;
|
|
@@ -60576,7 +60668,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
60576
60668
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
60577
60669
|
variant?: string | undefined;
|
|
60578
60670
|
dimension?: "2d" | "3d" | undefined;
|
|
60579
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
60671
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
60580
60672
|
} | undefined;
|
|
60581
60673
|
}>, z.ZodString, z.ZodEffects<z.ZodObject<{
|
|
60582
60674
|
extends: z.ZodString;
|
|
@@ -60656,6 +60748,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
60656
60748
|
entityBindingSynonyms: z.ZodOptional<z.ZodString>;
|
|
60657
60749
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
60658
60750
|
scope: z.ZodEnum<["instance", "collection"]>;
|
|
60751
|
+
local: z.ZodOptional<z.ZodBoolean>;
|
|
60659
60752
|
linkedEntity: z.ZodOptional<z.ZodString>;
|
|
60660
60753
|
linkedEntityId: z.ZodOptional<z.ZodEffects<z.ZodString, EntityId, string>>;
|
|
60661
60754
|
entityRefIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodString, EntityId, string>>>;
|
|
@@ -61153,7 +61246,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
61153
61246
|
style: z.ZodOptional<z.ZodEnum<["pixel", "vector", "hd", "1-bit", "isometric"]>>;
|
|
61154
61247
|
variant: z.ZodOptional<z.ZodString>;
|
|
61155
61248
|
dimension: z.ZodOptional<z.ZodEnum<["2d", "3d"]>>;
|
|
61156
|
-
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1"]>>;
|
|
61249
|
+
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1", "4:1", "5:3", "1:2"]>>;
|
|
61157
61250
|
}, "strip", z.ZodTypeAny, {
|
|
61158
61251
|
role: string;
|
|
61159
61252
|
category: string;
|
|
@@ -61161,7 +61254,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
61161
61254
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
61162
61255
|
variant?: string | undefined;
|
|
61163
61256
|
dimension?: "2d" | "3d" | undefined;
|
|
61164
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
61257
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
61165
61258
|
}, {
|
|
61166
61259
|
role: string;
|
|
61167
61260
|
category: string;
|
|
@@ -61169,7 +61262,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
61169
61262
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
61170
61263
|
variant?: string | undefined;
|
|
61171
61264
|
dimension?: "2d" | "3d" | undefined;
|
|
61172
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
61265
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
61173
61266
|
}>>;
|
|
61174
61267
|
}, "strip", z.ZodTypeAny, {
|
|
61175
61268
|
name: string;
|
|
@@ -61201,7 +61294,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
61201
61294
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
61202
61295
|
variant?: string | undefined;
|
|
61203
61296
|
dimension?: "2d" | "3d" | undefined;
|
|
61204
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
61297
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
61205
61298
|
} | undefined;
|
|
61206
61299
|
}, {
|
|
61207
61300
|
name: string;
|
|
@@ -61233,7 +61326,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
61233
61326
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
61234
61327
|
variant?: string | undefined;
|
|
61235
61328
|
dimension?: "2d" | "3d" | undefined;
|
|
61236
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
61329
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
61237
61330
|
} | undefined;
|
|
61238
61331
|
}>>;
|
|
61239
61332
|
typeParams: z.ZodOptional<z.ZodArray<z.ZodType<TraitTypeParamDef, z.ZodTypeDef, TraitTypeParamDef>, "many">>;
|
|
@@ -61359,6 +61452,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
61359
61452
|
}[] | undefined;
|
|
61360
61453
|
entityBindingDescription?: string | undefined;
|
|
61361
61454
|
entityBindingSynonyms?: string | undefined;
|
|
61455
|
+
local?: boolean | undefined;
|
|
61362
61456
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
61363
61457
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
61364
61458
|
requiredFields?: {
|
|
@@ -61415,7 +61509,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
61415
61509
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
61416
61510
|
variant?: string | undefined;
|
|
61417
61511
|
dimension?: "2d" | "3d" | undefined;
|
|
61418
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
61512
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
61419
61513
|
} | undefined;
|
|
61420
61514
|
} | undefined;
|
|
61421
61515
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -61541,6 +61635,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
61541
61635
|
}[] | undefined;
|
|
61542
61636
|
entityBindingDescription?: string | undefined;
|
|
61543
61637
|
entityBindingSynonyms?: string | undefined;
|
|
61638
|
+
local?: boolean | undefined;
|
|
61544
61639
|
entityRefIds?: Record<string, string> | undefined;
|
|
61545
61640
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
61546
61641
|
requiredFields?: {
|
|
@@ -61597,7 +61692,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
61597
61692
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
61598
61693
|
variant?: string | undefined;
|
|
61599
61694
|
dimension?: "2d" | "3d" | undefined;
|
|
61600
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
61695
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
61601
61696
|
} | undefined;
|
|
61602
61697
|
} | undefined;
|
|
61603
61698
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -61866,6 +61961,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
61866
61961
|
}[] | undefined;
|
|
61867
61962
|
entityBindingDescription?: string | undefined;
|
|
61868
61963
|
entityBindingSynonyms?: string | undefined;
|
|
61964
|
+
local?: boolean | undefined;
|
|
61869
61965
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
61870
61966
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
61871
61967
|
requiredFields?: {
|
|
@@ -61922,7 +62018,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
61922
62018
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
61923
62019
|
variant?: string | undefined;
|
|
61924
62020
|
dimension?: "2d" | "3d" | undefined;
|
|
61925
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
62021
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
61926
62022
|
} | undefined;
|
|
61927
62023
|
} | undefined;
|
|
61928
62024
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -62090,6 +62186,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
62090
62186
|
}[] | undefined;
|
|
62091
62187
|
entityBindingDescription?: string | undefined;
|
|
62092
62188
|
entityBindingSynonyms?: string | undefined;
|
|
62189
|
+
local?: boolean | undefined;
|
|
62093
62190
|
entityRefIds?: Record<string, string> | undefined;
|
|
62094
62191
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
62095
62192
|
requiredFields?: {
|
|
@@ -62146,7 +62243,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
62146
62243
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
62147
62244
|
variant?: string | undefined;
|
|
62148
62245
|
dimension?: "2d" | "3d" | undefined;
|
|
62149
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
62246
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
62150
62247
|
} | undefined;
|
|
62151
62248
|
} | undefined;
|
|
62152
62249
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -62314,6 +62411,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
62314
62411
|
}[] | undefined;
|
|
62315
62412
|
entityBindingDescription?: string | undefined;
|
|
62316
62413
|
entityBindingSynonyms?: string | undefined;
|
|
62414
|
+
local?: boolean | undefined;
|
|
62317
62415
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
62318
62416
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
62319
62417
|
requiredFields?: {
|
|
@@ -62370,7 +62468,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
62370
62468
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
62371
62469
|
variant?: string | undefined;
|
|
62372
62470
|
dimension?: "2d" | "3d" | undefined;
|
|
62373
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
62471
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
62374
62472
|
} | undefined;
|
|
62375
62473
|
} | undefined;
|
|
62376
62474
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -62538,6 +62636,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
62538
62636
|
}[] | undefined;
|
|
62539
62637
|
entityBindingDescription?: string | undefined;
|
|
62540
62638
|
entityBindingSynonyms?: string | undefined;
|
|
62639
|
+
local?: boolean | undefined;
|
|
62541
62640
|
entityRefIds?: Record<string, string> | undefined;
|
|
62542
62641
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
62543
62642
|
requiredFields?: {
|
|
@@ -62594,7 +62693,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
62594
62693
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
62595
62694
|
variant?: string | undefined;
|
|
62596
62695
|
dimension?: "2d" | "3d" | undefined;
|
|
62597
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
62696
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
62598
62697
|
} | undefined;
|
|
62599
62698
|
} | undefined;
|
|
62600
62699
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -62638,6 +62737,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
62638
62737
|
entityBindingSynonyms: z.ZodOptional<z.ZodString>;
|
|
62639
62738
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
62640
62739
|
scope: z.ZodEnum<["instance", "collection"]>;
|
|
62740
|
+
local: z.ZodOptional<z.ZodBoolean>;
|
|
62641
62741
|
linkedEntity: z.ZodOptional<z.ZodString>;
|
|
62642
62742
|
linkedEntityId: z.ZodOptional<z.ZodEffects<z.ZodString, EntityId, string>>;
|
|
62643
62743
|
entityRefIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodString, EntityId, string>>>;
|
|
@@ -63135,7 +63235,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
63135
63235
|
style: z.ZodOptional<z.ZodEnum<["pixel", "vector", "hd", "1-bit", "isometric"]>>;
|
|
63136
63236
|
variant: z.ZodOptional<z.ZodString>;
|
|
63137
63237
|
dimension: z.ZodOptional<z.ZodEnum<["2d", "3d"]>>;
|
|
63138
|
-
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1"]>>;
|
|
63238
|
+
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1", "4:1", "5:3", "1:2"]>>;
|
|
63139
63239
|
}, "strip", z.ZodTypeAny, {
|
|
63140
63240
|
role: string;
|
|
63141
63241
|
category: string;
|
|
@@ -63143,7 +63243,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
63143
63243
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
63144
63244
|
variant?: string | undefined;
|
|
63145
63245
|
dimension?: "2d" | "3d" | undefined;
|
|
63146
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
63246
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
63147
63247
|
}, {
|
|
63148
63248
|
role: string;
|
|
63149
63249
|
category: string;
|
|
@@ -63151,7 +63251,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
63151
63251
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
63152
63252
|
variant?: string | undefined;
|
|
63153
63253
|
dimension?: "2d" | "3d" | undefined;
|
|
63154
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
63254
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
63155
63255
|
}>>;
|
|
63156
63256
|
}, "strip", z.ZodTypeAny, {
|
|
63157
63257
|
name: string;
|
|
@@ -63183,7 +63283,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
63183
63283
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
63184
63284
|
variant?: string | undefined;
|
|
63185
63285
|
dimension?: "2d" | "3d" | undefined;
|
|
63186
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
63286
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
63187
63287
|
} | undefined;
|
|
63188
63288
|
}, {
|
|
63189
63289
|
name: string;
|
|
@@ -63215,7 +63315,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
63215
63315
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
63216
63316
|
variant?: string | undefined;
|
|
63217
63317
|
dimension?: "2d" | "3d" | undefined;
|
|
63218
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
63318
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
63219
63319
|
} | undefined;
|
|
63220
63320
|
}>>;
|
|
63221
63321
|
typeParams: z.ZodOptional<z.ZodArray<z.ZodType<TraitTypeParamDef, z.ZodTypeDef, TraitTypeParamDef>, "many">>;
|
|
@@ -63341,6 +63441,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
63341
63441
|
}[] | undefined;
|
|
63342
63442
|
entityBindingDescription?: string | undefined;
|
|
63343
63443
|
entityBindingSynonyms?: string | undefined;
|
|
63444
|
+
local?: boolean | undefined;
|
|
63344
63445
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
63345
63446
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
63346
63447
|
requiredFields?: {
|
|
@@ -63397,7 +63498,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
63397
63498
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
63398
63499
|
variant?: string | undefined;
|
|
63399
63500
|
dimension?: "2d" | "3d" | undefined;
|
|
63400
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
63501
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
63401
63502
|
} | undefined;
|
|
63402
63503
|
} | undefined;
|
|
63403
63504
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -63523,6 +63624,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
63523
63624
|
}[] | undefined;
|
|
63524
63625
|
entityBindingDescription?: string | undefined;
|
|
63525
63626
|
entityBindingSynonyms?: string | undefined;
|
|
63627
|
+
local?: boolean | undefined;
|
|
63526
63628
|
entityRefIds?: Record<string, string> | undefined;
|
|
63527
63629
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
63528
63630
|
requiredFields?: {
|
|
@@ -63579,7 +63681,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
63579
63681
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
63580
63682
|
variant?: string | undefined;
|
|
63581
63683
|
dimension?: "2d" | "3d" | undefined;
|
|
63582
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
63684
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
63583
63685
|
} | undefined;
|
|
63584
63686
|
} | undefined;
|
|
63585
63687
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -63701,6 +63803,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
63701
63803
|
entityBindingSynonyms: z.ZodOptional<z.ZodString>;
|
|
63702
63804
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
63703
63805
|
scope: z.ZodEnum<["instance", "collection"]>;
|
|
63806
|
+
local: z.ZodOptional<z.ZodBoolean>;
|
|
63704
63807
|
linkedEntity: z.ZodOptional<z.ZodString>;
|
|
63705
63808
|
linkedEntityId: z.ZodOptional<z.ZodEffects<z.ZodString, EntityId, string>>;
|
|
63706
63809
|
entityRefIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodString, EntityId, string>>>;
|
|
@@ -64198,7 +64301,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
64198
64301
|
style: z.ZodOptional<z.ZodEnum<["pixel", "vector", "hd", "1-bit", "isometric"]>>;
|
|
64199
64302
|
variant: z.ZodOptional<z.ZodString>;
|
|
64200
64303
|
dimension: z.ZodOptional<z.ZodEnum<["2d", "3d"]>>;
|
|
64201
|
-
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1"]>>;
|
|
64304
|
+
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1", "4:1", "5:3", "1:2"]>>;
|
|
64202
64305
|
}, "strip", z.ZodTypeAny, {
|
|
64203
64306
|
role: string;
|
|
64204
64307
|
category: string;
|
|
@@ -64206,7 +64309,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
64206
64309
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
64207
64310
|
variant?: string | undefined;
|
|
64208
64311
|
dimension?: "2d" | "3d" | undefined;
|
|
64209
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
64312
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
64210
64313
|
}, {
|
|
64211
64314
|
role: string;
|
|
64212
64315
|
category: string;
|
|
@@ -64214,7 +64317,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
64214
64317
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
64215
64318
|
variant?: string | undefined;
|
|
64216
64319
|
dimension?: "2d" | "3d" | undefined;
|
|
64217
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
64320
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
64218
64321
|
}>>;
|
|
64219
64322
|
}, "strip", z.ZodTypeAny, {
|
|
64220
64323
|
name: string;
|
|
@@ -64246,7 +64349,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
64246
64349
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
64247
64350
|
variant?: string | undefined;
|
|
64248
64351
|
dimension?: "2d" | "3d" | undefined;
|
|
64249
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
64352
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
64250
64353
|
} | undefined;
|
|
64251
64354
|
}, {
|
|
64252
64355
|
name: string;
|
|
@@ -64278,7 +64381,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
64278
64381
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
64279
64382
|
variant?: string | undefined;
|
|
64280
64383
|
dimension?: "2d" | "3d" | undefined;
|
|
64281
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
64384
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
64282
64385
|
} | undefined;
|
|
64283
64386
|
}>>;
|
|
64284
64387
|
typeParams: z.ZodOptional<z.ZodArray<z.ZodType<TraitTypeParamDef, z.ZodTypeDef, TraitTypeParamDef>, "many">>;
|
|
@@ -64404,6 +64507,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
64404
64507
|
}[] | undefined;
|
|
64405
64508
|
entityBindingDescription?: string | undefined;
|
|
64406
64509
|
entityBindingSynonyms?: string | undefined;
|
|
64510
|
+
local?: boolean | undefined;
|
|
64407
64511
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
64408
64512
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
64409
64513
|
requiredFields?: {
|
|
@@ -64460,7 +64564,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
64460
64564
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
64461
64565
|
variant?: string | undefined;
|
|
64462
64566
|
dimension?: "2d" | "3d" | undefined;
|
|
64463
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
64567
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
64464
64568
|
} | undefined;
|
|
64465
64569
|
} | undefined;
|
|
64466
64570
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -64586,6 +64690,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
64586
64690
|
}[] | undefined;
|
|
64587
64691
|
entityBindingDescription?: string | undefined;
|
|
64588
64692
|
entityBindingSynonyms?: string | undefined;
|
|
64693
|
+
local?: boolean | undefined;
|
|
64589
64694
|
entityRefIds?: Record<string, string> | undefined;
|
|
64590
64695
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
64591
64696
|
requiredFields?: {
|
|
@@ -64642,7 +64747,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
64642
64747
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
64643
64748
|
variant?: string | undefined;
|
|
64644
64749
|
dimension?: "2d" | "3d" | undefined;
|
|
64645
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
64750
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
64646
64751
|
} | undefined;
|
|
64647
64752
|
} | undefined;
|
|
64648
64753
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -64911,6 +65016,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
64911
65016
|
}[] | undefined;
|
|
64912
65017
|
entityBindingDescription?: string | undefined;
|
|
64913
65018
|
entityBindingSynonyms?: string | undefined;
|
|
65019
|
+
local?: boolean | undefined;
|
|
64914
65020
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
64915
65021
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
64916
65022
|
requiredFields?: {
|
|
@@ -64967,7 +65073,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
64967
65073
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
64968
65074
|
variant?: string | undefined;
|
|
64969
65075
|
dimension?: "2d" | "3d" | undefined;
|
|
64970
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
65076
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
64971
65077
|
} | undefined;
|
|
64972
65078
|
} | undefined;
|
|
64973
65079
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -65135,6 +65241,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
65135
65241
|
}[] | undefined;
|
|
65136
65242
|
entityBindingDescription?: string | undefined;
|
|
65137
65243
|
entityBindingSynonyms?: string | undefined;
|
|
65244
|
+
local?: boolean | undefined;
|
|
65138
65245
|
entityRefIds?: Record<string, string> | undefined;
|
|
65139
65246
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
65140
65247
|
requiredFields?: {
|
|
@@ -65191,7 +65298,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
65191
65298
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
65192
65299
|
variant?: string | undefined;
|
|
65193
65300
|
dimension?: "2d" | "3d" | undefined;
|
|
65194
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
65301
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
65195
65302
|
} | undefined;
|
|
65196
65303
|
} | undefined;
|
|
65197
65304
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -65359,6 +65466,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
65359
65466
|
}[] | undefined;
|
|
65360
65467
|
entityBindingDescription?: string | undefined;
|
|
65361
65468
|
entityBindingSynonyms?: string | undefined;
|
|
65469
|
+
local?: boolean | undefined;
|
|
65362
65470
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
65363
65471
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
65364
65472
|
requiredFields?: {
|
|
@@ -65415,7 +65523,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
65415
65523
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
65416
65524
|
variant?: string | undefined;
|
|
65417
65525
|
dimension?: "2d" | "3d" | undefined;
|
|
65418
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
65526
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
65419
65527
|
} | undefined;
|
|
65420
65528
|
} | undefined;
|
|
65421
65529
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -65583,6 +65691,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
65583
65691
|
}[] | undefined;
|
|
65584
65692
|
entityBindingDescription?: string | undefined;
|
|
65585
65693
|
entityBindingSynonyms?: string | undefined;
|
|
65694
|
+
local?: boolean | undefined;
|
|
65586
65695
|
entityRefIds?: Record<string, string> | undefined;
|
|
65587
65696
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
65588
65697
|
requiredFields?: {
|
|
@@ -65639,7 +65748,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
65639
65748
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
65640
65749
|
variant?: string | undefined;
|
|
65641
65750
|
dimension?: "2d" | "3d" | undefined;
|
|
65642
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
65751
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
65643
65752
|
} | undefined;
|
|
65644
65753
|
} | undefined;
|
|
65645
65754
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -65683,6 +65792,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
65683
65792
|
entityBindingSynonyms: z.ZodOptional<z.ZodString>;
|
|
65684
65793
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
65685
65794
|
scope: z.ZodEnum<["instance", "collection"]>;
|
|
65795
|
+
local: z.ZodOptional<z.ZodBoolean>;
|
|
65686
65796
|
linkedEntity: z.ZodOptional<z.ZodString>;
|
|
65687
65797
|
linkedEntityId: z.ZodOptional<z.ZodEffects<z.ZodString, EntityId, string>>;
|
|
65688
65798
|
entityRefIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodString, EntityId, string>>>;
|
|
@@ -66180,7 +66290,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
66180
66290
|
style: z.ZodOptional<z.ZodEnum<["pixel", "vector", "hd", "1-bit", "isometric"]>>;
|
|
66181
66291
|
variant: z.ZodOptional<z.ZodString>;
|
|
66182
66292
|
dimension: z.ZodOptional<z.ZodEnum<["2d", "3d"]>>;
|
|
66183
|
-
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1"]>>;
|
|
66293
|
+
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1", "4:1", "5:3", "1:2"]>>;
|
|
66184
66294
|
}, "strip", z.ZodTypeAny, {
|
|
66185
66295
|
role: string;
|
|
66186
66296
|
category: string;
|
|
@@ -66188,7 +66298,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
66188
66298
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
66189
66299
|
variant?: string | undefined;
|
|
66190
66300
|
dimension?: "2d" | "3d" | undefined;
|
|
66191
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
66301
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
66192
66302
|
}, {
|
|
66193
66303
|
role: string;
|
|
66194
66304
|
category: string;
|
|
@@ -66196,7 +66306,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
66196
66306
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
66197
66307
|
variant?: string | undefined;
|
|
66198
66308
|
dimension?: "2d" | "3d" | undefined;
|
|
66199
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
66309
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
66200
66310
|
}>>;
|
|
66201
66311
|
}, "strip", z.ZodTypeAny, {
|
|
66202
66312
|
name: string;
|
|
@@ -66228,7 +66338,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
66228
66338
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
66229
66339
|
variant?: string | undefined;
|
|
66230
66340
|
dimension?: "2d" | "3d" | undefined;
|
|
66231
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
66341
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
66232
66342
|
} | undefined;
|
|
66233
66343
|
}, {
|
|
66234
66344
|
name: string;
|
|
@@ -66260,7 +66370,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
66260
66370
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
66261
66371
|
variant?: string | undefined;
|
|
66262
66372
|
dimension?: "2d" | "3d" | undefined;
|
|
66263
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
66373
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
66264
66374
|
} | undefined;
|
|
66265
66375
|
}>>;
|
|
66266
66376
|
typeParams: z.ZodOptional<z.ZodArray<z.ZodType<TraitTypeParamDef, z.ZodTypeDef, TraitTypeParamDef>, "many">>;
|
|
@@ -66386,6 +66496,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
66386
66496
|
}[] | undefined;
|
|
66387
66497
|
entityBindingDescription?: string | undefined;
|
|
66388
66498
|
entityBindingSynonyms?: string | undefined;
|
|
66499
|
+
local?: boolean | undefined;
|
|
66389
66500
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
66390
66501
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
66391
66502
|
requiredFields?: {
|
|
@@ -66442,7 +66553,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
66442
66553
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
66443
66554
|
variant?: string | undefined;
|
|
66444
66555
|
dimension?: "2d" | "3d" | undefined;
|
|
66445
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
66556
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
66446
66557
|
} | undefined;
|
|
66447
66558
|
} | undefined;
|
|
66448
66559
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -66568,6 +66679,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
66568
66679
|
}[] | undefined;
|
|
66569
66680
|
entityBindingDescription?: string | undefined;
|
|
66570
66681
|
entityBindingSynonyms?: string | undefined;
|
|
66682
|
+
local?: boolean | undefined;
|
|
66571
66683
|
entityRefIds?: Record<string, string> | undefined;
|
|
66572
66684
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
66573
66685
|
requiredFields?: {
|
|
@@ -66624,7 +66736,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
66624
66736
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
66625
66737
|
variant?: string | undefined;
|
|
66626
66738
|
dimension?: "2d" | "3d" | undefined;
|
|
66627
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
66739
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
66628
66740
|
} | undefined;
|
|
66629
66741
|
} | undefined;
|
|
66630
66742
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -66757,6 +66869,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
66757
66869
|
}[] | undefined;
|
|
66758
66870
|
entityBindingDescription?: string | undefined;
|
|
66759
66871
|
entityBindingSynonyms?: string | undefined;
|
|
66872
|
+
local?: boolean | undefined;
|
|
66760
66873
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
66761
66874
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
66762
66875
|
requiredFields?: {
|
|
@@ -66813,7 +66926,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
66813
66926
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
66814
66927
|
variant?: string | undefined;
|
|
66815
66928
|
dimension?: "2d" | "3d" | undefined;
|
|
66816
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
66929
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
66817
66930
|
} | undefined;
|
|
66818
66931
|
} | undefined;
|
|
66819
66932
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -66978,6 +67091,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
66978
67091
|
}[] | undefined;
|
|
66979
67092
|
entityBindingDescription?: string | undefined;
|
|
66980
67093
|
entityBindingSynonyms?: string | undefined;
|
|
67094
|
+
local?: boolean | undefined;
|
|
66981
67095
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
66982
67096
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
66983
67097
|
requiredFields?: {
|
|
@@ -67034,7 +67148,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
67034
67148
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
67035
67149
|
variant?: string | undefined;
|
|
67036
67150
|
dimension?: "2d" | "3d" | undefined;
|
|
67037
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
67151
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
67038
67152
|
} | undefined;
|
|
67039
67153
|
} | undefined;
|
|
67040
67154
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -67172,6 +67286,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
67172
67286
|
}[] | undefined;
|
|
67173
67287
|
entityBindingDescription?: string | undefined;
|
|
67174
67288
|
entityBindingSynonyms?: string | undefined;
|
|
67289
|
+
local?: boolean | undefined;
|
|
67175
67290
|
entityRefIds?: Record<string, string> | undefined;
|
|
67176
67291
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
67177
67292
|
requiredFields?: {
|
|
@@ -67228,7 +67343,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
67228
67343
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
67229
67344
|
variant?: string | undefined;
|
|
67230
67345
|
dimension?: "2d" | "3d" | undefined;
|
|
67231
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
67346
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
67232
67347
|
} | undefined;
|
|
67233
67348
|
} | undefined;
|
|
67234
67349
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -67393,6 +67508,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
67393
67508
|
}[] | undefined;
|
|
67394
67509
|
entityBindingDescription?: string | undefined;
|
|
67395
67510
|
entityBindingSynonyms?: string | undefined;
|
|
67511
|
+
local?: boolean | undefined;
|
|
67396
67512
|
entityRefIds?: Record<string, string> | undefined;
|
|
67397
67513
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
67398
67514
|
requiredFields?: {
|
|
@@ -67449,7 +67565,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
67449
67565
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
67450
67566
|
variant?: string | undefined;
|
|
67451
67567
|
dimension?: "2d" | "3d" | undefined;
|
|
67452
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
67568
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
67453
67569
|
} | undefined;
|
|
67454
67570
|
} | undefined;
|
|
67455
67571
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -67748,7 +67864,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
67748
67864
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
67749
67865
|
variant?: string | undefined;
|
|
67750
67866
|
dimension?: "2d" | "3d" | undefined;
|
|
67751
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
67867
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
67752
67868
|
} | undefined;
|
|
67753
67869
|
} | {
|
|
67754
67870
|
extends: string;
|
|
@@ -67902,6 +68018,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
67902
68018
|
}[] | undefined;
|
|
67903
68019
|
entityBindingDescription?: string | undefined;
|
|
67904
68020
|
entityBindingSynonyms?: string | undefined;
|
|
68021
|
+
local?: boolean | undefined;
|
|
67905
68022
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
67906
68023
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
67907
68024
|
requiredFields?: {
|
|
@@ -67958,7 +68075,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
67958
68075
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
67959
68076
|
variant?: string | undefined;
|
|
67960
68077
|
dimension?: "2d" | "3d" | undefined;
|
|
67961
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
68078
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
67962
68079
|
} | undefined;
|
|
67963
68080
|
} | undefined;
|
|
67964
68081
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -68123,6 +68240,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
68123
68240
|
}[] | undefined;
|
|
68124
68241
|
entityBindingDescription?: string | undefined;
|
|
68125
68242
|
entityBindingSynonyms?: string | undefined;
|
|
68243
|
+
local?: boolean | undefined;
|
|
68126
68244
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
68127
68245
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
68128
68246
|
requiredFields?: {
|
|
@@ -68179,7 +68297,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
68179
68297
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
68180
68298
|
variant?: string | undefined;
|
|
68181
68299
|
dimension?: "2d" | "3d" | undefined;
|
|
68182
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
68300
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
68183
68301
|
} | undefined;
|
|
68184
68302
|
} | undefined;
|
|
68185
68303
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -68313,6 +68431,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
68313
68431
|
}[] | undefined;
|
|
68314
68432
|
entityBindingDescription?: string | undefined;
|
|
68315
68433
|
entityBindingSynonyms?: string | undefined;
|
|
68434
|
+
local?: boolean | undefined;
|
|
68316
68435
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
68317
68436
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
68318
68437
|
requiredFields?: {
|
|
@@ -68369,7 +68488,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
68369
68488
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
68370
68489
|
variant?: string | undefined;
|
|
68371
68490
|
dimension?: "2d" | "3d" | undefined;
|
|
68372
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
68491
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
68373
68492
|
} | undefined;
|
|
68374
68493
|
} | undefined;
|
|
68375
68494
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -68534,6 +68653,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
68534
68653
|
}[] | undefined;
|
|
68535
68654
|
entityBindingDescription?: string | undefined;
|
|
68536
68655
|
entityBindingSynonyms?: string | undefined;
|
|
68656
|
+
local?: boolean | undefined;
|
|
68537
68657
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
68538
68658
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
68539
68659
|
requiredFields?: {
|
|
@@ -68590,7 +68710,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
68590
68710
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
68591
68711
|
variant?: string | undefined;
|
|
68592
68712
|
dimension?: "2d" | "3d" | undefined;
|
|
68593
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
68713
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
68594
68714
|
} | undefined;
|
|
68595
68715
|
} | undefined;
|
|
68596
68716
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -69182,7 +69302,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
69182
69302
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
69183
69303
|
variant?: string | undefined;
|
|
69184
69304
|
dimension?: "2d" | "3d" | undefined;
|
|
69185
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
69305
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
69186
69306
|
} | undefined;
|
|
69187
69307
|
} | {
|
|
69188
69308
|
extends: string;
|
|
@@ -69257,7 +69377,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
69257
69377
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
69258
69378
|
variant?: string | undefined;
|
|
69259
69379
|
dimension?: "2d" | "3d" | undefined;
|
|
69260
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
69380
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
69261
69381
|
} | undefined;
|
|
69262
69382
|
} | {
|
|
69263
69383
|
extends: string;
|
|
@@ -69411,6 +69531,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
69411
69531
|
}[] | undefined;
|
|
69412
69532
|
entityBindingDescription?: string | undefined;
|
|
69413
69533
|
entityBindingSynonyms?: string | undefined;
|
|
69534
|
+
local?: boolean | undefined;
|
|
69414
69535
|
entityRefIds?: Record<string, string> | undefined;
|
|
69415
69536
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
69416
69537
|
requiredFields?: {
|
|
@@ -69467,7 +69588,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
69467
69588
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
69468
69589
|
variant?: string | undefined;
|
|
69469
69590
|
dimension?: "2d" | "3d" | undefined;
|
|
69470
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
69591
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
69471
69592
|
} | undefined;
|
|
69472
69593
|
} | undefined;
|
|
69473
69594
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -69632,6 +69753,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
69632
69753
|
}[] | undefined;
|
|
69633
69754
|
entityBindingDescription?: string | undefined;
|
|
69634
69755
|
entityBindingSynonyms?: string | undefined;
|
|
69756
|
+
local?: boolean | undefined;
|
|
69635
69757
|
entityRefIds?: Record<string, string> | undefined;
|
|
69636
69758
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
69637
69759
|
requiredFields?: {
|
|
@@ -69688,7 +69810,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
69688
69810
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
69689
69811
|
variant?: string | undefined;
|
|
69690
69812
|
dimension?: "2d" | "3d" | undefined;
|
|
69691
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
69813
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
69692
69814
|
} | undefined;
|
|
69693
69815
|
} | undefined;
|
|
69694
69816
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -69822,6 +69944,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
69822
69944
|
}[] | undefined;
|
|
69823
69945
|
entityBindingDescription?: string | undefined;
|
|
69824
69946
|
entityBindingSynonyms?: string | undefined;
|
|
69947
|
+
local?: boolean | undefined;
|
|
69825
69948
|
entityRefIds?: Record<string, string> | undefined;
|
|
69826
69949
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
69827
69950
|
requiredFields?: {
|
|
@@ -69878,7 +70001,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
69878
70001
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
69879
70002
|
variant?: string | undefined;
|
|
69880
70003
|
dimension?: "2d" | "3d" | undefined;
|
|
69881
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
70004
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
69882
70005
|
} | undefined;
|
|
69883
70006
|
} | undefined;
|
|
69884
70007
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -70043,6 +70166,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
70043
70166
|
}[] | undefined;
|
|
70044
70167
|
entityBindingDescription?: string | undefined;
|
|
70045
70168
|
entityBindingSynonyms?: string | undefined;
|
|
70169
|
+
local?: boolean | undefined;
|
|
70046
70170
|
entityRefIds?: Record<string, string> | undefined;
|
|
70047
70171
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
70048
70172
|
requiredFields?: {
|
|
@@ -70099,7 +70223,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
70099
70223
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
70100
70224
|
variant?: string | undefined;
|
|
70101
70225
|
dimension?: "2d" | "3d" | undefined;
|
|
70102
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
70226
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
70103
70227
|
} | undefined;
|
|
70104
70228
|
} | undefined;
|
|
70105
70229
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -70691,7 +70815,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
70691
70815
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
70692
70816
|
variant?: string | undefined;
|
|
70693
70817
|
dimension?: "2d" | "3d" | undefined;
|
|
70694
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
70818
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
70695
70819
|
} | undefined;
|
|
70696
70820
|
} | {
|
|
70697
70821
|
extends: string;
|
|
@@ -79043,7 +79167,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
79043
79167
|
style: z.ZodOptional<z.ZodEnum<["pixel", "vector", "hd", "1-bit", "isometric"]>>;
|
|
79044
79168
|
variant: z.ZodOptional<z.ZodString>;
|
|
79045
79169
|
dimension: z.ZodOptional<z.ZodEnum<["2d", "3d"]>>;
|
|
79046
|
-
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1"]>>;
|
|
79170
|
+
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1", "4:1", "5:3", "1:2"]>>;
|
|
79047
79171
|
}, "strip", z.ZodTypeAny, {
|
|
79048
79172
|
role: string;
|
|
79049
79173
|
category: string;
|
|
@@ -79051,7 +79175,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
79051
79175
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
79052
79176
|
variant?: string | undefined;
|
|
79053
79177
|
dimension?: "2d" | "3d" | undefined;
|
|
79054
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
79178
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
79055
79179
|
}, {
|
|
79056
79180
|
role: string;
|
|
79057
79181
|
category: string;
|
|
@@ -79059,7 +79183,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
79059
79183
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
79060
79184
|
variant?: string | undefined;
|
|
79061
79185
|
dimension?: "2d" | "3d" | undefined;
|
|
79062
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
79186
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
79063
79187
|
}>>;
|
|
79064
79188
|
}, "strip", z.ZodTypeAny, {
|
|
79065
79189
|
name: string;
|
|
@@ -79091,7 +79215,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
79091
79215
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
79092
79216
|
variant?: string | undefined;
|
|
79093
79217
|
dimension?: "2d" | "3d" | undefined;
|
|
79094
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
79218
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
79095
79219
|
} | undefined;
|
|
79096
79220
|
}, {
|
|
79097
79221
|
name: string;
|
|
@@ -79123,7 +79247,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
79123
79247
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
79124
79248
|
variant?: string | undefined;
|
|
79125
79249
|
dimension?: "2d" | "3d" | undefined;
|
|
79126
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
79250
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
79127
79251
|
} | undefined;
|
|
79128
79252
|
}>, z.ZodString, z.ZodEffects<z.ZodObject<{
|
|
79129
79253
|
extends: z.ZodString;
|
|
@@ -79196,7 +79320,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
79196
79320
|
style: z.ZodOptional<z.ZodEnum<["pixel", "vector", "hd", "1-bit", "isometric"]>>;
|
|
79197
79321
|
variant: z.ZodOptional<z.ZodString>;
|
|
79198
79322
|
dimension: z.ZodOptional<z.ZodEnum<["2d", "3d"]>>;
|
|
79199
|
-
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1"]>>;
|
|
79323
|
+
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1", "4:1", "5:3", "1:2"]>>;
|
|
79200
79324
|
}, "strip", z.ZodTypeAny, {
|
|
79201
79325
|
role: string;
|
|
79202
79326
|
category: string;
|
|
@@ -79204,7 +79328,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
79204
79328
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
79205
79329
|
variant?: string | undefined;
|
|
79206
79330
|
dimension?: "2d" | "3d" | undefined;
|
|
79207
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
79331
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
79208
79332
|
}, {
|
|
79209
79333
|
role: string;
|
|
79210
79334
|
category: string;
|
|
@@ -79212,7 +79336,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
79212
79336
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
79213
79337
|
variant?: string | undefined;
|
|
79214
79338
|
dimension?: "2d" | "3d" | undefined;
|
|
79215
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
79339
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
79216
79340
|
}>>;
|
|
79217
79341
|
}, "strip", z.ZodTypeAny, {
|
|
79218
79342
|
name: string;
|
|
@@ -79244,7 +79368,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
79244
79368
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
79245
79369
|
variant?: string | undefined;
|
|
79246
79370
|
dimension?: "2d" | "3d" | undefined;
|
|
79247
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
79371
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
79248
79372
|
} | undefined;
|
|
79249
79373
|
}, {
|
|
79250
79374
|
name: string;
|
|
@@ -79276,7 +79400,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
79276
79400
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
79277
79401
|
variant?: string | undefined;
|
|
79278
79402
|
dimension?: "2d" | "3d" | undefined;
|
|
79279
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
79403
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
79280
79404
|
} | undefined;
|
|
79281
79405
|
}>, z.ZodString, z.ZodEffects<z.ZodObject<{
|
|
79282
79406
|
extends: z.ZodString;
|
|
@@ -79356,6 +79480,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
79356
79480
|
entityBindingSynonyms: z.ZodOptional<z.ZodString>;
|
|
79357
79481
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
79358
79482
|
scope: z.ZodEnum<["instance", "collection"]>;
|
|
79483
|
+
local: z.ZodOptional<z.ZodBoolean>;
|
|
79359
79484
|
linkedEntity: z.ZodOptional<z.ZodString>;
|
|
79360
79485
|
linkedEntityId: z.ZodOptional<z.ZodEffects<z.ZodString, EntityId, string>>;
|
|
79361
79486
|
entityRefIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodString, EntityId, string>>>;
|
|
@@ -79853,7 +79978,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
79853
79978
|
style: z.ZodOptional<z.ZodEnum<["pixel", "vector", "hd", "1-bit", "isometric"]>>;
|
|
79854
79979
|
variant: z.ZodOptional<z.ZodString>;
|
|
79855
79980
|
dimension: z.ZodOptional<z.ZodEnum<["2d", "3d"]>>;
|
|
79856
|
-
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1"]>>;
|
|
79981
|
+
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1", "4:1", "5:3", "1:2"]>>;
|
|
79857
79982
|
}, "strip", z.ZodTypeAny, {
|
|
79858
79983
|
role: string;
|
|
79859
79984
|
category: string;
|
|
@@ -79861,7 +79986,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
79861
79986
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
79862
79987
|
variant?: string | undefined;
|
|
79863
79988
|
dimension?: "2d" | "3d" | undefined;
|
|
79864
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
79989
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
79865
79990
|
}, {
|
|
79866
79991
|
role: string;
|
|
79867
79992
|
category: string;
|
|
@@ -79869,7 +79994,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
79869
79994
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
79870
79995
|
variant?: string | undefined;
|
|
79871
79996
|
dimension?: "2d" | "3d" | undefined;
|
|
79872
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
79997
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
79873
79998
|
}>>;
|
|
79874
79999
|
}, "strip", z.ZodTypeAny, {
|
|
79875
80000
|
name: string;
|
|
@@ -79901,7 +80026,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
79901
80026
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
79902
80027
|
variant?: string | undefined;
|
|
79903
80028
|
dimension?: "2d" | "3d" | undefined;
|
|
79904
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
80029
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
79905
80030
|
} | undefined;
|
|
79906
80031
|
}, {
|
|
79907
80032
|
name: string;
|
|
@@ -79933,7 +80058,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
79933
80058
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
79934
80059
|
variant?: string | undefined;
|
|
79935
80060
|
dimension?: "2d" | "3d" | undefined;
|
|
79936
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
80061
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
79937
80062
|
} | undefined;
|
|
79938
80063
|
}>>;
|
|
79939
80064
|
typeParams: z.ZodOptional<z.ZodArray<z.ZodType<TraitTypeParamDef, z.ZodTypeDef, TraitTypeParamDef>, "many">>;
|
|
@@ -80059,6 +80184,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
80059
80184
|
}[] | undefined;
|
|
80060
80185
|
entityBindingDescription?: string | undefined;
|
|
80061
80186
|
entityBindingSynonyms?: string | undefined;
|
|
80187
|
+
local?: boolean | undefined;
|
|
80062
80188
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
80063
80189
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
80064
80190
|
requiredFields?: {
|
|
@@ -80115,7 +80241,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
80115
80241
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
80116
80242
|
variant?: string | undefined;
|
|
80117
80243
|
dimension?: "2d" | "3d" | undefined;
|
|
80118
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
80244
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
80119
80245
|
} | undefined;
|
|
80120
80246
|
} | undefined;
|
|
80121
80247
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -80241,6 +80367,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
80241
80367
|
}[] | undefined;
|
|
80242
80368
|
entityBindingDescription?: string | undefined;
|
|
80243
80369
|
entityBindingSynonyms?: string | undefined;
|
|
80370
|
+
local?: boolean | undefined;
|
|
80244
80371
|
entityRefIds?: Record<string, string> | undefined;
|
|
80245
80372
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
80246
80373
|
requiredFields?: {
|
|
@@ -80297,7 +80424,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
80297
80424
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
80298
80425
|
variant?: string | undefined;
|
|
80299
80426
|
dimension?: "2d" | "3d" | undefined;
|
|
80300
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
80427
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
80301
80428
|
} | undefined;
|
|
80302
80429
|
} | undefined;
|
|
80303
80430
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -80566,6 +80693,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
80566
80693
|
}[] | undefined;
|
|
80567
80694
|
entityBindingDescription?: string | undefined;
|
|
80568
80695
|
entityBindingSynonyms?: string | undefined;
|
|
80696
|
+
local?: boolean | undefined;
|
|
80569
80697
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
80570
80698
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
80571
80699
|
requiredFields?: {
|
|
@@ -80622,7 +80750,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
80622
80750
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
80623
80751
|
variant?: string | undefined;
|
|
80624
80752
|
dimension?: "2d" | "3d" | undefined;
|
|
80625
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
80753
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
80626
80754
|
} | undefined;
|
|
80627
80755
|
} | undefined;
|
|
80628
80756
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -80790,6 +80918,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
80790
80918
|
}[] | undefined;
|
|
80791
80919
|
entityBindingDescription?: string | undefined;
|
|
80792
80920
|
entityBindingSynonyms?: string | undefined;
|
|
80921
|
+
local?: boolean | undefined;
|
|
80793
80922
|
entityRefIds?: Record<string, string> | undefined;
|
|
80794
80923
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
80795
80924
|
requiredFields?: {
|
|
@@ -80846,7 +80975,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
80846
80975
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
80847
80976
|
variant?: string | undefined;
|
|
80848
80977
|
dimension?: "2d" | "3d" | undefined;
|
|
80849
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
80978
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
80850
80979
|
} | undefined;
|
|
80851
80980
|
} | undefined;
|
|
80852
80981
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -81014,6 +81143,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
81014
81143
|
}[] | undefined;
|
|
81015
81144
|
entityBindingDescription?: string | undefined;
|
|
81016
81145
|
entityBindingSynonyms?: string | undefined;
|
|
81146
|
+
local?: boolean | undefined;
|
|
81017
81147
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
81018
81148
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
81019
81149
|
requiredFields?: {
|
|
@@ -81070,7 +81200,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
81070
81200
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
81071
81201
|
variant?: string | undefined;
|
|
81072
81202
|
dimension?: "2d" | "3d" | undefined;
|
|
81073
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
81203
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
81074
81204
|
} | undefined;
|
|
81075
81205
|
} | undefined;
|
|
81076
81206
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -81238,6 +81368,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
81238
81368
|
}[] | undefined;
|
|
81239
81369
|
entityBindingDescription?: string | undefined;
|
|
81240
81370
|
entityBindingSynonyms?: string | undefined;
|
|
81371
|
+
local?: boolean | undefined;
|
|
81241
81372
|
entityRefIds?: Record<string, string> | undefined;
|
|
81242
81373
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
81243
81374
|
requiredFields?: {
|
|
@@ -81294,7 +81425,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
81294
81425
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
81295
81426
|
variant?: string | undefined;
|
|
81296
81427
|
dimension?: "2d" | "3d" | undefined;
|
|
81297
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
81428
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
81298
81429
|
} | undefined;
|
|
81299
81430
|
} | undefined;
|
|
81300
81431
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -81338,6 +81469,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
81338
81469
|
entityBindingSynonyms: z.ZodOptional<z.ZodString>;
|
|
81339
81470
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
81340
81471
|
scope: z.ZodEnum<["instance", "collection"]>;
|
|
81472
|
+
local: z.ZodOptional<z.ZodBoolean>;
|
|
81341
81473
|
linkedEntity: z.ZodOptional<z.ZodString>;
|
|
81342
81474
|
linkedEntityId: z.ZodOptional<z.ZodEffects<z.ZodString, EntityId, string>>;
|
|
81343
81475
|
entityRefIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodString, EntityId, string>>>;
|
|
@@ -81835,7 +81967,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
81835
81967
|
style: z.ZodOptional<z.ZodEnum<["pixel", "vector", "hd", "1-bit", "isometric"]>>;
|
|
81836
81968
|
variant: z.ZodOptional<z.ZodString>;
|
|
81837
81969
|
dimension: z.ZodOptional<z.ZodEnum<["2d", "3d"]>>;
|
|
81838
|
-
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1"]>>;
|
|
81970
|
+
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1", "4:1", "5:3", "1:2"]>>;
|
|
81839
81971
|
}, "strip", z.ZodTypeAny, {
|
|
81840
81972
|
role: string;
|
|
81841
81973
|
category: string;
|
|
@@ -81843,7 +81975,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
81843
81975
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
81844
81976
|
variant?: string | undefined;
|
|
81845
81977
|
dimension?: "2d" | "3d" | undefined;
|
|
81846
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
81978
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
81847
81979
|
}, {
|
|
81848
81980
|
role: string;
|
|
81849
81981
|
category: string;
|
|
@@ -81851,7 +81983,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
81851
81983
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
81852
81984
|
variant?: string | undefined;
|
|
81853
81985
|
dimension?: "2d" | "3d" | undefined;
|
|
81854
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
81986
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
81855
81987
|
}>>;
|
|
81856
81988
|
}, "strip", z.ZodTypeAny, {
|
|
81857
81989
|
name: string;
|
|
@@ -81883,7 +82015,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
81883
82015
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
81884
82016
|
variant?: string | undefined;
|
|
81885
82017
|
dimension?: "2d" | "3d" | undefined;
|
|
81886
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
82018
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
81887
82019
|
} | undefined;
|
|
81888
82020
|
}, {
|
|
81889
82021
|
name: string;
|
|
@@ -81915,7 +82047,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
81915
82047
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
81916
82048
|
variant?: string | undefined;
|
|
81917
82049
|
dimension?: "2d" | "3d" | undefined;
|
|
81918
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
82050
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
81919
82051
|
} | undefined;
|
|
81920
82052
|
}>>;
|
|
81921
82053
|
typeParams: z.ZodOptional<z.ZodArray<z.ZodType<TraitTypeParamDef, z.ZodTypeDef, TraitTypeParamDef>, "many">>;
|
|
@@ -82041,6 +82173,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
82041
82173
|
}[] | undefined;
|
|
82042
82174
|
entityBindingDescription?: string | undefined;
|
|
82043
82175
|
entityBindingSynonyms?: string | undefined;
|
|
82176
|
+
local?: boolean | undefined;
|
|
82044
82177
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
82045
82178
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
82046
82179
|
requiredFields?: {
|
|
@@ -82097,7 +82230,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
82097
82230
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
82098
82231
|
variant?: string | undefined;
|
|
82099
82232
|
dimension?: "2d" | "3d" | undefined;
|
|
82100
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
82233
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
82101
82234
|
} | undefined;
|
|
82102
82235
|
} | undefined;
|
|
82103
82236
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -82223,6 +82356,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
82223
82356
|
}[] | undefined;
|
|
82224
82357
|
entityBindingDescription?: string | undefined;
|
|
82225
82358
|
entityBindingSynonyms?: string | undefined;
|
|
82359
|
+
local?: boolean | undefined;
|
|
82226
82360
|
entityRefIds?: Record<string, string> | undefined;
|
|
82227
82361
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
82228
82362
|
requiredFields?: {
|
|
@@ -82279,7 +82413,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
82279
82413
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
82280
82414
|
variant?: string | undefined;
|
|
82281
82415
|
dimension?: "2d" | "3d" | undefined;
|
|
82282
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
82416
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
82283
82417
|
} | undefined;
|
|
82284
82418
|
} | undefined;
|
|
82285
82419
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -82401,6 +82535,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
82401
82535
|
entityBindingSynonyms: z.ZodOptional<z.ZodString>;
|
|
82402
82536
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
82403
82537
|
scope: z.ZodEnum<["instance", "collection"]>;
|
|
82538
|
+
local: z.ZodOptional<z.ZodBoolean>;
|
|
82404
82539
|
linkedEntity: z.ZodOptional<z.ZodString>;
|
|
82405
82540
|
linkedEntityId: z.ZodOptional<z.ZodEffects<z.ZodString, EntityId, string>>;
|
|
82406
82541
|
entityRefIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodString, EntityId, string>>>;
|
|
@@ -82898,7 +83033,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
82898
83033
|
style: z.ZodOptional<z.ZodEnum<["pixel", "vector", "hd", "1-bit", "isometric"]>>;
|
|
82899
83034
|
variant: z.ZodOptional<z.ZodString>;
|
|
82900
83035
|
dimension: z.ZodOptional<z.ZodEnum<["2d", "3d"]>>;
|
|
82901
|
-
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1"]>>;
|
|
83036
|
+
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1", "4:1", "5:3", "1:2"]>>;
|
|
82902
83037
|
}, "strip", z.ZodTypeAny, {
|
|
82903
83038
|
role: string;
|
|
82904
83039
|
category: string;
|
|
@@ -82906,7 +83041,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
82906
83041
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
82907
83042
|
variant?: string | undefined;
|
|
82908
83043
|
dimension?: "2d" | "3d" | undefined;
|
|
82909
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
83044
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
82910
83045
|
}, {
|
|
82911
83046
|
role: string;
|
|
82912
83047
|
category: string;
|
|
@@ -82914,7 +83049,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
82914
83049
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
82915
83050
|
variant?: string | undefined;
|
|
82916
83051
|
dimension?: "2d" | "3d" | undefined;
|
|
82917
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
83052
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
82918
83053
|
}>>;
|
|
82919
83054
|
}, "strip", z.ZodTypeAny, {
|
|
82920
83055
|
name: string;
|
|
@@ -82946,7 +83081,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
82946
83081
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
82947
83082
|
variant?: string | undefined;
|
|
82948
83083
|
dimension?: "2d" | "3d" | undefined;
|
|
82949
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
83084
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
82950
83085
|
} | undefined;
|
|
82951
83086
|
}, {
|
|
82952
83087
|
name: string;
|
|
@@ -82978,7 +83113,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
82978
83113
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
82979
83114
|
variant?: string | undefined;
|
|
82980
83115
|
dimension?: "2d" | "3d" | undefined;
|
|
82981
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
83116
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
82982
83117
|
} | undefined;
|
|
82983
83118
|
}>>;
|
|
82984
83119
|
typeParams: z.ZodOptional<z.ZodArray<z.ZodType<TraitTypeParamDef, z.ZodTypeDef, TraitTypeParamDef>, "many">>;
|
|
@@ -83104,6 +83239,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
83104
83239
|
}[] | undefined;
|
|
83105
83240
|
entityBindingDescription?: string | undefined;
|
|
83106
83241
|
entityBindingSynonyms?: string | undefined;
|
|
83242
|
+
local?: boolean | undefined;
|
|
83107
83243
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
83108
83244
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
83109
83245
|
requiredFields?: {
|
|
@@ -83160,7 +83296,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
83160
83296
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
83161
83297
|
variant?: string | undefined;
|
|
83162
83298
|
dimension?: "2d" | "3d" | undefined;
|
|
83163
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
83299
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
83164
83300
|
} | undefined;
|
|
83165
83301
|
} | undefined;
|
|
83166
83302
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -83286,6 +83422,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
83286
83422
|
}[] | undefined;
|
|
83287
83423
|
entityBindingDescription?: string | undefined;
|
|
83288
83424
|
entityBindingSynonyms?: string | undefined;
|
|
83425
|
+
local?: boolean | undefined;
|
|
83289
83426
|
entityRefIds?: Record<string, string> | undefined;
|
|
83290
83427
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
83291
83428
|
requiredFields?: {
|
|
@@ -83342,7 +83479,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
83342
83479
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
83343
83480
|
variant?: string | undefined;
|
|
83344
83481
|
dimension?: "2d" | "3d" | undefined;
|
|
83345
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
83482
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
83346
83483
|
} | undefined;
|
|
83347
83484
|
} | undefined;
|
|
83348
83485
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -83611,6 +83748,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
83611
83748
|
}[] | undefined;
|
|
83612
83749
|
entityBindingDescription?: string | undefined;
|
|
83613
83750
|
entityBindingSynonyms?: string | undefined;
|
|
83751
|
+
local?: boolean | undefined;
|
|
83614
83752
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
83615
83753
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
83616
83754
|
requiredFields?: {
|
|
@@ -83667,7 +83805,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
83667
83805
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
83668
83806
|
variant?: string | undefined;
|
|
83669
83807
|
dimension?: "2d" | "3d" | undefined;
|
|
83670
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
83808
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
83671
83809
|
} | undefined;
|
|
83672
83810
|
} | undefined;
|
|
83673
83811
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -83835,6 +83973,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
83835
83973
|
}[] | undefined;
|
|
83836
83974
|
entityBindingDescription?: string | undefined;
|
|
83837
83975
|
entityBindingSynonyms?: string | undefined;
|
|
83976
|
+
local?: boolean | undefined;
|
|
83838
83977
|
entityRefIds?: Record<string, string> | undefined;
|
|
83839
83978
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
83840
83979
|
requiredFields?: {
|
|
@@ -83891,7 +84030,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
83891
84030
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
83892
84031
|
variant?: string | undefined;
|
|
83893
84032
|
dimension?: "2d" | "3d" | undefined;
|
|
83894
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
84033
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
83895
84034
|
} | undefined;
|
|
83896
84035
|
} | undefined;
|
|
83897
84036
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -84059,6 +84198,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
84059
84198
|
}[] | undefined;
|
|
84060
84199
|
entityBindingDescription?: string | undefined;
|
|
84061
84200
|
entityBindingSynonyms?: string | undefined;
|
|
84201
|
+
local?: boolean | undefined;
|
|
84062
84202
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
84063
84203
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
84064
84204
|
requiredFields?: {
|
|
@@ -84115,7 +84255,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
84115
84255
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
84116
84256
|
variant?: string | undefined;
|
|
84117
84257
|
dimension?: "2d" | "3d" | undefined;
|
|
84118
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
84258
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
84119
84259
|
} | undefined;
|
|
84120
84260
|
} | undefined;
|
|
84121
84261
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -84283,6 +84423,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
84283
84423
|
}[] | undefined;
|
|
84284
84424
|
entityBindingDescription?: string | undefined;
|
|
84285
84425
|
entityBindingSynonyms?: string | undefined;
|
|
84426
|
+
local?: boolean | undefined;
|
|
84286
84427
|
entityRefIds?: Record<string, string> | undefined;
|
|
84287
84428
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
84288
84429
|
requiredFields?: {
|
|
@@ -84339,7 +84480,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
84339
84480
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
84340
84481
|
variant?: string | undefined;
|
|
84341
84482
|
dimension?: "2d" | "3d" | undefined;
|
|
84342
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
84483
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
84343
84484
|
} | undefined;
|
|
84344
84485
|
} | undefined;
|
|
84345
84486
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -84383,6 +84524,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
84383
84524
|
entityBindingSynonyms: z.ZodOptional<z.ZodString>;
|
|
84384
84525
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
84385
84526
|
scope: z.ZodEnum<["instance", "collection"]>;
|
|
84527
|
+
local: z.ZodOptional<z.ZodBoolean>;
|
|
84386
84528
|
linkedEntity: z.ZodOptional<z.ZodString>;
|
|
84387
84529
|
linkedEntityId: z.ZodOptional<z.ZodEffects<z.ZodString, EntityId, string>>;
|
|
84388
84530
|
entityRefIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodString, EntityId, string>>>;
|
|
@@ -84880,7 +85022,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
84880
85022
|
style: z.ZodOptional<z.ZodEnum<["pixel", "vector", "hd", "1-bit", "isometric"]>>;
|
|
84881
85023
|
variant: z.ZodOptional<z.ZodString>;
|
|
84882
85024
|
dimension: z.ZodOptional<z.ZodEnum<["2d", "3d"]>>;
|
|
84883
|
-
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1"]>>;
|
|
85025
|
+
aspect: z.ZodOptional<z.ZodEnum<["1:1", "16:9", "5:7", "8:1", "4:1", "5:3", "1:2"]>>;
|
|
84884
85026
|
}, "strip", z.ZodTypeAny, {
|
|
84885
85027
|
role: string;
|
|
84886
85028
|
category: string;
|
|
@@ -84888,7 +85030,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
84888
85030
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
84889
85031
|
variant?: string | undefined;
|
|
84890
85032
|
dimension?: "2d" | "3d" | undefined;
|
|
84891
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
85033
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
84892
85034
|
}, {
|
|
84893
85035
|
role: string;
|
|
84894
85036
|
category: string;
|
|
@@ -84896,7 +85038,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
84896
85038
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
84897
85039
|
variant?: string | undefined;
|
|
84898
85040
|
dimension?: "2d" | "3d" | undefined;
|
|
84899
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
85041
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
84900
85042
|
}>>;
|
|
84901
85043
|
}, "strip", z.ZodTypeAny, {
|
|
84902
85044
|
name: string;
|
|
@@ -84928,7 +85070,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
84928
85070
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
84929
85071
|
variant?: string | undefined;
|
|
84930
85072
|
dimension?: "2d" | "3d" | undefined;
|
|
84931
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
85073
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
84932
85074
|
} | undefined;
|
|
84933
85075
|
}, {
|
|
84934
85076
|
name: string;
|
|
@@ -84960,7 +85102,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
84960
85102
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
84961
85103
|
variant?: string | undefined;
|
|
84962
85104
|
dimension?: "2d" | "3d" | undefined;
|
|
84963
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
85105
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
84964
85106
|
} | undefined;
|
|
84965
85107
|
}>>;
|
|
84966
85108
|
typeParams: z.ZodOptional<z.ZodArray<z.ZodType<TraitTypeParamDef, z.ZodTypeDef, TraitTypeParamDef>, "many">>;
|
|
@@ -85086,6 +85228,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
85086
85228
|
}[] | undefined;
|
|
85087
85229
|
entityBindingDescription?: string | undefined;
|
|
85088
85230
|
entityBindingSynonyms?: string | undefined;
|
|
85231
|
+
local?: boolean | undefined;
|
|
85089
85232
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
85090
85233
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
85091
85234
|
requiredFields?: {
|
|
@@ -85142,7 +85285,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
85142
85285
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
85143
85286
|
variant?: string | undefined;
|
|
85144
85287
|
dimension?: "2d" | "3d" | undefined;
|
|
85145
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
85288
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
85146
85289
|
} | undefined;
|
|
85147
85290
|
} | undefined;
|
|
85148
85291
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -85268,6 +85411,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
85268
85411
|
}[] | undefined;
|
|
85269
85412
|
entityBindingDescription?: string | undefined;
|
|
85270
85413
|
entityBindingSynonyms?: string | undefined;
|
|
85414
|
+
local?: boolean | undefined;
|
|
85271
85415
|
entityRefIds?: Record<string, string> | undefined;
|
|
85272
85416
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
85273
85417
|
requiredFields?: {
|
|
@@ -85324,7 +85468,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
85324
85468
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
85325
85469
|
variant?: string | undefined;
|
|
85326
85470
|
dimension?: "2d" | "3d" | undefined;
|
|
85327
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
85471
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
85328
85472
|
} | undefined;
|
|
85329
85473
|
} | undefined;
|
|
85330
85474
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -85457,6 +85601,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
85457
85601
|
}[] | undefined;
|
|
85458
85602
|
entityBindingDescription?: string | undefined;
|
|
85459
85603
|
entityBindingSynonyms?: string | undefined;
|
|
85604
|
+
local?: boolean | undefined;
|
|
85460
85605
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
85461
85606
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
85462
85607
|
requiredFields?: {
|
|
@@ -85513,7 +85658,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
85513
85658
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
85514
85659
|
variant?: string | undefined;
|
|
85515
85660
|
dimension?: "2d" | "3d" | undefined;
|
|
85516
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
85661
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
85517
85662
|
} | undefined;
|
|
85518
85663
|
} | undefined;
|
|
85519
85664
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -85678,6 +85823,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
85678
85823
|
}[] | undefined;
|
|
85679
85824
|
entityBindingDescription?: string | undefined;
|
|
85680
85825
|
entityBindingSynonyms?: string | undefined;
|
|
85826
|
+
local?: boolean | undefined;
|
|
85681
85827
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
85682
85828
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
85683
85829
|
requiredFields?: {
|
|
@@ -85734,7 +85880,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
85734
85880
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
85735
85881
|
variant?: string | undefined;
|
|
85736
85882
|
dimension?: "2d" | "3d" | undefined;
|
|
85737
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
85883
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
85738
85884
|
} | undefined;
|
|
85739
85885
|
} | undefined;
|
|
85740
85886
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -85872,6 +86018,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
85872
86018
|
}[] | undefined;
|
|
85873
86019
|
entityBindingDescription?: string | undefined;
|
|
85874
86020
|
entityBindingSynonyms?: string | undefined;
|
|
86021
|
+
local?: boolean | undefined;
|
|
85875
86022
|
entityRefIds?: Record<string, string> | undefined;
|
|
85876
86023
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
85877
86024
|
requiredFields?: {
|
|
@@ -85928,7 +86075,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
85928
86075
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
85929
86076
|
variant?: string | undefined;
|
|
85930
86077
|
dimension?: "2d" | "3d" | undefined;
|
|
85931
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
86078
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
85932
86079
|
} | undefined;
|
|
85933
86080
|
} | undefined;
|
|
85934
86081
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -86093,6 +86240,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
86093
86240
|
}[] | undefined;
|
|
86094
86241
|
entityBindingDescription?: string | undefined;
|
|
86095
86242
|
entityBindingSynonyms?: string | undefined;
|
|
86243
|
+
local?: boolean | undefined;
|
|
86096
86244
|
entityRefIds?: Record<string, string> | undefined;
|
|
86097
86245
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
86098
86246
|
requiredFields?: {
|
|
@@ -86149,7 +86297,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
86149
86297
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
86150
86298
|
variant?: string | undefined;
|
|
86151
86299
|
dimension?: "2d" | "3d" | undefined;
|
|
86152
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
86300
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
86153
86301
|
} | undefined;
|
|
86154
86302
|
} | undefined;
|
|
86155
86303
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -86448,7 +86596,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
86448
86596
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
86449
86597
|
variant?: string | undefined;
|
|
86450
86598
|
dimension?: "2d" | "3d" | undefined;
|
|
86451
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
86599
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
86452
86600
|
} | undefined;
|
|
86453
86601
|
} | {
|
|
86454
86602
|
extends: string;
|
|
@@ -86602,6 +86750,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
86602
86750
|
}[] | undefined;
|
|
86603
86751
|
entityBindingDescription?: string | undefined;
|
|
86604
86752
|
entityBindingSynonyms?: string | undefined;
|
|
86753
|
+
local?: boolean | undefined;
|
|
86605
86754
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
86606
86755
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
86607
86756
|
requiredFields?: {
|
|
@@ -86658,7 +86807,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
86658
86807
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
86659
86808
|
variant?: string | undefined;
|
|
86660
86809
|
dimension?: "2d" | "3d" | undefined;
|
|
86661
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
86810
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
86662
86811
|
} | undefined;
|
|
86663
86812
|
} | undefined;
|
|
86664
86813
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -86823,6 +86972,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
86823
86972
|
}[] | undefined;
|
|
86824
86973
|
entityBindingDescription?: string | undefined;
|
|
86825
86974
|
entityBindingSynonyms?: string | undefined;
|
|
86975
|
+
local?: boolean | undefined;
|
|
86826
86976
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
86827
86977
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
86828
86978
|
requiredFields?: {
|
|
@@ -86879,7 +87029,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
86879
87029
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
86880
87030
|
variant?: string | undefined;
|
|
86881
87031
|
dimension?: "2d" | "3d" | undefined;
|
|
86882
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
87032
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
86883
87033
|
} | undefined;
|
|
86884
87034
|
} | undefined;
|
|
86885
87035
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -87013,6 +87163,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
87013
87163
|
}[] | undefined;
|
|
87014
87164
|
entityBindingDescription?: string | undefined;
|
|
87015
87165
|
entityBindingSynonyms?: string | undefined;
|
|
87166
|
+
local?: boolean | undefined;
|
|
87016
87167
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
87017
87168
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
87018
87169
|
requiredFields?: {
|
|
@@ -87069,7 +87220,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
87069
87220
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
87070
87221
|
variant?: string | undefined;
|
|
87071
87222
|
dimension?: "2d" | "3d" | undefined;
|
|
87072
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
87223
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
87073
87224
|
} | undefined;
|
|
87074
87225
|
} | undefined;
|
|
87075
87226
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -87234,6 +87385,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
87234
87385
|
}[] | undefined;
|
|
87235
87386
|
entityBindingDescription?: string | undefined;
|
|
87236
87387
|
entityBindingSynonyms?: string | undefined;
|
|
87388
|
+
local?: boolean | undefined;
|
|
87237
87389
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
87238
87390
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
87239
87391
|
requiredFields?: {
|
|
@@ -87290,7 +87442,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
87290
87442
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
87291
87443
|
variant?: string | undefined;
|
|
87292
87444
|
dimension?: "2d" | "3d" | undefined;
|
|
87293
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
87445
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
87294
87446
|
} | undefined;
|
|
87295
87447
|
} | undefined;
|
|
87296
87448
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -87882,7 +88034,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
87882
88034
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
87883
88035
|
variant?: string | undefined;
|
|
87884
88036
|
dimension?: "2d" | "3d" | undefined;
|
|
87885
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
88037
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
87886
88038
|
} | undefined;
|
|
87887
88039
|
} | {
|
|
87888
88040
|
extends: string;
|
|
@@ -87957,7 +88109,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
87957
88109
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
87958
88110
|
variant?: string | undefined;
|
|
87959
88111
|
dimension?: "2d" | "3d" | undefined;
|
|
87960
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
88112
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
87961
88113
|
} | undefined;
|
|
87962
88114
|
} | {
|
|
87963
88115
|
extends: string;
|
|
@@ -88111,6 +88263,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
88111
88263
|
}[] | undefined;
|
|
88112
88264
|
entityBindingDescription?: string | undefined;
|
|
88113
88265
|
entityBindingSynonyms?: string | undefined;
|
|
88266
|
+
local?: boolean | undefined;
|
|
88114
88267
|
entityRefIds?: Record<string, string> | undefined;
|
|
88115
88268
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
88116
88269
|
requiredFields?: {
|
|
@@ -88167,7 +88320,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
88167
88320
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
88168
88321
|
variant?: string | undefined;
|
|
88169
88322
|
dimension?: "2d" | "3d" | undefined;
|
|
88170
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
88323
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
88171
88324
|
} | undefined;
|
|
88172
88325
|
} | undefined;
|
|
88173
88326
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -88332,6 +88485,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
88332
88485
|
}[] | undefined;
|
|
88333
88486
|
entityBindingDescription?: string | undefined;
|
|
88334
88487
|
entityBindingSynonyms?: string | undefined;
|
|
88488
|
+
local?: boolean | undefined;
|
|
88335
88489
|
entityRefIds?: Record<string, string> | undefined;
|
|
88336
88490
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
88337
88491
|
requiredFields?: {
|
|
@@ -88388,7 +88542,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
88388
88542
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
88389
88543
|
variant?: string | undefined;
|
|
88390
88544
|
dimension?: "2d" | "3d" | undefined;
|
|
88391
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
88545
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
88392
88546
|
} | undefined;
|
|
88393
88547
|
} | undefined;
|
|
88394
88548
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -88522,6 +88676,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
88522
88676
|
}[] | undefined;
|
|
88523
88677
|
entityBindingDescription?: string | undefined;
|
|
88524
88678
|
entityBindingSynonyms?: string | undefined;
|
|
88679
|
+
local?: boolean | undefined;
|
|
88525
88680
|
entityRefIds?: Record<string, string> | undefined;
|
|
88526
88681
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
88527
88682
|
requiredFields?: {
|
|
@@ -88578,7 +88733,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
88578
88733
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
88579
88734
|
variant?: string | undefined;
|
|
88580
88735
|
dimension?: "2d" | "3d" | undefined;
|
|
88581
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
88736
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
88582
88737
|
} | undefined;
|
|
88583
88738
|
} | undefined;
|
|
88584
88739
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -88743,6 +88898,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
88743
88898
|
}[] | undefined;
|
|
88744
88899
|
entityBindingDescription?: string | undefined;
|
|
88745
88900
|
entityBindingSynonyms?: string | undefined;
|
|
88901
|
+
local?: boolean | undefined;
|
|
88746
88902
|
entityRefIds?: Record<string, string> | undefined;
|
|
88747
88903
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
88748
88904
|
requiredFields?: {
|
|
@@ -88799,7 +88955,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
88799
88955
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
88800
88956
|
variant?: string | undefined;
|
|
88801
88957
|
dimension?: "2d" | "3d" | undefined;
|
|
88802
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
88958
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
88803
88959
|
} | undefined;
|
|
88804
88960
|
} | undefined;
|
|
88805
88961
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -89391,7 +89547,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
89391
89547
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
89392
89548
|
variant?: string | undefined;
|
|
89393
89549
|
dimension?: "2d" | "3d" | undefined;
|
|
89394
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
89550
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
89395
89551
|
} | undefined;
|
|
89396
89552
|
} | {
|
|
89397
89553
|
extends: string;
|
|
@@ -89720,7 +89876,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
89720
89876
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
89721
89877
|
variant?: string | undefined;
|
|
89722
89878
|
dimension?: "2d" | "3d" | undefined;
|
|
89723
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
89879
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
89724
89880
|
} | undefined;
|
|
89725
89881
|
} | {
|
|
89726
89882
|
extends: string;
|
|
@@ -89874,6 +90030,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
89874
90030
|
}[] | undefined;
|
|
89875
90031
|
entityBindingDescription?: string | undefined;
|
|
89876
90032
|
entityBindingSynonyms?: string | undefined;
|
|
90033
|
+
local?: boolean | undefined;
|
|
89877
90034
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
89878
90035
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
89879
90036
|
requiredFields?: {
|
|
@@ -89930,7 +90087,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
89930
90087
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
89931
90088
|
variant?: string | undefined;
|
|
89932
90089
|
dimension?: "2d" | "3d" | undefined;
|
|
89933
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
90090
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
89934
90091
|
} | undefined;
|
|
89935
90092
|
} | undefined;
|
|
89936
90093
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -90095,6 +90252,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
90095
90252
|
}[] | undefined;
|
|
90096
90253
|
entityBindingDescription?: string | undefined;
|
|
90097
90254
|
entityBindingSynonyms?: string | undefined;
|
|
90255
|
+
local?: boolean | undefined;
|
|
90098
90256
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
90099
90257
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
90100
90258
|
requiredFields?: {
|
|
@@ -90151,7 +90309,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
90151
90309
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
90152
90310
|
variant?: string | undefined;
|
|
90153
90311
|
dimension?: "2d" | "3d" | undefined;
|
|
90154
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
90312
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
90155
90313
|
} | undefined;
|
|
90156
90314
|
} | undefined;
|
|
90157
90315
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -90285,6 +90443,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
90285
90443
|
}[] | undefined;
|
|
90286
90444
|
entityBindingDescription?: string | undefined;
|
|
90287
90445
|
entityBindingSynonyms?: string | undefined;
|
|
90446
|
+
local?: boolean | undefined;
|
|
90288
90447
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
90289
90448
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
90290
90449
|
requiredFields?: {
|
|
@@ -90341,7 +90500,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
90341
90500
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
90342
90501
|
variant?: string | undefined;
|
|
90343
90502
|
dimension?: "2d" | "3d" | undefined;
|
|
90344
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
90503
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
90345
90504
|
} | undefined;
|
|
90346
90505
|
} | undefined;
|
|
90347
90506
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -90506,6 +90665,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
90506
90665
|
}[] | undefined;
|
|
90507
90666
|
entityBindingDescription?: string | undefined;
|
|
90508
90667
|
entityBindingSynonyms?: string | undefined;
|
|
90668
|
+
local?: boolean | undefined;
|
|
90509
90669
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
90510
90670
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
90511
90671
|
requiredFields?: {
|
|
@@ -90562,7 +90722,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
90562
90722
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
90563
90723
|
variant?: string | undefined;
|
|
90564
90724
|
dimension?: "2d" | "3d" | undefined;
|
|
90565
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
90725
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
90566
90726
|
} | undefined;
|
|
90567
90727
|
} | undefined;
|
|
90568
90728
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -91154,7 +91314,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
91154
91314
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
91155
91315
|
variant?: string | undefined;
|
|
91156
91316
|
dimension?: "2d" | "3d" | undefined;
|
|
91157
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
91317
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
91158
91318
|
} | undefined;
|
|
91159
91319
|
} | {
|
|
91160
91320
|
extends: string;
|
|
@@ -91786,7 +91946,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
91786
91946
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
91787
91947
|
variant?: string | undefined;
|
|
91788
91948
|
dimension?: "2d" | "3d" | undefined;
|
|
91789
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
91949
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
91790
91950
|
} | undefined;
|
|
91791
91951
|
} | {
|
|
91792
91952
|
extends: string;
|
|
@@ -91940,6 +92100,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
91940
92100
|
}[] | undefined;
|
|
91941
92101
|
entityBindingDescription?: string | undefined;
|
|
91942
92102
|
entityBindingSynonyms?: string | undefined;
|
|
92103
|
+
local?: boolean | undefined;
|
|
91943
92104
|
entityRefIds?: Record<string, string> | undefined;
|
|
91944
92105
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
91945
92106
|
requiredFields?: {
|
|
@@ -91996,7 +92157,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
91996
92157
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
91997
92158
|
variant?: string | undefined;
|
|
91998
92159
|
dimension?: "2d" | "3d" | undefined;
|
|
91999
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
92160
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
92000
92161
|
} | undefined;
|
|
92001
92162
|
} | undefined;
|
|
92002
92163
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -92161,6 +92322,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
92161
92322
|
}[] | undefined;
|
|
92162
92323
|
entityBindingDescription?: string | undefined;
|
|
92163
92324
|
entityBindingSynonyms?: string | undefined;
|
|
92325
|
+
local?: boolean | undefined;
|
|
92164
92326
|
entityRefIds?: Record<string, string> | undefined;
|
|
92165
92327
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
92166
92328
|
requiredFields?: {
|
|
@@ -92217,7 +92379,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
92217
92379
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
92218
92380
|
variant?: string | undefined;
|
|
92219
92381
|
dimension?: "2d" | "3d" | undefined;
|
|
92220
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
92382
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
92221
92383
|
} | undefined;
|
|
92222
92384
|
} | undefined;
|
|
92223
92385
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -92351,6 +92513,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
92351
92513
|
}[] | undefined;
|
|
92352
92514
|
entityBindingDescription?: string | undefined;
|
|
92353
92515
|
entityBindingSynonyms?: string | undefined;
|
|
92516
|
+
local?: boolean | undefined;
|
|
92354
92517
|
entityRefIds?: Record<string, string> | undefined;
|
|
92355
92518
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
92356
92519
|
requiredFields?: {
|
|
@@ -92407,7 +92570,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
92407
92570
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
92408
92571
|
variant?: string | undefined;
|
|
92409
92572
|
dimension?: "2d" | "3d" | undefined;
|
|
92410
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
92573
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
92411
92574
|
} | undefined;
|
|
92412
92575
|
} | undefined;
|
|
92413
92576
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -92572,6 +92735,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
92572
92735
|
}[] | undefined;
|
|
92573
92736
|
entityBindingDescription?: string | undefined;
|
|
92574
92737
|
entityBindingSynonyms?: string | undefined;
|
|
92738
|
+
local?: boolean | undefined;
|
|
92575
92739
|
entityRefIds?: Record<string, string> | undefined;
|
|
92576
92740
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
92577
92741
|
requiredFields?: {
|
|
@@ -92628,7 +92792,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
92628
92792
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
92629
92793
|
variant?: string | undefined;
|
|
92630
92794
|
dimension?: "2d" | "3d" | undefined;
|
|
92631
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
92795
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
92632
92796
|
} | undefined;
|
|
92633
92797
|
} | undefined;
|
|
92634
92798
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -93220,7 +93384,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
93220
93384
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
93221
93385
|
variant?: string | undefined;
|
|
93222
93386
|
dimension?: "2d" | "3d" | undefined;
|
|
93223
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
93387
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
93224
93388
|
} | undefined;
|
|
93225
93389
|
} | {
|
|
93226
93390
|
extends: string;
|
|
@@ -93917,7 +94081,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
93917
94081
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
93918
94082
|
variant?: string | undefined;
|
|
93919
94083
|
dimension?: "2d" | "3d" | undefined;
|
|
93920
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
94084
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
93921
94085
|
} | undefined;
|
|
93922
94086
|
} | {
|
|
93923
94087
|
extends: string;
|
|
@@ -94071,6 +94235,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
94071
94235
|
}[] | undefined;
|
|
94072
94236
|
entityBindingDescription?: string | undefined;
|
|
94073
94237
|
entityBindingSynonyms?: string | undefined;
|
|
94238
|
+
local?: boolean | undefined;
|
|
94074
94239
|
entityRefIds?: Record<string, string> | undefined;
|
|
94075
94240
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
94076
94241
|
requiredFields?: {
|
|
@@ -94127,7 +94292,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
94127
94292
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
94128
94293
|
variant?: string | undefined;
|
|
94129
94294
|
dimension?: "2d" | "3d" | undefined;
|
|
94130
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
94295
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
94131
94296
|
} | undefined;
|
|
94132
94297
|
} | undefined;
|
|
94133
94298
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -94292,6 +94457,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
94292
94457
|
}[] | undefined;
|
|
94293
94458
|
entityBindingDescription?: string | undefined;
|
|
94294
94459
|
entityBindingSynonyms?: string | undefined;
|
|
94460
|
+
local?: boolean | undefined;
|
|
94295
94461
|
entityRefIds?: Record<string, string> | undefined;
|
|
94296
94462
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
94297
94463
|
requiredFields?: {
|
|
@@ -94348,7 +94514,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
94348
94514
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
94349
94515
|
variant?: string | undefined;
|
|
94350
94516
|
dimension?: "2d" | "3d" | undefined;
|
|
94351
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
94517
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
94352
94518
|
} | undefined;
|
|
94353
94519
|
} | undefined;
|
|
94354
94520
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -94482,6 +94648,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
94482
94648
|
}[] | undefined;
|
|
94483
94649
|
entityBindingDescription?: string | undefined;
|
|
94484
94650
|
entityBindingSynonyms?: string | undefined;
|
|
94651
|
+
local?: boolean | undefined;
|
|
94485
94652
|
entityRefIds?: Record<string, string> | undefined;
|
|
94486
94653
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
94487
94654
|
requiredFields?: {
|
|
@@ -94538,7 +94705,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
94538
94705
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
94539
94706
|
variant?: string | undefined;
|
|
94540
94707
|
dimension?: "2d" | "3d" | undefined;
|
|
94541
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
94708
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
94542
94709
|
} | undefined;
|
|
94543
94710
|
} | undefined;
|
|
94544
94711
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -94703,6 +94870,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
94703
94870
|
}[] | undefined;
|
|
94704
94871
|
entityBindingDescription?: string | undefined;
|
|
94705
94872
|
entityBindingSynonyms?: string | undefined;
|
|
94873
|
+
local?: boolean | undefined;
|
|
94706
94874
|
entityRefIds?: Record<string, string> | undefined;
|
|
94707
94875
|
traitEmbedIds?: Record<string, string> | undefined;
|
|
94708
94876
|
requiredFields?: {
|
|
@@ -94759,7 +94927,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
94759
94927
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
94760
94928
|
variant?: string | undefined;
|
|
94761
94929
|
dimension?: "2d" | "3d" | undefined;
|
|
94762
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
94930
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
94763
94931
|
} | undefined;
|
|
94764
94932
|
} | undefined;
|
|
94765
94933
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -95351,7 +95519,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
95351
95519
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
95352
95520
|
variant?: string | undefined;
|
|
95353
95521
|
dimension?: "2d" | "3d" | undefined;
|
|
95354
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
95522
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
95355
95523
|
} | undefined;
|
|
95356
95524
|
} | {
|
|
95357
95525
|
extends: string;
|
|
@@ -95983,7 +96151,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
95983
96151
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
95984
96152
|
variant?: string | undefined;
|
|
95985
96153
|
dimension?: "2d" | "3d" | undefined;
|
|
95986
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
96154
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
95987
96155
|
} | undefined;
|
|
95988
96156
|
} | {
|
|
95989
96157
|
extends: string;
|
|
@@ -96137,6 +96305,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
96137
96305
|
}[] | undefined;
|
|
96138
96306
|
entityBindingDescription?: string | undefined;
|
|
96139
96307
|
entityBindingSynonyms?: string | undefined;
|
|
96308
|
+
local?: boolean | undefined;
|
|
96140
96309
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
96141
96310
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
96142
96311
|
requiredFields?: {
|
|
@@ -96193,7 +96362,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
96193
96362
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
96194
96363
|
variant?: string | undefined;
|
|
96195
96364
|
dimension?: "2d" | "3d" | undefined;
|
|
96196
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
96365
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
96197
96366
|
} | undefined;
|
|
96198
96367
|
} | undefined;
|
|
96199
96368
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -96358,6 +96527,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
96358
96527
|
}[] | undefined;
|
|
96359
96528
|
entityBindingDescription?: string | undefined;
|
|
96360
96529
|
entityBindingSynonyms?: string | undefined;
|
|
96530
|
+
local?: boolean | undefined;
|
|
96361
96531
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
96362
96532
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
96363
96533
|
requiredFields?: {
|
|
@@ -96414,7 +96584,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
96414
96584
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
96415
96585
|
variant?: string | undefined;
|
|
96416
96586
|
dimension?: "2d" | "3d" | undefined;
|
|
96417
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
96587
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
96418
96588
|
} | undefined;
|
|
96419
96589
|
} | undefined;
|
|
96420
96590
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -96548,6 +96718,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
96548
96718
|
}[] | undefined;
|
|
96549
96719
|
entityBindingDescription?: string | undefined;
|
|
96550
96720
|
entityBindingSynonyms?: string | undefined;
|
|
96721
|
+
local?: boolean | undefined;
|
|
96551
96722
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
96552
96723
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
96553
96724
|
requiredFields?: {
|
|
@@ -96604,7 +96775,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
96604
96775
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
96605
96776
|
variant?: string | undefined;
|
|
96606
96777
|
dimension?: "2d" | "3d" | undefined;
|
|
96607
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
96778
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
96608
96779
|
} | undefined;
|
|
96609
96780
|
} | undefined;
|
|
96610
96781
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -96769,6 +96940,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
96769
96940
|
}[] | undefined;
|
|
96770
96941
|
entityBindingDescription?: string | undefined;
|
|
96771
96942
|
entityBindingSynonyms?: string | undefined;
|
|
96943
|
+
local?: boolean | undefined;
|
|
96772
96944
|
entityRefIds?: Record<string, EntityId> | undefined;
|
|
96773
96945
|
traitEmbedIds?: Record<string, TraitId> | undefined;
|
|
96774
96946
|
requiredFields?: {
|
|
@@ -96825,7 +96997,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
96825
96997
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
96826
96998
|
variant?: string | undefined;
|
|
96827
96999
|
dimension?: "2d" | "3d" | undefined;
|
|
96828
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
97000
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
96829
97001
|
} | undefined;
|
|
96830
97002
|
} | undefined;
|
|
96831
97003
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
@@ -97417,7 +97589,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
97417
97589
|
style?: "pixel" | "vector" | "hd" | "1-bit" | "isometric" | undefined;
|
|
97418
97590
|
variant?: string | undefined;
|
|
97419
97591
|
dimension?: "2d" | "3d" | undefined;
|
|
97420
|
-
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
97592
|
+
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2" | undefined;
|
|
97421
97593
|
} | undefined;
|
|
97422
97594
|
} | {
|
|
97423
97595
|
extends: string;
|