@better-fullstack/types 2.0.2 → 2.0.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-zyxI-U_5.d.mts → defaults-CGUDVwYW.d.mts} +2 -2
- package/dist/defaults-CGUDVwYW.d.mts.map +1 -0
- package/dist/defaults.d.mts +3 -3
- package/dist/index.d.mts +5 -5
- package/dist/index.mjs +3 -3
- package/dist/json-schema.d.mts +294 -270
- package/dist/json-schema.d.mts.map +1 -1
- package/dist/json-schema.mjs +1 -1
- package/dist/{schemas-D444b8s8.mjs → schemas-D1fG1cXJ.mjs} +3 -1
- package/dist/schemas-D1fG1cXJ.mjs.map +1 -0
- package/dist/{schemas-BTO7jwoE.d.mts → schemas-DVyeJ5g_.d.mts} +291 -272
- package/dist/schemas-DVyeJ5g_.d.mts.map +1 -0
- package/dist/schemas.d.mts +1 -1
- package/dist/schemas.mjs +1 -1
- package/dist/{stack-graph-DXh8F1TL.mjs → stack-graph-DIXiAwrZ.mjs} +3 -2
- package/dist/stack-graph-DIXiAwrZ.mjs.map +1 -0
- package/dist/{stack-graph-DH1m1ONQ.d.mts → stack-graph-DxbVgmAd.d.mts} +2 -2
- package/dist/{stack-graph-DH1m1ONQ.d.mts.map → stack-graph-DxbVgmAd.d.mts.map} +1 -1
- package/dist/stack-graph.d.mts +3 -3
- package/dist/stack-graph.mjs +2 -2
- package/dist/{stack-translation-Bb3LIDTp.mjs → stack-translation-9PxvYAJB.mjs} +36 -4
- package/dist/stack-translation-9PxvYAJB.mjs.map +1 -0
- package/dist/{stack-translation-LwAKaXg1.d.mts → stack-translation-DQfT1jwM.d.mts} +5 -5
- package/dist/{stack-translation-LwAKaXg1.d.mts.map → stack-translation-DQfT1jwM.d.mts.map} +1 -1
- package/dist/stack-translation.d.mts +4 -4
- package/dist/stack-translation.mjs +3 -3
- package/dist/{types-C4r4ucMM.d.mts → types-j0tqBnAt.d.mts} +2 -2
- package/dist/types-j0tqBnAt.d.mts.map +1 -0
- package/dist/types.d.mts +2 -2
- package/package.json +1 -1
- package/dist/defaults-zyxI-U_5.d.mts.map +0 -1
- package/dist/schemas-BTO7jwoE.d.mts.map +0 -1
- package/dist/schemas-D444b8s8.mjs.map +0 -1
- package/dist/stack-graph-DXh8F1TL.mjs.map +0 -1
- package/dist/stack-translation-Bb3LIDTp.mjs.map +0 -1
- package/dist/types-C4r4ucMM.d.mts.map +0 -1
package/dist/json-schema.d.mts
CHANGED
|
@@ -73,6 +73,7 @@ declare function getAddonsJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.Zo
|
|
|
73
73
|
mcp: "mcp";
|
|
74
74
|
skills: "skills";
|
|
75
75
|
turborepo: "turborepo";
|
|
76
|
+
nx: "nx";
|
|
76
77
|
fumadocs: "fumadocs";
|
|
77
78
|
ultracite: "ultracite";
|
|
78
79
|
oxlint: "oxlint";
|
|
@@ -90,8 +91,8 @@ declare function getAddonsJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.Zo
|
|
|
90
91
|
"docker-compose": "docker-compose";
|
|
91
92
|
}>>;
|
|
92
93
|
declare function getExamplesJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
93
|
-
ai: "ai";
|
|
94
94
|
none: "none";
|
|
95
|
+
ai: "ai";
|
|
95
96
|
"chat-sdk": "chat-sdk";
|
|
96
97
|
"tanstack-showcase": "tanstack-showcase";
|
|
97
98
|
}>>;
|
|
@@ -120,6 +121,7 @@ declare function getAPIJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEn
|
|
|
120
121
|
"ts-rest": "ts-rest";
|
|
121
122
|
garph: "garph";
|
|
122
123
|
"graphql-yoga": "graphql-yoga";
|
|
124
|
+
openapi: "openapi";
|
|
123
125
|
}>>;
|
|
124
126
|
declare function getAuthJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
125
127
|
none: "none";
|
|
@@ -165,26 +167,26 @@ declare function getServerDeployJsonSchema(): z.core.ZodStandardJSONSchemaPayloa
|
|
|
165
167
|
vercel: "vercel";
|
|
166
168
|
}>>;
|
|
167
169
|
declare function getDirectoryConflictJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
168
|
-
error: "error";
|
|
169
170
|
merge: "merge";
|
|
170
171
|
overwrite: "overwrite";
|
|
171
172
|
increment: "increment";
|
|
173
|
+
error: "error";
|
|
172
174
|
}>>;
|
|
173
175
|
declare function getTemplateJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
174
176
|
none: "none";
|
|
175
|
-
uniwind: "uniwind";
|
|
176
177
|
mern: "mern";
|
|
177
178
|
pern: "pern";
|
|
178
179
|
t3: "t3";
|
|
180
|
+
uniwind: "uniwind";
|
|
179
181
|
}>>;
|
|
180
182
|
declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
181
183
|
projectName: z.ZodOptional<z.ZodString>;
|
|
182
184
|
template: z.ZodOptional<z.ZodEnum<{
|
|
183
185
|
none: "none";
|
|
184
|
-
uniwind: "uniwind";
|
|
185
186
|
mern: "mern";
|
|
186
187
|
pern: "pern";
|
|
187
188
|
t3: "t3";
|
|
189
|
+
uniwind: "uniwind";
|
|
188
190
|
}>>;
|
|
189
191
|
yes: z.ZodOptional<z.ZodBoolean>;
|
|
190
192
|
yolo: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -274,6 +276,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
274
276
|
mcp: "mcp";
|
|
275
277
|
skills: "skills";
|
|
276
278
|
turborepo: "turborepo";
|
|
279
|
+
nx: "nx";
|
|
277
280
|
fumadocs: "fumadocs";
|
|
278
281
|
ultracite: "ultracite";
|
|
279
282
|
oxlint: "oxlint";
|
|
@@ -291,8 +294,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
291
294
|
"docker-compose": "docker-compose";
|
|
292
295
|
}>>>;
|
|
293
296
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
294
|
-
ai: "ai";
|
|
295
297
|
none: "none";
|
|
298
|
+
ai: "ai";
|
|
296
299
|
"chat-sdk": "chat-sdk";
|
|
297
300
|
"tanstack-showcase": "tanstack-showcase";
|
|
298
301
|
}>>>;
|
|
@@ -348,6 +351,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
348
351
|
"ts-rest": "ts-rest";
|
|
349
352
|
garph: "garph";
|
|
350
353
|
"graphql-yoga": "graphql-yoga";
|
|
354
|
+
openapi: "openapi";
|
|
351
355
|
}>>;
|
|
352
356
|
webDeploy: z.ZodOptional<z.ZodEnum<{
|
|
353
357
|
none: "none";
|
|
@@ -372,10 +376,10 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
372
376
|
vercel: "vercel";
|
|
373
377
|
}>>;
|
|
374
378
|
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
375
|
-
error: "error";
|
|
376
379
|
merge: "merge";
|
|
377
380
|
overwrite: "overwrite";
|
|
378
381
|
increment: "increment";
|
|
382
|
+
error: "error";
|
|
379
383
|
}>>;
|
|
380
384
|
renderTitle: z.ZodOptional<z.ZodBoolean>;
|
|
381
385
|
disableAnalytics: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -402,8 +406,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
402
406
|
"ai-cli": "ai-cli";
|
|
403
407
|
}>>;
|
|
404
408
|
effect: z.ZodOptional<z.ZodEnum<{
|
|
405
|
-
effect: "effect";
|
|
406
409
|
none: "none";
|
|
410
|
+
effect: "effect";
|
|
407
411
|
"effect-full": "effect-full";
|
|
408
412
|
}>>;
|
|
409
413
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
@@ -536,8 +540,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
536
540
|
"geist-mono": "geist-mono";
|
|
537
541
|
}>>;
|
|
538
542
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
539
|
-
default: "default";
|
|
540
543
|
none: "none";
|
|
544
|
+
default: "default";
|
|
541
545
|
small: "small";
|
|
542
546
|
medium: "medium";
|
|
543
547
|
large: "large";
|
|
@@ -652,9 +656,9 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
652
656
|
}>>;
|
|
653
657
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
654
658
|
none: "none";
|
|
659
|
+
uniwind: "uniwind";
|
|
655
660
|
tamagui: "tamagui";
|
|
656
661
|
"gluestack-ui": "gluestack-ui";
|
|
657
|
-
uniwind: "uniwind";
|
|
658
662
|
unistyles: "unistyles";
|
|
659
663
|
}>>;
|
|
660
664
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -707,12 +711,12 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
707
711
|
ratatui: "ratatui";
|
|
708
712
|
}>>;
|
|
709
713
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
710
|
-
config: "config";
|
|
711
714
|
none: "none";
|
|
712
715
|
serde: "serde";
|
|
713
716
|
uuid: "uuid";
|
|
714
717
|
chrono: "chrono";
|
|
715
718
|
reqwest: "reqwest";
|
|
719
|
+
config: "config";
|
|
716
720
|
dashmap: "dashmap";
|
|
717
721
|
"parking-lot": "parking-lot";
|
|
718
722
|
secrecy: "secrecy";
|
|
@@ -1127,8 +1131,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
1127
1131
|
}>>;
|
|
1128
1132
|
elixirLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1129
1133
|
none: "none";
|
|
1130
|
-
broadway: "broadway";
|
|
1131
1134
|
nx: "nx";
|
|
1135
|
+
broadway: "broadway";
|
|
1132
1136
|
}>>>;
|
|
1133
1137
|
aiDocs: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1134
1138
|
none: "none";
|
|
@@ -1224,6 +1228,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1224
1228
|
mcp: "mcp";
|
|
1225
1229
|
skills: "skills";
|
|
1226
1230
|
turborepo: "turborepo";
|
|
1231
|
+
nx: "nx";
|
|
1227
1232
|
fumadocs: "fumadocs";
|
|
1228
1233
|
ultracite: "ultracite";
|
|
1229
1234
|
oxlint: "oxlint";
|
|
@@ -1241,8 +1246,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1241
1246
|
"docker-compose": "docker-compose";
|
|
1242
1247
|
}>>;
|
|
1243
1248
|
examples: z.ZodArray<z.ZodEnum<{
|
|
1244
|
-
ai: "ai";
|
|
1245
1249
|
none: "none";
|
|
1250
|
+
ai: "ai";
|
|
1246
1251
|
"chat-sdk": "chat-sdk";
|
|
1247
1252
|
"tanstack-showcase": "tanstack-showcase";
|
|
1248
1253
|
}>>;
|
|
@@ -1299,6 +1304,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1299
1304
|
"ts-rest": "ts-rest";
|
|
1300
1305
|
garph: "garph";
|
|
1301
1306
|
"graphql-yoga": "graphql-yoga";
|
|
1307
|
+
openapi: "openapi";
|
|
1302
1308
|
}>;
|
|
1303
1309
|
webDeploy: z.ZodEnum<{
|
|
1304
1310
|
none: "none";
|
|
@@ -1344,8 +1350,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1344
1350
|
"ai-cli": "ai-cli";
|
|
1345
1351
|
}>;
|
|
1346
1352
|
effect: z.ZodEnum<{
|
|
1347
|
-
effect: "effect";
|
|
1348
1353
|
none: "none";
|
|
1354
|
+
effect: "effect";
|
|
1349
1355
|
"effect-full": "effect-full";
|
|
1350
1356
|
}>;
|
|
1351
1357
|
stateManagement: z.ZodEnum<{
|
|
@@ -1478,8 +1484,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1478
1484
|
"geist-mono": "geist-mono";
|
|
1479
1485
|
}>>;
|
|
1480
1486
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
1481
|
-
default: "default";
|
|
1482
1487
|
none: "none";
|
|
1488
|
+
default: "default";
|
|
1483
1489
|
small: "small";
|
|
1484
1490
|
medium: "medium";
|
|
1485
1491
|
large: "large";
|
|
@@ -1594,9 +1600,9 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1594
1600
|
}>;
|
|
1595
1601
|
mobileUI: z.ZodEnum<{
|
|
1596
1602
|
none: "none";
|
|
1603
|
+
uniwind: "uniwind";
|
|
1597
1604
|
tamagui: "tamagui";
|
|
1598
1605
|
"gluestack-ui": "gluestack-ui";
|
|
1599
|
-
uniwind: "uniwind";
|
|
1600
1606
|
unistyles: "unistyles";
|
|
1601
1607
|
}>;
|
|
1602
1608
|
mobileStorage: z.ZodEnum<{
|
|
@@ -1649,12 +1655,12 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1649
1655
|
ratatui: "ratatui";
|
|
1650
1656
|
}>;
|
|
1651
1657
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
1652
|
-
config: "config";
|
|
1653
1658
|
none: "none";
|
|
1654
1659
|
serde: "serde";
|
|
1655
1660
|
uuid: "uuid";
|
|
1656
1661
|
chrono: "chrono";
|
|
1657
1662
|
reqwest: "reqwest";
|
|
1663
|
+
config: "config";
|
|
1658
1664
|
dashmap: "dashmap";
|
|
1659
1665
|
"parking-lot": "parking-lot";
|
|
1660
1666
|
secrecy: "secrecy";
|
|
@@ -2069,8 +2075,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2069
2075
|
}>;
|
|
2070
2076
|
elixirLibraries: z.ZodArray<z.ZodEnum<{
|
|
2071
2077
|
none: "none";
|
|
2072
|
-
broadway: "broadway";
|
|
2073
2078
|
nx: "nx";
|
|
2079
|
+
broadway: "broadway";
|
|
2074
2080
|
}>>;
|
|
2075
2081
|
aiDocs: z.ZodArray<z.ZodEnum<{
|
|
2076
2082
|
none: "none";
|
|
@@ -2081,54 +2087,54 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2081
2087
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2082
2088
|
id: z.ZodString;
|
|
2083
2089
|
role: z.ZodEnum<{
|
|
2084
|
-
|
|
2085
|
-
backend: "backend";
|
|
2086
|
-
mobile: "mobile";
|
|
2090
|
+
ai: "ai";
|
|
2087
2091
|
database: "database";
|
|
2088
|
-
api: "api";
|
|
2089
2092
|
orm: "orm";
|
|
2090
2093
|
auth: "auth";
|
|
2091
|
-
|
|
2092
|
-
|
|
2094
|
+
payments: "payments";
|
|
2095
|
+
frontend: "frontend";
|
|
2096
|
+
examples: "examples";
|
|
2093
2097
|
dbSetup: "dbSetup";
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
email: "email";
|
|
2099
|
-
search: "search";
|
|
2100
|
-
fileStorage: "fileStorage";
|
|
2101
|
-
jobQueue: "jobQueue";
|
|
2102
|
-
rateLimit: "rateLimit";
|
|
2103
|
-
testing: "testing";
|
|
2098
|
+
backend: "backend";
|
|
2099
|
+
runtime: "runtime";
|
|
2100
|
+
api: "api";
|
|
2101
|
+
effect: "effect";
|
|
2104
2102
|
stateManagement: "stateManagement";
|
|
2105
2103
|
forms: "forms";
|
|
2104
|
+
testing: "testing";
|
|
2105
|
+
email: "email";
|
|
2106
|
+
validation: "validation";
|
|
2107
|
+
realtime: "realtime";
|
|
2108
|
+
jobQueue: "jobQueue";
|
|
2106
2109
|
animation: "animation";
|
|
2107
2110
|
fileUpload: "fileUpload";
|
|
2108
|
-
validation: "validation";
|
|
2109
|
-
effect: "effect";
|
|
2110
|
-
ui: "ui";
|
|
2111
|
-
css: "css";
|
|
2112
|
-
storage: "storage";
|
|
2113
|
-
ai: "ai";
|
|
2114
|
-
payments: "payments";
|
|
2115
2111
|
logging: "logging";
|
|
2112
|
+
observability: "observability";
|
|
2116
2113
|
featureFlags: "featureFlags";
|
|
2117
2114
|
analytics: "analytics";
|
|
2118
2115
|
cms: "cms";
|
|
2116
|
+
caching: "caching";
|
|
2117
|
+
rateLimit: "rateLimit";
|
|
2119
2118
|
i18n: "i18n";
|
|
2119
|
+
search: "search";
|
|
2120
|
+
fileStorage: "fileStorage";
|
|
2121
|
+
config: "config";
|
|
2122
|
+
mobile: "mobile";
|
|
2123
|
+
deploy: "deploy";
|
|
2124
|
+
navigation: "navigation";
|
|
2125
|
+
ui: "ui";
|
|
2126
|
+
css: "css";
|
|
2127
|
+
storage: "storage";
|
|
2120
2128
|
documentation: "documentation";
|
|
2121
2129
|
codeQuality: "codeQuality";
|
|
2122
2130
|
appPlatform: "appPlatform";
|
|
2123
2131
|
dataFetching: "dataFetching";
|
|
2124
2132
|
workspaceTooling: "workspaceTooling";
|
|
2125
|
-
examples: "examples";
|
|
2126
2133
|
buildTool: "buildTool";
|
|
2127
2134
|
cli: "cli";
|
|
2128
2135
|
errorHandling: "errorHandling";
|
|
2129
2136
|
httpClient: "httpClient";
|
|
2130
2137
|
libraries: "libraries";
|
|
2131
|
-
config: "config";
|
|
2132
2138
|
templating: "templating";
|
|
2133
2139
|
}>;
|
|
2134
2140
|
toolId: z.ZodString;
|
|
@@ -2242,6 +2248,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2242
2248
|
mcp: "mcp";
|
|
2243
2249
|
skills: "skills";
|
|
2244
2250
|
turborepo: "turborepo";
|
|
2251
|
+
nx: "nx";
|
|
2245
2252
|
fumadocs: "fumadocs";
|
|
2246
2253
|
ultracite: "ultracite";
|
|
2247
2254
|
oxlint: "oxlint";
|
|
@@ -2259,8 +2266,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2259
2266
|
"docker-compose": "docker-compose";
|
|
2260
2267
|
}>>;
|
|
2261
2268
|
examples: z.ZodArray<z.ZodEnum<{
|
|
2262
|
-
ai: "ai";
|
|
2263
2269
|
none: "none";
|
|
2270
|
+
ai: "ai";
|
|
2264
2271
|
"chat-sdk": "chat-sdk";
|
|
2265
2272
|
"tanstack-showcase": "tanstack-showcase";
|
|
2266
2273
|
}>>;
|
|
@@ -2315,6 +2322,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2315
2322
|
"ts-rest": "ts-rest";
|
|
2316
2323
|
garph: "garph";
|
|
2317
2324
|
"graphql-yoga": "graphql-yoga";
|
|
2325
|
+
openapi: "openapi";
|
|
2318
2326
|
}>;
|
|
2319
2327
|
webDeploy: z.ZodEnum<{
|
|
2320
2328
|
none: "none";
|
|
@@ -2360,8 +2368,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2360
2368
|
"ai-cli": "ai-cli";
|
|
2361
2369
|
}>;
|
|
2362
2370
|
effect: z.ZodEnum<{
|
|
2363
|
-
effect: "effect";
|
|
2364
2371
|
none: "none";
|
|
2372
|
+
effect: "effect";
|
|
2365
2373
|
"effect-full": "effect-full";
|
|
2366
2374
|
}>;
|
|
2367
2375
|
stateManagement: z.ZodEnum<{
|
|
@@ -2494,8 +2502,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2494
2502
|
"geist-mono": "geist-mono";
|
|
2495
2503
|
}>>;
|
|
2496
2504
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
2497
|
-
default: "default";
|
|
2498
2505
|
none: "none";
|
|
2506
|
+
default: "default";
|
|
2499
2507
|
small: "small";
|
|
2500
2508
|
medium: "medium";
|
|
2501
2509
|
large: "large";
|
|
@@ -2610,9 +2618,9 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2610
2618
|
}>;
|
|
2611
2619
|
mobileUI: z.ZodEnum<{
|
|
2612
2620
|
none: "none";
|
|
2621
|
+
uniwind: "uniwind";
|
|
2613
2622
|
tamagui: "tamagui";
|
|
2614
2623
|
"gluestack-ui": "gluestack-ui";
|
|
2615
|
-
uniwind: "uniwind";
|
|
2616
2624
|
unistyles: "unistyles";
|
|
2617
2625
|
}>;
|
|
2618
2626
|
mobileStorage: z.ZodEnum<{
|
|
@@ -2665,12 +2673,12 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2665
2673
|
ratatui: "ratatui";
|
|
2666
2674
|
}>;
|
|
2667
2675
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
2668
|
-
config: "config";
|
|
2669
2676
|
none: "none";
|
|
2670
2677
|
serde: "serde";
|
|
2671
2678
|
uuid: "uuid";
|
|
2672
2679
|
chrono: "chrono";
|
|
2673
2680
|
reqwest: "reqwest";
|
|
2681
|
+
config: "config";
|
|
2674
2682
|
dashmap: "dashmap";
|
|
2675
2683
|
"parking-lot": "parking-lot";
|
|
2676
2684
|
secrecy: "secrecy";
|
|
@@ -3085,8 +3093,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3085
3093
|
}>;
|
|
3086
3094
|
elixirLibraries: z.ZodArray<z.ZodEnum<{
|
|
3087
3095
|
none: "none";
|
|
3088
|
-
broadway: "broadway";
|
|
3089
3096
|
nx: "nx";
|
|
3097
|
+
broadway: "broadway";
|
|
3090
3098
|
}>>;
|
|
3091
3099
|
aiDocs: z.ZodArray<z.ZodEnum<{
|
|
3092
3100
|
none: "none";
|
|
@@ -3097,54 +3105,54 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3097
3105
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3098
3106
|
id: z.ZodString;
|
|
3099
3107
|
role: z.ZodEnum<{
|
|
3100
|
-
|
|
3101
|
-
backend: "backend";
|
|
3102
|
-
mobile: "mobile";
|
|
3108
|
+
ai: "ai";
|
|
3103
3109
|
database: "database";
|
|
3104
|
-
api: "api";
|
|
3105
3110
|
orm: "orm";
|
|
3106
3111
|
auth: "auth";
|
|
3107
|
-
|
|
3108
|
-
|
|
3112
|
+
payments: "payments";
|
|
3113
|
+
frontend: "frontend";
|
|
3114
|
+
examples: "examples";
|
|
3109
3115
|
dbSetup: "dbSetup";
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
email: "email";
|
|
3115
|
-
search: "search";
|
|
3116
|
-
fileStorage: "fileStorage";
|
|
3117
|
-
jobQueue: "jobQueue";
|
|
3118
|
-
rateLimit: "rateLimit";
|
|
3119
|
-
testing: "testing";
|
|
3116
|
+
backend: "backend";
|
|
3117
|
+
runtime: "runtime";
|
|
3118
|
+
api: "api";
|
|
3119
|
+
effect: "effect";
|
|
3120
3120
|
stateManagement: "stateManagement";
|
|
3121
3121
|
forms: "forms";
|
|
3122
|
+
testing: "testing";
|
|
3123
|
+
email: "email";
|
|
3124
|
+
validation: "validation";
|
|
3125
|
+
realtime: "realtime";
|
|
3126
|
+
jobQueue: "jobQueue";
|
|
3122
3127
|
animation: "animation";
|
|
3123
3128
|
fileUpload: "fileUpload";
|
|
3124
|
-
validation: "validation";
|
|
3125
|
-
effect: "effect";
|
|
3126
|
-
ui: "ui";
|
|
3127
|
-
css: "css";
|
|
3128
|
-
storage: "storage";
|
|
3129
|
-
ai: "ai";
|
|
3130
|
-
payments: "payments";
|
|
3131
3129
|
logging: "logging";
|
|
3130
|
+
observability: "observability";
|
|
3132
3131
|
featureFlags: "featureFlags";
|
|
3133
3132
|
analytics: "analytics";
|
|
3134
3133
|
cms: "cms";
|
|
3134
|
+
caching: "caching";
|
|
3135
|
+
rateLimit: "rateLimit";
|
|
3135
3136
|
i18n: "i18n";
|
|
3137
|
+
search: "search";
|
|
3138
|
+
fileStorage: "fileStorage";
|
|
3139
|
+
config: "config";
|
|
3140
|
+
mobile: "mobile";
|
|
3141
|
+
deploy: "deploy";
|
|
3142
|
+
navigation: "navigation";
|
|
3143
|
+
ui: "ui";
|
|
3144
|
+
css: "css";
|
|
3145
|
+
storage: "storage";
|
|
3136
3146
|
documentation: "documentation";
|
|
3137
3147
|
codeQuality: "codeQuality";
|
|
3138
3148
|
appPlatform: "appPlatform";
|
|
3139
3149
|
dataFetching: "dataFetching";
|
|
3140
3150
|
workspaceTooling: "workspaceTooling";
|
|
3141
|
-
examples: "examples";
|
|
3142
3151
|
buildTool: "buildTool";
|
|
3143
3152
|
cli: "cli";
|
|
3144
3153
|
errorHandling: "errorHandling";
|
|
3145
3154
|
httpClient: "httpClient";
|
|
3146
3155
|
libraries: "libraries";
|
|
3147
|
-
config: "config";
|
|
3148
3156
|
templating: "templating";
|
|
3149
3157
|
}>;
|
|
3150
3158
|
toolId: z.ZodString;
|
|
@@ -3258,6 +3266,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
3258
3266
|
mcp: "mcp";
|
|
3259
3267
|
skills: "skills";
|
|
3260
3268
|
turborepo: "turborepo";
|
|
3269
|
+
nx: "nx";
|
|
3261
3270
|
fumadocs: "fumadocs";
|
|
3262
3271
|
ultracite: "ultracite";
|
|
3263
3272
|
oxlint: "oxlint";
|
|
@@ -3275,8 +3284,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
3275
3284
|
"docker-compose": "docker-compose";
|
|
3276
3285
|
}>>;
|
|
3277
3286
|
examples: z.ZodArray<z.ZodEnum<{
|
|
3278
|
-
ai: "ai";
|
|
3279
3287
|
none: "none";
|
|
3288
|
+
ai: "ai";
|
|
3280
3289
|
"chat-sdk": "chat-sdk";
|
|
3281
3290
|
"tanstack-showcase": "tanstack-showcase";
|
|
3282
3291
|
}>>;
|
|
@@ -3331,6 +3340,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
3331
3340
|
"ts-rest": "ts-rest";
|
|
3332
3341
|
garph: "garph";
|
|
3333
3342
|
"graphql-yoga": "graphql-yoga";
|
|
3343
|
+
openapi: "openapi";
|
|
3334
3344
|
}>;
|
|
3335
3345
|
webDeploy: z.ZodEnum<{
|
|
3336
3346
|
none: "none";
|
|
@@ -3376,8 +3386,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
3376
3386
|
"ai-cli": "ai-cli";
|
|
3377
3387
|
}>;
|
|
3378
3388
|
effect: z.ZodEnum<{
|
|
3379
|
-
effect: "effect";
|
|
3380
3389
|
none: "none";
|
|
3390
|
+
effect: "effect";
|
|
3381
3391
|
"effect-full": "effect-full";
|
|
3382
3392
|
}>;
|
|
3383
3393
|
stateManagement: z.ZodEnum<{
|
|
@@ -3510,8 +3520,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
3510
3520
|
"geist-mono": "geist-mono";
|
|
3511
3521
|
}>>;
|
|
3512
3522
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
3513
|
-
default: "default";
|
|
3514
3523
|
none: "none";
|
|
3524
|
+
default: "default";
|
|
3515
3525
|
small: "small";
|
|
3516
3526
|
medium: "medium";
|
|
3517
3527
|
large: "large";
|
|
@@ -3626,9 +3636,9 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
3626
3636
|
}>;
|
|
3627
3637
|
mobileUI: z.ZodEnum<{
|
|
3628
3638
|
none: "none";
|
|
3639
|
+
uniwind: "uniwind";
|
|
3629
3640
|
tamagui: "tamagui";
|
|
3630
3641
|
"gluestack-ui": "gluestack-ui";
|
|
3631
|
-
uniwind: "uniwind";
|
|
3632
3642
|
unistyles: "unistyles";
|
|
3633
3643
|
}>;
|
|
3634
3644
|
mobileStorage: z.ZodEnum<{
|
|
@@ -3681,12 +3691,12 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
3681
3691
|
ratatui: "ratatui";
|
|
3682
3692
|
}>;
|
|
3683
3693
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
3684
|
-
config: "config";
|
|
3685
3694
|
none: "none";
|
|
3686
3695
|
serde: "serde";
|
|
3687
3696
|
uuid: "uuid";
|
|
3688
3697
|
chrono: "chrono";
|
|
3689
3698
|
reqwest: "reqwest";
|
|
3699
|
+
config: "config";
|
|
3690
3700
|
dashmap: "dashmap";
|
|
3691
3701
|
"parking-lot": "parking-lot";
|
|
3692
3702
|
secrecy: "secrecy";
|
|
@@ -4101,8 +4111,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4101
4111
|
}>;
|
|
4102
4112
|
elixirLibraries: z.ZodArray<z.ZodEnum<{
|
|
4103
4113
|
none: "none";
|
|
4104
|
-
broadway: "broadway";
|
|
4105
4114
|
nx: "nx";
|
|
4115
|
+
broadway: "broadway";
|
|
4106
4116
|
}>>;
|
|
4107
4117
|
aiDocs: z.ZodArray<z.ZodEnum<{
|
|
4108
4118
|
none: "none";
|
|
@@ -4113,54 +4123,54 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4113
4123
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4114
4124
|
id: z.ZodString;
|
|
4115
4125
|
role: z.ZodEnum<{
|
|
4116
|
-
|
|
4117
|
-
backend: "backend";
|
|
4118
|
-
mobile: "mobile";
|
|
4126
|
+
ai: "ai";
|
|
4119
4127
|
database: "database";
|
|
4120
|
-
api: "api";
|
|
4121
4128
|
orm: "orm";
|
|
4122
4129
|
auth: "auth";
|
|
4123
|
-
|
|
4124
|
-
|
|
4130
|
+
payments: "payments";
|
|
4131
|
+
frontend: "frontend";
|
|
4132
|
+
examples: "examples";
|
|
4125
4133
|
dbSetup: "dbSetup";
|
|
4126
|
-
|
|
4127
|
-
|
|
4128
|
-
|
|
4129
|
-
|
|
4130
|
-
email: "email";
|
|
4131
|
-
search: "search";
|
|
4132
|
-
fileStorage: "fileStorage";
|
|
4133
|
-
jobQueue: "jobQueue";
|
|
4134
|
-
rateLimit: "rateLimit";
|
|
4135
|
-
testing: "testing";
|
|
4134
|
+
backend: "backend";
|
|
4135
|
+
runtime: "runtime";
|
|
4136
|
+
api: "api";
|
|
4137
|
+
effect: "effect";
|
|
4136
4138
|
stateManagement: "stateManagement";
|
|
4137
4139
|
forms: "forms";
|
|
4140
|
+
testing: "testing";
|
|
4141
|
+
email: "email";
|
|
4142
|
+
validation: "validation";
|
|
4143
|
+
realtime: "realtime";
|
|
4144
|
+
jobQueue: "jobQueue";
|
|
4138
4145
|
animation: "animation";
|
|
4139
4146
|
fileUpload: "fileUpload";
|
|
4140
|
-
validation: "validation";
|
|
4141
|
-
effect: "effect";
|
|
4142
|
-
ui: "ui";
|
|
4143
|
-
css: "css";
|
|
4144
|
-
storage: "storage";
|
|
4145
|
-
ai: "ai";
|
|
4146
|
-
payments: "payments";
|
|
4147
4147
|
logging: "logging";
|
|
4148
|
+
observability: "observability";
|
|
4148
4149
|
featureFlags: "featureFlags";
|
|
4149
4150
|
analytics: "analytics";
|
|
4150
4151
|
cms: "cms";
|
|
4152
|
+
caching: "caching";
|
|
4153
|
+
rateLimit: "rateLimit";
|
|
4151
4154
|
i18n: "i18n";
|
|
4155
|
+
search: "search";
|
|
4156
|
+
fileStorage: "fileStorage";
|
|
4157
|
+
config: "config";
|
|
4158
|
+
mobile: "mobile";
|
|
4159
|
+
deploy: "deploy";
|
|
4160
|
+
navigation: "navigation";
|
|
4161
|
+
ui: "ui";
|
|
4162
|
+
css: "css";
|
|
4163
|
+
storage: "storage";
|
|
4152
4164
|
documentation: "documentation";
|
|
4153
4165
|
codeQuality: "codeQuality";
|
|
4154
4166
|
appPlatform: "appPlatform";
|
|
4155
4167
|
dataFetching: "dataFetching";
|
|
4156
4168
|
workspaceTooling: "workspaceTooling";
|
|
4157
|
-
examples: "examples";
|
|
4158
4169
|
buildTool: "buildTool";
|
|
4159
4170
|
cli: "cli";
|
|
4160
4171
|
errorHandling: "errorHandling";
|
|
4161
4172
|
httpClient: "httpClient";
|
|
4162
4173
|
libraries: "libraries";
|
|
4163
|
-
config: "config";
|
|
4164
4174
|
templating: "templating";
|
|
4165
4175
|
}>;
|
|
4166
4176
|
toolId: z.ZodString;
|
|
@@ -4275,6 +4285,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
4275
4285
|
mcp: "mcp";
|
|
4276
4286
|
skills: "skills";
|
|
4277
4287
|
turborepo: "turborepo";
|
|
4288
|
+
nx: "nx";
|
|
4278
4289
|
fumadocs: "fumadocs";
|
|
4279
4290
|
ultracite: "ultracite";
|
|
4280
4291
|
oxlint: "oxlint";
|
|
@@ -4292,8 +4303,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
4292
4303
|
"docker-compose": "docker-compose";
|
|
4293
4304
|
}>>;
|
|
4294
4305
|
examples: z.ZodArray<z.ZodEnum<{
|
|
4295
|
-
ai: "ai";
|
|
4296
4306
|
none: "none";
|
|
4307
|
+
ai: "ai";
|
|
4297
4308
|
"chat-sdk": "chat-sdk";
|
|
4298
4309
|
"tanstack-showcase": "tanstack-showcase";
|
|
4299
4310
|
}>>;
|
|
@@ -4350,6 +4361,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
4350
4361
|
"ts-rest": "ts-rest";
|
|
4351
4362
|
garph: "garph";
|
|
4352
4363
|
"graphql-yoga": "graphql-yoga";
|
|
4364
|
+
openapi: "openapi";
|
|
4353
4365
|
}>;
|
|
4354
4366
|
webDeploy: z.ZodEnum<{
|
|
4355
4367
|
none: "none";
|
|
@@ -4395,8 +4407,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
4395
4407
|
"ai-cli": "ai-cli";
|
|
4396
4408
|
}>;
|
|
4397
4409
|
effect: z.ZodEnum<{
|
|
4398
|
-
effect: "effect";
|
|
4399
4410
|
none: "none";
|
|
4411
|
+
effect: "effect";
|
|
4400
4412
|
"effect-full": "effect-full";
|
|
4401
4413
|
}>;
|
|
4402
4414
|
stateManagement: z.ZodEnum<{
|
|
@@ -4529,8 +4541,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
4529
4541
|
"geist-mono": "geist-mono";
|
|
4530
4542
|
}>>;
|
|
4531
4543
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
4532
|
-
default: "default";
|
|
4533
4544
|
none: "none";
|
|
4545
|
+
default: "default";
|
|
4534
4546
|
small: "small";
|
|
4535
4547
|
medium: "medium";
|
|
4536
4548
|
large: "large";
|
|
@@ -4645,9 +4657,9 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
4645
4657
|
}>;
|
|
4646
4658
|
mobileUI: z.ZodEnum<{
|
|
4647
4659
|
none: "none";
|
|
4660
|
+
uniwind: "uniwind";
|
|
4648
4661
|
tamagui: "tamagui";
|
|
4649
4662
|
"gluestack-ui": "gluestack-ui";
|
|
4650
|
-
uniwind: "uniwind";
|
|
4651
4663
|
unistyles: "unistyles";
|
|
4652
4664
|
}>;
|
|
4653
4665
|
mobileStorage: z.ZodEnum<{
|
|
@@ -4700,12 +4712,12 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
4700
4712
|
ratatui: "ratatui";
|
|
4701
4713
|
}>;
|
|
4702
4714
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
4703
|
-
config: "config";
|
|
4704
4715
|
none: "none";
|
|
4705
4716
|
serde: "serde";
|
|
4706
4717
|
uuid: "uuid";
|
|
4707
4718
|
chrono: "chrono";
|
|
4708
4719
|
reqwest: "reqwest";
|
|
4720
|
+
config: "config";
|
|
4709
4721
|
dashmap: "dashmap";
|
|
4710
4722
|
"parking-lot": "parking-lot";
|
|
4711
4723
|
secrecy: "secrecy";
|
|
@@ -5120,8 +5132,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5120
5132
|
}>;
|
|
5121
5133
|
elixirLibraries: z.ZodArray<z.ZodEnum<{
|
|
5122
5134
|
none: "none";
|
|
5123
|
-
broadway: "broadway";
|
|
5124
5135
|
nx: "nx";
|
|
5136
|
+
broadway: "broadway";
|
|
5125
5137
|
}>>;
|
|
5126
5138
|
aiDocs: z.ZodArray<z.ZodEnum<{
|
|
5127
5139
|
none: "none";
|
|
@@ -5132,54 +5144,54 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5132
5144
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5133
5145
|
id: z.ZodString;
|
|
5134
5146
|
role: z.ZodEnum<{
|
|
5135
|
-
|
|
5136
|
-
backend: "backend";
|
|
5137
|
-
mobile: "mobile";
|
|
5147
|
+
ai: "ai";
|
|
5138
5148
|
database: "database";
|
|
5139
|
-
api: "api";
|
|
5140
5149
|
orm: "orm";
|
|
5141
5150
|
auth: "auth";
|
|
5142
|
-
|
|
5143
|
-
|
|
5151
|
+
payments: "payments";
|
|
5152
|
+
frontend: "frontend";
|
|
5153
|
+
examples: "examples";
|
|
5144
5154
|
dbSetup: "dbSetup";
|
|
5145
|
-
|
|
5146
|
-
|
|
5147
|
-
|
|
5148
|
-
|
|
5149
|
-
email: "email";
|
|
5150
|
-
search: "search";
|
|
5151
|
-
fileStorage: "fileStorage";
|
|
5152
|
-
jobQueue: "jobQueue";
|
|
5153
|
-
rateLimit: "rateLimit";
|
|
5154
|
-
testing: "testing";
|
|
5155
|
+
backend: "backend";
|
|
5156
|
+
runtime: "runtime";
|
|
5157
|
+
api: "api";
|
|
5158
|
+
effect: "effect";
|
|
5155
5159
|
stateManagement: "stateManagement";
|
|
5156
5160
|
forms: "forms";
|
|
5161
|
+
testing: "testing";
|
|
5162
|
+
email: "email";
|
|
5163
|
+
validation: "validation";
|
|
5164
|
+
realtime: "realtime";
|
|
5165
|
+
jobQueue: "jobQueue";
|
|
5157
5166
|
animation: "animation";
|
|
5158
5167
|
fileUpload: "fileUpload";
|
|
5159
|
-
validation: "validation";
|
|
5160
|
-
effect: "effect";
|
|
5161
|
-
ui: "ui";
|
|
5162
|
-
css: "css";
|
|
5163
|
-
storage: "storage";
|
|
5164
|
-
ai: "ai";
|
|
5165
|
-
payments: "payments";
|
|
5166
5168
|
logging: "logging";
|
|
5169
|
+
observability: "observability";
|
|
5167
5170
|
featureFlags: "featureFlags";
|
|
5168
5171
|
analytics: "analytics";
|
|
5169
5172
|
cms: "cms";
|
|
5173
|
+
caching: "caching";
|
|
5174
|
+
rateLimit: "rateLimit";
|
|
5170
5175
|
i18n: "i18n";
|
|
5176
|
+
search: "search";
|
|
5177
|
+
fileStorage: "fileStorage";
|
|
5178
|
+
config: "config";
|
|
5179
|
+
mobile: "mobile";
|
|
5180
|
+
deploy: "deploy";
|
|
5181
|
+
navigation: "navigation";
|
|
5182
|
+
ui: "ui";
|
|
5183
|
+
css: "css";
|
|
5184
|
+
storage: "storage";
|
|
5171
5185
|
documentation: "documentation";
|
|
5172
5186
|
codeQuality: "codeQuality";
|
|
5173
5187
|
appPlatform: "appPlatform";
|
|
5174
5188
|
dataFetching: "dataFetching";
|
|
5175
5189
|
workspaceTooling: "workspaceTooling";
|
|
5176
|
-
examples: "examples";
|
|
5177
5190
|
buildTool: "buildTool";
|
|
5178
5191
|
cli: "cli";
|
|
5179
5192
|
errorHandling: "errorHandling";
|
|
5180
5193
|
httpClient: "httpClient";
|
|
5181
5194
|
libraries: "libraries";
|
|
5182
|
-
config: "config";
|
|
5183
5195
|
templating: "templating";
|
|
5184
5196
|
}>;
|
|
5185
5197
|
toolId: z.ZodString;
|
|
@@ -5427,6 +5439,7 @@ declare function getAllJsonSchemas(): {
|
|
|
5427
5439
|
mcp: "mcp";
|
|
5428
5440
|
skills: "skills";
|
|
5429
5441
|
turborepo: "turborepo";
|
|
5442
|
+
nx: "nx";
|
|
5430
5443
|
fumadocs: "fumadocs";
|
|
5431
5444
|
ultracite: "ultracite";
|
|
5432
5445
|
oxlint: "oxlint";
|
|
@@ -5444,8 +5457,8 @@ declare function getAllJsonSchemas(): {
|
|
|
5444
5457
|
"docker-compose": "docker-compose";
|
|
5445
5458
|
}>>;
|
|
5446
5459
|
examples: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
5447
|
-
ai: "ai";
|
|
5448
5460
|
none: "none";
|
|
5461
|
+
ai: "ai";
|
|
5449
5462
|
"chat-sdk": "chat-sdk";
|
|
5450
5463
|
"tanstack-showcase": "tanstack-showcase";
|
|
5451
5464
|
}>>;
|
|
@@ -5474,6 +5487,7 @@ declare function getAllJsonSchemas(): {
|
|
|
5474
5487
|
"ts-rest": "ts-rest";
|
|
5475
5488
|
garph: "garph";
|
|
5476
5489
|
"graphql-yoga": "graphql-yoga";
|
|
5490
|
+
openapi: "openapi";
|
|
5477
5491
|
}>>;
|
|
5478
5492
|
auth: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
5479
5493
|
none: "none";
|
|
@@ -5519,17 +5533,17 @@ declare function getAllJsonSchemas(): {
|
|
|
5519
5533
|
vercel: "vercel";
|
|
5520
5534
|
}>>;
|
|
5521
5535
|
directoryConflict: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
5522
|
-
error: "error";
|
|
5523
5536
|
merge: "merge";
|
|
5524
5537
|
overwrite: "overwrite";
|
|
5525
5538
|
increment: "increment";
|
|
5539
|
+
error: "error";
|
|
5526
5540
|
}>>;
|
|
5527
5541
|
template: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
5528
5542
|
none: "none";
|
|
5529
|
-
uniwind: "uniwind";
|
|
5530
5543
|
mern: "mern";
|
|
5531
5544
|
pern: "pern";
|
|
5532
5545
|
t3: "t3";
|
|
5546
|
+
uniwind: "uniwind";
|
|
5533
5547
|
}>>;
|
|
5534
5548
|
javaWebFramework: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
5535
5549
|
none: "none";
|
|
@@ -5672,10 +5686,10 @@ declare function getAllJsonSchemas(): {
|
|
|
5672
5686
|
projectName: z.ZodOptional<z.ZodString>;
|
|
5673
5687
|
template: z.ZodOptional<z.ZodEnum<{
|
|
5674
5688
|
none: "none";
|
|
5675
|
-
uniwind: "uniwind";
|
|
5676
5689
|
mern: "mern";
|
|
5677
5690
|
pern: "pern";
|
|
5678
5691
|
t3: "t3";
|
|
5692
|
+
uniwind: "uniwind";
|
|
5679
5693
|
}>>;
|
|
5680
5694
|
yes: z.ZodOptional<z.ZodBoolean>;
|
|
5681
5695
|
yolo: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -5765,6 +5779,7 @@ declare function getAllJsonSchemas(): {
|
|
|
5765
5779
|
mcp: "mcp";
|
|
5766
5780
|
skills: "skills";
|
|
5767
5781
|
turborepo: "turborepo";
|
|
5782
|
+
nx: "nx";
|
|
5768
5783
|
fumadocs: "fumadocs";
|
|
5769
5784
|
ultracite: "ultracite";
|
|
5770
5785
|
oxlint: "oxlint";
|
|
@@ -5782,8 +5797,8 @@ declare function getAllJsonSchemas(): {
|
|
|
5782
5797
|
"docker-compose": "docker-compose";
|
|
5783
5798
|
}>>>;
|
|
5784
5799
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
5785
|
-
ai: "ai";
|
|
5786
5800
|
none: "none";
|
|
5801
|
+
ai: "ai";
|
|
5787
5802
|
"chat-sdk": "chat-sdk";
|
|
5788
5803
|
"tanstack-showcase": "tanstack-showcase";
|
|
5789
5804
|
}>>>;
|
|
@@ -5839,6 +5854,7 @@ declare function getAllJsonSchemas(): {
|
|
|
5839
5854
|
"ts-rest": "ts-rest";
|
|
5840
5855
|
garph: "garph";
|
|
5841
5856
|
"graphql-yoga": "graphql-yoga";
|
|
5857
|
+
openapi: "openapi";
|
|
5842
5858
|
}>>;
|
|
5843
5859
|
webDeploy: z.ZodOptional<z.ZodEnum<{
|
|
5844
5860
|
none: "none";
|
|
@@ -5863,10 +5879,10 @@ declare function getAllJsonSchemas(): {
|
|
|
5863
5879
|
vercel: "vercel";
|
|
5864
5880
|
}>>;
|
|
5865
5881
|
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
5866
|
-
error: "error";
|
|
5867
5882
|
merge: "merge";
|
|
5868
5883
|
overwrite: "overwrite";
|
|
5869
5884
|
increment: "increment";
|
|
5885
|
+
error: "error";
|
|
5870
5886
|
}>>;
|
|
5871
5887
|
renderTitle: z.ZodOptional<z.ZodBoolean>;
|
|
5872
5888
|
disableAnalytics: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -5893,8 +5909,8 @@ declare function getAllJsonSchemas(): {
|
|
|
5893
5909
|
"ai-cli": "ai-cli";
|
|
5894
5910
|
}>>;
|
|
5895
5911
|
effect: z.ZodOptional<z.ZodEnum<{
|
|
5896
|
-
effect: "effect";
|
|
5897
5912
|
none: "none";
|
|
5913
|
+
effect: "effect";
|
|
5898
5914
|
"effect-full": "effect-full";
|
|
5899
5915
|
}>>;
|
|
5900
5916
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
@@ -6027,8 +6043,8 @@ declare function getAllJsonSchemas(): {
|
|
|
6027
6043
|
"geist-mono": "geist-mono";
|
|
6028
6044
|
}>>;
|
|
6029
6045
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
6030
|
-
default: "default";
|
|
6031
6046
|
none: "none";
|
|
6047
|
+
default: "default";
|
|
6032
6048
|
small: "small";
|
|
6033
6049
|
medium: "medium";
|
|
6034
6050
|
large: "large";
|
|
@@ -6143,9 +6159,9 @@ declare function getAllJsonSchemas(): {
|
|
|
6143
6159
|
}>>;
|
|
6144
6160
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
6145
6161
|
none: "none";
|
|
6162
|
+
uniwind: "uniwind";
|
|
6146
6163
|
tamagui: "tamagui";
|
|
6147
6164
|
"gluestack-ui": "gluestack-ui";
|
|
6148
|
-
uniwind: "uniwind";
|
|
6149
6165
|
unistyles: "unistyles";
|
|
6150
6166
|
}>>;
|
|
6151
6167
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -6198,12 +6214,12 @@ declare function getAllJsonSchemas(): {
|
|
|
6198
6214
|
ratatui: "ratatui";
|
|
6199
6215
|
}>>;
|
|
6200
6216
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
6201
|
-
config: "config";
|
|
6202
6217
|
none: "none";
|
|
6203
6218
|
serde: "serde";
|
|
6204
6219
|
uuid: "uuid";
|
|
6205
6220
|
chrono: "chrono";
|
|
6206
6221
|
reqwest: "reqwest";
|
|
6222
|
+
config: "config";
|
|
6207
6223
|
dashmap: "dashmap";
|
|
6208
6224
|
"parking-lot": "parking-lot";
|
|
6209
6225
|
secrecy: "secrecy";
|
|
@@ -6618,8 +6634,8 @@ declare function getAllJsonSchemas(): {
|
|
|
6618
6634
|
}>>;
|
|
6619
6635
|
elixirLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
6620
6636
|
none: "none";
|
|
6621
|
-
broadway: "broadway";
|
|
6622
6637
|
nx: "nx";
|
|
6638
|
+
broadway: "broadway";
|
|
6623
6639
|
}>>>;
|
|
6624
6640
|
aiDocs: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
6625
6641
|
none: "none";
|
|
@@ -6715,6 +6731,7 @@ declare function getAllJsonSchemas(): {
|
|
|
6715
6731
|
mcp: "mcp";
|
|
6716
6732
|
skills: "skills";
|
|
6717
6733
|
turborepo: "turborepo";
|
|
6734
|
+
nx: "nx";
|
|
6718
6735
|
fumadocs: "fumadocs";
|
|
6719
6736
|
ultracite: "ultracite";
|
|
6720
6737
|
oxlint: "oxlint";
|
|
@@ -6732,8 +6749,8 @@ declare function getAllJsonSchemas(): {
|
|
|
6732
6749
|
"docker-compose": "docker-compose";
|
|
6733
6750
|
}>>;
|
|
6734
6751
|
examples: z.ZodArray<z.ZodEnum<{
|
|
6735
|
-
ai: "ai";
|
|
6736
6752
|
none: "none";
|
|
6753
|
+
ai: "ai";
|
|
6737
6754
|
"chat-sdk": "chat-sdk";
|
|
6738
6755
|
"tanstack-showcase": "tanstack-showcase";
|
|
6739
6756
|
}>>;
|
|
@@ -6790,6 +6807,7 @@ declare function getAllJsonSchemas(): {
|
|
|
6790
6807
|
"ts-rest": "ts-rest";
|
|
6791
6808
|
garph: "garph";
|
|
6792
6809
|
"graphql-yoga": "graphql-yoga";
|
|
6810
|
+
openapi: "openapi";
|
|
6793
6811
|
}>;
|
|
6794
6812
|
webDeploy: z.ZodEnum<{
|
|
6795
6813
|
none: "none";
|
|
@@ -6835,8 +6853,8 @@ declare function getAllJsonSchemas(): {
|
|
|
6835
6853
|
"ai-cli": "ai-cli";
|
|
6836
6854
|
}>;
|
|
6837
6855
|
effect: z.ZodEnum<{
|
|
6838
|
-
effect: "effect";
|
|
6839
6856
|
none: "none";
|
|
6857
|
+
effect: "effect";
|
|
6840
6858
|
"effect-full": "effect-full";
|
|
6841
6859
|
}>;
|
|
6842
6860
|
stateManagement: z.ZodEnum<{
|
|
@@ -6969,8 +6987,8 @@ declare function getAllJsonSchemas(): {
|
|
|
6969
6987
|
"geist-mono": "geist-mono";
|
|
6970
6988
|
}>>;
|
|
6971
6989
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
6972
|
-
default: "default";
|
|
6973
6990
|
none: "none";
|
|
6991
|
+
default: "default";
|
|
6974
6992
|
small: "small";
|
|
6975
6993
|
medium: "medium";
|
|
6976
6994
|
large: "large";
|
|
@@ -7085,9 +7103,9 @@ declare function getAllJsonSchemas(): {
|
|
|
7085
7103
|
}>;
|
|
7086
7104
|
mobileUI: z.ZodEnum<{
|
|
7087
7105
|
none: "none";
|
|
7106
|
+
uniwind: "uniwind";
|
|
7088
7107
|
tamagui: "tamagui";
|
|
7089
7108
|
"gluestack-ui": "gluestack-ui";
|
|
7090
|
-
uniwind: "uniwind";
|
|
7091
7109
|
unistyles: "unistyles";
|
|
7092
7110
|
}>;
|
|
7093
7111
|
mobileStorage: z.ZodEnum<{
|
|
@@ -7140,12 +7158,12 @@ declare function getAllJsonSchemas(): {
|
|
|
7140
7158
|
ratatui: "ratatui";
|
|
7141
7159
|
}>;
|
|
7142
7160
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
7143
|
-
config: "config";
|
|
7144
7161
|
none: "none";
|
|
7145
7162
|
serde: "serde";
|
|
7146
7163
|
uuid: "uuid";
|
|
7147
7164
|
chrono: "chrono";
|
|
7148
7165
|
reqwest: "reqwest";
|
|
7166
|
+
config: "config";
|
|
7149
7167
|
dashmap: "dashmap";
|
|
7150
7168
|
"parking-lot": "parking-lot";
|
|
7151
7169
|
secrecy: "secrecy";
|
|
@@ -7560,8 +7578,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7560
7578
|
}>;
|
|
7561
7579
|
elixirLibraries: z.ZodArray<z.ZodEnum<{
|
|
7562
7580
|
none: "none";
|
|
7563
|
-
broadway: "broadway";
|
|
7564
7581
|
nx: "nx";
|
|
7582
|
+
broadway: "broadway";
|
|
7565
7583
|
}>>;
|
|
7566
7584
|
aiDocs: z.ZodArray<z.ZodEnum<{
|
|
7567
7585
|
none: "none";
|
|
@@ -7572,54 +7590,54 @@ declare function getAllJsonSchemas(): {
|
|
|
7572
7590
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7573
7591
|
id: z.ZodString;
|
|
7574
7592
|
role: z.ZodEnum<{
|
|
7575
|
-
|
|
7576
|
-
backend: "backend";
|
|
7577
|
-
mobile: "mobile";
|
|
7593
|
+
ai: "ai";
|
|
7578
7594
|
database: "database";
|
|
7579
|
-
api: "api";
|
|
7580
7595
|
orm: "orm";
|
|
7581
7596
|
auth: "auth";
|
|
7582
|
-
|
|
7583
|
-
|
|
7597
|
+
payments: "payments";
|
|
7598
|
+
frontend: "frontend";
|
|
7599
|
+
examples: "examples";
|
|
7584
7600
|
dbSetup: "dbSetup";
|
|
7585
|
-
|
|
7586
|
-
|
|
7587
|
-
|
|
7588
|
-
|
|
7589
|
-
email: "email";
|
|
7590
|
-
search: "search";
|
|
7591
|
-
fileStorage: "fileStorage";
|
|
7592
|
-
jobQueue: "jobQueue";
|
|
7593
|
-
rateLimit: "rateLimit";
|
|
7594
|
-
testing: "testing";
|
|
7601
|
+
backend: "backend";
|
|
7602
|
+
runtime: "runtime";
|
|
7603
|
+
api: "api";
|
|
7604
|
+
effect: "effect";
|
|
7595
7605
|
stateManagement: "stateManagement";
|
|
7596
7606
|
forms: "forms";
|
|
7607
|
+
testing: "testing";
|
|
7608
|
+
email: "email";
|
|
7609
|
+
validation: "validation";
|
|
7610
|
+
realtime: "realtime";
|
|
7611
|
+
jobQueue: "jobQueue";
|
|
7597
7612
|
animation: "animation";
|
|
7598
7613
|
fileUpload: "fileUpload";
|
|
7599
|
-
validation: "validation";
|
|
7600
|
-
effect: "effect";
|
|
7601
|
-
ui: "ui";
|
|
7602
|
-
css: "css";
|
|
7603
|
-
storage: "storage";
|
|
7604
|
-
ai: "ai";
|
|
7605
|
-
payments: "payments";
|
|
7606
7614
|
logging: "logging";
|
|
7615
|
+
observability: "observability";
|
|
7607
7616
|
featureFlags: "featureFlags";
|
|
7608
7617
|
analytics: "analytics";
|
|
7609
7618
|
cms: "cms";
|
|
7619
|
+
caching: "caching";
|
|
7620
|
+
rateLimit: "rateLimit";
|
|
7610
7621
|
i18n: "i18n";
|
|
7622
|
+
search: "search";
|
|
7623
|
+
fileStorage: "fileStorage";
|
|
7624
|
+
config: "config";
|
|
7625
|
+
mobile: "mobile";
|
|
7626
|
+
deploy: "deploy";
|
|
7627
|
+
navigation: "navigation";
|
|
7628
|
+
ui: "ui";
|
|
7629
|
+
css: "css";
|
|
7630
|
+
storage: "storage";
|
|
7611
7631
|
documentation: "documentation";
|
|
7612
7632
|
codeQuality: "codeQuality";
|
|
7613
7633
|
appPlatform: "appPlatform";
|
|
7614
7634
|
dataFetching: "dataFetching";
|
|
7615
7635
|
workspaceTooling: "workspaceTooling";
|
|
7616
|
-
examples: "examples";
|
|
7617
7636
|
buildTool: "buildTool";
|
|
7618
7637
|
cli: "cli";
|
|
7619
7638
|
errorHandling: "errorHandling";
|
|
7620
7639
|
httpClient: "httpClient";
|
|
7621
7640
|
libraries: "libraries";
|
|
7622
|
-
config: "config";
|
|
7623
7641
|
templating: "templating";
|
|
7624
7642
|
}>;
|
|
7625
7643
|
toolId: z.ZodString;
|
|
@@ -7733,6 +7751,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7733
7751
|
mcp: "mcp";
|
|
7734
7752
|
skills: "skills";
|
|
7735
7753
|
turborepo: "turborepo";
|
|
7754
|
+
nx: "nx";
|
|
7736
7755
|
fumadocs: "fumadocs";
|
|
7737
7756
|
ultracite: "ultracite";
|
|
7738
7757
|
oxlint: "oxlint";
|
|
@@ -7750,8 +7769,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7750
7769
|
"docker-compose": "docker-compose";
|
|
7751
7770
|
}>>;
|
|
7752
7771
|
examples: z.ZodArray<z.ZodEnum<{
|
|
7753
|
-
ai: "ai";
|
|
7754
7772
|
none: "none";
|
|
7773
|
+
ai: "ai";
|
|
7755
7774
|
"chat-sdk": "chat-sdk";
|
|
7756
7775
|
"tanstack-showcase": "tanstack-showcase";
|
|
7757
7776
|
}>>;
|
|
@@ -7806,6 +7825,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7806
7825
|
"ts-rest": "ts-rest";
|
|
7807
7826
|
garph: "garph";
|
|
7808
7827
|
"graphql-yoga": "graphql-yoga";
|
|
7828
|
+
openapi: "openapi";
|
|
7809
7829
|
}>;
|
|
7810
7830
|
webDeploy: z.ZodEnum<{
|
|
7811
7831
|
none: "none";
|
|
@@ -7851,8 +7871,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7851
7871
|
"ai-cli": "ai-cli";
|
|
7852
7872
|
}>;
|
|
7853
7873
|
effect: z.ZodEnum<{
|
|
7854
|
-
effect: "effect";
|
|
7855
7874
|
none: "none";
|
|
7875
|
+
effect: "effect";
|
|
7856
7876
|
"effect-full": "effect-full";
|
|
7857
7877
|
}>;
|
|
7858
7878
|
stateManagement: z.ZodEnum<{
|
|
@@ -7985,8 +8005,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7985
8005
|
"geist-mono": "geist-mono";
|
|
7986
8006
|
}>>;
|
|
7987
8007
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
7988
|
-
default: "default";
|
|
7989
8008
|
none: "none";
|
|
8009
|
+
default: "default";
|
|
7990
8010
|
small: "small";
|
|
7991
8011
|
medium: "medium";
|
|
7992
8012
|
large: "large";
|
|
@@ -8101,9 +8121,9 @@ declare function getAllJsonSchemas(): {
|
|
|
8101
8121
|
}>;
|
|
8102
8122
|
mobileUI: z.ZodEnum<{
|
|
8103
8123
|
none: "none";
|
|
8124
|
+
uniwind: "uniwind";
|
|
8104
8125
|
tamagui: "tamagui";
|
|
8105
8126
|
"gluestack-ui": "gluestack-ui";
|
|
8106
|
-
uniwind: "uniwind";
|
|
8107
8127
|
unistyles: "unistyles";
|
|
8108
8128
|
}>;
|
|
8109
8129
|
mobileStorage: z.ZodEnum<{
|
|
@@ -8156,12 +8176,12 @@ declare function getAllJsonSchemas(): {
|
|
|
8156
8176
|
ratatui: "ratatui";
|
|
8157
8177
|
}>;
|
|
8158
8178
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
8159
|
-
config: "config";
|
|
8160
8179
|
none: "none";
|
|
8161
8180
|
serde: "serde";
|
|
8162
8181
|
uuid: "uuid";
|
|
8163
8182
|
chrono: "chrono";
|
|
8164
8183
|
reqwest: "reqwest";
|
|
8184
|
+
config: "config";
|
|
8165
8185
|
dashmap: "dashmap";
|
|
8166
8186
|
"parking-lot": "parking-lot";
|
|
8167
8187
|
secrecy: "secrecy";
|
|
@@ -8576,8 +8596,8 @@ declare function getAllJsonSchemas(): {
|
|
|
8576
8596
|
}>;
|
|
8577
8597
|
elixirLibraries: z.ZodArray<z.ZodEnum<{
|
|
8578
8598
|
none: "none";
|
|
8579
|
-
broadway: "broadway";
|
|
8580
8599
|
nx: "nx";
|
|
8600
|
+
broadway: "broadway";
|
|
8581
8601
|
}>>;
|
|
8582
8602
|
aiDocs: z.ZodArray<z.ZodEnum<{
|
|
8583
8603
|
none: "none";
|
|
@@ -8588,54 +8608,54 @@ declare function getAllJsonSchemas(): {
|
|
|
8588
8608
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8589
8609
|
id: z.ZodString;
|
|
8590
8610
|
role: z.ZodEnum<{
|
|
8591
|
-
|
|
8592
|
-
backend: "backend";
|
|
8593
|
-
mobile: "mobile";
|
|
8611
|
+
ai: "ai";
|
|
8594
8612
|
database: "database";
|
|
8595
|
-
api: "api";
|
|
8596
8613
|
orm: "orm";
|
|
8597
8614
|
auth: "auth";
|
|
8598
|
-
|
|
8599
|
-
|
|
8615
|
+
payments: "payments";
|
|
8616
|
+
frontend: "frontend";
|
|
8617
|
+
examples: "examples";
|
|
8600
8618
|
dbSetup: "dbSetup";
|
|
8601
|
-
|
|
8602
|
-
|
|
8603
|
-
|
|
8604
|
-
|
|
8605
|
-
email: "email";
|
|
8606
|
-
search: "search";
|
|
8607
|
-
fileStorage: "fileStorage";
|
|
8608
|
-
jobQueue: "jobQueue";
|
|
8609
|
-
rateLimit: "rateLimit";
|
|
8610
|
-
testing: "testing";
|
|
8619
|
+
backend: "backend";
|
|
8620
|
+
runtime: "runtime";
|
|
8621
|
+
api: "api";
|
|
8622
|
+
effect: "effect";
|
|
8611
8623
|
stateManagement: "stateManagement";
|
|
8612
8624
|
forms: "forms";
|
|
8625
|
+
testing: "testing";
|
|
8626
|
+
email: "email";
|
|
8627
|
+
validation: "validation";
|
|
8628
|
+
realtime: "realtime";
|
|
8629
|
+
jobQueue: "jobQueue";
|
|
8613
8630
|
animation: "animation";
|
|
8614
8631
|
fileUpload: "fileUpload";
|
|
8615
|
-
validation: "validation";
|
|
8616
|
-
effect: "effect";
|
|
8617
|
-
ui: "ui";
|
|
8618
|
-
css: "css";
|
|
8619
|
-
storage: "storage";
|
|
8620
|
-
ai: "ai";
|
|
8621
|
-
payments: "payments";
|
|
8622
8632
|
logging: "logging";
|
|
8633
|
+
observability: "observability";
|
|
8623
8634
|
featureFlags: "featureFlags";
|
|
8624
8635
|
analytics: "analytics";
|
|
8625
8636
|
cms: "cms";
|
|
8637
|
+
caching: "caching";
|
|
8638
|
+
rateLimit: "rateLimit";
|
|
8626
8639
|
i18n: "i18n";
|
|
8640
|
+
search: "search";
|
|
8641
|
+
fileStorage: "fileStorage";
|
|
8642
|
+
config: "config";
|
|
8643
|
+
mobile: "mobile";
|
|
8644
|
+
deploy: "deploy";
|
|
8645
|
+
navigation: "navigation";
|
|
8646
|
+
ui: "ui";
|
|
8647
|
+
css: "css";
|
|
8648
|
+
storage: "storage";
|
|
8627
8649
|
documentation: "documentation";
|
|
8628
8650
|
codeQuality: "codeQuality";
|
|
8629
8651
|
appPlatform: "appPlatform";
|
|
8630
8652
|
dataFetching: "dataFetching";
|
|
8631
8653
|
workspaceTooling: "workspaceTooling";
|
|
8632
|
-
examples: "examples";
|
|
8633
8654
|
buildTool: "buildTool";
|
|
8634
8655
|
cli: "cli";
|
|
8635
8656
|
errorHandling: "errorHandling";
|
|
8636
8657
|
httpClient: "httpClient";
|
|
8637
8658
|
libraries: "libraries";
|
|
8638
|
-
config: "config";
|
|
8639
8659
|
templating: "templating";
|
|
8640
8660
|
}>;
|
|
8641
8661
|
toolId: z.ZodString;
|
|
@@ -8749,6 +8769,7 @@ declare function getAllJsonSchemas(): {
|
|
|
8749
8769
|
mcp: "mcp";
|
|
8750
8770
|
skills: "skills";
|
|
8751
8771
|
turborepo: "turborepo";
|
|
8772
|
+
nx: "nx";
|
|
8752
8773
|
fumadocs: "fumadocs";
|
|
8753
8774
|
ultracite: "ultracite";
|
|
8754
8775
|
oxlint: "oxlint";
|
|
@@ -8766,8 +8787,8 @@ declare function getAllJsonSchemas(): {
|
|
|
8766
8787
|
"docker-compose": "docker-compose";
|
|
8767
8788
|
}>>;
|
|
8768
8789
|
examples: z.ZodArray<z.ZodEnum<{
|
|
8769
|
-
ai: "ai";
|
|
8770
8790
|
none: "none";
|
|
8791
|
+
ai: "ai";
|
|
8771
8792
|
"chat-sdk": "chat-sdk";
|
|
8772
8793
|
"tanstack-showcase": "tanstack-showcase";
|
|
8773
8794
|
}>>;
|
|
@@ -8822,6 +8843,7 @@ declare function getAllJsonSchemas(): {
|
|
|
8822
8843
|
"ts-rest": "ts-rest";
|
|
8823
8844
|
garph: "garph";
|
|
8824
8845
|
"graphql-yoga": "graphql-yoga";
|
|
8846
|
+
openapi: "openapi";
|
|
8825
8847
|
}>;
|
|
8826
8848
|
webDeploy: z.ZodEnum<{
|
|
8827
8849
|
none: "none";
|
|
@@ -8867,8 +8889,8 @@ declare function getAllJsonSchemas(): {
|
|
|
8867
8889
|
"ai-cli": "ai-cli";
|
|
8868
8890
|
}>;
|
|
8869
8891
|
effect: z.ZodEnum<{
|
|
8870
|
-
effect: "effect";
|
|
8871
8892
|
none: "none";
|
|
8893
|
+
effect: "effect";
|
|
8872
8894
|
"effect-full": "effect-full";
|
|
8873
8895
|
}>;
|
|
8874
8896
|
stateManagement: z.ZodEnum<{
|
|
@@ -9001,8 +9023,8 @@ declare function getAllJsonSchemas(): {
|
|
|
9001
9023
|
"geist-mono": "geist-mono";
|
|
9002
9024
|
}>>;
|
|
9003
9025
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
9004
|
-
default: "default";
|
|
9005
9026
|
none: "none";
|
|
9027
|
+
default: "default";
|
|
9006
9028
|
small: "small";
|
|
9007
9029
|
medium: "medium";
|
|
9008
9030
|
large: "large";
|
|
@@ -9117,9 +9139,9 @@ declare function getAllJsonSchemas(): {
|
|
|
9117
9139
|
}>;
|
|
9118
9140
|
mobileUI: z.ZodEnum<{
|
|
9119
9141
|
none: "none";
|
|
9142
|
+
uniwind: "uniwind";
|
|
9120
9143
|
tamagui: "tamagui";
|
|
9121
9144
|
"gluestack-ui": "gluestack-ui";
|
|
9122
|
-
uniwind: "uniwind";
|
|
9123
9145
|
unistyles: "unistyles";
|
|
9124
9146
|
}>;
|
|
9125
9147
|
mobileStorage: z.ZodEnum<{
|
|
@@ -9172,12 +9194,12 @@ declare function getAllJsonSchemas(): {
|
|
|
9172
9194
|
ratatui: "ratatui";
|
|
9173
9195
|
}>;
|
|
9174
9196
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
9175
|
-
config: "config";
|
|
9176
9197
|
none: "none";
|
|
9177
9198
|
serde: "serde";
|
|
9178
9199
|
uuid: "uuid";
|
|
9179
9200
|
chrono: "chrono";
|
|
9180
9201
|
reqwest: "reqwest";
|
|
9202
|
+
config: "config";
|
|
9181
9203
|
dashmap: "dashmap";
|
|
9182
9204
|
"parking-lot": "parking-lot";
|
|
9183
9205
|
secrecy: "secrecy";
|
|
@@ -9592,8 +9614,8 @@ declare function getAllJsonSchemas(): {
|
|
|
9592
9614
|
}>;
|
|
9593
9615
|
elixirLibraries: z.ZodArray<z.ZodEnum<{
|
|
9594
9616
|
none: "none";
|
|
9595
|
-
broadway: "broadway";
|
|
9596
9617
|
nx: "nx";
|
|
9618
|
+
broadway: "broadway";
|
|
9597
9619
|
}>>;
|
|
9598
9620
|
aiDocs: z.ZodArray<z.ZodEnum<{
|
|
9599
9621
|
none: "none";
|
|
@@ -9604,54 +9626,54 @@ declare function getAllJsonSchemas(): {
|
|
|
9604
9626
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9605
9627
|
id: z.ZodString;
|
|
9606
9628
|
role: z.ZodEnum<{
|
|
9607
|
-
|
|
9608
|
-
backend: "backend";
|
|
9609
|
-
mobile: "mobile";
|
|
9629
|
+
ai: "ai";
|
|
9610
9630
|
database: "database";
|
|
9611
|
-
api: "api";
|
|
9612
9631
|
orm: "orm";
|
|
9613
9632
|
auth: "auth";
|
|
9614
|
-
|
|
9615
|
-
|
|
9633
|
+
payments: "payments";
|
|
9634
|
+
frontend: "frontend";
|
|
9635
|
+
examples: "examples";
|
|
9616
9636
|
dbSetup: "dbSetup";
|
|
9617
|
-
|
|
9618
|
-
|
|
9619
|
-
|
|
9620
|
-
|
|
9621
|
-
email: "email";
|
|
9622
|
-
search: "search";
|
|
9623
|
-
fileStorage: "fileStorage";
|
|
9624
|
-
jobQueue: "jobQueue";
|
|
9625
|
-
rateLimit: "rateLimit";
|
|
9626
|
-
testing: "testing";
|
|
9637
|
+
backend: "backend";
|
|
9638
|
+
runtime: "runtime";
|
|
9639
|
+
api: "api";
|
|
9640
|
+
effect: "effect";
|
|
9627
9641
|
stateManagement: "stateManagement";
|
|
9628
9642
|
forms: "forms";
|
|
9643
|
+
testing: "testing";
|
|
9644
|
+
email: "email";
|
|
9645
|
+
validation: "validation";
|
|
9646
|
+
realtime: "realtime";
|
|
9647
|
+
jobQueue: "jobQueue";
|
|
9629
9648
|
animation: "animation";
|
|
9630
9649
|
fileUpload: "fileUpload";
|
|
9631
|
-
validation: "validation";
|
|
9632
|
-
effect: "effect";
|
|
9633
|
-
ui: "ui";
|
|
9634
|
-
css: "css";
|
|
9635
|
-
storage: "storage";
|
|
9636
|
-
ai: "ai";
|
|
9637
|
-
payments: "payments";
|
|
9638
9650
|
logging: "logging";
|
|
9651
|
+
observability: "observability";
|
|
9639
9652
|
featureFlags: "featureFlags";
|
|
9640
9653
|
analytics: "analytics";
|
|
9641
9654
|
cms: "cms";
|
|
9655
|
+
caching: "caching";
|
|
9656
|
+
rateLimit: "rateLimit";
|
|
9642
9657
|
i18n: "i18n";
|
|
9658
|
+
search: "search";
|
|
9659
|
+
fileStorage: "fileStorage";
|
|
9660
|
+
config: "config";
|
|
9661
|
+
mobile: "mobile";
|
|
9662
|
+
deploy: "deploy";
|
|
9663
|
+
navigation: "navigation";
|
|
9664
|
+
ui: "ui";
|
|
9665
|
+
css: "css";
|
|
9666
|
+
storage: "storage";
|
|
9643
9667
|
documentation: "documentation";
|
|
9644
9668
|
codeQuality: "codeQuality";
|
|
9645
9669
|
appPlatform: "appPlatform";
|
|
9646
9670
|
dataFetching: "dataFetching";
|
|
9647
9671
|
workspaceTooling: "workspaceTooling";
|
|
9648
|
-
examples: "examples";
|
|
9649
9672
|
buildTool: "buildTool";
|
|
9650
9673
|
cli: "cli";
|
|
9651
9674
|
errorHandling: "errorHandling";
|
|
9652
9675
|
httpClient: "httpClient";
|
|
9653
9676
|
libraries: "libraries";
|
|
9654
|
-
config: "config";
|
|
9655
9677
|
templating: "templating";
|
|
9656
9678
|
}>;
|
|
9657
9679
|
toolId: z.ZodString;
|
|
@@ -9766,6 +9788,7 @@ declare function getAllJsonSchemas(): {
|
|
|
9766
9788
|
mcp: "mcp";
|
|
9767
9789
|
skills: "skills";
|
|
9768
9790
|
turborepo: "turborepo";
|
|
9791
|
+
nx: "nx";
|
|
9769
9792
|
fumadocs: "fumadocs";
|
|
9770
9793
|
ultracite: "ultracite";
|
|
9771
9794
|
oxlint: "oxlint";
|
|
@@ -9783,8 +9806,8 @@ declare function getAllJsonSchemas(): {
|
|
|
9783
9806
|
"docker-compose": "docker-compose";
|
|
9784
9807
|
}>>;
|
|
9785
9808
|
examples: z.ZodArray<z.ZodEnum<{
|
|
9786
|
-
ai: "ai";
|
|
9787
9809
|
none: "none";
|
|
9810
|
+
ai: "ai";
|
|
9788
9811
|
"chat-sdk": "chat-sdk";
|
|
9789
9812
|
"tanstack-showcase": "tanstack-showcase";
|
|
9790
9813
|
}>>;
|
|
@@ -9841,6 +9864,7 @@ declare function getAllJsonSchemas(): {
|
|
|
9841
9864
|
"ts-rest": "ts-rest";
|
|
9842
9865
|
garph: "garph";
|
|
9843
9866
|
"graphql-yoga": "graphql-yoga";
|
|
9867
|
+
openapi: "openapi";
|
|
9844
9868
|
}>;
|
|
9845
9869
|
webDeploy: z.ZodEnum<{
|
|
9846
9870
|
none: "none";
|
|
@@ -9886,8 +9910,8 @@ declare function getAllJsonSchemas(): {
|
|
|
9886
9910
|
"ai-cli": "ai-cli";
|
|
9887
9911
|
}>;
|
|
9888
9912
|
effect: z.ZodEnum<{
|
|
9889
|
-
effect: "effect";
|
|
9890
9913
|
none: "none";
|
|
9914
|
+
effect: "effect";
|
|
9891
9915
|
"effect-full": "effect-full";
|
|
9892
9916
|
}>;
|
|
9893
9917
|
stateManagement: z.ZodEnum<{
|
|
@@ -10020,8 +10044,8 @@ declare function getAllJsonSchemas(): {
|
|
|
10020
10044
|
"geist-mono": "geist-mono";
|
|
10021
10045
|
}>>;
|
|
10022
10046
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
10023
|
-
default: "default";
|
|
10024
10047
|
none: "none";
|
|
10048
|
+
default: "default";
|
|
10025
10049
|
small: "small";
|
|
10026
10050
|
medium: "medium";
|
|
10027
10051
|
large: "large";
|
|
@@ -10136,9 +10160,9 @@ declare function getAllJsonSchemas(): {
|
|
|
10136
10160
|
}>;
|
|
10137
10161
|
mobileUI: z.ZodEnum<{
|
|
10138
10162
|
none: "none";
|
|
10163
|
+
uniwind: "uniwind";
|
|
10139
10164
|
tamagui: "tamagui";
|
|
10140
10165
|
"gluestack-ui": "gluestack-ui";
|
|
10141
|
-
uniwind: "uniwind";
|
|
10142
10166
|
unistyles: "unistyles";
|
|
10143
10167
|
}>;
|
|
10144
10168
|
mobileStorage: z.ZodEnum<{
|
|
@@ -10191,12 +10215,12 @@ declare function getAllJsonSchemas(): {
|
|
|
10191
10215
|
ratatui: "ratatui";
|
|
10192
10216
|
}>;
|
|
10193
10217
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
10194
|
-
config: "config";
|
|
10195
10218
|
none: "none";
|
|
10196
10219
|
serde: "serde";
|
|
10197
10220
|
uuid: "uuid";
|
|
10198
10221
|
chrono: "chrono";
|
|
10199
10222
|
reqwest: "reqwest";
|
|
10223
|
+
config: "config";
|
|
10200
10224
|
dashmap: "dashmap";
|
|
10201
10225
|
"parking-lot": "parking-lot";
|
|
10202
10226
|
secrecy: "secrecy";
|
|
@@ -10611,8 +10635,8 @@ declare function getAllJsonSchemas(): {
|
|
|
10611
10635
|
}>;
|
|
10612
10636
|
elixirLibraries: z.ZodArray<z.ZodEnum<{
|
|
10613
10637
|
none: "none";
|
|
10614
|
-
broadway: "broadway";
|
|
10615
10638
|
nx: "nx";
|
|
10639
|
+
broadway: "broadway";
|
|
10616
10640
|
}>>;
|
|
10617
10641
|
aiDocs: z.ZodArray<z.ZodEnum<{
|
|
10618
10642
|
none: "none";
|
|
@@ -10623,54 +10647,54 @@ declare function getAllJsonSchemas(): {
|
|
|
10623
10647
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10624
10648
|
id: z.ZodString;
|
|
10625
10649
|
role: z.ZodEnum<{
|
|
10626
|
-
|
|
10627
|
-
backend: "backend";
|
|
10628
|
-
mobile: "mobile";
|
|
10650
|
+
ai: "ai";
|
|
10629
10651
|
database: "database";
|
|
10630
|
-
api: "api";
|
|
10631
10652
|
orm: "orm";
|
|
10632
10653
|
auth: "auth";
|
|
10633
|
-
|
|
10634
|
-
|
|
10654
|
+
payments: "payments";
|
|
10655
|
+
frontend: "frontend";
|
|
10656
|
+
examples: "examples";
|
|
10635
10657
|
dbSetup: "dbSetup";
|
|
10636
|
-
|
|
10637
|
-
|
|
10638
|
-
|
|
10639
|
-
|
|
10640
|
-
email: "email";
|
|
10641
|
-
search: "search";
|
|
10642
|
-
fileStorage: "fileStorage";
|
|
10643
|
-
jobQueue: "jobQueue";
|
|
10644
|
-
rateLimit: "rateLimit";
|
|
10645
|
-
testing: "testing";
|
|
10658
|
+
backend: "backend";
|
|
10659
|
+
runtime: "runtime";
|
|
10660
|
+
api: "api";
|
|
10661
|
+
effect: "effect";
|
|
10646
10662
|
stateManagement: "stateManagement";
|
|
10647
10663
|
forms: "forms";
|
|
10664
|
+
testing: "testing";
|
|
10665
|
+
email: "email";
|
|
10666
|
+
validation: "validation";
|
|
10667
|
+
realtime: "realtime";
|
|
10668
|
+
jobQueue: "jobQueue";
|
|
10648
10669
|
animation: "animation";
|
|
10649
10670
|
fileUpload: "fileUpload";
|
|
10650
|
-
validation: "validation";
|
|
10651
|
-
effect: "effect";
|
|
10652
|
-
ui: "ui";
|
|
10653
|
-
css: "css";
|
|
10654
|
-
storage: "storage";
|
|
10655
|
-
ai: "ai";
|
|
10656
|
-
payments: "payments";
|
|
10657
10671
|
logging: "logging";
|
|
10672
|
+
observability: "observability";
|
|
10658
10673
|
featureFlags: "featureFlags";
|
|
10659
10674
|
analytics: "analytics";
|
|
10660
10675
|
cms: "cms";
|
|
10676
|
+
caching: "caching";
|
|
10677
|
+
rateLimit: "rateLimit";
|
|
10661
10678
|
i18n: "i18n";
|
|
10679
|
+
search: "search";
|
|
10680
|
+
fileStorage: "fileStorage";
|
|
10681
|
+
config: "config";
|
|
10682
|
+
mobile: "mobile";
|
|
10683
|
+
deploy: "deploy";
|
|
10684
|
+
navigation: "navigation";
|
|
10685
|
+
ui: "ui";
|
|
10686
|
+
css: "css";
|
|
10687
|
+
storage: "storage";
|
|
10662
10688
|
documentation: "documentation";
|
|
10663
10689
|
codeQuality: "codeQuality";
|
|
10664
10690
|
appPlatform: "appPlatform";
|
|
10665
10691
|
dataFetching: "dataFetching";
|
|
10666
10692
|
workspaceTooling: "workspaceTooling";
|
|
10667
|
-
examples: "examples";
|
|
10668
10693
|
buildTool: "buildTool";
|
|
10669
10694
|
cli: "cli";
|
|
10670
10695
|
errorHandling: "errorHandling";
|
|
10671
10696
|
httpClient: "httpClient";
|
|
10672
10697
|
libraries: "libraries";
|
|
10673
|
-
config: "config";
|
|
10674
10698
|
templating: "templating";
|
|
10675
10699
|
}>;
|
|
10676
10700
|
toolId: z.ZodString;
|