@almadar/core 10.78.0 → 10.80.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/builders.d.ts +8 -3
- package/dist/builders.js +27 -5
- package/dist/builders.js.map +1 -1
- package/dist/{effect-CW3s399G.d.ts → effect-C4uehm-r.d.ts} +1 -1
- package/dist/{entityAccess-B-CK9j-I.d.ts → entityAccess-BMKFgmsc.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory/index.js +261 -240
- package/dist/factory/index.js.map +1 -1
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/factory-runtime/index.js +27 -5
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/{index-C5Firrg9.d.ts → index-DqUnw2Oo.d.ts} +4 -4
- package/dist/index.d.ts +10 -10
- package/dist/index.js +306 -254
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +4 -4
- package/dist/mock/index.js +13 -0
- package/dist/mock/index.js.map +1 -1
- package/dist/patterns/component-mapping.json +1 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +536 -357
- package/dist/patterns/index.js +269 -244
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +262 -241
- package/dist/patterns/registry.json +262 -241
- package/dist/{schema-BG7mDO7m.d.ts → schema-Cma07_18.d.ts} +301 -38
- package/dist/{trait-jWk0BInU.d.ts → trait-BXkQKZbO.d.ts} +120 -2
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.js +27 -6
- package/dist/types/index.js.map +1 -1
- package/dist/{types-DwAE_Qu-.d.ts → types-DoAKLgCZ.d.ts} +2 -2
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { b as TraitConfig, c as TraitConfigObject, d as TraitRef, E as EventPayloadField, C as ConfigFieldDeclaration, e as TraitConfigValue, f as TraitEntityField, P as PayloadField, g as Trait } from './trait-
|
|
1
|
+
import { b as TraitConfig, c as TraitConfigObject, d as TraitRef, E as EventPayloadField, C as ConfigFieldDeclaration, e as TraitConfigValue, f as TraitEntityField, P as PayloadField, g as TraitTypeParamDef, h as Trait } from './trait-BXkQKZbO.js';
|
|
2
2
|
import { J as JsonValue, E as Expression, S as SExpr, R as RuntimeValue } from './expression-Fk8bQWef.js';
|
|
3
|
-
import { T as TraitId, d as EntityId, P as PageId, O as OrbitalId, E as EntityField, S as ServiceRef, e as Entity, a as EntityPersistence, b as EventId, g as ServiceDefinition, I as IdentityLedger } from './effect-
|
|
3
|
+
import { T as TraitId, d as EntityId, P as PageId, O as OrbitalId, E as EntityField, S as ServiceRef, e as Entity, a as EntityPersistence, b as EventId, g as ServiceDefinition, I as IdentityLedger } from './effect-C4uehm-r.js';
|
|
4
4
|
import { z } from 'zod';
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -186,7 +186,7 @@ declare const OrbitalPageSchema: z.ZodObject<{
|
|
|
186
186
|
linkedEntityId?: EntityId | undefined;
|
|
187
187
|
}[] | undefined;
|
|
188
188
|
primaryEntity?: string | undefined;
|
|
189
|
-
viewType?: "custom" | "create" | "
|
|
189
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
190
190
|
}, {
|
|
191
191
|
path: string;
|
|
192
192
|
name: string;
|
|
@@ -203,7 +203,7 @@ declare const OrbitalPageSchema: z.ZodObject<{
|
|
|
203
203
|
linkedEntityId?: string | undefined;
|
|
204
204
|
}[] | undefined;
|
|
205
205
|
primaryEntity?: string | undefined;
|
|
206
|
-
viewType?: "custom" | "create" | "
|
|
206
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
207
207
|
}>;
|
|
208
208
|
type OrbitalPageInput = z.input<typeof OrbitalPageSchema>;
|
|
209
209
|
type OrbitalPageStrictInput = z.input<typeof OrbitalPageStrictSchema>;
|
|
@@ -255,7 +255,7 @@ declare const PageSchema: z.ZodObject<{
|
|
|
255
255
|
linkedEntityId?: EntityId | undefined;
|
|
256
256
|
}[] | undefined;
|
|
257
257
|
primaryEntity?: string | undefined;
|
|
258
|
-
viewType?: "custom" | "create" | "
|
|
258
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
259
259
|
}, {
|
|
260
260
|
path: string;
|
|
261
261
|
name: string;
|
|
@@ -272,7 +272,7 @@ declare const PageSchema: z.ZodObject<{
|
|
|
272
272
|
linkedEntityId?: string | undefined;
|
|
273
273
|
}[] | undefined;
|
|
274
274
|
primaryEntity?: string | undefined;
|
|
275
|
-
viewType?: "custom" | "create" | "
|
|
275
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
276
276
|
}>;
|
|
277
277
|
|
|
278
278
|
/**
|
|
@@ -18340,13 +18340,13 @@ declare const CustomPatternDefinitionSchema: z.ZodObject<{
|
|
|
18340
18340
|
props: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
18341
18341
|
}, "strip", z.ZodTypeAny, {
|
|
18342
18342
|
type: "custom";
|
|
18343
|
-
component: "label" | "
|
|
18343
|
+
component: "label" | "header" | "form" | "article" | "button" | "input" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "section" | "nav" | "aside" | "footer" | "main" | "a" | "div" | "span" | "p" | "ul" | "ol" | "li" | "img";
|
|
18344
18344
|
className: string;
|
|
18345
18345
|
slots?: string[] | undefined;
|
|
18346
18346
|
props?: string[] | undefined;
|
|
18347
18347
|
}, {
|
|
18348
18348
|
type: "custom";
|
|
18349
|
-
component: "label" | "
|
|
18349
|
+
component: "label" | "header" | "form" | "article" | "button" | "input" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "section" | "nav" | "aside" | "footer" | "main" | "a" | "div" | "span" | "p" | "ul" | "ol" | "li" | "img";
|
|
18350
18350
|
className: string;
|
|
18351
18351
|
slots?: string[] | undefined;
|
|
18352
18352
|
props?: string[] | undefined;
|
|
@@ -18363,13 +18363,13 @@ declare const CustomPatternMapSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.Z
|
|
|
18363
18363
|
props: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
18364
18364
|
}, "strip", z.ZodTypeAny, {
|
|
18365
18365
|
type: "custom";
|
|
18366
|
-
component: "label" | "
|
|
18366
|
+
component: "label" | "header" | "form" | "article" | "button" | "input" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "section" | "nav" | "aside" | "footer" | "main" | "a" | "div" | "span" | "p" | "ul" | "ol" | "li" | "img";
|
|
18367
18367
|
className: string;
|
|
18368
18368
|
slots?: string[] | undefined;
|
|
18369
18369
|
props?: string[] | undefined;
|
|
18370
18370
|
}, {
|
|
18371
18371
|
type: "custom";
|
|
18372
|
-
component: "label" | "
|
|
18372
|
+
component: "label" | "header" | "form" | "article" | "button" | "input" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "section" | "nav" | "aside" | "footer" | "main" | "a" | "div" | "span" | "p" | "ul" | "ol" | "li" | "img";
|
|
18373
18373
|
className: string;
|
|
18374
18374
|
slots?: string[] | undefined;
|
|
18375
18375
|
props?: string[] | undefined;
|
|
@@ -18950,6 +18950,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
18950
18950
|
name: z.ZodOptional<z.ZodString>;
|
|
18951
18951
|
events: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
18952
18952
|
eventIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodString, EventId, string>>>;
|
|
18953
|
+
typeArgs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
18953
18954
|
fields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
18954
18955
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodType<ConfigFieldDeclaration, z.ZodTypeDef, ConfigFieldDeclaration>, z.ZodType<TraitConfigValue, z.ZodTypeDef, TraitConfigValue>]>>>;
|
|
18955
18956
|
appliesTo: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -19091,6 +19092,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19091
19092
|
appliesTo?: string[] | undefined;
|
|
19092
19093
|
linkedEntityId?: EntityId | undefined;
|
|
19093
19094
|
eventIds?: Record<string, EventId> | undefined;
|
|
19095
|
+
typeArgs?: Record<string, string> | undefined;
|
|
19094
19096
|
emitsScope?: "internal" | "external" | undefined;
|
|
19095
19097
|
}, {
|
|
19096
19098
|
ref: string;
|
|
@@ -19131,6 +19133,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19131
19133
|
appliesTo?: string[] | undefined;
|
|
19132
19134
|
linkedEntityId?: string | undefined;
|
|
19133
19135
|
eventIds?: Record<string, string> | undefined;
|
|
19136
|
+
typeArgs?: Record<string, string> | undefined;
|
|
19134
19137
|
emitsScope?: "internal" | "external" | undefined;
|
|
19135
19138
|
}>, {
|
|
19136
19139
|
ref: string;
|
|
@@ -19171,6 +19174,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19171
19174
|
appliesTo?: string[] | undefined;
|
|
19172
19175
|
linkedEntityId?: EntityId | undefined;
|
|
19173
19176
|
eventIds?: Record<string, EventId> | undefined;
|
|
19177
|
+
typeArgs?: Record<string, string> | undefined;
|
|
19174
19178
|
emitsScope?: "internal" | "external" | undefined;
|
|
19175
19179
|
}, {
|
|
19176
19180
|
ref: string;
|
|
@@ -19211,6 +19215,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19211
19215
|
appliesTo?: string[] | undefined;
|
|
19212
19216
|
linkedEntityId?: string | undefined;
|
|
19213
19217
|
eventIds?: Record<string, string> | undefined;
|
|
19218
|
+
typeArgs?: Record<string, string> | undefined;
|
|
19214
19219
|
emitsScope?: "internal" | "external" | undefined;
|
|
19215
19220
|
}>, z.ZodObject<{
|
|
19216
19221
|
id: z.ZodOptional<z.ZodEffects<z.ZodString, TraitId, string>>;
|
|
@@ -19489,6 +19494,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19489
19494
|
synonyms: z.ZodOptional<z.ZodString>;
|
|
19490
19495
|
tier: z.ZodOptional<z.ZodString>;
|
|
19491
19496
|
definerKnob: z.ZodOptional<z.ZodString>;
|
|
19497
|
+
scopeOverridden: z.ZodOptional<z.ZodBoolean>;
|
|
19492
19498
|
payloadSchema: z.ZodOptional<z.ZodArray<z.ZodType<EventPayloadField, z.ZodTypeDef, EventPayloadField>, "many">>;
|
|
19493
19499
|
scope: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
|
|
19494
19500
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -19500,6 +19506,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19500
19506
|
tier?: string | undefined;
|
|
19501
19507
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
19502
19508
|
definerKnob?: string | undefined;
|
|
19509
|
+
scopeOverridden?: boolean | undefined;
|
|
19503
19510
|
}, {
|
|
19504
19511
|
event: string;
|
|
19505
19512
|
description?: string | undefined;
|
|
@@ -19509,6 +19516,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19509
19516
|
tier?: string | undefined;
|
|
19510
19517
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
19511
19518
|
definerKnob?: string | undefined;
|
|
19519
|
+
scopeOverridden?: boolean | undefined;
|
|
19512
19520
|
}>, "many">>;
|
|
19513
19521
|
listens: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
19514
19522
|
event: z.ZodString;
|
|
@@ -19799,6 +19807,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19799
19807
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
19800
19808
|
} | undefined;
|
|
19801
19809
|
}>>;
|
|
19810
|
+
typeParams: z.ZodOptional<z.ZodArray<z.ZodType<TraitTypeParamDef, z.ZodTypeDef, TraitTypeParamDef>, "many">>;
|
|
19802
19811
|
}, "strip", z.ZodTypeAny, {
|
|
19803
19812
|
name: string;
|
|
19804
19813
|
scope: "collection" | "instance";
|
|
@@ -19829,6 +19838,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19829
19838
|
tier?: string | undefined;
|
|
19830
19839
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
19831
19840
|
definerKnob?: string | undefined;
|
|
19841
|
+
scopeOverridden?: boolean | undefined;
|
|
19832
19842
|
}[] | undefined;
|
|
19833
19843
|
listens?: {
|
|
19834
19844
|
event: string;
|
|
@@ -19970,6 +19980,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19970
19980
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
19971
19981
|
} | undefined;
|
|
19972
19982
|
} | undefined;
|
|
19983
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
19973
19984
|
}, {
|
|
19974
19985
|
name: string;
|
|
19975
19986
|
scope: "collection" | "instance";
|
|
@@ -20000,6 +20011,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
20000
20011
|
tier?: string | undefined;
|
|
20001
20012
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
20002
20013
|
definerKnob?: string | undefined;
|
|
20014
|
+
scopeOverridden?: boolean | undefined;
|
|
20003
20015
|
}[] | undefined;
|
|
20004
20016
|
listens?: {
|
|
20005
20017
|
event: string;
|
|
@@ -20141,6 +20153,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
20141
20153
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
20142
20154
|
} | undefined;
|
|
20143
20155
|
} | undefined;
|
|
20156
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
20144
20157
|
}>]>, "many">>;
|
|
20145
20158
|
traitRefIds: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, TraitId, string>, "many">>;
|
|
20146
20159
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -20187,6 +20200,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
20187
20200
|
appliesTo?: string[] | undefined;
|
|
20188
20201
|
linkedEntityId?: EntityId | undefined;
|
|
20189
20202
|
eventIds?: Record<string, EventId> | undefined;
|
|
20203
|
+
typeArgs?: Record<string, string> | undefined;
|
|
20190
20204
|
emitsScope?: "internal" | "external" | undefined;
|
|
20191
20205
|
} | {
|
|
20192
20206
|
name: string;
|
|
@@ -20218,6 +20232,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
20218
20232
|
tier?: string | undefined;
|
|
20219
20233
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
20220
20234
|
definerKnob?: string | undefined;
|
|
20235
|
+
scopeOverridden?: boolean | undefined;
|
|
20221
20236
|
}[] | undefined;
|
|
20222
20237
|
listens?: {
|
|
20223
20238
|
event: string;
|
|
@@ -20359,6 +20374,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
20359
20374
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
20360
20375
|
} | undefined;
|
|
20361
20376
|
} | undefined;
|
|
20377
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
20362
20378
|
})[] | undefined;
|
|
20363
20379
|
refId?: PageId | undefined;
|
|
20364
20380
|
linkedEntityId?: EntityId | undefined;
|
|
@@ -20407,6 +20423,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
20407
20423
|
appliesTo?: string[] | undefined;
|
|
20408
20424
|
linkedEntityId?: string | undefined;
|
|
20409
20425
|
eventIds?: Record<string, string> | undefined;
|
|
20426
|
+
typeArgs?: Record<string, string> | undefined;
|
|
20410
20427
|
emitsScope?: "internal" | "external" | undefined;
|
|
20411
20428
|
} | {
|
|
20412
20429
|
name: string;
|
|
@@ -20438,6 +20455,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
20438
20455
|
tier?: string | undefined;
|
|
20439
20456
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
20440
20457
|
definerKnob?: string | undefined;
|
|
20458
|
+
scopeOverridden?: boolean | undefined;
|
|
20441
20459
|
}[] | undefined;
|
|
20442
20460
|
listens?: {
|
|
20443
20461
|
event: string;
|
|
@@ -20579,6 +20597,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
20579
20597
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
20580
20598
|
} | undefined;
|
|
20581
20599
|
} | undefined;
|
|
20600
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
20582
20601
|
})[] | undefined;
|
|
20583
20602
|
refId?: string | undefined;
|
|
20584
20603
|
linkedEntityId?: string | undefined;
|
|
@@ -20629,7 +20648,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20629
20648
|
linkedEntityId?: EntityId | undefined;
|
|
20630
20649
|
}[] | undefined;
|
|
20631
20650
|
primaryEntity?: string | undefined;
|
|
20632
|
-
viewType?: "custom" | "create" | "
|
|
20651
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
20633
20652
|
}, {
|
|
20634
20653
|
path: string;
|
|
20635
20654
|
name: string;
|
|
@@ -20646,7 +20665,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20646
20665
|
linkedEntityId?: string | undefined;
|
|
20647
20666
|
}[] | undefined;
|
|
20648
20667
|
primaryEntity?: string | undefined;
|
|
20649
|
-
viewType?: "custom" | "create" | "
|
|
20668
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
20650
20669
|
}>, z.ZodString, z.ZodObject<{
|
|
20651
20670
|
ref: z.ZodString;
|
|
20652
20671
|
refId: z.ZodOptional<z.ZodEffects<z.ZodString, PageId, string>>;
|
|
@@ -20664,6 +20683,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20664
20683
|
name: z.ZodOptional<z.ZodString>;
|
|
20665
20684
|
events: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
20666
20685
|
eventIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodString, EventId, string>>>;
|
|
20686
|
+
typeArgs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
20667
20687
|
fields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
20668
20688
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodType<ConfigFieldDeclaration, z.ZodTypeDef, ConfigFieldDeclaration>, z.ZodType<TraitConfigValue, z.ZodTypeDef, TraitConfigValue>]>>>;
|
|
20669
20689
|
appliesTo: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -20805,6 +20825,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20805
20825
|
appliesTo?: string[] | undefined;
|
|
20806
20826
|
linkedEntityId?: EntityId | undefined;
|
|
20807
20827
|
eventIds?: Record<string, EventId> | undefined;
|
|
20828
|
+
typeArgs?: Record<string, string> | undefined;
|
|
20808
20829
|
emitsScope?: "internal" | "external" | undefined;
|
|
20809
20830
|
}, {
|
|
20810
20831
|
ref: string;
|
|
@@ -20845,6 +20866,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20845
20866
|
appliesTo?: string[] | undefined;
|
|
20846
20867
|
linkedEntityId?: string | undefined;
|
|
20847
20868
|
eventIds?: Record<string, string> | undefined;
|
|
20869
|
+
typeArgs?: Record<string, string> | undefined;
|
|
20848
20870
|
emitsScope?: "internal" | "external" | undefined;
|
|
20849
20871
|
}>, {
|
|
20850
20872
|
ref: string;
|
|
@@ -20885,6 +20907,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20885
20907
|
appliesTo?: string[] | undefined;
|
|
20886
20908
|
linkedEntityId?: EntityId | undefined;
|
|
20887
20909
|
eventIds?: Record<string, EventId> | undefined;
|
|
20910
|
+
typeArgs?: Record<string, string> | undefined;
|
|
20888
20911
|
emitsScope?: "internal" | "external" | undefined;
|
|
20889
20912
|
}, {
|
|
20890
20913
|
ref: string;
|
|
@@ -20925,6 +20948,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20925
20948
|
appliesTo?: string[] | undefined;
|
|
20926
20949
|
linkedEntityId?: string | undefined;
|
|
20927
20950
|
eventIds?: Record<string, string> | undefined;
|
|
20951
|
+
typeArgs?: Record<string, string> | undefined;
|
|
20928
20952
|
emitsScope?: "internal" | "external" | undefined;
|
|
20929
20953
|
}>, z.ZodObject<{
|
|
20930
20954
|
id: z.ZodOptional<z.ZodEffects<z.ZodString, TraitId, string>>;
|
|
@@ -21203,6 +21227,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
21203
21227
|
synonyms: z.ZodOptional<z.ZodString>;
|
|
21204
21228
|
tier: z.ZodOptional<z.ZodString>;
|
|
21205
21229
|
definerKnob: z.ZodOptional<z.ZodString>;
|
|
21230
|
+
scopeOverridden: z.ZodOptional<z.ZodBoolean>;
|
|
21206
21231
|
payloadSchema: z.ZodOptional<z.ZodArray<z.ZodType<EventPayloadField, z.ZodTypeDef, EventPayloadField>, "many">>;
|
|
21207
21232
|
scope: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
|
|
21208
21233
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -21214,6 +21239,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
21214
21239
|
tier?: string | undefined;
|
|
21215
21240
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
21216
21241
|
definerKnob?: string | undefined;
|
|
21242
|
+
scopeOverridden?: boolean | undefined;
|
|
21217
21243
|
}, {
|
|
21218
21244
|
event: string;
|
|
21219
21245
|
description?: string | undefined;
|
|
@@ -21223,6 +21249,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
21223
21249
|
tier?: string | undefined;
|
|
21224
21250
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
21225
21251
|
definerKnob?: string | undefined;
|
|
21252
|
+
scopeOverridden?: boolean | undefined;
|
|
21226
21253
|
}>, "many">>;
|
|
21227
21254
|
listens: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
21228
21255
|
event: z.ZodString;
|
|
@@ -21513,6 +21540,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
21513
21540
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
21514
21541
|
} | undefined;
|
|
21515
21542
|
}>>;
|
|
21543
|
+
typeParams: z.ZodOptional<z.ZodArray<z.ZodType<TraitTypeParamDef, z.ZodTypeDef, TraitTypeParamDef>, "many">>;
|
|
21516
21544
|
}, "strip", z.ZodTypeAny, {
|
|
21517
21545
|
name: string;
|
|
21518
21546
|
scope: "collection" | "instance";
|
|
@@ -21543,6 +21571,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
21543
21571
|
tier?: string | undefined;
|
|
21544
21572
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
21545
21573
|
definerKnob?: string | undefined;
|
|
21574
|
+
scopeOverridden?: boolean | undefined;
|
|
21546
21575
|
}[] | undefined;
|
|
21547
21576
|
listens?: {
|
|
21548
21577
|
event: string;
|
|
@@ -21684,6 +21713,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
21684
21713
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
21685
21714
|
} | undefined;
|
|
21686
21715
|
} | undefined;
|
|
21716
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
21687
21717
|
}, {
|
|
21688
21718
|
name: string;
|
|
21689
21719
|
scope: "collection" | "instance";
|
|
@@ -21714,6 +21744,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
21714
21744
|
tier?: string | undefined;
|
|
21715
21745
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
21716
21746
|
definerKnob?: string | undefined;
|
|
21747
|
+
scopeOverridden?: boolean | undefined;
|
|
21717
21748
|
}[] | undefined;
|
|
21718
21749
|
listens?: {
|
|
21719
21750
|
event: string;
|
|
@@ -21855,6 +21886,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
21855
21886
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
21856
21887
|
} | undefined;
|
|
21857
21888
|
} | undefined;
|
|
21889
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
21858
21890
|
}>]>, "many">>;
|
|
21859
21891
|
traitRefIds: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, TraitId, string>, "many">>;
|
|
21860
21892
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -21901,6 +21933,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
21901
21933
|
appliesTo?: string[] | undefined;
|
|
21902
21934
|
linkedEntityId?: EntityId | undefined;
|
|
21903
21935
|
eventIds?: Record<string, EventId> | undefined;
|
|
21936
|
+
typeArgs?: Record<string, string> | undefined;
|
|
21904
21937
|
emitsScope?: "internal" | "external" | undefined;
|
|
21905
21938
|
} | {
|
|
21906
21939
|
name: string;
|
|
@@ -21932,6 +21965,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
21932
21965
|
tier?: string | undefined;
|
|
21933
21966
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
21934
21967
|
definerKnob?: string | undefined;
|
|
21968
|
+
scopeOverridden?: boolean | undefined;
|
|
21935
21969
|
}[] | undefined;
|
|
21936
21970
|
listens?: {
|
|
21937
21971
|
event: string;
|
|
@@ -22073,6 +22107,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
22073
22107
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
22074
22108
|
} | undefined;
|
|
22075
22109
|
} | undefined;
|
|
22110
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
22076
22111
|
})[] | undefined;
|
|
22077
22112
|
refId?: PageId | undefined;
|
|
22078
22113
|
linkedEntityId?: EntityId | undefined;
|
|
@@ -22121,6 +22156,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
22121
22156
|
appliesTo?: string[] | undefined;
|
|
22122
22157
|
linkedEntityId?: string | undefined;
|
|
22123
22158
|
eventIds?: Record<string, string> | undefined;
|
|
22159
|
+
typeArgs?: Record<string, string> | undefined;
|
|
22124
22160
|
emitsScope?: "internal" | "external" | undefined;
|
|
22125
22161
|
} | {
|
|
22126
22162
|
name: string;
|
|
@@ -22152,6 +22188,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
22152
22188
|
tier?: string | undefined;
|
|
22153
22189
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
22154
22190
|
definerKnob?: string | undefined;
|
|
22191
|
+
scopeOverridden?: boolean | undefined;
|
|
22155
22192
|
}[] | undefined;
|
|
22156
22193
|
listens?: {
|
|
22157
22194
|
event: string;
|
|
@@ -22293,6 +22330,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
22293
22330
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
22294
22331
|
} | undefined;
|
|
22295
22332
|
} | undefined;
|
|
22333
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
22296
22334
|
})[] | undefined;
|
|
22297
22335
|
refId?: string | undefined;
|
|
22298
22336
|
linkedEntityId?: string | undefined;
|
|
@@ -22671,6 +22709,15 @@ type OrbitalDefinition = {
|
|
|
22671
22709
|
* Removed after generation - guards live in traits.
|
|
22672
22710
|
*/
|
|
22673
22711
|
suggestedGuards?: SuggestedGuard[];
|
|
22712
|
+
/**
|
|
22713
|
+
* This orbital's own named STRUCT aliases (`type X = { ... }`), each
|
|
22714
|
+
* flattened to the same payload-field tree emit/listen payloads use.
|
|
22715
|
+
* The `.orb`'s only record of a struct alias post-L1 — a Type-kind trait
|
|
22716
|
+
* type-param arg (`:: p SomeStructAlias`) resolves against this map.
|
|
22717
|
+
* Enum/primitive/entity aliases are NOT carried here (not legal `::`
|
|
22718
|
+
* args).
|
|
22719
|
+
*/
|
|
22720
|
+
types?: Record<string, EventPayloadField[]>;
|
|
22674
22721
|
};
|
|
22675
22722
|
declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
22676
22723
|
id: z.ZodOptional<z.ZodEffects<z.ZodString, OrbitalId, string>>;
|
|
@@ -26918,6 +26965,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26918
26965
|
name: z.ZodOptional<z.ZodString>;
|
|
26919
26966
|
events: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
26920
26967
|
eventIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodString, EventId, string>>>;
|
|
26968
|
+
typeArgs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
26921
26969
|
fields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
26922
26970
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodType<ConfigFieldDeclaration, z.ZodTypeDef, ConfigFieldDeclaration>, z.ZodType<TraitConfigValue, z.ZodTypeDef, TraitConfigValue>]>>>;
|
|
26923
26971
|
appliesTo: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -27059,6 +27107,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27059
27107
|
appliesTo?: string[] | undefined;
|
|
27060
27108
|
linkedEntityId?: EntityId | undefined;
|
|
27061
27109
|
eventIds?: Record<string, EventId> | undefined;
|
|
27110
|
+
typeArgs?: Record<string, string> | undefined;
|
|
27062
27111
|
emitsScope?: "internal" | "external" | undefined;
|
|
27063
27112
|
}, {
|
|
27064
27113
|
ref: string;
|
|
@@ -27099,6 +27148,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27099
27148
|
appliesTo?: string[] | undefined;
|
|
27100
27149
|
linkedEntityId?: string | undefined;
|
|
27101
27150
|
eventIds?: Record<string, string> | undefined;
|
|
27151
|
+
typeArgs?: Record<string, string> | undefined;
|
|
27102
27152
|
emitsScope?: "internal" | "external" | undefined;
|
|
27103
27153
|
}>, {
|
|
27104
27154
|
ref: string;
|
|
@@ -27139,6 +27189,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27139
27189
|
appliesTo?: string[] | undefined;
|
|
27140
27190
|
linkedEntityId?: EntityId | undefined;
|
|
27141
27191
|
eventIds?: Record<string, EventId> | undefined;
|
|
27192
|
+
typeArgs?: Record<string, string> | undefined;
|
|
27142
27193
|
emitsScope?: "internal" | "external" | undefined;
|
|
27143
27194
|
}, {
|
|
27144
27195
|
ref: string;
|
|
@@ -27179,6 +27230,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27179
27230
|
appliesTo?: string[] | undefined;
|
|
27180
27231
|
linkedEntityId?: string | undefined;
|
|
27181
27232
|
eventIds?: Record<string, string> | undefined;
|
|
27233
|
+
typeArgs?: Record<string, string> | undefined;
|
|
27182
27234
|
emitsScope?: "internal" | "external" | undefined;
|
|
27183
27235
|
}>, z.ZodObject<{
|
|
27184
27236
|
id: z.ZodOptional<z.ZodEffects<z.ZodString, TraitId, string>>;
|
|
@@ -27457,6 +27509,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27457
27509
|
synonyms: z.ZodOptional<z.ZodString>;
|
|
27458
27510
|
tier: z.ZodOptional<z.ZodString>;
|
|
27459
27511
|
definerKnob: z.ZodOptional<z.ZodString>;
|
|
27512
|
+
scopeOverridden: z.ZodOptional<z.ZodBoolean>;
|
|
27460
27513
|
payloadSchema: z.ZodOptional<z.ZodArray<z.ZodType<EventPayloadField, z.ZodTypeDef, EventPayloadField>, "many">>;
|
|
27461
27514
|
scope: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
|
|
27462
27515
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -27468,6 +27521,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27468
27521
|
tier?: string | undefined;
|
|
27469
27522
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
27470
27523
|
definerKnob?: string | undefined;
|
|
27524
|
+
scopeOverridden?: boolean | undefined;
|
|
27471
27525
|
}, {
|
|
27472
27526
|
event: string;
|
|
27473
27527
|
description?: string | undefined;
|
|
@@ -27477,6 +27531,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27477
27531
|
tier?: string | undefined;
|
|
27478
27532
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
27479
27533
|
definerKnob?: string | undefined;
|
|
27534
|
+
scopeOverridden?: boolean | undefined;
|
|
27480
27535
|
}>, "many">>;
|
|
27481
27536
|
listens: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
27482
27537
|
event: z.ZodString;
|
|
@@ -27767,6 +27822,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27767
27822
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
27768
27823
|
} | undefined;
|
|
27769
27824
|
}>>;
|
|
27825
|
+
typeParams: z.ZodOptional<z.ZodArray<z.ZodType<TraitTypeParamDef, z.ZodTypeDef, TraitTypeParamDef>, "many">>;
|
|
27770
27826
|
}, "strip", z.ZodTypeAny, {
|
|
27771
27827
|
name: string;
|
|
27772
27828
|
scope: "collection" | "instance";
|
|
@@ -27797,6 +27853,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27797
27853
|
tier?: string | undefined;
|
|
27798
27854
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
27799
27855
|
definerKnob?: string | undefined;
|
|
27856
|
+
scopeOverridden?: boolean | undefined;
|
|
27800
27857
|
}[] | undefined;
|
|
27801
27858
|
listens?: {
|
|
27802
27859
|
event: string;
|
|
@@ -27938,6 +27995,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27938
27995
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
27939
27996
|
} | undefined;
|
|
27940
27997
|
} | undefined;
|
|
27998
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
27941
27999
|
}, {
|
|
27942
28000
|
name: string;
|
|
27943
28001
|
scope: "collection" | "instance";
|
|
@@ -27968,6 +28026,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27968
28026
|
tier?: string | undefined;
|
|
27969
28027
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
27970
28028
|
definerKnob?: string | undefined;
|
|
28029
|
+
scopeOverridden?: boolean | undefined;
|
|
27971
28030
|
}[] | undefined;
|
|
27972
28031
|
listens?: {
|
|
27973
28032
|
event: string;
|
|
@@ -28109,6 +28168,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28109
28168
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
28110
28169
|
} | undefined;
|
|
28111
28170
|
} | undefined;
|
|
28171
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
28112
28172
|
}>]>, "many">;
|
|
28113
28173
|
pages: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
28114
28174
|
id: z.ZodOptional<z.ZodEffects<z.ZodString, PageId, string>>;
|
|
@@ -28155,7 +28215,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28155
28215
|
linkedEntityId?: EntityId | undefined;
|
|
28156
28216
|
}[] | undefined;
|
|
28157
28217
|
primaryEntity?: string | undefined;
|
|
28158
|
-
viewType?: "custom" | "create" | "
|
|
28218
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
28159
28219
|
}, {
|
|
28160
28220
|
path: string;
|
|
28161
28221
|
name: string;
|
|
@@ -28172,7 +28232,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28172
28232
|
linkedEntityId?: string | undefined;
|
|
28173
28233
|
}[] | undefined;
|
|
28174
28234
|
primaryEntity?: string | undefined;
|
|
28175
|
-
viewType?: "custom" | "create" | "
|
|
28235
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
28176
28236
|
}>, z.ZodString, z.ZodObject<{
|
|
28177
28237
|
ref: z.ZodString;
|
|
28178
28238
|
refId: z.ZodOptional<z.ZodEffects<z.ZodString, PageId, string>>;
|
|
@@ -28190,6 +28250,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28190
28250
|
name: z.ZodOptional<z.ZodString>;
|
|
28191
28251
|
events: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
28192
28252
|
eventIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodString, EventId, string>>>;
|
|
28253
|
+
typeArgs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
28193
28254
|
fields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
28194
28255
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodType<ConfigFieldDeclaration, z.ZodTypeDef, ConfigFieldDeclaration>, z.ZodType<TraitConfigValue, z.ZodTypeDef, TraitConfigValue>]>>>;
|
|
28195
28256
|
appliesTo: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -28331,6 +28392,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28331
28392
|
appliesTo?: string[] | undefined;
|
|
28332
28393
|
linkedEntityId?: EntityId | undefined;
|
|
28333
28394
|
eventIds?: Record<string, EventId> | undefined;
|
|
28395
|
+
typeArgs?: Record<string, string> | undefined;
|
|
28334
28396
|
emitsScope?: "internal" | "external" | undefined;
|
|
28335
28397
|
}, {
|
|
28336
28398
|
ref: string;
|
|
@@ -28371,6 +28433,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28371
28433
|
appliesTo?: string[] | undefined;
|
|
28372
28434
|
linkedEntityId?: string | undefined;
|
|
28373
28435
|
eventIds?: Record<string, string> | undefined;
|
|
28436
|
+
typeArgs?: Record<string, string> | undefined;
|
|
28374
28437
|
emitsScope?: "internal" | "external" | undefined;
|
|
28375
28438
|
}>, {
|
|
28376
28439
|
ref: string;
|
|
@@ -28411,6 +28474,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28411
28474
|
appliesTo?: string[] | undefined;
|
|
28412
28475
|
linkedEntityId?: EntityId | undefined;
|
|
28413
28476
|
eventIds?: Record<string, EventId> | undefined;
|
|
28477
|
+
typeArgs?: Record<string, string> | undefined;
|
|
28414
28478
|
emitsScope?: "internal" | "external" | undefined;
|
|
28415
28479
|
}, {
|
|
28416
28480
|
ref: string;
|
|
@@ -28451,6 +28515,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28451
28515
|
appliesTo?: string[] | undefined;
|
|
28452
28516
|
linkedEntityId?: string | undefined;
|
|
28453
28517
|
eventIds?: Record<string, string> | undefined;
|
|
28518
|
+
typeArgs?: Record<string, string> | undefined;
|
|
28454
28519
|
emitsScope?: "internal" | "external" | undefined;
|
|
28455
28520
|
}>, z.ZodObject<{
|
|
28456
28521
|
id: z.ZodOptional<z.ZodEffects<z.ZodString, TraitId, string>>;
|
|
@@ -28729,6 +28794,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28729
28794
|
synonyms: z.ZodOptional<z.ZodString>;
|
|
28730
28795
|
tier: z.ZodOptional<z.ZodString>;
|
|
28731
28796
|
definerKnob: z.ZodOptional<z.ZodString>;
|
|
28797
|
+
scopeOverridden: z.ZodOptional<z.ZodBoolean>;
|
|
28732
28798
|
payloadSchema: z.ZodOptional<z.ZodArray<z.ZodType<EventPayloadField, z.ZodTypeDef, EventPayloadField>, "many">>;
|
|
28733
28799
|
scope: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
|
|
28734
28800
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -28740,6 +28806,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28740
28806
|
tier?: string | undefined;
|
|
28741
28807
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
28742
28808
|
definerKnob?: string | undefined;
|
|
28809
|
+
scopeOverridden?: boolean | undefined;
|
|
28743
28810
|
}, {
|
|
28744
28811
|
event: string;
|
|
28745
28812
|
description?: string | undefined;
|
|
@@ -28749,6 +28816,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28749
28816
|
tier?: string | undefined;
|
|
28750
28817
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
28751
28818
|
definerKnob?: string | undefined;
|
|
28819
|
+
scopeOverridden?: boolean | undefined;
|
|
28752
28820
|
}>, "many">>;
|
|
28753
28821
|
listens: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
28754
28822
|
event: z.ZodString;
|
|
@@ -29039,6 +29107,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29039
29107
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
29040
29108
|
} | undefined;
|
|
29041
29109
|
}>>;
|
|
29110
|
+
typeParams: z.ZodOptional<z.ZodArray<z.ZodType<TraitTypeParamDef, z.ZodTypeDef, TraitTypeParamDef>, "many">>;
|
|
29042
29111
|
}, "strip", z.ZodTypeAny, {
|
|
29043
29112
|
name: string;
|
|
29044
29113
|
scope: "collection" | "instance";
|
|
@@ -29069,6 +29138,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29069
29138
|
tier?: string | undefined;
|
|
29070
29139
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
29071
29140
|
definerKnob?: string | undefined;
|
|
29141
|
+
scopeOverridden?: boolean | undefined;
|
|
29072
29142
|
}[] | undefined;
|
|
29073
29143
|
listens?: {
|
|
29074
29144
|
event: string;
|
|
@@ -29210,6 +29280,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29210
29280
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
29211
29281
|
} | undefined;
|
|
29212
29282
|
} | undefined;
|
|
29283
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
29213
29284
|
}, {
|
|
29214
29285
|
name: string;
|
|
29215
29286
|
scope: "collection" | "instance";
|
|
@@ -29240,6 +29311,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29240
29311
|
tier?: string | undefined;
|
|
29241
29312
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
29242
29313
|
definerKnob?: string | undefined;
|
|
29314
|
+
scopeOverridden?: boolean | undefined;
|
|
29243
29315
|
}[] | undefined;
|
|
29244
29316
|
listens?: {
|
|
29245
29317
|
event: string;
|
|
@@ -29381,6 +29453,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29381
29453
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
29382
29454
|
} | undefined;
|
|
29383
29455
|
} | undefined;
|
|
29456
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
29384
29457
|
}>]>, "many">>;
|
|
29385
29458
|
traitRefIds: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, TraitId, string>, "many">>;
|
|
29386
29459
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -29427,6 +29500,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29427
29500
|
appliesTo?: string[] | undefined;
|
|
29428
29501
|
linkedEntityId?: EntityId | undefined;
|
|
29429
29502
|
eventIds?: Record<string, EventId> | undefined;
|
|
29503
|
+
typeArgs?: Record<string, string> | undefined;
|
|
29430
29504
|
emitsScope?: "internal" | "external" | undefined;
|
|
29431
29505
|
} | {
|
|
29432
29506
|
name: string;
|
|
@@ -29458,6 +29532,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29458
29532
|
tier?: string | undefined;
|
|
29459
29533
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
29460
29534
|
definerKnob?: string | undefined;
|
|
29535
|
+
scopeOverridden?: boolean | undefined;
|
|
29461
29536
|
}[] | undefined;
|
|
29462
29537
|
listens?: {
|
|
29463
29538
|
event: string;
|
|
@@ -29599,6 +29674,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29599
29674
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
29600
29675
|
} | undefined;
|
|
29601
29676
|
} | undefined;
|
|
29677
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
29602
29678
|
})[] | undefined;
|
|
29603
29679
|
refId?: PageId | undefined;
|
|
29604
29680
|
linkedEntityId?: EntityId | undefined;
|
|
@@ -29647,6 +29723,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29647
29723
|
appliesTo?: string[] | undefined;
|
|
29648
29724
|
linkedEntityId?: string | undefined;
|
|
29649
29725
|
eventIds?: Record<string, string> | undefined;
|
|
29726
|
+
typeArgs?: Record<string, string> | undefined;
|
|
29650
29727
|
emitsScope?: "internal" | "external" | undefined;
|
|
29651
29728
|
} | {
|
|
29652
29729
|
name: string;
|
|
@@ -29678,6 +29755,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29678
29755
|
tier?: string | undefined;
|
|
29679
29756
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
29680
29757
|
definerKnob?: string | undefined;
|
|
29758
|
+
scopeOverridden?: boolean | undefined;
|
|
29681
29759
|
}[] | undefined;
|
|
29682
29760
|
listens?: {
|
|
29683
29761
|
event: string;
|
|
@@ -29819,6 +29897,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29819
29897
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
29820
29898
|
} | undefined;
|
|
29821
29899
|
} | undefined;
|
|
29900
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
29822
29901
|
})[] | undefined;
|
|
29823
29902
|
refId?: string | undefined;
|
|
29824
29903
|
linkedEntityId?: string | undefined;
|
|
@@ -30035,6 +30114,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
30035
30114
|
description: string;
|
|
30036
30115
|
appliesTo: string[];
|
|
30037
30116
|
}>, "many">>;
|
|
30117
|
+
types: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<EventPayloadField, z.ZodTypeDef, EventPayloadField>, "many">>>;
|
|
30038
30118
|
}, "strip", z.ZodTypeAny, {
|
|
30039
30119
|
entity: string | {
|
|
30040
30120
|
name: string;
|
|
@@ -30091,7 +30171,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
30091
30171
|
linkedEntityId?: EntityId | undefined;
|
|
30092
30172
|
}[] | undefined;
|
|
30093
30173
|
primaryEntity?: string | undefined;
|
|
30094
|
-
viewType?: "custom" | "create" | "
|
|
30174
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
30095
30175
|
} | {
|
|
30096
30176
|
ref: string;
|
|
30097
30177
|
path?: string | undefined;
|
|
@@ -30136,6 +30216,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
30136
30216
|
appliesTo?: string[] | undefined;
|
|
30137
30217
|
linkedEntityId?: EntityId | undefined;
|
|
30138
30218
|
eventIds?: Record<string, EventId> | undefined;
|
|
30219
|
+
typeArgs?: Record<string, string> | undefined;
|
|
30139
30220
|
emitsScope?: "internal" | "external" | undefined;
|
|
30140
30221
|
} | {
|
|
30141
30222
|
name: string;
|
|
@@ -30167,6 +30248,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
30167
30248
|
tier?: string | undefined;
|
|
30168
30249
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
30169
30250
|
definerKnob?: string | undefined;
|
|
30251
|
+
scopeOverridden?: boolean | undefined;
|
|
30170
30252
|
}[] | undefined;
|
|
30171
30253
|
listens?: {
|
|
30172
30254
|
event: string;
|
|
@@ -30308,6 +30390,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
30308
30390
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
30309
30391
|
} | undefined;
|
|
30310
30392
|
} | undefined;
|
|
30393
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
30311
30394
|
})[] | undefined;
|
|
30312
30395
|
refId?: PageId | undefined;
|
|
30313
30396
|
linkedEntityId?: EntityId | undefined;
|
|
@@ -30352,6 +30435,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
30352
30435
|
appliesTo?: string[] | undefined;
|
|
30353
30436
|
linkedEntityId?: EntityId | undefined;
|
|
30354
30437
|
eventIds?: Record<string, EventId> | undefined;
|
|
30438
|
+
typeArgs?: Record<string, string> | undefined;
|
|
30355
30439
|
emitsScope?: "internal" | "external" | undefined;
|
|
30356
30440
|
} | {
|
|
30357
30441
|
name: string;
|
|
@@ -30383,6 +30467,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
30383
30467
|
tier?: string | undefined;
|
|
30384
30468
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
30385
30469
|
definerKnob?: string | undefined;
|
|
30470
|
+
scopeOverridden?: boolean | undefined;
|
|
30386
30471
|
}[] | undefined;
|
|
30387
30472
|
listens?: {
|
|
30388
30473
|
event: string;
|
|
@@ -30524,6 +30609,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
30524
30609
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
30525
30610
|
} | undefined;
|
|
30526
30611
|
} | undefined;
|
|
30612
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
30527
30613
|
})[];
|
|
30528
30614
|
theme?: string | {
|
|
30529
30615
|
name: string;
|
|
@@ -31041,6 +31127,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
31041
31127
|
headers?: Record<string, string> | undefined;
|
|
31042
31128
|
serverPath?: string | undefined;
|
|
31043
31129
|
})[] | undefined;
|
|
31130
|
+
types?: Record<string, EventPayloadField[]> | undefined;
|
|
31044
31131
|
uses?: {
|
|
31045
31132
|
from: string;
|
|
31046
31133
|
as: string;
|
|
@@ -31152,7 +31239,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
31152
31239
|
linkedEntityId?: string | undefined;
|
|
31153
31240
|
}[] | undefined;
|
|
31154
31241
|
primaryEntity?: string | undefined;
|
|
31155
|
-
viewType?: "custom" | "create" | "
|
|
31242
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
31156
31243
|
} | {
|
|
31157
31244
|
ref: string;
|
|
31158
31245
|
path?: string | undefined;
|
|
@@ -31197,6 +31284,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
31197
31284
|
appliesTo?: string[] | undefined;
|
|
31198
31285
|
linkedEntityId?: string | undefined;
|
|
31199
31286
|
eventIds?: Record<string, string> | undefined;
|
|
31287
|
+
typeArgs?: Record<string, string> | undefined;
|
|
31200
31288
|
emitsScope?: "internal" | "external" | undefined;
|
|
31201
31289
|
} | {
|
|
31202
31290
|
name: string;
|
|
@@ -31228,6 +31316,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
31228
31316
|
tier?: string | undefined;
|
|
31229
31317
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
31230
31318
|
definerKnob?: string | undefined;
|
|
31319
|
+
scopeOverridden?: boolean | undefined;
|
|
31231
31320
|
}[] | undefined;
|
|
31232
31321
|
listens?: {
|
|
31233
31322
|
event: string;
|
|
@@ -31369,6 +31458,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
31369
31458
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
31370
31459
|
} | undefined;
|
|
31371
31460
|
} | undefined;
|
|
31461
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
31372
31462
|
})[] | undefined;
|
|
31373
31463
|
refId?: string | undefined;
|
|
31374
31464
|
linkedEntityId?: string | undefined;
|
|
@@ -31413,6 +31503,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
31413
31503
|
appliesTo?: string[] | undefined;
|
|
31414
31504
|
linkedEntityId?: string | undefined;
|
|
31415
31505
|
eventIds?: Record<string, string> | undefined;
|
|
31506
|
+
typeArgs?: Record<string, string> | undefined;
|
|
31416
31507
|
emitsScope?: "internal" | "external" | undefined;
|
|
31417
31508
|
} | {
|
|
31418
31509
|
name: string;
|
|
@@ -31444,6 +31535,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
31444
31535
|
tier?: string | undefined;
|
|
31445
31536
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
31446
31537
|
definerKnob?: string | undefined;
|
|
31538
|
+
scopeOverridden?: boolean | undefined;
|
|
31447
31539
|
}[] | undefined;
|
|
31448
31540
|
listens?: {
|
|
31449
31541
|
event: string;
|
|
@@ -31585,6 +31677,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
31585
31677
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
31586
31678
|
} | undefined;
|
|
31587
31679
|
} | undefined;
|
|
31680
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
31588
31681
|
})[];
|
|
31589
31682
|
theme?: string | {
|
|
31590
31683
|
name: string;
|
|
@@ -32102,6 +32195,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
32102
32195
|
headers?: Record<string, string> | undefined;
|
|
32103
32196
|
serverPath?: string | undefined;
|
|
32104
32197
|
})[] | undefined;
|
|
32198
|
+
types?: Record<string, EventPayloadField[]> | undefined;
|
|
32105
32199
|
uses?: {
|
|
32106
32200
|
from: string;
|
|
32107
32201
|
as: string;
|
|
@@ -36404,6 +36498,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36404
36498
|
name: z.ZodOptional<z.ZodString>;
|
|
36405
36499
|
events: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
36406
36500
|
eventIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodString, EventId, string>>>;
|
|
36501
|
+
typeArgs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
36407
36502
|
fields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
36408
36503
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodType<ConfigFieldDeclaration, z.ZodTypeDef, ConfigFieldDeclaration>, z.ZodType<TraitConfigValue, z.ZodTypeDef, TraitConfigValue>]>>>;
|
|
36409
36504
|
appliesTo: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -36545,6 +36640,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36545
36640
|
appliesTo?: string[] | undefined;
|
|
36546
36641
|
linkedEntityId?: EntityId | undefined;
|
|
36547
36642
|
eventIds?: Record<string, EventId> | undefined;
|
|
36643
|
+
typeArgs?: Record<string, string> | undefined;
|
|
36548
36644
|
emitsScope?: "internal" | "external" | undefined;
|
|
36549
36645
|
}, {
|
|
36550
36646
|
ref: string;
|
|
@@ -36585,6 +36681,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36585
36681
|
appliesTo?: string[] | undefined;
|
|
36586
36682
|
linkedEntityId?: string | undefined;
|
|
36587
36683
|
eventIds?: Record<string, string> | undefined;
|
|
36684
|
+
typeArgs?: Record<string, string> | undefined;
|
|
36588
36685
|
emitsScope?: "internal" | "external" | undefined;
|
|
36589
36686
|
}>, {
|
|
36590
36687
|
ref: string;
|
|
@@ -36625,6 +36722,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36625
36722
|
appliesTo?: string[] | undefined;
|
|
36626
36723
|
linkedEntityId?: EntityId | undefined;
|
|
36627
36724
|
eventIds?: Record<string, EventId> | undefined;
|
|
36725
|
+
typeArgs?: Record<string, string> | undefined;
|
|
36628
36726
|
emitsScope?: "internal" | "external" | undefined;
|
|
36629
36727
|
}, {
|
|
36630
36728
|
ref: string;
|
|
@@ -36665,6 +36763,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36665
36763
|
appliesTo?: string[] | undefined;
|
|
36666
36764
|
linkedEntityId?: string | undefined;
|
|
36667
36765
|
eventIds?: Record<string, string> | undefined;
|
|
36766
|
+
typeArgs?: Record<string, string> | undefined;
|
|
36668
36767
|
emitsScope?: "internal" | "external" | undefined;
|
|
36669
36768
|
}>, z.ZodObject<{
|
|
36670
36769
|
id: z.ZodOptional<z.ZodEffects<z.ZodString, TraitId, string>>;
|
|
@@ -36943,6 +37042,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36943
37042
|
synonyms: z.ZodOptional<z.ZodString>;
|
|
36944
37043
|
tier: z.ZodOptional<z.ZodString>;
|
|
36945
37044
|
definerKnob: z.ZodOptional<z.ZodString>;
|
|
37045
|
+
scopeOverridden: z.ZodOptional<z.ZodBoolean>;
|
|
36946
37046
|
payloadSchema: z.ZodOptional<z.ZodArray<z.ZodType<EventPayloadField, z.ZodTypeDef, EventPayloadField>, "many">>;
|
|
36947
37047
|
scope: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
|
|
36948
37048
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -36954,6 +37054,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36954
37054
|
tier?: string | undefined;
|
|
36955
37055
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
36956
37056
|
definerKnob?: string | undefined;
|
|
37057
|
+
scopeOverridden?: boolean | undefined;
|
|
36957
37058
|
}, {
|
|
36958
37059
|
event: string;
|
|
36959
37060
|
description?: string | undefined;
|
|
@@ -36963,6 +37064,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36963
37064
|
tier?: string | undefined;
|
|
36964
37065
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
36965
37066
|
definerKnob?: string | undefined;
|
|
37067
|
+
scopeOverridden?: boolean | undefined;
|
|
36966
37068
|
}>, "many">>;
|
|
36967
37069
|
listens: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
36968
37070
|
event: z.ZodString;
|
|
@@ -37253,6 +37355,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37253
37355
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
37254
37356
|
} | undefined;
|
|
37255
37357
|
}>>;
|
|
37358
|
+
typeParams: z.ZodOptional<z.ZodArray<z.ZodType<TraitTypeParamDef, z.ZodTypeDef, TraitTypeParamDef>, "many">>;
|
|
37256
37359
|
}, "strip", z.ZodTypeAny, {
|
|
37257
37360
|
name: string;
|
|
37258
37361
|
scope: "collection" | "instance";
|
|
@@ -37283,6 +37386,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37283
37386
|
tier?: string | undefined;
|
|
37284
37387
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
37285
37388
|
definerKnob?: string | undefined;
|
|
37389
|
+
scopeOverridden?: boolean | undefined;
|
|
37286
37390
|
}[] | undefined;
|
|
37287
37391
|
listens?: {
|
|
37288
37392
|
event: string;
|
|
@@ -37424,6 +37528,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37424
37528
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
37425
37529
|
} | undefined;
|
|
37426
37530
|
} | undefined;
|
|
37531
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
37427
37532
|
}, {
|
|
37428
37533
|
name: string;
|
|
37429
37534
|
scope: "collection" | "instance";
|
|
@@ -37454,6 +37559,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37454
37559
|
tier?: string | undefined;
|
|
37455
37560
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
37456
37561
|
definerKnob?: string | undefined;
|
|
37562
|
+
scopeOverridden?: boolean | undefined;
|
|
37457
37563
|
}[] | undefined;
|
|
37458
37564
|
listens?: {
|
|
37459
37565
|
event: string;
|
|
@@ -37595,6 +37701,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37595
37701
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
37596
37702
|
} | undefined;
|
|
37597
37703
|
} | undefined;
|
|
37704
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
37598
37705
|
}>]>, "many">;
|
|
37599
37706
|
pages: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
37600
37707
|
id: z.ZodOptional<z.ZodEffects<z.ZodString, PageId, string>>;
|
|
@@ -37641,7 +37748,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37641
37748
|
linkedEntityId?: EntityId | undefined;
|
|
37642
37749
|
}[] | undefined;
|
|
37643
37750
|
primaryEntity?: string | undefined;
|
|
37644
|
-
viewType?: "custom" | "create" | "
|
|
37751
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
37645
37752
|
}, {
|
|
37646
37753
|
path: string;
|
|
37647
37754
|
name: string;
|
|
@@ -37658,7 +37765,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37658
37765
|
linkedEntityId?: string | undefined;
|
|
37659
37766
|
}[] | undefined;
|
|
37660
37767
|
primaryEntity?: string | undefined;
|
|
37661
|
-
viewType?: "custom" | "create" | "
|
|
37768
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
37662
37769
|
}>, z.ZodString, z.ZodObject<{
|
|
37663
37770
|
ref: z.ZodString;
|
|
37664
37771
|
refId: z.ZodOptional<z.ZodEffects<z.ZodString, PageId, string>>;
|
|
@@ -37676,6 +37783,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37676
37783
|
name: z.ZodOptional<z.ZodString>;
|
|
37677
37784
|
events: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
37678
37785
|
eventIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodString, EventId, string>>>;
|
|
37786
|
+
typeArgs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
37679
37787
|
fields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
37680
37788
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodType<ConfigFieldDeclaration, z.ZodTypeDef, ConfigFieldDeclaration>, z.ZodType<TraitConfigValue, z.ZodTypeDef, TraitConfigValue>]>>>;
|
|
37681
37789
|
appliesTo: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -37817,6 +37925,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37817
37925
|
appliesTo?: string[] | undefined;
|
|
37818
37926
|
linkedEntityId?: EntityId | undefined;
|
|
37819
37927
|
eventIds?: Record<string, EventId> | undefined;
|
|
37928
|
+
typeArgs?: Record<string, string> | undefined;
|
|
37820
37929
|
emitsScope?: "internal" | "external" | undefined;
|
|
37821
37930
|
}, {
|
|
37822
37931
|
ref: string;
|
|
@@ -37857,6 +37966,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37857
37966
|
appliesTo?: string[] | undefined;
|
|
37858
37967
|
linkedEntityId?: string | undefined;
|
|
37859
37968
|
eventIds?: Record<string, string> | undefined;
|
|
37969
|
+
typeArgs?: Record<string, string> | undefined;
|
|
37860
37970
|
emitsScope?: "internal" | "external" | undefined;
|
|
37861
37971
|
}>, {
|
|
37862
37972
|
ref: string;
|
|
@@ -37897,6 +38007,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37897
38007
|
appliesTo?: string[] | undefined;
|
|
37898
38008
|
linkedEntityId?: EntityId | undefined;
|
|
37899
38009
|
eventIds?: Record<string, EventId> | undefined;
|
|
38010
|
+
typeArgs?: Record<string, string> | undefined;
|
|
37900
38011
|
emitsScope?: "internal" | "external" | undefined;
|
|
37901
38012
|
}, {
|
|
37902
38013
|
ref: string;
|
|
@@ -37937,6 +38048,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37937
38048
|
appliesTo?: string[] | undefined;
|
|
37938
38049
|
linkedEntityId?: string | undefined;
|
|
37939
38050
|
eventIds?: Record<string, string> | undefined;
|
|
38051
|
+
typeArgs?: Record<string, string> | undefined;
|
|
37940
38052
|
emitsScope?: "internal" | "external" | undefined;
|
|
37941
38053
|
}>, z.ZodObject<{
|
|
37942
38054
|
id: z.ZodOptional<z.ZodEffects<z.ZodString, TraitId, string>>;
|
|
@@ -38215,6 +38327,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
38215
38327
|
synonyms: z.ZodOptional<z.ZodString>;
|
|
38216
38328
|
tier: z.ZodOptional<z.ZodString>;
|
|
38217
38329
|
definerKnob: z.ZodOptional<z.ZodString>;
|
|
38330
|
+
scopeOverridden: z.ZodOptional<z.ZodBoolean>;
|
|
38218
38331
|
payloadSchema: z.ZodOptional<z.ZodArray<z.ZodType<EventPayloadField, z.ZodTypeDef, EventPayloadField>, "many">>;
|
|
38219
38332
|
scope: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
|
|
38220
38333
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -38226,6 +38339,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
38226
38339
|
tier?: string | undefined;
|
|
38227
38340
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
38228
38341
|
definerKnob?: string | undefined;
|
|
38342
|
+
scopeOverridden?: boolean | undefined;
|
|
38229
38343
|
}, {
|
|
38230
38344
|
event: string;
|
|
38231
38345
|
description?: string | undefined;
|
|
@@ -38235,6 +38349,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
38235
38349
|
tier?: string | undefined;
|
|
38236
38350
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
38237
38351
|
definerKnob?: string | undefined;
|
|
38352
|
+
scopeOverridden?: boolean | undefined;
|
|
38238
38353
|
}>, "many">>;
|
|
38239
38354
|
listens: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
38240
38355
|
event: z.ZodString;
|
|
@@ -38525,6 +38640,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
38525
38640
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
38526
38641
|
} | undefined;
|
|
38527
38642
|
}>>;
|
|
38643
|
+
typeParams: z.ZodOptional<z.ZodArray<z.ZodType<TraitTypeParamDef, z.ZodTypeDef, TraitTypeParamDef>, "many">>;
|
|
38528
38644
|
}, "strip", z.ZodTypeAny, {
|
|
38529
38645
|
name: string;
|
|
38530
38646
|
scope: "collection" | "instance";
|
|
@@ -38555,6 +38671,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
38555
38671
|
tier?: string | undefined;
|
|
38556
38672
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
38557
38673
|
definerKnob?: string | undefined;
|
|
38674
|
+
scopeOverridden?: boolean | undefined;
|
|
38558
38675
|
}[] | undefined;
|
|
38559
38676
|
listens?: {
|
|
38560
38677
|
event: string;
|
|
@@ -38696,6 +38813,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
38696
38813
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
38697
38814
|
} | undefined;
|
|
38698
38815
|
} | undefined;
|
|
38816
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
38699
38817
|
}, {
|
|
38700
38818
|
name: string;
|
|
38701
38819
|
scope: "collection" | "instance";
|
|
@@ -38726,6 +38844,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
38726
38844
|
tier?: string | undefined;
|
|
38727
38845
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
38728
38846
|
definerKnob?: string | undefined;
|
|
38847
|
+
scopeOverridden?: boolean | undefined;
|
|
38729
38848
|
}[] | undefined;
|
|
38730
38849
|
listens?: {
|
|
38731
38850
|
event: string;
|
|
@@ -38867,6 +38986,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
38867
38986
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
38868
38987
|
} | undefined;
|
|
38869
38988
|
} | undefined;
|
|
38989
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
38870
38990
|
}>]>, "many">>;
|
|
38871
38991
|
traitRefIds: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, TraitId, string>, "many">>;
|
|
38872
38992
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -38913,6 +39033,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
38913
39033
|
appliesTo?: string[] | undefined;
|
|
38914
39034
|
linkedEntityId?: EntityId | undefined;
|
|
38915
39035
|
eventIds?: Record<string, EventId> | undefined;
|
|
39036
|
+
typeArgs?: Record<string, string> | undefined;
|
|
38916
39037
|
emitsScope?: "internal" | "external" | undefined;
|
|
38917
39038
|
} | {
|
|
38918
39039
|
name: string;
|
|
@@ -38944,6 +39065,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
38944
39065
|
tier?: string | undefined;
|
|
38945
39066
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
38946
39067
|
definerKnob?: string | undefined;
|
|
39068
|
+
scopeOverridden?: boolean | undefined;
|
|
38947
39069
|
}[] | undefined;
|
|
38948
39070
|
listens?: {
|
|
38949
39071
|
event: string;
|
|
@@ -39085,6 +39207,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
39085
39207
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
39086
39208
|
} | undefined;
|
|
39087
39209
|
} | undefined;
|
|
39210
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
39088
39211
|
})[] | undefined;
|
|
39089
39212
|
refId?: PageId | undefined;
|
|
39090
39213
|
linkedEntityId?: EntityId | undefined;
|
|
@@ -39133,6 +39256,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
39133
39256
|
appliesTo?: string[] | undefined;
|
|
39134
39257
|
linkedEntityId?: string | undefined;
|
|
39135
39258
|
eventIds?: Record<string, string> | undefined;
|
|
39259
|
+
typeArgs?: Record<string, string> | undefined;
|
|
39136
39260
|
emitsScope?: "internal" | "external" | undefined;
|
|
39137
39261
|
} | {
|
|
39138
39262
|
name: string;
|
|
@@ -39164,6 +39288,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
39164
39288
|
tier?: string | undefined;
|
|
39165
39289
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
39166
39290
|
definerKnob?: string | undefined;
|
|
39291
|
+
scopeOverridden?: boolean | undefined;
|
|
39167
39292
|
}[] | undefined;
|
|
39168
39293
|
listens?: {
|
|
39169
39294
|
event: string;
|
|
@@ -39305,6 +39430,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
39305
39430
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
39306
39431
|
} | undefined;
|
|
39307
39432
|
} | undefined;
|
|
39433
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
39308
39434
|
})[] | undefined;
|
|
39309
39435
|
refId?: string | undefined;
|
|
39310
39436
|
linkedEntityId?: string | undefined;
|
|
@@ -39521,6 +39647,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
39521
39647
|
description: string;
|
|
39522
39648
|
appliesTo: string[];
|
|
39523
39649
|
}>, "many">>;
|
|
39650
|
+
types: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<EventPayloadField, z.ZodTypeDef, EventPayloadField>, "many">>>;
|
|
39524
39651
|
}, "strip", z.ZodTypeAny, {
|
|
39525
39652
|
entity: string | {
|
|
39526
39653
|
name: string;
|
|
@@ -39577,7 +39704,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
39577
39704
|
linkedEntityId?: EntityId | undefined;
|
|
39578
39705
|
}[] | undefined;
|
|
39579
39706
|
primaryEntity?: string | undefined;
|
|
39580
|
-
viewType?: "custom" | "create" | "
|
|
39707
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
39581
39708
|
} | {
|
|
39582
39709
|
ref: string;
|
|
39583
39710
|
path?: string | undefined;
|
|
@@ -39622,6 +39749,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
39622
39749
|
appliesTo?: string[] | undefined;
|
|
39623
39750
|
linkedEntityId?: EntityId | undefined;
|
|
39624
39751
|
eventIds?: Record<string, EventId> | undefined;
|
|
39752
|
+
typeArgs?: Record<string, string> | undefined;
|
|
39625
39753
|
emitsScope?: "internal" | "external" | undefined;
|
|
39626
39754
|
} | {
|
|
39627
39755
|
name: string;
|
|
@@ -39653,6 +39781,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
39653
39781
|
tier?: string | undefined;
|
|
39654
39782
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
39655
39783
|
definerKnob?: string | undefined;
|
|
39784
|
+
scopeOverridden?: boolean | undefined;
|
|
39656
39785
|
}[] | undefined;
|
|
39657
39786
|
listens?: {
|
|
39658
39787
|
event: string;
|
|
@@ -39794,6 +39923,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
39794
39923
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
39795
39924
|
} | undefined;
|
|
39796
39925
|
} | undefined;
|
|
39926
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
39797
39927
|
})[] | undefined;
|
|
39798
39928
|
refId?: PageId | undefined;
|
|
39799
39929
|
linkedEntityId?: EntityId | undefined;
|
|
@@ -39838,6 +39968,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
39838
39968
|
appliesTo?: string[] | undefined;
|
|
39839
39969
|
linkedEntityId?: EntityId | undefined;
|
|
39840
39970
|
eventIds?: Record<string, EventId> | undefined;
|
|
39971
|
+
typeArgs?: Record<string, string> | undefined;
|
|
39841
39972
|
emitsScope?: "internal" | "external" | undefined;
|
|
39842
39973
|
} | {
|
|
39843
39974
|
name: string;
|
|
@@ -39869,6 +40000,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
39869
40000
|
tier?: string | undefined;
|
|
39870
40001
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
39871
40002
|
definerKnob?: string | undefined;
|
|
40003
|
+
scopeOverridden?: boolean | undefined;
|
|
39872
40004
|
}[] | undefined;
|
|
39873
40005
|
listens?: {
|
|
39874
40006
|
event: string;
|
|
@@ -40010,6 +40142,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
40010
40142
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
40011
40143
|
} | undefined;
|
|
40012
40144
|
} | undefined;
|
|
40145
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
40013
40146
|
})[];
|
|
40014
40147
|
theme?: string | {
|
|
40015
40148
|
name: string;
|
|
@@ -40527,6 +40660,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
40527
40660
|
headers?: Record<string, string> | undefined;
|
|
40528
40661
|
serverPath?: string | undefined;
|
|
40529
40662
|
})[] | undefined;
|
|
40663
|
+
types?: Record<string, EventPayloadField[]> | undefined;
|
|
40530
40664
|
uses?: {
|
|
40531
40665
|
from: string;
|
|
40532
40666
|
as: string;
|
|
@@ -40638,7 +40772,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
40638
40772
|
linkedEntityId?: string | undefined;
|
|
40639
40773
|
}[] | undefined;
|
|
40640
40774
|
primaryEntity?: string | undefined;
|
|
40641
|
-
viewType?: "custom" | "create" | "
|
|
40775
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
40642
40776
|
} | {
|
|
40643
40777
|
ref: string;
|
|
40644
40778
|
path?: string | undefined;
|
|
@@ -40683,6 +40817,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
40683
40817
|
appliesTo?: string[] | undefined;
|
|
40684
40818
|
linkedEntityId?: string | undefined;
|
|
40685
40819
|
eventIds?: Record<string, string> | undefined;
|
|
40820
|
+
typeArgs?: Record<string, string> | undefined;
|
|
40686
40821
|
emitsScope?: "internal" | "external" | undefined;
|
|
40687
40822
|
} | {
|
|
40688
40823
|
name: string;
|
|
@@ -40714,6 +40849,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
40714
40849
|
tier?: string | undefined;
|
|
40715
40850
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
40716
40851
|
definerKnob?: string | undefined;
|
|
40852
|
+
scopeOverridden?: boolean | undefined;
|
|
40717
40853
|
}[] | undefined;
|
|
40718
40854
|
listens?: {
|
|
40719
40855
|
event: string;
|
|
@@ -40855,6 +40991,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
40855
40991
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
40856
40992
|
} | undefined;
|
|
40857
40993
|
} | undefined;
|
|
40994
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
40858
40995
|
})[] | undefined;
|
|
40859
40996
|
refId?: string | undefined;
|
|
40860
40997
|
linkedEntityId?: string | undefined;
|
|
@@ -40899,6 +41036,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
40899
41036
|
appliesTo?: string[] | undefined;
|
|
40900
41037
|
linkedEntityId?: string | undefined;
|
|
40901
41038
|
eventIds?: Record<string, string> | undefined;
|
|
41039
|
+
typeArgs?: Record<string, string> | undefined;
|
|
40902
41040
|
emitsScope?: "internal" | "external" | undefined;
|
|
40903
41041
|
} | {
|
|
40904
41042
|
name: string;
|
|
@@ -40930,6 +41068,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
40930
41068
|
tier?: string | undefined;
|
|
40931
41069
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
40932
41070
|
definerKnob?: string | undefined;
|
|
41071
|
+
scopeOverridden?: boolean | undefined;
|
|
40933
41072
|
}[] | undefined;
|
|
40934
41073
|
listens?: {
|
|
40935
41074
|
event: string;
|
|
@@ -41071,6 +41210,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
41071
41210
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
41072
41211
|
} | undefined;
|
|
41073
41212
|
} | undefined;
|
|
41213
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
41074
41214
|
})[];
|
|
41075
41215
|
theme?: string | {
|
|
41076
41216
|
name: string;
|
|
@@ -41588,6 +41728,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
41588
41728
|
headers?: Record<string, string> | undefined;
|
|
41589
41729
|
serverPath?: string | undefined;
|
|
41590
41730
|
})[] | undefined;
|
|
41731
|
+
types?: Record<string, EventPayloadField[]> | undefined;
|
|
41591
41732
|
uses?: {
|
|
41592
41733
|
from: string;
|
|
41593
41734
|
as: string;
|
|
@@ -45897,6 +46038,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45897
46038
|
name: z.ZodOptional<z.ZodString>;
|
|
45898
46039
|
events: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
45899
46040
|
eventIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodString, EventId, string>>>;
|
|
46041
|
+
typeArgs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
45900
46042
|
fields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
45901
46043
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodType<ConfigFieldDeclaration, z.ZodTypeDef, ConfigFieldDeclaration>, z.ZodType<TraitConfigValue, z.ZodTypeDef, TraitConfigValue>]>>>;
|
|
45902
46044
|
appliesTo: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -46038,6 +46180,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
46038
46180
|
appliesTo?: string[] | undefined;
|
|
46039
46181
|
linkedEntityId?: EntityId | undefined;
|
|
46040
46182
|
eventIds?: Record<string, EventId> | undefined;
|
|
46183
|
+
typeArgs?: Record<string, string> | undefined;
|
|
46041
46184
|
emitsScope?: "internal" | "external" | undefined;
|
|
46042
46185
|
}, {
|
|
46043
46186
|
ref: string;
|
|
@@ -46078,6 +46221,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
46078
46221
|
appliesTo?: string[] | undefined;
|
|
46079
46222
|
linkedEntityId?: string | undefined;
|
|
46080
46223
|
eventIds?: Record<string, string> | undefined;
|
|
46224
|
+
typeArgs?: Record<string, string> | undefined;
|
|
46081
46225
|
emitsScope?: "internal" | "external" | undefined;
|
|
46082
46226
|
}>, {
|
|
46083
46227
|
ref: string;
|
|
@@ -46118,6 +46262,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
46118
46262
|
appliesTo?: string[] | undefined;
|
|
46119
46263
|
linkedEntityId?: EntityId | undefined;
|
|
46120
46264
|
eventIds?: Record<string, EventId> | undefined;
|
|
46265
|
+
typeArgs?: Record<string, string> | undefined;
|
|
46121
46266
|
emitsScope?: "internal" | "external" | undefined;
|
|
46122
46267
|
}, {
|
|
46123
46268
|
ref: string;
|
|
@@ -46158,6 +46303,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
46158
46303
|
appliesTo?: string[] | undefined;
|
|
46159
46304
|
linkedEntityId?: string | undefined;
|
|
46160
46305
|
eventIds?: Record<string, string> | undefined;
|
|
46306
|
+
typeArgs?: Record<string, string> | undefined;
|
|
46161
46307
|
emitsScope?: "internal" | "external" | undefined;
|
|
46162
46308
|
}>, z.ZodObject<{
|
|
46163
46309
|
id: z.ZodOptional<z.ZodEffects<z.ZodString, TraitId, string>>;
|
|
@@ -46436,6 +46582,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
46436
46582
|
synonyms: z.ZodOptional<z.ZodString>;
|
|
46437
46583
|
tier: z.ZodOptional<z.ZodString>;
|
|
46438
46584
|
definerKnob: z.ZodOptional<z.ZodString>;
|
|
46585
|
+
scopeOverridden: z.ZodOptional<z.ZodBoolean>;
|
|
46439
46586
|
payloadSchema: z.ZodOptional<z.ZodArray<z.ZodType<EventPayloadField, z.ZodTypeDef, EventPayloadField>, "many">>;
|
|
46440
46587
|
scope: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
|
|
46441
46588
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -46447,6 +46594,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
46447
46594
|
tier?: string | undefined;
|
|
46448
46595
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
46449
46596
|
definerKnob?: string | undefined;
|
|
46597
|
+
scopeOverridden?: boolean | undefined;
|
|
46450
46598
|
}, {
|
|
46451
46599
|
event: string;
|
|
46452
46600
|
description?: string | undefined;
|
|
@@ -46456,6 +46604,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
46456
46604
|
tier?: string | undefined;
|
|
46457
46605
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
46458
46606
|
definerKnob?: string | undefined;
|
|
46607
|
+
scopeOverridden?: boolean | undefined;
|
|
46459
46608
|
}>, "many">>;
|
|
46460
46609
|
listens: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
46461
46610
|
event: z.ZodString;
|
|
@@ -46746,6 +46895,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
46746
46895
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
46747
46896
|
} | undefined;
|
|
46748
46897
|
}>>;
|
|
46898
|
+
typeParams: z.ZodOptional<z.ZodArray<z.ZodType<TraitTypeParamDef, z.ZodTypeDef, TraitTypeParamDef>, "many">>;
|
|
46749
46899
|
}, "strip", z.ZodTypeAny, {
|
|
46750
46900
|
name: string;
|
|
46751
46901
|
scope: "collection" | "instance";
|
|
@@ -46776,6 +46926,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
46776
46926
|
tier?: string | undefined;
|
|
46777
46927
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
46778
46928
|
definerKnob?: string | undefined;
|
|
46929
|
+
scopeOverridden?: boolean | undefined;
|
|
46779
46930
|
}[] | undefined;
|
|
46780
46931
|
listens?: {
|
|
46781
46932
|
event: string;
|
|
@@ -46917,6 +47068,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
46917
47068
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
46918
47069
|
} | undefined;
|
|
46919
47070
|
} | undefined;
|
|
47071
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
46920
47072
|
}, {
|
|
46921
47073
|
name: string;
|
|
46922
47074
|
scope: "collection" | "instance";
|
|
@@ -46947,6 +47099,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
46947
47099
|
tier?: string | undefined;
|
|
46948
47100
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
46949
47101
|
definerKnob?: string | undefined;
|
|
47102
|
+
scopeOverridden?: boolean | undefined;
|
|
46950
47103
|
}[] | undefined;
|
|
46951
47104
|
listens?: {
|
|
46952
47105
|
event: string;
|
|
@@ -47088,6 +47241,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
47088
47241
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
47089
47242
|
} | undefined;
|
|
47090
47243
|
} | undefined;
|
|
47244
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
47091
47245
|
}>]>, "many">;
|
|
47092
47246
|
pages: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
47093
47247
|
id: z.ZodOptional<z.ZodEffects<z.ZodString, PageId, string>>;
|
|
@@ -47134,7 +47288,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
47134
47288
|
linkedEntityId?: EntityId | undefined;
|
|
47135
47289
|
}[] | undefined;
|
|
47136
47290
|
primaryEntity?: string | undefined;
|
|
47137
|
-
viewType?: "custom" | "create" | "
|
|
47291
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
47138
47292
|
}, {
|
|
47139
47293
|
path: string;
|
|
47140
47294
|
name: string;
|
|
@@ -47151,7 +47305,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
47151
47305
|
linkedEntityId?: string | undefined;
|
|
47152
47306
|
}[] | undefined;
|
|
47153
47307
|
primaryEntity?: string | undefined;
|
|
47154
|
-
viewType?: "custom" | "create" | "
|
|
47308
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
47155
47309
|
}>, z.ZodString, z.ZodObject<{
|
|
47156
47310
|
ref: z.ZodString;
|
|
47157
47311
|
refId: z.ZodOptional<z.ZodEffects<z.ZodString, PageId, string>>;
|
|
@@ -47169,6 +47323,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
47169
47323
|
name: z.ZodOptional<z.ZodString>;
|
|
47170
47324
|
events: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
47171
47325
|
eventIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodString, EventId, string>>>;
|
|
47326
|
+
typeArgs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
47172
47327
|
fields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
47173
47328
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodType<ConfigFieldDeclaration, z.ZodTypeDef, ConfigFieldDeclaration>, z.ZodType<TraitConfigValue, z.ZodTypeDef, TraitConfigValue>]>>>;
|
|
47174
47329
|
appliesTo: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -47310,6 +47465,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
47310
47465
|
appliesTo?: string[] | undefined;
|
|
47311
47466
|
linkedEntityId?: EntityId | undefined;
|
|
47312
47467
|
eventIds?: Record<string, EventId> | undefined;
|
|
47468
|
+
typeArgs?: Record<string, string> | undefined;
|
|
47313
47469
|
emitsScope?: "internal" | "external" | undefined;
|
|
47314
47470
|
}, {
|
|
47315
47471
|
ref: string;
|
|
@@ -47350,6 +47506,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
47350
47506
|
appliesTo?: string[] | undefined;
|
|
47351
47507
|
linkedEntityId?: string | undefined;
|
|
47352
47508
|
eventIds?: Record<string, string> | undefined;
|
|
47509
|
+
typeArgs?: Record<string, string> | undefined;
|
|
47353
47510
|
emitsScope?: "internal" | "external" | undefined;
|
|
47354
47511
|
}>, {
|
|
47355
47512
|
ref: string;
|
|
@@ -47390,6 +47547,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
47390
47547
|
appliesTo?: string[] | undefined;
|
|
47391
47548
|
linkedEntityId?: EntityId | undefined;
|
|
47392
47549
|
eventIds?: Record<string, EventId> | undefined;
|
|
47550
|
+
typeArgs?: Record<string, string> | undefined;
|
|
47393
47551
|
emitsScope?: "internal" | "external" | undefined;
|
|
47394
47552
|
}, {
|
|
47395
47553
|
ref: string;
|
|
@@ -47430,6 +47588,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
47430
47588
|
appliesTo?: string[] | undefined;
|
|
47431
47589
|
linkedEntityId?: string | undefined;
|
|
47432
47590
|
eventIds?: Record<string, string> | undefined;
|
|
47591
|
+
typeArgs?: Record<string, string> | undefined;
|
|
47433
47592
|
emitsScope?: "internal" | "external" | undefined;
|
|
47434
47593
|
}>, z.ZodObject<{
|
|
47435
47594
|
id: z.ZodOptional<z.ZodEffects<z.ZodString, TraitId, string>>;
|
|
@@ -47708,6 +47867,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
47708
47867
|
synonyms: z.ZodOptional<z.ZodString>;
|
|
47709
47868
|
tier: z.ZodOptional<z.ZodString>;
|
|
47710
47869
|
definerKnob: z.ZodOptional<z.ZodString>;
|
|
47870
|
+
scopeOverridden: z.ZodOptional<z.ZodBoolean>;
|
|
47711
47871
|
payloadSchema: z.ZodOptional<z.ZodArray<z.ZodType<EventPayloadField, z.ZodTypeDef, EventPayloadField>, "many">>;
|
|
47712
47872
|
scope: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
|
|
47713
47873
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -47719,6 +47879,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
47719
47879
|
tier?: string | undefined;
|
|
47720
47880
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
47721
47881
|
definerKnob?: string | undefined;
|
|
47882
|
+
scopeOverridden?: boolean | undefined;
|
|
47722
47883
|
}, {
|
|
47723
47884
|
event: string;
|
|
47724
47885
|
description?: string | undefined;
|
|
@@ -47728,6 +47889,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
47728
47889
|
tier?: string | undefined;
|
|
47729
47890
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
47730
47891
|
definerKnob?: string | undefined;
|
|
47892
|
+
scopeOverridden?: boolean | undefined;
|
|
47731
47893
|
}>, "many">>;
|
|
47732
47894
|
listens: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
47733
47895
|
event: z.ZodString;
|
|
@@ -48018,6 +48180,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
48018
48180
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
48019
48181
|
} | undefined;
|
|
48020
48182
|
}>>;
|
|
48183
|
+
typeParams: z.ZodOptional<z.ZodArray<z.ZodType<TraitTypeParamDef, z.ZodTypeDef, TraitTypeParamDef>, "many">>;
|
|
48021
48184
|
}, "strip", z.ZodTypeAny, {
|
|
48022
48185
|
name: string;
|
|
48023
48186
|
scope: "collection" | "instance";
|
|
@@ -48048,6 +48211,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
48048
48211
|
tier?: string | undefined;
|
|
48049
48212
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
48050
48213
|
definerKnob?: string | undefined;
|
|
48214
|
+
scopeOverridden?: boolean | undefined;
|
|
48051
48215
|
}[] | undefined;
|
|
48052
48216
|
listens?: {
|
|
48053
48217
|
event: string;
|
|
@@ -48189,6 +48353,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
48189
48353
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
48190
48354
|
} | undefined;
|
|
48191
48355
|
} | undefined;
|
|
48356
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
48192
48357
|
}, {
|
|
48193
48358
|
name: string;
|
|
48194
48359
|
scope: "collection" | "instance";
|
|
@@ -48219,6 +48384,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
48219
48384
|
tier?: string | undefined;
|
|
48220
48385
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
48221
48386
|
definerKnob?: string | undefined;
|
|
48387
|
+
scopeOverridden?: boolean | undefined;
|
|
48222
48388
|
}[] | undefined;
|
|
48223
48389
|
listens?: {
|
|
48224
48390
|
event: string;
|
|
@@ -48360,6 +48526,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
48360
48526
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
48361
48527
|
} | undefined;
|
|
48362
48528
|
} | undefined;
|
|
48529
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
48363
48530
|
}>]>, "many">>;
|
|
48364
48531
|
traitRefIds: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, TraitId, string>, "many">>;
|
|
48365
48532
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -48406,6 +48573,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
48406
48573
|
appliesTo?: string[] | undefined;
|
|
48407
48574
|
linkedEntityId?: EntityId | undefined;
|
|
48408
48575
|
eventIds?: Record<string, EventId> | undefined;
|
|
48576
|
+
typeArgs?: Record<string, string> | undefined;
|
|
48409
48577
|
emitsScope?: "internal" | "external" | undefined;
|
|
48410
48578
|
} | {
|
|
48411
48579
|
name: string;
|
|
@@ -48437,6 +48605,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
48437
48605
|
tier?: string | undefined;
|
|
48438
48606
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
48439
48607
|
definerKnob?: string | undefined;
|
|
48608
|
+
scopeOverridden?: boolean | undefined;
|
|
48440
48609
|
}[] | undefined;
|
|
48441
48610
|
listens?: {
|
|
48442
48611
|
event: string;
|
|
@@ -48578,6 +48747,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
48578
48747
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
48579
48748
|
} | undefined;
|
|
48580
48749
|
} | undefined;
|
|
48750
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
48581
48751
|
})[] | undefined;
|
|
48582
48752
|
refId?: PageId | undefined;
|
|
48583
48753
|
linkedEntityId?: EntityId | undefined;
|
|
@@ -48626,6 +48796,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
48626
48796
|
appliesTo?: string[] | undefined;
|
|
48627
48797
|
linkedEntityId?: string | undefined;
|
|
48628
48798
|
eventIds?: Record<string, string> | undefined;
|
|
48799
|
+
typeArgs?: Record<string, string> | undefined;
|
|
48629
48800
|
emitsScope?: "internal" | "external" | undefined;
|
|
48630
48801
|
} | {
|
|
48631
48802
|
name: string;
|
|
@@ -48657,6 +48828,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
48657
48828
|
tier?: string | undefined;
|
|
48658
48829
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
48659
48830
|
definerKnob?: string | undefined;
|
|
48831
|
+
scopeOverridden?: boolean | undefined;
|
|
48660
48832
|
}[] | undefined;
|
|
48661
48833
|
listens?: {
|
|
48662
48834
|
event: string;
|
|
@@ -48798,6 +48970,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
48798
48970
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
48799
48971
|
} | undefined;
|
|
48800
48972
|
} | undefined;
|
|
48973
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
48801
48974
|
})[] | undefined;
|
|
48802
48975
|
refId?: string | undefined;
|
|
48803
48976
|
linkedEntityId?: string | undefined;
|
|
@@ -49014,6 +49187,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
49014
49187
|
description: string;
|
|
49015
49188
|
appliesTo: string[];
|
|
49016
49189
|
}>, "many">>;
|
|
49190
|
+
types: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<EventPayloadField, z.ZodTypeDef, EventPayloadField>, "many">>>;
|
|
49017
49191
|
}, "strip", z.ZodTypeAny, {
|
|
49018
49192
|
entity: string | {
|
|
49019
49193
|
name: string;
|
|
@@ -49070,7 +49244,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
49070
49244
|
linkedEntityId?: EntityId | undefined;
|
|
49071
49245
|
}[] | undefined;
|
|
49072
49246
|
primaryEntity?: string | undefined;
|
|
49073
|
-
viewType?: "custom" | "create" | "
|
|
49247
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
49074
49248
|
} | {
|
|
49075
49249
|
ref: string;
|
|
49076
49250
|
path?: string | undefined;
|
|
@@ -49115,6 +49289,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
49115
49289
|
appliesTo?: string[] | undefined;
|
|
49116
49290
|
linkedEntityId?: EntityId | undefined;
|
|
49117
49291
|
eventIds?: Record<string, EventId> | undefined;
|
|
49292
|
+
typeArgs?: Record<string, string> | undefined;
|
|
49118
49293
|
emitsScope?: "internal" | "external" | undefined;
|
|
49119
49294
|
} | {
|
|
49120
49295
|
name: string;
|
|
@@ -49146,6 +49321,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
49146
49321
|
tier?: string | undefined;
|
|
49147
49322
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
49148
49323
|
definerKnob?: string | undefined;
|
|
49324
|
+
scopeOverridden?: boolean | undefined;
|
|
49149
49325
|
}[] | undefined;
|
|
49150
49326
|
listens?: {
|
|
49151
49327
|
event: string;
|
|
@@ -49287,6 +49463,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
49287
49463
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
49288
49464
|
} | undefined;
|
|
49289
49465
|
} | undefined;
|
|
49466
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
49290
49467
|
})[] | undefined;
|
|
49291
49468
|
refId?: PageId | undefined;
|
|
49292
49469
|
linkedEntityId?: EntityId | undefined;
|
|
@@ -49331,6 +49508,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
49331
49508
|
appliesTo?: string[] | undefined;
|
|
49332
49509
|
linkedEntityId?: EntityId | undefined;
|
|
49333
49510
|
eventIds?: Record<string, EventId> | undefined;
|
|
49511
|
+
typeArgs?: Record<string, string> | undefined;
|
|
49334
49512
|
emitsScope?: "internal" | "external" | undefined;
|
|
49335
49513
|
} | {
|
|
49336
49514
|
name: string;
|
|
@@ -49362,6 +49540,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
49362
49540
|
tier?: string | undefined;
|
|
49363
49541
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
49364
49542
|
definerKnob?: string | undefined;
|
|
49543
|
+
scopeOverridden?: boolean | undefined;
|
|
49365
49544
|
}[] | undefined;
|
|
49366
49545
|
listens?: {
|
|
49367
49546
|
event: string;
|
|
@@ -49503,6 +49682,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
49503
49682
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
49504
49683
|
} | undefined;
|
|
49505
49684
|
} | undefined;
|
|
49685
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
49506
49686
|
})[];
|
|
49507
49687
|
theme?: string | {
|
|
49508
49688
|
name: string;
|
|
@@ -50020,6 +50200,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
50020
50200
|
headers?: Record<string, string> | undefined;
|
|
50021
50201
|
serverPath?: string | undefined;
|
|
50022
50202
|
})[] | undefined;
|
|
50203
|
+
types?: Record<string, EventPayloadField[]> | undefined;
|
|
50023
50204
|
uses?: {
|
|
50024
50205
|
from: string;
|
|
50025
50206
|
as: string;
|
|
@@ -50131,7 +50312,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
50131
50312
|
linkedEntityId?: string | undefined;
|
|
50132
50313
|
}[] | undefined;
|
|
50133
50314
|
primaryEntity?: string | undefined;
|
|
50134
|
-
viewType?: "custom" | "create" | "
|
|
50315
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
50135
50316
|
} | {
|
|
50136
50317
|
ref: string;
|
|
50137
50318
|
path?: string | undefined;
|
|
@@ -50176,6 +50357,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
50176
50357
|
appliesTo?: string[] | undefined;
|
|
50177
50358
|
linkedEntityId?: string | undefined;
|
|
50178
50359
|
eventIds?: Record<string, string> | undefined;
|
|
50360
|
+
typeArgs?: Record<string, string> | undefined;
|
|
50179
50361
|
emitsScope?: "internal" | "external" | undefined;
|
|
50180
50362
|
} | {
|
|
50181
50363
|
name: string;
|
|
@@ -50207,6 +50389,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
50207
50389
|
tier?: string | undefined;
|
|
50208
50390
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
50209
50391
|
definerKnob?: string | undefined;
|
|
50392
|
+
scopeOverridden?: boolean | undefined;
|
|
50210
50393
|
}[] | undefined;
|
|
50211
50394
|
listens?: {
|
|
50212
50395
|
event: string;
|
|
@@ -50348,6 +50531,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
50348
50531
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
50349
50532
|
} | undefined;
|
|
50350
50533
|
} | undefined;
|
|
50534
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
50351
50535
|
})[] | undefined;
|
|
50352
50536
|
refId?: string | undefined;
|
|
50353
50537
|
linkedEntityId?: string | undefined;
|
|
@@ -50392,6 +50576,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
50392
50576
|
appliesTo?: string[] | undefined;
|
|
50393
50577
|
linkedEntityId?: string | undefined;
|
|
50394
50578
|
eventIds?: Record<string, string> | undefined;
|
|
50579
|
+
typeArgs?: Record<string, string> | undefined;
|
|
50395
50580
|
emitsScope?: "internal" | "external" | undefined;
|
|
50396
50581
|
} | {
|
|
50397
50582
|
name: string;
|
|
@@ -50423,6 +50608,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
50423
50608
|
tier?: string | undefined;
|
|
50424
50609
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
50425
50610
|
definerKnob?: string | undefined;
|
|
50611
|
+
scopeOverridden?: boolean | undefined;
|
|
50426
50612
|
}[] | undefined;
|
|
50427
50613
|
listens?: {
|
|
50428
50614
|
event: string;
|
|
@@ -50564,6 +50750,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
50564
50750
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
50565
50751
|
} | undefined;
|
|
50566
50752
|
} | undefined;
|
|
50753
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
50567
50754
|
})[];
|
|
50568
50755
|
theme?: string | {
|
|
50569
50756
|
name: string;
|
|
@@ -51081,6 +51268,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
51081
51268
|
headers?: Record<string, string> | undefined;
|
|
51082
51269
|
serverPath?: string | undefined;
|
|
51083
51270
|
})[] | undefined;
|
|
51271
|
+
types?: Record<string, EventPayloadField[]> | undefined;
|
|
51084
51272
|
uses?: {
|
|
51085
51273
|
from: string;
|
|
51086
51274
|
as: string;
|
|
@@ -55367,13 +55555,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55367
55555
|
props: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
55368
55556
|
}, "strip", z.ZodTypeAny, {
|
|
55369
55557
|
type: "custom";
|
|
55370
|
-
component: "label" | "
|
|
55558
|
+
component: "label" | "header" | "form" | "article" | "button" | "input" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "section" | "nav" | "aside" | "footer" | "main" | "a" | "div" | "span" | "p" | "ul" | "ol" | "li" | "img";
|
|
55371
55559
|
className: string;
|
|
55372
55560
|
slots?: string[] | undefined;
|
|
55373
55561
|
props?: string[] | undefined;
|
|
55374
55562
|
}, {
|
|
55375
55563
|
type: "custom";
|
|
55376
|
-
component: "label" | "
|
|
55564
|
+
component: "label" | "header" | "form" | "article" | "button" | "input" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "section" | "nav" | "aside" | "footer" | "main" | "a" | "div" | "span" | "p" | "ul" | "ol" | "li" | "img";
|
|
55377
55565
|
className: string;
|
|
55378
55566
|
slots?: string[] | undefined;
|
|
55379
55567
|
props?: string[] | undefined;
|
|
@@ -59624,6 +59812,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
59624
59812
|
name: z.ZodOptional<z.ZodString>;
|
|
59625
59813
|
events: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
59626
59814
|
eventIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodString, EventId, string>>>;
|
|
59815
|
+
typeArgs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
59627
59816
|
fields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
59628
59817
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodType<ConfigFieldDeclaration, z.ZodTypeDef, ConfigFieldDeclaration>, z.ZodType<TraitConfigValue, z.ZodTypeDef, TraitConfigValue>]>>>;
|
|
59629
59818
|
appliesTo: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -59765,6 +59954,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
59765
59954
|
appliesTo?: string[] | undefined;
|
|
59766
59955
|
linkedEntityId?: EntityId | undefined;
|
|
59767
59956
|
eventIds?: Record<string, EventId> | undefined;
|
|
59957
|
+
typeArgs?: Record<string, string> | undefined;
|
|
59768
59958
|
emitsScope?: "internal" | "external" | undefined;
|
|
59769
59959
|
}, {
|
|
59770
59960
|
ref: string;
|
|
@@ -59805,6 +59995,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
59805
59995
|
appliesTo?: string[] | undefined;
|
|
59806
59996
|
linkedEntityId?: string | undefined;
|
|
59807
59997
|
eventIds?: Record<string, string> | undefined;
|
|
59998
|
+
typeArgs?: Record<string, string> | undefined;
|
|
59808
59999
|
emitsScope?: "internal" | "external" | undefined;
|
|
59809
60000
|
}>, {
|
|
59810
60001
|
ref: string;
|
|
@@ -59845,6 +60036,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
59845
60036
|
appliesTo?: string[] | undefined;
|
|
59846
60037
|
linkedEntityId?: EntityId | undefined;
|
|
59847
60038
|
eventIds?: Record<string, EventId> | undefined;
|
|
60039
|
+
typeArgs?: Record<string, string> | undefined;
|
|
59848
60040
|
emitsScope?: "internal" | "external" | undefined;
|
|
59849
60041
|
}, {
|
|
59850
60042
|
ref: string;
|
|
@@ -59885,6 +60077,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
59885
60077
|
appliesTo?: string[] | undefined;
|
|
59886
60078
|
linkedEntityId?: string | undefined;
|
|
59887
60079
|
eventIds?: Record<string, string> | undefined;
|
|
60080
|
+
typeArgs?: Record<string, string> | undefined;
|
|
59888
60081
|
emitsScope?: "internal" | "external" | undefined;
|
|
59889
60082
|
}>, z.ZodObject<{
|
|
59890
60083
|
id: z.ZodOptional<z.ZodEffects<z.ZodString, TraitId, string>>;
|
|
@@ -60163,6 +60356,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
60163
60356
|
synonyms: z.ZodOptional<z.ZodString>;
|
|
60164
60357
|
tier: z.ZodOptional<z.ZodString>;
|
|
60165
60358
|
definerKnob: z.ZodOptional<z.ZodString>;
|
|
60359
|
+
scopeOverridden: z.ZodOptional<z.ZodBoolean>;
|
|
60166
60360
|
payloadSchema: z.ZodOptional<z.ZodArray<z.ZodType<EventPayloadField, z.ZodTypeDef, EventPayloadField>, "many">>;
|
|
60167
60361
|
scope: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
|
|
60168
60362
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -60174,6 +60368,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
60174
60368
|
tier?: string | undefined;
|
|
60175
60369
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
60176
60370
|
definerKnob?: string | undefined;
|
|
60371
|
+
scopeOverridden?: boolean | undefined;
|
|
60177
60372
|
}, {
|
|
60178
60373
|
event: string;
|
|
60179
60374
|
description?: string | undefined;
|
|
@@ -60183,6 +60378,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
60183
60378
|
tier?: string | undefined;
|
|
60184
60379
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
60185
60380
|
definerKnob?: string | undefined;
|
|
60381
|
+
scopeOverridden?: boolean | undefined;
|
|
60186
60382
|
}>, "many">>;
|
|
60187
60383
|
listens: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
60188
60384
|
event: z.ZodString;
|
|
@@ -60473,6 +60669,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
60473
60669
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
60474
60670
|
} | undefined;
|
|
60475
60671
|
}>>;
|
|
60672
|
+
typeParams: z.ZodOptional<z.ZodArray<z.ZodType<TraitTypeParamDef, z.ZodTypeDef, TraitTypeParamDef>, "many">>;
|
|
60476
60673
|
}, "strip", z.ZodTypeAny, {
|
|
60477
60674
|
name: string;
|
|
60478
60675
|
scope: "collection" | "instance";
|
|
@@ -60503,6 +60700,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
60503
60700
|
tier?: string | undefined;
|
|
60504
60701
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
60505
60702
|
definerKnob?: string | undefined;
|
|
60703
|
+
scopeOverridden?: boolean | undefined;
|
|
60506
60704
|
}[] | undefined;
|
|
60507
60705
|
listens?: {
|
|
60508
60706
|
event: string;
|
|
@@ -60644,6 +60842,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
60644
60842
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
60645
60843
|
} | undefined;
|
|
60646
60844
|
} | undefined;
|
|
60845
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
60647
60846
|
}, {
|
|
60648
60847
|
name: string;
|
|
60649
60848
|
scope: "collection" | "instance";
|
|
@@ -60674,6 +60873,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
60674
60873
|
tier?: string | undefined;
|
|
60675
60874
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
60676
60875
|
definerKnob?: string | undefined;
|
|
60876
|
+
scopeOverridden?: boolean | undefined;
|
|
60677
60877
|
}[] | undefined;
|
|
60678
60878
|
listens?: {
|
|
60679
60879
|
event: string;
|
|
@@ -60815,6 +61015,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
60815
61015
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
60816
61016
|
} | undefined;
|
|
60817
61017
|
} | undefined;
|
|
61018
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
60818
61019
|
}>]>, "many">;
|
|
60819
61020
|
pages: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
60820
61021
|
id: z.ZodOptional<z.ZodEffects<z.ZodString, PageId, string>>;
|
|
@@ -60861,7 +61062,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
60861
61062
|
linkedEntityId?: EntityId | undefined;
|
|
60862
61063
|
}[] | undefined;
|
|
60863
61064
|
primaryEntity?: string | undefined;
|
|
60864
|
-
viewType?: "custom" | "create" | "
|
|
61065
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
60865
61066
|
}, {
|
|
60866
61067
|
path: string;
|
|
60867
61068
|
name: string;
|
|
@@ -60878,7 +61079,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
60878
61079
|
linkedEntityId?: string | undefined;
|
|
60879
61080
|
}[] | undefined;
|
|
60880
61081
|
primaryEntity?: string | undefined;
|
|
60881
|
-
viewType?: "custom" | "create" | "
|
|
61082
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
60882
61083
|
}>, z.ZodString, z.ZodObject<{
|
|
60883
61084
|
ref: z.ZodString;
|
|
60884
61085
|
refId: z.ZodOptional<z.ZodEffects<z.ZodString, PageId, string>>;
|
|
@@ -60896,6 +61097,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
60896
61097
|
name: z.ZodOptional<z.ZodString>;
|
|
60897
61098
|
events: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
60898
61099
|
eventIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodString, EventId, string>>>;
|
|
61100
|
+
typeArgs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
60899
61101
|
fields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
60900
61102
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodType<ConfigFieldDeclaration, z.ZodTypeDef, ConfigFieldDeclaration>, z.ZodType<TraitConfigValue, z.ZodTypeDef, TraitConfigValue>]>>>;
|
|
60901
61103
|
appliesTo: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -61037,6 +61239,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
61037
61239
|
appliesTo?: string[] | undefined;
|
|
61038
61240
|
linkedEntityId?: EntityId | undefined;
|
|
61039
61241
|
eventIds?: Record<string, EventId> | undefined;
|
|
61242
|
+
typeArgs?: Record<string, string> | undefined;
|
|
61040
61243
|
emitsScope?: "internal" | "external" | undefined;
|
|
61041
61244
|
}, {
|
|
61042
61245
|
ref: string;
|
|
@@ -61077,6 +61280,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
61077
61280
|
appliesTo?: string[] | undefined;
|
|
61078
61281
|
linkedEntityId?: string | undefined;
|
|
61079
61282
|
eventIds?: Record<string, string> | undefined;
|
|
61283
|
+
typeArgs?: Record<string, string> | undefined;
|
|
61080
61284
|
emitsScope?: "internal" | "external" | undefined;
|
|
61081
61285
|
}>, {
|
|
61082
61286
|
ref: string;
|
|
@@ -61117,6 +61321,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
61117
61321
|
appliesTo?: string[] | undefined;
|
|
61118
61322
|
linkedEntityId?: EntityId | undefined;
|
|
61119
61323
|
eventIds?: Record<string, EventId> | undefined;
|
|
61324
|
+
typeArgs?: Record<string, string> | undefined;
|
|
61120
61325
|
emitsScope?: "internal" | "external" | undefined;
|
|
61121
61326
|
}, {
|
|
61122
61327
|
ref: string;
|
|
@@ -61157,6 +61362,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
61157
61362
|
appliesTo?: string[] | undefined;
|
|
61158
61363
|
linkedEntityId?: string | undefined;
|
|
61159
61364
|
eventIds?: Record<string, string> | undefined;
|
|
61365
|
+
typeArgs?: Record<string, string> | undefined;
|
|
61160
61366
|
emitsScope?: "internal" | "external" | undefined;
|
|
61161
61367
|
}>, z.ZodObject<{
|
|
61162
61368
|
id: z.ZodOptional<z.ZodEffects<z.ZodString, TraitId, string>>;
|
|
@@ -61435,6 +61641,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
61435
61641
|
synonyms: z.ZodOptional<z.ZodString>;
|
|
61436
61642
|
tier: z.ZodOptional<z.ZodString>;
|
|
61437
61643
|
definerKnob: z.ZodOptional<z.ZodString>;
|
|
61644
|
+
scopeOverridden: z.ZodOptional<z.ZodBoolean>;
|
|
61438
61645
|
payloadSchema: z.ZodOptional<z.ZodArray<z.ZodType<EventPayloadField, z.ZodTypeDef, EventPayloadField>, "many">>;
|
|
61439
61646
|
scope: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
|
|
61440
61647
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -61446,6 +61653,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
61446
61653
|
tier?: string | undefined;
|
|
61447
61654
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
61448
61655
|
definerKnob?: string | undefined;
|
|
61656
|
+
scopeOverridden?: boolean | undefined;
|
|
61449
61657
|
}, {
|
|
61450
61658
|
event: string;
|
|
61451
61659
|
description?: string | undefined;
|
|
@@ -61455,6 +61663,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
61455
61663
|
tier?: string | undefined;
|
|
61456
61664
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
61457
61665
|
definerKnob?: string | undefined;
|
|
61666
|
+
scopeOverridden?: boolean | undefined;
|
|
61458
61667
|
}>, "many">>;
|
|
61459
61668
|
listens: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
61460
61669
|
event: z.ZodString;
|
|
@@ -61745,6 +61954,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
61745
61954
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
61746
61955
|
} | undefined;
|
|
61747
61956
|
}>>;
|
|
61957
|
+
typeParams: z.ZodOptional<z.ZodArray<z.ZodType<TraitTypeParamDef, z.ZodTypeDef, TraitTypeParamDef>, "many">>;
|
|
61748
61958
|
}, "strip", z.ZodTypeAny, {
|
|
61749
61959
|
name: string;
|
|
61750
61960
|
scope: "collection" | "instance";
|
|
@@ -61775,6 +61985,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
61775
61985
|
tier?: string | undefined;
|
|
61776
61986
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
61777
61987
|
definerKnob?: string | undefined;
|
|
61988
|
+
scopeOverridden?: boolean | undefined;
|
|
61778
61989
|
}[] | undefined;
|
|
61779
61990
|
listens?: {
|
|
61780
61991
|
event: string;
|
|
@@ -61916,6 +62127,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
61916
62127
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
61917
62128
|
} | undefined;
|
|
61918
62129
|
} | undefined;
|
|
62130
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
61919
62131
|
}, {
|
|
61920
62132
|
name: string;
|
|
61921
62133
|
scope: "collection" | "instance";
|
|
@@ -61946,6 +62158,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
61946
62158
|
tier?: string | undefined;
|
|
61947
62159
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
61948
62160
|
definerKnob?: string | undefined;
|
|
62161
|
+
scopeOverridden?: boolean | undefined;
|
|
61949
62162
|
}[] | undefined;
|
|
61950
62163
|
listens?: {
|
|
61951
62164
|
event: string;
|
|
@@ -62087,6 +62300,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
62087
62300
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
62088
62301
|
} | undefined;
|
|
62089
62302
|
} | undefined;
|
|
62303
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
62090
62304
|
}>]>, "many">>;
|
|
62091
62305
|
traitRefIds: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, TraitId, string>, "many">>;
|
|
62092
62306
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -62133,6 +62347,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
62133
62347
|
appliesTo?: string[] | undefined;
|
|
62134
62348
|
linkedEntityId?: EntityId | undefined;
|
|
62135
62349
|
eventIds?: Record<string, EventId> | undefined;
|
|
62350
|
+
typeArgs?: Record<string, string> | undefined;
|
|
62136
62351
|
emitsScope?: "internal" | "external" | undefined;
|
|
62137
62352
|
} | {
|
|
62138
62353
|
name: string;
|
|
@@ -62164,6 +62379,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
62164
62379
|
tier?: string | undefined;
|
|
62165
62380
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
62166
62381
|
definerKnob?: string | undefined;
|
|
62382
|
+
scopeOverridden?: boolean | undefined;
|
|
62167
62383
|
}[] | undefined;
|
|
62168
62384
|
listens?: {
|
|
62169
62385
|
event: string;
|
|
@@ -62305,6 +62521,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
62305
62521
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
62306
62522
|
} | undefined;
|
|
62307
62523
|
} | undefined;
|
|
62524
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
62308
62525
|
})[] | undefined;
|
|
62309
62526
|
refId?: PageId | undefined;
|
|
62310
62527
|
linkedEntityId?: EntityId | undefined;
|
|
@@ -62353,6 +62570,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
62353
62570
|
appliesTo?: string[] | undefined;
|
|
62354
62571
|
linkedEntityId?: string | undefined;
|
|
62355
62572
|
eventIds?: Record<string, string> | undefined;
|
|
62573
|
+
typeArgs?: Record<string, string> | undefined;
|
|
62356
62574
|
emitsScope?: "internal" | "external" | undefined;
|
|
62357
62575
|
} | {
|
|
62358
62576
|
name: string;
|
|
@@ -62384,6 +62602,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
62384
62602
|
tier?: string | undefined;
|
|
62385
62603
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
62386
62604
|
definerKnob?: string | undefined;
|
|
62605
|
+
scopeOverridden?: boolean | undefined;
|
|
62387
62606
|
}[] | undefined;
|
|
62388
62607
|
listens?: {
|
|
62389
62608
|
event: string;
|
|
@@ -62525,6 +62744,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
62525
62744
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
62526
62745
|
} | undefined;
|
|
62527
62746
|
} | undefined;
|
|
62747
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
62528
62748
|
})[] | undefined;
|
|
62529
62749
|
refId?: string | undefined;
|
|
62530
62750
|
linkedEntityId?: string | undefined;
|
|
@@ -62741,6 +62961,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
62741
62961
|
description: string;
|
|
62742
62962
|
appliesTo: string[];
|
|
62743
62963
|
}>, "many">>;
|
|
62964
|
+
types: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<EventPayloadField, z.ZodTypeDef, EventPayloadField>, "many">>>;
|
|
62744
62965
|
}, "strip", z.ZodTypeAny, {
|
|
62745
62966
|
entity: string | {
|
|
62746
62967
|
name: string;
|
|
@@ -62797,7 +63018,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
62797
63018
|
linkedEntityId?: EntityId | undefined;
|
|
62798
63019
|
}[] | undefined;
|
|
62799
63020
|
primaryEntity?: string | undefined;
|
|
62800
|
-
viewType?: "custom" | "create" | "
|
|
63021
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
62801
63022
|
} | {
|
|
62802
63023
|
ref: string;
|
|
62803
63024
|
path?: string | undefined;
|
|
@@ -62842,6 +63063,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
62842
63063
|
appliesTo?: string[] | undefined;
|
|
62843
63064
|
linkedEntityId?: EntityId | undefined;
|
|
62844
63065
|
eventIds?: Record<string, EventId> | undefined;
|
|
63066
|
+
typeArgs?: Record<string, string> | undefined;
|
|
62845
63067
|
emitsScope?: "internal" | "external" | undefined;
|
|
62846
63068
|
} | {
|
|
62847
63069
|
name: string;
|
|
@@ -62873,6 +63095,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
62873
63095
|
tier?: string | undefined;
|
|
62874
63096
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
62875
63097
|
definerKnob?: string | undefined;
|
|
63098
|
+
scopeOverridden?: boolean | undefined;
|
|
62876
63099
|
}[] | undefined;
|
|
62877
63100
|
listens?: {
|
|
62878
63101
|
event: string;
|
|
@@ -63014,6 +63237,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
63014
63237
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
63015
63238
|
} | undefined;
|
|
63016
63239
|
} | undefined;
|
|
63240
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
63017
63241
|
})[] | undefined;
|
|
63018
63242
|
refId?: PageId | undefined;
|
|
63019
63243
|
linkedEntityId?: EntityId | undefined;
|
|
@@ -63058,6 +63282,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
63058
63282
|
appliesTo?: string[] | undefined;
|
|
63059
63283
|
linkedEntityId?: EntityId | undefined;
|
|
63060
63284
|
eventIds?: Record<string, EventId> | undefined;
|
|
63285
|
+
typeArgs?: Record<string, string> | undefined;
|
|
63061
63286
|
emitsScope?: "internal" | "external" | undefined;
|
|
63062
63287
|
} | {
|
|
63063
63288
|
name: string;
|
|
@@ -63089,6 +63314,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
63089
63314
|
tier?: string | undefined;
|
|
63090
63315
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
63091
63316
|
definerKnob?: string | undefined;
|
|
63317
|
+
scopeOverridden?: boolean | undefined;
|
|
63092
63318
|
}[] | undefined;
|
|
63093
63319
|
listens?: {
|
|
63094
63320
|
event: string;
|
|
@@ -63230,6 +63456,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
63230
63456
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
63231
63457
|
} | undefined;
|
|
63232
63458
|
} | undefined;
|
|
63459
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
63233
63460
|
})[];
|
|
63234
63461
|
theme?: string | {
|
|
63235
63462
|
name: string;
|
|
@@ -63747,6 +63974,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
63747
63974
|
headers?: Record<string, string> | undefined;
|
|
63748
63975
|
serverPath?: string | undefined;
|
|
63749
63976
|
})[] | undefined;
|
|
63977
|
+
types?: Record<string, EventPayloadField[]> | undefined;
|
|
63750
63978
|
uses?: {
|
|
63751
63979
|
from: string;
|
|
63752
63980
|
as: string;
|
|
@@ -63858,7 +64086,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
63858
64086
|
linkedEntityId?: string | undefined;
|
|
63859
64087
|
}[] | undefined;
|
|
63860
64088
|
primaryEntity?: string | undefined;
|
|
63861
|
-
viewType?: "custom" | "create" | "
|
|
64089
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
63862
64090
|
} | {
|
|
63863
64091
|
ref: string;
|
|
63864
64092
|
path?: string | undefined;
|
|
@@ -63903,6 +64131,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
63903
64131
|
appliesTo?: string[] | undefined;
|
|
63904
64132
|
linkedEntityId?: string | undefined;
|
|
63905
64133
|
eventIds?: Record<string, string> | undefined;
|
|
64134
|
+
typeArgs?: Record<string, string> | undefined;
|
|
63906
64135
|
emitsScope?: "internal" | "external" | undefined;
|
|
63907
64136
|
} | {
|
|
63908
64137
|
name: string;
|
|
@@ -63934,6 +64163,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
63934
64163
|
tier?: string | undefined;
|
|
63935
64164
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
63936
64165
|
definerKnob?: string | undefined;
|
|
64166
|
+
scopeOverridden?: boolean | undefined;
|
|
63937
64167
|
}[] | undefined;
|
|
63938
64168
|
listens?: {
|
|
63939
64169
|
event: string;
|
|
@@ -64075,6 +64305,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
64075
64305
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
64076
64306
|
} | undefined;
|
|
64077
64307
|
} | undefined;
|
|
64308
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
64078
64309
|
})[] | undefined;
|
|
64079
64310
|
refId?: string | undefined;
|
|
64080
64311
|
linkedEntityId?: string | undefined;
|
|
@@ -64119,6 +64350,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
64119
64350
|
appliesTo?: string[] | undefined;
|
|
64120
64351
|
linkedEntityId?: string | undefined;
|
|
64121
64352
|
eventIds?: Record<string, string> | undefined;
|
|
64353
|
+
typeArgs?: Record<string, string> | undefined;
|
|
64122
64354
|
emitsScope?: "internal" | "external" | undefined;
|
|
64123
64355
|
} | {
|
|
64124
64356
|
name: string;
|
|
@@ -64150,6 +64382,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
64150
64382
|
tier?: string | undefined;
|
|
64151
64383
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
64152
64384
|
definerKnob?: string | undefined;
|
|
64385
|
+
scopeOverridden?: boolean | undefined;
|
|
64153
64386
|
}[] | undefined;
|
|
64154
64387
|
listens?: {
|
|
64155
64388
|
event: string;
|
|
@@ -64291,6 +64524,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
64291
64524
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
64292
64525
|
} | undefined;
|
|
64293
64526
|
} | undefined;
|
|
64527
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
64294
64528
|
})[];
|
|
64295
64529
|
theme?: string | {
|
|
64296
64530
|
name: string;
|
|
@@ -64808,6 +65042,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
64808
65042
|
headers?: Record<string, string> | undefined;
|
|
64809
65043
|
serverPath?: string | undefined;
|
|
64810
65044
|
})[] | undefined;
|
|
65045
|
+
types?: Record<string, EventPayloadField[]> | undefined;
|
|
64811
65046
|
uses?: {
|
|
64812
65047
|
from: string;
|
|
64813
65048
|
as: string;
|
|
@@ -65220,7 +65455,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
65220
65455
|
linkedEntityId?: EntityId | undefined;
|
|
65221
65456
|
}[] | undefined;
|
|
65222
65457
|
primaryEntity?: string | undefined;
|
|
65223
|
-
viewType?: "custom" | "create" | "
|
|
65458
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
65224
65459
|
} | {
|
|
65225
65460
|
ref: string;
|
|
65226
65461
|
path?: string | undefined;
|
|
@@ -65265,6 +65500,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
65265
65500
|
appliesTo?: string[] | undefined;
|
|
65266
65501
|
linkedEntityId?: EntityId | undefined;
|
|
65267
65502
|
eventIds?: Record<string, EventId> | undefined;
|
|
65503
|
+
typeArgs?: Record<string, string> | undefined;
|
|
65268
65504
|
emitsScope?: "internal" | "external" | undefined;
|
|
65269
65505
|
} | {
|
|
65270
65506
|
name: string;
|
|
@@ -65296,6 +65532,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
65296
65532
|
tier?: string | undefined;
|
|
65297
65533
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
65298
65534
|
definerKnob?: string | undefined;
|
|
65535
|
+
scopeOverridden?: boolean | undefined;
|
|
65299
65536
|
}[] | undefined;
|
|
65300
65537
|
listens?: {
|
|
65301
65538
|
event: string;
|
|
@@ -65437,6 +65674,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
65437
65674
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
65438
65675
|
} | undefined;
|
|
65439
65676
|
} | undefined;
|
|
65677
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
65440
65678
|
})[] | undefined;
|
|
65441
65679
|
refId?: PageId | undefined;
|
|
65442
65680
|
linkedEntityId?: EntityId | undefined;
|
|
@@ -65481,6 +65719,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
65481
65719
|
appliesTo?: string[] | undefined;
|
|
65482
65720
|
linkedEntityId?: EntityId | undefined;
|
|
65483
65721
|
eventIds?: Record<string, EventId> | undefined;
|
|
65722
|
+
typeArgs?: Record<string, string> | undefined;
|
|
65484
65723
|
emitsScope?: "internal" | "external" | undefined;
|
|
65485
65724
|
} | {
|
|
65486
65725
|
name: string;
|
|
@@ -65512,6 +65751,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
65512
65751
|
tier?: string | undefined;
|
|
65513
65752
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
65514
65753
|
definerKnob?: string | undefined;
|
|
65754
|
+
scopeOverridden?: boolean | undefined;
|
|
65515
65755
|
}[] | undefined;
|
|
65516
65756
|
listens?: {
|
|
65517
65757
|
event: string;
|
|
@@ -65653,6 +65893,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
65653
65893
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
65654
65894
|
} | undefined;
|
|
65655
65895
|
} | undefined;
|
|
65896
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
65656
65897
|
})[];
|
|
65657
65898
|
theme?: string | {
|
|
65658
65899
|
name: string;
|
|
@@ -66170,6 +66411,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
66170
66411
|
headers?: Record<string, string> | undefined;
|
|
66171
66412
|
serverPath?: string | undefined;
|
|
66172
66413
|
})[] | undefined;
|
|
66414
|
+
types?: Record<string, EventPayloadField[]> | undefined;
|
|
66173
66415
|
uses?: {
|
|
66174
66416
|
from: string;
|
|
66175
66417
|
as: string;
|
|
@@ -66758,7 +67000,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
66758
67000
|
designTokens?: Record<string, Record<string, string>> | undefined;
|
|
66759
67001
|
customPatterns?: Record<string, {
|
|
66760
67002
|
type: "custom";
|
|
66761
|
-
component: "label" | "
|
|
67003
|
+
component: "label" | "header" | "form" | "article" | "button" | "input" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "section" | "nav" | "aside" | "footer" | "main" | "a" | "div" | "span" | "p" | "ul" | "ol" | "li" | "img";
|
|
66762
67004
|
className: string;
|
|
66763
67005
|
slots?: string[] | undefined;
|
|
66764
67006
|
props?: string[] | undefined;
|
|
@@ -66849,7 +67091,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
66849
67091
|
linkedEntityId?: string | undefined;
|
|
66850
67092
|
}[] | undefined;
|
|
66851
67093
|
primaryEntity?: string | undefined;
|
|
66852
|
-
viewType?: "custom" | "create" | "
|
|
67094
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
66853
67095
|
} | {
|
|
66854
67096
|
ref: string;
|
|
66855
67097
|
path?: string | undefined;
|
|
@@ -66894,6 +67136,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
66894
67136
|
appliesTo?: string[] | undefined;
|
|
66895
67137
|
linkedEntityId?: string | undefined;
|
|
66896
67138
|
eventIds?: Record<string, string> | undefined;
|
|
67139
|
+
typeArgs?: Record<string, string> | undefined;
|
|
66897
67140
|
emitsScope?: "internal" | "external" | undefined;
|
|
66898
67141
|
} | {
|
|
66899
67142
|
name: string;
|
|
@@ -66925,6 +67168,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
66925
67168
|
tier?: string | undefined;
|
|
66926
67169
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
66927
67170
|
definerKnob?: string | undefined;
|
|
67171
|
+
scopeOverridden?: boolean | undefined;
|
|
66928
67172
|
}[] | undefined;
|
|
66929
67173
|
listens?: {
|
|
66930
67174
|
event: string;
|
|
@@ -67066,6 +67310,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
67066
67310
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
67067
67311
|
} | undefined;
|
|
67068
67312
|
} | undefined;
|
|
67313
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
67069
67314
|
})[] | undefined;
|
|
67070
67315
|
refId?: string | undefined;
|
|
67071
67316
|
linkedEntityId?: string | undefined;
|
|
@@ -67110,6 +67355,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
67110
67355
|
appliesTo?: string[] | undefined;
|
|
67111
67356
|
linkedEntityId?: string | undefined;
|
|
67112
67357
|
eventIds?: Record<string, string> | undefined;
|
|
67358
|
+
typeArgs?: Record<string, string> | undefined;
|
|
67113
67359
|
emitsScope?: "internal" | "external" | undefined;
|
|
67114
67360
|
} | {
|
|
67115
67361
|
name: string;
|
|
@@ -67141,6 +67387,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
67141
67387
|
tier?: string | undefined;
|
|
67142
67388
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
67143
67389
|
definerKnob?: string | undefined;
|
|
67390
|
+
scopeOverridden?: boolean | undefined;
|
|
67144
67391
|
}[] | undefined;
|
|
67145
67392
|
listens?: {
|
|
67146
67393
|
event: string;
|
|
@@ -67282,6 +67529,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
67282
67529
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
67283
67530
|
} | undefined;
|
|
67284
67531
|
} | undefined;
|
|
67532
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
67285
67533
|
})[];
|
|
67286
67534
|
theme?: string | {
|
|
67287
67535
|
name: string;
|
|
@@ -67799,6 +68047,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
67799
68047
|
headers?: Record<string, string> | undefined;
|
|
67800
68048
|
serverPath?: string | undefined;
|
|
67801
68049
|
})[] | undefined;
|
|
68050
|
+
types?: Record<string, EventPayloadField[]> | undefined;
|
|
67802
68051
|
uses?: {
|
|
67803
68052
|
from: string;
|
|
67804
68053
|
as: string;
|
|
@@ -68387,7 +68636,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
68387
68636
|
designTokens?: Record<string, Record<string, string>> | undefined;
|
|
68388
68637
|
customPatterns?: Record<string, {
|
|
68389
68638
|
type: "custom";
|
|
68390
|
-
component: "label" | "
|
|
68639
|
+
component: "label" | "header" | "form" | "article" | "button" | "input" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "section" | "nav" | "aside" | "footer" | "main" | "a" | "div" | "span" | "p" | "ul" | "ol" | "li" | "img";
|
|
68391
68640
|
className: string;
|
|
68392
68641
|
slots?: string[] | undefined;
|
|
68393
68642
|
props?: string[] | undefined;
|
|
@@ -68543,7 +68792,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
68543
68792
|
linkedEntityId?: string | undefined;
|
|
68544
68793
|
}[] | undefined;
|
|
68545
68794
|
primaryEntity?: string | undefined;
|
|
68546
|
-
viewType?: "custom" | "create" | "
|
|
68795
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
68547
68796
|
} | {
|
|
68548
68797
|
ref: string;
|
|
68549
68798
|
path?: string | undefined;
|
|
@@ -68588,6 +68837,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
68588
68837
|
appliesTo?: string[] | undefined;
|
|
68589
68838
|
linkedEntityId?: string | undefined;
|
|
68590
68839
|
eventIds?: Record<string, string> | undefined;
|
|
68840
|
+
typeArgs?: Record<string, string> | undefined;
|
|
68591
68841
|
emitsScope?: "internal" | "external" | undefined;
|
|
68592
68842
|
} | {
|
|
68593
68843
|
name: string;
|
|
@@ -68619,6 +68869,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
68619
68869
|
tier?: string | undefined;
|
|
68620
68870
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
68621
68871
|
definerKnob?: string | undefined;
|
|
68872
|
+
scopeOverridden?: boolean | undefined;
|
|
68622
68873
|
}[] | undefined;
|
|
68623
68874
|
listens?: {
|
|
68624
68875
|
event: string;
|
|
@@ -68760,6 +69011,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
68760
69011
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
68761
69012
|
} | undefined;
|
|
68762
69013
|
} | undefined;
|
|
69014
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
68763
69015
|
})[] | undefined;
|
|
68764
69016
|
refId?: string | undefined;
|
|
68765
69017
|
linkedEntityId?: string | undefined;
|
|
@@ -68804,6 +69056,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
68804
69056
|
appliesTo?: string[] | undefined;
|
|
68805
69057
|
linkedEntityId?: string | undefined;
|
|
68806
69058
|
eventIds?: Record<string, string> | undefined;
|
|
69059
|
+
typeArgs?: Record<string, string> | undefined;
|
|
68807
69060
|
emitsScope?: "internal" | "external" | undefined;
|
|
68808
69061
|
} | {
|
|
68809
69062
|
name: string;
|
|
@@ -68835,6 +69088,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
68835
69088
|
tier?: string | undefined;
|
|
68836
69089
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
68837
69090
|
definerKnob?: string | undefined;
|
|
69091
|
+
scopeOverridden?: boolean | undefined;
|
|
68838
69092
|
}[] | undefined;
|
|
68839
69093
|
listens?: {
|
|
68840
69094
|
event: string;
|
|
@@ -68976,6 +69230,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
68976
69230
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
68977
69231
|
} | undefined;
|
|
68978
69232
|
} | undefined;
|
|
69233
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
68979
69234
|
})[];
|
|
68980
69235
|
theme?: string | {
|
|
68981
69236
|
name: string;
|
|
@@ -69493,6 +69748,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
69493
69748
|
headers?: Record<string, string> | undefined;
|
|
69494
69749
|
serverPath?: string | undefined;
|
|
69495
69750
|
})[] | undefined;
|
|
69751
|
+
types?: Record<string, EventPayloadField[]> | undefined;
|
|
69496
69752
|
uses?: {
|
|
69497
69753
|
from: string;
|
|
69498
69754
|
as: string;
|
|
@@ -70081,7 +70337,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
70081
70337
|
designTokens?: Record<string, Record<string, string>> | undefined;
|
|
70082
70338
|
customPatterns?: Record<string, {
|
|
70083
70339
|
type: "custom";
|
|
70084
|
-
component: "label" | "
|
|
70340
|
+
component: "label" | "header" | "form" | "article" | "button" | "input" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "section" | "nav" | "aside" | "footer" | "main" | "a" | "div" | "span" | "p" | "ul" | "ol" | "li" | "img";
|
|
70085
70341
|
className: string;
|
|
70086
70342
|
slots?: string[] | undefined;
|
|
70087
70343
|
props?: string[] | undefined;
|
|
@@ -70172,7 +70428,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
70172
70428
|
linkedEntityId?: EntityId | undefined;
|
|
70173
70429
|
}[] | undefined;
|
|
70174
70430
|
primaryEntity?: string | undefined;
|
|
70175
|
-
viewType?: "custom" | "create" | "
|
|
70431
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
70176
70432
|
} | {
|
|
70177
70433
|
ref: string;
|
|
70178
70434
|
path?: string | undefined;
|
|
@@ -70217,6 +70473,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
70217
70473
|
appliesTo?: string[] | undefined;
|
|
70218
70474
|
linkedEntityId?: EntityId | undefined;
|
|
70219
70475
|
eventIds?: Record<string, EventId> | undefined;
|
|
70476
|
+
typeArgs?: Record<string, string> | undefined;
|
|
70220
70477
|
emitsScope?: "internal" | "external" | undefined;
|
|
70221
70478
|
} | {
|
|
70222
70479
|
name: string;
|
|
@@ -70248,6 +70505,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
70248
70505
|
tier?: string | undefined;
|
|
70249
70506
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
70250
70507
|
definerKnob?: string | undefined;
|
|
70508
|
+
scopeOverridden?: boolean | undefined;
|
|
70251
70509
|
}[] | undefined;
|
|
70252
70510
|
listens?: {
|
|
70253
70511
|
event: string;
|
|
@@ -70389,6 +70647,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
70389
70647
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
70390
70648
|
} | undefined;
|
|
70391
70649
|
} | undefined;
|
|
70650
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
70392
70651
|
})[] | undefined;
|
|
70393
70652
|
refId?: PageId | undefined;
|
|
70394
70653
|
linkedEntityId?: EntityId | undefined;
|
|
@@ -70433,6 +70692,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
70433
70692
|
appliesTo?: string[] | undefined;
|
|
70434
70693
|
linkedEntityId?: EntityId | undefined;
|
|
70435
70694
|
eventIds?: Record<string, EventId> | undefined;
|
|
70695
|
+
typeArgs?: Record<string, string> | undefined;
|
|
70436
70696
|
emitsScope?: "internal" | "external" | undefined;
|
|
70437
70697
|
} | {
|
|
70438
70698
|
name: string;
|
|
@@ -70464,6 +70724,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
70464
70724
|
tier?: string | undefined;
|
|
70465
70725
|
payloadSchema?: EventPayloadField[] | undefined;
|
|
70466
70726
|
definerKnob?: string | undefined;
|
|
70727
|
+
scopeOverridden?: boolean | undefined;
|
|
70467
70728
|
}[] | undefined;
|
|
70468
70729
|
listens?: {
|
|
70469
70730
|
event: string;
|
|
@@ -70605,6 +70866,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
70605
70866
|
aspect?: "1:1" | "16:9" | "5:7" | "8:1" | undefined;
|
|
70606
70867
|
} | undefined;
|
|
70607
70868
|
} | undefined;
|
|
70869
|
+
typeParams?: TraitTypeParamDef[] | undefined;
|
|
70608
70870
|
})[];
|
|
70609
70871
|
theme?: string | {
|
|
70610
70872
|
name: string;
|
|
@@ -71122,6 +71384,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
71122
71384
|
headers?: Record<string, string> | undefined;
|
|
71123
71385
|
serverPath?: string | undefined;
|
|
71124
71386
|
})[] | undefined;
|
|
71387
|
+
types?: Record<string, EventPayloadField[]> | undefined;
|
|
71125
71388
|
uses?: {
|
|
71126
71389
|
from: string;
|
|
71127
71390
|
as: string;
|
|
@@ -71710,7 +71973,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
71710
71973
|
designTokens?: Record<string, Record<string, string>> | undefined;
|
|
71711
71974
|
customPatterns?: Record<string, {
|
|
71712
71975
|
type: "custom";
|
|
71713
|
-
component: "label" | "
|
|
71976
|
+
component: "label" | "header" | "form" | "article" | "button" | "input" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "section" | "nav" | "aside" | "footer" | "main" | "a" | "div" | "span" | "p" | "ul" | "ol" | "li" | "img";
|
|
71714
71977
|
className: string;
|
|
71715
71978
|
slots?: string[] | undefined;
|
|
71716
71979
|
props?: string[] | undefined;
|