@almadar/core 8.7.0 → 8.7.2
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-k95NMGjj.d.ts → compose-behaviors-BRQDrtJq.d.ts} +1 -1
- package/dist/factory/index.d.ts +1 -1
- package/dist/index.d.ts +5 -5
- package/dist/{schema-BEBX7aQ3.d.ts → schema-BQCTssuv.d.ts} +272 -272
- package/dist/{trait-FCfo_4jF.d.ts → trait-Cvs0OQbV.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 { bn as TraitConfig, bo as TraitConfigObject, a_ as ServiceRef, z as Entity, F as EntityField, I as EntityPersistence, bB as TraitRef, T as EventPayloadField, o as ConfigFieldDeclaration, aW as ServiceDefinition, bk as Trait } from './trait-Cvs0OQbV.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" | "desktop" | "tablet" | undefined;
|
|
278
278
|
}, {
|
|
279
279
|
name: string;
|
|
280
280
|
role?: string | undefined;
|
|
281
|
-
device?: "mobile" | "
|
|
281
|
+
device?: "mobile" | "desktop" | "tablet" | 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" | "desktop" | "tablet" | undefined;
|
|
332
332
|
}, {
|
|
333
333
|
name: string;
|
|
334
334
|
role?: string | undefined;
|
|
335
|
-
device?: "mobile" | "
|
|
335
|
+
device?: "mobile" | "desktop" | "tablet" | 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" | "desktop" | "tablet" | 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" | "desktop" | "tablet" | 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" | "desktop" | "tablet" | "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" | "desktop" | "tablet" | "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" | "article" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "nav" | "aside" | "div" | "span" | "a" | "p" | "footer" | "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" | "article" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "nav" | "aside" | "div" | "span" | "a" | "p" | "footer" | "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" | "article" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "nav" | "aside" | "div" | "span" | "a" | "p" | "footer" | "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" | "article" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "nav" | "aside" | "div" | "span" | "a" | "p" | "footer" | "ul" | "ol" | "li" | "img";
|
|
895
895
|
className: string;
|
|
896
896
|
slots?: string[] | undefined;
|
|
897
897
|
props?: string[] | undefined;
|
|
@@ -1687,8 +1687,6 @@ 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;
|
|
1692
1690
|
source?: {
|
|
1693
1691
|
kind: "any";
|
|
1694
1692
|
} | {
|
|
@@ -1699,12 +1697,12 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
1699
1697
|
orbital: string;
|
|
1700
1698
|
kind: "orbital";
|
|
1701
1699
|
} | 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;
|
|
1708
1706
|
source?: {
|
|
1709
1707
|
kind: "any";
|
|
1710
1708
|
} | {
|
|
@@ -1715,6 +1713,8 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
1715
1713
|
orbital: string;
|
|
1716
1714
|
kind: "orbital";
|
|
1717
1715
|
} | 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,8 +1820,6 @@ 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;
|
|
1825
1823
|
source?: {
|
|
1826
1824
|
kind: "any";
|
|
1827
1825
|
} | {
|
|
@@ -1832,6 +1830,8 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
1832
1830
|
orbital: string;
|
|
1833
1831
|
kind: "orbital";
|
|
1834
1832
|
} | 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,8 +1951,6 @@ 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;
|
|
1956
1954
|
source?: {
|
|
1957
1955
|
kind: "any";
|
|
1958
1956
|
} | {
|
|
@@ -1963,6 +1961,8 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
1963
1961
|
orbital: string;
|
|
1964
1962
|
kind: "orbital";
|
|
1965
1963
|
} | 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,8 +2088,6 @@ 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;
|
|
2093
2091
|
source?: {
|
|
2094
2092
|
kind: "any";
|
|
2095
2093
|
} | {
|
|
@@ -2100,6 +2098,8 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
2100
2098
|
orbital: string;
|
|
2101
2099
|
kind: "orbital";
|
|
2102
2100
|
} | 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,8 +2231,6 @@ 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;
|
|
2236
2234
|
source?: {
|
|
2237
2235
|
kind: "any";
|
|
2238
2236
|
} | {
|
|
@@ -2243,6 +2241,8 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
2243
2241
|
orbital: string;
|
|
2244
2242
|
kind: "orbital";
|
|
2245
2243
|
} | 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,8 +2781,6 @@ 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;
|
|
2786
2784
|
source?: {
|
|
2787
2785
|
kind: "any";
|
|
2788
2786
|
} | {
|
|
@@ -2793,12 +2791,12 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2793
2791
|
orbital: string;
|
|
2794
2792
|
kind: "orbital";
|
|
2795
2793
|
} | 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;
|
|
2802
2800
|
source?: {
|
|
2803
2801
|
kind: "any";
|
|
2804
2802
|
} | {
|
|
@@ -2809,6 +2807,8 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2809
2807
|
orbital: string;
|
|
2810
2808
|
kind: "orbital";
|
|
2811
2809
|
} | 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,8 +2914,6 @@ 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;
|
|
2919
2917
|
source?: {
|
|
2920
2918
|
kind: "any";
|
|
2921
2919
|
} | {
|
|
@@ -2926,6 +2924,8 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2926
2924
|
orbital: string;
|
|
2927
2925
|
kind: "orbital";
|
|
2928
2926
|
} | 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,8 +3045,6 @@ 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;
|
|
3050
3048
|
source?: {
|
|
3051
3049
|
kind: "any";
|
|
3052
3050
|
} | {
|
|
@@ -3057,6 +3055,8 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3057
3055
|
orbital: string;
|
|
3058
3056
|
kind: "orbital";
|
|
3059
3057
|
} | 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,8 +3182,6 @@ 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;
|
|
3187
3185
|
source?: {
|
|
3188
3186
|
kind: "any";
|
|
3189
3187
|
} | {
|
|
@@ -3194,6 +3192,8 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3194
3192
|
orbital: string;
|
|
3195
3193
|
kind: "orbital";
|
|
3196
3194
|
} | 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,8 +3325,6 @@ 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;
|
|
3330
3328
|
source?: {
|
|
3331
3329
|
kind: "any";
|
|
3332
3330
|
} | {
|
|
@@ -3337,6 +3335,8 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3337
3335
|
orbital: string;
|
|
3338
3336
|
kind: "orbital";
|
|
3339
3337
|
} | 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;
|
|
3677
3676
|
source: {
|
|
3678
3677
|
trait: string;
|
|
3679
3678
|
transition?: string | undefined;
|
|
3680
3679
|
tick?: string | undefined;
|
|
3681
3680
|
};
|
|
3681
|
+
triggers: string;
|
|
3682
3682
|
guard?: SExpr | undefined;
|
|
3683
3683
|
payloadMapping?: Record<string, string> | undefined;
|
|
3684
3684
|
}, {
|
|
3685
3685
|
event: string;
|
|
3686
|
-
triggers: string;
|
|
3687
3686
|
source: {
|
|
3688
3687
|
trait: string;
|
|
3689
3688
|
transition?: string | undefined;
|
|
3690
3689
|
tick?: string | undefined;
|
|
3691
3690
|
};
|
|
3691
|
+
triggers: string;
|
|
3692
3692
|
guard?: SExpr | undefined;
|
|
3693
3693
|
payloadMapping?: Record<string, string> | undefined;
|
|
3694
3694
|
}>;
|
|
@@ -4548,8 +4548,6 @@ 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;
|
|
4553
4551
|
source?: {
|
|
4554
4552
|
kind: "any";
|
|
4555
4553
|
} | {
|
|
@@ -4560,12 +4558,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
4560
4558
|
orbital: string;
|
|
4561
4559
|
kind: "orbital";
|
|
4562
4560
|
} | 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;
|
|
4569
4567
|
source?: {
|
|
4570
4568
|
kind: "any";
|
|
4571
4569
|
} | {
|
|
@@ -4576,6 +4574,8 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
4576
4574
|
orbital: string;
|
|
4577
4575
|
kind: "orbital";
|
|
4578
4576
|
} | 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,8 +4681,6 @@ 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;
|
|
4686
4684
|
source?: {
|
|
4687
4685
|
kind: "any";
|
|
4688
4686
|
} | {
|
|
@@ -4693,6 +4691,8 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
4693
4691
|
orbital: string;
|
|
4694
4692
|
kind: "orbital";
|
|
4695
4693
|
} | 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,8 +4812,6 @@ 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;
|
|
4817
4815
|
source?: {
|
|
4818
4816
|
kind: "any";
|
|
4819
4817
|
} | {
|
|
@@ -4824,6 +4822,8 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
4824
4822
|
orbital: string;
|
|
4825
4823
|
kind: "orbital";
|
|
4826
4824
|
} | 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,8 +5355,6 @@ 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;
|
|
5360
5358
|
source?: {
|
|
5361
5359
|
kind: "any";
|
|
5362
5360
|
} | {
|
|
@@ -5367,12 +5365,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
5367
5365
|
orbital: string;
|
|
5368
5366
|
kind: "orbital";
|
|
5369
5367
|
} | 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;
|
|
5376
5374
|
source?: {
|
|
5377
5375
|
kind: "any";
|
|
5378
5376
|
} | {
|
|
@@ -5383,6 +5381,8 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
5383
5381
|
orbital: string;
|
|
5384
5382
|
kind: "orbital";
|
|
5385
5383
|
} | 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,8 +5488,6 @@ 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;
|
|
5493
5491
|
source?: {
|
|
5494
5492
|
kind: "any";
|
|
5495
5493
|
} | {
|
|
@@ -5500,6 +5498,8 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
5500
5498
|
orbital: string;
|
|
5501
5499
|
kind: "orbital";
|
|
5502
5500
|
} | 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,8 +5619,6 @@ 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;
|
|
5624
5622
|
source?: {
|
|
5625
5623
|
kind: "any";
|
|
5626
5624
|
} | {
|
|
@@ -5631,6 +5629,8 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
5631
5629
|
orbital: string;
|
|
5632
5630
|
kind: "orbital";
|
|
5633
5631
|
} | 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,8 +5756,6 @@ 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;
|
|
5761
5759
|
source?: {
|
|
5762
5760
|
kind: "any";
|
|
5763
5761
|
} | {
|
|
@@ -5768,6 +5766,8 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
5768
5766
|
orbital: string;
|
|
5769
5767
|
kind: "orbital";
|
|
5770
5768
|
} | 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,8 +5899,6 @@ 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;
|
|
5904
5902
|
source?: {
|
|
5905
5903
|
kind: "any";
|
|
5906
5904
|
} | {
|
|
@@ -5911,6 +5909,8 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
5911
5909
|
orbital: string;
|
|
5912
5910
|
kind: "orbital";
|
|
5913
5911
|
} | 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;
|
|
6106
6105
|
source: {
|
|
6107
6106
|
trait: string;
|
|
6108
6107
|
transition?: string | undefined;
|
|
6109
6108
|
tick?: string | undefined;
|
|
6110
6109
|
};
|
|
6110
|
+
triggers: string;
|
|
6111
6111
|
guard?: SExpr | undefined;
|
|
6112
6112
|
payloadMapping?: Record<string, string> | undefined;
|
|
6113
6113
|
}, {
|
|
6114
6114
|
event: string;
|
|
6115
|
-
triggers: string;
|
|
6116
6115
|
source: {
|
|
6117
6116
|
trait: string;
|
|
6118
6117
|
transition?: string | undefined;
|
|
6119
6118
|
tick?: string | undefined;
|
|
6120
6119
|
};
|
|
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" | "desktop" | "tablet" | undefined;
|
|
6138
6138
|
}, {
|
|
6139
6139
|
name: string;
|
|
6140
6140
|
role?: string | undefined;
|
|
6141
|
-
device?: "mobile" | "
|
|
6141
|
+
device?: "mobile" | "desktop" | "tablet" | 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" | "desktop" | "tablet" | 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" | "desktop" | "tablet" | 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" | "desktop" | "tablet" | "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" | "desktop" | "tablet" | "all" | undefined;
|
|
6230
6230
|
primaryColor?: string | undefined;
|
|
6231
6231
|
darkMode?: boolean | undefined;
|
|
6232
6232
|
uxHints?: {
|
|
@@ -6322,8 +6322,6 @@ 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;
|
|
6327
6325
|
source?: {
|
|
6328
6326
|
kind: "any";
|
|
6329
6327
|
} | {
|
|
@@ -6334,6 +6332,8 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
6334
6332
|
orbital: string;
|
|
6335
6333
|
kind: "orbital";
|
|
6336
6334
|
} | 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,8 +6461,6 @@ 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;
|
|
6466
6464
|
source?: {
|
|
6467
6465
|
kind: "any";
|
|
6468
6466
|
} | {
|
|
@@ -6473,6 +6471,8 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
6473
6471
|
orbital: string;
|
|
6474
6472
|
kind: "orbital";
|
|
6475
6473
|
} | 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;
|
|
6616
6615
|
source: {
|
|
6617
6616
|
trait: string;
|
|
6618
6617
|
transition?: string | undefined;
|
|
6619
6618
|
tick?: string | undefined;
|
|
6620
6619
|
};
|
|
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" | "desktop" | "tablet" | 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" | "desktop" | "tablet" | "all" | undefined;
|
|
6686
6686
|
primaryColor?: string | undefined;
|
|
6687
6687
|
darkMode?: boolean | undefined;
|
|
6688
6688
|
uxHints?: {
|
|
@@ -6770,8 +6770,6 @@ 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;
|
|
6775
6773
|
source?: {
|
|
6776
6774
|
kind: "any";
|
|
6777
6775
|
} | {
|
|
@@ -6782,6 +6780,8 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
6782
6780
|
orbital: string;
|
|
6783
6781
|
kind: "orbital";
|
|
6784
6782
|
} | 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,8 +6909,6 @@ 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;
|
|
6914
6912
|
source?: {
|
|
6915
6913
|
kind: "any";
|
|
6916
6914
|
} | {
|
|
@@ -6921,6 +6919,8 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
6921
6919
|
orbital: string;
|
|
6922
6920
|
kind: "orbital";
|
|
6923
6921
|
} | 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;
|
|
7064
7063
|
source: {
|
|
7065
7064
|
trait: string;
|
|
7066
7065
|
transition?: string | undefined;
|
|
7067
7066
|
tick?: string | undefined;
|
|
7068
7067
|
};
|
|
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" | "desktop" | "tablet" | 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" | "desktop" | "tablet" | "all" | undefined;
|
|
7134
7134
|
primaryColor?: string | undefined;
|
|
7135
7135
|
darkMode?: boolean | undefined;
|
|
7136
7136
|
uxHints?: {
|
|
@@ -7867,8 +7867,6 @@ 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;
|
|
7872
7870
|
source?: {
|
|
7873
7871
|
kind: "any";
|
|
7874
7872
|
} | {
|
|
@@ -7879,12 +7877,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
7879
7877
|
orbital: string;
|
|
7880
7878
|
kind: "orbital";
|
|
7881
7879
|
} | 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;
|
|
7888
7886
|
source?: {
|
|
7889
7887
|
kind: "any";
|
|
7890
7888
|
} | {
|
|
@@ -7895,6 +7893,8 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
7895
7893
|
orbital: string;
|
|
7896
7894
|
kind: "orbital";
|
|
7897
7895
|
} | 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,8 +8000,6 @@ 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;
|
|
8005
8003
|
source?: {
|
|
8006
8004
|
kind: "any";
|
|
8007
8005
|
} | {
|
|
@@ -8012,6 +8010,8 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
8012
8010
|
orbital: string;
|
|
8013
8011
|
kind: "orbital";
|
|
8014
8012
|
} | 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,8 +8131,6 @@ 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;
|
|
8136
8134
|
source?: {
|
|
8137
8135
|
kind: "any";
|
|
8138
8136
|
} | {
|
|
@@ -8143,6 +8141,8 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
8143
8141
|
orbital: string;
|
|
8144
8142
|
kind: "orbital";
|
|
8145
8143
|
} | 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,8 +8674,6 @@ 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;
|
|
8679
8677
|
source?: {
|
|
8680
8678
|
kind: "any";
|
|
8681
8679
|
} | {
|
|
@@ -8686,12 +8684,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
8686
8684
|
orbital: string;
|
|
8687
8685
|
kind: "orbital";
|
|
8688
8686
|
} | 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;
|
|
8695
8693
|
source?: {
|
|
8696
8694
|
kind: "any";
|
|
8697
8695
|
} | {
|
|
@@ -8702,6 +8700,8 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
8702
8700
|
orbital: string;
|
|
8703
8701
|
kind: "orbital";
|
|
8704
8702
|
} | 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,8 +8807,6 @@ 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;
|
|
8812
8810
|
source?: {
|
|
8813
8811
|
kind: "any";
|
|
8814
8812
|
} | {
|
|
@@ -8819,6 +8817,8 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
8819
8817
|
orbital: string;
|
|
8820
8818
|
kind: "orbital";
|
|
8821
8819
|
} | 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,8 +8938,6 @@ 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;
|
|
8943
8941
|
source?: {
|
|
8944
8942
|
kind: "any";
|
|
8945
8943
|
} | {
|
|
@@ -8950,6 +8948,8 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
8950
8948
|
orbital: string;
|
|
8951
8949
|
kind: "orbital";
|
|
8952
8950
|
} | 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,8 +9075,6 @@ 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;
|
|
9080
9078
|
source?: {
|
|
9081
9079
|
kind: "any";
|
|
9082
9080
|
} | {
|
|
@@ -9087,6 +9085,8 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
9087
9085
|
orbital: string;
|
|
9088
9086
|
kind: "orbital";
|
|
9089
9087
|
} | 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,8 +9218,6 @@ 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;
|
|
9223
9221
|
source?: {
|
|
9224
9222
|
kind: "any";
|
|
9225
9223
|
} | {
|
|
@@ -9230,6 +9228,8 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
9230
9228
|
orbital: string;
|
|
9231
9229
|
kind: "orbital";
|
|
9232
9230
|
} | 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;
|
|
9425
9424
|
source: {
|
|
9426
9425
|
trait: string;
|
|
9427
9426
|
transition?: string | undefined;
|
|
9428
9427
|
tick?: string | undefined;
|
|
9429
9428
|
};
|
|
9429
|
+
triggers: string;
|
|
9430
9430
|
guard?: SExpr | undefined;
|
|
9431
9431
|
payloadMapping?: Record<string, string> | undefined;
|
|
9432
9432
|
}, {
|
|
9433
9433
|
event: string;
|
|
9434
|
-
triggers: string;
|
|
9435
9434
|
source: {
|
|
9436
9435
|
trait: string;
|
|
9437
9436
|
transition?: string | undefined;
|
|
9438
9437
|
tick?: string | undefined;
|
|
9439
9438
|
};
|
|
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" | "desktop" | "tablet" | undefined;
|
|
9457
9457
|
}, {
|
|
9458
9458
|
name: string;
|
|
9459
9459
|
role?: string | undefined;
|
|
9460
|
-
device?: "mobile" | "
|
|
9460
|
+
device?: "mobile" | "desktop" | "tablet" | 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" | "desktop" | "tablet" | 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" | "desktop" | "tablet" | 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" | "desktop" | "tablet" | "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" | "desktop" | "tablet" | "all" | undefined;
|
|
9549
9549
|
primaryColor?: string | undefined;
|
|
9550
9550
|
darkMode?: boolean | undefined;
|
|
9551
9551
|
uxHints?: {
|
|
@@ -9641,8 +9641,6 @@ 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;
|
|
9646
9644
|
source?: {
|
|
9647
9645
|
kind: "any";
|
|
9648
9646
|
} | {
|
|
@@ -9653,6 +9651,8 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
9653
9651
|
orbital: string;
|
|
9654
9652
|
kind: "orbital";
|
|
9655
9653
|
} | 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,8 +9780,6 @@ 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;
|
|
9785
9783
|
source?: {
|
|
9786
9784
|
kind: "any";
|
|
9787
9785
|
} | {
|
|
@@ -9792,6 +9790,8 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
9792
9790
|
orbital: string;
|
|
9793
9791
|
kind: "orbital";
|
|
9794
9792
|
} | 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;
|
|
9935
9934
|
source: {
|
|
9936
9935
|
trait: string;
|
|
9937
9936
|
transition?: string | undefined;
|
|
9938
9937
|
tick?: string | undefined;
|
|
9939
9938
|
};
|
|
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" | "desktop" | "tablet" | 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" | "desktop" | "tablet" | "all" | undefined;
|
|
10005
10005
|
primaryColor?: string | undefined;
|
|
10006
10006
|
darkMode?: boolean | undefined;
|
|
10007
10007
|
uxHints?: {
|
|
@@ -10089,8 +10089,6 @@ 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;
|
|
10094
10092
|
source?: {
|
|
10095
10093
|
kind: "any";
|
|
10096
10094
|
} | {
|
|
@@ -10101,6 +10099,8 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
10101
10099
|
orbital: string;
|
|
10102
10100
|
kind: "orbital";
|
|
10103
10101
|
} | 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,8 +10228,6 @@ 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;
|
|
10233
10231
|
source?: {
|
|
10234
10232
|
kind: "any";
|
|
10235
10233
|
} | {
|
|
@@ -10240,6 +10238,8 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
10240
10238
|
orbital: string;
|
|
10241
10239
|
kind: "orbital";
|
|
10242
10240
|
} | 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;
|
|
10383
10382
|
source: {
|
|
10384
10383
|
trait: string;
|
|
10385
10384
|
transition?: string | undefined;
|
|
10386
10385
|
tick?: string | undefined;
|
|
10387
10386
|
};
|
|
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" | "desktop" | "tablet" | 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" | "desktop" | "tablet" | "all" | undefined;
|
|
10453
10453
|
primaryColor?: string | undefined;
|
|
10454
10454
|
darkMode?: boolean | undefined;
|
|
10455
10455
|
uxHints?: {
|
|
@@ -11193,8 +11193,6 @@ 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;
|
|
11198
11196
|
source?: {
|
|
11199
11197
|
kind: "any";
|
|
11200
11198
|
} | {
|
|
@@ -11205,12 +11203,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
11205
11203
|
orbital: string;
|
|
11206
11204
|
kind: "orbital";
|
|
11207
11205
|
} | 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;
|
|
11214
11212
|
source?: {
|
|
11215
11213
|
kind: "any";
|
|
11216
11214
|
} | {
|
|
@@ -11221,6 +11219,8 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
11221
11219
|
orbital: string;
|
|
11222
11220
|
kind: "orbital";
|
|
11223
11221
|
} | 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,8 +11326,6 @@ 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;
|
|
11331
11329
|
source?: {
|
|
11332
11330
|
kind: "any";
|
|
11333
11331
|
} | {
|
|
@@ -11338,6 +11336,8 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
11338
11336
|
orbital: string;
|
|
11339
11337
|
kind: "orbital";
|
|
11340
11338
|
} | 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,8 +11457,6 @@ 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;
|
|
11462
11460
|
source?: {
|
|
11463
11461
|
kind: "any";
|
|
11464
11462
|
} | {
|
|
@@ -11469,6 +11467,8 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
11469
11467
|
orbital: string;
|
|
11470
11468
|
kind: "orbital";
|
|
11471
11469
|
} | 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,8 +12000,6 @@ 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;
|
|
12005
12003
|
source?: {
|
|
12006
12004
|
kind: "any";
|
|
12007
12005
|
} | {
|
|
@@ -12012,12 +12010,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
12012
12010
|
orbital: string;
|
|
12013
12011
|
kind: "orbital";
|
|
12014
12012
|
} | 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;
|
|
12021
12019
|
source?: {
|
|
12022
12020
|
kind: "any";
|
|
12023
12021
|
} | {
|
|
@@ -12028,6 +12026,8 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
12028
12026
|
orbital: string;
|
|
12029
12027
|
kind: "orbital";
|
|
12030
12028
|
} | 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,8 +12133,6 @@ 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;
|
|
12138
12136
|
source?: {
|
|
12139
12137
|
kind: "any";
|
|
12140
12138
|
} | {
|
|
@@ -12145,6 +12143,8 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
12145
12143
|
orbital: string;
|
|
12146
12144
|
kind: "orbital";
|
|
12147
12145
|
} | 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,8 +12264,6 @@ 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;
|
|
12269
12267
|
source?: {
|
|
12270
12268
|
kind: "any";
|
|
12271
12269
|
} | {
|
|
@@ -12276,6 +12274,8 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
12276
12274
|
orbital: string;
|
|
12277
12275
|
kind: "orbital";
|
|
12278
12276
|
} | 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,8 +12401,6 @@ 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;
|
|
12406
12404
|
source?: {
|
|
12407
12405
|
kind: "any";
|
|
12408
12406
|
} | {
|
|
@@ -12413,6 +12411,8 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
12413
12411
|
orbital: string;
|
|
12414
12412
|
kind: "orbital";
|
|
12415
12413
|
} | 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,8 +12544,6 @@ 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;
|
|
12549
12547
|
source?: {
|
|
12550
12548
|
kind: "any";
|
|
12551
12549
|
} | {
|
|
@@ -12556,6 +12554,8 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
12556
12554
|
orbital: string;
|
|
12557
12555
|
kind: "orbital";
|
|
12558
12556
|
} | 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;
|
|
12751
12750
|
source: {
|
|
12752
12751
|
trait: string;
|
|
12753
12752
|
transition?: string | undefined;
|
|
12754
12753
|
tick?: string | undefined;
|
|
12755
12754
|
};
|
|
12755
|
+
triggers: string;
|
|
12756
12756
|
guard?: SExpr | undefined;
|
|
12757
12757
|
payloadMapping?: Record<string, string> | undefined;
|
|
12758
12758
|
}, {
|
|
12759
12759
|
event: string;
|
|
12760
|
-
triggers: string;
|
|
12761
12760
|
source: {
|
|
12762
12761
|
trait: string;
|
|
12763
12762
|
transition?: string | undefined;
|
|
12764
12763
|
tick?: string | undefined;
|
|
12765
12764
|
};
|
|
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" | "desktop" | "tablet" | undefined;
|
|
12783
12783
|
}, {
|
|
12784
12784
|
name: string;
|
|
12785
12785
|
role?: string | undefined;
|
|
12786
|
-
device?: "mobile" | "
|
|
12786
|
+
device?: "mobile" | "desktop" | "tablet" | 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" | "desktop" | "tablet" | 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" | "desktop" | "tablet" | 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" | "desktop" | "tablet" | "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" | "desktop" | "tablet" | "all" | undefined;
|
|
12875
12875
|
primaryColor?: string | undefined;
|
|
12876
12876
|
darkMode?: boolean | undefined;
|
|
12877
12877
|
uxHints?: {
|
|
@@ -12967,8 +12967,6 @@ 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;
|
|
12972
12970
|
source?: {
|
|
12973
12971
|
kind: "any";
|
|
12974
12972
|
} | {
|
|
@@ -12979,6 +12977,8 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
12979
12977
|
orbital: string;
|
|
12980
12978
|
kind: "orbital";
|
|
12981
12979
|
} | 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,8 +13106,6 @@ 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;
|
|
13111
13109
|
source?: {
|
|
13112
13110
|
kind: "any";
|
|
13113
13111
|
} | {
|
|
@@ -13118,6 +13116,8 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
13118
13116
|
orbital: string;
|
|
13119
13117
|
kind: "orbital";
|
|
13120
13118
|
} | 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;
|
|
13261
13260
|
source: {
|
|
13262
13261
|
trait: string;
|
|
13263
13262
|
transition?: string | undefined;
|
|
13264
13263
|
tick?: string | undefined;
|
|
13265
13264
|
};
|
|
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" | "desktop" | "tablet" | 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" | "desktop" | "tablet" | "all" | undefined;
|
|
13331
13331
|
primaryColor?: string | undefined;
|
|
13332
13332
|
darkMode?: boolean | undefined;
|
|
13333
13333
|
uxHints?: {
|
|
@@ -13415,8 +13415,6 @@ 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;
|
|
13420
13418
|
source?: {
|
|
13421
13419
|
kind: "any";
|
|
13422
13420
|
} | {
|
|
@@ -13427,6 +13425,8 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
13427
13425
|
orbital: string;
|
|
13428
13426
|
kind: "orbital";
|
|
13429
13427
|
} | 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,8 +13554,6 @@ 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;
|
|
13559
13557
|
source?: {
|
|
13560
13558
|
kind: "any";
|
|
13561
13559
|
} | {
|
|
@@ -13566,6 +13564,8 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
13566
13564
|
orbital: string;
|
|
13567
13565
|
kind: "orbital";
|
|
13568
13566
|
} | 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;
|
|
13709
13708
|
source: {
|
|
13710
13709
|
trait: string;
|
|
13711
13710
|
transition?: string | undefined;
|
|
13712
13711
|
tick?: string | undefined;
|
|
13713
13712
|
};
|
|
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" | "desktop" | "tablet" | 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" | "desktop" | "tablet" | "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;
|
|
13825
13824
|
primary?: string | undefined;
|
|
13826
13825
|
secondary?: string | undefined;
|
|
13827
|
-
}, {
|
|
13828
13826
|
mode?: "system" | "light" | "dark" | undefined;
|
|
13827
|
+
}, {
|
|
13829
13828
|
primary?: string | undefined;
|
|
13830
13829
|
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;
|
|
13846
13845
|
primary?: string | undefined;
|
|
13847
13846
|
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;
|
|
13857
13856
|
primary?: string | undefined;
|
|
13858
13857
|
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" | "desktop" | "tablet" | undefined;
|
|
13930
13930
|
}, {
|
|
13931
13931
|
name: string;
|
|
13932
13932
|
role?: string | undefined;
|
|
13933
|
-
device?: "mobile" | "
|
|
13933
|
+
device?: "mobile" | "desktop" | "tablet" | 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" | "desktop" | "tablet" | 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" | "desktop" | "tablet" | 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" | "desktop" | "tablet" | "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" | "desktop" | "tablet" | "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" | "article" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "nav" | "aside" | "div" | "span" | "a" | "p" | "footer" | "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" | "article" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "nav" | "aside" | "div" | "span" | "a" | "p" | "footer" | "ul" | "ol" | "li" | "img";
|
|
14052
14052
|
className: string;
|
|
14053
14053
|
slots?: string[] | undefined;
|
|
14054
14054
|
props?: string[] | undefined;
|
|
@@ -14769,8 +14769,6 @@ 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;
|
|
14774
14772
|
source?: {
|
|
14775
14773
|
kind: "any";
|
|
14776
14774
|
} | {
|
|
@@ -14781,12 +14779,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
14781
14779
|
orbital: string;
|
|
14782
14780
|
kind: "orbital";
|
|
14783
14781
|
} | 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;
|
|
14790
14788
|
source?: {
|
|
14791
14789
|
kind: "any";
|
|
14792
14790
|
} | {
|
|
@@ -14797,6 +14795,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
14797
14795
|
orbital: string;
|
|
14798
14796
|
kind: "orbital";
|
|
14799
14797
|
} | 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,8 +14902,6 @@ 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;
|
|
14907
14905
|
source?: {
|
|
14908
14906
|
kind: "any";
|
|
14909
14907
|
} | {
|
|
@@ -14914,6 +14912,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
14914
14912
|
orbital: string;
|
|
14915
14913
|
kind: "orbital";
|
|
14916
14914
|
} | 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,8 +15033,6 @@ 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;
|
|
15038
15036
|
source?: {
|
|
15039
15037
|
kind: "any";
|
|
15040
15038
|
} | {
|
|
@@ -15045,6 +15043,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
15045
15043
|
orbital: string;
|
|
15046
15044
|
kind: "orbital";
|
|
15047
15045
|
} | 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,8 +15576,6 @@ 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;
|
|
15581
15579
|
source?: {
|
|
15582
15580
|
kind: "any";
|
|
15583
15581
|
} | {
|
|
@@ -15588,12 +15586,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
15588
15586
|
orbital: string;
|
|
15589
15587
|
kind: "orbital";
|
|
15590
15588
|
} | 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;
|
|
15597
15595
|
source?: {
|
|
15598
15596
|
kind: "any";
|
|
15599
15597
|
} | {
|
|
@@ -15604,6 +15602,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
15604
15602
|
orbital: string;
|
|
15605
15603
|
kind: "orbital";
|
|
15606
15604
|
} | 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,8 +15709,6 @@ 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;
|
|
15714
15712
|
source?: {
|
|
15715
15713
|
kind: "any";
|
|
15716
15714
|
} | {
|
|
@@ -15721,6 +15719,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
15721
15719
|
orbital: string;
|
|
15722
15720
|
kind: "orbital";
|
|
15723
15721
|
} | 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,8 +15840,6 @@ 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;
|
|
15845
15843
|
source?: {
|
|
15846
15844
|
kind: "any";
|
|
15847
15845
|
} | {
|
|
@@ -15852,6 +15850,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
15852
15850
|
orbital: string;
|
|
15853
15851
|
kind: "orbital";
|
|
15854
15852
|
} | 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,8 +15977,6 @@ 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;
|
|
15982
15980
|
source?: {
|
|
15983
15981
|
kind: "any";
|
|
15984
15982
|
} | {
|
|
@@ -15989,6 +15987,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
15989
15987
|
orbital: string;
|
|
15990
15988
|
kind: "orbital";
|
|
15991
15989
|
} | 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,8 +16120,6 @@ 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;
|
|
16125
16123
|
source?: {
|
|
16126
16124
|
kind: "any";
|
|
16127
16125
|
} | {
|
|
@@ -16132,6 +16130,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
16132
16130
|
orbital: string;
|
|
16133
16131
|
kind: "orbital";
|
|
16134
16132
|
} | 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;
|
|
16327
16326
|
source: {
|
|
16328
16327
|
trait: string;
|
|
16329
16328
|
transition?: string | undefined;
|
|
16330
16329
|
tick?: string | undefined;
|
|
16331
16330
|
};
|
|
16331
|
+
triggers: string;
|
|
16332
16332
|
guard?: SExpr | undefined;
|
|
16333
16333
|
payloadMapping?: Record<string, string> | undefined;
|
|
16334
16334
|
}, {
|
|
16335
16335
|
event: string;
|
|
16336
|
-
triggers: string;
|
|
16337
16336
|
source: {
|
|
16338
16337
|
trait: string;
|
|
16339
16338
|
transition?: string | undefined;
|
|
16340
16339
|
tick?: string | undefined;
|
|
16341
16340
|
};
|
|
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" | "desktop" | "tablet" | undefined;
|
|
16359
16359
|
}, {
|
|
16360
16360
|
name: string;
|
|
16361
16361
|
role?: string | undefined;
|
|
16362
|
-
device?: "mobile" | "
|
|
16362
|
+
device?: "mobile" | "desktop" | "tablet" | 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" | "desktop" | "tablet" | 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" | "desktop" | "tablet" | 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" | "desktop" | "tablet" | "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" | "desktop" | "tablet" | "all" | undefined;
|
|
16451
16451
|
primaryColor?: string | undefined;
|
|
16452
16452
|
darkMode?: boolean | undefined;
|
|
16453
16453
|
uxHints?: {
|
|
@@ -16543,8 +16543,6 @@ 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;
|
|
16548
16546
|
source?: {
|
|
16549
16547
|
kind: "any";
|
|
16550
16548
|
} | {
|
|
@@ -16555,6 +16553,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
16555
16553
|
orbital: string;
|
|
16556
16554
|
kind: "orbital";
|
|
16557
16555
|
} | 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,8 +16682,6 @@ 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;
|
|
16687
16685
|
source?: {
|
|
16688
16686
|
kind: "any";
|
|
16689
16687
|
} | {
|
|
@@ -16694,6 +16692,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
16694
16692
|
orbital: string;
|
|
16695
16693
|
kind: "orbital";
|
|
16696
16694
|
} | 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;
|
|
16837
16836
|
source: {
|
|
16838
16837
|
trait: string;
|
|
16839
16838
|
transition?: string | undefined;
|
|
16840
16839
|
tick?: string | undefined;
|
|
16841
16840
|
};
|
|
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" | "desktop" | "tablet" | 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" | "desktop" | "tablet" | "all" | undefined;
|
|
16907
16907
|
primaryColor?: string | undefined;
|
|
16908
16908
|
darkMode?: boolean | undefined;
|
|
16909
16909
|
uxHints?: {
|
|
@@ -16991,8 +16991,6 @@ 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;
|
|
16996
16994
|
source?: {
|
|
16997
16995
|
kind: "any";
|
|
16998
16996
|
} | {
|
|
@@ -17003,6 +17001,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
17003
17001
|
orbital: string;
|
|
17004
17002
|
kind: "orbital";
|
|
17005
17003
|
} | 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,8 +17130,6 @@ 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;
|
|
17135
17133
|
source?: {
|
|
17136
17134
|
kind: "any";
|
|
17137
17135
|
} | {
|
|
@@ -17142,6 +17140,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
17142
17140
|
orbital: string;
|
|
17143
17141
|
kind: "orbital";
|
|
17144
17142
|
} | 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;
|
|
17285
17284
|
source: {
|
|
17286
17285
|
trait: string;
|
|
17287
17286
|
transition?: string | undefined;
|
|
17288
17287
|
tick?: string | undefined;
|
|
17289
17288
|
};
|
|
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" | "desktop" | "tablet" | 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" | "desktop" | "tablet" | "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;
|
|
17509
17508
|
primary?: string | undefined;
|
|
17510
17509
|
secondary?: string | undefined;
|
|
17511
|
-
}, {
|
|
17512
17510
|
mode?: "system" | "light" | "dark" | undefined;
|
|
17511
|
+
}, {
|
|
17513
17512
|
primary?: string | undefined;
|
|
17514
17513
|
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;
|
|
17530
17529
|
primary?: string | undefined;
|
|
17531
17530
|
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;
|
|
17541
17540
|
primary?: string | undefined;
|
|
17542
17541
|
secondary?: string | undefined;
|
|
17542
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
17543
17543
|
} | undefined;
|
|
17544
17544
|
features?: Record<string, boolean> | undefined;
|
|
17545
17545
|
api?: {
|
|
@@ -17617,8 +17617,6 @@ 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;
|
|
17622
17620
|
source?: {
|
|
17623
17621
|
kind: "any";
|
|
17624
17622
|
} | {
|
|
@@ -17629,6 +17627,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
17629
17627
|
orbital: string;
|
|
17630
17628
|
kind: "orbital";
|
|
17631
17629
|
} | 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,8 +17756,6 @@ 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;
|
|
17761
17759
|
source?: {
|
|
17762
17760
|
kind: "any";
|
|
17763
17761
|
} | {
|
|
@@ -17768,6 +17766,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
17768
17766
|
orbital: string;
|
|
17769
17767
|
kind: "orbital";
|
|
17770
17768
|
} | 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;
|
|
17911
17910
|
source: {
|
|
17912
17911
|
trait: string;
|
|
17913
17912
|
transition?: string | undefined;
|
|
17914
17913
|
tick?: string | undefined;
|
|
17915
17914
|
};
|
|
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" | "desktop" | "tablet" | 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" | "desktop" | "tablet" | "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;
|
|
18005
18004
|
primary?: string | undefined;
|
|
18006
18005
|
secondary?: string | undefined;
|
|
18006
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
18007
18007
|
} | undefined;
|
|
18008
18008
|
features?: Record<string, boolean> | undefined;
|
|
18009
18009
|
api?: {
|
|
@@ -18011,6 +18011,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
18011
18011
|
timeout?: number | undefined;
|
|
18012
18012
|
} | undefined;
|
|
18013
18013
|
} | undefined;
|
|
18014
|
+
version?: string | undefined;
|
|
18014
18015
|
summary?: string | undefined;
|
|
18015
18016
|
services?: ({
|
|
18016
18017
|
type: "rest";
|
|
@@ -18055,13 +18056,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
18055
18056
|
personas?: {
|
|
18056
18057
|
name: string;
|
|
18057
18058
|
role?: string | undefined;
|
|
18058
|
-
device?: "mobile" | "
|
|
18059
|
+
device?: "mobile" | "desktop" | "tablet" | undefined;
|
|
18059
18060
|
}[] | undefined;
|
|
18060
18061
|
vocabulary?: Record<string, string> | undefined;
|
|
18061
18062
|
} | undefined;
|
|
18062
18063
|
design?: {
|
|
18063
18064
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
18064
|
-
device?: "mobile" | "
|
|
18065
|
+
device?: "mobile" | "desktop" | "tablet" | "all" | undefined;
|
|
18065
18066
|
primaryColor?: string | undefined;
|
|
18066
18067
|
darkMode?: boolean | undefined;
|
|
18067
18068
|
uxHints?: {
|
|
@@ -18076,11 +18077,10 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
18076
18077
|
}[] | undefined;
|
|
18077
18078
|
} | undefined;
|
|
18078
18079
|
} | 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" | "article" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "nav" | "aside" | "div" | "span" | "a" | "p" | "footer" | "ul" | "ol" | "li" | "img";
|
|
18084
18084
|
className: string;
|
|
18085
18085
|
slots?: string[] | undefined;
|
|
18086
18086
|
props?: string[] | undefined;
|
|
@@ -18155,8 +18155,6 @@ 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;
|
|
18160
18158
|
source?: {
|
|
18161
18159
|
kind: "any";
|
|
18162
18160
|
} | {
|
|
@@ -18167,6 +18165,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
18167
18165
|
orbital: string;
|
|
18168
18166
|
kind: "orbital";
|
|
18169
18167
|
} | 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,8 +18294,6 @@ 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;
|
|
18299
18297
|
source?: {
|
|
18300
18298
|
kind: "any";
|
|
18301
18299
|
} | {
|
|
@@ -18306,6 +18304,8 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
18306
18304
|
orbital: string;
|
|
18307
18305
|
kind: "orbital";
|
|
18308
18306
|
} | 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;
|
|
18449
18448
|
source: {
|
|
18450
18449
|
trait: string;
|
|
18451
18450
|
transition?: string | undefined;
|
|
18452
18451
|
tick?: string | undefined;
|
|
18453
18452
|
};
|
|
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" | "desktop" | "tablet" | 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" | "desktop" | "tablet" | "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;
|
|
18543
18542
|
primary?: string | undefined;
|
|
18544
18543
|
secondary?: string | undefined;
|
|
18544
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
18545
18545
|
} | undefined;
|
|
18546
18546
|
features?: Record<string, boolean> | undefined;
|
|
18547
18547
|
api?: {
|
|
@@ -18549,6 +18549,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
18549
18549
|
timeout?: number | undefined;
|
|
18550
18550
|
} | undefined;
|
|
18551
18551
|
} | undefined;
|
|
18552
|
+
version?: string | undefined;
|
|
18552
18553
|
summary?: string | undefined;
|
|
18553
18554
|
services?: ({
|
|
18554
18555
|
type: "rest";
|
|
@@ -18593,13 +18594,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
18593
18594
|
personas?: {
|
|
18594
18595
|
name: string;
|
|
18595
18596
|
role?: string | undefined;
|
|
18596
|
-
device?: "mobile" | "
|
|
18597
|
+
device?: "mobile" | "desktop" | "tablet" | undefined;
|
|
18597
18598
|
}[] | undefined;
|
|
18598
18599
|
vocabulary?: Record<string, string> | undefined;
|
|
18599
18600
|
} | undefined;
|
|
18600
18601
|
design?: {
|
|
18601
18602
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
18602
|
-
device?: "mobile" | "
|
|
18603
|
+
device?: "mobile" | "desktop" | "tablet" | "all" | undefined;
|
|
18603
18604
|
primaryColor?: string | undefined;
|
|
18604
18605
|
darkMode?: boolean | undefined;
|
|
18605
18606
|
uxHints?: {
|
|
@@ -18614,11 +18615,10 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
18614
18615
|
}[] | undefined;
|
|
18615
18616
|
} | undefined;
|
|
18616
18617
|
} | 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" | "article" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "nav" | "aside" | "div" | "span" | "a" | "p" | "footer" | "ul" | "ol" | "li" | "img";
|
|
18622
18622
|
className: string;
|
|
18623
18623
|
slots?: string[] | undefined;
|
|
18624
18624
|
props?: string[] | undefined;
|
|
@@ -18758,8 +18758,6 @@ 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;
|
|
18763
18761
|
source?: {
|
|
18764
18762
|
kind: "any";
|
|
18765
18763
|
} | {
|
|
@@ -18770,6 +18768,8 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
18770
18768
|
orbital: string;
|
|
18771
18769
|
kind: "orbital";
|
|
18772
18770
|
} | 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,8 +18897,6 @@ 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;
|
|
18902
18900
|
source?: {
|
|
18903
18901
|
kind: "any";
|
|
18904
18902
|
} | {
|
|
@@ -18909,6 +18907,8 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
18909
18907
|
orbital: string;
|
|
18910
18908
|
kind: "orbital";
|
|
18911
18909
|
} | 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;
|
|
19052
19051
|
source: {
|
|
19053
19052
|
trait: string;
|
|
19054
19053
|
transition?: string | undefined;
|
|
19055
19054
|
tick?: string | undefined;
|
|
19056
19055
|
};
|
|
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" | "desktop" | "tablet" | 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" | "desktop" | "tablet" | "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;
|
|
19146
19145
|
primary?: string | undefined;
|
|
19147
19146
|
secondary?: string | undefined;
|
|
19147
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
19148
19148
|
} | undefined;
|
|
19149
19149
|
features?: Record<string, boolean> | undefined;
|
|
19150
19150
|
api?: {
|
|
@@ -19152,6 +19152,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
19152
19152
|
timeout?: number | undefined;
|
|
19153
19153
|
} | undefined;
|
|
19154
19154
|
} | undefined;
|
|
19155
|
+
version?: string | undefined;
|
|
19155
19156
|
summary?: string | undefined;
|
|
19156
19157
|
services?: ({
|
|
19157
19158
|
type: "rest";
|
|
@@ -19196,13 +19197,13 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
19196
19197
|
personas?: {
|
|
19197
19198
|
name: string;
|
|
19198
19199
|
role?: string | undefined;
|
|
19199
|
-
device?: "mobile" | "
|
|
19200
|
+
device?: "mobile" | "desktop" | "tablet" | undefined;
|
|
19200
19201
|
}[] | undefined;
|
|
19201
19202
|
vocabulary?: Record<string, string> | undefined;
|
|
19202
19203
|
} | undefined;
|
|
19203
19204
|
design?: {
|
|
19204
19205
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
19205
|
-
device?: "mobile" | "
|
|
19206
|
+
device?: "mobile" | "desktop" | "tablet" | "all" | undefined;
|
|
19206
19207
|
primaryColor?: string | undefined;
|
|
19207
19208
|
darkMode?: boolean | undefined;
|
|
19208
19209
|
uxHints?: {
|
|
@@ -19217,11 +19218,10 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
19217
19218
|
}[] | undefined;
|
|
19218
19219
|
} | undefined;
|
|
19219
19220
|
} | 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" | "article" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "nav" | "aside" | "div" | "span" | "a" | "p" | "footer" | "ul" | "ol" | "li" | "img";
|
|
19225
19225
|
className: string;
|
|
19226
19226
|
slots?: string[] | undefined;
|
|
19227
19227
|
props?: string[] | undefined;
|
|
@@ -19296,8 +19296,6 @@ 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;
|
|
19301
19299
|
source?: {
|
|
19302
19300
|
kind: "any";
|
|
19303
19301
|
} | {
|
|
@@ -19308,6 +19306,8 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
19308
19306
|
orbital: string;
|
|
19309
19307
|
kind: "orbital";
|
|
19310
19308
|
} | 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,8 +19435,6 @@ 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;
|
|
19440
19438
|
source?: {
|
|
19441
19439
|
kind: "any";
|
|
19442
19440
|
} | {
|
|
@@ -19447,6 +19445,8 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
19447
19445
|
orbital: string;
|
|
19448
19446
|
kind: "orbital";
|
|
19449
19447
|
} | 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;
|
|
19590
19589
|
source: {
|
|
19591
19590
|
trait: string;
|
|
19592
19591
|
transition?: string | undefined;
|
|
19593
19592
|
tick?: string | undefined;
|
|
19594
19593
|
};
|
|
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" | "desktop" | "tablet" | 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" | "desktop" | "tablet" | "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;
|
|
19684
19683
|
primary?: string | undefined;
|
|
19685
19684
|
secondary?: string | undefined;
|
|
19685
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
19686
19686
|
} | undefined;
|
|
19687
19687
|
features?: Record<string, boolean> | undefined;
|
|
19688
19688
|
api?: {
|
|
@@ -19690,6 +19690,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
19690
19690
|
timeout?: number | undefined;
|
|
19691
19691
|
} | undefined;
|
|
19692
19692
|
} | undefined;
|
|
19693
|
+
version?: string | undefined;
|
|
19693
19694
|
summary?: string | undefined;
|
|
19694
19695
|
services?: ({
|
|
19695
19696
|
type: "rest";
|
|
@@ -19734,13 +19735,13 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
19734
19735
|
personas?: {
|
|
19735
19736
|
name: string;
|
|
19736
19737
|
role?: string | undefined;
|
|
19737
|
-
device?: "mobile" | "
|
|
19738
|
+
device?: "mobile" | "desktop" | "tablet" | undefined;
|
|
19738
19739
|
}[] | undefined;
|
|
19739
19740
|
vocabulary?: Record<string, string> | undefined;
|
|
19740
19741
|
} | undefined;
|
|
19741
19742
|
design?: {
|
|
19742
19743
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
19743
|
-
device?: "mobile" | "
|
|
19744
|
+
device?: "mobile" | "desktop" | "tablet" | "all" | undefined;
|
|
19744
19745
|
primaryColor?: string | undefined;
|
|
19745
19746
|
darkMode?: boolean | undefined;
|
|
19746
19747
|
uxHints?: {
|
|
@@ -19755,11 +19756,10 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
19755
19756
|
}[] | undefined;
|
|
19756
19757
|
} | undefined;
|
|
19757
19758
|
} | 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" | "article" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "nav" | "aside" | "div" | "span" | "a" | "p" | "footer" | "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 OrbitalPageInput as $, AGENT_DOMAIN_CATEGORIES as A, type EntityRef as B, type ComputedEventContract as C, type DesignPreferences as D, type EntityCall as E, EntityRefSchema as F, EntityRefStringSchema as G, type EntitySemanticRole as H, EntitySemanticRoleSchema as I, type EventListener as J, EventListenerSchema as K, type EventSemanticRole as L, EventSemanticRoleSchema as M, type EventSource as N, EventSourceSchema as O, type GameSubCategory as P, GameSubCategorySchema as Q, type NodeClassification as R, NodeClassificationSchema as S, type Orbital as T, type OrbitalConfig as U, type OrbitalConfigInput as V, OrbitalConfigSchema as W, type OrbitalDefinition as X, OrbitalDefinitionSchema as Y, type OrbitalInput as Z, type OrbitalPage as _, ALLOWED_CUSTOM_COMPONENTS as a, OrbitalPageSchema as a0, type OrbitalPageStrictInput as a1, OrbitalPageStrictSchema as a2, type OrbitalSchema as a3, OrbitalSchema$1 as a4, type OrbitalSchemaInput as a5, OrbitalSchemaSchema as a6, type OrbitalSchemaWithTraits as a7, type OrbitalUnit as a8, OrbitalUnitSchema as a9, type UseDeclaration 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 Page as aa, type PageRef as ab, type PageRefObject as ac, PageRefObjectSchema as ad, PageRefSchema as ae, PageRefStringSchema as af, PageSchema as ag, type PageTraitRef as ah, PageTraitRefSchema as ai, type RelatedLink as aj, RelatedLinkSchema as ak, type StateSemanticRole as al, StateSemanticRoleSchema as am, type SuggestedGuard as an, SuggestedGuardSchema as ao, type ThemeDefinition as ap, ThemeDefinitionSchema as aq, type ThemeRef as ar, ThemeRefSchema as as, ThemeRefStringSchema as at, type ThemeTokens as au, ThemeTokensSchema as av, type ThemeVariant as aw, ThemeVariantSchema as ax, type UXHints as ay, UXHintsSchema as az, type AgentDomainCategory as b, AgentDomainCategorySchema as c, type AllowedCustomComponent as d, ComputedEventContractSchema as e, type ComputedEventListener as f, ComputedEventListenerSchema as g, type CustomPatternDefinition as h, type CustomPatternDefinitionInput as i, CustomPatternDefinitionSchema as j, type CustomPatternMap as k, type CustomPatternMapInput as l, CustomPatternMapSchema as m, type DesignPreferencesInput as n, DesignPreferencesSchema as o, type DesignTokens as p, type DesignTokensInput as q, DesignTokensSchema as r, type DomainCategory as s, DomainCategorySchema as t, type DomainContext as u, type DomainContextInput as v, DomainContextSchema as w, type DomainVocabulary as x, DomainVocabularySchema as y, EntityCallSchema as z };
|