@almadar/core 10.28.0 → 10.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{builders-BN3WLFYM.d.ts → builders-DcBjE_Uw.d.ts} +308 -2306
- package/dist/builders.d.ts +4 -4
- package/dist/builders.js +23 -7
- package/dist/builders.js.map +1 -1
- package/dist/{expression-C6X4A8L7.d.ts → expression-CB9R3KWk.d.ts} +4 -1
- package/dist/factory/index.d.ts +5 -5
- package/dist/factory-runtime/index.d.ts +21 -5
- package/dist/factory-runtime/index.js +85 -9
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/index.d.ts +50 -10
- package/dist/index.js +631 -24
- package/dist/index.js.map +1 -1
- package/dist/pattern-types-JZordBZv.d.ts +4635 -0
- package/dist/patterns/component-mapping.json +1 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +1003 -24
- package/dist/patterns/index.js +460 -13
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +458 -11
- package/dist/patterns/registry.json +458 -11
- package/dist/state-machine/index.d.ts +1 -1
- package/dist/{trait-DZkS625T.d.ts → trait-B_CzfDSi.d.ts} +187 -643
- package/dist/types/index.d.ts +17 -12
- package/dist/types/index.js +69 -12
- package/dist/types/index.js.map +1 -1
- package/dist/{types-DFn3sWpV.d.ts → types-CGC5A1-T.d.ts} +45 -2
- package/package.json +1 -1
- package/src/types/bindings.ts +8 -2
- package/dist/pattern-types-BeQXwgpZ.d.ts +0 -4584
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { c as Entity, E as EntityField, a as EntityPersistence, A as AnyPatternConfig, b as EntityRow } from './pattern-types-
|
|
2
|
-
import {
|
|
1
|
+
import { c as Entity, E as EntityField, a as EntityPersistence, A as AnyPatternConfig, b as EntityRow } from './pattern-types-JZordBZv.js';
|
|
2
|
+
import { d as TraitConfig, aW as TraitConfigObject, ax as ServiceRef, b6 as TraitRef, J as EventPayloadField, b0 as TraitEntityField, aa as PayloadField, m as ConfigFieldDeclaration, at as ServiceDefinition, c as Trait, bi as UISlot, E as Effect, ah as RenderBinding, aj as RenderUIEffect, T as TraitEventListener, C as CallSiteConfig, b2 as TraitEventContract, a as TraitReference } from './trait-B_CzfDSi.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { a as Expression, S as SExpr } from './expression-
|
|
4
|
+
import { a as Expression, S as SExpr } from './expression-CB9R3KWk.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Page view types.
|
|
@@ -18739,25 +18739,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
18739
18739
|
dataEntities: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
18740
18740
|
name: z.ZodString;
|
|
18741
18741
|
collection: z.ZodOptional<z.ZodString>;
|
|
18742
|
-
fields: z.ZodArray<z.
|
|
18743
|
-
name: z.ZodString;
|
|
18744
|
-
type: z.ZodEnum<["string", "number", "boolean", "date", "array", "object", "timestamp", "datetime", "enum"]>;
|
|
18745
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
18746
|
-
default: z.ZodOptional<z.ZodUnknown>;
|
|
18747
|
-
values: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
18748
|
-
}, "strip", z.ZodTypeAny, {
|
|
18749
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
18750
|
-
name: string;
|
|
18751
|
-
values?: string[] | undefined;
|
|
18752
|
-
required?: boolean | undefined;
|
|
18753
|
-
default?: unknown;
|
|
18754
|
-
}, {
|
|
18755
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
18756
|
-
name: string;
|
|
18757
|
-
values?: string[] | undefined;
|
|
18758
|
-
required?: boolean | undefined;
|
|
18759
|
-
default?: unknown;
|
|
18760
|
-
}>, "many">;
|
|
18742
|
+
fields: z.ZodArray<z.ZodType<TraitEntityField, z.ZodTypeDef, TraitEntityField>, "many">;
|
|
18761
18743
|
timestamps: z.ZodOptional<z.ZodBoolean>;
|
|
18762
18744
|
description: z.ZodOptional<z.ZodString>;
|
|
18763
18745
|
runtime: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -18765,13 +18747,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
18765
18747
|
pages: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
18766
18748
|
}, "strip", z.ZodTypeAny, {
|
|
18767
18749
|
name: string;
|
|
18768
|
-
fields:
|
|
18769
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
18770
|
-
name: string;
|
|
18771
|
-
values?: string[] | undefined;
|
|
18772
|
-
required?: boolean | undefined;
|
|
18773
|
-
default?: unknown;
|
|
18774
|
-
}[];
|
|
18750
|
+
fields: TraitEntityField[];
|
|
18775
18751
|
description?: string | undefined;
|
|
18776
18752
|
runtime?: boolean | undefined;
|
|
18777
18753
|
collection?: string | undefined;
|
|
@@ -18780,13 +18756,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
18780
18756
|
singleton?: boolean | undefined;
|
|
18781
18757
|
}, {
|
|
18782
18758
|
name: string;
|
|
18783
|
-
fields:
|
|
18784
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
18785
|
-
name: string;
|
|
18786
|
-
values?: string[] | undefined;
|
|
18787
|
-
required?: boolean | undefined;
|
|
18788
|
-
default?: unknown;
|
|
18789
|
-
}[];
|
|
18759
|
+
fields: TraitEntityField[];
|
|
18790
18760
|
description?: string | undefined;
|
|
18791
18761
|
runtime?: boolean | undefined;
|
|
18792
18762
|
collection?: string | undefined;
|
|
@@ -18826,19 +18796,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
18826
18796
|
description: z.ZodOptional<z.ZodString>;
|
|
18827
18797
|
synonyms: z.ZodOptional<z.ZodString>;
|
|
18828
18798
|
tier: z.ZodOptional<z.ZodString>;
|
|
18829
|
-
payloadSchema: z.ZodOptional<z.ZodArray<z.
|
|
18830
|
-
name: z.ZodString;
|
|
18831
|
-
type: z.ZodString;
|
|
18832
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
18833
|
-
}, "strip", z.ZodTypeAny, {
|
|
18834
|
-
type: string;
|
|
18835
|
-
name: string;
|
|
18836
|
-
required?: boolean | undefined;
|
|
18837
|
-
}, {
|
|
18838
|
-
type: string;
|
|
18839
|
-
name: string;
|
|
18840
|
-
required?: boolean | undefined;
|
|
18841
|
-
}>, "many">>;
|
|
18799
|
+
payloadSchema: z.ZodOptional<z.ZodArray<z.ZodType<PayloadField, z.ZodTypeDef, PayloadField>, "many">>;
|
|
18842
18800
|
classification: z.ZodOptional<z.ZodEnum<["domain", "system"]>>;
|
|
18843
18801
|
semanticRole: z.ZodOptional<z.ZodString>;
|
|
18844
18802
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -18847,11 +18805,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
18847
18805
|
description?: string | undefined;
|
|
18848
18806
|
synonyms?: string | undefined;
|
|
18849
18807
|
tier?: string | undefined;
|
|
18850
|
-
payloadSchema?:
|
|
18851
|
-
type: string;
|
|
18852
|
-
name: string;
|
|
18853
|
-
required?: boolean | undefined;
|
|
18854
|
-
}[] | undefined;
|
|
18808
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
18855
18809
|
classification?: "domain" | "system" | undefined;
|
|
18856
18810
|
semanticRole?: string | undefined;
|
|
18857
18811
|
}, {
|
|
@@ -18860,11 +18814,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
18860
18814
|
description?: string | undefined;
|
|
18861
18815
|
synonyms?: string | undefined;
|
|
18862
18816
|
tier?: string | undefined;
|
|
18863
|
-
payloadSchema?:
|
|
18864
|
-
type: string;
|
|
18865
|
-
name: string;
|
|
18866
|
-
required?: boolean | undefined;
|
|
18867
|
-
}[] | undefined;
|
|
18817
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
18868
18818
|
classification?: "domain" | "system" | undefined;
|
|
18869
18819
|
semanticRole?: string | undefined;
|
|
18870
18820
|
}>, "many">;
|
|
@@ -18910,11 +18860,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
18910
18860
|
description?: string | undefined;
|
|
18911
18861
|
synonyms?: string | undefined;
|
|
18912
18862
|
tier?: string | undefined;
|
|
18913
|
-
payloadSchema?:
|
|
18914
|
-
type: string;
|
|
18915
|
-
name: string;
|
|
18916
|
-
required?: boolean | undefined;
|
|
18917
|
-
}[] | undefined;
|
|
18863
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
18918
18864
|
classification?: "domain" | "system" | undefined;
|
|
18919
18865
|
semanticRole?: string | undefined;
|
|
18920
18866
|
}[];
|
|
@@ -18947,11 +18893,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
18947
18893
|
description?: string | undefined;
|
|
18948
18894
|
synonyms?: string | undefined;
|
|
18949
18895
|
tier?: string | undefined;
|
|
18950
|
-
payloadSchema?:
|
|
18951
|
-
type: string;
|
|
18952
|
-
name: string;
|
|
18953
|
-
required?: boolean | undefined;
|
|
18954
|
-
}[] | undefined;
|
|
18896
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
18955
18897
|
classification?: "domain" | "system" | undefined;
|
|
18956
18898
|
semanticRole?: string | undefined;
|
|
18957
18899
|
}[];
|
|
@@ -19015,25 +18957,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19015
18957
|
description: z.ZodOptional<z.ZodString>;
|
|
19016
18958
|
synonyms: z.ZodOptional<z.ZodString>;
|
|
19017
18959
|
tier: z.ZodOptional<z.ZodString>;
|
|
19018
|
-
payloadSchema: z.ZodOptional<z.ZodArray<z.
|
|
19019
|
-
name: z.ZodString;
|
|
19020
|
-
type: z.ZodString;
|
|
19021
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
19022
|
-
description: z.ZodOptional<z.ZodString>;
|
|
19023
|
-
entityType: z.ZodOptional<z.ZodString>;
|
|
19024
|
-
}, "strip", z.ZodTypeAny, {
|
|
19025
|
-
type: string;
|
|
19026
|
-
name: string;
|
|
19027
|
-
required?: boolean | undefined;
|
|
19028
|
-
description?: string | undefined;
|
|
19029
|
-
entityType?: string | undefined;
|
|
19030
|
-
}, {
|
|
19031
|
-
type: string;
|
|
19032
|
-
name: string;
|
|
19033
|
-
required?: boolean | undefined;
|
|
19034
|
-
description?: string | undefined;
|
|
19035
|
-
entityType?: string | undefined;
|
|
19036
|
-
}>, "many">>;
|
|
18960
|
+
payloadSchema: z.ZodOptional<z.ZodArray<z.ZodType<EventPayloadField, z.ZodTypeDef, EventPayloadField>, "many">>;
|
|
19037
18961
|
scope: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
|
|
19038
18962
|
}, "strip", z.ZodTypeAny, {
|
|
19039
18963
|
event: string;
|
|
@@ -19041,26 +18965,14 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19041
18965
|
synonyms?: string | undefined;
|
|
19042
18966
|
scope?: "internal" | "external" | undefined;
|
|
19043
18967
|
tier?: string | undefined;
|
|
19044
|
-
payloadSchema?:
|
|
19045
|
-
type: string;
|
|
19046
|
-
name: string;
|
|
19047
|
-
required?: boolean | undefined;
|
|
19048
|
-
description?: string | undefined;
|
|
19049
|
-
entityType?: string | undefined;
|
|
19050
|
-
}[] | undefined;
|
|
18968
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
19051
18969
|
}, {
|
|
19052
18970
|
event: string;
|
|
19053
18971
|
description?: string | undefined;
|
|
19054
18972
|
synonyms?: string | undefined;
|
|
19055
18973
|
scope?: "internal" | "external" | undefined;
|
|
19056
18974
|
tier?: string | undefined;
|
|
19057
|
-
payloadSchema?:
|
|
19058
|
-
type: string;
|
|
19059
|
-
name: string;
|
|
19060
|
-
required?: boolean | undefined;
|
|
19061
|
-
description?: string | undefined;
|
|
19062
|
-
entityType?: string | undefined;
|
|
19063
|
-
}[] | undefined;
|
|
18975
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
19064
18976
|
}>, "many">>;
|
|
19065
18977
|
listens: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
19066
18978
|
event: z.ZodString;
|
|
@@ -19240,13 +19152,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19240
19152
|
capabilities?: string[] | undefined;
|
|
19241
19153
|
dataEntities?: {
|
|
19242
19154
|
name: string;
|
|
19243
|
-
fields:
|
|
19244
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
19245
|
-
name: string;
|
|
19246
|
-
values?: string[] | undefined;
|
|
19247
|
-
required?: boolean | undefined;
|
|
19248
|
-
default?: unknown;
|
|
19249
|
-
}[];
|
|
19155
|
+
fields: TraitEntityField[];
|
|
19250
19156
|
description?: string | undefined;
|
|
19251
19157
|
runtime?: boolean | undefined;
|
|
19252
19158
|
collection?: string | undefined;
|
|
@@ -19261,11 +19167,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19261
19167
|
description?: string | undefined;
|
|
19262
19168
|
synonyms?: string | undefined;
|
|
19263
19169
|
tier?: string | undefined;
|
|
19264
|
-
payloadSchema?:
|
|
19265
|
-
type: string;
|
|
19266
|
-
name: string;
|
|
19267
|
-
required?: boolean | undefined;
|
|
19268
|
-
}[] | undefined;
|
|
19170
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
19269
19171
|
classification?: "domain" | "system" | undefined;
|
|
19270
19172
|
semanticRole?: string | undefined;
|
|
19271
19173
|
}[];
|
|
@@ -19298,13 +19200,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19298
19200
|
synonyms?: string | undefined;
|
|
19299
19201
|
scope?: "internal" | "external" | undefined;
|
|
19300
19202
|
tier?: string | undefined;
|
|
19301
|
-
payloadSchema?:
|
|
19302
|
-
type: string;
|
|
19303
|
-
name: string;
|
|
19304
|
-
required?: boolean | undefined;
|
|
19305
|
-
description?: string | undefined;
|
|
19306
|
-
entityType?: string | undefined;
|
|
19307
|
-
}[] | undefined;
|
|
19203
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
19308
19204
|
}[] | undefined;
|
|
19309
19205
|
linkedEntity?: string | undefined;
|
|
19310
19206
|
listens?: {
|
|
@@ -19388,13 +19284,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19388
19284
|
capabilities?: string[] | undefined;
|
|
19389
19285
|
dataEntities?: {
|
|
19390
19286
|
name: string;
|
|
19391
|
-
fields:
|
|
19392
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
19393
|
-
name: string;
|
|
19394
|
-
values?: string[] | undefined;
|
|
19395
|
-
required?: boolean | undefined;
|
|
19396
|
-
default?: unknown;
|
|
19397
|
-
}[];
|
|
19287
|
+
fields: TraitEntityField[];
|
|
19398
19288
|
description?: string | undefined;
|
|
19399
19289
|
runtime?: boolean | undefined;
|
|
19400
19290
|
collection?: string | undefined;
|
|
@@ -19409,11 +19299,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19409
19299
|
description?: string | undefined;
|
|
19410
19300
|
synonyms?: string | undefined;
|
|
19411
19301
|
tier?: string | undefined;
|
|
19412
|
-
payloadSchema?:
|
|
19413
|
-
type: string;
|
|
19414
|
-
name: string;
|
|
19415
|
-
required?: boolean | undefined;
|
|
19416
|
-
}[] | undefined;
|
|
19302
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
19417
19303
|
classification?: "domain" | "system" | undefined;
|
|
19418
19304
|
semanticRole?: string | undefined;
|
|
19419
19305
|
}[];
|
|
@@ -19446,13 +19332,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19446
19332
|
synonyms?: string | undefined;
|
|
19447
19333
|
scope?: "internal" | "external" | undefined;
|
|
19448
19334
|
tier?: string | undefined;
|
|
19449
|
-
payloadSchema?:
|
|
19450
|
-
type: string;
|
|
19451
|
-
name: string;
|
|
19452
|
-
required?: boolean | undefined;
|
|
19453
|
-
description?: string | undefined;
|
|
19454
|
-
entityType?: string | undefined;
|
|
19455
|
-
}[] | undefined;
|
|
19335
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
19456
19336
|
}[] | undefined;
|
|
19457
19337
|
linkedEntity?: string | undefined;
|
|
19458
19338
|
listens?: {
|
|
@@ -19541,13 +19421,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19541
19421
|
capabilities?: string[] | undefined;
|
|
19542
19422
|
dataEntities?: {
|
|
19543
19423
|
name: string;
|
|
19544
|
-
fields:
|
|
19545
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
19546
|
-
name: string;
|
|
19547
|
-
values?: string[] | undefined;
|
|
19548
|
-
required?: boolean | undefined;
|
|
19549
|
-
default?: unknown;
|
|
19550
|
-
}[];
|
|
19424
|
+
fields: TraitEntityField[];
|
|
19551
19425
|
description?: string | undefined;
|
|
19552
19426
|
runtime?: boolean | undefined;
|
|
19553
19427
|
collection?: string | undefined;
|
|
@@ -19562,11 +19436,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19562
19436
|
description?: string | undefined;
|
|
19563
19437
|
synonyms?: string | undefined;
|
|
19564
19438
|
tier?: string | undefined;
|
|
19565
|
-
payloadSchema?:
|
|
19566
|
-
type: string;
|
|
19567
|
-
name: string;
|
|
19568
|
-
required?: boolean | undefined;
|
|
19569
|
-
}[] | undefined;
|
|
19439
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
19570
19440
|
classification?: "domain" | "system" | undefined;
|
|
19571
19441
|
semanticRole?: string | undefined;
|
|
19572
19442
|
}[];
|
|
@@ -19599,13 +19469,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19599
19469
|
synonyms?: string | undefined;
|
|
19600
19470
|
scope?: "internal" | "external" | undefined;
|
|
19601
19471
|
tier?: string | undefined;
|
|
19602
|
-
payloadSchema?:
|
|
19603
|
-
type: string;
|
|
19604
|
-
name: string;
|
|
19605
|
-
required?: boolean | undefined;
|
|
19606
|
-
description?: string | undefined;
|
|
19607
|
-
entityType?: string | undefined;
|
|
19608
|
-
}[] | undefined;
|
|
19472
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
19609
19473
|
}[] | undefined;
|
|
19610
19474
|
linkedEntity?: string | undefined;
|
|
19611
19475
|
listens?: {
|
|
@@ -19701,13 +19565,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19701
19565
|
capabilities?: string[] | undefined;
|
|
19702
19566
|
dataEntities?: {
|
|
19703
19567
|
name: string;
|
|
19704
|
-
fields:
|
|
19705
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
19706
|
-
name: string;
|
|
19707
|
-
values?: string[] | undefined;
|
|
19708
|
-
required?: boolean | undefined;
|
|
19709
|
-
default?: unknown;
|
|
19710
|
-
}[];
|
|
19568
|
+
fields: TraitEntityField[];
|
|
19711
19569
|
description?: string | undefined;
|
|
19712
19570
|
runtime?: boolean | undefined;
|
|
19713
19571
|
collection?: string | undefined;
|
|
@@ -19722,11 +19580,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19722
19580
|
description?: string | undefined;
|
|
19723
19581
|
synonyms?: string | undefined;
|
|
19724
19582
|
tier?: string | undefined;
|
|
19725
|
-
payloadSchema?:
|
|
19726
|
-
type: string;
|
|
19727
|
-
name: string;
|
|
19728
|
-
required?: boolean | undefined;
|
|
19729
|
-
}[] | undefined;
|
|
19583
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
19730
19584
|
classification?: "domain" | "system" | undefined;
|
|
19731
19585
|
semanticRole?: string | undefined;
|
|
19732
19586
|
}[];
|
|
@@ -19759,13 +19613,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19759
19613
|
synonyms?: string | undefined;
|
|
19760
19614
|
scope?: "internal" | "external" | undefined;
|
|
19761
19615
|
tier?: string | undefined;
|
|
19762
|
-
payloadSchema?:
|
|
19763
|
-
type: string;
|
|
19764
|
-
name: string;
|
|
19765
|
-
required?: boolean | undefined;
|
|
19766
|
-
description?: string | undefined;
|
|
19767
|
-
entityType?: string | undefined;
|
|
19768
|
-
}[] | undefined;
|
|
19616
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
19769
19617
|
}[] | undefined;
|
|
19770
19618
|
linkedEntity?: string | undefined;
|
|
19771
19619
|
listens?: {
|
|
@@ -19952,25 +19800,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
19952
19800
|
dataEntities: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
19953
19801
|
name: z.ZodString;
|
|
19954
19802
|
collection: z.ZodOptional<z.ZodString>;
|
|
19955
|
-
fields: z.ZodArray<z.
|
|
19956
|
-
name: z.ZodString;
|
|
19957
|
-
type: z.ZodEnum<["string", "number", "boolean", "date", "array", "object", "timestamp", "datetime", "enum"]>;
|
|
19958
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
19959
|
-
default: z.ZodOptional<z.ZodUnknown>;
|
|
19960
|
-
values: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
19961
|
-
}, "strip", z.ZodTypeAny, {
|
|
19962
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
19963
|
-
name: string;
|
|
19964
|
-
values?: string[] | undefined;
|
|
19965
|
-
required?: boolean | undefined;
|
|
19966
|
-
default?: unknown;
|
|
19967
|
-
}, {
|
|
19968
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
19969
|
-
name: string;
|
|
19970
|
-
values?: string[] | undefined;
|
|
19971
|
-
required?: boolean | undefined;
|
|
19972
|
-
default?: unknown;
|
|
19973
|
-
}>, "many">;
|
|
19803
|
+
fields: z.ZodArray<z.ZodType<TraitEntityField, z.ZodTypeDef, TraitEntityField>, "many">;
|
|
19974
19804
|
timestamps: z.ZodOptional<z.ZodBoolean>;
|
|
19975
19805
|
description: z.ZodOptional<z.ZodString>;
|
|
19976
19806
|
runtime: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -19978,13 +19808,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
19978
19808
|
pages: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
19979
19809
|
}, "strip", z.ZodTypeAny, {
|
|
19980
19810
|
name: string;
|
|
19981
|
-
fields:
|
|
19982
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
19983
|
-
name: string;
|
|
19984
|
-
values?: string[] | undefined;
|
|
19985
|
-
required?: boolean | undefined;
|
|
19986
|
-
default?: unknown;
|
|
19987
|
-
}[];
|
|
19811
|
+
fields: TraitEntityField[];
|
|
19988
19812
|
description?: string | undefined;
|
|
19989
19813
|
runtime?: boolean | undefined;
|
|
19990
19814
|
collection?: string | undefined;
|
|
@@ -19993,13 +19817,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
19993
19817
|
singleton?: boolean | undefined;
|
|
19994
19818
|
}, {
|
|
19995
19819
|
name: string;
|
|
19996
|
-
fields:
|
|
19997
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
19998
|
-
name: string;
|
|
19999
|
-
values?: string[] | undefined;
|
|
20000
|
-
required?: boolean | undefined;
|
|
20001
|
-
default?: unknown;
|
|
20002
|
-
}[];
|
|
19820
|
+
fields: TraitEntityField[];
|
|
20003
19821
|
description?: string | undefined;
|
|
20004
19822
|
runtime?: boolean | undefined;
|
|
20005
19823
|
collection?: string | undefined;
|
|
@@ -20039,19 +19857,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20039
19857
|
description: z.ZodOptional<z.ZodString>;
|
|
20040
19858
|
synonyms: z.ZodOptional<z.ZodString>;
|
|
20041
19859
|
tier: z.ZodOptional<z.ZodString>;
|
|
20042
|
-
payloadSchema: z.ZodOptional<z.ZodArray<z.
|
|
20043
|
-
name: z.ZodString;
|
|
20044
|
-
type: z.ZodString;
|
|
20045
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
20046
|
-
}, "strip", z.ZodTypeAny, {
|
|
20047
|
-
type: string;
|
|
20048
|
-
name: string;
|
|
20049
|
-
required?: boolean | undefined;
|
|
20050
|
-
}, {
|
|
20051
|
-
type: string;
|
|
20052
|
-
name: string;
|
|
20053
|
-
required?: boolean | undefined;
|
|
20054
|
-
}>, "many">>;
|
|
19860
|
+
payloadSchema: z.ZodOptional<z.ZodArray<z.ZodType<PayloadField, z.ZodTypeDef, PayloadField>, "many">>;
|
|
20055
19861
|
classification: z.ZodOptional<z.ZodEnum<["domain", "system"]>>;
|
|
20056
19862
|
semanticRole: z.ZodOptional<z.ZodString>;
|
|
20057
19863
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -20060,11 +19866,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20060
19866
|
description?: string | undefined;
|
|
20061
19867
|
synonyms?: string | undefined;
|
|
20062
19868
|
tier?: string | undefined;
|
|
20063
|
-
payloadSchema?:
|
|
20064
|
-
type: string;
|
|
20065
|
-
name: string;
|
|
20066
|
-
required?: boolean | undefined;
|
|
20067
|
-
}[] | undefined;
|
|
19869
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
20068
19870
|
classification?: "domain" | "system" | undefined;
|
|
20069
19871
|
semanticRole?: string | undefined;
|
|
20070
19872
|
}, {
|
|
@@ -20073,11 +19875,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20073
19875
|
description?: string | undefined;
|
|
20074
19876
|
synonyms?: string | undefined;
|
|
20075
19877
|
tier?: string | undefined;
|
|
20076
|
-
payloadSchema?:
|
|
20077
|
-
type: string;
|
|
20078
|
-
name: string;
|
|
20079
|
-
required?: boolean | undefined;
|
|
20080
|
-
}[] | undefined;
|
|
19878
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
20081
19879
|
classification?: "domain" | "system" | undefined;
|
|
20082
19880
|
semanticRole?: string | undefined;
|
|
20083
19881
|
}>, "many">;
|
|
@@ -20123,11 +19921,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20123
19921
|
description?: string | undefined;
|
|
20124
19922
|
synonyms?: string | undefined;
|
|
20125
19923
|
tier?: string | undefined;
|
|
20126
|
-
payloadSchema?:
|
|
20127
|
-
type: string;
|
|
20128
|
-
name: string;
|
|
20129
|
-
required?: boolean | undefined;
|
|
20130
|
-
}[] | undefined;
|
|
19924
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
20131
19925
|
classification?: "domain" | "system" | undefined;
|
|
20132
19926
|
semanticRole?: string | undefined;
|
|
20133
19927
|
}[];
|
|
@@ -20160,11 +19954,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20160
19954
|
description?: string | undefined;
|
|
20161
19955
|
synonyms?: string | undefined;
|
|
20162
19956
|
tier?: string | undefined;
|
|
20163
|
-
payloadSchema?:
|
|
20164
|
-
type: string;
|
|
20165
|
-
name: string;
|
|
20166
|
-
required?: boolean | undefined;
|
|
20167
|
-
}[] | undefined;
|
|
19957
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
20168
19958
|
classification?: "domain" | "system" | undefined;
|
|
20169
19959
|
semanticRole?: string | undefined;
|
|
20170
19960
|
}[];
|
|
@@ -20228,25 +20018,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20228
20018
|
description: z.ZodOptional<z.ZodString>;
|
|
20229
20019
|
synonyms: z.ZodOptional<z.ZodString>;
|
|
20230
20020
|
tier: z.ZodOptional<z.ZodString>;
|
|
20231
|
-
payloadSchema: z.ZodOptional<z.ZodArray<z.
|
|
20232
|
-
name: z.ZodString;
|
|
20233
|
-
type: z.ZodString;
|
|
20234
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
20235
|
-
description: z.ZodOptional<z.ZodString>;
|
|
20236
|
-
entityType: z.ZodOptional<z.ZodString>;
|
|
20237
|
-
}, "strip", z.ZodTypeAny, {
|
|
20238
|
-
type: string;
|
|
20239
|
-
name: string;
|
|
20240
|
-
required?: boolean | undefined;
|
|
20241
|
-
description?: string | undefined;
|
|
20242
|
-
entityType?: string | undefined;
|
|
20243
|
-
}, {
|
|
20244
|
-
type: string;
|
|
20245
|
-
name: string;
|
|
20246
|
-
required?: boolean | undefined;
|
|
20247
|
-
description?: string | undefined;
|
|
20248
|
-
entityType?: string | undefined;
|
|
20249
|
-
}>, "many">>;
|
|
20021
|
+
payloadSchema: z.ZodOptional<z.ZodArray<z.ZodType<EventPayloadField, z.ZodTypeDef, EventPayloadField>, "many">>;
|
|
20250
20022
|
scope: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
|
|
20251
20023
|
}, "strip", z.ZodTypeAny, {
|
|
20252
20024
|
event: string;
|
|
@@ -20254,26 +20026,14 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20254
20026
|
synonyms?: string | undefined;
|
|
20255
20027
|
scope?: "internal" | "external" | undefined;
|
|
20256
20028
|
tier?: string | undefined;
|
|
20257
|
-
payloadSchema?:
|
|
20258
|
-
type: string;
|
|
20259
|
-
name: string;
|
|
20260
|
-
required?: boolean | undefined;
|
|
20261
|
-
description?: string | undefined;
|
|
20262
|
-
entityType?: string | undefined;
|
|
20263
|
-
}[] | undefined;
|
|
20029
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
20264
20030
|
}, {
|
|
20265
20031
|
event: string;
|
|
20266
20032
|
description?: string | undefined;
|
|
20267
20033
|
synonyms?: string | undefined;
|
|
20268
20034
|
scope?: "internal" | "external" | undefined;
|
|
20269
20035
|
tier?: string | undefined;
|
|
20270
|
-
payloadSchema?:
|
|
20271
|
-
type: string;
|
|
20272
|
-
name: string;
|
|
20273
|
-
required?: boolean | undefined;
|
|
20274
|
-
description?: string | undefined;
|
|
20275
|
-
entityType?: string | undefined;
|
|
20276
|
-
}[] | undefined;
|
|
20036
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
20277
20037
|
}>, "many">>;
|
|
20278
20038
|
listens: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
20279
20039
|
event: z.ZodString;
|
|
@@ -20453,13 +20213,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20453
20213
|
capabilities?: string[] | undefined;
|
|
20454
20214
|
dataEntities?: {
|
|
20455
20215
|
name: string;
|
|
20456
|
-
fields:
|
|
20457
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
20458
|
-
name: string;
|
|
20459
|
-
values?: string[] | undefined;
|
|
20460
|
-
required?: boolean | undefined;
|
|
20461
|
-
default?: unknown;
|
|
20462
|
-
}[];
|
|
20216
|
+
fields: TraitEntityField[];
|
|
20463
20217
|
description?: string | undefined;
|
|
20464
20218
|
runtime?: boolean | undefined;
|
|
20465
20219
|
collection?: string | undefined;
|
|
@@ -20474,11 +20228,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20474
20228
|
description?: string | undefined;
|
|
20475
20229
|
synonyms?: string | undefined;
|
|
20476
20230
|
tier?: string | undefined;
|
|
20477
|
-
payloadSchema?:
|
|
20478
|
-
type: string;
|
|
20479
|
-
name: string;
|
|
20480
|
-
required?: boolean | undefined;
|
|
20481
|
-
}[] | undefined;
|
|
20231
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
20482
20232
|
classification?: "domain" | "system" | undefined;
|
|
20483
20233
|
semanticRole?: string | undefined;
|
|
20484
20234
|
}[];
|
|
@@ -20511,13 +20261,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20511
20261
|
synonyms?: string | undefined;
|
|
20512
20262
|
scope?: "internal" | "external" | undefined;
|
|
20513
20263
|
tier?: string | undefined;
|
|
20514
|
-
payloadSchema?:
|
|
20515
|
-
type: string;
|
|
20516
|
-
name: string;
|
|
20517
|
-
required?: boolean | undefined;
|
|
20518
|
-
description?: string | undefined;
|
|
20519
|
-
entityType?: string | undefined;
|
|
20520
|
-
}[] | undefined;
|
|
20264
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
20521
20265
|
}[] | undefined;
|
|
20522
20266
|
linkedEntity?: string | undefined;
|
|
20523
20267
|
listens?: {
|
|
@@ -20601,13 +20345,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20601
20345
|
capabilities?: string[] | undefined;
|
|
20602
20346
|
dataEntities?: {
|
|
20603
20347
|
name: string;
|
|
20604
|
-
fields:
|
|
20605
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
20606
|
-
name: string;
|
|
20607
|
-
values?: string[] | undefined;
|
|
20608
|
-
required?: boolean | undefined;
|
|
20609
|
-
default?: unknown;
|
|
20610
|
-
}[];
|
|
20348
|
+
fields: TraitEntityField[];
|
|
20611
20349
|
description?: string | undefined;
|
|
20612
20350
|
runtime?: boolean | undefined;
|
|
20613
20351
|
collection?: string | undefined;
|
|
@@ -20622,11 +20360,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20622
20360
|
description?: string | undefined;
|
|
20623
20361
|
synonyms?: string | undefined;
|
|
20624
20362
|
tier?: string | undefined;
|
|
20625
|
-
payloadSchema?:
|
|
20626
|
-
type: string;
|
|
20627
|
-
name: string;
|
|
20628
|
-
required?: boolean | undefined;
|
|
20629
|
-
}[] | undefined;
|
|
20363
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
20630
20364
|
classification?: "domain" | "system" | undefined;
|
|
20631
20365
|
semanticRole?: string | undefined;
|
|
20632
20366
|
}[];
|
|
@@ -20659,13 +20393,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20659
20393
|
synonyms?: string | undefined;
|
|
20660
20394
|
scope?: "internal" | "external" | undefined;
|
|
20661
20395
|
tier?: string | undefined;
|
|
20662
|
-
payloadSchema?:
|
|
20663
|
-
type: string;
|
|
20664
|
-
name: string;
|
|
20665
|
-
required?: boolean | undefined;
|
|
20666
|
-
description?: string | undefined;
|
|
20667
|
-
entityType?: string | undefined;
|
|
20668
|
-
}[] | undefined;
|
|
20396
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
20669
20397
|
}[] | undefined;
|
|
20670
20398
|
linkedEntity?: string | undefined;
|
|
20671
20399
|
listens?: {
|
|
@@ -20754,13 +20482,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20754
20482
|
capabilities?: string[] | undefined;
|
|
20755
20483
|
dataEntities?: {
|
|
20756
20484
|
name: string;
|
|
20757
|
-
fields:
|
|
20758
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
20759
|
-
name: string;
|
|
20760
|
-
values?: string[] | undefined;
|
|
20761
|
-
required?: boolean | undefined;
|
|
20762
|
-
default?: unknown;
|
|
20763
|
-
}[];
|
|
20485
|
+
fields: TraitEntityField[];
|
|
20764
20486
|
description?: string | undefined;
|
|
20765
20487
|
runtime?: boolean | undefined;
|
|
20766
20488
|
collection?: string | undefined;
|
|
@@ -20775,11 +20497,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20775
20497
|
description?: string | undefined;
|
|
20776
20498
|
synonyms?: string | undefined;
|
|
20777
20499
|
tier?: string | undefined;
|
|
20778
|
-
payloadSchema?:
|
|
20779
|
-
type: string;
|
|
20780
|
-
name: string;
|
|
20781
|
-
required?: boolean | undefined;
|
|
20782
|
-
}[] | undefined;
|
|
20500
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
20783
20501
|
classification?: "domain" | "system" | undefined;
|
|
20784
20502
|
semanticRole?: string | undefined;
|
|
20785
20503
|
}[];
|
|
@@ -20812,13 +20530,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20812
20530
|
synonyms?: string | undefined;
|
|
20813
20531
|
scope?: "internal" | "external" | undefined;
|
|
20814
20532
|
tier?: string | undefined;
|
|
20815
|
-
payloadSchema?:
|
|
20816
|
-
type: string;
|
|
20817
|
-
name: string;
|
|
20818
|
-
required?: boolean | undefined;
|
|
20819
|
-
description?: string | undefined;
|
|
20820
|
-
entityType?: string | undefined;
|
|
20821
|
-
}[] | undefined;
|
|
20533
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
20822
20534
|
}[] | undefined;
|
|
20823
20535
|
linkedEntity?: string | undefined;
|
|
20824
20536
|
listens?: {
|
|
@@ -20914,13 +20626,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20914
20626
|
capabilities?: string[] | undefined;
|
|
20915
20627
|
dataEntities?: {
|
|
20916
20628
|
name: string;
|
|
20917
|
-
fields:
|
|
20918
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
20919
|
-
name: string;
|
|
20920
|
-
values?: string[] | undefined;
|
|
20921
|
-
required?: boolean | undefined;
|
|
20922
|
-
default?: unknown;
|
|
20923
|
-
}[];
|
|
20629
|
+
fields: TraitEntityField[];
|
|
20924
20630
|
description?: string | undefined;
|
|
20925
20631
|
runtime?: boolean | undefined;
|
|
20926
20632
|
collection?: string | undefined;
|
|
@@ -20935,11 +20641,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20935
20641
|
description?: string | undefined;
|
|
20936
20642
|
synonyms?: string | undefined;
|
|
20937
20643
|
tier?: string | undefined;
|
|
20938
|
-
payloadSchema?:
|
|
20939
|
-
type: string;
|
|
20940
|
-
name: string;
|
|
20941
|
-
required?: boolean | undefined;
|
|
20942
|
-
}[] | undefined;
|
|
20644
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
20943
20645
|
classification?: "domain" | "system" | undefined;
|
|
20944
20646
|
semanticRole?: string | undefined;
|
|
20945
20647
|
}[];
|
|
@@ -20972,13 +20674,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20972
20674
|
synonyms?: string | undefined;
|
|
20973
20675
|
scope?: "internal" | "external" | undefined;
|
|
20974
20676
|
tier?: string | undefined;
|
|
20975
|
-
payloadSchema?:
|
|
20976
|
-
type: string;
|
|
20977
|
-
name: string;
|
|
20978
|
-
required?: boolean | undefined;
|
|
20979
|
-
description?: string | undefined;
|
|
20980
|
-
entityType?: string | undefined;
|
|
20981
|
-
}[] | undefined;
|
|
20677
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
20982
20678
|
}[] | undefined;
|
|
20983
20679
|
linkedEntity?: string | undefined;
|
|
20984
20680
|
listens?: {
|
|
@@ -21207,25 +20903,7 @@ declare const ComputedEventContractSchema: z.ZodObject<{
|
|
|
21207
20903
|
tick?: string | undefined;
|
|
21208
20904
|
}>;
|
|
21209
20905
|
description: z.ZodOptional<z.ZodString>;
|
|
21210
|
-
payload: z.ZodOptional<z.ZodArray<z.
|
|
21211
|
-
name: z.ZodString;
|
|
21212
|
-
type: z.ZodString;
|
|
21213
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
21214
|
-
description: z.ZodOptional<z.ZodString>;
|
|
21215
|
-
entityType: z.ZodOptional<z.ZodString>;
|
|
21216
|
-
}, "strip", z.ZodTypeAny, {
|
|
21217
|
-
type: string;
|
|
21218
|
-
name: string;
|
|
21219
|
-
required?: boolean | undefined;
|
|
21220
|
-
description?: string | undefined;
|
|
21221
|
-
entityType?: string | undefined;
|
|
21222
|
-
}, {
|
|
21223
|
-
type: string;
|
|
21224
|
-
name: string;
|
|
21225
|
-
required?: boolean | undefined;
|
|
21226
|
-
description?: string | undefined;
|
|
21227
|
-
entityType?: string | undefined;
|
|
21228
|
-
}>, "many">>;
|
|
20906
|
+
payload: z.ZodOptional<z.ZodArray<z.ZodType<EventPayloadField, z.ZodTypeDef, EventPayloadField>, "many">>;
|
|
21229
20907
|
}, "strip", z.ZodTypeAny, {
|
|
21230
20908
|
event: string;
|
|
21231
20909
|
source: {
|
|
@@ -21235,13 +20913,7 @@ declare const ComputedEventContractSchema: z.ZodObject<{
|
|
|
21235
20913
|
};
|
|
21236
20914
|
originalEvent: string;
|
|
21237
20915
|
description?: string | undefined;
|
|
21238
|
-
payload?:
|
|
21239
|
-
type: string;
|
|
21240
|
-
name: string;
|
|
21241
|
-
required?: boolean | undefined;
|
|
21242
|
-
description?: string | undefined;
|
|
21243
|
-
entityType?: string | undefined;
|
|
21244
|
-
}[] | undefined;
|
|
20916
|
+
payload?: EventPayloadField[] | undefined;
|
|
21245
20917
|
}, {
|
|
21246
20918
|
event: string;
|
|
21247
20919
|
source: {
|
|
@@ -21251,13 +20923,7 @@ declare const ComputedEventContractSchema: z.ZodObject<{
|
|
|
21251
20923
|
};
|
|
21252
20924
|
originalEvent: string;
|
|
21253
20925
|
description?: string | undefined;
|
|
21254
|
-
payload?:
|
|
21255
|
-
type: string;
|
|
21256
|
-
name: string;
|
|
21257
|
-
required?: boolean | undefined;
|
|
21258
|
-
description?: string | undefined;
|
|
21259
|
-
entityType?: string | undefined;
|
|
21260
|
-
}[] | undefined;
|
|
20926
|
+
payload?: EventPayloadField[] | undefined;
|
|
21261
20927
|
}>;
|
|
21262
20928
|
/**
|
|
21263
20929
|
* Computed event listener with source tracking.
|
|
@@ -25654,25 +25320,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25654
25320
|
dataEntities: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
25655
25321
|
name: z.ZodString;
|
|
25656
25322
|
collection: z.ZodOptional<z.ZodString>;
|
|
25657
|
-
fields: z.ZodArray<z.
|
|
25658
|
-
name: z.ZodString;
|
|
25659
|
-
type: z.ZodEnum<["string", "number", "boolean", "date", "array", "object", "timestamp", "datetime", "enum"]>;
|
|
25660
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
25661
|
-
default: z.ZodOptional<z.ZodUnknown>;
|
|
25662
|
-
values: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
25663
|
-
}, "strip", z.ZodTypeAny, {
|
|
25664
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
25665
|
-
name: string;
|
|
25666
|
-
values?: string[] | undefined;
|
|
25667
|
-
required?: boolean | undefined;
|
|
25668
|
-
default?: unknown;
|
|
25669
|
-
}, {
|
|
25670
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
25671
|
-
name: string;
|
|
25672
|
-
values?: string[] | undefined;
|
|
25673
|
-
required?: boolean | undefined;
|
|
25674
|
-
default?: unknown;
|
|
25675
|
-
}>, "many">;
|
|
25323
|
+
fields: z.ZodArray<z.ZodType<TraitEntityField, z.ZodTypeDef, TraitEntityField>, "many">;
|
|
25676
25324
|
timestamps: z.ZodOptional<z.ZodBoolean>;
|
|
25677
25325
|
description: z.ZodOptional<z.ZodString>;
|
|
25678
25326
|
runtime: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -25680,13 +25328,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25680
25328
|
pages: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
25681
25329
|
}, "strip", z.ZodTypeAny, {
|
|
25682
25330
|
name: string;
|
|
25683
|
-
fields:
|
|
25684
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
25685
|
-
name: string;
|
|
25686
|
-
values?: string[] | undefined;
|
|
25687
|
-
required?: boolean | undefined;
|
|
25688
|
-
default?: unknown;
|
|
25689
|
-
}[];
|
|
25331
|
+
fields: TraitEntityField[];
|
|
25690
25332
|
description?: string | undefined;
|
|
25691
25333
|
runtime?: boolean | undefined;
|
|
25692
25334
|
collection?: string | undefined;
|
|
@@ -25695,13 +25337,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25695
25337
|
singleton?: boolean | undefined;
|
|
25696
25338
|
}, {
|
|
25697
25339
|
name: string;
|
|
25698
|
-
fields:
|
|
25699
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
25700
|
-
name: string;
|
|
25701
|
-
values?: string[] | undefined;
|
|
25702
|
-
required?: boolean | undefined;
|
|
25703
|
-
default?: unknown;
|
|
25704
|
-
}[];
|
|
25340
|
+
fields: TraitEntityField[];
|
|
25705
25341
|
description?: string | undefined;
|
|
25706
25342
|
runtime?: boolean | undefined;
|
|
25707
25343
|
collection?: string | undefined;
|
|
@@ -25741,19 +25377,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25741
25377
|
description: z.ZodOptional<z.ZodString>;
|
|
25742
25378
|
synonyms: z.ZodOptional<z.ZodString>;
|
|
25743
25379
|
tier: z.ZodOptional<z.ZodString>;
|
|
25744
|
-
payloadSchema: z.ZodOptional<z.ZodArray<z.
|
|
25745
|
-
name: z.ZodString;
|
|
25746
|
-
type: z.ZodString;
|
|
25747
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
25748
|
-
}, "strip", z.ZodTypeAny, {
|
|
25749
|
-
type: string;
|
|
25750
|
-
name: string;
|
|
25751
|
-
required?: boolean | undefined;
|
|
25752
|
-
}, {
|
|
25753
|
-
type: string;
|
|
25754
|
-
name: string;
|
|
25755
|
-
required?: boolean | undefined;
|
|
25756
|
-
}>, "many">>;
|
|
25380
|
+
payloadSchema: z.ZodOptional<z.ZodArray<z.ZodType<PayloadField, z.ZodTypeDef, PayloadField>, "many">>;
|
|
25757
25381
|
classification: z.ZodOptional<z.ZodEnum<["domain", "system"]>>;
|
|
25758
25382
|
semanticRole: z.ZodOptional<z.ZodString>;
|
|
25759
25383
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -25762,11 +25386,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25762
25386
|
description?: string | undefined;
|
|
25763
25387
|
synonyms?: string | undefined;
|
|
25764
25388
|
tier?: string | undefined;
|
|
25765
|
-
payloadSchema?:
|
|
25766
|
-
type: string;
|
|
25767
|
-
name: string;
|
|
25768
|
-
required?: boolean | undefined;
|
|
25769
|
-
}[] | undefined;
|
|
25389
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
25770
25390
|
classification?: "domain" | "system" | undefined;
|
|
25771
25391
|
semanticRole?: string | undefined;
|
|
25772
25392
|
}, {
|
|
@@ -25775,11 +25395,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25775
25395
|
description?: string | undefined;
|
|
25776
25396
|
synonyms?: string | undefined;
|
|
25777
25397
|
tier?: string | undefined;
|
|
25778
|
-
payloadSchema?:
|
|
25779
|
-
type: string;
|
|
25780
|
-
name: string;
|
|
25781
|
-
required?: boolean | undefined;
|
|
25782
|
-
}[] | undefined;
|
|
25398
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
25783
25399
|
classification?: "domain" | "system" | undefined;
|
|
25784
25400
|
semanticRole?: string | undefined;
|
|
25785
25401
|
}>, "many">;
|
|
@@ -25825,11 +25441,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25825
25441
|
description?: string | undefined;
|
|
25826
25442
|
synonyms?: string | undefined;
|
|
25827
25443
|
tier?: string | undefined;
|
|
25828
|
-
payloadSchema?:
|
|
25829
|
-
type: string;
|
|
25830
|
-
name: string;
|
|
25831
|
-
required?: boolean | undefined;
|
|
25832
|
-
}[] | undefined;
|
|
25444
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
25833
25445
|
classification?: "domain" | "system" | undefined;
|
|
25834
25446
|
semanticRole?: string | undefined;
|
|
25835
25447
|
}[];
|
|
@@ -25862,11 +25474,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25862
25474
|
description?: string | undefined;
|
|
25863
25475
|
synonyms?: string | undefined;
|
|
25864
25476
|
tier?: string | undefined;
|
|
25865
|
-
payloadSchema?:
|
|
25866
|
-
type: string;
|
|
25867
|
-
name: string;
|
|
25868
|
-
required?: boolean | undefined;
|
|
25869
|
-
}[] | undefined;
|
|
25477
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
25870
25478
|
classification?: "domain" | "system" | undefined;
|
|
25871
25479
|
semanticRole?: string | undefined;
|
|
25872
25480
|
}[];
|
|
@@ -25930,25 +25538,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25930
25538
|
description: z.ZodOptional<z.ZodString>;
|
|
25931
25539
|
synonyms: z.ZodOptional<z.ZodString>;
|
|
25932
25540
|
tier: z.ZodOptional<z.ZodString>;
|
|
25933
|
-
payloadSchema: z.ZodOptional<z.ZodArray<z.
|
|
25934
|
-
name: z.ZodString;
|
|
25935
|
-
type: z.ZodString;
|
|
25936
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
25937
|
-
description: z.ZodOptional<z.ZodString>;
|
|
25938
|
-
entityType: z.ZodOptional<z.ZodString>;
|
|
25939
|
-
}, "strip", z.ZodTypeAny, {
|
|
25940
|
-
type: string;
|
|
25941
|
-
name: string;
|
|
25942
|
-
required?: boolean | undefined;
|
|
25943
|
-
description?: string | undefined;
|
|
25944
|
-
entityType?: string | undefined;
|
|
25945
|
-
}, {
|
|
25946
|
-
type: string;
|
|
25947
|
-
name: string;
|
|
25948
|
-
required?: boolean | undefined;
|
|
25949
|
-
description?: string | undefined;
|
|
25950
|
-
entityType?: string | undefined;
|
|
25951
|
-
}>, "many">>;
|
|
25541
|
+
payloadSchema: z.ZodOptional<z.ZodArray<z.ZodType<EventPayloadField, z.ZodTypeDef, EventPayloadField>, "many">>;
|
|
25952
25542
|
scope: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
|
|
25953
25543
|
}, "strip", z.ZodTypeAny, {
|
|
25954
25544
|
event: string;
|
|
@@ -25956,26 +25546,14 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25956
25546
|
synonyms?: string | undefined;
|
|
25957
25547
|
scope?: "internal" | "external" | undefined;
|
|
25958
25548
|
tier?: string | undefined;
|
|
25959
|
-
payloadSchema?:
|
|
25960
|
-
type: string;
|
|
25961
|
-
name: string;
|
|
25962
|
-
required?: boolean | undefined;
|
|
25963
|
-
description?: string | undefined;
|
|
25964
|
-
entityType?: string | undefined;
|
|
25965
|
-
}[] | undefined;
|
|
25549
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
25966
25550
|
}, {
|
|
25967
25551
|
event: string;
|
|
25968
25552
|
description?: string | undefined;
|
|
25969
25553
|
synonyms?: string | undefined;
|
|
25970
25554
|
scope?: "internal" | "external" | undefined;
|
|
25971
25555
|
tier?: string | undefined;
|
|
25972
|
-
payloadSchema?:
|
|
25973
|
-
type: string;
|
|
25974
|
-
name: string;
|
|
25975
|
-
required?: boolean | undefined;
|
|
25976
|
-
description?: string | undefined;
|
|
25977
|
-
entityType?: string | undefined;
|
|
25978
|
-
}[] | undefined;
|
|
25556
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
25979
25557
|
}>, "many">>;
|
|
25980
25558
|
listens: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
25981
25559
|
event: z.ZodString;
|
|
@@ -26155,13 +25733,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26155
25733
|
capabilities?: string[] | undefined;
|
|
26156
25734
|
dataEntities?: {
|
|
26157
25735
|
name: string;
|
|
26158
|
-
fields:
|
|
26159
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
26160
|
-
name: string;
|
|
26161
|
-
values?: string[] | undefined;
|
|
26162
|
-
required?: boolean | undefined;
|
|
26163
|
-
default?: unknown;
|
|
26164
|
-
}[];
|
|
25736
|
+
fields: TraitEntityField[];
|
|
26165
25737
|
description?: string | undefined;
|
|
26166
25738
|
runtime?: boolean | undefined;
|
|
26167
25739
|
collection?: string | undefined;
|
|
@@ -26176,11 +25748,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26176
25748
|
description?: string | undefined;
|
|
26177
25749
|
synonyms?: string | undefined;
|
|
26178
25750
|
tier?: string | undefined;
|
|
26179
|
-
payloadSchema?:
|
|
26180
|
-
type: string;
|
|
26181
|
-
name: string;
|
|
26182
|
-
required?: boolean | undefined;
|
|
26183
|
-
}[] | undefined;
|
|
25751
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
26184
25752
|
classification?: "domain" | "system" | undefined;
|
|
26185
25753
|
semanticRole?: string | undefined;
|
|
26186
25754
|
}[];
|
|
@@ -26213,13 +25781,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26213
25781
|
synonyms?: string | undefined;
|
|
26214
25782
|
scope?: "internal" | "external" | undefined;
|
|
26215
25783
|
tier?: string | undefined;
|
|
26216
|
-
payloadSchema?:
|
|
26217
|
-
type: string;
|
|
26218
|
-
name: string;
|
|
26219
|
-
required?: boolean | undefined;
|
|
26220
|
-
description?: string | undefined;
|
|
26221
|
-
entityType?: string | undefined;
|
|
26222
|
-
}[] | undefined;
|
|
25784
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
26223
25785
|
}[] | undefined;
|
|
26224
25786
|
linkedEntity?: string | undefined;
|
|
26225
25787
|
listens?: {
|
|
@@ -26303,13 +25865,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26303
25865
|
capabilities?: string[] | undefined;
|
|
26304
25866
|
dataEntities?: {
|
|
26305
25867
|
name: string;
|
|
26306
|
-
fields:
|
|
26307
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
26308
|
-
name: string;
|
|
26309
|
-
values?: string[] | undefined;
|
|
26310
|
-
required?: boolean | undefined;
|
|
26311
|
-
default?: unknown;
|
|
26312
|
-
}[];
|
|
25868
|
+
fields: TraitEntityField[];
|
|
26313
25869
|
description?: string | undefined;
|
|
26314
25870
|
runtime?: boolean | undefined;
|
|
26315
25871
|
collection?: string | undefined;
|
|
@@ -26324,11 +25880,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26324
25880
|
description?: string | undefined;
|
|
26325
25881
|
synonyms?: string | undefined;
|
|
26326
25882
|
tier?: string | undefined;
|
|
26327
|
-
payloadSchema?:
|
|
26328
|
-
type: string;
|
|
26329
|
-
name: string;
|
|
26330
|
-
required?: boolean | undefined;
|
|
26331
|
-
}[] | undefined;
|
|
25883
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
26332
25884
|
classification?: "domain" | "system" | undefined;
|
|
26333
25885
|
semanticRole?: string | undefined;
|
|
26334
25886
|
}[];
|
|
@@ -26361,13 +25913,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26361
25913
|
synonyms?: string | undefined;
|
|
26362
25914
|
scope?: "internal" | "external" | undefined;
|
|
26363
25915
|
tier?: string | undefined;
|
|
26364
|
-
payloadSchema?:
|
|
26365
|
-
type: string;
|
|
26366
|
-
name: string;
|
|
26367
|
-
required?: boolean | undefined;
|
|
26368
|
-
description?: string | undefined;
|
|
26369
|
-
entityType?: string | undefined;
|
|
26370
|
-
}[] | undefined;
|
|
25916
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
26371
25917
|
}[] | undefined;
|
|
26372
25918
|
linkedEntity?: string | undefined;
|
|
26373
25919
|
listens?: {
|
|
@@ -26546,25 +26092,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26546
26092
|
dataEntities: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
26547
26093
|
name: z.ZodString;
|
|
26548
26094
|
collection: z.ZodOptional<z.ZodString>;
|
|
26549
|
-
fields: z.ZodArray<z.
|
|
26550
|
-
name: z.ZodString;
|
|
26551
|
-
type: z.ZodEnum<["string", "number", "boolean", "date", "array", "object", "timestamp", "datetime", "enum"]>;
|
|
26552
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
26553
|
-
default: z.ZodOptional<z.ZodUnknown>;
|
|
26554
|
-
values: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
26555
|
-
}, "strip", z.ZodTypeAny, {
|
|
26556
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
26557
|
-
name: string;
|
|
26558
|
-
values?: string[] | undefined;
|
|
26559
|
-
required?: boolean | undefined;
|
|
26560
|
-
default?: unknown;
|
|
26561
|
-
}, {
|
|
26562
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
26563
|
-
name: string;
|
|
26564
|
-
values?: string[] | undefined;
|
|
26565
|
-
required?: boolean | undefined;
|
|
26566
|
-
default?: unknown;
|
|
26567
|
-
}>, "many">;
|
|
26095
|
+
fields: z.ZodArray<z.ZodType<TraitEntityField, z.ZodTypeDef, TraitEntityField>, "many">;
|
|
26568
26096
|
timestamps: z.ZodOptional<z.ZodBoolean>;
|
|
26569
26097
|
description: z.ZodOptional<z.ZodString>;
|
|
26570
26098
|
runtime: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -26572,13 +26100,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26572
26100
|
pages: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
26573
26101
|
}, "strip", z.ZodTypeAny, {
|
|
26574
26102
|
name: string;
|
|
26575
|
-
fields:
|
|
26576
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
26577
|
-
name: string;
|
|
26578
|
-
values?: string[] | undefined;
|
|
26579
|
-
required?: boolean | undefined;
|
|
26580
|
-
default?: unknown;
|
|
26581
|
-
}[];
|
|
26103
|
+
fields: TraitEntityField[];
|
|
26582
26104
|
description?: string | undefined;
|
|
26583
26105
|
runtime?: boolean | undefined;
|
|
26584
26106
|
collection?: string | undefined;
|
|
@@ -26587,13 +26109,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26587
26109
|
singleton?: boolean | undefined;
|
|
26588
26110
|
}, {
|
|
26589
26111
|
name: string;
|
|
26590
|
-
fields:
|
|
26591
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
26592
|
-
name: string;
|
|
26593
|
-
values?: string[] | undefined;
|
|
26594
|
-
required?: boolean | undefined;
|
|
26595
|
-
default?: unknown;
|
|
26596
|
-
}[];
|
|
26112
|
+
fields: TraitEntityField[];
|
|
26597
26113
|
description?: string | undefined;
|
|
26598
26114
|
runtime?: boolean | undefined;
|
|
26599
26115
|
collection?: string | undefined;
|
|
@@ -26633,19 +26149,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26633
26149
|
description: z.ZodOptional<z.ZodString>;
|
|
26634
26150
|
synonyms: z.ZodOptional<z.ZodString>;
|
|
26635
26151
|
tier: z.ZodOptional<z.ZodString>;
|
|
26636
|
-
payloadSchema: z.ZodOptional<z.ZodArray<z.
|
|
26637
|
-
name: z.ZodString;
|
|
26638
|
-
type: z.ZodString;
|
|
26639
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
26640
|
-
}, "strip", z.ZodTypeAny, {
|
|
26641
|
-
type: string;
|
|
26642
|
-
name: string;
|
|
26643
|
-
required?: boolean | undefined;
|
|
26644
|
-
}, {
|
|
26645
|
-
type: string;
|
|
26646
|
-
name: string;
|
|
26647
|
-
required?: boolean | undefined;
|
|
26648
|
-
}>, "many">>;
|
|
26152
|
+
payloadSchema: z.ZodOptional<z.ZodArray<z.ZodType<PayloadField, z.ZodTypeDef, PayloadField>, "many">>;
|
|
26649
26153
|
classification: z.ZodOptional<z.ZodEnum<["domain", "system"]>>;
|
|
26650
26154
|
semanticRole: z.ZodOptional<z.ZodString>;
|
|
26651
26155
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -26654,11 +26158,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26654
26158
|
description?: string | undefined;
|
|
26655
26159
|
synonyms?: string | undefined;
|
|
26656
26160
|
tier?: string | undefined;
|
|
26657
|
-
payloadSchema?:
|
|
26658
|
-
type: string;
|
|
26659
|
-
name: string;
|
|
26660
|
-
required?: boolean | undefined;
|
|
26661
|
-
}[] | undefined;
|
|
26161
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
26662
26162
|
classification?: "domain" | "system" | undefined;
|
|
26663
26163
|
semanticRole?: string | undefined;
|
|
26664
26164
|
}, {
|
|
@@ -26667,11 +26167,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26667
26167
|
description?: string | undefined;
|
|
26668
26168
|
synonyms?: string | undefined;
|
|
26669
26169
|
tier?: string | undefined;
|
|
26670
|
-
payloadSchema?:
|
|
26671
|
-
type: string;
|
|
26672
|
-
name: string;
|
|
26673
|
-
required?: boolean | undefined;
|
|
26674
|
-
}[] | undefined;
|
|
26170
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
26675
26171
|
classification?: "domain" | "system" | undefined;
|
|
26676
26172
|
semanticRole?: string | undefined;
|
|
26677
26173
|
}>, "many">;
|
|
@@ -26717,11 +26213,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26717
26213
|
description?: string | undefined;
|
|
26718
26214
|
synonyms?: string | undefined;
|
|
26719
26215
|
tier?: string | undefined;
|
|
26720
|
-
payloadSchema?:
|
|
26721
|
-
type: string;
|
|
26722
|
-
name: string;
|
|
26723
|
-
required?: boolean | undefined;
|
|
26724
|
-
}[] | undefined;
|
|
26216
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
26725
26217
|
classification?: "domain" | "system" | undefined;
|
|
26726
26218
|
semanticRole?: string | undefined;
|
|
26727
26219
|
}[];
|
|
@@ -26754,11 +26246,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26754
26246
|
description?: string | undefined;
|
|
26755
26247
|
synonyms?: string | undefined;
|
|
26756
26248
|
tier?: string | undefined;
|
|
26757
|
-
payloadSchema?:
|
|
26758
|
-
type: string;
|
|
26759
|
-
name: string;
|
|
26760
|
-
required?: boolean | undefined;
|
|
26761
|
-
}[] | undefined;
|
|
26249
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
26762
26250
|
classification?: "domain" | "system" | undefined;
|
|
26763
26251
|
semanticRole?: string | undefined;
|
|
26764
26252
|
}[];
|
|
@@ -26822,25 +26310,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26822
26310
|
description: z.ZodOptional<z.ZodString>;
|
|
26823
26311
|
synonyms: z.ZodOptional<z.ZodString>;
|
|
26824
26312
|
tier: z.ZodOptional<z.ZodString>;
|
|
26825
|
-
payloadSchema: z.ZodOptional<z.ZodArray<z.
|
|
26826
|
-
name: z.ZodString;
|
|
26827
|
-
type: z.ZodString;
|
|
26828
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
26829
|
-
description: z.ZodOptional<z.ZodString>;
|
|
26830
|
-
entityType: z.ZodOptional<z.ZodString>;
|
|
26831
|
-
}, "strip", z.ZodTypeAny, {
|
|
26832
|
-
type: string;
|
|
26833
|
-
name: string;
|
|
26834
|
-
required?: boolean | undefined;
|
|
26835
|
-
description?: string | undefined;
|
|
26836
|
-
entityType?: string | undefined;
|
|
26837
|
-
}, {
|
|
26838
|
-
type: string;
|
|
26839
|
-
name: string;
|
|
26840
|
-
required?: boolean | undefined;
|
|
26841
|
-
description?: string | undefined;
|
|
26842
|
-
entityType?: string | undefined;
|
|
26843
|
-
}>, "many">>;
|
|
26313
|
+
payloadSchema: z.ZodOptional<z.ZodArray<z.ZodType<EventPayloadField, z.ZodTypeDef, EventPayloadField>, "many">>;
|
|
26844
26314
|
scope: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
|
|
26845
26315
|
}, "strip", z.ZodTypeAny, {
|
|
26846
26316
|
event: string;
|
|
@@ -26848,26 +26318,14 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26848
26318
|
synonyms?: string | undefined;
|
|
26849
26319
|
scope?: "internal" | "external" | undefined;
|
|
26850
26320
|
tier?: string | undefined;
|
|
26851
|
-
payloadSchema?:
|
|
26852
|
-
type: string;
|
|
26853
|
-
name: string;
|
|
26854
|
-
required?: boolean | undefined;
|
|
26855
|
-
description?: string | undefined;
|
|
26856
|
-
entityType?: string | undefined;
|
|
26857
|
-
}[] | undefined;
|
|
26321
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
26858
26322
|
}, {
|
|
26859
26323
|
event: string;
|
|
26860
26324
|
description?: string | undefined;
|
|
26861
26325
|
synonyms?: string | undefined;
|
|
26862
26326
|
scope?: "internal" | "external" | undefined;
|
|
26863
26327
|
tier?: string | undefined;
|
|
26864
|
-
payloadSchema?:
|
|
26865
|
-
type: string;
|
|
26866
|
-
name: string;
|
|
26867
|
-
required?: boolean | undefined;
|
|
26868
|
-
description?: string | undefined;
|
|
26869
|
-
entityType?: string | undefined;
|
|
26870
|
-
}[] | undefined;
|
|
26328
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
26871
26329
|
}>, "many">>;
|
|
26872
26330
|
listens: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
26873
26331
|
event: z.ZodString;
|
|
@@ -27047,13 +26505,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27047
26505
|
capabilities?: string[] | undefined;
|
|
27048
26506
|
dataEntities?: {
|
|
27049
26507
|
name: string;
|
|
27050
|
-
fields:
|
|
27051
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
27052
|
-
name: string;
|
|
27053
|
-
values?: string[] | undefined;
|
|
27054
|
-
required?: boolean | undefined;
|
|
27055
|
-
default?: unknown;
|
|
27056
|
-
}[];
|
|
26508
|
+
fields: TraitEntityField[];
|
|
27057
26509
|
description?: string | undefined;
|
|
27058
26510
|
runtime?: boolean | undefined;
|
|
27059
26511
|
collection?: string | undefined;
|
|
@@ -27068,11 +26520,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27068
26520
|
description?: string | undefined;
|
|
27069
26521
|
synonyms?: string | undefined;
|
|
27070
26522
|
tier?: string | undefined;
|
|
27071
|
-
payloadSchema?:
|
|
27072
|
-
type: string;
|
|
27073
|
-
name: string;
|
|
27074
|
-
required?: boolean | undefined;
|
|
27075
|
-
}[] | undefined;
|
|
26523
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
27076
26524
|
classification?: "domain" | "system" | undefined;
|
|
27077
26525
|
semanticRole?: string | undefined;
|
|
27078
26526
|
}[];
|
|
@@ -27105,13 +26553,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27105
26553
|
synonyms?: string | undefined;
|
|
27106
26554
|
scope?: "internal" | "external" | undefined;
|
|
27107
26555
|
tier?: string | undefined;
|
|
27108
|
-
payloadSchema?:
|
|
27109
|
-
type: string;
|
|
27110
|
-
name: string;
|
|
27111
|
-
required?: boolean | undefined;
|
|
27112
|
-
description?: string | undefined;
|
|
27113
|
-
entityType?: string | undefined;
|
|
27114
|
-
}[] | undefined;
|
|
26556
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
27115
26557
|
}[] | undefined;
|
|
27116
26558
|
linkedEntity?: string | undefined;
|
|
27117
26559
|
listens?: {
|
|
@@ -27195,13 +26637,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27195
26637
|
capabilities?: string[] | undefined;
|
|
27196
26638
|
dataEntities?: {
|
|
27197
26639
|
name: string;
|
|
27198
|
-
fields:
|
|
27199
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
27200
|
-
name: string;
|
|
27201
|
-
values?: string[] | undefined;
|
|
27202
|
-
required?: boolean | undefined;
|
|
27203
|
-
default?: unknown;
|
|
27204
|
-
}[];
|
|
26640
|
+
fields: TraitEntityField[];
|
|
27205
26641
|
description?: string | undefined;
|
|
27206
26642
|
runtime?: boolean | undefined;
|
|
27207
26643
|
collection?: string | undefined;
|
|
@@ -27216,11 +26652,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27216
26652
|
description?: string | undefined;
|
|
27217
26653
|
synonyms?: string | undefined;
|
|
27218
26654
|
tier?: string | undefined;
|
|
27219
|
-
payloadSchema?:
|
|
27220
|
-
type: string;
|
|
27221
|
-
name: string;
|
|
27222
|
-
required?: boolean | undefined;
|
|
27223
|
-
}[] | undefined;
|
|
26655
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
27224
26656
|
classification?: "domain" | "system" | undefined;
|
|
27225
26657
|
semanticRole?: string | undefined;
|
|
27226
26658
|
}[];
|
|
@@ -27253,13 +26685,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27253
26685
|
synonyms?: string | undefined;
|
|
27254
26686
|
scope?: "internal" | "external" | undefined;
|
|
27255
26687
|
tier?: string | undefined;
|
|
27256
|
-
payloadSchema?:
|
|
27257
|
-
type: string;
|
|
27258
|
-
name: string;
|
|
27259
|
-
required?: boolean | undefined;
|
|
27260
|
-
description?: string | undefined;
|
|
27261
|
-
entityType?: string | undefined;
|
|
27262
|
-
}[] | undefined;
|
|
26688
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
27263
26689
|
}[] | undefined;
|
|
27264
26690
|
linkedEntity?: string | undefined;
|
|
27265
26691
|
listens?: {
|
|
@@ -27348,13 +26774,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27348
26774
|
capabilities?: string[] | undefined;
|
|
27349
26775
|
dataEntities?: {
|
|
27350
26776
|
name: string;
|
|
27351
|
-
fields:
|
|
27352
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
27353
|
-
name: string;
|
|
27354
|
-
values?: string[] | undefined;
|
|
27355
|
-
required?: boolean | undefined;
|
|
27356
|
-
default?: unknown;
|
|
27357
|
-
}[];
|
|
26777
|
+
fields: TraitEntityField[];
|
|
27358
26778
|
description?: string | undefined;
|
|
27359
26779
|
runtime?: boolean | undefined;
|
|
27360
26780
|
collection?: string | undefined;
|
|
@@ -27369,11 +26789,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27369
26789
|
description?: string | undefined;
|
|
27370
26790
|
synonyms?: string | undefined;
|
|
27371
26791
|
tier?: string | undefined;
|
|
27372
|
-
payloadSchema?:
|
|
27373
|
-
type: string;
|
|
27374
|
-
name: string;
|
|
27375
|
-
required?: boolean | undefined;
|
|
27376
|
-
}[] | undefined;
|
|
26792
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
27377
26793
|
classification?: "domain" | "system" | undefined;
|
|
27378
26794
|
semanticRole?: string | undefined;
|
|
27379
26795
|
}[];
|
|
@@ -27406,13 +26822,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27406
26822
|
synonyms?: string | undefined;
|
|
27407
26823
|
scope?: "internal" | "external" | undefined;
|
|
27408
26824
|
tier?: string | undefined;
|
|
27409
|
-
payloadSchema?:
|
|
27410
|
-
type: string;
|
|
27411
|
-
name: string;
|
|
27412
|
-
required?: boolean | undefined;
|
|
27413
|
-
description?: string | undefined;
|
|
27414
|
-
entityType?: string | undefined;
|
|
27415
|
-
}[] | undefined;
|
|
26825
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
27416
26826
|
}[] | undefined;
|
|
27417
26827
|
linkedEntity?: string | undefined;
|
|
27418
26828
|
listens?: {
|
|
@@ -27508,13 +26918,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27508
26918
|
capabilities?: string[] | undefined;
|
|
27509
26919
|
dataEntities?: {
|
|
27510
26920
|
name: string;
|
|
27511
|
-
fields:
|
|
27512
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
27513
|
-
name: string;
|
|
27514
|
-
values?: string[] | undefined;
|
|
27515
|
-
required?: boolean | undefined;
|
|
27516
|
-
default?: unknown;
|
|
27517
|
-
}[];
|
|
26921
|
+
fields: TraitEntityField[];
|
|
27518
26922
|
description?: string | undefined;
|
|
27519
26923
|
runtime?: boolean | undefined;
|
|
27520
26924
|
collection?: string | undefined;
|
|
@@ -27529,11 +26933,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27529
26933
|
description?: string | undefined;
|
|
27530
26934
|
synonyms?: string | undefined;
|
|
27531
26935
|
tier?: string | undefined;
|
|
27532
|
-
payloadSchema?:
|
|
27533
|
-
type: string;
|
|
27534
|
-
name: string;
|
|
27535
|
-
required?: boolean | undefined;
|
|
27536
|
-
}[] | undefined;
|
|
26936
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
27537
26937
|
classification?: "domain" | "system" | undefined;
|
|
27538
26938
|
semanticRole?: string | undefined;
|
|
27539
26939
|
}[];
|
|
@@ -27566,13 +26966,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27566
26966
|
synonyms?: string | undefined;
|
|
27567
26967
|
scope?: "internal" | "external" | undefined;
|
|
27568
26968
|
tier?: string | undefined;
|
|
27569
|
-
payloadSchema?:
|
|
27570
|
-
type: string;
|
|
27571
|
-
name: string;
|
|
27572
|
-
required?: boolean | undefined;
|
|
27573
|
-
description?: string | undefined;
|
|
27574
|
-
entityType?: string | undefined;
|
|
27575
|
-
}[] | undefined;
|
|
26969
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
27576
26970
|
}[] | undefined;
|
|
27577
26971
|
linkedEntity?: string | undefined;
|
|
27578
26972
|
listens?: {
|
|
@@ -27672,25 +27066,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27672
27066
|
tick?: string | undefined;
|
|
27673
27067
|
}>;
|
|
27674
27068
|
description: z.ZodOptional<z.ZodString>;
|
|
27675
|
-
payload: z.ZodOptional<z.ZodArray<z.
|
|
27676
|
-
name: z.ZodString;
|
|
27677
|
-
type: z.ZodString;
|
|
27678
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
27679
|
-
description: z.ZodOptional<z.ZodString>;
|
|
27680
|
-
entityType: z.ZodOptional<z.ZodString>;
|
|
27681
|
-
}, "strip", z.ZodTypeAny, {
|
|
27682
|
-
type: string;
|
|
27683
|
-
name: string;
|
|
27684
|
-
required?: boolean | undefined;
|
|
27685
|
-
description?: string | undefined;
|
|
27686
|
-
entityType?: string | undefined;
|
|
27687
|
-
}, {
|
|
27688
|
-
type: string;
|
|
27689
|
-
name: string;
|
|
27690
|
-
required?: boolean | undefined;
|
|
27691
|
-
description?: string | undefined;
|
|
27692
|
-
entityType?: string | undefined;
|
|
27693
|
-
}>, "many">>;
|
|
27069
|
+
payload: z.ZodOptional<z.ZodArray<z.ZodType<EventPayloadField, z.ZodTypeDef, EventPayloadField>, "many">>;
|
|
27694
27070
|
}, "strip", z.ZodTypeAny, {
|
|
27695
27071
|
event: string;
|
|
27696
27072
|
source: {
|
|
@@ -27700,13 +27076,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27700
27076
|
};
|
|
27701
27077
|
originalEvent: string;
|
|
27702
27078
|
description?: string | undefined;
|
|
27703
|
-
payload?:
|
|
27704
|
-
type: string;
|
|
27705
|
-
name: string;
|
|
27706
|
-
required?: boolean | undefined;
|
|
27707
|
-
description?: string | undefined;
|
|
27708
|
-
entityType?: string | undefined;
|
|
27709
|
-
}[] | undefined;
|
|
27079
|
+
payload?: EventPayloadField[] | undefined;
|
|
27710
27080
|
}, {
|
|
27711
27081
|
event: string;
|
|
27712
27082
|
source: {
|
|
@@ -27716,13 +27086,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27716
27086
|
};
|
|
27717
27087
|
originalEvent: string;
|
|
27718
27088
|
description?: string | undefined;
|
|
27719
|
-
payload?:
|
|
27720
|
-
type: string;
|
|
27721
|
-
name: string;
|
|
27722
|
-
required?: boolean | undefined;
|
|
27723
|
-
description?: string | undefined;
|
|
27724
|
-
entityType?: string | undefined;
|
|
27725
|
-
}[] | undefined;
|
|
27089
|
+
payload?: EventPayloadField[] | undefined;
|
|
27726
27090
|
}>, "many">>;
|
|
27727
27091
|
listens: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
27728
27092
|
event: z.ZodString;
|
|
@@ -27951,13 +27315,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27951
27315
|
capabilities?: string[] | undefined;
|
|
27952
27316
|
dataEntities?: {
|
|
27953
27317
|
name: string;
|
|
27954
|
-
fields:
|
|
27955
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
27956
|
-
name: string;
|
|
27957
|
-
values?: string[] | undefined;
|
|
27958
|
-
required?: boolean | undefined;
|
|
27959
|
-
default?: unknown;
|
|
27960
|
-
}[];
|
|
27318
|
+
fields: TraitEntityField[];
|
|
27961
27319
|
description?: string | undefined;
|
|
27962
27320
|
runtime?: boolean | undefined;
|
|
27963
27321
|
collection?: string | undefined;
|
|
@@ -27972,11 +27330,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27972
27330
|
description?: string | undefined;
|
|
27973
27331
|
synonyms?: string | undefined;
|
|
27974
27332
|
tier?: string | undefined;
|
|
27975
|
-
payloadSchema?:
|
|
27976
|
-
type: string;
|
|
27977
|
-
name: string;
|
|
27978
|
-
required?: boolean | undefined;
|
|
27979
|
-
}[] | undefined;
|
|
27333
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
27980
27334
|
classification?: "domain" | "system" | undefined;
|
|
27981
27335
|
semanticRole?: string | undefined;
|
|
27982
27336
|
}[];
|
|
@@ -28009,13 +27363,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28009
27363
|
synonyms?: string | undefined;
|
|
28010
27364
|
scope?: "internal" | "external" | undefined;
|
|
28011
27365
|
tier?: string | undefined;
|
|
28012
|
-
payloadSchema?:
|
|
28013
|
-
type: string;
|
|
28014
|
-
name: string;
|
|
28015
|
-
required?: boolean | undefined;
|
|
28016
|
-
description?: string | undefined;
|
|
28017
|
-
entityType?: string | undefined;
|
|
28018
|
-
}[] | undefined;
|
|
27366
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
28019
27367
|
}[] | undefined;
|
|
28020
27368
|
linkedEntity?: string | undefined;
|
|
28021
27369
|
listens?: {
|
|
@@ -28108,13 +27456,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28108
27456
|
capabilities?: string[] | undefined;
|
|
28109
27457
|
dataEntities?: {
|
|
28110
27458
|
name: string;
|
|
28111
|
-
fields:
|
|
28112
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
28113
|
-
name: string;
|
|
28114
|
-
values?: string[] | undefined;
|
|
28115
|
-
required?: boolean | undefined;
|
|
28116
|
-
default?: unknown;
|
|
28117
|
-
}[];
|
|
27459
|
+
fields: TraitEntityField[];
|
|
28118
27460
|
description?: string | undefined;
|
|
28119
27461
|
runtime?: boolean | undefined;
|
|
28120
27462
|
collection?: string | undefined;
|
|
@@ -28129,11 +27471,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28129
27471
|
description?: string | undefined;
|
|
28130
27472
|
synonyms?: string | undefined;
|
|
28131
27473
|
tier?: string | undefined;
|
|
28132
|
-
payloadSchema?:
|
|
28133
|
-
type: string;
|
|
28134
|
-
name: string;
|
|
28135
|
-
required?: boolean | undefined;
|
|
28136
|
-
}[] | undefined;
|
|
27474
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
28137
27475
|
classification?: "domain" | "system" | undefined;
|
|
28138
27476
|
semanticRole?: string | undefined;
|
|
28139
27477
|
}[];
|
|
@@ -28166,13 +27504,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28166
27504
|
synonyms?: string | undefined;
|
|
28167
27505
|
scope?: "internal" | "external" | undefined;
|
|
28168
27506
|
tier?: string | undefined;
|
|
28169
|
-
payloadSchema?:
|
|
28170
|
-
type: string;
|
|
28171
|
-
name: string;
|
|
28172
|
-
required?: boolean | undefined;
|
|
28173
|
-
description?: string | undefined;
|
|
28174
|
-
entityType?: string | undefined;
|
|
28175
|
-
}[] | undefined;
|
|
27507
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
28176
27508
|
}[] | undefined;
|
|
28177
27509
|
linkedEntity?: string | undefined;
|
|
28178
27510
|
listens?: {
|
|
@@ -28755,13 +28087,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28755
28087
|
};
|
|
28756
28088
|
originalEvent: string;
|
|
28757
28089
|
description?: string | undefined;
|
|
28758
|
-
payload?:
|
|
28759
|
-
type: string;
|
|
28760
|
-
name: string;
|
|
28761
|
-
required?: boolean | undefined;
|
|
28762
|
-
description?: string | undefined;
|
|
28763
|
-
entityType?: string | undefined;
|
|
28764
|
-
}[] | undefined;
|
|
28090
|
+
payload?: EventPayloadField[] | undefined;
|
|
28765
28091
|
}[] | undefined;
|
|
28766
28092
|
listens?: {
|
|
28767
28093
|
event: string;
|
|
@@ -28868,13 +28194,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28868
28194
|
capabilities?: string[] | undefined;
|
|
28869
28195
|
dataEntities?: {
|
|
28870
28196
|
name: string;
|
|
28871
|
-
fields:
|
|
28872
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
28873
|
-
name: string;
|
|
28874
|
-
values?: string[] | undefined;
|
|
28875
|
-
required?: boolean | undefined;
|
|
28876
|
-
default?: unknown;
|
|
28877
|
-
}[];
|
|
28197
|
+
fields: TraitEntityField[];
|
|
28878
28198
|
description?: string | undefined;
|
|
28879
28199
|
runtime?: boolean | undefined;
|
|
28880
28200
|
collection?: string | undefined;
|
|
@@ -28889,11 +28209,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28889
28209
|
description?: string | undefined;
|
|
28890
28210
|
synonyms?: string | undefined;
|
|
28891
28211
|
tier?: string | undefined;
|
|
28892
|
-
payloadSchema?:
|
|
28893
|
-
type: string;
|
|
28894
|
-
name: string;
|
|
28895
|
-
required?: boolean | undefined;
|
|
28896
|
-
}[] | undefined;
|
|
28212
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
28897
28213
|
classification?: "domain" | "system" | undefined;
|
|
28898
28214
|
semanticRole?: string | undefined;
|
|
28899
28215
|
}[];
|
|
@@ -28926,13 +28242,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28926
28242
|
synonyms?: string | undefined;
|
|
28927
28243
|
scope?: "internal" | "external" | undefined;
|
|
28928
28244
|
tier?: string | undefined;
|
|
28929
|
-
payloadSchema?:
|
|
28930
|
-
type: string;
|
|
28931
|
-
name: string;
|
|
28932
|
-
required?: boolean | undefined;
|
|
28933
|
-
description?: string | undefined;
|
|
28934
|
-
entityType?: string | undefined;
|
|
28935
|
-
}[] | undefined;
|
|
28245
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
28936
28246
|
}[] | undefined;
|
|
28937
28247
|
linkedEntity?: string | undefined;
|
|
28938
28248
|
listens?: {
|
|
@@ -29025,13 +28335,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29025
28335
|
capabilities?: string[] | undefined;
|
|
29026
28336
|
dataEntities?: {
|
|
29027
28337
|
name: string;
|
|
29028
|
-
fields:
|
|
29029
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
29030
|
-
name: string;
|
|
29031
|
-
values?: string[] | undefined;
|
|
29032
|
-
required?: boolean | undefined;
|
|
29033
|
-
default?: unknown;
|
|
29034
|
-
}[];
|
|
28338
|
+
fields: TraitEntityField[];
|
|
29035
28339
|
description?: string | undefined;
|
|
29036
28340
|
runtime?: boolean | undefined;
|
|
29037
28341
|
collection?: string | undefined;
|
|
@@ -29046,11 +28350,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29046
28350
|
description?: string | undefined;
|
|
29047
28351
|
synonyms?: string | undefined;
|
|
29048
28352
|
tier?: string | undefined;
|
|
29049
|
-
payloadSchema?:
|
|
29050
|
-
type: string;
|
|
29051
|
-
name: string;
|
|
29052
|
-
required?: boolean | undefined;
|
|
29053
|
-
}[] | undefined;
|
|
28353
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
29054
28354
|
classification?: "domain" | "system" | undefined;
|
|
29055
28355
|
semanticRole?: string | undefined;
|
|
29056
28356
|
}[];
|
|
@@ -29083,13 +28383,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29083
28383
|
synonyms?: string | undefined;
|
|
29084
28384
|
scope?: "internal" | "external" | undefined;
|
|
29085
28385
|
tier?: string | undefined;
|
|
29086
|
-
payloadSchema?:
|
|
29087
|
-
type: string;
|
|
29088
|
-
name: string;
|
|
29089
|
-
required?: boolean | undefined;
|
|
29090
|
-
description?: string | undefined;
|
|
29091
|
-
entityType?: string | undefined;
|
|
29092
|
-
}[] | undefined;
|
|
28386
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
29093
28387
|
}[] | undefined;
|
|
29094
28388
|
linkedEntity?: string | undefined;
|
|
29095
28389
|
listens?: {
|
|
@@ -29672,13 +28966,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29672
28966
|
};
|
|
29673
28967
|
originalEvent: string;
|
|
29674
28968
|
description?: string | undefined;
|
|
29675
|
-
payload?:
|
|
29676
|
-
type: string;
|
|
29677
|
-
name: string;
|
|
29678
|
-
required?: boolean | undefined;
|
|
29679
|
-
description?: string | undefined;
|
|
29680
|
-
entityType?: string | undefined;
|
|
29681
|
-
}[] | undefined;
|
|
28969
|
+
payload?: EventPayloadField[] | undefined;
|
|
29682
28970
|
}[] | undefined;
|
|
29683
28971
|
listens?: {
|
|
29684
28972
|
event: string;
|
|
@@ -33932,25 +33220,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33932
33220
|
dataEntities: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
33933
33221
|
name: z.ZodString;
|
|
33934
33222
|
collection: z.ZodOptional<z.ZodString>;
|
|
33935
|
-
fields: z.ZodArray<z.
|
|
33936
|
-
name: z.ZodString;
|
|
33937
|
-
type: z.ZodEnum<["string", "number", "boolean", "date", "array", "object", "timestamp", "datetime", "enum"]>;
|
|
33938
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
33939
|
-
default: z.ZodOptional<z.ZodUnknown>;
|
|
33940
|
-
values: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
33941
|
-
}, "strip", z.ZodTypeAny, {
|
|
33942
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
33943
|
-
name: string;
|
|
33944
|
-
values?: string[] | undefined;
|
|
33945
|
-
required?: boolean | undefined;
|
|
33946
|
-
default?: unknown;
|
|
33947
|
-
}, {
|
|
33948
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
33949
|
-
name: string;
|
|
33950
|
-
values?: string[] | undefined;
|
|
33951
|
-
required?: boolean | undefined;
|
|
33952
|
-
default?: unknown;
|
|
33953
|
-
}>, "many">;
|
|
33223
|
+
fields: z.ZodArray<z.ZodType<TraitEntityField, z.ZodTypeDef, TraitEntityField>, "many">;
|
|
33954
33224
|
timestamps: z.ZodOptional<z.ZodBoolean>;
|
|
33955
33225
|
description: z.ZodOptional<z.ZodString>;
|
|
33956
33226
|
runtime: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -33958,13 +33228,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33958
33228
|
pages: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
33959
33229
|
}, "strip", z.ZodTypeAny, {
|
|
33960
33230
|
name: string;
|
|
33961
|
-
fields:
|
|
33962
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
33963
|
-
name: string;
|
|
33964
|
-
values?: string[] | undefined;
|
|
33965
|
-
required?: boolean | undefined;
|
|
33966
|
-
default?: unknown;
|
|
33967
|
-
}[];
|
|
33231
|
+
fields: TraitEntityField[];
|
|
33968
33232
|
description?: string | undefined;
|
|
33969
33233
|
runtime?: boolean | undefined;
|
|
33970
33234
|
collection?: string | undefined;
|
|
@@ -33973,13 +33237,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33973
33237
|
singleton?: boolean | undefined;
|
|
33974
33238
|
}, {
|
|
33975
33239
|
name: string;
|
|
33976
|
-
fields:
|
|
33977
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
33978
|
-
name: string;
|
|
33979
|
-
values?: string[] | undefined;
|
|
33980
|
-
required?: boolean | undefined;
|
|
33981
|
-
default?: unknown;
|
|
33982
|
-
}[];
|
|
33240
|
+
fields: TraitEntityField[];
|
|
33983
33241
|
description?: string | undefined;
|
|
33984
33242
|
runtime?: boolean | undefined;
|
|
33985
33243
|
collection?: string | undefined;
|
|
@@ -34019,19 +33277,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34019
33277
|
description: z.ZodOptional<z.ZodString>;
|
|
34020
33278
|
synonyms: z.ZodOptional<z.ZodString>;
|
|
34021
33279
|
tier: z.ZodOptional<z.ZodString>;
|
|
34022
|
-
payloadSchema: z.ZodOptional<z.ZodArray<z.
|
|
34023
|
-
name: z.ZodString;
|
|
34024
|
-
type: z.ZodString;
|
|
34025
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
34026
|
-
}, "strip", z.ZodTypeAny, {
|
|
34027
|
-
type: string;
|
|
34028
|
-
name: string;
|
|
34029
|
-
required?: boolean | undefined;
|
|
34030
|
-
}, {
|
|
34031
|
-
type: string;
|
|
34032
|
-
name: string;
|
|
34033
|
-
required?: boolean | undefined;
|
|
34034
|
-
}>, "many">>;
|
|
33280
|
+
payloadSchema: z.ZodOptional<z.ZodArray<z.ZodType<PayloadField, z.ZodTypeDef, PayloadField>, "many">>;
|
|
34035
33281
|
classification: z.ZodOptional<z.ZodEnum<["domain", "system"]>>;
|
|
34036
33282
|
semanticRole: z.ZodOptional<z.ZodString>;
|
|
34037
33283
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -34040,11 +33286,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34040
33286
|
description?: string | undefined;
|
|
34041
33287
|
synonyms?: string | undefined;
|
|
34042
33288
|
tier?: string | undefined;
|
|
34043
|
-
payloadSchema?:
|
|
34044
|
-
type: string;
|
|
34045
|
-
name: string;
|
|
34046
|
-
required?: boolean | undefined;
|
|
34047
|
-
}[] | undefined;
|
|
33289
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
34048
33290
|
classification?: "domain" | "system" | undefined;
|
|
34049
33291
|
semanticRole?: string | undefined;
|
|
34050
33292
|
}, {
|
|
@@ -34053,11 +33295,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34053
33295
|
description?: string | undefined;
|
|
34054
33296
|
synonyms?: string | undefined;
|
|
34055
33297
|
tier?: string | undefined;
|
|
34056
|
-
payloadSchema?:
|
|
34057
|
-
type: string;
|
|
34058
|
-
name: string;
|
|
34059
|
-
required?: boolean | undefined;
|
|
34060
|
-
}[] | undefined;
|
|
33298
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
34061
33299
|
classification?: "domain" | "system" | undefined;
|
|
34062
33300
|
semanticRole?: string | undefined;
|
|
34063
33301
|
}>, "many">;
|
|
@@ -34103,11 +33341,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34103
33341
|
description?: string | undefined;
|
|
34104
33342
|
synonyms?: string | undefined;
|
|
34105
33343
|
tier?: string | undefined;
|
|
34106
|
-
payloadSchema?:
|
|
34107
|
-
type: string;
|
|
34108
|
-
name: string;
|
|
34109
|
-
required?: boolean | undefined;
|
|
34110
|
-
}[] | undefined;
|
|
33344
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
34111
33345
|
classification?: "domain" | "system" | undefined;
|
|
34112
33346
|
semanticRole?: string | undefined;
|
|
34113
33347
|
}[];
|
|
@@ -34140,11 +33374,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34140
33374
|
description?: string | undefined;
|
|
34141
33375
|
synonyms?: string | undefined;
|
|
34142
33376
|
tier?: string | undefined;
|
|
34143
|
-
payloadSchema?:
|
|
34144
|
-
type: string;
|
|
34145
|
-
name: string;
|
|
34146
|
-
required?: boolean | undefined;
|
|
34147
|
-
}[] | undefined;
|
|
33377
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
34148
33378
|
classification?: "domain" | "system" | undefined;
|
|
34149
33379
|
semanticRole?: string | undefined;
|
|
34150
33380
|
}[];
|
|
@@ -34208,25 +33438,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34208
33438
|
description: z.ZodOptional<z.ZodString>;
|
|
34209
33439
|
synonyms: z.ZodOptional<z.ZodString>;
|
|
34210
33440
|
tier: z.ZodOptional<z.ZodString>;
|
|
34211
|
-
payloadSchema: z.ZodOptional<z.ZodArray<z.
|
|
34212
|
-
name: z.ZodString;
|
|
34213
|
-
type: z.ZodString;
|
|
34214
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
34215
|
-
description: z.ZodOptional<z.ZodString>;
|
|
34216
|
-
entityType: z.ZodOptional<z.ZodString>;
|
|
34217
|
-
}, "strip", z.ZodTypeAny, {
|
|
34218
|
-
type: string;
|
|
34219
|
-
name: string;
|
|
34220
|
-
required?: boolean | undefined;
|
|
34221
|
-
description?: string | undefined;
|
|
34222
|
-
entityType?: string | undefined;
|
|
34223
|
-
}, {
|
|
34224
|
-
type: string;
|
|
34225
|
-
name: string;
|
|
34226
|
-
required?: boolean | undefined;
|
|
34227
|
-
description?: string | undefined;
|
|
34228
|
-
entityType?: string | undefined;
|
|
34229
|
-
}>, "many">>;
|
|
33441
|
+
payloadSchema: z.ZodOptional<z.ZodArray<z.ZodType<EventPayloadField, z.ZodTypeDef, EventPayloadField>, "many">>;
|
|
34230
33442
|
scope: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
|
|
34231
33443
|
}, "strip", z.ZodTypeAny, {
|
|
34232
33444
|
event: string;
|
|
@@ -34234,26 +33446,14 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34234
33446
|
synonyms?: string | undefined;
|
|
34235
33447
|
scope?: "internal" | "external" | undefined;
|
|
34236
33448
|
tier?: string | undefined;
|
|
34237
|
-
payloadSchema?:
|
|
34238
|
-
type: string;
|
|
34239
|
-
name: string;
|
|
34240
|
-
required?: boolean | undefined;
|
|
34241
|
-
description?: string | undefined;
|
|
34242
|
-
entityType?: string | undefined;
|
|
34243
|
-
}[] | undefined;
|
|
33449
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
34244
33450
|
}, {
|
|
34245
33451
|
event: string;
|
|
34246
33452
|
description?: string | undefined;
|
|
34247
33453
|
synonyms?: string | undefined;
|
|
34248
33454
|
scope?: "internal" | "external" | undefined;
|
|
34249
33455
|
tier?: string | undefined;
|
|
34250
|
-
payloadSchema?:
|
|
34251
|
-
type: string;
|
|
34252
|
-
name: string;
|
|
34253
|
-
required?: boolean | undefined;
|
|
34254
|
-
description?: string | undefined;
|
|
34255
|
-
entityType?: string | undefined;
|
|
34256
|
-
}[] | undefined;
|
|
33456
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
34257
33457
|
}>, "many">>;
|
|
34258
33458
|
listens: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
34259
33459
|
event: z.ZodString;
|
|
@@ -34433,13 +33633,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34433
33633
|
capabilities?: string[] | undefined;
|
|
34434
33634
|
dataEntities?: {
|
|
34435
33635
|
name: string;
|
|
34436
|
-
fields:
|
|
34437
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
34438
|
-
name: string;
|
|
34439
|
-
values?: string[] | undefined;
|
|
34440
|
-
required?: boolean | undefined;
|
|
34441
|
-
default?: unknown;
|
|
34442
|
-
}[];
|
|
33636
|
+
fields: TraitEntityField[];
|
|
34443
33637
|
description?: string | undefined;
|
|
34444
33638
|
runtime?: boolean | undefined;
|
|
34445
33639
|
collection?: string | undefined;
|
|
@@ -34454,11 +33648,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34454
33648
|
description?: string | undefined;
|
|
34455
33649
|
synonyms?: string | undefined;
|
|
34456
33650
|
tier?: string | undefined;
|
|
34457
|
-
payloadSchema?:
|
|
34458
|
-
type: string;
|
|
34459
|
-
name: string;
|
|
34460
|
-
required?: boolean | undefined;
|
|
34461
|
-
}[] | undefined;
|
|
33651
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
34462
33652
|
classification?: "domain" | "system" | undefined;
|
|
34463
33653
|
semanticRole?: string | undefined;
|
|
34464
33654
|
}[];
|
|
@@ -34491,13 +33681,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34491
33681
|
synonyms?: string | undefined;
|
|
34492
33682
|
scope?: "internal" | "external" | undefined;
|
|
34493
33683
|
tier?: string | undefined;
|
|
34494
|
-
payloadSchema?:
|
|
34495
|
-
type: string;
|
|
34496
|
-
name: string;
|
|
34497
|
-
required?: boolean | undefined;
|
|
34498
|
-
description?: string | undefined;
|
|
34499
|
-
entityType?: string | undefined;
|
|
34500
|
-
}[] | undefined;
|
|
33684
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
34501
33685
|
}[] | undefined;
|
|
34502
33686
|
linkedEntity?: string | undefined;
|
|
34503
33687
|
listens?: {
|
|
@@ -34581,13 +33765,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34581
33765
|
capabilities?: string[] | undefined;
|
|
34582
33766
|
dataEntities?: {
|
|
34583
33767
|
name: string;
|
|
34584
|
-
fields:
|
|
34585
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
34586
|
-
name: string;
|
|
34587
|
-
values?: string[] | undefined;
|
|
34588
|
-
required?: boolean | undefined;
|
|
34589
|
-
default?: unknown;
|
|
34590
|
-
}[];
|
|
33768
|
+
fields: TraitEntityField[];
|
|
34591
33769
|
description?: string | undefined;
|
|
34592
33770
|
runtime?: boolean | undefined;
|
|
34593
33771
|
collection?: string | undefined;
|
|
@@ -34602,11 +33780,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34602
33780
|
description?: string | undefined;
|
|
34603
33781
|
synonyms?: string | undefined;
|
|
34604
33782
|
tier?: string | undefined;
|
|
34605
|
-
payloadSchema?:
|
|
34606
|
-
type: string;
|
|
34607
|
-
name: string;
|
|
34608
|
-
required?: boolean | undefined;
|
|
34609
|
-
}[] | undefined;
|
|
33783
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
34610
33784
|
classification?: "domain" | "system" | undefined;
|
|
34611
33785
|
semanticRole?: string | undefined;
|
|
34612
33786
|
}[];
|
|
@@ -34639,13 +33813,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34639
33813
|
synonyms?: string | undefined;
|
|
34640
33814
|
scope?: "internal" | "external" | undefined;
|
|
34641
33815
|
tier?: string | undefined;
|
|
34642
|
-
payloadSchema?:
|
|
34643
|
-
type: string;
|
|
34644
|
-
name: string;
|
|
34645
|
-
required?: boolean | undefined;
|
|
34646
|
-
description?: string | undefined;
|
|
34647
|
-
entityType?: string | undefined;
|
|
34648
|
-
}[] | undefined;
|
|
33816
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
34649
33817
|
}[] | undefined;
|
|
34650
33818
|
linkedEntity?: string | undefined;
|
|
34651
33819
|
listens?: {
|
|
@@ -34824,25 +33992,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34824
33992
|
dataEntities: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
34825
33993
|
name: z.ZodString;
|
|
34826
33994
|
collection: z.ZodOptional<z.ZodString>;
|
|
34827
|
-
fields: z.ZodArray<z.
|
|
34828
|
-
name: z.ZodString;
|
|
34829
|
-
type: z.ZodEnum<["string", "number", "boolean", "date", "array", "object", "timestamp", "datetime", "enum"]>;
|
|
34830
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
34831
|
-
default: z.ZodOptional<z.ZodUnknown>;
|
|
34832
|
-
values: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
34833
|
-
}, "strip", z.ZodTypeAny, {
|
|
34834
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
34835
|
-
name: string;
|
|
34836
|
-
values?: string[] | undefined;
|
|
34837
|
-
required?: boolean | undefined;
|
|
34838
|
-
default?: unknown;
|
|
34839
|
-
}, {
|
|
34840
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
34841
|
-
name: string;
|
|
34842
|
-
values?: string[] | undefined;
|
|
34843
|
-
required?: boolean | undefined;
|
|
34844
|
-
default?: unknown;
|
|
34845
|
-
}>, "many">;
|
|
33995
|
+
fields: z.ZodArray<z.ZodType<TraitEntityField, z.ZodTypeDef, TraitEntityField>, "many">;
|
|
34846
33996
|
timestamps: z.ZodOptional<z.ZodBoolean>;
|
|
34847
33997
|
description: z.ZodOptional<z.ZodString>;
|
|
34848
33998
|
runtime: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -34850,13 +34000,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34850
34000
|
pages: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
34851
34001
|
}, "strip", z.ZodTypeAny, {
|
|
34852
34002
|
name: string;
|
|
34853
|
-
fields:
|
|
34854
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
34855
|
-
name: string;
|
|
34856
|
-
values?: string[] | undefined;
|
|
34857
|
-
required?: boolean | undefined;
|
|
34858
|
-
default?: unknown;
|
|
34859
|
-
}[];
|
|
34003
|
+
fields: TraitEntityField[];
|
|
34860
34004
|
description?: string | undefined;
|
|
34861
34005
|
runtime?: boolean | undefined;
|
|
34862
34006
|
collection?: string | undefined;
|
|
@@ -34865,13 +34009,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34865
34009
|
singleton?: boolean | undefined;
|
|
34866
34010
|
}, {
|
|
34867
34011
|
name: string;
|
|
34868
|
-
fields:
|
|
34869
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
34870
|
-
name: string;
|
|
34871
|
-
values?: string[] | undefined;
|
|
34872
|
-
required?: boolean | undefined;
|
|
34873
|
-
default?: unknown;
|
|
34874
|
-
}[];
|
|
34012
|
+
fields: TraitEntityField[];
|
|
34875
34013
|
description?: string | undefined;
|
|
34876
34014
|
runtime?: boolean | undefined;
|
|
34877
34015
|
collection?: string | undefined;
|
|
@@ -34911,19 +34049,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34911
34049
|
description: z.ZodOptional<z.ZodString>;
|
|
34912
34050
|
synonyms: z.ZodOptional<z.ZodString>;
|
|
34913
34051
|
tier: z.ZodOptional<z.ZodString>;
|
|
34914
|
-
payloadSchema: z.ZodOptional<z.ZodArray<z.
|
|
34915
|
-
name: z.ZodString;
|
|
34916
|
-
type: z.ZodString;
|
|
34917
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
34918
|
-
}, "strip", z.ZodTypeAny, {
|
|
34919
|
-
type: string;
|
|
34920
|
-
name: string;
|
|
34921
|
-
required?: boolean | undefined;
|
|
34922
|
-
}, {
|
|
34923
|
-
type: string;
|
|
34924
|
-
name: string;
|
|
34925
|
-
required?: boolean | undefined;
|
|
34926
|
-
}>, "many">>;
|
|
34052
|
+
payloadSchema: z.ZodOptional<z.ZodArray<z.ZodType<PayloadField, z.ZodTypeDef, PayloadField>, "many">>;
|
|
34927
34053
|
classification: z.ZodOptional<z.ZodEnum<["domain", "system"]>>;
|
|
34928
34054
|
semanticRole: z.ZodOptional<z.ZodString>;
|
|
34929
34055
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -34932,11 +34058,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34932
34058
|
description?: string | undefined;
|
|
34933
34059
|
synonyms?: string | undefined;
|
|
34934
34060
|
tier?: string | undefined;
|
|
34935
|
-
payloadSchema?:
|
|
34936
|
-
type: string;
|
|
34937
|
-
name: string;
|
|
34938
|
-
required?: boolean | undefined;
|
|
34939
|
-
}[] | undefined;
|
|
34061
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
34940
34062
|
classification?: "domain" | "system" | undefined;
|
|
34941
34063
|
semanticRole?: string | undefined;
|
|
34942
34064
|
}, {
|
|
@@ -34945,11 +34067,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34945
34067
|
description?: string | undefined;
|
|
34946
34068
|
synonyms?: string | undefined;
|
|
34947
34069
|
tier?: string | undefined;
|
|
34948
|
-
payloadSchema?:
|
|
34949
|
-
type: string;
|
|
34950
|
-
name: string;
|
|
34951
|
-
required?: boolean | undefined;
|
|
34952
|
-
}[] | undefined;
|
|
34070
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
34953
34071
|
classification?: "domain" | "system" | undefined;
|
|
34954
34072
|
semanticRole?: string | undefined;
|
|
34955
34073
|
}>, "many">;
|
|
@@ -34995,11 +34113,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34995
34113
|
description?: string | undefined;
|
|
34996
34114
|
synonyms?: string | undefined;
|
|
34997
34115
|
tier?: string | undefined;
|
|
34998
|
-
payloadSchema?:
|
|
34999
|
-
type: string;
|
|
35000
|
-
name: string;
|
|
35001
|
-
required?: boolean | undefined;
|
|
35002
|
-
}[] | undefined;
|
|
34116
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
35003
34117
|
classification?: "domain" | "system" | undefined;
|
|
35004
34118
|
semanticRole?: string | undefined;
|
|
35005
34119
|
}[];
|
|
@@ -35032,11 +34146,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35032
34146
|
description?: string | undefined;
|
|
35033
34147
|
synonyms?: string | undefined;
|
|
35034
34148
|
tier?: string | undefined;
|
|
35035
|
-
payloadSchema?:
|
|
35036
|
-
type: string;
|
|
35037
|
-
name: string;
|
|
35038
|
-
required?: boolean | undefined;
|
|
35039
|
-
}[] | undefined;
|
|
34149
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
35040
34150
|
classification?: "domain" | "system" | undefined;
|
|
35041
34151
|
semanticRole?: string | undefined;
|
|
35042
34152
|
}[];
|
|
@@ -35100,25 +34210,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35100
34210
|
description: z.ZodOptional<z.ZodString>;
|
|
35101
34211
|
synonyms: z.ZodOptional<z.ZodString>;
|
|
35102
34212
|
tier: z.ZodOptional<z.ZodString>;
|
|
35103
|
-
payloadSchema: z.ZodOptional<z.ZodArray<z.
|
|
35104
|
-
name: z.ZodString;
|
|
35105
|
-
type: z.ZodString;
|
|
35106
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
35107
|
-
description: z.ZodOptional<z.ZodString>;
|
|
35108
|
-
entityType: z.ZodOptional<z.ZodString>;
|
|
35109
|
-
}, "strip", z.ZodTypeAny, {
|
|
35110
|
-
type: string;
|
|
35111
|
-
name: string;
|
|
35112
|
-
required?: boolean | undefined;
|
|
35113
|
-
description?: string | undefined;
|
|
35114
|
-
entityType?: string | undefined;
|
|
35115
|
-
}, {
|
|
35116
|
-
type: string;
|
|
35117
|
-
name: string;
|
|
35118
|
-
required?: boolean | undefined;
|
|
35119
|
-
description?: string | undefined;
|
|
35120
|
-
entityType?: string | undefined;
|
|
35121
|
-
}>, "many">>;
|
|
34213
|
+
payloadSchema: z.ZodOptional<z.ZodArray<z.ZodType<EventPayloadField, z.ZodTypeDef, EventPayloadField>, "many">>;
|
|
35122
34214
|
scope: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
|
|
35123
34215
|
}, "strip", z.ZodTypeAny, {
|
|
35124
34216
|
event: string;
|
|
@@ -35126,26 +34218,14 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35126
34218
|
synonyms?: string | undefined;
|
|
35127
34219
|
scope?: "internal" | "external" | undefined;
|
|
35128
34220
|
tier?: string | undefined;
|
|
35129
|
-
payloadSchema?:
|
|
35130
|
-
type: string;
|
|
35131
|
-
name: string;
|
|
35132
|
-
required?: boolean | undefined;
|
|
35133
|
-
description?: string | undefined;
|
|
35134
|
-
entityType?: string | undefined;
|
|
35135
|
-
}[] | undefined;
|
|
34221
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
35136
34222
|
}, {
|
|
35137
34223
|
event: string;
|
|
35138
34224
|
description?: string | undefined;
|
|
35139
34225
|
synonyms?: string | undefined;
|
|
35140
34226
|
scope?: "internal" | "external" | undefined;
|
|
35141
34227
|
tier?: string | undefined;
|
|
35142
|
-
payloadSchema?:
|
|
35143
|
-
type: string;
|
|
35144
|
-
name: string;
|
|
35145
|
-
required?: boolean | undefined;
|
|
35146
|
-
description?: string | undefined;
|
|
35147
|
-
entityType?: string | undefined;
|
|
35148
|
-
}[] | undefined;
|
|
34228
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
35149
34229
|
}>, "many">>;
|
|
35150
34230
|
listens: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
35151
34231
|
event: z.ZodString;
|
|
@@ -35325,13 +34405,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35325
34405
|
capabilities?: string[] | undefined;
|
|
35326
34406
|
dataEntities?: {
|
|
35327
34407
|
name: string;
|
|
35328
|
-
fields:
|
|
35329
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
35330
|
-
name: string;
|
|
35331
|
-
values?: string[] | undefined;
|
|
35332
|
-
required?: boolean | undefined;
|
|
35333
|
-
default?: unknown;
|
|
35334
|
-
}[];
|
|
34408
|
+
fields: TraitEntityField[];
|
|
35335
34409
|
description?: string | undefined;
|
|
35336
34410
|
runtime?: boolean | undefined;
|
|
35337
34411
|
collection?: string | undefined;
|
|
@@ -35346,11 +34420,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35346
34420
|
description?: string | undefined;
|
|
35347
34421
|
synonyms?: string | undefined;
|
|
35348
34422
|
tier?: string | undefined;
|
|
35349
|
-
payloadSchema?:
|
|
35350
|
-
type: string;
|
|
35351
|
-
name: string;
|
|
35352
|
-
required?: boolean | undefined;
|
|
35353
|
-
}[] | undefined;
|
|
34423
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
35354
34424
|
classification?: "domain" | "system" | undefined;
|
|
35355
34425
|
semanticRole?: string | undefined;
|
|
35356
34426
|
}[];
|
|
@@ -35383,13 +34453,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35383
34453
|
synonyms?: string | undefined;
|
|
35384
34454
|
scope?: "internal" | "external" | undefined;
|
|
35385
34455
|
tier?: string | undefined;
|
|
35386
|
-
payloadSchema?:
|
|
35387
|
-
type: string;
|
|
35388
|
-
name: string;
|
|
35389
|
-
required?: boolean | undefined;
|
|
35390
|
-
description?: string | undefined;
|
|
35391
|
-
entityType?: string | undefined;
|
|
35392
|
-
}[] | undefined;
|
|
34456
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
35393
34457
|
}[] | undefined;
|
|
35394
34458
|
linkedEntity?: string | undefined;
|
|
35395
34459
|
listens?: {
|
|
@@ -35473,13 +34537,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35473
34537
|
capabilities?: string[] | undefined;
|
|
35474
34538
|
dataEntities?: {
|
|
35475
34539
|
name: string;
|
|
35476
|
-
fields:
|
|
35477
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
35478
|
-
name: string;
|
|
35479
|
-
values?: string[] | undefined;
|
|
35480
|
-
required?: boolean | undefined;
|
|
35481
|
-
default?: unknown;
|
|
35482
|
-
}[];
|
|
34540
|
+
fields: TraitEntityField[];
|
|
35483
34541
|
description?: string | undefined;
|
|
35484
34542
|
runtime?: boolean | undefined;
|
|
35485
34543
|
collection?: string | undefined;
|
|
@@ -35494,11 +34552,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35494
34552
|
description?: string | undefined;
|
|
35495
34553
|
synonyms?: string | undefined;
|
|
35496
34554
|
tier?: string | undefined;
|
|
35497
|
-
payloadSchema?:
|
|
35498
|
-
type: string;
|
|
35499
|
-
name: string;
|
|
35500
|
-
required?: boolean | undefined;
|
|
35501
|
-
}[] | undefined;
|
|
34555
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
35502
34556
|
classification?: "domain" | "system" | undefined;
|
|
35503
34557
|
semanticRole?: string | undefined;
|
|
35504
34558
|
}[];
|
|
@@ -35531,13 +34585,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35531
34585
|
synonyms?: string | undefined;
|
|
35532
34586
|
scope?: "internal" | "external" | undefined;
|
|
35533
34587
|
tier?: string | undefined;
|
|
35534
|
-
payloadSchema?:
|
|
35535
|
-
type: string;
|
|
35536
|
-
name: string;
|
|
35537
|
-
required?: boolean | undefined;
|
|
35538
|
-
description?: string | undefined;
|
|
35539
|
-
entityType?: string | undefined;
|
|
35540
|
-
}[] | undefined;
|
|
34588
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
35541
34589
|
}[] | undefined;
|
|
35542
34590
|
linkedEntity?: string | undefined;
|
|
35543
34591
|
listens?: {
|
|
@@ -35626,13 +34674,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35626
34674
|
capabilities?: string[] | undefined;
|
|
35627
34675
|
dataEntities?: {
|
|
35628
34676
|
name: string;
|
|
35629
|
-
fields:
|
|
35630
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
35631
|
-
name: string;
|
|
35632
|
-
values?: string[] | undefined;
|
|
35633
|
-
required?: boolean | undefined;
|
|
35634
|
-
default?: unknown;
|
|
35635
|
-
}[];
|
|
34677
|
+
fields: TraitEntityField[];
|
|
35636
34678
|
description?: string | undefined;
|
|
35637
34679
|
runtime?: boolean | undefined;
|
|
35638
34680
|
collection?: string | undefined;
|
|
@@ -35647,11 +34689,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35647
34689
|
description?: string | undefined;
|
|
35648
34690
|
synonyms?: string | undefined;
|
|
35649
34691
|
tier?: string | undefined;
|
|
35650
|
-
payloadSchema?:
|
|
35651
|
-
type: string;
|
|
35652
|
-
name: string;
|
|
35653
|
-
required?: boolean | undefined;
|
|
35654
|
-
}[] | undefined;
|
|
34692
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
35655
34693
|
classification?: "domain" | "system" | undefined;
|
|
35656
34694
|
semanticRole?: string | undefined;
|
|
35657
34695
|
}[];
|
|
@@ -35684,13 +34722,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35684
34722
|
synonyms?: string | undefined;
|
|
35685
34723
|
scope?: "internal" | "external" | undefined;
|
|
35686
34724
|
tier?: string | undefined;
|
|
35687
|
-
payloadSchema?:
|
|
35688
|
-
type: string;
|
|
35689
|
-
name: string;
|
|
35690
|
-
required?: boolean | undefined;
|
|
35691
|
-
description?: string | undefined;
|
|
35692
|
-
entityType?: string | undefined;
|
|
35693
|
-
}[] | undefined;
|
|
34725
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
35694
34726
|
}[] | undefined;
|
|
35695
34727
|
linkedEntity?: string | undefined;
|
|
35696
34728
|
listens?: {
|
|
@@ -35786,13 +34818,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35786
34818
|
capabilities?: string[] | undefined;
|
|
35787
34819
|
dataEntities?: {
|
|
35788
34820
|
name: string;
|
|
35789
|
-
fields:
|
|
35790
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
35791
|
-
name: string;
|
|
35792
|
-
values?: string[] | undefined;
|
|
35793
|
-
required?: boolean | undefined;
|
|
35794
|
-
default?: unknown;
|
|
35795
|
-
}[];
|
|
34821
|
+
fields: TraitEntityField[];
|
|
35796
34822
|
description?: string | undefined;
|
|
35797
34823
|
runtime?: boolean | undefined;
|
|
35798
34824
|
collection?: string | undefined;
|
|
@@ -35807,11 +34833,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35807
34833
|
description?: string | undefined;
|
|
35808
34834
|
synonyms?: string | undefined;
|
|
35809
34835
|
tier?: string | undefined;
|
|
35810
|
-
payloadSchema?:
|
|
35811
|
-
type: string;
|
|
35812
|
-
name: string;
|
|
35813
|
-
required?: boolean | undefined;
|
|
35814
|
-
}[] | undefined;
|
|
34836
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
35815
34837
|
classification?: "domain" | "system" | undefined;
|
|
35816
34838
|
semanticRole?: string | undefined;
|
|
35817
34839
|
}[];
|
|
@@ -35844,13 +34866,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35844
34866
|
synonyms?: string | undefined;
|
|
35845
34867
|
scope?: "internal" | "external" | undefined;
|
|
35846
34868
|
tier?: string | undefined;
|
|
35847
|
-
payloadSchema?:
|
|
35848
|
-
type: string;
|
|
35849
|
-
name: string;
|
|
35850
|
-
required?: boolean | undefined;
|
|
35851
|
-
description?: string | undefined;
|
|
35852
|
-
entityType?: string | undefined;
|
|
35853
|
-
}[] | undefined;
|
|
34869
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
35854
34870
|
}[] | undefined;
|
|
35855
34871
|
linkedEntity?: string | undefined;
|
|
35856
34872
|
listens?: {
|
|
@@ -35950,25 +34966,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35950
34966
|
tick?: string | undefined;
|
|
35951
34967
|
}>;
|
|
35952
34968
|
description: z.ZodOptional<z.ZodString>;
|
|
35953
|
-
payload: z.ZodOptional<z.ZodArray<z.
|
|
35954
|
-
name: z.ZodString;
|
|
35955
|
-
type: z.ZodString;
|
|
35956
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
35957
|
-
description: z.ZodOptional<z.ZodString>;
|
|
35958
|
-
entityType: z.ZodOptional<z.ZodString>;
|
|
35959
|
-
}, "strip", z.ZodTypeAny, {
|
|
35960
|
-
type: string;
|
|
35961
|
-
name: string;
|
|
35962
|
-
required?: boolean | undefined;
|
|
35963
|
-
description?: string | undefined;
|
|
35964
|
-
entityType?: string | undefined;
|
|
35965
|
-
}, {
|
|
35966
|
-
type: string;
|
|
35967
|
-
name: string;
|
|
35968
|
-
required?: boolean | undefined;
|
|
35969
|
-
description?: string | undefined;
|
|
35970
|
-
entityType?: string | undefined;
|
|
35971
|
-
}>, "many">>;
|
|
34969
|
+
payload: z.ZodOptional<z.ZodArray<z.ZodType<EventPayloadField, z.ZodTypeDef, EventPayloadField>, "many">>;
|
|
35972
34970
|
}, "strip", z.ZodTypeAny, {
|
|
35973
34971
|
event: string;
|
|
35974
34972
|
source: {
|
|
@@ -35978,13 +34976,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35978
34976
|
};
|
|
35979
34977
|
originalEvent: string;
|
|
35980
34978
|
description?: string | undefined;
|
|
35981
|
-
payload?:
|
|
35982
|
-
type: string;
|
|
35983
|
-
name: string;
|
|
35984
|
-
required?: boolean | undefined;
|
|
35985
|
-
description?: string | undefined;
|
|
35986
|
-
entityType?: string | undefined;
|
|
35987
|
-
}[] | undefined;
|
|
34979
|
+
payload?: EventPayloadField[] | undefined;
|
|
35988
34980
|
}, {
|
|
35989
34981
|
event: string;
|
|
35990
34982
|
source: {
|
|
@@ -35994,13 +34986,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35994
34986
|
};
|
|
35995
34987
|
originalEvent: string;
|
|
35996
34988
|
description?: string | undefined;
|
|
35997
|
-
payload?:
|
|
35998
|
-
type: string;
|
|
35999
|
-
name: string;
|
|
36000
|
-
required?: boolean | undefined;
|
|
36001
|
-
description?: string | undefined;
|
|
36002
|
-
entityType?: string | undefined;
|
|
36003
|
-
}[] | undefined;
|
|
34989
|
+
payload?: EventPayloadField[] | undefined;
|
|
36004
34990
|
}>, "many">>;
|
|
36005
34991
|
listens: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
36006
34992
|
event: z.ZodString;
|
|
@@ -36229,13 +35215,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36229
35215
|
capabilities?: string[] | undefined;
|
|
36230
35216
|
dataEntities?: {
|
|
36231
35217
|
name: string;
|
|
36232
|
-
fields:
|
|
36233
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
36234
|
-
name: string;
|
|
36235
|
-
values?: string[] | undefined;
|
|
36236
|
-
required?: boolean | undefined;
|
|
36237
|
-
default?: unknown;
|
|
36238
|
-
}[];
|
|
35218
|
+
fields: TraitEntityField[];
|
|
36239
35219
|
description?: string | undefined;
|
|
36240
35220
|
runtime?: boolean | undefined;
|
|
36241
35221
|
collection?: string | undefined;
|
|
@@ -36250,11 +35230,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36250
35230
|
description?: string | undefined;
|
|
36251
35231
|
synonyms?: string | undefined;
|
|
36252
35232
|
tier?: string | undefined;
|
|
36253
|
-
payloadSchema?:
|
|
36254
|
-
type: string;
|
|
36255
|
-
name: string;
|
|
36256
|
-
required?: boolean | undefined;
|
|
36257
|
-
}[] | undefined;
|
|
35233
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
36258
35234
|
classification?: "domain" | "system" | undefined;
|
|
36259
35235
|
semanticRole?: string | undefined;
|
|
36260
35236
|
}[];
|
|
@@ -36287,13 +35263,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36287
35263
|
synonyms?: string | undefined;
|
|
36288
35264
|
scope?: "internal" | "external" | undefined;
|
|
36289
35265
|
tier?: string | undefined;
|
|
36290
|
-
payloadSchema?:
|
|
36291
|
-
type: string;
|
|
36292
|
-
name: string;
|
|
36293
|
-
required?: boolean | undefined;
|
|
36294
|
-
description?: string | undefined;
|
|
36295
|
-
entityType?: string | undefined;
|
|
36296
|
-
}[] | undefined;
|
|
35266
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
36297
35267
|
}[] | undefined;
|
|
36298
35268
|
linkedEntity?: string | undefined;
|
|
36299
35269
|
listens?: {
|
|
@@ -36386,13 +35356,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36386
35356
|
capabilities?: string[] | undefined;
|
|
36387
35357
|
dataEntities?: {
|
|
36388
35358
|
name: string;
|
|
36389
|
-
fields:
|
|
36390
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
36391
|
-
name: string;
|
|
36392
|
-
values?: string[] | undefined;
|
|
36393
|
-
required?: boolean | undefined;
|
|
36394
|
-
default?: unknown;
|
|
36395
|
-
}[];
|
|
35359
|
+
fields: TraitEntityField[];
|
|
36396
35360
|
description?: string | undefined;
|
|
36397
35361
|
runtime?: boolean | undefined;
|
|
36398
35362
|
collection?: string | undefined;
|
|
@@ -36407,11 +35371,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36407
35371
|
description?: string | undefined;
|
|
36408
35372
|
synonyms?: string | undefined;
|
|
36409
35373
|
tier?: string | undefined;
|
|
36410
|
-
payloadSchema?:
|
|
36411
|
-
type: string;
|
|
36412
|
-
name: string;
|
|
36413
|
-
required?: boolean | undefined;
|
|
36414
|
-
}[] | undefined;
|
|
35374
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
36415
35375
|
classification?: "domain" | "system" | undefined;
|
|
36416
35376
|
semanticRole?: string | undefined;
|
|
36417
35377
|
}[];
|
|
@@ -36444,13 +35404,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36444
35404
|
synonyms?: string | undefined;
|
|
36445
35405
|
scope?: "internal" | "external" | undefined;
|
|
36446
35406
|
tier?: string | undefined;
|
|
36447
|
-
payloadSchema?:
|
|
36448
|
-
type: string;
|
|
36449
|
-
name: string;
|
|
36450
|
-
required?: boolean | undefined;
|
|
36451
|
-
description?: string | undefined;
|
|
36452
|
-
entityType?: string | undefined;
|
|
36453
|
-
}[] | undefined;
|
|
35407
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
36454
35408
|
}[] | undefined;
|
|
36455
35409
|
linkedEntity?: string | undefined;
|
|
36456
35410
|
listens?: {
|
|
@@ -37033,13 +35987,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37033
35987
|
};
|
|
37034
35988
|
originalEvent: string;
|
|
37035
35989
|
description?: string | undefined;
|
|
37036
|
-
payload?:
|
|
37037
|
-
type: string;
|
|
37038
|
-
name: string;
|
|
37039
|
-
required?: boolean | undefined;
|
|
37040
|
-
description?: string | undefined;
|
|
37041
|
-
entityType?: string | undefined;
|
|
37042
|
-
}[] | undefined;
|
|
35990
|
+
payload?: EventPayloadField[] | undefined;
|
|
37043
35991
|
}[] | undefined;
|
|
37044
35992
|
listens?: {
|
|
37045
35993
|
event: string;
|
|
@@ -37146,13 +36094,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37146
36094
|
capabilities?: string[] | undefined;
|
|
37147
36095
|
dataEntities?: {
|
|
37148
36096
|
name: string;
|
|
37149
|
-
fields:
|
|
37150
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
37151
|
-
name: string;
|
|
37152
|
-
values?: string[] | undefined;
|
|
37153
|
-
required?: boolean | undefined;
|
|
37154
|
-
default?: unknown;
|
|
37155
|
-
}[];
|
|
36097
|
+
fields: TraitEntityField[];
|
|
37156
36098
|
description?: string | undefined;
|
|
37157
36099
|
runtime?: boolean | undefined;
|
|
37158
36100
|
collection?: string | undefined;
|
|
@@ -37167,11 +36109,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37167
36109
|
description?: string | undefined;
|
|
37168
36110
|
synonyms?: string | undefined;
|
|
37169
36111
|
tier?: string | undefined;
|
|
37170
|
-
payloadSchema?:
|
|
37171
|
-
type: string;
|
|
37172
|
-
name: string;
|
|
37173
|
-
required?: boolean | undefined;
|
|
37174
|
-
}[] | undefined;
|
|
36112
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
37175
36113
|
classification?: "domain" | "system" | undefined;
|
|
37176
36114
|
semanticRole?: string | undefined;
|
|
37177
36115
|
}[];
|
|
@@ -37204,13 +36142,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37204
36142
|
synonyms?: string | undefined;
|
|
37205
36143
|
scope?: "internal" | "external" | undefined;
|
|
37206
36144
|
tier?: string | undefined;
|
|
37207
|
-
payloadSchema?:
|
|
37208
|
-
type: string;
|
|
37209
|
-
name: string;
|
|
37210
|
-
required?: boolean | undefined;
|
|
37211
|
-
description?: string | undefined;
|
|
37212
|
-
entityType?: string | undefined;
|
|
37213
|
-
}[] | undefined;
|
|
36145
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
37214
36146
|
}[] | undefined;
|
|
37215
36147
|
linkedEntity?: string | undefined;
|
|
37216
36148
|
listens?: {
|
|
@@ -37303,13 +36235,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37303
36235
|
capabilities?: string[] | undefined;
|
|
37304
36236
|
dataEntities?: {
|
|
37305
36237
|
name: string;
|
|
37306
|
-
fields:
|
|
37307
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
37308
|
-
name: string;
|
|
37309
|
-
values?: string[] | undefined;
|
|
37310
|
-
required?: boolean | undefined;
|
|
37311
|
-
default?: unknown;
|
|
37312
|
-
}[];
|
|
36238
|
+
fields: TraitEntityField[];
|
|
37313
36239
|
description?: string | undefined;
|
|
37314
36240
|
runtime?: boolean | undefined;
|
|
37315
36241
|
collection?: string | undefined;
|
|
@@ -37324,11 +36250,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37324
36250
|
description?: string | undefined;
|
|
37325
36251
|
synonyms?: string | undefined;
|
|
37326
36252
|
tier?: string | undefined;
|
|
37327
|
-
payloadSchema?:
|
|
37328
|
-
type: string;
|
|
37329
|
-
name: string;
|
|
37330
|
-
required?: boolean | undefined;
|
|
37331
|
-
}[] | undefined;
|
|
36253
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
37332
36254
|
classification?: "domain" | "system" | undefined;
|
|
37333
36255
|
semanticRole?: string | undefined;
|
|
37334
36256
|
}[];
|
|
@@ -37361,13 +36283,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37361
36283
|
synonyms?: string | undefined;
|
|
37362
36284
|
scope?: "internal" | "external" | undefined;
|
|
37363
36285
|
tier?: string | undefined;
|
|
37364
|
-
payloadSchema?:
|
|
37365
|
-
type: string;
|
|
37366
|
-
name: string;
|
|
37367
|
-
required?: boolean | undefined;
|
|
37368
|
-
description?: string | undefined;
|
|
37369
|
-
entityType?: string | undefined;
|
|
37370
|
-
}[] | undefined;
|
|
36286
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
37371
36287
|
}[] | undefined;
|
|
37372
36288
|
linkedEntity?: string | undefined;
|
|
37373
36289
|
listens?: {
|
|
@@ -37950,13 +36866,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37950
36866
|
};
|
|
37951
36867
|
originalEvent: string;
|
|
37952
36868
|
description?: string | undefined;
|
|
37953
|
-
payload?:
|
|
37954
|
-
type: string;
|
|
37955
|
-
name: string;
|
|
37956
|
-
required?: boolean | undefined;
|
|
37957
|
-
description?: string | undefined;
|
|
37958
|
-
entityType?: string | undefined;
|
|
37959
|
-
}[] | undefined;
|
|
36869
|
+
payload?: EventPayloadField[] | undefined;
|
|
37960
36870
|
}[] | undefined;
|
|
37961
36871
|
listens?: {
|
|
37962
36872
|
event: string;
|
|
@@ -42217,25 +41127,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42217
41127
|
dataEntities: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
42218
41128
|
name: z.ZodString;
|
|
42219
41129
|
collection: z.ZodOptional<z.ZodString>;
|
|
42220
|
-
fields: z.ZodArray<z.
|
|
42221
|
-
name: z.ZodString;
|
|
42222
|
-
type: z.ZodEnum<["string", "number", "boolean", "date", "array", "object", "timestamp", "datetime", "enum"]>;
|
|
42223
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
42224
|
-
default: z.ZodOptional<z.ZodUnknown>;
|
|
42225
|
-
values: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
42226
|
-
}, "strip", z.ZodTypeAny, {
|
|
42227
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
42228
|
-
name: string;
|
|
42229
|
-
values?: string[] | undefined;
|
|
42230
|
-
required?: boolean | undefined;
|
|
42231
|
-
default?: unknown;
|
|
42232
|
-
}, {
|
|
42233
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
42234
|
-
name: string;
|
|
42235
|
-
values?: string[] | undefined;
|
|
42236
|
-
required?: boolean | undefined;
|
|
42237
|
-
default?: unknown;
|
|
42238
|
-
}>, "many">;
|
|
41130
|
+
fields: z.ZodArray<z.ZodType<TraitEntityField, z.ZodTypeDef, TraitEntityField>, "many">;
|
|
42239
41131
|
timestamps: z.ZodOptional<z.ZodBoolean>;
|
|
42240
41132
|
description: z.ZodOptional<z.ZodString>;
|
|
42241
41133
|
runtime: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -42243,13 +41135,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42243
41135
|
pages: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
42244
41136
|
}, "strip", z.ZodTypeAny, {
|
|
42245
41137
|
name: string;
|
|
42246
|
-
fields:
|
|
42247
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
42248
|
-
name: string;
|
|
42249
|
-
values?: string[] | undefined;
|
|
42250
|
-
required?: boolean | undefined;
|
|
42251
|
-
default?: unknown;
|
|
42252
|
-
}[];
|
|
41138
|
+
fields: TraitEntityField[];
|
|
42253
41139
|
description?: string | undefined;
|
|
42254
41140
|
runtime?: boolean | undefined;
|
|
42255
41141
|
collection?: string | undefined;
|
|
@@ -42258,13 +41144,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42258
41144
|
singleton?: boolean | undefined;
|
|
42259
41145
|
}, {
|
|
42260
41146
|
name: string;
|
|
42261
|
-
fields:
|
|
42262
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
42263
|
-
name: string;
|
|
42264
|
-
values?: string[] | undefined;
|
|
42265
|
-
required?: boolean | undefined;
|
|
42266
|
-
default?: unknown;
|
|
42267
|
-
}[];
|
|
41147
|
+
fields: TraitEntityField[];
|
|
42268
41148
|
description?: string | undefined;
|
|
42269
41149
|
runtime?: boolean | undefined;
|
|
42270
41150
|
collection?: string | undefined;
|
|
@@ -42304,19 +41184,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42304
41184
|
description: z.ZodOptional<z.ZodString>;
|
|
42305
41185
|
synonyms: z.ZodOptional<z.ZodString>;
|
|
42306
41186
|
tier: z.ZodOptional<z.ZodString>;
|
|
42307
|
-
payloadSchema: z.ZodOptional<z.ZodArray<z.
|
|
42308
|
-
name: z.ZodString;
|
|
42309
|
-
type: z.ZodString;
|
|
42310
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
42311
|
-
}, "strip", z.ZodTypeAny, {
|
|
42312
|
-
type: string;
|
|
42313
|
-
name: string;
|
|
42314
|
-
required?: boolean | undefined;
|
|
42315
|
-
}, {
|
|
42316
|
-
type: string;
|
|
42317
|
-
name: string;
|
|
42318
|
-
required?: boolean | undefined;
|
|
42319
|
-
}>, "many">>;
|
|
41187
|
+
payloadSchema: z.ZodOptional<z.ZodArray<z.ZodType<PayloadField, z.ZodTypeDef, PayloadField>, "many">>;
|
|
42320
41188
|
classification: z.ZodOptional<z.ZodEnum<["domain", "system"]>>;
|
|
42321
41189
|
semanticRole: z.ZodOptional<z.ZodString>;
|
|
42322
41190
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -42325,11 +41193,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42325
41193
|
description?: string | undefined;
|
|
42326
41194
|
synonyms?: string | undefined;
|
|
42327
41195
|
tier?: string | undefined;
|
|
42328
|
-
payloadSchema?:
|
|
42329
|
-
type: string;
|
|
42330
|
-
name: string;
|
|
42331
|
-
required?: boolean | undefined;
|
|
42332
|
-
}[] | undefined;
|
|
41196
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
42333
41197
|
classification?: "domain" | "system" | undefined;
|
|
42334
41198
|
semanticRole?: string | undefined;
|
|
42335
41199
|
}, {
|
|
@@ -42338,11 +41202,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42338
41202
|
description?: string | undefined;
|
|
42339
41203
|
synonyms?: string | undefined;
|
|
42340
41204
|
tier?: string | undefined;
|
|
42341
|
-
payloadSchema?:
|
|
42342
|
-
type: string;
|
|
42343
|
-
name: string;
|
|
42344
|
-
required?: boolean | undefined;
|
|
42345
|
-
}[] | undefined;
|
|
41205
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
42346
41206
|
classification?: "domain" | "system" | undefined;
|
|
42347
41207
|
semanticRole?: string | undefined;
|
|
42348
41208
|
}>, "many">;
|
|
@@ -42388,11 +41248,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42388
41248
|
description?: string | undefined;
|
|
42389
41249
|
synonyms?: string | undefined;
|
|
42390
41250
|
tier?: string | undefined;
|
|
42391
|
-
payloadSchema?:
|
|
42392
|
-
type: string;
|
|
42393
|
-
name: string;
|
|
42394
|
-
required?: boolean | undefined;
|
|
42395
|
-
}[] | undefined;
|
|
41251
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
42396
41252
|
classification?: "domain" | "system" | undefined;
|
|
42397
41253
|
semanticRole?: string | undefined;
|
|
42398
41254
|
}[];
|
|
@@ -42425,11 +41281,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42425
41281
|
description?: string | undefined;
|
|
42426
41282
|
synonyms?: string | undefined;
|
|
42427
41283
|
tier?: string | undefined;
|
|
42428
|
-
payloadSchema?:
|
|
42429
|
-
type: string;
|
|
42430
|
-
name: string;
|
|
42431
|
-
required?: boolean | undefined;
|
|
42432
|
-
}[] | undefined;
|
|
41284
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
42433
41285
|
classification?: "domain" | "system" | undefined;
|
|
42434
41286
|
semanticRole?: string | undefined;
|
|
42435
41287
|
}[];
|
|
@@ -42493,25 +41345,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42493
41345
|
description: z.ZodOptional<z.ZodString>;
|
|
42494
41346
|
synonyms: z.ZodOptional<z.ZodString>;
|
|
42495
41347
|
tier: z.ZodOptional<z.ZodString>;
|
|
42496
|
-
payloadSchema: z.ZodOptional<z.ZodArray<z.
|
|
42497
|
-
name: z.ZodString;
|
|
42498
|
-
type: z.ZodString;
|
|
42499
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
42500
|
-
description: z.ZodOptional<z.ZodString>;
|
|
42501
|
-
entityType: z.ZodOptional<z.ZodString>;
|
|
42502
|
-
}, "strip", z.ZodTypeAny, {
|
|
42503
|
-
type: string;
|
|
42504
|
-
name: string;
|
|
42505
|
-
required?: boolean | undefined;
|
|
42506
|
-
description?: string | undefined;
|
|
42507
|
-
entityType?: string | undefined;
|
|
42508
|
-
}, {
|
|
42509
|
-
type: string;
|
|
42510
|
-
name: string;
|
|
42511
|
-
required?: boolean | undefined;
|
|
42512
|
-
description?: string | undefined;
|
|
42513
|
-
entityType?: string | undefined;
|
|
42514
|
-
}>, "many">>;
|
|
41348
|
+
payloadSchema: z.ZodOptional<z.ZodArray<z.ZodType<EventPayloadField, z.ZodTypeDef, EventPayloadField>, "many">>;
|
|
42515
41349
|
scope: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
|
|
42516
41350
|
}, "strip", z.ZodTypeAny, {
|
|
42517
41351
|
event: string;
|
|
@@ -42519,26 +41353,14 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42519
41353
|
synonyms?: string | undefined;
|
|
42520
41354
|
scope?: "internal" | "external" | undefined;
|
|
42521
41355
|
tier?: string | undefined;
|
|
42522
|
-
payloadSchema?:
|
|
42523
|
-
type: string;
|
|
42524
|
-
name: string;
|
|
42525
|
-
required?: boolean | undefined;
|
|
42526
|
-
description?: string | undefined;
|
|
42527
|
-
entityType?: string | undefined;
|
|
42528
|
-
}[] | undefined;
|
|
41356
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
42529
41357
|
}, {
|
|
42530
41358
|
event: string;
|
|
42531
41359
|
description?: string | undefined;
|
|
42532
41360
|
synonyms?: string | undefined;
|
|
42533
41361
|
scope?: "internal" | "external" | undefined;
|
|
42534
41362
|
tier?: string | undefined;
|
|
42535
|
-
payloadSchema?:
|
|
42536
|
-
type: string;
|
|
42537
|
-
name: string;
|
|
42538
|
-
required?: boolean | undefined;
|
|
42539
|
-
description?: string | undefined;
|
|
42540
|
-
entityType?: string | undefined;
|
|
42541
|
-
}[] | undefined;
|
|
41363
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
42542
41364
|
}>, "many">>;
|
|
42543
41365
|
listens: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
42544
41366
|
event: z.ZodString;
|
|
@@ -42718,13 +41540,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42718
41540
|
capabilities?: string[] | undefined;
|
|
42719
41541
|
dataEntities?: {
|
|
42720
41542
|
name: string;
|
|
42721
|
-
fields:
|
|
42722
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
42723
|
-
name: string;
|
|
42724
|
-
values?: string[] | undefined;
|
|
42725
|
-
required?: boolean | undefined;
|
|
42726
|
-
default?: unknown;
|
|
42727
|
-
}[];
|
|
41543
|
+
fields: TraitEntityField[];
|
|
42728
41544
|
description?: string | undefined;
|
|
42729
41545
|
runtime?: boolean | undefined;
|
|
42730
41546
|
collection?: string | undefined;
|
|
@@ -42739,11 +41555,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42739
41555
|
description?: string | undefined;
|
|
42740
41556
|
synonyms?: string | undefined;
|
|
42741
41557
|
tier?: string | undefined;
|
|
42742
|
-
payloadSchema?:
|
|
42743
|
-
type: string;
|
|
42744
|
-
name: string;
|
|
42745
|
-
required?: boolean | undefined;
|
|
42746
|
-
}[] | undefined;
|
|
41558
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
42747
41559
|
classification?: "domain" | "system" | undefined;
|
|
42748
41560
|
semanticRole?: string | undefined;
|
|
42749
41561
|
}[];
|
|
@@ -42776,13 +41588,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42776
41588
|
synonyms?: string | undefined;
|
|
42777
41589
|
scope?: "internal" | "external" | undefined;
|
|
42778
41590
|
tier?: string | undefined;
|
|
42779
|
-
payloadSchema?:
|
|
42780
|
-
type: string;
|
|
42781
|
-
name: string;
|
|
42782
|
-
required?: boolean | undefined;
|
|
42783
|
-
description?: string | undefined;
|
|
42784
|
-
entityType?: string | undefined;
|
|
42785
|
-
}[] | undefined;
|
|
41591
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
42786
41592
|
}[] | undefined;
|
|
42787
41593
|
linkedEntity?: string | undefined;
|
|
42788
41594
|
listens?: {
|
|
@@ -42866,13 +41672,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42866
41672
|
capabilities?: string[] | undefined;
|
|
42867
41673
|
dataEntities?: {
|
|
42868
41674
|
name: string;
|
|
42869
|
-
fields:
|
|
42870
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
42871
|
-
name: string;
|
|
42872
|
-
values?: string[] | undefined;
|
|
42873
|
-
required?: boolean | undefined;
|
|
42874
|
-
default?: unknown;
|
|
42875
|
-
}[];
|
|
41675
|
+
fields: TraitEntityField[];
|
|
42876
41676
|
description?: string | undefined;
|
|
42877
41677
|
runtime?: boolean | undefined;
|
|
42878
41678
|
collection?: string | undefined;
|
|
@@ -42887,11 +41687,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42887
41687
|
description?: string | undefined;
|
|
42888
41688
|
synonyms?: string | undefined;
|
|
42889
41689
|
tier?: string | undefined;
|
|
42890
|
-
payloadSchema?:
|
|
42891
|
-
type: string;
|
|
42892
|
-
name: string;
|
|
42893
|
-
required?: boolean | undefined;
|
|
42894
|
-
}[] | undefined;
|
|
41690
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
42895
41691
|
classification?: "domain" | "system" | undefined;
|
|
42896
41692
|
semanticRole?: string | undefined;
|
|
42897
41693
|
}[];
|
|
@@ -42924,13 +41720,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42924
41720
|
synonyms?: string | undefined;
|
|
42925
41721
|
scope?: "internal" | "external" | undefined;
|
|
42926
41722
|
tier?: string | undefined;
|
|
42927
|
-
payloadSchema?:
|
|
42928
|
-
type: string;
|
|
42929
|
-
name: string;
|
|
42930
|
-
required?: boolean | undefined;
|
|
42931
|
-
description?: string | undefined;
|
|
42932
|
-
entityType?: string | undefined;
|
|
42933
|
-
}[] | undefined;
|
|
41723
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
42934
41724
|
}[] | undefined;
|
|
42935
41725
|
linkedEntity?: string | undefined;
|
|
42936
41726
|
listens?: {
|
|
@@ -43109,25 +41899,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43109
41899
|
dataEntities: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
43110
41900
|
name: z.ZodString;
|
|
43111
41901
|
collection: z.ZodOptional<z.ZodString>;
|
|
43112
|
-
fields: z.ZodArray<z.
|
|
43113
|
-
name: z.ZodString;
|
|
43114
|
-
type: z.ZodEnum<["string", "number", "boolean", "date", "array", "object", "timestamp", "datetime", "enum"]>;
|
|
43115
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
43116
|
-
default: z.ZodOptional<z.ZodUnknown>;
|
|
43117
|
-
values: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
43118
|
-
}, "strip", z.ZodTypeAny, {
|
|
43119
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
43120
|
-
name: string;
|
|
43121
|
-
values?: string[] | undefined;
|
|
43122
|
-
required?: boolean | undefined;
|
|
43123
|
-
default?: unknown;
|
|
43124
|
-
}, {
|
|
43125
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
43126
|
-
name: string;
|
|
43127
|
-
values?: string[] | undefined;
|
|
43128
|
-
required?: boolean | undefined;
|
|
43129
|
-
default?: unknown;
|
|
43130
|
-
}>, "many">;
|
|
41902
|
+
fields: z.ZodArray<z.ZodType<TraitEntityField, z.ZodTypeDef, TraitEntityField>, "many">;
|
|
43131
41903
|
timestamps: z.ZodOptional<z.ZodBoolean>;
|
|
43132
41904
|
description: z.ZodOptional<z.ZodString>;
|
|
43133
41905
|
runtime: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -43135,13 +41907,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43135
41907
|
pages: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
43136
41908
|
}, "strip", z.ZodTypeAny, {
|
|
43137
41909
|
name: string;
|
|
43138
|
-
fields:
|
|
43139
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
43140
|
-
name: string;
|
|
43141
|
-
values?: string[] | undefined;
|
|
43142
|
-
required?: boolean | undefined;
|
|
43143
|
-
default?: unknown;
|
|
43144
|
-
}[];
|
|
41910
|
+
fields: TraitEntityField[];
|
|
43145
41911
|
description?: string | undefined;
|
|
43146
41912
|
runtime?: boolean | undefined;
|
|
43147
41913
|
collection?: string | undefined;
|
|
@@ -43150,13 +41916,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43150
41916
|
singleton?: boolean | undefined;
|
|
43151
41917
|
}, {
|
|
43152
41918
|
name: string;
|
|
43153
|
-
fields:
|
|
43154
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
43155
|
-
name: string;
|
|
43156
|
-
values?: string[] | undefined;
|
|
43157
|
-
required?: boolean | undefined;
|
|
43158
|
-
default?: unknown;
|
|
43159
|
-
}[];
|
|
41919
|
+
fields: TraitEntityField[];
|
|
43160
41920
|
description?: string | undefined;
|
|
43161
41921
|
runtime?: boolean | undefined;
|
|
43162
41922
|
collection?: string | undefined;
|
|
@@ -43196,19 +41956,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43196
41956
|
description: z.ZodOptional<z.ZodString>;
|
|
43197
41957
|
synonyms: z.ZodOptional<z.ZodString>;
|
|
43198
41958
|
tier: z.ZodOptional<z.ZodString>;
|
|
43199
|
-
payloadSchema: z.ZodOptional<z.ZodArray<z.
|
|
43200
|
-
name: z.ZodString;
|
|
43201
|
-
type: z.ZodString;
|
|
43202
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
43203
|
-
}, "strip", z.ZodTypeAny, {
|
|
43204
|
-
type: string;
|
|
43205
|
-
name: string;
|
|
43206
|
-
required?: boolean | undefined;
|
|
43207
|
-
}, {
|
|
43208
|
-
type: string;
|
|
43209
|
-
name: string;
|
|
43210
|
-
required?: boolean | undefined;
|
|
43211
|
-
}>, "many">>;
|
|
41959
|
+
payloadSchema: z.ZodOptional<z.ZodArray<z.ZodType<PayloadField, z.ZodTypeDef, PayloadField>, "many">>;
|
|
43212
41960
|
classification: z.ZodOptional<z.ZodEnum<["domain", "system"]>>;
|
|
43213
41961
|
semanticRole: z.ZodOptional<z.ZodString>;
|
|
43214
41962
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -43217,11 +41965,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43217
41965
|
description?: string | undefined;
|
|
43218
41966
|
synonyms?: string | undefined;
|
|
43219
41967
|
tier?: string | undefined;
|
|
43220
|
-
payloadSchema?:
|
|
43221
|
-
type: string;
|
|
43222
|
-
name: string;
|
|
43223
|
-
required?: boolean | undefined;
|
|
43224
|
-
}[] | undefined;
|
|
41968
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
43225
41969
|
classification?: "domain" | "system" | undefined;
|
|
43226
41970
|
semanticRole?: string | undefined;
|
|
43227
41971
|
}, {
|
|
@@ -43230,11 +41974,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43230
41974
|
description?: string | undefined;
|
|
43231
41975
|
synonyms?: string | undefined;
|
|
43232
41976
|
tier?: string | undefined;
|
|
43233
|
-
payloadSchema?:
|
|
43234
|
-
type: string;
|
|
43235
|
-
name: string;
|
|
43236
|
-
required?: boolean | undefined;
|
|
43237
|
-
}[] | undefined;
|
|
41977
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
43238
41978
|
classification?: "domain" | "system" | undefined;
|
|
43239
41979
|
semanticRole?: string | undefined;
|
|
43240
41980
|
}>, "many">;
|
|
@@ -43280,11 +42020,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43280
42020
|
description?: string | undefined;
|
|
43281
42021
|
synonyms?: string | undefined;
|
|
43282
42022
|
tier?: string | undefined;
|
|
43283
|
-
payloadSchema?:
|
|
43284
|
-
type: string;
|
|
43285
|
-
name: string;
|
|
43286
|
-
required?: boolean | undefined;
|
|
43287
|
-
}[] | undefined;
|
|
42023
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
43288
42024
|
classification?: "domain" | "system" | undefined;
|
|
43289
42025
|
semanticRole?: string | undefined;
|
|
43290
42026
|
}[];
|
|
@@ -43317,11 +42053,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43317
42053
|
description?: string | undefined;
|
|
43318
42054
|
synonyms?: string | undefined;
|
|
43319
42055
|
tier?: string | undefined;
|
|
43320
|
-
payloadSchema?:
|
|
43321
|
-
type: string;
|
|
43322
|
-
name: string;
|
|
43323
|
-
required?: boolean | undefined;
|
|
43324
|
-
}[] | undefined;
|
|
42056
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
43325
42057
|
classification?: "domain" | "system" | undefined;
|
|
43326
42058
|
semanticRole?: string | undefined;
|
|
43327
42059
|
}[];
|
|
@@ -43385,25 +42117,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43385
42117
|
description: z.ZodOptional<z.ZodString>;
|
|
43386
42118
|
synonyms: z.ZodOptional<z.ZodString>;
|
|
43387
42119
|
tier: z.ZodOptional<z.ZodString>;
|
|
43388
|
-
payloadSchema: z.ZodOptional<z.ZodArray<z.
|
|
43389
|
-
name: z.ZodString;
|
|
43390
|
-
type: z.ZodString;
|
|
43391
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
43392
|
-
description: z.ZodOptional<z.ZodString>;
|
|
43393
|
-
entityType: z.ZodOptional<z.ZodString>;
|
|
43394
|
-
}, "strip", z.ZodTypeAny, {
|
|
43395
|
-
type: string;
|
|
43396
|
-
name: string;
|
|
43397
|
-
required?: boolean | undefined;
|
|
43398
|
-
description?: string | undefined;
|
|
43399
|
-
entityType?: string | undefined;
|
|
43400
|
-
}, {
|
|
43401
|
-
type: string;
|
|
43402
|
-
name: string;
|
|
43403
|
-
required?: boolean | undefined;
|
|
43404
|
-
description?: string | undefined;
|
|
43405
|
-
entityType?: string | undefined;
|
|
43406
|
-
}>, "many">>;
|
|
42120
|
+
payloadSchema: z.ZodOptional<z.ZodArray<z.ZodType<EventPayloadField, z.ZodTypeDef, EventPayloadField>, "many">>;
|
|
43407
42121
|
scope: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
|
|
43408
42122
|
}, "strip", z.ZodTypeAny, {
|
|
43409
42123
|
event: string;
|
|
@@ -43411,26 +42125,14 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43411
42125
|
synonyms?: string | undefined;
|
|
43412
42126
|
scope?: "internal" | "external" | undefined;
|
|
43413
42127
|
tier?: string | undefined;
|
|
43414
|
-
payloadSchema?:
|
|
43415
|
-
type: string;
|
|
43416
|
-
name: string;
|
|
43417
|
-
required?: boolean | undefined;
|
|
43418
|
-
description?: string | undefined;
|
|
43419
|
-
entityType?: string | undefined;
|
|
43420
|
-
}[] | undefined;
|
|
42128
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
43421
42129
|
}, {
|
|
43422
42130
|
event: string;
|
|
43423
42131
|
description?: string | undefined;
|
|
43424
42132
|
synonyms?: string | undefined;
|
|
43425
42133
|
scope?: "internal" | "external" | undefined;
|
|
43426
42134
|
tier?: string | undefined;
|
|
43427
|
-
payloadSchema?:
|
|
43428
|
-
type: string;
|
|
43429
|
-
name: string;
|
|
43430
|
-
required?: boolean | undefined;
|
|
43431
|
-
description?: string | undefined;
|
|
43432
|
-
entityType?: string | undefined;
|
|
43433
|
-
}[] | undefined;
|
|
42135
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
43434
42136
|
}>, "many">>;
|
|
43435
42137
|
listens: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
43436
42138
|
event: z.ZodString;
|
|
@@ -43610,13 +42312,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43610
42312
|
capabilities?: string[] | undefined;
|
|
43611
42313
|
dataEntities?: {
|
|
43612
42314
|
name: string;
|
|
43613
|
-
fields:
|
|
43614
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
43615
|
-
name: string;
|
|
43616
|
-
values?: string[] | undefined;
|
|
43617
|
-
required?: boolean | undefined;
|
|
43618
|
-
default?: unknown;
|
|
43619
|
-
}[];
|
|
42315
|
+
fields: TraitEntityField[];
|
|
43620
42316
|
description?: string | undefined;
|
|
43621
42317
|
runtime?: boolean | undefined;
|
|
43622
42318
|
collection?: string | undefined;
|
|
@@ -43631,11 +42327,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43631
42327
|
description?: string | undefined;
|
|
43632
42328
|
synonyms?: string | undefined;
|
|
43633
42329
|
tier?: string | undefined;
|
|
43634
|
-
payloadSchema?:
|
|
43635
|
-
type: string;
|
|
43636
|
-
name: string;
|
|
43637
|
-
required?: boolean | undefined;
|
|
43638
|
-
}[] | undefined;
|
|
42330
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
43639
42331
|
classification?: "domain" | "system" | undefined;
|
|
43640
42332
|
semanticRole?: string | undefined;
|
|
43641
42333
|
}[];
|
|
@@ -43668,13 +42360,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43668
42360
|
synonyms?: string | undefined;
|
|
43669
42361
|
scope?: "internal" | "external" | undefined;
|
|
43670
42362
|
tier?: string | undefined;
|
|
43671
|
-
payloadSchema?:
|
|
43672
|
-
type: string;
|
|
43673
|
-
name: string;
|
|
43674
|
-
required?: boolean | undefined;
|
|
43675
|
-
description?: string | undefined;
|
|
43676
|
-
entityType?: string | undefined;
|
|
43677
|
-
}[] | undefined;
|
|
42363
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
43678
42364
|
}[] | undefined;
|
|
43679
42365
|
linkedEntity?: string | undefined;
|
|
43680
42366
|
listens?: {
|
|
@@ -43758,13 +42444,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43758
42444
|
capabilities?: string[] | undefined;
|
|
43759
42445
|
dataEntities?: {
|
|
43760
42446
|
name: string;
|
|
43761
|
-
fields:
|
|
43762
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
43763
|
-
name: string;
|
|
43764
|
-
values?: string[] | undefined;
|
|
43765
|
-
required?: boolean | undefined;
|
|
43766
|
-
default?: unknown;
|
|
43767
|
-
}[];
|
|
42447
|
+
fields: TraitEntityField[];
|
|
43768
42448
|
description?: string | undefined;
|
|
43769
42449
|
runtime?: boolean | undefined;
|
|
43770
42450
|
collection?: string | undefined;
|
|
@@ -43779,11 +42459,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43779
42459
|
description?: string | undefined;
|
|
43780
42460
|
synonyms?: string | undefined;
|
|
43781
42461
|
tier?: string | undefined;
|
|
43782
|
-
payloadSchema?:
|
|
43783
|
-
type: string;
|
|
43784
|
-
name: string;
|
|
43785
|
-
required?: boolean | undefined;
|
|
43786
|
-
}[] | undefined;
|
|
42462
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
43787
42463
|
classification?: "domain" | "system" | undefined;
|
|
43788
42464
|
semanticRole?: string | undefined;
|
|
43789
42465
|
}[];
|
|
@@ -43816,13 +42492,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43816
42492
|
synonyms?: string | undefined;
|
|
43817
42493
|
scope?: "internal" | "external" | undefined;
|
|
43818
42494
|
tier?: string | undefined;
|
|
43819
|
-
payloadSchema?:
|
|
43820
|
-
type: string;
|
|
43821
|
-
name: string;
|
|
43822
|
-
required?: boolean | undefined;
|
|
43823
|
-
description?: string | undefined;
|
|
43824
|
-
entityType?: string | undefined;
|
|
43825
|
-
}[] | undefined;
|
|
42495
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
43826
42496
|
}[] | undefined;
|
|
43827
42497
|
linkedEntity?: string | undefined;
|
|
43828
42498
|
listens?: {
|
|
@@ -43911,13 +42581,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43911
42581
|
capabilities?: string[] | undefined;
|
|
43912
42582
|
dataEntities?: {
|
|
43913
42583
|
name: string;
|
|
43914
|
-
fields:
|
|
43915
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
43916
|
-
name: string;
|
|
43917
|
-
values?: string[] | undefined;
|
|
43918
|
-
required?: boolean | undefined;
|
|
43919
|
-
default?: unknown;
|
|
43920
|
-
}[];
|
|
42584
|
+
fields: TraitEntityField[];
|
|
43921
42585
|
description?: string | undefined;
|
|
43922
42586
|
runtime?: boolean | undefined;
|
|
43923
42587
|
collection?: string | undefined;
|
|
@@ -43932,11 +42596,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43932
42596
|
description?: string | undefined;
|
|
43933
42597
|
synonyms?: string | undefined;
|
|
43934
42598
|
tier?: string | undefined;
|
|
43935
|
-
payloadSchema?:
|
|
43936
|
-
type: string;
|
|
43937
|
-
name: string;
|
|
43938
|
-
required?: boolean | undefined;
|
|
43939
|
-
}[] | undefined;
|
|
42599
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
43940
42600
|
classification?: "domain" | "system" | undefined;
|
|
43941
42601
|
semanticRole?: string | undefined;
|
|
43942
42602
|
}[];
|
|
@@ -43969,13 +42629,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43969
42629
|
synonyms?: string | undefined;
|
|
43970
42630
|
scope?: "internal" | "external" | undefined;
|
|
43971
42631
|
tier?: string | undefined;
|
|
43972
|
-
payloadSchema?:
|
|
43973
|
-
type: string;
|
|
43974
|
-
name: string;
|
|
43975
|
-
required?: boolean | undefined;
|
|
43976
|
-
description?: string | undefined;
|
|
43977
|
-
entityType?: string | undefined;
|
|
43978
|
-
}[] | undefined;
|
|
42632
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
43979
42633
|
}[] | undefined;
|
|
43980
42634
|
linkedEntity?: string | undefined;
|
|
43981
42635
|
listens?: {
|
|
@@ -44071,13 +42725,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44071
42725
|
capabilities?: string[] | undefined;
|
|
44072
42726
|
dataEntities?: {
|
|
44073
42727
|
name: string;
|
|
44074
|
-
fields:
|
|
44075
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
44076
|
-
name: string;
|
|
44077
|
-
values?: string[] | undefined;
|
|
44078
|
-
required?: boolean | undefined;
|
|
44079
|
-
default?: unknown;
|
|
44080
|
-
}[];
|
|
42728
|
+
fields: TraitEntityField[];
|
|
44081
42729
|
description?: string | undefined;
|
|
44082
42730
|
runtime?: boolean | undefined;
|
|
44083
42731
|
collection?: string | undefined;
|
|
@@ -44092,11 +42740,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44092
42740
|
description?: string | undefined;
|
|
44093
42741
|
synonyms?: string | undefined;
|
|
44094
42742
|
tier?: string | undefined;
|
|
44095
|
-
payloadSchema?:
|
|
44096
|
-
type: string;
|
|
44097
|
-
name: string;
|
|
44098
|
-
required?: boolean | undefined;
|
|
44099
|
-
}[] | undefined;
|
|
42743
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
44100
42744
|
classification?: "domain" | "system" | undefined;
|
|
44101
42745
|
semanticRole?: string | undefined;
|
|
44102
42746
|
}[];
|
|
@@ -44129,13 +42773,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44129
42773
|
synonyms?: string | undefined;
|
|
44130
42774
|
scope?: "internal" | "external" | undefined;
|
|
44131
42775
|
tier?: string | undefined;
|
|
44132
|
-
payloadSchema?:
|
|
44133
|
-
type: string;
|
|
44134
|
-
name: string;
|
|
44135
|
-
required?: boolean | undefined;
|
|
44136
|
-
description?: string | undefined;
|
|
44137
|
-
entityType?: string | undefined;
|
|
44138
|
-
}[] | undefined;
|
|
42776
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
44139
42777
|
}[] | undefined;
|
|
44140
42778
|
linkedEntity?: string | undefined;
|
|
44141
42779
|
listens?: {
|
|
@@ -44235,25 +42873,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44235
42873
|
tick?: string | undefined;
|
|
44236
42874
|
}>;
|
|
44237
42875
|
description: z.ZodOptional<z.ZodString>;
|
|
44238
|
-
payload: z.ZodOptional<z.ZodArray<z.
|
|
44239
|
-
name: z.ZodString;
|
|
44240
|
-
type: z.ZodString;
|
|
44241
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
44242
|
-
description: z.ZodOptional<z.ZodString>;
|
|
44243
|
-
entityType: z.ZodOptional<z.ZodString>;
|
|
44244
|
-
}, "strip", z.ZodTypeAny, {
|
|
44245
|
-
type: string;
|
|
44246
|
-
name: string;
|
|
44247
|
-
required?: boolean | undefined;
|
|
44248
|
-
description?: string | undefined;
|
|
44249
|
-
entityType?: string | undefined;
|
|
44250
|
-
}, {
|
|
44251
|
-
type: string;
|
|
44252
|
-
name: string;
|
|
44253
|
-
required?: boolean | undefined;
|
|
44254
|
-
description?: string | undefined;
|
|
44255
|
-
entityType?: string | undefined;
|
|
44256
|
-
}>, "many">>;
|
|
42876
|
+
payload: z.ZodOptional<z.ZodArray<z.ZodType<EventPayloadField, z.ZodTypeDef, EventPayloadField>, "many">>;
|
|
44257
42877
|
}, "strip", z.ZodTypeAny, {
|
|
44258
42878
|
event: string;
|
|
44259
42879
|
source: {
|
|
@@ -44263,13 +42883,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44263
42883
|
};
|
|
44264
42884
|
originalEvent: string;
|
|
44265
42885
|
description?: string | undefined;
|
|
44266
|
-
payload?:
|
|
44267
|
-
type: string;
|
|
44268
|
-
name: string;
|
|
44269
|
-
required?: boolean | undefined;
|
|
44270
|
-
description?: string | undefined;
|
|
44271
|
-
entityType?: string | undefined;
|
|
44272
|
-
}[] | undefined;
|
|
42886
|
+
payload?: EventPayloadField[] | undefined;
|
|
44273
42887
|
}, {
|
|
44274
42888
|
event: string;
|
|
44275
42889
|
source: {
|
|
@@ -44279,13 +42893,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44279
42893
|
};
|
|
44280
42894
|
originalEvent: string;
|
|
44281
42895
|
description?: string | undefined;
|
|
44282
|
-
payload?:
|
|
44283
|
-
type: string;
|
|
44284
|
-
name: string;
|
|
44285
|
-
required?: boolean | undefined;
|
|
44286
|
-
description?: string | undefined;
|
|
44287
|
-
entityType?: string | undefined;
|
|
44288
|
-
}[] | undefined;
|
|
42896
|
+
payload?: EventPayloadField[] | undefined;
|
|
44289
42897
|
}>, "many">>;
|
|
44290
42898
|
listens: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
44291
42899
|
event: z.ZodString;
|
|
@@ -44514,13 +43122,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44514
43122
|
capabilities?: string[] | undefined;
|
|
44515
43123
|
dataEntities?: {
|
|
44516
43124
|
name: string;
|
|
44517
|
-
fields:
|
|
44518
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
44519
|
-
name: string;
|
|
44520
|
-
values?: string[] | undefined;
|
|
44521
|
-
required?: boolean | undefined;
|
|
44522
|
-
default?: unknown;
|
|
44523
|
-
}[];
|
|
43125
|
+
fields: TraitEntityField[];
|
|
44524
43126
|
description?: string | undefined;
|
|
44525
43127
|
runtime?: boolean | undefined;
|
|
44526
43128
|
collection?: string | undefined;
|
|
@@ -44535,11 +43137,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44535
43137
|
description?: string | undefined;
|
|
44536
43138
|
synonyms?: string | undefined;
|
|
44537
43139
|
tier?: string | undefined;
|
|
44538
|
-
payloadSchema?:
|
|
44539
|
-
type: string;
|
|
44540
|
-
name: string;
|
|
44541
|
-
required?: boolean | undefined;
|
|
44542
|
-
}[] | undefined;
|
|
43140
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
44543
43141
|
classification?: "domain" | "system" | undefined;
|
|
44544
43142
|
semanticRole?: string | undefined;
|
|
44545
43143
|
}[];
|
|
@@ -44572,13 +43170,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44572
43170
|
synonyms?: string | undefined;
|
|
44573
43171
|
scope?: "internal" | "external" | undefined;
|
|
44574
43172
|
tier?: string | undefined;
|
|
44575
|
-
payloadSchema?:
|
|
44576
|
-
type: string;
|
|
44577
|
-
name: string;
|
|
44578
|
-
required?: boolean | undefined;
|
|
44579
|
-
description?: string | undefined;
|
|
44580
|
-
entityType?: string | undefined;
|
|
44581
|
-
}[] | undefined;
|
|
43173
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
44582
43174
|
}[] | undefined;
|
|
44583
43175
|
linkedEntity?: string | undefined;
|
|
44584
43176
|
listens?: {
|
|
@@ -44671,13 +43263,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44671
43263
|
capabilities?: string[] | undefined;
|
|
44672
43264
|
dataEntities?: {
|
|
44673
43265
|
name: string;
|
|
44674
|
-
fields:
|
|
44675
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
44676
|
-
name: string;
|
|
44677
|
-
values?: string[] | undefined;
|
|
44678
|
-
required?: boolean | undefined;
|
|
44679
|
-
default?: unknown;
|
|
44680
|
-
}[];
|
|
43266
|
+
fields: TraitEntityField[];
|
|
44681
43267
|
description?: string | undefined;
|
|
44682
43268
|
runtime?: boolean | undefined;
|
|
44683
43269
|
collection?: string | undefined;
|
|
@@ -44692,11 +43278,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44692
43278
|
description?: string | undefined;
|
|
44693
43279
|
synonyms?: string | undefined;
|
|
44694
43280
|
tier?: string | undefined;
|
|
44695
|
-
payloadSchema?:
|
|
44696
|
-
type: string;
|
|
44697
|
-
name: string;
|
|
44698
|
-
required?: boolean | undefined;
|
|
44699
|
-
}[] | undefined;
|
|
43281
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
44700
43282
|
classification?: "domain" | "system" | undefined;
|
|
44701
43283
|
semanticRole?: string | undefined;
|
|
44702
43284
|
}[];
|
|
@@ -44729,13 +43311,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44729
43311
|
synonyms?: string | undefined;
|
|
44730
43312
|
scope?: "internal" | "external" | undefined;
|
|
44731
43313
|
tier?: string | undefined;
|
|
44732
|
-
payloadSchema?:
|
|
44733
|
-
type: string;
|
|
44734
|
-
name: string;
|
|
44735
|
-
required?: boolean | undefined;
|
|
44736
|
-
description?: string | undefined;
|
|
44737
|
-
entityType?: string | undefined;
|
|
44738
|
-
}[] | undefined;
|
|
43314
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
44739
43315
|
}[] | undefined;
|
|
44740
43316
|
linkedEntity?: string | undefined;
|
|
44741
43317
|
listens?: {
|
|
@@ -45318,13 +43894,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45318
43894
|
};
|
|
45319
43895
|
originalEvent: string;
|
|
45320
43896
|
description?: string | undefined;
|
|
45321
|
-
payload?:
|
|
45322
|
-
type: string;
|
|
45323
|
-
name: string;
|
|
45324
|
-
required?: boolean | undefined;
|
|
45325
|
-
description?: string | undefined;
|
|
45326
|
-
entityType?: string | undefined;
|
|
45327
|
-
}[] | undefined;
|
|
43897
|
+
payload?: EventPayloadField[] | undefined;
|
|
45328
43898
|
}[] | undefined;
|
|
45329
43899
|
listens?: {
|
|
45330
43900
|
event: string;
|
|
@@ -45431,13 +44001,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45431
44001
|
capabilities?: string[] | undefined;
|
|
45432
44002
|
dataEntities?: {
|
|
45433
44003
|
name: string;
|
|
45434
|
-
fields:
|
|
45435
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
45436
|
-
name: string;
|
|
45437
|
-
values?: string[] | undefined;
|
|
45438
|
-
required?: boolean | undefined;
|
|
45439
|
-
default?: unknown;
|
|
45440
|
-
}[];
|
|
44004
|
+
fields: TraitEntityField[];
|
|
45441
44005
|
description?: string | undefined;
|
|
45442
44006
|
runtime?: boolean | undefined;
|
|
45443
44007
|
collection?: string | undefined;
|
|
@@ -45452,11 +44016,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45452
44016
|
description?: string | undefined;
|
|
45453
44017
|
synonyms?: string | undefined;
|
|
45454
44018
|
tier?: string | undefined;
|
|
45455
|
-
payloadSchema?:
|
|
45456
|
-
type: string;
|
|
45457
|
-
name: string;
|
|
45458
|
-
required?: boolean | undefined;
|
|
45459
|
-
}[] | undefined;
|
|
44019
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
45460
44020
|
classification?: "domain" | "system" | undefined;
|
|
45461
44021
|
semanticRole?: string | undefined;
|
|
45462
44022
|
}[];
|
|
@@ -45489,13 +44049,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45489
44049
|
synonyms?: string | undefined;
|
|
45490
44050
|
scope?: "internal" | "external" | undefined;
|
|
45491
44051
|
tier?: string | undefined;
|
|
45492
|
-
payloadSchema?:
|
|
45493
|
-
type: string;
|
|
45494
|
-
name: string;
|
|
45495
|
-
required?: boolean | undefined;
|
|
45496
|
-
description?: string | undefined;
|
|
45497
|
-
entityType?: string | undefined;
|
|
45498
|
-
}[] | undefined;
|
|
44052
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
45499
44053
|
}[] | undefined;
|
|
45500
44054
|
linkedEntity?: string | undefined;
|
|
45501
44055
|
listens?: {
|
|
@@ -45588,13 +44142,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45588
44142
|
capabilities?: string[] | undefined;
|
|
45589
44143
|
dataEntities?: {
|
|
45590
44144
|
name: string;
|
|
45591
|
-
fields:
|
|
45592
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
45593
|
-
name: string;
|
|
45594
|
-
values?: string[] | undefined;
|
|
45595
|
-
required?: boolean | undefined;
|
|
45596
|
-
default?: unknown;
|
|
45597
|
-
}[];
|
|
44145
|
+
fields: TraitEntityField[];
|
|
45598
44146
|
description?: string | undefined;
|
|
45599
44147
|
runtime?: boolean | undefined;
|
|
45600
44148
|
collection?: string | undefined;
|
|
@@ -45609,11 +44157,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45609
44157
|
description?: string | undefined;
|
|
45610
44158
|
synonyms?: string | undefined;
|
|
45611
44159
|
tier?: string | undefined;
|
|
45612
|
-
payloadSchema?:
|
|
45613
|
-
type: string;
|
|
45614
|
-
name: string;
|
|
45615
|
-
required?: boolean | undefined;
|
|
45616
|
-
}[] | undefined;
|
|
44160
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
45617
44161
|
classification?: "domain" | "system" | undefined;
|
|
45618
44162
|
semanticRole?: string | undefined;
|
|
45619
44163
|
}[];
|
|
@@ -45646,13 +44190,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45646
44190
|
synonyms?: string | undefined;
|
|
45647
44191
|
scope?: "internal" | "external" | undefined;
|
|
45648
44192
|
tier?: string | undefined;
|
|
45649
|
-
payloadSchema?:
|
|
45650
|
-
type: string;
|
|
45651
|
-
name: string;
|
|
45652
|
-
required?: boolean | undefined;
|
|
45653
|
-
description?: string | undefined;
|
|
45654
|
-
entityType?: string | undefined;
|
|
45655
|
-
}[] | undefined;
|
|
44193
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
45656
44194
|
}[] | undefined;
|
|
45657
44195
|
linkedEntity?: string | undefined;
|
|
45658
44196
|
listens?: {
|
|
@@ -46235,13 +44773,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
46235
44773
|
};
|
|
46236
44774
|
originalEvent: string;
|
|
46237
44775
|
description?: string | undefined;
|
|
46238
|
-
payload?:
|
|
46239
|
-
type: string;
|
|
46240
|
-
name: string;
|
|
46241
|
-
required?: boolean | undefined;
|
|
46242
|
-
description?: string | undefined;
|
|
46243
|
-
entityType?: string | undefined;
|
|
46244
|
-
}[] | undefined;
|
|
44776
|
+
payload?: EventPayloadField[] | undefined;
|
|
46245
44777
|
}[] | undefined;
|
|
46246
44778
|
listens?: {
|
|
46247
44779
|
event: string;
|
|
@@ -50839,25 +49371,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50839
49371
|
dataEntities: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
50840
49372
|
name: z.ZodString;
|
|
50841
49373
|
collection: z.ZodOptional<z.ZodString>;
|
|
50842
|
-
fields: z.ZodArray<z.
|
|
50843
|
-
name: z.ZodString;
|
|
50844
|
-
type: z.ZodEnum<["string", "number", "boolean", "date", "array", "object", "timestamp", "datetime", "enum"]>;
|
|
50845
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
50846
|
-
default: z.ZodOptional<z.ZodUnknown>;
|
|
50847
|
-
values: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
50848
|
-
}, "strip", z.ZodTypeAny, {
|
|
50849
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
50850
|
-
name: string;
|
|
50851
|
-
values?: string[] | undefined;
|
|
50852
|
-
required?: boolean | undefined;
|
|
50853
|
-
default?: unknown;
|
|
50854
|
-
}, {
|
|
50855
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
50856
|
-
name: string;
|
|
50857
|
-
values?: string[] | undefined;
|
|
50858
|
-
required?: boolean | undefined;
|
|
50859
|
-
default?: unknown;
|
|
50860
|
-
}>, "many">;
|
|
49374
|
+
fields: z.ZodArray<z.ZodType<TraitEntityField, z.ZodTypeDef, TraitEntityField>, "many">;
|
|
50861
49375
|
timestamps: z.ZodOptional<z.ZodBoolean>;
|
|
50862
49376
|
description: z.ZodOptional<z.ZodString>;
|
|
50863
49377
|
runtime: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -50865,13 +49379,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50865
49379
|
pages: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
50866
49380
|
}, "strip", z.ZodTypeAny, {
|
|
50867
49381
|
name: string;
|
|
50868
|
-
fields:
|
|
50869
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
50870
|
-
name: string;
|
|
50871
|
-
values?: string[] | undefined;
|
|
50872
|
-
required?: boolean | undefined;
|
|
50873
|
-
default?: unknown;
|
|
50874
|
-
}[];
|
|
49382
|
+
fields: TraitEntityField[];
|
|
50875
49383
|
description?: string | undefined;
|
|
50876
49384
|
runtime?: boolean | undefined;
|
|
50877
49385
|
collection?: string | undefined;
|
|
@@ -50880,13 +49388,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50880
49388
|
singleton?: boolean | undefined;
|
|
50881
49389
|
}, {
|
|
50882
49390
|
name: string;
|
|
50883
|
-
fields:
|
|
50884
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
50885
|
-
name: string;
|
|
50886
|
-
values?: string[] | undefined;
|
|
50887
|
-
required?: boolean | undefined;
|
|
50888
|
-
default?: unknown;
|
|
50889
|
-
}[];
|
|
49391
|
+
fields: TraitEntityField[];
|
|
50890
49392
|
description?: string | undefined;
|
|
50891
49393
|
runtime?: boolean | undefined;
|
|
50892
49394
|
collection?: string | undefined;
|
|
@@ -50926,19 +49428,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50926
49428
|
description: z.ZodOptional<z.ZodString>;
|
|
50927
49429
|
synonyms: z.ZodOptional<z.ZodString>;
|
|
50928
49430
|
tier: z.ZodOptional<z.ZodString>;
|
|
50929
|
-
payloadSchema: z.ZodOptional<z.ZodArray<z.
|
|
50930
|
-
name: z.ZodString;
|
|
50931
|
-
type: z.ZodString;
|
|
50932
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
50933
|
-
}, "strip", z.ZodTypeAny, {
|
|
50934
|
-
type: string;
|
|
50935
|
-
name: string;
|
|
50936
|
-
required?: boolean | undefined;
|
|
50937
|
-
}, {
|
|
50938
|
-
type: string;
|
|
50939
|
-
name: string;
|
|
50940
|
-
required?: boolean | undefined;
|
|
50941
|
-
}>, "many">>;
|
|
49431
|
+
payloadSchema: z.ZodOptional<z.ZodArray<z.ZodType<PayloadField, z.ZodTypeDef, PayloadField>, "many">>;
|
|
50942
49432
|
classification: z.ZodOptional<z.ZodEnum<["domain", "system"]>>;
|
|
50943
49433
|
semanticRole: z.ZodOptional<z.ZodString>;
|
|
50944
49434
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -50947,11 +49437,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50947
49437
|
description?: string | undefined;
|
|
50948
49438
|
synonyms?: string | undefined;
|
|
50949
49439
|
tier?: string | undefined;
|
|
50950
|
-
payloadSchema?:
|
|
50951
|
-
type: string;
|
|
50952
|
-
name: string;
|
|
50953
|
-
required?: boolean | undefined;
|
|
50954
|
-
}[] | undefined;
|
|
49440
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
50955
49441
|
classification?: "domain" | "system" | undefined;
|
|
50956
49442
|
semanticRole?: string | undefined;
|
|
50957
49443
|
}, {
|
|
@@ -50960,11 +49446,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50960
49446
|
description?: string | undefined;
|
|
50961
49447
|
synonyms?: string | undefined;
|
|
50962
49448
|
tier?: string | undefined;
|
|
50963
|
-
payloadSchema?:
|
|
50964
|
-
type: string;
|
|
50965
|
-
name: string;
|
|
50966
|
-
required?: boolean | undefined;
|
|
50967
|
-
}[] | undefined;
|
|
49449
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
50968
49450
|
classification?: "domain" | "system" | undefined;
|
|
50969
49451
|
semanticRole?: string | undefined;
|
|
50970
49452
|
}>, "many">;
|
|
@@ -51010,11 +49492,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51010
49492
|
description?: string | undefined;
|
|
51011
49493
|
synonyms?: string | undefined;
|
|
51012
49494
|
tier?: string | undefined;
|
|
51013
|
-
payloadSchema?:
|
|
51014
|
-
type: string;
|
|
51015
|
-
name: string;
|
|
51016
|
-
required?: boolean | undefined;
|
|
51017
|
-
}[] | undefined;
|
|
49495
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
51018
49496
|
classification?: "domain" | "system" | undefined;
|
|
51019
49497
|
semanticRole?: string | undefined;
|
|
51020
49498
|
}[];
|
|
@@ -51047,11 +49525,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51047
49525
|
description?: string | undefined;
|
|
51048
49526
|
synonyms?: string | undefined;
|
|
51049
49527
|
tier?: string | undefined;
|
|
51050
|
-
payloadSchema?:
|
|
51051
|
-
type: string;
|
|
51052
|
-
name: string;
|
|
51053
|
-
required?: boolean | undefined;
|
|
51054
|
-
}[] | undefined;
|
|
49528
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
51055
49529
|
classification?: "domain" | "system" | undefined;
|
|
51056
49530
|
semanticRole?: string | undefined;
|
|
51057
49531
|
}[];
|
|
@@ -51115,25 +49589,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51115
49589
|
description: z.ZodOptional<z.ZodString>;
|
|
51116
49590
|
synonyms: z.ZodOptional<z.ZodString>;
|
|
51117
49591
|
tier: z.ZodOptional<z.ZodString>;
|
|
51118
|
-
payloadSchema: z.ZodOptional<z.ZodArray<z.
|
|
51119
|
-
name: z.ZodString;
|
|
51120
|
-
type: z.ZodString;
|
|
51121
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
51122
|
-
description: z.ZodOptional<z.ZodString>;
|
|
51123
|
-
entityType: z.ZodOptional<z.ZodString>;
|
|
51124
|
-
}, "strip", z.ZodTypeAny, {
|
|
51125
|
-
type: string;
|
|
51126
|
-
name: string;
|
|
51127
|
-
required?: boolean | undefined;
|
|
51128
|
-
description?: string | undefined;
|
|
51129
|
-
entityType?: string | undefined;
|
|
51130
|
-
}, {
|
|
51131
|
-
type: string;
|
|
51132
|
-
name: string;
|
|
51133
|
-
required?: boolean | undefined;
|
|
51134
|
-
description?: string | undefined;
|
|
51135
|
-
entityType?: string | undefined;
|
|
51136
|
-
}>, "many">>;
|
|
49592
|
+
payloadSchema: z.ZodOptional<z.ZodArray<z.ZodType<EventPayloadField, z.ZodTypeDef, EventPayloadField>, "many">>;
|
|
51137
49593
|
scope: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
|
|
51138
49594
|
}, "strip", z.ZodTypeAny, {
|
|
51139
49595
|
event: string;
|
|
@@ -51141,26 +49597,14 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51141
49597
|
synonyms?: string | undefined;
|
|
51142
49598
|
scope?: "internal" | "external" | undefined;
|
|
51143
49599
|
tier?: string | undefined;
|
|
51144
|
-
payloadSchema?:
|
|
51145
|
-
type: string;
|
|
51146
|
-
name: string;
|
|
51147
|
-
required?: boolean | undefined;
|
|
51148
|
-
description?: string | undefined;
|
|
51149
|
-
entityType?: string | undefined;
|
|
51150
|
-
}[] | undefined;
|
|
49600
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
51151
49601
|
}, {
|
|
51152
49602
|
event: string;
|
|
51153
49603
|
description?: string | undefined;
|
|
51154
49604
|
synonyms?: string | undefined;
|
|
51155
49605
|
scope?: "internal" | "external" | undefined;
|
|
51156
49606
|
tier?: string | undefined;
|
|
51157
|
-
payloadSchema?:
|
|
51158
|
-
type: string;
|
|
51159
|
-
name: string;
|
|
51160
|
-
required?: boolean | undefined;
|
|
51161
|
-
description?: string | undefined;
|
|
51162
|
-
entityType?: string | undefined;
|
|
51163
|
-
}[] | undefined;
|
|
49607
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
51164
49608
|
}>, "many">>;
|
|
51165
49609
|
listens: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
51166
49610
|
event: z.ZodString;
|
|
@@ -51340,13 +49784,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51340
49784
|
capabilities?: string[] | undefined;
|
|
51341
49785
|
dataEntities?: {
|
|
51342
49786
|
name: string;
|
|
51343
|
-
fields:
|
|
51344
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
51345
|
-
name: string;
|
|
51346
|
-
values?: string[] | undefined;
|
|
51347
|
-
required?: boolean | undefined;
|
|
51348
|
-
default?: unknown;
|
|
51349
|
-
}[];
|
|
49787
|
+
fields: TraitEntityField[];
|
|
51350
49788
|
description?: string | undefined;
|
|
51351
49789
|
runtime?: boolean | undefined;
|
|
51352
49790
|
collection?: string | undefined;
|
|
@@ -51361,11 +49799,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51361
49799
|
description?: string | undefined;
|
|
51362
49800
|
synonyms?: string | undefined;
|
|
51363
49801
|
tier?: string | undefined;
|
|
51364
|
-
payloadSchema?:
|
|
51365
|
-
type: string;
|
|
51366
|
-
name: string;
|
|
51367
|
-
required?: boolean | undefined;
|
|
51368
|
-
}[] | undefined;
|
|
49802
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
51369
49803
|
classification?: "domain" | "system" | undefined;
|
|
51370
49804
|
semanticRole?: string | undefined;
|
|
51371
49805
|
}[];
|
|
@@ -51398,13 +49832,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51398
49832
|
synonyms?: string | undefined;
|
|
51399
49833
|
scope?: "internal" | "external" | undefined;
|
|
51400
49834
|
tier?: string | undefined;
|
|
51401
|
-
payloadSchema?:
|
|
51402
|
-
type: string;
|
|
51403
|
-
name: string;
|
|
51404
|
-
required?: boolean | undefined;
|
|
51405
|
-
description?: string | undefined;
|
|
51406
|
-
entityType?: string | undefined;
|
|
51407
|
-
}[] | undefined;
|
|
49835
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
51408
49836
|
}[] | undefined;
|
|
51409
49837
|
linkedEntity?: string | undefined;
|
|
51410
49838
|
listens?: {
|
|
@@ -51488,13 +49916,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51488
49916
|
capabilities?: string[] | undefined;
|
|
51489
49917
|
dataEntities?: {
|
|
51490
49918
|
name: string;
|
|
51491
|
-
fields:
|
|
51492
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
51493
|
-
name: string;
|
|
51494
|
-
values?: string[] | undefined;
|
|
51495
|
-
required?: boolean | undefined;
|
|
51496
|
-
default?: unknown;
|
|
51497
|
-
}[];
|
|
49919
|
+
fields: TraitEntityField[];
|
|
51498
49920
|
description?: string | undefined;
|
|
51499
49921
|
runtime?: boolean | undefined;
|
|
51500
49922
|
collection?: string | undefined;
|
|
@@ -51509,11 +49931,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51509
49931
|
description?: string | undefined;
|
|
51510
49932
|
synonyms?: string | undefined;
|
|
51511
49933
|
tier?: string | undefined;
|
|
51512
|
-
payloadSchema?:
|
|
51513
|
-
type: string;
|
|
51514
|
-
name: string;
|
|
51515
|
-
required?: boolean | undefined;
|
|
51516
|
-
}[] | undefined;
|
|
49934
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
51517
49935
|
classification?: "domain" | "system" | undefined;
|
|
51518
49936
|
semanticRole?: string | undefined;
|
|
51519
49937
|
}[];
|
|
@@ -51546,13 +49964,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51546
49964
|
synonyms?: string | undefined;
|
|
51547
49965
|
scope?: "internal" | "external" | undefined;
|
|
51548
49966
|
tier?: string | undefined;
|
|
51549
|
-
payloadSchema?:
|
|
51550
|
-
type: string;
|
|
51551
|
-
name: string;
|
|
51552
|
-
required?: boolean | undefined;
|
|
51553
|
-
description?: string | undefined;
|
|
51554
|
-
entityType?: string | undefined;
|
|
51555
|
-
}[] | undefined;
|
|
49967
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
51556
49968
|
}[] | undefined;
|
|
51557
49969
|
linkedEntity?: string | undefined;
|
|
51558
49970
|
listens?: {
|
|
@@ -51731,25 +50143,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51731
50143
|
dataEntities: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
51732
50144
|
name: z.ZodString;
|
|
51733
50145
|
collection: z.ZodOptional<z.ZodString>;
|
|
51734
|
-
fields: z.ZodArray<z.
|
|
51735
|
-
name: z.ZodString;
|
|
51736
|
-
type: z.ZodEnum<["string", "number", "boolean", "date", "array", "object", "timestamp", "datetime", "enum"]>;
|
|
51737
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
51738
|
-
default: z.ZodOptional<z.ZodUnknown>;
|
|
51739
|
-
values: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
51740
|
-
}, "strip", z.ZodTypeAny, {
|
|
51741
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
51742
|
-
name: string;
|
|
51743
|
-
values?: string[] | undefined;
|
|
51744
|
-
required?: boolean | undefined;
|
|
51745
|
-
default?: unknown;
|
|
51746
|
-
}, {
|
|
51747
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
51748
|
-
name: string;
|
|
51749
|
-
values?: string[] | undefined;
|
|
51750
|
-
required?: boolean | undefined;
|
|
51751
|
-
default?: unknown;
|
|
51752
|
-
}>, "many">;
|
|
50146
|
+
fields: z.ZodArray<z.ZodType<TraitEntityField, z.ZodTypeDef, TraitEntityField>, "many">;
|
|
51753
50147
|
timestamps: z.ZodOptional<z.ZodBoolean>;
|
|
51754
50148
|
description: z.ZodOptional<z.ZodString>;
|
|
51755
50149
|
runtime: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -51757,13 +50151,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51757
50151
|
pages: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
51758
50152
|
}, "strip", z.ZodTypeAny, {
|
|
51759
50153
|
name: string;
|
|
51760
|
-
fields:
|
|
51761
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
51762
|
-
name: string;
|
|
51763
|
-
values?: string[] | undefined;
|
|
51764
|
-
required?: boolean | undefined;
|
|
51765
|
-
default?: unknown;
|
|
51766
|
-
}[];
|
|
50154
|
+
fields: TraitEntityField[];
|
|
51767
50155
|
description?: string | undefined;
|
|
51768
50156
|
runtime?: boolean | undefined;
|
|
51769
50157
|
collection?: string | undefined;
|
|
@@ -51772,13 +50160,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51772
50160
|
singleton?: boolean | undefined;
|
|
51773
50161
|
}, {
|
|
51774
50162
|
name: string;
|
|
51775
|
-
fields:
|
|
51776
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
51777
|
-
name: string;
|
|
51778
|
-
values?: string[] | undefined;
|
|
51779
|
-
required?: boolean | undefined;
|
|
51780
|
-
default?: unknown;
|
|
51781
|
-
}[];
|
|
50163
|
+
fields: TraitEntityField[];
|
|
51782
50164
|
description?: string | undefined;
|
|
51783
50165
|
runtime?: boolean | undefined;
|
|
51784
50166
|
collection?: string | undefined;
|
|
@@ -51818,19 +50200,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51818
50200
|
description: z.ZodOptional<z.ZodString>;
|
|
51819
50201
|
synonyms: z.ZodOptional<z.ZodString>;
|
|
51820
50202
|
tier: z.ZodOptional<z.ZodString>;
|
|
51821
|
-
payloadSchema: z.ZodOptional<z.ZodArray<z.
|
|
51822
|
-
name: z.ZodString;
|
|
51823
|
-
type: z.ZodString;
|
|
51824
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
51825
|
-
}, "strip", z.ZodTypeAny, {
|
|
51826
|
-
type: string;
|
|
51827
|
-
name: string;
|
|
51828
|
-
required?: boolean | undefined;
|
|
51829
|
-
}, {
|
|
51830
|
-
type: string;
|
|
51831
|
-
name: string;
|
|
51832
|
-
required?: boolean | undefined;
|
|
51833
|
-
}>, "many">>;
|
|
50203
|
+
payloadSchema: z.ZodOptional<z.ZodArray<z.ZodType<PayloadField, z.ZodTypeDef, PayloadField>, "many">>;
|
|
51834
50204
|
classification: z.ZodOptional<z.ZodEnum<["domain", "system"]>>;
|
|
51835
50205
|
semanticRole: z.ZodOptional<z.ZodString>;
|
|
51836
50206
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -51839,11 +50209,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51839
50209
|
description?: string | undefined;
|
|
51840
50210
|
synonyms?: string | undefined;
|
|
51841
50211
|
tier?: string | undefined;
|
|
51842
|
-
payloadSchema?:
|
|
51843
|
-
type: string;
|
|
51844
|
-
name: string;
|
|
51845
|
-
required?: boolean | undefined;
|
|
51846
|
-
}[] | undefined;
|
|
50212
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
51847
50213
|
classification?: "domain" | "system" | undefined;
|
|
51848
50214
|
semanticRole?: string | undefined;
|
|
51849
50215
|
}, {
|
|
@@ -51852,11 +50218,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51852
50218
|
description?: string | undefined;
|
|
51853
50219
|
synonyms?: string | undefined;
|
|
51854
50220
|
tier?: string | undefined;
|
|
51855
|
-
payloadSchema?:
|
|
51856
|
-
type: string;
|
|
51857
|
-
name: string;
|
|
51858
|
-
required?: boolean | undefined;
|
|
51859
|
-
}[] | undefined;
|
|
50221
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
51860
50222
|
classification?: "domain" | "system" | undefined;
|
|
51861
50223
|
semanticRole?: string | undefined;
|
|
51862
50224
|
}>, "many">;
|
|
@@ -51902,11 +50264,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51902
50264
|
description?: string | undefined;
|
|
51903
50265
|
synonyms?: string | undefined;
|
|
51904
50266
|
tier?: string | undefined;
|
|
51905
|
-
payloadSchema?:
|
|
51906
|
-
type: string;
|
|
51907
|
-
name: string;
|
|
51908
|
-
required?: boolean | undefined;
|
|
51909
|
-
}[] | undefined;
|
|
50267
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
51910
50268
|
classification?: "domain" | "system" | undefined;
|
|
51911
50269
|
semanticRole?: string | undefined;
|
|
51912
50270
|
}[];
|
|
@@ -51939,11 +50297,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51939
50297
|
description?: string | undefined;
|
|
51940
50298
|
synonyms?: string | undefined;
|
|
51941
50299
|
tier?: string | undefined;
|
|
51942
|
-
payloadSchema?:
|
|
51943
|
-
type: string;
|
|
51944
|
-
name: string;
|
|
51945
|
-
required?: boolean | undefined;
|
|
51946
|
-
}[] | undefined;
|
|
50300
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
51947
50301
|
classification?: "domain" | "system" | undefined;
|
|
51948
50302
|
semanticRole?: string | undefined;
|
|
51949
50303
|
}[];
|
|
@@ -52007,25 +50361,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52007
50361
|
description: z.ZodOptional<z.ZodString>;
|
|
52008
50362
|
synonyms: z.ZodOptional<z.ZodString>;
|
|
52009
50363
|
tier: z.ZodOptional<z.ZodString>;
|
|
52010
|
-
payloadSchema: z.ZodOptional<z.ZodArray<z.
|
|
52011
|
-
name: z.ZodString;
|
|
52012
|
-
type: z.ZodString;
|
|
52013
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
52014
|
-
description: z.ZodOptional<z.ZodString>;
|
|
52015
|
-
entityType: z.ZodOptional<z.ZodString>;
|
|
52016
|
-
}, "strip", z.ZodTypeAny, {
|
|
52017
|
-
type: string;
|
|
52018
|
-
name: string;
|
|
52019
|
-
required?: boolean | undefined;
|
|
52020
|
-
description?: string | undefined;
|
|
52021
|
-
entityType?: string | undefined;
|
|
52022
|
-
}, {
|
|
52023
|
-
type: string;
|
|
52024
|
-
name: string;
|
|
52025
|
-
required?: boolean | undefined;
|
|
52026
|
-
description?: string | undefined;
|
|
52027
|
-
entityType?: string | undefined;
|
|
52028
|
-
}>, "many">>;
|
|
50364
|
+
payloadSchema: z.ZodOptional<z.ZodArray<z.ZodType<EventPayloadField, z.ZodTypeDef, EventPayloadField>, "many">>;
|
|
52029
50365
|
scope: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
|
|
52030
50366
|
}, "strip", z.ZodTypeAny, {
|
|
52031
50367
|
event: string;
|
|
@@ -52033,26 +50369,14 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52033
50369
|
synonyms?: string | undefined;
|
|
52034
50370
|
scope?: "internal" | "external" | undefined;
|
|
52035
50371
|
tier?: string | undefined;
|
|
52036
|
-
payloadSchema?:
|
|
52037
|
-
type: string;
|
|
52038
|
-
name: string;
|
|
52039
|
-
required?: boolean | undefined;
|
|
52040
|
-
description?: string | undefined;
|
|
52041
|
-
entityType?: string | undefined;
|
|
52042
|
-
}[] | undefined;
|
|
50372
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
52043
50373
|
}, {
|
|
52044
50374
|
event: string;
|
|
52045
50375
|
description?: string | undefined;
|
|
52046
50376
|
synonyms?: string | undefined;
|
|
52047
50377
|
scope?: "internal" | "external" | undefined;
|
|
52048
50378
|
tier?: string | undefined;
|
|
52049
|
-
payloadSchema?:
|
|
52050
|
-
type: string;
|
|
52051
|
-
name: string;
|
|
52052
|
-
required?: boolean | undefined;
|
|
52053
|
-
description?: string | undefined;
|
|
52054
|
-
entityType?: string | undefined;
|
|
52055
|
-
}[] | undefined;
|
|
50379
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
52056
50380
|
}>, "many">>;
|
|
52057
50381
|
listens: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
52058
50382
|
event: z.ZodString;
|
|
@@ -52232,13 +50556,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52232
50556
|
capabilities?: string[] | undefined;
|
|
52233
50557
|
dataEntities?: {
|
|
52234
50558
|
name: string;
|
|
52235
|
-
fields:
|
|
52236
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
52237
|
-
name: string;
|
|
52238
|
-
values?: string[] | undefined;
|
|
52239
|
-
required?: boolean | undefined;
|
|
52240
|
-
default?: unknown;
|
|
52241
|
-
}[];
|
|
50559
|
+
fields: TraitEntityField[];
|
|
52242
50560
|
description?: string | undefined;
|
|
52243
50561
|
runtime?: boolean | undefined;
|
|
52244
50562
|
collection?: string | undefined;
|
|
@@ -52253,11 +50571,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52253
50571
|
description?: string | undefined;
|
|
52254
50572
|
synonyms?: string | undefined;
|
|
52255
50573
|
tier?: string | undefined;
|
|
52256
|
-
payloadSchema?:
|
|
52257
|
-
type: string;
|
|
52258
|
-
name: string;
|
|
52259
|
-
required?: boolean | undefined;
|
|
52260
|
-
}[] | undefined;
|
|
50574
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
52261
50575
|
classification?: "domain" | "system" | undefined;
|
|
52262
50576
|
semanticRole?: string | undefined;
|
|
52263
50577
|
}[];
|
|
@@ -52290,13 +50604,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52290
50604
|
synonyms?: string | undefined;
|
|
52291
50605
|
scope?: "internal" | "external" | undefined;
|
|
52292
50606
|
tier?: string | undefined;
|
|
52293
|
-
payloadSchema?:
|
|
52294
|
-
type: string;
|
|
52295
|
-
name: string;
|
|
52296
|
-
required?: boolean | undefined;
|
|
52297
|
-
description?: string | undefined;
|
|
52298
|
-
entityType?: string | undefined;
|
|
52299
|
-
}[] | undefined;
|
|
50607
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
52300
50608
|
}[] | undefined;
|
|
52301
50609
|
linkedEntity?: string | undefined;
|
|
52302
50610
|
listens?: {
|
|
@@ -52380,13 +50688,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52380
50688
|
capabilities?: string[] | undefined;
|
|
52381
50689
|
dataEntities?: {
|
|
52382
50690
|
name: string;
|
|
52383
|
-
fields:
|
|
52384
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
52385
|
-
name: string;
|
|
52386
|
-
values?: string[] | undefined;
|
|
52387
|
-
required?: boolean | undefined;
|
|
52388
|
-
default?: unknown;
|
|
52389
|
-
}[];
|
|
50691
|
+
fields: TraitEntityField[];
|
|
52390
50692
|
description?: string | undefined;
|
|
52391
50693
|
runtime?: boolean | undefined;
|
|
52392
50694
|
collection?: string | undefined;
|
|
@@ -52401,11 +50703,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52401
50703
|
description?: string | undefined;
|
|
52402
50704
|
synonyms?: string | undefined;
|
|
52403
50705
|
tier?: string | undefined;
|
|
52404
|
-
payloadSchema?:
|
|
52405
|
-
type: string;
|
|
52406
|
-
name: string;
|
|
52407
|
-
required?: boolean | undefined;
|
|
52408
|
-
}[] | undefined;
|
|
50706
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
52409
50707
|
classification?: "domain" | "system" | undefined;
|
|
52410
50708
|
semanticRole?: string | undefined;
|
|
52411
50709
|
}[];
|
|
@@ -52438,13 +50736,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52438
50736
|
synonyms?: string | undefined;
|
|
52439
50737
|
scope?: "internal" | "external" | undefined;
|
|
52440
50738
|
tier?: string | undefined;
|
|
52441
|
-
payloadSchema?:
|
|
52442
|
-
type: string;
|
|
52443
|
-
name: string;
|
|
52444
|
-
required?: boolean | undefined;
|
|
52445
|
-
description?: string | undefined;
|
|
52446
|
-
entityType?: string | undefined;
|
|
52447
|
-
}[] | undefined;
|
|
50739
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
52448
50740
|
}[] | undefined;
|
|
52449
50741
|
linkedEntity?: string | undefined;
|
|
52450
50742
|
listens?: {
|
|
@@ -52533,13 +50825,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52533
50825
|
capabilities?: string[] | undefined;
|
|
52534
50826
|
dataEntities?: {
|
|
52535
50827
|
name: string;
|
|
52536
|
-
fields:
|
|
52537
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
52538
|
-
name: string;
|
|
52539
|
-
values?: string[] | undefined;
|
|
52540
|
-
required?: boolean | undefined;
|
|
52541
|
-
default?: unknown;
|
|
52542
|
-
}[];
|
|
50828
|
+
fields: TraitEntityField[];
|
|
52543
50829
|
description?: string | undefined;
|
|
52544
50830
|
runtime?: boolean | undefined;
|
|
52545
50831
|
collection?: string | undefined;
|
|
@@ -52554,11 +50840,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52554
50840
|
description?: string | undefined;
|
|
52555
50841
|
synonyms?: string | undefined;
|
|
52556
50842
|
tier?: string | undefined;
|
|
52557
|
-
payloadSchema?:
|
|
52558
|
-
type: string;
|
|
52559
|
-
name: string;
|
|
52560
|
-
required?: boolean | undefined;
|
|
52561
|
-
}[] | undefined;
|
|
50843
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
52562
50844
|
classification?: "domain" | "system" | undefined;
|
|
52563
50845
|
semanticRole?: string | undefined;
|
|
52564
50846
|
}[];
|
|
@@ -52591,13 +50873,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52591
50873
|
synonyms?: string | undefined;
|
|
52592
50874
|
scope?: "internal" | "external" | undefined;
|
|
52593
50875
|
tier?: string | undefined;
|
|
52594
|
-
payloadSchema?:
|
|
52595
|
-
type: string;
|
|
52596
|
-
name: string;
|
|
52597
|
-
required?: boolean | undefined;
|
|
52598
|
-
description?: string | undefined;
|
|
52599
|
-
entityType?: string | undefined;
|
|
52600
|
-
}[] | undefined;
|
|
50876
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
52601
50877
|
}[] | undefined;
|
|
52602
50878
|
linkedEntity?: string | undefined;
|
|
52603
50879
|
listens?: {
|
|
@@ -52693,13 +50969,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52693
50969
|
capabilities?: string[] | undefined;
|
|
52694
50970
|
dataEntities?: {
|
|
52695
50971
|
name: string;
|
|
52696
|
-
fields:
|
|
52697
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
52698
|
-
name: string;
|
|
52699
|
-
values?: string[] | undefined;
|
|
52700
|
-
required?: boolean | undefined;
|
|
52701
|
-
default?: unknown;
|
|
52702
|
-
}[];
|
|
50972
|
+
fields: TraitEntityField[];
|
|
52703
50973
|
description?: string | undefined;
|
|
52704
50974
|
runtime?: boolean | undefined;
|
|
52705
50975
|
collection?: string | undefined;
|
|
@@ -52714,11 +50984,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52714
50984
|
description?: string | undefined;
|
|
52715
50985
|
synonyms?: string | undefined;
|
|
52716
50986
|
tier?: string | undefined;
|
|
52717
|
-
payloadSchema?:
|
|
52718
|
-
type: string;
|
|
52719
|
-
name: string;
|
|
52720
|
-
required?: boolean | undefined;
|
|
52721
|
-
}[] | undefined;
|
|
50987
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
52722
50988
|
classification?: "domain" | "system" | undefined;
|
|
52723
50989
|
semanticRole?: string | undefined;
|
|
52724
50990
|
}[];
|
|
@@ -52751,13 +51017,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52751
51017
|
synonyms?: string | undefined;
|
|
52752
51018
|
scope?: "internal" | "external" | undefined;
|
|
52753
51019
|
tier?: string | undefined;
|
|
52754
|
-
payloadSchema?:
|
|
52755
|
-
type: string;
|
|
52756
|
-
name: string;
|
|
52757
|
-
required?: boolean | undefined;
|
|
52758
|
-
description?: string | undefined;
|
|
52759
|
-
entityType?: string | undefined;
|
|
52760
|
-
}[] | undefined;
|
|
51020
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
52761
51021
|
}[] | undefined;
|
|
52762
51022
|
linkedEntity?: string | undefined;
|
|
52763
51023
|
listens?: {
|
|
@@ -52857,25 +51117,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52857
51117
|
tick?: string | undefined;
|
|
52858
51118
|
}>;
|
|
52859
51119
|
description: z.ZodOptional<z.ZodString>;
|
|
52860
|
-
payload: z.ZodOptional<z.ZodArray<z.
|
|
52861
|
-
name: z.ZodString;
|
|
52862
|
-
type: z.ZodString;
|
|
52863
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
52864
|
-
description: z.ZodOptional<z.ZodString>;
|
|
52865
|
-
entityType: z.ZodOptional<z.ZodString>;
|
|
52866
|
-
}, "strip", z.ZodTypeAny, {
|
|
52867
|
-
type: string;
|
|
52868
|
-
name: string;
|
|
52869
|
-
required?: boolean | undefined;
|
|
52870
|
-
description?: string | undefined;
|
|
52871
|
-
entityType?: string | undefined;
|
|
52872
|
-
}, {
|
|
52873
|
-
type: string;
|
|
52874
|
-
name: string;
|
|
52875
|
-
required?: boolean | undefined;
|
|
52876
|
-
description?: string | undefined;
|
|
52877
|
-
entityType?: string | undefined;
|
|
52878
|
-
}>, "many">>;
|
|
51120
|
+
payload: z.ZodOptional<z.ZodArray<z.ZodType<EventPayloadField, z.ZodTypeDef, EventPayloadField>, "many">>;
|
|
52879
51121
|
}, "strip", z.ZodTypeAny, {
|
|
52880
51122
|
event: string;
|
|
52881
51123
|
source: {
|
|
@@ -52885,13 +51127,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52885
51127
|
};
|
|
52886
51128
|
originalEvent: string;
|
|
52887
51129
|
description?: string | undefined;
|
|
52888
|
-
payload?:
|
|
52889
|
-
type: string;
|
|
52890
|
-
name: string;
|
|
52891
|
-
required?: boolean | undefined;
|
|
52892
|
-
description?: string | undefined;
|
|
52893
|
-
entityType?: string | undefined;
|
|
52894
|
-
}[] | undefined;
|
|
51130
|
+
payload?: EventPayloadField[] | undefined;
|
|
52895
51131
|
}, {
|
|
52896
51132
|
event: string;
|
|
52897
51133
|
source: {
|
|
@@ -52901,13 +51137,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52901
51137
|
};
|
|
52902
51138
|
originalEvent: string;
|
|
52903
51139
|
description?: string | undefined;
|
|
52904
|
-
payload?:
|
|
52905
|
-
type: string;
|
|
52906
|
-
name: string;
|
|
52907
|
-
required?: boolean | undefined;
|
|
52908
|
-
description?: string | undefined;
|
|
52909
|
-
entityType?: string | undefined;
|
|
52910
|
-
}[] | undefined;
|
|
51140
|
+
payload?: EventPayloadField[] | undefined;
|
|
52911
51141
|
}>, "many">>;
|
|
52912
51142
|
listens: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
52913
51143
|
event: z.ZodString;
|
|
@@ -53136,13 +51366,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53136
51366
|
capabilities?: string[] | undefined;
|
|
53137
51367
|
dataEntities?: {
|
|
53138
51368
|
name: string;
|
|
53139
|
-
fields:
|
|
53140
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
53141
|
-
name: string;
|
|
53142
|
-
values?: string[] | undefined;
|
|
53143
|
-
required?: boolean | undefined;
|
|
53144
|
-
default?: unknown;
|
|
53145
|
-
}[];
|
|
51369
|
+
fields: TraitEntityField[];
|
|
53146
51370
|
description?: string | undefined;
|
|
53147
51371
|
runtime?: boolean | undefined;
|
|
53148
51372
|
collection?: string | undefined;
|
|
@@ -53157,11 +51381,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53157
51381
|
description?: string | undefined;
|
|
53158
51382
|
synonyms?: string | undefined;
|
|
53159
51383
|
tier?: string | undefined;
|
|
53160
|
-
payloadSchema?:
|
|
53161
|
-
type: string;
|
|
53162
|
-
name: string;
|
|
53163
|
-
required?: boolean | undefined;
|
|
53164
|
-
}[] | undefined;
|
|
51384
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
53165
51385
|
classification?: "domain" | "system" | undefined;
|
|
53166
51386
|
semanticRole?: string | undefined;
|
|
53167
51387
|
}[];
|
|
@@ -53194,13 +51414,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53194
51414
|
synonyms?: string | undefined;
|
|
53195
51415
|
scope?: "internal" | "external" | undefined;
|
|
53196
51416
|
tier?: string | undefined;
|
|
53197
|
-
payloadSchema?:
|
|
53198
|
-
type: string;
|
|
53199
|
-
name: string;
|
|
53200
|
-
required?: boolean | undefined;
|
|
53201
|
-
description?: string | undefined;
|
|
53202
|
-
entityType?: string | undefined;
|
|
53203
|
-
}[] | undefined;
|
|
51417
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
53204
51418
|
}[] | undefined;
|
|
53205
51419
|
linkedEntity?: string | undefined;
|
|
53206
51420
|
listens?: {
|
|
@@ -53293,13 +51507,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53293
51507
|
capabilities?: string[] | undefined;
|
|
53294
51508
|
dataEntities?: {
|
|
53295
51509
|
name: string;
|
|
53296
|
-
fields:
|
|
53297
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
53298
|
-
name: string;
|
|
53299
|
-
values?: string[] | undefined;
|
|
53300
|
-
required?: boolean | undefined;
|
|
53301
|
-
default?: unknown;
|
|
53302
|
-
}[];
|
|
51510
|
+
fields: TraitEntityField[];
|
|
53303
51511
|
description?: string | undefined;
|
|
53304
51512
|
runtime?: boolean | undefined;
|
|
53305
51513
|
collection?: string | undefined;
|
|
@@ -53314,11 +51522,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53314
51522
|
description?: string | undefined;
|
|
53315
51523
|
synonyms?: string | undefined;
|
|
53316
51524
|
tier?: string | undefined;
|
|
53317
|
-
payloadSchema?:
|
|
53318
|
-
type: string;
|
|
53319
|
-
name: string;
|
|
53320
|
-
required?: boolean | undefined;
|
|
53321
|
-
}[] | undefined;
|
|
51525
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
53322
51526
|
classification?: "domain" | "system" | undefined;
|
|
53323
51527
|
semanticRole?: string | undefined;
|
|
53324
51528
|
}[];
|
|
@@ -53351,13 +51555,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53351
51555
|
synonyms?: string | undefined;
|
|
53352
51556
|
scope?: "internal" | "external" | undefined;
|
|
53353
51557
|
tier?: string | undefined;
|
|
53354
|
-
payloadSchema?:
|
|
53355
|
-
type: string;
|
|
53356
|
-
name: string;
|
|
53357
|
-
required?: boolean | undefined;
|
|
53358
|
-
description?: string | undefined;
|
|
53359
|
-
entityType?: string | undefined;
|
|
53360
|
-
}[] | undefined;
|
|
51558
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
53361
51559
|
}[] | undefined;
|
|
53362
51560
|
linkedEntity?: string | undefined;
|
|
53363
51561
|
listens?: {
|
|
@@ -53940,13 +52138,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53940
52138
|
};
|
|
53941
52139
|
originalEvent: string;
|
|
53942
52140
|
description?: string | undefined;
|
|
53943
|
-
payload?:
|
|
53944
|
-
type: string;
|
|
53945
|
-
name: string;
|
|
53946
|
-
required?: boolean | undefined;
|
|
53947
|
-
description?: string | undefined;
|
|
53948
|
-
entityType?: string | undefined;
|
|
53949
|
-
}[] | undefined;
|
|
52141
|
+
payload?: EventPayloadField[] | undefined;
|
|
53950
52142
|
}[] | undefined;
|
|
53951
52143
|
listens?: {
|
|
53952
52144
|
event: string;
|
|
@@ -54053,13 +52245,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54053
52245
|
capabilities?: string[] | undefined;
|
|
54054
52246
|
dataEntities?: {
|
|
54055
52247
|
name: string;
|
|
54056
|
-
fields:
|
|
54057
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
54058
|
-
name: string;
|
|
54059
|
-
values?: string[] | undefined;
|
|
54060
|
-
required?: boolean | undefined;
|
|
54061
|
-
default?: unknown;
|
|
54062
|
-
}[];
|
|
52248
|
+
fields: TraitEntityField[];
|
|
54063
52249
|
description?: string | undefined;
|
|
54064
52250
|
runtime?: boolean | undefined;
|
|
54065
52251
|
collection?: string | undefined;
|
|
@@ -54074,11 +52260,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54074
52260
|
description?: string | undefined;
|
|
54075
52261
|
synonyms?: string | undefined;
|
|
54076
52262
|
tier?: string | undefined;
|
|
54077
|
-
payloadSchema?:
|
|
54078
|
-
type: string;
|
|
54079
|
-
name: string;
|
|
54080
|
-
required?: boolean | undefined;
|
|
54081
|
-
}[] | undefined;
|
|
52263
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
54082
52264
|
classification?: "domain" | "system" | undefined;
|
|
54083
52265
|
semanticRole?: string | undefined;
|
|
54084
52266
|
}[];
|
|
@@ -54111,13 +52293,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54111
52293
|
synonyms?: string | undefined;
|
|
54112
52294
|
scope?: "internal" | "external" | undefined;
|
|
54113
52295
|
tier?: string | undefined;
|
|
54114
|
-
payloadSchema?:
|
|
54115
|
-
type: string;
|
|
54116
|
-
name: string;
|
|
54117
|
-
required?: boolean | undefined;
|
|
54118
|
-
description?: string | undefined;
|
|
54119
|
-
entityType?: string | undefined;
|
|
54120
|
-
}[] | undefined;
|
|
52296
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
54121
52297
|
}[] | undefined;
|
|
54122
52298
|
linkedEntity?: string | undefined;
|
|
54123
52299
|
listens?: {
|
|
@@ -54210,13 +52386,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54210
52386
|
capabilities?: string[] | undefined;
|
|
54211
52387
|
dataEntities?: {
|
|
54212
52388
|
name: string;
|
|
54213
|
-
fields:
|
|
54214
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
54215
|
-
name: string;
|
|
54216
|
-
values?: string[] | undefined;
|
|
54217
|
-
required?: boolean | undefined;
|
|
54218
|
-
default?: unknown;
|
|
54219
|
-
}[];
|
|
52389
|
+
fields: TraitEntityField[];
|
|
54220
52390
|
description?: string | undefined;
|
|
54221
52391
|
runtime?: boolean | undefined;
|
|
54222
52392
|
collection?: string | undefined;
|
|
@@ -54231,11 +52401,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54231
52401
|
description?: string | undefined;
|
|
54232
52402
|
synonyms?: string | undefined;
|
|
54233
52403
|
tier?: string | undefined;
|
|
54234
|
-
payloadSchema?:
|
|
54235
|
-
type: string;
|
|
54236
|
-
name: string;
|
|
54237
|
-
required?: boolean | undefined;
|
|
54238
|
-
}[] | undefined;
|
|
52404
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
54239
52405
|
classification?: "domain" | "system" | undefined;
|
|
54240
52406
|
semanticRole?: string | undefined;
|
|
54241
52407
|
}[];
|
|
@@ -54268,13 +52434,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54268
52434
|
synonyms?: string | undefined;
|
|
54269
52435
|
scope?: "internal" | "external" | undefined;
|
|
54270
52436
|
tier?: string | undefined;
|
|
54271
|
-
payloadSchema?:
|
|
54272
|
-
type: string;
|
|
54273
|
-
name: string;
|
|
54274
|
-
required?: boolean | undefined;
|
|
54275
|
-
description?: string | undefined;
|
|
54276
|
-
entityType?: string | undefined;
|
|
54277
|
-
}[] | undefined;
|
|
52437
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
54278
52438
|
}[] | undefined;
|
|
54279
52439
|
linkedEntity?: string | undefined;
|
|
54280
52440
|
listens?: {
|
|
@@ -54857,13 +53017,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54857
53017
|
};
|
|
54858
53018
|
originalEvent: string;
|
|
54859
53019
|
description?: string | undefined;
|
|
54860
|
-
payload?:
|
|
54861
|
-
type: string;
|
|
54862
|
-
name: string;
|
|
54863
|
-
required?: boolean | undefined;
|
|
54864
|
-
description?: string | undefined;
|
|
54865
|
-
entityType?: string | undefined;
|
|
54866
|
-
}[] | undefined;
|
|
53020
|
+
payload?: EventPayloadField[] | undefined;
|
|
54867
53021
|
}[] | undefined;
|
|
54868
53022
|
listens?: {
|
|
54869
53023
|
event: string;
|
|
@@ -55192,13 +53346,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55192
53346
|
capabilities?: string[] | undefined;
|
|
55193
53347
|
dataEntities?: {
|
|
55194
53348
|
name: string;
|
|
55195
|
-
fields:
|
|
55196
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
55197
|
-
name: string;
|
|
55198
|
-
values?: string[] | undefined;
|
|
55199
|
-
required?: boolean | undefined;
|
|
55200
|
-
default?: unknown;
|
|
55201
|
-
}[];
|
|
53349
|
+
fields: TraitEntityField[];
|
|
55202
53350
|
description?: string | undefined;
|
|
55203
53351
|
runtime?: boolean | undefined;
|
|
55204
53352
|
collection?: string | undefined;
|
|
@@ -55213,11 +53361,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55213
53361
|
description?: string | undefined;
|
|
55214
53362
|
synonyms?: string | undefined;
|
|
55215
53363
|
tier?: string | undefined;
|
|
55216
|
-
payloadSchema?:
|
|
55217
|
-
type: string;
|
|
55218
|
-
name: string;
|
|
55219
|
-
required?: boolean | undefined;
|
|
55220
|
-
}[] | undefined;
|
|
53364
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
55221
53365
|
classification?: "domain" | "system" | undefined;
|
|
55222
53366
|
semanticRole?: string | undefined;
|
|
55223
53367
|
}[];
|
|
@@ -55250,13 +53394,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55250
53394
|
synonyms?: string | undefined;
|
|
55251
53395
|
scope?: "internal" | "external" | undefined;
|
|
55252
53396
|
tier?: string | undefined;
|
|
55253
|
-
payloadSchema?:
|
|
55254
|
-
type: string;
|
|
55255
|
-
name: string;
|
|
55256
|
-
required?: boolean | undefined;
|
|
55257
|
-
description?: string | undefined;
|
|
55258
|
-
entityType?: string | undefined;
|
|
55259
|
-
}[] | undefined;
|
|
53397
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
55260
53398
|
}[] | undefined;
|
|
55261
53399
|
linkedEntity?: string | undefined;
|
|
55262
53400
|
listens?: {
|
|
@@ -55349,13 +53487,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55349
53487
|
capabilities?: string[] | undefined;
|
|
55350
53488
|
dataEntities?: {
|
|
55351
53489
|
name: string;
|
|
55352
|
-
fields:
|
|
55353
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
55354
|
-
name: string;
|
|
55355
|
-
values?: string[] | undefined;
|
|
55356
|
-
required?: boolean | undefined;
|
|
55357
|
-
default?: unknown;
|
|
55358
|
-
}[];
|
|
53490
|
+
fields: TraitEntityField[];
|
|
55359
53491
|
description?: string | undefined;
|
|
55360
53492
|
runtime?: boolean | undefined;
|
|
55361
53493
|
collection?: string | undefined;
|
|
@@ -55370,11 +53502,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55370
53502
|
description?: string | undefined;
|
|
55371
53503
|
synonyms?: string | undefined;
|
|
55372
53504
|
tier?: string | undefined;
|
|
55373
|
-
payloadSchema?:
|
|
55374
|
-
type: string;
|
|
55375
|
-
name: string;
|
|
55376
|
-
required?: boolean | undefined;
|
|
55377
|
-
}[] | undefined;
|
|
53505
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
55378
53506
|
classification?: "domain" | "system" | undefined;
|
|
55379
53507
|
semanticRole?: string | undefined;
|
|
55380
53508
|
}[];
|
|
@@ -55407,13 +53535,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55407
53535
|
synonyms?: string | undefined;
|
|
55408
53536
|
scope?: "internal" | "external" | undefined;
|
|
55409
53537
|
tier?: string | undefined;
|
|
55410
|
-
payloadSchema?:
|
|
55411
|
-
type: string;
|
|
55412
|
-
name: string;
|
|
55413
|
-
required?: boolean | undefined;
|
|
55414
|
-
description?: string | undefined;
|
|
55415
|
-
entityType?: string | undefined;
|
|
55416
|
-
}[] | undefined;
|
|
53538
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
55417
53539
|
}[] | undefined;
|
|
55418
53540
|
linkedEntity?: string | undefined;
|
|
55419
53541
|
listens?: {
|
|
@@ -55996,13 +54118,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55996
54118
|
};
|
|
55997
54119
|
originalEvent: string;
|
|
55998
54120
|
description?: string | undefined;
|
|
55999
|
-
payload?:
|
|
56000
|
-
type: string;
|
|
56001
|
-
name: string;
|
|
56002
|
-
required?: boolean | undefined;
|
|
56003
|
-
description?: string | undefined;
|
|
56004
|
-
entityType?: string | undefined;
|
|
56005
|
-
}[] | undefined;
|
|
54121
|
+
payload?: EventPayloadField[] | undefined;
|
|
56006
54122
|
}[] | undefined;
|
|
56007
54123
|
listens?: {
|
|
56008
54124
|
event: string;
|
|
@@ -56211,13 +54327,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
56211
54327
|
capabilities?: string[] | undefined;
|
|
56212
54328
|
dataEntities?: {
|
|
56213
54329
|
name: string;
|
|
56214
|
-
fields:
|
|
56215
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
56216
|
-
name: string;
|
|
56217
|
-
values?: string[] | undefined;
|
|
56218
|
-
required?: boolean | undefined;
|
|
56219
|
-
default?: unknown;
|
|
56220
|
-
}[];
|
|
54330
|
+
fields: TraitEntityField[];
|
|
56221
54331
|
description?: string | undefined;
|
|
56222
54332
|
runtime?: boolean | undefined;
|
|
56223
54333
|
collection?: string | undefined;
|
|
@@ -56232,11 +54342,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
56232
54342
|
description?: string | undefined;
|
|
56233
54343
|
synonyms?: string | undefined;
|
|
56234
54344
|
tier?: string | undefined;
|
|
56235
|
-
payloadSchema?:
|
|
56236
|
-
type: string;
|
|
56237
|
-
name: string;
|
|
56238
|
-
required?: boolean | undefined;
|
|
56239
|
-
}[] | undefined;
|
|
54345
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
56240
54346
|
classification?: "domain" | "system" | undefined;
|
|
56241
54347
|
semanticRole?: string | undefined;
|
|
56242
54348
|
}[];
|
|
@@ -56269,13 +54375,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
56269
54375
|
synonyms?: string | undefined;
|
|
56270
54376
|
scope?: "internal" | "external" | undefined;
|
|
56271
54377
|
tier?: string | undefined;
|
|
56272
|
-
payloadSchema?:
|
|
56273
|
-
type: string;
|
|
56274
|
-
name: string;
|
|
56275
|
-
required?: boolean | undefined;
|
|
56276
|
-
description?: string | undefined;
|
|
56277
|
-
entityType?: string | undefined;
|
|
56278
|
-
}[] | undefined;
|
|
54378
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
56279
54379
|
}[] | undefined;
|
|
56280
54380
|
linkedEntity?: string | undefined;
|
|
56281
54381
|
listens?: {
|
|
@@ -56368,13 +54468,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
56368
54468
|
capabilities?: string[] | undefined;
|
|
56369
54469
|
dataEntities?: {
|
|
56370
54470
|
name: string;
|
|
56371
|
-
fields:
|
|
56372
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
56373
|
-
name: string;
|
|
56374
|
-
values?: string[] | undefined;
|
|
56375
|
-
required?: boolean | undefined;
|
|
56376
|
-
default?: unknown;
|
|
56377
|
-
}[];
|
|
54471
|
+
fields: TraitEntityField[];
|
|
56378
54472
|
description?: string | undefined;
|
|
56379
54473
|
runtime?: boolean | undefined;
|
|
56380
54474
|
collection?: string | undefined;
|
|
@@ -56389,11 +54483,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
56389
54483
|
description?: string | undefined;
|
|
56390
54484
|
synonyms?: string | undefined;
|
|
56391
54485
|
tier?: string | undefined;
|
|
56392
|
-
payloadSchema?:
|
|
56393
|
-
type: string;
|
|
56394
|
-
name: string;
|
|
56395
|
-
required?: boolean | undefined;
|
|
56396
|
-
}[] | undefined;
|
|
54486
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
56397
54487
|
classification?: "domain" | "system" | undefined;
|
|
56398
54488
|
semanticRole?: string | undefined;
|
|
56399
54489
|
}[];
|
|
@@ -56426,13 +54516,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
56426
54516
|
synonyms?: string | undefined;
|
|
56427
54517
|
scope?: "internal" | "external" | undefined;
|
|
56428
54518
|
tier?: string | undefined;
|
|
56429
|
-
payloadSchema?:
|
|
56430
|
-
type: string;
|
|
56431
|
-
name: string;
|
|
56432
|
-
required?: boolean | undefined;
|
|
56433
|
-
description?: string | undefined;
|
|
56434
|
-
entityType?: string | undefined;
|
|
56435
|
-
}[] | undefined;
|
|
54519
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
56436
54520
|
}[] | undefined;
|
|
56437
54521
|
linkedEntity?: string | undefined;
|
|
56438
54522
|
listens?: {
|
|
@@ -57015,13 +55099,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
57015
55099
|
};
|
|
57016
55100
|
originalEvent: string;
|
|
57017
55101
|
description?: string | undefined;
|
|
57018
|
-
payload?:
|
|
57019
|
-
type: string;
|
|
57020
|
-
name: string;
|
|
57021
|
-
required?: boolean | undefined;
|
|
57022
|
-
description?: string | undefined;
|
|
57023
|
-
entityType?: string | undefined;
|
|
57024
|
-
}[] | undefined;
|
|
55102
|
+
payload?: EventPayloadField[] | undefined;
|
|
57025
55103
|
}[] | undefined;
|
|
57026
55104
|
listens?: {
|
|
57027
55105
|
event: string;
|
|
@@ -57295,13 +55373,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57295
55373
|
capabilities?: string[] | undefined;
|
|
57296
55374
|
dataEntities?: {
|
|
57297
55375
|
name: string;
|
|
57298
|
-
fields:
|
|
57299
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
57300
|
-
name: string;
|
|
57301
|
-
values?: string[] | undefined;
|
|
57302
|
-
required?: boolean | undefined;
|
|
57303
|
-
default?: unknown;
|
|
57304
|
-
}[];
|
|
55376
|
+
fields: TraitEntityField[];
|
|
57305
55377
|
description?: string | undefined;
|
|
57306
55378
|
runtime?: boolean | undefined;
|
|
57307
55379
|
collection?: string | undefined;
|
|
@@ -57316,11 +55388,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57316
55388
|
description?: string | undefined;
|
|
57317
55389
|
synonyms?: string | undefined;
|
|
57318
55390
|
tier?: string | undefined;
|
|
57319
|
-
payloadSchema?:
|
|
57320
|
-
type: string;
|
|
57321
|
-
name: string;
|
|
57322
|
-
required?: boolean | undefined;
|
|
57323
|
-
}[] | undefined;
|
|
55391
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
57324
55392
|
classification?: "domain" | "system" | undefined;
|
|
57325
55393
|
semanticRole?: string | undefined;
|
|
57326
55394
|
}[];
|
|
@@ -57353,13 +55421,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57353
55421
|
synonyms?: string | undefined;
|
|
57354
55422
|
scope?: "internal" | "external" | undefined;
|
|
57355
55423
|
tier?: string | undefined;
|
|
57356
|
-
payloadSchema?:
|
|
57357
|
-
type: string;
|
|
57358
|
-
name: string;
|
|
57359
|
-
required?: boolean | undefined;
|
|
57360
|
-
description?: string | undefined;
|
|
57361
|
-
entityType?: string | undefined;
|
|
57362
|
-
}[] | undefined;
|
|
55424
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
57363
55425
|
}[] | undefined;
|
|
57364
55426
|
linkedEntity?: string | undefined;
|
|
57365
55427
|
listens?: {
|
|
@@ -57452,13 +55514,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57452
55514
|
capabilities?: string[] | undefined;
|
|
57453
55515
|
dataEntities?: {
|
|
57454
55516
|
name: string;
|
|
57455
|
-
fields:
|
|
57456
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
57457
|
-
name: string;
|
|
57458
|
-
values?: string[] | undefined;
|
|
57459
|
-
required?: boolean | undefined;
|
|
57460
|
-
default?: unknown;
|
|
57461
|
-
}[];
|
|
55517
|
+
fields: TraitEntityField[];
|
|
57462
55518
|
description?: string | undefined;
|
|
57463
55519
|
runtime?: boolean | undefined;
|
|
57464
55520
|
collection?: string | undefined;
|
|
@@ -57473,11 +55529,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57473
55529
|
description?: string | undefined;
|
|
57474
55530
|
synonyms?: string | undefined;
|
|
57475
55531
|
tier?: string | undefined;
|
|
57476
|
-
payloadSchema?:
|
|
57477
|
-
type: string;
|
|
57478
|
-
name: string;
|
|
57479
|
-
required?: boolean | undefined;
|
|
57480
|
-
}[] | undefined;
|
|
55532
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
57481
55533
|
classification?: "domain" | "system" | undefined;
|
|
57482
55534
|
semanticRole?: string | undefined;
|
|
57483
55535
|
}[];
|
|
@@ -57510,13 +55562,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57510
55562
|
synonyms?: string | undefined;
|
|
57511
55563
|
scope?: "internal" | "external" | undefined;
|
|
57512
55564
|
tier?: string | undefined;
|
|
57513
|
-
payloadSchema?:
|
|
57514
|
-
type: string;
|
|
57515
|
-
name: string;
|
|
57516
|
-
required?: boolean | undefined;
|
|
57517
|
-
description?: string | undefined;
|
|
57518
|
-
entityType?: string | undefined;
|
|
57519
|
-
}[] | undefined;
|
|
55565
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
57520
55566
|
}[] | undefined;
|
|
57521
55567
|
linkedEntity?: string | undefined;
|
|
57522
55568
|
listens?: {
|
|
@@ -58099,13 +56145,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
58099
56145
|
};
|
|
58100
56146
|
originalEvent: string;
|
|
58101
56147
|
description?: string | undefined;
|
|
58102
|
-
payload?:
|
|
58103
|
-
type: string;
|
|
58104
|
-
name: string;
|
|
58105
|
-
required?: boolean | undefined;
|
|
58106
|
-
description?: string | undefined;
|
|
58107
|
-
entityType?: string | undefined;
|
|
58108
|
-
}[] | undefined;
|
|
56148
|
+
payload?: EventPayloadField[] | undefined;
|
|
58109
56149
|
}[] | undefined;
|
|
58110
56150
|
listens?: {
|
|
58111
56151
|
event: string;
|
|
@@ -58314,13 +56354,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
58314
56354
|
capabilities?: string[] | undefined;
|
|
58315
56355
|
dataEntities?: {
|
|
58316
56356
|
name: string;
|
|
58317
|
-
fields:
|
|
58318
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
58319
|
-
name: string;
|
|
58320
|
-
values?: string[] | undefined;
|
|
58321
|
-
required?: boolean | undefined;
|
|
58322
|
-
default?: unknown;
|
|
58323
|
-
}[];
|
|
56357
|
+
fields: TraitEntityField[];
|
|
58324
56358
|
description?: string | undefined;
|
|
58325
56359
|
runtime?: boolean | undefined;
|
|
58326
56360
|
collection?: string | undefined;
|
|
@@ -58335,11 +56369,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
58335
56369
|
description?: string | undefined;
|
|
58336
56370
|
synonyms?: string | undefined;
|
|
58337
56371
|
tier?: string | undefined;
|
|
58338
|
-
payloadSchema?:
|
|
58339
|
-
type: string;
|
|
58340
|
-
name: string;
|
|
58341
|
-
required?: boolean | undefined;
|
|
58342
|
-
}[] | undefined;
|
|
56372
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
58343
56373
|
classification?: "domain" | "system" | undefined;
|
|
58344
56374
|
semanticRole?: string | undefined;
|
|
58345
56375
|
}[];
|
|
@@ -58372,13 +56402,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
58372
56402
|
synonyms?: string | undefined;
|
|
58373
56403
|
scope?: "internal" | "external" | undefined;
|
|
58374
56404
|
tier?: string | undefined;
|
|
58375
|
-
payloadSchema?:
|
|
58376
|
-
type: string;
|
|
58377
|
-
name: string;
|
|
58378
|
-
required?: boolean | undefined;
|
|
58379
|
-
description?: string | undefined;
|
|
58380
|
-
entityType?: string | undefined;
|
|
58381
|
-
}[] | undefined;
|
|
56405
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
58382
56406
|
}[] | undefined;
|
|
58383
56407
|
linkedEntity?: string | undefined;
|
|
58384
56408
|
listens?: {
|
|
@@ -58471,13 +56495,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
58471
56495
|
capabilities?: string[] | undefined;
|
|
58472
56496
|
dataEntities?: {
|
|
58473
56497
|
name: string;
|
|
58474
|
-
fields:
|
|
58475
|
-
type: "string" | "number" | "boolean" | "object" | "date" | "timestamp" | "datetime" | "array" | "enum";
|
|
58476
|
-
name: string;
|
|
58477
|
-
values?: string[] | undefined;
|
|
58478
|
-
required?: boolean | undefined;
|
|
58479
|
-
default?: unknown;
|
|
58480
|
-
}[];
|
|
56498
|
+
fields: TraitEntityField[];
|
|
58481
56499
|
description?: string | undefined;
|
|
58482
56500
|
runtime?: boolean | undefined;
|
|
58483
56501
|
collection?: string | undefined;
|
|
@@ -58492,11 +56510,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
58492
56510
|
description?: string | undefined;
|
|
58493
56511
|
synonyms?: string | undefined;
|
|
58494
56512
|
tier?: string | undefined;
|
|
58495
|
-
payloadSchema?:
|
|
58496
|
-
type: string;
|
|
58497
|
-
name: string;
|
|
58498
|
-
required?: boolean | undefined;
|
|
58499
|
-
}[] | undefined;
|
|
56513
|
+
payloadSchema?: PayloadField[] | undefined;
|
|
58500
56514
|
classification?: "domain" | "system" | undefined;
|
|
58501
56515
|
semanticRole?: string | undefined;
|
|
58502
56516
|
}[];
|
|
@@ -58529,13 +56543,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
58529
56543
|
synonyms?: string | undefined;
|
|
58530
56544
|
scope?: "internal" | "external" | undefined;
|
|
58531
56545
|
tier?: string | undefined;
|
|
58532
|
-
payloadSchema?:
|
|
58533
|
-
type: string;
|
|
58534
|
-
name: string;
|
|
58535
|
-
required?: boolean | undefined;
|
|
58536
|
-
description?: string | undefined;
|
|
58537
|
-
entityType?: string | undefined;
|
|
58538
|
-
}[] | undefined;
|
|
56546
|
+
payloadSchema?: EventPayloadField[] | undefined;
|
|
58539
56547
|
}[] | undefined;
|
|
58540
56548
|
linkedEntity?: string | undefined;
|
|
58541
56549
|
listens?: {
|
|
@@ -59118,13 +57126,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
59118
57126
|
};
|
|
59119
57127
|
originalEvent: string;
|
|
59120
57128
|
description?: string | undefined;
|
|
59121
|
-
payload?:
|
|
59122
|
-
type: string;
|
|
59123
|
-
name: string;
|
|
59124
|
-
required?: boolean | undefined;
|
|
59125
|
-
description?: string | undefined;
|
|
59126
|
-
entityType?: string | undefined;
|
|
59127
|
-
}[] | undefined;
|
|
57129
|
+
payload?: EventPayloadField[] | undefined;
|
|
59128
57130
|
}[] | undefined;
|
|
59129
57131
|
listens?: {
|
|
59130
57132
|
event: string;
|