@better-fullstack/types 2.6.3 → 2.6.4
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/{defaults-c1Q6oSGr.d.mts → defaults-B8xnKlp6.d.mts} +2 -2
- package/dist/defaults-B8xnKlp6.d.mts.map +1 -0
- package/dist/{defaults-DTS30ICD.mjs → defaults-nq08Mnf5.mjs} +2 -1
- package/dist/defaults-nq08Mnf5.mjs.map +1 -0
- package/dist/defaults.d.mts +3 -3
- package/dist/defaults.mjs +1 -1
- package/dist/index.d.mts +25 -25
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +15 -6
- package/dist/index.mjs.map +1 -1
- package/dist/json-schema.d.mts +422 -374
- package/dist/json-schema.d.mts.map +1 -1
- package/dist/json-schema.mjs +1 -1
- package/dist/{schemas-byZ-ZfU_.d.mts → schemas-CgldOz7b.d.mts} +739 -690
- package/dist/schemas-CgldOz7b.d.mts.map +1 -0
- package/dist/{schemas-cgmdgudQ.mjs → schemas-CywxHrK2.mjs} +8 -2
- package/dist/schemas-CywxHrK2.mjs.map +1 -0
- package/dist/schemas.d.mts +2 -2
- package/dist/schemas.mjs +2 -2
- package/dist/{stack-graph-Oj-P0cij.mjs → stack-graph-B1N4281Q.mjs} +4 -2
- package/dist/stack-graph-B1N4281Q.mjs.map +1 -0
- package/dist/{stack-graph-BuGqVDuz.d.mts → stack-graph-C5tnlzLw.d.mts} +2 -2
- package/dist/{stack-graph-BuGqVDuz.d.mts.map → stack-graph-C5tnlzLw.d.mts.map} +1 -1
- package/dist/stack-graph.d.mts +3 -3
- package/dist/stack-graph.mjs +2 -2
- package/dist/{stack-translation-49iba9M5.mjs → stack-translation-DYhRy_yT.mjs} +54 -8
- package/dist/stack-translation-DYhRy_yT.mjs.map +1 -0
- package/dist/{stack-translation-PRZPaQP4.d.mts → stack-translation-vg1Nwe1o.d.mts} +7 -5
- package/dist/stack-translation-vg1Nwe1o.d.mts.map +1 -0
- package/dist/stack-translation.d.mts +4 -4
- package/dist/stack-translation.mjs +3 -3
- package/dist/{telemetry-C9qQ80l9.mjs → telemetry-C3RfYkCK.mjs} +6 -4
- package/dist/telemetry-C3RfYkCK.mjs.map +1 -0
- package/dist/{telemetry-CUtrUTe9.d.mts → telemetry-D4mP-fTC.d.mts} +3 -3
- package/dist/telemetry-D4mP-fTC.d.mts.map +1 -0
- package/dist/telemetry.d.mts +1 -1
- package/dist/telemetry.mjs +4 -4
- package/dist/{types-DA-r_8X7.d.mts → types-BvyHjJEI.d.mts} +4 -3
- package/dist/types-BvyHjJEI.d.mts.map +1 -0
- package/dist/types.d.mts +3 -3
- package/package.json +2 -2
- package/dist/defaults-DTS30ICD.mjs.map +0 -1
- package/dist/defaults-c1Q6oSGr.d.mts.map +0 -1
- package/dist/schemas-byZ-ZfU_.d.mts.map +0 -1
- package/dist/schemas-cgmdgudQ.mjs.map +0 -1
- package/dist/stack-graph-Oj-P0cij.mjs.map +0 -1
- package/dist/stack-translation-49iba9M5.mjs.map +0 -1
- package/dist/stack-translation-PRZPaQP4.d.mts.map +0 -1
- package/dist/telemetry-C9qQ80l9.mjs.map +0 -1
- package/dist/telemetry-CUtrUTe9.d.mts.map +0 -1
- package/dist/types-DA-r_8X7.d.mts.map +0 -1
package/dist/json-schema.d.mts
CHANGED
|
@@ -217,8 +217,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
217
217
|
saas: "saas";
|
|
218
218
|
}>>;
|
|
219
219
|
shape: z.ZodOptional<z.ZodEnum<{
|
|
220
|
-
backend: "backend";
|
|
221
220
|
frontend: "frontend";
|
|
221
|
+
backend: "backend";
|
|
222
222
|
mobile: "mobile";
|
|
223
223
|
fullstack: "fullstack";
|
|
224
224
|
}>>;
|
|
@@ -526,7 +526,6 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
526
526
|
"styled-components": "styled-components";
|
|
527
527
|
}>>;
|
|
528
528
|
uiLibrary: z.ZodOptional<z.ZodEnum<{
|
|
529
|
-
mui: "mui";
|
|
530
529
|
none: "none";
|
|
531
530
|
"shadcn-ui": "shadcn-ui";
|
|
532
531
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -537,6 +536,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
537
536
|
"chakra-ui": "chakra-ui";
|
|
538
537
|
nextui: "nextui";
|
|
539
538
|
mantine: "mantine";
|
|
539
|
+
mui: "mui";
|
|
540
540
|
antd: "antd";
|
|
541
541
|
"base-ui": "base-ui";
|
|
542
542
|
"ark-ui": "ark-ui";
|
|
@@ -608,8 +608,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
608
608
|
"geist-mono": "geist-mono";
|
|
609
609
|
}>>;
|
|
610
610
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
611
|
-
none: "none";
|
|
612
611
|
default: "default";
|
|
612
|
+
none: "none";
|
|
613
613
|
small: "small";
|
|
614
614
|
medium: "medium";
|
|
615
615
|
large: "large";
|
|
@@ -625,9 +625,9 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
625
625
|
"effect-schema": "effect-schema";
|
|
626
626
|
}>>;
|
|
627
627
|
realtime: z.ZodOptional<z.ZodEnum<{
|
|
628
|
-
ws: "ws";
|
|
629
628
|
none: "none";
|
|
630
629
|
"socket-io": "socket-io";
|
|
630
|
+
ws: "ws";
|
|
631
631
|
partykit: "partykit";
|
|
632
632
|
ably: "ably";
|
|
633
633
|
pusher: "pusher";
|
|
@@ -695,6 +695,10 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
695
695
|
ga4: "ga4";
|
|
696
696
|
"vercel-analytics": "vercel-analytics";
|
|
697
697
|
}>>;
|
|
698
|
+
webMcp: z.ZodOptional<z.ZodEnum<{
|
|
699
|
+
none: "none";
|
|
700
|
+
enabled: "enabled";
|
|
701
|
+
}>>;
|
|
698
702
|
cms: z.ZodOptional<z.ZodEnum<{
|
|
699
703
|
none: "none";
|
|
700
704
|
payload: "payload";
|
|
@@ -875,8 +879,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
875
879
|
ratatui: "ratatui";
|
|
876
880
|
}>>;
|
|
877
881
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
878
|
-
none: "none";
|
|
879
882
|
config: "config";
|
|
883
|
+
none: "none";
|
|
880
884
|
serde: "serde";
|
|
881
885
|
uuid: "uuid";
|
|
882
886
|
chrono: "chrono";
|
|
@@ -1086,10 +1090,10 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
1086
1090
|
httprouter: "httprouter";
|
|
1087
1091
|
}>>;
|
|
1088
1092
|
goOrm: z.ZodOptional<z.ZodEnum<{
|
|
1089
|
-
gorm: "gorm";
|
|
1090
1093
|
none: "none";
|
|
1091
1094
|
bun: "bun";
|
|
1092
1095
|
sqlx: "sqlx";
|
|
1096
|
+
gorm: "gorm";
|
|
1093
1097
|
sqlc: "sqlc";
|
|
1094
1098
|
ent: "ent";
|
|
1095
1099
|
}>>;
|
|
@@ -1785,7 +1789,6 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1785
1789
|
"styled-components": "styled-components";
|
|
1786
1790
|
}>;
|
|
1787
1791
|
uiLibrary: z.ZodEnum<{
|
|
1788
|
-
mui: "mui";
|
|
1789
1792
|
none: "none";
|
|
1790
1793
|
"shadcn-ui": "shadcn-ui";
|
|
1791
1794
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -1796,6 +1799,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1796
1799
|
"chakra-ui": "chakra-ui";
|
|
1797
1800
|
nextui: "nextui";
|
|
1798
1801
|
mantine: "mantine";
|
|
1802
|
+
mui: "mui";
|
|
1799
1803
|
antd: "antd";
|
|
1800
1804
|
"base-ui": "base-ui";
|
|
1801
1805
|
"ark-ui": "ark-ui";
|
|
@@ -1867,8 +1871,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1867
1871
|
"geist-mono": "geist-mono";
|
|
1868
1872
|
}>>;
|
|
1869
1873
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
1870
|
-
none: "none";
|
|
1871
1874
|
default: "default";
|
|
1875
|
+
none: "none";
|
|
1872
1876
|
small: "small";
|
|
1873
1877
|
medium: "medium";
|
|
1874
1878
|
large: "large";
|
|
@@ -1884,9 +1888,9 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1884
1888
|
"effect-schema": "effect-schema";
|
|
1885
1889
|
}>;
|
|
1886
1890
|
realtime: z.ZodEnum<{
|
|
1887
|
-
ws: "ws";
|
|
1888
1891
|
none: "none";
|
|
1889
1892
|
"socket-io": "socket-io";
|
|
1893
|
+
ws: "ws";
|
|
1890
1894
|
partykit: "partykit";
|
|
1891
1895
|
ably: "ably";
|
|
1892
1896
|
pusher: "pusher";
|
|
@@ -1954,6 +1958,10 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1954
1958
|
ga4: "ga4";
|
|
1955
1959
|
"vercel-analytics": "vercel-analytics";
|
|
1956
1960
|
}>;
|
|
1961
|
+
webMcp: z.ZodDefault<z.ZodEnum<{
|
|
1962
|
+
none: "none";
|
|
1963
|
+
enabled: "enabled";
|
|
1964
|
+
}>>;
|
|
1957
1965
|
cms: z.ZodEnum<{
|
|
1958
1966
|
none: "none";
|
|
1959
1967
|
payload: "payload";
|
|
@@ -2134,8 +2142,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2134
2142
|
ratatui: "ratatui";
|
|
2135
2143
|
}>;
|
|
2136
2144
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
2137
|
-
none: "none";
|
|
2138
2145
|
config: "config";
|
|
2146
|
+
none: "none";
|
|
2139
2147
|
serde: "serde";
|
|
2140
2148
|
uuid: "uuid";
|
|
2141
2149
|
chrono: "chrono";
|
|
@@ -2345,10 +2353,10 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2345
2353
|
httprouter: "httprouter";
|
|
2346
2354
|
}>;
|
|
2347
2355
|
goOrm: z.ZodEnum<{
|
|
2348
|
-
gorm: "gorm";
|
|
2349
2356
|
none: "none";
|
|
2350
2357
|
bun: "bun";
|
|
2351
2358
|
sqlx: "sqlx";
|
|
2359
|
+
gorm: "gorm";
|
|
2352
2360
|
sqlc: "sqlc";
|
|
2353
2361
|
ent: "ent";
|
|
2354
2362
|
}>;
|
|
@@ -2751,41 +2759,58 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2751
2759
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2752
2760
|
id: z.ZodString;
|
|
2753
2761
|
role: z.ZodEnum<{
|
|
2754
|
-
|
|
2762
|
+
push: "push";
|
|
2763
|
+
frontend: "frontend";
|
|
2755
2764
|
backend: "backend";
|
|
2765
|
+
mobile: "mobile";
|
|
2756
2766
|
database: "database";
|
|
2767
|
+
api: "api";
|
|
2768
|
+
graphql: "graphql";
|
|
2757
2769
|
orm: "orm";
|
|
2758
|
-
dbSetup: "dbSetup";
|
|
2759
2770
|
auth: "auth";
|
|
2760
|
-
|
|
2771
|
+
runtime: "runtime";
|
|
2772
|
+
deploy: "deploy";
|
|
2773
|
+
dbSetup: "dbSetup";
|
|
2774
|
+
migrations: "migrations";
|
|
2775
|
+
realtime: "realtime";
|
|
2776
|
+
navigation: "navigation";
|
|
2777
|
+
caching: "caching";
|
|
2778
|
+
observability: "observability";
|
|
2761
2779
|
email: "email";
|
|
2780
|
+
search: "search";
|
|
2781
|
+
vectorDb: "vectorDb";
|
|
2782
|
+
fileStorage: "fileStorage";
|
|
2783
|
+
jobQueue: "jobQueue";
|
|
2784
|
+
rateLimit: "rateLimit";
|
|
2785
|
+
botProtection: "botProtection";
|
|
2786
|
+
testing: "testing";
|
|
2787
|
+
stateManagement: "stateManagement";
|
|
2788
|
+
forms: "forms";
|
|
2789
|
+
animation: "animation";
|
|
2762
2790
|
fileUpload: "fileUpload";
|
|
2791
|
+
validation: "validation";
|
|
2792
|
+
effect: "effect";
|
|
2793
|
+
ui: "ui";
|
|
2794
|
+
css: "css";
|
|
2795
|
+
storage: "storage";
|
|
2796
|
+
ota: "ota";
|
|
2797
|
+
deepLinking: "deepLinking";
|
|
2798
|
+
ai: "ai";
|
|
2799
|
+
payments: "payments";
|
|
2763
2800
|
logging: "logging";
|
|
2764
|
-
observability: "observability";
|
|
2765
2801
|
featureFlags: "featureFlags";
|
|
2766
2802
|
integrations: "integrations";
|
|
2767
2803
|
ecommerce: "ecommerce";
|
|
2768
2804
|
analytics: "analytics";
|
|
2769
|
-
|
|
2770
|
-
forms: "forms";
|
|
2771
|
-
validation: "validation";
|
|
2772
|
-
testing: "testing";
|
|
2773
|
-
realtime: "realtime";
|
|
2774
|
-
jobQueue: "jobQueue";
|
|
2775
|
-
caching: "caching";
|
|
2776
|
-
rateLimit: "rateLimit";
|
|
2777
|
-
botProtection: "botProtection";
|
|
2778
|
-
animation: "animation";
|
|
2805
|
+
webMcp: "webMcp";
|
|
2779
2806
|
cms: "cms";
|
|
2780
2807
|
i18n: "i18n";
|
|
2781
|
-
search: "search";
|
|
2782
|
-
vectorDb: "vectorDb";
|
|
2783
|
-
fileStorage: "fileStorage";
|
|
2784
|
-
codeQuality: "codeQuality";
|
|
2785
2808
|
documentation: "documentation";
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2809
|
+
codeQuality: "codeQuality";
|
|
2810
|
+
appPlatform: "appPlatform";
|
|
2811
|
+
dataFetching: "dataFetching";
|
|
2812
|
+
workspaceTooling: "workspaceTooling";
|
|
2813
|
+
toolchain: "toolchain";
|
|
2789
2814
|
workspaceRunner: "workspaceRunner";
|
|
2790
2815
|
gitHooks: "gitHooks";
|
|
2791
2816
|
staticAnalysis: "staticAnalysis";
|
|
@@ -2795,25 +2820,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2795
2820
|
containerOrchestration: "containerOrchestration";
|
|
2796
2821
|
apiGateway: "apiGateway";
|
|
2797
2822
|
continuousIntegration: "continuousIntegration";
|
|
2798
|
-
ai: "ai";
|
|
2799
|
-
effect: "effect";
|
|
2800
|
-
css: "css";
|
|
2801
|
-
ui: "ui";
|
|
2802
|
-
push: "push";
|
|
2803
|
-
frontend: "frontend";
|
|
2804
|
-
mobile: "mobile";
|
|
2805
|
-
graphql: "graphql";
|
|
2806
|
-
deploy: "deploy";
|
|
2807
|
-
migrations: "migrations";
|
|
2808
|
-
navigation: "navigation";
|
|
2809
|
-
storage: "storage";
|
|
2810
|
-
ota: "ota";
|
|
2811
|
-
deepLinking: "deepLinking";
|
|
2812
|
-
appPlatform: "appPlatform";
|
|
2813
|
-
dataFetching: "dataFetching";
|
|
2814
|
-
workspaceTooling: "workspaceTooling";
|
|
2815
|
-
toolchain: "toolchain";
|
|
2816
2823
|
backendUtilities: "backendUtilities";
|
|
2824
|
+
examples: "examples";
|
|
2817
2825
|
language: "language";
|
|
2818
2826
|
buildTool: "buildTool";
|
|
2819
2827
|
cli: "cli";
|
|
@@ -2826,6 +2834,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2826
2834
|
data: "data";
|
|
2827
2835
|
media: "media";
|
|
2828
2836
|
server: "server";
|
|
2837
|
+
packageManager: "packageManager";
|
|
2829
2838
|
messageQueue: "messageQueue";
|
|
2830
2839
|
}>;
|
|
2831
2840
|
toolId: z.ZodString;
|
|
@@ -2841,8 +2850,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2841
2850
|
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
2842
2851
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
2843
2852
|
source: z.ZodEnum<{
|
|
2844
|
-
selected: "selected";
|
|
2845
2853
|
defaulted: "defaulted";
|
|
2854
|
+
selected: "selected";
|
|
2846
2855
|
provided: "provided";
|
|
2847
2856
|
legacy: "legacy";
|
|
2848
2857
|
adjusted: "adjusted";
|
|
@@ -3145,7 +3154,6 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3145
3154
|
"styled-components": "styled-components";
|
|
3146
3155
|
}>;
|
|
3147
3156
|
uiLibrary: z.ZodEnum<{
|
|
3148
|
-
mui: "mui";
|
|
3149
3157
|
none: "none";
|
|
3150
3158
|
"shadcn-ui": "shadcn-ui";
|
|
3151
3159
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -3156,6 +3164,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3156
3164
|
"chakra-ui": "chakra-ui";
|
|
3157
3165
|
nextui: "nextui";
|
|
3158
3166
|
mantine: "mantine";
|
|
3167
|
+
mui: "mui";
|
|
3159
3168
|
antd: "antd";
|
|
3160
3169
|
"base-ui": "base-ui";
|
|
3161
3170
|
"ark-ui": "ark-ui";
|
|
@@ -3227,8 +3236,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3227
3236
|
"geist-mono": "geist-mono";
|
|
3228
3237
|
}>>;
|
|
3229
3238
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
3230
|
-
none: "none";
|
|
3231
3239
|
default: "default";
|
|
3240
|
+
none: "none";
|
|
3232
3241
|
small: "small";
|
|
3233
3242
|
medium: "medium";
|
|
3234
3243
|
large: "large";
|
|
@@ -3244,9 +3253,9 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3244
3253
|
"effect-schema": "effect-schema";
|
|
3245
3254
|
}>;
|
|
3246
3255
|
realtime: z.ZodEnum<{
|
|
3247
|
-
ws: "ws";
|
|
3248
3256
|
none: "none";
|
|
3249
3257
|
"socket-io": "socket-io";
|
|
3258
|
+
ws: "ws";
|
|
3250
3259
|
partykit: "partykit";
|
|
3251
3260
|
ably: "ably";
|
|
3252
3261
|
pusher: "pusher";
|
|
@@ -3314,6 +3323,10 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3314
3323
|
ga4: "ga4";
|
|
3315
3324
|
"vercel-analytics": "vercel-analytics";
|
|
3316
3325
|
}>;
|
|
3326
|
+
webMcp: z.ZodDefault<z.ZodEnum<{
|
|
3327
|
+
none: "none";
|
|
3328
|
+
enabled: "enabled";
|
|
3329
|
+
}>>;
|
|
3317
3330
|
cms: z.ZodEnum<{
|
|
3318
3331
|
none: "none";
|
|
3319
3332
|
payload: "payload";
|
|
@@ -3494,8 +3507,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3494
3507
|
ratatui: "ratatui";
|
|
3495
3508
|
}>;
|
|
3496
3509
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
3497
|
-
none: "none";
|
|
3498
3510
|
config: "config";
|
|
3511
|
+
none: "none";
|
|
3499
3512
|
serde: "serde";
|
|
3500
3513
|
uuid: "uuid";
|
|
3501
3514
|
chrono: "chrono";
|
|
@@ -3705,10 +3718,10 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3705
3718
|
httprouter: "httprouter";
|
|
3706
3719
|
}>;
|
|
3707
3720
|
goOrm: z.ZodEnum<{
|
|
3708
|
-
gorm: "gorm";
|
|
3709
3721
|
none: "none";
|
|
3710
3722
|
bun: "bun";
|
|
3711
3723
|
sqlx: "sqlx";
|
|
3724
|
+
gorm: "gorm";
|
|
3712
3725
|
sqlc: "sqlc";
|
|
3713
3726
|
ent: "ent";
|
|
3714
3727
|
}>;
|
|
@@ -4111,41 +4124,58 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
4111
4124
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4112
4125
|
id: z.ZodString;
|
|
4113
4126
|
role: z.ZodEnum<{
|
|
4114
|
-
|
|
4127
|
+
push: "push";
|
|
4128
|
+
frontend: "frontend";
|
|
4115
4129
|
backend: "backend";
|
|
4130
|
+
mobile: "mobile";
|
|
4116
4131
|
database: "database";
|
|
4132
|
+
api: "api";
|
|
4133
|
+
graphql: "graphql";
|
|
4117
4134
|
orm: "orm";
|
|
4118
|
-
dbSetup: "dbSetup";
|
|
4119
4135
|
auth: "auth";
|
|
4120
|
-
|
|
4136
|
+
runtime: "runtime";
|
|
4137
|
+
deploy: "deploy";
|
|
4138
|
+
dbSetup: "dbSetup";
|
|
4139
|
+
migrations: "migrations";
|
|
4140
|
+
realtime: "realtime";
|
|
4141
|
+
navigation: "navigation";
|
|
4142
|
+
caching: "caching";
|
|
4143
|
+
observability: "observability";
|
|
4121
4144
|
email: "email";
|
|
4145
|
+
search: "search";
|
|
4146
|
+
vectorDb: "vectorDb";
|
|
4147
|
+
fileStorage: "fileStorage";
|
|
4148
|
+
jobQueue: "jobQueue";
|
|
4149
|
+
rateLimit: "rateLimit";
|
|
4150
|
+
botProtection: "botProtection";
|
|
4151
|
+
testing: "testing";
|
|
4152
|
+
stateManagement: "stateManagement";
|
|
4153
|
+
forms: "forms";
|
|
4154
|
+
animation: "animation";
|
|
4122
4155
|
fileUpload: "fileUpload";
|
|
4156
|
+
validation: "validation";
|
|
4157
|
+
effect: "effect";
|
|
4158
|
+
ui: "ui";
|
|
4159
|
+
css: "css";
|
|
4160
|
+
storage: "storage";
|
|
4161
|
+
ota: "ota";
|
|
4162
|
+
deepLinking: "deepLinking";
|
|
4163
|
+
ai: "ai";
|
|
4164
|
+
payments: "payments";
|
|
4123
4165
|
logging: "logging";
|
|
4124
|
-
observability: "observability";
|
|
4125
4166
|
featureFlags: "featureFlags";
|
|
4126
4167
|
integrations: "integrations";
|
|
4127
4168
|
ecommerce: "ecommerce";
|
|
4128
4169
|
analytics: "analytics";
|
|
4129
|
-
|
|
4130
|
-
forms: "forms";
|
|
4131
|
-
validation: "validation";
|
|
4132
|
-
testing: "testing";
|
|
4133
|
-
realtime: "realtime";
|
|
4134
|
-
jobQueue: "jobQueue";
|
|
4135
|
-
caching: "caching";
|
|
4136
|
-
rateLimit: "rateLimit";
|
|
4137
|
-
botProtection: "botProtection";
|
|
4138
|
-
animation: "animation";
|
|
4170
|
+
webMcp: "webMcp";
|
|
4139
4171
|
cms: "cms";
|
|
4140
4172
|
i18n: "i18n";
|
|
4141
|
-
search: "search";
|
|
4142
|
-
vectorDb: "vectorDb";
|
|
4143
|
-
fileStorage: "fileStorage";
|
|
4144
|
-
codeQuality: "codeQuality";
|
|
4145
4173
|
documentation: "documentation";
|
|
4146
|
-
|
|
4147
|
-
|
|
4148
|
-
|
|
4174
|
+
codeQuality: "codeQuality";
|
|
4175
|
+
appPlatform: "appPlatform";
|
|
4176
|
+
dataFetching: "dataFetching";
|
|
4177
|
+
workspaceTooling: "workspaceTooling";
|
|
4178
|
+
toolchain: "toolchain";
|
|
4149
4179
|
workspaceRunner: "workspaceRunner";
|
|
4150
4180
|
gitHooks: "gitHooks";
|
|
4151
4181
|
staticAnalysis: "staticAnalysis";
|
|
@@ -4155,25 +4185,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
4155
4185
|
containerOrchestration: "containerOrchestration";
|
|
4156
4186
|
apiGateway: "apiGateway";
|
|
4157
4187
|
continuousIntegration: "continuousIntegration";
|
|
4158
|
-
ai: "ai";
|
|
4159
|
-
effect: "effect";
|
|
4160
|
-
css: "css";
|
|
4161
|
-
ui: "ui";
|
|
4162
|
-
push: "push";
|
|
4163
|
-
frontend: "frontend";
|
|
4164
|
-
mobile: "mobile";
|
|
4165
|
-
graphql: "graphql";
|
|
4166
|
-
deploy: "deploy";
|
|
4167
|
-
migrations: "migrations";
|
|
4168
|
-
navigation: "navigation";
|
|
4169
|
-
storage: "storage";
|
|
4170
|
-
ota: "ota";
|
|
4171
|
-
deepLinking: "deepLinking";
|
|
4172
|
-
appPlatform: "appPlatform";
|
|
4173
|
-
dataFetching: "dataFetching";
|
|
4174
|
-
workspaceTooling: "workspaceTooling";
|
|
4175
|
-
toolchain: "toolchain";
|
|
4176
4188
|
backendUtilities: "backendUtilities";
|
|
4189
|
+
examples: "examples";
|
|
4177
4190
|
language: "language";
|
|
4178
4191
|
buildTool: "buildTool";
|
|
4179
4192
|
cli: "cli";
|
|
@@ -4186,6 +4199,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
4186
4199
|
data: "data";
|
|
4187
4200
|
media: "media";
|
|
4188
4201
|
server: "server";
|
|
4202
|
+
packageManager: "packageManager";
|
|
4189
4203
|
messageQueue: "messageQueue";
|
|
4190
4204
|
}>;
|
|
4191
4205
|
toolId: z.ZodString;
|
|
@@ -4201,8 +4215,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
4201
4215
|
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
4202
4216
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
4203
4217
|
source: z.ZodEnum<{
|
|
4204
|
-
selected: "selected";
|
|
4205
4218
|
defaulted: "defaulted";
|
|
4219
|
+
selected: "selected";
|
|
4206
4220
|
provided: "provided";
|
|
4207
4221
|
legacy: "legacy";
|
|
4208
4222
|
adjusted: "adjusted";
|
|
@@ -4505,7 +4519,6 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4505
4519
|
"styled-components": "styled-components";
|
|
4506
4520
|
}>;
|
|
4507
4521
|
uiLibrary: z.ZodEnum<{
|
|
4508
|
-
mui: "mui";
|
|
4509
4522
|
none: "none";
|
|
4510
4523
|
"shadcn-ui": "shadcn-ui";
|
|
4511
4524
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -4516,6 +4529,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4516
4529
|
"chakra-ui": "chakra-ui";
|
|
4517
4530
|
nextui: "nextui";
|
|
4518
4531
|
mantine: "mantine";
|
|
4532
|
+
mui: "mui";
|
|
4519
4533
|
antd: "antd";
|
|
4520
4534
|
"base-ui": "base-ui";
|
|
4521
4535
|
"ark-ui": "ark-ui";
|
|
@@ -4587,8 +4601,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4587
4601
|
"geist-mono": "geist-mono";
|
|
4588
4602
|
}>>;
|
|
4589
4603
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
4590
|
-
none: "none";
|
|
4591
4604
|
default: "default";
|
|
4605
|
+
none: "none";
|
|
4592
4606
|
small: "small";
|
|
4593
4607
|
medium: "medium";
|
|
4594
4608
|
large: "large";
|
|
@@ -4604,9 +4618,9 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4604
4618
|
"effect-schema": "effect-schema";
|
|
4605
4619
|
}>;
|
|
4606
4620
|
realtime: z.ZodEnum<{
|
|
4607
|
-
ws: "ws";
|
|
4608
4621
|
none: "none";
|
|
4609
4622
|
"socket-io": "socket-io";
|
|
4623
|
+
ws: "ws";
|
|
4610
4624
|
partykit: "partykit";
|
|
4611
4625
|
ably: "ably";
|
|
4612
4626
|
pusher: "pusher";
|
|
@@ -4674,6 +4688,10 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4674
4688
|
ga4: "ga4";
|
|
4675
4689
|
"vercel-analytics": "vercel-analytics";
|
|
4676
4690
|
}>;
|
|
4691
|
+
webMcp: z.ZodDefault<z.ZodEnum<{
|
|
4692
|
+
none: "none";
|
|
4693
|
+
enabled: "enabled";
|
|
4694
|
+
}>>;
|
|
4677
4695
|
cms: z.ZodEnum<{
|
|
4678
4696
|
none: "none";
|
|
4679
4697
|
payload: "payload";
|
|
@@ -4854,8 +4872,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4854
4872
|
ratatui: "ratatui";
|
|
4855
4873
|
}>;
|
|
4856
4874
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
4857
|
-
none: "none";
|
|
4858
4875
|
config: "config";
|
|
4876
|
+
none: "none";
|
|
4859
4877
|
serde: "serde";
|
|
4860
4878
|
uuid: "uuid";
|
|
4861
4879
|
chrono: "chrono";
|
|
@@ -5065,10 +5083,10 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
5065
5083
|
httprouter: "httprouter";
|
|
5066
5084
|
}>;
|
|
5067
5085
|
goOrm: z.ZodEnum<{
|
|
5068
|
-
gorm: "gorm";
|
|
5069
5086
|
none: "none";
|
|
5070
5087
|
bun: "bun";
|
|
5071
5088
|
sqlx: "sqlx";
|
|
5089
|
+
gorm: "gorm";
|
|
5072
5090
|
sqlc: "sqlc";
|
|
5073
5091
|
ent: "ent";
|
|
5074
5092
|
}>;
|
|
@@ -5471,41 +5489,58 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
5471
5489
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5472
5490
|
id: z.ZodString;
|
|
5473
5491
|
role: z.ZodEnum<{
|
|
5474
|
-
|
|
5492
|
+
push: "push";
|
|
5493
|
+
frontend: "frontend";
|
|
5475
5494
|
backend: "backend";
|
|
5495
|
+
mobile: "mobile";
|
|
5476
5496
|
database: "database";
|
|
5497
|
+
api: "api";
|
|
5498
|
+
graphql: "graphql";
|
|
5477
5499
|
orm: "orm";
|
|
5478
|
-
dbSetup: "dbSetup";
|
|
5479
5500
|
auth: "auth";
|
|
5480
|
-
|
|
5501
|
+
runtime: "runtime";
|
|
5502
|
+
deploy: "deploy";
|
|
5503
|
+
dbSetup: "dbSetup";
|
|
5504
|
+
migrations: "migrations";
|
|
5505
|
+
realtime: "realtime";
|
|
5506
|
+
navigation: "navigation";
|
|
5507
|
+
caching: "caching";
|
|
5508
|
+
observability: "observability";
|
|
5481
5509
|
email: "email";
|
|
5510
|
+
search: "search";
|
|
5511
|
+
vectorDb: "vectorDb";
|
|
5512
|
+
fileStorage: "fileStorage";
|
|
5513
|
+
jobQueue: "jobQueue";
|
|
5514
|
+
rateLimit: "rateLimit";
|
|
5515
|
+
botProtection: "botProtection";
|
|
5516
|
+
testing: "testing";
|
|
5517
|
+
stateManagement: "stateManagement";
|
|
5518
|
+
forms: "forms";
|
|
5519
|
+
animation: "animation";
|
|
5482
5520
|
fileUpload: "fileUpload";
|
|
5521
|
+
validation: "validation";
|
|
5522
|
+
effect: "effect";
|
|
5523
|
+
ui: "ui";
|
|
5524
|
+
css: "css";
|
|
5525
|
+
storage: "storage";
|
|
5526
|
+
ota: "ota";
|
|
5527
|
+
deepLinking: "deepLinking";
|
|
5528
|
+
ai: "ai";
|
|
5529
|
+
payments: "payments";
|
|
5483
5530
|
logging: "logging";
|
|
5484
|
-
observability: "observability";
|
|
5485
5531
|
featureFlags: "featureFlags";
|
|
5486
5532
|
integrations: "integrations";
|
|
5487
5533
|
ecommerce: "ecommerce";
|
|
5488
5534
|
analytics: "analytics";
|
|
5489
|
-
|
|
5490
|
-
forms: "forms";
|
|
5491
|
-
validation: "validation";
|
|
5492
|
-
testing: "testing";
|
|
5493
|
-
realtime: "realtime";
|
|
5494
|
-
jobQueue: "jobQueue";
|
|
5495
|
-
caching: "caching";
|
|
5496
|
-
rateLimit: "rateLimit";
|
|
5497
|
-
botProtection: "botProtection";
|
|
5498
|
-
animation: "animation";
|
|
5535
|
+
webMcp: "webMcp";
|
|
5499
5536
|
cms: "cms";
|
|
5500
5537
|
i18n: "i18n";
|
|
5501
|
-
search: "search";
|
|
5502
|
-
vectorDb: "vectorDb";
|
|
5503
|
-
fileStorage: "fileStorage";
|
|
5504
|
-
codeQuality: "codeQuality";
|
|
5505
5538
|
documentation: "documentation";
|
|
5506
|
-
|
|
5507
|
-
|
|
5508
|
-
|
|
5539
|
+
codeQuality: "codeQuality";
|
|
5540
|
+
appPlatform: "appPlatform";
|
|
5541
|
+
dataFetching: "dataFetching";
|
|
5542
|
+
workspaceTooling: "workspaceTooling";
|
|
5543
|
+
toolchain: "toolchain";
|
|
5509
5544
|
workspaceRunner: "workspaceRunner";
|
|
5510
5545
|
gitHooks: "gitHooks";
|
|
5511
5546
|
staticAnalysis: "staticAnalysis";
|
|
@@ -5515,25 +5550,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
5515
5550
|
containerOrchestration: "containerOrchestration";
|
|
5516
5551
|
apiGateway: "apiGateway";
|
|
5517
5552
|
continuousIntegration: "continuousIntegration";
|
|
5518
|
-
ai: "ai";
|
|
5519
|
-
effect: "effect";
|
|
5520
|
-
css: "css";
|
|
5521
|
-
ui: "ui";
|
|
5522
|
-
push: "push";
|
|
5523
|
-
frontend: "frontend";
|
|
5524
|
-
mobile: "mobile";
|
|
5525
|
-
graphql: "graphql";
|
|
5526
|
-
deploy: "deploy";
|
|
5527
|
-
migrations: "migrations";
|
|
5528
|
-
navigation: "navigation";
|
|
5529
|
-
storage: "storage";
|
|
5530
|
-
ota: "ota";
|
|
5531
|
-
deepLinking: "deepLinking";
|
|
5532
|
-
appPlatform: "appPlatform";
|
|
5533
|
-
dataFetching: "dataFetching";
|
|
5534
|
-
workspaceTooling: "workspaceTooling";
|
|
5535
|
-
toolchain: "toolchain";
|
|
5536
5553
|
backendUtilities: "backendUtilities";
|
|
5554
|
+
examples: "examples";
|
|
5537
5555
|
language: "language";
|
|
5538
5556
|
buildTool: "buildTool";
|
|
5539
5557
|
cli: "cli";
|
|
@@ -5546,6 +5564,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
5546
5564
|
data: "data";
|
|
5547
5565
|
media: "media";
|
|
5548
5566
|
server: "server";
|
|
5567
|
+
packageManager: "packageManager";
|
|
5549
5568
|
messageQueue: "messageQueue";
|
|
5550
5569
|
}>;
|
|
5551
5570
|
toolId: z.ZodString;
|
|
@@ -5561,8 +5580,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
5561
5580
|
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
5562
5581
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
5563
5582
|
source: z.ZodEnum<{
|
|
5564
|
-
selected: "selected";
|
|
5565
5583
|
defaulted: "defaulted";
|
|
5584
|
+
selected: "selected";
|
|
5566
5585
|
provided: "provided";
|
|
5567
5586
|
legacy: "legacy";
|
|
5568
5587
|
adjusted: "adjusted";
|
|
@@ -5868,7 +5887,6 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5868
5887
|
"styled-components": "styled-components";
|
|
5869
5888
|
}>;
|
|
5870
5889
|
uiLibrary: z.ZodEnum<{
|
|
5871
|
-
mui: "mui";
|
|
5872
5890
|
none: "none";
|
|
5873
5891
|
"shadcn-ui": "shadcn-ui";
|
|
5874
5892
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -5879,6 +5897,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5879
5897
|
"chakra-ui": "chakra-ui";
|
|
5880
5898
|
nextui: "nextui";
|
|
5881
5899
|
mantine: "mantine";
|
|
5900
|
+
mui: "mui";
|
|
5882
5901
|
antd: "antd";
|
|
5883
5902
|
"base-ui": "base-ui";
|
|
5884
5903
|
"ark-ui": "ark-ui";
|
|
@@ -5950,8 +5969,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5950
5969
|
"geist-mono": "geist-mono";
|
|
5951
5970
|
}>>;
|
|
5952
5971
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
5953
|
-
none: "none";
|
|
5954
5972
|
default: "default";
|
|
5973
|
+
none: "none";
|
|
5955
5974
|
small: "small";
|
|
5956
5975
|
medium: "medium";
|
|
5957
5976
|
large: "large";
|
|
@@ -5967,9 +5986,9 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5967
5986
|
"effect-schema": "effect-schema";
|
|
5968
5987
|
}>;
|
|
5969
5988
|
realtime: z.ZodEnum<{
|
|
5970
|
-
ws: "ws";
|
|
5971
5989
|
none: "none";
|
|
5972
5990
|
"socket-io": "socket-io";
|
|
5991
|
+
ws: "ws";
|
|
5973
5992
|
partykit: "partykit";
|
|
5974
5993
|
ably: "ably";
|
|
5975
5994
|
pusher: "pusher";
|
|
@@ -6037,6 +6056,10 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6037
6056
|
ga4: "ga4";
|
|
6038
6057
|
"vercel-analytics": "vercel-analytics";
|
|
6039
6058
|
}>;
|
|
6059
|
+
webMcp: z.ZodDefault<z.ZodEnum<{
|
|
6060
|
+
none: "none";
|
|
6061
|
+
enabled: "enabled";
|
|
6062
|
+
}>>;
|
|
6040
6063
|
cms: z.ZodEnum<{
|
|
6041
6064
|
none: "none";
|
|
6042
6065
|
payload: "payload";
|
|
@@ -6217,8 +6240,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6217
6240
|
ratatui: "ratatui";
|
|
6218
6241
|
}>;
|
|
6219
6242
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
6220
|
-
none: "none";
|
|
6221
6243
|
config: "config";
|
|
6244
|
+
none: "none";
|
|
6222
6245
|
serde: "serde";
|
|
6223
6246
|
uuid: "uuid";
|
|
6224
6247
|
chrono: "chrono";
|
|
@@ -6428,10 +6451,10 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6428
6451
|
httprouter: "httprouter";
|
|
6429
6452
|
}>;
|
|
6430
6453
|
goOrm: z.ZodEnum<{
|
|
6431
|
-
gorm: "gorm";
|
|
6432
6454
|
none: "none";
|
|
6433
6455
|
bun: "bun";
|
|
6434
6456
|
sqlx: "sqlx";
|
|
6457
|
+
gorm: "gorm";
|
|
6435
6458
|
sqlc: "sqlc";
|
|
6436
6459
|
ent: "ent";
|
|
6437
6460
|
}>;
|
|
@@ -6834,41 +6857,58 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6834
6857
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6835
6858
|
id: z.ZodString;
|
|
6836
6859
|
role: z.ZodEnum<{
|
|
6837
|
-
|
|
6860
|
+
push: "push";
|
|
6861
|
+
frontend: "frontend";
|
|
6838
6862
|
backend: "backend";
|
|
6863
|
+
mobile: "mobile";
|
|
6839
6864
|
database: "database";
|
|
6865
|
+
api: "api";
|
|
6866
|
+
graphql: "graphql";
|
|
6840
6867
|
orm: "orm";
|
|
6841
|
-
dbSetup: "dbSetup";
|
|
6842
6868
|
auth: "auth";
|
|
6843
|
-
|
|
6869
|
+
runtime: "runtime";
|
|
6870
|
+
deploy: "deploy";
|
|
6871
|
+
dbSetup: "dbSetup";
|
|
6872
|
+
migrations: "migrations";
|
|
6873
|
+
realtime: "realtime";
|
|
6874
|
+
navigation: "navigation";
|
|
6875
|
+
caching: "caching";
|
|
6876
|
+
observability: "observability";
|
|
6844
6877
|
email: "email";
|
|
6878
|
+
search: "search";
|
|
6879
|
+
vectorDb: "vectorDb";
|
|
6880
|
+
fileStorage: "fileStorage";
|
|
6881
|
+
jobQueue: "jobQueue";
|
|
6882
|
+
rateLimit: "rateLimit";
|
|
6883
|
+
botProtection: "botProtection";
|
|
6884
|
+
testing: "testing";
|
|
6885
|
+
stateManagement: "stateManagement";
|
|
6886
|
+
forms: "forms";
|
|
6887
|
+
animation: "animation";
|
|
6845
6888
|
fileUpload: "fileUpload";
|
|
6889
|
+
validation: "validation";
|
|
6890
|
+
effect: "effect";
|
|
6891
|
+
ui: "ui";
|
|
6892
|
+
css: "css";
|
|
6893
|
+
storage: "storage";
|
|
6894
|
+
ota: "ota";
|
|
6895
|
+
deepLinking: "deepLinking";
|
|
6896
|
+
ai: "ai";
|
|
6897
|
+
payments: "payments";
|
|
6846
6898
|
logging: "logging";
|
|
6847
|
-
observability: "observability";
|
|
6848
6899
|
featureFlags: "featureFlags";
|
|
6849
6900
|
integrations: "integrations";
|
|
6850
6901
|
ecommerce: "ecommerce";
|
|
6851
6902
|
analytics: "analytics";
|
|
6852
|
-
|
|
6853
|
-
forms: "forms";
|
|
6854
|
-
validation: "validation";
|
|
6855
|
-
testing: "testing";
|
|
6856
|
-
realtime: "realtime";
|
|
6857
|
-
jobQueue: "jobQueue";
|
|
6858
|
-
caching: "caching";
|
|
6859
|
-
rateLimit: "rateLimit";
|
|
6860
|
-
botProtection: "botProtection";
|
|
6861
|
-
animation: "animation";
|
|
6903
|
+
webMcp: "webMcp";
|
|
6862
6904
|
cms: "cms";
|
|
6863
6905
|
i18n: "i18n";
|
|
6864
|
-
search: "search";
|
|
6865
|
-
vectorDb: "vectorDb";
|
|
6866
|
-
fileStorage: "fileStorage";
|
|
6867
|
-
codeQuality: "codeQuality";
|
|
6868
6906
|
documentation: "documentation";
|
|
6869
|
-
|
|
6870
|
-
|
|
6871
|
-
|
|
6907
|
+
codeQuality: "codeQuality";
|
|
6908
|
+
appPlatform: "appPlatform";
|
|
6909
|
+
dataFetching: "dataFetching";
|
|
6910
|
+
workspaceTooling: "workspaceTooling";
|
|
6911
|
+
toolchain: "toolchain";
|
|
6872
6912
|
workspaceRunner: "workspaceRunner";
|
|
6873
6913
|
gitHooks: "gitHooks";
|
|
6874
6914
|
staticAnalysis: "staticAnalysis";
|
|
@@ -6878,25 +6918,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6878
6918
|
containerOrchestration: "containerOrchestration";
|
|
6879
6919
|
apiGateway: "apiGateway";
|
|
6880
6920
|
continuousIntegration: "continuousIntegration";
|
|
6881
|
-
ai: "ai";
|
|
6882
|
-
effect: "effect";
|
|
6883
|
-
css: "css";
|
|
6884
|
-
ui: "ui";
|
|
6885
|
-
push: "push";
|
|
6886
|
-
frontend: "frontend";
|
|
6887
|
-
mobile: "mobile";
|
|
6888
|
-
graphql: "graphql";
|
|
6889
|
-
deploy: "deploy";
|
|
6890
|
-
migrations: "migrations";
|
|
6891
|
-
navigation: "navigation";
|
|
6892
|
-
storage: "storage";
|
|
6893
|
-
ota: "ota";
|
|
6894
|
-
deepLinking: "deepLinking";
|
|
6895
|
-
appPlatform: "appPlatform";
|
|
6896
|
-
dataFetching: "dataFetching";
|
|
6897
|
-
workspaceTooling: "workspaceTooling";
|
|
6898
|
-
toolchain: "toolchain";
|
|
6899
6921
|
backendUtilities: "backendUtilities";
|
|
6922
|
+
examples: "examples";
|
|
6900
6923
|
language: "language";
|
|
6901
6924
|
buildTool: "buildTool";
|
|
6902
6925
|
cli: "cli";
|
|
@@ -6909,6 +6932,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6909
6932
|
data: "data";
|
|
6910
6933
|
media: "media";
|
|
6911
6934
|
server: "server";
|
|
6935
|
+
packageManager: "packageManager";
|
|
6912
6936
|
messageQueue: "messageQueue";
|
|
6913
6937
|
}>;
|
|
6914
6938
|
toolId: z.ZodString;
|
|
@@ -6924,8 +6948,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6924
6948
|
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
6925
6949
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
6926
6950
|
source: z.ZodEnum<{
|
|
6927
|
-
selected: "selected";
|
|
6928
6951
|
defaulted: "defaulted";
|
|
6952
|
+
selected: "selected";
|
|
6929
6953
|
provided: "provided";
|
|
6930
6954
|
legacy: "legacy";
|
|
6931
6955
|
adjusted: "adjusted";
|
|
@@ -6981,10 +7005,10 @@ declare function getGoWebFrameworkJsonSchema(): z.core.ZodStandardJSONSchemaPayl
|
|
|
6981
7005
|
httprouter: "httprouter";
|
|
6982
7006
|
}>>;
|
|
6983
7007
|
declare function getGoOrmJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
6984
|
-
gorm: "gorm";
|
|
6985
7008
|
none: "none";
|
|
6986
7009
|
bun: "bun";
|
|
6987
7010
|
sqlx: "sqlx";
|
|
7011
|
+
gorm: "gorm";
|
|
6988
7012
|
sqlc: "sqlc";
|
|
6989
7013
|
ent: "ent";
|
|
6990
7014
|
}>>;
|
|
@@ -7509,10 +7533,10 @@ declare function getAllJsonSchemas(): {
|
|
|
7509
7533
|
httprouter: "httprouter";
|
|
7510
7534
|
}>>;
|
|
7511
7535
|
goOrm: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7512
|
-
gorm: "gorm";
|
|
7513
7536
|
none: "none";
|
|
7514
7537
|
bun: "bun";
|
|
7515
7538
|
sqlx: "sqlx";
|
|
7539
|
+
gorm: "gorm";
|
|
7516
7540
|
sqlc: "sqlc";
|
|
7517
7541
|
ent: "ent";
|
|
7518
7542
|
}>>;
|
|
@@ -7853,8 +7877,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7853
7877
|
saas: "saas";
|
|
7854
7878
|
}>>;
|
|
7855
7879
|
shape: z.ZodOptional<z.ZodEnum<{
|
|
7856
|
-
backend: "backend";
|
|
7857
7880
|
frontend: "frontend";
|
|
7881
|
+
backend: "backend";
|
|
7858
7882
|
mobile: "mobile";
|
|
7859
7883
|
fullstack: "fullstack";
|
|
7860
7884
|
}>>;
|
|
@@ -8162,7 +8186,6 @@ declare function getAllJsonSchemas(): {
|
|
|
8162
8186
|
"styled-components": "styled-components";
|
|
8163
8187
|
}>>;
|
|
8164
8188
|
uiLibrary: z.ZodOptional<z.ZodEnum<{
|
|
8165
|
-
mui: "mui";
|
|
8166
8189
|
none: "none";
|
|
8167
8190
|
"shadcn-ui": "shadcn-ui";
|
|
8168
8191
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -8173,6 +8196,7 @@ declare function getAllJsonSchemas(): {
|
|
|
8173
8196
|
"chakra-ui": "chakra-ui";
|
|
8174
8197
|
nextui: "nextui";
|
|
8175
8198
|
mantine: "mantine";
|
|
8199
|
+
mui: "mui";
|
|
8176
8200
|
antd: "antd";
|
|
8177
8201
|
"base-ui": "base-ui";
|
|
8178
8202
|
"ark-ui": "ark-ui";
|
|
@@ -8244,8 +8268,8 @@ declare function getAllJsonSchemas(): {
|
|
|
8244
8268
|
"geist-mono": "geist-mono";
|
|
8245
8269
|
}>>;
|
|
8246
8270
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
8247
|
-
none: "none";
|
|
8248
8271
|
default: "default";
|
|
8272
|
+
none: "none";
|
|
8249
8273
|
small: "small";
|
|
8250
8274
|
medium: "medium";
|
|
8251
8275
|
large: "large";
|
|
@@ -8261,9 +8285,9 @@ declare function getAllJsonSchemas(): {
|
|
|
8261
8285
|
"effect-schema": "effect-schema";
|
|
8262
8286
|
}>>;
|
|
8263
8287
|
realtime: z.ZodOptional<z.ZodEnum<{
|
|
8264
|
-
ws: "ws";
|
|
8265
8288
|
none: "none";
|
|
8266
8289
|
"socket-io": "socket-io";
|
|
8290
|
+
ws: "ws";
|
|
8267
8291
|
partykit: "partykit";
|
|
8268
8292
|
ably: "ably";
|
|
8269
8293
|
pusher: "pusher";
|
|
@@ -8331,6 +8355,10 @@ declare function getAllJsonSchemas(): {
|
|
|
8331
8355
|
ga4: "ga4";
|
|
8332
8356
|
"vercel-analytics": "vercel-analytics";
|
|
8333
8357
|
}>>;
|
|
8358
|
+
webMcp: z.ZodOptional<z.ZodEnum<{
|
|
8359
|
+
none: "none";
|
|
8360
|
+
enabled: "enabled";
|
|
8361
|
+
}>>;
|
|
8334
8362
|
cms: z.ZodOptional<z.ZodEnum<{
|
|
8335
8363
|
none: "none";
|
|
8336
8364
|
payload: "payload";
|
|
@@ -8511,8 +8539,8 @@ declare function getAllJsonSchemas(): {
|
|
|
8511
8539
|
ratatui: "ratatui";
|
|
8512
8540
|
}>>;
|
|
8513
8541
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
8514
|
-
none: "none";
|
|
8515
8542
|
config: "config";
|
|
8543
|
+
none: "none";
|
|
8516
8544
|
serde: "serde";
|
|
8517
8545
|
uuid: "uuid";
|
|
8518
8546
|
chrono: "chrono";
|
|
@@ -8722,10 +8750,10 @@ declare function getAllJsonSchemas(): {
|
|
|
8722
8750
|
httprouter: "httprouter";
|
|
8723
8751
|
}>>;
|
|
8724
8752
|
goOrm: z.ZodOptional<z.ZodEnum<{
|
|
8725
|
-
gorm: "gorm";
|
|
8726
8753
|
none: "none";
|
|
8727
8754
|
bun: "bun";
|
|
8728
8755
|
sqlx: "sqlx";
|
|
8756
|
+
gorm: "gorm";
|
|
8729
8757
|
sqlc: "sqlc";
|
|
8730
8758
|
ent: "ent";
|
|
8731
8759
|
}>>;
|
|
@@ -9421,7 +9449,6 @@ declare function getAllJsonSchemas(): {
|
|
|
9421
9449
|
"styled-components": "styled-components";
|
|
9422
9450
|
}>;
|
|
9423
9451
|
uiLibrary: z.ZodEnum<{
|
|
9424
|
-
mui: "mui";
|
|
9425
9452
|
none: "none";
|
|
9426
9453
|
"shadcn-ui": "shadcn-ui";
|
|
9427
9454
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -9432,6 +9459,7 @@ declare function getAllJsonSchemas(): {
|
|
|
9432
9459
|
"chakra-ui": "chakra-ui";
|
|
9433
9460
|
nextui: "nextui";
|
|
9434
9461
|
mantine: "mantine";
|
|
9462
|
+
mui: "mui";
|
|
9435
9463
|
antd: "antd";
|
|
9436
9464
|
"base-ui": "base-ui";
|
|
9437
9465
|
"ark-ui": "ark-ui";
|
|
@@ -9503,8 +9531,8 @@ declare function getAllJsonSchemas(): {
|
|
|
9503
9531
|
"geist-mono": "geist-mono";
|
|
9504
9532
|
}>>;
|
|
9505
9533
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
9506
|
-
none: "none";
|
|
9507
9534
|
default: "default";
|
|
9535
|
+
none: "none";
|
|
9508
9536
|
small: "small";
|
|
9509
9537
|
medium: "medium";
|
|
9510
9538
|
large: "large";
|
|
@@ -9520,9 +9548,9 @@ declare function getAllJsonSchemas(): {
|
|
|
9520
9548
|
"effect-schema": "effect-schema";
|
|
9521
9549
|
}>;
|
|
9522
9550
|
realtime: z.ZodEnum<{
|
|
9523
|
-
ws: "ws";
|
|
9524
9551
|
none: "none";
|
|
9525
9552
|
"socket-io": "socket-io";
|
|
9553
|
+
ws: "ws";
|
|
9526
9554
|
partykit: "partykit";
|
|
9527
9555
|
ably: "ably";
|
|
9528
9556
|
pusher: "pusher";
|
|
@@ -9590,6 +9618,10 @@ declare function getAllJsonSchemas(): {
|
|
|
9590
9618
|
ga4: "ga4";
|
|
9591
9619
|
"vercel-analytics": "vercel-analytics";
|
|
9592
9620
|
}>;
|
|
9621
|
+
webMcp: z.ZodDefault<z.ZodEnum<{
|
|
9622
|
+
none: "none";
|
|
9623
|
+
enabled: "enabled";
|
|
9624
|
+
}>>;
|
|
9593
9625
|
cms: z.ZodEnum<{
|
|
9594
9626
|
none: "none";
|
|
9595
9627
|
payload: "payload";
|
|
@@ -9770,8 +9802,8 @@ declare function getAllJsonSchemas(): {
|
|
|
9770
9802
|
ratatui: "ratatui";
|
|
9771
9803
|
}>;
|
|
9772
9804
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
9773
|
-
none: "none";
|
|
9774
9805
|
config: "config";
|
|
9806
|
+
none: "none";
|
|
9775
9807
|
serde: "serde";
|
|
9776
9808
|
uuid: "uuid";
|
|
9777
9809
|
chrono: "chrono";
|
|
@@ -9981,10 +10013,10 @@ declare function getAllJsonSchemas(): {
|
|
|
9981
10013
|
httprouter: "httprouter";
|
|
9982
10014
|
}>;
|
|
9983
10015
|
goOrm: z.ZodEnum<{
|
|
9984
|
-
gorm: "gorm";
|
|
9985
10016
|
none: "none";
|
|
9986
10017
|
bun: "bun";
|
|
9987
10018
|
sqlx: "sqlx";
|
|
10019
|
+
gorm: "gorm";
|
|
9988
10020
|
sqlc: "sqlc";
|
|
9989
10021
|
ent: "ent";
|
|
9990
10022
|
}>;
|
|
@@ -10387,41 +10419,58 @@ declare function getAllJsonSchemas(): {
|
|
|
10387
10419
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10388
10420
|
id: z.ZodString;
|
|
10389
10421
|
role: z.ZodEnum<{
|
|
10390
|
-
|
|
10422
|
+
push: "push";
|
|
10423
|
+
frontend: "frontend";
|
|
10391
10424
|
backend: "backend";
|
|
10425
|
+
mobile: "mobile";
|
|
10392
10426
|
database: "database";
|
|
10427
|
+
api: "api";
|
|
10428
|
+
graphql: "graphql";
|
|
10393
10429
|
orm: "orm";
|
|
10394
|
-
dbSetup: "dbSetup";
|
|
10395
10430
|
auth: "auth";
|
|
10396
|
-
|
|
10431
|
+
runtime: "runtime";
|
|
10432
|
+
deploy: "deploy";
|
|
10433
|
+
dbSetup: "dbSetup";
|
|
10434
|
+
migrations: "migrations";
|
|
10435
|
+
realtime: "realtime";
|
|
10436
|
+
navigation: "navigation";
|
|
10437
|
+
caching: "caching";
|
|
10438
|
+
observability: "observability";
|
|
10397
10439
|
email: "email";
|
|
10440
|
+
search: "search";
|
|
10441
|
+
vectorDb: "vectorDb";
|
|
10442
|
+
fileStorage: "fileStorage";
|
|
10443
|
+
jobQueue: "jobQueue";
|
|
10444
|
+
rateLimit: "rateLimit";
|
|
10445
|
+
botProtection: "botProtection";
|
|
10446
|
+
testing: "testing";
|
|
10447
|
+
stateManagement: "stateManagement";
|
|
10448
|
+
forms: "forms";
|
|
10449
|
+
animation: "animation";
|
|
10398
10450
|
fileUpload: "fileUpload";
|
|
10451
|
+
validation: "validation";
|
|
10452
|
+
effect: "effect";
|
|
10453
|
+
ui: "ui";
|
|
10454
|
+
css: "css";
|
|
10455
|
+
storage: "storage";
|
|
10456
|
+
ota: "ota";
|
|
10457
|
+
deepLinking: "deepLinking";
|
|
10458
|
+
ai: "ai";
|
|
10459
|
+
payments: "payments";
|
|
10399
10460
|
logging: "logging";
|
|
10400
|
-
observability: "observability";
|
|
10401
10461
|
featureFlags: "featureFlags";
|
|
10402
10462
|
integrations: "integrations";
|
|
10403
10463
|
ecommerce: "ecommerce";
|
|
10404
10464
|
analytics: "analytics";
|
|
10405
|
-
|
|
10406
|
-
forms: "forms";
|
|
10407
|
-
validation: "validation";
|
|
10408
|
-
testing: "testing";
|
|
10409
|
-
realtime: "realtime";
|
|
10410
|
-
jobQueue: "jobQueue";
|
|
10411
|
-
caching: "caching";
|
|
10412
|
-
rateLimit: "rateLimit";
|
|
10413
|
-
botProtection: "botProtection";
|
|
10414
|
-
animation: "animation";
|
|
10465
|
+
webMcp: "webMcp";
|
|
10415
10466
|
cms: "cms";
|
|
10416
10467
|
i18n: "i18n";
|
|
10417
|
-
search: "search";
|
|
10418
|
-
vectorDb: "vectorDb";
|
|
10419
|
-
fileStorage: "fileStorage";
|
|
10420
|
-
codeQuality: "codeQuality";
|
|
10421
10468
|
documentation: "documentation";
|
|
10422
|
-
|
|
10423
|
-
|
|
10424
|
-
|
|
10469
|
+
codeQuality: "codeQuality";
|
|
10470
|
+
appPlatform: "appPlatform";
|
|
10471
|
+
dataFetching: "dataFetching";
|
|
10472
|
+
workspaceTooling: "workspaceTooling";
|
|
10473
|
+
toolchain: "toolchain";
|
|
10425
10474
|
workspaceRunner: "workspaceRunner";
|
|
10426
10475
|
gitHooks: "gitHooks";
|
|
10427
10476
|
staticAnalysis: "staticAnalysis";
|
|
@@ -10431,25 +10480,8 @@ declare function getAllJsonSchemas(): {
|
|
|
10431
10480
|
containerOrchestration: "containerOrchestration";
|
|
10432
10481
|
apiGateway: "apiGateway";
|
|
10433
10482
|
continuousIntegration: "continuousIntegration";
|
|
10434
|
-
ai: "ai";
|
|
10435
|
-
effect: "effect";
|
|
10436
|
-
css: "css";
|
|
10437
|
-
ui: "ui";
|
|
10438
|
-
push: "push";
|
|
10439
|
-
frontend: "frontend";
|
|
10440
|
-
mobile: "mobile";
|
|
10441
|
-
graphql: "graphql";
|
|
10442
|
-
deploy: "deploy";
|
|
10443
|
-
migrations: "migrations";
|
|
10444
|
-
navigation: "navigation";
|
|
10445
|
-
storage: "storage";
|
|
10446
|
-
ota: "ota";
|
|
10447
|
-
deepLinking: "deepLinking";
|
|
10448
|
-
appPlatform: "appPlatform";
|
|
10449
|
-
dataFetching: "dataFetching";
|
|
10450
|
-
workspaceTooling: "workspaceTooling";
|
|
10451
|
-
toolchain: "toolchain";
|
|
10452
10483
|
backendUtilities: "backendUtilities";
|
|
10484
|
+
examples: "examples";
|
|
10453
10485
|
language: "language";
|
|
10454
10486
|
buildTool: "buildTool";
|
|
10455
10487
|
cli: "cli";
|
|
@@ -10462,6 +10494,7 @@ declare function getAllJsonSchemas(): {
|
|
|
10462
10494
|
data: "data";
|
|
10463
10495
|
media: "media";
|
|
10464
10496
|
server: "server";
|
|
10497
|
+
packageManager: "packageManager";
|
|
10465
10498
|
messageQueue: "messageQueue";
|
|
10466
10499
|
}>;
|
|
10467
10500
|
toolId: z.ZodString;
|
|
@@ -10477,8 +10510,8 @@ declare function getAllJsonSchemas(): {
|
|
|
10477
10510
|
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
10478
10511
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
10479
10512
|
source: z.ZodEnum<{
|
|
10480
|
-
selected: "selected";
|
|
10481
10513
|
defaulted: "defaulted";
|
|
10514
|
+
selected: "selected";
|
|
10482
10515
|
provided: "provided";
|
|
10483
10516
|
legacy: "legacy";
|
|
10484
10517
|
adjusted: "adjusted";
|
|
@@ -10781,7 +10814,6 @@ declare function getAllJsonSchemas(): {
|
|
|
10781
10814
|
"styled-components": "styled-components";
|
|
10782
10815
|
}>;
|
|
10783
10816
|
uiLibrary: z.ZodEnum<{
|
|
10784
|
-
mui: "mui";
|
|
10785
10817
|
none: "none";
|
|
10786
10818
|
"shadcn-ui": "shadcn-ui";
|
|
10787
10819
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -10792,6 +10824,7 @@ declare function getAllJsonSchemas(): {
|
|
|
10792
10824
|
"chakra-ui": "chakra-ui";
|
|
10793
10825
|
nextui: "nextui";
|
|
10794
10826
|
mantine: "mantine";
|
|
10827
|
+
mui: "mui";
|
|
10795
10828
|
antd: "antd";
|
|
10796
10829
|
"base-ui": "base-ui";
|
|
10797
10830
|
"ark-ui": "ark-ui";
|
|
@@ -10863,8 +10896,8 @@ declare function getAllJsonSchemas(): {
|
|
|
10863
10896
|
"geist-mono": "geist-mono";
|
|
10864
10897
|
}>>;
|
|
10865
10898
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
10866
|
-
none: "none";
|
|
10867
10899
|
default: "default";
|
|
10900
|
+
none: "none";
|
|
10868
10901
|
small: "small";
|
|
10869
10902
|
medium: "medium";
|
|
10870
10903
|
large: "large";
|
|
@@ -10880,9 +10913,9 @@ declare function getAllJsonSchemas(): {
|
|
|
10880
10913
|
"effect-schema": "effect-schema";
|
|
10881
10914
|
}>;
|
|
10882
10915
|
realtime: z.ZodEnum<{
|
|
10883
|
-
ws: "ws";
|
|
10884
10916
|
none: "none";
|
|
10885
10917
|
"socket-io": "socket-io";
|
|
10918
|
+
ws: "ws";
|
|
10886
10919
|
partykit: "partykit";
|
|
10887
10920
|
ably: "ably";
|
|
10888
10921
|
pusher: "pusher";
|
|
@@ -10950,6 +10983,10 @@ declare function getAllJsonSchemas(): {
|
|
|
10950
10983
|
ga4: "ga4";
|
|
10951
10984
|
"vercel-analytics": "vercel-analytics";
|
|
10952
10985
|
}>;
|
|
10986
|
+
webMcp: z.ZodDefault<z.ZodEnum<{
|
|
10987
|
+
none: "none";
|
|
10988
|
+
enabled: "enabled";
|
|
10989
|
+
}>>;
|
|
10953
10990
|
cms: z.ZodEnum<{
|
|
10954
10991
|
none: "none";
|
|
10955
10992
|
payload: "payload";
|
|
@@ -11130,8 +11167,8 @@ declare function getAllJsonSchemas(): {
|
|
|
11130
11167
|
ratatui: "ratatui";
|
|
11131
11168
|
}>;
|
|
11132
11169
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
11133
|
-
none: "none";
|
|
11134
11170
|
config: "config";
|
|
11171
|
+
none: "none";
|
|
11135
11172
|
serde: "serde";
|
|
11136
11173
|
uuid: "uuid";
|
|
11137
11174
|
chrono: "chrono";
|
|
@@ -11341,10 +11378,10 @@ declare function getAllJsonSchemas(): {
|
|
|
11341
11378
|
httprouter: "httprouter";
|
|
11342
11379
|
}>;
|
|
11343
11380
|
goOrm: z.ZodEnum<{
|
|
11344
|
-
gorm: "gorm";
|
|
11345
11381
|
none: "none";
|
|
11346
11382
|
bun: "bun";
|
|
11347
11383
|
sqlx: "sqlx";
|
|
11384
|
+
gorm: "gorm";
|
|
11348
11385
|
sqlc: "sqlc";
|
|
11349
11386
|
ent: "ent";
|
|
11350
11387
|
}>;
|
|
@@ -11747,41 +11784,58 @@ declare function getAllJsonSchemas(): {
|
|
|
11747
11784
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
11748
11785
|
id: z.ZodString;
|
|
11749
11786
|
role: z.ZodEnum<{
|
|
11750
|
-
|
|
11787
|
+
push: "push";
|
|
11788
|
+
frontend: "frontend";
|
|
11751
11789
|
backend: "backend";
|
|
11790
|
+
mobile: "mobile";
|
|
11752
11791
|
database: "database";
|
|
11792
|
+
api: "api";
|
|
11793
|
+
graphql: "graphql";
|
|
11753
11794
|
orm: "orm";
|
|
11754
|
-
dbSetup: "dbSetup";
|
|
11755
11795
|
auth: "auth";
|
|
11756
|
-
|
|
11796
|
+
runtime: "runtime";
|
|
11797
|
+
deploy: "deploy";
|
|
11798
|
+
dbSetup: "dbSetup";
|
|
11799
|
+
migrations: "migrations";
|
|
11800
|
+
realtime: "realtime";
|
|
11801
|
+
navigation: "navigation";
|
|
11802
|
+
caching: "caching";
|
|
11803
|
+
observability: "observability";
|
|
11757
11804
|
email: "email";
|
|
11805
|
+
search: "search";
|
|
11806
|
+
vectorDb: "vectorDb";
|
|
11807
|
+
fileStorage: "fileStorage";
|
|
11808
|
+
jobQueue: "jobQueue";
|
|
11809
|
+
rateLimit: "rateLimit";
|
|
11810
|
+
botProtection: "botProtection";
|
|
11811
|
+
testing: "testing";
|
|
11812
|
+
stateManagement: "stateManagement";
|
|
11813
|
+
forms: "forms";
|
|
11814
|
+
animation: "animation";
|
|
11758
11815
|
fileUpload: "fileUpload";
|
|
11816
|
+
validation: "validation";
|
|
11817
|
+
effect: "effect";
|
|
11818
|
+
ui: "ui";
|
|
11819
|
+
css: "css";
|
|
11820
|
+
storage: "storage";
|
|
11821
|
+
ota: "ota";
|
|
11822
|
+
deepLinking: "deepLinking";
|
|
11823
|
+
ai: "ai";
|
|
11824
|
+
payments: "payments";
|
|
11759
11825
|
logging: "logging";
|
|
11760
|
-
observability: "observability";
|
|
11761
11826
|
featureFlags: "featureFlags";
|
|
11762
11827
|
integrations: "integrations";
|
|
11763
11828
|
ecommerce: "ecommerce";
|
|
11764
11829
|
analytics: "analytics";
|
|
11765
|
-
|
|
11766
|
-
forms: "forms";
|
|
11767
|
-
validation: "validation";
|
|
11768
|
-
testing: "testing";
|
|
11769
|
-
realtime: "realtime";
|
|
11770
|
-
jobQueue: "jobQueue";
|
|
11771
|
-
caching: "caching";
|
|
11772
|
-
rateLimit: "rateLimit";
|
|
11773
|
-
botProtection: "botProtection";
|
|
11774
|
-
animation: "animation";
|
|
11830
|
+
webMcp: "webMcp";
|
|
11775
11831
|
cms: "cms";
|
|
11776
11832
|
i18n: "i18n";
|
|
11777
|
-
search: "search";
|
|
11778
|
-
vectorDb: "vectorDb";
|
|
11779
|
-
fileStorage: "fileStorage";
|
|
11780
|
-
codeQuality: "codeQuality";
|
|
11781
11833
|
documentation: "documentation";
|
|
11782
|
-
|
|
11783
|
-
|
|
11784
|
-
|
|
11834
|
+
codeQuality: "codeQuality";
|
|
11835
|
+
appPlatform: "appPlatform";
|
|
11836
|
+
dataFetching: "dataFetching";
|
|
11837
|
+
workspaceTooling: "workspaceTooling";
|
|
11838
|
+
toolchain: "toolchain";
|
|
11785
11839
|
workspaceRunner: "workspaceRunner";
|
|
11786
11840
|
gitHooks: "gitHooks";
|
|
11787
11841
|
staticAnalysis: "staticAnalysis";
|
|
@@ -11791,25 +11845,8 @@ declare function getAllJsonSchemas(): {
|
|
|
11791
11845
|
containerOrchestration: "containerOrchestration";
|
|
11792
11846
|
apiGateway: "apiGateway";
|
|
11793
11847
|
continuousIntegration: "continuousIntegration";
|
|
11794
|
-
ai: "ai";
|
|
11795
|
-
effect: "effect";
|
|
11796
|
-
css: "css";
|
|
11797
|
-
ui: "ui";
|
|
11798
|
-
push: "push";
|
|
11799
|
-
frontend: "frontend";
|
|
11800
|
-
mobile: "mobile";
|
|
11801
|
-
graphql: "graphql";
|
|
11802
|
-
deploy: "deploy";
|
|
11803
|
-
migrations: "migrations";
|
|
11804
|
-
navigation: "navigation";
|
|
11805
|
-
storage: "storage";
|
|
11806
|
-
ota: "ota";
|
|
11807
|
-
deepLinking: "deepLinking";
|
|
11808
|
-
appPlatform: "appPlatform";
|
|
11809
|
-
dataFetching: "dataFetching";
|
|
11810
|
-
workspaceTooling: "workspaceTooling";
|
|
11811
|
-
toolchain: "toolchain";
|
|
11812
11848
|
backendUtilities: "backendUtilities";
|
|
11849
|
+
examples: "examples";
|
|
11813
11850
|
language: "language";
|
|
11814
11851
|
buildTool: "buildTool";
|
|
11815
11852
|
cli: "cli";
|
|
@@ -11822,6 +11859,7 @@ declare function getAllJsonSchemas(): {
|
|
|
11822
11859
|
data: "data";
|
|
11823
11860
|
media: "media";
|
|
11824
11861
|
server: "server";
|
|
11862
|
+
packageManager: "packageManager";
|
|
11825
11863
|
messageQueue: "messageQueue";
|
|
11826
11864
|
}>;
|
|
11827
11865
|
toolId: z.ZodString;
|
|
@@ -11837,8 +11875,8 @@ declare function getAllJsonSchemas(): {
|
|
|
11837
11875
|
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
11838
11876
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
11839
11877
|
source: z.ZodEnum<{
|
|
11840
|
-
selected: "selected";
|
|
11841
11878
|
defaulted: "defaulted";
|
|
11879
|
+
selected: "selected";
|
|
11842
11880
|
provided: "provided";
|
|
11843
11881
|
legacy: "legacy";
|
|
11844
11882
|
adjusted: "adjusted";
|
|
@@ -12141,7 +12179,6 @@ declare function getAllJsonSchemas(): {
|
|
|
12141
12179
|
"styled-components": "styled-components";
|
|
12142
12180
|
}>;
|
|
12143
12181
|
uiLibrary: z.ZodEnum<{
|
|
12144
|
-
mui: "mui";
|
|
12145
12182
|
none: "none";
|
|
12146
12183
|
"shadcn-ui": "shadcn-ui";
|
|
12147
12184
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -12152,6 +12189,7 @@ declare function getAllJsonSchemas(): {
|
|
|
12152
12189
|
"chakra-ui": "chakra-ui";
|
|
12153
12190
|
nextui: "nextui";
|
|
12154
12191
|
mantine: "mantine";
|
|
12192
|
+
mui: "mui";
|
|
12155
12193
|
antd: "antd";
|
|
12156
12194
|
"base-ui": "base-ui";
|
|
12157
12195
|
"ark-ui": "ark-ui";
|
|
@@ -12223,8 +12261,8 @@ declare function getAllJsonSchemas(): {
|
|
|
12223
12261
|
"geist-mono": "geist-mono";
|
|
12224
12262
|
}>>;
|
|
12225
12263
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
12226
|
-
none: "none";
|
|
12227
12264
|
default: "default";
|
|
12265
|
+
none: "none";
|
|
12228
12266
|
small: "small";
|
|
12229
12267
|
medium: "medium";
|
|
12230
12268
|
large: "large";
|
|
@@ -12240,9 +12278,9 @@ declare function getAllJsonSchemas(): {
|
|
|
12240
12278
|
"effect-schema": "effect-schema";
|
|
12241
12279
|
}>;
|
|
12242
12280
|
realtime: z.ZodEnum<{
|
|
12243
|
-
ws: "ws";
|
|
12244
12281
|
none: "none";
|
|
12245
12282
|
"socket-io": "socket-io";
|
|
12283
|
+
ws: "ws";
|
|
12246
12284
|
partykit: "partykit";
|
|
12247
12285
|
ably: "ably";
|
|
12248
12286
|
pusher: "pusher";
|
|
@@ -12310,6 +12348,10 @@ declare function getAllJsonSchemas(): {
|
|
|
12310
12348
|
ga4: "ga4";
|
|
12311
12349
|
"vercel-analytics": "vercel-analytics";
|
|
12312
12350
|
}>;
|
|
12351
|
+
webMcp: z.ZodDefault<z.ZodEnum<{
|
|
12352
|
+
none: "none";
|
|
12353
|
+
enabled: "enabled";
|
|
12354
|
+
}>>;
|
|
12313
12355
|
cms: z.ZodEnum<{
|
|
12314
12356
|
none: "none";
|
|
12315
12357
|
payload: "payload";
|
|
@@ -12490,8 +12532,8 @@ declare function getAllJsonSchemas(): {
|
|
|
12490
12532
|
ratatui: "ratatui";
|
|
12491
12533
|
}>;
|
|
12492
12534
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
12493
|
-
none: "none";
|
|
12494
12535
|
config: "config";
|
|
12536
|
+
none: "none";
|
|
12495
12537
|
serde: "serde";
|
|
12496
12538
|
uuid: "uuid";
|
|
12497
12539
|
chrono: "chrono";
|
|
@@ -12701,10 +12743,10 @@ declare function getAllJsonSchemas(): {
|
|
|
12701
12743
|
httprouter: "httprouter";
|
|
12702
12744
|
}>;
|
|
12703
12745
|
goOrm: z.ZodEnum<{
|
|
12704
|
-
gorm: "gorm";
|
|
12705
12746
|
none: "none";
|
|
12706
12747
|
bun: "bun";
|
|
12707
12748
|
sqlx: "sqlx";
|
|
12749
|
+
gorm: "gorm";
|
|
12708
12750
|
sqlc: "sqlc";
|
|
12709
12751
|
ent: "ent";
|
|
12710
12752
|
}>;
|
|
@@ -13107,41 +13149,58 @@ declare function getAllJsonSchemas(): {
|
|
|
13107
13149
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13108
13150
|
id: z.ZodString;
|
|
13109
13151
|
role: z.ZodEnum<{
|
|
13110
|
-
|
|
13152
|
+
push: "push";
|
|
13153
|
+
frontend: "frontend";
|
|
13111
13154
|
backend: "backend";
|
|
13155
|
+
mobile: "mobile";
|
|
13112
13156
|
database: "database";
|
|
13157
|
+
api: "api";
|
|
13158
|
+
graphql: "graphql";
|
|
13113
13159
|
orm: "orm";
|
|
13114
|
-
dbSetup: "dbSetup";
|
|
13115
13160
|
auth: "auth";
|
|
13116
|
-
|
|
13161
|
+
runtime: "runtime";
|
|
13162
|
+
deploy: "deploy";
|
|
13163
|
+
dbSetup: "dbSetup";
|
|
13164
|
+
migrations: "migrations";
|
|
13165
|
+
realtime: "realtime";
|
|
13166
|
+
navigation: "navigation";
|
|
13167
|
+
caching: "caching";
|
|
13168
|
+
observability: "observability";
|
|
13117
13169
|
email: "email";
|
|
13170
|
+
search: "search";
|
|
13171
|
+
vectorDb: "vectorDb";
|
|
13172
|
+
fileStorage: "fileStorage";
|
|
13173
|
+
jobQueue: "jobQueue";
|
|
13174
|
+
rateLimit: "rateLimit";
|
|
13175
|
+
botProtection: "botProtection";
|
|
13176
|
+
testing: "testing";
|
|
13177
|
+
stateManagement: "stateManagement";
|
|
13178
|
+
forms: "forms";
|
|
13179
|
+
animation: "animation";
|
|
13118
13180
|
fileUpload: "fileUpload";
|
|
13181
|
+
validation: "validation";
|
|
13182
|
+
effect: "effect";
|
|
13183
|
+
ui: "ui";
|
|
13184
|
+
css: "css";
|
|
13185
|
+
storage: "storage";
|
|
13186
|
+
ota: "ota";
|
|
13187
|
+
deepLinking: "deepLinking";
|
|
13188
|
+
ai: "ai";
|
|
13189
|
+
payments: "payments";
|
|
13119
13190
|
logging: "logging";
|
|
13120
|
-
observability: "observability";
|
|
13121
13191
|
featureFlags: "featureFlags";
|
|
13122
13192
|
integrations: "integrations";
|
|
13123
13193
|
ecommerce: "ecommerce";
|
|
13124
13194
|
analytics: "analytics";
|
|
13125
|
-
|
|
13126
|
-
forms: "forms";
|
|
13127
|
-
validation: "validation";
|
|
13128
|
-
testing: "testing";
|
|
13129
|
-
realtime: "realtime";
|
|
13130
|
-
jobQueue: "jobQueue";
|
|
13131
|
-
caching: "caching";
|
|
13132
|
-
rateLimit: "rateLimit";
|
|
13133
|
-
botProtection: "botProtection";
|
|
13134
|
-
animation: "animation";
|
|
13195
|
+
webMcp: "webMcp";
|
|
13135
13196
|
cms: "cms";
|
|
13136
13197
|
i18n: "i18n";
|
|
13137
|
-
search: "search";
|
|
13138
|
-
vectorDb: "vectorDb";
|
|
13139
|
-
fileStorage: "fileStorage";
|
|
13140
|
-
codeQuality: "codeQuality";
|
|
13141
13198
|
documentation: "documentation";
|
|
13142
|
-
|
|
13143
|
-
|
|
13144
|
-
|
|
13199
|
+
codeQuality: "codeQuality";
|
|
13200
|
+
appPlatform: "appPlatform";
|
|
13201
|
+
dataFetching: "dataFetching";
|
|
13202
|
+
workspaceTooling: "workspaceTooling";
|
|
13203
|
+
toolchain: "toolchain";
|
|
13145
13204
|
workspaceRunner: "workspaceRunner";
|
|
13146
13205
|
gitHooks: "gitHooks";
|
|
13147
13206
|
staticAnalysis: "staticAnalysis";
|
|
@@ -13151,25 +13210,8 @@ declare function getAllJsonSchemas(): {
|
|
|
13151
13210
|
containerOrchestration: "containerOrchestration";
|
|
13152
13211
|
apiGateway: "apiGateway";
|
|
13153
13212
|
continuousIntegration: "continuousIntegration";
|
|
13154
|
-
ai: "ai";
|
|
13155
|
-
effect: "effect";
|
|
13156
|
-
css: "css";
|
|
13157
|
-
ui: "ui";
|
|
13158
|
-
push: "push";
|
|
13159
|
-
frontend: "frontend";
|
|
13160
|
-
mobile: "mobile";
|
|
13161
|
-
graphql: "graphql";
|
|
13162
|
-
deploy: "deploy";
|
|
13163
|
-
migrations: "migrations";
|
|
13164
|
-
navigation: "navigation";
|
|
13165
|
-
storage: "storage";
|
|
13166
|
-
ota: "ota";
|
|
13167
|
-
deepLinking: "deepLinking";
|
|
13168
|
-
appPlatform: "appPlatform";
|
|
13169
|
-
dataFetching: "dataFetching";
|
|
13170
|
-
workspaceTooling: "workspaceTooling";
|
|
13171
|
-
toolchain: "toolchain";
|
|
13172
13213
|
backendUtilities: "backendUtilities";
|
|
13214
|
+
examples: "examples";
|
|
13173
13215
|
language: "language";
|
|
13174
13216
|
buildTool: "buildTool";
|
|
13175
13217
|
cli: "cli";
|
|
@@ -13182,6 +13224,7 @@ declare function getAllJsonSchemas(): {
|
|
|
13182
13224
|
data: "data";
|
|
13183
13225
|
media: "media";
|
|
13184
13226
|
server: "server";
|
|
13227
|
+
packageManager: "packageManager";
|
|
13185
13228
|
messageQueue: "messageQueue";
|
|
13186
13229
|
}>;
|
|
13187
13230
|
toolId: z.ZodString;
|
|
@@ -13197,8 +13240,8 @@ declare function getAllJsonSchemas(): {
|
|
|
13197
13240
|
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
13198
13241
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
13199
13242
|
source: z.ZodEnum<{
|
|
13200
|
-
selected: "selected";
|
|
13201
13243
|
defaulted: "defaulted";
|
|
13244
|
+
selected: "selected";
|
|
13202
13245
|
provided: "provided";
|
|
13203
13246
|
legacy: "legacy";
|
|
13204
13247
|
adjusted: "adjusted";
|
|
@@ -13504,7 +13547,6 @@ declare function getAllJsonSchemas(): {
|
|
|
13504
13547
|
"styled-components": "styled-components";
|
|
13505
13548
|
}>;
|
|
13506
13549
|
uiLibrary: z.ZodEnum<{
|
|
13507
|
-
mui: "mui";
|
|
13508
13550
|
none: "none";
|
|
13509
13551
|
"shadcn-ui": "shadcn-ui";
|
|
13510
13552
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -13515,6 +13557,7 @@ declare function getAllJsonSchemas(): {
|
|
|
13515
13557
|
"chakra-ui": "chakra-ui";
|
|
13516
13558
|
nextui: "nextui";
|
|
13517
13559
|
mantine: "mantine";
|
|
13560
|
+
mui: "mui";
|
|
13518
13561
|
antd: "antd";
|
|
13519
13562
|
"base-ui": "base-ui";
|
|
13520
13563
|
"ark-ui": "ark-ui";
|
|
@@ -13586,8 +13629,8 @@ declare function getAllJsonSchemas(): {
|
|
|
13586
13629
|
"geist-mono": "geist-mono";
|
|
13587
13630
|
}>>;
|
|
13588
13631
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
13589
|
-
none: "none";
|
|
13590
13632
|
default: "default";
|
|
13633
|
+
none: "none";
|
|
13591
13634
|
small: "small";
|
|
13592
13635
|
medium: "medium";
|
|
13593
13636
|
large: "large";
|
|
@@ -13603,9 +13646,9 @@ declare function getAllJsonSchemas(): {
|
|
|
13603
13646
|
"effect-schema": "effect-schema";
|
|
13604
13647
|
}>;
|
|
13605
13648
|
realtime: z.ZodEnum<{
|
|
13606
|
-
ws: "ws";
|
|
13607
13649
|
none: "none";
|
|
13608
13650
|
"socket-io": "socket-io";
|
|
13651
|
+
ws: "ws";
|
|
13609
13652
|
partykit: "partykit";
|
|
13610
13653
|
ably: "ably";
|
|
13611
13654
|
pusher: "pusher";
|
|
@@ -13673,6 +13716,10 @@ declare function getAllJsonSchemas(): {
|
|
|
13673
13716
|
ga4: "ga4";
|
|
13674
13717
|
"vercel-analytics": "vercel-analytics";
|
|
13675
13718
|
}>;
|
|
13719
|
+
webMcp: z.ZodDefault<z.ZodEnum<{
|
|
13720
|
+
none: "none";
|
|
13721
|
+
enabled: "enabled";
|
|
13722
|
+
}>>;
|
|
13676
13723
|
cms: z.ZodEnum<{
|
|
13677
13724
|
none: "none";
|
|
13678
13725
|
payload: "payload";
|
|
@@ -13853,8 +13900,8 @@ declare function getAllJsonSchemas(): {
|
|
|
13853
13900
|
ratatui: "ratatui";
|
|
13854
13901
|
}>;
|
|
13855
13902
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
13856
|
-
none: "none";
|
|
13857
13903
|
config: "config";
|
|
13904
|
+
none: "none";
|
|
13858
13905
|
serde: "serde";
|
|
13859
13906
|
uuid: "uuid";
|
|
13860
13907
|
chrono: "chrono";
|
|
@@ -14064,10 +14111,10 @@ declare function getAllJsonSchemas(): {
|
|
|
14064
14111
|
httprouter: "httprouter";
|
|
14065
14112
|
}>;
|
|
14066
14113
|
goOrm: z.ZodEnum<{
|
|
14067
|
-
gorm: "gorm";
|
|
14068
14114
|
none: "none";
|
|
14069
14115
|
bun: "bun";
|
|
14070
14116
|
sqlx: "sqlx";
|
|
14117
|
+
gorm: "gorm";
|
|
14071
14118
|
sqlc: "sqlc";
|
|
14072
14119
|
ent: "ent";
|
|
14073
14120
|
}>;
|
|
@@ -14470,41 +14517,58 @@ declare function getAllJsonSchemas(): {
|
|
|
14470
14517
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14471
14518
|
id: z.ZodString;
|
|
14472
14519
|
role: z.ZodEnum<{
|
|
14473
|
-
|
|
14520
|
+
push: "push";
|
|
14521
|
+
frontend: "frontend";
|
|
14474
14522
|
backend: "backend";
|
|
14523
|
+
mobile: "mobile";
|
|
14475
14524
|
database: "database";
|
|
14525
|
+
api: "api";
|
|
14526
|
+
graphql: "graphql";
|
|
14476
14527
|
orm: "orm";
|
|
14477
|
-
dbSetup: "dbSetup";
|
|
14478
14528
|
auth: "auth";
|
|
14479
|
-
|
|
14529
|
+
runtime: "runtime";
|
|
14530
|
+
deploy: "deploy";
|
|
14531
|
+
dbSetup: "dbSetup";
|
|
14532
|
+
migrations: "migrations";
|
|
14533
|
+
realtime: "realtime";
|
|
14534
|
+
navigation: "navigation";
|
|
14535
|
+
caching: "caching";
|
|
14536
|
+
observability: "observability";
|
|
14480
14537
|
email: "email";
|
|
14538
|
+
search: "search";
|
|
14539
|
+
vectorDb: "vectorDb";
|
|
14540
|
+
fileStorage: "fileStorage";
|
|
14541
|
+
jobQueue: "jobQueue";
|
|
14542
|
+
rateLimit: "rateLimit";
|
|
14543
|
+
botProtection: "botProtection";
|
|
14544
|
+
testing: "testing";
|
|
14545
|
+
stateManagement: "stateManagement";
|
|
14546
|
+
forms: "forms";
|
|
14547
|
+
animation: "animation";
|
|
14481
14548
|
fileUpload: "fileUpload";
|
|
14549
|
+
validation: "validation";
|
|
14550
|
+
effect: "effect";
|
|
14551
|
+
ui: "ui";
|
|
14552
|
+
css: "css";
|
|
14553
|
+
storage: "storage";
|
|
14554
|
+
ota: "ota";
|
|
14555
|
+
deepLinking: "deepLinking";
|
|
14556
|
+
ai: "ai";
|
|
14557
|
+
payments: "payments";
|
|
14482
14558
|
logging: "logging";
|
|
14483
|
-
observability: "observability";
|
|
14484
14559
|
featureFlags: "featureFlags";
|
|
14485
14560
|
integrations: "integrations";
|
|
14486
14561
|
ecommerce: "ecommerce";
|
|
14487
14562
|
analytics: "analytics";
|
|
14488
|
-
|
|
14489
|
-
forms: "forms";
|
|
14490
|
-
validation: "validation";
|
|
14491
|
-
testing: "testing";
|
|
14492
|
-
realtime: "realtime";
|
|
14493
|
-
jobQueue: "jobQueue";
|
|
14494
|
-
caching: "caching";
|
|
14495
|
-
rateLimit: "rateLimit";
|
|
14496
|
-
botProtection: "botProtection";
|
|
14497
|
-
animation: "animation";
|
|
14563
|
+
webMcp: "webMcp";
|
|
14498
14564
|
cms: "cms";
|
|
14499
14565
|
i18n: "i18n";
|
|
14500
|
-
search: "search";
|
|
14501
|
-
vectorDb: "vectorDb";
|
|
14502
|
-
fileStorage: "fileStorage";
|
|
14503
|
-
codeQuality: "codeQuality";
|
|
14504
14566
|
documentation: "documentation";
|
|
14505
|
-
|
|
14506
|
-
|
|
14507
|
-
|
|
14567
|
+
codeQuality: "codeQuality";
|
|
14568
|
+
appPlatform: "appPlatform";
|
|
14569
|
+
dataFetching: "dataFetching";
|
|
14570
|
+
workspaceTooling: "workspaceTooling";
|
|
14571
|
+
toolchain: "toolchain";
|
|
14508
14572
|
workspaceRunner: "workspaceRunner";
|
|
14509
14573
|
gitHooks: "gitHooks";
|
|
14510
14574
|
staticAnalysis: "staticAnalysis";
|
|
@@ -14514,25 +14578,8 @@ declare function getAllJsonSchemas(): {
|
|
|
14514
14578
|
containerOrchestration: "containerOrchestration";
|
|
14515
14579
|
apiGateway: "apiGateway";
|
|
14516
14580
|
continuousIntegration: "continuousIntegration";
|
|
14517
|
-
ai: "ai";
|
|
14518
|
-
effect: "effect";
|
|
14519
|
-
css: "css";
|
|
14520
|
-
ui: "ui";
|
|
14521
|
-
push: "push";
|
|
14522
|
-
frontend: "frontend";
|
|
14523
|
-
mobile: "mobile";
|
|
14524
|
-
graphql: "graphql";
|
|
14525
|
-
deploy: "deploy";
|
|
14526
|
-
migrations: "migrations";
|
|
14527
|
-
navigation: "navigation";
|
|
14528
|
-
storage: "storage";
|
|
14529
|
-
ota: "ota";
|
|
14530
|
-
deepLinking: "deepLinking";
|
|
14531
|
-
appPlatform: "appPlatform";
|
|
14532
|
-
dataFetching: "dataFetching";
|
|
14533
|
-
workspaceTooling: "workspaceTooling";
|
|
14534
|
-
toolchain: "toolchain";
|
|
14535
14581
|
backendUtilities: "backendUtilities";
|
|
14582
|
+
examples: "examples";
|
|
14536
14583
|
language: "language";
|
|
14537
14584
|
buildTool: "buildTool";
|
|
14538
14585
|
cli: "cli";
|
|
@@ -14545,6 +14592,7 @@ declare function getAllJsonSchemas(): {
|
|
|
14545
14592
|
data: "data";
|
|
14546
14593
|
media: "media";
|
|
14547
14594
|
server: "server";
|
|
14595
|
+
packageManager: "packageManager";
|
|
14548
14596
|
messageQueue: "messageQueue";
|
|
14549
14597
|
}>;
|
|
14550
14598
|
toolId: z.ZodString;
|
|
@@ -14560,8 +14608,8 @@ declare function getAllJsonSchemas(): {
|
|
|
14560
14608
|
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
14561
14609
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
14562
14610
|
source: z.ZodEnum<{
|
|
14563
|
-
selected: "selected";
|
|
14564
14611
|
defaulted: "defaulted";
|
|
14612
|
+
selected: "selected";
|
|
14565
14613
|
provided: "provided";
|
|
14566
14614
|
legacy: "legacy";
|
|
14567
14615
|
adjusted: "adjusted";
|