@almadar/core 9.0.1 → 9.1.1
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 +8 -0
- package/dist/builders.js.map +1 -1
- package/dist/{compose-behaviors-EFvCpOGu.d.ts → compose-behaviors-Bn9WPGfr.d.ts} +1 -1
- package/dist/factory/index.d.ts +20 -1
- package/dist/index.d.ts +5 -5
- package/dist/index.js +9 -1
- package/dist/index.js.map +1 -1
- package/dist/{schema-Dp3KfQHm.d.ts → schema-B6gRJD4J.d.ts} +643 -121
- package/dist/{trait-C23jbaBB.d.ts → trait-DvvM-71c.d.ts} +126 -1
- package/dist/types/index.d.ts +4 -4
- package/dist/types/index.js +9 -1
- package/dist/types/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { d as Expression, S as SExpr } from './expression-BVRFm0sV.js';
|
|
2
|
-
import {
|
|
2
|
+
import { bp as TraitConfig, bq as TraitConfigObject, b0 as ServiceRef, z as Entity, F as EntityField, K as EntityPersistence, bD as TraitRef, V as EventPayloadField, o as ConfigFieldDeclaration, aY as ServiceDefinition, bm as Trait } from './trait-DvvM-71c.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -2390,13 +2390,13 @@ declare const IllustrationTokensSchema: z.ZodObject<{
|
|
|
2390
2390
|
errorAsset: z.ZodOptional<z.ZodString>;
|
|
2391
2391
|
onboardingAsset: z.ZodOptional<z.ZodString>;
|
|
2392
2392
|
}, "strip", z.ZodTypeAny, {
|
|
2393
|
-
style?: "
|
|
2393
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
2394
2394
|
emptyAsset?: string | undefined;
|
|
2395
2395
|
loadingAsset?: string | undefined;
|
|
2396
2396
|
errorAsset?: string | undefined;
|
|
2397
2397
|
onboardingAsset?: string | undefined;
|
|
2398
2398
|
}, {
|
|
2399
|
-
style?: "
|
|
2399
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
2400
2400
|
emptyAsset?: string | undefined;
|
|
2401
2401
|
loadingAsset?: string | undefined;
|
|
2402
2402
|
errorAsset?: string | undefined;
|
|
@@ -3469,13 +3469,13 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
3469
3469
|
errorAsset: z.ZodOptional<z.ZodString>;
|
|
3470
3470
|
onboardingAsset: z.ZodOptional<z.ZodString>;
|
|
3471
3471
|
}, "strip", z.ZodTypeAny, {
|
|
3472
|
-
style?: "
|
|
3472
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
3473
3473
|
emptyAsset?: string | undefined;
|
|
3474
3474
|
loadingAsset?: string | undefined;
|
|
3475
3475
|
errorAsset?: string | undefined;
|
|
3476
3476
|
onboardingAsset?: string | undefined;
|
|
3477
3477
|
}, {
|
|
3478
|
-
style?: "
|
|
3478
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
3479
3479
|
emptyAsset?: string | undefined;
|
|
3480
3480
|
loadingAsset?: string | undefined;
|
|
3481
3481
|
errorAsset?: string | undefined;
|
|
@@ -3699,7 +3699,7 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
3699
3699
|
borderHeavy?: string | undefined;
|
|
3700
3700
|
} | undefined;
|
|
3701
3701
|
illustration?: {
|
|
3702
|
-
style?: "
|
|
3702
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
3703
3703
|
emptyAsset?: string | undefined;
|
|
3704
3704
|
loadingAsset?: string | undefined;
|
|
3705
3705
|
errorAsset?: string | undefined;
|
|
@@ -3921,7 +3921,7 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
3921
3921
|
borderHeavy?: string | undefined;
|
|
3922
3922
|
} | undefined;
|
|
3923
3923
|
illustration?: {
|
|
3924
|
-
style?: "
|
|
3924
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
3925
3925
|
emptyAsset?: string | undefined;
|
|
3926
3926
|
loadingAsset?: string | undefined;
|
|
3927
3927
|
errorAsset?: string | undefined;
|
|
@@ -4990,13 +4990,13 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
4990
4990
|
errorAsset: z.ZodOptional<z.ZodString>;
|
|
4991
4991
|
onboardingAsset: z.ZodOptional<z.ZodString>;
|
|
4992
4992
|
}, "strip", z.ZodTypeAny, {
|
|
4993
|
-
style?: "
|
|
4993
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
4994
4994
|
emptyAsset?: string | undefined;
|
|
4995
4995
|
loadingAsset?: string | undefined;
|
|
4996
4996
|
errorAsset?: string | undefined;
|
|
4997
4997
|
onboardingAsset?: string | undefined;
|
|
4998
4998
|
}, {
|
|
4999
|
-
style?: "
|
|
4999
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
5000
5000
|
emptyAsset?: string | undefined;
|
|
5001
5001
|
loadingAsset?: string | undefined;
|
|
5002
5002
|
errorAsset?: string | undefined;
|
|
@@ -5220,7 +5220,7 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
5220
5220
|
borderHeavy?: string | undefined;
|
|
5221
5221
|
} | undefined;
|
|
5222
5222
|
illustration?: {
|
|
5223
|
-
style?: "
|
|
5223
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
5224
5224
|
emptyAsset?: string | undefined;
|
|
5225
5225
|
loadingAsset?: string | undefined;
|
|
5226
5226
|
errorAsset?: string | undefined;
|
|
@@ -5442,7 +5442,7 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
5442
5442
|
borderHeavy?: string | undefined;
|
|
5443
5443
|
} | undefined;
|
|
5444
5444
|
illustration?: {
|
|
5445
|
-
style?: "
|
|
5445
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
5446
5446
|
emptyAsset?: string | undefined;
|
|
5447
5447
|
loadingAsset?: string | undefined;
|
|
5448
5448
|
errorAsset?: string | undefined;
|
|
@@ -6492,13 +6492,13 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
6492
6492
|
errorAsset: z.ZodOptional<z.ZodString>;
|
|
6493
6493
|
onboardingAsset: z.ZodOptional<z.ZodString>;
|
|
6494
6494
|
}, "strip", z.ZodTypeAny, {
|
|
6495
|
-
style?: "
|
|
6495
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
6496
6496
|
emptyAsset?: string | undefined;
|
|
6497
6497
|
loadingAsset?: string | undefined;
|
|
6498
6498
|
errorAsset?: string | undefined;
|
|
6499
6499
|
onboardingAsset?: string | undefined;
|
|
6500
6500
|
}, {
|
|
6501
|
-
style?: "
|
|
6501
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
6502
6502
|
emptyAsset?: string | undefined;
|
|
6503
6503
|
loadingAsset?: string | undefined;
|
|
6504
6504
|
errorAsset?: string | undefined;
|
|
@@ -6722,7 +6722,7 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
6722
6722
|
borderHeavy?: string | undefined;
|
|
6723
6723
|
} | undefined;
|
|
6724
6724
|
illustration?: {
|
|
6725
|
-
style?: "
|
|
6725
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
6726
6726
|
emptyAsset?: string | undefined;
|
|
6727
6727
|
loadingAsset?: string | undefined;
|
|
6728
6728
|
errorAsset?: string | undefined;
|
|
@@ -6944,7 +6944,7 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
6944
6944
|
borderHeavy?: string | undefined;
|
|
6945
6945
|
} | undefined;
|
|
6946
6946
|
illustration?: {
|
|
6947
|
-
style?: "
|
|
6947
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
6948
6948
|
emptyAsset?: string | undefined;
|
|
6949
6949
|
loadingAsset?: string | undefined;
|
|
6950
6950
|
errorAsset?: string | undefined;
|
|
@@ -7981,13 +7981,13 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
7981
7981
|
errorAsset: z.ZodOptional<z.ZodString>;
|
|
7982
7982
|
onboardingAsset: z.ZodOptional<z.ZodString>;
|
|
7983
7983
|
}, "strip", z.ZodTypeAny, {
|
|
7984
|
-
style?: "
|
|
7984
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
7985
7985
|
emptyAsset?: string | undefined;
|
|
7986
7986
|
loadingAsset?: string | undefined;
|
|
7987
7987
|
errorAsset?: string | undefined;
|
|
7988
7988
|
onboardingAsset?: string | undefined;
|
|
7989
7989
|
}, {
|
|
7990
|
-
style?: "
|
|
7990
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
7991
7991
|
emptyAsset?: string | undefined;
|
|
7992
7992
|
loadingAsset?: string | undefined;
|
|
7993
7993
|
errorAsset?: string | undefined;
|
|
@@ -8211,7 +8211,7 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8211
8211
|
borderHeavy?: string | undefined;
|
|
8212
8212
|
} | undefined;
|
|
8213
8213
|
illustration?: {
|
|
8214
|
-
style?: "
|
|
8214
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
8215
8215
|
emptyAsset?: string | undefined;
|
|
8216
8216
|
loadingAsset?: string | undefined;
|
|
8217
8217
|
errorAsset?: string | undefined;
|
|
@@ -8433,7 +8433,7 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8433
8433
|
borderHeavy?: string | undefined;
|
|
8434
8434
|
} | undefined;
|
|
8435
8435
|
illustration?: {
|
|
8436
|
-
style?: "
|
|
8436
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
8437
8437
|
emptyAsset?: string | undefined;
|
|
8438
8438
|
loadingAsset?: string | undefined;
|
|
8439
8439
|
errorAsset?: string | undefined;
|
|
@@ -8658,7 +8658,7 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8658
8658
|
borderHeavy?: string | undefined;
|
|
8659
8659
|
} | undefined;
|
|
8660
8660
|
illustration?: {
|
|
8661
|
-
style?: "
|
|
8661
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
8662
8662
|
emptyAsset?: string | undefined;
|
|
8663
8663
|
loadingAsset?: string | undefined;
|
|
8664
8664
|
errorAsset?: string | undefined;
|
|
@@ -8881,7 +8881,7 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8881
8881
|
borderHeavy?: string | undefined;
|
|
8882
8882
|
} | undefined;
|
|
8883
8883
|
illustration?: {
|
|
8884
|
-
style?: "
|
|
8884
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
8885
8885
|
emptyAsset?: string | undefined;
|
|
8886
8886
|
loadingAsset?: string | undefined;
|
|
8887
8887
|
errorAsset?: string | undefined;
|
|
@@ -9106,7 +9106,7 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
9106
9106
|
borderHeavy?: string | undefined;
|
|
9107
9107
|
} | undefined;
|
|
9108
9108
|
illustration?: {
|
|
9109
|
-
style?: "
|
|
9109
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
9110
9110
|
emptyAsset?: string | undefined;
|
|
9111
9111
|
loadingAsset?: string | undefined;
|
|
9112
9112
|
errorAsset?: string | undefined;
|
|
@@ -9329,7 +9329,7 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
9329
9329
|
borderHeavy?: string | undefined;
|
|
9330
9330
|
} | undefined;
|
|
9331
9331
|
illustration?: {
|
|
9332
|
-
style?: "
|
|
9332
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
9333
9333
|
emptyAsset?: string | undefined;
|
|
9334
9334
|
loadingAsset?: string | undefined;
|
|
9335
9335
|
errorAsset?: string | undefined;
|
|
@@ -10393,13 +10393,13 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10393
10393
|
errorAsset: z.ZodOptional<z.ZodString>;
|
|
10394
10394
|
onboardingAsset: z.ZodOptional<z.ZodString>;
|
|
10395
10395
|
}, "strip", z.ZodTypeAny, {
|
|
10396
|
-
style?: "
|
|
10396
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
10397
10397
|
emptyAsset?: string | undefined;
|
|
10398
10398
|
loadingAsset?: string | undefined;
|
|
10399
10399
|
errorAsset?: string | undefined;
|
|
10400
10400
|
onboardingAsset?: string | undefined;
|
|
10401
10401
|
}, {
|
|
10402
|
-
style?: "
|
|
10402
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
10403
10403
|
emptyAsset?: string | undefined;
|
|
10404
10404
|
loadingAsset?: string | undefined;
|
|
10405
10405
|
errorAsset?: string | undefined;
|
|
@@ -10623,7 +10623,7 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10623
10623
|
borderHeavy?: string | undefined;
|
|
10624
10624
|
} | undefined;
|
|
10625
10625
|
illustration?: {
|
|
10626
|
-
style?: "
|
|
10626
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
10627
10627
|
emptyAsset?: string | undefined;
|
|
10628
10628
|
loadingAsset?: string | undefined;
|
|
10629
10629
|
errorAsset?: string | undefined;
|
|
@@ -10845,7 +10845,7 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10845
10845
|
borderHeavy?: string | undefined;
|
|
10846
10846
|
} | undefined;
|
|
10847
10847
|
illustration?: {
|
|
10848
|
-
style?: "
|
|
10848
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
10849
10849
|
emptyAsset?: string | undefined;
|
|
10850
10850
|
loadingAsset?: string | undefined;
|
|
10851
10851
|
errorAsset?: string | undefined;
|
|
@@ -11882,13 +11882,13 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
11882
11882
|
errorAsset: z.ZodOptional<z.ZodString>;
|
|
11883
11883
|
onboardingAsset: z.ZodOptional<z.ZodString>;
|
|
11884
11884
|
}, "strip", z.ZodTypeAny, {
|
|
11885
|
-
style?: "
|
|
11885
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
11886
11886
|
emptyAsset?: string | undefined;
|
|
11887
11887
|
loadingAsset?: string | undefined;
|
|
11888
11888
|
errorAsset?: string | undefined;
|
|
11889
11889
|
onboardingAsset?: string | undefined;
|
|
11890
11890
|
}, {
|
|
11891
|
-
style?: "
|
|
11891
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
11892
11892
|
emptyAsset?: string | undefined;
|
|
11893
11893
|
loadingAsset?: string | undefined;
|
|
11894
11894
|
errorAsset?: string | undefined;
|
|
@@ -12112,7 +12112,7 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12112
12112
|
borderHeavy?: string | undefined;
|
|
12113
12113
|
} | undefined;
|
|
12114
12114
|
illustration?: {
|
|
12115
|
-
style?: "
|
|
12115
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
12116
12116
|
emptyAsset?: string | undefined;
|
|
12117
12117
|
loadingAsset?: string | undefined;
|
|
12118
12118
|
errorAsset?: string | undefined;
|
|
@@ -12334,7 +12334,7 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12334
12334
|
borderHeavy?: string | undefined;
|
|
12335
12335
|
} | undefined;
|
|
12336
12336
|
illustration?: {
|
|
12337
|
-
style?: "
|
|
12337
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
12338
12338
|
emptyAsset?: string | undefined;
|
|
12339
12339
|
loadingAsset?: string | undefined;
|
|
12340
12340
|
errorAsset?: string | undefined;
|
|
@@ -12559,7 +12559,7 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12559
12559
|
borderHeavy?: string | undefined;
|
|
12560
12560
|
} | undefined;
|
|
12561
12561
|
illustration?: {
|
|
12562
|
-
style?: "
|
|
12562
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
12563
12563
|
emptyAsset?: string | undefined;
|
|
12564
12564
|
loadingAsset?: string | undefined;
|
|
12565
12565
|
errorAsset?: string | undefined;
|
|
@@ -12782,7 +12782,7 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12782
12782
|
borderHeavy?: string | undefined;
|
|
12783
12783
|
} | undefined;
|
|
12784
12784
|
illustration?: {
|
|
12785
|
-
style?: "
|
|
12785
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
12786
12786
|
emptyAsset?: string | undefined;
|
|
12787
12787
|
loadingAsset?: string | undefined;
|
|
12788
12788
|
errorAsset?: string | undefined;
|
|
@@ -13007,7 +13007,7 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13007
13007
|
borderHeavy?: string | undefined;
|
|
13008
13008
|
} | undefined;
|
|
13009
13009
|
illustration?: {
|
|
13010
|
-
style?: "
|
|
13010
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
13011
13011
|
emptyAsset?: string | undefined;
|
|
13012
13012
|
loadingAsset?: string | undefined;
|
|
13013
13013
|
errorAsset?: string | undefined;
|
|
@@ -13230,7 +13230,7 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13230
13230
|
borderHeavy?: string | undefined;
|
|
13231
13231
|
} | undefined;
|
|
13232
13232
|
illustration?: {
|
|
13233
|
-
style?: "
|
|
13233
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
13234
13234
|
emptyAsset?: string | undefined;
|
|
13235
13235
|
loadingAsset?: string | undefined;
|
|
13236
13236
|
errorAsset?: string | undefined;
|
|
@@ -14281,13 +14281,13 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14281
14281
|
errorAsset: z.ZodOptional<z.ZodString>;
|
|
14282
14282
|
onboardingAsset: z.ZodOptional<z.ZodString>;
|
|
14283
14283
|
}, "strip", z.ZodTypeAny, {
|
|
14284
|
-
style?: "
|
|
14284
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
14285
14285
|
emptyAsset?: string | undefined;
|
|
14286
14286
|
loadingAsset?: string | undefined;
|
|
14287
14287
|
errorAsset?: string | undefined;
|
|
14288
14288
|
onboardingAsset?: string | undefined;
|
|
14289
14289
|
}, {
|
|
14290
|
-
style?: "
|
|
14290
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
14291
14291
|
emptyAsset?: string | undefined;
|
|
14292
14292
|
loadingAsset?: string | undefined;
|
|
14293
14293
|
errorAsset?: string | undefined;
|
|
@@ -14511,7 +14511,7 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14511
14511
|
borderHeavy?: string | undefined;
|
|
14512
14512
|
} | undefined;
|
|
14513
14513
|
illustration?: {
|
|
14514
|
-
style?: "
|
|
14514
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
14515
14515
|
emptyAsset?: string | undefined;
|
|
14516
14516
|
loadingAsset?: string | undefined;
|
|
14517
14517
|
errorAsset?: string | undefined;
|
|
@@ -14733,7 +14733,7 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14733
14733
|
borderHeavy?: string | undefined;
|
|
14734
14734
|
} | undefined;
|
|
14735
14735
|
illustration?: {
|
|
14736
|
-
style?: "
|
|
14736
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
14737
14737
|
emptyAsset?: string | undefined;
|
|
14738
14738
|
loadingAsset?: string | undefined;
|
|
14739
14739
|
errorAsset?: string | undefined;
|
|
@@ -15770,13 +15770,13 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
15770
15770
|
errorAsset: z.ZodOptional<z.ZodString>;
|
|
15771
15771
|
onboardingAsset: z.ZodOptional<z.ZodString>;
|
|
15772
15772
|
}, "strip", z.ZodTypeAny, {
|
|
15773
|
-
style?: "
|
|
15773
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
15774
15774
|
emptyAsset?: string | undefined;
|
|
15775
15775
|
loadingAsset?: string | undefined;
|
|
15776
15776
|
errorAsset?: string | undefined;
|
|
15777
15777
|
onboardingAsset?: string | undefined;
|
|
15778
15778
|
}, {
|
|
15779
|
-
style?: "
|
|
15779
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
15780
15780
|
emptyAsset?: string | undefined;
|
|
15781
15781
|
loadingAsset?: string | undefined;
|
|
15782
15782
|
errorAsset?: string | undefined;
|
|
@@ -16000,7 +16000,7 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16000
16000
|
borderHeavy?: string | undefined;
|
|
16001
16001
|
} | undefined;
|
|
16002
16002
|
illustration?: {
|
|
16003
|
-
style?: "
|
|
16003
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
16004
16004
|
emptyAsset?: string | undefined;
|
|
16005
16005
|
loadingAsset?: string | undefined;
|
|
16006
16006
|
errorAsset?: string | undefined;
|
|
@@ -16222,7 +16222,7 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16222
16222
|
borderHeavy?: string | undefined;
|
|
16223
16223
|
} | undefined;
|
|
16224
16224
|
illustration?: {
|
|
16225
|
-
style?: "
|
|
16225
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
16226
16226
|
emptyAsset?: string | undefined;
|
|
16227
16227
|
loadingAsset?: string | undefined;
|
|
16228
16228
|
errorAsset?: string | undefined;
|
|
@@ -16447,7 +16447,7 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16447
16447
|
borderHeavy?: string | undefined;
|
|
16448
16448
|
} | undefined;
|
|
16449
16449
|
illustration?: {
|
|
16450
|
-
style?: "
|
|
16450
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
16451
16451
|
emptyAsset?: string | undefined;
|
|
16452
16452
|
loadingAsset?: string | undefined;
|
|
16453
16453
|
errorAsset?: string | undefined;
|
|
@@ -16670,7 +16670,7 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16670
16670
|
borderHeavy?: string | undefined;
|
|
16671
16671
|
} | undefined;
|
|
16672
16672
|
illustration?: {
|
|
16673
|
-
style?: "
|
|
16673
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
16674
16674
|
emptyAsset?: string | undefined;
|
|
16675
16675
|
loadingAsset?: string | undefined;
|
|
16676
16676
|
errorAsset?: string | undefined;
|
|
@@ -16895,7 +16895,7 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16895
16895
|
borderHeavy?: string | undefined;
|
|
16896
16896
|
} | undefined;
|
|
16897
16897
|
illustration?: {
|
|
16898
|
-
style?: "
|
|
16898
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
16899
16899
|
emptyAsset?: string | undefined;
|
|
16900
16900
|
loadingAsset?: string | undefined;
|
|
16901
16901
|
errorAsset?: string | undefined;
|
|
@@ -17118,7 +17118,7 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
17118
17118
|
borderHeavy?: string | undefined;
|
|
17119
17119
|
} | undefined;
|
|
17120
17120
|
illustration?: {
|
|
17121
|
-
style?: "
|
|
17121
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
17122
17122
|
emptyAsset?: string | undefined;
|
|
17123
17123
|
loadingAsset?: string | undefined;
|
|
17124
17124
|
errorAsset?: string | undefined;
|
|
@@ -18169,13 +18169,13 @@ declare const IllustrationSliceSchema: z.ZodObject<{
|
|
|
18169
18169
|
errorAsset: z.ZodOptional<z.ZodString>;
|
|
18170
18170
|
onboardingAsset: z.ZodOptional<z.ZodString>;
|
|
18171
18171
|
}, "strip", z.ZodTypeAny, {
|
|
18172
|
-
style?: "
|
|
18172
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
18173
18173
|
emptyAsset?: string | undefined;
|
|
18174
18174
|
loadingAsset?: string | undefined;
|
|
18175
18175
|
errorAsset?: string | undefined;
|
|
18176
18176
|
onboardingAsset?: string | undefined;
|
|
18177
18177
|
}, {
|
|
18178
|
-
style?: "
|
|
18178
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
18179
18179
|
emptyAsset?: string | undefined;
|
|
18180
18180
|
loadingAsset?: string | undefined;
|
|
18181
18181
|
errorAsset?: string | undefined;
|
|
@@ -18693,6 +18693,19 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
18693
18693
|
description: z.ZodOptional<z.ZodString>;
|
|
18694
18694
|
description_visual_prompt: z.ZodOptional<z.ZodString>;
|
|
18695
18695
|
category: z.ZodOptional<z.ZodEnum<["lifecycle", "temporal", "validation", "notification", "integration", "interaction", "agent", "game-core", "game-character", "game-ai", "game-combat", "game-items", "game-cards", "game-board", "game-puzzle"]>>;
|
|
18696
|
+
entityRebindable: z.ZodOptional<z.ZodBoolean>;
|
|
18697
|
+
entityContract: z.ZodOptional<z.ZodObject<{
|
|
18698
|
+
requires: z.ZodArray<z.ZodString, "many">;
|
|
18699
|
+
provides: z.ZodArray<z.ZodString, "many">;
|
|
18700
|
+
}, "strip", z.ZodTypeAny, {
|
|
18701
|
+
requires: string[];
|
|
18702
|
+
provides: string[];
|
|
18703
|
+
}, {
|
|
18704
|
+
requires: string[];
|
|
18705
|
+
provides: string[];
|
|
18706
|
+
}>>;
|
|
18707
|
+
entityBindingDescription: z.ZodOptional<z.ZodString>;
|
|
18708
|
+
entityBindingSynonyms: z.ZodOptional<z.ZodString>;
|
|
18696
18709
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
18697
18710
|
scope: z.ZodEnum<["instance", "collection"]>;
|
|
18698
18711
|
linkedEntity: z.ZodOptional<z.ZodString>;
|
|
@@ -19204,6 +19217,13 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19204
19217
|
}[] | undefined;
|
|
19205
19218
|
linkedEntity?: string | undefined;
|
|
19206
19219
|
description_visual_prompt?: string | undefined;
|
|
19220
|
+
entityRebindable?: boolean | undefined;
|
|
19221
|
+
entityContract?: {
|
|
19222
|
+
requires: string[];
|
|
19223
|
+
provides: string[];
|
|
19224
|
+
} | undefined;
|
|
19225
|
+
entityBindingDescription?: string | undefined;
|
|
19226
|
+
entityBindingSynonyms?: string | undefined;
|
|
19207
19227
|
requiredFields?: {
|
|
19208
19228
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
19209
19229
|
name: string;
|
|
@@ -19335,6 +19355,13 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19335
19355
|
}[] | undefined;
|
|
19336
19356
|
linkedEntity?: string | undefined;
|
|
19337
19357
|
description_visual_prompt?: string | undefined;
|
|
19358
|
+
entityRebindable?: boolean | undefined;
|
|
19359
|
+
entityContract?: {
|
|
19360
|
+
requires: string[];
|
|
19361
|
+
provides: string[];
|
|
19362
|
+
} | undefined;
|
|
19363
|
+
entityBindingDescription?: string | undefined;
|
|
19364
|
+
entityBindingSynonyms?: string | undefined;
|
|
19338
19365
|
requiredFields?: {
|
|
19339
19366
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
19340
19367
|
name: string;
|
|
@@ -19471,6 +19498,13 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19471
19498
|
}[] | undefined;
|
|
19472
19499
|
linkedEntity?: string | undefined;
|
|
19473
19500
|
description_visual_prompt?: string | undefined;
|
|
19501
|
+
entityRebindable?: boolean | undefined;
|
|
19502
|
+
entityContract?: {
|
|
19503
|
+
requires: string[];
|
|
19504
|
+
provides: string[];
|
|
19505
|
+
} | undefined;
|
|
19506
|
+
entityBindingDescription?: string | undefined;
|
|
19507
|
+
entityBindingSynonyms?: string | undefined;
|
|
19474
19508
|
requiredFields?: {
|
|
19475
19509
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
19476
19510
|
name: string;
|
|
@@ -19614,6 +19648,13 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19614
19648
|
}[] | undefined;
|
|
19615
19649
|
linkedEntity?: string | undefined;
|
|
19616
19650
|
description_visual_prompt?: string | undefined;
|
|
19651
|
+
entityRebindable?: boolean | undefined;
|
|
19652
|
+
entityContract?: {
|
|
19653
|
+
requires: string[];
|
|
19654
|
+
provides: string[];
|
|
19655
|
+
} | undefined;
|
|
19656
|
+
entityBindingDescription?: string | undefined;
|
|
19657
|
+
entityBindingSynonyms?: string | undefined;
|
|
19617
19658
|
requiredFields?: {
|
|
19618
19659
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
19619
19660
|
name: string;
|
|
@@ -19787,6 +19828,19 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
19787
19828
|
description: z.ZodOptional<z.ZodString>;
|
|
19788
19829
|
description_visual_prompt: z.ZodOptional<z.ZodString>;
|
|
19789
19830
|
category: z.ZodOptional<z.ZodEnum<["lifecycle", "temporal", "validation", "notification", "integration", "interaction", "agent", "game-core", "game-character", "game-ai", "game-combat", "game-items", "game-cards", "game-board", "game-puzzle"]>>;
|
|
19831
|
+
entityRebindable: z.ZodOptional<z.ZodBoolean>;
|
|
19832
|
+
entityContract: z.ZodOptional<z.ZodObject<{
|
|
19833
|
+
requires: z.ZodArray<z.ZodString, "many">;
|
|
19834
|
+
provides: z.ZodArray<z.ZodString, "many">;
|
|
19835
|
+
}, "strip", z.ZodTypeAny, {
|
|
19836
|
+
requires: string[];
|
|
19837
|
+
provides: string[];
|
|
19838
|
+
}, {
|
|
19839
|
+
requires: string[];
|
|
19840
|
+
provides: string[];
|
|
19841
|
+
}>>;
|
|
19842
|
+
entityBindingDescription: z.ZodOptional<z.ZodString>;
|
|
19843
|
+
entityBindingSynonyms: z.ZodOptional<z.ZodString>;
|
|
19790
19844
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
19791
19845
|
scope: z.ZodEnum<["instance", "collection"]>;
|
|
19792
19846
|
linkedEntity: z.ZodOptional<z.ZodString>;
|
|
@@ -20298,6 +20352,13 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20298
20352
|
}[] | undefined;
|
|
20299
20353
|
linkedEntity?: string | undefined;
|
|
20300
20354
|
description_visual_prompt?: string | undefined;
|
|
20355
|
+
entityRebindable?: boolean | undefined;
|
|
20356
|
+
entityContract?: {
|
|
20357
|
+
requires: string[];
|
|
20358
|
+
provides: string[];
|
|
20359
|
+
} | undefined;
|
|
20360
|
+
entityBindingDescription?: string | undefined;
|
|
20361
|
+
entityBindingSynonyms?: string | undefined;
|
|
20301
20362
|
requiredFields?: {
|
|
20302
20363
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
20303
20364
|
name: string;
|
|
@@ -20429,6 +20490,13 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20429
20490
|
}[] | undefined;
|
|
20430
20491
|
linkedEntity?: string | undefined;
|
|
20431
20492
|
description_visual_prompt?: string | undefined;
|
|
20493
|
+
entityRebindable?: boolean | undefined;
|
|
20494
|
+
entityContract?: {
|
|
20495
|
+
requires: string[];
|
|
20496
|
+
provides: string[];
|
|
20497
|
+
} | undefined;
|
|
20498
|
+
entityBindingDescription?: string | undefined;
|
|
20499
|
+
entityBindingSynonyms?: string | undefined;
|
|
20432
20500
|
requiredFields?: {
|
|
20433
20501
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
20434
20502
|
name: string;
|
|
@@ -20565,6 +20633,13 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20565
20633
|
}[] | undefined;
|
|
20566
20634
|
linkedEntity?: string | undefined;
|
|
20567
20635
|
description_visual_prompt?: string | undefined;
|
|
20636
|
+
entityRebindable?: boolean | undefined;
|
|
20637
|
+
entityContract?: {
|
|
20638
|
+
requires: string[];
|
|
20639
|
+
provides: string[];
|
|
20640
|
+
} | undefined;
|
|
20641
|
+
entityBindingDescription?: string | undefined;
|
|
20642
|
+
entityBindingSynonyms?: string | undefined;
|
|
20568
20643
|
requiredFields?: {
|
|
20569
20644
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
20570
20645
|
name: string;
|
|
@@ -20708,6 +20783,13 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20708
20783
|
}[] | undefined;
|
|
20709
20784
|
linkedEntity?: string | undefined;
|
|
20710
20785
|
description_visual_prompt?: string | undefined;
|
|
20786
|
+
entityRebindable?: boolean | undefined;
|
|
20787
|
+
entityContract?: {
|
|
20788
|
+
requires: string[];
|
|
20789
|
+
provides: string[];
|
|
20790
|
+
} | undefined;
|
|
20791
|
+
entityBindingDescription?: string | undefined;
|
|
20792
|
+
entityBindingSynonyms?: string | undefined;
|
|
20711
20793
|
requiredFields?: {
|
|
20712
20794
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
20713
20795
|
name: string;
|
|
@@ -22245,13 +22327,13 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
22245
22327
|
errorAsset: z.ZodOptional<z.ZodString>;
|
|
22246
22328
|
onboardingAsset: z.ZodOptional<z.ZodString>;
|
|
22247
22329
|
}, "strip", z.ZodTypeAny, {
|
|
22248
|
-
style?: "
|
|
22330
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
22249
22331
|
emptyAsset?: string | undefined;
|
|
22250
22332
|
loadingAsset?: string | undefined;
|
|
22251
22333
|
errorAsset?: string | undefined;
|
|
22252
22334
|
onboardingAsset?: string | undefined;
|
|
22253
22335
|
}, {
|
|
22254
|
-
style?: "
|
|
22336
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
22255
22337
|
emptyAsset?: string | undefined;
|
|
22256
22338
|
loadingAsset?: string | undefined;
|
|
22257
22339
|
errorAsset?: string | undefined;
|
|
@@ -22475,7 +22557,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
22475
22557
|
borderHeavy?: string | undefined;
|
|
22476
22558
|
} | undefined;
|
|
22477
22559
|
illustration?: {
|
|
22478
|
-
style?: "
|
|
22560
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
22479
22561
|
emptyAsset?: string | undefined;
|
|
22480
22562
|
loadingAsset?: string | undefined;
|
|
22481
22563
|
errorAsset?: string | undefined;
|
|
@@ -22697,7 +22779,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
22697
22779
|
borderHeavy?: string | undefined;
|
|
22698
22780
|
} | undefined;
|
|
22699
22781
|
illustration?: {
|
|
22700
|
-
style?: "
|
|
22782
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
22701
22783
|
emptyAsset?: string | undefined;
|
|
22702
22784
|
loadingAsset?: string | undefined;
|
|
22703
22785
|
errorAsset?: string | undefined;
|
|
@@ -23734,13 +23816,13 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
23734
23816
|
errorAsset: z.ZodOptional<z.ZodString>;
|
|
23735
23817
|
onboardingAsset: z.ZodOptional<z.ZodString>;
|
|
23736
23818
|
}, "strip", z.ZodTypeAny, {
|
|
23737
|
-
style?: "
|
|
23819
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
23738
23820
|
emptyAsset?: string | undefined;
|
|
23739
23821
|
loadingAsset?: string | undefined;
|
|
23740
23822
|
errorAsset?: string | undefined;
|
|
23741
23823
|
onboardingAsset?: string | undefined;
|
|
23742
23824
|
}, {
|
|
23743
|
-
style?: "
|
|
23825
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
23744
23826
|
emptyAsset?: string | undefined;
|
|
23745
23827
|
loadingAsset?: string | undefined;
|
|
23746
23828
|
errorAsset?: string | undefined;
|
|
@@ -23964,7 +24046,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
23964
24046
|
borderHeavy?: string | undefined;
|
|
23965
24047
|
} | undefined;
|
|
23966
24048
|
illustration?: {
|
|
23967
|
-
style?: "
|
|
24049
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
23968
24050
|
emptyAsset?: string | undefined;
|
|
23969
24051
|
loadingAsset?: string | undefined;
|
|
23970
24052
|
errorAsset?: string | undefined;
|
|
@@ -24186,7 +24268,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24186
24268
|
borderHeavy?: string | undefined;
|
|
24187
24269
|
} | undefined;
|
|
24188
24270
|
illustration?: {
|
|
24189
|
-
style?: "
|
|
24271
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
24190
24272
|
emptyAsset?: string | undefined;
|
|
24191
24273
|
loadingAsset?: string | undefined;
|
|
24192
24274
|
errorAsset?: string | undefined;
|
|
@@ -24411,7 +24493,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24411
24493
|
borderHeavy?: string | undefined;
|
|
24412
24494
|
} | undefined;
|
|
24413
24495
|
illustration?: {
|
|
24414
|
-
style?: "
|
|
24496
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
24415
24497
|
emptyAsset?: string | undefined;
|
|
24416
24498
|
loadingAsset?: string | undefined;
|
|
24417
24499
|
errorAsset?: string | undefined;
|
|
@@ -24634,7 +24716,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24634
24716
|
borderHeavy?: string | undefined;
|
|
24635
24717
|
} | undefined;
|
|
24636
24718
|
illustration?: {
|
|
24637
|
-
style?: "
|
|
24719
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
24638
24720
|
emptyAsset?: string | undefined;
|
|
24639
24721
|
loadingAsset?: string | undefined;
|
|
24640
24722
|
errorAsset?: string | undefined;
|
|
@@ -24859,7 +24941,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24859
24941
|
borderHeavy?: string | undefined;
|
|
24860
24942
|
} | undefined;
|
|
24861
24943
|
illustration?: {
|
|
24862
|
-
style?: "
|
|
24944
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
24863
24945
|
emptyAsset?: string | undefined;
|
|
24864
24946
|
loadingAsset?: string | undefined;
|
|
24865
24947
|
errorAsset?: string | undefined;
|
|
@@ -25082,7 +25164,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25082
25164
|
borderHeavy?: string | undefined;
|
|
25083
25165
|
} | undefined;
|
|
25084
25166
|
illustration?: {
|
|
25085
|
-
style?: "
|
|
25167
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
25086
25168
|
emptyAsset?: string | undefined;
|
|
25087
25169
|
loadingAsset?: string | undefined;
|
|
25088
25170
|
errorAsset?: string | undefined;
|
|
@@ -25358,6 +25440,19 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25358
25440
|
description: z.ZodOptional<z.ZodString>;
|
|
25359
25441
|
description_visual_prompt: z.ZodOptional<z.ZodString>;
|
|
25360
25442
|
category: z.ZodOptional<z.ZodEnum<["lifecycle", "temporal", "validation", "notification", "integration", "interaction", "agent", "game-core", "game-character", "game-ai", "game-combat", "game-items", "game-cards", "game-board", "game-puzzle"]>>;
|
|
25443
|
+
entityRebindable: z.ZodOptional<z.ZodBoolean>;
|
|
25444
|
+
entityContract: z.ZodOptional<z.ZodObject<{
|
|
25445
|
+
requires: z.ZodArray<z.ZodString, "many">;
|
|
25446
|
+
provides: z.ZodArray<z.ZodString, "many">;
|
|
25447
|
+
}, "strip", z.ZodTypeAny, {
|
|
25448
|
+
requires: string[];
|
|
25449
|
+
provides: string[];
|
|
25450
|
+
}, {
|
|
25451
|
+
requires: string[];
|
|
25452
|
+
provides: string[];
|
|
25453
|
+
}>>;
|
|
25454
|
+
entityBindingDescription: z.ZodOptional<z.ZodString>;
|
|
25455
|
+
entityBindingSynonyms: z.ZodOptional<z.ZodString>;
|
|
25361
25456
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
25362
25457
|
scope: z.ZodEnum<["instance", "collection"]>;
|
|
25363
25458
|
linkedEntity: z.ZodOptional<z.ZodString>;
|
|
@@ -25869,6 +25964,13 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25869
25964
|
}[] | undefined;
|
|
25870
25965
|
linkedEntity?: string | undefined;
|
|
25871
25966
|
description_visual_prompt?: string | undefined;
|
|
25967
|
+
entityRebindable?: boolean | undefined;
|
|
25968
|
+
entityContract?: {
|
|
25969
|
+
requires: string[];
|
|
25970
|
+
provides: string[];
|
|
25971
|
+
} | undefined;
|
|
25972
|
+
entityBindingDescription?: string | undefined;
|
|
25973
|
+
entityBindingSynonyms?: string | undefined;
|
|
25872
25974
|
requiredFields?: {
|
|
25873
25975
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
25874
25976
|
name: string;
|
|
@@ -26000,6 +26102,13 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26000
26102
|
}[] | undefined;
|
|
26001
26103
|
linkedEntity?: string | undefined;
|
|
26002
26104
|
description_visual_prompt?: string | undefined;
|
|
26105
|
+
entityRebindable?: boolean | undefined;
|
|
26106
|
+
entityContract?: {
|
|
26107
|
+
requires: string[];
|
|
26108
|
+
provides: string[];
|
|
26109
|
+
} | undefined;
|
|
26110
|
+
entityBindingDescription?: string | undefined;
|
|
26111
|
+
entityBindingSynonyms?: string | undefined;
|
|
26003
26112
|
requiredFields?: {
|
|
26004
26113
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
26005
26114
|
name: string;
|
|
@@ -26165,6 +26274,19 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26165
26274
|
description: z.ZodOptional<z.ZodString>;
|
|
26166
26275
|
description_visual_prompt: z.ZodOptional<z.ZodString>;
|
|
26167
26276
|
category: z.ZodOptional<z.ZodEnum<["lifecycle", "temporal", "validation", "notification", "integration", "interaction", "agent", "game-core", "game-character", "game-ai", "game-combat", "game-items", "game-cards", "game-board", "game-puzzle"]>>;
|
|
26277
|
+
entityRebindable: z.ZodOptional<z.ZodBoolean>;
|
|
26278
|
+
entityContract: z.ZodOptional<z.ZodObject<{
|
|
26279
|
+
requires: z.ZodArray<z.ZodString, "many">;
|
|
26280
|
+
provides: z.ZodArray<z.ZodString, "many">;
|
|
26281
|
+
}, "strip", z.ZodTypeAny, {
|
|
26282
|
+
requires: string[];
|
|
26283
|
+
provides: string[];
|
|
26284
|
+
}, {
|
|
26285
|
+
requires: string[];
|
|
26286
|
+
provides: string[];
|
|
26287
|
+
}>>;
|
|
26288
|
+
entityBindingDescription: z.ZodOptional<z.ZodString>;
|
|
26289
|
+
entityBindingSynonyms: z.ZodOptional<z.ZodString>;
|
|
26168
26290
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
26169
26291
|
scope: z.ZodEnum<["instance", "collection"]>;
|
|
26170
26292
|
linkedEntity: z.ZodOptional<z.ZodString>;
|
|
@@ -26676,6 +26798,13 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26676
26798
|
}[] | undefined;
|
|
26677
26799
|
linkedEntity?: string | undefined;
|
|
26678
26800
|
description_visual_prompt?: string | undefined;
|
|
26801
|
+
entityRebindable?: boolean | undefined;
|
|
26802
|
+
entityContract?: {
|
|
26803
|
+
requires: string[];
|
|
26804
|
+
provides: string[];
|
|
26805
|
+
} | undefined;
|
|
26806
|
+
entityBindingDescription?: string | undefined;
|
|
26807
|
+
entityBindingSynonyms?: string | undefined;
|
|
26679
26808
|
requiredFields?: {
|
|
26680
26809
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
26681
26810
|
name: string;
|
|
@@ -26807,6 +26936,13 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26807
26936
|
}[] | undefined;
|
|
26808
26937
|
linkedEntity?: string | undefined;
|
|
26809
26938
|
description_visual_prompt?: string | undefined;
|
|
26939
|
+
entityRebindable?: boolean | undefined;
|
|
26940
|
+
entityContract?: {
|
|
26941
|
+
requires: string[];
|
|
26942
|
+
provides: string[];
|
|
26943
|
+
} | undefined;
|
|
26944
|
+
entityBindingDescription?: string | undefined;
|
|
26945
|
+
entityBindingSynonyms?: string | undefined;
|
|
26810
26946
|
requiredFields?: {
|
|
26811
26947
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
26812
26948
|
name: string;
|
|
@@ -26943,6 +27079,13 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26943
27079
|
}[] | undefined;
|
|
26944
27080
|
linkedEntity?: string | undefined;
|
|
26945
27081
|
description_visual_prompt?: string | undefined;
|
|
27082
|
+
entityRebindable?: boolean | undefined;
|
|
27083
|
+
entityContract?: {
|
|
27084
|
+
requires: string[];
|
|
27085
|
+
provides: string[];
|
|
27086
|
+
} | undefined;
|
|
27087
|
+
entityBindingDescription?: string | undefined;
|
|
27088
|
+
entityBindingSynonyms?: string | undefined;
|
|
26946
27089
|
requiredFields?: {
|
|
26947
27090
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
26948
27091
|
name: string;
|
|
@@ -27086,6 +27229,13 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27086
27229
|
}[] | undefined;
|
|
27087
27230
|
linkedEntity?: string | undefined;
|
|
27088
27231
|
description_visual_prompt?: string | undefined;
|
|
27232
|
+
entityRebindable?: boolean | undefined;
|
|
27233
|
+
entityContract?: {
|
|
27234
|
+
requires: string[];
|
|
27235
|
+
provides: string[];
|
|
27236
|
+
} | undefined;
|
|
27237
|
+
entityBindingDescription?: string | undefined;
|
|
27238
|
+
entityBindingSynonyms?: string | undefined;
|
|
27089
27239
|
requiredFields?: {
|
|
27090
27240
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
27091
27241
|
name: string;
|
|
@@ -27493,6 +27643,13 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27493
27643
|
}[] | undefined;
|
|
27494
27644
|
linkedEntity?: string | undefined;
|
|
27495
27645
|
description_visual_prompt?: string | undefined;
|
|
27646
|
+
entityRebindable?: boolean | undefined;
|
|
27647
|
+
entityContract?: {
|
|
27648
|
+
requires: string[];
|
|
27649
|
+
provides: string[];
|
|
27650
|
+
} | undefined;
|
|
27651
|
+
entityBindingDescription?: string | undefined;
|
|
27652
|
+
entityBindingSynonyms?: string | undefined;
|
|
27496
27653
|
requiredFields?: {
|
|
27497
27654
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
27498
27655
|
name: string;
|
|
@@ -27647,6 +27804,13 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27647
27804
|
}[] | undefined;
|
|
27648
27805
|
linkedEntity?: string | undefined;
|
|
27649
27806
|
description_visual_prompt?: string | undefined;
|
|
27807
|
+
entityRebindable?: boolean | undefined;
|
|
27808
|
+
entityContract?: {
|
|
27809
|
+
requires: string[];
|
|
27810
|
+
provides: string[];
|
|
27811
|
+
} | undefined;
|
|
27812
|
+
entityBindingDescription?: string | undefined;
|
|
27813
|
+
entityBindingSynonyms?: string | undefined;
|
|
27650
27814
|
requiredFields?: {
|
|
27651
27815
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
27652
27816
|
name: string;
|
|
@@ -27965,7 +28129,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27965
28129
|
borderHeavy?: string | undefined;
|
|
27966
28130
|
} | undefined;
|
|
27967
28131
|
illustration?: {
|
|
27968
|
-
style?: "
|
|
28132
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
27969
28133
|
emptyAsset?: string | undefined;
|
|
27970
28134
|
loadingAsset?: string | undefined;
|
|
27971
28135
|
errorAsset?: string | undefined;
|
|
@@ -28188,7 +28352,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28188
28352
|
borderHeavy?: string | undefined;
|
|
28189
28353
|
} | undefined;
|
|
28190
28354
|
illustration?: {
|
|
28191
|
-
style?: "
|
|
28355
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
28192
28356
|
emptyAsset?: string | undefined;
|
|
28193
28357
|
loadingAsset?: string | undefined;
|
|
28194
28358
|
errorAsset?: string | undefined;
|
|
@@ -28373,6 +28537,13 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28373
28537
|
}[] | undefined;
|
|
28374
28538
|
linkedEntity?: string | undefined;
|
|
28375
28539
|
description_visual_prompt?: string | undefined;
|
|
28540
|
+
entityRebindable?: boolean | undefined;
|
|
28541
|
+
entityContract?: {
|
|
28542
|
+
requires: string[];
|
|
28543
|
+
provides: string[];
|
|
28544
|
+
} | undefined;
|
|
28545
|
+
entityBindingDescription?: string | undefined;
|
|
28546
|
+
entityBindingSynonyms?: string | undefined;
|
|
28376
28547
|
requiredFields?: {
|
|
28377
28548
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
28378
28549
|
name: string;
|
|
@@ -28527,6 +28698,13 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28527
28698
|
}[] | undefined;
|
|
28528
28699
|
linkedEntity?: string | undefined;
|
|
28529
28700
|
description_visual_prompt?: string | undefined;
|
|
28701
|
+
entityRebindable?: boolean | undefined;
|
|
28702
|
+
entityContract?: {
|
|
28703
|
+
requires: string[];
|
|
28704
|
+
provides: string[];
|
|
28705
|
+
} | undefined;
|
|
28706
|
+
entityBindingDescription?: string | undefined;
|
|
28707
|
+
entityBindingSynonyms?: string | undefined;
|
|
28530
28708
|
requiredFields?: {
|
|
28531
28709
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
28532
28710
|
name: string;
|
|
@@ -28845,7 +29023,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28845
29023
|
borderHeavy?: string | undefined;
|
|
28846
29024
|
} | undefined;
|
|
28847
29025
|
illustration?: {
|
|
28848
|
-
style?: "
|
|
29026
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
28849
29027
|
emptyAsset?: string | undefined;
|
|
28850
29028
|
loadingAsset?: string | undefined;
|
|
28851
29029
|
errorAsset?: string | undefined;
|
|
@@ -29068,7 +29246,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29068
29246
|
borderHeavy?: string | undefined;
|
|
29069
29247
|
} | undefined;
|
|
29070
29248
|
illustration?: {
|
|
29071
|
-
style?: "
|
|
29249
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
29072
29250
|
emptyAsset?: string | undefined;
|
|
29073
29251
|
loadingAsset?: string | undefined;
|
|
29074
29252
|
errorAsset?: string | undefined;
|
|
@@ -30232,13 +30410,13 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
30232
30410
|
errorAsset: z.ZodOptional<z.ZodString>;
|
|
30233
30411
|
onboardingAsset: z.ZodOptional<z.ZodString>;
|
|
30234
30412
|
}, "strip", z.ZodTypeAny, {
|
|
30235
|
-
style?: "
|
|
30413
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
30236
30414
|
emptyAsset?: string | undefined;
|
|
30237
30415
|
loadingAsset?: string | undefined;
|
|
30238
30416
|
errorAsset?: string | undefined;
|
|
30239
30417
|
onboardingAsset?: string | undefined;
|
|
30240
30418
|
}, {
|
|
30241
|
-
style?: "
|
|
30419
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
30242
30420
|
emptyAsset?: string | undefined;
|
|
30243
30421
|
loadingAsset?: string | undefined;
|
|
30244
30422
|
errorAsset?: string | undefined;
|
|
@@ -30462,7 +30640,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
30462
30640
|
borderHeavy?: string | undefined;
|
|
30463
30641
|
} | undefined;
|
|
30464
30642
|
illustration?: {
|
|
30465
|
-
style?: "
|
|
30643
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
30466
30644
|
emptyAsset?: string | undefined;
|
|
30467
30645
|
loadingAsset?: string | undefined;
|
|
30468
30646
|
errorAsset?: string | undefined;
|
|
@@ -30684,7 +30862,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
30684
30862
|
borderHeavy?: string | undefined;
|
|
30685
30863
|
} | undefined;
|
|
30686
30864
|
illustration?: {
|
|
30687
|
-
style?: "
|
|
30865
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
30688
30866
|
emptyAsset?: string | undefined;
|
|
30689
30867
|
loadingAsset?: string | undefined;
|
|
30690
30868
|
errorAsset?: string | undefined;
|
|
@@ -31721,13 +31899,13 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
31721
31899
|
errorAsset: z.ZodOptional<z.ZodString>;
|
|
31722
31900
|
onboardingAsset: z.ZodOptional<z.ZodString>;
|
|
31723
31901
|
}, "strip", z.ZodTypeAny, {
|
|
31724
|
-
style?: "
|
|
31902
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
31725
31903
|
emptyAsset?: string | undefined;
|
|
31726
31904
|
loadingAsset?: string | undefined;
|
|
31727
31905
|
errorAsset?: string | undefined;
|
|
31728
31906
|
onboardingAsset?: string | undefined;
|
|
31729
31907
|
}, {
|
|
31730
|
-
style?: "
|
|
31908
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
31731
31909
|
emptyAsset?: string | undefined;
|
|
31732
31910
|
loadingAsset?: string | undefined;
|
|
31733
31911
|
errorAsset?: string | undefined;
|
|
@@ -31951,7 +32129,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
31951
32129
|
borderHeavy?: string | undefined;
|
|
31952
32130
|
} | undefined;
|
|
31953
32131
|
illustration?: {
|
|
31954
|
-
style?: "
|
|
32132
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
31955
32133
|
emptyAsset?: string | undefined;
|
|
31956
32134
|
loadingAsset?: string | undefined;
|
|
31957
32135
|
errorAsset?: string | undefined;
|
|
@@ -32173,7 +32351,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32173
32351
|
borderHeavy?: string | undefined;
|
|
32174
32352
|
} | undefined;
|
|
32175
32353
|
illustration?: {
|
|
32176
|
-
style?: "
|
|
32354
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
32177
32355
|
emptyAsset?: string | undefined;
|
|
32178
32356
|
loadingAsset?: string | undefined;
|
|
32179
32357
|
errorAsset?: string | undefined;
|
|
@@ -32398,7 +32576,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32398
32576
|
borderHeavy?: string | undefined;
|
|
32399
32577
|
} | undefined;
|
|
32400
32578
|
illustration?: {
|
|
32401
|
-
style?: "
|
|
32579
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
32402
32580
|
emptyAsset?: string | undefined;
|
|
32403
32581
|
loadingAsset?: string | undefined;
|
|
32404
32582
|
errorAsset?: string | undefined;
|
|
@@ -32621,7 +32799,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32621
32799
|
borderHeavy?: string | undefined;
|
|
32622
32800
|
} | undefined;
|
|
32623
32801
|
illustration?: {
|
|
32624
|
-
style?: "
|
|
32802
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
32625
32803
|
emptyAsset?: string | undefined;
|
|
32626
32804
|
loadingAsset?: string | undefined;
|
|
32627
32805
|
errorAsset?: string | undefined;
|
|
@@ -32846,7 +33024,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32846
33024
|
borderHeavy?: string | undefined;
|
|
32847
33025
|
} | undefined;
|
|
32848
33026
|
illustration?: {
|
|
32849
|
-
style?: "
|
|
33027
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
32850
33028
|
emptyAsset?: string | undefined;
|
|
32851
33029
|
loadingAsset?: string | undefined;
|
|
32852
33030
|
errorAsset?: string | undefined;
|
|
@@ -33069,7 +33247,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33069
33247
|
borderHeavy?: string | undefined;
|
|
33070
33248
|
} | undefined;
|
|
33071
33249
|
illustration?: {
|
|
33072
|
-
style?: "
|
|
33250
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
33073
33251
|
emptyAsset?: string | undefined;
|
|
33074
33252
|
loadingAsset?: string | undefined;
|
|
33075
33253
|
errorAsset?: string | undefined;
|
|
@@ -33345,6 +33523,19 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33345
33523
|
description: z.ZodOptional<z.ZodString>;
|
|
33346
33524
|
description_visual_prompt: z.ZodOptional<z.ZodString>;
|
|
33347
33525
|
category: z.ZodOptional<z.ZodEnum<["lifecycle", "temporal", "validation", "notification", "integration", "interaction", "agent", "game-core", "game-character", "game-ai", "game-combat", "game-items", "game-cards", "game-board", "game-puzzle"]>>;
|
|
33526
|
+
entityRebindable: z.ZodOptional<z.ZodBoolean>;
|
|
33527
|
+
entityContract: z.ZodOptional<z.ZodObject<{
|
|
33528
|
+
requires: z.ZodArray<z.ZodString, "many">;
|
|
33529
|
+
provides: z.ZodArray<z.ZodString, "many">;
|
|
33530
|
+
}, "strip", z.ZodTypeAny, {
|
|
33531
|
+
requires: string[];
|
|
33532
|
+
provides: string[];
|
|
33533
|
+
}, {
|
|
33534
|
+
requires: string[];
|
|
33535
|
+
provides: string[];
|
|
33536
|
+
}>>;
|
|
33537
|
+
entityBindingDescription: z.ZodOptional<z.ZodString>;
|
|
33538
|
+
entityBindingSynonyms: z.ZodOptional<z.ZodString>;
|
|
33348
33539
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
33349
33540
|
scope: z.ZodEnum<["instance", "collection"]>;
|
|
33350
33541
|
linkedEntity: z.ZodOptional<z.ZodString>;
|
|
@@ -33856,6 +34047,13 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33856
34047
|
}[] | undefined;
|
|
33857
34048
|
linkedEntity?: string | undefined;
|
|
33858
34049
|
description_visual_prompt?: string | undefined;
|
|
34050
|
+
entityRebindable?: boolean | undefined;
|
|
34051
|
+
entityContract?: {
|
|
34052
|
+
requires: string[];
|
|
34053
|
+
provides: string[];
|
|
34054
|
+
} | undefined;
|
|
34055
|
+
entityBindingDescription?: string | undefined;
|
|
34056
|
+
entityBindingSynonyms?: string | undefined;
|
|
33859
34057
|
requiredFields?: {
|
|
33860
34058
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
33861
34059
|
name: string;
|
|
@@ -33987,6 +34185,13 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33987
34185
|
}[] | undefined;
|
|
33988
34186
|
linkedEntity?: string | undefined;
|
|
33989
34187
|
description_visual_prompt?: string | undefined;
|
|
34188
|
+
entityRebindable?: boolean | undefined;
|
|
34189
|
+
entityContract?: {
|
|
34190
|
+
requires: string[];
|
|
34191
|
+
provides: string[];
|
|
34192
|
+
} | undefined;
|
|
34193
|
+
entityBindingDescription?: string | undefined;
|
|
34194
|
+
entityBindingSynonyms?: string | undefined;
|
|
33990
34195
|
requiredFields?: {
|
|
33991
34196
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
33992
34197
|
name: string;
|
|
@@ -34152,6 +34357,19 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34152
34357
|
description: z.ZodOptional<z.ZodString>;
|
|
34153
34358
|
description_visual_prompt: z.ZodOptional<z.ZodString>;
|
|
34154
34359
|
category: z.ZodOptional<z.ZodEnum<["lifecycle", "temporal", "validation", "notification", "integration", "interaction", "agent", "game-core", "game-character", "game-ai", "game-combat", "game-items", "game-cards", "game-board", "game-puzzle"]>>;
|
|
34360
|
+
entityRebindable: z.ZodOptional<z.ZodBoolean>;
|
|
34361
|
+
entityContract: z.ZodOptional<z.ZodObject<{
|
|
34362
|
+
requires: z.ZodArray<z.ZodString, "many">;
|
|
34363
|
+
provides: z.ZodArray<z.ZodString, "many">;
|
|
34364
|
+
}, "strip", z.ZodTypeAny, {
|
|
34365
|
+
requires: string[];
|
|
34366
|
+
provides: string[];
|
|
34367
|
+
}, {
|
|
34368
|
+
requires: string[];
|
|
34369
|
+
provides: string[];
|
|
34370
|
+
}>>;
|
|
34371
|
+
entityBindingDescription: z.ZodOptional<z.ZodString>;
|
|
34372
|
+
entityBindingSynonyms: z.ZodOptional<z.ZodString>;
|
|
34155
34373
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
34156
34374
|
scope: z.ZodEnum<["instance", "collection"]>;
|
|
34157
34375
|
linkedEntity: z.ZodOptional<z.ZodString>;
|
|
@@ -34663,6 +34881,13 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34663
34881
|
}[] | undefined;
|
|
34664
34882
|
linkedEntity?: string | undefined;
|
|
34665
34883
|
description_visual_prompt?: string | undefined;
|
|
34884
|
+
entityRebindable?: boolean | undefined;
|
|
34885
|
+
entityContract?: {
|
|
34886
|
+
requires: string[];
|
|
34887
|
+
provides: string[];
|
|
34888
|
+
} | undefined;
|
|
34889
|
+
entityBindingDescription?: string | undefined;
|
|
34890
|
+
entityBindingSynonyms?: string | undefined;
|
|
34666
34891
|
requiredFields?: {
|
|
34667
34892
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
34668
34893
|
name: string;
|
|
@@ -34794,6 +35019,13 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34794
35019
|
}[] | undefined;
|
|
34795
35020
|
linkedEntity?: string | undefined;
|
|
34796
35021
|
description_visual_prompt?: string | undefined;
|
|
35022
|
+
entityRebindable?: boolean | undefined;
|
|
35023
|
+
entityContract?: {
|
|
35024
|
+
requires: string[];
|
|
35025
|
+
provides: string[];
|
|
35026
|
+
} | undefined;
|
|
35027
|
+
entityBindingDescription?: string | undefined;
|
|
35028
|
+
entityBindingSynonyms?: string | undefined;
|
|
34797
35029
|
requiredFields?: {
|
|
34798
35030
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
34799
35031
|
name: string;
|
|
@@ -34930,6 +35162,13 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34930
35162
|
}[] | undefined;
|
|
34931
35163
|
linkedEntity?: string | undefined;
|
|
34932
35164
|
description_visual_prompt?: string | undefined;
|
|
35165
|
+
entityRebindable?: boolean | undefined;
|
|
35166
|
+
entityContract?: {
|
|
35167
|
+
requires: string[];
|
|
35168
|
+
provides: string[];
|
|
35169
|
+
} | undefined;
|
|
35170
|
+
entityBindingDescription?: string | undefined;
|
|
35171
|
+
entityBindingSynonyms?: string | undefined;
|
|
34933
35172
|
requiredFields?: {
|
|
34934
35173
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
34935
35174
|
name: string;
|
|
@@ -35073,6 +35312,13 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35073
35312
|
}[] | undefined;
|
|
35074
35313
|
linkedEntity?: string | undefined;
|
|
35075
35314
|
description_visual_prompt?: string | undefined;
|
|
35315
|
+
entityRebindable?: boolean | undefined;
|
|
35316
|
+
entityContract?: {
|
|
35317
|
+
requires: string[];
|
|
35318
|
+
provides: string[];
|
|
35319
|
+
} | undefined;
|
|
35320
|
+
entityBindingDescription?: string | undefined;
|
|
35321
|
+
entityBindingSynonyms?: string | undefined;
|
|
35076
35322
|
requiredFields?: {
|
|
35077
35323
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
35078
35324
|
name: string;
|
|
@@ -35480,6 +35726,13 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35480
35726
|
}[] | undefined;
|
|
35481
35727
|
linkedEntity?: string | undefined;
|
|
35482
35728
|
description_visual_prompt?: string | undefined;
|
|
35729
|
+
entityRebindable?: boolean | undefined;
|
|
35730
|
+
entityContract?: {
|
|
35731
|
+
requires: string[];
|
|
35732
|
+
provides: string[];
|
|
35733
|
+
} | undefined;
|
|
35734
|
+
entityBindingDescription?: string | undefined;
|
|
35735
|
+
entityBindingSynonyms?: string | undefined;
|
|
35483
35736
|
requiredFields?: {
|
|
35484
35737
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
35485
35738
|
name: string;
|
|
@@ -35634,6 +35887,13 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35634
35887
|
}[] | undefined;
|
|
35635
35888
|
linkedEntity?: string | undefined;
|
|
35636
35889
|
description_visual_prompt?: string | undefined;
|
|
35890
|
+
entityRebindable?: boolean | undefined;
|
|
35891
|
+
entityContract?: {
|
|
35892
|
+
requires: string[];
|
|
35893
|
+
provides: string[];
|
|
35894
|
+
} | undefined;
|
|
35895
|
+
entityBindingDescription?: string | undefined;
|
|
35896
|
+
entityBindingSynonyms?: string | undefined;
|
|
35637
35897
|
requiredFields?: {
|
|
35638
35898
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
35639
35899
|
name: string;
|
|
@@ -35952,7 +36212,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35952
36212
|
borderHeavy?: string | undefined;
|
|
35953
36213
|
} | undefined;
|
|
35954
36214
|
illustration?: {
|
|
35955
|
-
style?: "
|
|
36215
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
35956
36216
|
emptyAsset?: string | undefined;
|
|
35957
36217
|
loadingAsset?: string | undefined;
|
|
35958
36218
|
errorAsset?: string | undefined;
|
|
@@ -36175,7 +36435,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36175
36435
|
borderHeavy?: string | undefined;
|
|
36176
36436
|
} | undefined;
|
|
36177
36437
|
illustration?: {
|
|
36178
|
-
style?: "
|
|
36438
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
36179
36439
|
emptyAsset?: string | undefined;
|
|
36180
36440
|
loadingAsset?: string | undefined;
|
|
36181
36441
|
errorAsset?: string | undefined;
|
|
@@ -36360,6 +36620,13 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36360
36620
|
}[] | undefined;
|
|
36361
36621
|
linkedEntity?: string | undefined;
|
|
36362
36622
|
description_visual_prompt?: string | undefined;
|
|
36623
|
+
entityRebindable?: boolean | undefined;
|
|
36624
|
+
entityContract?: {
|
|
36625
|
+
requires: string[];
|
|
36626
|
+
provides: string[];
|
|
36627
|
+
} | undefined;
|
|
36628
|
+
entityBindingDescription?: string | undefined;
|
|
36629
|
+
entityBindingSynonyms?: string | undefined;
|
|
36363
36630
|
requiredFields?: {
|
|
36364
36631
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
36365
36632
|
name: string;
|
|
@@ -36514,6 +36781,13 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36514
36781
|
}[] | undefined;
|
|
36515
36782
|
linkedEntity?: string | undefined;
|
|
36516
36783
|
description_visual_prompt?: string | undefined;
|
|
36784
|
+
entityRebindable?: boolean | undefined;
|
|
36785
|
+
entityContract?: {
|
|
36786
|
+
requires: string[];
|
|
36787
|
+
provides: string[];
|
|
36788
|
+
} | undefined;
|
|
36789
|
+
entityBindingDescription?: string | undefined;
|
|
36790
|
+
entityBindingSynonyms?: string | undefined;
|
|
36517
36791
|
requiredFields?: {
|
|
36518
36792
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
36519
36793
|
name: string;
|
|
@@ -36832,7 +37106,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36832
37106
|
borderHeavy?: string | undefined;
|
|
36833
37107
|
} | undefined;
|
|
36834
37108
|
illustration?: {
|
|
36835
|
-
style?: "
|
|
37109
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
36836
37110
|
emptyAsset?: string | undefined;
|
|
36837
37111
|
loadingAsset?: string | undefined;
|
|
36838
37112
|
errorAsset?: string | undefined;
|
|
@@ -37055,7 +37329,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37055
37329
|
borderHeavy?: string | undefined;
|
|
37056
37330
|
} | undefined;
|
|
37057
37331
|
illustration?: {
|
|
37058
|
-
style?: "
|
|
37332
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
37059
37333
|
emptyAsset?: string | undefined;
|
|
37060
37334
|
loadingAsset?: string | undefined;
|
|
37061
37335
|
errorAsset?: string | undefined;
|
|
@@ -38226,13 +38500,13 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
38226
38500
|
errorAsset: z.ZodOptional<z.ZodString>;
|
|
38227
38501
|
onboardingAsset: z.ZodOptional<z.ZodString>;
|
|
38228
38502
|
}, "strip", z.ZodTypeAny, {
|
|
38229
|
-
style?: "
|
|
38503
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
38230
38504
|
emptyAsset?: string | undefined;
|
|
38231
38505
|
loadingAsset?: string | undefined;
|
|
38232
38506
|
errorAsset?: string | undefined;
|
|
38233
38507
|
onboardingAsset?: string | undefined;
|
|
38234
38508
|
}, {
|
|
38235
|
-
style?: "
|
|
38509
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
38236
38510
|
emptyAsset?: string | undefined;
|
|
38237
38511
|
loadingAsset?: string | undefined;
|
|
38238
38512
|
errorAsset?: string | undefined;
|
|
@@ -38456,7 +38730,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
38456
38730
|
borderHeavy?: string | undefined;
|
|
38457
38731
|
} | undefined;
|
|
38458
38732
|
illustration?: {
|
|
38459
|
-
style?: "
|
|
38733
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
38460
38734
|
emptyAsset?: string | undefined;
|
|
38461
38735
|
loadingAsset?: string | undefined;
|
|
38462
38736
|
errorAsset?: string | undefined;
|
|
@@ -38678,7 +38952,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
38678
38952
|
borderHeavy?: string | undefined;
|
|
38679
38953
|
} | undefined;
|
|
38680
38954
|
illustration?: {
|
|
38681
|
-
style?: "
|
|
38955
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
38682
38956
|
emptyAsset?: string | undefined;
|
|
38683
38957
|
loadingAsset?: string | undefined;
|
|
38684
38958
|
errorAsset?: string | undefined;
|
|
@@ -39715,13 +39989,13 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
39715
39989
|
errorAsset: z.ZodOptional<z.ZodString>;
|
|
39716
39990
|
onboardingAsset: z.ZodOptional<z.ZodString>;
|
|
39717
39991
|
}, "strip", z.ZodTypeAny, {
|
|
39718
|
-
style?: "
|
|
39992
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
39719
39993
|
emptyAsset?: string | undefined;
|
|
39720
39994
|
loadingAsset?: string | undefined;
|
|
39721
39995
|
errorAsset?: string | undefined;
|
|
39722
39996
|
onboardingAsset?: string | undefined;
|
|
39723
39997
|
}, {
|
|
39724
|
-
style?: "
|
|
39998
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
39725
39999
|
emptyAsset?: string | undefined;
|
|
39726
40000
|
loadingAsset?: string | undefined;
|
|
39727
40001
|
errorAsset?: string | undefined;
|
|
@@ -39945,7 +40219,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
39945
40219
|
borderHeavy?: string | undefined;
|
|
39946
40220
|
} | undefined;
|
|
39947
40221
|
illustration?: {
|
|
39948
|
-
style?: "
|
|
40222
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
39949
40223
|
emptyAsset?: string | undefined;
|
|
39950
40224
|
loadingAsset?: string | undefined;
|
|
39951
40225
|
errorAsset?: string | undefined;
|
|
@@ -40167,7 +40441,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40167
40441
|
borderHeavy?: string | undefined;
|
|
40168
40442
|
} | undefined;
|
|
40169
40443
|
illustration?: {
|
|
40170
|
-
style?: "
|
|
40444
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
40171
40445
|
emptyAsset?: string | undefined;
|
|
40172
40446
|
loadingAsset?: string | undefined;
|
|
40173
40447
|
errorAsset?: string | undefined;
|
|
@@ -40392,7 +40666,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40392
40666
|
borderHeavy?: string | undefined;
|
|
40393
40667
|
} | undefined;
|
|
40394
40668
|
illustration?: {
|
|
40395
|
-
style?: "
|
|
40669
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
40396
40670
|
emptyAsset?: string | undefined;
|
|
40397
40671
|
loadingAsset?: string | undefined;
|
|
40398
40672
|
errorAsset?: string | undefined;
|
|
@@ -40615,7 +40889,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40615
40889
|
borderHeavy?: string | undefined;
|
|
40616
40890
|
} | undefined;
|
|
40617
40891
|
illustration?: {
|
|
40618
|
-
style?: "
|
|
40892
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
40619
40893
|
emptyAsset?: string | undefined;
|
|
40620
40894
|
loadingAsset?: string | undefined;
|
|
40621
40895
|
errorAsset?: string | undefined;
|
|
@@ -40840,7 +41114,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40840
41114
|
borderHeavy?: string | undefined;
|
|
40841
41115
|
} | undefined;
|
|
40842
41116
|
illustration?: {
|
|
40843
|
-
style?: "
|
|
41117
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
40844
41118
|
emptyAsset?: string | undefined;
|
|
40845
41119
|
loadingAsset?: string | undefined;
|
|
40846
41120
|
errorAsset?: string | undefined;
|
|
@@ -41063,7 +41337,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
41063
41337
|
borderHeavy?: string | undefined;
|
|
41064
41338
|
} | undefined;
|
|
41065
41339
|
illustration?: {
|
|
41066
|
-
style?: "
|
|
41340
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
41067
41341
|
emptyAsset?: string | undefined;
|
|
41068
41342
|
loadingAsset?: string | undefined;
|
|
41069
41343
|
errorAsset?: string | undefined;
|
|
@@ -41339,6 +41613,19 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
41339
41613
|
description: z.ZodOptional<z.ZodString>;
|
|
41340
41614
|
description_visual_prompt: z.ZodOptional<z.ZodString>;
|
|
41341
41615
|
category: z.ZodOptional<z.ZodEnum<["lifecycle", "temporal", "validation", "notification", "integration", "interaction", "agent", "game-core", "game-character", "game-ai", "game-combat", "game-items", "game-cards", "game-board", "game-puzzle"]>>;
|
|
41616
|
+
entityRebindable: z.ZodOptional<z.ZodBoolean>;
|
|
41617
|
+
entityContract: z.ZodOptional<z.ZodObject<{
|
|
41618
|
+
requires: z.ZodArray<z.ZodString, "many">;
|
|
41619
|
+
provides: z.ZodArray<z.ZodString, "many">;
|
|
41620
|
+
}, "strip", z.ZodTypeAny, {
|
|
41621
|
+
requires: string[];
|
|
41622
|
+
provides: string[];
|
|
41623
|
+
}, {
|
|
41624
|
+
requires: string[];
|
|
41625
|
+
provides: string[];
|
|
41626
|
+
}>>;
|
|
41627
|
+
entityBindingDescription: z.ZodOptional<z.ZodString>;
|
|
41628
|
+
entityBindingSynonyms: z.ZodOptional<z.ZodString>;
|
|
41342
41629
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
41343
41630
|
scope: z.ZodEnum<["instance", "collection"]>;
|
|
41344
41631
|
linkedEntity: z.ZodOptional<z.ZodString>;
|
|
@@ -41850,6 +42137,13 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
41850
42137
|
}[] | undefined;
|
|
41851
42138
|
linkedEntity?: string | undefined;
|
|
41852
42139
|
description_visual_prompt?: string | undefined;
|
|
42140
|
+
entityRebindable?: boolean | undefined;
|
|
42141
|
+
entityContract?: {
|
|
42142
|
+
requires: string[];
|
|
42143
|
+
provides: string[];
|
|
42144
|
+
} | undefined;
|
|
42145
|
+
entityBindingDescription?: string | undefined;
|
|
42146
|
+
entityBindingSynonyms?: string | undefined;
|
|
41853
42147
|
requiredFields?: {
|
|
41854
42148
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
41855
42149
|
name: string;
|
|
@@ -41981,6 +42275,13 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
41981
42275
|
}[] | undefined;
|
|
41982
42276
|
linkedEntity?: string | undefined;
|
|
41983
42277
|
description_visual_prompt?: string | undefined;
|
|
42278
|
+
entityRebindable?: boolean | undefined;
|
|
42279
|
+
entityContract?: {
|
|
42280
|
+
requires: string[];
|
|
42281
|
+
provides: string[];
|
|
42282
|
+
} | undefined;
|
|
42283
|
+
entityBindingDescription?: string | undefined;
|
|
42284
|
+
entityBindingSynonyms?: string | undefined;
|
|
41984
42285
|
requiredFields?: {
|
|
41985
42286
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
41986
42287
|
name: string;
|
|
@@ -42146,6 +42447,19 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42146
42447
|
description: z.ZodOptional<z.ZodString>;
|
|
42147
42448
|
description_visual_prompt: z.ZodOptional<z.ZodString>;
|
|
42148
42449
|
category: z.ZodOptional<z.ZodEnum<["lifecycle", "temporal", "validation", "notification", "integration", "interaction", "agent", "game-core", "game-character", "game-ai", "game-combat", "game-items", "game-cards", "game-board", "game-puzzle"]>>;
|
|
42450
|
+
entityRebindable: z.ZodOptional<z.ZodBoolean>;
|
|
42451
|
+
entityContract: z.ZodOptional<z.ZodObject<{
|
|
42452
|
+
requires: z.ZodArray<z.ZodString, "many">;
|
|
42453
|
+
provides: z.ZodArray<z.ZodString, "many">;
|
|
42454
|
+
}, "strip", z.ZodTypeAny, {
|
|
42455
|
+
requires: string[];
|
|
42456
|
+
provides: string[];
|
|
42457
|
+
}, {
|
|
42458
|
+
requires: string[];
|
|
42459
|
+
provides: string[];
|
|
42460
|
+
}>>;
|
|
42461
|
+
entityBindingDescription: z.ZodOptional<z.ZodString>;
|
|
42462
|
+
entityBindingSynonyms: z.ZodOptional<z.ZodString>;
|
|
42149
42463
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
42150
42464
|
scope: z.ZodEnum<["instance", "collection"]>;
|
|
42151
42465
|
linkedEntity: z.ZodOptional<z.ZodString>;
|
|
@@ -42657,6 +42971,13 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42657
42971
|
}[] | undefined;
|
|
42658
42972
|
linkedEntity?: string | undefined;
|
|
42659
42973
|
description_visual_prompt?: string | undefined;
|
|
42974
|
+
entityRebindable?: boolean | undefined;
|
|
42975
|
+
entityContract?: {
|
|
42976
|
+
requires: string[];
|
|
42977
|
+
provides: string[];
|
|
42978
|
+
} | undefined;
|
|
42979
|
+
entityBindingDescription?: string | undefined;
|
|
42980
|
+
entityBindingSynonyms?: string | undefined;
|
|
42660
42981
|
requiredFields?: {
|
|
42661
42982
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
42662
42983
|
name: string;
|
|
@@ -42788,6 +43109,13 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42788
43109
|
}[] | undefined;
|
|
42789
43110
|
linkedEntity?: string | undefined;
|
|
42790
43111
|
description_visual_prompt?: string | undefined;
|
|
43112
|
+
entityRebindable?: boolean | undefined;
|
|
43113
|
+
entityContract?: {
|
|
43114
|
+
requires: string[];
|
|
43115
|
+
provides: string[];
|
|
43116
|
+
} | undefined;
|
|
43117
|
+
entityBindingDescription?: string | undefined;
|
|
43118
|
+
entityBindingSynonyms?: string | undefined;
|
|
42791
43119
|
requiredFields?: {
|
|
42792
43120
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
42793
43121
|
name: string;
|
|
@@ -42924,6 +43252,13 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42924
43252
|
}[] | undefined;
|
|
42925
43253
|
linkedEntity?: string | undefined;
|
|
42926
43254
|
description_visual_prompt?: string | undefined;
|
|
43255
|
+
entityRebindable?: boolean | undefined;
|
|
43256
|
+
entityContract?: {
|
|
43257
|
+
requires: string[];
|
|
43258
|
+
provides: string[];
|
|
43259
|
+
} | undefined;
|
|
43260
|
+
entityBindingDescription?: string | undefined;
|
|
43261
|
+
entityBindingSynonyms?: string | undefined;
|
|
42927
43262
|
requiredFields?: {
|
|
42928
43263
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
42929
43264
|
name: string;
|
|
@@ -43067,6 +43402,13 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43067
43402
|
}[] | undefined;
|
|
43068
43403
|
linkedEntity?: string | undefined;
|
|
43069
43404
|
description_visual_prompt?: string | undefined;
|
|
43405
|
+
entityRebindable?: boolean | undefined;
|
|
43406
|
+
entityContract?: {
|
|
43407
|
+
requires: string[];
|
|
43408
|
+
provides: string[];
|
|
43409
|
+
} | undefined;
|
|
43410
|
+
entityBindingDescription?: string | undefined;
|
|
43411
|
+
entityBindingSynonyms?: string | undefined;
|
|
43070
43412
|
requiredFields?: {
|
|
43071
43413
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
43072
43414
|
name: string;
|
|
@@ -43474,6 +43816,13 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43474
43816
|
}[] | undefined;
|
|
43475
43817
|
linkedEntity?: string | undefined;
|
|
43476
43818
|
description_visual_prompt?: string | undefined;
|
|
43819
|
+
entityRebindable?: boolean | undefined;
|
|
43820
|
+
entityContract?: {
|
|
43821
|
+
requires: string[];
|
|
43822
|
+
provides: string[];
|
|
43823
|
+
} | undefined;
|
|
43824
|
+
entityBindingDescription?: string | undefined;
|
|
43825
|
+
entityBindingSynonyms?: string | undefined;
|
|
43477
43826
|
requiredFields?: {
|
|
43478
43827
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
43479
43828
|
name: string;
|
|
@@ -43628,6 +43977,13 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43628
43977
|
}[] | undefined;
|
|
43629
43978
|
linkedEntity?: string | undefined;
|
|
43630
43979
|
description_visual_prompt?: string | undefined;
|
|
43980
|
+
entityRebindable?: boolean | undefined;
|
|
43981
|
+
entityContract?: {
|
|
43982
|
+
requires: string[];
|
|
43983
|
+
provides: string[];
|
|
43984
|
+
} | undefined;
|
|
43985
|
+
entityBindingDescription?: string | undefined;
|
|
43986
|
+
entityBindingSynonyms?: string | undefined;
|
|
43631
43987
|
requiredFields?: {
|
|
43632
43988
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
43633
43989
|
name: string;
|
|
@@ -43946,7 +44302,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43946
44302
|
borderHeavy?: string | undefined;
|
|
43947
44303
|
} | undefined;
|
|
43948
44304
|
illustration?: {
|
|
43949
|
-
style?: "
|
|
44305
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
43950
44306
|
emptyAsset?: string | undefined;
|
|
43951
44307
|
loadingAsset?: string | undefined;
|
|
43952
44308
|
errorAsset?: string | undefined;
|
|
@@ -44169,7 +44525,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44169
44525
|
borderHeavy?: string | undefined;
|
|
44170
44526
|
} | undefined;
|
|
44171
44527
|
illustration?: {
|
|
44172
|
-
style?: "
|
|
44528
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
44173
44529
|
emptyAsset?: string | undefined;
|
|
44174
44530
|
loadingAsset?: string | undefined;
|
|
44175
44531
|
errorAsset?: string | undefined;
|
|
@@ -44354,6 +44710,13 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44354
44710
|
}[] | undefined;
|
|
44355
44711
|
linkedEntity?: string | undefined;
|
|
44356
44712
|
description_visual_prompt?: string | undefined;
|
|
44713
|
+
entityRebindable?: boolean | undefined;
|
|
44714
|
+
entityContract?: {
|
|
44715
|
+
requires: string[];
|
|
44716
|
+
provides: string[];
|
|
44717
|
+
} | undefined;
|
|
44718
|
+
entityBindingDescription?: string | undefined;
|
|
44719
|
+
entityBindingSynonyms?: string | undefined;
|
|
44357
44720
|
requiredFields?: {
|
|
44358
44721
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
44359
44722
|
name: string;
|
|
@@ -44508,6 +44871,13 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44508
44871
|
}[] | undefined;
|
|
44509
44872
|
linkedEntity?: string | undefined;
|
|
44510
44873
|
description_visual_prompt?: string | undefined;
|
|
44874
|
+
entityRebindable?: boolean | undefined;
|
|
44875
|
+
entityContract?: {
|
|
44876
|
+
requires: string[];
|
|
44877
|
+
provides: string[];
|
|
44878
|
+
} | undefined;
|
|
44879
|
+
entityBindingDescription?: string | undefined;
|
|
44880
|
+
entityBindingSynonyms?: string | undefined;
|
|
44511
44881
|
requiredFields?: {
|
|
44512
44882
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
44513
44883
|
name: string;
|
|
@@ -44826,7 +45196,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44826
45196
|
borderHeavy?: string | undefined;
|
|
44827
45197
|
} | undefined;
|
|
44828
45198
|
illustration?: {
|
|
44829
|
-
style?: "
|
|
45199
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
44830
45200
|
emptyAsset?: string | undefined;
|
|
44831
45201
|
loadingAsset?: string | undefined;
|
|
44832
45202
|
errorAsset?: string | undefined;
|
|
@@ -45049,7 +45419,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45049
45419
|
borderHeavy?: string | undefined;
|
|
45050
45420
|
} | undefined;
|
|
45051
45421
|
illustration?: {
|
|
45052
|
-
style?: "
|
|
45422
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
45053
45423
|
emptyAsset?: string | undefined;
|
|
45054
45424
|
loadingAsset?: string | undefined;
|
|
45055
45425
|
errorAsset?: string | undefined;
|
|
@@ -46470,13 +46840,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
46470
46840
|
errorAsset: z.ZodOptional<z.ZodString>;
|
|
46471
46841
|
onboardingAsset: z.ZodOptional<z.ZodString>;
|
|
46472
46842
|
}, "strip", z.ZodTypeAny, {
|
|
46473
|
-
style?: "
|
|
46843
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
46474
46844
|
emptyAsset?: string | undefined;
|
|
46475
46845
|
loadingAsset?: string | undefined;
|
|
46476
46846
|
errorAsset?: string | undefined;
|
|
46477
46847
|
onboardingAsset?: string | undefined;
|
|
46478
46848
|
}, {
|
|
46479
|
-
style?: "
|
|
46849
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
46480
46850
|
emptyAsset?: string | undefined;
|
|
46481
46851
|
loadingAsset?: string | undefined;
|
|
46482
46852
|
errorAsset?: string | undefined;
|
|
@@ -46700,7 +47070,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
46700
47070
|
borderHeavy?: string | undefined;
|
|
46701
47071
|
} | undefined;
|
|
46702
47072
|
illustration?: {
|
|
46703
|
-
style?: "
|
|
47073
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
46704
47074
|
emptyAsset?: string | undefined;
|
|
46705
47075
|
loadingAsset?: string | undefined;
|
|
46706
47076
|
errorAsset?: string | undefined;
|
|
@@ -46922,7 +47292,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
46922
47292
|
borderHeavy?: string | undefined;
|
|
46923
47293
|
} | undefined;
|
|
46924
47294
|
illustration?: {
|
|
46925
|
-
style?: "
|
|
47295
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
46926
47296
|
emptyAsset?: string | undefined;
|
|
46927
47297
|
loadingAsset?: string | undefined;
|
|
46928
47298
|
errorAsset?: string | undefined;
|
|
@@ -47959,13 +48329,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
47959
48329
|
errorAsset: z.ZodOptional<z.ZodString>;
|
|
47960
48330
|
onboardingAsset: z.ZodOptional<z.ZodString>;
|
|
47961
48331
|
}, "strip", z.ZodTypeAny, {
|
|
47962
|
-
style?: "
|
|
48332
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
47963
48333
|
emptyAsset?: string | undefined;
|
|
47964
48334
|
loadingAsset?: string | undefined;
|
|
47965
48335
|
errorAsset?: string | undefined;
|
|
47966
48336
|
onboardingAsset?: string | undefined;
|
|
47967
48337
|
}, {
|
|
47968
|
-
style?: "
|
|
48338
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
47969
48339
|
emptyAsset?: string | undefined;
|
|
47970
48340
|
loadingAsset?: string | undefined;
|
|
47971
48341
|
errorAsset?: string | undefined;
|
|
@@ -48189,7 +48559,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
48189
48559
|
borderHeavy?: string | undefined;
|
|
48190
48560
|
} | undefined;
|
|
48191
48561
|
illustration?: {
|
|
48192
|
-
style?: "
|
|
48562
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
48193
48563
|
emptyAsset?: string | undefined;
|
|
48194
48564
|
loadingAsset?: string | undefined;
|
|
48195
48565
|
errorAsset?: string | undefined;
|
|
@@ -48411,7 +48781,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
48411
48781
|
borderHeavy?: string | undefined;
|
|
48412
48782
|
} | undefined;
|
|
48413
48783
|
illustration?: {
|
|
48414
|
-
style?: "
|
|
48784
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
48415
48785
|
emptyAsset?: string | undefined;
|
|
48416
48786
|
loadingAsset?: string | undefined;
|
|
48417
48787
|
errorAsset?: string | undefined;
|
|
@@ -48636,7 +49006,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
48636
49006
|
borderHeavy?: string | undefined;
|
|
48637
49007
|
} | undefined;
|
|
48638
49008
|
illustration?: {
|
|
48639
|
-
style?: "
|
|
49009
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
48640
49010
|
emptyAsset?: string | undefined;
|
|
48641
49011
|
loadingAsset?: string | undefined;
|
|
48642
49012
|
errorAsset?: string | undefined;
|
|
@@ -48859,7 +49229,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
48859
49229
|
borderHeavy?: string | undefined;
|
|
48860
49230
|
} | undefined;
|
|
48861
49231
|
illustration?: {
|
|
48862
|
-
style?: "
|
|
49232
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
48863
49233
|
emptyAsset?: string | undefined;
|
|
48864
49234
|
loadingAsset?: string | undefined;
|
|
48865
49235
|
errorAsset?: string | undefined;
|
|
@@ -49084,7 +49454,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49084
49454
|
borderHeavy?: string | undefined;
|
|
49085
49455
|
} | undefined;
|
|
49086
49456
|
illustration?: {
|
|
49087
|
-
style?: "
|
|
49457
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
49088
49458
|
emptyAsset?: string | undefined;
|
|
49089
49459
|
loadingAsset?: string | undefined;
|
|
49090
49460
|
errorAsset?: string | undefined;
|
|
@@ -49307,7 +49677,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49307
49677
|
borderHeavy?: string | undefined;
|
|
49308
49678
|
} | undefined;
|
|
49309
49679
|
illustration?: {
|
|
49310
|
-
style?: "
|
|
49680
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
49311
49681
|
emptyAsset?: string | undefined;
|
|
49312
49682
|
loadingAsset?: string | undefined;
|
|
49313
49683
|
errorAsset?: string | undefined;
|
|
@@ -49583,6 +49953,19 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49583
49953
|
description: z.ZodOptional<z.ZodString>;
|
|
49584
49954
|
description_visual_prompt: z.ZodOptional<z.ZodString>;
|
|
49585
49955
|
category: z.ZodOptional<z.ZodEnum<["lifecycle", "temporal", "validation", "notification", "integration", "interaction", "agent", "game-core", "game-character", "game-ai", "game-combat", "game-items", "game-cards", "game-board", "game-puzzle"]>>;
|
|
49956
|
+
entityRebindable: z.ZodOptional<z.ZodBoolean>;
|
|
49957
|
+
entityContract: z.ZodOptional<z.ZodObject<{
|
|
49958
|
+
requires: z.ZodArray<z.ZodString, "many">;
|
|
49959
|
+
provides: z.ZodArray<z.ZodString, "many">;
|
|
49960
|
+
}, "strip", z.ZodTypeAny, {
|
|
49961
|
+
requires: string[];
|
|
49962
|
+
provides: string[];
|
|
49963
|
+
}, {
|
|
49964
|
+
requires: string[];
|
|
49965
|
+
provides: string[];
|
|
49966
|
+
}>>;
|
|
49967
|
+
entityBindingDescription: z.ZodOptional<z.ZodString>;
|
|
49968
|
+
entityBindingSynonyms: z.ZodOptional<z.ZodString>;
|
|
49586
49969
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
49587
49970
|
scope: z.ZodEnum<["instance", "collection"]>;
|
|
49588
49971
|
linkedEntity: z.ZodOptional<z.ZodString>;
|
|
@@ -50094,6 +50477,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50094
50477
|
}[] | undefined;
|
|
50095
50478
|
linkedEntity?: string | undefined;
|
|
50096
50479
|
description_visual_prompt?: string | undefined;
|
|
50480
|
+
entityRebindable?: boolean | undefined;
|
|
50481
|
+
entityContract?: {
|
|
50482
|
+
requires: string[];
|
|
50483
|
+
provides: string[];
|
|
50484
|
+
} | undefined;
|
|
50485
|
+
entityBindingDescription?: string | undefined;
|
|
50486
|
+
entityBindingSynonyms?: string | undefined;
|
|
50097
50487
|
requiredFields?: {
|
|
50098
50488
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
50099
50489
|
name: string;
|
|
@@ -50225,6 +50615,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50225
50615
|
}[] | undefined;
|
|
50226
50616
|
linkedEntity?: string | undefined;
|
|
50227
50617
|
description_visual_prompt?: string | undefined;
|
|
50618
|
+
entityRebindable?: boolean | undefined;
|
|
50619
|
+
entityContract?: {
|
|
50620
|
+
requires: string[];
|
|
50621
|
+
provides: string[];
|
|
50622
|
+
} | undefined;
|
|
50623
|
+
entityBindingDescription?: string | undefined;
|
|
50624
|
+
entityBindingSynonyms?: string | undefined;
|
|
50228
50625
|
requiredFields?: {
|
|
50229
50626
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
50230
50627
|
name: string;
|
|
@@ -50390,6 +50787,19 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50390
50787
|
description: z.ZodOptional<z.ZodString>;
|
|
50391
50788
|
description_visual_prompt: z.ZodOptional<z.ZodString>;
|
|
50392
50789
|
category: z.ZodOptional<z.ZodEnum<["lifecycle", "temporal", "validation", "notification", "integration", "interaction", "agent", "game-core", "game-character", "game-ai", "game-combat", "game-items", "game-cards", "game-board", "game-puzzle"]>>;
|
|
50790
|
+
entityRebindable: z.ZodOptional<z.ZodBoolean>;
|
|
50791
|
+
entityContract: z.ZodOptional<z.ZodObject<{
|
|
50792
|
+
requires: z.ZodArray<z.ZodString, "many">;
|
|
50793
|
+
provides: z.ZodArray<z.ZodString, "many">;
|
|
50794
|
+
}, "strip", z.ZodTypeAny, {
|
|
50795
|
+
requires: string[];
|
|
50796
|
+
provides: string[];
|
|
50797
|
+
}, {
|
|
50798
|
+
requires: string[];
|
|
50799
|
+
provides: string[];
|
|
50800
|
+
}>>;
|
|
50801
|
+
entityBindingDescription: z.ZodOptional<z.ZodString>;
|
|
50802
|
+
entityBindingSynonyms: z.ZodOptional<z.ZodString>;
|
|
50393
50803
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
50394
50804
|
scope: z.ZodEnum<["instance", "collection"]>;
|
|
50395
50805
|
linkedEntity: z.ZodOptional<z.ZodString>;
|
|
@@ -50901,6 +51311,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50901
51311
|
}[] | undefined;
|
|
50902
51312
|
linkedEntity?: string | undefined;
|
|
50903
51313
|
description_visual_prompt?: string | undefined;
|
|
51314
|
+
entityRebindable?: boolean | undefined;
|
|
51315
|
+
entityContract?: {
|
|
51316
|
+
requires: string[];
|
|
51317
|
+
provides: string[];
|
|
51318
|
+
} | undefined;
|
|
51319
|
+
entityBindingDescription?: string | undefined;
|
|
51320
|
+
entityBindingSynonyms?: string | undefined;
|
|
50904
51321
|
requiredFields?: {
|
|
50905
51322
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
50906
51323
|
name: string;
|
|
@@ -51032,6 +51449,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51032
51449
|
}[] | undefined;
|
|
51033
51450
|
linkedEntity?: string | undefined;
|
|
51034
51451
|
description_visual_prompt?: string | undefined;
|
|
51452
|
+
entityRebindable?: boolean | undefined;
|
|
51453
|
+
entityContract?: {
|
|
51454
|
+
requires: string[];
|
|
51455
|
+
provides: string[];
|
|
51456
|
+
} | undefined;
|
|
51457
|
+
entityBindingDescription?: string | undefined;
|
|
51458
|
+
entityBindingSynonyms?: string | undefined;
|
|
51035
51459
|
requiredFields?: {
|
|
51036
51460
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
51037
51461
|
name: string;
|
|
@@ -51168,6 +51592,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51168
51592
|
}[] | undefined;
|
|
51169
51593
|
linkedEntity?: string | undefined;
|
|
51170
51594
|
description_visual_prompt?: string | undefined;
|
|
51595
|
+
entityRebindable?: boolean | undefined;
|
|
51596
|
+
entityContract?: {
|
|
51597
|
+
requires: string[];
|
|
51598
|
+
provides: string[];
|
|
51599
|
+
} | undefined;
|
|
51600
|
+
entityBindingDescription?: string | undefined;
|
|
51601
|
+
entityBindingSynonyms?: string | undefined;
|
|
51171
51602
|
requiredFields?: {
|
|
51172
51603
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
51173
51604
|
name: string;
|
|
@@ -51311,6 +51742,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51311
51742
|
}[] | undefined;
|
|
51312
51743
|
linkedEntity?: string | undefined;
|
|
51313
51744
|
description_visual_prompt?: string | undefined;
|
|
51745
|
+
entityRebindable?: boolean | undefined;
|
|
51746
|
+
entityContract?: {
|
|
51747
|
+
requires: string[];
|
|
51748
|
+
provides: string[];
|
|
51749
|
+
} | undefined;
|
|
51750
|
+
entityBindingDescription?: string | undefined;
|
|
51751
|
+
entityBindingSynonyms?: string | undefined;
|
|
51314
51752
|
requiredFields?: {
|
|
51315
51753
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
51316
51754
|
name: string;
|
|
@@ -51718,6 +52156,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51718
52156
|
}[] | undefined;
|
|
51719
52157
|
linkedEntity?: string | undefined;
|
|
51720
52158
|
description_visual_prompt?: string | undefined;
|
|
52159
|
+
entityRebindable?: boolean | undefined;
|
|
52160
|
+
entityContract?: {
|
|
52161
|
+
requires: string[];
|
|
52162
|
+
provides: string[];
|
|
52163
|
+
} | undefined;
|
|
52164
|
+
entityBindingDescription?: string | undefined;
|
|
52165
|
+
entityBindingSynonyms?: string | undefined;
|
|
51721
52166
|
requiredFields?: {
|
|
51722
52167
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
51723
52168
|
name: string;
|
|
@@ -51872,6 +52317,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51872
52317
|
}[] | undefined;
|
|
51873
52318
|
linkedEntity?: string | undefined;
|
|
51874
52319
|
description_visual_prompt?: string | undefined;
|
|
52320
|
+
entityRebindable?: boolean | undefined;
|
|
52321
|
+
entityContract?: {
|
|
52322
|
+
requires: string[];
|
|
52323
|
+
provides: string[];
|
|
52324
|
+
} | undefined;
|
|
52325
|
+
entityBindingDescription?: string | undefined;
|
|
52326
|
+
entityBindingSynonyms?: string | undefined;
|
|
51875
52327
|
requiredFields?: {
|
|
51876
52328
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
51877
52329
|
name: string;
|
|
@@ -52190,7 +52642,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52190
52642
|
borderHeavy?: string | undefined;
|
|
52191
52643
|
} | undefined;
|
|
52192
52644
|
illustration?: {
|
|
52193
|
-
style?: "
|
|
52645
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
52194
52646
|
emptyAsset?: string | undefined;
|
|
52195
52647
|
loadingAsset?: string | undefined;
|
|
52196
52648
|
errorAsset?: string | undefined;
|
|
@@ -52413,7 +52865,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52413
52865
|
borderHeavy?: string | undefined;
|
|
52414
52866
|
} | undefined;
|
|
52415
52867
|
illustration?: {
|
|
52416
|
-
style?: "
|
|
52868
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
52417
52869
|
emptyAsset?: string | undefined;
|
|
52418
52870
|
loadingAsset?: string | undefined;
|
|
52419
52871
|
errorAsset?: string | undefined;
|
|
@@ -52598,6 +53050,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52598
53050
|
}[] | undefined;
|
|
52599
53051
|
linkedEntity?: string | undefined;
|
|
52600
53052
|
description_visual_prompt?: string | undefined;
|
|
53053
|
+
entityRebindable?: boolean | undefined;
|
|
53054
|
+
entityContract?: {
|
|
53055
|
+
requires: string[];
|
|
53056
|
+
provides: string[];
|
|
53057
|
+
} | undefined;
|
|
53058
|
+
entityBindingDescription?: string | undefined;
|
|
53059
|
+
entityBindingSynonyms?: string | undefined;
|
|
52601
53060
|
requiredFields?: {
|
|
52602
53061
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
52603
53062
|
name: string;
|
|
@@ -52752,6 +53211,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52752
53211
|
}[] | undefined;
|
|
52753
53212
|
linkedEntity?: string | undefined;
|
|
52754
53213
|
description_visual_prompt?: string | undefined;
|
|
53214
|
+
entityRebindable?: boolean | undefined;
|
|
53215
|
+
entityContract?: {
|
|
53216
|
+
requires: string[];
|
|
53217
|
+
provides: string[];
|
|
53218
|
+
} | undefined;
|
|
53219
|
+
entityBindingDescription?: string | undefined;
|
|
53220
|
+
entityBindingSynonyms?: string | undefined;
|
|
52755
53221
|
requiredFields?: {
|
|
52756
53222
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
52757
53223
|
name: string;
|
|
@@ -53070,7 +53536,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53070
53536
|
borderHeavy?: string | undefined;
|
|
53071
53537
|
} | undefined;
|
|
53072
53538
|
illustration?: {
|
|
53073
|
-
style?: "
|
|
53539
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
53074
53540
|
emptyAsset?: string | undefined;
|
|
53075
53541
|
loadingAsset?: string | undefined;
|
|
53076
53542
|
errorAsset?: string | undefined;
|
|
@@ -53293,7 +53759,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53293
53759
|
borderHeavy?: string | undefined;
|
|
53294
53760
|
} | undefined;
|
|
53295
53761
|
illustration?: {
|
|
53296
|
-
style?: "
|
|
53762
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
53297
53763
|
emptyAsset?: string | undefined;
|
|
53298
53764
|
loadingAsset?: string | undefined;
|
|
53299
53765
|
errorAsset?: string | undefined;
|
|
@@ -53656,6 +54122,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53656
54122
|
}[] | undefined;
|
|
53657
54123
|
linkedEntity?: string | undefined;
|
|
53658
54124
|
description_visual_prompt?: string | undefined;
|
|
54125
|
+
entityRebindable?: boolean | undefined;
|
|
54126
|
+
entityContract?: {
|
|
54127
|
+
requires: string[];
|
|
54128
|
+
provides: string[];
|
|
54129
|
+
} | undefined;
|
|
54130
|
+
entityBindingDescription?: string | undefined;
|
|
54131
|
+
entityBindingSynonyms?: string | undefined;
|
|
53659
54132
|
requiredFields?: {
|
|
53660
54133
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
53661
54134
|
name: string;
|
|
@@ -53810,6 +54283,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53810
54283
|
}[] | undefined;
|
|
53811
54284
|
linkedEntity?: string | undefined;
|
|
53812
54285
|
description_visual_prompt?: string | undefined;
|
|
54286
|
+
entityRebindable?: boolean | undefined;
|
|
54287
|
+
entityContract?: {
|
|
54288
|
+
requires: string[];
|
|
54289
|
+
provides: string[];
|
|
54290
|
+
} | undefined;
|
|
54291
|
+
entityBindingDescription?: string | undefined;
|
|
54292
|
+
entityBindingSynonyms?: string | undefined;
|
|
53813
54293
|
requiredFields?: {
|
|
53814
54294
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
53815
54295
|
name: string;
|
|
@@ -54128,7 +54608,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54128
54608
|
borderHeavy?: string | undefined;
|
|
54129
54609
|
} | undefined;
|
|
54130
54610
|
illustration?: {
|
|
54131
|
-
style?: "
|
|
54611
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
54132
54612
|
emptyAsset?: string | undefined;
|
|
54133
54613
|
loadingAsset?: string | undefined;
|
|
54134
54614
|
errorAsset?: string | undefined;
|
|
@@ -54351,7 +54831,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54351
54831
|
borderHeavy?: string | undefined;
|
|
54352
54832
|
} | undefined;
|
|
54353
54833
|
illustration?: {
|
|
54354
|
-
style?: "
|
|
54834
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
54355
54835
|
emptyAsset?: string | undefined;
|
|
54356
54836
|
loadingAsset?: string | undefined;
|
|
54357
54837
|
errorAsset?: string | undefined;
|
|
@@ -54626,6 +55106,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54626
55106
|
}[] | undefined;
|
|
54627
55107
|
linkedEntity?: string | undefined;
|
|
54628
55108
|
description_visual_prompt?: string | undefined;
|
|
55109
|
+
entityRebindable?: boolean | undefined;
|
|
55110
|
+
entityContract?: {
|
|
55111
|
+
requires: string[];
|
|
55112
|
+
provides: string[];
|
|
55113
|
+
} | undefined;
|
|
55114
|
+
entityBindingDescription?: string | undefined;
|
|
55115
|
+
entityBindingSynonyms?: string | undefined;
|
|
54629
55116
|
requiredFields?: {
|
|
54630
55117
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
54631
55118
|
name: string;
|
|
@@ -54780,6 +55267,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54780
55267
|
}[] | undefined;
|
|
54781
55268
|
linkedEntity?: string | undefined;
|
|
54782
55269
|
description_visual_prompt?: string | undefined;
|
|
55270
|
+
entityRebindable?: boolean | undefined;
|
|
55271
|
+
entityContract?: {
|
|
55272
|
+
requires: string[];
|
|
55273
|
+
provides: string[];
|
|
55274
|
+
} | undefined;
|
|
55275
|
+
entityBindingDescription?: string | undefined;
|
|
55276
|
+
entityBindingSynonyms?: string | undefined;
|
|
54783
55277
|
requiredFields?: {
|
|
54784
55278
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
54785
55279
|
name: string;
|
|
@@ -55098,7 +55592,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55098
55592
|
borderHeavy?: string | undefined;
|
|
55099
55593
|
} | undefined;
|
|
55100
55594
|
illustration?: {
|
|
55101
|
-
style?: "
|
|
55595
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
55102
55596
|
emptyAsset?: string | undefined;
|
|
55103
55597
|
loadingAsset?: string | undefined;
|
|
55104
55598
|
errorAsset?: string | undefined;
|
|
@@ -55321,7 +55815,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55321
55815
|
borderHeavy?: string | undefined;
|
|
55322
55816
|
} | undefined;
|
|
55323
55817
|
illustration?: {
|
|
55324
|
-
style?: "
|
|
55818
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
55325
55819
|
emptyAsset?: string | undefined;
|
|
55326
55820
|
loadingAsset?: string | undefined;
|
|
55327
55821
|
errorAsset?: string | undefined;
|
|
@@ -55661,6 +56155,13 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
55661
56155
|
}[] | undefined;
|
|
55662
56156
|
linkedEntity?: string | undefined;
|
|
55663
56157
|
description_visual_prompt?: string | undefined;
|
|
56158
|
+
entityRebindable?: boolean | undefined;
|
|
56159
|
+
entityContract?: {
|
|
56160
|
+
requires: string[];
|
|
56161
|
+
provides: string[];
|
|
56162
|
+
} | undefined;
|
|
56163
|
+
entityBindingDescription?: string | undefined;
|
|
56164
|
+
entityBindingSynonyms?: string | undefined;
|
|
55664
56165
|
requiredFields?: {
|
|
55665
56166
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
55666
56167
|
name: string;
|
|
@@ -55815,6 +56316,13 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
55815
56316
|
}[] | undefined;
|
|
55816
56317
|
linkedEntity?: string | undefined;
|
|
55817
56318
|
description_visual_prompt?: string | undefined;
|
|
56319
|
+
entityRebindable?: boolean | undefined;
|
|
56320
|
+
entityContract?: {
|
|
56321
|
+
requires: string[];
|
|
56322
|
+
provides: string[];
|
|
56323
|
+
} | undefined;
|
|
56324
|
+
entityBindingDescription?: string | undefined;
|
|
56325
|
+
entityBindingSynonyms?: string | undefined;
|
|
55818
56326
|
requiredFields?: {
|
|
55819
56327
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
55820
56328
|
name: string;
|
|
@@ -56133,7 +56641,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
56133
56641
|
borderHeavy?: string | undefined;
|
|
56134
56642
|
} | undefined;
|
|
56135
56643
|
illustration?: {
|
|
56136
|
-
style?: "
|
|
56644
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
56137
56645
|
emptyAsset?: string | undefined;
|
|
56138
56646
|
loadingAsset?: string | undefined;
|
|
56139
56647
|
errorAsset?: string | undefined;
|
|
@@ -56356,7 +56864,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
56356
56864
|
borderHeavy?: string | undefined;
|
|
56357
56865
|
} | undefined;
|
|
56358
56866
|
illustration?: {
|
|
56359
|
-
style?: "
|
|
56867
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
56360
56868
|
emptyAsset?: string | undefined;
|
|
56361
56869
|
loadingAsset?: string | undefined;
|
|
56362
56870
|
errorAsset?: string | undefined;
|
|
@@ -56631,6 +57139,13 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
56631
57139
|
}[] | undefined;
|
|
56632
57140
|
linkedEntity?: string | undefined;
|
|
56633
57141
|
description_visual_prompt?: string | undefined;
|
|
57142
|
+
entityRebindable?: boolean | undefined;
|
|
57143
|
+
entityContract?: {
|
|
57144
|
+
requires: string[];
|
|
57145
|
+
provides: string[];
|
|
57146
|
+
} | undefined;
|
|
57147
|
+
entityBindingDescription?: string | undefined;
|
|
57148
|
+
entityBindingSynonyms?: string | undefined;
|
|
56634
57149
|
requiredFields?: {
|
|
56635
57150
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
56636
57151
|
name: string;
|
|
@@ -56785,6 +57300,13 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
56785
57300
|
}[] | undefined;
|
|
56786
57301
|
linkedEntity?: string | undefined;
|
|
56787
57302
|
description_visual_prompt?: string | undefined;
|
|
57303
|
+
entityRebindable?: boolean | undefined;
|
|
57304
|
+
entityContract?: {
|
|
57305
|
+
requires: string[];
|
|
57306
|
+
provides: string[];
|
|
57307
|
+
} | undefined;
|
|
57308
|
+
entityBindingDescription?: string | undefined;
|
|
57309
|
+
entityBindingSynonyms?: string | undefined;
|
|
56788
57310
|
requiredFields?: {
|
|
56789
57311
|
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
56790
57312
|
name: string;
|
|
@@ -57103,7 +57625,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57103
57625
|
borderHeavy?: string | undefined;
|
|
57104
57626
|
} | undefined;
|
|
57105
57627
|
illustration?: {
|
|
57106
|
-
style?: "
|
|
57628
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
57107
57629
|
emptyAsset?: string | undefined;
|
|
57108
57630
|
loadingAsset?: string | undefined;
|
|
57109
57631
|
errorAsset?: string | undefined;
|
|
@@ -57326,7 +57848,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57326
57848
|
borderHeavy?: string | undefined;
|
|
57327
57849
|
} | undefined;
|
|
57328
57850
|
illustration?: {
|
|
57329
|
-
style?: "
|
|
57851
|
+
style?: "illustrated" | "text-only" | "mascot" | "minimal" | "photo" | undefined;
|
|
57330
57852
|
emptyAsset?: string | undefined;
|
|
57331
57853
|
loadingAsset?: string | undefined;
|
|
57332
57854
|
errorAsset?: string | undefined;
|