@better-fullstack/types 2.6.1 → 2.6.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/{defaults-vm2Pzryr.d.mts → defaults-CZeSVSu8.d.mts} +3 -3
- package/dist/defaults-CZeSVSu8.d.mts.map +1 -0
- package/dist/{defaults-Bp46Ajyg.mjs → defaults-DTS30ICD.mjs} +2 -2
- package/dist/defaults-DTS30ICD.mjs.map +1 -0
- package/dist/defaults.d.mts +3 -3
- package/dist/defaults.mjs +1 -1
- package/dist/index.d.mts +1258 -11
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +289 -9
- package/dist/index.mjs.map +1 -1
- package/dist/json-schema.d.mts +364 -364
- package/dist/json-schema.d.mts.map +1 -1
- package/dist/json-schema.mjs +2 -2
- package/dist/json-schema.mjs.map +1 -1
- package/dist/{schemas-ah-Pon-K.d.mts → schemas-82xJXQrZ.d.mts} +719 -637
- package/dist/schemas-82xJXQrZ.d.mts.map +1 -0
- package/dist/{schemas-CH1UszP5.mjs → schemas-cgmdgudQ.mjs} +41 -4
- package/dist/schemas-cgmdgudQ.mjs.map +1 -0
- package/dist/schemas.d.mts +2 -2
- package/dist/schemas.mjs +2 -2
- package/dist/{stack-graph-B2L-S2-8.d.mts → stack-graph-DG53F1Q2.d.mts} +26 -4
- package/dist/stack-graph-DG53F1Q2.d.mts.map +1 -0
- package/dist/{stack-graph-AWbdUrN3.mjs → stack-graph-Oj-P0cij.mjs} +91 -14
- package/dist/stack-graph-Oj-P0cij.mjs.map +1 -0
- package/dist/stack-graph.d.mts +4 -4
- package/dist/stack-graph.mjs +3 -3
- package/dist/{stack-translation-BJ9ulTxF.d.mts → stack-translation-0OwfhcBf.d.mts} +59 -9
- package/dist/stack-translation-0OwfhcBf.d.mts.map +1 -0
- package/dist/{stack-translation-Cn6zGJ5q.mjs → stack-translation-49iba9M5.mjs} +161 -30
- package/dist/stack-translation-49iba9M5.mjs.map +1 -0
- package/dist/stack-translation.d.mts +4 -4
- package/dist/stack-translation.mjs +3 -3
- package/dist/telemetry-C9qQ80l9.mjs +2270 -0
- package/dist/telemetry-C9qQ80l9.mjs.map +1 -0
- package/dist/telemetry-CUtrUTe9.d.mts +36 -0
- package/dist/telemetry-CUtrUTe9.d.mts.map +1 -0
- package/dist/telemetry.d.mts +2 -0
- package/dist/telemetry.mjs +6 -0
- package/dist/{types-CxFTot-Q.d.mts → types-CfEIdtDo.d.mts} +3 -3
- package/dist/types-CfEIdtDo.d.mts.map +1 -0
- package/dist/types.d.mts +2 -2
- package/package.json +5 -1
- package/dist/defaults-Bp46Ajyg.mjs.map +0 -1
- package/dist/defaults-vm2Pzryr.d.mts.map +0 -1
- package/dist/schemas-CH1UszP5.mjs.map +0 -1
- package/dist/schemas-ah-Pon-K.d.mts.map +0 -1
- package/dist/stack-graph-AWbdUrN3.mjs.map +0 -1
- package/dist/stack-graph-B2L-S2-8.d.mts.map +0 -1
- package/dist/stack-translation-BJ9ulTxF.d.mts.map +0 -1
- package/dist/stack-translation-Cn6zGJ5q.mjs.map +0 -1
- package/dist/types-CxFTot-Q.d.mts.map +0 -1
package/dist/json-schema.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
|
-
//#region src/json-schema.d.ts
|
|
3
|
+
//#region src/config/json-schema.d.ts
|
|
4
4
|
declare function getDatabaseJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
5
5
|
none: "none";
|
|
6
6
|
sqlite: "sqlite";
|
|
@@ -21,13 +21,13 @@ declare function getORMJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEn
|
|
|
21
21
|
sequelize: "sequelize";
|
|
22
22
|
}>>;
|
|
23
23
|
declare function getBackendJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
24
|
-
effect: "effect";
|
|
25
24
|
none: "none";
|
|
26
25
|
hono: "hono";
|
|
27
26
|
express: "express";
|
|
28
27
|
fastify: "fastify";
|
|
29
28
|
elysia: "elysia";
|
|
30
29
|
fets: "fets";
|
|
30
|
+
effect: "effect";
|
|
31
31
|
nestjs: "nestjs";
|
|
32
32
|
adonisjs: "adonisjs";
|
|
33
33
|
nitro: "nitro";
|
|
@@ -109,8 +109,8 @@ declare function getAddonsJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.Zo
|
|
|
109
109
|
capacitor: "capacitor";
|
|
110
110
|
}>>;
|
|
111
111
|
declare function getExamplesJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
112
|
-
ai: "ai";
|
|
113
112
|
none: "none";
|
|
113
|
+
ai: "ai";
|
|
114
114
|
"chat-sdk": "chat-sdk";
|
|
115
115
|
"tanstack-showcase": "tanstack-showcase";
|
|
116
116
|
}>>;
|
|
@@ -193,34 +193,34 @@ declare function getServerDeployJsonSchema(): z.core.ZodStandardJSONSchemaPayloa
|
|
|
193
193
|
vercel: "vercel";
|
|
194
194
|
}>>;
|
|
195
195
|
declare function getDirectoryConflictJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
196
|
-
error: "error";
|
|
197
196
|
merge: "merge";
|
|
198
197
|
overwrite: "overwrite";
|
|
199
198
|
increment: "increment";
|
|
199
|
+
error: "error";
|
|
200
200
|
}>>;
|
|
201
201
|
declare function getTemplateJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
202
202
|
none: "none";
|
|
203
|
-
uniwind: "uniwind";
|
|
204
203
|
mern: "mern";
|
|
205
204
|
pern: "pern";
|
|
206
205
|
t3: "t3";
|
|
207
206
|
saas: "saas";
|
|
207
|
+
uniwind: "uniwind";
|
|
208
208
|
}>>;
|
|
209
209
|
declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
210
210
|
projectName: z.ZodOptional<z.ZodString>;
|
|
211
211
|
template: z.ZodOptional<z.ZodEnum<{
|
|
212
212
|
none: "none";
|
|
213
|
-
uniwind: "uniwind";
|
|
214
213
|
mern: "mern";
|
|
215
214
|
pern: "pern";
|
|
216
215
|
t3: "t3";
|
|
217
216
|
saas: "saas";
|
|
217
|
+
uniwind: "uniwind";
|
|
218
218
|
}>>;
|
|
219
219
|
shape: z.ZodOptional<z.ZodEnum<{
|
|
220
|
-
|
|
220
|
+
fullstack: "fullstack";
|
|
221
221
|
frontend: "frontend";
|
|
222
|
+
backend: "backend";
|
|
222
223
|
mobile: "mobile";
|
|
223
|
-
fullstack: "fullstack";
|
|
224
224
|
}>>;
|
|
225
225
|
yes: z.ZodOptional<z.ZodBoolean>;
|
|
226
226
|
yolo: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -352,8 +352,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
352
352
|
capacitor: "capacitor";
|
|
353
353
|
}>>>;
|
|
354
354
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
355
|
-
ai: "ai";
|
|
356
355
|
none: "none";
|
|
356
|
+
ai: "ai";
|
|
357
357
|
"chat-sdk": "chat-sdk";
|
|
358
358
|
"tanstack-showcase": "tanstack-showcase";
|
|
359
359
|
}>>>;
|
|
@@ -387,13 +387,13 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
387
387
|
docker: "docker";
|
|
388
388
|
}>>;
|
|
389
389
|
backend: z.ZodOptional<z.ZodEnum<{
|
|
390
|
-
effect: "effect";
|
|
391
390
|
none: "none";
|
|
392
391
|
hono: "hono";
|
|
393
392
|
express: "express";
|
|
394
393
|
fastify: "fastify";
|
|
395
394
|
elysia: "elysia";
|
|
396
395
|
fets: "fets";
|
|
396
|
+
effect: "effect";
|
|
397
397
|
nestjs: "nestjs";
|
|
398
398
|
adonisjs: "adonisjs";
|
|
399
399
|
nitro: "nitro";
|
|
@@ -440,10 +440,10 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
440
440
|
vercel: "vercel";
|
|
441
441
|
}>>;
|
|
442
442
|
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
443
|
-
error: "error";
|
|
444
443
|
merge: "merge";
|
|
445
444
|
overwrite: "overwrite";
|
|
446
445
|
increment: "increment";
|
|
446
|
+
error: "error";
|
|
447
447
|
}>>;
|
|
448
448
|
renderTitle: z.ZodOptional<z.ZodBoolean>;
|
|
449
449
|
disableAnalytics: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -472,8 +472,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
472
472
|
"ai-cli": "ai-cli";
|
|
473
473
|
}>>;
|
|
474
474
|
effect: z.ZodOptional<z.ZodEnum<{
|
|
475
|
-
effect: "effect";
|
|
476
475
|
none: "none";
|
|
476
|
+
effect: "effect";
|
|
477
477
|
"effect-full": "effect-full";
|
|
478
478
|
}>>;
|
|
479
479
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -757,9 +757,9 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
757
757
|
}>>;
|
|
758
758
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
759
759
|
none: "none";
|
|
760
|
+
uniwind: "uniwind";
|
|
760
761
|
tamagui: "tamagui";
|
|
761
762
|
"gluestack-ui": "gluestack-ui";
|
|
762
|
-
uniwind: "uniwind";
|
|
763
763
|
unistyles: "unistyles";
|
|
764
764
|
}>>;
|
|
765
765
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -876,11 +876,11 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
876
876
|
}>>;
|
|
877
877
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
878
878
|
none: "none";
|
|
879
|
-
config: "config";
|
|
880
879
|
serde: "serde";
|
|
881
880
|
uuid: "uuid";
|
|
882
881
|
chrono: "chrono";
|
|
883
882
|
reqwest: "reqwest";
|
|
883
|
+
config: "config";
|
|
884
884
|
dashmap: "dashmap";
|
|
885
885
|
"parking-lot": "parking-lot";
|
|
886
886
|
secrecy: "secrecy";
|
|
@@ -1086,10 +1086,10 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
1086
1086
|
httprouter: "httprouter";
|
|
1087
1087
|
}>>;
|
|
1088
1088
|
goOrm: z.ZodOptional<z.ZodEnum<{
|
|
1089
|
-
gorm: "gorm";
|
|
1090
1089
|
none: "none";
|
|
1091
1090
|
bun: "bun";
|
|
1092
1091
|
sqlx: "sqlx";
|
|
1092
|
+
gorm: "gorm";
|
|
1093
1093
|
sqlc: "sqlc";
|
|
1094
1094
|
ent: "ent";
|
|
1095
1095
|
}>>;
|
|
@@ -1525,13 +1525,13 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1525
1525
|
sequelize: "sequelize";
|
|
1526
1526
|
}>;
|
|
1527
1527
|
backend: z.ZodEnum<{
|
|
1528
|
-
effect: "effect";
|
|
1529
1528
|
none: "none";
|
|
1530
1529
|
hono: "hono";
|
|
1531
1530
|
express: "express";
|
|
1532
1531
|
fastify: "fastify";
|
|
1533
1532
|
elysia: "elysia";
|
|
1534
1533
|
fets: "fets";
|
|
1534
|
+
effect: "effect";
|
|
1535
1535
|
nestjs: "nestjs";
|
|
1536
1536
|
adonisjs: "adonisjs";
|
|
1537
1537
|
nitro: "nitro";
|
|
@@ -1613,8 +1613,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1613
1613
|
capacitor: "capacitor";
|
|
1614
1614
|
}>>;
|
|
1615
1615
|
examples: z.ZodArray<z.ZodEnum<{
|
|
1616
|
-
ai: "ai";
|
|
1617
1616
|
none: "none";
|
|
1617
|
+
ai: "ai";
|
|
1618
1618
|
"chat-sdk": "chat-sdk";
|
|
1619
1619
|
"tanstack-showcase": "tanstack-showcase";
|
|
1620
1620
|
}>>;
|
|
@@ -1731,8 +1731,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1731
1731
|
"ai-cli": "ai-cli";
|
|
1732
1732
|
}>;
|
|
1733
1733
|
effect: z.ZodEnum<{
|
|
1734
|
-
effect: "effect";
|
|
1735
1734
|
none: "none";
|
|
1735
|
+
effect: "effect";
|
|
1736
1736
|
"effect-full": "effect-full";
|
|
1737
1737
|
}>;
|
|
1738
1738
|
stateManagement: z.ZodEnum<{
|
|
@@ -1785,7 +1785,6 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1785
1785
|
"styled-components": "styled-components";
|
|
1786
1786
|
}>;
|
|
1787
1787
|
uiLibrary: z.ZodEnum<{
|
|
1788
|
-
mui: "mui";
|
|
1789
1788
|
none: "none";
|
|
1790
1789
|
"shadcn-ui": "shadcn-ui";
|
|
1791
1790
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -1796,6 +1795,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1796
1795
|
"chakra-ui": "chakra-ui";
|
|
1797
1796
|
nextui: "nextui";
|
|
1798
1797
|
mantine: "mantine";
|
|
1798
|
+
mui: "mui";
|
|
1799
1799
|
antd: "antd";
|
|
1800
1800
|
"base-ui": "base-ui";
|
|
1801
1801
|
"ark-ui": "ark-ui";
|
|
@@ -1884,9 +1884,9 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1884
1884
|
"effect-schema": "effect-schema";
|
|
1885
1885
|
}>;
|
|
1886
1886
|
realtime: z.ZodEnum<{
|
|
1887
|
-
ws: "ws";
|
|
1888
1887
|
none: "none";
|
|
1889
1888
|
"socket-io": "socket-io";
|
|
1889
|
+
ws: "ws";
|
|
1890
1890
|
partykit: "partykit";
|
|
1891
1891
|
ably: "ably";
|
|
1892
1892
|
pusher: "pusher";
|
|
@@ -2016,9 +2016,9 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2016
2016
|
}>;
|
|
2017
2017
|
mobileUI: z.ZodEnum<{
|
|
2018
2018
|
none: "none";
|
|
2019
|
+
uniwind: "uniwind";
|
|
2019
2020
|
tamagui: "tamagui";
|
|
2020
2021
|
"gluestack-ui": "gluestack-ui";
|
|
2021
|
-
uniwind: "uniwind";
|
|
2022
2022
|
unistyles: "unistyles";
|
|
2023
2023
|
}>;
|
|
2024
2024
|
mobileStorage: z.ZodEnum<{
|
|
@@ -2135,11 +2135,11 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2135
2135
|
}>;
|
|
2136
2136
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
2137
2137
|
none: "none";
|
|
2138
|
-
config: "config";
|
|
2139
2138
|
serde: "serde";
|
|
2140
2139
|
uuid: "uuid";
|
|
2141
2140
|
chrono: "chrono";
|
|
2142
2141
|
reqwest: "reqwest";
|
|
2142
|
+
config: "config";
|
|
2143
2143
|
dashmap: "dashmap";
|
|
2144
2144
|
"parking-lot": "parking-lot";
|
|
2145
2145
|
secrecy: "secrecy";
|
|
@@ -2345,10 +2345,10 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2345
2345
|
httprouter: "httprouter";
|
|
2346
2346
|
}>;
|
|
2347
2347
|
goOrm: z.ZodEnum<{
|
|
2348
|
-
gorm: "gorm";
|
|
2349
2348
|
none: "none";
|
|
2350
2349
|
bun: "bun";
|
|
2351
2350
|
sqlx: "sqlx";
|
|
2351
|
+
gorm: "gorm";
|
|
2352
2352
|
sqlc: "sqlc";
|
|
2353
2353
|
ent: "ent";
|
|
2354
2354
|
}>;
|
|
@@ -2751,14 +2751,28 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2751
2751
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2752
2752
|
id: z.ZodString;
|
|
2753
2753
|
role: z.ZodEnum<{
|
|
2754
|
-
|
|
2754
|
+
effect: "effect";
|
|
2755
|
+
ai: "ai";
|
|
2756
|
+
frontend: "frontend";
|
|
2755
2757
|
backend: "backend";
|
|
2758
|
+
mobile: "mobile";
|
|
2756
2759
|
database: "database";
|
|
2757
2760
|
orm: "orm";
|
|
2758
|
-
dbSetup: "dbSetup";
|
|
2759
2761
|
auth: "auth";
|
|
2760
2762
|
payments: "payments";
|
|
2763
|
+
examples: "examples";
|
|
2764
|
+
packageManager: "packageManager";
|
|
2765
|
+
dbSetup: "dbSetup";
|
|
2766
|
+
runtime: "runtime";
|
|
2767
|
+
api: "api";
|
|
2768
|
+
stateManagement: "stateManagement";
|
|
2769
|
+
forms: "forms";
|
|
2770
|
+
testing: "testing";
|
|
2761
2771
|
email: "email";
|
|
2772
|
+
validation: "validation";
|
|
2773
|
+
realtime: "realtime";
|
|
2774
|
+
jobQueue: "jobQueue";
|
|
2775
|
+
animation: "animation";
|
|
2762
2776
|
fileUpload: "fileUpload";
|
|
2763
2777
|
logging: "logging";
|
|
2764
2778
|
observability: "observability";
|
|
@@ -2766,53 +2780,40 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2766
2780
|
integrations: "integrations";
|
|
2767
2781
|
ecommerce: "ecommerce";
|
|
2768
2782
|
analytics: "analytics";
|
|
2769
|
-
|
|
2770
|
-
forms: "forms";
|
|
2771
|
-
validation: "validation";
|
|
2772
|
-
testing: "testing";
|
|
2773
|
-
realtime: "realtime";
|
|
2774
|
-
jobQueue: "jobQueue";
|
|
2783
|
+
cms: "cms";
|
|
2775
2784
|
caching: "caching";
|
|
2776
2785
|
rateLimit: "rateLimit";
|
|
2777
2786
|
botProtection: "botProtection";
|
|
2778
|
-
animation: "animation";
|
|
2779
|
-
cms: "cms";
|
|
2780
2787
|
i18n: "i18n";
|
|
2781
2788
|
search: "search";
|
|
2782
2789
|
vectorDb: "vectorDb";
|
|
2783
2790
|
fileStorage: "fileStorage";
|
|
2784
|
-
|
|
2785
|
-
documentation: "documentation";
|
|
2786
|
-
packageManager: "packageManager";
|
|
2787
|
-
examples: "examples";
|
|
2788
|
-
api: "api";
|
|
2789
|
-
workspaceRunner: "workspaceRunner";
|
|
2790
|
-
gitHooks: "gitHooks";
|
|
2791
|
-
staticAnalysis: "staticAnalysis";
|
|
2792
|
-
aiTooling: "aiTooling";
|
|
2793
|
-
codeGeneration: "codeGeneration";
|
|
2794
|
-
developerEnvironment: "developerEnvironment";
|
|
2795
|
-
containerOrchestration: "containerOrchestration";
|
|
2796
|
-
apiGateway: "apiGateway";
|
|
2797
|
-
continuousIntegration: "continuousIntegration";
|
|
2798
|
-
ai: "ai";
|
|
2799
|
-
effect: "effect";
|
|
2800
|
-
css: "css";
|
|
2801
|
-
ui: "ui";
|
|
2802
|
-
push: "push";
|
|
2803
|
-
frontend: "frontend";
|
|
2804
|
-
mobile: "mobile";
|
|
2791
|
+
config: "config";
|
|
2805
2792
|
graphql: "graphql";
|
|
2806
2793
|
deploy: "deploy";
|
|
2807
2794
|
migrations: "migrations";
|
|
2808
2795
|
navigation: "navigation";
|
|
2796
|
+
ui: "ui";
|
|
2797
|
+
css: "css";
|
|
2809
2798
|
storage: "storage";
|
|
2799
|
+
push: "push";
|
|
2810
2800
|
ota: "ota";
|
|
2811
2801
|
deepLinking: "deepLinking";
|
|
2802
|
+
documentation: "documentation";
|
|
2803
|
+
codeQuality: "codeQuality";
|
|
2812
2804
|
appPlatform: "appPlatform";
|
|
2813
2805
|
dataFetching: "dataFetching";
|
|
2814
2806
|
workspaceTooling: "workspaceTooling";
|
|
2815
2807
|
toolchain: "toolchain";
|
|
2808
|
+
workspaceRunner: "workspaceRunner";
|
|
2809
|
+
gitHooks: "gitHooks";
|
|
2810
|
+
staticAnalysis: "staticAnalysis";
|
|
2811
|
+
aiTooling: "aiTooling";
|
|
2812
|
+
codeGeneration: "codeGeneration";
|
|
2813
|
+
developerEnvironment: "developerEnvironment";
|
|
2814
|
+
containerOrchestration: "containerOrchestration";
|
|
2815
|
+
apiGateway: "apiGateway";
|
|
2816
|
+
continuousIntegration: "continuousIntegration";
|
|
2816
2817
|
backendUtilities: "backendUtilities";
|
|
2817
2818
|
language: "language";
|
|
2818
2819
|
buildTool: "buildTool";
|
|
@@ -2820,7 +2821,6 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2820
2821
|
errorHandling: "errorHandling";
|
|
2821
2822
|
httpClient: "httpClient";
|
|
2822
2823
|
libraries: "libraries";
|
|
2823
|
-
config: "config";
|
|
2824
2824
|
templating: "templating";
|
|
2825
2825
|
cloudSdk: "cloudSdk";
|
|
2826
2826
|
data: "data";
|
|
@@ -2849,7 +2849,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2849
2849
|
}>;
|
|
2850
2850
|
providedByPartId: z.ZodOptional<z.ZodString>;
|
|
2851
2851
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
2852
|
-
settings: z.ZodOptional<z.
|
|
2852
|
+
settings: z.ZodOptional<z.ZodType<Record<string, unknown>, unknown, z.core.$ZodTypeInternals<Record<string, unknown>, unknown>>>;
|
|
2853
2853
|
}, z.core.$strip>>>;
|
|
2854
2854
|
}, z.core.$strip>>;
|
|
2855
2855
|
declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
@@ -2887,13 +2887,13 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2887
2887
|
sequelize: "sequelize";
|
|
2888
2888
|
}>;
|
|
2889
2889
|
backend: z.ZodEnum<{
|
|
2890
|
-
effect: "effect";
|
|
2891
2890
|
none: "none";
|
|
2892
2891
|
hono: "hono";
|
|
2893
2892
|
express: "express";
|
|
2894
2893
|
fastify: "fastify";
|
|
2895
2894
|
elysia: "elysia";
|
|
2896
2895
|
fets: "fets";
|
|
2896
|
+
effect: "effect";
|
|
2897
2897
|
nestjs: "nestjs";
|
|
2898
2898
|
adonisjs: "adonisjs";
|
|
2899
2899
|
nitro: "nitro";
|
|
@@ -2975,8 +2975,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2975
2975
|
capacitor: "capacitor";
|
|
2976
2976
|
}>>;
|
|
2977
2977
|
examples: z.ZodArray<z.ZodEnum<{
|
|
2978
|
-
ai: "ai";
|
|
2979
2978
|
none: "none";
|
|
2979
|
+
ai: "ai";
|
|
2980
2980
|
"chat-sdk": "chat-sdk";
|
|
2981
2981
|
"tanstack-showcase": "tanstack-showcase";
|
|
2982
2982
|
}>>;
|
|
@@ -3091,8 +3091,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3091
3091
|
"ai-cli": "ai-cli";
|
|
3092
3092
|
}>;
|
|
3093
3093
|
effect: z.ZodEnum<{
|
|
3094
|
-
effect: "effect";
|
|
3095
3094
|
none: "none";
|
|
3095
|
+
effect: "effect";
|
|
3096
3096
|
"effect-full": "effect-full";
|
|
3097
3097
|
}>;
|
|
3098
3098
|
stateManagement: z.ZodEnum<{
|
|
@@ -3145,7 +3145,6 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3145
3145
|
"styled-components": "styled-components";
|
|
3146
3146
|
}>;
|
|
3147
3147
|
uiLibrary: z.ZodEnum<{
|
|
3148
|
-
mui: "mui";
|
|
3149
3148
|
none: "none";
|
|
3150
3149
|
"shadcn-ui": "shadcn-ui";
|
|
3151
3150
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -3156,6 +3155,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3156
3155
|
"chakra-ui": "chakra-ui";
|
|
3157
3156
|
nextui: "nextui";
|
|
3158
3157
|
mantine: "mantine";
|
|
3158
|
+
mui: "mui";
|
|
3159
3159
|
antd: "antd";
|
|
3160
3160
|
"base-ui": "base-ui";
|
|
3161
3161
|
"ark-ui": "ark-ui";
|
|
@@ -3244,9 +3244,9 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3244
3244
|
"effect-schema": "effect-schema";
|
|
3245
3245
|
}>;
|
|
3246
3246
|
realtime: z.ZodEnum<{
|
|
3247
|
-
ws: "ws";
|
|
3248
3247
|
none: "none";
|
|
3249
3248
|
"socket-io": "socket-io";
|
|
3249
|
+
ws: "ws";
|
|
3250
3250
|
partykit: "partykit";
|
|
3251
3251
|
ably: "ably";
|
|
3252
3252
|
pusher: "pusher";
|
|
@@ -3376,9 +3376,9 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3376
3376
|
}>;
|
|
3377
3377
|
mobileUI: z.ZodEnum<{
|
|
3378
3378
|
none: "none";
|
|
3379
|
+
uniwind: "uniwind";
|
|
3379
3380
|
tamagui: "tamagui";
|
|
3380
3381
|
"gluestack-ui": "gluestack-ui";
|
|
3381
|
-
uniwind: "uniwind";
|
|
3382
3382
|
unistyles: "unistyles";
|
|
3383
3383
|
}>;
|
|
3384
3384
|
mobileStorage: z.ZodEnum<{
|
|
@@ -3495,11 +3495,11 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3495
3495
|
}>;
|
|
3496
3496
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
3497
3497
|
none: "none";
|
|
3498
|
-
config: "config";
|
|
3499
3498
|
serde: "serde";
|
|
3500
3499
|
uuid: "uuid";
|
|
3501
3500
|
chrono: "chrono";
|
|
3502
3501
|
reqwest: "reqwest";
|
|
3502
|
+
config: "config";
|
|
3503
3503
|
dashmap: "dashmap";
|
|
3504
3504
|
"parking-lot": "parking-lot";
|
|
3505
3505
|
secrecy: "secrecy";
|
|
@@ -3705,10 +3705,10 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3705
3705
|
httprouter: "httprouter";
|
|
3706
3706
|
}>;
|
|
3707
3707
|
goOrm: z.ZodEnum<{
|
|
3708
|
-
gorm: "gorm";
|
|
3709
3708
|
none: "none";
|
|
3710
3709
|
bun: "bun";
|
|
3711
3710
|
sqlx: "sqlx";
|
|
3711
|
+
gorm: "gorm";
|
|
3712
3712
|
sqlc: "sqlc";
|
|
3713
3713
|
ent: "ent";
|
|
3714
3714
|
}>;
|
|
@@ -4111,14 +4111,28 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
4111
4111
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4112
4112
|
id: z.ZodString;
|
|
4113
4113
|
role: z.ZodEnum<{
|
|
4114
|
-
|
|
4114
|
+
effect: "effect";
|
|
4115
|
+
ai: "ai";
|
|
4116
|
+
frontend: "frontend";
|
|
4115
4117
|
backend: "backend";
|
|
4118
|
+
mobile: "mobile";
|
|
4116
4119
|
database: "database";
|
|
4117
4120
|
orm: "orm";
|
|
4118
|
-
dbSetup: "dbSetup";
|
|
4119
4121
|
auth: "auth";
|
|
4120
4122
|
payments: "payments";
|
|
4123
|
+
examples: "examples";
|
|
4124
|
+
packageManager: "packageManager";
|
|
4125
|
+
dbSetup: "dbSetup";
|
|
4126
|
+
runtime: "runtime";
|
|
4127
|
+
api: "api";
|
|
4128
|
+
stateManagement: "stateManagement";
|
|
4129
|
+
forms: "forms";
|
|
4130
|
+
testing: "testing";
|
|
4121
4131
|
email: "email";
|
|
4132
|
+
validation: "validation";
|
|
4133
|
+
realtime: "realtime";
|
|
4134
|
+
jobQueue: "jobQueue";
|
|
4135
|
+
animation: "animation";
|
|
4122
4136
|
fileUpload: "fileUpload";
|
|
4123
4137
|
logging: "logging";
|
|
4124
4138
|
observability: "observability";
|
|
@@ -4126,53 +4140,40 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
4126
4140
|
integrations: "integrations";
|
|
4127
4141
|
ecommerce: "ecommerce";
|
|
4128
4142
|
analytics: "analytics";
|
|
4129
|
-
|
|
4130
|
-
forms: "forms";
|
|
4131
|
-
validation: "validation";
|
|
4132
|
-
testing: "testing";
|
|
4133
|
-
realtime: "realtime";
|
|
4134
|
-
jobQueue: "jobQueue";
|
|
4143
|
+
cms: "cms";
|
|
4135
4144
|
caching: "caching";
|
|
4136
4145
|
rateLimit: "rateLimit";
|
|
4137
4146
|
botProtection: "botProtection";
|
|
4138
|
-
animation: "animation";
|
|
4139
|
-
cms: "cms";
|
|
4140
4147
|
i18n: "i18n";
|
|
4141
4148
|
search: "search";
|
|
4142
4149
|
vectorDb: "vectorDb";
|
|
4143
4150
|
fileStorage: "fileStorage";
|
|
4144
|
-
|
|
4145
|
-
documentation: "documentation";
|
|
4146
|
-
packageManager: "packageManager";
|
|
4147
|
-
examples: "examples";
|
|
4148
|
-
api: "api";
|
|
4149
|
-
workspaceRunner: "workspaceRunner";
|
|
4150
|
-
gitHooks: "gitHooks";
|
|
4151
|
-
staticAnalysis: "staticAnalysis";
|
|
4152
|
-
aiTooling: "aiTooling";
|
|
4153
|
-
codeGeneration: "codeGeneration";
|
|
4154
|
-
developerEnvironment: "developerEnvironment";
|
|
4155
|
-
containerOrchestration: "containerOrchestration";
|
|
4156
|
-
apiGateway: "apiGateway";
|
|
4157
|
-
continuousIntegration: "continuousIntegration";
|
|
4158
|
-
ai: "ai";
|
|
4159
|
-
effect: "effect";
|
|
4160
|
-
css: "css";
|
|
4161
|
-
ui: "ui";
|
|
4162
|
-
push: "push";
|
|
4163
|
-
frontend: "frontend";
|
|
4164
|
-
mobile: "mobile";
|
|
4151
|
+
config: "config";
|
|
4165
4152
|
graphql: "graphql";
|
|
4166
4153
|
deploy: "deploy";
|
|
4167
4154
|
migrations: "migrations";
|
|
4168
4155
|
navigation: "navigation";
|
|
4156
|
+
ui: "ui";
|
|
4157
|
+
css: "css";
|
|
4169
4158
|
storage: "storage";
|
|
4159
|
+
push: "push";
|
|
4170
4160
|
ota: "ota";
|
|
4171
4161
|
deepLinking: "deepLinking";
|
|
4162
|
+
documentation: "documentation";
|
|
4163
|
+
codeQuality: "codeQuality";
|
|
4172
4164
|
appPlatform: "appPlatform";
|
|
4173
4165
|
dataFetching: "dataFetching";
|
|
4174
4166
|
workspaceTooling: "workspaceTooling";
|
|
4175
4167
|
toolchain: "toolchain";
|
|
4168
|
+
workspaceRunner: "workspaceRunner";
|
|
4169
|
+
gitHooks: "gitHooks";
|
|
4170
|
+
staticAnalysis: "staticAnalysis";
|
|
4171
|
+
aiTooling: "aiTooling";
|
|
4172
|
+
codeGeneration: "codeGeneration";
|
|
4173
|
+
developerEnvironment: "developerEnvironment";
|
|
4174
|
+
containerOrchestration: "containerOrchestration";
|
|
4175
|
+
apiGateway: "apiGateway";
|
|
4176
|
+
continuousIntegration: "continuousIntegration";
|
|
4176
4177
|
backendUtilities: "backendUtilities";
|
|
4177
4178
|
language: "language";
|
|
4178
4179
|
buildTool: "buildTool";
|
|
@@ -4180,7 +4181,6 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
4180
4181
|
errorHandling: "errorHandling";
|
|
4181
4182
|
httpClient: "httpClient";
|
|
4182
4183
|
libraries: "libraries";
|
|
4183
|
-
config: "config";
|
|
4184
4184
|
templating: "templating";
|
|
4185
4185
|
cloudSdk: "cloudSdk";
|
|
4186
4186
|
data: "data";
|
|
@@ -4209,7 +4209,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
4209
4209
|
}>;
|
|
4210
4210
|
providedByPartId: z.ZodOptional<z.ZodString>;
|
|
4211
4211
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
4212
|
-
settings: z.ZodOptional<z.
|
|
4212
|
+
settings: z.ZodOptional<z.ZodType<Record<string, unknown>, unknown, z.core.$ZodTypeInternals<Record<string, unknown>, unknown>>>;
|
|
4213
4213
|
}, z.core.$strip>>>;
|
|
4214
4214
|
}, z.core.$strip>>;
|
|
4215
4215
|
declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
@@ -4247,13 +4247,13 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4247
4247
|
sequelize: "sequelize";
|
|
4248
4248
|
}>;
|
|
4249
4249
|
backend: z.ZodEnum<{
|
|
4250
|
-
effect: "effect";
|
|
4251
4250
|
none: "none";
|
|
4252
4251
|
hono: "hono";
|
|
4253
4252
|
express: "express";
|
|
4254
4253
|
fastify: "fastify";
|
|
4255
4254
|
elysia: "elysia";
|
|
4256
4255
|
fets: "fets";
|
|
4256
|
+
effect: "effect";
|
|
4257
4257
|
nestjs: "nestjs";
|
|
4258
4258
|
adonisjs: "adonisjs";
|
|
4259
4259
|
nitro: "nitro";
|
|
@@ -4335,8 +4335,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4335
4335
|
capacitor: "capacitor";
|
|
4336
4336
|
}>>;
|
|
4337
4337
|
examples: z.ZodArray<z.ZodEnum<{
|
|
4338
|
-
ai: "ai";
|
|
4339
4338
|
none: "none";
|
|
4339
|
+
ai: "ai";
|
|
4340
4340
|
"chat-sdk": "chat-sdk";
|
|
4341
4341
|
"tanstack-showcase": "tanstack-showcase";
|
|
4342
4342
|
}>>;
|
|
@@ -4451,8 +4451,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4451
4451
|
"ai-cli": "ai-cli";
|
|
4452
4452
|
}>;
|
|
4453
4453
|
effect: z.ZodEnum<{
|
|
4454
|
-
effect: "effect";
|
|
4455
4454
|
none: "none";
|
|
4455
|
+
effect: "effect";
|
|
4456
4456
|
"effect-full": "effect-full";
|
|
4457
4457
|
}>;
|
|
4458
4458
|
stateManagement: z.ZodEnum<{
|
|
@@ -4505,7 +4505,6 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4505
4505
|
"styled-components": "styled-components";
|
|
4506
4506
|
}>;
|
|
4507
4507
|
uiLibrary: z.ZodEnum<{
|
|
4508
|
-
mui: "mui";
|
|
4509
4508
|
none: "none";
|
|
4510
4509
|
"shadcn-ui": "shadcn-ui";
|
|
4511
4510
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -4516,6 +4515,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4516
4515
|
"chakra-ui": "chakra-ui";
|
|
4517
4516
|
nextui: "nextui";
|
|
4518
4517
|
mantine: "mantine";
|
|
4518
|
+
mui: "mui";
|
|
4519
4519
|
antd: "antd";
|
|
4520
4520
|
"base-ui": "base-ui";
|
|
4521
4521
|
"ark-ui": "ark-ui";
|
|
@@ -4604,9 +4604,9 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4604
4604
|
"effect-schema": "effect-schema";
|
|
4605
4605
|
}>;
|
|
4606
4606
|
realtime: z.ZodEnum<{
|
|
4607
|
-
ws: "ws";
|
|
4608
4607
|
none: "none";
|
|
4609
4608
|
"socket-io": "socket-io";
|
|
4609
|
+
ws: "ws";
|
|
4610
4610
|
partykit: "partykit";
|
|
4611
4611
|
ably: "ably";
|
|
4612
4612
|
pusher: "pusher";
|
|
@@ -4736,9 +4736,9 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4736
4736
|
}>;
|
|
4737
4737
|
mobileUI: z.ZodEnum<{
|
|
4738
4738
|
none: "none";
|
|
4739
|
+
uniwind: "uniwind";
|
|
4739
4740
|
tamagui: "tamagui";
|
|
4740
4741
|
"gluestack-ui": "gluestack-ui";
|
|
4741
|
-
uniwind: "uniwind";
|
|
4742
4742
|
unistyles: "unistyles";
|
|
4743
4743
|
}>;
|
|
4744
4744
|
mobileStorage: z.ZodEnum<{
|
|
@@ -4855,11 +4855,11 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4855
4855
|
}>;
|
|
4856
4856
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
4857
4857
|
none: "none";
|
|
4858
|
-
config: "config";
|
|
4859
4858
|
serde: "serde";
|
|
4860
4859
|
uuid: "uuid";
|
|
4861
4860
|
chrono: "chrono";
|
|
4862
4861
|
reqwest: "reqwest";
|
|
4862
|
+
config: "config";
|
|
4863
4863
|
dashmap: "dashmap";
|
|
4864
4864
|
"parking-lot": "parking-lot";
|
|
4865
4865
|
secrecy: "secrecy";
|
|
@@ -5065,10 +5065,10 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
5065
5065
|
httprouter: "httprouter";
|
|
5066
5066
|
}>;
|
|
5067
5067
|
goOrm: z.ZodEnum<{
|
|
5068
|
-
gorm: "gorm";
|
|
5069
5068
|
none: "none";
|
|
5070
5069
|
bun: "bun";
|
|
5071
5070
|
sqlx: "sqlx";
|
|
5071
|
+
gorm: "gorm";
|
|
5072
5072
|
sqlc: "sqlc";
|
|
5073
5073
|
ent: "ent";
|
|
5074
5074
|
}>;
|
|
@@ -5471,14 +5471,28 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
5471
5471
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5472
5472
|
id: z.ZodString;
|
|
5473
5473
|
role: z.ZodEnum<{
|
|
5474
|
-
|
|
5474
|
+
effect: "effect";
|
|
5475
|
+
ai: "ai";
|
|
5476
|
+
frontend: "frontend";
|
|
5475
5477
|
backend: "backend";
|
|
5478
|
+
mobile: "mobile";
|
|
5476
5479
|
database: "database";
|
|
5477
5480
|
orm: "orm";
|
|
5478
|
-
dbSetup: "dbSetup";
|
|
5479
5481
|
auth: "auth";
|
|
5480
5482
|
payments: "payments";
|
|
5483
|
+
examples: "examples";
|
|
5484
|
+
packageManager: "packageManager";
|
|
5485
|
+
dbSetup: "dbSetup";
|
|
5486
|
+
runtime: "runtime";
|
|
5487
|
+
api: "api";
|
|
5488
|
+
stateManagement: "stateManagement";
|
|
5489
|
+
forms: "forms";
|
|
5490
|
+
testing: "testing";
|
|
5481
5491
|
email: "email";
|
|
5492
|
+
validation: "validation";
|
|
5493
|
+
realtime: "realtime";
|
|
5494
|
+
jobQueue: "jobQueue";
|
|
5495
|
+
animation: "animation";
|
|
5482
5496
|
fileUpload: "fileUpload";
|
|
5483
5497
|
logging: "logging";
|
|
5484
5498
|
observability: "observability";
|
|
@@ -5486,26 +5500,31 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
5486
5500
|
integrations: "integrations";
|
|
5487
5501
|
ecommerce: "ecommerce";
|
|
5488
5502
|
analytics: "analytics";
|
|
5489
|
-
|
|
5490
|
-
forms: "forms";
|
|
5491
|
-
validation: "validation";
|
|
5492
|
-
testing: "testing";
|
|
5493
|
-
realtime: "realtime";
|
|
5494
|
-
jobQueue: "jobQueue";
|
|
5503
|
+
cms: "cms";
|
|
5495
5504
|
caching: "caching";
|
|
5496
5505
|
rateLimit: "rateLimit";
|
|
5497
5506
|
botProtection: "botProtection";
|
|
5498
|
-
animation: "animation";
|
|
5499
|
-
cms: "cms";
|
|
5500
5507
|
i18n: "i18n";
|
|
5501
5508
|
search: "search";
|
|
5502
5509
|
vectorDb: "vectorDb";
|
|
5503
5510
|
fileStorage: "fileStorage";
|
|
5504
|
-
|
|
5511
|
+
config: "config";
|
|
5512
|
+
graphql: "graphql";
|
|
5513
|
+
deploy: "deploy";
|
|
5514
|
+
migrations: "migrations";
|
|
5515
|
+
navigation: "navigation";
|
|
5516
|
+
ui: "ui";
|
|
5517
|
+
css: "css";
|
|
5518
|
+
storage: "storage";
|
|
5519
|
+
push: "push";
|
|
5520
|
+
ota: "ota";
|
|
5521
|
+
deepLinking: "deepLinking";
|
|
5505
5522
|
documentation: "documentation";
|
|
5506
|
-
|
|
5507
|
-
|
|
5508
|
-
|
|
5523
|
+
codeQuality: "codeQuality";
|
|
5524
|
+
appPlatform: "appPlatform";
|
|
5525
|
+
dataFetching: "dataFetching";
|
|
5526
|
+
workspaceTooling: "workspaceTooling";
|
|
5527
|
+
toolchain: "toolchain";
|
|
5509
5528
|
workspaceRunner: "workspaceRunner";
|
|
5510
5529
|
gitHooks: "gitHooks";
|
|
5511
5530
|
staticAnalysis: "staticAnalysis";
|
|
@@ -5515,24 +5534,6 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
5515
5534
|
containerOrchestration: "containerOrchestration";
|
|
5516
5535
|
apiGateway: "apiGateway";
|
|
5517
5536
|
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
5537
|
backendUtilities: "backendUtilities";
|
|
5537
5538
|
language: "language";
|
|
5538
5539
|
buildTool: "buildTool";
|
|
@@ -5540,7 +5541,6 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
5540
5541
|
errorHandling: "errorHandling";
|
|
5541
5542
|
httpClient: "httpClient";
|
|
5542
5543
|
libraries: "libraries";
|
|
5543
|
-
config: "config";
|
|
5544
5544
|
templating: "templating";
|
|
5545
5545
|
cloudSdk: "cloudSdk";
|
|
5546
5546
|
data: "data";
|
|
@@ -5569,7 +5569,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
5569
5569
|
}>;
|
|
5570
5570
|
providedByPartId: z.ZodOptional<z.ZodString>;
|
|
5571
5571
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
5572
|
-
settings: z.ZodOptional<z.
|
|
5572
|
+
settings: z.ZodOptional<z.ZodType<Record<string, unknown>, unknown, z.core.$ZodTypeInternals<Record<string, unknown>, unknown>>>;
|
|
5573
5573
|
}, z.core.$strip>>>;
|
|
5574
5574
|
}, z.core.$strip>>;
|
|
5575
5575
|
declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
@@ -5608,13 +5608,13 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5608
5608
|
sequelize: "sequelize";
|
|
5609
5609
|
}>;
|
|
5610
5610
|
backend: z.ZodEnum<{
|
|
5611
|
-
effect: "effect";
|
|
5612
5611
|
none: "none";
|
|
5613
5612
|
hono: "hono";
|
|
5614
5613
|
express: "express";
|
|
5615
5614
|
fastify: "fastify";
|
|
5616
5615
|
elysia: "elysia";
|
|
5617
5616
|
fets: "fets";
|
|
5617
|
+
effect: "effect";
|
|
5618
5618
|
nestjs: "nestjs";
|
|
5619
5619
|
adonisjs: "adonisjs";
|
|
5620
5620
|
nitro: "nitro";
|
|
@@ -5696,8 +5696,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5696
5696
|
capacitor: "capacitor";
|
|
5697
5697
|
}>>;
|
|
5698
5698
|
examples: z.ZodArray<z.ZodEnum<{
|
|
5699
|
-
ai: "ai";
|
|
5700
5699
|
none: "none";
|
|
5700
|
+
ai: "ai";
|
|
5701
5701
|
"chat-sdk": "chat-sdk";
|
|
5702
5702
|
"tanstack-showcase": "tanstack-showcase";
|
|
5703
5703
|
}>>;
|
|
@@ -5814,8 +5814,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5814
5814
|
"ai-cli": "ai-cli";
|
|
5815
5815
|
}>;
|
|
5816
5816
|
effect: z.ZodEnum<{
|
|
5817
|
-
effect: "effect";
|
|
5818
5817
|
none: "none";
|
|
5818
|
+
effect: "effect";
|
|
5819
5819
|
"effect-full": "effect-full";
|
|
5820
5820
|
}>;
|
|
5821
5821
|
stateManagement: z.ZodEnum<{
|
|
@@ -5868,7 +5868,6 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5868
5868
|
"styled-components": "styled-components";
|
|
5869
5869
|
}>;
|
|
5870
5870
|
uiLibrary: z.ZodEnum<{
|
|
5871
|
-
mui: "mui";
|
|
5872
5871
|
none: "none";
|
|
5873
5872
|
"shadcn-ui": "shadcn-ui";
|
|
5874
5873
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -5879,6 +5878,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5879
5878
|
"chakra-ui": "chakra-ui";
|
|
5880
5879
|
nextui: "nextui";
|
|
5881
5880
|
mantine: "mantine";
|
|
5881
|
+
mui: "mui";
|
|
5882
5882
|
antd: "antd";
|
|
5883
5883
|
"base-ui": "base-ui";
|
|
5884
5884
|
"ark-ui": "ark-ui";
|
|
@@ -5967,9 +5967,9 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5967
5967
|
"effect-schema": "effect-schema";
|
|
5968
5968
|
}>;
|
|
5969
5969
|
realtime: z.ZodEnum<{
|
|
5970
|
-
ws: "ws";
|
|
5971
5970
|
none: "none";
|
|
5972
5971
|
"socket-io": "socket-io";
|
|
5972
|
+
ws: "ws";
|
|
5973
5973
|
partykit: "partykit";
|
|
5974
5974
|
ably: "ably";
|
|
5975
5975
|
pusher: "pusher";
|
|
@@ -6099,9 +6099,9 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6099
6099
|
}>;
|
|
6100
6100
|
mobileUI: z.ZodEnum<{
|
|
6101
6101
|
none: "none";
|
|
6102
|
+
uniwind: "uniwind";
|
|
6102
6103
|
tamagui: "tamagui";
|
|
6103
6104
|
"gluestack-ui": "gluestack-ui";
|
|
6104
|
-
uniwind: "uniwind";
|
|
6105
6105
|
unistyles: "unistyles";
|
|
6106
6106
|
}>;
|
|
6107
6107
|
mobileStorage: z.ZodEnum<{
|
|
@@ -6218,11 +6218,11 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6218
6218
|
}>;
|
|
6219
6219
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
6220
6220
|
none: "none";
|
|
6221
|
-
config: "config";
|
|
6222
6221
|
serde: "serde";
|
|
6223
6222
|
uuid: "uuid";
|
|
6224
6223
|
chrono: "chrono";
|
|
6225
6224
|
reqwest: "reqwest";
|
|
6225
|
+
config: "config";
|
|
6226
6226
|
dashmap: "dashmap";
|
|
6227
6227
|
"parking-lot": "parking-lot";
|
|
6228
6228
|
secrecy: "secrecy";
|
|
@@ -6428,10 +6428,10 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6428
6428
|
httprouter: "httprouter";
|
|
6429
6429
|
}>;
|
|
6430
6430
|
goOrm: z.ZodEnum<{
|
|
6431
|
-
gorm: "gorm";
|
|
6432
6431
|
none: "none";
|
|
6433
6432
|
bun: "bun";
|
|
6434
6433
|
sqlx: "sqlx";
|
|
6434
|
+
gorm: "gorm";
|
|
6435
6435
|
sqlc: "sqlc";
|
|
6436
6436
|
ent: "ent";
|
|
6437
6437
|
}>;
|
|
@@ -6834,14 +6834,28 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6834
6834
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6835
6835
|
id: z.ZodString;
|
|
6836
6836
|
role: z.ZodEnum<{
|
|
6837
|
-
|
|
6837
|
+
effect: "effect";
|
|
6838
|
+
ai: "ai";
|
|
6839
|
+
frontend: "frontend";
|
|
6838
6840
|
backend: "backend";
|
|
6841
|
+
mobile: "mobile";
|
|
6839
6842
|
database: "database";
|
|
6840
6843
|
orm: "orm";
|
|
6841
|
-
dbSetup: "dbSetup";
|
|
6842
6844
|
auth: "auth";
|
|
6843
6845
|
payments: "payments";
|
|
6846
|
+
examples: "examples";
|
|
6847
|
+
packageManager: "packageManager";
|
|
6848
|
+
dbSetup: "dbSetup";
|
|
6849
|
+
runtime: "runtime";
|
|
6850
|
+
api: "api";
|
|
6851
|
+
stateManagement: "stateManagement";
|
|
6852
|
+
forms: "forms";
|
|
6853
|
+
testing: "testing";
|
|
6844
6854
|
email: "email";
|
|
6855
|
+
validation: "validation";
|
|
6856
|
+
realtime: "realtime";
|
|
6857
|
+
jobQueue: "jobQueue";
|
|
6858
|
+
animation: "animation";
|
|
6845
6859
|
fileUpload: "fileUpload";
|
|
6846
6860
|
logging: "logging";
|
|
6847
6861
|
observability: "observability";
|
|
@@ -6849,53 +6863,40 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6849
6863
|
integrations: "integrations";
|
|
6850
6864
|
ecommerce: "ecommerce";
|
|
6851
6865
|
analytics: "analytics";
|
|
6852
|
-
|
|
6853
|
-
forms: "forms";
|
|
6854
|
-
validation: "validation";
|
|
6855
|
-
testing: "testing";
|
|
6856
|
-
realtime: "realtime";
|
|
6857
|
-
jobQueue: "jobQueue";
|
|
6866
|
+
cms: "cms";
|
|
6858
6867
|
caching: "caching";
|
|
6859
6868
|
rateLimit: "rateLimit";
|
|
6860
6869
|
botProtection: "botProtection";
|
|
6861
|
-
animation: "animation";
|
|
6862
|
-
cms: "cms";
|
|
6863
6870
|
i18n: "i18n";
|
|
6864
6871
|
search: "search";
|
|
6865
6872
|
vectorDb: "vectorDb";
|
|
6866
6873
|
fileStorage: "fileStorage";
|
|
6867
|
-
|
|
6868
|
-
documentation: "documentation";
|
|
6869
|
-
packageManager: "packageManager";
|
|
6870
|
-
examples: "examples";
|
|
6871
|
-
api: "api";
|
|
6872
|
-
workspaceRunner: "workspaceRunner";
|
|
6873
|
-
gitHooks: "gitHooks";
|
|
6874
|
-
staticAnalysis: "staticAnalysis";
|
|
6875
|
-
aiTooling: "aiTooling";
|
|
6876
|
-
codeGeneration: "codeGeneration";
|
|
6877
|
-
developerEnvironment: "developerEnvironment";
|
|
6878
|
-
containerOrchestration: "containerOrchestration";
|
|
6879
|
-
apiGateway: "apiGateway";
|
|
6880
|
-
continuousIntegration: "continuousIntegration";
|
|
6881
|
-
ai: "ai";
|
|
6882
|
-
effect: "effect";
|
|
6883
|
-
css: "css";
|
|
6884
|
-
ui: "ui";
|
|
6885
|
-
push: "push";
|
|
6886
|
-
frontend: "frontend";
|
|
6887
|
-
mobile: "mobile";
|
|
6874
|
+
config: "config";
|
|
6888
6875
|
graphql: "graphql";
|
|
6889
6876
|
deploy: "deploy";
|
|
6890
6877
|
migrations: "migrations";
|
|
6891
6878
|
navigation: "navigation";
|
|
6879
|
+
ui: "ui";
|
|
6880
|
+
css: "css";
|
|
6892
6881
|
storage: "storage";
|
|
6882
|
+
push: "push";
|
|
6893
6883
|
ota: "ota";
|
|
6894
6884
|
deepLinking: "deepLinking";
|
|
6885
|
+
documentation: "documentation";
|
|
6886
|
+
codeQuality: "codeQuality";
|
|
6895
6887
|
appPlatform: "appPlatform";
|
|
6896
6888
|
dataFetching: "dataFetching";
|
|
6897
6889
|
workspaceTooling: "workspaceTooling";
|
|
6898
6890
|
toolchain: "toolchain";
|
|
6891
|
+
workspaceRunner: "workspaceRunner";
|
|
6892
|
+
gitHooks: "gitHooks";
|
|
6893
|
+
staticAnalysis: "staticAnalysis";
|
|
6894
|
+
aiTooling: "aiTooling";
|
|
6895
|
+
codeGeneration: "codeGeneration";
|
|
6896
|
+
developerEnvironment: "developerEnvironment";
|
|
6897
|
+
containerOrchestration: "containerOrchestration";
|
|
6898
|
+
apiGateway: "apiGateway";
|
|
6899
|
+
continuousIntegration: "continuousIntegration";
|
|
6899
6900
|
backendUtilities: "backendUtilities";
|
|
6900
6901
|
language: "language";
|
|
6901
6902
|
buildTool: "buildTool";
|
|
@@ -6903,7 +6904,6 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6903
6904
|
errorHandling: "errorHandling";
|
|
6904
6905
|
httpClient: "httpClient";
|
|
6905
6906
|
libraries: "libraries";
|
|
6906
|
-
config: "config";
|
|
6907
6907
|
templating: "templating";
|
|
6908
6908
|
cloudSdk: "cloudSdk";
|
|
6909
6909
|
data: "data";
|
|
@@ -6932,7 +6932,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6932
6932
|
}>;
|
|
6933
6933
|
providedByPartId: z.ZodOptional<z.ZodString>;
|
|
6934
6934
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
6935
|
-
settings: z.ZodOptional<z.
|
|
6935
|
+
settings: z.ZodOptional<z.ZodType<Record<string, unknown>, unknown, z.core.$ZodTypeInternals<Record<string, unknown>, unknown>>>;
|
|
6936
6936
|
}, z.core.$strip>>>;
|
|
6937
6937
|
}, z.core.$strip>;
|
|
6938
6938
|
reproducibleCommand: z.ZodString;
|
|
@@ -6981,10 +6981,10 @@ declare function getGoWebFrameworkJsonSchema(): z.core.ZodStandardJSONSchemaPayl
|
|
|
6981
6981
|
httprouter: "httprouter";
|
|
6982
6982
|
}>>;
|
|
6983
6983
|
declare function getGoOrmJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
6984
|
-
gorm: "gorm";
|
|
6985
6984
|
none: "none";
|
|
6986
6985
|
bun: "bun";
|
|
6987
6986
|
sqlx: "sqlx";
|
|
6987
|
+
gorm: "gorm";
|
|
6988
6988
|
sqlc: "sqlc";
|
|
6989
6989
|
ent: "ent";
|
|
6990
6990
|
}>>;
|
|
@@ -7312,13 +7312,13 @@ declare function getAllJsonSchemas(): {
|
|
|
7312
7312
|
sequelize: "sequelize";
|
|
7313
7313
|
}>>;
|
|
7314
7314
|
backend: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7315
|
-
effect: "effect";
|
|
7316
7315
|
none: "none";
|
|
7317
7316
|
hono: "hono";
|
|
7318
7317
|
express: "express";
|
|
7319
7318
|
fastify: "fastify";
|
|
7320
7319
|
elysia: "elysia";
|
|
7321
7320
|
fets: "fets";
|
|
7321
|
+
effect: "effect";
|
|
7322
7322
|
nestjs: "nestjs";
|
|
7323
7323
|
adonisjs: "adonisjs";
|
|
7324
7324
|
nitro: "nitro";
|
|
@@ -7400,8 +7400,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7400
7400
|
capacitor: "capacitor";
|
|
7401
7401
|
}>>;
|
|
7402
7402
|
examples: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7403
|
-
ai: "ai";
|
|
7404
7403
|
none: "none";
|
|
7404
|
+
ai: "ai";
|
|
7405
7405
|
"chat-sdk": "chat-sdk";
|
|
7406
7406
|
"tanstack-showcase": "tanstack-showcase";
|
|
7407
7407
|
}>>;
|
|
@@ -7484,18 +7484,18 @@ declare function getAllJsonSchemas(): {
|
|
|
7484
7484
|
vercel: "vercel";
|
|
7485
7485
|
}>>;
|
|
7486
7486
|
directoryConflict: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7487
|
-
error: "error";
|
|
7488
7487
|
merge: "merge";
|
|
7489
7488
|
overwrite: "overwrite";
|
|
7490
7489
|
increment: "increment";
|
|
7490
|
+
error: "error";
|
|
7491
7491
|
}>>;
|
|
7492
7492
|
template: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7493
7493
|
none: "none";
|
|
7494
|
-
uniwind: "uniwind";
|
|
7495
7494
|
mern: "mern";
|
|
7496
7495
|
pern: "pern";
|
|
7497
7496
|
t3: "t3";
|
|
7498
7497
|
saas: "saas";
|
|
7498
|
+
uniwind: "uniwind";
|
|
7499
7499
|
}>>;
|
|
7500
7500
|
goWebFramework: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7501
7501
|
none: "none";
|
|
@@ -7509,10 +7509,10 @@ declare function getAllJsonSchemas(): {
|
|
|
7509
7509
|
httprouter: "httprouter";
|
|
7510
7510
|
}>>;
|
|
7511
7511
|
goOrm: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7512
|
-
gorm: "gorm";
|
|
7513
7512
|
none: "none";
|
|
7514
7513
|
bun: "bun";
|
|
7515
7514
|
sqlx: "sqlx";
|
|
7515
|
+
gorm: "gorm";
|
|
7516
7516
|
sqlc: "sqlc";
|
|
7517
7517
|
ent: "ent";
|
|
7518
7518
|
}>>;
|
|
@@ -7846,17 +7846,17 @@ declare function getAllJsonSchemas(): {
|
|
|
7846
7846
|
projectName: z.ZodOptional<z.ZodString>;
|
|
7847
7847
|
template: z.ZodOptional<z.ZodEnum<{
|
|
7848
7848
|
none: "none";
|
|
7849
|
-
uniwind: "uniwind";
|
|
7850
7849
|
mern: "mern";
|
|
7851
7850
|
pern: "pern";
|
|
7852
7851
|
t3: "t3";
|
|
7853
7852
|
saas: "saas";
|
|
7853
|
+
uniwind: "uniwind";
|
|
7854
7854
|
}>>;
|
|
7855
7855
|
shape: z.ZodOptional<z.ZodEnum<{
|
|
7856
|
-
|
|
7856
|
+
fullstack: "fullstack";
|
|
7857
7857
|
frontend: "frontend";
|
|
7858
|
+
backend: "backend";
|
|
7858
7859
|
mobile: "mobile";
|
|
7859
|
-
fullstack: "fullstack";
|
|
7860
7860
|
}>>;
|
|
7861
7861
|
yes: z.ZodOptional<z.ZodBoolean>;
|
|
7862
7862
|
yolo: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -7988,8 +7988,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7988
7988
|
capacitor: "capacitor";
|
|
7989
7989
|
}>>>;
|
|
7990
7990
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
7991
|
-
ai: "ai";
|
|
7992
7991
|
none: "none";
|
|
7992
|
+
ai: "ai";
|
|
7993
7993
|
"chat-sdk": "chat-sdk";
|
|
7994
7994
|
"tanstack-showcase": "tanstack-showcase";
|
|
7995
7995
|
}>>>;
|
|
@@ -8023,13 +8023,13 @@ declare function getAllJsonSchemas(): {
|
|
|
8023
8023
|
docker: "docker";
|
|
8024
8024
|
}>>;
|
|
8025
8025
|
backend: z.ZodOptional<z.ZodEnum<{
|
|
8026
|
-
effect: "effect";
|
|
8027
8026
|
none: "none";
|
|
8028
8027
|
hono: "hono";
|
|
8029
8028
|
express: "express";
|
|
8030
8029
|
fastify: "fastify";
|
|
8031
8030
|
elysia: "elysia";
|
|
8032
8031
|
fets: "fets";
|
|
8032
|
+
effect: "effect";
|
|
8033
8033
|
nestjs: "nestjs";
|
|
8034
8034
|
adonisjs: "adonisjs";
|
|
8035
8035
|
nitro: "nitro";
|
|
@@ -8076,10 +8076,10 @@ declare function getAllJsonSchemas(): {
|
|
|
8076
8076
|
vercel: "vercel";
|
|
8077
8077
|
}>>;
|
|
8078
8078
|
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
8079
|
-
error: "error";
|
|
8080
8079
|
merge: "merge";
|
|
8081
8080
|
overwrite: "overwrite";
|
|
8082
8081
|
increment: "increment";
|
|
8082
|
+
error: "error";
|
|
8083
8083
|
}>>;
|
|
8084
8084
|
renderTitle: z.ZodOptional<z.ZodBoolean>;
|
|
8085
8085
|
disableAnalytics: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -8108,8 +8108,8 @@ declare function getAllJsonSchemas(): {
|
|
|
8108
8108
|
"ai-cli": "ai-cli";
|
|
8109
8109
|
}>>;
|
|
8110
8110
|
effect: z.ZodOptional<z.ZodEnum<{
|
|
8111
|
-
effect: "effect";
|
|
8112
8111
|
none: "none";
|
|
8112
|
+
effect: "effect";
|
|
8113
8113
|
"effect-full": "effect-full";
|
|
8114
8114
|
}>>;
|
|
8115
8115
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
@@ -8162,7 +8162,6 @@ declare function getAllJsonSchemas(): {
|
|
|
8162
8162
|
"styled-components": "styled-components";
|
|
8163
8163
|
}>>;
|
|
8164
8164
|
uiLibrary: z.ZodOptional<z.ZodEnum<{
|
|
8165
|
-
mui: "mui";
|
|
8166
8165
|
none: "none";
|
|
8167
8166
|
"shadcn-ui": "shadcn-ui";
|
|
8168
8167
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -8173,6 +8172,7 @@ declare function getAllJsonSchemas(): {
|
|
|
8173
8172
|
"chakra-ui": "chakra-ui";
|
|
8174
8173
|
nextui: "nextui";
|
|
8175
8174
|
mantine: "mantine";
|
|
8175
|
+
mui: "mui";
|
|
8176
8176
|
antd: "antd";
|
|
8177
8177
|
"base-ui": "base-ui";
|
|
8178
8178
|
"ark-ui": "ark-ui";
|
|
@@ -8261,9 +8261,9 @@ declare function getAllJsonSchemas(): {
|
|
|
8261
8261
|
"effect-schema": "effect-schema";
|
|
8262
8262
|
}>>;
|
|
8263
8263
|
realtime: z.ZodOptional<z.ZodEnum<{
|
|
8264
|
-
ws: "ws";
|
|
8265
8264
|
none: "none";
|
|
8266
8265
|
"socket-io": "socket-io";
|
|
8266
|
+
ws: "ws";
|
|
8267
8267
|
partykit: "partykit";
|
|
8268
8268
|
ably: "ably";
|
|
8269
8269
|
pusher: "pusher";
|
|
@@ -8393,9 +8393,9 @@ declare function getAllJsonSchemas(): {
|
|
|
8393
8393
|
}>>;
|
|
8394
8394
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
8395
8395
|
none: "none";
|
|
8396
|
+
uniwind: "uniwind";
|
|
8396
8397
|
tamagui: "tamagui";
|
|
8397
8398
|
"gluestack-ui": "gluestack-ui";
|
|
8398
|
-
uniwind: "uniwind";
|
|
8399
8399
|
unistyles: "unistyles";
|
|
8400
8400
|
}>>;
|
|
8401
8401
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -8512,11 +8512,11 @@ declare function getAllJsonSchemas(): {
|
|
|
8512
8512
|
}>>;
|
|
8513
8513
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
8514
8514
|
none: "none";
|
|
8515
|
-
config: "config";
|
|
8516
8515
|
serde: "serde";
|
|
8517
8516
|
uuid: "uuid";
|
|
8518
8517
|
chrono: "chrono";
|
|
8519
8518
|
reqwest: "reqwest";
|
|
8519
|
+
config: "config";
|
|
8520
8520
|
dashmap: "dashmap";
|
|
8521
8521
|
"parking-lot": "parking-lot";
|
|
8522
8522
|
secrecy: "secrecy";
|
|
@@ -8722,10 +8722,10 @@ declare function getAllJsonSchemas(): {
|
|
|
8722
8722
|
httprouter: "httprouter";
|
|
8723
8723
|
}>>;
|
|
8724
8724
|
goOrm: z.ZodOptional<z.ZodEnum<{
|
|
8725
|
-
gorm: "gorm";
|
|
8726
8725
|
none: "none";
|
|
8727
8726
|
bun: "bun";
|
|
8728
8727
|
sqlx: "sqlx";
|
|
8728
|
+
gorm: "gorm";
|
|
8729
8729
|
sqlc: "sqlc";
|
|
8730
8730
|
ent: "ent";
|
|
8731
8731
|
}>>;
|
|
@@ -9161,13 +9161,13 @@ declare function getAllJsonSchemas(): {
|
|
|
9161
9161
|
sequelize: "sequelize";
|
|
9162
9162
|
}>;
|
|
9163
9163
|
backend: z.ZodEnum<{
|
|
9164
|
-
effect: "effect";
|
|
9165
9164
|
none: "none";
|
|
9166
9165
|
hono: "hono";
|
|
9167
9166
|
express: "express";
|
|
9168
9167
|
fastify: "fastify";
|
|
9169
9168
|
elysia: "elysia";
|
|
9170
9169
|
fets: "fets";
|
|
9170
|
+
effect: "effect";
|
|
9171
9171
|
nestjs: "nestjs";
|
|
9172
9172
|
adonisjs: "adonisjs";
|
|
9173
9173
|
nitro: "nitro";
|
|
@@ -9249,8 +9249,8 @@ declare function getAllJsonSchemas(): {
|
|
|
9249
9249
|
capacitor: "capacitor";
|
|
9250
9250
|
}>>;
|
|
9251
9251
|
examples: z.ZodArray<z.ZodEnum<{
|
|
9252
|
-
ai: "ai";
|
|
9253
9252
|
none: "none";
|
|
9253
|
+
ai: "ai";
|
|
9254
9254
|
"chat-sdk": "chat-sdk";
|
|
9255
9255
|
"tanstack-showcase": "tanstack-showcase";
|
|
9256
9256
|
}>>;
|
|
@@ -9367,8 +9367,8 @@ declare function getAllJsonSchemas(): {
|
|
|
9367
9367
|
"ai-cli": "ai-cli";
|
|
9368
9368
|
}>;
|
|
9369
9369
|
effect: z.ZodEnum<{
|
|
9370
|
-
effect: "effect";
|
|
9371
9370
|
none: "none";
|
|
9371
|
+
effect: "effect";
|
|
9372
9372
|
"effect-full": "effect-full";
|
|
9373
9373
|
}>;
|
|
9374
9374
|
stateManagement: z.ZodEnum<{
|
|
@@ -9421,7 +9421,6 @@ declare function getAllJsonSchemas(): {
|
|
|
9421
9421
|
"styled-components": "styled-components";
|
|
9422
9422
|
}>;
|
|
9423
9423
|
uiLibrary: z.ZodEnum<{
|
|
9424
|
-
mui: "mui";
|
|
9425
9424
|
none: "none";
|
|
9426
9425
|
"shadcn-ui": "shadcn-ui";
|
|
9427
9426
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -9432,6 +9431,7 @@ declare function getAllJsonSchemas(): {
|
|
|
9432
9431
|
"chakra-ui": "chakra-ui";
|
|
9433
9432
|
nextui: "nextui";
|
|
9434
9433
|
mantine: "mantine";
|
|
9434
|
+
mui: "mui";
|
|
9435
9435
|
antd: "antd";
|
|
9436
9436
|
"base-ui": "base-ui";
|
|
9437
9437
|
"ark-ui": "ark-ui";
|
|
@@ -9520,9 +9520,9 @@ declare function getAllJsonSchemas(): {
|
|
|
9520
9520
|
"effect-schema": "effect-schema";
|
|
9521
9521
|
}>;
|
|
9522
9522
|
realtime: z.ZodEnum<{
|
|
9523
|
-
ws: "ws";
|
|
9524
9523
|
none: "none";
|
|
9525
9524
|
"socket-io": "socket-io";
|
|
9525
|
+
ws: "ws";
|
|
9526
9526
|
partykit: "partykit";
|
|
9527
9527
|
ably: "ably";
|
|
9528
9528
|
pusher: "pusher";
|
|
@@ -9652,9 +9652,9 @@ declare function getAllJsonSchemas(): {
|
|
|
9652
9652
|
}>;
|
|
9653
9653
|
mobileUI: z.ZodEnum<{
|
|
9654
9654
|
none: "none";
|
|
9655
|
+
uniwind: "uniwind";
|
|
9655
9656
|
tamagui: "tamagui";
|
|
9656
9657
|
"gluestack-ui": "gluestack-ui";
|
|
9657
|
-
uniwind: "uniwind";
|
|
9658
9658
|
unistyles: "unistyles";
|
|
9659
9659
|
}>;
|
|
9660
9660
|
mobileStorage: z.ZodEnum<{
|
|
@@ -9771,11 +9771,11 @@ declare function getAllJsonSchemas(): {
|
|
|
9771
9771
|
}>;
|
|
9772
9772
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
9773
9773
|
none: "none";
|
|
9774
|
-
config: "config";
|
|
9775
9774
|
serde: "serde";
|
|
9776
9775
|
uuid: "uuid";
|
|
9777
9776
|
chrono: "chrono";
|
|
9778
9777
|
reqwest: "reqwest";
|
|
9778
|
+
config: "config";
|
|
9779
9779
|
dashmap: "dashmap";
|
|
9780
9780
|
"parking-lot": "parking-lot";
|
|
9781
9781
|
secrecy: "secrecy";
|
|
@@ -9981,10 +9981,10 @@ declare function getAllJsonSchemas(): {
|
|
|
9981
9981
|
httprouter: "httprouter";
|
|
9982
9982
|
}>;
|
|
9983
9983
|
goOrm: z.ZodEnum<{
|
|
9984
|
-
gorm: "gorm";
|
|
9985
9984
|
none: "none";
|
|
9986
9985
|
bun: "bun";
|
|
9987
9986
|
sqlx: "sqlx";
|
|
9987
|
+
gorm: "gorm";
|
|
9988
9988
|
sqlc: "sqlc";
|
|
9989
9989
|
ent: "ent";
|
|
9990
9990
|
}>;
|
|
@@ -10387,14 +10387,28 @@ declare function getAllJsonSchemas(): {
|
|
|
10387
10387
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10388
10388
|
id: z.ZodString;
|
|
10389
10389
|
role: z.ZodEnum<{
|
|
10390
|
-
|
|
10390
|
+
effect: "effect";
|
|
10391
|
+
ai: "ai";
|
|
10392
|
+
frontend: "frontend";
|
|
10391
10393
|
backend: "backend";
|
|
10394
|
+
mobile: "mobile";
|
|
10392
10395
|
database: "database";
|
|
10393
10396
|
orm: "orm";
|
|
10394
|
-
dbSetup: "dbSetup";
|
|
10395
10397
|
auth: "auth";
|
|
10396
10398
|
payments: "payments";
|
|
10399
|
+
examples: "examples";
|
|
10400
|
+
packageManager: "packageManager";
|
|
10401
|
+
dbSetup: "dbSetup";
|
|
10402
|
+
runtime: "runtime";
|
|
10403
|
+
api: "api";
|
|
10404
|
+
stateManagement: "stateManagement";
|
|
10405
|
+
forms: "forms";
|
|
10406
|
+
testing: "testing";
|
|
10397
10407
|
email: "email";
|
|
10408
|
+
validation: "validation";
|
|
10409
|
+
realtime: "realtime";
|
|
10410
|
+
jobQueue: "jobQueue";
|
|
10411
|
+
animation: "animation";
|
|
10398
10412
|
fileUpload: "fileUpload";
|
|
10399
10413
|
logging: "logging";
|
|
10400
10414
|
observability: "observability";
|
|
@@ -10402,53 +10416,40 @@ declare function getAllJsonSchemas(): {
|
|
|
10402
10416
|
integrations: "integrations";
|
|
10403
10417
|
ecommerce: "ecommerce";
|
|
10404
10418
|
analytics: "analytics";
|
|
10405
|
-
|
|
10406
|
-
forms: "forms";
|
|
10407
|
-
validation: "validation";
|
|
10408
|
-
testing: "testing";
|
|
10409
|
-
realtime: "realtime";
|
|
10410
|
-
jobQueue: "jobQueue";
|
|
10419
|
+
cms: "cms";
|
|
10411
10420
|
caching: "caching";
|
|
10412
10421
|
rateLimit: "rateLimit";
|
|
10413
10422
|
botProtection: "botProtection";
|
|
10414
|
-
animation: "animation";
|
|
10415
|
-
cms: "cms";
|
|
10416
10423
|
i18n: "i18n";
|
|
10417
10424
|
search: "search";
|
|
10418
10425
|
vectorDb: "vectorDb";
|
|
10419
10426
|
fileStorage: "fileStorage";
|
|
10420
|
-
|
|
10421
|
-
documentation: "documentation";
|
|
10422
|
-
packageManager: "packageManager";
|
|
10423
|
-
examples: "examples";
|
|
10424
|
-
api: "api";
|
|
10425
|
-
workspaceRunner: "workspaceRunner";
|
|
10426
|
-
gitHooks: "gitHooks";
|
|
10427
|
-
staticAnalysis: "staticAnalysis";
|
|
10428
|
-
aiTooling: "aiTooling";
|
|
10429
|
-
codeGeneration: "codeGeneration";
|
|
10430
|
-
developerEnvironment: "developerEnvironment";
|
|
10431
|
-
containerOrchestration: "containerOrchestration";
|
|
10432
|
-
apiGateway: "apiGateway";
|
|
10433
|
-
continuousIntegration: "continuousIntegration";
|
|
10434
|
-
ai: "ai";
|
|
10435
|
-
effect: "effect";
|
|
10436
|
-
css: "css";
|
|
10437
|
-
ui: "ui";
|
|
10438
|
-
push: "push";
|
|
10439
|
-
frontend: "frontend";
|
|
10440
|
-
mobile: "mobile";
|
|
10427
|
+
config: "config";
|
|
10441
10428
|
graphql: "graphql";
|
|
10442
10429
|
deploy: "deploy";
|
|
10443
10430
|
migrations: "migrations";
|
|
10444
10431
|
navigation: "navigation";
|
|
10432
|
+
ui: "ui";
|
|
10433
|
+
css: "css";
|
|
10445
10434
|
storage: "storage";
|
|
10435
|
+
push: "push";
|
|
10446
10436
|
ota: "ota";
|
|
10447
10437
|
deepLinking: "deepLinking";
|
|
10438
|
+
documentation: "documentation";
|
|
10439
|
+
codeQuality: "codeQuality";
|
|
10448
10440
|
appPlatform: "appPlatform";
|
|
10449
10441
|
dataFetching: "dataFetching";
|
|
10450
10442
|
workspaceTooling: "workspaceTooling";
|
|
10451
10443
|
toolchain: "toolchain";
|
|
10444
|
+
workspaceRunner: "workspaceRunner";
|
|
10445
|
+
gitHooks: "gitHooks";
|
|
10446
|
+
staticAnalysis: "staticAnalysis";
|
|
10447
|
+
aiTooling: "aiTooling";
|
|
10448
|
+
codeGeneration: "codeGeneration";
|
|
10449
|
+
developerEnvironment: "developerEnvironment";
|
|
10450
|
+
containerOrchestration: "containerOrchestration";
|
|
10451
|
+
apiGateway: "apiGateway";
|
|
10452
|
+
continuousIntegration: "continuousIntegration";
|
|
10452
10453
|
backendUtilities: "backendUtilities";
|
|
10453
10454
|
language: "language";
|
|
10454
10455
|
buildTool: "buildTool";
|
|
@@ -10456,7 +10457,6 @@ declare function getAllJsonSchemas(): {
|
|
|
10456
10457
|
errorHandling: "errorHandling";
|
|
10457
10458
|
httpClient: "httpClient";
|
|
10458
10459
|
libraries: "libraries";
|
|
10459
|
-
config: "config";
|
|
10460
10460
|
templating: "templating";
|
|
10461
10461
|
cloudSdk: "cloudSdk";
|
|
10462
10462
|
data: "data";
|
|
@@ -10485,7 +10485,7 @@ declare function getAllJsonSchemas(): {
|
|
|
10485
10485
|
}>;
|
|
10486
10486
|
providedByPartId: z.ZodOptional<z.ZodString>;
|
|
10487
10487
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
10488
|
-
settings: z.ZodOptional<z.
|
|
10488
|
+
settings: z.ZodOptional<z.ZodType<Record<string, unknown>, unknown, z.core.$ZodTypeInternals<Record<string, unknown>, unknown>>>;
|
|
10489
10489
|
}, z.core.$strip>>>;
|
|
10490
10490
|
}, z.core.$strip>>;
|
|
10491
10491
|
betterFullstackConfig: z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
@@ -10523,13 +10523,13 @@ declare function getAllJsonSchemas(): {
|
|
|
10523
10523
|
sequelize: "sequelize";
|
|
10524
10524
|
}>;
|
|
10525
10525
|
backend: z.ZodEnum<{
|
|
10526
|
-
effect: "effect";
|
|
10527
10526
|
none: "none";
|
|
10528
10527
|
hono: "hono";
|
|
10529
10528
|
express: "express";
|
|
10530
10529
|
fastify: "fastify";
|
|
10531
10530
|
elysia: "elysia";
|
|
10532
10531
|
fets: "fets";
|
|
10532
|
+
effect: "effect";
|
|
10533
10533
|
nestjs: "nestjs";
|
|
10534
10534
|
adonisjs: "adonisjs";
|
|
10535
10535
|
nitro: "nitro";
|
|
@@ -10611,8 +10611,8 @@ declare function getAllJsonSchemas(): {
|
|
|
10611
10611
|
capacitor: "capacitor";
|
|
10612
10612
|
}>>;
|
|
10613
10613
|
examples: z.ZodArray<z.ZodEnum<{
|
|
10614
|
-
ai: "ai";
|
|
10615
10614
|
none: "none";
|
|
10615
|
+
ai: "ai";
|
|
10616
10616
|
"chat-sdk": "chat-sdk";
|
|
10617
10617
|
"tanstack-showcase": "tanstack-showcase";
|
|
10618
10618
|
}>>;
|
|
@@ -10727,8 +10727,8 @@ declare function getAllJsonSchemas(): {
|
|
|
10727
10727
|
"ai-cli": "ai-cli";
|
|
10728
10728
|
}>;
|
|
10729
10729
|
effect: z.ZodEnum<{
|
|
10730
|
-
effect: "effect";
|
|
10731
10730
|
none: "none";
|
|
10731
|
+
effect: "effect";
|
|
10732
10732
|
"effect-full": "effect-full";
|
|
10733
10733
|
}>;
|
|
10734
10734
|
stateManagement: z.ZodEnum<{
|
|
@@ -10781,7 +10781,6 @@ declare function getAllJsonSchemas(): {
|
|
|
10781
10781
|
"styled-components": "styled-components";
|
|
10782
10782
|
}>;
|
|
10783
10783
|
uiLibrary: z.ZodEnum<{
|
|
10784
|
-
mui: "mui";
|
|
10785
10784
|
none: "none";
|
|
10786
10785
|
"shadcn-ui": "shadcn-ui";
|
|
10787
10786
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -10792,6 +10791,7 @@ declare function getAllJsonSchemas(): {
|
|
|
10792
10791
|
"chakra-ui": "chakra-ui";
|
|
10793
10792
|
nextui: "nextui";
|
|
10794
10793
|
mantine: "mantine";
|
|
10794
|
+
mui: "mui";
|
|
10795
10795
|
antd: "antd";
|
|
10796
10796
|
"base-ui": "base-ui";
|
|
10797
10797
|
"ark-ui": "ark-ui";
|
|
@@ -10880,9 +10880,9 @@ declare function getAllJsonSchemas(): {
|
|
|
10880
10880
|
"effect-schema": "effect-schema";
|
|
10881
10881
|
}>;
|
|
10882
10882
|
realtime: z.ZodEnum<{
|
|
10883
|
-
ws: "ws";
|
|
10884
10883
|
none: "none";
|
|
10885
10884
|
"socket-io": "socket-io";
|
|
10885
|
+
ws: "ws";
|
|
10886
10886
|
partykit: "partykit";
|
|
10887
10887
|
ably: "ably";
|
|
10888
10888
|
pusher: "pusher";
|
|
@@ -11012,9 +11012,9 @@ declare function getAllJsonSchemas(): {
|
|
|
11012
11012
|
}>;
|
|
11013
11013
|
mobileUI: z.ZodEnum<{
|
|
11014
11014
|
none: "none";
|
|
11015
|
+
uniwind: "uniwind";
|
|
11015
11016
|
tamagui: "tamagui";
|
|
11016
11017
|
"gluestack-ui": "gluestack-ui";
|
|
11017
|
-
uniwind: "uniwind";
|
|
11018
11018
|
unistyles: "unistyles";
|
|
11019
11019
|
}>;
|
|
11020
11020
|
mobileStorage: z.ZodEnum<{
|
|
@@ -11131,11 +11131,11 @@ declare function getAllJsonSchemas(): {
|
|
|
11131
11131
|
}>;
|
|
11132
11132
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
11133
11133
|
none: "none";
|
|
11134
|
-
config: "config";
|
|
11135
11134
|
serde: "serde";
|
|
11136
11135
|
uuid: "uuid";
|
|
11137
11136
|
chrono: "chrono";
|
|
11138
11137
|
reqwest: "reqwest";
|
|
11138
|
+
config: "config";
|
|
11139
11139
|
dashmap: "dashmap";
|
|
11140
11140
|
"parking-lot": "parking-lot";
|
|
11141
11141
|
secrecy: "secrecy";
|
|
@@ -11341,10 +11341,10 @@ declare function getAllJsonSchemas(): {
|
|
|
11341
11341
|
httprouter: "httprouter";
|
|
11342
11342
|
}>;
|
|
11343
11343
|
goOrm: z.ZodEnum<{
|
|
11344
|
-
gorm: "gorm";
|
|
11345
11344
|
none: "none";
|
|
11346
11345
|
bun: "bun";
|
|
11347
11346
|
sqlx: "sqlx";
|
|
11347
|
+
gorm: "gorm";
|
|
11348
11348
|
sqlc: "sqlc";
|
|
11349
11349
|
ent: "ent";
|
|
11350
11350
|
}>;
|
|
@@ -11747,14 +11747,28 @@ declare function getAllJsonSchemas(): {
|
|
|
11747
11747
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
11748
11748
|
id: z.ZodString;
|
|
11749
11749
|
role: z.ZodEnum<{
|
|
11750
|
-
|
|
11750
|
+
effect: "effect";
|
|
11751
|
+
ai: "ai";
|
|
11752
|
+
frontend: "frontend";
|
|
11751
11753
|
backend: "backend";
|
|
11754
|
+
mobile: "mobile";
|
|
11752
11755
|
database: "database";
|
|
11753
11756
|
orm: "orm";
|
|
11754
|
-
dbSetup: "dbSetup";
|
|
11755
11757
|
auth: "auth";
|
|
11756
11758
|
payments: "payments";
|
|
11759
|
+
examples: "examples";
|
|
11760
|
+
packageManager: "packageManager";
|
|
11761
|
+
dbSetup: "dbSetup";
|
|
11762
|
+
runtime: "runtime";
|
|
11763
|
+
api: "api";
|
|
11764
|
+
stateManagement: "stateManagement";
|
|
11765
|
+
forms: "forms";
|
|
11766
|
+
testing: "testing";
|
|
11757
11767
|
email: "email";
|
|
11768
|
+
validation: "validation";
|
|
11769
|
+
realtime: "realtime";
|
|
11770
|
+
jobQueue: "jobQueue";
|
|
11771
|
+
animation: "animation";
|
|
11758
11772
|
fileUpload: "fileUpload";
|
|
11759
11773
|
logging: "logging";
|
|
11760
11774
|
observability: "observability";
|
|
@@ -11762,53 +11776,40 @@ declare function getAllJsonSchemas(): {
|
|
|
11762
11776
|
integrations: "integrations";
|
|
11763
11777
|
ecommerce: "ecommerce";
|
|
11764
11778
|
analytics: "analytics";
|
|
11765
|
-
|
|
11766
|
-
forms: "forms";
|
|
11767
|
-
validation: "validation";
|
|
11768
|
-
testing: "testing";
|
|
11769
|
-
realtime: "realtime";
|
|
11770
|
-
jobQueue: "jobQueue";
|
|
11779
|
+
cms: "cms";
|
|
11771
11780
|
caching: "caching";
|
|
11772
11781
|
rateLimit: "rateLimit";
|
|
11773
11782
|
botProtection: "botProtection";
|
|
11774
|
-
animation: "animation";
|
|
11775
|
-
cms: "cms";
|
|
11776
11783
|
i18n: "i18n";
|
|
11777
11784
|
search: "search";
|
|
11778
11785
|
vectorDb: "vectorDb";
|
|
11779
11786
|
fileStorage: "fileStorage";
|
|
11780
|
-
|
|
11781
|
-
documentation: "documentation";
|
|
11782
|
-
packageManager: "packageManager";
|
|
11783
|
-
examples: "examples";
|
|
11784
|
-
api: "api";
|
|
11785
|
-
workspaceRunner: "workspaceRunner";
|
|
11786
|
-
gitHooks: "gitHooks";
|
|
11787
|
-
staticAnalysis: "staticAnalysis";
|
|
11788
|
-
aiTooling: "aiTooling";
|
|
11789
|
-
codeGeneration: "codeGeneration";
|
|
11790
|
-
developerEnvironment: "developerEnvironment";
|
|
11791
|
-
containerOrchestration: "containerOrchestration";
|
|
11792
|
-
apiGateway: "apiGateway";
|
|
11793
|
-
continuousIntegration: "continuousIntegration";
|
|
11794
|
-
ai: "ai";
|
|
11795
|
-
effect: "effect";
|
|
11796
|
-
css: "css";
|
|
11797
|
-
ui: "ui";
|
|
11798
|
-
push: "push";
|
|
11799
|
-
frontend: "frontend";
|
|
11800
|
-
mobile: "mobile";
|
|
11787
|
+
config: "config";
|
|
11801
11788
|
graphql: "graphql";
|
|
11802
11789
|
deploy: "deploy";
|
|
11803
11790
|
migrations: "migrations";
|
|
11804
11791
|
navigation: "navigation";
|
|
11792
|
+
ui: "ui";
|
|
11793
|
+
css: "css";
|
|
11805
11794
|
storage: "storage";
|
|
11795
|
+
push: "push";
|
|
11806
11796
|
ota: "ota";
|
|
11807
11797
|
deepLinking: "deepLinking";
|
|
11798
|
+
documentation: "documentation";
|
|
11799
|
+
codeQuality: "codeQuality";
|
|
11808
11800
|
appPlatform: "appPlatform";
|
|
11809
11801
|
dataFetching: "dataFetching";
|
|
11810
11802
|
workspaceTooling: "workspaceTooling";
|
|
11811
11803
|
toolchain: "toolchain";
|
|
11804
|
+
workspaceRunner: "workspaceRunner";
|
|
11805
|
+
gitHooks: "gitHooks";
|
|
11806
|
+
staticAnalysis: "staticAnalysis";
|
|
11807
|
+
aiTooling: "aiTooling";
|
|
11808
|
+
codeGeneration: "codeGeneration";
|
|
11809
|
+
developerEnvironment: "developerEnvironment";
|
|
11810
|
+
containerOrchestration: "containerOrchestration";
|
|
11811
|
+
apiGateway: "apiGateway";
|
|
11812
|
+
continuousIntegration: "continuousIntegration";
|
|
11812
11813
|
backendUtilities: "backendUtilities";
|
|
11813
11814
|
language: "language";
|
|
11814
11815
|
buildTool: "buildTool";
|
|
@@ -11816,7 +11817,6 @@ declare function getAllJsonSchemas(): {
|
|
|
11816
11817
|
errorHandling: "errorHandling";
|
|
11817
11818
|
httpClient: "httpClient";
|
|
11818
11819
|
libraries: "libraries";
|
|
11819
|
-
config: "config";
|
|
11820
11820
|
templating: "templating";
|
|
11821
11821
|
cloudSdk: "cloudSdk";
|
|
11822
11822
|
data: "data";
|
|
@@ -11845,7 +11845,7 @@ declare function getAllJsonSchemas(): {
|
|
|
11845
11845
|
}>;
|
|
11846
11846
|
providedByPartId: z.ZodOptional<z.ZodString>;
|
|
11847
11847
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
11848
|
-
settings: z.ZodOptional<z.
|
|
11848
|
+
settings: z.ZodOptional<z.ZodType<Record<string, unknown>, unknown, z.core.$ZodTypeInternals<Record<string, unknown>, unknown>>>;
|
|
11849
11849
|
}, z.core.$strip>>>;
|
|
11850
11850
|
}, z.core.$strip>>;
|
|
11851
11851
|
betterTStackConfig: z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
@@ -11883,13 +11883,13 @@ declare function getAllJsonSchemas(): {
|
|
|
11883
11883
|
sequelize: "sequelize";
|
|
11884
11884
|
}>;
|
|
11885
11885
|
backend: z.ZodEnum<{
|
|
11886
|
-
effect: "effect";
|
|
11887
11886
|
none: "none";
|
|
11888
11887
|
hono: "hono";
|
|
11889
11888
|
express: "express";
|
|
11890
11889
|
fastify: "fastify";
|
|
11891
11890
|
elysia: "elysia";
|
|
11892
11891
|
fets: "fets";
|
|
11892
|
+
effect: "effect";
|
|
11893
11893
|
nestjs: "nestjs";
|
|
11894
11894
|
adonisjs: "adonisjs";
|
|
11895
11895
|
nitro: "nitro";
|
|
@@ -11971,8 +11971,8 @@ declare function getAllJsonSchemas(): {
|
|
|
11971
11971
|
capacitor: "capacitor";
|
|
11972
11972
|
}>>;
|
|
11973
11973
|
examples: z.ZodArray<z.ZodEnum<{
|
|
11974
|
-
ai: "ai";
|
|
11975
11974
|
none: "none";
|
|
11975
|
+
ai: "ai";
|
|
11976
11976
|
"chat-sdk": "chat-sdk";
|
|
11977
11977
|
"tanstack-showcase": "tanstack-showcase";
|
|
11978
11978
|
}>>;
|
|
@@ -12087,8 +12087,8 @@ declare function getAllJsonSchemas(): {
|
|
|
12087
12087
|
"ai-cli": "ai-cli";
|
|
12088
12088
|
}>;
|
|
12089
12089
|
effect: z.ZodEnum<{
|
|
12090
|
-
effect: "effect";
|
|
12091
12090
|
none: "none";
|
|
12091
|
+
effect: "effect";
|
|
12092
12092
|
"effect-full": "effect-full";
|
|
12093
12093
|
}>;
|
|
12094
12094
|
stateManagement: z.ZodEnum<{
|
|
@@ -12141,7 +12141,6 @@ declare function getAllJsonSchemas(): {
|
|
|
12141
12141
|
"styled-components": "styled-components";
|
|
12142
12142
|
}>;
|
|
12143
12143
|
uiLibrary: z.ZodEnum<{
|
|
12144
|
-
mui: "mui";
|
|
12145
12144
|
none: "none";
|
|
12146
12145
|
"shadcn-ui": "shadcn-ui";
|
|
12147
12146
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -12152,6 +12151,7 @@ declare function getAllJsonSchemas(): {
|
|
|
12152
12151
|
"chakra-ui": "chakra-ui";
|
|
12153
12152
|
nextui: "nextui";
|
|
12154
12153
|
mantine: "mantine";
|
|
12154
|
+
mui: "mui";
|
|
12155
12155
|
antd: "antd";
|
|
12156
12156
|
"base-ui": "base-ui";
|
|
12157
12157
|
"ark-ui": "ark-ui";
|
|
@@ -12240,9 +12240,9 @@ declare function getAllJsonSchemas(): {
|
|
|
12240
12240
|
"effect-schema": "effect-schema";
|
|
12241
12241
|
}>;
|
|
12242
12242
|
realtime: z.ZodEnum<{
|
|
12243
|
-
ws: "ws";
|
|
12244
12243
|
none: "none";
|
|
12245
12244
|
"socket-io": "socket-io";
|
|
12245
|
+
ws: "ws";
|
|
12246
12246
|
partykit: "partykit";
|
|
12247
12247
|
ably: "ably";
|
|
12248
12248
|
pusher: "pusher";
|
|
@@ -12372,9 +12372,9 @@ declare function getAllJsonSchemas(): {
|
|
|
12372
12372
|
}>;
|
|
12373
12373
|
mobileUI: z.ZodEnum<{
|
|
12374
12374
|
none: "none";
|
|
12375
|
+
uniwind: "uniwind";
|
|
12375
12376
|
tamagui: "tamagui";
|
|
12376
12377
|
"gluestack-ui": "gluestack-ui";
|
|
12377
|
-
uniwind: "uniwind";
|
|
12378
12378
|
unistyles: "unistyles";
|
|
12379
12379
|
}>;
|
|
12380
12380
|
mobileStorage: z.ZodEnum<{
|
|
@@ -12491,11 +12491,11 @@ declare function getAllJsonSchemas(): {
|
|
|
12491
12491
|
}>;
|
|
12492
12492
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
12493
12493
|
none: "none";
|
|
12494
|
-
config: "config";
|
|
12495
12494
|
serde: "serde";
|
|
12496
12495
|
uuid: "uuid";
|
|
12497
12496
|
chrono: "chrono";
|
|
12498
12497
|
reqwest: "reqwest";
|
|
12498
|
+
config: "config";
|
|
12499
12499
|
dashmap: "dashmap";
|
|
12500
12500
|
"parking-lot": "parking-lot";
|
|
12501
12501
|
secrecy: "secrecy";
|
|
@@ -12701,10 +12701,10 @@ declare function getAllJsonSchemas(): {
|
|
|
12701
12701
|
httprouter: "httprouter";
|
|
12702
12702
|
}>;
|
|
12703
12703
|
goOrm: z.ZodEnum<{
|
|
12704
|
-
gorm: "gorm";
|
|
12705
12704
|
none: "none";
|
|
12706
12705
|
bun: "bun";
|
|
12707
12706
|
sqlx: "sqlx";
|
|
12707
|
+
gorm: "gorm";
|
|
12708
12708
|
sqlc: "sqlc";
|
|
12709
12709
|
ent: "ent";
|
|
12710
12710
|
}>;
|
|
@@ -13107,14 +13107,28 @@ declare function getAllJsonSchemas(): {
|
|
|
13107
13107
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13108
13108
|
id: z.ZodString;
|
|
13109
13109
|
role: z.ZodEnum<{
|
|
13110
|
-
|
|
13110
|
+
effect: "effect";
|
|
13111
|
+
ai: "ai";
|
|
13112
|
+
frontend: "frontend";
|
|
13111
13113
|
backend: "backend";
|
|
13114
|
+
mobile: "mobile";
|
|
13112
13115
|
database: "database";
|
|
13113
13116
|
orm: "orm";
|
|
13114
|
-
dbSetup: "dbSetup";
|
|
13115
13117
|
auth: "auth";
|
|
13116
13118
|
payments: "payments";
|
|
13119
|
+
examples: "examples";
|
|
13120
|
+
packageManager: "packageManager";
|
|
13121
|
+
dbSetup: "dbSetup";
|
|
13122
|
+
runtime: "runtime";
|
|
13123
|
+
api: "api";
|
|
13124
|
+
stateManagement: "stateManagement";
|
|
13125
|
+
forms: "forms";
|
|
13126
|
+
testing: "testing";
|
|
13117
13127
|
email: "email";
|
|
13128
|
+
validation: "validation";
|
|
13129
|
+
realtime: "realtime";
|
|
13130
|
+
jobQueue: "jobQueue";
|
|
13131
|
+
animation: "animation";
|
|
13118
13132
|
fileUpload: "fileUpload";
|
|
13119
13133
|
logging: "logging";
|
|
13120
13134
|
observability: "observability";
|
|
@@ -13122,53 +13136,40 @@ declare function getAllJsonSchemas(): {
|
|
|
13122
13136
|
integrations: "integrations";
|
|
13123
13137
|
ecommerce: "ecommerce";
|
|
13124
13138
|
analytics: "analytics";
|
|
13125
|
-
|
|
13126
|
-
forms: "forms";
|
|
13127
|
-
validation: "validation";
|
|
13128
|
-
testing: "testing";
|
|
13129
|
-
realtime: "realtime";
|
|
13130
|
-
jobQueue: "jobQueue";
|
|
13139
|
+
cms: "cms";
|
|
13131
13140
|
caching: "caching";
|
|
13132
13141
|
rateLimit: "rateLimit";
|
|
13133
13142
|
botProtection: "botProtection";
|
|
13134
|
-
animation: "animation";
|
|
13135
|
-
cms: "cms";
|
|
13136
13143
|
i18n: "i18n";
|
|
13137
13144
|
search: "search";
|
|
13138
13145
|
vectorDb: "vectorDb";
|
|
13139
13146
|
fileStorage: "fileStorage";
|
|
13140
|
-
|
|
13141
|
-
documentation: "documentation";
|
|
13142
|
-
packageManager: "packageManager";
|
|
13143
|
-
examples: "examples";
|
|
13144
|
-
api: "api";
|
|
13145
|
-
workspaceRunner: "workspaceRunner";
|
|
13146
|
-
gitHooks: "gitHooks";
|
|
13147
|
-
staticAnalysis: "staticAnalysis";
|
|
13148
|
-
aiTooling: "aiTooling";
|
|
13149
|
-
codeGeneration: "codeGeneration";
|
|
13150
|
-
developerEnvironment: "developerEnvironment";
|
|
13151
|
-
containerOrchestration: "containerOrchestration";
|
|
13152
|
-
apiGateway: "apiGateway";
|
|
13153
|
-
continuousIntegration: "continuousIntegration";
|
|
13154
|
-
ai: "ai";
|
|
13155
|
-
effect: "effect";
|
|
13156
|
-
css: "css";
|
|
13157
|
-
ui: "ui";
|
|
13158
|
-
push: "push";
|
|
13159
|
-
frontend: "frontend";
|
|
13160
|
-
mobile: "mobile";
|
|
13147
|
+
config: "config";
|
|
13161
13148
|
graphql: "graphql";
|
|
13162
13149
|
deploy: "deploy";
|
|
13163
13150
|
migrations: "migrations";
|
|
13164
13151
|
navigation: "navigation";
|
|
13152
|
+
ui: "ui";
|
|
13153
|
+
css: "css";
|
|
13165
13154
|
storage: "storage";
|
|
13155
|
+
push: "push";
|
|
13166
13156
|
ota: "ota";
|
|
13167
13157
|
deepLinking: "deepLinking";
|
|
13158
|
+
documentation: "documentation";
|
|
13159
|
+
codeQuality: "codeQuality";
|
|
13168
13160
|
appPlatform: "appPlatform";
|
|
13169
13161
|
dataFetching: "dataFetching";
|
|
13170
13162
|
workspaceTooling: "workspaceTooling";
|
|
13171
13163
|
toolchain: "toolchain";
|
|
13164
|
+
workspaceRunner: "workspaceRunner";
|
|
13165
|
+
gitHooks: "gitHooks";
|
|
13166
|
+
staticAnalysis: "staticAnalysis";
|
|
13167
|
+
aiTooling: "aiTooling";
|
|
13168
|
+
codeGeneration: "codeGeneration";
|
|
13169
|
+
developerEnvironment: "developerEnvironment";
|
|
13170
|
+
containerOrchestration: "containerOrchestration";
|
|
13171
|
+
apiGateway: "apiGateway";
|
|
13172
|
+
continuousIntegration: "continuousIntegration";
|
|
13172
13173
|
backendUtilities: "backendUtilities";
|
|
13173
13174
|
language: "language";
|
|
13174
13175
|
buildTool: "buildTool";
|
|
@@ -13176,7 +13177,6 @@ declare function getAllJsonSchemas(): {
|
|
|
13176
13177
|
errorHandling: "errorHandling";
|
|
13177
13178
|
httpClient: "httpClient";
|
|
13178
13179
|
libraries: "libraries";
|
|
13179
|
-
config: "config";
|
|
13180
13180
|
templating: "templating";
|
|
13181
13181
|
cloudSdk: "cloudSdk";
|
|
13182
13182
|
data: "data";
|
|
@@ -13205,7 +13205,7 @@ declare function getAllJsonSchemas(): {
|
|
|
13205
13205
|
}>;
|
|
13206
13206
|
providedByPartId: z.ZodOptional<z.ZodString>;
|
|
13207
13207
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
13208
|
-
settings: z.ZodOptional<z.
|
|
13208
|
+
settings: z.ZodOptional<z.ZodType<Record<string, unknown>, unknown, z.core.$ZodTypeInternals<Record<string, unknown>, unknown>>>;
|
|
13209
13209
|
}, z.core.$strip>>>;
|
|
13210
13210
|
}, z.core.$strip>>;
|
|
13211
13211
|
initResult: z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
@@ -13244,13 +13244,13 @@ declare function getAllJsonSchemas(): {
|
|
|
13244
13244
|
sequelize: "sequelize";
|
|
13245
13245
|
}>;
|
|
13246
13246
|
backend: z.ZodEnum<{
|
|
13247
|
-
effect: "effect";
|
|
13248
13247
|
none: "none";
|
|
13249
13248
|
hono: "hono";
|
|
13250
13249
|
express: "express";
|
|
13251
13250
|
fastify: "fastify";
|
|
13252
13251
|
elysia: "elysia";
|
|
13253
13252
|
fets: "fets";
|
|
13253
|
+
effect: "effect";
|
|
13254
13254
|
nestjs: "nestjs";
|
|
13255
13255
|
adonisjs: "adonisjs";
|
|
13256
13256
|
nitro: "nitro";
|
|
@@ -13332,8 +13332,8 @@ declare function getAllJsonSchemas(): {
|
|
|
13332
13332
|
capacitor: "capacitor";
|
|
13333
13333
|
}>>;
|
|
13334
13334
|
examples: z.ZodArray<z.ZodEnum<{
|
|
13335
|
-
ai: "ai";
|
|
13336
13335
|
none: "none";
|
|
13336
|
+
ai: "ai";
|
|
13337
13337
|
"chat-sdk": "chat-sdk";
|
|
13338
13338
|
"tanstack-showcase": "tanstack-showcase";
|
|
13339
13339
|
}>>;
|
|
@@ -13450,8 +13450,8 @@ declare function getAllJsonSchemas(): {
|
|
|
13450
13450
|
"ai-cli": "ai-cli";
|
|
13451
13451
|
}>;
|
|
13452
13452
|
effect: z.ZodEnum<{
|
|
13453
|
-
effect: "effect";
|
|
13454
13453
|
none: "none";
|
|
13454
|
+
effect: "effect";
|
|
13455
13455
|
"effect-full": "effect-full";
|
|
13456
13456
|
}>;
|
|
13457
13457
|
stateManagement: z.ZodEnum<{
|
|
@@ -13504,7 +13504,6 @@ declare function getAllJsonSchemas(): {
|
|
|
13504
13504
|
"styled-components": "styled-components";
|
|
13505
13505
|
}>;
|
|
13506
13506
|
uiLibrary: z.ZodEnum<{
|
|
13507
|
-
mui: "mui";
|
|
13508
13507
|
none: "none";
|
|
13509
13508
|
"shadcn-ui": "shadcn-ui";
|
|
13510
13509
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -13515,6 +13514,7 @@ declare function getAllJsonSchemas(): {
|
|
|
13515
13514
|
"chakra-ui": "chakra-ui";
|
|
13516
13515
|
nextui: "nextui";
|
|
13517
13516
|
mantine: "mantine";
|
|
13517
|
+
mui: "mui";
|
|
13518
13518
|
antd: "antd";
|
|
13519
13519
|
"base-ui": "base-ui";
|
|
13520
13520
|
"ark-ui": "ark-ui";
|
|
@@ -13603,9 +13603,9 @@ declare function getAllJsonSchemas(): {
|
|
|
13603
13603
|
"effect-schema": "effect-schema";
|
|
13604
13604
|
}>;
|
|
13605
13605
|
realtime: z.ZodEnum<{
|
|
13606
|
-
ws: "ws";
|
|
13607
13606
|
none: "none";
|
|
13608
13607
|
"socket-io": "socket-io";
|
|
13608
|
+
ws: "ws";
|
|
13609
13609
|
partykit: "partykit";
|
|
13610
13610
|
ably: "ably";
|
|
13611
13611
|
pusher: "pusher";
|
|
@@ -13735,9 +13735,9 @@ declare function getAllJsonSchemas(): {
|
|
|
13735
13735
|
}>;
|
|
13736
13736
|
mobileUI: z.ZodEnum<{
|
|
13737
13737
|
none: "none";
|
|
13738
|
+
uniwind: "uniwind";
|
|
13738
13739
|
tamagui: "tamagui";
|
|
13739
13740
|
"gluestack-ui": "gluestack-ui";
|
|
13740
|
-
uniwind: "uniwind";
|
|
13741
13741
|
unistyles: "unistyles";
|
|
13742
13742
|
}>;
|
|
13743
13743
|
mobileStorage: z.ZodEnum<{
|
|
@@ -13854,11 +13854,11 @@ declare function getAllJsonSchemas(): {
|
|
|
13854
13854
|
}>;
|
|
13855
13855
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
13856
13856
|
none: "none";
|
|
13857
|
-
config: "config";
|
|
13858
13857
|
serde: "serde";
|
|
13859
13858
|
uuid: "uuid";
|
|
13860
13859
|
chrono: "chrono";
|
|
13861
13860
|
reqwest: "reqwest";
|
|
13861
|
+
config: "config";
|
|
13862
13862
|
dashmap: "dashmap";
|
|
13863
13863
|
"parking-lot": "parking-lot";
|
|
13864
13864
|
secrecy: "secrecy";
|
|
@@ -14064,10 +14064,10 @@ declare function getAllJsonSchemas(): {
|
|
|
14064
14064
|
httprouter: "httprouter";
|
|
14065
14065
|
}>;
|
|
14066
14066
|
goOrm: z.ZodEnum<{
|
|
14067
|
-
gorm: "gorm";
|
|
14068
14067
|
none: "none";
|
|
14069
14068
|
bun: "bun";
|
|
14070
14069
|
sqlx: "sqlx";
|
|
14070
|
+
gorm: "gorm";
|
|
14071
14071
|
sqlc: "sqlc";
|
|
14072
14072
|
ent: "ent";
|
|
14073
14073
|
}>;
|
|
@@ -14470,14 +14470,28 @@ declare function getAllJsonSchemas(): {
|
|
|
14470
14470
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14471
14471
|
id: z.ZodString;
|
|
14472
14472
|
role: z.ZodEnum<{
|
|
14473
|
-
|
|
14473
|
+
effect: "effect";
|
|
14474
|
+
ai: "ai";
|
|
14475
|
+
frontend: "frontend";
|
|
14474
14476
|
backend: "backend";
|
|
14477
|
+
mobile: "mobile";
|
|
14475
14478
|
database: "database";
|
|
14476
14479
|
orm: "orm";
|
|
14477
|
-
dbSetup: "dbSetup";
|
|
14478
14480
|
auth: "auth";
|
|
14479
14481
|
payments: "payments";
|
|
14482
|
+
examples: "examples";
|
|
14483
|
+
packageManager: "packageManager";
|
|
14484
|
+
dbSetup: "dbSetup";
|
|
14485
|
+
runtime: "runtime";
|
|
14486
|
+
api: "api";
|
|
14487
|
+
stateManagement: "stateManagement";
|
|
14488
|
+
forms: "forms";
|
|
14489
|
+
testing: "testing";
|
|
14480
14490
|
email: "email";
|
|
14491
|
+
validation: "validation";
|
|
14492
|
+
realtime: "realtime";
|
|
14493
|
+
jobQueue: "jobQueue";
|
|
14494
|
+
animation: "animation";
|
|
14481
14495
|
fileUpload: "fileUpload";
|
|
14482
14496
|
logging: "logging";
|
|
14483
14497
|
observability: "observability";
|
|
@@ -14485,53 +14499,40 @@ declare function getAllJsonSchemas(): {
|
|
|
14485
14499
|
integrations: "integrations";
|
|
14486
14500
|
ecommerce: "ecommerce";
|
|
14487
14501
|
analytics: "analytics";
|
|
14488
|
-
|
|
14489
|
-
forms: "forms";
|
|
14490
|
-
validation: "validation";
|
|
14491
|
-
testing: "testing";
|
|
14492
|
-
realtime: "realtime";
|
|
14493
|
-
jobQueue: "jobQueue";
|
|
14502
|
+
cms: "cms";
|
|
14494
14503
|
caching: "caching";
|
|
14495
14504
|
rateLimit: "rateLimit";
|
|
14496
14505
|
botProtection: "botProtection";
|
|
14497
|
-
animation: "animation";
|
|
14498
|
-
cms: "cms";
|
|
14499
14506
|
i18n: "i18n";
|
|
14500
14507
|
search: "search";
|
|
14501
14508
|
vectorDb: "vectorDb";
|
|
14502
14509
|
fileStorage: "fileStorage";
|
|
14503
|
-
|
|
14504
|
-
documentation: "documentation";
|
|
14505
|
-
packageManager: "packageManager";
|
|
14506
|
-
examples: "examples";
|
|
14507
|
-
api: "api";
|
|
14508
|
-
workspaceRunner: "workspaceRunner";
|
|
14509
|
-
gitHooks: "gitHooks";
|
|
14510
|
-
staticAnalysis: "staticAnalysis";
|
|
14511
|
-
aiTooling: "aiTooling";
|
|
14512
|
-
codeGeneration: "codeGeneration";
|
|
14513
|
-
developerEnvironment: "developerEnvironment";
|
|
14514
|
-
containerOrchestration: "containerOrchestration";
|
|
14515
|
-
apiGateway: "apiGateway";
|
|
14516
|
-
continuousIntegration: "continuousIntegration";
|
|
14517
|
-
ai: "ai";
|
|
14518
|
-
effect: "effect";
|
|
14519
|
-
css: "css";
|
|
14520
|
-
ui: "ui";
|
|
14521
|
-
push: "push";
|
|
14522
|
-
frontend: "frontend";
|
|
14523
|
-
mobile: "mobile";
|
|
14510
|
+
config: "config";
|
|
14524
14511
|
graphql: "graphql";
|
|
14525
14512
|
deploy: "deploy";
|
|
14526
14513
|
migrations: "migrations";
|
|
14527
14514
|
navigation: "navigation";
|
|
14515
|
+
ui: "ui";
|
|
14516
|
+
css: "css";
|
|
14528
14517
|
storage: "storage";
|
|
14518
|
+
push: "push";
|
|
14529
14519
|
ota: "ota";
|
|
14530
14520
|
deepLinking: "deepLinking";
|
|
14521
|
+
documentation: "documentation";
|
|
14522
|
+
codeQuality: "codeQuality";
|
|
14531
14523
|
appPlatform: "appPlatform";
|
|
14532
14524
|
dataFetching: "dataFetching";
|
|
14533
14525
|
workspaceTooling: "workspaceTooling";
|
|
14534
14526
|
toolchain: "toolchain";
|
|
14527
|
+
workspaceRunner: "workspaceRunner";
|
|
14528
|
+
gitHooks: "gitHooks";
|
|
14529
|
+
staticAnalysis: "staticAnalysis";
|
|
14530
|
+
aiTooling: "aiTooling";
|
|
14531
|
+
codeGeneration: "codeGeneration";
|
|
14532
|
+
developerEnvironment: "developerEnvironment";
|
|
14533
|
+
containerOrchestration: "containerOrchestration";
|
|
14534
|
+
apiGateway: "apiGateway";
|
|
14535
|
+
continuousIntegration: "continuousIntegration";
|
|
14535
14536
|
backendUtilities: "backendUtilities";
|
|
14536
14537
|
language: "language";
|
|
14537
14538
|
buildTool: "buildTool";
|
|
@@ -14539,7 +14540,6 @@ declare function getAllJsonSchemas(): {
|
|
|
14539
14540
|
errorHandling: "errorHandling";
|
|
14540
14541
|
httpClient: "httpClient";
|
|
14541
14542
|
libraries: "libraries";
|
|
14542
|
-
config: "config";
|
|
14543
14543
|
templating: "templating";
|
|
14544
14544
|
cloudSdk: "cloudSdk";
|
|
14545
14545
|
data: "data";
|
|
@@ -14568,7 +14568,7 @@ declare function getAllJsonSchemas(): {
|
|
|
14568
14568
|
}>;
|
|
14569
14569
|
providedByPartId: z.ZodOptional<z.ZodString>;
|
|
14570
14570
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
14571
|
-
settings: z.ZodOptional<z.
|
|
14571
|
+
settings: z.ZodOptional<z.ZodType<Record<string, unknown>, unknown, z.core.$ZodTypeInternals<Record<string, unknown>, unknown>>>;
|
|
14572
14572
|
}, z.core.$strip>>>;
|
|
14573
14573
|
}, z.core.$strip>;
|
|
14574
14574
|
reproducibleCommand: z.ZodString;
|