@better-fullstack/types 2.6.2 → 2.6.3
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-CZeSVSu8.d.mts → defaults-c1Q6oSGr.d.mts} +2 -2
- package/dist/defaults-c1Q6oSGr.d.mts.map +1 -0
- package/dist/defaults.d.mts +3 -3
- package/dist/index.d.mts +19 -19
- package/dist/index.d.mts.map +1 -1
- package/dist/json-schema.d.mts +356 -356
- package/dist/json-schema.d.mts.map +1 -1
- package/dist/{schemas-82xJXQrZ.d.mts → schemas-byZ-ZfU_.d.mts} +634 -634
- package/dist/schemas-byZ-ZfU_.d.mts.map +1 -0
- package/dist/schemas.d.mts +1 -1
- package/dist/{stack-graph-DG53F1Q2.d.mts → stack-graph-BuGqVDuz.d.mts} +2 -2
- package/dist/{stack-graph-DG53F1Q2.d.mts.map → stack-graph-BuGqVDuz.d.mts.map} +1 -1
- package/dist/stack-graph.d.mts +3 -3
- package/dist/{stack-translation-0OwfhcBf.d.mts → stack-translation-PRZPaQP4.d.mts} +3 -3
- package/dist/{stack-translation-0OwfhcBf.d.mts.map → stack-translation-PRZPaQP4.d.mts.map} +1 -1
- package/dist/stack-translation.d.mts +4 -4
- package/dist/{types-CfEIdtDo.d.mts → types-DA-r_8X7.d.mts} +2 -2
- package/dist/{types-CfEIdtDo.d.mts.map → types-DA-r_8X7.d.mts.map} +1 -1
- package/dist/types.d.mts +2 -2
- package/package.json +1 -1
- package/dist/defaults-CZeSVSu8.d.mts.map +0 -1
- package/dist/schemas-82xJXQrZ.d.mts.map +0 -1
package/dist/json-schema.d.mts
CHANGED
|
@@ -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";
|
|
24
25
|
none: "none";
|
|
25
26
|
hono: "hono";
|
|
26
27
|
express: "express";
|
|
27
28
|
fastify: "fastify";
|
|
28
29
|
elysia: "elysia";
|
|
29
30
|
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
|
-
none: "none";
|
|
113
112
|
ai: "ai";
|
|
113
|
+
none: "none";
|
|
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";
|
|
196
197
|
merge: "merge";
|
|
197
198
|
overwrite: "overwrite";
|
|
198
199
|
increment: "increment";
|
|
199
|
-
error: "error";
|
|
200
200
|
}>>;
|
|
201
201
|
declare function getTemplateJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
202
202
|
none: "none";
|
|
203
|
+
uniwind: "uniwind";
|
|
203
204
|
mern: "mern";
|
|
204
205
|
pern: "pern";
|
|
205
206
|
t3: "t3";
|
|
206
207
|
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";
|
|
213
214
|
mern: "mern";
|
|
214
215
|
pern: "pern";
|
|
215
216
|
t3: "t3";
|
|
216
217
|
saas: "saas";
|
|
217
|
-
uniwind: "uniwind";
|
|
218
218
|
}>>;
|
|
219
219
|
shape: z.ZodOptional<z.ZodEnum<{
|
|
220
|
-
fullstack: "fullstack";
|
|
221
|
-
frontend: "frontend";
|
|
222
220
|
backend: "backend";
|
|
221
|
+
frontend: "frontend";
|
|
223
222
|
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
|
-
none: "none";
|
|
356
355
|
ai: "ai";
|
|
356
|
+
none: "none";
|
|
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";
|
|
390
391
|
none: "none";
|
|
391
392
|
hono: "hono";
|
|
392
393
|
express: "express";
|
|
393
394
|
fastify: "fastify";
|
|
394
395
|
elysia: "elysia";
|
|
395
396
|
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";
|
|
443
444
|
merge: "merge";
|
|
444
445
|
overwrite: "overwrite";
|
|
445
446
|
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
|
-
none: "none";
|
|
476
475
|
effect: "effect";
|
|
476
|
+
none: "none";
|
|
477
477
|
"effect-full": "effect-full";
|
|
478
478
|
}>>;
|
|
479
479
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
@@ -526,6 +526,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
526
526
|
"styled-components": "styled-components";
|
|
527
527
|
}>>;
|
|
528
528
|
uiLibrary: z.ZodOptional<z.ZodEnum<{
|
|
529
|
+
mui: "mui";
|
|
529
530
|
none: "none";
|
|
530
531
|
"shadcn-ui": "shadcn-ui";
|
|
531
532
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -536,7 +537,6 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
536
537
|
"chakra-ui": "chakra-ui";
|
|
537
538
|
nextui: "nextui";
|
|
538
539
|
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";
|
|
628
629
|
none: "none";
|
|
629
630
|
"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";
|
|
761
760
|
tamagui: "tamagui";
|
|
762
761
|
"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";
|
|
879
880
|
serde: "serde";
|
|
880
881
|
uuid: "uuid";
|
|
881
882
|
chrono: "chrono";
|
|
882
883
|
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";
|
|
1089
1090
|
none: "none";
|
|
1090
1091
|
bun: "bun";
|
|
1091
1092
|
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";
|
|
1528
1529
|
none: "none";
|
|
1529
1530
|
hono: "hono";
|
|
1530
1531
|
express: "express";
|
|
1531
1532
|
fastify: "fastify";
|
|
1532
1533
|
elysia: "elysia";
|
|
1533
1534
|
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
|
-
none: "none";
|
|
1617
1616
|
ai: "ai";
|
|
1617
|
+
none: "none";
|
|
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
|
-
none: "none";
|
|
1735
1734
|
effect: "effect";
|
|
1735
|
+
none: "none";
|
|
1736
1736
|
"effect-full": "effect-full";
|
|
1737
1737
|
}>;
|
|
1738
1738
|
stateManagement: z.ZodEnum<{
|
|
@@ -1785,6 +1785,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1785
1785
|
"styled-components": "styled-components";
|
|
1786
1786
|
}>;
|
|
1787
1787
|
uiLibrary: z.ZodEnum<{
|
|
1788
|
+
mui: "mui";
|
|
1788
1789
|
none: "none";
|
|
1789
1790
|
"shadcn-ui": "shadcn-ui";
|
|
1790
1791
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -1795,7 +1796,6 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1795
1796
|
"chakra-ui": "chakra-ui";
|
|
1796
1797
|
nextui: "nextui";
|
|
1797
1798
|
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";
|
|
1887
1888
|
none: "none";
|
|
1888
1889
|
"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";
|
|
2020
2019
|
tamagui: "tamagui";
|
|
2021
2020
|
"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";
|
|
2138
2139
|
serde: "serde";
|
|
2139
2140
|
uuid: "uuid";
|
|
2140
2141
|
chrono: "chrono";
|
|
2141
2142
|
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";
|
|
2348
2349
|
none: "none";
|
|
2349
2350
|
bun: "bun";
|
|
2350
2351
|
sqlx: "sqlx";
|
|
2351
|
-
gorm: "gorm";
|
|
2352
2352
|
sqlc: "sqlc";
|
|
2353
2353
|
ent: "ent";
|
|
2354
2354
|
}>;
|
|
@@ -2751,28 +2751,14 @@ 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
|
-
|
|
2755
|
-
ai: "ai";
|
|
2756
|
-
frontend: "frontend";
|
|
2754
|
+
runtime: "runtime";
|
|
2757
2755
|
backend: "backend";
|
|
2758
|
-
mobile: "mobile";
|
|
2759
2756
|
database: "database";
|
|
2760
2757
|
orm: "orm";
|
|
2758
|
+
dbSetup: "dbSetup";
|
|
2761
2759
|
auth: "auth";
|
|
2762
2760
|
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";
|
|
2771
2761
|
email: "email";
|
|
2772
|
-
validation: "validation";
|
|
2773
|
-
realtime: "realtime";
|
|
2774
|
-
jobQueue: "jobQueue";
|
|
2775
|
-
animation: "animation";
|
|
2776
2762
|
fileUpload: "fileUpload";
|
|
2777
2763
|
logging: "logging";
|
|
2778
2764
|
observability: "observability";
|
|
@@ -2780,40 +2766,53 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2780
2766
|
integrations: "integrations";
|
|
2781
2767
|
ecommerce: "ecommerce";
|
|
2782
2768
|
analytics: "analytics";
|
|
2783
|
-
|
|
2769
|
+
stateManagement: "stateManagement";
|
|
2770
|
+
forms: "forms";
|
|
2771
|
+
validation: "validation";
|
|
2772
|
+
testing: "testing";
|
|
2773
|
+
realtime: "realtime";
|
|
2774
|
+
jobQueue: "jobQueue";
|
|
2784
2775
|
caching: "caching";
|
|
2785
2776
|
rateLimit: "rateLimit";
|
|
2786
2777
|
botProtection: "botProtection";
|
|
2778
|
+
animation: "animation";
|
|
2779
|
+
cms: "cms";
|
|
2787
2780
|
i18n: "i18n";
|
|
2788
2781
|
search: "search";
|
|
2789
2782
|
vectorDb: "vectorDb";
|
|
2790
2783
|
fileStorage: "fileStorage";
|
|
2791
|
-
|
|
2784
|
+
codeQuality: "codeQuality";
|
|
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";
|
|
2792
2805
|
graphql: "graphql";
|
|
2793
2806
|
deploy: "deploy";
|
|
2794
2807
|
migrations: "migrations";
|
|
2795
2808
|
navigation: "navigation";
|
|
2796
|
-
ui: "ui";
|
|
2797
|
-
css: "css";
|
|
2798
2809
|
storage: "storage";
|
|
2799
|
-
push: "push";
|
|
2800
2810
|
ota: "ota";
|
|
2801
2811
|
deepLinking: "deepLinking";
|
|
2802
|
-
documentation: "documentation";
|
|
2803
|
-
codeQuality: "codeQuality";
|
|
2804
2812
|
appPlatform: "appPlatform";
|
|
2805
2813
|
dataFetching: "dataFetching";
|
|
2806
2814
|
workspaceTooling: "workspaceTooling";
|
|
2807
2815
|
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";
|
|
2817
2816
|
backendUtilities: "backendUtilities";
|
|
2818
2817
|
language: "language";
|
|
2819
2818
|
buildTool: "buildTool";
|
|
@@ -2821,6 +2820,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2821
2820
|
errorHandling: "errorHandling";
|
|
2822
2821
|
httpClient: "httpClient";
|
|
2823
2822
|
libraries: "libraries";
|
|
2823
|
+
config: "config";
|
|
2824
2824
|
templating: "templating";
|
|
2825
2825
|
cloudSdk: "cloudSdk";
|
|
2826
2826
|
data: "data";
|
|
@@ -2887,13 +2887,13 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2887
2887
|
sequelize: "sequelize";
|
|
2888
2888
|
}>;
|
|
2889
2889
|
backend: z.ZodEnum<{
|
|
2890
|
+
effect: "effect";
|
|
2890
2891
|
none: "none";
|
|
2891
2892
|
hono: "hono";
|
|
2892
2893
|
express: "express";
|
|
2893
2894
|
fastify: "fastify";
|
|
2894
2895
|
elysia: "elysia";
|
|
2895
2896
|
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
|
-
none: "none";
|
|
2979
2978
|
ai: "ai";
|
|
2979
|
+
none: "none";
|
|
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
|
-
none: "none";
|
|
3095
3094
|
effect: "effect";
|
|
3095
|
+
none: "none";
|
|
3096
3096
|
"effect-full": "effect-full";
|
|
3097
3097
|
}>;
|
|
3098
3098
|
stateManagement: z.ZodEnum<{
|
|
@@ -3145,6 +3145,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3145
3145
|
"styled-components": "styled-components";
|
|
3146
3146
|
}>;
|
|
3147
3147
|
uiLibrary: z.ZodEnum<{
|
|
3148
|
+
mui: "mui";
|
|
3148
3149
|
none: "none";
|
|
3149
3150
|
"shadcn-ui": "shadcn-ui";
|
|
3150
3151
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -3155,7 +3156,6 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3155
3156
|
"chakra-ui": "chakra-ui";
|
|
3156
3157
|
nextui: "nextui";
|
|
3157
3158
|
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";
|
|
3247
3248
|
none: "none";
|
|
3248
3249
|
"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";
|
|
3380
3379
|
tamagui: "tamagui";
|
|
3381
3380
|
"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";
|
|
3498
3499
|
serde: "serde";
|
|
3499
3500
|
uuid: "uuid";
|
|
3500
3501
|
chrono: "chrono";
|
|
3501
3502
|
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";
|
|
3708
3709
|
none: "none";
|
|
3709
3710
|
bun: "bun";
|
|
3710
3711
|
sqlx: "sqlx";
|
|
3711
|
-
gorm: "gorm";
|
|
3712
3712
|
sqlc: "sqlc";
|
|
3713
3713
|
ent: "ent";
|
|
3714
3714
|
}>;
|
|
@@ -4111,28 +4111,14 @@ 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
|
-
|
|
4115
|
-
ai: "ai";
|
|
4116
|
-
frontend: "frontend";
|
|
4114
|
+
runtime: "runtime";
|
|
4117
4115
|
backend: "backend";
|
|
4118
|
-
mobile: "mobile";
|
|
4119
4116
|
database: "database";
|
|
4120
4117
|
orm: "orm";
|
|
4118
|
+
dbSetup: "dbSetup";
|
|
4121
4119
|
auth: "auth";
|
|
4122
4120
|
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";
|
|
4131
4121
|
email: "email";
|
|
4132
|
-
validation: "validation";
|
|
4133
|
-
realtime: "realtime";
|
|
4134
|
-
jobQueue: "jobQueue";
|
|
4135
|
-
animation: "animation";
|
|
4136
4122
|
fileUpload: "fileUpload";
|
|
4137
4123
|
logging: "logging";
|
|
4138
4124
|
observability: "observability";
|
|
@@ -4140,40 +4126,53 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
4140
4126
|
integrations: "integrations";
|
|
4141
4127
|
ecommerce: "ecommerce";
|
|
4142
4128
|
analytics: "analytics";
|
|
4143
|
-
|
|
4129
|
+
stateManagement: "stateManagement";
|
|
4130
|
+
forms: "forms";
|
|
4131
|
+
validation: "validation";
|
|
4132
|
+
testing: "testing";
|
|
4133
|
+
realtime: "realtime";
|
|
4134
|
+
jobQueue: "jobQueue";
|
|
4144
4135
|
caching: "caching";
|
|
4145
4136
|
rateLimit: "rateLimit";
|
|
4146
4137
|
botProtection: "botProtection";
|
|
4138
|
+
animation: "animation";
|
|
4139
|
+
cms: "cms";
|
|
4147
4140
|
i18n: "i18n";
|
|
4148
4141
|
search: "search";
|
|
4149
4142
|
vectorDb: "vectorDb";
|
|
4150
4143
|
fileStorage: "fileStorage";
|
|
4151
|
-
|
|
4144
|
+
codeQuality: "codeQuality";
|
|
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";
|
|
4152
4165
|
graphql: "graphql";
|
|
4153
4166
|
deploy: "deploy";
|
|
4154
4167
|
migrations: "migrations";
|
|
4155
4168
|
navigation: "navigation";
|
|
4156
|
-
ui: "ui";
|
|
4157
|
-
css: "css";
|
|
4158
4169
|
storage: "storage";
|
|
4159
|
-
push: "push";
|
|
4160
4170
|
ota: "ota";
|
|
4161
4171
|
deepLinking: "deepLinking";
|
|
4162
|
-
documentation: "documentation";
|
|
4163
|
-
codeQuality: "codeQuality";
|
|
4164
4172
|
appPlatform: "appPlatform";
|
|
4165
4173
|
dataFetching: "dataFetching";
|
|
4166
4174
|
workspaceTooling: "workspaceTooling";
|
|
4167
4175
|
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";
|
|
4177
4176
|
backendUtilities: "backendUtilities";
|
|
4178
4177
|
language: "language";
|
|
4179
4178
|
buildTool: "buildTool";
|
|
@@ -4181,6 +4180,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
4181
4180
|
errorHandling: "errorHandling";
|
|
4182
4181
|
httpClient: "httpClient";
|
|
4183
4182
|
libraries: "libraries";
|
|
4183
|
+
config: "config";
|
|
4184
4184
|
templating: "templating";
|
|
4185
4185
|
cloudSdk: "cloudSdk";
|
|
4186
4186
|
data: "data";
|
|
@@ -4247,13 +4247,13 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4247
4247
|
sequelize: "sequelize";
|
|
4248
4248
|
}>;
|
|
4249
4249
|
backend: z.ZodEnum<{
|
|
4250
|
+
effect: "effect";
|
|
4250
4251
|
none: "none";
|
|
4251
4252
|
hono: "hono";
|
|
4252
4253
|
express: "express";
|
|
4253
4254
|
fastify: "fastify";
|
|
4254
4255
|
elysia: "elysia";
|
|
4255
4256
|
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
|
-
none: "none";
|
|
4339
4338
|
ai: "ai";
|
|
4339
|
+
none: "none";
|
|
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
|
-
none: "none";
|
|
4455
4454
|
effect: "effect";
|
|
4455
|
+
none: "none";
|
|
4456
4456
|
"effect-full": "effect-full";
|
|
4457
4457
|
}>;
|
|
4458
4458
|
stateManagement: z.ZodEnum<{
|
|
@@ -4505,6 +4505,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4505
4505
|
"styled-components": "styled-components";
|
|
4506
4506
|
}>;
|
|
4507
4507
|
uiLibrary: z.ZodEnum<{
|
|
4508
|
+
mui: "mui";
|
|
4508
4509
|
none: "none";
|
|
4509
4510
|
"shadcn-ui": "shadcn-ui";
|
|
4510
4511
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -4515,7 +4516,6 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4515
4516
|
"chakra-ui": "chakra-ui";
|
|
4516
4517
|
nextui: "nextui";
|
|
4517
4518
|
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";
|
|
4607
4608
|
none: "none";
|
|
4608
4609
|
"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";
|
|
4740
4739
|
tamagui: "tamagui";
|
|
4741
4740
|
"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";
|
|
4858
4859
|
serde: "serde";
|
|
4859
4860
|
uuid: "uuid";
|
|
4860
4861
|
chrono: "chrono";
|
|
4861
4862
|
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";
|
|
5068
5069
|
none: "none";
|
|
5069
5070
|
bun: "bun";
|
|
5070
5071
|
sqlx: "sqlx";
|
|
5071
|
-
gorm: "gorm";
|
|
5072
5072
|
sqlc: "sqlc";
|
|
5073
5073
|
ent: "ent";
|
|
5074
5074
|
}>;
|
|
@@ -5471,28 +5471,14 @@ 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
|
-
|
|
5475
|
-
ai: "ai";
|
|
5476
|
-
frontend: "frontend";
|
|
5474
|
+
runtime: "runtime";
|
|
5477
5475
|
backend: "backend";
|
|
5478
|
-
mobile: "mobile";
|
|
5479
5476
|
database: "database";
|
|
5480
5477
|
orm: "orm";
|
|
5478
|
+
dbSetup: "dbSetup";
|
|
5481
5479
|
auth: "auth";
|
|
5482
5480
|
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";
|
|
5491
5481
|
email: "email";
|
|
5492
|
-
validation: "validation";
|
|
5493
|
-
realtime: "realtime";
|
|
5494
|
-
jobQueue: "jobQueue";
|
|
5495
|
-
animation: "animation";
|
|
5496
5482
|
fileUpload: "fileUpload";
|
|
5497
5483
|
logging: "logging";
|
|
5498
5484
|
observability: "observability";
|
|
@@ -5500,31 +5486,26 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
5500
5486
|
integrations: "integrations";
|
|
5501
5487
|
ecommerce: "ecommerce";
|
|
5502
5488
|
analytics: "analytics";
|
|
5503
|
-
|
|
5489
|
+
stateManagement: "stateManagement";
|
|
5490
|
+
forms: "forms";
|
|
5491
|
+
validation: "validation";
|
|
5492
|
+
testing: "testing";
|
|
5493
|
+
realtime: "realtime";
|
|
5494
|
+
jobQueue: "jobQueue";
|
|
5504
5495
|
caching: "caching";
|
|
5505
5496
|
rateLimit: "rateLimit";
|
|
5506
5497
|
botProtection: "botProtection";
|
|
5498
|
+
animation: "animation";
|
|
5499
|
+
cms: "cms";
|
|
5507
5500
|
i18n: "i18n";
|
|
5508
5501
|
search: "search";
|
|
5509
5502
|
vectorDb: "vectorDb";
|
|
5510
5503
|
fileStorage: "fileStorage";
|
|
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";
|
|
5522
|
-
documentation: "documentation";
|
|
5523
5504
|
codeQuality: "codeQuality";
|
|
5524
|
-
|
|
5525
|
-
|
|
5526
|
-
|
|
5527
|
-
|
|
5505
|
+
documentation: "documentation";
|
|
5506
|
+
packageManager: "packageManager";
|
|
5507
|
+
examples: "examples";
|
|
5508
|
+
api: "api";
|
|
5528
5509
|
workspaceRunner: "workspaceRunner";
|
|
5529
5510
|
gitHooks: "gitHooks";
|
|
5530
5511
|
staticAnalysis: "staticAnalysis";
|
|
@@ -5534,13 +5515,32 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
5534
5515
|
containerOrchestration: "containerOrchestration";
|
|
5535
5516
|
apiGateway: "apiGateway";
|
|
5536
5517
|
continuousIntegration: "continuousIntegration";
|
|
5537
|
-
|
|
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
|
+
backendUtilities: "backendUtilities";
|
|
5538
5537
|
language: "language";
|
|
5539
5538
|
buildTool: "buildTool";
|
|
5540
5539
|
cli: "cli";
|
|
5541
5540
|
errorHandling: "errorHandling";
|
|
5542
5541
|
httpClient: "httpClient";
|
|
5543
5542
|
libraries: "libraries";
|
|
5543
|
+
config: "config";
|
|
5544
5544
|
templating: "templating";
|
|
5545
5545
|
cloudSdk: "cloudSdk";
|
|
5546
5546
|
data: "data";
|
|
@@ -5608,13 +5608,13 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5608
5608
|
sequelize: "sequelize";
|
|
5609
5609
|
}>;
|
|
5610
5610
|
backend: z.ZodEnum<{
|
|
5611
|
+
effect: "effect";
|
|
5611
5612
|
none: "none";
|
|
5612
5613
|
hono: "hono";
|
|
5613
5614
|
express: "express";
|
|
5614
5615
|
fastify: "fastify";
|
|
5615
5616
|
elysia: "elysia";
|
|
5616
5617
|
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
|
-
none: "none";
|
|
5700
5699
|
ai: "ai";
|
|
5700
|
+
none: "none";
|
|
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
|
-
none: "none";
|
|
5818
5817
|
effect: "effect";
|
|
5818
|
+
none: "none";
|
|
5819
5819
|
"effect-full": "effect-full";
|
|
5820
5820
|
}>;
|
|
5821
5821
|
stateManagement: z.ZodEnum<{
|
|
@@ -5868,6 +5868,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5868
5868
|
"styled-components": "styled-components";
|
|
5869
5869
|
}>;
|
|
5870
5870
|
uiLibrary: z.ZodEnum<{
|
|
5871
|
+
mui: "mui";
|
|
5871
5872
|
none: "none";
|
|
5872
5873
|
"shadcn-ui": "shadcn-ui";
|
|
5873
5874
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -5878,7 +5879,6 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5878
5879
|
"chakra-ui": "chakra-ui";
|
|
5879
5880
|
nextui: "nextui";
|
|
5880
5881
|
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";
|
|
5970
5971
|
none: "none";
|
|
5971
5972
|
"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";
|
|
6103
6102
|
tamagui: "tamagui";
|
|
6104
6103
|
"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";
|
|
6221
6222
|
serde: "serde";
|
|
6222
6223
|
uuid: "uuid";
|
|
6223
6224
|
chrono: "chrono";
|
|
6224
6225
|
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";
|
|
6431
6432
|
none: "none";
|
|
6432
6433
|
bun: "bun";
|
|
6433
6434
|
sqlx: "sqlx";
|
|
6434
|
-
gorm: "gorm";
|
|
6435
6435
|
sqlc: "sqlc";
|
|
6436
6436
|
ent: "ent";
|
|
6437
6437
|
}>;
|
|
@@ -6834,28 +6834,14 @@ 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
|
-
|
|
6838
|
-
ai: "ai";
|
|
6839
|
-
frontend: "frontend";
|
|
6837
|
+
runtime: "runtime";
|
|
6840
6838
|
backend: "backend";
|
|
6841
|
-
mobile: "mobile";
|
|
6842
6839
|
database: "database";
|
|
6843
6840
|
orm: "orm";
|
|
6841
|
+
dbSetup: "dbSetup";
|
|
6844
6842
|
auth: "auth";
|
|
6845
6843
|
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";
|
|
6854
6844
|
email: "email";
|
|
6855
|
-
validation: "validation";
|
|
6856
|
-
realtime: "realtime";
|
|
6857
|
-
jobQueue: "jobQueue";
|
|
6858
|
-
animation: "animation";
|
|
6859
6845
|
fileUpload: "fileUpload";
|
|
6860
6846
|
logging: "logging";
|
|
6861
6847
|
observability: "observability";
|
|
@@ -6863,40 +6849,53 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6863
6849
|
integrations: "integrations";
|
|
6864
6850
|
ecommerce: "ecommerce";
|
|
6865
6851
|
analytics: "analytics";
|
|
6866
|
-
|
|
6852
|
+
stateManagement: "stateManagement";
|
|
6853
|
+
forms: "forms";
|
|
6854
|
+
validation: "validation";
|
|
6855
|
+
testing: "testing";
|
|
6856
|
+
realtime: "realtime";
|
|
6857
|
+
jobQueue: "jobQueue";
|
|
6867
6858
|
caching: "caching";
|
|
6868
6859
|
rateLimit: "rateLimit";
|
|
6869
6860
|
botProtection: "botProtection";
|
|
6861
|
+
animation: "animation";
|
|
6862
|
+
cms: "cms";
|
|
6870
6863
|
i18n: "i18n";
|
|
6871
6864
|
search: "search";
|
|
6872
6865
|
vectorDb: "vectorDb";
|
|
6873
6866
|
fileStorage: "fileStorage";
|
|
6874
|
-
|
|
6867
|
+
codeQuality: "codeQuality";
|
|
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";
|
|
6875
6888
|
graphql: "graphql";
|
|
6876
6889
|
deploy: "deploy";
|
|
6877
6890
|
migrations: "migrations";
|
|
6878
6891
|
navigation: "navigation";
|
|
6879
|
-
ui: "ui";
|
|
6880
|
-
css: "css";
|
|
6881
6892
|
storage: "storage";
|
|
6882
|
-
push: "push";
|
|
6883
6893
|
ota: "ota";
|
|
6884
6894
|
deepLinking: "deepLinking";
|
|
6885
|
-
documentation: "documentation";
|
|
6886
|
-
codeQuality: "codeQuality";
|
|
6887
6895
|
appPlatform: "appPlatform";
|
|
6888
6896
|
dataFetching: "dataFetching";
|
|
6889
6897
|
workspaceTooling: "workspaceTooling";
|
|
6890
6898
|
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";
|
|
6900
6899
|
backendUtilities: "backendUtilities";
|
|
6901
6900
|
language: "language";
|
|
6902
6901
|
buildTool: "buildTool";
|
|
@@ -6904,6 +6903,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6904
6903
|
errorHandling: "errorHandling";
|
|
6905
6904
|
httpClient: "httpClient";
|
|
6906
6905
|
libraries: "libraries";
|
|
6906
|
+
config: "config";
|
|
6907
6907
|
templating: "templating";
|
|
6908
6908
|
cloudSdk: "cloudSdk";
|
|
6909
6909
|
data: "data";
|
|
@@ -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";
|
|
6984
6985
|
none: "none";
|
|
6985
6986
|
bun: "bun";
|
|
6986
6987
|
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";
|
|
7315
7316
|
none: "none";
|
|
7316
7317
|
hono: "hono";
|
|
7317
7318
|
express: "express";
|
|
7318
7319
|
fastify: "fastify";
|
|
7319
7320
|
elysia: "elysia";
|
|
7320
7321
|
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
|
-
none: "none";
|
|
7404
7403
|
ai: "ai";
|
|
7404
|
+
none: "none";
|
|
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";
|
|
7487
7488
|
merge: "merge";
|
|
7488
7489
|
overwrite: "overwrite";
|
|
7489
7490
|
increment: "increment";
|
|
7490
|
-
error: "error";
|
|
7491
7491
|
}>>;
|
|
7492
7492
|
template: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7493
7493
|
none: "none";
|
|
7494
|
+
uniwind: "uniwind";
|
|
7494
7495
|
mern: "mern";
|
|
7495
7496
|
pern: "pern";
|
|
7496
7497
|
t3: "t3";
|
|
7497
7498
|
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";
|
|
7512
7513
|
none: "none";
|
|
7513
7514
|
bun: "bun";
|
|
7514
7515
|
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";
|
|
7849
7850
|
mern: "mern";
|
|
7850
7851
|
pern: "pern";
|
|
7851
7852
|
t3: "t3";
|
|
7852
7853
|
saas: "saas";
|
|
7853
|
-
uniwind: "uniwind";
|
|
7854
7854
|
}>>;
|
|
7855
7855
|
shape: z.ZodOptional<z.ZodEnum<{
|
|
7856
|
-
fullstack: "fullstack";
|
|
7857
|
-
frontend: "frontend";
|
|
7858
7856
|
backend: "backend";
|
|
7857
|
+
frontend: "frontend";
|
|
7859
7858
|
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
|
-
none: "none";
|
|
7992
7991
|
ai: "ai";
|
|
7992
|
+
none: "none";
|
|
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";
|
|
8026
8027
|
none: "none";
|
|
8027
8028
|
hono: "hono";
|
|
8028
8029
|
express: "express";
|
|
8029
8030
|
fastify: "fastify";
|
|
8030
8031
|
elysia: "elysia";
|
|
8031
8032
|
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";
|
|
8079
8080
|
merge: "merge";
|
|
8080
8081
|
overwrite: "overwrite";
|
|
8081
8082
|
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
|
-
none: "none";
|
|
8112
8111
|
effect: "effect";
|
|
8112
|
+
none: "none";
|
|
8113
8113
|
"effect-full": "effect-full";
|
|
8114
8114
|
}>>;
|
|
8115
8115
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
@@ -8162,6 +8162,7 @@ declare function getAllJsonSchemas(): {
|
|
|
8162
8162
|
"styled-components": "styled-components";
|
|
8163
8163
|
}>>;
|
|
8164
8164
|
uiLibrary: z.ZodOptional<z.ZodEnum<{
|
|
8165
|
+
mui: "mui";
|
|
8165
8166
|
none: "none";
|
|
8166
8167
|
"shadcn-ui": "shadcn-ui";
|
|
8167
8168
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -8172,7 +8173,6 @@ declare function getAllJsonSchemas(): {
|
|
|
8172
8173
|
"chakra-ui": "chakra-ui";
|
|
8173
8174
|
nextui: "nextui";
|
|
8174
8175
|
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";
|
|
8264
8265
|
none: "none";
|
|
8265
8266
|
"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";
|
|
8397
8396
|
tamagui: "tamagui";
|
|
8398
8397
|
"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";
|
|
8515
8516
|
serde: "serde";
|
|
8516
8517
|
uuid: "uuid";
|
|
8517
8518
|
chrono: "chrono";
|
|
8518
8519
|
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";
|
|
8725
8726
|
none: "none";
|
|
8726
8727
|
bun: "bun";
|
|
8727
8728
|
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";
|
|
9164
9165
|
none: "none";
|
|
9165
9166
|
hono: "hono";
|
|
9166
9167
|
express: "express";
|
|
9167
9168
|
fastify: "fastify";
|
|
9168
9169
|
elysia: "elysia";
|
|
9169
9170
|
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
|
-
none: "none";
|
|
9253
9252
|
ai: "ai";
|
|
9253
|
+
none: "none";
|
|
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
|
-
none: "none";
|
|
9371
9370
|
effect: "effect";
|
|
9371
|
+
none: "none";
|
|
9372
9372
|
"effect-full": "effect-full";
|
|
9373
9373
|
}>;
|
|
9374
9374
|
stateManagement: z.ZodEnum<{
|
|
@@ -9421,6 +9421,7 @@ declare function getAllJsonSchemas(): {
|
|
|
9421
9421
|
"styled-components": "styled-components";
|
|
9422
9422
|
}>;
|
|
9423
9423
|
uiLibrary: z.ZodEnum<{
|
|
9424
|
+
mui: "mui";
|
|
9424
9425
|
none: "none";
|
|
9425
9426
|
"shadcn-ui": "shadcn-ui";
|
|
9426
9427
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -9431,7 +9432,6 @@ declare function getAllJsonSchemas(): {
|
|
|
9431
9432
|
"chakra-ui": "chakra-ui";
|
|
9432
9433
|
nextui: "nextui";
|
|
9433
9434
|
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";
|
|
9523
9524
|
none: "none";
|
|
9524
9525
|
"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";
|
|
9656
9655
|
tamagui: "tamagui";
|
|
9657
9656
|
"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";
|
|
9774
9775
|
serde: "serde";
|
|
9775
9776
|
uuid: "uuid";
|
|
9776
9777
|
chrono: "chrono";
|
|
9777
9778
|
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";
|
|
9984
9985
|
none: "none";
|
|
9985
9986
|
bun: "bun";
|
|
9986
9987
|
sqlx: "sqlx";
|
|
9987
|
-
gorm: "gorm";
|
|
9988
9988
|
sqlc: "sqlc";
|
|
9989
9989
|
ent: "ent";
|
|
9990
9990
|
}>;
|
|
@@ -10387,28 +10387,14 @@ declare function getAllJsonSchemas(): {
|
|
|
10387
10387
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10388
10388
|
id: z.ZodString;
|
|
10389
10389
|
role: z.ZodEnum<{
|
|
10390
|
-
|
|
10391
|
-
ai: "ai";
|
|
10392
|
-
frontend: "frontend";
|
|
10390
|
+
runtime: "runtime";
|
|
10393
10391
|
backend: "backend";
|
|
10394
|
-
mobile: "mobile";
|
|
10395
10392
|
database: "database";
|
|
10396
10393
|
orm: "orm";
|
|
10394
|
+
dbSetup: "dbSetup";
|
|
10397
10395
|
auth: "auth";
|
|
10398
10396
|
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";
|
|
10407
10397
|
email: "email";
|
|
10408
|
-
validation: "validation";
|
|
10409
|
-
realtime: "realtime";
|
|
10410
|
-
jobQueue: "jobQueue";
|
|
10411
|
-
animation: "animation";
|
|
10412
10398
|
fileUpload: "fileUpload";
|
|
10413
10399
|
logging: "logging";
|
|
10414
10400
|
observability: "observability";
|
|
@@ -10416,40 +10402,53 @@ declare function getAllJsonSchemas(): {
|
|
|
10416
10402
|
integrations: "integrations";
|
|
10417
10403
|
ecommerce: "ecommerce";
|
|
10418
10404
|
analytics: "analytics";
|
|
10419
|
-
|
|
10405
|
+
stateManagement: "stateManagement";
|
|
10406
|
+
forms: "forms";
|
|
10407
|
+
validation: "validation";
|
|
10408
|
+
testing: "testing";
|
|
10409
|
+
realtime: "realtime";
|
|
10410
|
+
jobQueue: "jobQueue";
|
|
10420
10411
|
caching: "caching";
|
|
10421
10412
|
rateLimit: "rateLimit";
|
|
10422
10413
|
botProtection: "botProtection";
|
|
10414
|
+
animation: "animation";
|
|
10415
|
+
cms: "cms";
|
|
10423
10416
|
i18n: "i18n";
|
|
10424
10417
|
search: "search";
|
|
10425
10418
|
vectorDb: "vectorDb";
|
|
10426
10419
|
fileStorage: "fileStorage";
|
|
10427
|
-
|
|
10420
|
+
codeQuality: "codeQuality";
|
|
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";
|
|
10428
10441
|
graphql: "graphql";
|
|
10429
10442
|
deploy: "deploy";
|
|
10430
10443
|
migrations: "migrations";
|
|
10431
10444
|
navigation: "navigation";
|
|
10432
|
-
ui: "ui";
|
|
10433
|
-
css: "css";
|
|
10434
10445
|
storage: "storage";
|
|
10435
|
-
push: "push";
|
|
10436
10446
|
ota: "ota";
|
|
10437
10447
|
deepLinking: "deepLinking";
|
|
10438
|
-
documentation: "documentation";
|
|
10439
|
-
codeQuality: "codeQuality";
|
|
10440
10448
|
appPlatform: "appPlatform";
|
|
10441
10449
|
dataFetching: "dataFetching";
|
|
10442
10450
|
workspaceTooling: "workspaceTooling";
|
|
10443
10451
|
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";
|
|
10453
10452
|
backendUtilities: "backendUtilities";
|
|
10454
10453
|
language: "language";
|
|
10455
10454
|
buildTool: "buildTool";
|
|
@@ -10457,6 +10456,7 @@ declare function getAllJsonSchemas(): {
|
|
|
10457
10456
|
errorHandling: "errorHandling";
|
|
10458
10457
|
httpClient: "httpClient";
|
|
10459
10458
|
libraries: "libraries";
|
|
10459
|
+
config: "config";
|
|
10460
10460
|
templating: "templating";
|
|
10461
10461
|
cloudSdk: "cloudSdk";
|
|
10462
10462
|
data: "data";
|
|
@@ -10523,13 +10523,13 @@ declare function getAllJsonSchemas(): {
|
|
|
10523
10523
|
sequelize: "sequelize";
|
|
10524
10524
|
}>;
|
|
10525
10525
|
backend: z.ZodEnum<{
|
|
10526
|
+
effect: "effect";
|
|
10526
10527
|
none: "none";
|
|
10527
10528
|
hono: "hono";
|
|
10528
10529
|
express: "express";
|
|
10529
10530
|
fastify: "fastify";
|
|
10530
10531
|
elysia: "elysia";
|
|
10531
10532
|
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
|
-
none: "none";
|
|
10615
10614
|
ai: "ai";
|
|
10615
|
+
none: "none";
|
|
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
|
-
none: "none";
|
|
10731
10730
|
effect: "effect";
|
|
10731
|
+
none: "none";
|
|
10732
10732
|
"effect-full": "effect-full";
|
|
10733
10733
|
}>;
|
|
10734
10734
|
stateManagement: z.ZodEnum<{
|
|
@@ -10781,6 +10781,7 @@ declare function getAllJsonSchemas(): {
|
|
|
10781
10781
|
"styled-components": "styled-components";
|
|
10782
10782
|
}>;
|
|
10783
10783
|
uiLibrary: z.ZodEnum<{
|
|
10784
|
+
mui: "mui";
|
|
10784
10785
|
none: "none";
|
|
10785
10786
|
"shadcn-ui": "shadcn-ui";
|
|
10786
10787
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -10791,7 +10792,6 @@ declare function getAllJsonSchemas(): {
|
|
|
10791
10792
|
"chakra-ui": "chakra-ui";
|
|
10792
10793
|
nextui: "nextui";
|
|
10793
10794
|
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";
|
|
10883
10884
|
none: "none";
|
|
10884
10885
|
"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";
|
|
11016
11015
|
tamagui: "tamagui";
|
|
11017
11016
|
"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";
|
|
11134
11135
|
serde: "serde";
|
|
11135
11136
|
uuid: "uuid";
|
|
11136
11137
|
chrono: "chrono";
|
|
11137
11138
|
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";
|
|
11344
11345
|
none: "none";
|
|
11345
11346
|
bun: "bun";
|
|
11346
11347
|
sqlx: "sqlx";
|
|
11347
|
-
gorm: "gorm";
|
|
11348
11348
|
sqlc: "sqlc";
|
|
11349
11349
|
ent: "ent";
|
|
11350
11350
|
}>;
|
|
@@ -11747,28 +11747,14 @@ declare function getAllJsonSchemas(): {
|
|
|
11747
11747
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
11748
11748
|
id: z.ZodString;
|
|
11749
11749
|
role: z.ZodEnum<{
|
|
11750
|
-
|
|
11751
|
-
ai: "ai";
|
|
11752
|
-
frontend: "frontend";
|
|
11750
|
+
runtime: "runtime";
|
|
11753
11751
|
backend: "backend";
|
|
11754
|
-
mobile: "mobile";
|
|
11755
11752
|
database: "database";
|
|
11756
11753
|
orm: "orm";
|
|
11754
|
+
dbSetup: "dbSetup";
|
|
11757
11755
|
auth: "auth";
|
|
11758
11756
|
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";
|
|
11767
11757
|
email: "email";
|
|
11768
|
-
validation: "validation";
|
|
11769
|
-
realtime: "realtime";
|
|
11770
|
-
jobQueue: "jobQueue";
|
|
11771
|
-
animation: "animation";
|
|
11772
11758
|
fileUpload: "fileUpload";
|
|
11773
11759
|
logging: "logging";
|
|
11774
11760
|
observability: "observability";
|
|
@@ -11776,40 +11762,53 @@ declare function getAllJsonSchemas(): {
|
|
|
11776
11762
|
integrations: "integrations";
|
|
11777
11763
|
ecommerce: "ecommerce";
|
|
11778
11764
|
analytics: "analytics";
|
|
11779
|
-
|
|
11765
|
+
stateManagement: "stateManagement";
|
|
11766
|
+
forms: "forms";
|
|
11767
|
+
validation: "validation";
|
|
11768
|
+
testing: "testing";
|
|
11769
|
+
realtime: "realtime";
|
|
11770
|
+
jobQueue: "jobQueue";
|
|
11780
11771
|
caching: "caching";
|
|
11781
11772
|
rateLimit: "rateLimit";
|
|
11782
11773
|
botProtection: "botProtection";
|
|
11774
|
+
animation: "animation";
|
|
11775
|
+
cms: "cms";
|
|
11783
11776
|
i18n: "i18n";
|
|
11784
11777
|
search: "search";
|
|
11785
11778
|
vectorDb: "vectorDb";
|
|
11786
11779
|
fileStorage: "fileStorage";
|
|
11787
|
-
|
|
11780
|
+
codeQuality: "codeQuality";
|
|
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";
|
|
11788
11801
|
graphql: "graphql";
|
|
11789
11802
|
deploy: "deploy";
|
|
11790
11803
|
migrations: "migrations";
|
|
11791
11804
|
navigation: "navigation";
|
|
11792
|
-
ui: "ui";
|
|
11793
|
-
css: "css";
|
|
11794
11805
|
storage: "storage";
|
|
11795
|
-
push: "push";
|
|
11796
11806
|
ota: "ota";
|
|
11797
11807
|
deepLinking: "deepLinking";
|
|
11798
|
-
documentation: "documentation";
|
|
11799
|
-
codeQuality: "codeQuality";
|
|
11800
11808
|
appPlatform: "appPlatform";
|
|
11801
11809
|
dataFetching: "dataFetching";
|
|
11802
11810
|
workspaceTooling: "workspaceTooling";
|
|
11803
11811
|
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";
|
|
11813
11812
|
backendUtilities: "backendUtilities";
|
|
11814
11813
|
language: "language";
|
|
11815
11814
|
buildTool: "buildTool";
|
|
@@ -11817,6 +11816,7 @@ declare function getAllJsonSchemas(): {
|
|
|
11817
11816
|
errorHandling: "errorHandling";
|
|
11818
11817
|
httpClient: "httpClient";
|
|
11819
11818
|
libraries: "libraries";
|
|
11819
|
+
config: "config";
|
|
11820
11820
|
templating: "templating";
|
|
11821
11821
|
cloudSdk: "cloudSdk";
|
|
11822
11822
|
data: "data";
|
|
@@ -11883,13 +11883,13 @@ declare function getAllJsonSchemas(): {
|
|
|
11883
11883
|
sequelize: "sequelize";
|
|
11884
11884
|
}>;
|
|
11885
11885
|
backend: z.ZodEnum<{
|
|
11886
|
+
effect: "effect";
|
|
11886
11887
|
none: "none";
|
|
11887
11888
|
hono: "hono";
|
|
11888
11889
|
express: "express";
|
|
11889
11890
|
fastify: "fastify";
|
|
11890
11891
|
elysia: "elysia";
|
|
11891
11892
|
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
|
-
none: "none";
|
|
11975
11974
|
ai: "ai";
|
|
11975
|
+
none: "none";
|
|
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
|
-
none: "none";
|
|
12091
12090
|
effect: "effect";
|
|
12091
|
+
none: "none";
|
|
12092
12092
|
"effect-full": "effect-full";
|
|
12093
12093
|
}>;
|
|
12094
12094
|
stateManagement: z.ZodEnum<{
|
|
@@ -12141,6 +12141,7 @@ declare function getAllJsonSchemas(): {
|
|
|
12141
12141
|
"styled-components": "styled-components";
|
|
12142
12142
|
}>;
|
|
12143
12143
|
uiLibrary: z.ZodEnum<{
|
|
12144
|
+
mui: "mui";
|
|
12144
12145
|
none: "none";
|
|
12145
12146
|
"shadcn-ui": "shadcn-ui";
|
|
12146
12147
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -12151,7 +12152,6 @@ declare function getAllJsonSchemas(): {
|
|
|
12151
12152
|
"chakra-ui": "chakra-ui";
|
|
12152
12153
|
nextui: "nextui";
|
|
12153
12154
|
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";
|
|
12243
12244
|
none: "none";
|
|
12244
12245
|
"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";
|
|
12376
12375
|
tamagui: "tamagui";
|
|
12377
12376
|
"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";
|
|
12494
12495
|
serde: "serde";
|
|
12495
12496
|
uuid: "uuid";
|
|
12496
12497
|
chrono: "chrono";
|
|
12497
12498
|
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";
|
|
12704
12705
|
none: "none";
|
|
12705
12706
|
bun: "bun";
|
|
12706
12707
|
sqlx: "sqlx";
|
|
12707
|
-
gorm: "gorm";
|
|
12708
12708
|
sqlc: "sqlc";
|
|
12709
12709
|
ent: "ent";
|
|
12710
12710
|
}>;
|
|
@@ -13107,28 +13107,14 @@ declare function getAllJsonSchemas(): {
|
|
|
13107
13107
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13108
13108
|
id: z.ZodString;
|
|
13109
13109
|
role: z.ZodEnum<{
|
|
13110
|
-
|
|
13111
|
-
ai: "ai";
|
|
13112
|
-
frontend: "frontend";
|
|
13110
|
+
runtime: "runtime";
|
|
13113
13111
|
backend: "backend";
|
|
13114
|
-
mobile: "mobile";
|
|
13115
13112
|
database: "database";
|
|
13116
13113
|
orm: "orm";
|
|
13114
|
+
dbSetup: "dbSetup";
|
|
13117
13115
|
auth: "auth";
|
|
13118
13116
|
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";
|
|
13127
13117
|
email: "email";
|
|
13128
|
-
validation: "validation";
|
|
13129
|
-
realtime: "realtime";
|
|
13130
|
-
jobQueue: "jobQueue";
|
|
13131
|
-
animation: "animation";
|
|
13132
13118
|
fileUpload: "fileUpload";
|
|
13133
13119
|
logging: "logging";
|
|
13134
13120
|
observability: "observability";
|
|
@@ -13136,40 +13122,53 @@ declare function getAllJsonSchemas(): {
|
|
|
13136
13122
|
integrations: "integrations";
|
|
13137
13123
|
ecommerce: "ecommerce";
|
|
13138
13124
|
analytics: "analytics";
|
|
13139
|
-
|
|
13125
|
+
stateManagement: "stateManagement";
|
|
13126
|
+
forms: "forms";
|
|
13127
|
+
validation: "validation";
|
|
13128
|
+
testing: "testing";
|
|
13129
|
+
realtime: "realtime";
|
|
13130
|
+
jobQueue: "jobQueue";
|
|
13140
13131
|
caching: "caching";
|
|
13141
13132
|
rateLimit: "rateLimit";
|
|
13142
13133
|
botProtection: "botProtection";
|
|
13134
|
+
animation: "animation";
|
|
13135
|
+
cms: "cms";
|
|
13143
13136
|
i18n: "i18n";
|
|
13144
13137
|
search: "search";
|
|
13145
13138
|
vectorDb: "vectorDb";
|
|
13146
13139
|
fileStorage: "fileStorage";
|
|
13147
|
-
|
|
13140
|
+
codeQuality: "codeQuality";
|
|
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";
|
|
13148
13161
|
graphql: "graphql";
|
|
13149
13162
|
deploy: "deploy";
|
|
13150
13163
|
migrations: "migrations";
|
|
13151
13164
|
navigation: "navigation";
|
|
13152
|
-
ui: "ui";
|
|
13153
|
-
css: "css";
|
|
13154
13165
|
storage: "storage";
|
|
13155
|
-
push: "push";
|
|
13156
13166
|
ota: "ota";
|
|
13157
13167
|
deepLinking: "deepLinking";
|
|
13158
|
-
documentation: "documentation";
|
|
13159
|
-
codeQuality: "codeQuality";
|
|
13160
13168
|
appPlatform: "appPlatform";
|
|
13161
13169
|
dataFetching: "dataFetching";
|
|
13162
13170
|
workspaceTooling: "workspaceTooling";
|
|
13163
13171
|
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";
|
|
13173
13172
|
backendUtilities: "backendUtilities";
|
|
13174
13173
|
language: "language";
|
|
13175
13174
|
buildTool: "buildTool";
|
|
@@ -13177,6 +13176,7 @@ declare function getAllJsonSchemas(): {
|
|
|
13177
13176
|
errorHandling: "errorHandling";
|
|
13178
13177
|
httpClient: "httpClient";
|
|
13179
13178
|
libraries: "libraries";
|
|
13179
|
+
config: "config";
|
|
13180
13180
|
templating: "templating";
|
|
13181
13181
|
cloudSdk: "cloudSdk";
|
|
13182
13182
|
data: "data";
|
|
@@ -13244,13 +13244,13 @@ declare function getAllJsonSchemas(): {
|
|
|
13244
13244
|
sequelize: "sequelize";
|
|
13245
13245
|
}>;
|
|
13246
13246
|
backend: z.ZodEnum<{
|
|
13247
|
+
effect: "effect";
|
|
13247
13248
|
none: "none";
|
|
13248
13249
|
hono: "hono";
|
|
13249
13250
|
express: "express";
|
|
13250
13251
|
fastify: "fastify";
|
|
13251
13252
|
elysia: "elysia";
|
|
13252
13253
|
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
|
-
none: "none";
|
|
13336
13335
|
ai: "ai";
|
|
13336
|
+
none: "none";
|
|
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
|
-
none: "none";
|
|
13454
13453
|
effect: "effect";
|
|
13454
|
+
none: "none";
|
|
13455
13455
|
"effect-full": "effect-full";
|
|
13456
13456
|
}>;
|
|
13457
13457
|
stateManagement: z.ZodEnum<{
|
|
@@ -13504,6 +13504,7 @@ declare function getAllJsonSchemas(): {
|
|
|
13504
13504
|
"styled-components": "styled-components";
|
|
13505
13505
|
}>;
|
|
13506
13506
|
uiLibrary: z.ZodEnum<{
|
|
13507
|
+
mui: "mui";
|
|
13507
13508
|
none: "none";
|
|
13508
13509
|
"shadcn-ui": "shadcn-ui";
|
|
13509
13510
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -13514,7 +13515,6 @@ declare function getAllJsonSchemas(): {
|
|
|
13514
13515
|
"chakra-ui": "chakra-ui";
|
|
13515
13516
|
nextui: "nextui";
|
|
13516
13517
|
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";
|
|
13606
13607
|
none: "none";
|
|
13607
13608
|
"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";
|
|
13739
13738
|
tamagui: "tamagui";
|
|
13740
13739
|
"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";
|
|
13857
13858
|
serde: "serde";
|
|
13858
13859
|
uuid: "uuid";
|
|
13859
13860
|
chrono: "chrono";
|
|
13860
13861
|
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";
|
|
14067
14068
|
none: "none";
|
|
14068
14069
|
bun: "bun";
|
|
14069
14070
|
sqlx: "sqlx";
|
|
14070
|
-
gorm: "gorm";
|
|
14071
14071
|
sqlc: "sqlc";
|
|
14072
14072
|
ent: "ent";
|
|
14073
14073
|
}>;
|
|
@@ -14470,28 +14470,14 @@ declare function getAllJsonSchemas(): {
|
|
|
14470
14470
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14471
14471
|
id: z.ZodString;
|
|
14472
14472
|
role: z.ZodEnum<{
|
|
14473
|
-
|
|
14474
|
-
ai: "ai";
|
|
14475
|
-
frontend: "frontend";
|
|
14473
|
+
runtime: "runtime";
|
|
14476
14474
|
backend: "backend";
|
|
14477
|
-
mobile: "mobile";
|
|
14478
14475
|
database: "database";
|
|
14479
14476
|
orm: "orm";
|
|
14477
|
+
dbSetup: "dbSetup";
|
|
14480
14478
|
auth: "auth";
|
|
14481
14479
|
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";
|
|
14490
14480
|
email: "email";
|
|
14491
|
-
validation: "validation";
|
|
14492
|
-
realtime: "realtime";
|
|
14493
|
-
jobQueue: "jobQueue";
|
|
14494
|
-
animation: "animation";
|
|
14495
14481
|
fileUpload: "fileUpload";
|
|
14496
14482
|
logging: "logging";
|
|
14497
14483
|
observability: "observability";
|
|
@@ -14499,40 +14485,53 @@ declare function getAllJsonSchemas(): {
|
|
|
14499
14485
|
integrations: "integrations";
|
|
14500
14486
|
ecommerce: "ecommerce";
|
|
14501
14487
|
analytics: "analytics";
|
|
14502
|
-
|
|
14488
|
+
stateManagement: "stateManagement";
|
|
14489
|
+
forms: "forms";
|
|
14490
|
+
validation: "validation";
|
|
14491
|
+
testing: "testing";
|
|
14492
|
+
realtime: "realtime";
|
|
14493
|
+
jobQueue: "jobQueue";
|
|
14503
14494
|
caching: "caching";
|
|
14504
14495
|
rateLimit: "rateLimit";
|
|
14505
14496
|
botProtection: "botProtection";
|
|
14497
|
+
animation: "animation";
|
|
14498
|
+
cms: "cms";
|
|
14506
14499
|
i18n: "i18n";
|
|
14507
14500
|
search: "search";
|
|
14508
14501
|
vectorDb: "vectorDb";
|
|
14509
14502
|
fileStorage: "fileStorage";
|
|
14510
|
-
|
|
14503
|
+
codeQuality: "codeQuality";
|
|
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";
|
|
14511
14524
|
graphql: "graphql";
|
|
14512
14525
|
deploy: "deploy";
|
|
14513
14526
|
migrations: "migrations";
|
|
14514
14527
|
navigation: "navigation";
|
|
14515
|
-
ui: "ui";
|
|
14516
|
-
css: "css";
|
|
14517
14528
|
storage: "storage";
|
|
14518
|
-
push: "push";
|
|
14519
14529
|
ota: "ota";
|
|
14520
14530
|
deepLinking: "deepLinking";
|
|
14521
|
-
documentation: "documentation";
|
|
14522
|
-
codeQuality: "codeQuality";
|
|
14523
14531
|
appPlatform: "appPlatform";
|
|
14524
14532
|
dataFetching: "dataFetching";
|
|
14525
14533
|
workspaceTooling: "workspaceTooling";
|
|
14526
14534
|
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";
|
|
14536
14535
|
backendUtilities: "backendUtilities";
|
|
14537
14536
|
language: "language";
|
|
14538
14537
|
buildTool: "buildTool";
|
|
@@ -14540,6 +14539,7 @@ declare function getAllJsonSchemas(): {
|
|
|
14540
14539
|
errorHandling: "errorHandling";
|
|
14541
14540
|
httpClient: "httpClient";
|
|
14542
14541
|
libraries: "libraries";
|
|
14542
|
+
config: "config";
|
|
14543
14543
|
templating: "templating";
|
|
14544
14544
|
cloudSdk: "cloudSdk";
|
|
14545
14545
|
data: "data";
|