@better-fullstack/types 2.6.2 → 2.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{defaults-CZeSVSu8.d.mts → defaults-c1Q6oSGr.d.mts} +2 -2
- package/dist/defaults-c1Q6oSGr.d.mts.map +1 -0
- package/dist/defaults.d.mts +3 -3
- package/dist/index.d.mts +19 -19
- package/dist/index.d.mts.map +1 -1
- package/dist/json-schema.d.mts +356 -356
- package/dist/json-schema.d.mts.map +1 -1
- package/dist/{schemas-82xJXQrZ.d.mts → schemas-byZ-ZfU_.d.mts} +634 -634
- package/dist/schemas-byZ-ZfU_.d.mts.map +1 -0
- package/dist/schemas.d.mts +1 -1
- package/dist/{stack-graph-DG53F1Q2.d.mts → stack-graph-BuGqVDuz.d.mts} +2 -2
- package/dist/{stack-graph-DG53F1Q2.d.mts.map → stack-graph-BuGqVDuz.d.mts.map} +1 -1
- package/dist/stack-graph.d.mts +3 -3
- package/dist/{stack-translation-0OwfhcBf.d.mts → stack-translation-PRZPaQP4.d.mts} +3 -3
- package/dist/{stack-translation-0OwfhcBf.d.mts.map → stack-translation-PRZPaQP4.d.mts.map} +1 -1
- package/dist/stack-translation.d.mts +4 -4
- package/dist/{types-CfEIdtDo.d.mts → types-DA-r_8X7.d.mts} +2 -2
- package/dist/{types-CfEIdtDo.d.mts.map → types-DA-r_8X7.d.mts.map} +1 -1
- package/dist/types.d.mts +2 -2
- package/package.json +1 -1
- package/dist/defaults-CZeSVSu8.d.mts.map +0 -1
- package/dist/schemas-82xJXQrZ.d.mts.map +0 -1
|
@@ -22,28 +22,14 @@ declare const StackPartEcosystemSchema: z.ZodUnion<readonly [z.ZodEnum<{
|
|
|
22
22
|
dotnet: "dotnet";
|
|
23
23
|
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
24
24
|
declare const StackPartRoleSchema: z.ZodEnum<{
|
|
25
|
-
|
|
26
|
-
ai: "ai";
|
|
27
|
-
frontend: "frontend";
|
|
25
|
+
runtime: "runtime";
|
|
28
26
|
backend: "backend";
|
|
29
|
-
mobile: "mobile";
|
|
30
27
|
database: "database";
|
|
31
28
|
orm: "orm";
|
|
29
|
+
dbSetup: "dbSetup";
|
|
32
30
|
auth: "auth";
|
|
33
31
|
payments: "payments";
|
|
34
|
-
examples: "examples";
|
|
35
|
-
packageManager: "packageManager";
|
|
36
|
-
dbSetup: "dbSetup";
|
|
37
|
-
runtime: "runtime";
|
|
38
|
-
api: "api";
|
|
39
|
-
stateManagement: "stateManagement";
|
|
40
|
-
forms: "forms";
|
|
41
|
-
testing: "testing";
|
|
42
32
|
email: "email";
|
|
43
|
-
validation: "validation";
|
|
44
|
-
realtime: "realtime";
|
|
45
|
-
jobQueue: "jobQueue";
|
|
46
|
-
animation: "animation";
|
|
47
33
|
fileUpload: "fileUpload";
|
|
48
34
|
logging: "logging";
|
|
49
35
|
observability: "observability";
|
|
@@ -51,40 +37,53 @@ declare const StackPartRoleSchema: z.ZodEnum<{
|
|
|
51
37
|
integrations: "integrations";
|
|
52
38
|
ecommerce: "ecommerce";
|
|
53
39
|
analytics: "analytics";
|
|
54
|
-
|
|
40
|
+
stateManagement: "stateManagement";
|
|
41
|
+
forms: "forms";
|
|
42
|
+
validation: "validation";
|
|
43
|
+
testing: "testing";
|
|
44
|
+
realtime: "realtime";
|
|
45
|
+
jobQueue: "jobQueue";
|
|
55
46
|
caching: "caching";
|
|
56
47
|
rateLimit: "rateLimit";
|
|
57
48
|
botProtection: "botProtection";
|
|
49
|
+
animation: "animation";
|
|
50
|
+
cms: "cms";
|
|
58
51
|
i18n: "i18n";
|
|
59
52
|
search: "search";
|
|
60
53
|
vectorDb: "vectorDb";
|
|
61
54
|
fileStorage: "fileStorage";
|
|
62
|
-
|
|
55
|
+
codeQuality: "codeQuality";
|
|
56
|
+
documentation: "documentation";
|
|
57
|
+
packageManager: "packageManager";
|
|
58
|
+
examples: "examples";
|
|
59
|
+
api: "api";
|
|
60
|
+
workspaceRunner: "workspaceRunner";
|
|
61
|
+
gitHooks: "gitHooks";
|
|
62
|
+
staticAnalysis: "staticAnalysis";
|
|
63
|
+
aiTooling: "aiTooling";
|
|
64
|
+
codeGeneration: "codeGeneration";
|
|
65
|
+
developerEnvironment: "developerEnvironment";
|
|
66
|
+
containerOrchestration: "containerOrchestration";
|
|
67
|
+
apiGateway: "apiGateway";
|
|
68
|
+
continuousIntegration: "continuousIntegration";
|
|
69
|
+
ai: "ai";
|
|
70
|
+
effect: "effect";
|
|
71
|
+
css: "css";
|
|
72
|
+
ui: "ui";
|
|
73
|
+
push: "push";
|
|
74
|
+
frontend: "frontend";
|
|
75
|
+
mobile: "mobile";
|
|
63
76
|
graphql: "graphql";
|
|
64
77
|
deploy: "deploy";
|
|
65
78
|
migrations: "migrations";
|
|
66
79
|
navigation: "navigation";
|
|
67
|
-
ui: "ui";
|
|
68
|
-
css: "css";
|
|
69
80
|
storage: "storage";
|
|
70
|
-
push: "push";
|
|
71
81
|
ota: "ota";
|
|
72
82
|
deepLinking: "deepLinking";
|
|
73
|
-
documentation: "documentation";
|
|
74
|
-
codeQuality: "codeQuality";
|
|
75
83
|
appPlatform: "appPlatform";
|
|
76
84
|
dataFetching: "dataFetching";
|
|
77
85
|
workspaceTooling: "workspaceTooling";
|
|
78
86
|
toolchain: "toolchain";
|
|
79
|
-
workspaceRunner: "workspaceRunner";
|
|
80
|
-
gitHooks: "gitHooks";
|
|
81
|
-
staticAnalysis: "staticAnalysis";
|
|
82
|
-
aiTooling: "aiTooling";
|
|
83
|
-
codeGeneration: "codeGeneration";
|
|
84
|
-
developerEnvironment: "developerEnvironment";
|
|
85
|
-
containerOrchestration: "containerOrchestration";
|
|
86
|
-
apiGateway: "apiGateway";
|
|
87
|
-
continuousIntegration: "continuousIntegration";
|
|
88
87
|
backendUtilities: "backendUtilities";
|
|
89
88
|
language: "language";
|
|
90
89
|
buildTool: "buildTool";
|
|
@@ -92,6 +91,7 @@ declare const StackPartRoleSchema: z.ZodEnum<{
|
|
|
92
91
|
errorHandling: "errorHandling";
|
|
93
92
|
httpClient: "httpClient";
|
|
94
93
|
libraries: "libraries";
|
|
94
|
+
config: "config";
|
|
95
95
|
templating: "templating";
|
|
96
96
|
cloudSdk: "cloudSdk";
|
|
97
97
|
data: "data";
|
|
@@ -109,28 +109,14 @@ declare const StackPartSourceSchema: z.ZodEnum<{
|
|
|
109
109
|
declare const StackPartSchema: z.ZodObject<{
|
|
110
110
|
id: z.ZodString;
|
|
111
111
|
role: z.ZodEnum<{
|
|
112
|
-
|
|
113
|
-
ai: "ai";
|
|
114
|
-
frontend: "frontend";
|
|
112
|
+
runtime: "runtime";
|
|
115
113
|
backend: "backend";
|
|
116
|
-
mobile: "mobile";
|
|
117
114
|
database: "database";
|
|
118
115
|
orm: "orm";
|
|
116
|
+
dbSetup: "dbSetup";
|
|
119
117
|
auth: "auth";
|
|
120
118
|
payments: "payments";
|
|
121
|
-
examples: "examples";
|
|
122
|
-
packageManager: "packageManager";
|
|
123
|
-
dbSetup: "dbSetup";
|
|
124
|
-
runtime: "runtime";
|
|
125
|
-
api: "api";
|
|
126
|
-
stateManagement: "stateManagement";
|
|
127
|
-
forms: "forms";
|
|
128
|
-
testing: "testing";
|
|
129
119
|
email: "email";
|
|
130
|
-
validation: "validation";
|
|
131
|
-
realtime: "realtime";
|
|
132
|
-
jobQueue: "jobQueue";
|
|
133
|
-
animation: "animation";
|
|
134
120
|
fileUpload: "fileUpload";
|
|
135
121
|
logging: "logging";
|
|
136
122
|
observability: "observability";
|
|
@@ -138,40 +124,53 @@ declare const StackPartSchema: z.ZodObject<{
|
|
|
138
124
|
integrations: "integrations";
|
|
139
125
|
ecommerce: "ecommerce";
|
|
140
126
|
analytics: "analytics";
|
|
141
|
-
|
|
127
|
+
stateManagement: "stateManagement";
|
|
128
|
+
forms: "forms";
|
|
129
|
+
validation: "validation";
|
|
130
|
+
testing: "testing";
|
|
131
|
+
realtime: "realtime";
|
|
132
|
+
jobQueue: "jobQueue";
|
|
142
133
|
caching: "caching";
|
|
143
134
|
rateLimit: "rateLimit";
|
|
144
135
|
botProtection: "botProtection";
|
|
136
|
+
animation: "animation";
|
|
137
|
+
cms: "cms";
|
|
145
138
|
i18n: "i18n";
|
|
146
139
|
search: "search";
|
|
147
140
|
vectorDb: "vectorDb";
|
|
148
141
|
fileStorage: "fileStorage";
|
|
149
|
-
|
|
142
|
+
codeQuality: "codeQuality";
|
|
143
|
+
documentation: "documentation";
|
|
144
|
+
packageManager: "packageManager";
|
|
145
|
+
examples: "examples";
|
|
146
|
+
api: "api";
|
|
147
|
+
workspaceRunner: "workspaceRunner";
|
|
148
|
+
gitHooks: "gitHooks";
|
|
149
|
+
staticAnalysis: "staticAnalysis";
|
|
150
|
+
aiTooling: "aiTooling";
|
|
151
|
+
codeGeneration: "codeGeneration";
|
|
152
|
+
developerEnvironment: "developerEnvironment";
|
|
153
|
+
containerOrchestration: "containerOrchestration";
|
|
154
|
+
apiGateway: "apiGateway";
|
|
155
|
+
continuousIntegration: "continuousIntegration";
|
|
156
|
+
ai: "ai";
|
|
157
|
+
effect: "effect";
|
|
158
|
+
css: "css";
|
|
159
|
+
ui: "ui";
|
|
160
|
+
push: "push";
|
|
161
|
+
frontend: "frontend";
|
|
162
|
+
mobile: "mobile";
|
|
150
163
|
graphql: "graphql";
|
|
151
164
|
deploy: "deploy";
|
|
152
165
|
migrations: "migrations";
|
|
153
166
|
navigation: "navigation";
|
|
154
|
-
ui: "ui";
|
|
155
|
-
css: "css";
|
|
156
167
|
storage: "storage";
|
|
157
|
-
push: "push";
|
|
158
168
|
ota: "ota";
|
|
159
169
|
deepLinking: "deepLinking";
|
|
160
|
-
documentation: "documentation";
|
|
161
|
-
codeQuality: "codeQuality";
|
|
162
170
|
appPlatform: "appPlatform";
|
|
163
171
|
dataFetching: "dataFetching";
|
|
164
172
|
workspaceTooling: "workspaceTooling";
|
|
165
173
|
toolchain: "toolchain";
|
|
166
|
-
workspaceRunner: "workspaceRunner";
|
|
167
|
-
gitHooks: "gitHooks";
|
|
168
|
-
staticAnalysis: "staticAnalysis";
|
|
169
|
-
aiTooling: "aiTooling";
|
|
170
|
-
codeGeneration: "codeGeneration";
|
|
171
|
-
developerEnvironment: "developerEnvironment";
|
|
172
|
-
containerOrchestration: "containerOrchestration";
|
|
173
|
-
apiGateway: "apiGateway";
|
|
174
|
-
continuousIntegration: "continuousIntegration";
|
|
175
174
|
backendUtilities: "backendUtilities";
|
|
176
175
|
language: "language";
|
|
177
176
|
buildTool: "buildTool";
|
|
@@ -179,6 +178,7 @@ declare const StackPartSchema: z.ZodObject<{
|
|
|
179
178
|
errorHandling: "errorHandling";
|
|
180
179
|
httpClient: "httpClient";
|
|
181
180
|
libraries: "libraries";
|
|
181
|
+
config: "config";
|
|
182
182
|
templating: "templating";
|
|
183
183
|
cloudSdk: "cloudSdk";
|
|
184
184
|
data: "data";
|
|
@@ -229,13 +229,13 @@ declare const ORMSchema: z.ZodEnum<{
|
|
|
229
229
|
sequelize: "sequelize";
|
|
230
230
|
}>;
|
|
231
231
|
declare const BackendSchema: z.ZodEnum<{
|
|
232
|
+
effect: "effect";
|
|
232
233
|
none: "none";
|
|
233
234
|
hono: "hono";
|
|
234
235
|
express: "express";
|
|
235
236
|
fastify: "fastify";
|
|
236
237
|
elysia: "elysia";
|
|
237
238
|
fets: "fets";
|
|
238
|
-
effect: "effect";
|
|
239
239
|
nestjs: "nestjs";
|
|
240
240
|
adonisjs: "adonisjs";
|
|
241
241
|
nitro: "nitro";
|
|
@@ -326,8 +326,8 @@ declare const AddonsSchema: z.ZodEnum<{
|
|
|
326
326
|
/** @deprecated Use tooling capability metadata and Stack Part role bindings. */
|
|
327
327
|
declare const APP_PLATFORM_ADDON_VALUES: readonly ["pwa", "tauri", "electron", "capacitor", "wxt", "opentui"];
|
|
328
328
|
declare const ExamplesSchema: z.ZodEnum<{
|
|
329
|
-
none: "none";
|
|
330
329
|
ai: "ai";
|
|
330
|
+
none: "none";
|
|
331
331
|
"chat-sdk": "chat-sdk";
|
|
332
332
|
"tanstack-showcase": "tanstack-showcase";
|
|
333
333
|
}>;
|
|
@@ -435,8 +435,8 @@ declare const AISchema: z.ZodEnum<{
|
|
|
435
435
|
"ai-cli": "ai-cli";
|
|
436
436
|
}>;
|
|
437
437
|
declare const EffectSchema: z.ZodEnum<{
|
|
438
|
-
none: "none";
|
|
439
438
|
effect: "effect";
|
|
439
|
+
none: "none";
|
|
440
440
|
"effect-full": "effect-full";
|
|
441
441
|
}>;
|
|
442
442
|
declare const StateManagementSchema: z.ZodEnum<{
|
|
@@ -491,9 +491,9 @@ declare const EmailSchema: z.ZodEnum<{
|
|
|
491
491
|
plunk: "plunk";
|
|
492
492
|
}>;
|
|
493
493
|
declare const RealtimeSchema: z.ZodEnum<{
|
|
494
|
+
ws: "ws";
|
|
494
495
|
none: "none";
|
|
495
496
|
"socket-io": "socket-io";
|
|
496
|
-
ws: "ws";
|
|
497
497
|
partykit: "partykit";
|
|
498
498
|
ably: "ably";
|
|
499
499
|
pusher: "pusher";
|
|
@@ -623,9 +623,9 @@ declare const MobileNavigationSchema: z.ZodEnum<{
|
|
|
623
623
|
}>;
|
|
624
624
|
declare const MobileUISchema: z.ZodEnum<{
|
|
625
625
|
none: "none";
|
|
626
|
-
uniwind: "uniwind";
|
|
627
626
|
tamagui: "tamagui";
|
|
628
627
|
"gluestack-ui": "gluestack-ui";
|
|
628
|
+
uniwind: "uniwind";
|
|
629
629
|
unistyles: "unistyles";
|
|
630
630
|
}>;
|
|
631
631
|
declare const MobileStorageSchema: z.ZodEnum<{
|
|
@@ -742,11 +742,11 @@ declare const RustCliSchema: z.ZodEnum<{
|
|
|
742
742
|
}>;
|
|
743
743
|
declare const RustLibrariesSchema: z.ZodEnum<{
|
|
744
744
|
none: "none";
|
|
745
|
+
config: "config";
|
|
745
746
|
serde: "serde";
|
|
746
747
|
uuid: "uuid";
|
|
747
748
|
chrono: "chrono";
|
|
748
749
|
reqwest: "reqwest";
|
|
749
|
-
config: "config";
|
|
750
750
|
dashmap: "dashmap";
|
|
751
751
|
"parking-lot": "parking-lot";
|
|
752
752
|
secrecy: "secrecy";
|
|
@@ -952,10 +952,10 @@ declare const GoWebFrameworkSchema: z.ZodEnum<{
|
|
|
952
952
|
httprouter: "httprouter";
|
|
953
953
|
}>;
|
|
954
954
|
declare const GoOrmSchema: z.ZodEnum<{
|
|
955
|
+
gorm: "gorm";
|
|
955
956
|
none: "none";
|
|
956
957
|
bun: "bun";
|
|
957
958
|
sqlx: "sqlx";
|
|
958
|
-
gorm: "gorm";
|
|
959
959
|
sqlc: "sqlc";
|
|
960
960
|
ent: "ent";
|
|
961
961
|
}>;
|
|
@@ -1364,6 +1364,7 @@ declare const CSSFrameworkSchema: z.ZodEnum<{
|
|
|
1364
1364
|
"styled-components": "styled-components";
|
|
1365
1365
|
}>;
|
|
1366
1366
|
declare const UILibrarySchema: z.ZodEnum<{
|
|
1367
|
+
mui: "mui";
|
|
1367
1368
|
none: "none";
|
|
1368
1369
|
"shadcn-ui": "shadcn-ui";
|
|
1369
1370
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -1374,7 +1375,6 @@ declare const UILibrarySchema: z.ZodEnum<{
|
|
|
1374
1375
|
"chakra-ui": "chakra-ui";
|
|
1375
1376
|
nextui: "nextui";
|
|
1376
1377
|
mantine: "mantine";
|
|
1377
|
-
mui: "mui";
|
|
1378
1378
|
antd: "antd";
|
|
1379
1379
|
"base-ui": "base-ui";
|
|
1380
1380
|
"ark-ui": "ark-ui";
|
|
@@ -1535,41 +1535,41 @@ declare const StackPartSettingsSchema: z.ZodObject<{
|
|
|
1535
1535
|
}>>;
|
|
1536
1536
|
}, z.core.$catchall<z.ZodUnknown>>;
|
|
1537
1537
|
declare const DirectoryConflictSchema: z.ZodEnum<{
|
|
1538
|
+
error: "error";
|
|
1538
1539
|
merge: "merge";
|
|
1539
1540
|
overwrite: "overwrite";
|
|
1540
1541
|
increment: "increment";
|
|
1541
|
-
error: "error";
|
|
1542
1542
|
}>;
|
|
1543
1543
|
declare const TemplateSchema: z.ZodEnum<{
|
|
1544
1544
|
none: "none";
|
|
1545
|
+
uniwind: "uniwind";
|
|
1545
1546
|
mern: "mern";
|
|
1546
1547
|
pern: "pern";
|
|
1547
1548
|
t3: "t3";
|
|
1548
1549
|
saas: "saas";
|
|
1549
|
-
uniwind: "uniwind";
|
|
1550
1550
|
}>;
|
|
1551
1551
|
declare const ProjectShapeSchema: z.ZodEnum<{
|
|
1552
|
-
fullstack: "fullstack";
|
|
1553
|
-
frontend: "frontend";
|
|
1554
1552
|
backend: "backend";
|
|
1553
|
+
frontend: "frontend";
|
|
1555
1554
|
mobile: "mobile";
|
|
1555
|
+
fullstack: "fullstack";
|
|
1556
1556
|
}>;
|
|
1557
1557
|
declare const ProjectNameSchema: z.ZodString;
|
|
1558
1558
|
declare const CreateInputSchema: z.ZodObject<{
|
|
1559
1559
|
projectName: z.ZodOptional<z.ZodString>;
|
|
1560
1560
|
template: z.ZodOptional<z.ZodEnum<{
|
|
1561
1561
|
none: "none";
|
|
1562
|
+
uniwind: "uniwind";
|
|
1562
1563
|
mern: "mern";
|
|
1563
1564
|
pern: "pern";
|
|
1564
1565
|
t3: "t3";
|
|
1565
1566
|
saas: "saas";
|
|
1566
|
-
uniwind: "uniwind";
|
|
1567
1567
|
}>>;
|
|
1568
1568
|
shape: z.ZodOptional<z.ZodEnum<{
|
|
1569
|
-
fullstack: "fullstack";
|
|
1570
|
-
frontend: "frontend";
|
|
1571
1569
|
backend: "backend";
|
|
1570
|
+
frontend: "frontend";
|
|
1572
1571
|
mobile: "mobile";
|
|
1572
|
+
fullstack: "fullstack";
|
|
1573
1573
|
}>>;
|
|
1574
1574
|
yes: z.ZodOptional<z.ZodBoolean>;
|
|
1575
1575
|
yolo: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1701,8 +1701,8 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1701
1701
|
capacitor: "capacitor";
|
|
1702
1702
|
}>>>;
|
|
1703
1703
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1704
|
-
none: "none";
|
|
1705
1704
|
ai: "ai";
|
|
1705
|
+
none: "none";
|
|
1706
1706
|
"chat-sdk": "chat-sdk";
|
|
1707
1707
|
"tanstack-showcase": "tanstack-showcase";
|
|
1708
1708
|
}>>>;
|
|
@@ -1736,13 +1736,13 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1736
1736
|
docker: "docker";
|
|
1737
1737
|
}>>;
|
|
1738
1738
|
backend: z.ZodOptional<z.ZodEnum<{
|
|
1739
|
+
effect: "effect";
|
|
1739
1740
|
none: "none";
|
|
1740
1741
|
hono: "hono";
|
|
1741
1742
|
express: "express";
|
|
1742
1743
|
fastify: "fastify";
|
|
1743
1744
|
elysia: "elysia";
|
|
1744
1745
|
fets: "fets";
|
|
1745
|
-
effect: "effect";
|
|
1746
1746
|
nestjs: "nestjs";
|
|
1747
1747
|
adonisjs: "adonisjs";
|
|
1748
1748
|
nitro: "nitro";
|
|
@@ -1789,10 +1789,10 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1789
1789
|
vercel: "vercel";
|
|
1790
1790
|
}>>;
|
|
1791
1791
|
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
1792
|
+
error: "error";
|
|
1792
1793
|
merge: "merge";
|
|
1793
1794
|
overwrite: "overwrite";
|
|
1794
1795
|
increment: "increment";
|
|
1795
|
-
error: "error";
|
|
1796
1796
|
}>>;
|
|
1797
1797
|
renderTitle: z.ZodOptional<z.ZodBoolean>;
|
|
1798
1798
|
disableAnalytics: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1821,8 +1821,8 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1821
1821
|
"ai-cli": "ai-cli";
|
|
1822
1822
|
}>>;
|
|
1823
1823
|
effect: z.ZodOptional<z.ZodEnum<{
|
|
1824
|
-
none: "none";
|
|
1825
1824
|
effect: "effect";
|
|
1825
|
+
none: "none";
|
|
1826
1826
|
"effect-full": "effect-full";
|
|
1827
1827
|
}>>;
|
|
1828
1828
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
@@ -1875,6 +1875,7 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1875
1875
|
"styled-components": "styled-components";
|
|
1876
1876
|
}>>;
|
|
1877
1877
|
uiLibrary: z.ZodOptional<z.ZodEnum<{
|
|
1878
|
+
mui: "mui";
|
|
1878
1879
|
none: "none";
|
|
1879
1880
|
"shadcn-ui": "shadcn-ui";
|
|
1880
1881
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -1885,7 +1886,6 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1885
1886
|
"chakra-ui": "chakra-ui";
|
|
1886
1887
|
nextui: "nextui";
|
|
1887
1888
|
mantine: "mantine";
|
|
1888
|
-
mui: "mui";
|
|
1889
1889
|
antd: "antd";
|
|
1890
1890
|
"base-ui": "base-ui";
|
|
1891
1891
|
"ark-ui": "ark-ui";
|
|
@@ -1974,9 +1974,9 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1974
1974
|
"effect-schema": "effect-schema";
|
|
1975
1975
|
}>>;
|
|
1976
1976
|
realtime: z.ZodOptional<z.ZodEnum<{
|
|
1977
|
+
ws: "ws";
|
|
1977
1978
|
none: "none";
|
|
1978
1979
|
"socket-io": "socket-io";
|
|
1979
|
-
ws: "ws";
|
|
1980
1980
|
partykit: "partykit";
|
|
1981
1981
|
ably: "ably";
|
|
1982
1982
|
pusher: "pusher";
|
|
@@ -2106,9 +2106,9 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
2106
2106
|
}>>;
|
|
2107
2107
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
2108
2108
|
none: "none";
|
|
2109
|
-
uniwind: "uniwind";
|
|
2110
2109
|
tamagui: "tamagui";
|
|
2111
2110
|
"gluestack-ui": "gluestack-ui";
|
|
2111
|
+
uniwind: "uniwind";
|
|
2112
2112
|
unistyles: "unistyles";
|
|
2113
2113
|
}>>;
|
|
2114
2114
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -2225,11 +2225,11 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
2225
2225
|
}>>;
|
|
2226
2226
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2227
2227
|
none: "none";
|
|
2228
|
+
config: "config";
|
|
2228
2229
|
serde: "serde";
|
|
2229
2230
|
uuid: "uuid";
|
|
2230
2231
|
chrono: "chrono";
|
|
2231
2232
|
reqwest: "reqwest";
|
|
2232
|
-
config: "config";
|
|
2233
2233
|
dashmap: "dashmap";
|
|
2234
2234
|
"parking-lot": "parking-lot";
|
|
2235
2235
|
secrecy: "secrecy";
|
|
@@ -2435,10 +2435,10 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
2435
2435
|
httprouter: "httprouter";
|
|
2436
2436
|
}>>;
|
|
2437
2437
|
goOrm: z.ZodOptional<z.ZodEnum<{
|
|
2438
|
+
gorm: "gorm";
|
|
2438
2439
|
none: "none";
|
|
2439
2440
|
bun: "bun";
|
|
2440
2441
|
sqlx: "sqlx";
|
|
2441
|
-
gorm: "gorm";
|
|
2442
2442
|
sqlc: "sqlc";
|
|
2443
2443
|
ent: "ent";
|
|
2444
2444
|
}>>;
|
|
@@ -2841,58 +2841,37 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
2841
2841
|
part: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2842
2842
|
}, z.core.$strip>;
|
|
2843
2843
|
declare const AddInputSchema: z.ZodObject<{
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
-
voltagent: "voltagent";
|
|
2854
|
-
langgraph: "langgraph";
|
|
2855
|
-
"openai-agents": "openai-agents";
|
|
2856
|
-
"openai-sdk": "openai-sdk";
|
|
2857
|
-
"anthropic-sdk": "anthropic-sdk";
|
|
2858
|
-
"google-adk": "google-adk";
|
|
2859
|
-
modelfusion: "modelfusion";
|
|
2860
|
-
langchain: "langchain";
|
|
2861
|
-
llamaindex: "llamaindex";
|
|
2862
|
-
"tanstack-ai": "tanstack-ai";
|
|
2863
|
-
"ai-cli": "ai-cli";
|
|
2844
|
+
ecosystem: z.ZodOptional<z.ZodEnum<{
|
|
2845
|
+
typescript: "typescript";
|
|
2846
|
+
"react-native": "react-native";
|
|
2847
|
+
rust: "rust";
|
|
2848
|
+
python: "python";
|
|
2849
|
+
go: "go";
|
|
2850
|
+
java: "java";
|
|
2851
|
+
elixir: "elixir";
|
|
2852
|
+
dotnet: "dotnet";
|
|
2864
2853
|
}>>;
|
|
2865
|
-
|
|
2854
|
+
astroIntegration: z.ZodOptional<z.ZodEnum<{
|
|
2866
2855
|
none: "none";
|
|
2867
|
-
"tanstack-router": "tanstack-router";
|
|
2868
|
-
"react-router": "react-router";
|
|
2869
|
-
"react-vite": "react-vite";
|
|
2870
|
-
"vanilla-vite": "vanilla-vite";
|
|
2871
2856
|
vue: "vue";
|
|
2872
|
-
"tanstack-start": "tanstack-start";
|
|
2873
|
-
next: "next";
|
|
2874
|
-
vinext: "vinext";
|
|
2875
|
-
nuxt: "nuxt";
|
|
2876
|
-
"native-bare": "native-bare";
|
|
2877
|
-
"native-uniwind": "native-uniwind";
|
|
2878
|
-
"native-unistyles": "native-unistyles";
|
|
2879
2857
|
svelte: "svelte";
|
|
2880
2858
|
solid: "solid";
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2859
|
+
react: "react";
|
|
2860
|
+
}>>;
|
|
2861
|
+
runtime: z.ZodOptional<z.ZodEnum<{
|
|
2862
|
+
none: "none";
|
|
2863
|
+
bun: "bun";
|
|
2864
|
+
node: "node";
|
|
2865
|
+
workers: "workers";
|
|
2866
|
+
}>>;
|
|
2888
2867
|
backend: z.ZodOptional<z.ZodEnum<{
|
|
2868
|
+
effect: "effect";
|
|
2889
2869
|
none: "none";
|
|
2890
2870
|
hono: "hono";
|
|
2891
2871
|
express: "express";
|
|
2892
2872
|
fastify: "fastify";
|
|
2893
2873
|
elysia: "elysia";
|
|
2894
2874
|
fets: "fets";
|
|
2895
|
-
effect: "effect";
|
|
2896
2875
|
nestjs: "nestjs";
|
|
2897
2876
|
adonisjs: "adonisjs";
|
|
2898
2877
|
nitro: "nitro";
|
|
@@ -2900,17 +2879,6 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
2900
2879
|
convex: "convex";
|
|
2901
2880
|
self: "self";
|
|
2902
2881
|
}>>;
|
|
2903
|
-
dryRun: z.ZodOptional<z.ZodBoolean>;
|
|
2904
|
-
ecosystem: z.ZodOptional<z.ZodEnum<{
|
|
2905
|
-
typescript: "typescript";
|
|
2906
|
-
"react-native": "react-native";
|
|
2907
|
-
rust: "rust";
|
|
2908
|
-
python: "python";
|
|
2909
|
-
go: "go";
|
|
2910
|
-
java: "java";
|
|
2911
|
-
elixir: "elixir";
|
|
2912
|
-
dotnet: "dotnet";
|
|
2913
|
-
}>>;
|
|
2914
2882
|
database: z.ZodOptional<z.ZodEnum<{
|
|
2915
2883
|
none: "none";
|
|
2916
2884
|
sqlite: "sqlite";
|
|
@@ -2930,16 +2898,28 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
2930
2898
|
mikroorm: "mikroorm";
|
|
2931
2899
|
sequelize: "sequelize";
|
|
2932
2900
|
}>>;
|
|
2933
|
-
|
|
2901
|
+
dbSetup: z.ZodOptional<z.ZodEnum<{
|
|
2934
2902
|
none: "none";
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
"
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2903
|
+
turso: "turso";
|
|
2904
|
+
neon: "neon";
|
|
2905
|
+
"prisma-postgres": "prisma-postgres";
|
|
2906
|
+
planetscale: "planetscale";
|
|
2907
|
+
"mongodb-atlas": "mongodb-atlas";
|
|
2908
|
+
supabase: "supabase";
|
|
2909
|
+
upstash: "upstash";
|
|
2910
|
+
d1: "d1";
|
|
2911
|
+
docker: "docker";
|
|
2912
|
+
}>>;
|
|
2913
|
+
auth: z.ZodOptional<z.ZodEnum<{
|
|
2914
|
+
none: "none";
|
|
2915
|
+
"better-auth": "better-auth";
|
|
2916
|
+
"better-auth-organizations": "better-auth-organizations";
|
|
2917
|
+
"go-better-auth": "go-better-auth";
|
|
2918
|
+
clerk: "clerk";
|
|
2919
|
+
nextauth: "nextauth";
|
|
2920
|
+
"stack-auth": "stack-auth";
|
|
2921
|
+
"supabase-auth": "supabase-auth";
|
|
2922
|
+
auth0: "auth0";
|
|
2943
2923
|
workos: "workos";
|
|
2944
2924
|
kinde: "kinde";
|
|
2945
2925
|
passport: "passport";
|
|
@@ -2958,128 +2938,62 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
2958
2938
|
commet: "commet";
|
|
2959
2939
|
xendit: "xendit";
|
|
2960
2940
|
}>>;
|
|
2961
|
-
|
|
2962
|
-
none: "none";
|
|
2963
|
-
pwa: "pwa";
|
|
2964
|
-
tauri: "tauri";
|
|
2965
|
-
starlight: "starlight";
|
|
2966
|
-
biome: "biome";
|
|
2967
|
-
lefthook: "lefthook";
|
|
2968
|
-
husky: "husky";
|
|
2969
|
-
knip: "knip";
|
|
2970
|
-
gitleaks: "gitleaks";
|
|
2971
|
-
ruler: "ruler";
|
|
2972
|
-
mcp: "mcp";
|
|
2973
|
-
skills: "skills";
|
|
2974
|
-
turborepo: "turborepo";
|
|
2975
|
-
nx: "nx";
|
|
2976
|
-
"vite-plus": "vite-plus";
|
|
2977
|
-
fumadocs: "fumadocs";
|
|
2978
|
-
ultracite: "ultracite";
|
|
2979
|
-
oxlint: "oxlint";
|
|
2980
|
-
opentui: "opentui";
|
|
2981
|
-
wxt: "wxt";
|
|
2982
|
-
msw: "msw";
|
|
2983
|
-
storybook: "storybook";
|
|
2984
|
-
swr: "swr";
|
|
2985
|
-
"tanstack-query": "tanstack-query";
|
|
2986
|
-
"tanstack-table": "tanstack-table";
|
|
2987
|
-
"tanstack-virtual": "tanstack-virtual";
|
|
2988
|
-
"tanstack-db": "tanstack-db";
|
|
2989
|
-
"tanstack-pacer": "tanstack-pacer";
|
|
2990
|
-
"backend-utils": "backend-utils";
|
|
2991
|
-
devcontainer: "devcontainer";
|
|
2992
|
-
"docker-compose": "docker-compose";
|
|
2993
|
-
kong: "kong";
|
|
2994
|
-
"github-actions": "github-actions";
|
|
2995
|
-
eslint: "eslint";
|
|
2996
|
-
prettier: "prettier";
|
|
2997
|
-
axios: "axios";
|
|
2998
|
-
firebase: "firebase";
|
|
2999
|
-
"graphql-codegen": "graphql-codegen";
|
|
3000
|
-
"openapi-typescript": "openapi-typescript";
|
|
3001
|
-
"apollo-client": "apollo-client";
|
|
3002
|
-
electron: "electron";
|
|
3003
|
-
capacitor: "capacitor";
|
|
3004
|
-
}>>>;
|
|
3005
|
-
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2941
|
+
email: z.ZodOptional<z.ZodEnum<{
|
|
3006
2942
|
none: "none";
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
yarn: "yarn";
|
|
3016
|
-
}>>;
|
|
3017
|
-
workspaceShape: z.ZodOptional<z.ZodEnum<{
|
|
3018
|
-
monorepo: "monorepo";
|
|
3019
|
-
"single-app": "single-app";
|
|
2943
|
+
"react-email": "react-email";
|
|
2944
|
+
resend: "resend";
|
|
2945
|
+
nodemailer: "nodemailer";
|
|
2946
|
+
postmark: "postmark";
|
|
2947
|
+
sendgrid: "sendgrid";
|
|
2948
|
+
"aws-ses": "aws-ses";
|
|
2949
|
+
mailgun: "mailgun";
|
|
2950
|
+
plunk: "plunk";
|
|
3020
2951
|
}>>;
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
2952
|
+
fileUpload: z.ZodOptional<z.ZodEnum<{
|
|
2953
|
+
none: "none";
|
|
2954
|
+
uploadthing: "uploadthing";
|
|
2955
|
+
filepond: "filepond";
|
|
2956
|
+
uppy: "uppy";
|
|
3025
2957
|
}>>;
|
|
3026
|
-
|
|
3027
|
-
dbSetup: z.ZodOptional<z.ZodEnum<{
|
|
2958
|
+
logging: z.ZodOptional<z.ZodEnum<{
|
|
3028
2959
|
none: "none";
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
planetscale: "planetscale";
|
|
3033
|
-
"mongodb-atlas": "mongodb-atlas";
|
|
3034
|
-
supabase: "supabase";
|
|
3035
|
-
upstash: "upstash";
|
|
3036
|
-
d1: "d1";
|
|
3037
|
-
docker: "docker";
|
|
2960
|
+
pino: "pino";
|
|
2961
|
+
winston: "winston";
|
|
2962
|
+
evlog: "evlog";
|
|
3038
2963
|
}>>;
|
|
3039
|
-
|
|
2964
|
+
observability: z.ZodOptional<z.ZodEnum<{
|
|
3040
2965
|
none: "none";
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
2966
|
+
opentelemetry: "opentelemetry";
|
|
2967
|
+
signoz: "signoz";
|
|
2968
|
+
sentry: "sentry";
|
|
2969
|
+
grafana: "grafana";
|
|
2970
|
+
datadog: "datadog";
|
|
2971
|
+
axiom: "axiom";
|
|
2972
|
+
betterstack: "betterstack";
|
|
3044
2973
|
}>>;
|
|
3045
|
-
|
|
2974
|
+
featureFlags: z.ZodOptional<z.ZodEnum<{
|
|
3046
2975
|
none: "none";
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
|
-
"apollo-server": "apollo-server";
|
|
3053
|
-
openapi: "openapi";
|
|
2976
|
+
growthbook: "growthbook";
|
|
2977
|
+
posthog: "posthog";
|
|
2978
|
+
launchdarkly: "launchdarkly";
|
|
2979
|
+
flagsmith: "flagsmith";
|
|
2980
|
+
unleash: "unleash";
|
|
3054
2981
|
}>>;
|
|
3055
|
-
|
|
2982
|
+
integrations: z.ZodOptional<z.ZodEnum<{
|
|
3056
2983
|
none: "none";
|
|
3057
|
-
|
|
3058
|
-
cloudflare: "cloudflare";
|
|
3059
|
-
fly: "fly";
|
|
3060
|
-
railway: "railway";
|
|
3061
|
-
render: "render";
|
|
3062
|
-
netlify: "netlify";
|
|
3063
|
-
sst: "sst";
|
|
3064
|
-
vercel: "vercel";
|
|
2984
|
+
nango: "nango";
|
|
3065
2985
|
}>>;
|
|
3066
|
-
|
|
2986
|
+
ecommerce: z.ZodOptional<z.ZodEnum<{
|
|
3067
2987
|
none: "none";
|
|
3068
|
-
|
|
3069
|
-
cloudflare: "cloudflare";
|
|
3070
|
-
fly: "fly";
|
|
3071
|
-
railway: "railway";
|
|
3072
|
-
render: "render";
|
|
3073
|
-
netlify: "netlify";
|
|
3074
|
-
sst: "sst";
|
|
3075
|
-
vercel: "vercel";
|
|
2988
|
+
medusa: "medusa";
|
|
3076
2989
|
}>>;
|
|
3077
|
-
|
|
2990
|
+
analytics: z.ZodOptional<z.ZodEnum<{
|
|
3078
2991
|
none: "none";
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
2992
|
+
posthog: "posthog";
|
|
2993
|
+
plausible: "plausible";
|
|
2994
|
+
umami: "umami";
|
|
2995
|
+
ga4: "ga4";
|
|
2996
|
+
"vercel-analytics": "vercel-analytics";
|
|
3083
2997
|
}>>;
|
|
3084
2998
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
3085
2999
|
none: "none";
|
|
@@ -3102,6 +3016,16 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
3102
3016
|
conform: "conform";
|
|
3103
3017
|
"modular-forms": "modular-forms";
|
|
3104
3018
|
}>>;
|
|
3019
|
+
validation: z.ZodOptional<z.ZodEnum<{
|
|
3020
|
+
none: "none";
|
|
3021
|
+
zod: "zod";
|
|
3022
|
+
valibot: "valibot";
|
|
3023
|
+
arktype: "arktype";
|
|
3024
|
+
typebox: "typebox";
|
|
3025
|
+
typia: "typia";
|
|
3026
|
+
runtypes: "runtypes";
|
|
3027
|
+
"effect-schema": "effect-schema";
|
|
3028
|
+
}>>;
|
|
3105
3029
|
testing: z.ZodOptional<z.ZodEnum<{
|
|
3106
3030
|
none: "none";
|
|
3107
3031
|
vitest: "vitest";
|
|
@@ -3111,16 +3035,45 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
3111
3035
|
mocha: "mocha";
|
|
3112
3036
|
cypress: "cypress";
|
|
3113
3037
|
}>>;
|
|
3114
|
-
|
|
3038
|
+
realtime: z.ZodOptional<z.ZodEnum<{
|
|
3039
|
+
ws: "ws";
|
|
3115
3040
|
none: "none";
|
|
3116
|
-
"
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3041
|
+
"socket-io": "socket-io";
|
|
3042
|
+
partykit: "partykit";
|
|
3043
|
+
ably: "ably";
|
|
3044
|
+
pusher: "pusher";
|
|
3045
|
+
liveblocks: "liveblocks";
|
|
3046
|
+
yjs: "yjs";
|
|
3047
|
+
}>>;
|
|
3048
|
+
jobQueue: z.ZodOptional<z.ZodEnum<{
|
|
3049
|
+
none: "none";
|
|
3050
|
+
bullmq: "bullmq";
|
|
3051
|
+
"trigger-dev": "trigger-dev";
|
|
3052
|
+
inngest: "inngest";
|
|
3053
|
+
temporal: "temporal";
|
|
3054
|
+
}>>;
|
|
3055
|
+
caching: z.ZodOptional<z.ZodEnum<{
|
|
3056
|
+
none: "none";
|
|
3057
|
+
redis: "redis";
|
|
3058
|
+
"upstash-redis": "upstash-redis";
|
|
3059
|
+
}>>;
|
|
3060
|
+
rateLimit: z.ZodOptional<z.ZodEnum<{
|
|
3061
|
+
none: "none";
|
|
3062
|
+
arcjet: "arcjet";
|
|
3063
|
+
"upstash-ratelimit": "upstash-ratelimit";
|
|
3064
|
+
}>>;
|
|
3065
|
+
botProtection: z.ZodOptional<z.ZodEnum<{
|
|
3066
|
+
none: "none";
|
|
3067
|
+
botid: "botid";
|
|
3068
|
+
turnstile: "turnstile";
|
|
3069
|
+
}>>;
|
|
3070
|
+
animation: z.ZodOptional<z.ZodEnum<{
|
|
3071
|
+
none: "none";
|
|
3072
|
+
"framer-motion": "framer-motion";
|
|
3073
|
+
gsap: "gsap";
|
|
3074
|
+
"react-spring": "react-spring";
|
|
3075
|
+
"auto-animate": "auto-animate";
|
|
3076
|
+
lottie: "lottie";
|
|
3124
3077
|
}>>;
|
|
3125
3078
|
cssFramework: z.ZodOptional<z.ZodEnum<{
|
|
3126
3079
|
none: "none";
|
|
@@ -3131,6 +3084,7 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
3131
3084
|
"styled-components": "styled-components";
|
|
3132
3085
|
}>>;
|
|
3133
3086
|
uiLibrary: z.ZodOptional<z.ZodEnum<{
|
|
3087
|
+
mui: "mui";
|
|
3134
3088
|
none: "none";
|
|
3135
3089
|
"shadcn-ui": "shadcn-ui";
|
|
3136
3090
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -3141,7 +3095,6 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
3141
3095
|
"chakra-ui": "chakra-ui";
|
|
3142
3096
|
nextui: "nextui";
|
|
3143
3097
|
mantine: "mantine";
|
|
3144
|
-
mui: "mui";
|
|
3145
3098
|
antd: "antd";
|
|
3146
3099
|
"base-ui": "base-ui";
|
|
3147
3100
|
"ark-ui": "ark-ui";
|
|
@@ -3219,87 +3172,6 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
3219
3172
|
medium: "medium";
|
|
3220
3173
|
large: "large";
|
|
3221
3174
|
}>>;
|
|
3222
|
-
validation: z.ZodOptional<z.ZodEnum<{
|
|
3223
|
-
none: "none";
|
|
3224
|
-
zod: "zod";
|
|
3225
|
-
valibot: "valibot";
|
|
3226
|
-
arktype: "arktype";
|
|
3227
|
-
typebox: "typebox";
|
|
3228
|
-
typia: "typia";
|
|
3229
|
-
runtypes: "runtypes";
|
|
3230
|
-
"effect-schema": "effect-schema";
|
|
3231
|
-
}>>;
|
|
3232
|
-
realtime: z.ZodOptional<z.ZodEnum<{
|
|
3233
|
-
none: "none";
|
|
3234
|
-
"socket-io": "socket-io";
|
|
3235
|
-
ws: "ws";
|
|
3236
|
-
partykit: "partykit";
|
|
3237
|
-
ably: "ably";
|
|
3238
|
-
pusher: "pusher";
|
|
3239
|
-
liveblocks: "liveblocks";
|
|
3240
|
-
yjs: "yjs";
|
|
3241
|
-
}>>;
|
|
3242
|
-
jobQueue: z.ZodOptional<z.ZodEnum<{
|
|
3243
|
-
none: "none";
|
|
3244
|
-
bullmq: "bullmq";
|
|
3245
|
-
"trigger-dev": "trigger-dev";
|
|
3246
|
-
inngest: "inngest";
|
|
3247
|
-
temporal: "temporal";
|
|
3248
|
-
}>>;
|
|
3249
|
-
animation: z.ZodOptional<z.ZodEnum<{
|
|
3250
|
-
none: "none";
|
|
3251
|
-
"framer-motion": "framer-motion";
|
|
3252
|
-
gsap: "gsap";
|
|
3253
|
-
"react-spring": "react-spring";
|
|
3254
|
-
"auto-animate": "auto-animate";
|
|
3255
|
-
lottie: "lottie";
|
|
3256
|
-
}>>;
|
|
3257
|
-
fileUpload: z.ZodOptional<z.ZodEnum<{
|
|
3258
|
-
none: "none";
|
|
3259
|
-
uploadthing: "uploadthing";
|
|
3260
|
-
filepond: "filepond";
|
|
3261
|
-
uppy: "uppy";
|
|
3262
|
-
}>>;
|
|
3263
|
-
logging: z.ZodOptional<z.ZodEnum<{
|
|
3264
|
-
none: "none";
|
|
3265
|
-
pino: "pino";
|
|
3266
|
-
winston: "winston";
|
|
3267
|
-
evlog: "evlog";
|
|
3268
|
-
}>>;
|
|
3269
|
-
observability: z.ZodOptional<z.ZodEnum<{
|
|
3270
|
-
none: "none";
|
|
3271
|
-
opentelemetry: "opentelemetry";
|
|
3272
|
-
signoz: "signoz";
|
|
3273
|
-
sentry: "sentry";
|
|
3274
|
-
grafana: "grafana";
|
|
3275
|
-
datadog: "datadog";
|
|
3276
|
-
axiom: "axiom";
|
|
3277
|
-
betterstack: "betterstack";
|
|
3278
|
-
}>>;
|
|
3279
|
-
featureFlags: z.ZodOptional<z.ZodEnum<{
|
|
3280
|
-
none: "none";
|
|
3281
|
-
growthbook: "growthbook";
|
|
3282
|
-
posthog: "posthog";
|
|
3283
|
-
launchdarkly: "launchdarkly";
|
|
3284
|
-
flagsmith: "flagsmith";
|
|
3285
|
-
unleash: "unleash";
|
|
3286
|
-
}>>;
|
|
3287
|
-
integrations: z.ZodOptional<z.ZodEnum<{
|
|
3288
|
-
none: "none";
|
|
3289
|
-
nango: "nango";
|
|
3290
|
-
}>>;
|
|
3291
|
-
ecommerce: z.ZodOptional<z.ZodEnum<{
|
|
3292
|
-
none: "none";
|
|
3293
|
-
medusa: "medusa";
|
|
3294
|
-
}>>;
|
|
3295
|
-
analytics: z.ZodOptional<z.ZodEnum<{
|
|
3296
|
-
none: "none";
|
|
3297
|
-
posthog: "posthog";
|
|
3298
|
-
plausible: "plausible";
|
|
3299
|
-
umami: "umami";
|
|
3300
|
-
ga4: "ga4";
|
|
3301
|
-
"vercel-analytics": "vercel-analytics";
|
|
3302
|
-
}>>;
|
|
3303
3175
|
cms: z.ZodOptional<z.ZodEnum<{
|
|
3304
3176
|
none: "none";
|
|
3305
3177
|
payload: "payload";
|
|
@@ -3310,21 +3182,6 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
3310
3182
|
keystatic: "keystatic";
|
|
3311
3183
|
contentful: "contentful";
|
|
3312
3184
|
}>>;
|
|
3313
|
-
caching: z.ZodOptional<z.ZodEnum<{
|
|
3314
|
-
none: "none";
|
|
3315
|
-
redis: "redis";
|
|
3316
|
-
"upstash-redis": "upstash-redis";
|
|
3317
|
-
}>>;
|
|
3318
|
-
rateLimit: z.ZodOptional<z.ZodEnum<{
|
|
3319
|
-
none: "none";
|
|
3320
|
-
arcjet: "arcjet";
|
|
3321
|
-
"upstash-ratelimit": "upstash-ratelimit";
|
|
3322
|
-
}>>;
|
|
3323
|
-
botProtection: z.ZodOptional<z.ZodEnum<{
|
|
3324
|
-
none: "none";
|
|
3325
|
-
botid: "botid";
|
|
3326
|
-
turnstile: "turnstile";
|
|
3327
|
-
}>>;
|
|
3328
3185
|
i18n: z.ZodOptional<z.ZodEnum<{
|
|
3329
3186
|
none: "none";
|
|
3330
3187
|
paraglide: "paraglide";
|
|
@@ -3362,9 +3219,9 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
3362
3219
|
}>>;
|
|
3363
3220
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
3364
3221
|
none: "none";
|
|
3365
|
-
uniwind: "uniwind";
|
|
3366
3222
|
tamagui: "tamagui";
|
|
3367
3223
|
"gluestack-ui": "gluestack-ui";
|
|
3224
|
+
uniwind: "uniwind";
|
|
3368
3225
|
unistyles: "unistyles";
|
|
3369
3226
|
}>>;
|
|
3370
3227
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -3412,6 +3269,66 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
3412
3269
|
"expo-battery": "expo-battery";
|
|
3413
3270
|
"expo-screen-capture": "expo-screen-capture";
|
|
3414
3271
|
}>>>;
|
|
3272
|
+
packageManager: z.ZodOptional<z.ZodEnum<{
|
|
3273
|
+
bun: "bun";
|
|
3274
|
+
npm: "npm";
|
|
3275
|
+
pnpm: "pnpm";
|
|
3276
|
+
yarn: "yarn";
|
|
3277
|
+
}>>;
|
|
3278
|
+
workspaceShape: z.ZodOptional<z.ZodEnum<{
|
|
3279
|
+
monorepo: "monorepo";
|
|
3280
|
+
"single-app": "single-app";
|
|
3281
|
+
}>>;
|
|
3282
|
+
versionChannel: z.ZodOptional<z.ZodEnum<{
|
|
3283
|
+
stable: "stable";
|
|
3284
|
+
latest: "latest";
|
|
3285
|
+
beta: "beta";
|
|
3286
|
+
}>>;
|
|
3287
|
+
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3288
|
+
ai: "ai";
|
|
3289
|
+
none: "none";
|
|
3290
|
+
"chat-sdk": "chat-sdk";
|
|
3291
|
+
"tanstack-showcase": "tanstack-showcase";
|
|
3292
|
+
}>>>;
|
|
3293
|
+
aiDocs: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3294
|
+
none: "none";
|
|
3295
|
+
"claude-md": "claude-md";
|
|
3296
|
+
"agents-md": "agents-md";
|
|
3297
|
+
cursorrules: "cursorrules";
|
|
3298
|
+
}>>>;
|
|
3299
|
+
install: z.ZodOptional<z.ZodBoolean>;
|
|
3300
|
+
api: z.ZodOptional<z.ZodEnum<{
|
|
3301
|
+
none: "none";
|
|
3302
|
+
trpc: "trpc";
|
|
3303
|
+
orpc: "orpc";
|
|
3304
|
+
"ts-rest": "ts-rest";
|
|
3305
|
+
garph: "garph";
|
|
3306
|
+
"graphql-yoga": "graphql-yoga";
|
|
3307
|
+
"apollo-server": "apollo-server";
|
|
3308
|
+
openapi: "openapi";
|
|
3309
|
+
}>>;
|
|
3310
|
+
webDeploy: z.ZodOptional<z.ZodEnum<{
|
|
3311
|
+
none: "none";
|
|
3312
|
+
docker: "docker";
|
|
3313
|
+
cloudflare: "cloudflare";
|
|
3314
|
+
fly: "fly";
|
|
3315
|
+
railway: "railway";
|
|
3316
|
+
render: "render";
|
|
3317
|
+
netlify: "netlify";
|
|
3318
|
+
sst: "sst";
|
|
3319
|
+
vercel: "vercel";
|
|
3320
|
+
}>>;
|
|
3321
|
+
serverDeploy: z.ZodOptional<z.ZodEnum<{
|
|
3322
|
+
none: "none";
|
|
3323
|
+
docker: "docker";
|
|
3324
|
+
cloudflare: "cloudflare";
|
|
3325
|
+
fly: "fly";
|
|
3326
|
+
railway: "railway";
|
|
3327
|
+
render: "render";
|
|
3328
|
+
netlify: "netlify";
|
|
3329
|
+
sst: "sst";
|
|
3330
|
+
vercel: "vercel";
|
|
3331
|
+
}>>;
|
|
3415
3332
|
rustWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
3416
3333
|
none: "none";
|
|
3417
3334
|
axum: "axum";
|
|
@@ -3481,11 +3398,11 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
3481
3398
|
}>>;
|
|
3482
3399
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3483
3400
|
none: "none";
|
|
3401
|
+
config: "config";
|
|
3484
3402
|
serde: "serde";
|
|
3485
3403
|
uuid: "uuid";
|
|
3486
3404
|
chrono: "chrono";
|
|
3487
3405
|
reqwest: "reqwest";
|
|
3488
|
-
config: "config";
|
|
3489
3406
|
dashmap: "dashmap";
|
|
3490
3407
|
"parking-lot": "parking-lot";
|
|
3491
3408
|
secrecy: "secrecy";
|
|
@@ -3691,10 +3608,10 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
3691
3608
|
httprouter: "httprouter";
|
|
3692
3609
|
}>>;
|
|
3693
3610
|
goOrm: z.ZodOptional<z.ZodEnum<{
|
|
3611
|
+
gorm: "gorm";
|
|
3694
3612
|
none: "none";
|
|
3695
3613
|
bun: "bun";
|
|
3696
3614
|
sqlx: "sqlx";
|
|
3697
|
-
gorm: "gorm";
|
|
3698
3615
|
sqlc: "sqlc";
|
|
3699
3616
|
ent: "ent";
|
|
3700
3617
|
}>>;
|
|
@@ -4088,13 +4005,96 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
4088
4005
|
floki: "floki";
|
|
4089
4006
|
rustler: "rustler";
|
|
4090
4007
|
}>>>;
|
|
4091
|
-
|
|
4008
|
+
ai: z.ZodOptional<z.ZodEnum<{
|
|
4092
4009
|
none: "none";
|
|
4093
|
-
"
|
|
4094
|
-
|
|
4095
|
-
|
|
4010
|
+
"vercel-ai": "vercel-ai";
|
|
4011
|
+
mastra: "mastra";
|
|
4012
|
+
voltagent: "voltagent";
|
|
4013
|
+
langgraph: "langgraph";
|
|
4014
|
+
"openai-agents": "openai-agents";
|
|
4015
|
+
"openai-sdk": "openai-sdk";
|
|
4016
|
+
"anthropic-sdk": "anthropic-sdk";
|
|
4017
|
+
"google-adk": "google-adk";
|
|
4018
|
+
modelfusion: "modelfusion";
|
|
4019
|
+
langchain: "langchain";
|
|
4020
|
+
llamaindex: "llamaindex";
|
|
4021
|
+
"tanstack-ai": "tanstack-ai";
|
|
4022
|
+
"ai-cli": "ai-cli";
|
|
4023
|
+
}>>;
|
|
4024
|
+
effect: z.ZodOptional<z.ZodEnum<{
|
|
4025
|
+
effect: "effect";
|
|
4026
|
+
none: "none";
|
|
4027
|
+
"effect-full": "effect-full";
|
|
4028
|
+
}>>;
|
|
4029
|
+
part: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4030
|
+
frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
4031
|
+
none: "none";
|
|
4032
|
+
"tanstack-router": "tanstack-router";
|
|
4033
|
+
"react-router": "react-router";
|
|
4034
|
+
"react-vite": "react-vite";
|
|
4035
|
+
"vanilla-vite": "vanilla-vite";
|
|
4036
|
+
vue: "vue";
|
|
4037
|
+
"tanstack-start": "tanstack-start";
|
|
4038
|
+
next: "next";
|
|
4039
|
+
vinext: "vinext";
|
|
4040
|
+
nuxt: "nuxt";
|
|
4041
|
+
"native-bare": "native-bare";
|
|
4042
|
+
"native-uniwind": "native-uniwind";
|
|
4043
|
+
"native-unistyles": "native-unistyles";
|
|
4044
|
+
svelte: "svelte";
|
|
4045
|
+
solid: "solid";
|
|
4046
|
+
"solid-start": "solid-start";
|
|
4047
|
+
astro: "astro";
|
|
4048
|
+
qwik: "qwik";
|
|
4049
|
+
angular: "angular";
|
|
4050
|
+
redwood: "redwood";
|
|
4051
|
+
fresh: "fresh";
|
|
4052
|
+
}>>>;
|
|
4053
|
+
dryRun: z.ZodOptional<z.ZodBoolean>;
|
|
4054
|
+
addons: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
4055
|
+
none: "none";
|
|
4056
|
+
pwa: "pwa";
|
|
4057
|
+
tauri: "tauri";
|
|
4058
|
+
starlight: "starlight";
|
|
4059
|
+
biome: "biome";
|
|
4060
|
+
lefthook: "lefthook";
|
|
4061
|
+
husky: "husky";
|
|
4062
|
+
knip: "knip";
|
|
4063
|
+
gitleaks: "gitleaks";
|
|
4064
|
+
ruler: "ruler";
|
|
4065
|
+
mcp: "mcp";
|
|
4066
|
+
skills: "skills";
|
|
4067
|
+
turborepo: "turborepo";
|
|
4068
|
+
nx: "nx";
|
|
4069
|
+
"vite-plus": "vite-plus";
|
|
4070
|
+
fumadocs: "fumadocs";
|
|
4071
|
+
ultracite: "ultracite";
|
|
4072
|
+
oxlint: "oxlint";
|
|
4073
|
+
opentui: "opentui";
|
|
4074
|
+
wxt: "wxt";
|
|
4075
|
+
msw: "msw";
|
|
4076
|
+
storybook: "storybook";
|
|
4077
|
+
swr: "swr";
|
|
4078
|
+
"tanstack-query": "tanstack-query";
|
|
4079
|
+
"tanstack-table": "tanstack-table";
|
|
4080
|
+
"tanstack-virtual": "tanstack-virtual";
|
|
4081
|
+
"tanstack-db": "tanstack-db";
|
|
4082
|
+
"tanstack-pacer": "tanstack-pacer";
|
|
4083
|
+
"backend-utils": "backend-utils";
|
|
4084
|
+
devcontainer: "devcontainer";
|
|
4085
|
+
"docker-compose": "docker-compose";
|
|
4086
|
+
kong: "kong";
|
|
4087
|
+
"github-actions": "github-actions";
|
|
4088
|
+
eslint: "eslint";
|
|
4089
|
+
prettier: "prettier";
|
|
4090
|
+
axios: "axios";
|
|
4091
|
+
firebase: "firebase";
|
|
4092
|
+
"graphql-codegen": "graphql-codegen";
|
|
4093
|
+
"openapi-typescript": "openapi-typescript";
|
|
4094
|
+
"apollo-client": "apollo-client";
|
|
4095
|
+
electron: "electron";
|
|
4096
|
+
capacitor: "capacitor";
|
|
4096
4097
|
}>>>;
|
|
4097
|
-
part: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4098
4098
|
projectDir: z.ZodOptional<z.ZodString>;
|
|
4099
4099
|
acknowledgeArchitectureChange: z.ZodOptional<z.ZodBoolean>;
|
|
4100
4100
|
}, z.core.$strip>;
|
|
@@ -4102,17 +4102,17 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
4102
4102
|
projectName: z.ZodOptional<z.ZodString>;
|
|
4103
4103
|
template: z.ZodOptional<z.ZodEnum<{
|
|
4104
4104
|
none: "none";
|
|
4105
|
+
uniwind: "uniwind";
|
|
4105
4106
|
mern: "mern";
|
|
4106
4107
|
pern: "pern";
|
|
4107
4108
|
t3: "t3";
|
|
4108
4109
|
saas: "saas";
|
|
4109
|
-
uniwind: "uniwind";
|
|
4110
4110
|
}>>;
|
|
4111
4111
|
shape: z.ZodOptional<z.ZodEnum<{
|
|
4112
|
-
fullstack: "fullstack";
|
|
4113
|
-
frontend: "frontend";
|
|
4114
4112
|
backend: "backend";
|
|
4113
|
+
frontend: "frontend";
|
|
4115
4114
|
mobile: "mobile";
|
|
4115
|
+
fullstack: "fullstack";
|
|
4116
4116
|
}>>;
|
|
4117
4117
|
yes: z.ZodOptional<z.ZodBoolean>;
|
|
4118
4118
|
yolo: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -4244,8 +4244,8 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
4244
4244
|
capacitor: "capacitor";
|
|
4245
4245
|
}>>>;
|
|
4246
4246
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
4247
|
-
none: "none";
|
|
4248
4247
|
ai: "ai";
|
|
4248
|
+
none: "none";
|
|
4249
4249
|
"chat-sdk": "chat-sdk";
|
|
4250
4250
|
"tanstack-showcase": "tanstack-showcase";
|
|
4251
4251
|
}>>>;
|
|
@@ -4279,13 +4279,13 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
4279
4279
|
docker: "docker";
|
|
4280
4280
|
}>>;
|
|
4281
4281
|
backend: z.ZodOptional<z.ZodEnum<{
|
|
4282
|
+
effect: "effect";
|
|
4282
4283
|
none: "none";
|
|
4283
4284
|
hono: "hono";
|
|
4284
4285
|
express: "express";
|
|
4285
4286
|
fastify: "fastify";
|
|
4286
4287
|
elysia: "elysia";
|
|
4287
4288
|
fets: "fets";
|
|
4288
|
-
effect: "effect";
|
|
4289
4289
|
nestjs: "nestjs";
|
|
4290
4290
|
adonisjs: "adonisjs";
|
|
4291
4291
|
nitro: "nitro";
|
|
@@ -4332,10 +4332,10 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
4332
4332
|
vercel: "vercel";
|
|
4333
4333
|
}>>;
|
|
4334
4334
|
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
4335
|
+
error: "error";
|
|
4335
4336
|
merge: "merge";
|
|
4336
4337
|
overwrite: "overwrite";
|
|
4337
4338
|
increment: "increment";
|
|
4338
|
-
error: "error";
|
|
4339
4339
|
}>>;
|
|
4340
4340
|
renderTitle: z.ZodOptional<z.ZodBoolean>;
|
|
4341
4341
|
disableAnalytics: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -4364,8 +4364,8 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
4364
4364
|
"ai-cli": "ai-cli";
|
|
4365
4365
|
}>>;
|
|
4366
4366
|
effect: z.ZodOptional<z.ZodEnum<{
|
|
4367
|
-
none: "none";
|
|
4368
4367
|
effect: "effect";
|
|
4368
|
+
none: "none";
|
|
4369
4369
|
"effect-full": "effect-full";
|
|
4370
4370
|
}>>;
|
|
4371
4371
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
@@ -4418,6 +4418,7 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
4418
4418
|
"styled-components": "styled-components";
|
|
4419
4419
|
}>>;
|
|
4420
4420
|
uiLibrary: z.ZodOptional<z.ZodEnum<{
|
|
4421
|
+
mui: "mui";
|
|
4421
4422
|
none: "none";
|
|
4422
4423
|
"shadcn-ui": "shadcn-ui";
|
|
4423
4424
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -4428,7 +4429,6 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
4428
4429
|
"chakra-ui": "chakra-ui";
|
|
4429
4430
|
nextui: "nextui";
|
|
4430
4431
|
mantine: "mantine";
|
|
4431
|
-
mui: "mui";
|
|
4432
4432
|
antd: "antd";
|
|
4433
4433
|
"base-ui": "base-ui";
|
|
4434
4434
|
"ark-ui": "ark-ui";
|
|
@@ -4517,9 +4517,9 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
4517
4517
|
"effect-schema": "effect-schema";
|
|
4518
4518
|
}>>;
|
|
4519
4519
|
realtime: z.ZodOptional<z.ZodEnum<{
|
|
4520
|
+
ws: "ws";
|
|
4520
4521
|
none: "none";
|
|
4521
4522
|
"socket-io": "socket-io";
|
|
4522
|
-
ws: "ws";
|
|
4523
4523
|
partykit: "partykit";
|
|
4524
4524
|
ably: "ably";
|
|
4525
4525
|
pusher: "pusher";
|
|
@@ -4649,9 +4649,9 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
4649
4649
|
}>>;
|
|
4650
4650
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
4651
4651
|
none: "none";
|
|
4652
|
-
uniwind: "uniwind";
|
|
4653
4652
|
tamagui: "tamagui";
|
|
4654
4653
|
"gluestack-ui": "gluestack-ui";
|
|
4654
|
+
uniwind: "uniwind";
|
|
4655
4655
|
unistyles: "unistyles";
|
|
4656
4656
|
}>>;
|
|
4657
4657
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -4768,11 +4768,11 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
4768
4768
|
}>>;
|
|
4769
4769
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
4770
4770
|
none: "none";
|
|
4771
|
+
config: "config";
|
|
4771
4772
|
serde: "serde";
|
|
4772
4773
|
uuid: "uuid";
|
|
4773
4774
|
chrono: "chrono";
|
|
4774
4775
|
reqwest: "reqwest";
|
|
4775
|
-
config: "config";
|
|
4776
4776
|
dashmap: "dashmap";
|
|
4777
4777
|
"parking-lot": "parking-lot";
|
|
4778
4778
|
secrecy: "secrecy";
|
|
@@ -4978,10 +4978,10 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
4978
4978
|
httprouter: "httprouter";
|
|
4979
4979
|
}>>;
|
|
4980
4980
|
goOrm: z.ZodOptional<z.ZodEnum<{
|
|
4981
|
+
gorm: "gorm";
|
|
4981
4982
|
none: "none";
|
|
4982
4983
|
bun: "bun";
|
|
4983
4984
|
sqlx: "sqlx";
|
|
4984
|
-
gorm: "gorm";
|
|
4985
4985
|
sqlc: "sqlc";
|
|
4986
4986
|
ent: "ent";
|
|
4987
4987
|
}>>;
|
|
@@ -5418,13 +5418,13 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
5418
5418
|
sequelize: "sequelize";
|
|
5419
5419
|
}>;
|
|
5420
5420
|
backend: z.ZodEnum<{
|
|
5421
|
+
effect: "effect";
|
|
5421
5422
|
none: "none";
|
|
5422
5423
|
hono: "hono";
|
|
5423
5424
|
express: "express";
|
|
5424
5425
|
fastify: "fastify";
|
|
5425
5426
|
elysia: "elysia";
|
|
5426
5427
|
fets: "fets";
|
|
5427
|
-
effect: "effect";
|
|
5428
5428
|
nestjs: "nestjs";
|
|
5429
5429
|
adonisjs: "adonisjs";
|
|
5430
5430
|
nitro: "nitro";
|
|
@@ -5506,8 +5506,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
5506
5506
|
capacitor: "capacitor";
|
|
5507
5507
|
}>>;
|
|
5508
5508
|
examples: z.ZodArray<z.ZodEnum<{
|
|
5509
|
-
none: "none";
|
|
5510
5509
|
ai: "ai";
|
|
5510
|
+
none: "none";
|
|
5511
5511
|
"chat-sdk": "chat-sdk";
|
|
5512
5512
|
"tanstack-showcase": "tanstack-showcase";
|
|
5513
5513
|
}>>;
|
|
@@ -5624,8 +5624,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
5624
5624
|
"ai-cli": "ai-cli";
|
|
5625
5625
|
}>;
|
|
5626
5626
|
effect: z.ZodEnum<{
|
|
5627
|
-
none: "none";
|
|
5628
5627
|
effect: "effect";
|
|
5628
|
+
none: "none";
|
|
5629
5629
|
"effect-full": "effect-full";
|
|
5630
5630
|
}>;
|
|
5631
5631
|
stateManagement: z.ZodEnum<{
|
|
@@ -5678,6 +5678,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
5678
5678
|
"styled-components": "styled-components";
|
|
5679
5679
|
}>;
|
|
5680
5680
|
uiLibrary: z.ZodEnum<{
|
|
5681
|
+
mui: "mui";
|
|
5681
5682
|
none: "none";
|
|
5682
5683
|
"shadcn-ui": "shadcn-ui";
|
|
5683
5684
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -5688,7 +5689,6 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
5688
5689
|
"chakra-ui": "chakra-ui";
|
|
5689
5690
|
nextui: "nextui";
|
|
5690
5691
|
mantine: "mantine";
|
|
5691
|
-
mui: "mui";
|
|
5692
5692
|
antd: "antd";
|
|
5693
5693
|
"base-ui": "base-ui";
|
|
5694
5694
|
"ark-ui": "ark-ui";
|
|
@@ -5777,9 +5777,9 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
5777
5777
|
"effect-schema": "effect-schema";
|
|
5778
5778
|
}>;
|
|
5779
5779
|
realtime: z.ZodEnum<{
|
|
5780
|
+
ws: "ws";
|
|
5780
5781
|
none: "none";
|
|
5781
5782
|
"socket-io": "socket-io";
|
|
5782
|
-
ws: "ws";
|
|
5783
5783
|
partykit: "partykit";
|
|
5784
5784
|
ably: "ably";
|
|
5785
5785
|
pusher: "pusher";
|
|
@@ -5909,9 +5909,9 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
5909
5909
|
}>;
|
|
5910
5910
|
mobileUI: z.ZodEnum<{
|
|
5911
5911
|
none: "none";
|
|
5912
|
-
uniwind: "uniwind";
|
|
5913
5912
|
tamagui: "tamagui";
|
|
5914
5913
|
"gluestack-ui": "gluestack-ui";
|
|
5914
|
+
uniwind: "uniwind";
|
|
5915
5915
|
unistyles: "unistyles";
|
|
5916
5916
|
}>;
|
|
5917
5917
|
mobileStorage: z.ZodEnum<{
|
|
@@ -6028,11 +6028,11 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
6028
6028
|
}>;
|
|
6029
6029
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
6030
6030
|
none: "none";
|
|
6031
|
+
config: "config";
|
|
6031
6032
|
serde: "serde";
|
|
6032
6033
|
uuid: "uuid";
|
|
6033
6034
|
chrono: "chrono";
|
|
6034
6035
|
reqwest: "reqwest";
|
|
6035
|
-
config: "config";
|
|
6036
6036
|
dashmap: "dashmap";
|
|
6037
6037
|
"parking-lot": "parking-lot";
|
|
6038
6038
|
secrecy: "secrecy";
|
|
@@ -6238,10 +6238,10 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
6238
6238
|
httprouter: "httprouter";
|
|
6239
6239
|
}>;
|
|
6240
6240
|
goOrm: z.ZodEnum<{
|
|
6241
|
+
gorm: "gorm";
|
|
6241
6242
|
none: "none";
|
|
6242
6243
|
bun: "bun";
|
|
6243
6244
|
sqlx: "sqlx";
|
|
6244
|
-
gorm: "gorm";
|
|
6245
6245
|
sqlc: "sqlc";
|
|
6246
6246
|
ent: "ent";
|
|
6247
6247
|
}>;
|
|
@@ -6644,28 +6644,14 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
6644
6644
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6645
6645
|
id: z.ZodString;
|
|
6646
6646
|
role: z.ZodEnum<{
|
|
6647
|
-
|
|
6648
|
-
ai: "ai";
|
|
6649
|
-
frontend: "frontend";
|
|
6647
|
+
runtime: "runtime";
|
|
6650
6648
|
backend: "backend";
|
|
6651
|
-
mobile: "mobile";
|
|
6652
6649
|
database: "database";
|
|
6653
6650
|
orm: "orm";
|
|
6651
|
+
dbSetup: "dbSetup";
|
|
6654
6652
|
auth: "auth";
|
|
6655
6653
|
payments: "payments";
|
|
6656
|
-
examples: "examples";
|
|
6657
|
-
packageManager: "packageManager";
|
|
6658
|
-
dbSetup: "dbSetup";
|
|
6659
|
-
runtime: "runtime";
|
|
6660
|
-
api: "api";
|
|
6661
|
-
stateManagement: "stateManagement";
|
|
6662
|
-
forms: "forms";
|
|
6663
|
-
testing: "testing";
|
|
6664
6654
|
email: "email";
|
|
6665
|
-
validation: "validation";
|
|
6666
|
-
realtime: "realtime";
|
|
6667
|
-
jobQueue: "jobQueue";
|
|
6668
|
-
animation: "animation";
|
|
6669
6655
|
fileUpload: "fileUpload";
|
|
6670
6656
|
logging: "logging";
|
|
6671
6657
|
observability: "observability";
|
|
@@ -6673,40 +6659,53 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
6673
6659
|
integrations: "integrations";
|
|
6674
6660
|
ecommerce: "ecommerce";
|
|
6675
6661
|
analytics: "analytics";
|
|
6676
|
-
|
|
6662
|
+
stateManagement: "stateManagement";
|
|
6663
|
+
forms: "forms";
|
|
6664
|
+
validation: "validation";
|
|
6665
|
+
testing: "testing";
|
|
6666
|
+
realtime: "realtime";
|
|
6667
|
+
jobQueue: "jobQueue";
|
|
6677
6668
|
caching: "caching";
|
|
6678
6669
|
rateLimit: "rateLimit";
|
|
6679
6670
|
botProtection: "botProtection";
|
|
6671
|
+
animation: "animation";
|
|
6672
|
+
cms: "cms";
|
|
6680
6673
|
i18n: "i18n";
|
|
6681
6674
|
search: "search";
|
|
6682
6675
|
vectorDb: "vectorDb";
|
|
6683
6676
|
fileStorage: "fileStorage";
|
|
6684
|
-
|
|
6677
|
+
codeQuality: "codeQuality";
|
|
6678
|
+
documentation: "documentation";
|
|
6679
|
+
packageManager: "packageManager";
|
|
6680
|
+
examples: "examples";
|
|
6681
|
+
api: "api";
|
|
6682
|
+
workspaceRunner: "workspaceRunner";
|
|
6683
|
+
gitHooks: "gitHooks";
|
|
6684
|
+
staticAnalysis: "staticAnalysis";
|
|
6685
|
+
aiTooling: "aiTooling";
|
|
6686
|
+
codeGeneration: "codeGeneration";
|
|
6687
|
+
developerEnvironment: "developerEnvironment";
|
|
6688
|
+
containerOrchestration: "containerOrchestration";
|
|
6689
|
+
apiGateway: "apiGateway";
|
|
6690
|
+
continuousIntegration: "continuousIntegration";
|
|
6691
|
+
ai: "ai";
|
|
6692
|
+
effect: "effect";
|
|
6693
|
+
css: "css";
|
|
6694
|
+
ui: "ui";
|
|
6695
|
+
push: "push";
|
|
6696
|
+
frontend: "frontend";
|
|
6697
|
+
mobile: "mobile";
|
|
6685
6698
|
graphql: "graphql";
|
|
6686
6699
|
deploy: "deploy";
|
|
6687
6700
|
migrations: "migrations";
|
|
6688
6701
|
navigation: "navigation";
|
|
6689
|
-
ui: "ui";
|
|
6690
|
-
css: "css";
|
|
6691
6702
|
storage: "storage";
|
|
6692
|
-
push: "push";
|
|
6693
6703
|
ota: "ota";
|
|
6694
6704
|
deepLinking: "deepLinking";
|
|
6695
|
-
documentation: "documentation";
|
|
6696
|
-
codeQuality: "codeQuality";
|
|
6697
6705
|
appPlatform: "appPlatform";
|
|
6698
6706
|
dataFetching: "dataFetching";
|
|
6699
6707
|
workspaceTooling: "workspaceTooling";
|
|
6700
6708
|
toolchain: "toolchain";
|
|
6701
|
-
workspaceRunner: "workspaceRunner";
|
|
6702
|
-
gitHooks: "gitHooks";
|
|
6703
|
-
staticAnalysis: "staticAnalysis";
|
|
6704
|
-
aiTooling: "aiTooling";
|
|
6705
|
-
codeGeneration: "codeGeneration";
|
|
6706
|
-
developerEnvironment: "developerEnvironment";
|
|
6707
|
-
containerOrchestration: "containerOrchestration";
|
|
6708
|
-
apiGateway: "apiGateway";
|
|
6709
|
-
continuousIntegration: "continuousIntegration";
|
|
6710
6709
|
backendUtilities: "backendUtilities";
|
|
6711
6710
|
language: "language";
|
|
6712
6711
|
buildTool: "buildTool";
|
|
@@ -6714,6 +6713,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
6714
6713
|
errorHandling: "errorHandling";
|
|
6715
6714
|
httpClient: "httpClient";
|
|
6716
6715
|
libraries: "libraries";
|
|
6716
|
+
config: "config";
|
|
6717
6717
|
templating: "templating";
|
|
6718
6718
|
cloudSdk: "cloudSdk";
|
|
6719
6719
|
data: "data";
|
|
@@ -6780,13 +6780,13 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
6780
6780
|
sequelize: "sequelize";
|
|
6781
6781
|
}>;
|
|
6782
6782
|
backend: z.ZodEnum<{
|
|
6783
|
+
effect: "effect";
|
|
6783
6784
|
none: "none";
|
|
6784
6785
|
hono: "hono";
|
|
6785
6786
|
express: "express";
|
|
6786
6787
|
fastify: "fastify";
|
|
6787
6788
|
elysia: "elysia";
|
|
6788
6789
|
fets: "fets";
|
|
6789
|
-
effect: "effect";
|
|
6790
6790
|
nestjs: "nestjs";
|
|
6791
6791
|
adonisjs: "adonisjs";
|
|
6792
6792
|
nitro: "nitro";
|
|
@@ -6868,8 +6868,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
6868
6868
|
capacitor: "capacitor";
|
|
6869
6869
|
}>>;
|
|
6870
6870
|
examples: z.ZodArray<z.ZodEnum<{
|
|
6871
|
-
none: "none";
|
|
6872
6871
|
ai: "ai";
|
|
6872
|
+
none: "none";
|
|
6873
6873
|
"chat-sdk": "chat-sdk";
|
|
6874
6874
|
"tanstack-showcase": "tanstack-showcase";
|
|
6875
6875
|
}>>;
|
|
@@ -6984,8 +6984,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
6984
6984
|
"ai-cli": "ai-cli";
|
|
6985
6985
|
}>;
|
|
6986
6986
|
effect: z.ZodEnum<{
|
|
6987
|
-
none: "none";
|
|
6988
6987
|
effect: "effect";
|
|
6988
|
+
none: "none";
|
|
6989
6989
|
"effect-full": "effect-full";
|
|
6990
6990
|
}>;
|
|
6991
6991
|
stateManagement: z.ZodEnum<{
|
|
@@ -7038,6 +7038,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
7038
7038
|
"styled-components": "styled-components";
|
|
7039
7039
|
}>;
|
|
7040
7040
|
uiLibrary: z.ZodEnum<{
|
|
7041
|
+
mui: "mui";
|
|
7041
7042
|
none: "none";
|
|
7042
7043
|
"shadcn-ui": "shadcn-ui";
|
|
7043
7044
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -7048,7 +7049,6 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
7048
7049
|
"chakra-ui": "chakra-ui";
|
|
7049
7050
|
nextui: "nextui";
|
|
7050
7051
|
mantine: "mantine";
|
|
7051
|
-
mui: "mui";
|
|
7052
7052
|
antd: "antd";
|
|
7053
7053
|
"base-ui": "base-ui";
|
|
7054
7054
|
"ark-ui": "ark-ui";
|
|
@@ -7137,9 +7137,9 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
7137
7137
|
"effect-schema": "effect-schema";
|
|
7138
7138
|
}>;
|
|
7139
7139
|
realtime: z.ZodEnum<{
|
|
7140
|
+
ws: "ws";
|
|
7140
7141
|
none: "none";
|
|
7141
7142
|
"socket-io": "socket-io";
|
|
7142
|
-
ws: "ws";
|
|
7143
7143
|
partykit: "partykit";
|
|
7144
7144
|
ably: "ably";
|
|
7145
7145
|
pusher: "pusher";
|
|
@@ -7269,9 +7269,9 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
7269
7269
|
}>;
|
|
7270
7270
|
mobileUI: z.ZodEnum<{
|
|
7271
7271
|
none: "none";
|
|
7272
|
-
uniwind: "uniwind";
|
|
7273
7272
|
tamagui: "tamagui";
|
|
7274
7273
|
"gluestack-ui": "gluestack-ui";
|
|
7274
|
+
uniwind: "uniwind";
|
|
7275
7275
|
unistyles: "unistyles";
|
|
7276
7276
|
}>;
|
|
7277
7277
|
mobileStorage: z.ZodEnum<{
|
|
@@ -7388,11 +7388,11 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
7388
7388
|
}>;
|
|
7389
7389
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
7390
7390
|
none: "none";
|
|
7391
|
+
config: "config";
|
|
7391
7392
|
serde: "serde";
|
|
7392
7393
|
uuid: "uuid";
|
|
7393
7394
|
chrono: "chrono";
|
|
7394
7395
|
reqwest: "reqwest";
|
|
7395
|
-
config: "config";
|
|
7396
7396
|
dashmap: "dashmap";
|
|
7397
7397
|
"parking-lot": "parking-lot";
|
|
7398
7398
|
secrecy: "secrecy";
|
|
@@ -7598,10 +7598,10 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
7598
7598
|
httprouter: "httprouter";
|
|
7599
7599
|
}>;
|
|
7600
7600
|
goOrm: z.ZodEnum<{
|
|
7601
|
+
gorm: "gorm";
|
|
7601
7602
|
none: "none";
|
|
7602
7603
|
bun: "bun";
|
|
7603
7604
|
sqlx: "sqlx";
|
|
7604
|
-
gorm: "gorm";
|
|
7605
7605
|
sqlc: "sqlc";
|
|
7606
7606
|
ent: "ent";
|
|
7607
7607
|
}>;
|
|
@@ -8004,28 +8004,14 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
8004
8004
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8005
8005
|
id: z.ZodString;
|
|
8006
8006
|
role: z.ZodEnum<{
|
|
8007
|
-
|
|
8008
|
-
ai: "ai";
|
|
8009
|
-
frontend: "frontend";
|
|
8007
|
+
runtime: "runtime";
|
|
8010
8008
|
backend: "backend";
|
|
8011
|
-
mobile: "mobile";
|
|
8012
8009
|
database: "database";
|
|
8013
8010
|
orm: "orm";
|
|
8011
|
+
dbSetup: "dbSetup";
|
|
8014
8012
|
auth: "auth";
|
|
8015
8013
|
payments: "payments";
|
|
8016
|
-
examples: "examples";
|
|
8017
|
-
packageManager: "packageManager";
|
|
8018
|
-
dbSetup: "dbSetup";
|
|
8019
|
-
runtime: "runtime";
|
|
8020
|
-
api: "api";
|
|
8021
|
-
stateManagement: "stateManagement";
|
|
8022
|
-
forms: "forms";
|
|
8023
|
-
testing: "testing";
|
|
8024
8014
|
email: "email";
|
|
8025
|
-
validation: "validation";
|
|
8026
|
-
realtime: "realtime";
|
|
8027
|
-
jobQueue: "jobQueue";
|
|
8028
|
-
animation: "animation";
|
|
8029
8015
|
fileUpload: "fileUpload";
|
|
8030
8016
|
logging: "logging";
|
|
8031
8017
|
observability: "observability";
|
|
@@ -8033,40 +8019,53 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
8033
8019
|
integrations: "integrations";
|
|
8034
8020
|
ecommerce: "ecommerce";
|
|
8035
8021
|
analytics: "analytics";
|
|
8036
|
-
|
|
8022
|
+
stateManagement: "stateManagement";
|
|
8023
|
+
forms: "forms";
|
|
8024
|
+
validation: "validation";
|
|
8025
|
+
testing: "testing";
|
|
8026
|
+
realtime: "realtime";
|
|
8027
|
+
jobQueue: "jobQueue";
|
|
8037
8028
|
caching: "caching";
|
|
8038
8029
|
rateLimit: "rateLimit";
|
|
8039
8030
|
botProtection: "botProtection";
|
|
8031
|
+
animation: "animation";
|
|
8032
|
+
cms: "cms";
|
|
8040
8033
|
i18n: "i18n";
|
|
8041
8034
|
search: "search";
|
|
8042
8035
|
vectorDb: "vectorDb";
|
|
8043
8036
|
fileStorage: "fileStorage";
|
|
8044
|
-
|
|
8037
|
+
codeQuality: "codeQuality";
|
|
8038
|
+
documentation: "documentation";
|
|
8039
|
+
packageManager: "packageManager";
|
|
8040
|
+
examples: "examples";
|
|
8041
|
+
api: "api";
|
|
8042
|
+
workspaceRunner: "workspaceRunner";
|
|
8043
|
+
gitHooks: "gitHooks";
|
|
8044
|
+
staticAnalysis: "staticAnalysis";
|
|
8045
|
+
aiTooling: "aiTooling";
|
|
8046
|
+
codeGeneration: "codeGeneration";
|
|
8047
|
+
developerEnvironment: "developerEnvironment";
|
|
8048
|
+
containerOrchestration: "containerOrchestration";
|
|
8049
|
+
apiGateway: "apiGateway";
|
|
8050
|
+
continuousIntegration: "continuousIntegration";
|
|
8051
|
+
ai: "ai";
|
|
8052
|
+
effect: "effect";
|
|
8053
|
+
css: "css";
|
|
8054
|
+
ui: "ui";
|
|
8055
|
+
push: "push";
|
|
8056
|
+
frontend: "frontend";
|
|
8057
|
+
mobile: "mobile";
|
|
8045
8058
|
graphql: "graphql";
|
|
8046
8059
|
deploy: "deploy";
|
|
8047
8060
|
migrations: "migrations";
|
|
8048
8061
|
navigation: "navigation";
|
|
8049
|
-
ui: "ui";
|
|
8050
|
-
css: "css";
|
|
8051
8062
|
storage: "storage";
|
|
8052
|
-
push: "push";
|
|
8053
8063
|
ota: "ota";
|
|
8054
8064
|
deepLinking: "deepLinking";
|
|
8055
|
-
documentation: "documentation";
|
|
8056
|
-
codeQuality: "codeQuality";
|
|
8057
8065
|
appPlatform: "appPlatform";
|
|
8058
8066
|
dataFetching: "dataFetching";
|
|
8059
8067
|
workspaceTooling: "workspaceTooling";
|
|
8060
8068
|
toolchain: "toolchain";
|
|
8061
|
-
workspaceRunner: "workspaceRunner";
|
|
8062
|
-
gitHooks: "gitHooks";
|
|
8063
|
-
staticAnalysis: "staticAnalysis";
|
|
8064
|
-
aiTooling: "aiTooling";
|
|
8065
|
-
codeGeneration: "codeGeneration";
|
|
8066
|
-
developerEnvironment: "developerEnvironment";
|
|
8067
|
-
containerOrchestration: "containerOrchestration";
|
|
8068
|
-
apiGateway: "apiGateway";
|
|
8069
|
-
continuousIntegration: "continuousIntegration";
|
|
8070
8069
|
backendUtilities: "backendUtilities";
|
|
8071
8070
|
language: "language";
|
|
8072
8071
|
buildTool: "buildTool";
|
|
@@ -8074,6 +8073,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
8074
8073
|
errorHandling: "errorHandling";
|
|
8075
8074
|
httpClient: "httpClient";
|
|
8076
8075
|
libraries: "libraries";
|
|
8076
|
+
config: "config";
|
|
8077
8077
|
templating: "templating";
|
|
8078
8078
|
cloudSdk: "cloudSdk";
|
|
8079
8079
|
data: "data";
|
|
@@ -8140,13 +8140,13 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
8140
8140
|
sequelize: "sequelize";
|
|
8141
8141
|
}>;
|
|
8142
8142
|
backend: z.ZodEnum<{
|
|
8143
|
+
effect: "effect";
|
|
8143
8144
|
none: "none";
|
|
8144
8145
|
hono: "hono";
|
|
8145
8146
|
express: "express";
|
|
8146
8147
|
fastify: "fastify";
|
|
8147
8148
|
elysia: "elysia";
|
|
8148
8149
|
fets: "fets";
|
|
8149
|
-
effect: "effect";
|
|
8150
8150
|
nestjs: "nestjs";
|
|
8151
8151
|
adonisjs: "adonisjs";
|
|
8152
8152
|
nitro: "nitro";
|
|
@@ -8228,8 +8228,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
8228
8228
|
capacitor: "capacitor";
|
|
8229
8229
|
}>>;
|
|
8230
8230
|
examples: z.ZodArray<z.ZodEnum<{
|
|
8231
|
-
none: "none";
|
|
8232
8231
|
ai: "ai";
|
|
8232
|
+
none: "none";
|
|
8233
8233
|
"chat-sdk": "chat-sdk";
|
|
8234
8234
|
"tanstack-showcase": "tanstack-showcase";
|
|
8235
8235
|
}>>;
|
|
@@ -8344,8 +8344,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
8344
8344
|
"ai-cli": "ai-cli";
|
|
8345
8345
|
}>;
|
|
8346
8346
|
effect: z.ZodEnum<{
|
|
8347
|
-
none: "none";
|
|
8348
8347
|
effect: "effect";
|
|
8348
|
+
none: "none";
|
|
8349
8349
|
"effect-full": "effect-full";
|
|
8350
8350
|
}>;
|
|
8351
8351
|
stateManagement: z.ZodEnum<{
|
|
@@ -8398,6 +8398,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
8398
8398
|
"styled-components": "styled-components";
|
|
8399
8399
|
}>;
|
|
8400
8400
|
uiLibrary: z.ZodEnum<{
|
|
8401
|
+
mui: "mui";
|
|
8401
8402
|
none: "none";
|
|
8402
8403
|
"shadcn-ui": "shadcn-ui";
|
|
8403
8404
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -8408,7 +8409,6 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
8408
8409
|
"chakra-ui": "chakra-ui";
|
|
8409
8410
|
nextui: "nextui";
|
|
8410
8411
|
mantine: "mantine";
|
|
8411
|
-
mui: "mui";
|
|
8412
8412
|
antd: "antd";
|
|
8413
8413
|
"base-ui": "base-ui";
|
|
8414
8414
|
"ark-ui": "ark-ui";
|
|
@@ -8497,9 +8497,9 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
8497
8497
|
"effect-schema": "effect-schema";
|
|
8498
8498
|
}>;
|
|
8499
8499
|
realtime: z.ZodEnum<{
|
|
8500
|
+
ws: "ws";
|
|
8500
8501
|
none: "none";
|
|
8501
8502
|
"socket-io": "socket-io";
|
|
8502
|
-
ws: "ws";
|
|
8503
8503
|
partykit: "partykit";
|
|
8504
8504
|
ably: "ably";
|
|
8505
8505
|
pusher: "pusher";
|
|
@@ -8629,9 +8629,9 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
8629
8629
|
}>;
|
|
8630
8630
|
mobileUI: z.ZodEnum<{
|
|
8631
8631
|
none: "none";
|
|
8632
|
-
uniwind: "uniwind";
|
|
8633
8632
|
tamagui: "tamagui";
|
|
8634
8633
|
"gluestack-ui": "gluestack-ui";
|
|
8634
|
+
uniwind: "uniwind";
|
|
8635
8635
|
unistyles: "unistyles";
|
|
8636
8636
|
}>;
|
|
8637
8637
|
mobileStorage: z.ZodEnum<{
|
|
@@ -8748,11 +8748,11 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
8748
8748
|
}>;
|
|
8749
8749
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
8750
8750
|
none: "none";
|
|
8751
|
+
config: "config";
|
|
8751
8752
|
serde: "serde";
|
|
8752
8753
|
uuid: "uuid";
|
|
8753
8754
|
chrono: "chrono";
|
|
8754
8755
|
reqwest: "reqwest";
|
|
8755
|
-
config: "config";
|
|
8756
8756
|
dashmap: "dashmap";
|
|
8757
8757
|
"parking-lot": "parking-lot";
|
|
8758
8758
|
secrecy: "secrecy";
|
|
@@ -8958,10 +8958,10 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
8958
8958
|
httprouter: "httprouter";
|
|
8959
8959
|
}>;
|
|
8960
8960
|
goOrm: z.ZodEnum<{
|
|
8961
|
+
gorm: "gorm";
|
|
8961
8962
|
none: "none";
|
|
8962
8963
|
bun: "bun";
|
|
8963
8964
|
sqlx: "sqlx";
|
|
8964
|
-
gorm: "gorm";
|
|
8965
8965
|
sqlc: "sqlc";
|
|
8966
8966
|
ent: "ent";
|
|
8967
8967
|
}>;
|
|
@@ -9364,28 +9364,14 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
9364
9364
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9365
9365
|
id: z.ZodString;
|
|
9366
9366
|
role: z.ZodEnum<{
|
|
9367
|
-
|
|
9368
|
-
ai: "ai";
|
|
9369
|
-
frontend: "frontend";
|
|
9367
|
+
runtime: "runtime";
|
|
9370
9368
|
backend: "backend";
|
|
9371
|
-
mobile: "mobile";
|
|
9372
9369
|
database: "database";
|
|
9373
9370
|
orm: "orm";
|
|
9371
|
+
dbSetup: "dbSetup";
|
|
9374
9372
|
auth: "auth";
|
|
9375
9373
|
payments: "payments";
|
|
9376
|
-
examples: "examples";
|
|
9377
|
-
packageManager: "packageManager";
|
|
9378
|
-
dbSetup: "dbSetup";
|
|
9379
|
-
runtime: "runtime";
|
|
9380
|
-
api: "api";
|
|
9381
|
-
stateManagement: "stateManagement";
|
|
9382
|
-
forms: "forms";
|
|
9383
|
-
testing: "testing";
|
|
9384
9374
|
email: "email";
|
|
9385
|
-
validation: "validation";
|
|
9386
|
-
realtime: "realtime";
|
|
9387
|
-
jobQueue: "jobQueue";
|
|
9388
|
-
animation: "animation";
|
|
9389
9375
|
fileUpload: "fileUpload";
|
|
9390
9376
|
logging: "logging";
|
|
9391
9377
|
observability: "observability";
|
|
@@ -9393,40 +9379,53 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
9393
9379
|
integrations: "integrations";
|
|
9394
9380
|
ecommerce: "ecommerce";
|
|
9395
9381
|
analytics: "analytics";
|
|
9396
|
-
|
|
9382
|
+
stateManagement: "stateManagement";
|
|
9383
|
+
forms: "forms";
|
|
9384
|
+
validation: "validation";
|
|
9385
|
+
testing: "testing";
|
|
9386
|
+
realtime: "realtime";
|
|
9387
|
+
jobQueue: "jobQueue";
|
|
9397
9388
|
caching: "caching";
|
|
9398
9389
|
rateLimit: "rateLimit";
|
|
9399
9390
|
botProtection: "botProtection";
|
|
9391
|
+
animation: "animation";
|
|
9392
|
+
cms: "cms";
|
|
9400
9393
|
i18n: "i18n";
|
|
9401
9394
|
search: "search";
|
|
9402
9395
|
vectorDb: "vectorDb";
|
|
9403
9396
|
fileStorage: "fileStorage";
|
|
9404
|
-
|
|
9397
|
+
codeQuality: "codeQuality";
|
|
9398
|
+
documentation: "documentation";
|
|
9399
|
+
packageManager: "packageManager";
|
|
9400
|
+
examples: "examples";
|
|
9401
|
+
api: "api";
|
|
9402
|
+
workspaceRunner: "workspaceRunner";
|
|
9403
|
+
gitHooks: "gitHooks";
|
|
9404
|
+
staticAnalysis: "staticAnalysis";
|
|
9405
|
+
aiTooling: "aiTooling";
|
|
9406
|
+
codeGeneration: "codeGeneration";
|
|
9407
|
+
developerEnvironment: "developerEnvironment";
|
|
9408
|
+
containerOrchestration: "containerOrchestration";
|
|
9409
|
+
apiGateway: "apiGateway";
|
|
9410
|
+
continuousIntegration: "continuousIntegration";
|
|
9411
|
+
ai: "ai";
|
|
9412
|
+
effect: "effect";
|
|
9413
|
+
css: "css";
|
|
9414
|
+
ui: "ui";
|
|
9415
|
+
push: "push";
|
|
9416
|
+
frontend: "frontend";
|
|
9417
|
+
mobile: "mobile";
|
|
9405
9418
|
graphql: "graphql";
|
|
9406
9419
|
deploy: "deploy";
|
|
9407
9420
|
migrations: "migrations";
|
|
9408
9421
|
navigation: "navigation";
|
|
9409
|
-
ui: "ui";
|
|
9410
|
-
css: "css";
|
|
9411
9422
|
storage: "storage";
|
|
9412
|
-
push: "push";
|
|
9413
9423
|
ota: "ota";
|
|
9414
9424
|
deepLinking: "deepLinking";
|
|
9415
|
-
documentation: "documentation";
|
|
9416
|
-
codeQuality: "codeQuality";
|
|
9417
9425
|
appPlatform: "appPlatform";
|
|
9418
9426
|
dataFetching: "dataFetching";
|
|
9419
9427
|
workspaceTooling: "workspaceTooling";
|
|
9420
9428
|
toolchain: "toolchain";
|
|
9421
|
-
workspaceRunner: "workspaceRunner";
|
|
9422
|
-
gitHooks: "gitHooks";
|
|
9423
|
-
staticAnalysis: "staticAnalysis";
|
|
9424
|
-
aiTooling: "aiTooling";
|
|
9425
|
-
codeGeneration: "codeGeneration";
|
|
9426
|
-
developerEnvironment: "developerEnvironment";
|
|
9427
|
-
containerOrchestration: "containerOrchestration";
|
|
9428
|
-
apiGateway: "apiGateway";
|
|
9429
|
-
continuousIntegration: "continuousIntegration";
|
|
9430
9429
|
backendUtilities: "backendUtilities";
|
|
9431
9430
|
language: "language";
|
|
9432
9431
|
buildTool: "buildTool";
|
|
@@ -9434,6 +9433,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
9434
9433
|
errorHandling: "errorHandling";
|
|
9435
9434
|
httpClient: "httpClient";
|
|
9436
9435
|
libraries: "libraries";
|
|
9436
|
+
config: "config";
|
|
9437
9437
|
templating: "templating";
|
|
9438
9438
|
cloudSdk: "cloudSdk";
|
|
9439
9439
|
data: "data";
|
|
@@ -9501,13 +9501,13 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
9501
9501
|
sequelize: "sequelize";
|
|
9502
9502
|
}>;
|
|
9503
9503
|
backend: z.ZodEnum<{
|
|
9504
|
+
effect: "effect";
|
|
9504
9505
|
none: "none";
|
|
9505
9506
|
hono: "hono";
|
|
9506
9507
|
express: "express";
|
|
9507
9508
|
fastify: "fastify";
|
|
9508
9509
|
elysia: "elysia";
|
|
9509
9510
|
fets: "fets";
|
|
9510
|
-
effect: "effect";
|
|
9511
9511
|
nestjs: "nestjs";
|
|
9512
9512
|
adonisjs: "adonisjs";
|
|
9513
9513
|
nitro: "nitro";
|
|
@@ -9589,8 +9589,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
9589
9589
|
capacitor: "capacitor";
|
|
9590
9590
|
}>>;
|
|
9591
9591
|
examples: z.ZodArray<z.ZodEnum<{
|
|
9592
|
-
none: "none";
|
|
9593
9592
|
ai: "ai";
|
|
9593
|
+
none: "none";
|
|
9594
9594
|
"chat-sdk": "chat-sdk";
|
|
9595
9595
|
"tanstack-showcase": "tanstack-showcase";
|
|
9596
9596
|
}>>;
|
|
@@ -9705,8 +9705,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
9705
9705
|
"ai-cli": "ai-cli";
|
|
9706
9706
|
}>;
|
|
9707
9707
|
effect: z.ZodEnum<{
|
|
9708
|
-
none: "none";
|
|
9709
9708
|
effect: "effect";
|
|
9709
|
+
none: "none";
|
|
9710
9710
|
"effect-full": "effect-full";
|
|
9711
9711
|
}>;
|
|
9712
9712
|
stateManagement: z.ZodEnum<{
|
|
@@ -9759,6 +9759,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
9759
9759
|
"styled-components": "styled-components";
|
|
9760
9760
|
}>;
|
|
9761
9761
|
uiLibrary: z.ZodEnum<{
|
|
9762
|
+
mui: "mui";
|
|
9762
9763
|
none: "none";
|
|
9763
9764
|
"shadcn-ui": "shadcn-ui";
|
|
9764
9765
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -9769,7 +9770,6 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
9769
9770
|
"chakra-ui": "chakra-ui";
|
|
9770
9771
|
nextui: "nextui";
|
|
9771
9772
|
mantine: "mantine";
|
|
9772
|
-
mui: "mui";
|
|
9773
9773
|
antd: "antd";
|
|
9774
9774
|
"base-ui": "base-ui";
|
|
9775
9775
|
"ark-ui": "ark-ui";
|
|
@@ -9858,9 +9858,9 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
9858
9858
|
"effect-schema": "effect-schema";
|
|
9859
9859
|
}>;
|
|
9860
9860
|
realtime: z.ZodEnum<{
|
|
9861
|
+
ws: "ws";
|
|
9861
9862
|
none: "none";
|
|
9862
9863
|
"socket-io": "socket-io";
|
|
9863
|
-
ws: "ws";
|
|
9864
9864
|
partykit: "partykit";
|
|
9865
9865
|
ably: "ably";
|
|
9866
9866
|
pusher: "pusher";
|
|
@@ -9990,9 +9990,9 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
9990
9990
|
}>;
|
|
9991
9991
|
mobileUI: z.ZodEnum<{
|
|
9992
9992
|
none: "none";
|
|
9993
|
-
uniwind: "uniwind";
|
|
9994
9993
|
tamagui: "tamagui";
|
|
9995
9994
|
"gluestack-ui": "gluestack-ui";
|
|
9995
|
+
uniwind: "uniwind";
|
|
9996
9996
|
unistyles: "unistyles";
|
|
9997
9997
|
}>;
|
|
9998
9998
|
mobileStorage: z.ZodEnum<{
|
|
@@ -10109,11 +10109,11 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
10109
10109
|
}>;
|
|
10110
10110
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
10111
10111
|
none: "none";
|
|
10112
|
+
config: "config";
|
|
10112
10113
|
serde: "serde";
|
|
10113
10114
|
uuid: "uuid";
|
|
10114
10115
|
chrono: "chrono";
|
|
10115
10116
|
reqwest: "reqwest";
|
|
10116
|
-
config: "config";
|
|
10117
10117
|
dashmap: "dashmap";
|
|
10118
10118
|
"parking-lot": "parking-lot";
|
|
10119
10119
|
secrecy: "secrecy";
|
|
@@ -10319,10 +10319,10 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
10319
10319
|
httprouter: "httprouter";
|
|
10320
10320
|
}>;
|
|
10321
10321
|
goOrm: z.ZodEnum<{
|
|
10322
|
+
gorm: "gorm";
|
|
10322
10323
|
none: "none";
|
|
10323
10324
|
bun: "bun";
|
|
10324
10325
|
sqlx: "sqlx";
|
|
10325
|
-
gorm: "gorm";
|
|
10326
10326
|
sqlc: "sqlc";
|
|
10327
10327
|
ent: "ent";
|
|
10328
10328
|
}>;
|
|
@@ -10725,28 +10725,14 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
10725
10725
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10726
10726
|
id: z.ZodString;
|
|
10727
10727
|
role: z.ZodEnum<{
|
|
10728
|
-
|
|
10729
|
-
ai: "ai";
|
|
10730
|
-
frontend: "frontend";
|
|
10728
|
+
runtime: "runtime";
|
|
10731
10729
|
backend: "backend";
|
|
10732
|
-
mobile: "mobile";
|
|
10733
10730
|
database: "database";
|
|
10734
10731
|
orm: "orm";
|
|
10732
|
+
dbSetup: "dbSetup";
|
|
10735
10733
|
auth: "auth";
|
|
10736
10734
|
payments: "payments";
|
|
10737
|
-
examples: "examples";
|
|
10738
|
-
packageManager: "packageManager";
|
|
10739
|
-
dbSetup: "dbSetup";
|
|
10740
|
-
runtime: "runtime";
|
|
10741
|
-
api: "api";
|
|
10742
|
-
stateManagement: "stateManagement";
|
|
10743
|
-
forms: "forms";
|
|
10744
|
-
testing: "testing";
|
|
10745
10735
|
email: "email";
|
|
10746
|
-
validation: "validation";
|
|
10747
|
-
realtime: "realtime";
|
|
10748
|
-
jobQueue: "jobQueue";
|
|
10749
|
-
animation: "animation";
|
|
10750
10736
|
fileUpload: "fileUpload";
|
|
10751
10737
|
logging: "logging";
|
|
10752
10738
|
observability: "observability";
|
|
@@ -10754,40 +10740,53 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
10754
10740
|
integrations: "integrations";
|
|
10755
10741
|
ecommerce: "ecommerce";
|
|
10756
10742
|
analytics: "analytics";
|
|
10757
|
-
|
|
10743
|
+
stateManagement: "stateManagement";
|
|
10744
|
+
forms: "forms";
|
|
10745
|
+
validation: "validation";
|
|
10746
|
+
testing: "testing";
|
|
10747
|
+
realtime: "realtime";
|
|
10748
|
+
jobQueue: "jobQueue";
|
|
10758
10749
|
caching: "caching";
|
|
10759
10750
|
rateLimit: "rateLimit";
|
|
10760
10751
|
botProtection: "botProtection";
|
|
10752
|
+
animation: "animation";
|
|
10753
|
+
cms: "cms";
|
|
10761
10754
|
i18n: "i18n";
|
|
10762
10755
|
search: "search";
|
|
10763
10756
|
vectorDb: "vectorDb";
|
|
10764
10757
|
fileStorage: "fileStorage";
|
|
10765
|
-
|
|
10758
|
+
codeQuality: "codeQuality";
|
|
10759
|
+
documentation: "documentation";
|
|
10760
|
+
packageManager: "packageManager";
|
|
10761
|
+
examples: "examples";
|
|
10762
|
+
api: "api";
|
|
10763
|
+
workspaceRunner: "workspaceRunner";
|
|
10764
|
+
gitHooks: "gitHooks";
|
|
10765
|
+
staticAnalysis: "staticAnalysis";
|
|
10766
|
+
aiTooling: "aiTooling";
|
|
10767
|
+
codeGeneration: "codeGeneration";
|
|
10768
|
+
developerEnvironment: "developerEnvironment";
|
|
10769
|
+
containerOrchestration: "containerOrchestration";
|
|
10770
|
+
apiGateway: "apiGateway";
|
|
10771
|
+
continuousIntegration: "continuousIntegration";
|
|
10772
|
+
ai: "ai";
|
|
10773
|
+
effect: "effect";
|
|
10774
|
+
css: "css";
|
|
10775
|
+
ui: "ui";
|
|
10776
|
+
push: "push";
|
|
10777
|
+
frontend: "frontend";
|
|
10778
|
+
mobile: "mobile";
|
|
10766
10779
|
graphql: "graphql";
|
|
10767
10780
|
deploy: "deploy";
|
|
10768
10781
|
migrations: "migrations";
|
|
10769
10782
|
navigation: "navigation";
|
|
10770
|
-
ui: "ui";
|
|
10771
|
-
css: "css";
|
|
10772
10783
|
storage: "storage";
|
|
10773
|
-
push: "push";
|
|
10774
10784
|
ota: "ota";
|
|
10775
10785
|
deepLinking: "deepLinking";
|
|
10776
|
-
documentation: "documentation";
|
|
10777
|
-
codeQuality: "codeQuality";
|
|
10778
10786
|
appPlatform: "appPlatform";
|
|
10779
10787
|
dataFetching: "dataFetching";
|
|
10780
10788
|
workspaceTooling: "workspaceTooling";
|
|
10781
10789
|
toolchain: "toolchain";
|
|
10782
|
-
workspaceRunner: "workspaceRunner";
|
|
10783
|
-
gitHooks: "gitHooks";
|
|
10784
|
-
staticAnalysis: "staticAnalysis";
|
|
10785
|
-
aiTooling: "aiTooling";
|
|
10786
|
-
codeGeneration: "codeGeneration";
|
|
10787
|
-
developerEnvironment: "developerEnvironment";
|
|
10788
|
-
containerOrchestration: "containerOrchestration";
|
|
10789
|
-
apiGateway: "apiGateway";
|
|
10790
|
-
continuousIntegration: "continuousIntegration";
|
|
10791
10790
|
backendUtilities: "backendUtilities";
|
|
10792
10791
|
language: "language";
|
|
10793
10792
|
buildTool: "buildTool";
|
|
@@ -10795,6 +10794,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
10795
10794
|
errorHandling: "errorHandling";
|
|
10796
10795
|
httpClient: "httpClient";
|
|
10797
10796
|
libraries: "libraries";
|
|
10797
|
+
config: "config";
|
|
10798
10798
|
templating: "templating";
|
|
10799
10799
|
cloudSdk: "cloudSdk";
|
|
10800
10800
|
data: "data";
|
|
@@ -10862,13 +10862,13 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
10862
10862
|
sequelize: "sequelize";
|
|
10863
10863
|
}>;
|
|
10864
10864
|
backend: z.ZodEnum<{
|
|
10865
|
+
effect: "effect";
|
|
10865
10866
|
none: "none";
|
|
10866
10867
|
hono: "hono";
|
|
10867
10868
|
express: "express";
|
|
10868
10869
|
fastify: "fastify";
|
|
10869
10870
|
elysia: "elysia";
|
|
10870
10871
|
fets: "fets";
|
|
10871
|
-
effect: "effect";
|
|
10872
10872
|
nestjs: "nestjs";
|
|
10873
10873
|
adonisjs: "adonisjs";
|
|
10874
10874
|
nitro: "nitro";
|
|
@@ -10950,8 +10950,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
10950
10950
|
capacitor: "capacitor";
|
|
10951
10951
|
}>>;
|
|
10952
10952
|
examples: z.ZodArray<z.ZodEnum<{
|
|
10953
|
-
none: "none";
|
|
10954
10953
|
ai: "ai";
|
|
10954
|
+
none: "none";
|
|
10955
10955
|
"chat-sdk": "chat-sdk";
|
|
10956
10956
|
"tanstack-showcase": "tanstack-showcase";
|
|
10957
10957
|
}>>;
|
|
@@ -11066,8 +11066,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
11066
11066
|
"ai-cli": "ai-cli";
|
|
11067
11067
|
}>;
|
|
11068
11068
|
effect: z.ZodEnum<{
|
|
11069
|
-
none: "none";
|
|
11070
11069
|
effect: "effect";
|
|
11070
|
+
none: "none";
|
|
11071
11071
|
"effect-full": "effect-full";
|
|
11072
11072
|
}>;
|
|
11073
11073
|
stateManagement: z.ZodEnum<{
|
|
@@ -11120,6 +11120,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
11120
11120
|
"styled-components": "styled-components";
|
|
11121
11121
|
}>;
|
|
11122
11122
|
uiLibrary: z.ZodEnum<{
|
|
11123
|
+
mui: "mui";
|
|
11123
11124
|
none: "none";
|
|
11124
11125
|
"shadcn-ui": "shadcn-ui";
|
|
11125
11126
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -11130,7 +11131,6 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
11130
11131
|
"chakra-ui": "chakra-ui";
|
|
11131
11132
|
nextui: "nextui";
|
|
11132
11133
|
mantine: "mantine";
|
|
11133
|
-
mui: "mui";
|
|
11134
11134
|
antd: "antd";
|
|
11135
11135
|
"base-ui": "base-ui";
|
|
11136
11136
|
"ark-ui": "ark-ui";
|
|
@@ -11219,9 +11219,9 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
11219
11219
|
"effect-schema": "effect-schema";
|
|
11220
11220
|
}>;
|
|
11221
11221
|
realtime: z.ZodEnum<{
|
|
11222
|
+
ws: "ws";
|
|
11222
11223
|
none: "none";
|
|
11223
11224
|
"socket-io": "socket-io";
|
|
11224
|
-
ws: "ws";
|
|
11225
11225
|
partykit: "partykit";
|
|
11226
11226
|
ably: "ably";
|
|
11227
11227
|
pusher: "pusher";
|
|
@@ -11351,9 +11351,9 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
11351
11351
|
}>;
|
|
11352
11352
|
mobileUI: z.ZodEnum<{
|
|
11353
11353
|
none: "none";
|
|
11354
|
-
uniwind: "uniwind";
|
|
11355
11354
|
tamagui: "tamagui";
|
|
11356
11355
|
"gluestack-ui": "gluestack-ui";
|
|
11356
|
+
uniwind: "uniwind";
|
|
11357
11357
|
unistyles: "unistyles";
|
|
11358
11358
|
}>;
|
|
11359
11359
|
mobileStorage: z.ZodEnum<{
|
|
@@ -11470,11 +11470,11 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
11470
11470
|
}>;
|
|
11471
11471
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
11472
11472
|
none: "none";
|
|
11473
|
+
config: "config";
|
|
11473
11474
|
serde: "serde";
|
|
11474
11475
|
uuid: "uuid";
|
|
11475
11476
|
chrono: "chrono";
|
|
11476
11477
|
reqwest: "reqwest";
|
|
11477
|
-
config: "config";
|
|
11478
11478
|
dashmap: "dashmap";
|
|
11479
11479
|
"parking-lot": "parking-lot";
|
|
11480
11480
|
secrecy: "secrecy";
|
|
@@ -11680,10 +11680,10 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
11680
11680
|
httprouter: "httprouter";
|
|
11681
11681
|
}>;
|
|
11682
11682
|
goOrm: z.ZodEnum<{
|
|
11683
|
+
gorm: "gorm";
|
|
11683
11684
|
none: "none";
|
|
11684
11685
|
bun: "bun";
|
|
11685
11686
|
sqlx: "sqlx";
|
|
11686
|
-
gorm: "gorm";
|
|
11687
11687
|
sqlc: "sqlc";
|
|
11688
11688
|
ent: "ent";
|
|
11689
11689
|
}>;
|
|
@@ -12086,28 +12086,14 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
12086
12086
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12087
12087
|
id: z.ZodString;
|
|
12088
12088
|
role: z.ZodEnum<{
|
|
12089
|
-
|
|
12090
|
-
ai: "ai";
|
|
12091
|
-
frontend: "frontend";
|
|
12089
|
+
runtime: "runtime";
|
|
12092
12090
|
backend: "backend";
|
|
12093
|
-
mobile: "mobile";
|
|
12094
12091
|
database: "database";
|
|
12095
12092
|
orm: "orm";
|
|
12093
|
+
dbSetup: "dbSetup";
|
|
12096
12094
|
auth: "auth";
|
|
12097
12095
|
payments: "payments";
|
|
12098
|
-
examples: "examples";
|
|
12099
|
-
packageManager: "packageManager";
|
|
12100
|
-
dbSetup: "dbSetup";
|
|
12101
|
-
runtime: "runtime";
|
|
12102
|
-
api: "api";
|
|
12103
|
-
stateManagement: "stateManagement";
|
|
12104
|
-
forms: "forms";
|
|
12105
|
-
testing: "testing";
|
|
12106
12096
|
email: "email";
|
|
12107
|
-
validation: "validation";
|
|
12108
|
-
realtime: "realtime";
|
|
12109
|
-
jobQueue: "jobQueue";
|
|
12110
|
-
animation: "animation";
|
|
12111
12097
|
fileUpload: "fileUpload";
|
|
12112
12098
|
logging: "logging";
|
|
12113
12099
|
observability: "observability";
|
|
@@ -12115,40 +12101,53 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
12115
12101
|
integrations: "integrations";
|
|
12116
12102
|
ecommerce: "ecommerce";
|
|
12117
12103
|
analytics: "analytics";
|
|
12118
|
-
|
|
12104
|
+
stateManagement: "stateManagement";
|
|
12105
|
+
forms: "forms";
|
|
12106
|
+
validation: "validation";
|
|
12107
|
+
testing: "testing";
|
|
12108
|
+
realtime: "realtime";
|
|
12109
|
+
jobQueue: "jobQueue";
|
|
12119
12110
|
caching: "caching";
|
|
12120
12111
|
rateLimit: "rateLimit";
|
|
12121
12112
|
botProtection: "botProtection";
|
|
12113
|
+
animation: "animation";
|
|
12114
|
+
cms: "cms";
|
|
12122
12115
|
i18n: "i18n";
|
|
12123
12116
|
search: "search";
|
|
12124
12117
|
vectorDb: "vectorDb";
|
|
12125
12118
|
fileStorage: "fileStorage";
|
|
12126
|
-
|
|
12119
|
+
codeQuality: "codeQuality";
|
|
12120
|
+
documentation: "documentation";
|
|
12121
|
+
packageManager: "packageManager";
|
|
12122
|
+
examples: "examples";
|
|
12123
|
+
api: "api";
|
|
12124
|
+
workspaceRunner: "workspaceRunner";
|
|
12125
|
+
gitHooks: "gitHooks";
|
|
12126
|
+
staticAnalysis: "staticAnalysis";
|
|
12127
|
+
aiTooling: "aiTooling";
|
|
12128
|
+
codeGeneration: "codeGeneration";
|
|
12129
|
+
developerEnvironment: "developerEnvironment";
|
|
12130
|
+
containerOrchestration: "containerOrchestration";
|
|
12131
|
+
apiGateway: "apiGateway";
|
|
12132
|
+
continuousIntegration: "continuousIntegration";
|
|
12133
|
+
ai: "ai";
|
|
12134
|
+
effect: "effect";
|
|
12135
|
+
css: "css";
|
|
12136
|
+
ui: "ui";
|
|
12137
|
+
push: "push";
|
|
12138
|
+
frontend: "frontend";
|
|
12139
|
+
mobile: "mobile";
|
|
12127
12140
|
graphql: "graphql";
|
|
12128
12141
|
deploy: "deploy";
|
|
12129
12142
|
migrations: "migrations";
|
|
12130
12143
|
navigation: "navigation";
|
|
12131
|
-
ui: "ui";
|
|
12132
|
-
css: "css";
|
|
12133
12144
|
storage: "storage";
|
|
12134
|
-
push: "push";
|
|
12135
12145
|
ota: "ota";
|
|
12136
12146
|
deepLinking: "deepLinking";
|
|
12137
|
-
documentation: "documentation";
|
|
12138
|
-
codeQuality: "codeQuality";
|
|
12139
12147
|
appPlatform: "appPlatform";
|
|
12140
12148
|
dataFetching: "dataFetching";
|
|
12141
12149
|
workspaceTooling: "workspaceTooling";
|
|
12142
12150
|
toolchain: "toolchain";
|
|
12143
|
-
workspaceRunner: "workspaceRunner";
|
|
12144
|
-
gitHooks: "gitHooks";
|
|
12145
|
-
staticAnalysis: "staticAnalysis";
|
|
12146
|
-
aiTooling: "aiTooling";
|
|
12147
|
-
codeGeneration: "codeGeneration";
|
|
12148
|
-
developerEnvironment: "developerEnvironment";
|
|
12149
|
-
containerOrchestration: "containerOrchestration";
|
|
12150
|
-
apiGateway: "apiGateway";
|
|
12151
|
-
continuousIntegration: "continuousIntegration";
|
|
12152
12151
|
backendUtilities: "backendUtilities";
|
|
12153
12152
|
language: "language";
|
|
12154
12153
|
buildTool: "buildTool";
|
|
@@ -12156,6 +12155,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
12156
12155
|
errorHandling: "errorHandling";
|
|
12157
12156
|
httpClient: "httpClient";
|
|
12158
12157
|
libraries: "libraries";
|
|
12158
|
+
config: "config";
|
|
12159
12159
|
templating: "templating";
|
|
12160
12160
|
cloudSdk: "cloudSdk";
|
|
12161
12161
|
data: "data";
|
|
@@ -12223,13 +12223,13 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
12223
12223
|
sequelize: "sequelize";
|
|
12224
12224
|
}>;
|
|
12225
12225
|
backend: z.ZodEnum<{
|
|
12226
|
+
effect: "effect";
|
|
12226
12227
|
none: "none";
|
|
12227
12228
|
hono: "hono";
|
|
12228
12229
|
express: "express";
|
|
12229
12230
|
fastify: "fastify";
|
|
12230
12231
|
elysia: "elysia";
|
|
12231
12232
|
fets: "fets";
|
|
12232
|
-
effect: "effect";
|
|
12233
12233
|
nestjs: "nestjs";
|
|
12234
12234
|
adonisjs: "adonisjs";
|
|
12235
12235
|
nitro: "nitro";
|
|
@@ -12311,8 +12311,8 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
12311
12311
|
capacitor: "capacitor";
|
|
12312
12312
|
}>>;
|
|
12313
12313
|
examples: z.ZodArray<z.ZodEnum<{
|
|
12314
|
-
none: "none";
|
|
12315
12314
|
ai: "ai";
|
|
12315
|
+
none: "none";
|
|
12316
12316
|
"chat-sdk": "chat-sdk";
|
|
12317
12317
|
"tanstack-showcase": "tanstack-showcase";
|
|
12318
12318
|
}>>;
|
|
@@ -12429,8 +12429,8 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
12429
12429
|
"ai-cli": "ai-cli";
|
|
12430
12430
|
}>;
|
|
12431
12431
|
effect: z.ZodEnum<{
|
|
12432
|
-
none: "none";
|
|
12433
12432
|
effect: "effect";
|
|
12433
|
+
none: "none";
|
|
12434
12434
|
"effect-full": "effect-full";
|
|
12435
12435
|
}>;
|
|
12436
12436
|
stateManagement: z.ZodEnum<{
|
|
@@ -12483,6 +12483,7 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
12483
12483
|
"styled-components": "styled-components";
|
|
12484
12484
|
}>;
|
|
12485
12485
|
uiLibrary: z.ZodEnum<{
|
|
12486
|
+
mui: "mui";
|
|
12486
12487
|
none: "none";
|
|
12487
12488
|
"shadcn-ui": "shadcn-ui";
|
|
12488
12489
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -12493,7 +12494,6 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
12493
12494
|
"chakra-ui": "chakra-ui";
|
|
12494
12495
|
nextui: "nextui";
|
|
12495
12496
|
mantine: "mantine";
|
|
12496
|
-
mui: "mui";
|
|
12497
12497
|
antd: "antd";
|
|
12498
12498
|
"base-ui": "base-ui";
|
|
12499
12499
|
"ark-ui": "ark-ui";
|
|
@@ -12582,9 +12582,9 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
12582
12582
|
"effect-schema": "effect-schema";
|
|
12583
12583
|
}>;
|
|
12584
12584
|
realtime: z.ZodEnum<{
|
|
12585
|
+
ws: "ws";
|
|
12585
12586
|
none: "none";
|
|
12586
12587
|
"socket-io": "socket-io";
|
|
12587
|
-
ws: "ws";
|
|
12588
12588
|
partykit: "partykit";
|
|
12589
12589
|
ably: "ably";
|
|
12590
12590
|
pusher: "pusher";
|
|
@@ -12714,9 +12714,9 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
12714
12714
|
}>;
|
|
12715
12715
|
mobileUI: z.ZodEnum<{
|
|
12716
12716
|
none: "none";
|
|
12717
|
-
uniwind: "uniwind";
|
|
12718
12717
|
tamagui: "tamagui";
|
|
12719
12718
|
"gluestack-ui": "gluestack-ui";
|
|
12719
|
+
uniwind: "uniwind";
|
|
12720
12720
|
unistyles: "unistyles";
|
|
12721
12721
|
}>;
|
|
12722
12722
|
mobileStorage: z.ZodEnum<{
|
|
@@ -12833,11 +12833,11 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
12833
12833
|
}>;
|
|
12834
12834
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
12835
12835
|
none: "none";
|
|
12836
|
+
config: "config";
|
|
12836
12837
|
serde: "serde";
|
|
12837
12838
|
uuid: "uuid";
|
|
12838
12839
|
chrono: "chrono";
|
|
12839
12840
|
reqwest: "reqwest";
|
|
12840
|
-
config: "config";
|
|
12841
12841
|
dashmap: "dashmap";
|
|
12842
12842
|
"parking-lot": "parking-lot";
|
|
12843
12843
|
secrecy: "secrecy";
|
|
@@ -13043,10 +13043,10 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
13043
13043
|
httprouter: "httprouter";
|
|
13044
13044
|
}>;
|
|
13045
13045
|
goOrm: z.ZodEnum<{
|
|
13046
|
+
gorm: "gorm";
|
|
13046
13047
|
none: "none";
|
|
13047
13048
|
bun: "bun";
|
|
13048
13049
|
sqlx: "sqlx";
|
|
13049
|
-
gorm: "gorm";
|
|
13050
13050
|
sqlc: "sqlc";
|
|
13051
13051
|
ent: "ent";
|
|
13052
13052
|
}>;
|
|
@@ -13449,28 +13449,14 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
13449
13449
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13450
13450
|
id: z.ZodString;
|
|
13451
13451
|
role: z.ZodEnum<{
|
|
13452
|
-
|
|
13453
|
-
ai: "ai";
|
|
13454
|
-
frontend: "frontend";
|
|
13452
|
+
runtime: "runtime";
|
|
13455
13453
|
backend: "backend";
|
|
13456
|
-
mobile: "mobile";
|
|
13457
13454
|
database: "database";
|
|
13458
13455
|
orm: "orm";
|
|
13456
|
+
dbSetup: "dbSetup";
|
|
13459
13457
|
auth: "auth";
|
|
13460
13458
|
payments: "payments";
|
|
13461
|
-
examples: "examples";
|
|
13462
|
-
packageManager: "packageManager";
|
|
13463
|
-
dbSetup: "dbSetup";
|
|
13464
|
-
runtime: "runtime";
|
|
13465
|
-
api: "api";
|
|
13466
|
-
stateManagement: "stateManagement";
|
|
13467
|
-
forms: "forms";
|
|
13468
|
-
testing: "testing";
|
|
13469
13459
|
email: "email";
|
|
13470
|
-
validation: "validation";
|
|
13471
|
-
realtime: "realtime";
|
|
13472
|
-
jobQueue: "jobQueue";
|
|
13473
|
-
animation: "animation";
|
|
13474
13460
|
fileUpload: "fileUpload";
|
|
13475
13461
|
logging: "logging";
|
|
13476
13462
|
observability: "observability";
|
|
@@ -13478,40 +13464,53 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
13478
13464
|
integrations: "integrations";
|
|
13479
13465
|
ecommerce: "ecommerce";
|
|
13480
13466
|
analytics: "analytics";
|
|
13481
|
-
|
|
13467
|
+
stateManagement: "stateManagement";
|
|
13468
|
+
forms: "forms";
|
|
13469
|
+
validation: "validation";
|
|
13470
|
+
testing: "testing";
|
|
13471
|
+
realtime: "realtime";
|
|
13472
|
+
jobQueue: "jobQueue";
|
|
13482
13473
|
caching: "caching";
|
|
13483
13474
|
rateLimit: "rateLimit";
|
|
13484
13475
|
botProtection: "botProtection";
|
|
13476
|
+
animation: "animation";
|
|
13477
|
+
cms: "cms";
|
|
13485
13478
|
i18n: "i18n";
|
|
13486
13479
|
search: "search";
|
|
13487
13480
|
vectorDb: "vectorDb";
|
|
13488
13481
|
fileStorage: "fileStorage";
|
|
13489
|
-
|
|
13482
|
+
codeQuality: "codeQuality";
|
|
13483
|
+
documentation: "documentation";
|
|
13484
|
+
packageManager: "packageManager";
|
|
13485
|
+
examples: "examples";
|
|
13486
|
+
api: "api";
|
|
13487
|
+
workspaceRunner: "workspaceRunner";
|
|
13488
|
+
gitHooks: "gitHooks";
|
|
13489
|
+
staticAnalysis: "staticAnalysis";
|
|
13490
|
+
aiTooling: "aiTooling";
|
|
13491
|
+
codeGeneration: "codeGeneration";
|
|
13492
|
+
developerEnvironment: "developerEnvironment";
|
|
13493
|
+
containerOrchestration: "containerOrchestration";
|
|
13494
|
+
apiGateway: "apiGateway";
|
|
13495
|
+
continuousIntegration: "continuousIntegration";
|
|
13496
|
+
ai: "ai";
|
|
13497
|
+
effect: "effect";
|
|
13498
|
+
css: "css";
|
|
13499
|
+
ui: "ui";
|
|
13500
|
+
push: "push";
|
|
13501
|
+
frontend: "frontend";
|
|
13502
|
+
mobile: "mobile";
|
|
13490
13503
|
graphql: "graphql";
|
|
13491
13504
|
deploy: "deploy";
|
|
13492
13505
|
migrations: "migrations";
|
|
13493
13506
|
navigation: "navigation";
|
|
13494
|
-
ui: "ui";
|
|
13495
|
-
css: "css";
|
|
13496
13507
|
storage: "storage";
|
|
13497
|
-
push: "push";
|
|
13498
13508
|
ota: "ota";
|
|
13499
13509
|
deepLinking: "deepLinking";
|
|
13500
|
-
documentation: "documentation";
|
|
13501
|
-
codeQuality: "codeQuality";
|
|
13502
13510
|
appPlatform: "appPlatform";
|
|
13503
13511
|
dataFetching: "dataFetching";
|
|
13504
13512
|
workspaceTooling: "workspaceTooling";
|
|
13505
13513
|
toolchain: "toolchain";
|
|
13506
|
-
workspaceRunner: "workspaceRunner";
|
|
13507
|
-
gitHooks: "gitHooks";
|
|
13508
|
-
staticAnalysis: "staticAnalysis";
|
|
13509
|
-
aiTooling: "aiTooling";
|
|
13510
|
-
codeGeneration: "codeGeneration";
|
|
13511
|
-
developerEnvironment: "developerEnvironment";
|
|
13512
|
-
containerOrchestration: "containerOrchestration";
|
|
13513
|
-
apiGateway: "apiGateway";
|
|
13514
|
-
continuousIntegration: "continuousIntegration";
|
|
13515
13514
|
backendUtilities: "backendUtilities";
|
|
13516
13515
|
language: "language";
|
|
13517
13516
|
buildTool: "buildTool";
|
|
@@ -13519,6 +13518,7 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
13519
13518
|
errorHandling: "errorHandling";
|
|
13520
13519
|
httpClient: "httpClient";
|
|
13521
13520
|
libraries: "libraries";
|
|
13521
|
+
config: "config";
|
|
13522
13522
|
templating: "templating";
|
|
13523
13523
|
cloudSdk: "cloudSdk";
|
|
13524
13524
|
data: "data";
|
|
@@ -13563,11 +13563,11 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
13563
13563
|
}, z.core.$strip>;
|
|
13564
13564
|
declare const DATABASE_VALUES: ("none" | "sqlite" | "postgres" | "mysql" | "mongodb" | "edgedb" | "redis")[];
|
|
13565
13565
|
declare const ORM_VALUES: ("none" | "drizzle" | "prisma" | "mongoose" | "typeorm" | "kysely" | "mikroorm" | "sequelize")[];
|
|
13566
|
-
declare const BACKEND_VALUES: ("none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "
|
|
13566
|
+
declare const BACKEND_VALUES: ("effect" | "none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self")[];
|
|
13567
13567
|
declare const RUNTIME_VALUES: ("none" | "bun" | "node" | "workers")[];
|
|
13568
13568
|
declare const FRONTEND_VALUES: ("none" | "tanstack-router" | "react-router" | "react-vite" | "vanilla-vite" | "vue" | "tanstack-start" | "next" | "vinext" | "nuxt" | "native-bare" | "native-uniwind" | "native-unistyles" | "svelte" | "solid" | "solid-start" | "astro" | "qwik" | "angular" | "redwood" | "fresh")[];
|
|
13569
13569
|
declare const ADDONS_VALUES: ("none" | "pwa" | "tauri" | "starlight" | "biome" | "lefthook" | "husky" | "knip" | "gitleaks" | "ruler" | "mcp" | "skills" | "turborepo" | "nx" | "vite-plus" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "msw" | "storybook" | "swr" | "tanstack-query" | "tanstack-table" | "tanstack-virtual" | "tanstack-db" | "tanstack-pacer" | "backend-utils" | "devcontainer" | "docker-compose" | "kong" | "github-actions" | "eslint" | "prettier" | "axios" | "firebase" | "graphql-codegen" | "openapi-typescript" | "apollo-client" | "electron" | "capacitor")[];
|
|
13570
|
-
declare const EXAMPLES_VALUES: ("
|
|
13570
|
+
declare const EXAMPLES_VALUES: ("ai" | "none" | "chat-sdk" | "tanstack-showcase")[];
|
|
13571
13571
|
declare const PACKAGE_MANAGER_VALUES: ("bun" | "npm" | "pnpm" | "yarn")[];
|
|
13572
13572
|
declare const WORKSPACE_SHAPE_VALUES: ("monorepo" | "single-app")[];
|
|
13573
13573
|
declare const VERSION_CHANNEL_VALUES: ("stable" | "latest" | "beta")[];
|
|
@@ -13577,20 +13577,20 @@ declare const AUTH_VALUES: ("none" | "better-auth" | "better-auth-organizations"
|
|
|
13577
13577
|
declare const PAYMENTS_VALUES: ("none" | "revenuecat" | "polar" | "stripe" | "lemon-squeezy" | "paddle" | "paypal" | "dodo" | "creem" | "autumn" | "commet" | "xendit")[];
|
|
13578
13578
|
declare const WEB_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
|
|
13579
13579
|
declare const SERVER_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
|
|
13580
|
-
declare const DIRECTORY_CONFLICT_VALUES: ("
|
|
13581
|
-
declare const TEMPLATE_VALUES: ("none" | "
|
|
13582
|
-
declare const PROJECT_SHAPE_VALUES: ("
|
|
13580
|
+
declare const DIRECTORY_CONFLICT_VALUES: ("error" | "merge" | "overwrite" | "increment")[];
|
|
13581
|
+
declare const TEMPLATE_VALUES: ("none" | "uniwind" | "mern" | "pern" | "t3" | "saas")[];
|
|
13582
|
+
declare const PROJECT_SHAPE_VALUES: ("backend" | "frontend" | "mobile" | "fullstack")[];
|
|
13583
13583
|
declare const ASTRO_INTEGRATION_VALUES: ("none" | "vue" | "svelte" | "solid" | "react")[];
|
|
13584
13584
|
declare const AI_VALUES: ("none" | "vercel-ai" | "mastra" | "voltagent" | "langgraph" | "openai-agents" | "openai-sdk" | "anthropic-sdk" | "google-adk" | "modelfusion" | "langchain" | "llamaindex" | "tanstack-ai" | "ai-cli")[];
|
|
13585
|
-
declare const EFFECT_VALUES: ("
|
|
13585
|
+
declare const EFFECT_VALUES: ("effect" | "none" | "effect-full")[];
|
|
13586
13586
|
declare const STATE_MANAGEMENT_VALUES: ("none" | "zustand" | "jotai" | "nanostores" | "redux-toolkit" | "mobx" | "xstate" | "valtio" | "tanstack-store" | "legend-state")[];
|
|
13587
13587
|
declare const FORMS_VALUES: ("none" | "tanstack-form" | "react-hook-form" | "formik" | "final-form" | "conform" | "modular-forms")[];
|
|
13588
13588
|
declare const TESTING_VALUES: ("none" | "vitest" | "playwright" | "vitest-playwright" | "jest" | "mocha" | "cypress")[];
|
|
13589
13589
|
declare const EMAIL_VALUES: ("none" | "react-email" | "resend" | "nodemailer" | "postmark" | "sendgrid" | "aws-ses" | "mailgun" | "plunk")[];
|
|
13590
13590
|
declare const CSS_FRAMEWORK_VALUES: ("none" | "tailwind" | "scss" | "less" | "postcss-only" | "styled-components")[];
|
|
13591
|
-
declare const UI_LIBRARY_VALUES: ("none" | "shadcn-ui" | "shadcn-svelte" | "daisyui" | "radix-ui" | "headless-ui" | "park-ui" | "chakra-ui" | "nextui" | "mantine" | "
|
|
13591
|
+
declare const UI_LIBRARY_VALUES: ("mui" | "none" | "shadcn-ui" | "shadcn-svelte" | "daisyui" | "radix-ui" | "headless-ui" | "park-ui" | "chakra-ui" | "nextui" | "mantine" | "antd" | "base-ui" | "ark-ui" | "react-aria")[];
|
|
13592
13592
|
declare const VALIDATION_VALUES: ("none" | "zod" | "valibot" | "arktype" | "typebox" | "typia" | "runtypes" | "effect-schema")[];
|
|
13593
|
-
declare const REALTIME_VALUES: ("
|
|
13593
|
+
declare const REALTIME_VALUES: ("ws" | "none" | "socket-io" | "partykit" | "ably" | "pusher" | "liveblocks" | "yjs")[];
|
|
13594
13594
|
declare const JOB_QUEUE_VALUES: ("none" | "bullmq" | "trigger-dev" | "inngest" | "temporal")[];
|
|
13595
13595
|
declare const ANIMATION_VALUES: ("none" | "framer-motion" | "gsap" | "react-spring" | "auto-animate" | "lottie")[];
|
|
13596
13596
|
declare const FILE_UPLOAD_VALUES: ("none" | "uploadthing" | "filepond" | "uppy")[];
|
|
@@ -13601,7 +13601,7 @@ declare const INTEGRATIONS_VALUES: ("none" | "nango")[];
|
|
|
13601
13601
|
declare const ECOMMERCE_VALUES: ("none" | "medusa")[];
|
|
13602
13602
|
declare const ANALYTICS_VALUES: ("none" | "posthog" | "plausible" | "umami" | "ga4" | "vercel-analytics")[];
|
|
13603
13603
|
declare const MOBILE_NAVIGATION_VALUES: ("none" | "expo-router" | "react-navigation")[];
|
|
13604
|
-
declare const MOBILE_UI_VALUES: ("none" | "
|
|
13604
|
+
declare const MOBILE_UI_VALUES: ("none" | "tamagui" | "gluestack-ui" | "uniwind" | "unistyles")[];
|
|
13605
13605
|
declare const MOBILE_STORAGE_VALUES: ("none" | "mmkv")[];
|
|
13606
13606
|
declare const MOBILE_TESTING_VALUES: ("none" | "maestro" | "react-native-testing-library" | "maestro-react-native-testing-library")[];
|
|
13607
13607
|
declare const MOBILE_PUSH_VALUES: ("none" | "expo-notifications")[];
|
|
@@ -13627,7 +13627,7 @@ declare const DART_MOBILE_VALUES: ("none" | "flutter")[];
|
|
|
13627
13627
|
declare const RUST_ORM_VALUES: ("none" | "mongodb" | "sea-orm" | "sqlx" | "diesel" | "rusqlite" | "tokio-postgres")[];
|
|
13628
13628
|
declare const RUST_API_VALUES: ("none" | "tonic" | "async-graphql" | "jsonrpsee")[];
|
|
13629
13629
|
declare const RUST_CLI_VALUES: ("none" | "clap" | "ratatui")[];
|
|
13630
|
-
declare const RUST_LIBRARIES_VALUES: ("none" | "
|
|
13630
|
+
declare const RUST_LIBRARIES_VALUES: ("none" | "config" | "serde" | "uuid" | "chrono" | "reqwest" | "dashmap" | "parking-lot" | "secrecy" | "tokio-util" | "utoipa" | "validator" | "jsonwebtoken" | "argon2" | "tokio-test" | "mockall" | "proptest" | "insta" | "rand" | "regex" | "rayon" | "itertools" | "rstest" | "cargo-nextest" | "cargo-audit")[];
|
|
13631
13631
|
declare const RUST_LOGGING_VALUES: ("none" | "tracing" | "env-logger")[];
|
|
13632
13632
|
declare const RUST_ERROR_HANDLING_VALUES: ("none" | "anyhow-thiserror" | "eyre")[];
|
|
13633
13633
|
declare const RUST_CACHING_VALUES: ("none" | "redis" | "moka")[];
|
|
@@ -13658,7 +13658,7 @@ declare const PYTHON_SERVER_VALUES: ("none" | "gunicorn")[];
|
|
|
13658
13658
|
declare const PYTHON_PACKAGE_MANAGER_VALUES: ("none" | "uv" | "poetry")[];
|
|
13659
13659
|
declare const PYTHON_MESSAGE_QUEUE_VALUES: ("none" | "confluent-kafka")[];
|
|
13660
13660
|
declare const GO_WEB_FRAMEWORK_VALUES: ("none" | "gin" | "echo" | "fiber" | "chi" | "stdlib" | "go-zero" | "kratos" | "httprouter")[];
|
|
13661
|
-
declare const GO_ORM_VALUES: ("
|
|
13661
|
+
declare const GO_ORM_VALUES: ("gorm" | "none" | "bun" | "sqlx" | "sqlc" | "ent")[];
|
|
13662
13662
|
declare const GO_API_VALUES: ("none" | "grpc-go" | "gqlgen" | "grpc-gateway" | "connect-go" | "oapi-codegen")[];
|
|
13663
13663
|
declare const GO_CLI_VALUES: ("none" | "cobra" | "bubbletea" | "urfave-cli")[];
|
|
13664
13664
|
declare const GO_LOGGING_VALUES: ("none" | "zap" | "zerolog" | "slog" | "logrus")[];
|
|
@@ -13727,4 +13727,4 @@ declare const SHADCN_FONT_VALUES: ("inter" | "geist" | "noto-sans" | "nunito-san
|
|
|
13727
13727
|
declare const SHADCN_RADIUS_VALUES: ("none" | "default" | "small" | "medium" | "large")[];
|
|
13728
13728
|
//#endregion
|
|
13729
13729
|
export { DatabaseSchema as $, StackPartEcosystemSchema as $a, REALTIME_VALUES as $i, GoQualitySchema as $n, ORMSchema as $r, ElixirHttpServerSchema as $t, CMS_VALUES as A, RustTemplatingSchema as Aa, ProjectShapeSchema as Ai, GO_MESSAGE_QUEUE_VALUES as An, KOTLIN_MOBILE_LIBRARIES_VALUES as Ar, ELIXIR_JSON_VALUES as At, DOTNET_AUTH_VALUES as B, SHADCN_STACK_PART_SETTING_KEYS as Ba, PythonMediaSchema as Bi, GO_WEB_FRAMEWORK_VALUES as Bn, MOBILE_PUSH_VALUES as Br, EXAMPLES_VALUES as Bt, BetterFullstackConfigSchema as C, RustFrontendSchema as Ca, PYTHON_TESTING_VALUES as Ci, GO_API_VALUES as Cn, JavaLanguageSchema as Cr, ELIXIR_DEPLOY_VALUES as Ct, CACHING_VALUES as D, RustObservabilitySchema as Da, PaymentsSchema as Di, GO_CONFIG_VALUES as Dn, JavaTestingLibrariesSchema as Dr, ELIXIR_HTTP_VALUES as Dt, BotProtectionSchema as E, RustMessageQueueSchema as Ea, PackageManagerSchema as Ei, GO_CLI_VALUES as En, JavaOrmSchema as Er, ELIXIR_HTTP_SERVER_VALUES as Et, DART_MOBILE_VALUES as F, SHADCN_BASE_VALUES as Fa, PythonCliSchema as Fi, GO_QUALITY_VALUES as Fn, LoggingSchema as Fr, ELIXIR_REALTIME_VALUES as Ft, DOTNET_LIBRARIES_VALUES as G, ServerDeploySchema as Ga, PythonQualitySchema as Gi, GoConfigSchema as Gn, MobileLibrariesSchema as Gr, ElixirApplicationFrameworkSchema as Gt, DOTNET_DEPLOY_VALUES as H, STATE_MANAGEMENT_VALUES as Ha, PythonObservabilitySchema as Hi, GoAuthSchema as Hn, MOBILE_TESTING_VALUES as Hr, EcosystemSchema as Ht, DATABASE_SETUP_VALUES as I, SHADCN_COLOR_THEME_VALUES as Ia, PythonCloudSdkSchema as Ii, GO_REALTIME_VALUES as In, MOBILE_DEEP_LINKING_VALUES as Ir, ELIXIR_TESTING_VALUES as It, DOTNET_REALTIME_VALUES as J, ShadcnColorThemeSchema as Ja, PythonTaskQueueSchema as Ji, GoMessageQueueSchema as Jn, MobilePushSchema as Jr, ElixirClusteringSchema as Jt, DOTNET_OBSERVABILITY_VALUES as K, ShadcnBaseColorSchema as Ka, PythonRealtimeSchema as Ki, GoDISchema as Kn, MobileNavigationSchema as Kr, ElixirAuthSchema as Kt, DATABASE_VALUES as L, SHADCN_FONT_VALUES as La, PythonDataSchema as Li, GO_TEMPLATING_VALUES as Ln, MOBILE_LIBRARIES_VALUES as Lr, ELIXIR_VALIDATION_VALUES as Lt, CSS_FRAMEWORK_VALUES as M, SEARCH_VALUES as Ma, PythonApiSchema as Mi, GO_OBSERVABILITY_VALUES as Mn, KotlinMobileLibrariesSchema as Mr, ELIXIR_OBSERVABILITY_VALUES as Mt, CachingSchema as N, SERVER_DEPLOY_VALUES as Na, PythonAuthSchema as Ni, GO_ORM_VALUES as Nn, KotlinMobileSchema as Nr, ELIXIR_ORM_VALUES as Nt, CLIInputSchema as O, RustOrmSchema as Oa, ProjectConfigSchema as Oi, GO_DI_VALUES as On, JavaWebFrameworkSchema as Or, ELIXIR_I18N_VALUES as Ot, CreateInputSchema as P, SHADCN_BASE_COLOR_VALUES as Pa, PythonCachingSchema as Pi, GO_PROTO_TOOLING_VALUES as Pn, LOGGING_VALUES as Pr, ELIXIR_QUALITY_VALUES as Pt, DartMobileSchema as Q, ShadcnStyleSchema as Qa, RATE_LIMIT_VALUES as Qi, GoProtoToolingSchema as Qn, OBSERVABILITY_VALUES as Qr, ElixirHttpSchema as Qt, DIRECTORY_CONFLICT_VALUES as R, SHADCN_ICON_LIBRARY_VALUES as Ra, PythonGraphqlSchema as Ri, GO_TESTING_VALUES as Rn, MOBILE_NAVIGATION_VALUES as Rr, ELIXIR_WEB_FRAMEWORK_VALUES as Rt, BetterFullstackConfigFileSchema as S, RustErrorHandlingSchema as Sa, PYTHON_TASK_QUEUE_VALUES as Si, FrontendSchema as Sn, JavaBuildToolSchema as Sr, ELIXIR_CLUSTERING_VALUES as St, BetterTStackConfigSchema as T, RustLoggingSchema as Ta, PYTHON_WEB_FRAMEWORK_VALUES as Ti, GO_CACHING_VALUES as Tn, JavaLoggingSchema as Tr, ELIXIR_EMAIL_VALUES as Tt, DOTNET_FRONTEND_VALUES as U, SWIFT_MOBILE_VALUES as Ua, PythonOrmSchema as Ui, GoCachingSchema as Un, MOBILE_UI_VALUES as Ur, EffectSchema as Ut, DOTNET_CACHING_VALUES as V, SHADCN_STYLE_VALUES as Va, PythonMessageQueueSchema as Vi, GoApiSchema as Vn, MOBILE_STORAGE_VALUES as Vr, EcommerceSchema as Vt, DOTNET_JOB_QUEUE_VALUES as W, SearchSchema as Wa, PythonPackageManagerSchema as Wi, GoCliSchema as Wn, MobileDeepLinkingSchema as Wr, ElixirApiSchema as Wt, DOTNET_VALIDATION_VALUES as X, ShadcnIconLibrarySchema as Xa, PythonValidationSchema as Xi, GoObservabilitySchema as Xn, MobileTestingSchema as Xr, ElixirDocumentationSchema as Xt, DOTNET_TESTING_VALUES as Y, ShadcnFontSchema as Ya, PythonTestingSchema as Yi, GoMigrationsSchema as Yn, MobileStorageSchema as Yr, ElixirDeploySchema as Yt, DOTNET_WEB_FRAMEWORK_VALUES as Z, ShadcnRadiusSchema as Za, PythonWebFrameworkSchema as Zi, GoOrmSchema as Zn, MobileUISchema as Zr, ElixirEmailSchema as Zt, AstroIntegrationSchema as _, RuntimeSchema as _a, PYTHON_ORM_VALUES as _i, FRONTEND_VALUES as _n, VersionChannelSchema as _o, JAVA_TESTING_LIBRARIES_VALUES as _r, EFFECT_VALUES as _t, ANALYTICS_VALUES as a, RUST_ERROR_HANDLING_VALUES as aa, PYTHON_AI_VALUES as ai, ElixirOrmSchema as an, SwiftMobileSchema as ao, I18N_VALUES as ar, DotnetDeploySchema as at, BOT_PROTECTION_VALUES as b, RustCachingSchema as ba, PYTHON_REALTIME_VALUES as bi, FileUploadSchema as bn, WebDeploySchema as bo, JavaApiSchema as br, ELIXIR_AUTH_VALUES as bt, API_VALUES as c, RUST_LOGGING_VALUES as ca, PYTHON_CACHING_VALUES as ci, ElixirTestingSchema as cn, TemplateSchema as co, InitResultSchema as cr, DotnetLibrariesSchema as ct, AUTH_VALUES as d, RUST_ORM_VALUES as da, PYTHON_DATA_VALUES as di, EmailSchema as dn, UI_LIBRARY_VALUES as do, JAVA_AUTH_VALUES as dr, DotnetRealtimeSchema as dt, RUNTIME_VALUES as ea, ORM_VALUES as ei, ElixirI18nSchema as en, StackPartRoleSchema as eo, GoRealtimeSchema as er, DatabaseSetupSchema as et, AddInputSchema as f, RUST_REALTIME_VALUES as fa, PYTHON_GRAPHQL_VALUES as fi, ExamplesSchema as fn, VALIDATION_VALUES as fo, JAVA_BUILD_TOOL_VALUES as fr, DotnetTestingSchema as ft, AnimationSchema as g, RealtimeSchema as ga, PYTHON_OBSERVABILITY_VALUES as gi, FORMS_VALUES as gn, VectorDbSchema as go, JAVA_ORM_VALUES as gr, ECOSYSTEM_VALUES as gt, AnalyticsSchema as h, RateLimitSchema as ha, PYTHON_MESSAGE_QUEUE_VALUES as hi, FILE_UPLOAD_VALUES as hn, ValidationSchema as ho, JAVA_LOGGING_VALUES as hr, ECOMMERCE_VALUES as ht, AI_VALUES as i, RUST_CLI_VALUES as ia, PROJECT_SHAPE_VALUES as ii, ElixirObservabilitySchema as in, StateManagementSchema as io, GoWebFrameworkSchema as ir, DotnetCachingSchema as it, CSSFrameworkSchema as j, RustWebFrameworkSchema as ja, PythonAiSchema as ji, GO_MIGRATIONS_VALUES as jn, KOTLIN_MOBILE_VALUES as jr, ELIXIR_LIBRARIES_VALUES as jt, CMSSchema as k, RustRealtimeSchema as ka, ProjectNameSchema as ki, GO_LOGGING_VALUES as kn, JobQueueSchema as kr, ELIXIR_JOBS_VALUES as kt, APP_PLATFORM_ADDON_VALUES as l, RUST_MESSAGE_QUEUE_VALUES as la, PYTHON_CLI_VALUES as li, ElixirValidationSchema as ln, TestingSchema as lo, IntegrationsSchema as lr, DotnetObservabilitySchema as lt, AiDocsSchema as m, RUST_WEB_FRAMEWORK_VALUES as ma, PYTHON_MEDIA_VALUES as mi, FILE_STORAGE_VALUES as mn, VERSION_CHANNEL_VALUES as mo, JAVA_LIBRARIES_VALUES as mr, DotnetWebFrameworkSchema as mt, AISchema as n, RUST_AUTH_VALUES as na, PACKAGE_MANAGER_VALUES as ni, ElixirJsonSchema as nn, StackPartSettingsSchema as no, GoTestingSchema as nr, DotnetApiSchema as nt, ANIMATION_VALUES as o, RUST_FRONTEND_VALUES as oa, PYTHON_API_VALUES as oi, ElixirQualitySchema as on, TEMPLATE_VALUES as oo, I18nSchema as or, DotnetFrontendSchema as ot, AddonsSchema as p, RUST_TEMPLATING_VALUES as pa, PYTHON_HTTP_CLIENT_VALUES as pi, FEATURE_FLAGS_VALUES as pn, VECTOR_DB_VALUES as po, JAVA_LANGUAGE_VALUES as pr, DotnetValidationSchema as pt, DOTNET_ORM_VALUES as q, ShadcnBaseSchema as qa, PythonServerSchema as qi, GoLoggingSchema as qn, MobileOTASchema as qr, ElixirCachingSchema as qt, AI_DOCS_VALUES as r, RUST_CACHING_VALUES as ra, PAYMENTS_VALUES as ri, ElixirLibrariesSchema as rn, StackPartSourceSchema as ro, GoValidationSchema as rr, DotnetAuthSchema as rt, APISchema as s, RUST_LIBRARIES_VALUES as sa, PYTHON_AUTH_VALUES as si, ElixirRealtimeSchema as sn, TESTING_VALUES as so, INTEGRATIONS_VALUES as sr, DotnetJobQueueSchema as st, ADDONS_VALUES as t, RUST_API_VALUES as ta, ObservabilitySchema as ti, ElixirJobsSchema as tn, StackPartSchema as to, GoTemplatingSchema as tr, DirectoryConflictSchema as tt, ASTRO_INTEGRATION_VALUES as u, RUST_OBSERVABILITY_VALUES as ua, PYTHON_CLOUD_SDK_VALUES as ui, ElixirWebFrameworkSchema as un, UILibrarySchema as uo, JAVA_API_VALUES as ur, DotnetOrmSchema as ut, AuthSchema as v, RustApiSchema as va, PYTHON_PACKAGE_MANAGER_VALUES as vi, FeatureFlagsSchema as vn, WEB_DEPLOY_VALUES as vo, JAVA_WEB_FRAMEWORK_VALUES as vr, ELIXIR_API_VALUES as vt, BetterTStackConfigFileSchema as w, RustLibrariesSchema as wa, PYTHON_VALIDATION_VALUES as wi, GO_AUTH_VALUES as wn, JavaLibrariesSchema as wr, ELIXIR_DOCUMENTATION_VALUES as wt, BackendSchema as x, RustCliSchema as xa, PYTHON_SERVER_VALUES as xi, FormsSchema as xn, WorkspaceShapeSchema as xo, JavaAuthSchema as xr, ELIXIR_CACHING_VALUES as xt, BACKEND_VALUES as y, RustAuthSchema as ya, PYTHON_QUALITY_VALUES as yi, FileStorageSchema as yn, WORKSPACE_SHAPE_VALUES as yo, JOB_QUEUE_VALUES as yr, ELIXIR_APPLICATION_FRAMEWORK_VALUES as yt, DOTNET_API_VALUES as z, SHADCN_RADIUS_VALUES as za, PythonHttpClientSchema as zi, GO_VALIDATION_VALUES as zn, MOBILE_OTA_VALUES as zr, EMAIL_VALUES as zt };
|
|
13730
|
-
//# sourceMappingURL=schemas-
|
|
13730
|
+
//# sourceMappingURL=schemas-byZ-ZfU_.d.mts.map
|