@better-fullstack/types 2.0.2 → 2.1.0
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-14rSFqF6.d.mts} +2 -2
- package/dist/defaults-14rSFqF6.d.mts.map +1 -0
- package/dist/{defaults-Cy0_ttEE.mjs → defaults-u9UAambo.mjs} +3 -2
- package/dist/defaults-u9UAambo.mjs.map +1 -0
- package/dist/defaults.d.mts +3 -3
- package/dist/defaults.mjs +1 -1
- package/dist/index.d.mts +6 -6
- package/dist/index.mjs +5 -5
- package/dist/json-schema.d.mts +438 -270
- package/dist/json-schema.d.mts.map +1 -1
- package/dist/json-schema.mjs +1 -1
- package/dist/{schemas-D444b8s8.mjs → schemas-Cg75ZlzB.mjs} +24 -4
- package/dist/schemas-Cg75ZlzB.mjs.map +1 -0
- package/dist/{schemas-BTO7jwoE.d.mts → schemas-jMCVu0xX.d.mts} +422 -275
- package/dist/schemas-jMCVu0xX.d.mts.map +1 -0
- package/dist/schemas.d.mts +2 -2
- package/dist/schemas.mjs +2 -2
- package/dist/{stack-graph-DH1m1ONQ.d.mts → stack-graph-CjobAqsm.d.mts} +2 -2
- package/dist/{stack-graph-DH1m1ONQ.d.mts.map → stack-graph-CjobAqsm.d.mts.map} +1 -1
- package/dist/{stack-graph-DXh8F1TL.mjs → stack-graph-D4iCezUq.mjs} +60 -7
- package/dist/stack-graph-D4iCezUq.mjs.map +1 -0
- package/dist/stack-graph.d.mts +3 -3
- package/dist/stack-graph.mjs +2 -2
- package/dist/{stack-translation-Bb3LIDTp.mjs → stack-translation-CAU_sdNI.mjs} +156 -26
- package/dist/stack-translation-CAU_sdNI.mjs.map +1 -0
- package/dist/{stack-translation-LwAKaXg1.d.mts → stack-translation-CjsJzLCX.d.mts} +9 -7
- package/dist/stack-translation-CjsJzLCX.d.mts.map +1 -0
- package/dist/stack-translation.d.mts +4 -4
- package/dist/stack-translation.mjs +3 -3
- package/dist/{types-C4r4ucMM.d.mts → types-DwY2BNyU.d.mts} +4 -3
- package/dist/types-DwY2BNyU.d.mts.map +1 -0
- package/dist/types.d.mts +3 -3
- package/package.json +2 -1
- package/dist/defaults-Cy0_ttEE.mjs.map +0 -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/stack-translation-LwAKaXg1.d.mts.map +0 -1
- package/dist/types-C4r4ucMM.d.mts.map +0 -1
|
@@ -22,54 +22,55 @@ declare const StackPartEcosystemSchema: z.ZodUnion<readonly [z.ZodEnum<{
|
|
|
22
22
|
dotnet: "dotnet";
|
|
23
23
|
}>, z.ZodLiteral<"universal">]>;
|
|
24
24
|
declare const StackPartRoleSchema: z.ZodEnum<{
|
|
25
|
-
|
|
26
|
-
backend: "backend";
|
|
27
|
-
mobile: "mobile";
|
|
25
|
+
ai: "ai";
|
|
28
26
|
database: "database";
|
|
29
|
-
api: "api";
|
|
30
27
|
orm: "orm";
|
|
31
28
|
auth: "auth";
|
|
32
|
-
|
|
33
|
-
|
|
29
|
+
payments: "payments";
|
|
30
|
+
frontend: "frontend";
|
|
31
|
+
examples: "examples";
|
|
34
32
|
dbSetup: "dbSetup";
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
email: "email";
|
|
40
|
-
search: "search";
|
|
41
|
-
fileStorage: "fileStorage";
|
|
42
|
-
jobQueue: "jobQueue";
|
|
43
|
-
rateLimit: "rateLimit";
|
|
44
|
-
testing: "testing";
|
|
33
|
+
backend: "backend";
|
|
34
|
+
runtime: "runtime";
|
|
35
|
+
api: "api";
|
|
36
|
+
effect: "effect";
|
|
45
37
|
stateManagement: "stateManagement";
|
|
46
38
|
forms: "forms";
|
|
39
|
+
testing: "testing";
|
|
40
|
+
email: "email";
|
|
41
|
+
validation: "validation";
|
|
42
|
+
realtime: "realtime";
|
|
43
|
+
jobQueue: "jobQueue";
|
|
47
44
|
animation: "animation";
|
|
48
45
|
fileUpload: "fileUpload";
|
|
49
|
-
validation: "validation";
|
|
50
|
-
effect: "effect";
|
|
51
|
-
ui: "ui";
|
|
52
|
-
css: "css";
|
|
53
|
-
storage: "storage";
|
|
54
|
-
ai: "ai";
|
|
55
|
-
payments: "payments";
|
|
56
46
|
logging: "logging";
|
|
47
|
+
observability: "observability";
|
|
57
48
|
featureFlags: "featureFlags";
|
|
58
49
|
analytics: "analytics";
|
|
59
50
|
cms: "cms";
|
|
51
|
+
caching: "caching";
|
|
52
|
+
rateLimit: "rateLimit";
|
|
60
53
|
i18n: "i18n";
|
|
54
|
+
search: "search";
|
|
55
|
+
vectorDb: "vectorDb";
|
|
56
|
+
fileStorage: "fileStorage";
|
|
57
|
+
config: "config";
|
|
58
|
+
mobile: "mobile";
|
|
59
|
+
deploy: "deploy";
|
|
60
|
+
navigation: "navigation";
|
|
61
|
+
ui: "ui";
|
|
62
|
+
css: "css";
|
|
63
|
+
storage: "storage";
|
|
61
64
|
documentation: "documentation";
|
|
62
65
|
codeQuality: "codeQuality";
|
|
63
66
|
appPlatform: "appPlatform";
|
|
64
67
|
dataFetching: "dataFetching";
|
|
65
68
|
workspaceTooling: "workspaceTooling";
|
|
66
|
-
examples: "examples";
|
|
67
69
|
buildTool: "buildTool";
|
|
68
70
|
cli: "cli";
|
|
69
71
|
errorHandling: "errorHandling";
|
|
70
72
|
httpClient: "httpClient";
|
|
71
73
|
libraries: "libraries";
|
|
72
|
-
config: "config";
|
|
73
74
|
templating: "templating";
|
|
74
75
|
}>;
|
|
75
76
|
declare const StackPartSourceSchema: z.ZodEnum<{
|
|
@@ -82,54 +83,55 @@ declare const StackPartSourceSchema: z.ZodEnum<{
|
|
|
82
83
|
declare const StackPartSchema: z.ZodObject<{
|
|
83
84
|
id: z.ZodString;
|
|
84
85
|
role: z.ZodEnum<{
|
|
85
|
-
|
|
86
|
-
backend: "backend";
|
|
87
|
-
mobile: "mobile";
|
|
86
|
+
ai: "ai";
|
|
88
87
|
database: "database";
|
|
89
|
-
api: "api";
|
|
90
88
|
orm: "orm";
|
|
91
89
|
auth: "auth";
|
|
92
|
-
|
|
93
|
-
|
|
90
|
+
payments: "payments";
|
|
91
|
+
frontend: "frontend";
|
|
92
|
+
examples: "examples";
|
|
94
93
|
dbSetup: "dbSetup";
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
email: "email";
|
|
100
|
-
search: "search";
|
|
101
|
-
fileStorage: "fileStorage";
|
|
102
|
-
jobQueue: "jobQueue";
|
|
103
|
-
rateLimit: "rateLimit";
|
|
104
|
-
testing: "testing";
|
|
94
|
+
backend: "backend";
|
|
95
|
+
runtime: "runtime";
|
|
96
|
+
api: "api";
|
|
97
|
+
effect: "effect";
|
|
105
98
|
stateManagement: "stateManagement";
|
|
106
99
|
forms: "forms";
|
|
100
|
+
testing: "testing";
|
|
101
|
+
email: "email";
|
|
102
|
+
validation: "validation";
|
|
103
|
+
realtime: "realtime";
|
|
104
|
+
jobQueue: "jobQueue";
|
|
107
105
|
animation: "animation";
|
|
108
106
|
fileUpload: "fileUpload";
|
|
109
|
-
validation: "validation";
|
|
110
|
-
effect: "effect";
|
|
111
|
-
ui: "ui";
|
|
112
|
-
css: "css";
|
|
113
|
-
storage: "storage";
|
|
114
|
-
ai: "ai";
|
|
115
|
-
payments: "payments";
|
|
116
107
|
logging: "logging";
|
|
108
|
+
observability: "observability";
|
|
117
109
|
featureFlags: "featureFlags";
|
|
118
110
|
analytics: "analytics";
|
|
119
111
|
cms: "cms";
|
|
112
|
+
caching: "caching";
|
|
113
|
+
rateLimit: "rateLimit";
|
|
120
114
|
i18n: "i18n";
|
|
115
|
+
search: "search";
|
|
116
|
+
vectorDb: "vectorDb";
|
|
117
|
+
fileStorage: "fileStorage";
|
|
118
|
+
config: "config";
|
|
119
|
+
mobile: "mobile";
|
|
120
|
+
deploy: "deploy";
|
|
121
|
+
navigation: "navigation";
|
|
122
|
+
ui: "ui";
|
|
123
|
+
css: "css";
|
|
124
|
+
storage: "storage";
|
|
121
125
|
documentation: "documentation";
|
|
122
126
|
codeQuality: "codeQuality";
|
|
123
127
|
appPlatform: "appPlatform";
|
|
124
128
|
dataFetching: "dataFetching";
|
|
125
129
|
workspaceTooling: "workspaceTooling";
|
|
126
|
-
examples: "examples";
|
|
127
130
|
buildTool: "buildTool";
|
|
128
131
|
cli: "cli";
|
|
129
132
|
errorHandling: "errorHandling";
|
|
130
133
|
httpClient: "httpClient";
|
|
131
134
|
libraries: "libraries";
|
|
132
|
-
config: "config";
|
|
133
135
|
templating: "templating";
|
|
134
136
|
}>;
|
|
135
137
|
toolId: z.ZodString;
|
|
@@ -234,6 +236,7 @@ declare const AddonsSchema: z.ZodEnum<{
|
|
|
234
236
|
mcp: "mcp";
|
|
235
237
|
skills: "skills";
|
|
236
238
|
turborepo: "turborepo";
|
|
239
|
+
nx: "nx";
|
|
237
240
|
fumadocs: "fumadocs";
|
|
238
241
|
ultracite: "ultracite";
|
|
239
242
|
oxlint: "oxlint";
|
|
@@ -248,11 +251,13 @@ declare const AddonsSchema: z.ZodEnum<{
|
|
|
248
251
|
"tanstack-db": "tanstack-db";
|
|
249
252
|
"tanstack-pacer": "tanstack-pacer";
|
|
250
253
|
"backend-utils": "backend-utils";
|
|
254
|
+
devcontainer: "devcontainer";
|
|
251
255
|
"docker-compose": "docker-compose";
|
|
256
|
+
"github-actions": "github-actions";
|
|
252
257
|
}>;
|
|
253
258
|
declare const ExamplesSchema: z.ZodEnum<{
|
|
254
|
-
ai: "ai";
|
|
255
259
|
none: "none";
|
|
260
|
+
ai: "ai";
|
|
256
261
|
"chat-sdk": "chat-sdk";
|
|
257
262
|
"tanstack-showcase": "tanstack-showcase";
|
|
258
263
|
}>;
|
|
@@ -286,6 +291,8 @@ declare const APISchema: z.ZodEnum<{
|
|
|
286
291
|
"ts-rest": "ts-rest";
|
|
287
292
|
garph: "garph";
|
|
288
293
|
"graphql-yoga": "graphql-yoga";
|
|
294
|
+
"apollo-server": "apollo-server";
|
|
295
|
+
openapi: "openapi";
|
|
289
296
|
}>;
|
|
290
297
|
declare const AuthSchema: z.ZodEnum<{
|
|
291
298
|
none: "none";
|
|
@@ -345,8 +352,8 @@ declare const AISchema: z.ZodEnum<{
|
|
|
345
352
|
"ai-cli": "ai-cli";
|
|
346
353
|
}>;
|
|
347
354
|
declare const EffectSchema: z.ZodEnum<{
|
|
348
|
-
effect: "effect";
|
|
349
355
|
none: "none";
|
|
356
|
+
effect: "effect";
|
|
350
357
|
"effect-full": "effect-full";
|
|
351
358
|
}>;
|
|
352
359
|
declare const StateManagementSchema: z.ZodEnum<{
|
|
@@ -422,6 +429,7 @@ declare const CMSSchema: z.ZodEnum<{
|
|
|
422
429
|
strapi: "strapi";
|
|
423
430
|
tinacms: "tinacms";
|
|
424
431
|
directus: "directus";
|
|
432
|
+
keystatic: "keystatic";
|
|
425
433
|
}>;
|
|
426
434
|
declare const CachingSchema: z.ZodEnum<{
|
|
427
435
|
none: "none";
|
|
@@ -434,6 +442,7 @@ declare const RateLimitSchema: z.ZodEnum<{
|
|
|
434
442
|
}>;
|
|
435
443
|
declare const I18nSchema: z.ZodEnum<{
|
|
436
444
|
none: "none";
|
|
445
|
+
paraglide: "paraglide";
|
|
437
446
|
i18next: "i18next";
|
|
438
447
|
"next-intl": "next-intl";
|
|
439
448
|
}>;
|
|
@@ -442,8 +451,16 @@ declare const SearchSchema: z.ZodEnum<{
|
|
|
442
451
|
meilisearch: "meilisearch";
|
|
443
452
|
typesense: "typesense";
|
|
444
453
|
elasticsearch: "elasticsearch";
|
|
454
|
+
opensearch: "opensearch";
|
|
445
455
|
algolia: "algolia";
|
|
446
456
|
}>;
|
|
457
|
+
declare const VectorDbSchema: z.ZodEnum<{
|
|
458
|
+
none: "none";
|
|
459
|
+
pgvector: "pgvector";
|
|
460
|
+
qdrant: "qdrant";
|
|
461
|
+
chroma: "chroma";
|
|
462
|
+
pinecone: "pinecone";
|
|
463
|
+
}>;
|
|
447
464
|
declare const FileStorageSchema: z.ZodEnum<{
|
|
448
465
|
none: "none";
|
|
449
466
|
s3: "s3";
|
|
@@ -499,9 +516,9 @@ declare const MobileNavigationSchema: z.ZodEnum<{
|
|
|
499
516
|
}>;
|
|
500
517
|
declare const MobileUISchema: z.ZodEnum<{
|
|
501
518
|
none: "none";
|
|
519
|
+
uniwind: "uniwind";
|
|
502
520
|
tamagui: "tamagui";
|
|
503
521
|
"gluestack-ui": "gluestack-ui";
|
|
504
|
-
uniwind: "uniwind";
|
|
505
522
|
unistyles: "unistyles";
|
|
506
523
|
}>;
|
|
507
524
|
declare const MobileStorageSchema: z.ZodEnum<{
|
|
@@ -554,12 +571,12 @@ declare const RustCliSchema: z.ZodEnum<{
|
|
|
554
571
|
ratatui: "ratatui";
|
|
555
572
|
}>;
|
|
556
573
|
declare const RustLibrariesSchema: z.ZodEnum<{
|
|
557
|
-
config: "config";
|
|
558
574
|
none: "none";
|
|
559
575
|
serde: "serde";
|
|
560
576
|
uuid: "uuid";
|
|
561
577
|
chrono: "chrono";
|
|
562
578
|
reqwest: "reqwest";
|
|
579
|
+
config: "config";
|
|
563
580
|
dashmap: "dashmap";
|
|
564
581
|
"parking-lot": "parking-lot";
|
|
565
582
|
secrecy: "secrecy";
|
|
@@ -913,8 +930,8 @@ declare const ElixirApiSchema: z.ZodEnum<{
|
|
|
913
930
|
}>;
|
|
914
931
|
declare const ElixirLibrariesSchema: z.ZodEnum<{
|
|
915
932
|
none: "none";
|
|
916
|
-
broadway: "broadway";
|
|
917
933
|
nx: "nx";
|
|
934
|
+
broadway: "broadway";
|
|
918
935
|
}>;
|
|
919
936
|
declare const ElixirRealtimeSchema: z.ZodEnum<{
|
|
920
937
|
none: "none";
|
|
@@ -1073,34 +1090,34 @@ declare const ShadcnFontSchema: z.ZodEnum<{
|
|
|
1073
1090
|
"geist-mono": "geist-mono";
|
|
1074
1091
|
}>;
|
|
1075
1092
|
declare const ShadcnRadiusSchema: z.ZodEnum<{
|
|
1076
|
-
default: "default";
|
|
1077
1093
|
none: "none";
|
|
1094
|
+
default: "default";
|
|
1078
1095
|
small: "small";
|
|
1079
1096
|
medium: "medium";
|
|
1080
1097
|
large: "large";
|
|
1081
1098
|
}>;
|
|
1082
1099
|
declare const DirectoryConflictSchema: z.ZodEnum<{
|
|
1083
|
-
error: "error";
|
|
1084
1100
|
merge: "merge";
|
|
1085
1101
|
overwrite: "overwrite";
|
|
1086
1102
|
increment: "increment";
|
|
1103
|
+
error: "error";
|
|
1087
1104
|
}>;
|
|
1088
1105
|
declare const TemplateSchema: z.ZodEnum<{
|
|
1089
1106
|
none: "none";
|
|
1090
|
-
uniwind: "uniwind";
|
|
1091
1107
|
mern: "mern";
|
|
1092
1108
|
pern: "pern";
|
|
1093
1109
|
t3: "t3";
|
|
1110
|
+
uniwind: "uniwind";
|
|
1094
1111
|
}>;
|
|
1095
1112
|
declare const ProjectNameSchema: z.ZodString;
|
|
1096
1113
|
declare const CreateInputSchema: z.ZodObject<{
|
|
1097
1114
|
projectName: z.ZodOptional<z.ZodString>;
|
|
1098
1115
|
template: z.ZodOptional<z.ZodEnum<{
|
|
1099
1116
|
none: "none";
|
|
1100
|
-
uniwind: "uniwind";
|
|
1101
1117
|
mern: "mern";
|
|
1102
1118
|
pern: "pern";
|
|
1103
1119
|
t3: "t3";
|
|
1120
|
+
uniwind: "uniwind";
|
|
1104
1121
|
}>>;
|
|
1105
1122
|
yes: z.ZodOptional<z.ZodBoolean>;
|
|
1106
1123
|
yolo: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1190,6 +1207,7 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1190
1207
|
mcp: "mcp";
|
|
1191
1208
|
skills: "skills";
|
|
1192
1209
|
turborepo: "turborepo";
|
|
1210
|
+
nx: "nx";
|
|
1193
1211
|
fumadocs: "fumadocs";
|
|
1194
1212
|
ultracite: "ultracite";
|
|
1195
1213
|
oxlint: "oxlint";
|
|
@@ -1204,11 +1222,13 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1204
1222
|
"tanstack-db": "tanstack-db";
|
|
1205
1223
|
"tanstack-pacer": "tanstack-pacer";
|
|
1206
1224
|
"backend-utils": "backend-utils";
|
|
1225
|
+
devcontainer: "devcontainer";
|
|
1207
1226
|
"docker-compose": "docker-compose";
|
|
1227
|
+
"github-actions": "github-actions";
|
|
1208
1228
|
}>>>;
|
|
1209
1229
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1210
|
-
ai: "ai";
|
|
1211
1230
|
none: "none";
|
|
1231
|
+
ai: "ai";
|
|
1212
1232
|
"chat-sdk": "chat-sdk";
|
|
1213
1233
|
"tanstack-showcase": "tanstack-showcase";
|
|
1214
1234
|
}>>>;
|
|
@@ -1264,6 +1284,8 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1264
1284
|
"ts-rest": "ts-rest";
|
|
1265
1285
|
garph: "garph";
|
|
1266
1286
|
"graphql-yoga": "graphql-yoga";
|
|
1287
|
+
"apollo-server": "apollo-server";
|
|
1288
|
+
openapi: "openapi";
|
|
1267
1289
|
}>>;
|
|
1268
1290
|
webDeploy: z.ZodOptional<z.ZodEnum<{
|
|
1269
1291
|
none: "none";
|
|
@@ -1288,10 +1310,10 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1288
1310
|
vercel: "vercel";
|
|
1289
1311
|
}>>;
|
|
1290
1312
|
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
1291
|
-
error: "error";
|
|
1292
1313
|
merge: "merge";
|
|
1293
1314
|
overwrite: "overwrite";
|
|
1294
1315
|
increment: "increment";
|
|
1316
|
+
error: "error";
|
|
1295
1317
|
}>>;
|
|
1296
1318
|
renderTitle: z.ZodOptional<z.ZodBoolean>;
|
|
1297
1319
|
disableAnalytics: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1318,8 +1340,8 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1318
1340
|
"ai-cli": "ai-cli";
|
|
1319
1341
|
}>>;
|
|
1320
1342
|
effect: z.ZodOptional<z.ZodEnum<{
|
|
1321
|
-
effect: "effect";
|
|
1322
1343
|
none: "none";
|
|
1344
|
+
effect: "effect";
|
|
1323
1345
|
"effect-full": "effect-full";
|
|
1324
1346
|
}>>;
|
|
1325
1347
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
@@ -1452,8 +1474,8 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1452
1474
|
"geist-mono": "geist-mono";
|
|
1453
1475
|
}>>;
|
|
1454
1476
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
1455
|
-
default: "default";
|
|
1456
1477
|
none: "none";
|
|
1478
|
+
default: "default";
|
|
1457
1479
|
small: "small";
|
|
1458
1480
|
medium: "medium";
|
|
1459
1481
|
large: "large";
|
|
@@ -1533,6 +1555,7 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1533
1555
|
strapi: "strapi";
|
|
1534
1556
|
tinacms: "tinacms";
|
|
1535
1557
|
directus: "directus";
|
|
1558
|
+
keystatic: "keystatic";
|
|
1536
1559
|
}>>;
|
|
1537
1560
|
caching: z.ZodOptional<z.ZodEnum<{
|
|
1538
1561
|
none: "none";
|
|
@@ -1545,6 +1568,7 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1545
1568
|
}>>;
|
|
1546
1569
|
i18n: z.ZodOptional<z.ZodEnum<{
|
|
1547
1570
|
none: "none";
|
|
1571
|
+
paraglide: "paraglide";
|
|
1548
1572
|
i18next: "i18next";
|
|
1549
1573
|
"next-intl": "next-intl";
|
|
1550
1574
|
}>>;
|
|
@@ -1553,8 +1577,16 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1553
1577
|
meilisearch: "meilisearch";
|
|
1554
1578
|
typesense: "typesense";
|
|
1555
1579
|
elasticsearch: "elasticsearch";
|
|
1580
|
+
opensearch: "opensearch";
|
|
1556
1581
|
algolia: "algolia";
|
|
1557
1582
|
}>>;
|
|
1583
|
+
vectorDb: z.ZodOptional<z.ZodEnum<{
|
|
1584
|
+
none: "none";
|
|
1585
|
+
pgvector: "pgvector";
|
|
1586
|
+
qdrant: "qdrant";
|
|
1587
|
+
chroma: "chroma";
|
|
1588
|
+
pinecone: "pinecone";
|
|
1589
|
+
}>>;
|
|
1558
1590
|
fileStorage: z.ZodOptional<z.ZodEnum<{
|
|
1559
1591
|
none: "none";
|
|
1560
1592
|
s3: "s3";
|
|
@@ -1568,9 +1600,9 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1568
1600
|
}>>;
|
|
1569
1601
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
1570
1602
|
none: "none";
|
|
1603
|
+
uniwind: "uniwind";
|
|
1571
1604
|
tamagui: "tamagui";
|
|
1572
1605
|
"gluestack-ui": "gluestack-ui";
|
|
1573
|
-
uniwind: "uniwind";
|
|
1574
1606
|
unistyles: "unistyles";
|
|
1575
1607
|
}>>;
|
|
1576
1608
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -1623,12 +1655,12 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1623
1655
|
ratatui: "ratatui";
|
|
1624
1656
|
}>>;
|
|
1625
1657
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1626
|
-
config: "config";
|
|
1627
1658
|
none: "none";
|
|
1628
1659
|
serde: "serde";
|
|
1629
1660
|
uuid: "uuid";
|
|
1630
1661
|
chrono: "chrono";
|
|
1631
1662
|
reqwest: "reqwest";
|
|
1663
|
+
config: "config";
|
|
1632
1664
|
dashmap: "dashmap";
|
|
1633
1665
|
"parking-lot": "parking-lot";
|
|
1634
1666
|
secrecy: "secrecy";
|
|
@@ -2043,8 +2075,8 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
2043
2075
|
}>>;
|
|
2044
2076
|
elixirLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2045
2077
|
none: "none";
|
|
2046
|
-
broadway: "broadway";
|
|
2047
2078
|
nx: "nx";
|
|
2079
|
+
broadway: "broadway";
|
|
2048
2080
|
}>>>;
|
|
2049
2081
|
aiDocs: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2050
2082
|
none: "none";
|
|
@@ -2067,6 +2099,7 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
2067
2099
|
mcp: "mcp";
|
|
2068
2100
|
skills: "skills";
|
|
2069
2101
|
turborepo: "turborepo";
|
|
2102
|
+
nx: "nx";
|
|
2070
2103
|
fumadocs: "fumadocs";
|
|
2071
2104
|
ultracite: "ultracite";
|
|
2072
2105
|
oxlint: "oxlint";
|
|
@@ -2081,7 +2114,9 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
2081
2114
|
"tanstack-db": "tanstack-db";
|
|
2082
2115
|
"tanstack-pacer": "tanstack-pacer";
|
|
2083
2116
|
"backend-utils": "backend-utils";
|
|
2117
|
+
devcontainer: "devcontainer";
|
|
2084
2118
|
"docker-compose": "docker-compose";
|
|
2119
|
+
"github-actions": "github-actions";
|
|
2085
2120
|
}>>>;
|
|
2086
2121
|
webDeploy: z.ZodOptional<z.ZodEnum<{
|
|
2087
2122
|
none: "none";
|
|
@@ -2118,10 +2153,10 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
2118
2153
|
projectName: z.ZodOptional<z.ZodString>;
|
|
2119
2154
|
template: z.ZodOptional<z.ZodEnum<{
|
|
2120
2155
|
none: "none";
|
|
2121
|
-
uniwind: "uniwind";
|
|
2122
2156
|
mern: "mern";
|
|
2123
2157
|
pern: "pern";
|
|
2124
2158
|
t3: "t3";
|
|
2159
|
+
uniwind: "uniwind";
|
|
2125
2160
|
}>>;
|
|
2126
2161
|
yes: z.ZodOptional<z.ZodBoolean>;
|
|
2127
2162
|
yolo: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2211,6 +2246,7 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
2211
2246
|
mcp: "mcp";
|
|
2212
2247
|
skills: "skills";
|
|
2213
2248
|
turborepo: "turborepo";
|
|
2249
|
+
nx: "nx";
|
|
2214
2250
|
fumadocs: "fumadocs";
|
|
2215
2251
|
ultracite: "ultracite";
|
|
2216
2252
|
oxlint: "oxlint";
|
|
@@ -2225,11 +2261,13 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
2225
2261
|
"tanstack-db": "tanstack-db";
|
|
2226
2262
|
"tanstack-pacer": "tanstack-pacer";
|
|
2227
2263
|
"backend-utils": "backend-utils";
|
|
2264
|
+
devcontainer: "devcontainer";
|
|
2228
2265
|
"docker-compose": "docker-compose";
|
|
2266
|
+
"github-actions": "github-actions";
|
|
2229
2267
|
}>>>;
|
|
2230
2268
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2231
|
-
ai: "ai";
|
|
2232
2269
|
none: "none";
|
|
2270
|
+
ai: "ai";
|
|
2233
2271
|
"chat-sdk": "chat-sdk";
|
|
2234
2272
|
"tanstack-showcase": "tanstack-showcase";
|
|
2235
2273
|
}>>>;
|
|
@@ -2285,6 +2323,8 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
2285
2323
|
"ts-rest": "ts-rest";
|
|
2286
2324
|
garph: "garph";
|
|
2287
2325
|
"graphql-yoga": "graphql-yoga";
|
|
2326
|
+
"apollo-server": "apollo-server";
|
|
2327
|
+
openapi: "openapi";
|
|
2288
2328
|
}>>;
|
|
2289
2329
|
webDeploy: z.ZodOptional<z.ZodEnum<{
|
|
2290
2330
|
none: "none";
|
|
@@ -2309,10 +2349,10 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
2309
2349
|
vercel: "vercel";
|
|
2310
2350
|
}>>;
|
|
2311
2351
|
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
2312
|
-
error: "error";
|
|
2313
2352
|
merge: "merge";
|
|
2314
2353
|
overwrite: "overwrite";
|
|
2315
2354
|
increment: "increment";
|
|
2355
|
+
error: "error";
|
|
2316
2356
|
}>>;
|
|
2317
2357
|
renderTitle: z.ZodOptional<z.ZodBoolean>;
|
|
2318
2358
|
disableAnalytics: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2339,8 +2379,8 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
2339
2379
|
"ai-cli": "ai-cli";
|
|
2340
2380
|
}>>;
|
|
2341
2381
|
effect: z.ZodOptional<z.ZodEnum<{
|
|
2342
|
-
effect: "effect";
|
|
2343
2382
|
none: "none";
|
|
2383
|
+
effect: "effect";
|
|
2344
2384
|
"effect-full": "effect-full";
|
|
2345
2385
|
}>>;
|
|
2346
2386
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
@@ -2473,8 +2513,8 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
2473
2513
|
"geist-mono": "geist-mono";
|
|
2474
2514
|
}>>;
|
|
2475
2515
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
2476
|
-
default: "default";
|
|
2477
2516
|
none: "none";
|
|
2517
|
+
default: "default";
|
|
2478
2518
|
small: "small";
|
|
2479
2519
|
medium: "medium";
|
|
2480
2520
|
large: "large";
|
|
@@ -2554,6 +2594,7 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
2554
2594
|
strapi: "strapi";
|
|
2555
2595
|
tinacms: "tinacms";
|
|
2556
2596
|
directus: "directus";
|
|
2597
|
+
keystatic: "keystatic";
|
|
2557
2598
|
}>>;
|
|
2558
2599
|
caching: z.ZodOptional<z.ZodEnum<{
|
|
2559
2600
|
none: "none";
|
|
@@ -2566,6 +2607,7 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
2566
2607
|
}>>;
|
|
2567
2608
|
i18n: z.ZodOptional<z.ZodEnum<{
|
|
2568
2609
|
none: "none";
|
|
2610
|
+
paraglide: "paraglide";
|
|
2569
2611
|
i18next: "i18next";
|
|
2570
2612
|
"next-intl": "next-intl";
|
|
2571
2613
|
}>>;
|
|
@@ -2574,8 +2616,16 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
2574
2616
|
meilisearch: "meilisearch";
|
|
2575
2617
|
typesense: "typesense";
|
|
2576
2618
|
elasticsearch: "elasticsearch";
|
|
2619
|
+
opensearch: "opensearch";
|
|
2577
2620
|
algolia: "algolia";
|
|
2578
2621
|
}>>;
|
|
2622
|
+
vectorDb: z.ZodOptional<z.ZodEnum<{
|
|
2623
|
+
none: "none";
|
|
2624
|
+
pgvector: "pgvector";
|
|
2625
|
+
qdrant: "qdrant";
|
|
2626
|
+
chroma: "chroma";
|
|
2627
|
+
pinecone: "pinecone";
|
|
2628
|
+
}>>;
|
|
2579
2629
|
fileStorage: z.ZodOptional<z.ZodEnum<{
|
|
2580
2630
|
none: "none";
|
|
2581
2631
|
s3: "s3";
|
|
@@ -2589,9 +2639,9 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
2589
2639
|
}>>;
|
|
2590
2640
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
2591
2641
|
none: "none";
|
|
2642
|
+
uniwind: "uniwind";
|
|
2592
2643
|
tamagui: "tamagui";
|
|
2593
2644
|
"gluestack-ui": "gluestack-ui";
|
|
2594
|
-
uniwind: "uniwind";
|
|
2595
2645
|
unistyles: "unistyles";
|
|
2596
2646
|
}>>;
|
|
2597
2647
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -2644,12 +2694,12 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
2644
2694
|
ratatui: "ratatui";
|
|
2645
2695
|
}>>;
|
|
2646
2696
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2647
|
-
config: "config";
|
|
2648
2697
|
none: "none";
|
|
2649
2698
|
serde: "serde";
|
|
2650
2699
|
uuid: "uuid";
|
|
2651
2700
|
chrono: "chrono";
|
|
2652
2701
|
reqwest: "reqwest";
|
|
2702
|
+
config: "config";
|
|
2653
2703
|
dashmap: "dashmap";
|
|
2654
2704
|
"parking-lot": "parking-lot";
|
|
2655
2705
|
secrecy: "secrecy";
|
|
@@ -3064,8 +3114,8 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
3064
3114
|
}>>;
|
|
3065
3115
|
elixirLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3066
3116
|
none: "none";
|
|
3067
|
-
broadway: "broadway";
|
|
3068
3117
|
nx: "nx";
|
|
3118
|
+
broadway: "broadway";
|
|
3069
3119
|
}>>>;
|
|
3070
3120
|
aiDocs: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3071
3121
|
none: "none";
|
|
@@ -3162,6 +3212,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
3162
3212
|
mcp: "mcp";
|
|
3163
3213
|
skills: "skills";
|
|
3164
3214
|
turborepo: "turborepo";
|
|
3215
|
+
nx: "nx";
|
|
3165
3216
|
fumadocs: "fumadocs";
|
|
3166
3217
|
ultracite: "ultracite";
|
|
3167
3218
|
oxlint: "oxlint";
|
|
@@ -3176,11 +3227,13 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
3176
3227
|
"tanstack-db": "tanstack-db";
|
|
3177
3228
|
"tanstack-pacer": "tanstack-pacer";
|
|
3178
3229
|
"backend-utils": "backend-utils";
|
|
3230
|
+
devcontainer: "devcontainer";
|
|
3179
3231
|
"docker-compose": "docker-compose";
|
|
3232
|
+
"github-actions": "github-actions";
|
|
3180
3233
|
}>>;
|
|
3181
3234
|
examples: z.ZodArray<z.ZodEnum<{
|
|
3182
|
-
ai: "ai";
|
|
3183
3235
|
none: "none";
|
|
3236
|
+
ai: "ai";
|
|
3184
3237
|
"chat-sdk": "chat-sdk";
|
|
3185
3238
|
"tanstack-showcase": "tanstack-showcase";
|
|
3186
3239
|
}>>;
|
|
@@ -3237,6 +3290,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
3237
3290
|
"ts-rest": "ts-rest";
|
|
3238
3291
|
garph: "garph";
|
|
3239
3292
|
"graphql-yoga": "graphql-yoga";
|
|
3293
|
+
"apollo-server": "apollo-server";
|
|
3294
|
+
openapi: "openapi";
|
|
3240
3295
|
}>;
|
|
3241
3296
|
webDeploy: z.ZodEnum<{
|
|
3242
3297
|
none: "none";
|
|
@@ -3282,8 +3337,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
3282
3337
|
"ai-cli": "ai-cli";
|
|
3283
3338
|
}>;
|
|
3284
3339
|
effect: z.ZodEnum<{
|
|
3285
|
-
effect: "effect";
|
|
3286
3340
|
none: "none";
|
|
3341
|
+
effect: "effect";
|
|
3287
3342
|
"effect-full": "effect-full";
|
|
3288
3343
|
}>;
|
|
3289
3344
|
stateManagement: z.ZodEnum<{
|
|
@@ -3416,8 +3471,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
3416
3471
|
"geist-mono": "geist-mono";
|
|
3417
3472
|
}>>;
|
|
3418
3473
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
3419
|
-
default: "default";
|
|
3420
3474
|
none: "none";
|
|
3475
|
+
default: "default";
|
|
3421
3476
|
small: "small";
|
|
3422
3477
|
medium: "medium";
|
|
3423
3478
|
large: "large";
|
|
@@ -3497,6 +3552,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
3497
3552
|
strapi: "strapi";
|
|
3498
3553
|
tinacms: "tinacms";
|
|
3499
3554
|
directus: "directus";
|
|
3555
|
+
keystatic: "keystatic";
|
|
3500
3556
|
}>;
|
|
3501
3557
|
caching: z.ZodEnum<{
|
|
3502
3558
|
none: "none";
|
|
@@ -3509,6 +3565,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
3509
3565
|
}>;
|
|
3510
3566
|
i18n: z.ZodEnum<{
|
|
3511
3567
|
none: "none";
|
|
3568
|
+
paraglide: "paraglide";
|
|
3512
3569
|
i18next: "i18next";
|
|
3513
3570
|
"next-intl": "next-intl";
|
|
3514
3571
|
}>;
|
|
@@ -3517,8 +3574,16 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
3517
3574
|
meilisearch: "meilisearch";
|
|
3518
3575
|
typesense: "typesense";
|
|
3519
3576
|
elasticsearch: "elasticsearch";
|
|
3577
|
+
opensearch: "opensearch";
|
|
3520
3578
|
algolia: "algolia";
|
|
3521
3579
|
}>;
|
|
3580
|
+
vectorDb: z.ZodEnum<{
|
|
3581
|
+
none: "none";
|
|
3582
|
+
pgvector: "pgvector";
|
|
3583
|
+
qdrant: "qdrant";
|
|
3584
|
+
chroma: "chroma";
|
|
3585
|
+
pinecone: "pinecone";
|
|
3586
|
+
}>;
|
|
3522
3587
|
fileStorage: z.ZodEnum<{
|
|
3523
3588
|
none: "none";
|
|
3524
3589
|
s3: "s3";
|
|
@@ -3532,9 +3597,9 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
3532
3597
|
}>;
|
|
3533
3598
|
mobileUI: z.ZodEnum<{
|
|
3534
3599
|
none: "none";
|
|
3600
|
+
uniwind: "uniwind";
|
|
3535
3601
|
tamagui: "tamagui";
|
|
3536
3602
|
"gluestack-ui": "gluestack-ui";
|
|
3537
|
-
uniwind: "uniwind";
|
|
3538
3603
|
unistyles: "unistyles";
|
|
3539
3604
|
}>;
|
|
3540
3605
|
mobileStorage: z.ZodEnum<{
|
|
@@ -3587,12 +3652,12 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
3587
3652
|
ratatui: "ratatui";
|
|
3588
3653
|
}>;
|
|
3589
3654
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
3590
|
-
config: "config";
|
|
3591
3655
|
none: "none";
|
|
3592
3656
|
serde: "serde";
|
|
3593
3657
|
uuid: "uuid";
|
|
3594
3658
|
chrono: "chrono";
|
|
3595
3659
|
reqwest: "reqwest";
|
|
3660
|
+
config: "config";
|
|
3596
3661
|
dashmap: "dashmap";
|
|
3597
3662
|
"parking-lot": "parking-lot";
|
|
3598
3663
|
secrecy: "secrecy";
|
|
@@ -4007,8 +4072,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
4007
4072
|
}>;
|
|
4008
4073
|
elixirLibraries: z.ZodArray<z.ZodEnum<{
|
|
4009
4074
|
none: "none";
|
|
4010
|
-
broadway: "broadway";
|
|
4011
4075
|
nx: "nx";
|
|
4076
|
+
broadway: "broadway";
|
|
4012
4077
|
}>>;
|
|
4013
4078
|
aiDocs: z.ZodArray<z.ZodEnum<{
|
|
4014
4079
|
none: "none";
|
|
@@ -4019,54 +4084,55 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
4019
4084
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4020
4085
|
id: z.ZodString;
|
|
4021
4086
|
role: z.ZodEnum<{
|
|
4022
|
-
|
|
4023
|
-
backend: "backend";
|
|
4024
|
-
mobile: "mobile";
|
|
4087
|
+
ai: "ai";
|
|
4025
4088
|
database: "database";
|
|
4026
|
-
api: "api";
|
|
4027
4089
|
orm: "orm";
|
|
4028
4090
|
auth: "auth";
|
|
4029
|
-
|
|
4030
|
-
|
|
4091
|
+
payments: "payments";
|
|
4092
|
+
frontend: "frontend";
|
|
4093
|
+
examples: "examples";
|
|
4031
4094
|
dbSetup: "dbSetup";
|
|
4032
|
-
|
|
4033
|
-
|
|
4034
|
-
|
|
4035
|
-
|
|
4036
|
-
email: "email";
|
|
4037
|
-
search: "search";
|
|
4038
|
-
fileStorage: "fileStorage";
|
|
4039
|
-
jobQueue: "jobQueue";
|
|
4040
|
-
rateLimit: "rateLimit";
|
|
4041
|
-
testing: "testing";
|
|
4095
|
+
backend: "backend";
|
|
4096
|
+
runtime: "runtime";
|
|
4097
|
+
api: "api";
|
|
4098
|
+
effect: "effect";
|
|
4042
4099
|
stateManagement: "stateManagement";
|
|
4043
4100
|
forms: "forms";
|
|
4101
|
+
testing: "testing";
|
|
4102
|
+
email: "email";
|
|
4103
|
+
validation: "validation";
|
|
4104
|
+
realtime: "realtime";
|
|
4105
|
+
jobQueue: "jobQueue";
|
|
4044
4106
|
animation: "animation";
|
|
4045
4107
|
fileUpload: "fileUpload";
|
|
4046
|
-
validation: "validation";
|
|
4047
|
-
effect: "effect";
|
|
4048
|
-
ui: "ui";
|
|
4049
|
-
css: "css";
|
|
4050
|
-
storage: "storage";
|
|
4051
|
-
ai: "ai";
|
|
4052
|
-
payments: "payments";
|
|
4053
4108
|
logging: "logging";
|
|
4109
|
+
observability: "observability";
|
|
4054
4110
|
featureFlags: "featureFlags";
|
|
4055
4111
|
analytics: "analytics";
|
|
4056
4112
|
cms: "cms";
|
|
4113
|
+
caching: "caching";
|
|
4114
|
+
rateLimit: "rateLimit";
|
|
4057
4115
|
i18n: "i18n";
|
|
4116
|
+
search: "search";
|
|
4117
|
+
vectorDb: "vectorDb";
|
|
4118
|
+
fileStorage: "fileStorage";
|
|
4119
|
+
config: "config";
|
|
4120
|
+
mobile: "mobile";
|
|
4121
|
+
deploy: "deploy";
|
|
4122
|
+
navigation: "navigation";
|
|
4123
|
+
ui: "ui";
|
|
4124
|
+
css: "css";
|
|
4125
|
+
storage: "storage";
|
|
4058
4126
|
documentation: "documentation";
|
|
4059
4127
|
codeQuality: "codeQuality";
|
|
4060
4128
|
appPlatform: "appPlatform";
|
|
4061
4129
|
dataFetching: "dataFetching";
|
|
4062
4130
|
workspaceTooling: "workspaceTooling";
|
|
4063
|
-
examples: "examples";
|
|
4064
4131
|
buildTool: "buildTool";
|
|
4065
4132
|
cli: "cli";
|
|
4066
4133
|
errorHandling: "errorHandling";
|
|
4067
4134
|
httpClient: "httpClient";
|
|
4068
4135
|
libraries: "libraries";
|
|
4069
|
-
config: "config";
|
|
4070
4136
|
templating: "templating";
|
|
4071
4137
|
}>;
|
|
4072
4138
|
toolId: z.ZodString;
|
|
@@ -4180,6 +4246,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
4180
4246
|
mcp: "mcp";
|
|
4181
4247
|
skills: "skills";
|
|
4182
4248
|
turborepo: "turborepo";
|
|
4249
|
+
nx: "nx";
|
|
4183
4250
|
fumadocs: "fumadocs";
|
|
4184
4251
|
ultracite: "ultracite";
|
|
4185
4252
|
oxlint: "oxlint";
|
|
@@ -4194,11 +4261,13 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
4194
4261
|
"tanstack-db": "tanstack-db";
|
|
4195
4262
|
"tanstack-pacer": "tanstack-pacer";
|
|
4196
4263
|
"backend-utils": "backend-utils";
|
|
4264
|
+
devcontainer: "devcontainer";
|
|
4197
4265
|
"docker-compose": "docker-compose";
|
|
4266
|
+
"github-actions": "github-actions";
|
|
4198
4267
|
}>>;
|
|
4199
4268
|
examples: z.ZodArray<z.ZodEnum<{
|
|
4200
|
-
ai: "ai";
|
|
4201
4269
|
none: "none";
|
|
4270
|
+
ai: "ai";
|
|
4202
4271
|
"chat-sdk": "chat-sdk";
|
|
4203
4272
|
"tanstack-showcase": "tanstack-showcase";
|
|
4204
4273
|
}>>;
|
|
@@ -4253,6 +4322,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
4253
4322
|
"ts-rest": "ts-rest";
|
|
4254
4323
|
garph: "garph";
|
|
4255
4324
|
"graphql-yoga": "graphql-yoga";
|
|
4325
|
+
"apollo-server": "apollo-server";
|
|
4326
|
+
openapi: "openapi";
|
|
4256
4327
|
}>;
|
|
4257
4328
|
webDeploy: z.ZodEnum<{
|
|
4258
4329
|
none: "none";
|
|
@@ -4298,8 +4369,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
4298
4369
|
"ai-cli": "ai-cli";
|
|
4299
4370
|
}>;
|
|
4300
4371
|
effect: z.ZodEnum<{
|
|
4301
|
-
effect: "effect";
|
|
4302
4372
|
none: "none";
|
|
4373
|
+
effect: "effect";
|
|
4303
4374
|
"effect-full": "effect-full";
|
|
4304
4375
|
}>;
|
|
4305
4376
|
stateManagement: z.ZodEnum<{
|
|
@@ -4432,8 +4503,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
4432
4503
|
"geist-mono": "geist-mono";
|
|
4433
4504
|
}>>;
|
|
4434
4505
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
4435
|
-
default: "default";
|
|
4436
4506
|
none: "none";
|
|
4507
|
+
default: "default";
|
|
4437
4508
|
small: "small";
|
|
4438
4509
|
medium: "medium";
|
|
4439
4510
|
large: "large";
|
|
@@ -4513,6 +4584,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
4513
4584
|
strapi: "strapi";
|
|
4514
4585
|
tinacms: "tinacms";
|
|
4515
4586
|
directus: "directus";
|
|
4587
|
+
keystatic: "keystatic";
|
|
4516
4588
|
}>;
|
|
4517
4589
|
caching: z.ZodEnum<{
|
|
4518
4590
|
none: "none";
|
|
@@ -4525,6 +4597,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
4525
4597
|
}>;
|
|
4526
4598
|
i18n: z.ZodEnum<{
|
|
4527
4599
|
none: "none";
|
|
4600
|
+
paraglide: "paraglide";
|
|
4528
4601
|
i18next: "i18next";
|
|
4529
4602
|
"next-intl": "next-intl";
|
|
4530
4603
|
}>;
|
|
@@ -4533,8 +4606,16 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
4533
4606
|
meilisearch: "meilisearch";
|
|
4534
4607
|
typesense: "typesense";
|
|
4535
4608
|
elasticsearch: "elasticsearch";
|
|
4609
|
+
opensearch: "opensearch";
|
|
4536
4610
|
algolia: "algolia";
|
|
4537
4611
|
}>;
|
|
4612
|
+
vectorDb: z.ZodEnum<{
|
|
4613
|
+
none: "none";
|
|
4614
|
+
pgvector: "pgvector";
|
|
4615
|
+
qdrant: "qdrant";
|
|
4616
|
+
chroma: "chroma";
|
|
4617
|
+
pinecone: "pinecone";
|
|
4618
|
+
}>;
|
|
4538
4619
|
fileStorage: z.ZodEnum<{
|
|
4539
4620
|
none: "none";
|
|
4540
4621
|
s3: "s3";
|
|
@@ -4548,9 +4629,9 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
4548
4629
|
}>;
|
|
4549
4630
|
mobileUI: z.ZodEnum<{
|
|
4550
4631
|
none: "none";
|
|
4632
|
+
uniwind: "uniwind";
|
|
4551
4633
|
tamagui: "tamagui";
|
|
4552
4634
|
"gluestack-ui": "gluestack-ui";
|
|
4553
|
-
uniwind: "uniwind";
|
|
4554
4635
|
unistyles: "unistyles";
|
|
4555
4636
|
}>;
|
|
4556
4637
|
mobileStorage: z.ZodEnum<{
|
|
@@ -4603,12 +4684,12 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
4603
4684
|
ratatui: "ratatui";
|
|
4604
4685
|
}>;
|
|
4605
4686
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
4606
|
-
config: "config";
|
|
4607
4687
|
none: "none";
|
|
4608
4688
|
serde: "serde";
|
|
4609
4689
|
uuid: "uuid";
|
|
4610
4690
|
chrono: "chrono";
|
|
4611
4691
|
reqwest: "reqwest";
|
|
4692
|
+
config: "config";
|
|
4612
4693
|
dashmap: "dashmap";
|
|
4613
4694
|
"parking-lot": "parking-lot";
|
|
4614
4695
|
secrecy: "secrecy";
|
|
@@ -5023,8 +5104,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
5023
5104
|
}>;
|
|
5024
5105
|
elixirLibraries: z.ZodArray<z.ZodEnum<{
|
|
5025
5106
|
none: "none";
|
|
5026
|
-
broadway: "broadway";
|
|
5027
5107
|
nx: "nx";
|
|
5108
|
+
broadway: "broadway";
|
|
5028
5109
|
}>>;
|
|
5029
5110
|
aiDocs: z.ZodArray<z.ZodEnum<{
|
|
5030
5111
|
none: "none";
|
|
@@ -5035,54 +5116,55 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
5035
5116
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5036
5117
|
id: z.ZodString;
|
|
5037
5118
|
role: z.ZodEnum<{
|
|
5038
|
-
|
|
5039
|
-
backend: "backend";
|
|
5040
|
-
mobile: "mobile";
|
|
5119
|
+
ai: "ai";
|
|
5041
5120
|
database: "database";
|
|
5042
|
-
api: "api";
|
|
5043
5121
|
orm: "orm";
|
|
5044
5122
|
auth: "auth";
|
|
5045
|
-
|
|
5046
|
-
|
|
5123
|
+
payments: "payments";
|
|
5124
|
+
frontend: "frontend";
|
|
5125
|
+
examples: "examples";
|
|
5047
5126
|
dbSetup: "dbSetup";
|
|
5048
|
-
|
|
5049
|
-
|
|
5050
|
-
|
|
5051
|
-
|
|
5052
|
-
email: "email";
|
|
5053
|
-
search: "search";
|
|
5054
|
-
fileStorage: "fileStorage";
|
|
5055
|
-
jobQueue: "jobQueue";
|
|
5056
|
-
rateLimit: "rateLimit";
|
|
5057
|
-
testing: "testing";
|
|
5127
|
+
backend: "backend";
|
|
5128
|
+
runtime: "runtime";
|
|
5129
|
+
api: "api";
|
|
5130
|
+
effect: "effect";
|
|
5058
5131
|
stateManagement: "stateManagement";
|
|
5059
5132
|
forms: "forms";
|
|
5133
|
+
testing: "testing";
|
|
5134
|
+
email: "email";
|
|
5135
|
+
validation: "validation";
|
|
5136
|
+
realtime: "realtime";
|
|
5137
|
+
jobQueue: "jobQueue";
|
|
5060
5138
|
animation: "animation";
|
|
5061
5139
|
fileUpload: "fileUpload";
|
|
5062
|
-
validation: "validation";
|
|
5063
|
-
effect: "effect";
|
|
5064
|
-
ui: "ui";
|
|
5065
|
-
css: "css";
|
|
5066
|
-
storage: "storage";
|
|
5067
|
-
ai: "ai";
|
|
5068
|
-
payments: "payments";
|
|
5069
5140
|
logging: "logging";
|
|
5141
|
+
observability: "observability";
|
|
5070
5142
|
featureFlags: "featureFlags";
|
|
5071
5143
|
analytics: "analytics";
|
|
5072
5144
|
cms: "cms";
|
|
5145
|
+
caching: "caching";
|
|
5146
|
+
rateLimit: "rateLimit";
|
|
5073
5147
|
i18n: "i18n";
|
|
5148
|
+
search: "search";
|
|
5149
|
+
vectorDb: "vectorDb";
|
|
5150
|
+
fileStorage: "fileStorage";
|
|
5151
|
+
config: "config";
|
|
5152
|
+
mobile: "mobile";
|
|
5153
|
+
deploy: "deploy";
|
|
5154
|
+
navigation: "navigation";
|
|
5155
|
+
ui: "ui";
|
|
5156
|
+
css: "css";
|
|
5157
|
+
storage: "storage";
|
|
5074
5158
|
documentation: "documentation";
|
|
5075
5159
|
codeQuality: "codeQuality";
|
|
5076
5160
|
appPlatform: "appPlatform";
|
|
5077
5161
|
dataFetching: "dataFetching";
|
|
5078
5162
|
workspaceTooling: "workspaceTooling";
|
|
5079
|
-
examples: "examples";
|
|
5080
5163
|
buildTool: "buildTool";
|
|
5081
5164
|
cli: "cli";
|
|
5082
5165
|
errorHandling: "errorHandling";
|
|
5083
5166
|
httpClient: "httpClient";
|
|
5084
5167
|
libraries: "libraries";
|
|
5085
|
-
config: "config";
|
|
5086
5168
|
templating: "templating";
|
|
5087
5169
|
}>;
|
|
5088
5170
|
toolId: z.ZodString;
|
|
@@ -5196,6 +5278,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
5196
5278
|
mcp: "mcp";
|
|
5197
5279
|
skills: "skills";
|
|
5198
5280
|
turborepo: "turborepo";
|
|
5281
|
+
nx: "nx";
|
|
5199
5282
|
fumadocs: "fumadocs";
|
|
5200
5283
|
ultracite: "ultracite";
|
|
5201
5284
|
oxlint: "oxlint";
|
|
@@ -5210,11 +5293,13 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
5210
5293
|
"tanstack-db": "tanstack-db";
|
|
5211
5294
|
"tanstack-pacer": "tanstack-pacer";
|
|
5212
5295
|
"backend-utils": "backend-utils";
|
|
5296
|
+
devcontainer: "devcontainer";
|
|
5213
5297
|
"docker-compose": "docker-compose";
|
|
5298
|
+
"github-actions": "github-actions";
|
|
5214
5299
|
}>>;
|
|
5215
5300
|
examples: z.ZodArray<z.ZodEnum<{
|
|
5216
|
-
ai: "ai";
|
|
5217
5301
|
none: "none";
|
|
5302
|
+
ai: "ai";
|
|
5218
5303
|
"chat-sdk": "chat-sdk";
|
|
5219
5304
|
"tanstack-showcase": "tanstack-showcase";
|
|
5220
5305
|
}>>;
|
|
@@ -5269,6 +5354,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
5269
5354
|
"ts-rest": "ts-rest";
|
|
5270
5355
|
garph: "garph";
|
|
5271
5356
|
"graphql-yoga": "graphql-yoga";
|
|
5357
|
+
"apollo-server": "apollo-server";
|
|
5358
|
+
openapi: "openapi";
|
|
5272
5359
|
}>;
|
|
5273
5360
|
webDeploy: z.ZodEnum<{
|
|
5274
5361
|
none: "none";
|
|
@@ -5314,8 +5401,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
5314
5401
|
"ai-cli": "ai-cli";
|
|
5315
5402
|
}>;
|
|
5316
5403
|
effect: z.ZodEnum<{
|
|
5317
|
-
effect: "effect";
|
|
5318
5404
|
none: "none";
|
|
5405
|
+
effect: "effect";
|
|
5319
5406
|
"effect-full": "effect-full";
|
|
5320
5407
|
}>;
|
|
5321
5408
|
stateManagement: z.ZodEnum<{
|
|
@@ -5448,8 +5535,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
5448
5535
|
"geist-mono": "geist-mono";
|
|
5449
5536
|
}>>;
|
|
5450
5537
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
5451
|
-
default: "default";
|
|
5452
5538
|
none: "none";
|
|
5539
|
+
default: "default";
|
|
5453
5540
|
small: "small";
|
|
5454
5541
|
medium: "medium";
|
|
5455
5542
|
large: "large";
|
|
@@ -5529,6 +5616,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
5529
5616
|
strapi: "strapi";
|
|
5530
5617
|
tinacms: "tinacms";
|
|
5531
5618
|
directus: "directus";
|
|
5619
|
+
keystatic: "keystatic";
|
|
5532
5620
|
}>;
|
|
5533
5621
|
caching: z.ZodEnum<{
|
|
5534
5622
|
none: "none";
|
|
@@ -5541,6 +5629,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
5541
5629
|
}>;
|
|
5542
5630
|
i18n: z.ZodEnum<{
|
|
5543
5631
|
none: "none";
|
|
5632
|
+
paraglide: "paraglide";
|
|
5544
5633
|
i18next: "i18next";
|
|
5545
5634
|
"next-intl": "next-intl";
|
|
5546
5635
|
}>;
|
|
@@ -5549,8 +5638,16 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
5549
5638
|
meilisearch: "meilisearch";
|
|
5550
5639
|
typesense: "typesense";
|
|
5551
5640
|
elasticsearch: "elasticsearch";
|
|
5641
|
+
opensearch: "opensearch";
|
|
5552
5642
|
algolia: "algolia";
|
|
5553
5643
|
}>;
|
|
5644
|
+
vectorDb: z.ZodEnum<{
|
|
5645
|
+
none: "none";
|
|
5646
|
+
pgvector: "pgvector";
|
|
5647
|
+
qdrant: "qdrant";
|
|
5648
|
+
chroma: "chroma";
|
|
5649
|
+
pinecone: "pinecone";
|
|
5650
|
+
}>;
|
|
5554
5651
|
fileStorage: z.ZodEnum<{
|
|
5555
5652
|
none: "none";
|
|
5556
5653
|
s3: "s3";
|
|
@@ -5564,9 +5661,9 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
5564
5661
|
}>;
|
|
5565
5662
|
mobileUI: z.ZodEnum<{
|
|
5566
5663
|
none: "none";
|
|
5664
|
+
uniwind: "uniwind";
|
|
5567
5665
|
tamagui: "tamagui";
|
|
5568
5666
|
"gluestack-ui": "gluestack-ui";
|
|
5569
|
-
uniwind: "uniwind";
|
|
5570
5667
|
unistyles: "unistyles";
|
|
5571
5668
|
}>;
|
|
5572
5669
|
mobileStorage: z.ZodEnum<{
|
|
@@ -5619,12 +5716,12 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
5619
5716
|
ratatui: "ratatui";
|
|
5620
5717
|
}>;
|
|
5621
5718
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
5622
|
-
config: "config";
|
|
5623
5719
|
none: "none";
|
|
5624
5720
|
serde: "serde";
|
|
5625
5721
|
uuid: "uuid";
|
|
5626
5722
|
chrono: "chrono";
|
|
5627
5723
|
reqwest: "reqwest";
|
|
5724
|
+
config: "config";
|
|
5628
5725
|
dashmap: "dashmap";
|
|
5629
5726
|
"parking-lot": "parking-lot";
|
|
5630
5727
|
secrecy: "secrecy";
|
|
@@ -6039,8 +6136,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
6039
6136
|
}>;
|
|
6040
6137
|
elixirLibraries: z.ZodArray<z.ZodEnum<{
|
|
6041
6138
|
none: "none";
|
|
6042
|
-
broadway: "broadway";
|
|
6043
6139
|
nx: "nx";
|
|
6140
|
+
broadway: "broadway";
|
|
6044
6141
|
}>>;
|
|
6045
6142
|
aiDocs: z.ZodArray<z.ZodEnum<{
|
|
6046
6143
|
none: "none";
|
|
@@ -6051,54 +6148,55 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
6051
6148
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6052
6149
|
id: z.ZodString;
|
|
6053
6150
|
role: z.ZodEnum<{
|
|
6054
|
-
|
|
6055
|
-
backend: "backend";
|
|
6056
|
-
mobile: "mobile";
|
|
6151
|
+
ai: "ai";
|
|
6057
6152
|
database: "database";
|
|
6058
|
-
api: "api";
|
|
6059
6153
|
orm: "orm";
|
|
6060
6154
|
auth: "auth";
|
|
6061
|
-
|
|
6062
|
-
|
|
6155
|
+
payments: "payments";
|
|
6156
|
+
frontend: "frontend";
|
|
6157
|
+
examples: "examples";
|
|
6063
6158
|
dbSetup: "dbSetup";
|
|
6064
|
-
|
|
6065
|
-
|
|
6066
|
-
|
|
6067
|
-
|
|
6068
|
-
email: "email";
|
|
6069
|
-
search: "search";
|
|
6070
|
-
fileStorage: "fileStorage";
|
|
6071
|
-
jobQueue: "jobQueue";
|
|
6072
|
-
rateLimit: "rateLimit";
|
|
6073
|
-
testing: "testing";
|
|
6159
|
+
backend: "backend";
|
|
6160
|
+
runtime: "runtime";
|
|
6161
|
+
api: "api";
|
|
6162
|
+
effect: "effect";
|
|
6074
6163
|
stateManagement: "stateManagement";
|
|
6075
6164
|
forms: "forms";
|
|
6165
|
+
testing: "testing";
|
|
6166
|
+
email: "email";
|
|
6167
|
+
validation: "validation";
|
|
6168
|
+
realtime: "realtime";
|
|
6169
|
+
jobQueue: "jobQueue";
|
|
6076
6170
|
animation: "animation";
|
|
6077
6171
|
fileUpload: "fileUpload";
|
|
6078
|
-
validation: "validation";
|
|
6079
|
-
effect: "effect";
|
|
6080
|
-
ui: "ui";
|
|
6081
|
-
css: "css";
|
|
6082
|
-
storage: "storage";
|
|
6083
|
-
ai: "ai";
|
|
6084
|
-
payments: "payments";
|
|
6085
6172
|
logging: "logging";
|
|
6173
|
+
observability: "observability";
|
|
6086
6174
|
featureFlags: "featureFlags";
|
|
6087
6175
|
analytics: "analytics";
|
|
6088
6176
|
cms: "cms";
|
|
6177
|
+
caching: "caching";
|
|
6178
|
+
rateLimit: "rateLimit";
|
|
6089
6179
|
i18n: "i18n";
|
|
6180
|
+
search: "search";
|
|
6181
|
+
vectorDb: "vectorDb";
|
|
6182
|
+
fileStorage: "fileStorage";
|
|
6183
|
+
config: "config";
|
|
6184
|
+
mobile: "mobile";
|
|
6185
|
+
deploy: "deploy";
|
|
6186
|
+
navigation: "navigation";
|
|
6187
|
+
ui: "ui";
|
|
6188
|
+
css: "css";
|
|
6189
|
+
storage: "storage";
|
|
6090
6190
|
documentation: "documentation";
|
|
6091
6191
|
codeQuality: "codeQuality";
|
|
6092
6192
|
appPlatform: "appPlatform";
|
|
6093
6193
|
dataFetching: "dataFetching";
|
|
6094
6194
|
workspaceTooling: "workspaceTooling";
|
|
6095
|
-
examples: "examples";
|
|
6096
6195
|
buildTool: "buildTool";
|
|
6097
6196
|
cli: "cli";
|
|
6098
6197
|
errorHandling: "errorHandling";
|
|
6099
6198
|
httpClient: "httpClient";
|
|
6100
6199
|
libraries: "libraries";
|
|
6101
|
-
config: "config";
|
|
6102
6200
|
templating: "templating";
|
|
6103
6201
|
}>;
|
|
6104
6202
|
toolId: z.ZodString;
|
|
@@ -6213,6 +6311,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
6213
6311
|
mcp: "mcp";
|
|
6214
6312
|
skills: "skills";
|
|
6215
6313
|
turborepo: "turborepo";
|
|
6314
|
+
nx: "nx";
|
|
6216
6315
|
fumadocs: "fumadocs";
|
|
6217
6316
|
ultracite: "ultracite";
|
|
6218
6317
|
oxlint: "oxlint";
|
|
@@ -6227,11 +6326,13 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
6227
6326
|
"tanstack-db": "tanstack-db";
|
|
6228
6327
|
"tanstack-pacer": "tanstack-pacer";
|
|
6229
6328
|
"backend-utils": "backend-utils";
|
|
6329
|
+
devcontainer: "devcontainer";
|
|
6230
6330
|
"docker-compose": "docker-compose";
|
|
6331
|
+
"github-actions": "github-actions";
|
|
6231
6332
|
}>>;
|
|
6232
6333
|
examples: z.ZodArray<z.ZodEnum<{
|
|
6233
|
-
ai: "ai";
|
|
6234
6334
|
none: "none";
|
|
6335
|
+
ai: "ai";
|
|
6235
6336
|
"chat-sdk": "chat-sdk";
|
|
6236
6337
|
"tanstack-showcase": "tanstack-showcase";
|
|
6237
6338
|
}>>;
|
|
@@ -6286,6 +6387,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
6286
6387
|
"ts-rest": "ts-rest";
|
|
6287
6388
|
garph: "garph";
|
|
6288
6389
|
"graphql-yoga": "graphql-yoga";
|
|
6390
|
+
"apollo-server": "apollo-server";
|
|
6391
|
+
openapi: "openapi";
|
|
6289
6392
|
}>;
|
|
6290
6393
|
webDeploy: z.ZodEnum<{
|
|
6291
6394
|
none: "none";
|
|
@@ -6331,8 +6434,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
6331
6434
|
"ai-cli": "ai-cli";
|
|
6332
6435
|
}>;
|
|
6333
6436
|
effect: z.ZodEnum<{
|
|
6334
|
-
effect: "effect";
|
|
6335
6437
|
none: "none";
|
|
6438
|
+
effect: "effect";
|
|
6336
6439
|
"effect-full": "effect-full";
|
|
6337
6440
|
}>;
|
|
6338
6441
|
stateManagement: z.ZodEnum<{
|
|
@@ -6465,8 +6568,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
6465
6568
|
"geist-mono": "geist-mono";
|
|
6466
6569
|
}>>;
|
|
6467
6570
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
6468
|
-
default: "default";
|
|
6469
6571
|
none: "none";
|
|
6572
|
+
default: "default";
|
|
6470
6573
|
small: "small";
|
|
6471
6574
|
medium: "medium";
|
|
6472
6575
|
large: "large";
|
|
@@ -6546,6 +6649,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
6546
6649
|
strapi: "strapi";
|
|
6547
6650
|
tinacms: "tinacms";
|
|
6548
6651
|
directus: "directus";
|
|
6652
|
+
keystatic: "keystatic";
|
|
6549
6653
|
}>;
|
|
6550
6654
|
caching: z.ZodEnum<{
|
|
6551
6655
|
none: "none";
|
|
@@ -6558,6 +6662,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
6558
6662
|
}>;
|
|
6559
6663
|
i18n: z.ZodEnum<{
|
|
6560
6664
|
none: "none";
|
|
6665
|
+
paraglide: "paraglide";
|
|
6561
6666
|
i18next: "i18next";
|
|
6562
6667
|
"next-intl": "next-intl";
|
|
6563
6668
|
}>;
|
|
@@ -6566,8 +6671,16 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
6566
6671
|
meilisearch: "meilisearch";
|
|
6567
6672
|
typesense: "typesense";
|
|
6568
6673
|
elasticsearch: "elasticsearch";
|
|
6674
|
+
opensearch: "opensearch";
|
|
6569
6675
|
algolia: "algolia";
|
|
6570
6676
|
}>;
|
|
6677
|
+
vectorDb: z.ZodEnum<{
|
|
6678
|
+
none: "none";
|
|
6679
|
+
pgvector: "pgvector";
|
|
6680
|
+
qdrant: "qdrant";
|
|
6681
|
+
chroma: "chroma";
|
|
6682
|
+
pinecone: "pinecone";
|
|
6683
|
+
}>;
|
|
6571
6684
|
fileStorage: z.ZodEnum<{
|
|
6572
6685
|
none: "none";
|
|
6573
6686
|
s3: "s3";
|
|
@@ -6581,9 +6694,9 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
6581
6694
|
}>;
|
|
6582
6695
|
mobileUI: z.ZodEnum<{
|
|
6583
6696
|
none: "none";
|
|
6697
|
+
uniwind: "uniwind";
|
|
6584
6698
|
tamagui: "tamagui";
|
|
6585
6699
|
"gluestack-ui": "gluestack-ui";
|
|
6586
|
-
uniwind: "uniwind";
|
|
6587
6700
|
unistyles: "unistyles";
|
|
6588
6701
|
}>;
|
|
6589
6702
|
mobileStorage: z.ZodEnum<{
|
|
@@ -6636,12 +6749,12 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
6636
6749
|
ratatui: "ratatui";
|
|
6637
6750
|
}>;
|
|
6638
6751
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
6639
|
-
config: "config";
|
|
6640
6752
|
none: "none";
|
|
6641
6753
|
serde: "serde";
|
|
6642
6754
|
uuid: "uuid";
|
|
6643
6755
|
chrono: "chrono";
|
|
6644
6756
|
reqwest: "reqwest";
|
|
6757
|
+
config: "config";
|
|
6645
6758
|
dashmap: "dashmap";
|
|
6646
6759
|
"parking-lot": "parking-lot";
|
|
6647
6760
|
secrecy: "secrecy";
|
|
@@ -7056,8 +7169,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
7056
7169
|
}>;
|
|
7057
7170
|
elixirLibraries: z.ZodArray<z.ZodEnum<{
|
|
7058
7171
|
none: "none";
|
|
7059
|
-
broadway: "broadway";
|
|
7060
7172
|
nx: "nx";
|
|
7173
|
+
broadway: "broadway";
|
|
7061
7174
|
}>>;
|
|
7062
7175
|
aiDocs: z.ZodArray<z.ZodEnum<{
|
|
7063
7176
|
none: "none";
|
|
@@ -7068,54 +7181,55 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
7068
7181
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7069
7182
|
id: z.ZodString;
|
|
7070
7183
|
role: z.ZodEnum<{
|
|
7071
|
-
|
|
7072
|
-
backend: "backend";
|
|
7073
|
-
mobile: "mobile";
|
|
7184
|
+
ai: "ai";
|
|
7074
7185
|
database: "database";
|
|
7075
|
-
api: "api";
|
|
7076
7186
|
orm: "orm";
|
|
7077
7187
|
auth: "auth";
|
|
7078
|
-
|
|
7079
|
-
|
|
7188
|
+
payments: "payments";
|
|
7189
|
+
frontend: "frontend";
|
|
7190
|
+
examples: "examples";
|
|
7080
7191
|
dbSetup: "dbSetup";
|
|
7081
|
-
|
|
7082
|
-
|
|
7083
|
-
|
|
7084
|
-
|
|
7085
|
-
email: "email";
|
|
7086
|
-
search: "search";
|
|
7087
|
-
fileStorage: "fileStorage";
|
|
7088
|
-
jobQueue: "jobQueue";
|
|
7089
|
-
rateLimit: "rateLimit";
|
|
7090
|
-
testing: "testing";
|
|
7192
|
+
backend: "backend";
|
|
7193
|
+
runtime: "runtime";
|
|
7194
|
+
api: "api";
|
|
7195
|
+
effect: "effect";
|
|
7091
7196
|
stateManagement: "stateManagement";
|
|
7092
7197
|
forms: "forms";
|
|
7198
|
+
testing: "testing";
|
|
7199
|
+
email: "email";
|
|
7200
|
+
validation: "validation";
|
|
7201
|
+
realtime: "realtime";
|
|
7202
|
+
jobQueue: "jobQueue";
|
|
7093
7203
|
animation: "animation";
|
|
7094
7204
|
fileUpload: "fileUpload";
|
|
7095
|
-
validation: "validation";
|
|
7096
|
-
effect: "effect";
|
|
7097
|
-
ui: "ui";
|
|
7098
|
-
css: "css";
|
|
7099
|
-
storage: "storage";
|
|
7100
|
-
ai: "ai";
|
|
7101
|
-
payments: "payments";
|
|
7102
7205
|
logging: "logging";
|
|
7206
|
+
observability: "observability";
|
|
7103
7207
|
featureFlags: "featureFlags";
|
|
7104
7208
|
analytics: "analytics";
|
|
7105
7209
|
cms: "cms";
|
|
7210
|
+
caching: "caching";
|
|
7211
|
+
rateLimit: "rateLimit";
|
|
7106
7212
|
i18n: "i18n";
|
|
7213
|
+
search: "search";
|
|
7214
|
+
vectorDb: "vectorDb";
|
|
7215
|
+
fileStorage: "fileStorage";
|
|
7216
|
+
config: "config";
|
|
7217
|
+
mobile: "mobile";
|
|
7218
|
+
deploy: "deploy";
|
|
7219
|
+
navigation: "navigation";
|
|
7220
|
+
ui: "ui";
|
|
7221
|
+
css: "css";
|
|
7222
|
+
storage: "storage";
|
|
7107
7223
|
documentation: "documentation";
|
|
7108
7224
|
codeQuality: "codeQuality";
|
|
7109
7225
|
appPlatform: "appPlatform";
|
|
7110
7226
|
dataFetching: "dataFetching";
|
|
7111
7227
|
workspaceTooling: "workspaceTooling";
|
|
7112
|
-
examples: "examples";
|
|
7113
7228
|
buildTool: "buildTool";
|
|
7114
7229
|
cli: "cli";
|
|
7115
7230
|
errorHandling: "errorHandling";
|
|
7116
7231
|
httpClient: "httpClient";
|
|
7117
7232
|
libraries: "libraries";
|
|
7118
|
-
config: "config";
|
|
7119
7233
|
templating: "templating";
|
|
7120
7234
|
}>;
|
|
7121
7235
|
toolId: z.ZodString;
|
|
@@ -7230,6 +7344,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
7230
7344
|
mcp: "mcp";
|
|
7231
7345
|
skills: "skills";
|
|
7232
7346
|
turborepo: "turborepo";
|
|
7347
|
+
nx: "nx";
|
|
7233
7348
|
fumadocs: "fumadocs";
|
|
7234
7349
|
ultracite: "ultracite";
|
|
7235
7350
|
oxlint: "oxlint";
|
|
@@ -7244,11 +7359,13 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
7244
7359
|
"tanstack-db": "tanstack-db";
|
|
7245
7360
|
"tanstack-pacer": "tanstack-pacer";
|
|
7246
7361
|
"backend-utils": "backend-utils";
|
|
7362
|
+
devcontainer: "devcontainer";
|
|
7247
7363
|
"docker-compose": "docker-compose";
|
|
7364
|
+
"github-actions": "github-actions";
|
|
7248
7365
|
}>>;
|
|
7249
7366
|
examples: z.ZodArray<z.ZodEnum<{
|
|
7250
|
-
ai: "ai";
|
|
7251
7367
|
none: "none";
|
|
7368
|
+
ai: "ai";
|
|
7252
7369
|
"chat-sdk": "chat-sdk";
|
|
7253
7370
|
"tanstack-showcase": "tanstack-showcase";
|
|
7254
7371
|
}>>;
|
|
@@ -7303,6 +7420,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
7303
7420
|
"ts-rest": "ts-rest";
|
|
7304
7421
|
garph: "garph";
|
|
7305
7422
|
"graphql-yoga": "graphql-yoga";
|
|
7423
|
+
"apollo-server": "apollo-server";
|
|
7424
|
+
openapi: "openapi";
|
|
7306
7425
|
}>;
|
|
7307
7426
|
webDeploy: z.ZodEnum<{
|
|
7308
7427
|
none: "none";
|
|
@@ -7348,8 +7467,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
7348
7467
|
"ai-cli": "ai-cli";
|
|
7349
7468
|
}>;
|
|
7350
7469
|
effect: z.ZodEnum<{
|
|
7351
|
-
effect: "effect";
|
|
7352
7470
|
none: "none";
|
|
7471
|
+
effect: "effect";
|
|
7353
7472
|
"effect-full": "effect-full";
|
|
7354
7473
|
}>;
|
|
7355
7474
|
stateManagement: z.ZodEnum<{
|
|
@@ -7482,8 +7601,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
7482
7601
|
"geist-mono": "geist-mono";
|
|
7483
7602
|
}>>;
|
|
7484
7603
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
7485
|
-
default: "default";
|
|
7486
7604
|
none: "none";
|
|
7605
|
+
default: "default";
|
|
7487
7606
|
small: "small";
|
|
7488
7607
|
medium: "medium";
|
|
7489
7608
|
large: "large";
|
|
@@ -7563,6 +7682,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
7563
7682
|
strapi: "strapi";
|
|
7564
7683
|
tinacms: "tinacms";
|
|
7565
7684
|
directus: "directus";
|
|
7685
|
+
keystatic: "keystatic";
|
|
7566
7686
|
}>;
|
|
7567
7687
|
caching: z.ZodEnum<{
|
|
7568
7688
|
none: "none";
|
|
@@ -7575,6 +7695,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
7575
7695
|
}>;
|
|
7576
7696
|
i18n: z.ZodEnum<{
|
|
7577
7697
|
none: "none";
|
|
7698
|
+
paraglide: "paraglide";
|
|
7578
7699
|
i18next: "i18next";
|
|
7579
7700
|
"next-intl": "next-intl";
|
|
7580
7701
|
}>;
|
|
@@ -7583,8 +7704,16 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
7583
7704
|
meilisearch: "meilisearch";
|
|
7584
7705
|
typesense: "typesense";
|
|
7585
7706
|
elasticsearch: "elasticsearch";
|
|
7707
|
+
opensearch: "opensearch";
|
|
7586
7708
|
algolia: "algolia";
|
|
7587
7709
|
}>;
|
|
7710
|
+
vectorDb: z.ZodEnum<{
|
|
7711
|
+
none: "none";
|
|
7712
|
+
pgvector: "pgvector";
|
|
7713
|
+
qdrant: "qdrant";
|
|
7714
|
+
chroma: "chroma";
|
|
7715
|
+
pinecone: "pinecone";
|
|
7716
|
+
}>;
|
|
7588
7717
|
fileStorage: z.ZodEnum<{
|
|
7589
7718
|
none: "none";
|
|
7590
7719
|
s3: "s3";
|
|
@@ -7598,9 +7727,9 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
7598
7727
|
}>;
|
|
7599
7728
|
mobileUI: z.ZodEnum<{
|
|
7600
7729
|
none: "none";
|
|
7730
|
+
uniwind: "uniwind";
|
|
7601
7731
|
tamagui: "tamagui";
|
|
7602
7732
|
"gluestack-ui": "gluestack-ui";
|
|
7603
|
-
uniwind: "uniwind";
|
|
7604
7733
|
unistyles: "unistyles";
|
|
7605
7734
|
}>;
|
|
7606
7735
|
mobileStorage: z.ZodEnum<{
|
|
@@ -7653,12 +7782,12 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
7653
7782
|
ratatui: "ratatui";
|
|
7654
7783
|
}>;
|
|
7655
7784
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
7656
|
-
config: "config";
|
|
7657
7785
|
none: "none";
|
|
7658
7786
|
serde: "serde";
|
|
7659
7787
|
uuid: "uuid";
|
|
7660
7788
|
chrono: "chrono";
|
|
7661
7789
|
reqwest: "reqwest";
|
|
7790
|
+
config: "config";
|
|
7662
7791
|
dashmap: "dashmap";
|
|
7663
7792
|
"parking-lot": "parking-lot";
|
|
7664
7793
|
secrecy: "secrecy";
|
|
@@ -8073,8 +8202,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
8073
8202
|
}>;
|
|
8074
8203
|
elixirLibraries: z.ZodArray<z.ZodEnum<{
|
|
8075
8204
|
none: "none";
|
|
8076
|
-
broadway: "broadway";
|
|
8077
8205
|
nx: "nx";
|
|
8206
|
+
broadway: "broadway";
|
|
8078
8207
|
}>>;
|
|
8079
8208
|
aiDocs: z.ZodArray<z.ZodEnum<{
|
|
8080
8209
|
none: "none";
|
|
@@ -8085,54 +8214,55 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
8085
8214
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8086
8215
|
id: z.ZodString;
|
|
8087
8216
|
role: z.ZodEnum<{
|
|
8088
|
-
|
|
8089
|
-
backend: "backend";
|
|
8090
|
-
mobile: "mobile";
|
|
8217
|
+
ai: "ai";
|
|
8091
8218
|
database: "database";
|
|
8092
|
-
api: "api";
|
|
8093
8219
|
orm: "orm";
|
|
8094
8220
|
auth: "auth";
|
|
8095
|
-
|
|
8096
|
-
|
|
8221
|
+
payments: "payments";
|
|
8222
|
+
frontend: "frontend";
|
|
8223
|
+
examples: "examples";
|
|
8097
8224
|
dbSetup: "dbSetup";
|
|
8098
|
-
|
|
8099
|
-
|
|
8100
|
-
|
|
8101
|
-
|
|
8102
|
-
email: "email";
|
|
8103
|
-
search: "search";
|
|
8104
|
-
fileStorage: "fileStorage";
|
|
8105
|
-
jobQueue: "jobQueue";
|
|
8106
|
-
rateLimit: "rateLimit";
|
|
8107
|
-
testing: "testing";
|
|
8225
|
+
backend: "backend";
|
|
8226
|
+
runtime: "runtime";
|
|
8227
|
+
api: "api";
|
|
8228
|
+
effect: "effect";
|
|
8108
8229
|
stateManagement: "stateManagement";
|
|
8109
8230
|
forms: "forms";
|
|
8231
|
+
testing: "testing";
|
|
8232
|
+
email: "email";
|
|
8233
|
+
validation: "validation";
|
|
8234
|
+
realtime: "realtime";
|
|
8235
|
+
jobQueue: "jobQueue";
|
|
8110
8236
|
animation: "animation";
|
|
8111
8237
|
fileUpload: "fileUpload";
|
|
8112
|
-
validation: "validation";
|
|
8113
|
-
effect: "effect";
|
|
8114
|
-
ui: "ui";
|
|
8115
|
-
css: "css";
|
|
8116
|
-
storage: "storage";
|
|
8117
|
-
ai: "ai";
|
|
8118
|
-
payments: "payments";
|
|
8119
8238
|
logging: "logging";
|
|
8239
|
+
observability: "observability";
|
|
8120
8240
|
featureFlags: "featureFlags";
|
|
8121
8241
|
analytics: "analytics";
|
|
8122
8242
|
cms: "cms";
|
|
8243
|
+
caching: "caching";
|
|
8244
|
+
rateLimit: "rateLimit";
|
|
8123
8245
|
i18n: "i18n";
|
|
8246
|
+
search: "search";
|
|
8247
|
+
vectorDb: "vectorDb";
|
|
8248
|
+
fileStorage: "fileStorage";
|
|
8249
|
+
config: "config";
|
|
8250
|
+
mobile: "mobile";
|
|
8251
|
+
deploy: "deploy";
|
|
8252
|
+
navigation: "navigation";
|
|
8253
|
+
ui: "ui";
|
|
8254
|
+
css: "css";
|
|
8255
|
+
storage: "storage";
|
|
8124
8256
|
documentation: "documentation";
|
|
8125
8257
|
codeQuality: "codeQuality";
|
|
8126
8258
|
appPlatform: "appPlatform";
|
|
8127
8259
|
dataFetching: "dataFetching";
|
|
8128
8260
|
workspaceTooling: "workspaceTooling";
|
|
8129
|
-
examples: "examples";
|
|
8130
8261
|
buildTool: "buildTool";
|
|
8131
8262
|
cli: "cli";
|
|
8132
8263
|
errorHandling: "errorHandling";
|
|
8133
8264
|
httpClient: "httpClient";
|
|
8134
8265
|
libraries: "libraries";
|
|
8135
|
-
config: "config";
|
|
8136
8266
|
templating: "templating";
|
|
8137
8267
|
}>;
|
|
8138
8268
|
toolId: z.ZodString;
|
|
@@ -8247,6 +8377,7 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
8247
8377
|
mcp: "mcp";
|
|
8248
8378
|
skills: "skills";
|
|
8249
8379
|
turborepo: "turborepo";
|
|
8380
|
+
nx: "nx";
|
|
8250
8381
|
fumadocs: "fumadocs";
|
|
8251
8382
|
ultracite: "ultracite";
|
|
8252
8383
|
oxlint: "oxlint";
|
|
@@ -8261,11 +8392,13 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
8261
8392
|
"tanstack-db": "tanstack-db";
|
|
8262
8393
|
"tanstack-pacer": "tanstack-pacer";
|
|
8263
8394
|
"backend-utils": "backend-utils";
|
|
8395
|
+
devcontainer: "devcontainer";
|
|
8264
8396
|
"docker-compose": "docker-compose";
|
|
8397
|
+
"github-actions": "github-actions";
|
|
8265
8398
|
}>>;
|
|
8266
8399
|
examples: z.ZodArray<z.ZodEnum<{
|
|
8267
|
-
ai: "ai";
|
|
8268
8400
|
none: "none";
|
|
8401
|
+
ai: "ai";
|
|
8269
8402
|
"chat-sdk": "chat-sdk";
|
|
8270
8403
|
"tanstack-showcase": "tanstack-showcase";
|
|
8271
8404
|
}>>;
|
|
@@ -8322,6 +8455,8 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
8322
8455
|
"ts-rest": "ts-rest";
|
|
8323
8456
|
garph: "garph";
|
|
8324
8457
|
"graphql-yoga": "graphql-yoga";
|
|
8458
|
+
"apollo-server": "apollo-server";
|
|
8459
|
+
openapi: "openapi";
|
|
8325
8460
|
}>;
|
|
8326
8461
|
webDeploy: z.ZodEnum<{
|
|
8327
8462
|
none: "none";
|
|
@@ -8367,8 +8502,8 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
8367
8502
|
"ai-cli": "ai-cli";
|
|
8368
8503
|
}>;
|
|
8369
8504
|
effect: z.ZodEnum<{
|
|
8370
|
-
effect: "effect";
|
|
8371
8505
|
none: "none";
|
|
8506
|
+
effect: "effect";
|
|
8372
8507
|
"effect-full": "effect-full";
|
|
8373
8508
|
}>;
|
|
8374
8509
|
stateManagement: z.ZodEnum<{
|
|
@@ -8501,8 +8636,8 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
8501
8636
|
"geist-mono": "geist-mono";
|
|
8502
8637
|
}>>;
|
|
8503
8638
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
8504
|
-
default: "default";
|
|
8505
8639
|
none: "none";
|
|
8640
|
+
default: "default";
|
|
8506
8641
|
small: "small";
|
|
8507
8642
|
medium: "medium";
|
|
8508
8643
|
large: "large";
|
|
@@ -8582,6 +8717,7 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
8582
8717
|
strapi: "strapi";
|
|
8583
8718
|
tinacms: "tinacms";
|
|
8584
8719
|
directus: "directus";
|
|
8720
|
+
keystatic: "keystatic";
|
|
8585
8721
|
}>;
|
|
8586
8722
|
caching: z.ZodEnum<{
|
|
8587
8723
|
none: "none";
|
|
@@ -8594,6 +8730,7 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
8594
8730
|
}>;
|
|
8595
8731
|
i18n: z.ZodEnum<{
|
|
8596
8732
|
none: "none";
|
|
8733
|
+
paraglide: "paraglide";
|
|
8597
8734
|
i18next: "i18next";
|
|
8598
8735
|
"next-intl": "next-intl";
|
|
8599
8736
|
}>;
|
|
@@ -8602,8 +8739,16 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
8602
8739
|
meilisearch: "meilisearch";
|
|
8603
8740
|
typesense: "typesense";
|
|
8604
8741
|
elasticsearch: "elasticsearch";
|
|
8742
|
+
opensearch: "opensearch";
|
|
8605
8743
|
algolia: "algolia";
|
|
8606
8744
|
}>;
|
|
8745
|
+
vectorDb: z.ZodEnum<{
|
|
8746
|
+
none: "none";
|
|
8747
|
+
pgvector: "pgvector";
|
|
8748
|
+
qdrant: "qdrant";
|
|
8749
|
+
chroma: "chroma";
|
|
8750
|
+
pinecone: "pinecone";
|
|
8751
|
+
}>;
|
|
8607
8752
|
fileStorage: z.ZodEnum<{
|
|
8608
8753
|
none: "none";
|
|
8609
8754
|
s3: "s3";
|
|
@@ -8617,9 +8762,9 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
8617
8762
|
}>;
|
|
8618
8763
|
mobileUI: z.ZodEnum<{
|
|
8619
8764
|
none: "none";
|
|
8765
|
+
uniwind: "uniwind";
|
|
8620
8766
|
tamagui: "tamagui";
|
|
8621
8767
|
"gluestack-ui": "gluestack-ui";
|
|
8622
|
-
uniwind: "uniwind";
|
|
8623
8768
|
unistyles: "unistyles";
|
|
8624
8769
|
}>;
|
|
8625
8770
|
mobileStorage: z.ZodEnum<{
|
|
@@ -8672,12 +8817,12 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
8672
8817
|
ratatui: "ratatui";
|
|
8673
8818
|
}>;
|
|
8674
8819
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
8675
|
-
config: "config";
|
|
8676
8820
|
none: "none";
|
|
8677
8821
|
serde: "serde";
|
|
8678
8822
|
uuid: "uuid";
|
|
8679
8823
|
chrono: "chrono";
|
|
8680
8824
|
reqwest: "reqwest";
|
|
8825
|
+
config: "config";
|
|
8681
8826
|
dashmap: "dashmap";
|
|
8682
8827
|
"parking-lot": "parking-lot";
|
|
8683
8828
|
secrecy: "secrecy";
|
|
@@ -9092,8 +9237,8 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
9092
9237
|
}>;
|
|
9093
9238
|
elixirLibraries: z.ZodArray<z.ZodEnum<{
|
|
9094
9239
|
none: "none";
|
|
9095
|
-
broadway: "broadway";
|
|
9096
9240
|
nx: "nx";
|
|
9241
|
+
broadway: "broadway";
|
|
9097
9242
|
}>>;
|
|
9098
9243
|
aiDocs: z.ZodArray<z.ZodEnum<{
|
|
9099
9244
|
none: "none";
|
|
@@ -9104,54 +9249,55 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
9104
9249
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9105
9250
|
id: z.ZodString;
|
|
9106
9251
|
role: z.ZodEnum<{
|
|
9107
|
-
|
|
9108
|
-
backend: "backend";
|
|
9109
|
-
mobile: "mobile";
|
|
9252
|
+
ai: "ai";
|
|
9110
9253
|
database: "database";
|
|
9111
|
-
api: "api";
|
|
9112
9254
|
orm: "orm";
|
|
9113
9255
|
auth: "auth";
|
|
9114
|
-
|
|
9115
|
-
|
|
9256
|
+
payments: "payments";
|
|
9257
|
+
frontend: "frontend";
|
|
9258
|
+
examples: "examples";
|
|
9116
9259
|
dbSetup: "dbSetup";
|
|
9117
|
-
|
|
9118
|
-
|
|
9119
|
-
|
|
9120
|
-
|
|
9121
|
-
email: "email";
|
|
9122
|
-
search: "search";
|
|
9123
|
-
fileStorage: "fileStorage";
|
|
9124
|
-
jobQueue: "jobQueue";
|
|
9125
|
-
rateLimit: "rateLimit";
|
|
9126
|
-
testing: "testing";
|
|
9260
|
+
backend: "backend";
|
|
9261
|
+
runtime: "runtime";
|
|
9262
|
+
api: "api";
|
|
9263
|
+
effect: "effect";
|
|
9127
9264
|
stateManagement: "stateManagement";
|
|
9128
9265
|
forms: "forms";
|
|
9266
|
+
testing: "testing";
|
|
9267
|
+
email: "email";
|
|
9268
|
+
validation: "validation";
|
|
9269
|
+
realtime: "realtime";
|
|
9270
|
+
jobQueue: "jobQueue";
|
|
9129
9271
|
animation: "animation";
|
|
9130
9272
|
fileUpload: "fileUpload";
|
|
9131
|
-
validation: "validation";
|
|
9132
|
-
effect: "effect";
|
|
9133
|
-
ui: "ui";
|
|
9134
|
-
css: "css";
|
|
9135
|
-
storage: "storage";
|
|
9136
|
-
ai: "ai";
|
|
9137
|
-
payments: "payments";
|
|
9138
9273
|
logging: "logging";
|
|
9274
|
+
observability: "observability";
|
|
9139
9275
|
featureFlags: "featureFlags";
|
|
9140
9276
|
analytics: "analytics";
|
|
9141
9277
|
cms: "cms";
|
|
9278
|
+
caching: "caching";
|
|
9279
|
+
rateLimit: "rateLimit";
|
|
9142
9280
|
i18n: "i18n";
|
|
9281
|
+
search: "search";
|
|
9282
|
+
vectorDb: "vectorDb";
|
|
9283
|
+
fileStorage: "fileStorage";
|
|
9284
|
+
config: "config";
|
|
9285
|
+
mobile: "mobile";
|
|
9286
|
+
deploy: "deploy";
|
|
9287
|
+
navigation: "navigation";
|
|
9288
|
+
ui: "ui";
|
|
9289
|
+
css: "css";
|
|
9290
|
+
storage: "storage";
|
|
9143
9291
|
documentation: "documentation";
|
|
9144
9292
|
codeQuality: "codeQuality";
|
|
9145
9293
|
appPlatform: "appPlatform";
|
|
9146
9294
|
dataFetching: "dataFetching";
|
|
9147
9295
|
workspaceTooling: "workspaceTooling";
|
|
9148
|
-
examples: "examples";
|
|
9149
9296
|
buildTool: "buildTool";
|
|
9150
9297
|
cli: "cli";
|
|
9151
9298
|
errorHandling: "errorHandling";
|
|
9152
9299
|
httpClient: "httpClient";
|
|
9153
9300
|
libraries: "libraries";
|
|
9154
|
-
config: "config";
|
|
9155
9301
|
templating: "templating";
|
|
9156
9302
|
}>;
|
|
9157
9303
|
toolId: z.ZodString;
|
|
@@ -9194,21 +9340,21 @@ declare const ORM_VALUES: ("none" | "drizzle" | "prisma" | "mongoose" | "typeorm
|
|
|
9194
9340
|
declare const BACKEND_VALUES: ("none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self")[];
|
|
9195
9341
|
declare const RUNTIME_VALUES: ("none" | "bun" | "node" | "workers")[];
|
|
9196
9342
|
declare const FRONTEND_VALUES: ("none" | "tanstack-router" | "react-router" | "react-vite" | "tanstack-start" | "next" | "vinext" | "nuxt" | "native-bare" | "native-uniwind" | "native-unistyles" | "svelte" | "solid" | "solid-start" | "astro" | "qwik" | "angular" | "redwood" | "fresh")[];
|
|
9197
|
-
declare const ADDONS_VALUES: ("none" | "pwa" | "tauri" | "starlight" | "biome" | "lefthook" | "husky" | "ruler" | "mcp" | "skills" | "turborepo" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "msw" | "storybook" | "swr" | "tanstack-query" | "tanstack-table" | "tanstack-virtual" | "tanstack-db" | "tanstack-pacer" | "backend-utils" | "docker-compose")[];
|
|
9198
|
-
declare const EXAMPLES_VALUES: ("
|
|
9343
|
+
declare const ADDONS_VALUES: ("none" | "pwa" | "tauri" | "starlight" | "biome" | "lefthook" | "husky" | "ruler" | "mcp" | "skills" | "turborepo" | "nx" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "msw" | "storybook" | "swr" | "tanstack-query" | "tanstack-table" | "tanstack-virtual" | "tanstack-db" | "tanstack-pacer" | "backend-utils" | "devcontainer" | "docker-compose" | "github-actions")[];
|
|
9344
|
+
declare const EXAMPLES_VALUES: ("none" | "ai" | "chat-sdk" | "tanstack-showcase")[];
|
|
9199
9345
|
declare const PACKAGE_MANAGER_VALUES: ("bun" | "npm" | "pnpm" | "yarn")[];
|
|
9200
9346
|
declare const VERSION_CHANNEL_VALUES: ("stable" | "latest" | "beta")[];
|
|
9201
9347
|
declare const DATABASE_SETUP_VALUES: ("none" | "turso" | "neon" | "prisma-postgres" | "planetscale" | "mongodb-atlas" | "supabase" | "upstash" | "d1" | "docker")[];
|
|
9202
|
-
declare const API_VALUES: ("none" | "trpc" | "orpc" | "ts-rest" | "garph" | "graphql-yoga")[];
|
|
9348
|
+
declare const API_VALUES: ("none" | "trpc" | "orpc" | "ts-rest" | "garph" | "graphql-yoga" | "apollo-server" | "openapi")[];
|
|
9203
9349
|
declare const AUTH_VALUES: ("none" | "better-auth" | "better-auth-organizations" | "go-better-auth" | "clerk" | "nextauth" | "stack-auth" | "supabase-auth" | "auth0" | "workos" | "kinde")[];
|
|
9204
9350
|
declare const PAYMENTS_VALUES: ("none" | "polar" | "stripe" | "lemon-squeezy" | "paddle" | "dodo")[];
|
|
9205
9351
|
declare const WEB_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
|
|
9206
9352
|
declare const SERVER_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
|
|
9207
|
-
declare const DIRECTORY_CONFLICT_VALUES: ("
|
|
9208
|
-
declare const TEMPLATE_VALUES: ("none" | "
|
|
9353
|
+
declare const DIRECTORY_CONFLICT_VALUES: ("merge" | "overwrite" | "increment" | "error")[];
|
|
9354
|
+
declare const TEMPLATE_VALUES: ("none" | "mern" | "pern" | "t3" | "uniwind")[];
|
|
9209
9355
|
declare const ASTRO_INTEGRATION_VALUES: ("none" | "svelte" | "solid" | "react" | "vue")[];
|
|
9210
9356
|
declare const AI_VALUES: ("none" | "vercel-ai" | "mastra" | "voltagent" | "langgraph" | "openai-agents" | "google-adk" | "modelfusion" | "langchain" | "llamaindex" | "tanstack-ai" | "ai-cli")[];
|
|
9211
|
-
declare const EFFECT_VALUES: ("
|
|
9357
|
+
declare const EFFECT_VALUES: ("none" | "effect" | "effect-full")[];
|
|
9212
9358
|
declare const STATE_MANAGEMENT_VALUES: ("none" | "zustand" | "jotai" | "nanostores" | "redux-toolkit" | "mobx" | "xstate" | "valtio" | "tanstack-store" | "legend-state")[];
|
|
9213
9359
|
declare const FORMS_VALUES: ("none" | "tanstack-form" | "react-hook-form" | "formik" | "final-form" | "conform" | "modular-forms")[];
|
|
9214
9360
|
declare const TESTING_VALUES: ("none" | "vitest" | "playwright" | "vitest-playwright" | "jest" | "cypress")[];
|
|
@@ -9225,17 +9371,18 @@ declare const OBSERVABILITY_VALUES: ("none" | "opentelemetry" | "sentry" | "graf
|
|
|
9225
9371
|
declare const FEATURE_FLAGS_VALUES: ("none" | "growthbook" | "posthog" | "launchdarkly" | "flagsmith" | "unleash")[];
|
|
9226
9372
|
declare const ANALYTICS_VALUES: ("none" | "plausible" | "umami")[];
|
|
9227
9373
|
declare const MOBILE_NAVIGATION_VALUES: ("none" | "expo-router" | "react-navigation")[];
|
|
9228
|
-
declare const MOBILE_UI_VALUES: ("none" | "
|
|
9374
|
+
declare const MOBILE_UI_VALUES: ("none" | "uniwind" | "tamagui" | "gluestack-ui" | "unistyles")[];
|
|
9229
9375
|
declare const MOBILE_STORAGE_VALUES: ("none" | "mmkv")[];
|
|
9230
9376
|
declare const MOBILE_TESTING_VALUES: ("none" | "maestro" | "react-native-testing-library" | "maestro-react-native-testing-library")[];
|
|
9231
9377
|
declare const MOBILE_PUSH_VALUES: ("none" | "expo-notifications")[];
|
|
9232
9378
|
declare const MOBILE_OTA_VALUES: ("none" | "expo-updates")[];
|
|
9233
9379
|
declare const MOBILE_DEEP_LINKING_VALUES: ("none" | "expo-linking")[];
|
|
9234
|
-
declare const CMS_VALUES: ("none" | "payload" | "sanity" | "strapi" | "tinacms" | "directus")[];
|
|
9380
|
+
declare const CMS_VALUES: ("none" | "payload" | "sanity" | "strapi" | "tinacms" | "directus" | "keystatic")[];
|
|
9235
9381
|
declare const CACHING_VALUES: ("none" | "upstash-redis")[];
|
|
9236
9382
|
declare const RATE_LIMIT_VALUES: ("none" | "arcjet" | "upstash-ratelimit")[];
|
|
9237
|
-
declare const I18N_VALUES: ("none" | "i18next" | "next-intl")[];
|
|
9238
|
-
declare const SEARCH_VALUES: ("none" | "meilisearch" | "typesense" | "elasticsearch" | "algolia")[];
|
|
9383
|
+
declare const I18N_VALUES: ("none" | "paraglide" | "i18next" | "next-intl")[];
|
|
9384
|
+
declare const SEARCH_VALUES: ("none" | "meilisearch" | "typesense" | "elasticsearch" | "opensearch" | "algolia")[];
|
|
9385
|
+
declare const VECTOR_DB_VALUES: ("none" | "pgvector" | "qdrant" | "chroma" | "pinecone")[];
|
|
9239
9386
|
declare const FILE_STORAGE_VALUES: ("none" | "s3" | "r2" | "cloudinary")[];
|
|
9240
9387
|
declare const ECOSYSTEM_VALUES: ("typescript" | "react-native" | "rust" | "python" | "go" | "java" | "elixir" | "dotnet")[];
|
|
9241
9388
|
declare const RUST_WEB_FRAMEWORK_VALUES: ("none" | "axum" | "actix-web" | "rocket")[];
|
|
@@ -9243,7 +9390,7 @@ declare const RUST_FRONTEND_VALUES: ("none" | "leptos" | "dioxus")[];
|
|
|
9243
9390
|
declare const RUST_ORM_VALUES: ("none" | "sea-orm" | "sqlx" | "diesel")[];
|
|
9244
9391
|
declare const RUST_API_VALUES: ("none" | "tonic" | "async-graphql")[];
|
|
9245
9392
|
declare const RUST_CLI_VALUES: ("none" | "clap" | "ratatui")[];
|
|
9246
|
-
declare const RUST_LIBRARIES_VALUES: ("
|
|
9393
|
+
declare const RUST_LIBRARIES_VALUES: ("none" | "serde" | "uuid" | "chrono" | "reqwest" | "config" | "dashmap" | "parking-lot" | "secrecy" | "tokio-util" | "utoipa" | "validator" | "jsonwebtoken" | "argon2" | "tokio-test" | "mockall" | "proptest" | "insta")[];
|
|
9247
9394
|
declare const RUST_LOGGING_VALUES: ("none" | "tracing" | "env-logger")[];
|
|
9248
9395
|
declare const RUST_ERROR_HANDLING_VALUES: ("none" | "anyhow-thiserror" | "eyre")[];
|
|
9249
9396
|
declare const RUST_CACHING_VALUES: ("none" | "redis" | "moka")[];
|
|
@@ -9301,7 +9448,7 @@ declare const ELIXIR_WEB_FRAMEWORK_VALUES: ("none" | "phoenix" | "phoenix-live-v
|
|
|
9301
9448
|
declare const ELIXIR_ORM_VALUES: ("none" | "ecto" | "ecto-sql")[];
|
|
9302
9449
|
declare const ELIXIR_AUTH_VALUES: ("none" | "phx-gen-auth" | "ueberauth" | "guardian")[];
|
|
9303
9450
|
declare const ELIXIR_API_VALUES: ("none" | "rest" | "absinthe" | "grpc")[];
|
|
9304
|
-
declare const ELIXIR_LIBRARIES_VALUES: ("none" | "
|
|
9451
|
+
declare const ELIXIR_LIBRARIES_VALUES: ("none" | "nx" | "broadway")[];
|
|
9305
9452
|
declare const ELIXIR_REALTIME_VALUES: ("none" | "channels" | "presence" | "pubsub" | "live-view-streams")[];
|
|
9306
9453
|
declare const ELIXIR_JOBS_VALUES: ("none" | "oban" | "quantum")[];
|
|
9307
9454
|
declare const ELIXIR_VALIDATION_VALUES: ("none" | "ecto-changesets" | "nimble-options")[];
|
|
@@ -9320,7 +9467,7 @@ declare const SHADCN_ICON_LIBRARY_VALUES: ("lucide" | "tabler" | "hugeicons" | "
|
|
|
9320
9467
|
declare const SHADCN_COLOR_THEME_VALUES: ("neutral" | "stone" | "zinc" | "gray" | "amber" | "blue" | "cyan" | "emerald" | "fuchsia" | "green" | "indigo" | "lime" | "orange" | "pink" | "purple" | "red" | "rose" | "sky" | "teal" | "violet" | "yellow")[];
|
|
9321
9468
|
declare const SHADCN_BASE_COLOR_VALUES: ("neutral" | "stone" | "zinc" | "gray")[];
|
|
9322
9469
|
declare const SHADCN_FONT_VALUES: ("inter" | "geist" | "noto-sans" | "nunito-sans" | "figtree" | "roboto" | "raleway" | "dm-sans" | "public-sans" | "outfit" | "jetbrains-mono" | "geist-mono")[];
|
|
9323
|
-
declare const SHADCN_RADIUS_VALUES: ("
|
|
9470
|
+
declare const SHADCN_RADIUS_VALUES: ("none" | "default" | "small" | "medium" | "large")[];
|
|
9324
9471
|
//#endregion
|
|
9325
|
-
export { DotnetJobQueueSchema as $, TemplateSchema as $i, MOBILE_STORAGE_VALUES as $n, RUST_CLI_VALUES as $r, FileUploadSchema as $t, CachingSchema as A, SHADCN_BASE_VALUES as Ai, JAVA_AUTH_VALUES as An, PaymentsSchema as Ar, ElixirCachingSchema as At, DOTNET_OBSERVABILITY_VALUES as B, ShadcnBaseSchema as Bi, JavaBuildToolSchema as Bn, PythonOrmSchema as Br, ElixirRealtimeSchema as Bt, BetterTStackConfigSchema as C, RustOrmSchema as Ci, GoRealtimeSchema as Cn, PYTHON_QUALITY_VALUES as Cr, ELIXIR_WEB_FRAMEWORK_VALUES as Ct, CMS_VALUES as D, SEARCH_VALUES as Di, I18nSchema as Dn, PYTHON_VALIDATION_VALUES as Dr, EffectSchema as Dt, CMSSchema as E, RustWebFrameworkSchema as Ei, I18N_VALUES as En, PYTHON_TESTING_VALUES as Er, EcosystemSchema as Et, DOTNET_API_VALUES as F, SHADCN_STYLE_VALUES as Fi, JAVA_TESTING_LIBRARIES_VALUES as Fn, PythonAuthSchema as Fr, ElixirJsonSchema as Ft, DOTNET_WEB_FRAMEWORK_VALUES as G, ShadcnStyleSchema as Gi, JavaWebFrameworkSchema as Gn, PythonValidationSchema as Gr, ExamplesSchema as Gt, DOTNET_REALTIME_VALUES as H, ShadcnFontSchema as Hi, JavaLoggingSchema as Hn, PythonRealtimeSchema as Hr, ElixirValidationSchema as Ht, DOTNET_AUTH_VALUES as I, STATE_MANAGEMENT_VALUES as Ii, JAVA_WEB_FRAMEWORK_VALUES as In, PythonCachingSchema as Ir, ElixirLibrariesSchema as It, DirectoryConflictSchema as J, StackPartSchema as Ji, LoggingSchema as Jn, REALTIME_VALUES as Jr, FILE_UPLOAD_VALUES as Jt, DatabaseSchema as K, StackPartEcosystemSchema as Ki, JobQueueSchema as Kn, PythonWebFrameworkSchema as Kr, FEATURE_FLAGS_VALUES as Kt, DOTNET_CACHING_VALUES as L, SearchSchema as Li, JOB_QUEUE_VALUES as Ln, PythonCliSchema as Lr, ElixirObservabilitySchema as Lt, DATABASE_SETUP_VALUES as M, SHADCN_FONT_VALUES as Mi, JAVA_LIBRARIES_VALUES as Mn, ProjectNameSchema as Mr, ElixirEmailSchema as Mt, DATABASE_VALUES as N, SHADCN_ICON_LIBRARY_VALUES as Ni, JAVA_LOGGING_VALUES as Nn, PythonAiSchema as Nr, ElixirHttpSchema as Nt, CSSFrameworkSchema as O, SERVER_DEPLOY_VALUES as Oi, InitResultSchema as On, PYTHON_WEB_FRAMEWORK_VALUES as Or, ElixirApiSchema as Ot, DIRECTORY_CONFLICT_VALUES as P, SHADCN_RADIUS_VALUES as Pi, JAVA_ORM_VALUES as Pn, PythonApiSchema as Pr, ElixirJobsSchema as Pt, DotnetDeploySchema as Q, TESTING_VALUES as Qi, MOBILE_PUSH_VALUES as Qn, RUST_CACHING_VALUES as Qr, FileStorageSchema as Qt, DOTNET_DEPLOY_VALUES as R, ServerDeploySchema as Ri, JavaApiSchema as Rn, PythonGraphqlSchema as Rr, ElixirOrmSchema as Rt, BetterTStackConfigFileSchema as S, RustObservabilitySchema as Si, GoOrmSchema as Sn, PYTHON_ORM_VALUES as Sr, ELIXIR_VALIDATION_VALUES as St, CLIInputSchema as T, RustTemplatingSchema as Ti, GoWebFrameworkSchema as Tn, PYTHON_TASK_QUEUE_VALUES as Tr, EXAMPLES_VALUES as Tt, DOTNET_TESTING_VALUES as U, ShadcnIconLibrarySchema as Ui, JavaOrmSchema as Un, PythonTaskQueueSchema as Ur, ElixirWebFrameworkSchema as Ut, DOTNET_ORM_VALUES as V, ShadcnColorThemeSchema as Vi, JavaLibrariesSchema as Vn, PythonQualitySchema as Vr, ElixirTestingSchema as Vt, DOTNET_VALIDATION_VALUES as W, ShadcnRadiusSchema as Wi, JavaTestingLibrariesSchema as Wn, PythonTestingSchema as Wr, EmailSchema as Wt, DotnetAuthSchema as X, StateManagementSchema as Xi, MOBILE_NAVIGATION_VALUES as Xn, RUST_API_VALUES as Xr, FRONTEND_VALUES as Xt, DotnetApiSchema as Y, StackPartSourceSchema as Yi, MOBILE_DEEP_LINKING_VALUES as Yn, RUNTIME_VALUES as Yr, FORMS_VALUES as Yt, DotnetCachingSchema as Z, TEMPLATE_VALUES as Zi, MOBILE_OTA_VALUES as Zn, RUST_AUTH_VALUES as Zr, FeatureFlagsSchema as Zt, AuthSchema as _, RustErrorHandlingSchema as _i, GoCliSchema as _n, PYTHON_AUTH_VALUES as _r, ELIXIR_OBSERVABILITY_VALUES as _t, ANALYTICS_VALUES as a,
|
|
9326
|
-
//# sourceMappingURL=schemas-
|
|
9472
|
+
export { DotnetJobQueueSchema as $, TemplateSchema as $i, MOBILE_STORAGE_VALUES as $n, RUST_CLI_VALUES as $r, FileUploadSchema as $t, CachingSchema as A, SHADCN_BASE_VALUES as Ai, JAVA_AUTH_VALUES as An, PaymentsSchema as Ar, ElixirCachingSchema as At, DOTNET_OBSERVABILITY_VALUES as B, ShadcnBaseSchema as Bi, JavaBuildToolSchema as Bn, PythonOrmSchema as Br, ElixirRealtimeSchema as Bt, BetterTStackConfigSchema as C, RustOrmSchema as Ci, GoRealtimeSchema as Cn, PYTHON_QUALITY_VALUES as Cr, ELIXIR_WEB_FRAMEWORK_VALUES as Ct, CMS_VALUES as D, SEARCH_VALUES as Di, I18nSchema as Dn, PYTHON_VALIDATION_VALUES as Dr, EffectSchema as Dt, CMSSchema as E, RustWebFrameworkSchema as Ei, I18N_VALUES as En, PYTHON_TESTING_VALUES as Er, EcosystemSchema as Et, DOTNET_API_VALUES as F, SHADCN_STYLE_VALUES as Fi, JAVA_TESTING_LIBRARIES_VALUES as Fn, PythonAuthSchema as Fr, ElixirJsonSchema as Ft, DOTNET_WEB_FRAMEWORK_VALUES as G, ShadcnStyleSchema as Gi, JavaWebFrameworkSchema as Gn, PythonValidationSchema as Gr, ExamplesSchema as Gt, DOTNET_REALTIME_VALUES as H, ShadcnFontSchema as Hi, JavaLoggingSchema as Hn, PythonRealtimeSchema as Hr, ElixirValidationSchema as Ht, DOTNET_AUTH_VALUES as I, STATE_MANAGEMENT_VALUES as Ii, JAVA_WEB_FRAMEWORK_VALUES as In, PythonCachingSchema as Ir, ElixirLibrariesSchema as It, DirectoryConflictSchema as J, StackPartSchema as Ji, LoggingSchema as Jn, REALTIME_VALUES as Jr, FILE_UPLOAD_VALUES as Jt, DatabaseSchema as K, StackPartEcosystemSchema as Ki, JobQueueSchema as Kn, PythonWebFrameworkSchema as Kr, FEATURE_FLAGS_VALUES as Kt, DOTNET_CACHING_VALUES as L, SearchSchema as Li, JOB_QUEUE_VALUES as Ln, PythonCliSchema as Lr, ElixirObservabilitySchema as Lt, DATABASE_SETUP_VALUES as M, SHADCN_FONT_VALUES as Mi, JAVA_LIBRARIES_VALUES as Mn, ProjectNameSchema as Mr, ElixirEmailSchema as Mt, DATABASE_VALUES as N, SHADCN_ICON_LIBRARY_VALUES as Ni, JAVA_LOGGING_VALUES as Nn, PythonAiSchema as Nr, ElixirHttpSchema as Nt, CSSFrameworkSchema as O, SERVER_DEPLOY_VALUES as Oi, InitResultSchema as On, PYTHON_WEB_FRAMEWORK_VALUES as Or, ElixirApiSchema as Ot, DIRECTORY_CONFLICT_VALUES as P, SHADCN_RADIUS_VALUES as Pi, JAVA_ORM_VALUES as Pn, PythonApiSchema as Pr, ElixirJobsSchema as Pt, DotnetDeploySchema as Q, TESTING_VALUES as Qi, MOBILE_PUSH_VALUES as Qn, RUST_CACHING_VALUES as Qr, FileStorageSchema as Qt, DOTNET_DEPLOY_VALUES as R, ServerDeploySchema as Ri, JavaApiSchema as Rn, PythonGraphqlSchema as Rr, ElixirOrmSchema as Rt, BetterTStackConfigFileSchema as S, RustObservabilitySchema as Si, GoOrmSchema as Sn, PYTHON_ORM_VALUES as Sr, ELIXIR_VALIDATION_VALUES as St, CLIInputSchema as T, RustTemplatingSchema as Ti, GoWebFrameworkSchema as Tn, PYTHON_TASK_QUEUE_VALUES as Tr, EXAMPLES_VALUES as Tt, DOTNET_TESTING_VALUES as U, ShadcnIconLibrarySchema as Ui, JavaOrmSchema as Un, PythonTaskQueueSchema as Ur, ElixirWebFrameworkSchema as Ut, DOTNET_ORM_VALUES as V, ShadcnColorThemeSchema as Vi, JavaLibrariesSchema as Vn, PythonQualitySchema as Vr, ElixirTestingSchema as Vt, DOTNET_VALIDATION_VALUES as W, ShadcnRadiusSchema as Wi, JavaTestingLibrariesSchema as Wn, PythonTestingSchema as Wr, EmailSchema as Wt, DotnetAuthSchema as X, StateManagementSchema as Xi, MOBILE_NAVIGATION_VALUES as Xn, RUST_API_VALUES as Xr, FRONTEND_VALUES as Xt, DotnetApiSchema as Y, StackPartSourceSchema as Yi, MOBILE_DEEP_LINKING_VALUES as Yn, RUNTIME_VALUES as Yr, FORMS_VALUES as Yt, DotnetCachingSchema as Z, TEMPLATE_VALUES as Zi, MOBILE_OTA_VALUES as Zn, RUST_AUTH_VALUES as Zr, FeatureFlagsSchema as Zt, AuthSchema as _, RustErrorHandlingSchema as _i, GoCliSchema as _n, PYTHON_AUTH_VALUES as _r, ELIXIR_OBSERVABILITY_VALUES as _t, ANALYTICS_VALUES as a, VERSION_CHANNEL_VALUES as aa, RUST_OBSERVABILITY_VALUES as ai, GO_CLI_VALUES as an, MobilePushSchema as ar, DotnetWebFrameworkSchema as at, BetterFullstackConfigFileSchema as b, RustLoggingSchema as bi, GoMessageQueueSchema as bn, PYTHON_GRAPHQL_VALUES as br, ELIXIR_REALTIME_VALUES as bt, API_VALUES as c, VersionChannelSchema as ca, RUST_TEMPLATING_VALUES as ci, GO_MESSAGE_QUEUE_VALUES as cn, MobileUISchema as cr, ELIXIR_API_VALUES as ct, AddInputSchema as d, RealtimeSchema as di, GO_REALTIME_VALUES as dn, ORM_VALUES as dr, ELIXIR_DEPLOY_VALUES as dt, TestingSchema as ea, RUST_ERROR_HANDLING_VALUES as ei, FormsSchema as en, MOBILE_TESTING_VALUES as er, DotnetObservabilitySchema as et, AddonsSchema as f, RuntimeSchema as fi, GO_TESTING_VALUES as fn, ObservabilitySchema as fr, ELIXIR_EMAIL_VALUES as ft, AstroIntegrationSchema as g, RustCliSchema as gi, GoCachingSchema as gn, PYTHON_API_VALUES as gr, ELIXIR_LIBRARIES_VALUES as gt, AnimationSchema as h, RustCachingSchema as hi, GoAuthSchema as hn, PYTHON_AI_VALUES as hr, ELIXIR_JSON_VALUES as ht, AI_VALUES as i, VECTOR_DB_VALUES as ia, RUST_MESSAGE_QUEUE_VALUES as ii, GO_CACHING_VALUES as in, MobileOTASchema as ir, DotnetValidationSchema as it, CreateInputSchema as j, SHADCN_COLOR_THEME_VALUES as ji, JAVA_BUILD_TOOL_VALUES as jn, ProjectConfigSchema as jr, ElixirDeploySchema as jt, CSS_FRAMEWORK_VALUES as k, SHADCN_BASE_COLOR_VALUES as ki, JAVA_API_VALUES as kn, PackageManagerSchema as kr, ElixirAuthSchema as kt, ASTRO_INTEGRATION_VALUES as l, WEB_DEPLOY_VALUES as la, RUST_WEB_FRAMEWORK_VALUES as li, GO_OBSERVABILITY_VALUES as ln, OBSERVABILITY_VALUES as lr, ELIXIR_AUTH_VALUES as lt, AnalyticsSchema as m, RustAuthSchema as mi, GoApiSchema as mn, PAYMENTS_VALUES as mr, ELIXIR_JOBS_VALUES as mt, AISchema as n, UI_LIBRARY_VALUES as na, RUST_LIBRARIES_VALUES as ni, GO_API_VALUES as nn, MobileDeepLinkingSchema as nr, DotnetRealtimeSchema as nt, ANIMATION_VALUES as o, ValidationSchema as oa, RUST_ORM_VALUES as oi, GO_CONFIG_VALUES as on, MobileStorageSchema as or, ECOSYSTEM_VALUES as ot, AiDocsSchema as p, RustApiSchema as pi, GO_WEB_FRAMEWORK_VALUES as pn, PACKAGE_MANAGER_VALUES as pr, ELIXIR_HTTP_VALUES as pt, DatabaseSetupSchema as q, StackPartRoleSchema as qi, LOGGING_VALUES as qn, RATE_LIMIT_VALUES as qr, FILE_STORAGE_VALUES as qt, AI_DOCS_VALUES as r, VALIDATION_VALUES as ra, RUST_LOGGING_VALUES as ri, GO_AUTH_VALUES as rn, MobileNavigationSchema as rr, DotnetTestingSchema as rt, APISchema as s, VectorDbSchema as sa, RUST_REALTIME_VALUES as si, GO_LOGGING_VALUES as sn, MobileTestingSchema as sr, EFFECT_VALUES as st, ADDONS_VALUES as t, UILibrarySchema as ta, RUST_FRONTEND_VALUES as ti, FrontendSchema as tn, MOBILE_UI_VALUES as tr, DotnetOrmSchema as tt, AUTH_VALUES as u, WebDeploySchema as ua, RateLimitSchema as ui, GO_ORM_VALUES as un, ORMSchema as ur, ELIXIR_CACHING_VALUES as ut, BACKEND_VALUES as v, RustFrontendSchema as vi, GoConfigSchema as vn, PYTHON_CACHING_VALUES as vr, ELIXIR_ORM_VALUES as vt, CACHING_VALUES as w, RustRealtimeSchema as wi, GoTestingSchema as wn, PYTHON_REALTIME_VALUES as wr, EMAIL_VALUES as wt, BetterFullstackConfigSchema as x, RustMessageQueueSchema as xi, GoObservabilitySchema as xn, PYTHON_OBSERVABILITY_VALUES as xr, ELIXIR_TESTING_VALUES as xt, BackendSchema as y, RustLibrariesSchema as yi, GoLoggingSchema as yn, PYTHON_CLI_VALUES as yr, ELIXIR_QUALITY_VALUES as yt, DOTNET_JOB_QUEUE_VALUES as z, ShadcnBaseColorSchema as zi, JavaAuthSchema as zn, PythonObservabilitySchema as zr, ElixirQualitySchema as zt };
|
|
9473
|
+
//# sourceMappingURL=schemas-jMCVu0xX.d.mts.map
|