@almadar/core 8.6.3 → 8.7.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/{compose-behaviors-N7RCJVwH.d.ts → compose-behaviors-k95NMGjj.d.ts} +1 -1
- package/dist/factory/index.d.ts +1 -1
- package/dist/index.d.ts +5 -5
- package/dist/{schema-oigeZDco.d.ts → schema-BEBX7aQ3.d.ts} +272 -272
- package/dist/{trait-Dh8USts-.d.ts → trait-FCfo_4jF.d.ts} +29 -29
- package/dist/types/index.d.ts +10 -10
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { d as Expression, S as SExpr } from './expression-BVRFm0sV.js';
|
|
2
|
-
import {
|
|
2
|
+
import { d as TraitConfig, bp as TraitConfigObject, b2 as ServiceRef, b as Entity, e as EntityField, f as EntityPersistence, h as TraitRef, _ as EventPayloadField, w as ConfigFieldDeclaration, a_ as ServiceDefinition, T as Trait } from './trait-FCfo_4jF.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -274,11 +274,11 @@ declare const UserPersonaSchema: z.ZodObject<{
|
|
|
274
274
|
}, "strip", z.ZodTypeAny, {
|
|
275
275
|
name: string;
|
|
276
276
|
role?: string | undefined;
|
|
277
|
-
device?: "mobile" | "
|
|
277
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
278
278
|
}, {
|
|
279
279
|
name: string;
|
|
280
280
|
role?: string | undefined;
|
|
281
|
-
device?: "mobile" | "
|
|
281
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
282
282
|
}>;
|
|
283
283
|
/**
|
|
284
284
|
* Domain context - user request + classification
|
|
@@ -328,11 +328,11 @@ declare const DomainContextSchema: z.ZodObject<{
|
|
|
328
328
|
}, "strip", z.ZodTypeAny, {
|
|
329
329
|
name: string;
|
|
330
330
|
role?: string | undefined;
|
|
331
|
-
device?: "mobile" | "
|
|
331
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
332
332
|
}, {
|
|
333
333
|
name: string;
|
|
334
334
|
role?: string | undefined;
|
|
335
|
-
device?: "mobile" | "
|
|
335
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
336
336
|
}>, "many">>;
|
|
337
337
|
vocabulary: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
338
338
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -343,7 +343,7 @@ declare const DomainContextSchema: z.ZodObject<{
|
|
|
343
343
|
personas?: {
|
|
344
344
|
name: string;
|
|
345
345
|
role?: string | undefined;
|
|
346
|
-
device?: "mobile" | "
|
|
346
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
347
347
|
}[] | undefined;
|
|
348
348
|
vocabulary?: Record<string, string> | undefined;
|
|
349
349
|
}, {
|
|
@@ -354,7 +354,7 @@ declare const DomainContextSchema: z.ZodObject<{
|
|
|
354
354
|
personas?: {
|
|
355
355
|
name: string;
|
|
356
356
|
role?: string | undefined;
|
|
357
|
-
device?: "mobile" | "
|
|
357
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
358
358
|
}[] | undefined;
|
|
359
359
|
vocabulary?: Record<string, string> | undefined;
|
|
360
360
|
}>;
|
|
@@ -531,7 +531,7 @@ declare const DesignPreferencesSchema: z.ZodObject<{
|
|
|
531
531
|
}>>;
|
|
532
532
|
}, "strip", z.ZodTypeAny, {
|
|
533
533
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
534
|
-
device?: "mobile" | "
|
|
534
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
535
535
|
primaryColor?: string | undefined;
|
|
536
536
|
darkMode?: boolean | undefined;
|
|
537
537
|
uxHints?: {
|
|
@@ -547,7 +547,7 @@ declare const DesignPreferencesSchema: z.ZodObject<{
|
|
|
547
547
|
} | undefined;
|
|
548
548
|
}, {
|
|
549
549
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
550
|
-
device?: "mobile" | "
|
|
550
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
551
551
|
primaryColor?: string | undefined;
|
|
552
552
|
darkMode?: boolean | undefined;
|
|
553
553
|
uxHints?: {
|
|
@@ -862,13 +862,13 @@ declare const CustomPatternDefinitionSchema: z.ZodObject<{
|
|
|
862
862
|
props: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
863
863
|
}, "strip", z.ZodTypeAny, {
|
|
864
864
|
type: "custom";
|
|
865
|
-
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "
|
|
865
|
+
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "nav" | "article" | "footer" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "aside" | "ul" | "ol" | "li" | "img";
|
|
866
866
|
className: string;
|
|
867
867
|
slots?: string[] | undefined;
|
|
868
868
|
props?: string[] | undefined;
|
|
869
869
|
}, {
|
|
870
870
|
type: "custom";
|
|
871
|
-
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "
|
|
871
|
+
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "nav" | "article" | "footer" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "aside" | "ul" | "ol" | "li" | "img";
|
|
872
872
|
className: string;
|
|
873
873
|
slots?: string[] | undefined;
|
|
874
874
|
props?: string[] | undefined;
|
|
@@ -885,13 +885,13 @@ declare const CustomPatternMapSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.Z
|
|
|
885
885
|
props: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
886
886
|
}, "strip", z.ZodTypeAny, {
|
|
887
887
|
type: "custom";
|
|
888
|
-
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "
|
|
888
|
+
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "nav" | "article" | "footer" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "aside" | "ul" | "ol" | "li" | "img";
|
|
889
889
|
className: string;
|
|
890
890
|
slots?: string[] | undefined;
|
|
891
891
|
props?: string[] | undefined;
|
|
892
892
|
}, {
|
|
893
893
|
type: "custom";
|
|
894
|
-
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "
|
|
894
|
+
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "nav" | "article" | "footer" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "aside" | "ul" | "ol" | "li" | "img";
|
|
895
895
|
className: string;
|
|
896
896
|
slots?: string[] | undefined;
|
|
897
897
|
props?: string[] | undefined;
|
|
@@ -1687,6 +1687,8 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
1687
1687
|
event: string;
|
|
1688
1688
|
triggers: string;
|
|
1689
1689
|
guard?: SExpr | undefined;
|
|
1690
|
+
scope?: "internal" | "external" | undefined;
|
|
1691
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
1690
1692
|
source?: {
|
|
1691
1693
|
kind: "any";
|
|
1692
1694
|
} | {
|
|
@@ -1697,12 +1699,12 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
1697
1699
|
orbital: string;
|
|
1698
1700
|
kind: "orbital";
|
|
1699
1701
|
} | undefined;
|
|
1700
|
-
scope?: "internal" | "external" | undefined;
|
|
1701
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
1702
1702
|
}, {
|
|
1703
1703
|
event: string;
|
|
1704
1704
|
triggers: string;
|
|
1705
1705
|
guard?: SExpr | undefined;
|
|
1706
|
+
scope?: "internal" | "external" | undefined;
|
|
1707
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
1706
1708
|
source?: {
|
|
1707
1709
|
kind: "any";
|
|
1708
1710
|
} | {
|
|
@@ -1713,8 +1715,6 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
1713
1715
|
orbital: string;
|
|
1714
1716
|
kind: "orbital";
|
|
1715
1717
|
} | undefined;
|
|
1716
|
-
scope?: "internal" | "external" | undefined;
|
|
1717
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
1718
1718
|
}>, "many">>;
|
|
1719
1719
|
ui: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1720
1720
|
config: z.ZodOptional<z.ZodType<Readonly<Record<string, ConfigFieldDeclaration>>, z.ZodTypeDef, Readonly<Record<string, ConfigFieldDeclaration>>>>;
|
|
@@ -1820,6 +1820,8 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
1820
1820
|
event: string;
|
|
1821
1821
|
triggers: string;
|
|
1822
1822
|
guard?: SExpr | undefined;
|
|
1823
|
+
scope?: "internal" | "external" | undefined;
|
|
1824
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
1823
1825
|
source?: {
|
|
1824
1826
|
kind: "any";
|
|
1825
1827
|
} | {
|
|
@@ -1830,8 +1832,6 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
1830
1832
|
orbital: string;
|
|
1831
1833
|
kind: "orbital";
|
|
1832
1834
|
} | undefined;
|
|
1833
|
-
scope?: "internal" | "external" | undefined;
|
|
1834
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
1835
1835
|
}[] | undefined;
|
|
1836
1836
|
description_visual_prompt?: string | undefined;
|
|
1837
1837
|
requiredFields?: {
|
|
@@ -1951,6 +1951,8 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
1951
1951
|
event: string;
|
|
1952
1952
|
triggers: string;
|
|
1953
1953
|
guard?: SExpr | undefined;
|
|
1954
|
+
scope?: "internal" | "external" | undefined;
|
|
1955
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
1954
1956
|
source?: {
|
|
1955
1957
|
kind: "any";
|
|
1956
1958
|
} | {
|
|
@@ -1961,8 +1963,6 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
1961
1963
|
orbital: string;
|
|
1962
1964
|
kind: "orbital";
|
|
1963
1965
|
} | undefined;
|
|
1964
|
-
scope?: "internal" | "external" | undefined;
|
|
1965
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
1966
1966
|
}[] | undefined;
|
|
1967
1967
|
description_visual_prompt?: string | undefined;
|
|
1968
1968
|
requiredFields?: {
|
|
@@ -2088,6 +2088,8 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
2088
2088
|
event: string;
|
|
2089
2089
|
triggers: string;
|
|
2090
2090
|
guard?: SExpr | undefined;
|
|
2091
|
+
scope?: "internal" | "external" | undefined;
|
|
2092
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
2091
2093
|
source?: {
|
|
2092
2094
|
kind: "any";
|
|
2093
2095
|
} | {
|
|
@@ -2098,8 +2100,6 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
2098
2100
|
orbital: string;
|
|
2099
2101
|
kind: "orbital";
|
|
2100
2102
|
} | undefined;
|
|
2101
|
-
scope?: "internal" | "external" | undefined;
|
|
2102
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
2103
2103
|
}[] | undefined;
|
|
2104
2104
|
description_visual_prompt?: string | undefined;
|
|
2105
2105
|
requiredFields?: {
|
|
@@ -2231,6 +2231,8 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
2231
2231
|
event: string;
|
|
2232
2232
|
triggers: string;
|
|
2233
2233
|
guard?: SExpr | undefined;
|
|
2234
|
+
scope?: "internal" | "external" | undefined;
|
|
2235
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
2234
2236
|
source?: {
|
|
2235
2237
|
kind: "any";
|
|
2236
2238
|
} | {
|
|
@@ -2241,8 +2243,6 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
2241
2243
|
orbital: string;
|
|
2242
2244
|
kind: "orbital";
|
|
2243
2245
|
} | undefined;
|
|
2244
|
-
scope?: "internal" | "external" | undefined;
|
|
2245
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
2246
2246
|
}[] | undefined;
|
|
2247
2247
|
description_visual_prompt?: string | undefined;
|
|
2248
2248
|
requiredFields?: {
|
|
@@ -2781,6 +2781,8 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2781
2781
|
event: string;
|
|
2782
2782
|
triggers: string;
|
|
2783
2783
|
guard?: SExpr | undefined;
|
|
2784
|
+
scope?: "internal" | "external" | undefined;
|
|
2785
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
2784
2786
|
source?: {
|
|
2785
2787
|
kind: "any";
|
|
2786
2788
|
} | {
|
|
@@ -2791,12 +2793,12 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2791
2793
|
orbital: string;
|
|
2792
2794
|
kind: "orbital";
|
|
2793
2795
|
} | undefined;
|
|
2794
|
-
scope?: "internal" | "external" | undefined;
|
|
2795
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
2796
2796
|
}, {
|
|
2797
2797
|
event: string;
|
|
2798
2798
|
triggers: string;
|
|
2799
2799
|
guard?: SExpr | undefined;
|
|
2800
|
+
scope?: "internal" | "external" | undefined;
|
|
2801
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
2800
2802
|
source?: {
|
|
2801
2803
|
kind: "any";
|
|
2802
2804
|
} | {
|
|
@@ -2807,8 +2809,6 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2807
2809
|
orbital: string;
|
|
2808
2810
|
kind: "orbital";
|
|
2809
2811
|
} | undefined;
|
|
2810
|
-
scope?: "internal" | "external" | undefined;
|
|
2811
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
2812
2812
|
}>, "many">>;
|
|
2813
2813
|
ui: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2814
2814
|
config: z.ZodOptional<z.ZodType<Readonly<Record<string, ConfigFieldDeclaration>>, z.ZodTypeDef, Readonly<Record<string, ConfigFieldDeclaration>>>>;
|
|
@@ -2914,6 +2914,8 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2914
2914
|
event: string;
|
|
2915
2915
|
triggers: string;
|
|
2916
2916
|
guard?: SExpr | undefined;
|
|
2917
|
+
scope?: "internal" | "external" | undefined;
|
|
2918
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
2917
2919
|
source?: {
|
|
2918
2920
|
kind: "any";
|
|
2919
2921
|
} | {
|
|
@@ -2924,8 +2926,6 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2924
2926
|
orbital: string;
|
|
2925
2927
|
kind: "orbital";
|
|
2926
2928
|
} | undefined;
|
|
2927
|
-
scope?: "internal" | "external" | undefined;
|
|
2928
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
2929
2929
|
}[] | undefined;
|
|
2930
2930
|
description_visual_prompt?: string | undefined;
|
|
2931
2931
|
requiredFields?: {
|
|
@@ -3045,6 +3045,8 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3045
3045
|
event: string;
|
|
3046
3046
|
triggers: string;
|
|
3047
3047
|
guard?: SExpr | undefined;
|
|
3048
|
+
scope?: "internal" | "external" | undefined;
|
|
3049
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
3048
3050
|
source?: {
|
|
3049
3051
|
kind: "any";
|
|
3050
3052
|
} | {
|
|
@@ -3055,8 +3057,6 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3055
3057
|
orbital: string;
|
|
3056
3058
|
kind: "orbital";
|
|
3057
3059
|
} | undefined;
|
|
3058
|
-
scope?: "internal" | "external" | undefined;
|
|
3059
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
3060
3060
|
}[] | undefined;
|
|
3061
3061
|
description_visual_prompt?: string | undefined;
|
|
3062
3062
|
requiredFields?: {
|
|
@@ -3182,6 +3182,8 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3182
3182
|
event: string;
|
|
3183
3183
|
triggers: string;
|
|
3184
3184
|
guard?: SExpr | undefined;
|
|
3185
|
+
scope?: "internal" | "external" | undefined;
|
|
3186
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
3185
3187
|
source?: {
|
|
3186
3188
|
kind: "any";
|
|
3187
3189
|
} | {
|
|
@@ -3192,8 +3194,6 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3192
3194
|
orbital: string;
|
|
3193
3195
|
kind: "orbital";
|
|
3194
3196
|
} | undefined;
|
|
3195
|
-
scope?: "internal" | "external" | undefined;
|
|
3196
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
3197
3197
|
}[] | undefined;
|
|
3198
3198
|
description_visual_prompt?: string | undefined;
|
|
3199
3199
|
requiredFields?: {
|
|
@@ -3325,6 +3325,8 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3325
3325
|
event: string;
|
|
3326
3326
|
triggers: string;
|
|
3327
3327
|
guard?: SExpr | undefined;
|
|
3328
|
+
scope?: "internal" | "external" | undefined;
|
|
3329
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
3328
3330
|
source?: {
|
|
3329
3331
|
kind: "any";
|
|
3330
3332
|
} | {
|
|
@@ -3335,8 +3337,6 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3335
3337
|
orbital: string;
|
|
3336
3338
|
kind: "orbital";
|
|
3337
3339
|
} | undefined;
|
|
3338
|
-
scope?: "internal" | "external" | undefined;
|
|
3339
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
3340
3340
|
}[] | undefined;
|
|
3341
3341
|
description_visual_prompt?: string | undefined;
|
|
3342
3342
|
requiredFields?: {
|
|
@@ -3673,22 +3673,22 @@ declare const ComputedEventListenerSchema: z.ZodObject<{
|
|
|
3673
3673
|
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3674
3674
|
}, "strip", z.ZodTypeAny, {
|
|
3675
3675
|
event: string;
|
|
3676
|
+
triggers: string;
|
|
3676
3677
|
source: {
|
|
3677
3678
|
trait: string;
|
|
3678
3679
|
transition?: string | undefined;
|
|
3679
3680
|
tick?: string | undefined;
|
|
3680
3681
|
};
|
|
3681
|
-
triggers: string;
|
|
3682
3682
|
guard?: SExpr | undefined;
|
|
3683
3683
|
payloadMapping?: Record<string, string> | undefined;
|
|
3684
3684
|
}, {
|
|
3685
3685
|
event: string;
|
|
3686
|
+
triggers: string;
|
|
3686
3687
|
source: {
|
|
3687
3688
|
trait: string;
|
|
3688
3689
|
transition?: string | undefined;
|
|
3689
3690
|
tick?: string | undefined;
|
|
3690
3691
|
};
|
|
3691
|
-
triggers: string;
|
|
3692
3692
|
guard?: SExpr | undefined;
|
|
3693
3693
|
payloadMapping?: Record<string, string> | undefined;
|
|
3694
3694
|
}>;
|
|
@@ -4548,6 +4548,8 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
4548
4548
|
event: string;
|
|
4549
4549
|
triggers: string;
|
|
4550
4550
|
guard?: SExpr | undefined;
|
|
4551
|
+
scope?: "internal" | "external" | undefined;
|
|
4552
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
4551
4553
|
source?: {
|
|
4552
4554
|
kind: "any";
|
|
4553
4555
|
} | {
|
|
@@ -4558,12 +4560,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
4558
4560
|
orbital: string;
|
|
4559
4561
|
kind: "orbital";
|
|
4560
4562
|
} | undefined;
|
|
4561
|
-
scope?: "internal" | "external" | undefined;
|
|
4562
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
4563
4563
|
}, {
|
|
4564
4564
|
event: string;
|
|
4565
4565
|
triggers: string;
|
|
4566
4566
|
guard?: SExpr | undefined;
|
|
4567
|
+
scope?: "internal" | "external" | undefined;
|
|
4568
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
4567
4569
|
source?: {
|
|
4568
4570
|
kind: "any";
|
|
4569
4571
|
} | {
|
|
@@ -4574,8 +4576,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
4574
4576
|
orbital: string;
|
|
4575
4577
|
kind: "orbital";
|
|
4576
4578
|
} | undefined;
|
|
4577
|
-
scope?: "internal" | "external" | undefined;
|
|
4578
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
4579
4579
|
}>, "many">>;
|
|
4580
4580
|
ui: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4581
4581
|
config: z.ZodOptional<z.ZodType<Readonly<Record<string, ConfigFieldDeclaration>>, z.ZodTypeDef, Readonly<Record<string, ConfigFieldDeclaration>>>>;
|
|
@@ -4681,6 +4681,8 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
4681
4681
|
event: string;
|
|
4682
4682
|
triggers: string;
|
|
4683
4683
|
guard?: SExpr | undefined;
|
|
4684
|
+
scope?: "internal" | "external" | undefined;
|
|
4685
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
4684
4686
|
source?: {
|
|
4685
4687
|
kind: "any";
|
|
4686
4688
|
} | {
|
|
@@ -4691,8 +4693,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
4691
4693
|
orbital: string;
|
|
4692
4694
|
kind: "orbital";
|
|
4693
4695
|
} | undefined;
|
|
4694
|
-
scope?: "internal" | "external" | undefined;
|
|
4695
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
4696
4696
|
}[] | undefined;
|
|
4697
4697
|
description_visual_prompt?: string | undefined;
|
|
4698
4698
|
requiredFields?: {
|
|
@@ -4812,6 +4812,8 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
4812
4812
|
event: string;
|
|
4813
4813
|
triggers: string;
|
|
4814
4814
|
guard?: SExpr | undefined;
|
|
4815
|
+
scope?: "internal" | "external" | undefined;
|
|
4816
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
4815
4817
|
source?: {
|
|
4816
4818
|
kind: "any";
|
|
4817
4819
|
} | {
|
|
@@ -4822,8 +4824,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
4822
4824
|
orbital: string;
|
|
4823
4825
|
kind: "orbital";
|
|
4824
4826
|
} | undefined;
|
|
4825
|
-
scope?: "internal" | "external" | undefined;
|
|
4826
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
4827
4827
|
}[] | undefined;
|
|
4828
4828
|
description_visual_prompt?: string | undefined;
|
|
4829
4829
|
requiredFields?: {
|
|
@@ -5355,6 +5355,8 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
5355
5355
|
event: string;
|
|
5356
5356
|
triggers: string;
|
|
5357
5357
|
guard?: SExpr | undefined;
|
|
5358
|
+
scope?: "internal" | "external" | undefined;
|
|
5359
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
5358
5360
|
source?: {
|
|
5359
5361
|
kind: "any";
|
|
5360
5362
|
} | {
|
|
@@ -5365,12 +5367,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
5365
5367
|
orbital: string;
|
|
5366
5368
|
kind: "orbital";
|
|
5367
5369
|
} | undefined;
|
|
5368
|
-
scope?: "internal" | "external" | undefined;
|
|
5369
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
5370
5370
|
}, {
|
|
5371
5371
|
event: string;
|
|
5372
5372
|
triggers: string;
|
|
5373
5373
|
guard?: SExpr | undefined;
|
|
5374
|
+
scope?: "internal" | "external" | undefined;
|
|
5375
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
5374
5376
|
source?: {
|
|
5375
5377
|
kind: "any";
|
|
5376
5378
|
} | {
|
|
@@ -5381,8 +5383,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
5381
5383
|
orbital: string;
|
|
5382
5384
|
kind: "orbital";
|
|
5383
5385
|
} | undefined;
|
|
5384
|
-
scope?: "internal" | "external" | undefined;
|
|
5385
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
5386
5386
|
}>, "many">>;
|
|
5387
5387
|
ui: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
5388
5388
|
config: z.ZodOptional<z.ZodType<Readonly<Record<string, ConfigFieldDeclaration>>, z.ZodTypeDef, Readonly<Record<string, ConfigFieldDeclaration>>>>;
|
|
@@ -5488,6 +5488,8 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
5488
5488
|
event: string;
|
|
5489
5489
|
triggers: string;
|
|
5490
5490
|
guard?: SExpr | undefined;
|
|
5491
|
+
scope?: "internal" | "external" | undefined;
|
|
5492
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
5491
5493
|
source?: {
|
|
5492
5494
|
kind: "any";
|
|
5493
5495
|
} | {
|
|
@@ -5498,8 +5500,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
5498
5500
|
orbital: string;
|
|
5499
5501
|
kind: "orbital";
|
|
5500
5502
|
} | undefined;
|
|
5501
|
-
scope?: "internal" | "external" | undefined;
|
|
5502
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
5503
5503
|
}[] | undefined;
|
|
5504
5504
|
description_visual_prompt?: string | undefined;
|
|
5505
5505
|
requiredFields?: {
|
|
@@ -5619,6 +5619,8 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
5619
5619
|
event: string;
|
|
5620
5620
|
triggers: string;
|
|
5621
5621
|
guard?: SExpr | undefined;
|
|
5622
|
+
scope?: "internal" | "external" | undefined;
|
|
5623
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
5622
5624
|
source?: {
|
|
5623
5625
|
kind: "any";
|
|
5624
5626
|
} | {
|
|
@@ -5629,8 +5631,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
5629
5631
|
orbital: string;
|
|
5630
5632
|
kind: "orbital";
|
|
5631
5633
|
} | undefined;
|
|
5632
|
-
scope?: "internal" | "external" | undefined;
|
|
5633
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
5634
5634
|
}[] | undefined;
|
|
5635
5635
|
description_visual_prompt?: string | undefined;
|
|
5636
5636
|
requiredFields?: {
|
|
@@ -5756,6 +5756,8 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
5756
5756
|
event: string;
|
|
5757
5757
|
triggers: string;
|
|
5758
5758
|
guard?: SExpr | undefined;
|
|
5759
|
+
scope?: "internal" | "external" | undefined;
|
|
5760
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
5759
5761
|
source?: {
|
|
5760
5762
|
kind: "any";
|
|
5761
5763
|
} | {
|
|
@@ -5766,8 +5768,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
5766
5768
|
orbital: string;
|
|
5767
5769
|
kind: "orbital";
|
|
5768
5770
|
} | undefined;
|
|
5769
|
-
scope?: "internal" | "external" | undefined;
|
|
5770
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
5771
5771
|
}[] | undefined;
|
|
5772
5772
|
description_visual_prompt?: string | undefined;
|
|
5773
5773
|
requiredFields?: {
|
|
@@ -5899,6 +5899,8 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
5899
5899
|
event: string;
|
|
5900
5900
|
triggers: string;
|
|
5901
5901
|
guard?: SExpr | undefined;
|
|
5902
|
+
scope?: "internal" | "external" | undefined;
|
|
5903
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
5902
5904
|
source?: {
|
|
5903
5905
|
kind: "any";
|
|
5904
5906
|
} | {
|
|
@@ -5909,8 +5911,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
5909
5911
|
orbital: string;
|
|
5910
5912
|
kind: "orbital";
|
|
5911
5913
|
} | undefined;
|
|
5912
|
-
scope?: "internal" | "external" | undefined;
|
|
5913
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
5914
5914
|
}[] | undefined;
|
|
5915
5915
|
description_visual_prompt?: string | undefined;
|
|
5916
5916
|
requiredFields?: {
|
|
@@ -6102,22 +6102,22 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
6102
6102
|
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
6103
6103
|
}, "strip", z.ZodTypeAny, {
|
|
6104
6104
|
event: string;
|
|
6105
|
+
triggers: string;
|
|
6105
6106
|
source: {
|
|
6106
6107
|
trait: string;
|
|
6107
6108
|
transition?: string | undefined;
|
|
6108
6109
|
tick?: string | undefined;
|
|
6109
6110
|
};
|
|
6110
|
-
triggers: string;
|
|
6111
6111
|
guard?: SExpr | undefined;
|
|
6112
6112
|
payloadMapping?: Record<string, string> | undefined;
|
|
6113
6113
|
}, {
|
|
6114
6114
|
event: string;
|
|
6115
|
+
triggers: string;
|
|
6115
6116
|
source: {
|
|
6116
6117
|
trait: string;
|
|
6117
6118
|
transition?: string | undefined;
|
|
6118
6119
|
tick?: string | undefined;
|
|
6119
6120
|
};
|
|
6120
|
-
triggers: string;
|
|
6121
6121
|
guard?: SExpr | undefined;
|
|
6122
6122
|
payloadMapping?: Record<string, string> | undefined;
|
|
6123
6123
|
}>, "many">>;
|
|
@@ -6134,11 +6134,11 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
6134
6134
|
}, "strip", z.ZodTypeAny, {
|
|
6135
6135
|
name: string;
|
|
6136
6136
|
role?: string | undefined;
|
|
6137
|
-
device?: "mobile" | "
|
|
6137
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
6138
6138
|
}, {
|
|
6139
6139
|
name: string;
|
|
6140
6140
|
role?: string | undefined;
|
|
6141
|
-
device?: "mobile" | "
|
|
6141
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
6142
6142
|
}>, "many">>;
|
|
6143
6143
|
vocabulary: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
6144
6144
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6149,7 +6149,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
6149
6149
|
personas?: {
|
|
6150
6150
|
name: string;
|
|
6151
6151
|
role?: string | undefined;
|
|
6152
|
-
device?: "mobile" | "
|
|
6152
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
6153
6153
|
}[] | undefined;
|
|
6154
6154
|
vocabulary?: Record<string, string> | undefined;
|
|
6155
6155
|
}, {
|
|
@@ -6160,7 +6160,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
6160
6160
|
personas?: {
|
|
6161
6161
|
name: string;
|
|
6162
6162
|
role?: string | undefined;
|
|
6163
|
-
device?: "mobile" | "
|
|
6163
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
6164
6164
|
}[] | undefined;
|
|
6165
6165
|
vocabulary?: Record<string, string> | undefined;
|
|
6166
6166
|
}>>;
|
|
@@ -6210,7 +6210,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
6210
6210
|
}>>;
|
|
6211
6211
|
}, "strip", z.ZodTypeAny, {
|
|
6212
6212
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
6213
|
-
device?: "mobile" | "
|
|
6213
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
6214
6214
|
primaryColor?: string | undefined;
|
|
6215
6215
|
darkMode?: boolean | undefined;
|
|
6216
6216
|
uxHints?: {
|
|
@@ -6226,7 +6226,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
6226
6226
|
} | undefined;
|
|
6227
6227
|
}, {
|
|
6228
6228
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
6229
|
-
device?: "mobile" | "
|
|
6229
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
6230
6230
|
primaryColor?: string | undefined;
|
|
6231
6231
|
darkMode?: boolean | undefined;
|
|
6232
6232
|
uxHints?: {
|
|
@@ -6322,6 +6322,8 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
6322
6322
|
event: string;
|
|
6323
6323
|
triggers: string;
|
|
6324
6324
|
guard?: SExpr | undefined;
|
|
6325
|
+
scope?: "internal" | "external" | undefined;
|
|
6326
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
6325
6327
|
source?: {
|
|
6326
6328
|
kind: "any";
|
|
6327
6329
|
} | {
|
|
@@ -6332,8 +6334,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
6332
6334
|
orbital: string;
|
|
6333
6335
|
kind: "orbital";
|
|
6334
6336
|
} | undefined;
|
|
6335
|
-
scope?: "internal" | "external" | undefined;
|
|
6336
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
6337
6337
|
}[] | undefined;
|
|
6338
6338
|
description_visual_prompt?: string | undefined;
|
|
6339
6339
|
requiredFields?: {
|
|
@@ -6461,6 +6461,8 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
6461
6461
|
event: string;
|
|
6462
6462
|
triggers: string;
|
|
6463
6463
|
guard?: SExpr | undefined;
|
|
6464
|
+
scope?: "internal" | "external" | undefined;
|
|
6465
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
6464
6466
|
source?: {
|
|
6465
6467
|
kind: "any";
|
|
6466
6468
|
} | {
|
|
@@ -6471,8 +6473,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
6471
6473
|
orbital: string;
|
|
6472
6474
|
kind: "orbital";
|
|
6473
6475
|
} | undefined;
|
|
6474
|
-
scope?: "internal" | "external" | undefined;
|
|
6475
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
6476
6476
|
}[] | undefined;
|
|
6477
6477
|
description_visual_prompt?: string | undefined;
|
|
6478
6478
|
requiredFields?: {
|
|
@@ -6612,12 +6612,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
6612
6612
|
}[] | undefined;
|
|
6613
6613
|
listens?: {
|
|
6614
6614
|
event: string;
|
|
6615
|
+
triggers: string;
|
|
6615
6616
|
source: {
|
|
6616
6617
|
trait: string;
|
|
6617
6618
|
transition?: string | undefined;
|
|
6618
6619
|
tick?: string | undefined;
|
|
6619
6620
|
};
|
|
6620
|
-
triggers: string;
|
|
6621
6621
|
guard?: SExpr | undefined;
|
|
6622
6622
|
payloadMapping?: Record<string, string> | undefined;
|
|
6623
6623
|
}[] | undefined;
|
|
@@ -6676,13 +6676,13 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
6676
6676
|
personas?: {
|
|
6677
6677
|
name: string;
|
|
6678
6678
|
role?: string | undefined;
|
|
6679
|
-
device?: "mobile" | "
|
|
6679
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
6680
6680
|
}[] | undefined;
|
|
6681
6681
|
vocabulary?: Record<string, string> | undefined;
|
|
6682
6682
|
} | undefined;
|
|
6683
6683
|
design?: {
|
|
6684
6684
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
6685
|
-
device?: "mobile" | "
|
|
6685
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
6686
6686
|
primaryColor?: string | undefined;
|
|
6687
6687
|
darkMode?: boolean | undefined;
|
|
6688
6688
|
uxHints?: {
|
|
@@ -6770,6 +6770,8 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
6770
6770
|
event: string;
|
|
6771
6771
|
triggers: string;
|
|
6772
6772
|
guard?: SExpr | undefined;
|
|
6773
|
+
scope?: "internal" | "external" | undefined;
|
|
6774
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
6773
6775
|
source?: {
|
|
6774
6776
|
kind: "any";
|
|
6775
6777
|
} | {
|
|
@@ -6780,8 +6782,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
6780
6782
|
orbital: string;
|
|
6781
6783
|
kind: "orbital";
|
|
6782
6784
|
} | undefined;
|
|
6783
|
-
scope?: "internal" | "external" | undefined;
|
|
6784
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
6785
6785
|
}[] | undefined;
|
|
6786
6786
|
description_visual_prompt?: string | undefined;
|
|
6787
6787
|
requiredFields?: {
|
|
@@ -6909,6 +6909,8 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
6909
6909
|
event: string;
|
|
6910
6910
|
triggers: string;
|
|
6911
6911
|
guard?: SExpr | undefined;
|
|
6912
|
+
scope?: "internal" | "external" | undefined;
|
|
6913
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
6912
6914
|
source?: {
|
|
6913
6915
|
kind: "any";
|
|
6914
6916
|
} | {
|
|
@@ -6919,8 +6921,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
6919
6921
|
orbital: string;
|
|
6920
6922
|
kind: "orbital";
|
|
6921
6923
|
} | undefined;
|
|
6922
|
-
scope?: "internal" | "external" | undefined;
|
|
6923
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
6924
6924
|
}[] | undefined;
|
|
6925
6925
|
description_visual_prompt?: string | undefined;
|
|
6926
6926
|
requiredFields?: {
|
|
@@ -7060,12 +7060,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
7060
7060
|
}[] | undefined;
|
|
7061
7061
|
listens?: {
|
|
7062
7062
|
event: string;
|
|
7063
|
+
triggers: string;
|
|
7063
7064
|
source: {
|
|
7064
7065
|
trait: string;
|
|
7065
7066
|
transition?: string | undefined;
|
|
7066
7067
|
tick?: string | undefined;
|
|
7067
7068
|
};
|
|
7068
|
-
triggers: string;
|
|
7069
7069
|
guard?: SExpr | undefined;
|
|
7070
7070
|
payloadMapping?: Record<string, string> | undefined;
|
|
7071
7071
|
}[] | undefined;
|
|
@@ -7124,13 +7124,13 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
7124
7124
|
personas?: {
|
|
7125
7125
|
name: string;
|
|
7126
7126
|
role?: string | undefined;
|
|
7127
|
-
device?: "mobile" | "
|
|
7127
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
7128
7128
|
}[] | undefined;
|
|
7129
7129
|
vocabulary?: Record<string, string> | undefined;
|
|
7130
7130
|
} | undefined;
|
|
7131
7131
|
design?: {
|
|
7132
7132
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
7133
|
-
device?: "mobile" | "
|
|
7133
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
7134
7134
|
primaryColor?: string | undefined;
|
|
7135
7135
|
darkMode?: boolean | undefined;
|
|
7136
7136
|
uxHints?: {
|
|
@@ -7867,6 +7867,8 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
7867
7867
|
event: string;
|
|
7868
7868
|
triggers: string;
|
|
7869
7869
|
guard?: SExpr | undefined;
|
|
7870
|
+
scope?: "internal" | "external" | undefined;
|
|
7871
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
7870
7872
|
source?: {
|
|
7871
7873
|
kind: "any";
|
|
7872
7874
|
} | {
|
|
@@ -7877,12 +7879,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
7877
7879
|
orbital: string;
|
|
7878
7880
|
kind: "orbital";
|
|
7879
7881
|
} | undefined;
|
|
7880
|
-
scope?: "internal" | "external" | undefined;
|
|
7881
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
7882
7882
|
}, {
|
|
7883
7883
|
event: string;
|
|
7884
7884
|
triggers: string;
|
|
7885
7885
|
guard?: SExpr | undefined;
|
|
7886
|
+
scope?: "internal" | "external" | undefined;
|
|
7887
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
7886
7888
|
source?: {
|
|
7887
7889
|
kind: "any";
|
|
7888
7890
|
} | {
|
|
@@ -7893,8 +7895,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
7893
7895
|
orbital: string;
|
|
7894
7896
|
kind: "orbital";
|
|
7895
7897
|
} | undefined;
|
|
7896
|
-
scope?: "internal" | "external" | undefined;
|
|
7897
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
7898
7898
|
}>, "many">>;
|
|
7899
7899
|
ui: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
7900
7900
|
config: z.ZodOptional<z.ZodType<Readonly<Record<string, ConfigFieldDeclaration>>, z.ZodTypeDef, Readonly<Record<string, ConfigFieldDeclaration>>>>;
|
|
@@ -8000,6 +8000,8 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
8000
8000
|
event: string;
|
|
8001
8001
|
triggers: string;
|
|
8002
8002
|
guard?: SExpr | undefined;
|
|
8003
|
+
scope?: "internal" | "external" | undefined;
|
|
8004
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
8003
8005
|
source?: {
|
|
8004
8006
|
kind: "any";
|
|
8005
8007
|
} | {
|
|
@@ -8010,8 +8012,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
8010
8012
|
orbital: string;
|
|
8011
8013
|
kind: "orbital";
|
|
8012
8014
|
} | undefined;
|
|
8013
|
-
scope?: "internal" | "external" | undefined;
|
|
8014
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
8015
8015
|
}[] | undefined;
|
|
8016
8016
|
description_visual_prompt?: string | undefined;
|
|
8017
8017
|
requiredFields?: {
|
|
@@ -8131,6 +8131,8 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
8131
8131
|
event: string;
|
|
8132
8132
|
triggers: string;
|
|
8133
8133
|
guard?: SExpr | undefined;
|
|
8134
|
+
scope?: "internal" | "external" | undefined;
|
|
8135
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
8134
8136
|
source?: {
|
|
8135
8137
|
kind: "any";
|
|
8136
8138
|
} | {
|
|
@@ -8141,8 +8143,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
8141
8143
|
orbital: string;
|
|
8142
8144
|
kind: "orbital";
|
|
8143
8145
|
} | undefined;
|
|
8144
|
-
scope?: "internal" | "external" | undefined;
|
|
8145
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
8146
8146
|
}[] | undefined;
|
|
8147
8147
|
description_visual_prompt?: string | undefined;
|
|
8148
8148
|
requiredFields?: {
|
|
@@ -8674,6 +8674,8 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
8674
8674
|
event: string;
|
|
8675
8675
|
triggers: string;
|
|
8676
8676
|
guard?: SExpr | undefined;
|
|
8677
|
+
scope?: "internal" | "external" | undefined;
|
|
8678
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
8677
8679
|
source?: {
|
|
8678
8680
|
kind: "any";
|
|
8679
8681
|
} | {
|
|
@@ -8684,12 +8686,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
8684
8686
|
orbital: string;
|
|
8685
8687
|
kind: "orbital";
|
|
8686
8688
|
} | undefined;
|
|
8687
|
-
scope?: "internal" | "external" | undefined;
|
|
8688
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
8689
8689
|
}, {
|
|
8690
8690
|
event: string;
|
|
8691
8691
|
triggers: string;
|
|
8692
8692
|
guard?: SExpr | undefined;
|
|
8693
|
+
scope?: "internal" | "external" | undefined;
|
|
8694
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
8693
8695
|
source?: {
|
|
8694
8696
|
kind: "any";
|
|
8695
8697
|
} | {
|
|
@@ -8700,8 +8702,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
8700
8702
|
orbital: string;
|
|
8701
8703
|
kind: "orbital";
|
|
8702
8704
|
} | undefined;
|
|
8703
|
-
scope?: "internal" | "external" | undefined;
|
|
8704
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
8705
8705
|
}>, "many">>;
|
|
8706
8706
|
ui: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
8707
8707
|
config: z.ZodOptional<z.ZodType<Readonly<Record<string, ConfigFieldDeclaration>>, z.ZodTypeDef, Readonly<Record<string, ConfigFieldDeclaration>>>>;
|
|
@@ -8807,6 +8807,8 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
8807
8807
|
event: string;
|
|
8808
8808
|
triggers: string;
|
|
8809
8809
|
guard?: SExpr | undefined;
|
|
8810
|
+
scope?: "internal" | "external" | undefined;
|
|
8811
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
8810
8812
|
source?: {
|
|
8811
8813
|
kind: "any";
|
|
8812
8814
|
} | {
|
|
@@ -8817,8 +8819,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
8817
8819
|
orbital: string;
|
|
8818
8820
|
kind: "orbital";
|
|
8819
8821
|
} | undefined;
|
|
8820
|
-
scope?: "internal" | "external" | undefined;
|
|
8821
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
8822
8822
|
}[] | undefined;
|
|
8823
8823
|
description_visual_prompt?: string | undefined;
|
|
8824
8824
|
requiredFields?: {
|
|
@@ -8938,6 +8938,8 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
8938
8938
|
event: string;
|
|
8939
8939
|
triggers: string;
|
|
8940
8940
|
guard?: SExpr | undefined;
|
|
8941
|
+
scope?: "internal" | "external" | undefined;
|
|
8942
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
8941
8943
|
source?: {
|
|
8942
8944
|
kind: "any";
|
|
8943
8945
|
} | {
|
|
@@ -8948,8 +8950,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
8948
8950
|
orbital: string;
|
|
8949
8951
|
kind: "orbital";
|
|
8950
8952
|
} | undefined;
|
|
8951
|
-
scope?: "internal" | "external" | undefined;
|
|
8952
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
8953
8953
|
}[] | undefined;
|
|
8954
8954
|
description_visual_prompt?: string | undefined;
|
|
8955
8955
|
requiredFields?: {
|
|
@@ -9075,6 +9075,8 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
9075
9075
|
event: string;
|
|
9076
9076
|
triggers: string;
|
|
9077
9077
|
guard?: SExpr | undefined;
|
|
9078
|
+
scope?: "internal" | "external" | undefined;
|
|
9079
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
9078
9080
|
source?: {
|
|
9079
9081
|
kind: "any";
|
|
9080
9082
|
} | {
|
|
@@ -9085,8 +9087,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
9085
9087
|
orbital: string;
|
|
9086
9088
|
kind: "orbital";
|
|
9087
9089
|
} | undefined;
|
|
9088
|
-
scope?: "internal" | "external" | undefined;
|
|
9089
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
9090
9090
|
}[] | undefined;
|
|
9091
9091
|
description_visual_prompt?: string | undefined;
|
|
9092
9092
|
requiredFields?: {
|
|
@@ -9218,6 +9218,8 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
9218
9218
|
event: string;
|
|
9219
9219
|
triggers: string;
|
|
9220
9220
|
guard?: SExpr | undefined;
|
|
9221
|
+
scope?: "internal" | "external" | undefined;
|
|
9222
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
9221
9223
|
source?: {
|
|
9222
9224
|
kind: "any";
|
|
9223
9225
|
} | {
|
|
@@ -9228,8 +9230,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
9228
9230
|
orbital: string;
|
|
9229
9231
|
kind: "orbital";
|
|
9230
9232
|
} | undefined;
|
|
9231
|
-
scope?: "internal" | "external" | undefined;
|
|
9232
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
9233
9233
|
}[] | undefined;
|
|
9234
9234
|
description_visual_prompt?: string | undefined;
|
|
9235
9235
|
requiredFields?: {
|
|
@@ -9421,22 +9421,22 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
9421
9421
|
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
9422
9422
|
}, "strip", z.ZodTypeAny, {
|
|
9423
9423
|
event: string;
|
|
9424
|
+
triggers: string;
|
|
9424
9425
|
source: {
|
|
9425
9426
|
trait: string;
|
|
9426
9427
|
transition?: string | undefined;
|
|
9427
9428
|
tick?: string | undefined;
|
|
9428
9429
|
};
|
|
9429
|
-
triggers: string;
|
|
9430
9430
|
guard?: SExpr | undefined;
|
|
9431
9431
|
payloadMapping?: Record<string, string> | undefined;
|
|
9432
9432
|
}, {
|
|
9433
9433
|
event: string;
|
|
9434
|
+
triggers: string;
|
|
9434
9435
|
source: {
|
|
9435
9436
|
trait: string;
|
|
9436
9437
|
transition?: string | undefined;
|
|
9437
9438
|
tick?: string | undefined;
|
|
9438
9439
|
};
|
|
9439
|
-
triggers: string;
|
|
9440
9440
|
guard?: SExpr | undefined;
|
|
9441
9441
|
payloadMapping?: Record<string, string> | undefined;
|
|
9442
9442
|
}>, "many">>;
|
|
@@ -9453,11 +9453,11 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
9453
9453
|
}, "strip", z.ZodTypeAny, {
|
|
9454
9454
|
name: string;
|
|
9455
9455
|
role?: string | undefined;
|
|
9456
|
-
device?: "mobile" | "
|
|
9456
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
9457
9457
|
}, {
|
|
9458
9458
|
name: string;
|
|
9459
9459
|
role?: string | undefined;
|
|
9460
|
-
device?: "mobile" | "
|
|
9460
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
9461
9461
|
}>, "many">>;
|
|
9462
9462
|
vocabulary: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
9463
9463
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -9468,7 +9468,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
9468
9468
|
personas?: {
|
|
9469
9469
|
name: string;
|
|
9470
9470
|
role?: string | undefined;
|
|
9471
|
-
device?: "mobile" | "
|
|
9471
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
9472
9472
|
}[] | undefined;
|
|
9473
9473
|
vocabulary?: Record<string, string> | undefined;
|
|
9474
9474
|
}, {
|
|
@@ -9479,7 +9479,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
9479
9479
|
personas?: {
|
|
9480
9480
|
name: string;
|
|
9481
9481
|
role?: string | undefined;
|
|
9482
|
-
device?: "mobile" | "
|
|
9482
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
9483
9483
|
}[] | undefined;
|
|
9484
9484
|
vocabulary?: Record<string, string> | undefined;
|
|
9485
9485
|
}>>;
|
|
@@ -9529,7 +9529,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
9529
9529
|
}>>;
|
|
9530
9530
|
}, "strip", z.ZodTypeAny, {
|
|
9531
9531
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
9532
|
-
device?: "mobile" | "
|
|
9532
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
9533
9533
|
primaryColor?: string | undefined;
|
|
9534
9534
|
darkMode?: boolean | undefined;
|
|
9535
9535
|
uxHints?: {
|
|
@@ -9545,7 +9545,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
9545
9545
|
} | undefined;
|
|
9546
9546
|
}, {
|
|
9547
9547
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
9548
|
-
device?: "mobile" | "
|
|
9548
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
9549
9549
|
primaryColor?: string | undefined;
|
|
9550
9550
|
darkMode?: boolean | undefined;
|
|
9551
9551
|
uxHints?: {
|
|
@@ -9641,6 +9641,8 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
9641
9641
|
event: string;
|
|
9642
9642
|
triggers: string;
|
|
9643
9643
|
guard?: SExpr | undefined;
|
|
9644
|
+
scope?: "internal" | "external" | undefined;
|
|
9645
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
9644
9646
|
source?: {
|
|
9645
9647
|
kind: "any";
|
|
9646
9648
|
} | {
|
|
@@ -9651,8 +9653,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
9651
9653
|
orbital: string;
|
|
9652
9654
|
kind: "orbital";
|
|
9653
9655
|
} | undefined;
|
|
9654
|
-
scope?: "internal" | "external" | undefined;
|
|
9655
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
9656
9656
|
}[] | undefined;
|
|
9657
9657
|
description_visual_prompt?: string | undefined;
|
|
9658
9658
|
requiredFields?: {
|
|
@@ -9780,6 +9780,8 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
9780
9780
|
event: string;
|
|
9781
9781
|
triggers: string;
|
|
9782
9782
|
guard?: SExpr | undefined;
|
|
9783
|
+
scope?: "internal" | "external" | undefined;
|
|
9784
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
9783
9785
|
source?: {
|
|
9784
9786
|
kind: "any";
|
|
9785
9787
|
} | {
|
|
@@ -9790,8 +9792,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
9790
9792
|
orbital: string;
|
|
9791
9793
|
kind: "orbital";
|
|
9792
9794
|
} | undefined;
|
|
9793
|
-
scope?: "internal" | "external" | undefined;
|
|
9794
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
9795
9795
|
}[] | undefined;
|
|
9796
9796
|
description_visual_prompt?: string | undefined;
|
|
9797
9797
|
requiredFields?: {
|
|
@@ -9931,12 +9931,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
9931
9931
|
}[] | undefined;
|
|
9932
9932
|
listens?: {
|
|
9933
9933
|
event: string;
|
|
9934
|
+
triggers: string;
|
|
9934
9935
|
source: {
|
|
9935
9936
|
trait: string;
|
|
9936
9937
|
transition?: string | undefined;
|
|
9937
9938
|
tick?: string | undefined;
|
|
9938
9939
|
};
|
|
9939
|
-
triggers: string;
|
|
9940
9940
|
guard?: SExpr | undefined;
|
|
9941
9941
|
payloadMapping?: Record<string, string> | undefined;
|
|
9942
9942
|
}[] | undefined;
|
|
@@ -9995,13 +9995,13 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
9995
9995
|
personas?: {
|
|
9996
9996
|
name: string;
|
|
9997
9997
|
role?: string | undefined;
|
|
9998
|
-
device?: "mobile" | "
|
|
9998
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
9999
9999
|
}[] | undefined;
|
|
10000
10000
|
vocabulary?: Record<string, string> | undefined;
|
|
10001
10001
|
} | undefined;
|
|
10002
10002
|
design?: {
|
|
10003
10003
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
10004
|
-
device?: "mobile" | "
|
|
10004
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
10005
10005
|
primaryColor?: string | undefined;
|
|
10006
10006
|
darkMode?: boolean | undefined;
|
|
10007
10007
|
uxHints?: {
|
|
@@ -10089,6 +10089,8 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
10089
10089
|
event: string;
|
|
10090
10090
|
triggers: string;
|
|
10091
10091
|
guard?: SExpr | undefined;
|
|
10092
|
+
scope?: "internal" | "external" | undefined;
|
|
10093
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
10092
10094
|
source?: {
|
|
10093
10095
|
kind: "any";
|
|
10094
10096
|
} | {
|
|
@@ -10099,8 +10101,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
10099
10101
|
orbital: string;
|
|
10100
10102
|
kind: "orbital";
|
|
10101
10103
|
} | undefined;
|
|
10102
|
-
scope?: "internal" | "external" | undefined;
|
|
10103
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
10104
10104
|
}[] | undefined;
|
|
10105
10105
|
description_visual_prompt?: string | undefined;
|
|
10106
10106
|
requiredFields?: {
|
|
@@ -10228,6 +10228,8 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
10228
10228
|
event: string;
|
|
10229
10229
|
triggers: string;
|
|
10230
10230
|
guard?: SExpr | undefined;
|
|
10231
|
+
scope?: "internal" | "external" | undefined;
|
|
10232
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
10231
10233
|
source?: {
|
|
10232
10234
|
kind: "any";
|
|
10233
10235
|
} | {
|
|
@@ -10238,8 +10240,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
10238
10240
|
orbital: string;
|
|
10239
10241
|
kind: "orbital";
|
|
10240
10242
|
} | undefined;
|
|
10241
|
-
scope?: "internal" | "external" | undefined;
|
|
10242
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
10243
10243
|
}[] | undefined;
|
|
10244
10244
|
description_visual_prompt?: string | undefined;
|
|
10245
10245
|
requiredFields?: {
|
|
@@ -10379,12 +10379,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
10379
10379
|
}[] | undefined;
|
|
10380
10380
|
listens?: {
|
|
10381
10381
|
event: string;
|
|
10382
|
+
triggers: string;
|
|
10382
10383
|
source: {
|
|
10383
10384
|
trait: string;
|
|
10384
10385
|
transition?: string | undefined;
|
|
10385
10386
|
tick?: string | undefined;
|
|
10386
10387
|
};
|
|
10387
|
-
triggers: string;
|
|
10388
10388
|
guard?: SExpr | undefined;
|
|
10389
10389
|
payloadMapping?: Record<string, string> | undefined;
|
|
10390
10390
|
}[] | undefined;
|
|
@@ -10443,13 +10443,13 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
10443
10443
|
personas?: {
|
|
10444
10444
|
name: string;
|
|
10445
10445
|
role?: string | undefined;
|
|
10446
|
-
device?: "mobile" | "
|
|
10446
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
10447
10447
|
}[] | undefined;
|
|
10448
10448
|
vocabulary?: Record<string, string> | undefined;
|
|
10449
10449
|
} | undefined;
|
|
10450
10450
|
design?: {
|
|
10451
10451
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
10452
|
-
device?: "mobile" | "
|
|
10452
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
10453
10453
|
primaryColor?: string | undefined;
|
|
10454
10454
|
darkMode?: boolean | undefined;
|
|
10455
10455
|
uxHints?: {
|
|
@@ -11193,6 +11193,8 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
11193
11193
|
event: string;
|
|
11194
11194
|
triggers: string;
|
|
11195
11195
|
guard?: SExpr | undefined;
|
|
11196
|
+
scope?: "internal" | "external" | undefined;
|
|
11197
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
11196
11198
|
source?: {
|
|
11197
11199
|
kind: "any";
|
|
11198
11200
|
} | {
|
|
@@ -11203,12 +11205,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
11203
11205
|
orbital: string;
|
|
11204
11206
|
kind: "orbital";
|
|
11205
11207
|
} | undefined;
|
|
11206
|
-
scope?: "internal" | "external" | undefined;
|
|
11207
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
11208
11208
|
}, {
|
|
11209
11209
|
event: string;
|
|
11210
11210
|
triggers: string;
|
|
11211
11211
|
guard?: SExpr | undefined;
|
|
11212
|
+
scope?: "internal" | "external" | undefined;
|
|
11213
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
11212
11214
|
source?: {
|
|
11213
11215
|
kind: "any";
|
|
11214
11216
|
} | {
|
|
@@ -11219,8 +11221,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
11219
11221
|
orbital: string;
|
|
11220
11222
|
kind: "orbital";
|
|
11221
11223
|
} | undefined;
|
|
11222
|
-
scope?: "internal" | "external" | undefined;
|
|
11223
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
11224
11224
|
}>, "many">>;
|
|
11225
11225
|
ui: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
11226
11226
|
config: z.ZodOptional<z.ZodType<Readonly<Record<string, ConfigFieldDeclaration>>, z.ZodTypeDef, Readonly<Record<string, ConfigFieldDeclaration>>>>;
|
|
@@ -11326,6 +11326,8 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
11326
11326
|
event: string;
|
|
11327
11327
|
triggers: string;
|
|
11328
11328
|
guard?: SExpr | undefined;
|
|
11329
|
+
scope?: "internal" | "external" | undefined;
|
|
11330
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
11329
11331
|
source?: {
|
|
11330
11332
|
kind: "any";
|
|
11331
11333
|
} | {
|
|
@@ -11336,8 +11338,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
11336
11338
|
orbital: string;
|
|
11337
11339
|
kind: "orbital";
|
|
11338
11340
|
} | undefined;
|
|
11339
|
-
scope?: "internal" | "external" | undefined;
|
|
11340
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
11341
11341
|
}[] | undefined;
|
|
11342
11342
|
description_visual_prompt?: string | undefined;
|
|
11343
11343
|
requiredFields?: {
|
|
@@ -11457,6 +11457,8 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
11457
11457
|
event: string;
|
|
11458
11458
|
triggers: string;
|
|
11459
11459
|
guard?: SExpr | undefined;
|
|
11460
|
+
scope?: "internal" | "external" | undefined;
|
|
11461
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
11460
11462
|
source?: {
|
|
11461
11463
|
kind: "any";
|
|
11462
11464
|
} | {
|
|
@@ -11467,8 +11469,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
11467
11469
|
orbital: string;
|
|
11468
11470
|
kind: "orbital";
|
|
11469
11471
|
} | undefined;
|
|
11470
|
-
scope?: "internal" | "external" | undefined;
|
|
11471
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
11472
11472
|
}[] | undefined;
|
|
11473
11473
|
description_visual_prompt?: string | undefined;
|
|
11474
11474
|
requiredFields?: {
|
|
@@ -12000,6 +12000,8 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
12000
12000
|
event: string;
|
|
12001
12001
|
triggers: string;
|
|
12002
12002
|
guard?: SExpr | undefined;
|
|
12003
|
+
scope?: "internal" | "external" | undefined;
|
|
12004
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
12003
12005
|
source?: {
|
|
12004
12006
|
kind: "any";
|
|
12005
12007
|
} | {
|
|
@@ -12010,12 +12012,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
12010
12012
|
orbital: string;
|
|
12011
12013
|
kind: "orbital";
|
|
12012
12014
|
} | undefined;
|
|
12013
|
-
scope?: "internal" | "external" | undefined;
|
|
12014
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
12015
12015
|
}, {
|
|
12016
12016
|
event: string;
|
|
12017
12017
|
triggers: string;
|
|
12018
12018
|
guard?: SExpr | undefined;
|
|
12019
|
+
scope?: "internal" | "external" | undefined;
|
|
12020
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
12019
12021
|
source?: {
|
|
12020
12022
|
kind: "any";
|
|
12021
12023
|
} | {
|
|
@@ -12026,8 +12028,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
12026
12028
|
orbital: string;
|
|
12027
12029
|
kind: "orbital";
|
|
12028
12030
|
} | undefined;
|
|
12029
|
-
scope?: "internal" | "external" | undefined;
|
|
12030
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
12031
12031
|
}>, "many">>;
|
|
12032
12032
|
ui: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
12033
12033
|
config: z.ZodOptional<z.ZodType<Readonly<Record<string, ConfigFieldDeclaration>>, z.ZodTypeDef, Readonly<Record<string, ConfigFieldDeclaration>>>>;
|
|
@@ -12133,6 +12133,8 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
12133
12133
|
event: string;
|
|
12134
12134
|
triggers: string;
|
|
12135
12135
|
guard?: SExpr | undefined;
|
|
12136
|
+
scope?: "internal" | "external" | undefined;
|
|
12137
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
12136
12138
|
source?: {
|
|
12137
12139
|
kind: "any";
|
|
12138
12140
|
} | {
|
|
@@ -12143,8 +12145,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
12143
12145
|
orbital: string;
|
|
12144
12146
|
kind: "orbital";
|
|
12145
12147
|
} | undefined;
|
|
12146
|
-
scope?: "internal" | "external" | undefined;
|
|
12147
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
12148
12148
|
}[] | undefined;
|
|
12149
12149
|
description_visual_prompt?: string | undefined;
|
|
12150
12150
|
requiredFields?: {
|
|
@@ -12264,6 +12264,8 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
12264
12264
|
event: string;
|
|
12265
12265
|
triggers: string;
|
|
12266
12266
|
guard?: SExpr | undefined;
|
|
12267
|
+
scope?: "internal" | "external" | undefined;
|
|
12268
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
12267
12269
|
source?: {
|
|
12268
12270
|
kind: "any";
|
|
12269
12271
|
} | {
|
|
@@ -12274,8 +12276,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
12274
12276
|
orbital: string;
|
|
12275
12277
|
kind: "orbital";
|
|
12276
12278
|
} | undefined;
|
|
12277
|
-
scope?: "internal" | "external" | undefined;
|
|
12278
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
12279
12279
|
}[] | undefined;
|
|
12280
12280
|
description_visual_prompt?: string | undefined;
|
|
12281
12281
|
requiredFields?: {
|
|
@@ -12401,6 +12401,8 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
12401
12401
|
event: string;
|
|
12402
12402
|
triggers: string;
|
|
12403
12403
|
guard?: SExpr | undefined;
|
|
12404
|
+
scope?: "internal" | "external" | undefined;
|
|
12405
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
12404
12406
|
source?: {
|
|
12405
12407
|
kind: "any";
|
|
12406
12408
|
} | {
|
|
@@ -12411,8 +12413,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
12411
12413
|
orbital: string;
|
|
12412
12414
|
kind: "orbital";
|
|
12413
12415
|
} | undefined;
|
|
12414
|
-
scope?: "internal" | "external" | undefined;
|
|
12415
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
12416
12416
|
}[] | undefined;
|
|
12417
12417
|
description_visual_prompt?: string | undefined;
|
|
12418
12418
|
requiredFields?: {
|
|
@@ -12544,6 +12544,8 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
12544
12544
|
event: string;
|
|
12545
12545
|
triggers: string;
|
|
12546
12546
|
guard?: SExpr | undefined;
|
|
12547
|
+
scope?: "internal" | "external" | undefined;
|
|
12548
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
12547
12549
|
source?: {
|
|
12548
12550
|
kind: "any";
|
|
12549
12551
|
} | {
|
|
@@ -12554,8 +12556,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
12554
12556
|
orbital: string;
|
|
12555
12557
|
kind: "orbital";
|
|
12556
12558
|
} | undefined;
|
|
12557
|
-
scope?: "internal" | "external" | undefined;
|
|
12558
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
12559
12559
|
}[] | undefined;
|
|
12560
12560
|
description_visual_prompt?: string | undefined;
|
|
12561
12561
|
requiredFields?: {
|
|
@@ -12747,22 +12747,22 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
12747
12747
|
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
12748
12748
|
}, "strip", z.ZodTypeAny, {
|
|
12749
12749
|
event: string;
|
|
12750
|
+
triggers: string;
|
|
12750
12751
|
source: {
|
|
12751
12752
|
trait: string;
|
|
12752
12753
|
transition?: string | undefined;
|
|
12753
12754
|
tick?: string | undefined;
|
|
12754
12755
|
};
|
|
12755
|
-
triggers: string;
|
|
12756
12756
|
guard?: SExpr | undefined;
|
|
12757
12757
|
payloadMapping?: Record<string, string> | undefined;
|
|
12758
12758
|
}, {
|
|
12759
12759
|
event: string;
|
|
12760
|
+
triggers: string;
|
|
12760
12761
|
source: {
|
|
12761
12762
|
trait: string;
|
|
12762
12763
|
transition?: string | undefined;
|
|
12763
12764
|
tick?: string | undefined;
|
|
12764
12765
|
};
|
|
12765
|
-
triggers: string;
|
|
12766
12766
|
guard?: SExpr | undefined;
|
|
12767
12767
|
payloadMapping?: Record<string, string> | undefined;
|
|
12768
12768
|
}>, "many">>;
|
|
@@ -12779,11 +12779,11 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
12779
12779
|
}, "strip", z.ZodTypeAny, {
|
|
12780
12780
|
name: string;
|
|
12781
12781
|
role?: string | undefined;
|
|
12782
|
-
device?: "mobile" | "
|
|
12782
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
12783
12783
|
}, {
|
|
12784
12784
|
name: string;
|
|
12785
12785
|
role?: string | undefined;
|
|
12786
|
-
device?: "mobile" | "
|
|
12786
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
12787
12787
|
}>, "many">>;
|
|
12788
12788
|
vocabulary: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
12789
12789
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -12794,7 +12794,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
12794
12794
|
personas?: {
|
|
12795
12795
|
name: string;
|
|
12796
12796
|
role?: string | undefined;
|
|
12797
|
-
device?: "mobile" | "
|
|
12797
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
12798
12798
|
}[] | undefined;
|
|
12799
12799
|
vocabulary?: Record<string, string> | undefined;
|
|
12800
12800
|
}, {
|
|
@@ -12805,7 +12805,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
12805
12805
|
personas?: {
|
|
12806
12806
|
name: string;
|
|
12807
12807
|
role?: string | undefined;
|
|
12808
|
-
device?: "mobile" | "
|
|
12808
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
12809
12809
|
}[] | undefined;
|
|
12810
12810
|
vocabulary?: Record<string, string> | undefined;
|
|
12811
12811
|
}>>;
|
|
@@ -12855,7 +12855,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
12855
12855
|
}>>;
|
|
12856
12856
|
}, "strip", z.ZodTypeAny, {
|
|
12857
12857
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
12858
|
-
device?: "mobile" | "
|
|
12858
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
12859
12859
|
primaryColor?: string | undefined;
|
|
12860
12860
|
darkMode?: boolean | undefined;
|
|
12861
12861
|
uxHints?: {
|
|
@@ -12871,7 +12871,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
12871
12871
|
} | undefined;
|
|
12872
12872
|
}, {
|
|
12873
12873
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
12874
|
-
device?: "mobile" | "
|
|
12874
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
12875
12875
|
primaryColor?: string | undefined;
|
|
12876
12876
|
darkMode?: boolean | undefined;
|
|
12877
12877
|
uxHints?: {
|
|
@@ -12967,6 +12967,8 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
12967
12967
|
event: string;
|
|
12968
12968
|
triggers: string;
|
|
12969
12969
|
guard?: SExpr | undefined;
|
|
12970
|
+
scope?: "internal" | "external" | undefined;
|
|
12971
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
12970
12972
|
source?: {
|
|
12971
12973
|
kind: "any";
|
|
12972
12974
|
} | {
|
|
@@ -12977,8 +12979,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
12977
12979
|
orbital: string;
|
|
12978
12980
|
kind: "orbital";
|
|
12979
12981
|
} | undefined;
|
|
12980
|
-
scope?: "internal" | "external" | undefined;
|
|
12981
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
12982
12982
|
}[] | undefined;
|
|
12983
12983
|
description_visual_prompt?: string | undefined;
|
|
12984
12984
|
requiredFields?: {
|
|
@@ -13106,6 +13106,8 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
13106
13106
|
event: string;
|
|
13107
13107
|
triggers: string;
|
|
13108
13108
|
guard?: SExpr | undefined;
|
|
13109
|
+
scope?: "internal" | "external" | undefined;
|
|
13110
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
13109
13111
|
source?: {
|
|
13110
13112
|
kind: "any";
|
|
13111
13113
|
} | {
|
|
@@ -13116,8 +13118,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
13116
13118
|
orbital: string;
|
|
13117
13119
|
kind: "orbital";
|
|
13118
13120
|
} | undefined;
|
|
13119
|
-
scope?: "internal" | "external" | undefined;
|
|
13120
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
13121
13121
|
}[] | undefined;
|
|
13122
13122
|
description_visual_prompt?: string | undefined;
|
|
13123
13123
|
requiredFields?: {
|
|
@@ -13257,12 +13257,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
13257
13257
|
}[] | undefined;
|
|
13258
13258
|
listens?: {
|
|
13259
13259
|
event: string;
|
|
13260
|
+
triggers: string;
|
|
13260
13261
|
source: {
|
|
13261
13262
|
trait: string;
|
|
13262
13263
|
transition?: string | undefined;
|
|
13263
13264
|
tick?: string | undefined;
|
|
13264
13265
|
};
|
|
13265
|
-
triggers: string;
|
|
13266
13266
|
guard?: SExpr | undefined;
|
|
13267
13267
|
payloadMapping?: Record<string, string> | undefined;
|
|
13268
13268
|
}[] | undefined;
|
|
@@ -13321,13 +13321,13 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
13321
13321
|
personas?: {
|
|
13322
13322
|
name: string;
|
|
13323
13323
|
role?: string | undefined;
|
|
13324
|
-
device?: "mobile" | "
|
|
13324
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
13325
13325
|
}[] | undefined;
|
|
13326
13326
|
vocabulary?: Record<string, string> | undefined;
|
|
13327
13327
|
} | undefined;
|
|
13328
13328
|
design?: {
|
|
13329
13329
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
13330
|
-
device?: "mobile" | "
|
|
13330
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
13331
13331
|
primaryColor?: string | undefined;
|
|
13332
13332
|
darkMode?: boolean | undefined;
|
|
13333
13333
|
uxHints?: {
|
|
@@ -13415,6 +13415,8 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
13415
13415
|
event: string;
|
|
13416
13416
|
triggers: string;
|
|
13417
13417
|
guard?: SExpr | undefined;
|
|
13418
|
+
scope?: "internal" | "external" | undefined;
|
|
13419
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
13418
13420
|
source?: {
|
|
13419
13421
|
kind: "any";
|
|
13420
13422
|
} | {
|
|
@@ -13425,8 +13427,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
13425
13427
|
orbital: string;
|
|
13426
13428
|
kind: "orbital";
|
|
13427
13429
|
} | undefined;
|
|
13428
|
-
scope?: "internal" | "external" | undefined;
|
|
13429
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
13430
13430
|
}[] | undefined;
|
|
13431
13431
|
description_visual_prompt?: string | undefined;
|
|
13432
13432
|
requiredFields?: {
|
|
@@ -13554,6 +13554,8 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
13554
13554
|
event: string;
|
|
13555
13555
|
triggers: string;
|
|
13556
13556
|
guard?: SExpr | undefined;
|
|
13557
|
+
scope?: "internal" | "external" | undefined;
|
|
13558
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
13557
13559
|
source?: {
|
|
13558
13560
|
kind: "any";
|
|
13559
13561
|
} | {
|
|
@@ -13564,8 +13566,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
13564
13566
|
orbital: string;
|
|
13565
13567
|
kind: "orbital";
|
|
13566
13568
|
} | undefined;
|
|
13567
|
-
scope?: "internal" | "external" | undefined;
|
|
13568
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
13569
13569
|
}[] | undefined;
|
|
13570
13570
|
description_visual_prompt?: string | undefined;
|
|
13571
13571
|
requiredFields?: {
|
|
@@ -13705,12 +13705,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
13705
13705
|
}[] | undefined;
|
|
13706
13706
|
listens?: {
|
|
13707
13707
|
event: string;
|
|
13708
|
+
triggers: string;
|
|
13708
13709
|
source: {
|
|
13709
13710
|
trait: string;
|
|
13710
13711
|
transition?: string | undefined;
|
|
13711
13712
|
tick?: string | undefined;
|
|
13712
13713
|
};
|
|
13713
|
-
triggers: string;
|
|
13714
13714
|
guard?: SExpr | undefined;
|
|
13715
13715
|
payloadMapping?: Record<string, string> | undefined;
|
|
13716
13716
|
}[] | undefined;
|
|
@@ -13769,13 +13769,13 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
13769
13769
|
personas?: {
|
|
13770
13770
|
name: string;
|
|
13771
13771
|
role?: string | undefined;
|
|
13772
|
-
device?: "mobile" | "
|
|
13772
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
13773
13773
|
}[] | undefined;
|
|
13774
13774
|
vocabulary?: Record<string, string> | undefined;
|
|
13775
13775
|
} | undefined;
|
|
13776
13776
|
design?: {
|
|
13777
13777
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
13778
|
-
device?: "mobile" | "
|
|
13778
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
13779
13779
|
primaryColor?: string | undefined;
|
|
13780
13780
|
darkMode?: boolean | undefined;
|
|
13781
13781
|
uxHints?: {
|
|
@@ -13821,13 +13821,13 @@ declare const OrbitalConfigSchema: z.ZodObject<{
|
|
|
13821
13821
|
secondary: z.ZodOptional<z.ZodString>;
|
|
13822
13822
|
mode: z.ZodOptional<z.ZodEnum<["light", "dark", "system"]>>;
|
|
13823
13823
|
}, "strip", z.ZodTypeAny, {
|
|
13824
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
13824
13825
|
primary?: string | undefined;
|
|
13825
13826
|
secondary?: string | undefined;
|
|
13826
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
13827
13827
|
}, {
|
|
13828
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
13828
13829
|
primary?: string | undefined;
|
|
13829
13830
|
secondary?: string | undefined;
|
|
13830
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
13831
13831
|
}>>;
|
|
13832
13832
|
features: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
13833
13833
|
api: z.ZodOptional<z.ZodObject<{
|
|
@@ -13842,9 +13842,9 @@ declare const OrbitalConfigSchema: z.ZodObject<{
|
|
|
13842
13842
|
}>>;
|
|
13843
13843
|
}, "strip", z.ZodTypeAny, {
|
|
13844
13844
|
theme?: {
|
|
13845
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
13845
13846
|
primary?: string | undefined;
|
|
13846
13847
|
secondary?: string | undefined;
|
|
13847
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
13848
13848
|
} | undefined;
|
|
13849
13849
|
features?: Record<string, boolean> | undefined;
|
|
13850
13850
|
api?: {
|
|
@@ -13853,9 +13853,9 @@ declare const OrbitalConfigSchema: z.ZodObject<{
|
|
|
13853
13853
|
} | undefined;
|
|
13854
13854
|
}, {
|
|
13855
13855
|
theme?: {
|
|
13856
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
13856
13857
|
primary?: string | undefined;
|
|
13857
13858
|
secondary?: string | undefined;
|
|
13858
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
13859
13859
|
} | undefined;
|
|
13860
13860
|
features?: Record<string, boolean> | undefined;
|
|
13861
13861
|
api?: {
|
|
@@ -13926,11 +13926,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
13926
13926
|
}, "strip", z.ZodTypeAny, {
|
|
13927
13927
|
name: string;
|
|
13928
13928
|
role?: string | undefined;
|
|
13929
|
-
device?: "mobile" | "
|
|
13929
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
13930
13930
|
}, {
|
|
13931
13931
|
name: string;
|
|
13932
13932
|
role?: string | undefined;
|
|
13933
|
-
device?: "mobile" | "
|
|
13933
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
13934
13934
|
}>, "many">>;
|
|
13935
13935
|
vocabulary: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
13936
13936
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -13941,7 +13941,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
13941
13941
|
personas?: {
|
|
13942
13942
|
name: string;
|
|
13943
13943
|
role?: string | undefined;
|
|
13944
|
-
device?: "mobile" | "
|
|
13944
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
13945
13945
|
}[] | undefined;
|
|
13946
13946
|
vocabulary?: Record<string, string> | undefined;
|
|
13947
13947
|
}, {
|
|
@@ -13952,7 +13952,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
13952
13952
|
personas?: {
|
|
13953
13953
|
name: string;
|
|
13954
13954
|
role?: string | undefined;
|
|
13955
|
-
device?: "mobile" | "
|
|
13955
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
13956
13956
|
}[] | undefined;
|
|
13957
13957
|
vocabulary?: Record<string, string> | undefined;
|
|
13958
13958
|
}>>;
|
|
@@ -14002,7 +14002,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
14002
14002
|
}>>;
|
|
14003
14003
|
}, "strip", z.ZodTypeAny, {
|
|
14004
14004
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
14005
|
-
device?: "mobile" | "
|
|
14005
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
14006
14006
|
primaryColor?: string | undefined;
|
|
14007
14007
|
darkMode?: boolean | undefined;
|
|
14008
14008
|
uxHints?: {
|
|
@@ -14018,7 +14018,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
14018
14018
|
} | undefined;
|
|
14019
14019
|
}, {
|
|
14020
14020
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
14021
|
-
device?: "mobile" | "
|
|
14021
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
14022
14022
|
primaryColor?: string | undefined;
|
|
14023
14023
|
darkMode?: boolean | undefined;
|
|
14024
14024
|
uxHints?: {
|
|
@@ -14042,13 +14042,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
14042
14042
|
props: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
14043
14043
|
}, "strip", z.ZodTypeAny, {
|
|
14044
14044
|
type: "custom";
|
|
14045
|
-
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "
|
|
14045
|
+
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "nav" | "article" | "footer" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "aside" | "ul" | "ol" | "li" | "img";
|
|
14046
14046
|
className: string;
|
|
14047
14047
|
slots?: string[] | undefined;
|
|
14048
14048
|
props?: string[] | undefined;
|
|
14049
14049
|
}, {
|
|
14050
14050
|
type: "custom";
|
|
14051
|
-
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "
|
|
14051
|
+
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "nav" | "article" | "footer" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "aside" | "ul" | "ol" | "li" | "img";
|
|
14052
14052
|
className: string;
|
|
14053
14053
|
slots?: string[] | undefined;
|
|
14054
14054
|
props?: string[] | undefined;
|
|
@@ -14769,6 +14769,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
14769
14769
|
event: string;
|
|
14770
14770
|
triggers: string;
|
|
14771
14771
|
guard?: SExpr | undefined;
|
|
14772
|
+
scope?: "internal" | "external" | undefined;
|
|
14773
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
14772
14774
|
source?: {
|
|
14773
14775
|
kind: "any";
|
|
14774
14776
|
} | {
|
|
@@ -14779,12 +14781,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
14779
14781
|
orbital: string;
|
|
14780
14782
|
kind: "orbital";
|
|
14781
14783
|
} | undefined;
|
|
14782
|
-
scope?: "internal" | "external" | undefined;
|
|
14783
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
14784
14784
|
}, {
|
|
14785
14785
|
event: string;
|
|
14786
14786
|
triggers: string;
|
|
14787
14787
|
guard?: SExpr | undefined;
|
|
14788
|
+
scope?: "internal" | "external" | undefined;
|
|
14789
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
14788
14790
|
source?: {
|
|
14789
14791
|
kind: "any";
|
|
14790
14792
|
} | {
|
|
@@ -14795,8 +14797,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
14795
14797
|
orbital: string;
|
|
14796
14798
|
kind: "orbital";
|
|
14797
14799
|
} | undefined;
|
|
14798
|
-
scope?: "internal" | "external" | undefined;
|
|
14799
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
14800
14800
|
}>, "many">>;
|
|
14801
14801
|
ui: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
14802
14802
|
config: z.ZodOptional<z.ZodType<Readonly<Record<string, ConfigFieldDeclaration>>, z.ZodTypeDef, Readonly<Record<string, ConfigFieldDeclaration>>>>;
|
|
@@ -14902,6 +14902,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
14902
14902
|
event: string;
|
|
14903
14903
|
triggers: string;
|
|
14904
14904
|
guard?: SExpr | undefined;
|
|
14905
|
+
scope?: "internal" | "external" | undefined;
|
|
14906
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
14905
14907
|
source?: {
|
|
14906
14908
|
kind: "any";
|
|
14907
14909
|
} | {
|
|
@@ -14912,8 +14914,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
14912
14914
|
orbital: string;
|
|
14913
14915
|
kind: "orbital";
|
|
14914
14916
|
} | undefined;
|
|
14915
|
-
scope?: "internal" | "external" | undefined;
|
|
14916
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
14917
14917
|
}[] | undefined;
|
|
14918
14918
|
description_visual_prompt?: string | undefined;
|
|
14919
14919
|
requiredFields?: {
|
|
@@ -15033,6 +15033,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
15033
15033
|
event: string;
|
|
15034
15034
|
triggers: string;
|
|
15035
15035
|
guard?: SExpr | undefined;
|
|
15036
|
+
scope?: "internal" | "external" | undefined;
|
|
15037
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
15036
15038
|
source?: {
|
|
15037
15039
|
kind: "any";
|
|
15038
15040
|
} | {
|
|
@@ -15043,8 +15045,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
15043
15045
|
orbital: string;
|
|
15044
15046
|
kind: "orbital";
|
|
15045
15047
|
} | undefined;
|
|
15046
|
-
scope?: "internal" | "external" | undefined;
|
|
15047
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
15048
15048
|
}[] | undefined;
|
|
15049
15049
|
description_visual_prompt?: string | undefined;
|
|
15050
15050
|
requiredFields?: {
|
|
@@ -15576,6 +15576,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
15576
15576
|
event: string;
|
|
15577
15577
|
triggers: string;
|
|
15578
15578
|
guard?: SExpr | undefined;
|
|
15579
|
+
scope?: "internal" | "external" | undefined;
|
|
15580
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
15579
15581
|
source?: {
|
|
15580
15582
|
kind: "any";
|
|
15581
15583
|
} | {
|
|
@@ -15586,12 +15588,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
15586
15588
|
orbital: string;
|
|
15587
15589
|
kind: "orbital";
|
|
15588
15590
|
} | undefined;
|
|
15589
|
-
scope?: "internal" | "external" | undefined;
|
|
15590
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
15591
15591
|
}, {
|
|
15592
15592
|
event: string;
|
|
15593
15593
|
triggers: string;
|
|
15594
15594
|
guard?: SExpr | undefined;
|
|
15595
|
+
scope?: "internal" | "external" | undefined;
|
|
15596
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
15595
15597
|
source?: {
|
|
15596
15598
|
kind: "any";
|
|
15597
15599
|
} | {
|
|
@@ -15602,8 +15604,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
15602
15604
|
orbital: string;
|
|
15603
15605
|
kind: "orbital";
|
|
15604
15606
|
} | undefined;
|
|
15605
|
-
scope?: "internal" | "external" | undefined;
|
|
15606
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
15607
15607
|
}>, "many">>;
|
|
15608
15608
|
ui: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
15609
15609
|
config: z.ZodOptional<z.ZodType<Readonly<Record<string, ConfigFieldDeclaration>>, z.ZodTypeDef, Readonly<Record<string, ConfigFieldDeclaration>>>>;
|
|
@@ -15709,6 +15709,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
15709
15709
|
event: string;
|
|
15710
15710
|
triggers: string;
|
|
15711
15711
|
guard?: SExpr | undefined;
|
|
15712
|
+
scope?: "internal" | "external" | undefined;
|
|
15713
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
15712
15714
|
source?: {
|
|
15713
15715
|
kind: "any";
|
|
15714
15716
|
} | {
|
|
@@ -15719,8 +15721,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
15719
15721
|
orbital: string;
|
|
15720
15722
|
kind: "orbital";
|
|
15721
15723
|
} | undefined;
|
|
15722
|
-
scope?: "internal" | "external" | undefined;
|
|
15723
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
15724
15724
|
}[] | undefined;
|
|
15725
15725
|
description_visual_prompt?: string | undefined;
|
|
15726
15726
|
requiredFields?: {
|
|
@@ -15840,6 +15840,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
15840
15840
|
event: string;
|
|
15841
15841
|
triggers: string;
|
|
15842
15842
|
guard?: SExpr | undefined;
|
|
15843
|
+
scope?: "internal" | "external" | undefined;
|
|
15844
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
15843
15845
|
source?: {
|
|
15844
15846
|
kind: "any";
|
|
15845
15847
|
} | {
|
|
@@ -15850,8 +15852,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
15850
15852
|
orbital: string;
|
|
15851
15853
|
kind: "orbital";
|
|
15852
15854
|
} | undefined;
|
|
15853
|
-
scope?: "internal" | "external" | undefined;
|
|
15854
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
15855
15855
|
}[] | undefined;
|
|
15856
15856
|
description_visual_prompt?: string | undefined;
|
|
15857
15857
|
requiredFields?: {
|
|
@@ -15977,6 +15977,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
15977
15977
|
event: string;
|
|
15978
15978
|
triggers: string;
|
|
15979
15979
|
guard?: SExpr | undefined;
|
|
15980
|
+
scope?: "internal" | "external" | undefined;
|
|
15981
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
15980
15982
|
source?: {
|
|
15981
15983
|
kind: "any";
|
|
15982
15984
|
} | {
|
|
@@ -15987,8 +15989,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
15987
15989
|
orbital: string;
|
|
15988
15990
|
kind: "orbital";
|
|
15989
15991
|
} | undefined;
|
|
15990
|
-
scope?: "internal" | "external" | undefined;
|
|
15991
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
15992
15992
|
}[] | undefined;
|
|
15993
15993
|
description_visual_prompt?: string | undefined;
|
|
15994
15994
|
requiredFields?: {
|
|
@@ -16120,6 +16120,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
16120
16120
|
event: string;
|
|
16121
16121
|
triggers: string;
|
|
16122
16122
|
guard?: SExpr | undefined;
|
|
16123
|
+
scope?: "internal" | "external" | undefined;
|
|
16124
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
16123
16125
|
source?: {
|
|
16124
16126
|
kind: "any";
|
|
16125
16127
|
} | {
|
|
@@ -16130,8 +16132,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
16130
16132
|
orbital: string;
|
|
16131
16133
|
kind: "orbital";
|
|
16132
16134
|
} | undefined;
|
|
16133
|
-
scope?: "internal" | "external" | undefined;
|
|
16134
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
16135
16135
|
}[] | undefined;
|
|
16136
16136
|
description_visual_prompt?: string | undefined;
|
|
16137
16137
|
requiredFields?: {
|
|
@@ -16323,22 +16323,22 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
16323
16323
|
payloadMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
16324
16324
|
}, "strip", z.ZodTypeAny, {
|
|
16325
16325
|
event: string;
|
|
16326
|
+
triggers: string;
|
|
16326
16327
|
source: {
|
|
16327
16328
|
trait: string;
|
|
16328
16329
|
transition?: string | undefined;
|
|
16329
16330
|
tick?: string | undefined;
|
|
16330
16331
|
};
|
|
16331
|
-
triggers: string;
|
|
16332
16332
|
guard?: SExpr | undefined;
|
|
16333
16333
|
payloadMapping?: Record<string, string> | undefined;
|
|
16334
16334
|
}, {
|
|
16335
16335
|
event: string;
|
|
16336
|
+
triggers: string;
|
|
16336
16337
|
source: {
|
|
16337
16338
|
trait: string;
|
|
16338
16339
|
transition?: string | undefined;
|
|
16339
16340
|
tick?: string | undefined;
|
|
16340
16341
|
};
|
|
16341
|
-
triggers: string;
|
|
16342
16342
|
guard?: SExpr | undefined;
|
|
16343
16343
|
payloadMapping?: Record<string, string> | undefined;
|
|
16344
16344
|
}>, "many">>;
|
|
@@ -16355,11 +16355,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
16355
16355
|
}, "strip", z.ZodTypeAny, {
|
|
16356
16356
|
name: string;
|
|
16357
16357
|
role?: string | undefined;
|
|
16358
|
-
device?: "mobile" | "
|
|
16358
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
16359
16359
|
}, {
|
|
16360
16360
|
name: string;
|
|
16361
16361
|
role?: string | undefined;
|
|
16362
|
-
device?: "mobile" | "
|
|
16362
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
16363
16363
|
}>, "many">>;
|
|
16364
16364
|
vocabulary: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
16365
16365
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -16370,7 +16370,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
16370
16370
|
personas?: {
|
|
16371
16371
|
name: string;
|
|
16372
16372
|
role?: string | undefined;
|
|
16373
|
-
device?: "mobile" | "
|
|
16373
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
16374
16374
|
}[] | undefined;
|
|
16375
16375
|
vocabulary?: Record<string, string> | undefined;
|
|
16376
16376
|
}, {
|
|
@@ -16381,7 +16381,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
16381
16381
|
personas?: {
|
|
16382
16382
|
name: string;
|
|
16383
16383
|
role?: string | undefined;
|
|
16384
|
-
device?: "mobile" | "
|
|
16384
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
16385
16385
|
}[] | undefined;
|
|
16386
16386
|
vocabulary?: Record<string, string> | undefined;
|
|
16387
16387
|
}>>;
|
|
@@ -16431,7 +16431,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
16431
16431
|
}>>;
|
|
16432
16432
|
}, "strip", z.ZodTypeAny, {
|
|
16433
16433
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
16434
|
-
device?: "mobile" | "
|
|
16434
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
16435
16435
|
primaryColor?: string | undefined;
|
|
16436
16436
|
darkMode?: boolean | undefined;
|
|
16437
16437
|
uxHints?: {
|
|
@@ -16447,7 +16447,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
16447
16447
|
} | undefined;
|
|
16448
16448
|
}, {
|
|
16449
16449
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
16450
|
-
device?: "mobile" | "
|
|
16450
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
16451
16451
|
primaryColor?: string | undefined;
|
|
16452
16452
|
darkMode?: boolean | undefined;
|
|
16453
16453
|
uxHints?: {
|
|
@@ -16543,6 +16543,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
16543
16543
|
event: string;
|
|
16544
16544
|
triggers: string;
|
|
16545
16545
|
guard?: SExpr | undefined;
|
|
16546
|
+
scope?: "internal" | "external" | undefined;
|
|
16547
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
16546
16548
|
source?: {
|
|
16547
16549
|
kind: "any";
|
|
16548
16550
|
} | {
|
|
@@ -16553,8 +16555,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
16553
16555
|
orbital: string;
|
|
16554
16556
|
kind: "orbital";
|
|
16555
16557
|
} | undefined;
|
|
16556
|
-
scope?: "internal" | "external" | undefined;
|
|
16557
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
16558
16558
|
}[] | undefined;
|
|
16559
16559
|
description_visual_prompt?: string | undefined;
|
|
16560
16560
|
requiredFields?: {
|
|
@@ -16682,6 +16682,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
16682
16682
|
event: string;
|
|
16683
16683
|
triggers: string;
|
|
16684
16684
|
guard?: SExpr | undefined;
|
|
16685
|
+
scope?: "internal" | "external" | undefined;
|
|
16686
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
16685
16687
|
source?: {
|
|
16686
16688
|
kind: "any";
|
|
16687
16689
|
} | {
|
|
@@ -16692,8 +16694,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
16692
16694
|
orbital: string;
|
|
16693
16695
|
kind: "orbital";
|
|
16694
16696
|
} | undefined;
|
|
16695
|
-
scope?: "internal" | "external" | undefined;
|
|
16696
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
16697
16697
|
}[] | undefined;
|
|
16698
16698
|
description_visual_prompt?: string | undefined;
|
|
16699
16699
|
requiredFields?: {
|
|
@@ -16833,12 +16833,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
16833
16833
|
}[] | undefined;
|
|
16834
16834
|
listens?: {
|
|
16835
16835
|
event: string;
|
|
16836
|
+
triggers: string;
|
|
16836
16837
|
source: {
|
|
16837
16838
|
trait: string;
|
|
16838
16839
|
transition?: string | undefined;
|
|
16839
16840
|
tick?: string | undefined;
|
|
16840
16841
|
};
|
|
16841
|
-
triggers: string;
|
|
16842
16842
|
guard?: SExpr | undefined;
|
|
16843
16843
|
payloadMapping?: Record<string, string> | undefined;
|
|
16844
16844
|
}[] | undefined;
|
|
@@ -16897,13 +16897,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
16897
16897
|
personas?: {
|
|
16898
16898
|
name: string;
|
|
16899
16899
|
role?: string | undefined;
|
|
16900
|
-
device?: "mobile" | "
|
|
16900
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
16901
16901
|
}[] | undefined;
|
|
16902
16902
|
vocabulary?: Record<string, string> | undefined;
|
|
16903
16903
|
} | undefined;
|
|
16904
16904
|
design?: {
|
|
16905
16905
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
16906
|
-
device?: "mobile" | "
|
|
16906
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
16907
16907
|
primaryColor?: string | undefined;
|
|
16908
16908
|
darkMode?: boolean | undefined;
|
|
16909
16909
|
uxHints?: {
|
|
@@ -16991,6 +16991,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
16991
16991
|
event: string;
|
|
16992
16992
|
triggers: string;
|
|
16993
16993
|
guard?: SExpr | undefined;
|
|
16994
|
+
scope?: "internal" | "external" | undefined;
|
|
16995
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
16994
16996
|
source?: {
|
|
16995
16997
|
kind: "any";
|
|
16996
16998
|
} | {
|
|
@@ -17001,8 +17003,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
17001
17003
|
orbital: string;
|
|
17002
17004
|
kind: "orbital";
|
|
17003
17005
|
} | undefined;
|
|
17004
|
-
scope?: "internal" | "external" | undefined;
|
|
17005
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
17006
17006
|
}[] | undefined;
|
|
17007
17007
|
description_visual_prompt?: string | undefined;
|
|
17008
17008
|
requiredFields?: {
|
|
@@ -17130,6 +17130,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
17130
17130
|
event: string;
|
|
17131
17131
|
triggers: string;
|
|
17132
17132
|
guard?: SExpr | undefined;
|
|
17133
|
+
scope?: "internal" | "external" | undefined;
|
|
17134
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
17133
17135
|
source?: {
|
|
17134
17136
|
kind: "any";
|
|
17135
17137
|
} | {
|
|
@@ -17140,8 +17142,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
17140
17142
|
orbital: string;
|
|
17141
17143
|
kind: "orbital";
|
|
17142
17144
|
} | undefined;
|
|
17143
|
-
scope?: "internal" | "external" | undefined;
|
|
17144
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
17145
17145
|
}[] | undefined;
|
|
17146
17146
|
description_visual_prompt?: string | undefined;
|
|
17147
17147
|
requiredFields?: {
|
|
@@ -17281,12 +17281,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
17281
17281
|
}[] | undefined;
|
|
17282
17282
|
listens?: {
|
|
17283
17283
|
event: string;
|
|
17284
|
+
triggers: string;
|
|
17284
17285
|
source: {
|
|
17285
17286
|
trait: string;
|
|
17286
17287
|
transition?: string | undefined;
|
|
17287
17288
|
tick?: string | undefined;
|
|
17288
17289
|
};
|
|
17289
|
-
triggers: string;
|
|
17290
17290
|
guard?: SExpr | undefined;
|
|
17291
17291
|
payloadMapping?: Record<string, string> | undefined;
|
|
17292
17292
|
}[] | undefined;
|
|
@@ -17345,13 +17345,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
17345
17345
|
personas?: {
|
|
17346
17346
|
name: string;
|
|
17347
17347
|
role?: string | undefined;
|
|
17348
|
-
device?: "mobile" | "
|
|
17348
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
17349
17349
|
}[] | undefined;
|
|
17350
17350
|
vocabulary?: Record<string, string> | undefined;
|
|
17351
17351
|
} | undefined;
|
|
17352
17352
|
design?: {
|
|
17353
17353
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
17354
|
-
device?: "mobile" | "
|
|
17354
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
17355
17355
|
primaryColor?: string | undefined;
|
|
17356
17356
|
darkMode?: boolean | undefined;
|
|
17357
17357
|
uxHints?: {
|
|
@@ -17505,13 +17505,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
17505
17505
|
secondary: z.ZodOptional<z.ZodString>;
|
|
17506
17506
|
mode: z.ZodOptional<z.ZodEnum<["light", "dark", "system"]>>;
|
|
17507
17507
|
}, "strip", z.ZodTypeAny, {
|
|
17508
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
17508
17509
|
primary?: string | undefined;
|
|
17509
17510
|
secondary?: string | undefined;
|
|
17510
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
17511
17511
|
}, {
|
|
17512
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
17512
17513
|
primary?: string | undefined;
|
|
17513
17514
|
secondary?: string | undefined;
|
|
17514
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
17515
17515
|
}>>;
|
|
17516
17516
|
features: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
17517
17517
|
api: z.ZodOptional<z.ZodObject<{
|
|
@@ -17526,9 +17526,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
17526
17526
|
}>>;
|
|
17527
17527
|
}, "strip", z.ZodTypeAny, {
|
|
17528
17528
|
theme?: {
|
|
17529
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
17529
17530
|
primary?: string | undefined;
|
|
17530
17531
|
secondary?: string | undefined;
|
|
17531
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
17532
17532
|
} | undefined;
|
|
17533
17533
|
features?: Record<string, boolean> | undefined;
|
|
17534
17534
|
api?: {
|
|
@@ -17537,9 +17537,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
17537
17537
|
} | undefined;
|
|
17538
17538
|
}, {
|
|
17539
17539
|
theme?: {
|
|
17540
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
17540
17541
|
primary?: string | undefined;
|
|
17541
17542
|
secondary?: string | undefined;
|
|
17542
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
17543
17543
|
} | undefined;
|
|
17544
17544
|
features?: Record<string, boolean> | undefined;
|
|
17545
17545
|
api?: {
|
|
@@ -17617,6 +17617,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
17617
17617
|
event: string;
|
|
17618
17618
|
triggers: string;
|
|
17619
17619
|
guard?: SExpr | undefined;
|
|
17620
|
+
scope?: "internal" | "external" | undefined;
|
|
17621
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
17620
17622
|
source?: {
|
|
17621
17623
|
kind: "any";
|
|
17622
17624
|
} | {
|
|
@@ -17627,8 +17629,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
17627
17629
|
orbital: string;
|
|
17628
17630
|
kind: "orbital";
|
|
17629
17631
|
} | undefined;
|
|
17630
|
-
scope?: "internal" | "external" | undefined;
|
|
17631
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
17632
17632
|
}[] | undefined;
|
|
17633
17633
|
description_visual_prompt?: string | undefined;
|
|
17634
17634
|
requiredFields?: {
|
|
@@ -17756,6 +17756,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
17756
17756
|
event: string;
|
|
17757
17757
|
triggers: string;
|
|
17758
17758
|
guard?: SExpr | undefined;
|
|
17759
|
+
scope?: "internal" | "external" | undefined;
|
|
17760
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
17759
17761
|
source?: {
|
|
17760
17762
|
kind: "any";
|
|
17761
17763
|
} | {
|
|
@@ -17766,8 +17768,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
17766
17768
|
orbital: string;
|
|
17767
17769
|
kind: "orbital";
|
|
17768
17770
|
} | undefined;
|
|
17769
|
-
scope?: "internal" | "external" | undefined;
|
|
17770
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
17771
17771
|
}[] | undefined;
|
|
17772
17772
|
description_visual_prompt?: string | undefined;
|
|
17773
17773
|
requiredFields?: {
|
|
@@ -17907,12 +17907,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
17907
17907
|
}[] | undefined;
|
|
17908
17908
|
listens?: {
|
|
17909
17909
|
event: string;
|
|
17910
|
+
triggers: string;
|
|
17910
17911
|
source: {
|
|
17911
17912
|
trait: string;
|
|
17912
17913
|
transition?: string | undefined;
|
|
17913
17914
|
tick?: string | undefined;
|
|
17914
17915
|
};
|
|
17915
|
-
triggers: string;
|
|
17916
17916
|
guard?: SExpr | undefined;
|
|
17917
17917
|
payloadMapping?: Record<string, string> | undefined;
|
|
17918
17918
|
}[] | undefined;
|
|
@@ -17971,13 +17971,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
17971
17971
|
personas?: {
|
|
17972
17972
|
name: string;
|
|
17973
17973
|
role?: string | undefined;
|
|
17974
|
-
device?: "mobile" | "
|
|
17974
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
17975
17975
|
}[] | undefined;
|
|
17976
17976
|
vocabulary?: Record<string, string> | undefined;
|
|
17977
17977
|
} | undefined;
|
|
17978
17978
|
design?: {
|
|
17979
17979
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
17980
|
-
device?: "mobile" | "
|
|
17980
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
17981
17981
|
primaryColor?: string | undefined;
|
|
17982
17982
|
darkMode?: boolean | undefined;
|
|
17983
17983
|
uxHints?: {
|
|
@@ -18001,9 +18001,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
18001
18001
|
description?: string | undefined;
|
|
18002
18002
|
config?: {
|
|
18003
18003
|
theme?: {
|
|
18004
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
18004
18005
|
primary?: string | undefined;
|
|
18005
18006
|
secondary?: string | undefined;
|
|
18006
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
18007
18007
|
} | undefined;
|
|
18008
18008
|
features?: Record<string, boolean> | undefined;
|
|
18009
18009
|
api?: {
|
|
@@ -18011,7 +18011,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
18011
18011
|
timeout?: number | undefined;
|
|
18012
18012
|
} | undefined;
|
|
18013
18013
|
} | undefined;
|
|
18014
|
-
version?: string | undefined;
|
|
18015
18014
|
summary?: string | undefined;
|
|
18016
18015
|
services?: ({
|
|
18017
18016
|
type: "rest";
|
|
@@ -18056,13 +18055,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
18056
18055
|
personas?: {
|
|
18057
18056
|
name: string;
|
|
18058
18057
|
role?: string | undefined;
|
|
18059
|
-
device?: "mobile" | "
|
|
18058
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
18060
18059
|
}[] | undefined;
|
|
18061
18060
|
vocabulary?: Record<string, string> | undefined;
|
|
18062
18061
|
} | undefined;
|
|
18063
18062
|
design?: {
|
|
18064
18063
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
18065
|
-
device?: "mobile" | "
|
|
18064
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
18066
18065
|
primaryColor?: string | undefined;
|
|
18067
18066
|
darkMode?: boolean | undefined;
|
|
18068
18067
|
uxHints?: {
|
|
@@ -18077,10 +18076,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
18077
18076
|
}[] | undefined;
|
|
18078
18077
|
} | undefined;
|
|
18079
18078
|
} | undefined;
|
|
18079
|
+
version?: string | undefined;
|
|
18080
18080
|
designTokens?: Record<string, Record<string, string>> | undefined;
|
|
18081
18081
|
customPatterns?: Record<string, {
|
|
18082
18082
|
type: "custom";
|
|
18083
|
-
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "
|
|
18083
|
+
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "nav" | "article" | "footer" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "aside" | "ul" | "ol" | "li" | "img";
|
|
18084
18084
|
className: string;
|
|
18085
18085
|
slots?: string[] | undefined;
|
|
18086
18086
|
props?: string[] | undefined;
|
|
@@ -18155,6 +18155,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
18155
18155
|
event: string;
|
|
18156
18156
|
triggers: string;
|
|
18157
18157
|
guard?: SExpr | undefined;
|
|
18158
|
+
scope?: "internal" | "external" | undefined;
|
|
18159
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
18158
18160
|
source?: {
|
|
18159
18161
|
kind: "any";
|
|
18160
18162
|
} | {
|
|
@@ -18165,8 +18167,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
18165
18167
|
orbital: string;
|
|
18166
18168
|
kind: "orbital";
|
|
18167
18169
|
} | undefined;
|
|
18168
|
-
scope?: "internal" | "external" | undefined;
|
|
18169
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
18170
18170
|
}[] | undefined;
|
|
18171
18171
|
description_visual_prompt?: string | undefined;
|
|
18172
18172
|
requiredFields?: {
|
|
@@ -18294,6 +18294,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
18294
18294
|
event: string;
|
|
18295
18295
|
triggers: string;
|
|
18296
18296
|
guard?: SExpr | undefined;
|
|
18297
|
+
scope?: "internal" | "external" | undefined;
|
|
18298
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
18297
18299
|
source?: {
|
|
18298
18300
|
kind: "any";
|
|
18299
18301
|
} | {
|
|
@@ -18304,8 +18306,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
18304
18306
|
orbital: string;
|
|
18305
18307
|
kind: "orbital";
|
|
18306
18308
|
} | undefined;
|
|
18307
|
-
scope?: "internal" | "external" | undefined;
|
|
18308
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
18309
18309
|
}[] | undefined;
|
|
18310
18310
|
description_visual_prompt?: string | undefined;
|
|
18311
18311
|
requiredFields?: {
|
|
@@ -18445,12 +18445,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
18445
18445
|
}[] | undefined;
|
|
18446
18446
|
listens?: {
|
|
18447
18447
|
event: string;
|
|
18448
|
+
triggers: string;
|
|
18448
18449
|
source: {
|
|
18449
18450
|
trait: string;
|
|
18450
18451
|
transition?: string | undefined;
|
|
18451
18452
|
tick?: string | undefined;
|
|
18452
18453
|
};
|
|
18453
|
-
triggers: string;
|
|
18454
18454
|
guard?: SExpr | undefined;
|
|
18455
18455
|
payloadMapping?: Record<string, string> | undefined;
|
|
18456
18456
|
}[] | undefined;
|
|
@@ -18509,13 +18509,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
18509
18509
|
personas?: {
|
|
18510
18510
|
name: string;
|
|
18511
18511
|
role?: string | undefined;
|
|
18512
|
-
device?: "mobile" | "
|
|
18512
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
18513
18513
|
}[] | undefined;
|
|
18514
18514
|
vocabulary?: Record<string, string> | undefined;
|
|
18515
18515
|
} | undefined;
|
|
18516
18516
|
design?: {
|
|
18517
18517
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
18518
|
-
device?: "mobile" | "
|
|
18518
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
18519
18519
|
primaryColor?: string | undefined;
|
|
18520
18520
|
darkMode?: boolean | undefined;
|
|
18521
18521
|
uxHints?: {
|
|
@@ -18539,9 +18539,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
18539
18539
|
description?: string | undefined;
|
|
18540
18540
|
config?: {
|
|
18541
18541
|
theme?: {
|
|
18542
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
18542
18543
|
primary?: string | undefined;
|
|
18543
18544
|
secondary?: string | undefined;
|
|
18544
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
18545
18545
|
} | undefined;
|
|
18546
18546
|
features?: Record<string, boolean> | undefined;
|
|
18547
18547
|
api?: {
|
|
@@ -18549,7 +18549,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
18549
18549
|
timeout?: number | undefined;
|
|
18550
18550
|
} | undefined;
|
|
18551
18551
|
} | undefined;
|
|
18552
|
-
version?: string | undefined;
|
|
18553
18552
|
summary?: string | undefined;
|
|
18554
18553
|
services?: ({
|
|
18555
18554
|
type: "rest";
|
|
@@ -18594,13 +18593,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
18594
18593
|
personas?: {
|
|
18595
18594
|
name: string;
|
|
18596
18595
|
role?: string | undefined;
|
|
18597
|
-
device?: "mobile" | "
|
|
18596
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
18598
18597
|
}[] | undefined;
|
|
18599
18598
|
vocabulary?: Record<string, string> | undefined;
|
|
18600
18599
|
} | undefined;
|
|
18601
18600
|
design?: {
|
|
18602
18601
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
18603
|
-
device?: "mobile" | "
|
|
18602
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
18604
18603
|
primaryColor?: string | undefined;
|
|
18605
18604
|
darkMode?: boolean | undefined;
|
|
18606
18605
|
uxHints?: {
|
|
@@ -18615,10 +18614,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
18615
18614
|
}[] | undefined;
|
|
18616
18615
|
} | undefined;
|
|
18617
18616
|
} | undefined;
|
|
18617
|
+
version?: string | undefined;
|
|
18618
18618
|
designTokens?: Record<string, Record<string, string>> | undefined;
|
|
18619
18619
|
customPatterns?: Record<string, {
|
|
18620
18620
|
type: "custom";
|
|
18621
|
-
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "
|
|
18621
|
+
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "nav" | "article" | "footer" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "aside" | "ul" | "ol" | "li" | "img";
|
|
18622
18622
|
className: string;
|
|
18623
18623
|
slots?: string[] | undefined;
|
|
18624
18624
|
props?: string[] | undefined;
|
|
@@ -18758,6 +18758,8 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
18758
18758
|
event: string;
|
|
18759
18759
|
triggers: string;
|
|
18760
18760
|
guard?: SExpr | undefined;
|
|
18761
|
+
scope?: "internal" | "external" | undefined;
|
|
18762
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
18761
18763
|
source?: {
|
|
18762
18764
|
kind: "any";
|
|
18763
18765
|
} | {
|
|
@@ -18768,8 +18770,6 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
18768
18770
|
orbital: string;
|
|
18769
18771
|
kind: "orbital";
|
|
18770
18772
|
} | undefined;
|
|
18771
|
-
scope?: "internal" | "external" | undefined;
|
|
18772
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
18773
18773
|
}[] | undefined;
|
|
18774
18774
|
description_visual_prompt?: string | undefined;
|
|
18775
18775
|
requiredFields?: {
|
|
@@ -18897,6 +18897,8 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
18897
18897
|
event: string;
|
|
18898
18898
|
triggers: string;
|
|
18899
18899
|
guard?: SExpr | undefined;
|
|
18900
|
+
scope?: "internal" | "external" | undefined;
|
|
18901
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
18900
18902
|
source?: {
|
|
18901
18903
|
kind: "any";
|
|
18902
18904
|
} | {
|
|
@@ -18907,8 +18909,6 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
18907
18909
|
orbital: string;
|
|
18908
18910
|
kind: "orbital";
|
|
18909
18911
|
} | undefined;
|
|
18910
|
-
scope?: "internal" | "external" | undefined;
|
|
18911
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
18912
18912
|
}[] | undefined;
|
|
18913
18913
|
description_visual_prompt?: string | undefined;
|
|
18914
18914
|
requiredFields?: {
|
|
@@ -19048,12 +19048,12 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
19048
19048
|
}[] | undefined;
|
|
19049
19049
|
listens?: {
|
|
19050
19050
|
event: string;
|
|
19051
|
+
triggers: string;
|
|
19051
19052
|
source: {
|
|
19052
19053
|
trait: string;
|
|
19053
19054
|
transition?: string | undefined;
|
|
19054
19055
|
tick?: string | undefined;
|
|
19055
19056
|
};
|
|
19056
|
-
triggers: string;
|
|
19057
19057
|
guard?: SExpr | undefined;
|
|
19058
19058
|
payloadMapping?: Record<string, string> | undefined;
|
|
19059
19059
|
}[] | undefined;
|
|
@@ -19112,13 +19112,13 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
19112
19112
|
personas?: {
|
|
19113
19113
|
name: string;
|
|
19114
19114
|
role?: string | undefined;
|
|
19115
|
-
device?: "mobile" | "
|
|
19115
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
19116
19116
|
}[] | undefined;
|
|
19117
19117
|
vocabulary?: Record<string, string> | undefined;
|
|
19118
19118
|
} | undefined;
|
|
19119
19119
|
design?: {
|
|
19120
19120
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
19121
|
-
device?: "mobile" | "
|
|
19121
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
19122
19122
|
primaryColor?: string | undefined;
|
|
19123
19123
|
darkMode?: boolean | undefined;
|
|
19124
19124
|
uxHints?: {
|
|
@@ -19142,9 +19142,9 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
19142
19142
|
description?: string | undefined;
|
|
19143
19143
|
config?: {
|
|
19144
19144
|
theme?: {
|
|
19145
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
19145
19146
|
primary?: string | undefined;
|
|
19146
19147
|
secondary?: string | undefined;
|
|
19147
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
19148
19148
|
} | undefined;
|
|
19149
19149
|
features?: Record<string, boolean> | undefined;
|
|
19150
19150
|
api?: {
|
|
@@ -19152,7 +19152,6 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
19152
19152
|
timeout?: number | undefined;
|
|
19153
19153
|
} | undefined;
|
|
19154
19154
|
} | undefined;
|
|
19155
|
-
version?: string | undefined;
|
|
19156
19155
|
summary?: string | undefined;
|
|
19157
19156
|
services?: ({
|
|
19158
19157
|
type: "rest";
|
|
@@ -19197,13 +19196,13 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
19197
19196
|
personas?: {
|
|
19198
19197
|
name: string;
|
|
19199
19198
|
role?: string | undefined;
|
|
19200
|
-
device?: "mobile" | "
|
|
19199
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
19201
19200
|
}[] | undefined;
|
|
19202
19201
|
vocabulary?: Record<string, string> | undefined;
|
|
19203
19202
|
} | undefined;
|
|
19204
19203
|
design?: {
|
|
19205
19204
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
19206
|
-
device?: "mobile" | "
|
|
19205
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
19207
19206
|
primaryColor?: string | undefined;
|
|
19208
19207
|
darkMode?: boolean | undefined;
|
|
19209
19208
|
uxHints?: {
|
|
@@ -19218,10 +19217,11 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
19218
19217
|
}[] | undefined;
|
|
19219
19218
|
} | undefined;
|
|
19220
19219
|
} | undefined;
|
|
19220
|
+
version?: string | undefined;
|
|
19221
19221
|
designTokens?: Record<string, Record<string, string>> | undefined;
|
|
19222
19222
|
customPatterns?: Record<string, {
|
|
19223
19223
|
type: "custom";
|
|
19224
|
-
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "
|
|
19224
|
+
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "nav" | "article" | "footer" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "aside" | "ul" | "ol" | "li" | "img";
|
|
19225
19225
|
className: string;
|
|
19226
19226
|
slots?: string[] | undefined;
|
|
19227
19227
|
props?: string[] | undefined;
|
|
@@ -19296,6 +19296,8 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
19296
19296
|
event: string;
|
|
19297
19297
|
triggers: string;
|
|
19298
19298
|
guard?: SExpr | undefined;
|
|
19299
|
+
scope?: "internal" | "external" | undefined;
|
|
19300
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
19299
19301
|
source?: {
|
|
19300
19302
|
kind: "any";
|
|
19301
19303
|
} | {
|
|
@@ -19306,8 +19308,6 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
19306
19308
|
orbital: string;
|
|
19307
19309
|
kind: "orbital";
|
|
19308
19310
|
} | undefined;
|
|
19309
|
-
scope?: "internal" | "external" | undefined;
|
|
19310
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
19311
19311
|
}[] | undefined;
|
|
19312
19312
|
description_visual_prompt?: string | undefined;
|
|
19313
19313
|
requiredFields?: {
|
|
@@ -19435,6 +19435,8 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
19435
19435
|
event: string;
|
|
19436
19436
|
triggers: string;
|
|
19437
19437
|
guard?: SExpr | undefined;
|
|
19438
|
+
scope?: "internal" | "external" | undefined;
|
|
19439
|
+
payloadMapping?: Record<string, string> | undefined;
|
|
19438
19440
|
source?: {
|
|
19439
19441
|
kind: "any";
|
|
19440
19442
|
} | {
|
|
@@ -19445,8 +19447,6 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
19445
19447
|
orbital: string;
|
|
19446
19448
|
kind: "orbital";
|
|
19447
19449
|
} | undefined;
|
|
19448
|
-
scope?: "internal" | "external" | undefined;
|
|
19449
|
-
payloadMapping?: Record<string, string> | undefined;
|
|
19450
19450
|
}[] | undefined;
|
|
19451
19451
|
description_visual_prompt?: string | undefined;
|
|
19452
19452
|
requiredFields?: {
|
|
@@ -19586,12 +19586,12 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
19586
19586
|
}[] | undefined;
|
|
19587
19587
|
listens?: {
|
|
19588
19588
|
event: string;
|
|
19589
|
+
triggers: string;
|
|
19589
19590
|
source: {
|
|
19590
19591
|
trait: string;
|
|
19591
19592
|
transition?: string | undefined;
|
|
19592
19593
|
tick?: string | undefined;
|
|
19593
19594
|
};
|
|
19594
|
-
triggers: string;
|
|
19595
19595
|
guard?: SExpr | undefined;
|
|
19596
19596
|
payloadMapping?: Record<string, string> | undefined;
|
|
19597
19597
|
}[] | undefined;
|
|
@@ -19650,13 +19650,13 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
19650
19650
|
personas?: {
|
|
19651
19651
|
name: string;
|
|
19652
19652
|
role?: string | undefined;
|
|
19653
|
-
device?: "mobile" | "
|
|
19653
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
19654
19654
|
}[] | undefined;
|
|
19655
19655
|
vocabulary?: Record<string, string> | undefined;
|
|
19656
19656
|
} | undefined;
|
|
19657
19657
|
design?: {
|
|
19658
19658
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
19659
|
-
device?: "mobile" | "
|
|
19659
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
19660
19660
|
primaryColor?: string | undefined;
|
|
19661
19661
|
darkMode?: boolean | undefined;
|
|
19662
19662
|
uxHints?: {
|
|
@@ -19680,9 +19680,9 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
19680
19680
|
description?: string | undefined;
|
|
19681
19681
|
config?: {
|
|
19682
19682
|
theme?: {
|
|
19683
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
19683
19684
|
primary?: string | undefined;
|
|
19684
19685
|
secondary?: string | undefined;
|
|
19685
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
19686
19686
|
} | undefined;
|
|
19687
19687
|
features?: Record<string, boolean> | undefined;
|
|
19688
19688
|
api?: {
|
|
@@ -19690,7 +19690,6 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
19690
19690
|
timeout?: number | undefined;
|
|
19691
19691
|
} | undefined;
|
|
19692
19692
|
} | undefined;
|
|
19693
|
-
version?: string | undefined;
|
|
19694
19693
|
summary?: string | undefined;
|
|
19695
19694
|
services?: ({
|
|
19696
19695
|
type: "rest";
|
|
@@ -19735,13 +19734,13 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
19735
19734
|
personas?: {
|
|
19736
19735
|
name: string;
|
|
19737
19736
|
role?: string | undefined;
|
|
19738
|
-
device?: "mobile" | "
|
|
19737
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
19739
19738
|
}[] | undefined;
|
|
19740
19739
|
vocabulary?: Record<string, string> | undefined;
|
|
19741
19740
|
} | undefined;
|
|
19742
19741
|
design?: {
|
|
19743
19742
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
19744
|
-
device?: "mobile" | "
|
|
19743
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
19745
19744
|
primaryColor?: string | undefined;
|
|
19746
19745
|
darkMode?: boolean | undefined;
|
|
19747
19746
|
uxHints?: {
|
|
@@ -19756,10 +19755,11 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
19756
19755
|
}[] | undefined;
|
|
19757
19756
|
} | undefined;
|
|
19758
19757
|
} | undefined;
|
|
19758
|
+
version?: string | undefined;
|
|
19759
19759
|
designTokens?: Record<string, Record<string, string>> | undefined;
|
|
19760
19760
|
customPatterns?: Record<string, {
|
|
19761
19761
|
type: "custom";
|
|
19762
|
-
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "
|
|
19762
|
+
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "nav" | "article" | "footer" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "aside" | "ul" | "ol" | "li" | "img";
|
|
19763
19763
|
className: string;
|
|
19764
19764
|
slots?: string[] | undefined;
|
|
19765
19765
|
props?: string[] | undefined;
|
|
@@ -19768,4 +19768,4 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
19768
19768
|
type OrbitalSchemaInput = z.input<typeof OrbitalSchemaSchema>;
|
|
19769
19769
|
type OrbitalConfigInput = z.input<typeof OrbitalConfigSchema>;
|
|
19770
19770
|
|
|
19771
|
-
export { type
|
|
19771
|
+
export { type OrbitalConfigInput as $, AGENT_DOMAIN_CATEGORIES as A, type DomainVocabulary as B, type ComputedEventContract as C, type DesignPreferences as D, type EntityRef as E, DomainVocabularySchema as F, type EntityCall as G, EntityCallSchema as H, EntityRefSchema as I, EntityRefStringSchema as J, type EntitySemanticRole as K, EntitySemanticRoleSchema as L, type EventListener as M, EventListenerSchema as N, type OrbitalDefinition as O, type PageRef as P, type EventSemanticRole as Q, EventSemanticRoleSchema as R, type EventSource as S, EventSourceSchema as T, type UseDeclaration as U, type Orbital as V, type GameSubCategory as W, GameSubCategorySchema as X, type NodeClassification as Y, NodeClassificationSchema as Z, type OrbitalConfig as _, type OrbitalSchema as a, OrbitalConfigSchema as a0, OrbitalDefinitionSchema as a1, type OrbitalInput as a2, type OrbitalPage as a3, type OrbitalPageInput as a4, OrbitalPageSchema as a5, type OrbitalPageStrictInput as a6, OrbitalPageStrictSchema as a7, type OrbitalSchemaInput as a8, OrbitalSchemaSchema as a9, UXHintsSchema as aA, UseDeclarationSchema as aB, type UserPersona as aC, type UserPersonaInput as aD, UserPersonaSchema as aE, type ViewType as aF, ViewTypeSchema as aG, isEntityCall as aH, isEntityReference as aI, isEntityReferenceAny as aJ, isImportedTraitRef as aK, isOrbitalDefinition as aL, isPageReference as aM, isPageReferenceObject as aN, isPageReferenceString as aO, isThemeReference as aP, parseEntityRef as aQ, parseImportedTraitRef as aR, parseOrbitalSchema as aS, parsePageRef as aT, safeParseOrbitalSchema as aU, type OrbitalSchemaWithTraits as aa, type OrbitalUnit as ab, OrbitalUnitSchema as ac, OrbitalSchema$1 as ad, PageRefObjectSchema as ae, PageRefSchema as af, PageRefStringSchema as ag, PageSchema as ah, type PageTraitRef as ai, PageTraitRefSchema as aj, type RelatedLink as ak, RelatedLinkSchema as al, type StateSemanticRole as am, StateSemanticRoleSchema as an, type SuggestedGuard as ao, SuggestedGuardSchema as ap, type ThemeDefinition as aq, ThemeDefinitionSchema as ar, type ThemeRef as as, ThemeRefSchema as at, ThemeRefStringSchema as au, type ThemeTokens as av, ThemeTokensSchema as aw, type ThemeVariant as ax, ThemeVariantSchema as ay, type UXHints as az, type Page as b, type PageRefObject as c, ALLOWED_CUSTOM_COMPONENTS as d, type AgentDomainCategory as e, AgentDomainCategorySchema as f, type AllowedCustomComponent as g, ComputedEventContractSchema as h, type ComputedEventListener as i, ComputedEventListenerSchema as j, type CustomPatternDefinition as k, type CustomPatternDefinitionInput as l, CustomPatternDefinitionSchema as m, type CustomPatternMap as n, type CustomPatternMapInput as o, CustomPatternMapSchema as p, type DesignPreferencesInput as q, DesignPreferencesSchema as r, type DesignTokens as s, type DesignTokensInput as t, DesignTokensSchema as u, type DomainCategory as v, DomainCategorySchema as w, type DomainContext as x, type DomainContextInput as y, DomainContextSchema as z };
|