@better-fullstack/types 2.6.4 → 2.6.5
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-B8xnKlp6.d.mts → defaults-2siC1CqU.d.mts} +2 -2
- package/dist/defaults-2siC1CqU.d.mts.map +1 -0
- package/dist/defaults.d.mts +3 -3
- package/dist/index.d.mts +31 -30
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/json-schema.d.mts +315 -315
- package/dist/{schemas-CgldOz7b.d.mts → schemas-CBplkYwu.d.mts} +634 -634
- package/dist/schemas-CBplkYwu.d.mts.map +1 -0
- package/dist/schemas.d.mts +1 -1
- package/dist/{stack-graph-B1N4281Q.mjs → stack-graph-6mobDYUo.mjs} +49 -9
- package/dist/stack-graph-6mobDYUo.mjs.map +1 -0
- package/dist/{stack-graph-C5tnlzLw.d.mts → stack-graph-CmMyv1fu.d.mts} +2 -2
- package/dist/{stack-graph-C5tnlzLw.d.mts.map → stack-graph-CmMyv1fu.d.mts.map} +1 -1
- package/dist/stack-graph.d.mts +3 -3
- package/dist/stack-graph.mjs +1 -1
- package/dist/{stack-translation-DYhRy_yT.mjs → stack-translation-CavXg_BJ.mjs} +102 -11
- package/dist/stack-translation-CavXg_BJ.mjs.map +1 -0
- package/dist/{stack-translation-vg1Nwe1o.d.mts → stack-translation-DwF-iWnN.d.mts} +8 -4
- package/dist/{stack-translation-vg1Nwe1o.d.mts.map → stack-translation-DwF-iWnN.d.mts.map} +1 -1
- package/dist/stack-translation.d.mts +5 -5
- package/dist/stack-translation.mjs +3 -3
- package/dist/{telemetry-C3RfYkCK.mjs → telemetry--r3iKqHM.mjs} +3 -3
- package/dist/{telemetry-C3RfYkCK.mjs.map → telemetry--r3iKqHM.mjs.map} +1 -1
- package/dist/telemetry.mjs +3 -3
- package/dist/{types-BvyHjJEI.d.mts → types-DgPd7BLf.d.mts} +2 -2
- package/dist/types-DgPd7BLf.d.mts.map +1 -0
- package/dist/types.d.mts +2 -2
- package/package.json +1 -1
- package/dist/defaults-B8xnKlp6.d.mts.map +0 -1
- package/dist/schemas-CgldOz7b.d.mts.map +0 -1
- package/dist/stack-graph-B1N4281Q.mjs.map +0 -1
- package/dist/stack-translation-DYhRy_yT.mjs.map +0 -1
- package/dist/types-BvyHjJEI.d.mts.map +0 -1
|
@@ -22,52 +22,55 @@ 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
|
-
|
|
25
|
+
effect: "effect";
|
|
26
|
+
ai: "ai";
|
|
26
27
|
frontend: "frontend";
|
|
27
28
|
backend: "backend";
|
|
28
29
|
mobile: "mobile";
|
|
29
30
|
database: "database";
|
|
30
|
-
api: "api";
|
|
31
|
-
graphql: "graphql";
|
|
32
31
|
orm: "orm";
|
|
33
32
|
auth: "auth";
|
|
34
|
-
|
|
35
|
-
|
|
33
|
+
payments: "payments";
|
|
34
|
+
examples: "examples";
|
|
35
|
+
packageManager: "packageManager";
|
|
36
36
|
dbSetup: "dbSetup";
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
navigation: "navigation";
|
|
40
|
-
caching: "caching";
|
|
41
|
-
observability: "observability";
|
|
42
|
-
email: "email";
|
|
43
|
-
search: "search";
|
|
44
|
-
vectorDb: "vectorDb";
|
|
45
|
-
fileStorage: "fileStorage";
|
|
46
|
-
jobQueue: "jobQueue";
|
|
47
|
-
rateLimit: "rateLimit";
|
|
48
|
-
botProtection: "botProtection";
|
|
49
|
-
testing: "testing";
|
|
37
|
+
runtime: "runtime";
|
|
38
|
+
api: "api";
|
|
50
39
|
stateManagement: "stateManagement";
|
|
51
40
|
forms: "forms";
|
|
41
|
+
testing: "testing";
|
|
42
|
+
email: "email";
|
|
43
|
+
validation: "validation";
|
|
44
|
+
realtime: "realtime";
|
|
45
|
+
jobQueue: "jobQueue";
|
|
52
46
|
animation: "animation";
|
|
53
47
|
fileUpload: "fileUpload";
|
|
54
|
-
validation: "validation";
|
|
55
|
-
effect: "effect";
|
|
56
|
-
ui: "ui";
|
|
57
|
-
css: "css";
|
|
58
|
-
storage: "storage";
|
|
59
|
-
ota: "ota";
|
|
60
|
-
deepLinking: "deepLinking";
|
|
61
|
-
ai: "ai";
|
|
62
|
-
payments: "payments";
|
|
63
48
|
logging: "logging";
|
|
49
|
+
observability: "observability";
|
|
64
50
|
featureFlags: "featureFlags";
|
|
65
51
|
integrations: "integrations";
|
|
66
52
|
ecommerce: "ecommerce";
|
|
67
53
|
analytics: "analytics";
|
|
68
54
|
webMcp: "webMcp";
|
|
69
55
|
cms: "cms";
|
|
56
|
+
caching: "caching";
|
|
57
|
+
rateLimit: "rateLimit";
|
|
58
|
+
botProtection: "botProtection";
|
|
70
59
|
i18n: "i18n";
|
|
60
|
+
search: "search";
|
|
61
|
+
vectorDb: "vectorDb";
|
|
62
|
+
fileStorage: "fileStorage";
|
|
63
|
+
config: "config";
|
|
64
|
+
graphql: "graphql";
|
|
65
|
+
deploy: "deploy";
|
|
66
|
+
migrations: "migrations";
|
|
67
|
+
navigation: "navigation";
|
|
68
|
+
ui: "ui";
|
|
69
|
+
css: "css";
|
|
70
|
+
storage: "storage";
|
|
71
|
+
push: "push";
|
|
72
|
+
ota: "ota";
|
|
73
|
+
deepLinking: "deepLinking";
|
|
71
74
|
documentation: "documentation";
|
|
72
75
|
codeQuality: "codeQuality";
|
|
73
76
|
appPlatform: "appPlatform";
|
|
@@ -84,20 +87,17 @@ declare const StackPartRoleSchema: z.ZodEnum<{
|
|
|
84
87
|
apiGateway: "apiGateway";
|
|
85
88
|
continuousIntegration: "continuousIntegration";
|
|
86
89
|
backendUtilities: "backendUtilities";
|
|
87
|
-
examples: "examples";
|
|
88
90
|
language: "language";
|
|
89
91
|
buildTool: "buildTool";
|
|
90
92
|
cli: "cli";
|
|
91
93
|
errorHandling: "errorHandling";
|
|
92
94
|
httpClient: "httpClient";
|
|
93
95
|
libraries: "libraries";
|
|
94
|
-
config: "config";
|
|
95
96
|
templating: "templating";
|
|
96
97
|
cloudSdk: "cloudSdk";
|
|
97
98
|
data: "data";
|
|
98
99
|
media: "media";
|
|
99
100
|
server: "server";
|
|
100
|
-
packageManager: "packageManager";
|
|
101
101
|
messageQueue: "messageQueue";
|
|
102
102
|
}>;
|
|
103
103
|
declare const StackPartSourceSchema: z.ZodEnum<{
|
|
@@ -110,52 +110,55 @@ declare const StackPartSourceSchema: z.ZodEnum<{
|
|
|
110
110
|
declare const StackPartSchema: z.ZodObject<{
|
|
111
111
|
id: z.ZodString;
|
|
112
112
|
role: z.ZodEnum<{
|
|
113
|
-
|
|
113
|
+
effect: "effect";
|
|
114
|
+
ai: "ai";
|
|
114
115
|
frontend: "frontend";
|
|
115
116
|
backend: "backend";
|
|
116
117
|
mobile: "mobile";
|
|
117
118
|
database: "database";
|
|
118
|
-
api: "api";
|
|
119
|
-
graphql: "graphql";
|
|
120
119
|
orm: "orm";
|
|
121
120
|
auth: "auth";
|
|
122
|
-
|
|
123
|
-
|
|
121
|
+
payments: "payments";
|
|
122
|
+
examples: "examples";
|
|
123
|
+
packageManager: "packageManager";
|
|
124
124
|
dbSetup: "dbSetup";
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
navigation: "navigation";
|
|
128
|
-
caching: "caching";
|
|
129
|
-
observability: "observability";
|
|
130
|
-
email: "email";
|
|
131
|
-
search: "search";
|
|
132
|
-
vectorDb: "vectorDb";
|
|
133
|
-
fileStorage: "fileStorage";
|
|
134
|
-
jobQueue: "jobQueue";
|
|
135
|
-
rateLimit: "rateLimit";
|
|
136
|
-
botProtection: "botProtection";
|
|
137
|
-
testing: "testing";
|
|
125
|
+
runtime: "runtime";
|
|
126
|
+
api: "api";
|
|
138
127
|
stateManagement: "stateManagement";
|
|
139
128
|
forms: "forms";
|
|
129
|
+
testing: "testing";
|
|
130
|
+
email: "email";
|
|
131
|
+
validation: "validation";
|
|
132
|
+
realtime: "realtime";
|
|
133
|
+
jobQueue: "jobQueue";
|
|
140
134
|
animation: "animation";
|
|
141
135
|
fileUpload: "fileUpload";
|
|
142
|
-
validation: "validation";
|
|
143
|
-
effect: "effect";
|
|
144
|
-
ui: "ui";
|
|
145
|
-
css: "css";
|
|
146
|
-
storage: "storage";
|
|
147
|
-
ota: "ota";
|
|
148
|
-
deepLinking: "deepLinking";
|
|
149
|
-
ai: "ai";
|
|
150
|
-
payments: "payments";
|
|
151
136
|
logging: "logging";
|
|
137
|
+
observability: "observability";
|
|
152
138
|
featureFlags: "featureFlags";
|
|
153
139
|
integrations: "integrations";
|
|
154
140
|
ecommerce: "ecommerce";
|
|
155
141
|
analytics: "analytics";
|
|
156
142
|
webMcp: "webMcp";
|
|
157
143
|
cms: "cms";
|
|
144
|
+
caching: "caching";
|
|
145
|
+
rateLimit: "rateLimit";
|
|
146
|
+
botProtection: "botProtection";
|
|
158
147
|
i18n: "i18n";
|
|
148
|
+
search: "search";
|
|
149
|
+
vectorDb: "vectorDb";
|
|
150
|
+
fileStorage: "fileStorage";
|
|
151
|
+
config: "config";
|
|
152
|
+
graphql: "graphql";
|
|
153
|
+
deploy: "deploy";
|
|
154
|
+
migrations: "migrations";
|
|
155
|
+
navigation: "navigation";
|
|
156
|
+
ui: "ui";
|
|
157
|
+
css: "css";
|
|
158
|
+
storage: "storage";
|
|
159
|
+
push: "push";
|
|
160
|
+
ota: "ota";
|
|
161
|
+
deepLinking: "deepLinking";
|
|
159
162
|
documentation: "documentation";
|
|
160
163
|
codeQuality: "codeQuality";
|
|
161
164
|
appPlatform: "appPlatform";
|
|
@@ -172,20 +175,17 @@ declare const StackPartSchema: z.ZodObject<{
|
|
|
172
175
|
apiGateway: "apiGateway";
|
|
173
176
|
continuousIntegration: "continuousIntegration";
|
|
174
177
|
backendUtilities: "backendUtilities";
|
|
175
|
-
examples: "examples";
|
|
176
178
|
language: "language";
|
|
177
179
|
buildTool: "buildTool";
|
|
178
180
|
cli: "cli";
|
|
179
181
|
errorHandling: "errorHandling";
|
|
180
182
|
httpClient: "httpClient";
|
|
181
183
|
libraries: "libraries";
|
|
182
|
-
config: "config";
|
|
183
184
|
templating: "templating";
|
|
184
185
|
cloudSdk: "cloudSdk";
|
|
185
186
|
data: "data";
|
|
186
187
|
media: "media";
|
|
187
188
|
server: "server";
|
|
188
|
-
packageManager: "packageManager";
|
|
189
189
|
messageQueue: "messageQueue";
|
|
190
190
|
}>;
|
|
191
191
|
toolId: z.ZodString;
|
|
@@ -231,13 +231,13 @@ declare const ORMSchema: z.ZodEnum<{
|
|
|
231
231
|
sequelize: "sequelize";
|
|
232
232
|
}>;
|
|
233
233
|
declare const BackendSchema: z.ZodEnum<{
|
|
234
|
-
effect: "effect";
|
|
235
234
|
none: "none";
|
|
236
235
|
hono: "hono";
|
|
237
236
|
express: "express";
|
|
238
237
|
fastify: "fastify";
|
|
239
238
|
elysia: "elysia";
|
|
240
239
|
fets: "fets";
|
|
240
|
+
effect: "effect";
|
|
241
241
|
nestjs: "nestjs";
|
|
242
242
|
adonisjs: "adonisjs";
|
|
243
243
|
nitro: "nitro";
|
|
@@ -328,8 +328,8 @@ declare const AddonsSchema: z.ZodEnum<{
|
|
|
328
328
|
/** @deprecated Use tooling capability metadata and Stack Part role bindings. */
|
|
329
329
|
declare const APP_PLATFORM_ADDON_VALUES: readonly ["pwa", "tauri", "electron", "capacitor", "wxt", "opentui"];
|
|
330
330
|
declare const ExamplesSchema: z.ZodEnum<{
|
|
331
|
-
ai: "ai";
|
|
332
331
|
none: "none";
|
|
332
|
+
ai: "ai";
|
|
333
333
|
"chat-sdk": "chat-sdk";
|
|
334
334
|
"tanstack-showcase": "tanstack-showcase";
|
|
335
335
|
}>;
|
|
@@ -437,8 +437,8 @@ declare const AISchema: z.ZodEnum<{
|
|
|
437
437
|
"ai-cli": "ai-cli";
|
|
438
438
|
}>;
|
|
439
439
|
declare const EffectSchema: z.ZodEnum<{
|
|
440
|
-
effect: "effect";
|
|
441
440
|
none: "none";
|
|
441
|
+
effect: "effect";
|
|
442
442
|
"effect-full": "effect-full";
|
|
443
443
|
}>;
|
|
444
444
|
declare const StateManagementSchema: z.ZodEnum<{
|
|
@@ -629,9 +629,9 @@ declare const MobileNavigationSchema: z.ZodEnum<{
|
|
|
629
629
|
}>;
|
|
630
630
|
declare const MobileUISchema: z.ZodEnum<{
|
|
631
631
|
none: "none";
|
|
632
|
+
uniwind: "uniwind";
|
|
632
633
|
tamagui: "tamagui";
|
|
633
634
|
"gluestack-ui": "gluestack-ui";
|
|
634
|
-
uniwind: "uniwind";
|
|
635
635
|
unistyles: "unistyles";
|
|
636
636
|
}>;
|
|
637
637
|
declare const MobileStorageSchema: z.ZodEnum<{
|
|
@@ -747,12 +747,12 @@ declare const RustCliSchema: z.ZodEnum<{
|
|
|
747
747
|
ratatui: "ratatui";
|
|
748
748
|
}>;
|
|
749
749
|
declare const RustLibrariesSchema: z.ZodEnum<{
|
|
750
|
-
config: "config";
|
|
751
750
|
none: "none";
|
|
752
751
|
serde: "serde";
|
|
753
752
|
uuid: "uuid";
|
|
754
753
|
chrono: "chrono";
|
|
755
754
|
reqwest: "reqwest";
|
|
755
|
+
config: "config";
|
|
756
756
|
dashmap: "dashmap";
|
|
757
757
|
"parking-lot": "parking-lot";
|
|
758
758
|
secrecy: "secrecy";
|
|
@@ -1452,8 +1452,8 @@ declare const ShadcnFontSchema: z.ZodEnum<{
|
|
|
1452
1452
|
"geist-mono": "geist-mono";
|
|
1453
1453
|
}>;
|
|
1454
1454
|
declare const ShadcnRadiusSchema: z.ZodEnum<{
|
|
1455
|
-
default: "default";
|
|
1456
1455
|
none: "none";
|
|
1456
|
+
default: "default";
|
|
1457
1457
|
small: "small";
|
|
1458
1458
|
medium: "medium";
|
|
1459
1459
|
large: "large";
|
|
@@ -1533,49 +1533,49 @@ declare const StackPartSettingsSchema: z.ZodObject<{
|
|
|
1533
1533
|
"geist-mono": "geist-mono";
|
|
1534
1534
|
}>>;
|
|
1535
1535
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
1536
|
-
default: "default";
|
|
1537
1536
|
none: "none";
|
|
1537
|
+
default: "default";
|
|
1538
1538
|
small: "small";
|
|
1539
1539
|
medium: "medium";
|
|
1540
1540
|
large: "large";
|
|
1541
1541
|
}>>;
|
|
1542
1542
|
}, z.core.$catchall<z.ZodUnknown>>;
|
|
1543
1543
|
declare const DirectoryConflictSchema: z.ZodEnum<{
|
|
1544
|
-
error: "error";
|
|
1545
1544
|
merge: "merge";
|
|
1546
1545
|
overwrite: "overwrite";
|
|
1547
1546
|
increment: "increment";
|
|
1547
|
+
error: "error";
|
|
1548
1548
|
}>;
|
|
1549
1549
|
declare const TemplateSchema: z.ZodEnum<{
|
|
1550
1550
|
none: "none";
|
|
1551
|
-
uniwind: "uniwind";
|
|
1552
1551
|
mern: "mern";
|
|
1553
1552
|
pern: "pern";
|
|
1554
1553
|
t3: "t3";
|
|
1555
1554
|
saas: "saas";
|
|
1555
|
+
uniwind: "uniwind";
|
|
1556
1556
|
}>;
|
|
1557
1557
|
declare const ProjectShapeSchema: z.ZodEnum<{
|
|
1558
|
+
fullstack: "fullstack";
|
|
1558
1559
|
frontend: "frontend";
|
|
1559
1560
|
backend: "backend";
|
|
1560
1561
|
mobile: "mobile";
|
|
1561
|
-
fullstack: "fullstack";
|
|
1562
1562
|
}>;
|
|
1563
1563
|
declare const ProjectNameSchema: z.ZodString;
|
|
1564
1564
|
declare const CreateInputSchema: z.ZodObject<{
|
|
1565
1565
|
projectName: z.ZodOptional<z.ZodString>;
|
|
1566
1566
|
template: z.ZodOptional<z.ZodEnum<{
|
|
1567
1567
|
none: "none";
|
|
1568
|
-
uniwind: "uniwind";
|
|
1569
1568
|
mern: "mern";
|
|
1570
1569
|
pern: "pern";
|
|
1571
1570
|
t3: "t3";
|
|
1572
1571
|
saas: "saas";
|
|
1572
|
+
uniwind: "uniwind";
|
|
1573
1573
|
}>>;
|
|
1574
1574
|
shape: z.ZodOptional<z.ZodEnum<{
|
|
1575
|
+
fullstack: "fullstack";
|
|
1575
1576
|
frontend: "frontend";
|
|
1576
1577
|
backend: "backend";
|
|
1577
1578
|
mobile: "mobile";
|
|
1578
|
-
fullstack: "fullstack";
|
|
1579
1579
|
}>>;
|
|
1580
1580
|
yes: z.ZodOptional<z.ZodBoolean>;
|
|
1581
1581
|
yolo: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1707,8 +1707,8 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1707
1707
|
capacitor: "capacitor";
|
|
1708
1708
|
}>>>;
|
|
1709
1709
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1710
|
-
ai: "ai";
|
|
1711
1710
|
none: "none";
|
|
1711
|
+
ai: "ai";
|
|
1712
1712
|
"chat-sdk": "chat-sdk";
|
|
1713
1713
|
"tanstack-showcase": "tanstack-showcase";
|
|
1714
1714
|
}>>>;
|
|
@@ -1742,13 +1742,13 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1742
1742
|
docker: "docker";
|
|
1743
1743
|
}>>;
|
|
1744
1744
|
backend: z.ZodOptional<z.ZodEnum<{
|
|
1745
|
-
effect: "effect";
|
|
1746
1745
|
none: "none";
|
|
1747
1746
|
hono: "hono";
|
|
1748
1747
|
express: "express";
|
|
1749
1748
|
fastify: "fastify";
|
|
1750
1749
|
elysia: "elysia";
|
|
1751
1750
|
fets: "fets";
|
|
1751
|
+
effect: "effect";
|
|
1752
1752
|
nestjs: "nestjs";
|
|
1753
1753
|
adonisjs: "adonisjs";
|
|
1754
1754
|
nitro: "nitro";
|
|
@@ -1795,10 +1795,10 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1795
1795
|
vercel: "vercel";
|
|
1796
1796
|
}>>;
|
|
1797
1797
|
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
1798
|
-
error: "error";
|
|
1799
1798
|
merge: "merge";
|
|
1800
1799
|
overwrite: "overwrite";
|
|
1801
1800
|
increment: "increment";
|
|
1801
|
+
error: "error";
|
|
1802
1802
|
}>>;
|
|
1803
1803
|
renderTitle: z.ZodOptional<z.ZodBoolean>;
|
|
1804
1804
|
disableAnalytics: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1827,8 +1827,8 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1827
1827
|
"ai-cli": "ai-cli";
|
|
1828
1828
|
}>>;
|
|
1829
1829
|
effect: z.ZodOptional<z.ZodEnum<{
|
|
1830
|
-
effect: "effect";
|
|
1831
1830
|
none: "none";
|
|
1831
|
+
effect: "effect";
|
|
1832
1832
|
"effect-full": "effect-full";
|
|
1833
1833
|
}>>;
|
|
1834
1834
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
@@ -1963,8 +1963,8 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1963
1963
|
"geist-mono": "geist-mono";
|
|
1964
1964
|
}>>;
|
|
1965
1965
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
1966
|
-
default: "default";
|
|
1967
1966
|
none: "none";
|
|
1967
|
+
default: "default";
|
|
1968
1968
|
small: "small";
|
|
1969
1969
|
medium: "medium";
|
|
1970
1970
|
large: "large";
|
|
@@ -2116,9 +2116,9 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
2116
2116
|
}>>;
|
|
2117
2117
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
2118
2118
|
none: "none";
|
|
2119
|
+
uniwind: "uniwind";
|
|
2119
2120
|
tamagui: "tamagui";
|
|
2120
2121
|
"gluestack-ui": "gluestack-ui";
|
|
2121
|
-
uniwind: "uniwind";
|
|
2122
2122
|
unistyles: "unistyles";
|
|
2123
2123
|
}>>;
|
|
2124
2124
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -2234,12 +2234,12 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
2234
2234
|
ratatui: "ratatui";
|
|
2235
2235
|
}>>;
|
|
2236
2236
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2237
|
-
config: "config";
|
|
2238
2237
|
none: "none";
|
|
2239
2238
|
serde: "serde";
|
|
2240
2239
|
uuid: "uuid";
|
|
2241
2240
|
chrono: "chrono";
|
|
2242
2241
|
reqwest: "reqwest";
|
|
2242
|
+
config: "config";
|
|
2243
2243
|
dashmap: "dashmap";
|
|
2244
2244
|
"parking-lot": "parking-lot";
|
|
2245
2245
|
secrecy: "secrecy";
|
|
@@ -2851,6 +2851,27 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
2851
2851
|
part: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2852
2852
|
}, z.core.$strip>;
|
|
2853
2853
|
declare const AddInputSchema: z.ZodObject<{
|
|
2854
|
+
effect: z.ZodOptional<z.ZodEnum<{
|
|
2855
|
+
none: "none";
|
|
2856
|
+
effect: "effect";
|
|
2857
|
+
"effect-full": "effect-full";
|
|
2858
|
+
}>>;
|
|
2859
|
+
ai: z.ZodOptional<z.ZodEnum<{
|
|
2860
|
+
none: "none";
|
|
2861
|
+
"vercel-ai": "vercel-ai";
|
|
2862
|
+
mastra: "mastra";
|
|
2863
|
+
voltagent: "voltagent";
|
|
2864
|
+
langgraph: "langgraph";
|
|
2865
|
+
"openai-agents": "openai-agents";
|
|
2866
|
+
"openai-sdk": "openai-sdk";
|
|
2867
|
+
"anthropic-sdk": "anthropic-sdk";
|
|
2868
|
+
"google-adk": "google-adk";
|
|
2869
|
+
modelfusion: "modelfusion";
|
|
2870
|
+
langchain: "langchain";
|
|
2871
|
+
llamaindex: "llamaindex";
|
|
2872
|
+
"tanstack-ai": "tanstack-ai";
|
|
2873
|
+
"ai-cli": "ai-cli";
|
|
2874
|
+
}>>;
|
|
2854
2875
|
frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2855
2876
|
none: "none";
|
|
2856
2877
|
"tanstack-router": "tanstack-router";
|
|
@@ -2875,13 +2896,13 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
2875
2896
|
fresh: "fresh";
|
|
2876
2897
|
}>>>;
|
|
2877
2898
|
backend: z.ZodOptional<z.ZodEnum<{
|
|
2878
|
-
effect: "effect";
|
|
2879
2899
|
none: "none";
|
|
2880
2900
|
hono: "hono";
|
|
2881
2901
|
express: "express";
|
|
2882
2902
|
fastify: "fastify";
|
|
2883
2903
|
elysia: "elysia";
|
|
2884
2904
|
fets: "fets";
|
|
2905
|
+
effect: "effect";
|
|
2885
2906
|
nestjs: "nestjs";
|
|
2886
2907
|
adonisjs: "adonisjs";
|
|
2887
2908
|
nitro: "nitro";
|
|
@@ -2889,6 +2910,17 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
2889
2910
|
convex: "convex";
|
|
2890
2911
|
self: "self";
|
|
2891
2912
|
}>>;
|
|
2913
|
+
dryRun: z.ZodOptional<z.ZodBoolean>;
|
|
2914
|
+
ecosystem: z.ZodOptional<z.ZodEnum<{
|
|
2915
|
+
typescript: "typescript";
|
|
2916
|
+
"react-native": "react-native";
|
|
2917
|
+
rust: "rust";
|
|
2918
|
+
python: "python";
|
|
2919
|
+
go: "go";
|
|
2920
|
+
java: "java";
|
|
2921
|
+
elixir: "elixir";
|
|
2922
|
+
dotnet: "dotnet";
|
|
2923
|
+
}>>;
|
|
2892
2924
|
database: z.ZodOptional<z.ZodEnum<{
|
|
2893
2925
|
none: "none";
|
|
2894
2926
|
sqlite: "sqlite";
|
|
@@ -2898,16 +2930,6 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
2898
2930
|
edgedb: "edgedb";
|
|
2899
2931
|
redis: "redis";
|
|
2900
2932
|
}>>;
|
|
2901
|
-
api: z.ZodOptional<z.ZodEnum<{
|
|
2902
|
-
none: "none";
|
|
2903
|
-
trpc: "trpc";
|
|
2904
|
-
orpc: "orpc";
|
|
2905
|
-
"ts-rest": "ts-rest";
|
|
2906
|
-
garph: "garph";
|
|
2907
|
-
"graphql-yoga": "graphql-yoga";
|
|
2908
|
-
"apollo-server": "apollo-server";
|
|
2909
|
-
openapi: "openapi";
|
|
2910
|
-
}>>;
|
|
2911
2933
|
orm: z.ZodOptional<z.ZodEnum<{
|
|
2912
2934
|
none: "none";
|
|
2913
2935
|
drizzle: "drizzle";
|
|
@@ -2932,108 +2954,142 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
2932
2954
|
kinde: "kinde";
|
|
2933
2955
|
passport: "passport";
|
|
2934
2956
|
}>>;
|
|
2935
|
-
|
|
2936
|
-
none: "none";
|
|
2937
|
-
bun: "bun";
|
|
2938
|
-
node: "node";
|
|
2939
|
-
workers: "workers";
|
|
2940
|
-
}>>;
|
|
2941
|
-
dbSetup: z.ZodOptional<z.ZodEnum<{
|
|
2942
|
-
none: "none";
|
|
2943
|
-
turso: "turso";
|
|
2944
|
-
neon: "neon";
|
|
2945
|
-
"prisma-postgres": "prisma-postgres";
|
|
2946
|
-
planetscale: "planetscale";
|
|
2947
|
-
"mongodb-atlas": "mongodb-atlas";
|
|
2948
|
-
supabase: "supabase";
|
|
2949
|
-
upstash: "upstash";
|
|
2950
|
-
d1: "d1";
|
|
2951
|
-
docker: "docker";
|
|
2952
|
-
}>>;
|
|
2953
|
-
realtime: z.ZodOptional<z.ZodEnum<{
|
|
2954
|
-
none: "none";
|
|
2955
|
-
"socket-io": "socket-io";
|
|
2956
|
-
ws: "ws";
|
|
2957
|
-
partykit: "partykit";
|
|
2958
|
-
ably: "ably";
|
|
2959
|
-
pusher: "pusher";
|
|
2960
|
-
liveblocks: "liveblocks";
|
|
2961
|
-
yjs: "yjs";
|
|
2962
|
-
}>>;
|
|
2963
|
-
caching: z.ZodOptional<z.ZodEnum<{
|
|
2957
|
+
payments: z.ZodOptional<z.ZodEnum<{
|
|
2964
2958
|
none: "none";
|
|
2965
|
-
|
|
2966
|
-
|
|
2959
|
+
revenuecat: "revenuecat";
|
|
2960
|
+
polar: "polar";
|
|
2961
|
+
stripe: "stripe";
|
|
2962
|
+
"lemon-squeezy": "lemon-squeezy";
|
|
2963
|
+
paddle: "paddle";
|
|
2964
|
+
paypal: "paypal";
|
|
2965
|
+
dodo: "dodo";
|
|
2966
|
+
creem: "creem";
|
|
2967
|
+
autumn: "autumn";
|
|
2968
|
+
commet: "commet";
|
|
2969
|
+
xendit: "xendit";
|
|
2967
2970
|
}>>;
|
|
2968
|
-
|
|
2971
|
+
addons: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2969
2972
|
none: "none";
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
|
|
2973
|
+
pwa: "pwa";
|
|
2974
|
+
tauri: "tauri";
|
|
2975
|
+
starlight: "starlight";
|
|
2976
|
+
biome: "biome";
|
|
2977
|
+
lefthook: "lefthook";
|
|
2978
|
+
husky: "husky";
|
|
2979
|
+
knip: "knip";
|
|
2980
|
+
gitleaks: "gitleaks";
|
|
2981
|
+
ruler: "ruler";
|
|
2982
|
+
mcp: "mcp";
|
|
2983
|
+
skills: "skills";
|
|
2984
|
+
turborepo: "turborepo";
|
|
2985
|
+
nx: "nx";
|
|
2986
|
+
"vite-plus": "vite-plus";
|
|
2987
|
+
fumadocs: "fumadocs";
|
|
2988
|
+
ultracite: "ultracite";
|
|
2989
|
+
oxlint: "oxlint";
|
|
2990
|
+
opentui: "opentui";
|
|
2991
|
+
wxt: "wxt";
|
|
2992
|
+
msw: "msw";
|
|
2993
|
+
storybook: "storybook";
|
|
2994
|
+
swr: "swr";
|
|
2995
|
+
"tanstack-query": "tanstack-query";
|
|
2996
|
+
"tanstack-table": "tanstack-table";
|
|
2997
|
+
"tanstack-virtual": "tanstack-virtual";
|
|
2998
|
+
"tanstack-db": "tanstack-db";
|
|
2999
|
+
"tanstack-pacer": "tanstack-pacer";
|
|
3000
|
+
"backend-utils": "backend-utils";
|
|
3001
|
+
devcontainer: "devcontainer";
|
|
3002
|
+
"docker-compose": "docker-compose";
|
|
3003
|
+
kong: "kong";
|
|
3004
|
+
"github-actions": "github-actions";
|
|
3005
|
+
eslint: "eslint";
|
|
3006
|
+
prettier: "prettier";
|
|
3007
|
+
axios: "axios";
|
|
3008
|
+
firebase: "firebase";
|
|
3009
|
+
"graphql-codegen": "graphql-codegen";
|
|
3010
|
+
"openapi-typescript": "openapi-typescript";
|
|
3011
|
+
"apollo-client": "apollo-client";
|
|
3012
|
+
electron: "electron";
|
|
3013
|
+
capacitor: "capacitor";
|
|
3014
|
+
}>>>;
|
|
3015
|
+
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2979
3016
|
none: "none";
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
3017
|
+
ai: "ai";
|
|
3018
|
+
"chat-sdk": "chat-sdk";
|
|
3019
|
+
"tanstack-showcase": "tanstack-showcase";
|
|
3020
|
+
}>>>;
|
|
3021
|
+
packageManager: z.ZodOptional<z.ZodEnum<{
|
|
3022
|
+
bun: "bun";
|
|
3023
|
+
npm: "npm";
|
|
3024
|
+
pnpm: "pnpm";
|
|
3025
|
+
yarn: "yarn";
|
|
2988
3026
|
}>>;
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
typesense: "typesense";
|
|
2993
|
-
elasticsearch: "elasticsearch";
|
|
2994
|
-
opensearch: "opensearch";
|
|
2995
|
-
algolia: "algolia";
|
|
2996
|
-
bleve: "bleve";
|
|
3027
|
+
workspaceShape: z.ZodOptional<z.ZodEnum<{
|
|
3028
|
+
monorepo: "monorepo";
|
|
3029
|
+
"single-app": "single-app";
|
|
2997
3030
|
}>>;
|
|
2998
|
-
|
|
3031
|
+
versionChannel: z.ZodOptional<z.ZodEnum<{
|
|
3032
|
+
stable: "stable";
|
|
3033
|
+
latest: "latest";
|
|
3034
|
+
beta: "beta";
|
|
3035
|
+
}>>;
|
|
3036
|
+
install: z.ZodOptional<z.ZodBoolean>;
|
|
3037
|
+
dbSetup: z.ZodOptional<z.ZodEnum<{
|
|
2999
3038
|
none: "none";
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3039
|
+
turso: "turso";
|
|
3040
|
+
neon: "neon";
|
|
3041
|
+
"prisma-postgres": "prisma-postgres";
|
|
3042
|
+
planetscale: "planetscale";
|
|
3043
|
+
"mongodb-atlas": "mongodb-atlas";
|
|
3044
|
+
supabase: "supabase";
|
|
3045
|
+
upstash: "upstash";
|
|
3046
|
+
d1: "d1";
|
|
3047
|
+
docker: "docker";
|
|
3004
3048
|
}>>;
|
|
3005
|
-
|
|
3049
|
+
runtime: z.ZodOptional<z.ZodEnum<{
|
|
3006
3050
|
none: "none";
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
"supabase-storage": "supabase-storage";
|
|
3051
|
+
bun: "bun";
|
|
3052
|
+
node: "node";
|
|
3053
|
+
workers: "workers";
|
|
3011
3054
|
}>>;
|
|
3012
|
-
|
|
3055
|
+
api: z.ZodOptional<z.ZodEnum<{
|
|
3013
3056
|
none: "none";
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3057
|
+
trpc: "trpc";
|
|
3058
|
+
orpc: "orpc";
|
|
3059
|
+
"ts-rest": "ts-rest";
|
|
3060
|
+
garph: "garph";
|
|
3061
|
+
"graphql-yoga": "graphql-yoga";
|
|
3062
|
+
"apollo-server": "apollo-server";
|
|
3063
|
+
openapi: "openapi";
|
|
3018
3064
|
}>>;
|
|
3019
|
-
|
|
3065
|
+
webDeploy: z.ZodOptional<z.ZodEnum<{
|
|
3020
3066
|
none: "none";
|
|
3021
|
-
|
|
3022
|
-
|
|
3067
|
+
docker: "docker";
|
|
3068
|
+
cloudflare: "cloudflare";
|
|
3069
|
+
fly: "fly";
|
|
3070
|
+
railway: "railway";
|
|
3071
|
+
render: "render";
|
|
3072
|
+
netlify: "netlify";
|
|
3073
|
+
sst: "sst";
|
|
3074
|
+
vercel: "vercel";
|
|
3023
3075
|
}>>;
|
|
3024
|
-
|
|
3076
|
+
serverDeploy: z.ZodOptional<z.ZodEnum<{
|
|
3025
3077
|
none: "none";
|
|
3026
|
-
|
|
3027
|
-
|
|
3078
|
+
docker: "docker";
|
|
3079
|
+
cloudflare: "cloudflare";
|
|
3080
|
+
fly: "fly";
|
|
3081
|
+
railway: "railway";
|
|
3082
|
+
render: "render";
|
|
3083
|
+
netlify: "netlify";
|
|
3084
|
+
sst: "sst";
|
|
3085
|
+
vercel: "vercel";
|
|
3028
3086
|
}>>;
|
|
3029
|
-
|
|
3087
|
+
astroIntegration: z.ZodOptional<z.ZodEnum<{
|
|
3030
3088
|
none: "none";
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
mocha: "mocha";
|
|
3036
|
-
cypress: "cypress";
|
|
3089
|
+
vue: "vue";
|
|
3090
|
+
svelte: "svelte";
|
|
3091
|
+
solid: "solid";
|
|
3092
|
+
react: "react";
|
|
3037
3093
|
}>>;
|
|
3038
3094
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
3039
3095
|
none: "none";
|
|
@@ -3056,137 +3112,50 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
3056
3112
|
conform: "conform";
|
|
3057
3113
|
"modular-forms": "modular-forms";
|
|
3058
3114
|
}>>;
|
|
3059
|
-
|
|
3060
|
-
none: "none";
|
|
3061
|
-
"framer-motion": "framer-motion";
|
|
3062
|
-
gsap: "gsap";
|
|
3063
|
-
"react-spring": "react-spring";
|
|
3064
|
-
"auto-animate": "auto-animate";
|
|
3065
|
-
lottie: "lottie";
|
|
3066
|
-
}>>;
|
|
3067
|
-
fileUpload: z.ZodOptional<z.ZodEnum<{
|
|
3068
|
-
none: "none";
|
|
3069
|
-
uploadthing: "uploadthing";
|
|
3070
|
-
filepond: "filepond";
|
|
3071
|
-
uppy: "uppy";
|
|
3072
|
-
}>>;
|
|
3073
|
-
validation: z.ZodOptional<z.ZodEnum<{
|
|
3074
|
-
none: "none";
|
|
3075
|
-
zod: "zod";
|
|
3076
|
-
valibot: "valibot";
|
|
3077
|
-
arktype: "arktype";
|
|
3078
|
-
typebox: "typebox";
|
|
3079
|
-
typia: "typia";
|
|
3080
|
-
runtypes: "runtypes";
|
|
3081
|
-
"effect-schema": "effect-schema";
|
|
3082
|
-
}>>;
|
|
3083
|
-
effect: z.ZodOptional<z.ZodEnum<{
|
|
3084
|
-
effect: "effect";
|
|
3085
|
-
none: "none";
|
|
3086
|
-
"effect-full": "effect-full";
|
|
3087
|
-
}>>;
|
|
3088
|
-
ai: z.ZodOptional<z.ZodEnum<{
|
|
3089
|
-
none: "none";
|
|
3090
|
-
"vercel-ai": "vercel-ai";
|
|
3091
|
-
mastra: "mastra";
|
|
3092
|
-
voltagent: "voltagent";
|
|
3093
|
-
langgraph: "langgraph";
|
|
3094
|
-
"openai-agents": "openai-agents";
|
|
3095
|
-
"openai-sdk": "openai-sdk";
|
|
3096
|
-
"anthropic-sdk": "anthropic-sdk";
|
|
3097
|
-
"google-adk": "google-adk";
|
|
3098
|
-
modelfusion: "modelfusion";
|
|
3099
|
-
langchain: "langchain";
|
|
3100
|
-
llamaindex: "llamaindex";
|
|
3101
|
-
"tanstack-ai": "tanstack-ai";
|
|
3102
|
-
"ai-cli": "ai-cli";
|
|
3103
|
-
}>>;
|
|
3104
|
-
payments: z.ZodOptional<z.ZodEnum<{
|
|
3105
|
-
none: "none";
|
|
3106
|
-
revenuecat: "revenuecat";
|
|
3107
|
-
polar: "polar";
|
|
3108
|
-
stripe: "stripe";
|
|
3109
|
-
"lemon-squeezy": "lemon-squeezy";
|
|
3110
|
-
paddle: "paddle";
|
|
3111
|
-
paypal: "paypal";
|
|
3112
|
-
dodo: "dodo";
|
|
3113
|
-
creem: "creem";
|
|
3114
|
-
autumn: "autumn";
|
|
3115
|
-
commet: "commet";
|
|
3116
|
-
xendit: "xendit";
|
|
3117
|
-
}>>;
|
|
3118
|
-
logging: z.ZodOptional<z.ZodEnum<{
|
|
3119
|
-
none: "none";
|
|
3120
|
-
pino: "pino";
|
|
3121
|
-
winston: "winston";
|
|
3122
|
-
evlog: "evlog";
|
|
3123
|
-
}>>;
|
|
3124
|
-
featureFlags: z.ZodOptional<z.ZodEnum<{
|
|
3125
|
-
none: "none";
|
|
3126
|
-
growthbook: "growthbook";
|
|
3127
|
-
posthog: "posthog";
|
|
3128
|
-
launchdarkly: "launchdarkly";
|
|
3129
|
-
flagsmith: "flagsmith";
|
|
3130
|
-
unleash: "unleash";
|
|
3131
|
-
}>>;
|
|
3132
|
-
integrations: z.ZodOptional<z.ZodEnum<{
|
|
3133
|
-
none: "none";
|
|
3134
|
-
nango: "nango";
|
|
3135
|
-
}>>;
|
|
3136
|
-
ecommerce: z.ZodOptional<z.ZodEnum<{
|
|
3137
|
-
none: "none";
|
|
3138
|
-
medusa: "medusa";
|
|
3139
|
-
}>>;
|
|
3140
|
-
analytics: z.ZodOptional<z.ZodEnum<{
|
|
3141
|
-
none: "none";
|
|
3142
|
-
posthog: "posthog";
|
|
3143
|
-
plausible: "plausible";
|
|
3144
|
-
umami: "umami";
|
|
3145
|
-
ga4: "ga4";
|
|
3146
|
-
"vercel-analytics": "vercel-analytics";
|
|
3147
|
-
}>>;
|
|
3148
|
-
webMcp: z.ZodOptional<z.ZodEnum<{
|
|
3115
|
+
testing: z.ZodOptional<z.ZodEnum<{
|
|
3149
3116
|
none: "none";
|
|
3150
|
-
|
|
3117
|
+
vitest: "vitest";
|
|
3118
|
+
playwright: "playwright";
|
|
3119
|
+
"vitest-playwright": "vitest-playwright";
|
|
3120
|
+
jest: "jest";
|
|
3121
|
+
mocha: "mocha";
|
|
3122
|
+
cypress: "cypress";
|
|
3151
3123
|
}>>;
|
|
3152
|
-
|
|
3124
|
+
email: z.ZodOptional<z.ZodEnum<{
|
|
3153
3125
|
none: "none";
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
|
|
3126
|
+
"react-email": "react-email";
|
|
3127
|
+
resend: "resend";
|
|
3128
|
+
nodemailer: "nodemailer";
|
|
3129
|
+
postmark: "postmark";
|
|
3130
|
+
sendgrid: "sendgrid";
|
|
3131
|
+
"aws-ses": "aws-ses";
|
|
3132
|
+
mailgun: "mailgun";
|
|
3133
|
+
plunk: "plunk";
|
|
3161
3134
|
}>>;
|
|
3162
|
-
|
|
3135
|
+
cssFramework: z.ZodOptional<z.ZodEnum<{
|
|
3163
3136
|
none: "none";
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
|
|
3137
|
+
tailwind: "tailwind";
|
|
3138
|
+
scss: "scss";
|
|
3139
|
+
less: "less";
|
|
3140
|
+
"postcss-only": "postcss-only";
|
|
3141
|
+
"styled-components": "styled-components";
|
|
3168
3142
|
}>>;
|
|
3169
|
-
|
|
3170
|
-
ai: "ai";
|
|
3143
|
+
uiLibrary: z.ZodOptional<z.ZodEnum<{
|
|
3171
3144
|
none: "none";
|
|
3172
|
-
"
|
|
3173
|
-
"
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
|
-
|
|
3177
|
-
|
|
3178
|
-
|
|
3179
|
-
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
"
|
|
3184
|
-
|
|
3185
|
-
|
|
3186
|
-
go: "go";
|
|
3187
|
-
java: "java";
|
|
3188
|
-
elixir: "elixir";
|
|
3189
|
-
dotnet: "dotnet";
|
|
3145
|
+
"shadcn-ui": "shadcn-ui";
|
|
3146
|
+
"shadcn-svelte": "shadcn-svelte";
|
|
3147
|
+
daisyui: "daisyui";
|
|
3148
|
+
"radix-ui": "radix-ui";
|
|
3149
|
+
"headless-ui": "headless-ui";
|
|
3150
|
+
"park-ui": "park-ui";
|
|
3151
|
+
"chakra-ui": "chakra-ui";
|
|
3152
|
+
nextui: "nextui";
|
|
3153
|
+
mantine: "mantine";
|
|
3154
|
+
mui: "mui";
|
|
3155
|
+
antd: "antd";
|
|
3156
|
+
"base-ui": "base-ui";
|
|
3157
|
+
"ark-ui": "ark-ui";
|
|
3158
|
+
"react-aria": "react-aria";
|
|
3190
3159
|
}>>;
|
|
3191
3160
|
shadcnBase: z.ZodOptional<z.ZodEnum<{
|
|
3192
3161
|
radix: "radix";
|
|
@@ -3254,120 +3223,151 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
3254
3223
|
"geist-mono": "geist-mono";
|
|
3255
3224
|
}>>;
|
|
3256
3225
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
3257
|
-
default: "default";
|
|
3258
3226
|
none: "none";
|
|
3227
|
+
default: "default";
|
|
3259
3228
|
small: "small";
|
|
3260
3229
|
medium: "medium";
|
|
3261
3230
|
large: "large";
|
|
3262
3231
|
}>>;
|
|
3263
|
-
|
|
3232
|
+
validation: z.ZodOptional<z.ZodEnum<{
|
|
3264
3233
|
none: "none";
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3234
|
+
zod: "zod";
|
|
3235
|
+
valibot: "valibot";
|
|
3236
|
+
arktype: "arktype";
|
|
3237
|
+
typebox: "typebox";
|
|
3238
|
+
typia: "typia";
|
|
3239
|
+
runtypes: "runtypes";
|
|
3240
|
+
"effect-schema": "effect-schema";
|
|
3269
3241
|
}>>;
|
|
3270
|
-
|
|
3271
|
-
addons: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3242
|
+
realtime: z.ZodOptional<z.ZodEnum<{
|
|
3272
3243
|
none: "none";
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
gitleaks: "gitleaks";
|
|
3281
|
-
ruler: "ruler";
|
|
3282
|
-
mcp: "mcp";
|
|
3283
|
-
skills: "skills";
|
|
3284
|
-
turborepo: "turborepo";
|
|
3285
|
-
nx: "nx";
|
|
3286
|
-
"vite-plus": "vite-plus";
|
|
3287
|
-
fumadocs: "fumadocs";
|
|
3288
|
-
ultracite: "ultracite";
|
|
3289
|
-
oxlint: "oxlint";
|
|
3290
|
-
opentui: "opentui";
|
|
3291
|
-
wxt: "wxt";
|
|
3292
|
-
msw: "msw";
|
|
3293
|
-
storybook: "storybook";
|
|
3294
|
-
swr: "swr";
|
|
3295
|
-
"tanstack-query": "tanstack-query";
|
|
3296
|
-
"tanstack-table": "tanstack-table";
|
|
3297
|
-
"tanstack-virtual": "tanstack-virtual";
|
|
3298
|
-
"tanstack-db": "tanstack-db";
|
|
3299
|
-
"tanstack-pacer": "tanstack-pacer";
|
|
3300
|
-
"backend-utils": "backend-utils";
|
|
3301
|
-
devcontainer: "devcontainer";
|
|
3302
|
-
"docker-compose": "docker-compose";
|
|
3303
|
-
kong: "kong";
|
|
3304
|
-
"github-actions": "github-actions";
|
|
3305
|
-
eslint: "eslint";
|
|
3306
|
-
prettier: "prettier";
|
|
3307
|
-
axios: "axios";
|
|
3308
|
-
firebase: "firebase";
|
|
3309
|
-
"graphql-codegen": "graphql-codegen";
|
|
3310
|
-
"openapi-typescript": "openapi-typescript";
|
|
3311
|
-
"apollo-client": "apollo-client";
|
|
3312
|
-
electron: "electron";
|
|
3313
|
-
capacitor: "capacitor";
|
|
3314
|
-
}>>>;
|
|
3315
|
-
workspaceShape: z.ZodOptional<z.ZodEnum<{
|
|
3316
|
-
monorepo: "monorepo";
|
|
3317
|
-
"single-app": "single-app";
|
|
3244
|
+
"socket-io": "socket-io";
|
|
3245
|
+
ws: "ws";
|
|
3246
|
+
partykit: "partykit";
|
|
3247
|
+
ably: "ably";
|
|
3248
|
+
pusher: "pusher";
|
|
3249
|
+
liveblocks: "liveblocks";
|
|
3250
|
+
yjs: "yjs";
|
|
3318
3251
|
}>>;
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
|
|
3252
|
+
jobQueue: z.ZodOptional<z.ZodEnum<{
|
|
3253
|
+
none: "none";
|
|
3254
|
+
bullmq: "bullmq";
|
|
3255
|
+
"trigger-dev": "trigger-dev";
|
|
3256
|
+
inngest: "inngest";
|
|
3257
|
+
temporal: "temporal";
|
|
3323
3258
|
}>>;
|
|
3324
|
-
|
|
3325
|
-
webDeploy: z.ZodOptional<z.ZodEnum<{
|
|
3259
|
+
animation: z.ZodOptional<z.ZodEnum<{
|
|
3326
3260
|
none: "none";
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
|
|
3330
|
-
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
|
|
3261
|
+
"framer-motion": "framer-motion";
|
|
3262
|
+
gsap: "gsap";
|
|
3263
|
+
"react-spring": "react-spring";
|
|
3264
|
+
"auto-animate": "auto-animate";
|
|
3265
|
+
lottie: "lottie";
|
|
3266
|
+
}>>;
|
|
3267
|
+
fileUpload: z.ZodOptional<z.ZodEnum<{
|
|
3268
|
+
none: "none";
|
|
3269
|
+
uploadthing: "uploadthing";
|
|
3270
|
+
filepond: "filepond";
|
|
3271
|
+
uppy: "uppy";
|
|
3272
|
+
}>>;
|
|
3273
|
+
logging: z.ZodOptional<z.ZodEnum<{
|
|
3274
|
+
none: "none";
|
|
3275
|
+
pino: "pino";
|
|
3276
|
+
winston: "winston";
|
|
3277
|
+
evlog: "evlog";
|
|
3278
|
+
}>>;
|
|
3279
|
+
observability: z.ZodOptional<z.ZodEnum<{
|
|
3280
|
+
none: "none";
|
|
3281
|
+
opentelemetry: "opentelemetry";
|
|
3282
|
+
signoz: "signoz";
|
|
3283
|
+
sentry: "sentry";
|
|
3284
|
+
grafana: "grafana";
|
|
3285
|
+
datadog: "datadog";
|
|
3286
|
+
axiom: "axiom";
|
|
3287
|
+
betterstack: "betterstack";
|
|
3288
|
+
}>>;
|
|
3289
|
+
featureFlags: z.ZodOptional<z.ZodEnum<{
|
|
3290
|
+
none: "none";
|
|
3291
|
+
growthbook: "growthbook";
|
|
3292
|
+
posthog: "posthog";
|
|
3293
|
+
launchdarkly: "launchdarkly";
|
|
3294
|
+
flagsmith: "flagsmith";
|
|
3295
|
+
unleash: "unleash";
|
|
3296
|
+
}>>;
|
|
3297
|
+
integrations: z.ZodOptional<z.ZodEnum<{
|
|
3298
|
+
none: "none";
|
|
3299
|
+
nango: "nango";
|
|
3300
|
+
}>>;
|
|
3301
|
+
ecommerce: z.ZodOptional<z.ZodEnum<{
|
|
3302
|
+
none: "none";
|
|
3303
|
+
medusa: "medusa";
|
|
3304
|
+
}>>;
|
|
3305
|
+
analytics: z.ZodOptional<z.ZodEnum<{
|
|
3306
|
+
none: "none";
|
|
3307
|
+
posthog: "posthog";
|
|
3308
|
+
plausible: "plausible";
|
|
3309
|
+
umami: "umami";
|
|
3310
|
+
ga4: "ga4";
|
|
3311
|
+
"vercel-analytics": "vercel-analytics";
|
|
3312
|
+
}>>;
|
|
3313
|
+
webMcp: z.ZodOptional<z.ZodEnum<{
|
|
3314
|
+
none: "none";
|
|
3315
|
+
enabled: "enabled";
|
|
3316
|
+
}>>;
|
|
3317
|
+
cms: z.ZodOptional<z.ZodEnum<{
|
|
3318
|
+
none: "none";
|
|
3319
|
+
payload: "payload";
|
|
3320
|
+
sanity: "sanity";
|
|
3321
|
+
strapi: "strapi";
|
|
3322
|
+
tinacms: "tinacms";
|
|
3323
|
+
directus: "directus";
|
|
3324
|
+
keystatic: "keystatic";
|
|
3325
|
+
contentful: "contentful";
|
|
3326
|
+
}>>;
|
|
3327
|
+
caching: z.ZodOptional<z.ZodEnum<{
|
|
3328
|
+
none: "none";
|
|
3329
|
+
redis: "redis";
|
|
3330
|
+
"upstash-redis": "upstash-redis";
|
|
3331
|
+
}>>;
|
|
3332
|
+
rateLimit: z.ZodOptional<z.ZodEnum<{
|
|
3333
|
+
none: "none";
|
|
3334
|
+
arcjet: "arcjet";
|
|
3335
|
+
"upstash-ratelimit": "upstash-ratelimit";
|
|
3336
|
+
}>>;
|
|
3337
|
+
botProtection: z.ZodOptional<z.ZodEnum<{
|
|
3338
|
+
none: "none";
|
|
3339
|
+
botid: "botid";
|
|
3340
|
+
turnstile: "turnstile";
|
|
3335
3341
|
}>>;
|
|
3336
|
-
|
|
3342
|
+
i18n: z.ZodOptional<z.ZodEnum<{
|
|
3337
3343
|
none: "none";
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
render: "render";
|
|
3343
|
-
netlify: "netlify";
|
|
3344
|
-
sst: "sst";
|
|
3345
|
-
vercel: "vercel";
|
|
3344
|
+
paraglide: "paraglide";
|
|
3345
|
+
i18next: "i18next";
|
|
3346
|
+
"next-intl": "next-intl";
|
|
3347
|
+
intlayer: "intlayer";
|
|
3346
3348
|
}>>;
|
|
3347
|
-
|
|
3349
|
+
search: z.ZodOptional<z.ZodEnum<{
|
|
3348
3350
|
none: "none";
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3351
|
+
meilisearch: "meilisearch";
|
|
3352
|
+
typesense: "typesense";
|
|
3353
|
+
elasticsearch: "elasticsearch";
|
|
3354
|
+
opensearch: "opensearch";
|
|
3355
|
+
algolia: "algolia";
|
|
3356
|
+
bleve: "bleve";
|
|
3354
3357
|
}>>;
|
|
3355
|
-
|
|
3358
|
+
vectorDb: z.ZodOptional<z.ZodEnum<{
|
|
3356
3359
|
none: "none";
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
3360
|
-
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
|
-
|
|
3365
|
-
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
"base-ui": "base-ui";
|
|
3369
|
-
"ark-ui": "ark-ui";
|
|
3370
|
-
"react-aria": "react-aria";
|
|
3360
|
+
pgvector: "pgvector";
|
|
3361
|
+
qdrant: "qdrant";
|
|
3362
|
+
chroma: "chroma";
|
|
3363
|
+
pinecone: "pinecone";
|
|
3364
|
+
}>>;
|
|
3365
|
+
fileStorage: z.ZodOptional<z.ZodEnum<{
|
|
3366
|
+
none: "none";
|
|
3367
|
+
s3: "s3";
|
|
3368
|
+
r2: "r2";
|
|
3369
|
+
cloudinary: "cloudinary";
|
|
3370
|
+
"supabase-storage": "supabase-storage";
|
|
3371
3371
|
}>>;
|
|
3372
3372
|
mobileNavigation: z.ZodOptional<z.ZodEnum<{
|
|
3373
3373
|
none: "none";
|
|
@@ -3376,9 +3376,9 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
3376
3376
|
}>>;
|
|
3377
3377
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
3378
3378
|
none: "none";
|
|
3379
|
+
uniwind: "uniwind";
|
|
3379
3380
|
tamagui: "tamagui";
|
|
3380
3381
|
"gluestack-ui": "gluestack-ui";
|
|
3381
|
-
uniwind: "uniwind";
|
|
3382
3382
|
unistyles: "unistyles";
|
|
3383
3383
|
}>>;
|
|
3384
3384
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -3494,12 +3494,12 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
3494
3494
|
ratatui: "ratatui";
|
|
3495
3495
|
}>>;
|
|
3496
3496
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3497
|
-
config: "config";
|
|
3498
3497
|
none: "none";
|
|
3499
3498
|
serde: "serde";
|
|
3500
3499
|
uuid: "uuid";
|
|
3501
3500
|
chrono: "chrono";
|
|
3502
3501
|
reqwest: "reqwest";
|
|
3502
|
+
config: "config";
|
|
3503
3503
|
dashmap: "dashmap";
|
|
3504
3504
|
"parking-lot": "parking-lot";
|
|
3505
3505
|
secrecy: "secrecy";
|
|
@@ -4116,17 +4116,17 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
4116
4116
|
projectName: z.ZodOptional<z.ZodString>;
|
|
4117
4117
|
template: z.ZodOptional<z.ZodEnum<{
|
|
4118
4118
|
none: "none";
|
|
4119
|
-
uniwind: "uniwind";
|
|
4120
4119
|
mern: "mern";
|
|
4121
4120
|
pern: "pern";
|
|
4122
4121
|
t3: "t3";
|
|
4123
4122
|
saas: "saas";
|
|
4123
|
+
uniwind: "uniwind";
|
|
4124
4124
|
}>>;
|
|
4125
4125
|
shape: z.ZodOptional<z.ZodEnum<{
|
|
4126
|
+
fullstack: "fullstack";
|
|
4126
4127
|
frontend: "frontend";
|
|
4127
4128
|
backend: "backend";
|
|
4128
4129
|
mobile: "mobile";
|
|
4129
|
-
fullstack: "fullstack";
|
|
4130
4130
|
}>>;
|
|
4131
4131
|
yes: z.ZodOptional<z.ZodBoolean>;
|
|
4132
4132
|
yolo: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -4258,8 +4258,8 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
4258
4258
|
capacitor: "capacitor";
|
|
4259
4259
|
}>>>;
|
|
4260
4260
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
4261
|
-
ai: "ai";
|
|
4262
4261
|
none: "none";
|
|
4262
|
+
ai: "ai";
|
|
4263
4263
|
"chat-sdk": "chat-sdk";
|
|
4264
4264
|
"tanstack-showcase": "tanstack-showcase";
|
|
4265
4265
|
}>>>;
|
|
@@ -4293,13 +4293,13 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
4293
4293
|
docker: "docker";
|
|
4294
4294
|
}>>;
|
|
4295
4295
|
backend: z.ZodOptional<z.ZodEnum<{
|
|
4296
|
-
effect: "effect";
|
|
4297
4296
|
none: "none";
|
|
4298
4297
|
hono: "hono";
|
|
4299
4298
|
express: "express";
|
|
4300
4299
|
fastify: "fastify";
|
|
4301
4300
|
elysia: "elysia";
|
|
4302
4301
|
fets: "fets";
|
|
4302
|
+
effect: "effect";
|
|
4303
4303
|
nestjs: "nestjs";
|
|
4304
4304
|
adonisjs: "adonisjs";
|
|
4305
4305
|
nitro: "nitro";
|
|
@@ -4346,10 +4346,10 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
4346
4346
|
vercel: "vercel";
|
|
4347
4347
|
}>>;
|
|
4348
4348
|
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
4349
|
-
error: "error";
|
|
4350
4349
|
merge: "merge";
|
|
4351
4350
|
overwrite: "overwrite";
|
|
4352
4351
|
increment: "increment";
|
|
4352
|
+
error: "error";
|
|
4353
4353
|
}>>;
|
|
4354
4354
|
renderTitle: z.ZodOptional<z.ZodBoolean>;
|
|
4355
4355
|
disableAnalytics: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -4378,8 +4378,8 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
4378
4378
|
"ai-cli": "ai-cli";
|
|
4379
4379
|
}>>;
|
|
4380
4380
|
effect: z.ZodOptional<z.ZodEnum<{
|
|
4381
|
-
effect: "effect";
|
|
4382
4381
|
none: "none";
|
|
4382
|
+
effect: "effect";
|
|
4383
4383
|
"effect-full": "effect-full";
|
|
4384
4384
|
}>>;
|
|
4385
4385
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
@@ -4514,8 +4514,8 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
4514
4514
|
"geist-mono": "geist-mono";
|
|
4515
4515
|
}>>;
|
|
4516
4516
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
4517
|
-
default: "default";
|
|
4518
4517
|
none: "none";
|
|
4518
|
+
default: "default";
|
|
4519
4519
|
small: "small";
|
|
4520
4520
|
medium: "medium";
|
|
4521
4521
|
large: "large";
|
|
@@ -4667,9 +4667,9 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
4667
4667
|
}>>;
|
|
4668
4668
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
4669
4669
|
none: "none";
|
|
4670
|
+
uniwind: "uniwind";
|
|
4670
4671
|
tamagui: "tamagui";
|
|
4671
4672
|
"gluestack-ui": "gluestack-ui";
|
|
4672
|
-
uniwind: "uniwind";
|
|
4673
4673
|
unistyles: "unistyles";
|
|
4674
4674
|
}>>;
|
|
4675
4675
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -4785,12 +4785,12 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
4785
4785
|
ratatui: "ratatui";
|
|
4786
4786
|
}>>;
|
|
4787
4787
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
4788
|
-
config: "config";
|
|
4789
4788
|
none: "none";
|
|
4790
4789
|
serde: "serde";
|
|
4791
4790
|
uuid: "uuid";
|
|
4792
4791
|
chrono: "chrono";
|
|
4793
4792
|
reqwest: "reqwest";
|
|
4793
|
+
config: "config";
|
|
4794
4794
|
dashmap: "dashmap";
|
|
4795
4795
|
"parking-lot": "parking-lot";
|
|
4796
4796
|
secrecy: "secrecy";
|
|
@@ -5436,13 +5436,13 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
5436
5436
|
sequelize: "sequelize";
|
|
5437
5437
|
}>;
|
|
5438
5438
|
backend: z.ZodEnum<{
|
|
5439
|
-
effect: "effect";
|
|
5440
5439
|
none: "none";
|
|
5441
5440
|
hono: "hono";
|
|
5442
5441
|
express: "express";
|
|
5443
5442
|
fastify: "fastify";
|
|
5444
5443
|
elysia: "elysia";
|
|
5445
5444
|
fets: "fets";
|
|
5445
|
+
effect: "effect";
|
|
5446
5446
|
nestjs: "nestjs";
|
|
5447
5447
|
adonisjs: "adonisjs";
|
|
5448
5448
|
nitro: "nitro";
|
|
@@ -5524,8 +5524,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
5524
5524
|
capacitor: "capacitor";
|
|
5525
5525
|
}>>;
|
|
5526
5526
|
examples: z.ZodArray<z.ZodEnum<{
|
|
5527
|
-
ai: "ai";
|
|
5528
5527
|
none: "none";
|
|
5528
|
+
ai: "ai";
|
|
5529
5529
|
"chat-sdk": "chat-sdk";
|
|
5530
5530
|
"tanstack-showcase": "tanstack-showcase";
|
|
5531
5531
|
}>>;
|
|
@@ -5642,8 +5642,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
5642
5642
|
"ai-cli": "ai-cli";
|
|
5643
5643
|
}>;
|
|
5644
5644
|
effect: z.ZodEnum<{
|
|
5645
|
-
effect: "effect";
|
|
5646
5645
|
none: "none";
|
|
5646
|
+
effect: "effect";
|
|
5647
5647
|
"effect-full": "effect-full";
|
|
5648
5648
|
}>;
|
|
5649
5649
|
stateManagement: z.ZodEnum<{
|
|
@@ -5778,8 +5778,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
5778
5778
|
"geist-mono": "geist-mono";
|
|
5779
5779
|
}>>;
|
|
5780
5780
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
5781
|
-
default: "default";
|
|
5782
5781
|
none: "none";
|
|
5782
|
+
default: "default";
|
|
5783
5783
|
small: "small";
|
|
5784
5784
|
medium: "medium";
|
|
5785
5785
|
large: "large";
|
|
@@ -5931,9 +5931,9 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
5931
5931
|
}>;
|
|
5932
5932
|
mobileUI: z.ZodEnum<{
|
|
5933
5933
|
none: "none";
|
|
5934
|
+
uniwind: "uniwind";
|
|
5934
5935
|
tamagui: "tamagui";
|
|
5935
5936
|
"gluestack-ui": "gluestack-ui";
|
|
5936
|
-
uniwind: "uniwind";
|
|
5937
5937
|
unistyles: "unistyles";
|
|
5938
5938
|
}>;
|
|
5939
5939
|
mobileStorage: z.ZodEnum<{
|
|
@@ -6049,12 +6049,12 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
6049
6049
|
ratatui: "ratatui";
|
|
6050
6050
|
}>;
|
|
6051
6051
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
6052
|
-
config: "config";
|
|
6053
6052
|
none: "none";
|
|
6054
6053
|
serde: "serde";
|
|
6055
6054
|
uuid: "uuid";
|
|
6056
6055
|
chrono: "chrono";
|
|
6057
6056
|
reqwest: "reqwest";
|
|
6057
|
+
config: "config";
|
|
6058
6058
|
dashmap: "dashmap";
|
|
6059
6059
|
"parking-lot": "parking-lot";
|
|
6060
6060
|
secrecy: "secrecy";
|
|
@@ -6666,52 +6666,55 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
6666
6666
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6667
6667
|
id: z.ZodString;
|
|
6668
6668
|
role: z.ZodEnum<{
|
|
6669
|
-
|
|
6669
|
+
effect: "effect";
|
|
6670
|
+
ai: "ai";
|
|
6670
6671
|
frontend: "frontend";
|
|
6671
6672
|
backend: "backend";
|
|
6672
6673
|
mobile: "mobile";
|
|
6673
6674
|
database: "database";
|
|
6674
|
-
api: "api";
|
|
6675
|
-
graphql: "graphql";
|
|
6676
6675
|
orm: "orm";
|
|
6677
6676
|
auth: "auth";
|
|
6678
|
-
|
|
6679
|
-
|
|
6677
|
+
payments: "payments";
|
|
6678
|
+
examples: "examples";
|
|
6679
|
+
packageManager: "packageManager";
|
|
6680
6680
|
dbSetup: "dbSetup";
|
|
6681
|
-
|
|
6682
|
-
|
|
6683
|
-
navigation: "navigation";
|
|
6684
|
-
caching: "caching";
|
|
6685
|
-
observability: "observability";
|
|
6686
|
-
email: "email";
|
|
6687
|
-
search: "search";
|
|
6688
|
-
vectorDb: "vectorDb";
|
|
6689
|
-
fileStorage: "fileStorage";
|
|
6690
|
-
jobQueue: "jobQueue";
|
|
6691
|
-
rateLimit: "rateLimit";
|
|
6692
|
-
botProtection: "botProtection";
|
|
6693
|
-
testing: "testing";
|
|
6681
|
+
runtime: "runtime";
|
|
6682
|
+
api: "api";
|
|
6694
6683
|
stateManagement: "stateManagement";
|
|
6695
6684
|
forms: "forms";
|
|
6685
|
+
testing: "testing";
|
|
6686
|
+
email: "email";
|
|
6687
|
+
validation: "validation";
|
|
6688
|
+
realtime: "realtime";
|
|
6689
|
+
jobQueue: "jobQueue";
|
|
6696
6690
|
animation: "animation";
|
|
6697
6691
|
fileUpload: "fileUpload";
|
|
6698
|
-
validation: "validation";
|
|
6699
|
-
effect: "effect";
|
|
6700
|
-
ui: "ui";
|
|
6701
|
-
css: "css";
|
|
6702
|
-
storage: "storage";
|
|
6703
|
-
ota: "ota";
|
|
6704
|
-
deepLinking: "deepLinking";
|
|
6705
|
-
ai: "ai";
|
|
6706
|
-
payments: "payments";
|
|
6707
6692
|
logging: "logging";
|
|
6693
|
+
observability: "observability";
|
|
6708
6694
|
featureFlags: "featureFlags";
|
|
6709
6695
|
integrations: "integrations";
|
|
6710
6696
|
ecommerce: "ecommerce";
|
|
6711
6697
|
analytics: "analytics";
|
|
6712
6698
|
webMcp: "webMcp";
|
|
6713
6699
|
cms: "cms";
|
|
6700
|
+
caching: "caching";
|
|
6701
|
+
rateLimit: "rateLimit";
|
|
6702
|
+
botProtection: "botProtection";
|
|
6714
6703
|
i18n: "i18n";
|
|
6704
|
+
search: "search";
|
|
6705
|
+
vectorDb: "vectorDb";
|
|
6706
|
+
fileStorage: "fileStorage";
|
|
6707
|
+
config: "config";
|
|
6708
|
+
graphql: "graphql";
|
|
6709
|
+
deploy: "deploy";
|
|
6710
|
+
migrations: "migrations";
|
|
6711
|
+
navigation: "navigation";
|
|
6712
|
+
ui: "ui";
|
|
6713
|
+
css: "css";
|
|
6714
|
+
storage: "storage";
|
|
6715
|
+
push: "push";
|
|
6716
|
+
ota: "ota";
|
|
6717
|
+
deepLinking: "deepLinking";
|
|
6715
6718
|
documentation: "documentation";
|
|
6716
6719
|
codeQuality: "codeQuality";
|
|
6717
6720
|
appPlatform: "appPlatform";
|
|
@@ -6728,20 +6731,17 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
6728
6731
|
apiGateway: "apiGateway";
|
|
6729
6732
|
continuousIntegration: "continuousIntegration";
|
|
6730
6733
|
backendUtilities: "backendUtilities";
|
|
6731
|
-
examples: "examples";
|
|
6732
6734
|
language: "language";
|
|
6733
6735
|
buildTool: "buildTool";
|
|
6734
6736
|
cli: "cli";
|
|
6735
6737
|
errorHandling: "errorHandling";
|
|
6736
6738
|
httpClient: "httpClient";
|
|
6737
6739
|
libraries: "libraries";
|
|
6738
|
-
config: "config";
|
|
6739
6740
|
templating: "templating";
|
|
6740
6741
|
cloudSdk: "cloudSdk";
|
|
6741
6742
|
data: "data";
|
|
6742
6743
|
media: "media";
|
|
6743
6744
|
server: "server";
|
|
6744
|
-
packageManager: "packageManager";
|
|
6745
6745
|
messageQueue: "messageQueue";
|
|
6746
6746
|
}>;
|
|
6747
6747
|
toolId: z.ZodString;
|
|
@@ -6803,13 +6803,13 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
6803
6803
|
sequelize: "sequelize";
|
|
6804
6804
|
}>;
|
|
6805
6805
|
backend: z.ZodEnum<{
|
|
6806
|
-
effect: "effect";
|
|
6807
6806
|
none: "none";
|
|
6808
6807
|
hono: "hono";
|
|
6809
6808
|
express: "express";
|
|
6810
6809
|
fastify: "fastify";
|
|
6811
6810
|
elysia: "elysia";
|
|
6812
6811
|
fets: "fets";
|
|
6812
|
+
effect: "effect";
|
|
6813
6813
|
nestjs: "nestjs";
|
|
6814
6814
|
adonisjs: "adonisjs";
|
|
6815
6815
|
nitro: "nitro";
|
|
@@ -6891,8 +6891,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
6891
6891
|
capacitor: "capacitor";
|
|
6892
6892
|
}>>;
|
|
6893
6893
|
examples: z.ZodArray<z.ZodEnum<{
|
|
6894
|
-
ai: "ai";
|
|
6895
6894
|
none: "none";
|
|
6895
|
+
ai: "ai";
|
|
6896
6896
|
"chat-sdk": "chat-sdk";
|
|
6897
6897
|
"tanstack-showcase": "tanstack-showcase";
|
|
6898
6898
|
}>>;
|
|
@@ -7007,8 +7007,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
7007
7007
|
"ai-cli": "ai-cli";
|
|
7008
7008
|
}>;
|
|
7009
7009
|
effect: z.ZodEnum<{
|
|
7010
|
-
effect: "effect";
|
|
7011
7010
|
none: "none";
|
|
7011
|
+
effect: "effect";
|
|
7012
7012
|
"effect-full": "effect-full";
|
|
7013
7013
|
}>;
|
|
7014
7014
|
stateManagement: z.ZodEnum<{
|
|
@@ -7143,8 +7143,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
7143
7143
|
"geist-mono": "geist-mono";
|
|
7144
7144
|
}>>;
|
|
7145
7145
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
7146
|
-
default: "default";
|
|
7147
7146
|
none: "none";
|
|
7147
|
+
default: "default";
|
|
7148
7148
|
small: "small";
|
|
7149
7149
|
medium: "medium";
|
|
7150
7150
|
large: "large";
|
|
@@ -7296,9 +7296,9 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
7296
7296
|
}>;
|
|
7297
7297
|
mobileUI: z.ZodEnum<{
|
|
7298
7298
|
none: "none";
|
|
7299
|
+
uniwind: "uniwind";
|
|
7299
7300
|
tamagui: "tamagui";
|
|
7300
7301
|
"gluestack-ui": "gluestack-ui";
|
|
7301
|
-
uniwind: "uniwind";
|
|
7302
7302
|
unistyles: "unistyles";
|
|
7303
7303
|
}>;
|
|
7304
7304
|
mobileStorage: z.ZodEnum<{
|
|
@@ -7414,12 +7414,12 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
7414
7414
|
ratatui: "ratatui";
|
|
7415
7415
|
}>;
|
|
7416
7416
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
7417
|
-
config: "config";
|
|
7418
7417
|
none: "none";
|
|
7419
7418
|
serde: "serde";
|
|
7420
7419
|
uuid: "uuid";
|
|
7421
7420
|
chrono: "chrono";
|
|
7422
7421
|
reqwest: "reqwest";
|
|
7422
|
+
config: "config";
|
|
7423
7423
|
dashmap: "dashmap";
|
|
7424
7424
|
"parking-lot": "parking-lot";
|
|
7425
7425
|
secrecy: "secrecy";
|
|
@@ -8031,52 +8031,55 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
8031
8031
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8032
8032
|
id: z.ZodString;
|
|
8033
8033
|
role: z.ZodEnum<{
|
|
8034
|
-
|
|
8034
|
+
effect: "effect";
|
|
8035
|
+
ai: "ai";
|
|
8035
8036
|
frontend: "frontend";
|
|
8036
8037
|
backend: "backend";
|
|
8037
8038
|
mobile: "mobile";
|
|
8038
8039
|
database: "database";
|
|
8039
|
-
api: "api";
|
|
8040
|
-
graphql: "graphql";
|
|
8041
8040
|
orm: "orm";
|
|
8042
8041
|
auth: "auth";
|
|
8043
|
-
|
|
8044
|
-
|
|
8042
|
+
payments: "payments";
|
|
8043
|
+
examples: "examples";
|
|
8044
|
+
packageManager: "packageManager";
|
|
8045
8045
|
dbSetup: "dbSetup";
|
|
8046
|
-
|
|
8047
|
-
|
|
8048
|
-
navigation: "navigation";
|
|
8049
|
-
caching: "caching";
|
|
8050
|
-
observability: "observability";
|
|
8051
|
-
email: "email";
|
|
8052
|
-
search: "search";
|
|
8053
|
-
vectorDb: "vectorDb";
|
|
8054
|
-
fileStorage: "fileStorage";
|
|
8055
|
-
jobQueue: "jobQueue";
|
|
8056
|
-
rateLimit: "rateLimit";
|
|
8057
|
-
botProtection: "botProtection";
|
|
8058
|
-
testing: "testing";
|
|
8046
|
+
runtime: "runtime";
|
|
8047
|
+
api: "api";
|
|
8059
8048
|
stateManagement: "stateManagement";
|
|
8060
8049
|
forms: "forms";
|
|
8050
|
+
testing: "testing";
|
|
8051
|
+
email: "email";
|
|
8052
|
+
validation: "validation";
|
|
8053
|
+
realtime: "realtime";
|
|
8054
|
+
jobQueue: "jobQueue";
|
|
8061
8055
|
animation: "animation";
|
|
8062
8056
|
fileUpload: "fileUpload";
|
|
8063
|
-
validation: "validation";
|
|
8064
|
-
effect: "effect";
|
|
8065
|
-
ui: "ui";
|
|
8066
|
-
css: "css";
|
|
8067
|
-
storage: "storage";
|
|
8068
|
-
ota: "ota";
|
|
8069
|
-
deepLinking: "deepLinking";
|
|
8070
|
-
ai: "ai";
|
|
8071
|
-
payments: "payments";
|
|
8072
8057
|
logging: "logging";
|
|
8058
|
+
observability: "observability";
|
|
8073
8059
|
featureFlags: "featureFlags";
|
|
8074
8060
|
integrations: "integrations";
|
|
8075
8061
|
ecommerce: "ecommerce";
|
|
8076
8062
|
analytics: "analytics";
|
|
8077
8063
|
webMcp: "webMcp";
|
|
8078
8064
|
cms: "cms";
|
|
8065
|
+
caching: "caching";
|
|
8066
|
+
rateLimit: "rateLimit";
|
|
8067
|
+
botProtection: "botProtection";
|
|
8079
8068
|
i18n: "i18n";
|
|
8069
|
+
search: "search";
|
|
8070
|
+
vectorDb: "vectorDb";
|
|
8071
|
+
fileStorage: "fileStorage";
|
|
8072
|
+
config: "config";
|
|
8073
|
+
graphql: "graphql";
|
|
8074
|
+
deploy: "deploy";
|
|
8075
|
+
migrations: "migrations";
|
|
8076
|
+
navigation: "navigation";
|
|
8077
|
+
ui: "ui";
|
|
8078
|
+
css: "css";
|
|
8079
|
+
storage: "storage";
|
|
8080
|
+
push: "push";
|
|
8081
|
+
ota: "ota";
|
|
8082
|
+
deepLinking: "deepLinking";
|
|
8080
8083
|
documentation: "documentation";
|
|
8081
8084
|
codeQuality: "codeQuality";
|
|
8082
8085
|
appPlatform: "appPlatform";
|
|
@@ -8093,20 +8096,17 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
8093
8096
|
apiGateway: "apiGateway";
|
|
8094
8097
|
continuousIntegration: "continuousIntegration";
|
|
8095
8098
|
backendUtilities: "backendUtilities";
|
|
8096
|
-
examples: "examples";
|
|
8097
8099
|
language: "language";
|
|
8098
8100
|
buildTool: "buildTool";
|
|
8099
8101
|
cli: "cli";
|
|
8100
8102
|
errorHandling: "errorHandling";
|
|
8101
8103
|
httpClient: "httpClient";
|
|
8102
8104
|
libraries: "libraries";
|
|
8103
|
-
config: "config";
|
|
8104
8105
|
templating: "templating";
|
|
8105
8106
|
cloudSdk: "cloudSdk";
|
|
8106
8107
|
data: "data";
|
|
8107
8108
|
media: "media";
|
|
8108
8109
|
server: "server";
|
|
8109
|
-
packageManager: "packageManager";
|
|
8110
8110
|
messageQueue: "messageQueue";
|
|
8111
8111
|
}>;
|
|
8112
8112
|
toolId: z.ZodString;
|
|
@@ -8168,13 +8168,13 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
8168
8168
|
sequelize: "sequelize";
|
|
8169
8169
|
}>;
|
|
8170
8170
|
backend: z.ZodEnum<{
|
|
8171
|
-
effect: "effect";
|
|
8172
8171
|
none: "none";
|
|
8173
8172
|
hono: "hono";
|
|
8174
8173
|
express: "express";
|
|
8175
8174
|
fastify: "fastify";
|
|
8176
8175
|
elysia: "elysia";
|
|
8177
8176
|
fets: "fets";
|
|
8177
|
+
effect: "effect";
|
|
8178
8178
|
nestjs: "nestjs";
|
|
8179
8179
|
adonisjs: "adonisjs";
|
|
8180
8180
|
nitro: "nitro";
|
|
@@ -8256,8 +8256,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
8256
8256
|
capacitor: "capacitor";
|
|
8257
8257
|
}>>;
|
|
8258
8258
|
examples: z.ZodArray<z.ZodEnum<{
|
|
8259
|
-
ai: "ai";
|
|
8260
8259
|
none: "none";
|
|
8260
|
+
ai: "ai";
|
|
8261
8261
|
"chat-sdk": "chat-sdk";
|
|
8262
8262
|
"tanstack-showcase": "tanstack-showcase";
|
|
8263
8263
|
}>>;
|
|
@@ -8372,8 +8372,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
8372
8372
|
"ai-cli": "ai-cli";
|
|
8373
8373
|
}>;
|
|
8374
8374
|
effect: z.ZodEnum<{
|
|
8375
|
-
effect: "effect";
|
|
8376
8375
|
none: "none";
|
|
8376
|
+
effect: "effect";
|
|
8377
8377
|
"effect-full": "effect-full";
|
|
8378
8378
|
}>;
|
|
8379
8379
|
stateManagement: z.ZodEnum<{
|
|
@@ -8508,8 +8508,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
8508
8508
|
"geist-mono": "geist-mono";
|
|
8509
8509
|
}>>;
|
|
8510
8510
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
8511
|
-
default: "default";
|
|
8512
8511
|
none: "none";
|
|
8512
|
+
default: "default";
|
|
8513
8513
|
small: "small";
|
|
8514
8514
|
medium: "medium";
|
|
8515
8515
|
large: "large";
|
|
@@ -8661,9 +8661,9 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
8661
8661
|
}>;
|
|
8662
8662
|
mobileUI: z.ZodEnum<{
|
|
8663
8663
|
none: "none";
|
|
8664
|
+
uniwind: "uniwind";
|
|
8664
8665
|
tamagui: "tamagui";
|
|
8665
8666
|
"gluestack-ui": "gluestack-ui";
|
|
8666
|
-
uniwind: "uniwind";
|
|
8667
8667
|
unistyles: "unistyles";
|
|
8668
8668
|
}>;
|
|
8669
8669
|
mobileStorage: z.ZodEnum<{
|
|
@@ -8779,12 +8779,12 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
8779
8779
|
ratatui: "ratatui";
|
|
8780
8780
|
}>;
|
|
8781
8781
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
8782
|
-
config: "config";
|
|
8783
8782
|
none: "none";
|
|
8784
8783
|
serde: "serde";
|
|
8785
8784
|
uuid: "uuid";
|
|
8786
8785
|
chrono: "chrono";
|
|
8787
8786
|
reqwest: "reqwest";
|
|
8787
|
+
config: "config";
|
|
8788
8788
|
dashmap: "dashmap";
|
|
8789
8789
|
"parking-lot": "parking-lot";
|
|
8790
8790
|
secrecy: "secrecy";
|
|
@@ -9396,52 +9396,55 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
9396
9396
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9397
9397
|
id: z.ZodString;
|
|
9398
9398
|
role: z.ZodEnum<{
|
|
9399
|
-
|
|
9399
|
+
effect: "effect";
|
|
9400
|
+
ai: "ai";
|
|
9400
9401
|
frontend: "frontend";
|
|
9401
9402
|
backend: "backend";
|
|
9402
9403
|
mobile: "mobile";
|
|
9403
9404
|
database: "database";
|
|
9404
|
-
api: "api";
|
|
9405
|
-
graphql: "graphql";
|
|
9406
9405
|
orm: "orm";
|
|
9407
9406
|
auth: "auth";
|
|
9408
|
-
|
|
9409
|
-
|
|
9410
|
-
|
|
9411
|
-
|
|
9412
|
-
|
|
9413
|
-
|
|
9414
|
-
caching: "caching";
|
|
9415
|
-
observability: "observability";
|
|
9416
|
-
email: "email";
|
|
9417
|
-
search: "search";
|
|
9418
|
-
vectorDb: "vectorDb";
|
|
9419
|
-
fileStorage: "fileStorage";
|
|
9420
|
-
jobQueue: "jobQueue";
|
|
9421
|
-
rateLimit: "rateLimit";
|
|
9422
|
-
botProtection: "botProtection";
|
|
9423
|
-
testing: "testing";
|
|
9407
|
+
payments: "payments";
|
|
9408
|
+
examples: "examples";
|
|
9409
|
+
packageManager: "packageManager";
|
|
9410
|
+
dbSetup: "dbSetup";
|
|
9411
|
+
runtime: "runtime";
|
|
9412
|
+
api: "api";
|
|
9424
9413
|
stateManagement: "stateManagement";
|
|
9425
9414
|
forms: "forms";
|
|
9415
|
+
testing: "testing";
|
|
9416
|
+
email: "email";
|
|
9417
|
+
validation: "validation";
|
|
9418
|
+
realtime: "realtime";
|
|
9419
|
+
jobQueue: "jobQueue";
|
|
9426
9420
|
animation: "animation";
|
|
9427
9421
|
fileUpload: "fileUpload";
|
|
9428
|
-
validation: "validation";
|
|
9429
|
-
effect: "effect";
|
|
9430
|
-
ui: "ui";
|
|
9431
|
-
css: "css";
|
|
9432
|
-
storage: "storage";
|
|
9433
|
-
ota: "ota";
|
|
9434
|
-
deepLinking: "deepLinking";
|
|
9435
|
-
ai: "ai";
|
|
9436
|
-
payments: "payments";
|
|
9437
9422
|
logging: "logging";
|
|
9423
|
+
observability: "observability";
|
|
9438
9424
|
featureFlags: "featureFlags";
|
|
9439
9425
|
integrations: "integrations";
|
|
9440
9426
|
ecommerce: "ecommerce";
|
|
9441
9427
|
analytics: "analytics";
|
|
9442
9428
|
webMcp: "webMcp";
|
|
9443
9429
|
cms: "cms";
|
|
9430
|
+
caching: "caching";
|
|
9431
|
+
rateLimit: "rateLimit";
|
|
9432
|
+
botProtection: "botProtection";
|
|
9444
9433
|
i18n: "i18n";
|
|
9434
|
+
search: "search";
|
|
9435
|
+
vectorDb: "vectorDb";
|
|
9436
|
+
fileStorage: "fileStorage";
|
|
9437
|
+
config: "config";
|
|
9438
|
+
graphql: "graphql";
|
|
9439
|
+
deploy: "deploy";
|
|
9440
|
+
migrations: "migrations";
|
|
9441
|
+
navigation: "navigation";
|
|
9442
|
+
ui: "ui";
|
|
9443
|
+
css: "css";
|
|
9444
|
+
storage: "storage";
|
|
9445
|
+
push: "push";
|
|
9446
|
+
ota: "ota";
|
|
9447
|
+
deepLinking: "deepLinking";
|
|
9445
9448
|
documentation: "documentation";
|
|
9446
9449
|
codeQuality: "codeQuality";
|
|
9447
9450
|
appPlatform: "appPlatform";
|
|
@@ -9458,20 +9461,17 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
9458
9461
|
apiGateway: "apiGateway";
|
|
9459
9462
|
continuousIntegration: "continuousIntegration";
|
|
9460
9463
|
backendUtilities: "backendUtilities";
|
|
9461
|
-
examples: "examples";
|
|
9462
9464
|
language: "language";
|
|
9463
9465
|
buildTool: "buildTool";
|
|
9464
9466
|
cli: "cli";
|
|
9465
9467
|
errorHandling: "errorHandling";
|
|
9466
9468
|
httpClient: "httpClient";
|
|
9467
9469
|
libraries: "libraries";
|
|
9468
|
-
config: "config";
|
|
9469
9470
|
templating: "templating";
|
|
9470
9471
|
cloudSdk: "cloudSdk";
|
|
9471
9472
|
data: "data";
|
|
9472
9473
|
media: "media";
|
|
9473
9474
|
server: "server";
|
|
9474
|
-
packageManager: "packageManager";
|
|
9475
9475
|
messageQueue: "messageQueue";
|
|
9476
9476
|
}>;
|
|
9477
9477
|
toolId: z.ZodString;
|
|
@@ -9534,13 +9534,13 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
9534
9534
|
sequelize: "sequelize";
|
|
9535
9535
|
}>;
|
|
9536
9536
|
backend: z.ZodEnum<{
|
|
9537
|
-
effect: "effect";
|
|
9538
9537
|
none: "none";
|
|
9539
9538
|
hono: "hono";
|
|
9540
9539
|
express: "express";
|
|
9541
9540
|
fastify: "fastify";
|
|
9542
9541
|
elysia: "elysia";
|
|
9543
9542
|
fets: "fets";
|
|
9543
|
+
effect: "effect";
|
|
9544
9544
|
nestjs: "nestjs";
|
|
9545
9545
|
adonisjs: "adonisjs";
|
|
9546
9546
|
nitro: "nitro";
|
|
@@ -9622,8 +9622,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
9622
9622
|
capacitor: "capacitor";
|
|
9623
9623
|
}>>;
|
|
9624
9624
|
examples: z.ZodArray<z.ZodEnum<{
|
|
9625
|
-
ai: "ai";
|
|
9626
9625
|
none: "none";
|
|
9626
|
+
ai: "ai";
|
|
9627
9627
|
"chat-sdk": "chat-sdk";
|
|
9628
9628
|
"tanstack-showcase": "tanstack-showcase";
|
|
9629
9629
|
}>>;
|
|
@@ -9738,8 +9738,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
9738
9738
|
"ai-cli": "ai-cli";
|
|
9739
9739
|
}>;
|
|
9740
9740
|
effect: z.ZodEnum<{
|
|
9741
|
-
effect: "effect";
|
|
9742
9741
|
none: "none";
|
|
9742
|
+
effect: "effect";
|
|
9743
9743
|
"effect-full": "effect-full";
|
|
9744
9744
|
}>;
|
|
9745
9745
|
stateManagement: z.ZodEnum<{
|
|
@@ -9874,8 +9874,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
9874
9874
|
"geist-mono": "geist-mono";
|
|
9875
9875
|
}>>;
|
|
9876
9876
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
9877
|
-
default: "default";
|
|
9878
9877
|
none: "none";
|
|
9878
|
+
default: "default";
|
|
9879
9879
|
small: "small";
|
|
9880
9880
|
medium: "medium";
|
|
9881
9881
|
large: "large";
|
|
@@ -10027,9 +10027,9 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
10027
10027
|
}>;
|
|
10028
10028
|
mobileUI: z.ZodEnum<{
|
|
10029
10029
|
none: "none";
|
|
10030
|
+
uniwind: "uniwind";
|
|
10030
10031
|
tamagui: "tamagui";
|
|
10031
10032
|
"gluestack-ui": "gluestack-ui";
|
|
10032
|
-
uniwind: "uniwind";
|
|
10033
10033
|
unistyles: "unistyles";
|
|
10034
10034
|
}>;
|
|
10035
10035
|
mobileStorage: z.ZodEnum<{
|
|
@@ -10145,12 +10145,12 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
10145
10145
|
ratatui: "ratatui";
|
|
10146
10146
|
}>;
|
|
10147
10147
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
10148
|
-
config: "config";
|
|
10149
10148
|
none: "none";
|
|
10150
10149
|
serde: "serde";
|
|
10151
10150
|
uuid: "uuid";
|
|
10152
10151
|
chrono: "chrono";
|
|
10153
10152
|
reqwest: "reqwest";
|
|
10153
|
+
config: "config";
|
|
10154
10154
|
dashmap: "dashmap";
|
|
10155
10155
|
"parking-lot": "parking-lot";
|
|
10156
10156
|
secrecy: "secrecy";
|
|
@@ -10762,52 +10762,55 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
10762
10762
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10763
10763
|
id: z.ZodString;
|
|
10764
10764
|
role: z.ZodEnum<{
|
|
10765
|
-
|
|
10765
|
+
effect: "effect";
|
|
10766
|
+
ai: "ai";
|
|
10766
10767
|
frontend: "frontend";
|
|
10767
10768
|
backend: "backend";
|
|
10768
10769
|
mobile: "mobile";
|
|
10769
10770
|
database: "database";
|
|
10770
|
-
api: "api";
|
|
10771
|
-
graphql: "graphql";
|
|
10772
10771
|
orm: "orm";
|
|
10773
10772
|
auth: "auth";
|
|
10774
|
-
|
|
10775
|
-
|
|
10773
|
+
payments: "payments";
|
|
10774
|
+
examples: "examples";
|
|
10775
|
+
packageManager: "packageManager";
|
|
10776
10776
|
dbSetup: "dbSetup";
|
|
10777
|
-
|
|
10778
|
-
|
|
10779
|
-
navigation: "navigation";
|
|
10780
|
-
caching: "caching";
|
|
10781
|
-
observability: "observability";
|
|
10782
|
-
email: "email";
|
|
10783
|
-
search: "search";
|
|
10784
|
-
vectorDb: "vectorDb";
|
|
10785
|
-
fileStorage: "fileStorage";
|
|
10786
|
-
jobQueue: "jobQueue";
|
|
10787
|
-
rateLimit: "rateLimit";
|
|
10788
|
-
botProtection: "botProtection";
|
|
10789
|
-
testing: "testing";
|
|
10777
|
+
runtime: "runtime";
|
|
10778
|
+
api: "api";
|
|
10790
10779
|
stateManagement: "stateManagement";
|
|
10791
10780
|
forms: "forms";
|
|
10781
|
+
testing: "testing";
|
|
10782
|
+
email: "email";
|
|
10783
|
+
validation: "validation";
|
|
10784
|
+
realtime: "realtime";
|
|
10785
|
+
jobQueue: "jobQueue";
|
|
10792
10786
|
animation: "animation";
|
|
10793
10787
|
fileUpload: "fileUpload";
|
|
10794
|
-
validation: "validation";
|
|
10795
|
-
effect: "effect";
|
|
10796
|
-
ui: "ui";
|
|
10797
|
-
css: "css";
|
|
10798
|
-
storage: "storage";
|
|
10799
|
-
ota: "ota";
|
|
10800
|
-
deepLinking: "deepLinking";
|
|
10801
|
-
ai: "ai";
|
|
10802
|
-
payments: "payments";
|
|
10803
10788
|
logging: "logging";
|
|
10789
|
+
observability: "observability";
|
|
10804
10790
|
featureFlags: "featureFlags";
|
|
10805
10791
|
integrations: "integrations";
|
|
10806
10792
|
ecommerce: "ecommerce";
|
|
10807
10793
|
analytics: "analytics";
|
|
10808
10794
|
webMcp: "webMcp";
|
|
10809
10795
|
cms: "cms";
|
|
10796
|
+
caching: "caching";
|
|
10797
|
+
rateLimit: "rateLimit";
|
|
10798
|
+
botProtection: "botProtection";
|
|
10810
10799
|
i18n: "i18n";
|
|
10800
|
+
search: "search";
|
|
10801
|
+
vectorDb: "vectorDb";
|
|
10802
|
+
fileStorage: "fileStorage";
|
|
10803
|
+
config: "config";
|
|
10804
|
+
graphql: "graphql";
|
|
10805
|
+
deploy: "deploy";
|
|
10806
|
+
migrations: "migrations";
|
|
10807
|
+
navigation: "navigation";
|
|
10808
|
+
ui: "ui";
|
|
10809
|
+
css: "css";
|
|
10810
|
+
storage: "storage";
|
|
10811
|
+
push: "push";
|
|
10812
|
+
ota: "ota";
|
|
10813
|
+
deepLinking: "deepLinking";
|
|
10811
10814
|
documentation: "documentation";
|
|
10812
10815
|
codeQuality: "codeQuality";
|
|
10813
10816
|
appPlatform: "appPlatform";
|
|
@@ -10824,20 +10827,17 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
10824
10827
|
apiGateway: "apiGateway";
|
|
10825
10828
|
continuousIntegration: "continuousIntegration";
|
|
10826
10829
|
backendUtilities: "backendUtilities";
|
|
10827
|
-
examples: "examples";
|
|
10828
10830
|
language: "language";
|
|
10829
10831
|
buildTool: "buildTool";
|
|
10830
10832
|
cli: "cli";
|
|
10831
10833
|
errorHandling: "errorHandling";
|
|
10832
10834
|
httpClient: "httpClient";
|
|
10833
10835
|
libraries: "libraries";
|
|
10834
|
-
config: "config";
|
|
10835
10836
|
templating: "templating";
|
|
10836
10837
|
cloudSdk: "cloudSdk";
|
|
10837
10838
|
data: "data";
|
|
10838
10839
|
media: "media";
|
|
10839
10840
|
server: "server";
|
|
10840
|
-
packageManager: "packageManager";
|
|
10841
10841
|
messageQueue: "messageQueue";
|
|
10842
10842
|
}>;
|
|
10843
10843
|
toolId: z.ZodString;
|
|
@@ -10900,13 +10900,13 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
10900
10900
|
sequelize: "sequelize";
|
|
10901
10901
|
}>;
|
|
10902
10902
|
backend: z.ZodEnum<{
|
|
10903
|
-
effect: "effect";
|
|
10904
10903
|
none: "none";
|
|
10905
10904
|
hono: "hono";
|
|
10906
10905
|
express: "express";
|
|
10907
10906
|
fastify: "fastify";
|
|
10908
10907
|
elysia: "elysia";
|
|
10909
10908
|
fets: "fets";
|
|
10909
|
+
effect: "effect";
|
|
10910
10910
|
nestjs: "nestjs";
|
|
10911
10911
|
adonisjs: "adonisjs";
|
|
10912
10912
|
nitro: "nitro";
|
|
@@ -10988,8 +10988,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
10988
10988
|
capacitor: "capacitor";
|
|
10989
10989
|
}>>;
|
|
10990
10990
|
examples: z.ZodArray<z.ZodEnum<{
|
|
10991
|
-
ai: "ai";
|
|
10992
10991
|
none: "none";
|
|
10992
|
+
ai: "ai";
|
|
10993
10993
|
"chat-sdk": "chat-sdk";
|
|
10994
10994
|
"tanstack-showcase": "tanstack-showcase";
|
|
10995
10995
|
}>>;
|
|
@@ -11104,8 +11104,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
11104
11104
|
"ai-cli": "ai-cli";
|
|
11105
11105
|
}>;
|
|
11106
11106
|
effect: z.ZodEnum<{
|
|
11107
|
-
effect: "effect";
|
|
11108
11107
|
none: "none";
|
|
11108
|
+
effect: "effect";
|
|
11109
11109
|
"effect-full": "effect-full";
|
|
11110
11110
|
}>;
|
|
11111
11111
|
stateManagement: z.ZodEnum<{
|
|
@@ -11240,8 +11240,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
11240
11240
|
"geist-mono": "geist-mono";
|
|
11241
11241
|
}>>;
|
|
11242
11242
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
11243
|
-
default: "default";
|
|
11244
11243
|
none: "none";
|
|
11244
|
+
default: "default";
|
|
11245
11245
|
small: "small";
|
|
11246
11246
|
medium: "medium";
|
|
11247
11247
|
large: "large";
|
|
@@ -11393,9 +11393,9 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
11393
11393
|
}>;
|
|
11394
11394
|
mobileUI: z.ZodEnum<{
|
|
11395
11395
|
none: "none";
|
|
11396
|
+
uniwind: "uniwind";
|
|
11396
11397
|
tamagui: "tamagui";
|
|
11397
11398
|
"gluestack-ui": "gluestack-ui";
|
|
11398
|
-
uniwind: "uniwind";
|
|
11399
11399
|
unistyles: "unistyles";
|
|
11400
11400
|
}>;
|
|
11401
11401
|
mobileStorage: z.ZodEnum<{
|
|
@@ -11511,12 +11511,12 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
11511
11511
|
ratatui: "ratatui";
|
|
11512
11512
|
}>;
|
|
11513
11513
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
11514
|
-
config: "config";
|
|
11515
11514
|
none: "none";
|
|
11516
11515
|
serde: "serde";
|
|
11517
11516
|
uuid: "uuid";
|
|
11518
11517
|
chrono: "chrono";
|
|
11519
11518
|
reqwest: "reqwest";
|
|
11519
|
+
config: "config";
|
|
11520
11520
|
dashmap: "dashmap";
|
|
11521
11521
|
"parking-lot": "parking-lot";
|
|
11522
11522
|
secrecy: "secrecy";
|
|
@@ -12128,52 +12128,55 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
12128
12128
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12129
12129
|
id: z.ZodString;
|
|
12130
12130
|
role: z.ZodEnum<{
|
|
12131
|
-
|
|
12131
|
+
effect: "effect";
|
|
12132
|
+
ai: "ai";
|
|
12132
12133
|
frontend: "frontend";
|
|
12133
12134
|
backend: "backend";
|
|
12134
12135
|
mobile: "mobile";
|
|
12135
12136
|
database: "database";
|
|
12136
|
-
api: "api";
|
|
12137
|
-
graphql: "graphql";
|
|
12138
12137
|
orm: "orm";
|
|
12139
12138
|
auth: "auth";
|
|
12140
|
-
|
|
12141
|
-
|
|
12139
|
+
payments: "payments";
|
|
12140
|
+
examples: "examples";
|
|
12141
|
+
packageManager: "packageManager";
|
|
12142
12142
|
dbSetup: "dbSetup";
|
|
12143
|
-
|
|
12144
|
-
|
|
12145
|
-
navigation: "navigation";
|
|
12146
|
-
caching: "caching";
|
|
12147
|
-
observability: "observability";
|
|
12148
|
-
email: "email";
|
|
12149
|
-
search: "search";
|
|
12150
|
-
vectorDb: "vectorDb";
|
|
12151
|
-
fileStorage: "fileStorage";
|
|
12152
|
-
jobQueue: "jobQueue";
|
|
12153
|
-
rateLimit: "rateLimit";
|
|
12154
|
-
botProtection: "botProtection";
|
|
12155
|
-
testing: "testing";
|
|
12143
|
+
runtime: "runtime";
|
|
12144
|
+
api: "api";
|
|
12156
12145
|
stateManagement: "stateManagement";
|
|
12157
12146
|
forms: "forms";
|
|
12147
|
+
testing: "testing";
|
|
12148
|
+
email: "email";
|
|
12149
|
+
validation: "validation";
|
|
12150
|
+
realtime: "realtime";
|
|
12151
|
+
jobQueue: "jobQueue";
|
|
12158
12152
|
animation: "animation";
|
|
12159
12153
|
fileUpload: "fileUpload";
|
|
12160
|
-
validation: "validation";
|
|
12161
|
-
effect: "effect";
|
|
12162
|
-
ui: "ui";
|
|
12163
|
-
css: "css";
|
|
12164
|
-
storage: "storage";
|
|
12165
|
-
ota: "ota";
|
|
12166
|
-
deepLinking: "deepLinking";
|
|
12167
|
-
ai: "ai";
|
|
12168
|
-
payments: "payments";
|
|
12169
12154
|
logging: "logging";
|
|
12155
|
+
observability: "observability";
|
|
12170
12156
|
featureFlags: "featureFlags";
|
|
12171
12157
|
integrations: "integrations";
|
|
12172
12158
|
ecommerce: "ecommerce";
|
|
12173
12159
|
analytics: "analytics";
|
|
12174
12160
|
webMcp: "webMcp";
|
|
12175
12161
|
cms: "cms";
|
|
12162
|
+
caching: "caching";
|
|
12163
|
+
rateLimit: "rateLimit";
|
|
12164
|
+
botProtection: "botProtection";
|
|
12176
12165
|
i18n: "i18n";
|
|
12166
|
+
search: "search";
|
|
12167
|
+
vectorDb: "vectorDb";
|
|
12168
|
+
fileStorage: "fileStorage";
|
|
12169
|
+
config: "config";
|
|
12170
|
+
graphql: "graphql";
|
|
12171
|
+
deploy: "deploy";
|
|
12172
|
+
migrations: "migrations";
|
|
12173
|
+
navigation: "navigation";
|
|
12174
|
+
ui: "ui";
|
|
12175
|
+
css: "css";
|
|
12176
|
+
storage: "storage";
|
|
12177
|
+
push: "push";
|
|
12178
|
+
ota: "ota";
|
|
12179
|
+
deepLinking: "deepLinking";
|
|
12177
12180
|
documentation: "documentation";
|
|
12178
12181
|
codeQuality: "codeQuality";
|
|
12179
12182
|
appPlatform: "appPlatform";
|
|
@@ -12190,20 +12193,17 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
12190
12193
|
apiGateway: "apiGateway";
|
|
12191
12194
|
continuousIntegration: "continuousIntegration";
|
|
12192
12195
|
backendUtilities: "backendUtilities";
|
|
12193
|
-
examples: "examples";
|
|
12194
12196
|
language: "language";
|
|
12195
12197
|
buildTool: "buildTool";
|
|
12196
12198
|
cli: "cli";
|
|
12197
12199
|
errorHandling: "errorHandling";
|
|
12198
12200
|
httpClient: "httpClient";
|
|
12199
12201
|
libraries: "libraries";
|
|
12200
|
-
config: "config";
|
|
12201
12202
|
templating: "templating";
|
|
12202
12203
|
cloudSdk: "cloudSdk";
|
|
12203
12204
|
data: "data";
|
|
12204
12205
|
media: "media";
|
|
12205
12206
|
server: "server";
|
|
12206
|
-
packageManager: "packageManager";
|
|
12207
12207
|
messageQueue: "messageQueue";
|
|
12208
12208
|
}>;
|
|
12209
12209
|
toolId: z.ZodString;
|
|
@@ -12266,13 +12266,13 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
12266
12266
|
sequelize: "sequelize";
|
|
12267
12267
|
}>;
|
|
12268
12268
|
backend: z.ZodEnum<{
|
|
12269
|
-
effect: "effect";
|
|
12270
12269
|
none: "none";
|
|
12271
12270
|
hono: "hono";
|
|
12272
12271
|
express: "express";
|
|
12273
12272
|
fastify: "fastify";
|
|
12274
12273
|
elysia: "elysia";
|
|
12275
12274
|
fets: "fets";
|
|
12275
|
+
effect: "effect";
|
|
12276
12276
|
nestjs: "nestjs";
|
|
12277
12277
|
adonisjs: "adonisjs";
|
|
12278
12278
|
nitro: "nitro";
|
|
@@ -12354,8 +12354,8 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
12354
12354
|
capacitor: "capacitor";
|
|
12355
12355
|
}>>;
|
|
12356
12356
|
examples: z.ZodArray<z.ZodEnum<{
|
|
12357
|
-
ai: "ai";
|
|
12358
12357
|
none: "none";
|
|
12358
|
+
ai: "ai";
|
|
12359
12359
|
"chat-sdk": "chat-sdk";
|
|
12360
12360
|
"tanstack-showcase": "tanstack-showcase";
|
|
12361
12361
|
}>>;
|
|
@@ -12472,8 +12472,8 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
12472
12472
|
"ai-cli": "ai-cli";
|
|
12473
12473
|
}>;
|
|
12474
12474
|
effect: z.ZodEnum<{
|
|
12475
|
-
effect: "effect";
|
|
12476
12475
|
none: "none";
|
|
12476
|
+
effect: "effect";
|
|
12477
12477
|
"effect-full": "effect-full";
|
|
12478
12478
|
}>;
|
|
12479
12479
|
stateManagement: z.ZodEnum<{
|
|
@@ -12608,8 +12608,8 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
12608
12608
|
"geist-mono": "geist-mono";
|
|
12609
12609
|
}>>;
|
|
12610
12610
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
12611
|
-
default: "default";
|
|
12612
12611
|
none: "none";
|
|
12612
|
+
default: "default";
|
|
12613
12613
|
small: "small";
|
|
12614
12614
|
medium: "medium";
|
|
12615
12615
|
large: "large";
|
|
@@ -12761,9 +12761,9 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
12761
12761
|
}>;
|
|
12762
12762
|
mobileUI: z.ZodEnum<{
|
|
12763
12763
|
none: "none";
|
|
12764
|
+
uniwind: "uniwind";
|
|
12764
12765
|
tamagui: "tamagui";
|
|
12765
12766
|
"gluestack-ui": "gluestack-ui";
|
|
12766
|
-
uniwind: "uniwind";
|
|
12767
12767
|
unistyles: "unistyles";
|
|
12768
12768
|
}>;
|
|
12769
12769
|
mobileStorage: z.ZodEnum<{
|
|
@@ -12879,12 +12879,12 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
12879
12879
|
ratatui: "ratatui";
|
|
12880
12880
|
}>;
|
|
12881
12881
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
12882
|
-
config: "config";
|
|
12883
12882
|
none: "none";
|
|
12884
12883
|
serde: "serde";
|
|
12885
12884
|
uuid: "uuid";
|
|
12886
12885
|
chrono: "chrono";
|
|
12887
12886
|
reqwest: "reqwest";
|
|
12887
|
+
config: "config";
|
|
12888
12888
|
dashmap: "dashmap";
|
|
12889
12889
|
"parking-lot": "parking-lot";
|
|
12890
12890
|
secrecy: "secrecy";
|
|
@@ -13496,52 +13496,55 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
13496
13496
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13497
13497
|
id: z.ZodString;
|
|
13498
13498
|
role: z.ZodEnum<{
|
|
13499
|
-
|
|
13499
|
+
effect: "effect";
|
|
13500
|
+
ai: "ai";
|
|
13500
13501
|
frontend: "frontend";
|
|
13501
13502
|
backend: "backend";
|
|
13502
13503
|
mobile: "mobile";
|
|
13503
13504
|
database: "database";
|
|
13504
|
-
api: "api";
|
|
13505
|
-
graphql: "graphql";
|
|
13506
13505
|
orm: "orm";
|
|
13507
13506
|
auth: "auth";
|
|
13508
|
-
|
|
13509
|
-
|
|
13507
|
+
payments: "payments";
|
|
13508
|
+
examples: "examples";
|
|
13509
|
+
packageManager: "packageManager";
|
|
13510
13510
|
dbSetup: "dbSetup";
|
|
13511
|
-
|
|
13512
|
-
|
|
13513
|
-
navigation: "navigation";
|
|
13514
|
-
caching: "caching";
|
|
13515
|
-
observability: "observability";
|
|
13516
|
-
email: "email";
|
|
13517
|
-
search: "search";
|
|
13518
|
-
vectorDb: "vectorDb";
|
|
13519
|
-
fileStorage: "fileStorage";
|
|
13520
|
-
jobQueue: "jobQueue";
|
|
13521
|
-
rateLimit: "rateLimit";
|
|
13522
|
-
botProtection: "botProtection";
|
|
13523
|
-
testing: "testing";
|
|
13511
|
+
runtime: "runtime";
|
|
13512
|
+
api: "api";
|
|
13524
13513
|
stateManagement: "stateManagement";
|
|
13525
13514
|
forms: "forms";
|
|
13515
|
+
testing: "testing";
|
|
13516
|
+
email: "email";
|
|
13517
|
+
validation: "validation";
|
|
13518
|
+
realtime: "realtime";
|
|
13519
|
+
jobQueue: "jobQueue";
|
|
13526
13520
|
animation: "animation";
|
|
13527
13521
|
fileUpload: "fileUpload";
|
|
13528
|
-
validation: "validation";
|
|
13529
|
-
effect: "effect";
|
|
13530
|
-
ui: "ui";
|
|
13531
|
-
css: "css";
|
|
13532
|
-
storage: "storage";
|
|
13533
|
-
ota: "ota";
|
|
13534
|
-
deepLinking: "deepLinking";
|
|
13535
|
-
ai: "ai";
|
|
13536
|
-
payments: "payments";
|
|
13537
13522
|
logging: "logging";
|
|
13523
|
+
observability: "observability";
|
|
13538
13524
|
featureFlags: "featureFlags";
|
|
13539
13525
|
integrations: "integrations";
|
|
13540
13526
|
ecommerce: "ecommerce";
|
|
13541
13527
|
analytics: "analytics";
|
|
13542
13528
|
webMcp: "webMcp";
|
|
13543
13529
|
cms: "cms";
|
|
13530
|
+
caching: "caching";
|
|
13531
|
+
rateLimit: "rateLimit";
|
|
13532
|
+
botProtection: "botProtection";
|
|
13544
13533
|
i18n: "i18n";
|
|
13534
|
+
search: "search";
|
|
13535
|
+
vectorDb: "vectorDb";
|
|
13536
|
+
fileStorage: "fileStorage";
|
|
13537
|
+
config: "config";
|
|
13538
|
+
graphql: "graphql";
|
|
13539
|
+
deploy: "deploy";
|
|
13540
|
+
migrations: "migrations";
|
|
13541
|
+
navigation: "navigation";
|
|
13542
|
+
ui: "ui";
|
|
13543
|
+
css: "css";
|
|
13544
|
+
storage: "storage";
|
|
13545
|
+
push: "push";
|
|
13546
|
+
ota: "ota";
|
|
13547
|
+
deepLinking: "deepLinking";
|
|
13545
13548
|
documentation: "documentation";
|
|
13546
13549
|
codeQuality: "codeQuality";
|
|
13547
13550
|
appPlatform: "appPlatform";
|
|
@@ -13558,20 +13561,17 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
13558
13561
|
apiGateway: "apiGateway";
|
|
13559
13562
|
continuousIntegration: "continuousIntegration";
|
|
13560
13563
|
backendUtilities: "backendUtilities";
|
|
13561
|
-
examples: "examples";
|
|
13562
13564
|
language: "language";
|
|
13563
13565
|
buildTool: "buildTool";
|
|
13564
13566
|
cli: "cli";
|
|
13565
13567
|
errorHandling: "errorHandling";
|
|
13566
13568
|
httpClient: "httpClient";
|
|
13567
13569
|
libraries: "libraries";
|
|
13568
|
-
config: "config";
|
|
13569
13570
|
templating: "templating";
|
|
13570
13571
|
cloudSdk: "cloudSdk";
|
|
13571
13572
|
data: "data";
|
|
13572
13573
|
media: "media";
|
|
13573
13574
|
server: "server";
|
|
13574
|
-
packageManager: "packageManager";
|
|
13575
13575
|
messageQueue: "messageQueue";
|
|
13576
13576
|
}>;
|
|
13577
13577
|
toolId: z.ZodString;
|
|
@@ -13611,11 +13611,11 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
13611
13611
|
}, z.core.$strip>;
|
|
13612
13612
|
declare const DATABASE_VALUES: ("none" | "sqlite" | "postgres" | "mysql" | "mongodb" | "edgedb" | "redis")[];
|
|
13613
13613
|
declare const ORM_VALUES: ("none" | "drizzle" | "prisma" | "mongoose" | "typeorm" | "kysely" | "mikroorm" | "sequelize")[];
|
|
13614
|
-
declare const BACKEND_VALUES: ("
|
|
13614
|
+
declare const BACKEND_VALUES: ("none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "effect" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self")[];
|
|
13615
13615
|
declare const RUNTIME_VALUES: ("none" | "bun" | "node" | "workers")[];
|
|
13616
13616
|
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")[];
|
|
13617
13617
|
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")[];
|
|
13618
|
-
declare const EXAMPLES_VALUES: ("
|
|
13618
|
+
declare const EXAMPLES_VALUES: ("none" | "ai" | "chat-sdk" | "tanstack-showcase")[];
|
|
13619
13619
|
declare const PACKAGE_MANAGER_VALUES: ("bun" | "npm" | "pnpm" | "yarn")[];
|
|
13620
13620
|
declare const WORKSPACE_SHAPE_VALUES: ("monorepo" | "single-app")[];
|
|
13621
13621
|
declare const VERSION_CHANNEL_VALUES: ("stable" | "latest" | "beta")[];
|
|
@@ -13625,12 +13625,12 @@ declare const AUTH_VALUES: ("none" | "better-auth" | "better-auth-organizations"
|
|
|
13625
13625
|
declare const PAYMENTS_VALUES: ("none" | "revenuecat" | "polar" | "stripe" | "lemon-squeezy" | "paddle" | "paypal" | "dodo" | "creem" | "autumn" | "commet" | "xendit")[];
|
|
13626
13626
|
declare const WEB_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
|
|
13627
13627
|
declare const SERVER_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
|
|
13628
|
-
declare const DIRECTORY_CONFLICT_VALUES: ("
|
|
13629
|
-
declare const TEMPLATE_VALUES: ("none" | "
|
|
13630
|
-
declare const PROJECT_SHAPE_VALUES: ("
|
|
13628
|
+
declare const DIRECTORY_CONFLICT_VALUES: ("merge" | "overwrite" | "increment" | "error")[];
|
|
13629
|
+
declare const TEMPLATE_VALUES: ("none" | "mern" | "pern" | "t3" | "saas" | "uniwind")[];
|
|
13630
|
+
declare const PROJECT_SHAPE_VALUES: ("fullstack" | "frontend" | "backend" | "mobile")[];
|
|
13631
13631
|
declare const ASTRO_INTEGRATION_VALUES: ("none" | "vue" | "svelte" | "solid" | "react")[];
|
|
13632
13632
|
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")[];
|
|
13633
|
-
declare const EFFECT_VALUES: ("
|
|
13633
|
+
declare const EFFECT_VALUES: ("none" | "effect" | "effect-full")[];
|
|
13634
13634
|
declare const STATE_MANAGEMENT_VALUES: ("none" | "zustand" | "jotai" | "nanostores" | "redux-toolkit" | "mobx" | "xstate" | "valtio" | "tanstack-store" | "legend-state")[];
|
|
13635
13635
|
declare const FORMS_VALUES: ("none" | "tanstack-form" | "react-hook-form" | "formik" | "final-form" | "conform" | "modular-forms")[];
|
|
13636
13636
|
declare const TESTING_VALUES: ("none" | "vitest" | "playwright" | "vitest-playwright" | "jest" | "mocha" | "cypress")[];
|
|
@@ -13650,7 +13650,7 @@ declare const ECOMMERCE_VALUES: ("none" | "medusa")[];
|
|
|
13650
13650
|
declare const ANALYTICS_VALUES: ("none" | "posthog" | "plausible" | "umami" | "ga4" | "vercel-analytics")[];
|
|
13651
13651
|
declare const WEB_MCP_VALUES: ("none" | "enabled")[];
|
|
13652
13652
|
declare const MOBILE_NAVIGATION_VALUES: ("none" | "expo-router" | "react-navigation")[];
|
|
13653
|
-
declare const MOBILE_UI_VALUES: ("none" | "
|
|
13653
|
+
declare const MOBILE_UI_VALUES: ("none" | "uniwind" | "tamagui" | "gluestack-ui" | "unistyles")[];
|
|
13654
13654
|
declare const MOBILE_STORAGE_VALUES: ("none" | "mmkv")[];
|
|
13655
13655
|
declare const MOBILE_TESTING_VALUES: ("none" | "maestro" | "react-native-testing-library" | "maestro-react-native-testing-library")[];
|
|
13656
13656
|
declare const MOBILE_PUSH_VALUES: ("none" | "expo-notifications")[];
|
|
@@ -13676,7 +13676,7 @@ declare const DART_MOBILE_VALUES: ("none" | "flutter")[];
|
|
|
13676
13676
|
declare const RUST_ORM_VALUES: ("none" | "mongodb" | "sea-orm" | "sqlx" | "diesel" | "rusqlite" | "tokio-postgres")[];
|
|
13677
13677
|
declare const RUST_API_VALUES: ("none" | "tonic" | "async-graphql" | "jsonrpsee")[];
|
|
13678
13678
|
declare const RUST_CLI_VALUES: ("none" | "clap" | "ratatui")[];
|
|
13679
|
-
declare const RUST_LIBRARIES_VALUES: ("
|
|
13679
|
+
declare const RUST_LIBRARIES_VALUES: ("none" | "serde" | "uuid" | "chrono" | "reqwest" | "config" | "dashmap" | "parking-lot" | "secrecy" | "tokio-util" | "utoipa" | "validator" | "jsonwebtoken" | "argon2" | "tokio-test" | "mockall" | "proptest" | "insta" | "rand" | "regex" | "rayon" | "itertools" | "rstest" | "cargo-nextest" | "cargo-audit")[];
|
|
13680
13680
|
declare const RUST_LOGGING_VALUES: ("none" | "tracing" | "env-logger")[];
|
|
13681
13681
|
declare const RUST_ERROR_HANDLING_VALUES: ("none" | "anyhow-thiserror" | "eyre")[];
|
|
13682
13682
|
declare const RUST_CACHING_VALUES: ("none" | "redis" | "moka")[];
|
|
@@ -13773,7 +13773,7 @@ declare const SHADCN_ICON_LIBRARY_VALUES: ("lucide" | "tabler" | "hugeicons" | "
|
|
|
13773
13773
|
declare const SHADCN_COLOR_THEME_VALUES: ("neutral" | "stone" | "zinc" | "gray" | "amber" | "blue" | "cyan" | "emerald" | "fuchsia" | "green" | "indigo" | "lime" | "orange" | "pink" | "purple" | "red" | "rose" | "sky" | "teal" | "violet" | "yellow")[];
|
|
13774
13774
|
declare const SHADCN_BASE_COLOR_VALUES: ("neutral" | "stone" | "zinc" | "gray")[];
|
|
13775
13775
|
declare const SHADCN_FONT_VALUES: ("inter" | "geist" | "noto-sans" | "nunito-sans" | "figtree" | "roboto" | "raleway" | "dm-sans" | "public-sans" | "outfit" | "jetbrains-mono" | "geist-mono")[];
|
|
13776
|
-
declare const SHADCN_RADIUS_VALUES: ("
|
|
13776
|
+
declare const SHADCN_RADIUS_VALUES: ("none" | "default" | "small" | "medium" | "large")[];
|
|
13777
13777
|
//#endregion
|
|
13778
13778
|
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, WorkspaceShapeSchema as Co, 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, WebMcpSchema as So, 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, WORKSPACE_SHAPE_VALUES 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, WebDeploySchema 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, WEB_MCP_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 };
|
|
13779
|
-
//# sourceMappingURL=schemas-
|
|
13779
|
+
//# sourceMappingURL=schemas-CBplkYwu.d.mts.map
|