@almadar/core 10.47.0 → 10.48.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/builders.d.ts +3 -3
- package/dist/{effect-BZDXo4bV.d.ts → effect-DiHGegt9.d.ts} +41 -17
- package/dist/{entityAccess-BGnJSqXD.d.ts → entityAccess-OjD7XSBO.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/index.d.ts +8 -8
- package/dist/index.js +372 -3
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +4 -4
- package/dist/patterns/component-mapping.json +6 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +818 -5
- package/dist/patterns/index.js +372 -3
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +364 -1
- package/dist/patterns/registry.json +364 -1
- package/dist/{schema-CGoLC-m6.d.ts → schema-C0QwW3G2.d.ts} +38 -38
- package/dist/{trait-1OkxYkAr.d.ts → trait-pw49W-zL.d.ts} +1 -1
- package/dist/types/index.d.ts +7 -7
- package/dist/types/index.js +1 -0
- package/dist/types/index.js.map +1 -1
- package/dist/{types-By96RdSM.d.ts → types-1DvdNPye.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 Trait } from './trait-pw49W-zL.js';
|
|
2
2
|
import { E as Expression, S as SExpr, J as JsonValue, R as RuntimeValue } from './expression-Yf7qvvOs.js';
|
|
3
|
-
import { T as TraitId, d as EntityId, P as PageId, O as OrbitalId, S as ServiceRef, e as Entity, E as EntityField, 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, S as ServiceRef, e as Entity, E as EntityField, a as EntityPersistence, b as EventId, g as ServiceDefinition, I as IdentityLedger } from './effect-DiHGegt9.js';
|
|
4
4
|
import { z } from 'zod';
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -26394,12 +26394,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26394
26394
|
location: z.ZodOptional<z.ZodEnum<["query", "header"]>>;
|
|
26395
26395
|
secretEnv: z.ZodOptional<z.ZodString>;
|
|
26396
26396
|
}, "strip", z.ZodTypeAny, {
|
|
26397
|
-
type: "
|
|
26397
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
26398
26398
|
keyName?: string | undefined;
|
|
26399
26399
|
location?: "header" | "query" | undefined;
|
|
26400
26400
|
secretEnv?: string | undefined;
|
|
26401
26401
|
}, {
|
|
26402
|
-
type: "
|
|
26402
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
26403
26403
|
keyName?: string | undefined;
|
|
26404
26404
|
location?: "header" | "query" | undefined;
|
|
26405
26405
|
secretEnv?: string | undefined;
|
|
@@ -26411,7 +26411,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26411
26411
|
baseUrl: string;
|
|
26412
26412
|
description?: string | undefined;
|
|
26413
26413
|
auth?: {
|
|
26414
|
-
type: "
|
|
26414
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
26415
26415
|
keyName?: string | undefined;
|
|
26416
26416
|
location?: "header" | "query" | undefined;
|
|
26417
26417
|
secretEnv?: string | undefined;
|
|
@@ -26424,7 +26424,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26424
26424
|
baseUrl: string;
|
|
26425
26425
|
description?: string | undefined;
|
|
26426
26426
|
auth?: {
|
|
26427
|
-
type: "
|
|
26427
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
26428
26428
|
keyName?: string | undefined;
|
|
26429
26429
|
location?: "header" | "query" | undefined;
|
|
26430
26430
|
secretEnv?: string | undefined;
|
|
@@ -30733,7 +30733,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
30733
30733
|
baseUrl: string;
|
|
30734
30734
|
description?: string | undefined;
|
|
30735
30735
|
auth?: {
|
|
30736
|
-
type: "
|
|
30736
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
30737
30737
|
keyName?: string | undefined;
|
|
30738
30738
|
location?: "header" | "query" | undefined;
|
|
30739
30739
|
secretEnv?: string | undefined;
|
|
@@ -31774,7 +31774,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
31774
31774
|
baseUrl: string;
|
|
31775
31775
|
description?: string | undefined;
|
|
31776
31776
|
auth?: {
|
|
31777
|
-
type: "
|
|
31777
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
31778
31778
|
keyName?: string | undefined;
|
|
31779
31779
|
location?: "header" | "query" | undefined;
|
|
31780
31780
|
secretEnv?: string | undefined;
|
|
@@ -35776,12 +35776,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35776
35776
|
location: z.ZodOptional<z.ZodEnum<["query", "header"]>>;
|
|
35777
35777
|
secretEnv: z.ZodOptional<z.ZodString>;
|
|
35778
35778
|
}, "strip", z.ZodTypeAny, {
|
|
35779
|
-
type: "
|
|
35779
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
35780
35780
|
keyName?: string | undefined;
|
|
35781
35781
|
location?: "header" | "query" | undefined;
|
|
35782
35782
|
secretEnv?: string | undefined;
|
|
35783
35783
|
}, {
|
|
35784
|
-
type: "
|
|
35784
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
35785
35785
|
keyName?: string | undefined;
|
|
35786
35786
|
location?: "header" | "query" | undefined;
|
|
35787
35787
|
secretEnv?: string | undefined;
|
|
@@ -35793,7 +35793,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35793
35793
|
baseUrl: string;
|
|
35794
35794
|
description?: string | undefined;
|
|
35795
35795
|
auth?: {
|
|
35796
|
-
type: "
|
|
35796
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
35797
35797
|
keyName?: string | undefined;
|
|
35798
35798
|
location?: "header" | "query" | undefined;
|
|
35799
35799
|
secretEnv?: string | undefined;
|
|
@@ -35806,7 +35806,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35806
35806
|
baseUrl: string;
|
|
35807
35807
|
description?: string | undefined;
|
|
35808
35808
|
auth?: {
|
|
35809
|
-
type: "
|
|
35809
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
35810
35810
|
keyName?: string | undefined;
|
|
35811
35811
|
location?: "header" | "query" | undefined;
|
|
35812
35812
|
secretEnv?: string | undefined;
|
|
@@ -40115,7 +40115,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
40115
40115
|
baseUrl: string;
|
|
40116
40116
|
description?: string | undefined;
|
|
40117
40117
|
auth?: {
|
|
40118
|
-
type: "
|
|
40118
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
40119
40119
|
keyName?: string | undefined;
|
|
40120
40120
|
location?: "header" | "query" | undefined;
|
|
40121
40121
|
secretEnv?: string | undefined;
|
|
@@ -41156,7 +41156,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
41156
41156
|
baseUrl: string;
|
|
41157
41157
|
description?: string | undefined;
|
|
41158
41158
|
auth?: {
|
|
41159
|
-
type: "
|
|
41159
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
41160
41160
|
keyName?: string | undefined;
|
|
41161
41161
|
location?: "header" | "query" | undefined;
|
|
41162
41162
|
secretEnv?: string | undefined;
|
|
@@ -45165,12 +45165,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45165
45165
|
location: z.ZodOptional<z.ZodEnum<["query", "header"]>>;
|
|
45166
45166
|
secretEnv: z.ZodOptional<z.ZodString>;
|
|
45167
45167
|
}, "strip", z.ZodTypeAny, {
|
|
45168
|
-
type: "
|
|
45168
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
45169
45169
|
keyName?: string | undefined;
|
|
45170
45170
|
location?: "header" | "query" | undefined;
|
|
45171
45171
|
secretEnv?: string | undefined;
|
|
45172
45172
|
}, {
|
|
45173
|
-
type: "
|
|
45173
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
45174
45174
|
keyName?: string | undefined;
|
|
45175
45175
|
location?: "header" | "query" | undefined;
|
|
45176
45176
|
secretEnv?: string | undefined;
|
|
@@ -45182,7 +45182,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45182
45182
|
baseUrl: string;
|
|
45183
45183
|
description?: string | undefined;
|
|
45184
45184
|
auth?: {
|
|
45185
|
-
type: "
|
|
45185
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
45186
45186
|
keyName?: string | undefined;
|
|
45187
45187
|
location?: "header" | "query" | undefined;
|
|
45188
45188
|
secretEnv?: string | undefined;
|
|
@@ -45195,7 +45195,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45195
45195
|
baseUrl: string;
|
|
45196
45196
|
description?: string | undefined;
|
|
45197
45197
|
auth?: {
|
|
45198
|
-
type: "
|
|
45198
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
45199
45199
|
keyName?: string | undefined;
|
|
45200
45200
|
location?: "header" | "query" | undefined;
|
|
45201
45201
|
secretEnv?: string | undefined;
|
|
@@ -49504,7 +49504,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
49504
49504
|
baseUrl: string;
|
|
49505
49505
|
description?: string | undefined;
|
|
49506
49506
|
auth?: {
|
|
49507
|
-
type: "
|
|
49507
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
49508
49508
|
keyName?: string | undefined;
|
|
49509
49509
|
location?: "header" | "query" | undefined;
|
|
49510
49510
|
secretEnv?: string | undefined;
|
|
@@ -50545,7 +50545,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
50545
50545
|
baseUrl: string;
|
|
50546
50546
|
description?: string | undefined;
|
|
50547
50547
|
auth?: {
|
|
50548
|
-
type: "
|
|
50548
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
50549
50549
|
keyName?: string | undefined;
|
|
50550
50550
|
location?: "header" | "query" | undefined;
|
|
50551
50551
|
secretEnv?: string | undefined;
|
|
@@ -54901,12 +54901,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54901
54901
|
location: z.ZodOptional<z.ZodEnum<["query", "header"]>>;
|
|
54902
54902
|
secretEnv: z.ZodOptional<z.ZodString>;
|
|
54903
54903
|
}, "strip", z.ZodTypeAny, {
|
|
54904
|
-
type: "
|
|
54904
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
54905
54905
|
keyName?: string | undefined;
|
|
54906
54906
|
location?: "header" | "query" | undefined;
|
|
54907
54907
|
secretEnv?: string | undefined;
|
|
54908
54908
|
}, {
|
|
54909
|
-
type: "
|
|
54909
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
54910
54910
|
keyName?: string | undefined;
|
|
54911
54911
|
location?: "header" | "query" | undefined;
|
|
54912
54912
|
secretEnv?: string | undefined;
|
|
@@ -54918,7 +54918,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54918
54918
|
baseUrl: string;
|
|
54919
54919
|
description?: string | undefined;
|
|
54920
54920
|
auth?: {
|
|
54921
|
-
type: "
|
|
54921
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
54922
54922
|
keyName?: string | undefined;
|
|
54923
54923
|
location?: "header" | "query" | undefined;
|
|
54924
54924
|
secretEnv?: string | undefined;
|
|
@@ -54931,7 +54931,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54931
54931
|
baseUrl: string;
|
|
54932
54932
|
description?: string | undefined;
|
|
54933
54933
|
auth?: {
|
|
54934
|
-
type: "
|
|
54934
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
54935
54935
|
keyName?: string | undefined;
|
|
54936
54936
|
location?: "header" | "query" | undefined;
|
|
54937
54937
|
secretEnv?: string | undefined;
|
|
@@ -59240,7 +59240,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
59240
59240
|
baseUrl: string;
|
|
59241
59241
|
description?: string | undefined;
|
|
59242
59242
|
auth?: {
|
|
59243
|
-
type: "
|
|
59243
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
59244
59244
|
keyName?: string | undefined;
|
|
59245
59245
|
location?: "header" | "query" | undefined;
|
|
59246
59246
|
secretEnv?: string | undefined;
|
|
@@ -60281,7 +60281,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
60281
60281
|
baseUrl: string;
|
|
60282
60282
|
description?: string | undefined;
|
|
60283
60283
|
auth?: {
|
|
60284
|
-
type: "
|
|
60284
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
60285
60285
|
keyName?: string | undefined;
|
|
60286
60286
|
location?: "header" | "query" | undefined;
|
|
60287
60287
|
secretEnv?: string | undefined;
|
|
@@ -60391,12 +60391,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
60391
60391
|
location: z.ZodOptional<z.ZodEnum<["query", "header"]>>;
|
|
60392
60392
|
secretEnv: z.ZodOptional<z.ZodString>;
|
|
60393
60393
|
}, "strip", z.ZodTypeAny, {
|
|
60394
|
-
type: "
|
|
60394
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
60395
60395
|
keyName?: string | undefined;
|
|
60396
60396
|
location?: "header" | "query" | undefined;
|
|
60397
60397
|
secretEnv?: string | undefined;
|
|
60398
60398
|
}, {
|
|
60399
|
-
type: "
|
|
60399
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
60400
60400
|
keyName?: string | undefined;
|
|
60401
60401
|
location?: "header" | "query" | undefined;
|
|
60402
60402
|
secretEnv?: string | undefined;
|
|
@@ -60408,7 +60408,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
60408
60408
|
baseUrl: string;
|
|
60409
60409
|
description?: string | undefined;
|
|
60410
60410
|
auth?: {
|
|
60411
|
-
type: "
|
|
60411
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
60412
60412
|
keyName?: string | undefined;
|
|
60413
60413
|
location?: "header" | "query" | undefined;
|
|
60414
60414
|
secretEnv?: string | undefined;
|
|
@@ -60421,7 +60421,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
60421
60421
|
baseUrl: string;
|
|
60422
60422
|
description?: string | undefined;
|
|
60423
60423
|
auth?: {
|
|
60424
|
-
type: "
|
|
60424
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
60425
60425
|
keyName?: string | undefined;
|
|
60426
60426
|
location?: "header" | "query" | undefined;
|
|
60427
60427
|
secretEnv?: string | undefined;
|
|
@@ -61623,7 +61623,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
61623
61623
|
baseUrl: string;
|
|
61624
61624
|
description?: string | undefined;
|
|
61625
61625
|
auth?: {
|
|
61626
|
-
type: "
|
|
61626
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
61627
61627
|
keyName?: string | undefined;
|
|
61628
61628
|
location?: "header" | "query" | undefined;
|
|
61629
61629
|
secretEnv?: string | undefined;
|
|
@@ -61743,7 +61743,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
61743
61743
|
baseUrl: string;
|
|
61744
61744
|
description?: string | undefined;
|
|
61745
61745
|
auth?: {
|
|
61746
|
-
type: "
|
|
61746
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
61747
61747
|
keyName?: string | undefined;
|
|
61748
61748
|
location?: "header" | "query" | undefined;
|
|
61749
61749
|
secretEnv?: string | undefined;
|
|
@@ -62783,7 +62783,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
62783
62783
|
baseUrl: string;
|
|
62784
62784
|
description?: string | undefined;
|
|
62785
62785
|
auth?: {
|
|
62786
|
-
type: "
|
|
62786
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
62787
62787
|
keyName?: string | undefined;
|
|
62788
62788
|
location?: "header" | "query" | undefined;
|
|
62789
62789
|
secretEnv?: string | undefined;
|
|
@@ -62903,7 +62903,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
62903
62903
|
baseUrl: string;
|
|
62904
62904
|
description?: string | undefined;
|
|
62905
62905
|
auth?: {
|
|
62906
|
-
type: "
|
|
62906
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
62907
62907
|
keyName?: string | undefined;
|
|
62908
62908
|
location?: "header" | "query" | undefined;
|
|
62909
62909
|
secretEnv?: string | undefined;
|
|
@@ -64008,7 +64008,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
64008
64008
|
baseUrl: string;
|
|
64009
64009
|
description?: string | undefined;
|
|
64010
64010
|
auth?: {
|
|
64011
|
-
type: "
|
|
64011
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
64012
64012
|
keyName?: string | undefined;
|
|
64013
64013
|
location?: "header" | "query" | undefined;
|
|
64014
64014
|
secretEnv?: string | undefined;
|
|
@@ -64128,7 +64128,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
64128
64128
|
baseUrl: string;
|
|
64129
64129
|
description?: string | undefined;
|
|
64130
64130
|
auth?: {
|
|
64131
|
-
type: "
|
|
64131
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
64132
64132
|
keyName?: string | undefined;
|
|
64133
64133
|
location?: "header" | "query" | undefined;
|
|
64134
64134
|
secretEnv?: string | undefined;
|
|
@@ -65168,7 +65168,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
65168
65168
|
baseUrl: string;
|
|
65169
65169
|
description?: string | undefined;
|
|
65170
65170
|
auth?: {
|
|
65171
|
-
type: "
|
|
65171
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
65172
65172
|
keyName?: string | undefined;
|
|
65173
65173
|
location?: "header" | "query" | undefined;
|
|
65174
65174
|
secretEnv?: string | undefined;
|
|
@@ -65288,7 +65288,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
65288
65288
|
baseUrl: string;
|
|
65289
65289
|
description?: string | undefined;
|
|
65290
65290
|
auth?: {
|
|
65291
|
-
type: "
|
|
65291
|
+
type: "basic" | "api-key" | "bearer" | "oauth2";
|
|
65292
65292
|
keyName?: string | undefined;
|
|
65293
65293
|
location?: "header" | "query" | undefined;
|
|
65294
65294
|
secretEnv?: string | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b as EventId, c as Effect, T as TraitId, O as OrbitalId, d as EntityId, P as PageId, A as AnyPatternConfig, e as Entity, E as EntityField } from './effect-
|
|
1
|
+
import { b as EventId, c as Effect, T as TraitId, O as OrbitalId, d as EntityId, P as PageId, A as AnyPatternConfig, e as Entity, E as EntityField } from './effect-DiHGegt9.js';
|
|
2
2
|
import { E as Expression, S as SExpr, J as JsonValue } from './expression-Yf7qvvOs.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
4
|
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { b0 as PageTraitRef, O as OrbitalSchema, be as ThemeDefinition, a7 as Orbital, b as Page, L as DomainContext, a as OrbitalDefinition } from '../schema-
|
|
2
|
-
export { A as AGENT_DOMAIN_CATEGORIES, d as ALLOWED_CUSTOM_COMPONENTS, e as AgentDomainCategory, f as AgentDomainCategorySchema, g as AllowedCustomComponent, C as ColorSlice, h as ColorSliceSchema, i as ColorTokens, j as ColorTokensSchema, k as ComputedEventContract, l as ComputedEventContractSchema, m as ComputedEventListener, n as ComputedEventListenerSchema, o as ConfigProvenanceRecord, p as ConfigProvenanceRecordSchema, q as CustomPatternDefinition, r as CustomPatternDefinitionInput, s as CustomPatternDefinitionSchema, t as CustomPatternMap, u as CustomPatternMapInput, v as CustomPatternMapSchema, D as DensitySlice, w as DensitySliceSchema, x as DensityTokens, y as DensityTokensSchema, z as DesignPreferences, B as DesignPreferencesInput, F as DesignPreferencesSchema, G as DesignTokens, H as DesignTokensInput, I as DesignTokensSchema, J as DomainCategory, K as DomainCategorySchema, M as DomainContextInput, N as DomainContextSchema, Q as DomainVocabulary, R as DomainVocabularySchema, S as ElevationSlice, T as ElevationSliceSchema, V as ElevationTokens, W as ElevationTokensSchema, X as EntityCall, Y as EntityCallSchema, E as EntityRef, Z as EntityRefSchema, _ as EntityRefStringSchema, $ as EntitySemanticRole, a0 as EntitySemanticRoleSchema, a1 as EventListener, a2 as EventListenerSchema, a3 as EventSemanticRole, a4 as EventSemanticRoleSchema, a5 as EventSource, a6 as EventSourceSchema, a8 as GameSubCategory, a9 as GameSubCategorySchema, aa as GeometrySlice, ab as GeometrySliceSchema, ac as GeometryTokens, ad as GeometryTokensSchema, ae as IconFamily, af as IconFamilySchema, ag as IconographySlice, ah as IconographySliceSchema, ai as IconographyTokens, aj as IconographyTokensSchema, ak as IllustrationSlice, al as IllustrationSliceSchema, am as IllustrationStyle, an as IllustrationStyleSchema, ao as IllustrationTokens, ap as IllustrationTokensSchema, aq as MotionDurationKey, ar as MotionDurationKeySchema, as as MotionDurationPalette, at as MotionDurationPaletteSchema, au as MotionEasingKey, av as MotionEasingKeySchema, aw as MotionEasingPalette, ax as MotionEasingPaletteSchema, ay as MotionIntent, az as MotionIntentMap, aA as MotionIntentMapSchema, aB as MotionIntentSchema, aC as MotionSlice, aD as MotionSliceSchema, aE as MotionTokens, aF as MotionTokensSchema, aG as NodeClassification, aH as NodeClassificationSchema, aI as OrbitalConfig, aJ as OrbitalConfigInput, aK as OrbitalConfigSchema, aL as OrbitalDefinitionSchema, aM as OrbitalInput, aN as OrbitalPage, aO as OrbitalPageInput, aP as OrbitalPageSchema, aQ as OrbitalPageStrictInput, aR as OrbitalPageStrictSchema, aS as OrbitalSchemaInput, aT as OrbitalSchemaSchema, aU as OrbitalSchemaWithTraits, aV as OrbitalUnit, aW as OrbitalUnitSchema, aX as OrbitalZodSchema, P as PageRef, c as PageRefObject, aY as PageRefObjectSchema, aZ as PageRefSchema, a_ as PageRefStringSchema, a$ as PageSchema, b1 as PageTraitRefSchema, b2 as RelatedLink, b3 as RelatedLinkSchema, b4 as SchemaMetadata, b5 as SchemaMetadataSchema, b6 as SkinSpec, b7 as SkinSpecSchema, b8 as SpacingScale, b9 as SpacingScaleSchema, ba as StateSemanticRole, bb as StateSemanticRoleSchema, bc as SuggestedGuard, bd as SuggestedGuardSchema, bf as ThemeDefinitionSchema, bg as ThemeRef, bh as ThemeRefSchema, bi as ThemeRefStringSchema, bj as ThemeTokens, bk as ThemeTokensSchema, bl as ThemeVariant, bm as ThemeVariantSchema, bn as TypeIntent, bo as TypeIntentMap, bp as TypeIntentMapSchema, bq as TypeIntentSchema, br as TypeScale, bs as TypeScaleEntry, bt as TypeScaleEntrySchema, bu as TypeScaleSchema, bv as TypeScaleTokens, bw as TypeScaleTokensSchema, bx as TypeSizeKey, by as TypeSizeKeySchema, bz as TypeSlice, bA as TypeSliceSchema, bB as TypeSlot, bC as TypeSlotSchema, bD as TypeWeight, bE as TypeWeightSchema, bF as UXHints, bG as UXHintsSchema, U as UseDeclaration, bH as UseDeclarationSchema, bI as UserPersona, bJ as UserPersonaInput, bK as UserPersonaSchema, bL as ViewType, bM as ViewTypeSchema, bN as isEntityCall, bO as isEntityReference, bP as isEntityReferenceAny, bQ as isImportedTraitRef, bR as isOrbitalDefinition, bS as isPageReference, bT as isPageReferenceObject, bU as isPageReferenceString, bV as isThemeReference, bW as parseEntityRef, bX as parseImportedTraitRef, bY as parseOrbitalSchema, bZ as parsePageRef, b_ as safeParseOrbitalSchema } from '../schema-
|
|
3
|
-
import { F as FieldValue, E as EntityField, a as EntityPersistence, bo as ServiceParams, e as Entity, f as EntityRow, A as AnyPatternConfig, O as OrbitalId, T as TraitId, b as EventId, c as Effect } from '../effect-
|
|
4
|
-
export { j as ANIMATION_NAMES, k as ASSET_ASPECTS, l as ASSET_DIMENSIONS, m as AgentEffect, n as AnimationDef, o as AnimationDefInput, p as AnimationDefSchema, q as AnimationName, r as AnimationNameSchema, s as ApplicationEffect, t as ArrayEntityField, u as Asset, v as AssetAspect, w as AssetAspectSchema, x as AssetCatalog, y as AssetCatalogEntry, z as AssetCatalogEntryInput, B as AssetCatalogEntrySchema, C as AssetCatalogSchema, D as AssetDimension, G as AssetDimensionSchema, H as AssetSchema, J as AssetUrl, K as AtomicEffect, L as BehaviorEffect, M as CAMERA_MODES, N as CallServiceConfig, Q as CallServiceEffect, V as Camera, W as CameraMode, X as CameraModeSchema, Y as CameraSchema, Z as CheckpointLoadEffect, _ as CheckpointSaveEffect, $ as ComposeEffect, a0 as DerefEffect, a1 as DespawnEffect, a2 as DoEffect, a3 as ENTITY_ROLES, a4 as EffectInput, a5 as EffectSchema, a6 as EmitConfig, a7 as EmitEffect, a8 as EntityData, a9 as EntityFieldInput, aa as EntityFieldSchema, d as EntityId, ab as EntityIdSchema, ac as EntityPersistenceSchema, ad as EntityRole, ae as EntityRoleSchema, af as EntitySchema, ag as EntityWith, ah as EnumEntityField, ai as EvaluateConfig, aj as EvaluateEffect, ak as EventIdSchema, al as FIELD_TYPES, am as FetchEffect, an as FetchOptions, ao as FetchResult, ap as Field, aq as FieldSchema, ar as FieldType, as as FieldTypeSchema, at as ForwardConfig, au as ForwardEffect, av as IdForKind, aw as IdKind, I as IdentityLedger, ax as IdentityLedgerSchema, ay as LedgerEntry, az as LedgerEntrySchema, aA as LedgerKind, aB as LedgerKindSchema, aC as LlmEffect, aD as LogEffect, aE as McpServiceDef, aF as McpServiceDefSchema, aG as MemoryEffect, aH as NavigateEffect, aI as NnConfig, aJ as NnLayer, aK as NotifyEffect, aL as ObjectEntityField, aM as OrbitalEntity, aN as OrbitalEntityInput, aO as OrbitalEntitySchema, aP as OrbitalIdSchema, aQ as OsEffect, aR as PATTERN_TYPES, P as PageId, aS as PageIdSchema, aT as PaletteEntryId, aU as PaletteEntryIdSchema, aV as PatternConfig, aY as PatternType, aZ as PersistData, a_ as PersistEffect, a$ as PersistEmitConfig, b0 as RefEffect, R as RelationConfig, b1 as RelationConfigSchema, b2 as RelationEntityField, h as RenderBinding, b3 as RenderChildrenMap, b4 as RenderItemLambda, i as RenderUIEffect, b5 as RenderUINode, b6 as ResolvedPatternProps, b7 as RestAuthConfig, b8 as RestAuthConfigSchema, b9 as RestServiceDef, ba as RestServiceDefSchema, bb as SEMANTIC_STRING_TYPES, bc as SERVICE_TYPES, bd as SPRITE_DIRECTIONS, be as ScalarEntityField, bf as ScenePos, bg as ScenePosSchema, bh as SemanticAssetRef, bi as SemanticAssetRefInput, bj as SemanticAssetRefSchema, bk as SemanticStringType, g as ServiceDefinition, bl as ServiceDefinitionSchema, bm as ServiceId, bn as ServiceIdSchema, bp as ServiceParamsValue, S as ServiceRef, bq as ServiceRefObject, br as ServiceRefObjectSchema, bs as ServiceRefSchema, bt as ServiceRefStringSchema, bu as ServiceType, bv as ServiceTypeSchema, bw as SessionEffect, bx as SetEffect, by as SocketEvents, bz as SocketEventsSchema, bA as SocketServiceDef, bB as SocketServiceDefSchema, bC as SpawnEffect, bD as SpriteDirection, bE as SpriteDirectionSchema, bF as SpriteSheetAtlas, bG as SpriteSheetAtlasInput, bH as SpriteSheetAtlasSchema, bI as SubTexture, bJ as SubTextureSchema, bK as SwapEffect, bL as TextureAtlas, bM as TextureAtlasSchema, bN as ThemeId, bO as ThemeIdSchema, bP as Tilesheet, bQ as TilesheetSchema, bR as TraceEffect, bS as TrainConfig, bT as TrainEffect, bU as TraitIdSchema, bV as TypedEffect, U as UISlot, bW as UISlotSchema, bX as UI_SLOTS, bY as VISUAL_STYLES, bZ as ValidateEffect, b_ as VisualStyle, b$ as VisualStyleSchema, c0 as WatchEffect, c1 as WatchOptions, c2 as asEntityId, c3 as asEventId, c4 as asOrbitalId, c5 as asPageId, c6 as asPaletteEntryId, c7 as asServiceId, c8 as asThemeId, c9 as asTraitId, ca as atomic, cb as callService, cc as createAssetKey, cd as deref, ce as deriveCollection, cf as despawn, cg as doEffects, ch as emit, ci as findService, cj as getDefaultAnimationsForRole, ck as getServiceNames, cl as hasService, cm as idKindOf, cn as idPrefix, co as isEffect, cp as isEmailValue, cq as isEntityId, cr as isEventId, cs as isFieldValue, ct as isMcpService, cu as isOrbitalId, cv as isPageId, cw as isPaletteEntryId, cx as isPhoneValue, cy as isRestService, cz as isRuntimeEntity, cA as isSExprEffect, cB as isSemanticStringType, cC as isSemanticStringValue, cD as isServiceId, cE as isServiceReference, cF as isServiceReferenceObject, cG as isSocketService, cH as isThemeId, cI as isTraitId, cJ as isUrlValue, cK as isUuidValue, cL as isValidPatternType, cM as ledgerCurName, cN as ledgerRename, cO as ledgerResolveName, cP as mintId, cQ as navigate, cR as notify, cS as parseAssetKey, cT as parseServiceRef, cU as persist, cV as persistenceModeAllowsOverrides, cW as ref, cX as renderUI, cY as set, cZ as spawn, c_ as swap, c$ as validateAssetAnimations, d0 as watch } from '../effect-
|
|
1
|
+
import { b0 as PageTraitRef, O as OrbitalSchema, be as ThemeDefinition, a7 as Orbital, b as Page, L as DomainContext, a as OrbitalDefinition } from '../schema-C0QwW3G2.js';
|
|
2
|
+
export { A as AGENT_DOMAIN_CATEGORIES, d as ALLOWED_CUSTOM_COMPONENTS, e as AgentDomainCategory, f as AgentDomainCategorySchema, g as AllowedCustomComponent, C as ColorSlice, h as ColorSliceSchema, i as ColorTokens, j as ColorTokensSchema, k as ComputedEventContract, l as ComputedEventContractSchema, m as ComputedEventListener, n as ComputedEventListenerSchema, o as ConfigProvenanceRecord, p as ConfigProvenanceRecordSchema, q as CustomPatternDefinition, r as CustomPatternDefinitionInput, s as CustomPatternDefinitionSchema, t as CustomPatternMap, u as CustomPatternMapInput, v as CustomPatternMapSchema, D as DensitySlice, w as DensitySliceSchema, x as DensityTokens, y as DensityTokensSchema, z as DesignPreferences, B as DesignPreferencesInput, F as DesignPreferencesSchema, G as DesignTokens, H as DesignTokensInput, I as DesignTokensSchema, J as DomainCategory, K as DomainCategorySchema, M as DomainContextInput, N as DomainContextSchema, Q as DomainVocabulary, R as DomainVocabularySchema, S as ElevationSlice, T as ElevationSliceSchema, V as ElevationTokens, W as ElevationTokensSchema, X as EntityCall, Y as EntityCallSchema, E as EntityRef, Z as EntityRefSchema, _ as EntityRefStringSchema, $ as EntitySemanticRole, a0 as EntitySemanticRoleSchema, a1 as EventListener, a2 as EventListenerSchema, a3 as EventSemanticRole, a4 as EventSemanticRoleSchema, a5 as EventSource, a6 as EventSourceSchema, a8 as GameSubCategory, a9 as GameSubCategorySchema, aa as GeometrySlice, ab as GeometrySliceSchema, ac as GeometryTokens, ad as GeometryTokensSchema, ae as IconFamily, af as IconFamilySchema, ag as IconographySlice, ah as IconographySliceSchema, ai as IconographyTokens, aj as IconographyTokensSchema, ak as IllustrationSlice, al as IllustrationSliceSchema, am as IllustrationStyle, an as IllustrationStyleSchema, ao as IllustrationTokens, ap as IllustrationTokensSchema, aq as MotionDurationKey, ar as MotionDurationKeySchema, as as MotionDurationPalette, at as MotionDurationPaletteSchema, au as MotionEasingKey, av as MotionEasingKeySchema, aw as MotionEasingPalette, ax as MotionEasingPaletteSchema, ay as MotionIntent, az as MotionIntentMap, aA as MotionIntentMapSchema, aB as MotionIntentSchema, aC as MotionSlice, aD as MotionSliceSchema, aE as MotionTokens, aF as MotionTokensSchema, aG as NodeClassification, aH as NodeClassificationSchema, aI as OrbitalConfig, aJ as OrbitalConfigInput, aK as OrbitalConfigSchema, aL as OrbitalDefinitionSchema, aM as OrbitalInput, aN as OrbitalPage, aO as OrbitalPageInput, aP as OrbitalPageSchema, aQ as OrbitalPageStrictInput, aR as OrbitalPageStrictSchema, aS as OrbitalSchemaInput, aT as OrbitalSchemaSchema, aU as OrbitalSchemaWithTraits, aV as OrbitalUnit, aW as OrbitalUnitSchema, aX as OrbitalZodSchema, P as PageRef, c as PageRefObject, aY as PageRefObjectSchema, aZ as PageRefSchema, a_ as PageRefStringSchema, a$ as PageSchema, b1 as PageTraitRefSchema, b2 as RelatedLink, b3 as RelatedLinkSchema, b4 as SchemaMetadata, b5 as SchemaMetadataSchema, b6 as SkinSpec, b7 as SkinSpecSchema, b8 as SpacingScale, b9 as SpacingScaleSchema, ba as StateSemanticRole, bb as StateSemanticRoleSchema, bc as SuggestedGuard, bd as SuggestedGuardSchema, bf as ThemeDefinitionSchema, bg as ThemeRef, bh as ThemeRefSchema, bi as ThemeRefStringSchema, bj as ThemeTokens, bk as ThemeTokensSchema, bl as ThemeVariant, bm as ThemeVariantSchema, bn as TypeIntent, bo as TypeIntentMap, bp as TypeIntentMapSchema, bq as TypeIntentSchema, br as TypeScale, bs as TypeScaleEntry, bt as TypeScaleEntrySchema, bu as TypeScaleSchema, bv as TypeScaleTokens, bw as TypeScaleTokensSchema, bx as TypeSizeKey, by as TypeSizeKeySchema, bz as TypeSlice, bA as TypeSliceSchema, bB as TypeSlot, bC as TypeSlotSchema, bD as TypeWeight, bE as TypeWeightSchema, bF as UXHints, bG as UXHintsSchema, U as UseDeclaration, bH as UseDeclarationSchema, bI as UserPersona, bJ as UserPersonaInput, bK as UserPersonaSchema, bL as ViewType, bM as ViewTypeSchema, bN as isEntityCall, bO as isEntityReference, bP as isEntityReferenceAny, bQ as isImportedTraitRef, bR as isOrbitalDefinition, bS as isPageReference, bT as isPageReferenceObject, bU as isPageReferenceString, bV as isThemeReference, bW as parseEntityRef, bX as parseImportedTraitRef, bY as parseOrbitalSchema, bZ as parsePageRef, b_ as safeParseOrbitalSchema } from '../schema-C0QwW3G2.js';
|
|
3
|
+
import { F as FieldValue, E as EntityField, a as EntityPersistence, bo as ServiceParams, e as Entity, f as EntityRow, A as AnyPatternConfig, O as OrbitalId, T as TraitId, b as EventId, c as Effect } from '../effect-DiHGegt9.js';
|
|
4
|
+
export { j as ANIMATION_NAMES, k as ASSET_ASPECTS, l as ASSET_DIMENSIONS, m as AgentEffect, n as AnimationDef, o as AnimationDefInput, p as AnimationDefSchema, q as AnimationName, r as AnimationNameSchema, s as ApplicationEffect, t as ArrayEntityField, u as Asset, v as AssetAspect, w as AssetAspectSchema, x as AssetCatalog, y as AssetCatalogEntry, z as AssetCatalogEntryInput, B as AssetCatalogEntrySchema, C as AssetCatalogSchema, D as AssetDimension, G as AssetDimensionSchema, H as AssetSchema, J as AssetUrl, K as AtomicEffect, L as BehaviorEffect, M as CAMERA_MODES, N as CallServiceConfig, Q as CallServiceEffect, V as Camera, W as CameraMode, X as CameraModeSchema, Y as CameraSchema, Z as CheckpointLoadEffect, _ as CheckpointSaveEffect, $ as ComposeEffect, a0 as DerefEffect, a1 as DespawnEffect, a2 as DoEffect, a3 as ENTITY_ROLES, a4 as EffectInput, a5 as EffectSchema, a6 as EmitConfig, a7 as EmitEffect, a8 as EntityData, a9 as EntityFieldInput, aa as EntityFieldSchema, d as EntityId, ab as EntityIdSchema, ac as EntityPersistenceSchema, ad as EntityRole, ae as EntityRoleSchema, af as EntitySchema, ag as EntityWith, ah as EnumEntityField, ai as EvaluateConfig, aj as EvaluateEffect, ak as EventIdSchema, al as FIELD_TYPES, am as FetchEffect, an as FetchOptions, ao as FetchResult, ap as Field, aq as FieldSchema, ar as FieldType, as as FieldTypeSchema, at as ForwardConfig, au as ForwardEffect, av as IdForKind, aw as IdKind, I as IdentityLedger, ax as IdentityLedgerSchema, ay as LedgerEntry, az as LedgerEntrySchema, aA as LedgerKind, aB as LedgerKindSchema, aC as LlmEffect, aD as LogEffect, aE as McpServiceDef, aF as McpServiceDefSchema, aG as MemoryEffect, aH as NavigateEffect, aI as NnConfig, aJ as NnLayer, aK as NotifyEffect, aL as ObjectEntityField, aM as OrbitalEntity, aN as OrbitalEntityInput, aO as OrbitalEntitySchema, aP as OrbitalIdSchema, aQ as OsEffect, aR as PATTERN_TYPES, P as PageId, aS as PageIdSchema, aT as PaletteEntryId, aU as PaletteEntryIdSchema, aV as PatternConfig, aY as PatternType, aZ as PersistData, a_ as PersistEffect, a$ as PersistEmitConfig, b0 as RefEffect, R as RelationConfig, b1 as RelationConfigSchema, b2 as RelationEntityField, h as RenderBinding, b3 as RenderChildrenMap, b4 as RenderItemLambda, i as RenderUIEffect, b5 as RenderUINode, b6 as ResolvedPatternProps, b7 as RestAuthConfig, b8 as RestAuthConfigSchema, b9 as RestServiceDef, ba as RestServiceDefSchema, bb as SEMANTIC_STRING_TYPES, bc as SERVICE_TYPES, bd as SPRITE_DIRECTIONS, be as ScalarEntityField, bf as ScenePos, bg as ScenePosSchema, bh as SemanticAssetRef, bi as SemanticAssetRefInput, bj as SemanticAssetRefSchema, bk as SemanticStringType, g as ServiceDefinition, bl as ServiceDefinitionSchema, bm as ServiceId, bn as ServiceIdSchema, bp as ServiceParamsValue, S as ServiceRef, bq as ServiceRefObject, br as ServiceRefObjectSchema, bs as ServiceRefSchema, bt as ServiceRefStringSchema, bu as ServiceType, bv as ServiceTypeSchema, bw as SessionEffect, bx as SetEffect, by as SocketEvents, bz as SocketEventsSchema, bA as SocketServiceDef, bB as SocketServiceDefSchema, bC as SpawnEffect, bD as SpriteDirection, bE as SpriteDirectionSchema, bF as SpriteSheetAtlas, bG as SpriteSheetAtlasInput, bH as SpriteSheetAtlasSchema, bI as SubTexture, bJ as SubTextureSchema, bK as SwapEffect, bL as TextureAtlas, bM as TextureAtlasSchema, bN as ThemeId, bO as ThemeIdSchema, bP as Tilesheet, bQ as TilesheetSchema, bR as TraceEffect, bS as TrainConfig, bT as TrainEffect, bU as TraitIdSchema, bV as TypedEffect, U as UISlot, bW as UISlotSchema, bX as UI_SLOTS, bY as VISUAL_STYLES, bZ as ValidateEffect, b_ as VisualStyle, b$ as VisualStyleSchema, c0 as WatchEffect, c1 as WatchOptions, c2 as asEntityId, c3 as asEventId, c4 as asOrbitalId, c5 as asPageId, c6 as asPaletteEntryId, c7 as asServiceId, c8 as asThemeId, c9 as asTraitId, ca as atomic, cb as callService, cc as createAssetKey, cd as deref, ce as deriveCollection, cf as despawn, cg as doEffects, ch as emit, ci as findService, cj as getDefaultAnimationsForRole, ck as getServiceNames, cl as hasService, cm as idKindOf, cn as idPrefix, co as isEffect, cp as isEmailValue, cq as isEntityId, cr as isEventId, cs as isFieldValue, ct as isMcpService, cu as isOrbitalId, cv as isPageId, cw as isPaletteEntryId, cx as isPhoneValue, cy as isRestService, cz as isRuntimeEntity, cA as isSExprEffect, cB as isSemanticStringType, cC as isSemanticStringValue, cD as isServiceId, cE as isServiceReference, cF as isServiceReferenceObject, cG as isSocketService, cH as isThemeId, cI as isTraitId, cJ as isUrlValue, cK as isUuidValue, cL as isValidPatternType, cM as ledgerCurName, cN as ledgerRename, cO as ledgerResolveName, cP as mintId, cQ as navigate, cR as notify, cS as parseAssetKey, cT as parseServiceRef, cU as persist, cV as persistenceModeAllowsOverrides, cW as ref, cX as renderUI, cY as set, cZ as spawn, c_ as swap, c$ as validateAssetAnimations, d0 as watch } from '../effect-DiHGegt9.js';
|
|
5
5
|
import { S as SExpr, R as RuntimeValue, d as EventPayloadValue, J as JsonValue, a as EventPayload, L as LogMeta, g as JsonObject, T as ToolArgs, c as EvalContext } from '../expression-Yf7qvvOs.js';
|
|
6
6
|
export { C as CORE_BINDINGS, b as CoreBinding, E as Expression, e as ExpressionInput, f as ExpressionSchema, h as LogMetaValue, P as ParsedBinding, i as SExprAtom, j as SExprAtomSchema, k as SExprDataSchema, l as SExprInput, m as SExprObject, n as SExprSchema, o as collectBindings, p as getArgs, q as getOperator, r as isBinding, s as isEventPayloadValue, t as isJsonArray, u as isJsonObject, v as isJsonPrimitive, w as isSExpr, x as isSExprAtom, y as isSExprCall, z as isValidBinding, A as parseBinding, B as sexpr, D as walkSExpr } from '../expression-Yf7qvvOs.js';
|
|
7
7
|
import { z } from 'zod';
|
|
8
|
-
import { a as TraitReference, g as Trait, L as ListenSource, D as DeclaredTraitConfig, b as TraitConfig, C as ConfigFieldDeclaration, S as State, ae as Transition, r as Event, e as TraitConfigValue, Y as TraitCategory, as as TraitScope } from '../trait-
|
|
9
|
-
export { k as CONFIG_REF_EVENT_PATTERN, h as CallSiteConfig, i as CallSiteConfigEntry, l as ConfigFieldDeclarationSchema, m as ConfigFieldItemsDeclaration, n as ConfigRefEventError, o as DeclaredTraitConfigSchema, p as EntityFieldContract, q as EntityFieldContractSchema, s as EventInput, E as EventPayloadField, t as EventPayloadFieldSchema, u as EventSchema, v as EventScope, w as EventScopeSchema, G as Guard, x as GuardInput, y as GuardSchema, z as ListenSourceSchema, O as OrbitalTraitRef, A as OrbitalTraitRefSchema, P as PayloadField, B as PayloadFieldSchema, F as PresentationType, R as REFERENCE_CONFIG_TYPES, H as ReferenceConfigType, I as RequiredField, J as RequiredFieldSchema, K as SECRET_CONFIG_TYPES, M as SecretConfigType, N as StateInput, Q as StateMachine, U as StateMachineInput, V as StateMachineSchema, W as StateSchema, X as TickIntervalSchema, Z as TraitCategorySchema, c as TraitConfigObject, _ as TraitConfigSchema, $ as TraitConfigValueSchema, a0 as TraitDataEntity, a1 as TraitDataEntitySchema, f as TraitEntityField, a2 as TraitEntityFieldSchema, j as TraitEventContract, a3 as TraitEventContractSchema, T as TraitEventListener, a4 as TraitEventListenerSchema, a5 as TraitInput, d as TraitRef, a6 as TraitRefSchema, a7 as TraitReferenceInput, a8 as TraitReferenceSchema, a9 as TraitSchema, aa as TraitTick, ab as TraitTickSchema, ac as TraitUIBinding, ad as TraitUIBindingSchema, af as TransitionInput, ag as TransitionSchema, ah as configRefEventKnob, ai as getTraitConfig, aj as getTraitName, ak as isCallSiteConfigDeclaration, al as isCircuitEvent, am as isInlineTrait, an as isReferenceConfigType, ao as isSecretConfigType, ap as normalizeCallSiteConfigToValues, aq as normalizeTraitRef, ar as resolveConfigRefEventName } from '../trait-
|
|
10
|
-
import { T as TraitOverlay, R as RuleOverlay, J as JsonSchema, c as FactoryConfigTier } from '../types-
|
|
8
|
+
import { a as TraitReference, g as Trait, L as ListenSource, D as DeclaredTraitConfig, b as TraitConfig, C as ConfigFieldDeclaration, S as State, ae as Transition, r as Event, e as TraitConfigValue, Y as TraitCategory, as as TraitScope } from '../trait-pw49W-zL.js';
|
|
9
|
+
export { k as CONFIG_REF_EVENT_PATTERN, h as CallSiteConfig, i as CallSiteConfigEntry, l as ConfigFieldDeclarationSchema, m as ConfigFieldItemsDeclaration, n as ConfigRefEventError, o as DeclaredTraitConfigSchema, p as EntityFieldContract, q as EntityFieldContractSchema, s as EventInput, E as EventPayloadField, t as EventPayloadFieldSchema, u as EventSchema, v as EventScope, w as EventScopeSchema, G as Guard, x as GuardInput, y as GuardSchema, z as ListenSourceSchema, O as OrbitalTraitRef, A as OrbitalTraitRefSchema, P as PayloadField, B as PayloadFieldSchema, F as PresentationType, R as REFERENCE_CONFIG_TYPES, H as ReferenceConfigType, I as RequiredField, J as RequiredFieldSchema, K as SECRET_CONFIG_TYPES, M as SecretConfigType, N as StateInput, Q as StateMachine, U as StateMachineInput, V as StateMachineSchema, W as StateSchema, X as TickIntervalSchema, Z as TraitCategorySchema, c as TraitConfigObject, _ as TraitConfigSchema, $ as TraitConfigValueSchema, a0 as TraitDataEntity, a1 as TraitDataEntitySchema, f as TraitEntityField, a2 as TraitEntityFieldSchema, j as TraitEventContract, a3 as TraitEventContractSchema, T as TraitEventListener, a4 as TraitEventListenerSchema, a5 as TraitInput, d as TraitRef, a6 as TraitRefSchema, a7 as TraitReferenceInput, a8 as TraitReferenceSchema, a9 as TraitSchema, aa as TraitTick, ab as TraitTickSchema, ac as TraitUIBinding, ad as TraitUIBindingSchema, af as TransitionInput, ag as TransitionSchema, ah as configRefEventKnob, ai as getTraitConfig, aj as getTraitName, ak as isCallSiteConfigDeclaration, al as isCircuitEvent, am as isInlineTrait, an as isReferenceConfigType, ao as isSecretConfigType, ap as normalizeCallSiteConfigToValues, aq as normalizeTraitRef, ar as resolveConfigRefEventName } from '../trait-pw49W-zL.js';
|
|
10
|
+
import { T as TraitOverlay, R as RuleOverlay, J as JsonSchema, c as FactoryConfigTier } from '../types-1DvdNPye.js';
|
|
11
11
|
import { MakeTraitRefOpts, EventWiringEntry, LayoutStrategy } from '../builders.js';
|
|
12
12
|
|
|
13
13
|
/**
|