@almadar/core 10.34.0 → 10.35.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-DFOj9_N8.d.ts → builders-CBL9rED-.d.ts} +117 -117
- package/dist/builders.d.ts +3 -3
- package/dist/builders.js +2 -2
- package/dist/builders.js.map +1 -1
- package/dist/{effect-D9WY6JgN.d.ts → effect-Cd6ibbZc.d.ts} +6 -1
- package/dist/factory/index.d.ts +5 -5
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/factory-runtime/index.js +3 -4
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/index.d.ts +44 -21
- package/dist/index.js +99 -10
- package/dist/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 +182 -5
- package/dist/patterns/index.js +90 -3
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/integrators-registry.json +30 -0
- package/dist/patterns/patterns-registry.json +58 -1
- package/dist/patterns/registry.json +58 -1
- package/dist/{trait-6_gs33fs.d.ts → trait-X5mQAMtW.d.ts} +26 -21
- package/dist/types/index.d.ts +10 -10
- package/dist/types/index.js +2 -2
- package/dist/types/index.js.map +1 -1
- package/dist/{types-CeGT3YB1.d.ts → types-DujRcijG.d.ts} +2 -2
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { T as TraitId, d as EntityId, P as PageId, O as OrbitalId, bp as ServiceRef, e as Entity, E as EntityField, a as EntityPersistence, b as EventId, bj as ServiceDefinition, au as IdentityLedger, A as AnyPatternConfig, bW as UISlot, c as Effect, b1 as RenderBinding, b4 as RenderUIEffect, g as EntityRow } from './effect-
|
|
2
|
-
import { d as TraitConfig, N as TraitConfigObject, a2 as TraitRef, n as EventPayloadField, Y as TraitEntityField, P as PayloadField, f as ConfigFieldDeclaration, c as Trait, T as TraitEventListener, C as CallSiteConfig, _ as TraitEventContract, a as TraitReference } from './trait-
|
|
1
|
+
import { T as TraitId, d as EntityId, P as PageId, O as OrbitalId, bp as ServiceRef, e as Entity, E as EntityField, a as EntityPersistence, b as EventId, bj as ServiceDefinition, au as IdentityLedger, A as AnyPatternConfig, bW as UISlot, c as Effect, b1 as RenderBinding, b4 as RenderUIEffect, g as EntityRow } from './effect-Cd6ibbZc.js';
|
|
2
|
+
import { d as TraitConfig, N as TraitConfigObject, a2 as TraitRef, n as EventPayloadField, Y as TraitEntityField, P as PayloadField, f as ConfigFieldDeclaration, c as Trait, T as TraitEventListener, C as CallSiteConfig, _ as TraitEventContract, a as TraitReference } from './trait-X5mQAMtW.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
4
|
import { E as Expression, S as SExpr } from './expression-DpAj1RzP.js';
|
|
5
5
|
|
|
@@ -19068,7 +19068,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19068
19068
|
tier: z.ZodOptional<z.ZodString>;
|
|
19069
19069
|
guard: z.ZodOptional<z.ZodType<SExpr, z.ZodTypeDef, SExpr>>;
|
|
19070
19070
|
scope: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
|
|
19071
|
-
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.
|
|
19071
|
+
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<SExpr, z.ZodTypeDef, SExpr>>>;
|
|
19072
19072
|
source: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
19073
19073
|
kind: z.ZodLiteral<"any">;
|
|
19074
19074
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -19129,7 +19129,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19129
19129
|
eventId?: EventId | undefined;
|
|
19130
19130
|
guard?: SExpr | undefined;
|
|
19131
19131
|
triggersId?: EventId | undefined;
|
|
19132
|
-
payloadMapping?: Record<string,
|
|
19132
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
19133
19133
|
}, {
|
|
19134
19134
|
event: string;
|
|
19135
19135
|
triggers: string;
|
|
@@ -19153,7 +19153,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19153
19153
|
eventId?: string | undefined;
|
|
19154
19154
|
guard?: SExpr | undefined;
|
|
19155
19155
|
triggersId?: string | undefined;
|
|
19156
|
-
payloadMapping?: Record<string,
|
|
19156
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
19157
19157
|
}>, "many">>;
|
|
19158
19158
|
ui: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
19159
19159
|
config: z.ZodOptional<z.ZodType<Readonly<Record<string, ConfigFieldDeclaration>>, z.ZodTypeDef, Readonly<Record<string, ConfigFieldDeclaration>>>>;
|
|
@@ -19336,7 +19336,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19336
19336
|
eventId?: EventId | undefined;
|
|
19337
19337
|
guard?: SExpr | undefined;
|
|
19338
19338
|
triggersId?: EventId | undefined;
|
|
19339
|
-
payloadMapping?: Record<string,
|
|
19339
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
19340
19340
|
}[] | undefined;
|
|
19341
19341
|
description_visual_prompt?: string | undefined;
|
|
19342
19342
|
entityRebindable?: boolean | undefined;
|
|
@@ -19482,7 +19482,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19482
19482
|
eventId?: string | undefined;
|
|
19483
19483
|
guard?: SExpr | undefined;
|
|
19484
19484
|
triggersId?: string | undefined;
|
|
19485
|
-
payloadMapping?: Record<string,
|
|
19485
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
19486
19486
|
}[] | undefined;
|
|
19487
19487
|
description_visual_prompt?: string | undefined;
|
|
19488
19488
|
entityRebindable?: boolean | undefined;
|
|
@@ -19634,7 +19634,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19634
19634
|
eventId?: EventId | undefined;
|
|
19635
19635
|
guard?: SExpr | undefined;
|
|
19636
19636
|
triggersId?: EventId | undefined;
|
|
19637
|
-
payloadMapping?: Record<string,
|
|
19637
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
19638
19638
|
}[] | undefined;
|
|
19639
19639
|
description_visual_prompt?: string | undefined;
|
|
19640
19640
|
entityRebindable?: boolean | undefined;
|
|
@@ -19795,7 +19795,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19795
19795
|
eventId?: string | undefined;
|
|
19796
19796
|
guard?: SExpr | undefined;
|
|
19797
19797
|
triggersId?: string | undefined;
|
|
19798
|
-
payloadMapping?: Record<string,
|
|
19798
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
19799
19799
|
}[] | undefined;
|
|
19800
19800
|
description_visual_prompt?: string | undefined;
|
|
19801
19801
|
entityRebindable?: boolean | undefined;
|
|
@@ -20251,7 +20251,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20251
20251
|
tier: z.ZodOptional<z.ZodString>;
|
|
20252
20252
|
guard: z.ZodOptional<z.ZodType<SExpr, z.ZodTypeDef, SExpr>>;
|
|
20253
20253
|
scope: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
|
|
20254
|
-
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.
|
|
20254
|
+
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<SExpr, z.ZodTypeDef, SExpr>>>;
|
|
20255
20255
|
source: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
20256
20256
|
kind: z.ZodLiteral<"any">;
|
|
20257
20257
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -20312,7 +20312,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20312
20312
|
eventId?: EventId | undefined;
|
|
20313
20313
|
guard?: SExpr | undefined;
|
|
20314
20314
|
triggersId?: EventId | undefined;
|
|
20315
|
-
payloadMapping?: Record<string,
|
|
20315
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
20316
20316
|
}, {
|
|
20317
20317
|
event: string;
|
|
20318
20318
|
triggers: string;
|
|
@@ -20336,7 +20336,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20336
20336
|
eventId?: string | undefined;
|
|
20337
20337
|
guard?: SExpr | undefined;
|
|
20338
20338
|
triggersId?: string | undefined;
|
|
20339
|
-
payloadMapping?: Record<string,
|
|
20339
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
20340
20340
|
}>, "many">>;
|
|
20341
20341
|
ui: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
20342
20342
|
config: z.ZodOptional<z.ZodType<Readonly<Record<string, ConfigFieldDeclaration>>, z.ZodTypeDef, Readonly<Record<string, ConfigFieldDeclaration>>>>;
|
|
@@ -20519,7 +20519,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20519
20519
|
eventId?: EventId | undefined;
|
|
20520
20520
|
guard?: SExpr | undefined;
|
|
20521
20521
|
triggersId?: EventId | undefined;
|
|
20522
|
-
payloadMapping?: Record<string,
|
|
20522
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
20523
20523
|
}[] | undefined;
|
|
20524
20524
|
description_visual_prompt?: string | undefined;
|
|
20525
20525
|
entityRebindable?: boolean | undefined;
|
|
@@ -20665,7 +20665,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20665
20665
|
eventId?: string | undefined;
|
|
20666
20666
|
guard?: SExpr | undefined;
|
|
20667
20667
|
triggersId?: string | undefined;
|
|
20668
|
-
payloadMapping?: Record<string,
|
|
20668
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
20669
20669
|
}[] | undefined;
|
|
20670
20670
|
description_visual_prompt?: string | undefined;
|
|
20671
20671
|
entityRebindable?: boolean | undefined;
|
|
@@ -20817,7 +20817,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20817
20817
|
eventId?: EventId | undefined;
|
|
20818
20818
|
guard?: SExpr | undefined;
|
|
20819
20819
|
triggersId?: EventId | undefined;
|
|
20820
|
-
payloadMapping?: Record<string,
|
|
20820
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
20821
20821
|
}[] | undefined;
|
|
20822
20822
|
description_visual_prompt?: string | undefined;
|
|
20823
20823
|
entityRebindable?: boolean | undefined;
|
|
@@ -20978,7 +20978,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20978
20978
|
eventId?: string | undefined;
|
|
20979
20979
|
guard?: SExpr | undefined;
|
|
20980
20980
|
triggersId?: string | undefined;
|
|
20981
|
-
payloadMapping?: Record<string,
|
|
20981
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
20982
20982
|
}[] | undefined;
|
|
20983
20983
|
description_visual_prompt?: string | undefined;
|
|
20984
20984
|
entityRebindable?: boolean | undefined;
|
|
@@ -21228,8 +21228,8 @@ type ComputedEventListener = {
|
|
|
21228
21228
|
triggers: string;
|
|
21229
21229
|
/** Guard expression */
|
|
21230
21230
|
guard?: Expression;
|
|
21231
|
-
/**
|
|
21232
|
-
payloadMapping?: Record<string,
|
|
21231
|
+
/** `with { ... }` payload rewrite: `{ targetField: SExpr }`, evaluated against the source payload. */
|
|
21232
|
+
payloadMapping?: Record<string, SExpr>;
|
|
21233
21233
|
};
|
|
21234
21234
|
declare const ComputedEventListenerSchema: z.ZodObject<{
|
|
21235
21235
|
event: z.ZodString;
|
|
@@ -21248,7 +21248,7 @@ declare const ComputedEventListenerSchema: z.ZodObject<{
|
|
|
21248
21248
|
}>;
|
|
21249
21249
|
triggers: z.ZodString;
|
|
21250
21250
|
guard: z.ZodOptional<z.ZodType<SExpr, z.ZodTypeDef, SExpr>>;
|
|
21251
|
-
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.
|
|
21251
|
+
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<SExpr, z.ZodTypeDef, SExpr>>>;
|
|
21252
21252
|
}, "strip", z.ZodTypeAny, {
|
|
21253
21253
|
event: string;
|
|
21254
21254
|
source: {
|
|
@@ -21258,7 +21258,7 @@ declare const ComputedEventListenerSchema: z.ZodObject<{
|
|
|
21258
21258
|
};
|
|
21259
21259
|
triggers: string;
|
|
21260
21260
|
guard?: SExpr | undefined;
|
|
21261
|
-
payloadMapping?: Record<string,
|
|
21261
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
21262
21262
|
}, {
|
|
21263
21263
|
event: string;
|
|
21264
21264
|
source: {
|
|
@@ -21268,7 +21268,7 @@ declare const ComputedEventListenerSchema: z.ZodObject<{
|
|
|
21268
21268
|
};
|
|
21269
21269
|
triggers: string;
|
|
21270
21270
|
guard?: SExpr | undefined;
|
|
21271
|
-
payloadMapping?: Record<string,
|
|
21271
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
21272
21272
|
}>;
|
|
21273
21273
|
/**
|
|
21274
21274
|
* Orbital - The atomic building block of applications.
|
|
@@ -25881,7 +25881,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25881
25881
|
tier: z.ZodOptional<z.ZodString>;
|
|
25882
25882
|
guard: z.ZodOptional<z.ZodType<SExpr, z.ZodTypeDef, SExpr>>;
|
|
25883
25883
|
scope: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
|
|
25884
|
-
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.
|
|
25884
|
+
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<SExpr, z.ZodTypeDef, SExpr>>>;
|
|
25885
25885
|
source: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
25886
25886
|
kind: z.ZodLiteral<"any">;
|
|
25887
25887
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -25942,7 +25942,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25942
25942
|
eventId?: EventId | undefined;
|
|
25943
25943
|
guard?: SExpr | undefined;
|
|
25944
25944
|
triggersId?: EventId | undefined;
|
|
25945
|
-
payloadMapping?: Record<string,
|
|
25945
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
25946
25946
|
}, {
|
|
25947
25947
|
event: string;
|
|
25948
25948
|
triggers: string;
|
|
@@ -25966,7 +25966,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25966
25966
|
eventId?: string | undefined;
|
|
25967
25967
|
guard?: SExpr | undefined;
|
|
25968
25968
|
triggersId?: string | undefined;
|
|
25969
|
-
payloadMapping?: Record<string,
|
|
25969
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
25970
25970
|
}>, "many">>;
|
|
25971
25971
|
ui: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
25972
25972
|
config: z.ZodOptional<z.ZodType<Readonly<Record<string, ConfigFieldDeclaration>>, z.ZodTypeDef, Readonly<Record<string, ConfigFieldDeclaration>>>>;
|
|
@@ -26149,7 +26149,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26149
26149
|
eventId?: EventId | undefined;
|
|
26150
26150
|
guard?: SExpr | undefined;
|
|
26151
26151
|
triggersId?: EventId | undefined;
|
|
26152
|
-
payloadMapping?: Record<string,
|
|
26152
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
26153
26153
|
}[] | undefined;
|
|
26154
26154
|
description_visual_prompt?: string | undefined;
|
|
26155
26155
|
entityRebindable?: boolean | undefined;
|
|
@@ -26295,7 +26295,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26295
26295
|
eventId?: string | undefined;
|
|
26296
26296
|
guard?: SExpr | undefined;
|
|
26297
26297
|
triggersId?: string | undefined;
|
|
26298
|
-
payloadMapping?: Record<string,
|
|
26298
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
26299
26299
|
}[] | undefined;
|
|
26300
26300
|
description_visual_prompt?: string | undefined;
|
|
26301
26301
|
entityRebindable?: boolean | undefined;
|
|
@@ -26740,7 +26740,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26740
26740
|
tier: z.ZodOptional<z.ZodString>;
|
|
26741
26741
|
guard: z.ZodOptional<z.ZodType<SExpr, z.ZodTypeDef, SExpr>>;
|
|
26742
26742
|
scope: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
|
|
26743
|
-
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.
|
|
26743
|
+
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<SExpr, z.ZodTypeDef, SExpr>>>;
|
|
26744
26744
|
source: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
26745
26745
|
kind: z.ZodLiteral<"any">;
|
|
26746
26746
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -26801,7 +26801,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26801
26801
|
eventId?: EventId | undefined;
|
|
26802
26802
|
guard?: SExpr | undefined;
|
|
26803
26803
|
triggersId?: EventId | undefined;
|
|
26804
|
-
payloadMapping?: Record<string,
|
|
26804
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
26805
26805
|
}, {
|
|
26806
26806
|
event: string;
|
|
26807
26807
|
triggers: string;
|
|
@@ -26825,7 +26825,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26825
26825
|
eventId?: string | undefined;
|
|
26826
26826
|
guard?: SExpr | undefined;
|
|
26827
26827
|
triggersId?: string | undefined;
|
|
26828
|
-
payloadMapping?: Record<string,
|
|
26828
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
26829
26829
|
}>, "many">>;
|
|
26830
26830
|
ui: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
26831
26831
|
config: z.ZodOptional<z.ZodType<Readonly<Record<string, ConfigFieldDeclaration>>, z.ZodTypeDef, Readonly<Record<string, ConfigFieldDeclaration>>>>;
|
|
@@ -27008,7 +27008,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27008
27008
|
eventId?: EventId | undefined;
|
|
27009
27009
|
guard?: SExpr | undefined;
|
|
27010
27010
|
triggersId?: EventId | undefined;
|
|
27011
|
-
payloadMapping?: Record<string,
|
|
27011
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
27012
27012
|
}[] | undefined;
|
|
27013
27013
|
description_visual_prompt?: string | undefined;
|
|
27014
27014
|
entityRebindable?: boolean | undefined;
|
|
@@ -27154,7 +27154,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27154
27154
|
eventId?: string | undefined;
|
|
27155
27155
|
guard?: SExpr | undefined;
|
|
27156
27156
|
triggersId?: string | undefined;
|
|
27157
|
-
payloadMapping?: Record<string,
|
|
27157
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
27158
27158
|
}[] | undefined;
|
|
27159
27159
|
description_visual_prompt?: string | undefined;
|
|
27160
27160
|
entityRebindable?: boolean | undefined;
|
|
@@ -27306,7 +27306,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27306
27306
|
eventId?: EventId | undefined;
|
|
27307
27307
|
guard?: SExpr | undefined;
|
|
27308
27308
|
triggersId?: EventId | undefined;
|
|
27309
|
-
payloadMapping?: Record<string,
|
|
27309
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
27310
27310
|
}[] | undefined;
|
|
27311
27311
|
description_visual_prompt?: string | undefined;
|
|
27312
27312
|
entityRebindable?: boolean | undefined;
|
|
@@ -27467,7 +27467,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27467
27467
|
eventId?: string | undefined;
|
|
27468
27468
|
guard?: SExpr | undefined;
|
|
27469
27469
|
triggersId?: string | undefined;
|
|
27470
|
-
payloadMapping?: Record<string,
|
|
27470
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
27471
27471
|
}[] | undefined;
|
|
27472
27472
|
description_visual_prompt?: string | undefined;
|
|
27473
27473
|
entityRebindable?: boolean | undefined;
|
|
@@ -27592,7 +27592,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27592
27592
|
}>;
|
|
27593
27593
|
triggers: z.ZodString;
|
|
27594
27594
|
guard: z.ZodOptional<z.ZodType<SExpr, z.ZodTypeDef, SExpr>>;
|
|
27595
|
-
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.
|
|
27595
|
+
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<SExpr, z.ZodTypeDef, SExpr>>>;
|
|
27596
27596
|
}, "strip", z.ZodTypeAny, {
|
|
27597
27597
|
event: string;
|
|
27598
27598
|
source: {
|
|
@@ -27602,7 +27602,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27602
27602
|
};
|
|
27603
27603
|
triggers: string;
|
|
27604
27604
|
guard?: SExpr | undefined;
|
|
27605
|
-
payloadMapping?: Record<string,
|
|
27605
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
27606
27606
|
}, {
|
|
27607
27607
|
event: string;
|
|
27608
27608
|
source: {
|
|
@@ -27612,7 +27612,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27612
27612
|
};
|
|
27613
27613
|
triggers: string;
|
|
27614
27614
|
guard?: SExpr | undefined;
|
|
27615
|
-
payloadMapping?: Record<string,
|
|
27615
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
27616
27616
|
}>, "many">>;
|
|
27617
27617
|
exposes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
27618
27618
|
domainContext: z.ZodOptional<z.ZodObject<{
|
|
@@ -27884,7 +27884,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27884
27884
|
eventId?: EventId | undefined;
|
|
27885
27885
|
guard?: SExpr | undefined;
|
|
27886
27886
|
triggersId?: EventId | undefined;
|
|
27887
|
-
payloadMapping?: Record<string,
|
|
27887
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
27888
27888
|
}[] | undefined;
|
|
27889
27889
|
description_visual_prompt?: string | undefined;
|
|
27890
27890
|
entityRebindable?: boolean | undefined;
|
|
@@ -28042,7 +28042,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28042
28042
|
eventId?: EventId | undefined;
|
|
28043
28043
|
guard?: SExpr | undefined;
|
|
28044
28044
|
triggersId?: EventId | undefined;
|
|
28045
|
-
payloadMapping?: Record<string,
|
|
28045
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
28046
28046
|
}[] | undefined;
|
|
28047
28047
|
description_visual_prompt?: string | undefined;
|
|
28048
28048
|
entityRebindable?: boolean | undefined;
|
|
@@ -28620,7 +28620,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28620
28620
|
};
|
|
28621
28621
|
triggers: string;
|
|
28622
28622
|
guard?: SExpr | undefined;
|
|
28623
|
-
payloadMapping?: Record<string,
|
|
28623
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
28624
28624
|
}[] | undefined;
|
|
28625
28625
|
uses?: {
|
|
28626
28626
|
from: string;
|
|
@@ -28798,7 +28798,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28798
28798
|
eventId?: string | undefined;
|
|
28799
28799
|
guard?: SExpr | undefined;
|
|
28800
28800
|
triggersId?: string | undefined;
|
|
28801
|
-
payloadMapping?: Record<string,
|
|
28801
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
28802
28802
|
}[] | undefined;
|
|
28803
28803
|
description_visual_prompt?: string | undefined;
|
|
28804
28804
|
entityRebindable?: boolean | undefined;
|
|
@@ -28956,7 +28956,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28956
28956
|
eventId?: string | undefined;
|
|
28957
28957
|
guard?: SExpr | undefined;
|
|
28958
28958
|
triggersId?: string | undefined;
|
|
28959
|
-
payloadMapping?: Record<string,
|
|
28959
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
28960
28960
|
}[] | undefined;
|
|
28961
28961
|
description_visual_prompt?: string | undefined;
|
|
28962
28962
|
entityRebindable?: boolean | undefined;
|
|
@@ -29534,7 +29534,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29534
29534
|
};
|
|
29535
29535
|
triggers: string;
|
|
29536
29536
|
guard?: SExpr | undefined;
|
|
29537
|
-
payloadMapping?: Record<string,
|
|
29537
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
29538
29538
|
}[] | undefined;
|
|
29539
29539
|
uses?: {
|
|
29540
29540
|
from: string;
|
|
@@ -34046,7 +34046,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34046
34046
|
tier: z.ZodOptional<z.ZodString>;
|
|
34047
34047
|
guard: z.ZodOptional<z.ZodType<SExpr, z.ZodTypeDef, SExpr>>;
|
|
34048
34048
|
scope: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
|
|
34049
|
-
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.
|
|
34049
|
+
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<SExpr, z.ZodTypeDef, SExpr>>>;
|
|
34050
34050
|
source: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
34051
34051
|
kind: z.ZodLiteral<"any">;
|
|
34052
34052
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -34107,7 +34107,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34107
34107
|
eventId?: EventId | undefined;
|
|
34108
34108
|
guard?: SExpr | undefined;
|
|
34109
34109
|
triggersId?: EventId | undefined;
|
|
34110
|
-
payloadMapping?: Record<string,
|
|
34110
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
34111
34111
|
}, {
|
|
34112
34112
|
event: string;
|
|
34113
34113
|
triggers: string;
|
|
@@ -34131,7 +34131,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34131
34131
|
eventId?: string | undefined;
|
|
34132
34132
|
guard?: SExpr | undefined;
|
|
34133
34133
|
triggersId?: string | undefined;
|
|
34134
|
-
payloadMapping?: Record<string,
|
|
34134
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
34135
34135
|
}>, "many">>;
|
|
34136
34136
|
ui: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
34137
34137
|
config: z.ZodOptional<z.ZodType<Readonly<Record<string, ConfigFieldDeclaration>>, z.ZodTypeDef, Readonly<Record<string, ConfigFieldDeclaration>>>>;
|
|
@@ -34314,7 +34314,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34314
34314
|
eventId?: EventId | undefined;
|
|
34315
34315
|
guard?: SExpr | undefined;
|
|
34316
34316
|
triggersId?: EventId | undefined;
|
|
34317
|
-
payloadMapping?: Record<string,
|
|
34317
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
34318
34318
|
}[] | undefined;
|
|
34319
34319
|
description_visual_prompt?: string | undefined;
|
|
34320
34320
|
entityRebindable?: boolean | undefined;
|
|
@@ -34460,7 +34460,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34460
34460
|
eventId?: string | undefined;
|
|
34461
34461
|
guard?: SExpr | undefined;
|
|
34462
34462
|
triggersId?: string | undefined;
|
|
34463
|
-
payloadMapping?: Record<string,
|
|
34463
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
34464
34464
|
}[] | undefined;
|
|
34465
34465
|
description_visual_prompt?: string | undefined;
|
|
34466
34466
|
entityRebindable?: boolean | undefined;
|
|
@@ -34905,7 +34905,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34905
34905
|
tier: z.ZodOptional<z.ZodString>;
|
|
34906
34906
|
guard: z.ZodOptional<z.ZodType<SExpr, z.ZodTypeDef, SExpr>>;
|
|
34907
34907
|
scope: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
|
|
34908
|
-
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.
|
|
34908
|
+
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<SExpr, z.ZodTypeDef, SExpr>>>;
|
|
34909
34909
|
source: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
34910
34910
|
kind: z.ZodLiteral<"any">;
|
|
34911
34911
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -34966,7 +34966,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34966
34966
|
eventId?: EventId | undefined;
|
|
34967
34967
|
guard?: SExpr | undefined;
|
|
34968
34968
|
triggersId?: EventId | undefined;
|
|
34969
|
-
payloadMapping?: Record<string,
|
|
34969
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
34970
34970
|
}, {
|
|
34971
34971
|
event: string;
|
|
34972
34972
|
triggers: string;
|
|
@@ -34990,7 +34990,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34990
34990
|
eventId?: string | undefined;
|
|
34991
34991
|
guard?: SExpr | undefined;
|
|
34992
34992
|
triggersId?: string | undefined;
|
|
34993
|
-
payloadMapping?: Record<string,
|
|
34993
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
34994
34994
|
}>, "many">>;
|
|
34995
34995
|
ui: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
34996
34996
|
config: z.ZodOptional<z.ZodType<Readonly<Record<string, ConfigFieldDeclaration>>, z.ZodTypeDef, Readonly<Record<string, ConfigFieldDeclaration>>>>;
|
|
@@ -35173,7 +35173,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35173
35173
|
eventId?: EventId | undefined;
|
|
35174
35174
|
guard?: SExpr | undefined;
|
|
35175
35175
|
triggersId?: EventId | undefined;
|
|
35176
|
-
payloadMapping?: Record<string,
|
|
35176
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
35177
35177
|
}[] | undefined;
|
|
35178
35178
|
description_visual_prompt?: string | undefined;
|
|
35179
35179
|
entityRebindable?: boolean | undefined;
|
|
@@ -35319,7 +35319,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35319
35319
|
eventId?: string | undefined;
|
|
35320
35320
|
guard?: SExpr | undefined;
|
|
35321
35321
|
triggersId?: string | undefined;
|
|
35322
|
-
payloadMapping?: Record<string,
|
|
35322
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
35323
35323
|
}[] | undefined;
|
|
35324
35324
|
description_visual_prompt?: string | undefined;
|
|
35325
35325
|
entityRebindable?: boolean | undefined;
|
|
@@ -35471,7 +35471,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35471
35471
|
eventId?: EventId | undefined;
|
|
35472
35472
|
guard?: SExpr | undefined;
|
|
35473
35473
|
triggersId?: EventId | undefined;
|
|
35474
|
-
payloadMapping?: Record<string,
|
|
35474
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
35475
35475
|
}[] | undefined;
|
|
35476
35476
|
description_visual_prompt?: string | undefined;
|
|
35477
35477
|
entityRebindable?: boolean | undefined;
|
|
@@ -35632,7 +35632,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35632
35632
|
eventId?: string | undefined;
|
|
35633
35633
|
guard?: SExpr | undefined;
|
|
35634
35634
|
triggersId?: string | undefined;
|
|
35635
|
-
payloadMapping?: Record<string,
|
|
35635
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
35636
35636
|
}[] | undefined;
|
|
35637
35637
|
description_visual_prompt?: string | undefined;
|
|
35638
35638
|
entityRebindable?: boolean | undefined;
|
|
@@ -35757,7 +35757,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35757
35757
|
}>;
|
|
35758
35758
|
triggers: z.ZodString;
|
|
35759
35759
|
guard: z.ZodOptional<z.ZodType<SExpr, z.ZodTypeDef, SExpr>>;
|
|
35760
|
-
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.
|
|
35760
|
+
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<SExpr, z.ZodTypeDef, SExpr>>>;
|
|
35761
35761
|
}, "strip", z.ZodTypeAny, {
|
|
35762
35762
|
event: string;
|
|
35763
35763
|
source: {
|
|
@@ -35767,7 +35767,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35767
35767
|
};
|
|
35768
35768
|
triggers: string;
|
|
35769
35769
|
guard?: SExpr | undefined;
|
|
35770
|
-
payloadMapping?: Record<string,
|
|
35770
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
35771
35771
|
}, {
|
|
35772
35772
|
event: string;
|
|
35773
35773
|
source: {
|
|
@@ -35777,7 +35777,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35777
35777
|
};
|
|
35778
35778
|
triggers: string;
|
|
35779
35779
|
guard?: SExpr | undefined;
|
|
35780
|
-
payloadMapping?: Record<string,
|
|
35780
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
35781
35781
|
}>, "many">>;
|
|
35782
35782
|
exposes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
35783
35783
|
domainContext: z.ZodOptional<z.ZodObject<{
|
|
@@ -36049,7 +36049,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36049
36049
|
eventId?: EventId | undefined;
|
|
36050
36050
|
guard?: SExpr | undefined;
|
|
36051
36051
|
triggersId?: EventId | undefined;
|
|
36052
|
-
payloadMapping?: Record<string,
|
|
36052
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
36053
36053
|
}[] | undefined;
|
|
36054
36054
|
description_visual_prompt?: string | undefined;
|
|
36055
36055
|
entityRebindable?: boolean | undefined;
|
|
@@ -36207,7 +36207,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36207
36207
|
eventId?: EventId | undefined;
|
|
36208
36208
|
guard?: SExpr | undefined;
|
|
36209
36209
|
triggersId?: EventId | undefined;
|
|
36210
|
-
payloadMapping?: Record<string,
|
|
36210
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
36211
36211
|
}[] | undefined;
|
|
36212
36212
|
description_visual_prompt?: string | undefined;
|
|
36213
36213
|
entityRebindable?: boolean | undefined;
|
|
@@ -36785,7 +36785,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36785
36785
|
};
|
|
36786
36786
|
triggers: string;
|
|
36787
36787
|
guard?: SExpr | undefined;
|
|
36788
|
-
payloadMapping?: Record<string,
|
|
36788
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
36789
36789
|
}[] | undefined;
|
|
36790
36790
|
uses?: {
|
|
36791
36791
|
from: string;
|
|
@@ -36963,7 +36963,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36963
36963
|
eventId?: string | undefined;
|
|
36964
36964
|
guard?: SExpr | undefined;
|
|
36965
36965
|
triggersId?: string | undefined;
|
|
36966
|
-
payloadMapping?: Record<string,
|
|
36966
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
36967
36967
|
}[] | undefined;
|
|
36968
36968
|
description_visual_prompt?: string | undefined;
|
|
36969
36969
|
entityRebindable?: boolean | undefined;
|
|
@@ -37121,7 +37121,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37121
37121
|
eventId?: string | undefined;
|
|
37122
37122
|
guard?: SExpr | undefined;
|
|
37123
37123
|
triggersId?: string | undefined;
|
|
37124
|
-
payloadMapping?: Record<string,
|
|
37124
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
37125
37125
|
}[] | undefined;
|
|
37126
37126
|
description_visual_prompt?: string | undefined;
|
|
37127
37127
|
entityRebindable?: boolean | undefined;
|
|
@@ -37699,7 +37699,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37699
37699
|
};
|
|
37700
37700
|
triggers: string;
|
|
37701
37701
|
guard?: SExpr | undefined;
|
|
37702
|
-
payloadMapping?: Record<string,
|
|
37702
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
37703
37703
|
}[] | undefined;
|
|
37704
37704
|
uses?: {
|
|
37705
37705
|
from: string;
|
|
@@ -42218,7 +42218,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42218
42218
|
tier: z.ZodOptional<z.ZodString>;
|
|
42219
42219
|
guard: z.ZodOptional<z.ZodType<SExpr, z.ZodTypeDef, SExpr>>;
|
|
42220
42220
|
scope: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
|
|
42221
|
-
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.
|
|
42221
|
+
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<SExpr, z.ZodTypeDef, SExpr>>>;
|
|
42222
42222
|
source: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
42223
42223
|
kind: z.ZodLiteral<"any">;
|
|
42224
42224
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -42279,7 +42279,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42279
42279
|
eventId?: EventId | undefined;
|
|
42280
42280
|
guard?: SExpr | undefined;
|
|
42281
42281
|
triggersId?: EventId | undefined;
|
|
42282
|
-
payloadMapping?: Record<string,
|
|
42282
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
42283
42283
|
}, {
|
|
42284
42284
|
event: string;
|
|
42285
42285
|
triggers: string;
|
|
@@ -42303,7 +42303,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42303
42303
|
eventId?: string | undefined;
|
|
42304
42304
|
guard?: SExpr | undefined;
|
|
42305
42305
|
triggersId?: string | undefined;
|
|
42306
|
-
payloadMapping?: Record<string,
|
|
42306
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
42307
42307
|
}>, "many">>;
|
|
42308
42308
|
ui: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
42309
42309
|
config: z.ZodOptional<z.ZodType<Readonly<Record<string, ConfigFieldDeclaration>>, z.ZodTypeDef, Readonly<Record<string, ConfigFieldDeclaration>>>>;
|
|
@@ -42486,7 +42486,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42486
42486
|
eventId?: EventId | undefined;
|
|
42487
42487
|
guard?: SExpr | undefined;
|
|
42488
42488
|
triggersId?: EventId | undefined;
|
|
42489
|
-
payloadMapping?: Record<string,
|
|
42489
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
42490
42490
|
}[] | undefined;
|
|
42491
42491
|
description_visual_prompt?: string | undefined;
|
|
42492
42492
|
entityRebindable?: boolean | undefined;
|
|
@@ -42632,7 +42632,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42632
42632
|
eventId?: string | undefined;
|
|
42633
42633
|
guard?: SExpr | undefined;
|
|
42634
42634
|
triggersId?: string | undefined;
|
|
42635
|
-
payloadMapping?: Record<string,
|
|
42635
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
42636
42636
|
}[] | undefined;
|
|
42637
42637
|
description_visual_prompt?: string | undefined;
|
|
42638
42638
|
entityRebindable?: boolean | undefined;
|
|
@@ -43077,7 +43077,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43077
43077
|
tier: z.ZodOptional<z.ZodString>;
|
|
43078
43078
|
guard: z.ZodOptional<z.ZodType<SExpr, z.ZodTypeDef, SExpr>>;
|
|
43079
43079
|
scope: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
|
|
43080
|
-
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.
|
|
43080
|
+
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<SExpr, z.ZodTypeDef, SExpr>>>;
|
|
43081
43081
|
source: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
43082
43082
|
kind: z.ZodLiteral<"any">;
|
|
43083
43083
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -43138,7 +43138,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43138
43138
|
eventId?: EventId | undefined;
|
|
43139
43139
|
guard?: SExpr | undefined;
|
|
43140
43140
|
triggersId?: EventId | undefined;
|
|
43141
|
-
payloadMapping?: Record<string,
|
|
43141
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
43142
43142
|
}, {
|
|
43143
43143
|
event: string;
|
|
43144
43144
|
triggers: string;
|
|
@@ -43162,7 +43162,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43162
43162
|
eventId?: string | undefined;
|
|
43163
43163
|
guard?: SExpr | undefined;
|
|
43164
43164
|
triggersId?: string | undefined;
|
|
43165
|
-
payloadMapping?: Record<string,
|
|
43165
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
43166
43166
|
}>, "many">>;
|
|
43167
43167
|
ui: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
43168
43168
|
config: z.ZodOptional<z.ZodType<Readonly<Record<string, ConfigFieldDeclaration>>, z.ZodTypeDef, Readonly<Record<string, ConfigFieldDeclaration>>>>;
|
|
@@ -43345,7 +43345,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43345
43345
|
eventId?: EventId | undefined;
|
|
43346
43346
|
guard?: SExpr | undefined;
|
|
43347
43347
|
triggersId?: EventId | undefined;
|
|
43348
|
-
payloadMapping?: Record<string,
|
|
43348
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
43349
43349
|
}[] | undefined;
|
|
43350
43350
|
description_visual_prompt?: string | undefined;
|
|
43351
43351
|
entityRebindable?: boolean | undefined;
|
|
@@ -43491,7 +43491,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43491
43491
|
eventId?: string | undefined;
|
|
43492
43492
|
guard?: SExpr | undefined;
|
|
43493
43493
|
triggersId?: string | undefined;
|
|
43494
|
-
payloadMapping?: Record<string,
|
|
43494
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
43495
43495
|
}[] | undefined;
|
|
43496
43496
|
description_visual_prompt?: string | undefined;
|
|
43497
43497
|
entityRebindable?: boolean | undefined;
|
|
@@ -43643,7 +43643,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43643
43643
|
eventId?: EventId | undefined;
|
|
43644
43644
|
guard?: SExpr | undefined;
|
|
43645
43645
|
triggersId?: EventId | undefined;
|
|
43646
|
-
payloadMapping?: Record<string,
|
|
43646
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
43647
43647
|
}[] | undefined;
|
|
43648
43648
|
description_visual_prompt?: string | undefined;
|
|
43649
43649
|
entityRebindable?: boolean | undefined;
|
|
@@ -43804,7 +43804,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43804
43804
|
eventId?: string | undefined;
|
|
43805
43805
|
guard?: SExpr | undefined;
|
|
43806
43806
|
triggersId?: string | undefined;
|
|
43807
|
-
payloadMapping?: Record<string,
|
|
43807
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
43808
43808
|
}[] | undefined;
|
|
43809
43809
|
description_visual_prompt?: string | undefined;
|
|
43810
43810
|
entityRebindable?: boolean | undefined;
|
|
@@ -43929,7 +43929,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43929
43929
|
}>;
|
|
43930
43930
|
triggers: z.ZodString;
|
|
43931
43931
|
guard: z.ZodOptional<z.ZodType<SExpr, z.ZodTypeDef, SExpr>>;
|
|
43932
|
-
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.
|
|
43932
|
+
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<SExpr, z.ZodTypeDef, SExpr>>>;
|
|
43933
43933
|
}, "strip", z.ZodTypeAny, {
|
|
43934
43934
|
event: string;
|
|
43935
43935
|
source: {
|
|
@@ -43939,7 +43939,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43939
43939
|
};
|
|
43940
43940
|
triggers: string;
|
|
43941
43941
|
guard?: SExpr | undefined;
|
|
43942
|
-
payloadMapping?: Record<string,
|
|
43942
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
43943
43943
|
}, {
|
|
43944
43944
|
event: string;
|
|
43945
43945
|
source: {
|
|
@@ -43949,7 +43949,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43949
43949
|
};
|
|
43950
43950
|
triggers: string;
|
|
43951
43951
|
guard?: SExpr | undefined;
|
|
43952
|
-
payloadMapping?: Record<string,
|
|
43952
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
43953
43953
|
}>, "many">>;
|
|
43954
43954
|
exposes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
43955
43955
|
domainContext: z.ZodOptional<z.ZodObject<{
|
|
@@ -44221,7 +44221,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44221
44221
|
eventId?: EventId | undefined;
|
|
44222
44222
|
guard?: SExpr | undefined;
|
|
44223
44223
|
triggersId?: EventId | undefined;
|
|
44224
|
-
payloadMapping?: Record<string,
|
|
44224
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
44225
44225
|
}[] | undefined;
|
|
44226
44226
|
description_visual_prompt?: string | undefined;
|
|
44227
44227
|
entityRebindable?: boolean | undefined;
|
|
@@ -44379,7 +44379,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44379
44379
|
eventId?: EventId | undefined;
|
|
44380
44380
|
guard?: SExpr | undefined;
|
|
44381
44381
|
triggersId?: EventId | undefined;
|
|
44382
|
-
payloadMapping?: Record<string,
|
|
44382
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
44383
44383
|
}[] | undefined;
|
|
44384
44384
|
description_visual_prompt?: string | undefined;
|
|
44385
44385
|
entityRebindable?: boolean | undefined;
|
|
@@ -44957,7 +44957,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44957
44957
|
};
|
|
44958
44958
|
triggers: string;
|
|
44959
44959
|
guard?: SExpr | undefined;
|
|
44960
|
-
payloadMapping?: Record<string,
|
|
44960
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
44961
44961
|
}[] | undefined;
|
|
44962
44962
|
uses?: {
|
|
44963
44963
|
from: string;
|
|
@@ -45135,7 +45135,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45135
45135
|
eventId?: string | undefined;
|
|
45136
45136
|
guard?: SExpr | undefined;
|
|
45137
45137
|
triggersId?: string | undefined;
|
|
45138
|
-
payloadMapping?: Record<string,
|
|
45138
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
45139
45139
|
}[] | undefined;
|
|
45140
45140
|
description_visual_prompt?: string | undefined;
|
|
45141
45141
|
entityRebindable?: boolean | undefined;
|
|
@@ -45293,7 +45293,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45293
45293
|
eventId?: string | undefined;
|
|
45294
45294
|
guard?: SExpr | undefined;
|
|
45295
45295
|
triggersId?: string | undefined;
|
|
45296
|
-
payloadMapping?: Record<string,
|
|
45296
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
45297
45297
|
}[] | undefined;
|
|
45298
45298
|
description_visual_prompt?: string | undefined;
|
|
45299
45299
|
entityRebindable?: boolean | undefined;
|
|
@@ -45871,7 +45871,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45871
45871
|
};
|
|
45872
45872
|
triggers: string;
|
|
45873
45873
|
guard?: SExpr | undefined;
|
|
45874
|
-
payloadMapping?: Record<string,
|
|
45874
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
45875
45875
|
}[] | undefined;
|
|
45876
45876
|
uses?: {
|
|
45877
45877
|
from: string;
|
|
@@ -50737,7 +50737,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50737
50737
|
tier: z.ZodOptional<z.ZodString>;
|
|
50738
50738
|
guard: z.ZodOptional<z.ZodType<SExpr, z.ZodTypeDef, SExpr>>;
|
|
50739
50739
|
scope: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
|
|
50740
|
-
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.
|
|
50740
|
+
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<SExpr, z.ZodTypeDef, SExpr>>>;
|
|
50741
50741
|
source: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
50742
50742
|
kind: z.ZodLiteral<"any">;
|
|
50743
50743
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -50798,7 +50798,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50798
50798
|
eventId?: EventId | undefined;
|
|
50799
50799
|
guard?: SExpr | undefined;
|
|
50800
50800
|
triggersId?: EventId | undefined;
|
|
50801
|
-
payloadMapping?: Record<string,
|
|
50801
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
50802
50802
|
}, {
|
|
50803
50803
|
event: string;
|
|
50804
50804
|
triggers: string;
|
|
@@ -50822,7 +50822,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50822
50822
|
eventId?: string | undefined;
|
|
50823
50823
|
guard?: SExpr | undefined;
|
|
50824
50824
|
triggersId?: string | undefined;
|
|
50825
|
-
payloadMapping?: Record<string,
|
|
50825
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
50826
50826
|
}>, "many">>;
|
|
50827
50827
|
ui: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
50828
50828
|
config: z.ZodOptional<z.ZodType<Readonly<Record<string, ConfigFieldDeclaration>>, z.ZodTypeDef, Readonly<Record<string, ConfigFieldDeclaration>>>>;
|
|
@@ -51005,7 +51005,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51005
51005
|
eventId?: EventId | undefined;
|
|
51006
51006
|
guard?: SExpr | undefined;
|
|
51007
51007
|
triggersId?: EventId | undefined;
|
|
51008
|
-
payloadMapping?: Record<string,
|
|
51008
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
51009
51009
|
}[] | undefined;
|
|
51010
51010
|
description_visual_prompt?: string | undefined;
|
|
51011
51011
|
entityRebindable?: boolean | undefined;
|
|
@@ -51151,7 +51151,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51151
51151
|
eventId?: string | undefined;
|
|
51152
51152
|
guard?: SExpr | undefined;
|
|
51153
51153
|
triggersId?: string | undefined;
|
|
51154
|
-
payloadMapping?: Record<string,
|
|
51154
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
51155
51155
|
}[] | undefined;
|
|
51156
51156
|
description_visual_prompt?: string | undefined;
|
|
51157
51157
|
entityRebindable?: boolean | undefined;
|
|
@@ -51596,7 +51596,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51596
51596
|
tier: z.ZodOptional<z.ZodString>;
|
|
51597
51597
|
guard: z.ZodOptional<z.ZodType<SExpr, z.ZodTypeDef, SExpr>>;
|
|
51598
51598
|
scope: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
|
|
51599
|
-
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.
|
|
51599
|
+
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<SExpr, z.ZodTypeDef, SExpr>>>;
|
|
51600
51600
|
source: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
51601
51601
|
kind: z.ZodLiteral<"any">;
|
|
51602
51602
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -51657,7 +51657,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51657
51657
|
eventId?: EventId | undefined;
|
|
51658
51658
|
guard?: SExpr | undefined;
|
|
51659
51659
|
triggersId?: EventId | undefined;
|
|
51660
|
-
payloadMapping?: Record<string,
|
|
51660
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
51661
51661
|
}, {
|
|
51662
51662
|
event: string;
|
|
51663
51663
|
triggers: string;
|
|
@@ -51681,7 +51681,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51681
51681
|
eventId?: string | undefined;
|
|
51682
51682
|
guard?: SExpr | undefined;
|
|
51683
51683
|
triggersId?: string | undefined;
|
|
51684
|
-
payloadMapping?: Record<string,
|
|
51684
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
51685
51685
|
}>, "many">>;
|
|
51686
51686
|
ui: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
51687
51687
|
config: z.ZodOptional<z.ZodType<Readonly<Record<string, ConfigFieldDeclaration>>, z.ZodTypeDef, Readonly<Record<string, ConfigFieldDeclaration>>>>;
|
|
@@ -51864,7 +51864,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51864
51864
|
eventId?: EventId | undefined;
|
|
51865
51865
|
guard?: SExpr | undefined;
|
|
51866
51866
|
triggersId?: EventId | undefined;
|
|
51867
|
-
payloadMapping?: Record<string,
|
|
51867
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
51868
51868
|
}[] | undefined;
|
|
51869
51869
|
description_visual_prompt?: string | undefined;
|
|
51870
51870
|
entityRebindable?: boolean | undefined;
|
|
@@ -52010,7 +52010,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52010
52010
|
eventId?: string | undefined;
|
|
52011
52011
|
guard?: SExpr | undefined;
|
|
52012
52012
|
triggersId?: string | undefined;
|
|
52013
|
-
payloadMapping?: Record<string,
|
|
52013
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
52014
52014
|
}[] | undefined;
|
|
52015
52015
|
description_visual_prompt?: string | undefined;
|
|
52016
52016
|
entityRebindable?: boolean | undefined;
|
|
@@ -52162,7 +52162,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52162
52162
|
eventId?: EventId | undefined;
|
|
52163
52163
|
guard?: SExpr | undefined;
|
|
52164
52164
|
triggersId?: EventId | undefined;
|
|
52165
|
-
payloadMapping?: Record<string,
|
|
52165
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
52166
52166
|
}[] | undefined;
|
|
52167
52167
|
description_visual_prompt?: string | undefined;
|
|
52168
52168
|
entityRebindable?: boolean | undefined;
|
|
@@ -52323,7 +52323,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52323
52323
|
eventId?: string | undefined;
|
|
52324
52324
|
guard?: SExpr | undefined;
|
|
52325
52325
|
triggersId?: string | undefined;
|
|
52326
|
-
payloadMapping?: Record<string,
|
|
52326
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
52327
52327
|
}[] | undefined;
|
|
52328
52328
|
description_visual_prompt?: string | undefined;
|
|
52329
52329
|
entityRebindable?: boolean | undefined;
|
|
@@ -52448,7 +52448,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52448
52448
|
}>;
|
|
52449
52449
|
triggers: z.ZodString;
|
|
52450
52450
|
guard: z.ZodOptional<z.ZodType<SExpr, z.ZodTypeDef, SExpr>>;
|
|
52451
|
-
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.
|
|
52451
|
+
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<SExpr, z.ZodTypeDef, SExpr>>>;
|
|
52452
52452
|
}, "strip", z.ZodTypeAny, {
|
|
52453
52453
|
event: string;
|
|
52454
52454
|
source: {
|
|
@@ -52458,7 +52458,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52458
52458
|
};
|
|
52459
52459
|
triggers: string;
|
|
52460
52460
|
guard?: SExpr | undefined;
|
|
52461
|
-
payloadMapping?: Record<string,
|
|
52461
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
52462
52462
|
}, {
|
|
52463
52463
|
event: string;
|
|
52464
52464
|
source: {
|
|
@@ -52468,7 +52468,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52468
52468
|
};
|
|
52469
52469
|
triggers: string;
|
|
52470
52470
|
guard?: SExpr | undefined;
|
|
52471
|
-
payloadMapping?: Record<string,
|
|
52471
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
52472
52472
|
}>, "many">>;
|
|
52473
52473
|
exposes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
52474
52474
|
domainContext: z.ZodOptional<z.ZodObject<{
|
|
@@ -52740,7 +52740,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52740
52740
|
eventId?: EventId | undefined;
|
|
52741
52741
|
guard?: SExpr | undefined;
|
|
52742
52742
|
triggersId?: EventId | undefined;
|
|
52743
|
-
payloadMapping?: Record<string,
|
|
52743
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
52744
52744
|
}[] | undefined;
|
|
52745
52745
|
description_visual_prompt?: string | undefined;
|
|
52746
52746
|
entityRebindable?: boolean | undefined;
|
|
@@ -52898,7 +52898,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52898
52898
|
eventId?: EventId | undefined;
|
|
52899
52899
|
guard?: SExpr | undefined;
|
|
52900
52900
|
triggersId?: EventId | undefined;
|
|
52901
|
-
payloadMapping?: Record<string,
|
|
52901
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
52902
52902
|
}[] | undefined;
|
|
52903
52903
|
description_visual_prompt?: string | undefined;
|
|
52904
52904
|
entityRebindable?: boolean | undefined;
|
|
@@ -53476,7 +53476,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53476
53476
|
};
|
|
53477
53477
|
triggers: string;
|
|
53478
53478
|
guard?: SExpr | undefined;
|
|
53479
|
-
payloadMapping?: Record<string,
|
|
53479
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
53480
53480
|
}[] | undefined;
|
|
53481
53481
|
uses?: {
|
|
53482
53482
|
from: string;
|
|
@@ -53654,7 +53654,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53654
53654
|
eventId?: string | undefined;
|
|
53655
53655
|
guard?: SExpr | undefined;
|
|
53656
53656
|
triggersId?: string | undefined;
|
|
53657
|
-
payloadMapping?: Record<string,
|
|
53657
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
53658
53658
|
}[] | undefined;
|
|
53659
53659
|
description_visual_prompt?: string | undefined;
|
|
53660
53660
|
entityRebindable?: boolean | undefined;
|
|
@@ -53812,7 +53812,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53812
53812
|
eventId?: string | undefined;
|
|
53813
53813
|
guard?: SExpr | undefined;
|
|
53814
53814
|
triggersId?: string | undefined;
|
|
53815
|
-
payloadMapping?: Record<string,
|
|
53815
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
53816
53816
|
}[] | undefined;
|
|
53817
53817
|
description_visual_prompt?: string | undefined;
|
|
53818
53818
|
entityRebindable?: boolean | undefined;
|
|
@@ -54390,7 +54390,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54390
54390
|
};
|
|
54391
54391
|
triggers: string;
|
|
54392
54392
|
guard?: SExpr | undefined;
|
|
54393
|
-
payloadMapping?: Record<string,
|
|
54393
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
54394
54394
|
}[] | undefined;
|
|
54395
54395
|
uses?: {
|
|
54396
54396
|
from: string;
|
|
@@ -54869,7 +54869,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54869
54869
|
eventId?: EventId | undefined;
|
|
54870
54870
|
guard?: SExpr | undefined;
|
|
54871
54871
|
triggersId?: EventId | undefined;
|
|
54872
|
-
payloadMapping?: Record<string,
|
|
54872
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
54873
54873
|
}[] | undefined;
|
|
54874
54874
|
description_visual_prompt?: string | undefined;
|
|
54875
54875
|
entityRebindable?: boolean | undefined;
|
|
@@ -55027,7 +55027,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55027
55027
|
eventId?: EventId | undefined;
|
|
55028
55028
|
guard?: SExpr | undefined;
|
|
55029
55029
|
triggersId?: EventId | undefined;
|
|
55030
|
-
payloadMapping?: Record<string,
|
|
55030
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
55031
55031
|
}[] | undefined;
|
|
55032
55032
|
description_visual_prompt?: string | undefined;
|
|
55033
55033
|
entityRebindable?: boolean | undefined;
|
|
@@ -55605,7 +55605,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55605
55605
|
};
|
|
55606
55606
|
triggers: string;
|
|
55607
55607
|
guard?: SExpr | undefined;
|
|
55608
|
-
payloadMapping?: Record<string,
|
|
55608
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
55609
55609
|
}[] | undefined;
|
|
55610
55610
|
uses?: {
|
|
55611
55611
|
from: string;
|
|
@@ -55902,7 +55902,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55902
55902
|
eventId?: string | undefined;
|
|
55903
55903
|
guard?: SExpr | undefined;
|
|
55904
55904
|
triggersId?: string | undefined;
|
|
55905
|
-
payloadMapping?: Record<string,
|
|
55905
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
55906
55906
|
}[] | undefined;
|
|
55907
55907
|
description_visual_prompt?: string | undefined;
|
|
55908
55908
|
entityRebindable?: boolean | undefined;
|
|
@@ -56060,7 +56060,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
56060
56060
|
eventId?: string | undefined;
|
|
56061
56061
|
guard?: SExpr | undefined;
|
|
56062
56062
|
triggersId?: string | undefined;
|
|
56063
|
-
payloadMapping?: Record<string,
|
|
56063
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
56064
56064
|
}[] | undefined;
|
|
56065
56065
|
description_visual_prompt?: string | undefined;
|
|
56066
56066
|
entityRebindable?: boolean | undefined;
|
|
@@ -56638,7 +56638,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
56638
56638
|
};
|
|
56639
56639
|
triggers: string;
|
|
56640
56640
|
guard?: SExpr | undefined;
|
|
56641
|
-
payloadMapping?: Record<string,
|
|
56641
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
56642
56642
|
}[] | undefined;
|
|
56643
56643
|
uses?: {
|
|
56644
56644
|
from: string;
|
|
@@ -57000,7 +57000,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57000
57000
|
eventId?: string | undefined;
|
|
57001
57001
|
guard?: SExpr | undefined;
|
|
57002
57002
|
triggersId?: string | undefined;
|
|
57003
|
-
payloadMapping?: Record<string,
|
|
57003
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
57004
57004
|
}[] | undefined;
|
|
57005
57005
|
description_visual_prompt?: string | undefined;
|
|
57006
57006
|
entityRebindable?: boolean | undefined;
|
|
@@ -57158,7 +57158,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57158
57158
|
eventId?: string | undefined;
|
|
57159
57159
|
guard?: SExpr | undefined;
|
|
57160
57160
|
triggersId?: string | undefined;
|
|
57161
|
-
payloadMapping?: Record<string,
|
|
57161
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
57162
57162
|
}[] | undefined;
|
|
57163
57163
|
description_visual_prompt?: string | undefined;
|
|
57164
57164
|
entityRebindable?: boolean | undefined;
|
|
@@ -57736,7 +57736,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57736
57736
|
};
|
|
57737
57737
|
triggers: string;
|
|
57738
57738
|
guard?: SExpr | undefined;
|
|
57739
|
-
payloadMapping?: Record<string,
|
|
57739
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
57740
57740
|
}[] | undefined;
|
|
57741
57741
|
uses?: {
|
|
57742
57742
|
from: string;
|
|
@@ -58033,7 +58033,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
58033
58033
|
eventId?: EventId | undefined;
|
|
58034
58034
|
guard?: SExpr | undefined;
|
|
58035
58035
|
triggersId?: EventId | undefined;
|
|
58036
|
-
payloadMapping?: Record<string,
|
|
58036
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
58037
58037
|
}[] | undefined;
|
|
58038
58038
|
description_visual_prompt?: string | undefined;
|
|
58039
58039
|
entityRebindable?: boolean | undefined;
|
|
@@ -58191,7 +58191,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
58191
58191
|
eventId?: EventId | undefined;
|
|
58192
58192
|
guard?: SExpr | undefined;
|
|
58193
58193
|
triggersId?: EventId | undefined;
|
|
58194
|
-
payloadMapping?: Record<string,
|
|
58194
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
58195
58195
|
}[] | undefined;
|
|
58196
58196
|
description_visual_prompt?: string | undefined;
|
|
58197
58197
|
entityRebindable?: boolean | undefined;
|
|
@@ -58769,7 +58769,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
58769
58769
|
};
|
|
58770
58770
|
triggers: string;
|
|
58771
58771
|
guard?: SExpr | undefined;
|
|
58772
|
-
payloadMapping?: Record<string,
|
|
58772
|
+
payloadMapping?: Record<string, SExpr> | undefined;
|
|
58773
58773
|
}[] | undefined;
|
|
58774
58774
|
uses?: {
|
|
58775
58775
|
from: string;
|