@better-fullstack/types 2.5.1 → 2.6.1

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.
Files changed (44) hide show
  1. package/dist/{defaults-BzWJP6p0.mjs → defaults-Bp46Ajyg.mjs} +2 -1
  2. package/dist/defaults-Bp46Ajyg.mjs.map +1 -0
  3. package/dist/{defaults-RqRyHpap.d.mts → defaults-vm2Pzryr.d.mts} +2 -2
  4. package/dist/defaults-vm2Pzryr.d.mts.map +1 -0
  5. package/dist/defaults.d.mts +3 -3
  6. package/dist/defaults.mjs +1 -1
  7. package/dist/index.d.mts +52 -6
  8. package/dist/index.d.mts.map +1 -1
  9. package/dist/index.mjs +22 -20
  10. package/dist/index.mjs.map +1 -1
  11. package/dist/json-schema.d.mts +458 -278
  12. package/dist/json-schema.d.mts.map +1 -1
  13. package/dist/json-schema.mjs +1 -1
  14. package/dist/{schemas-CtieNRfz.mjs → schemas-CH1UszP5.mjs} +36 -9
  15. package/dist/schemas-CH1UszP5.mjs.map +1 -0
  16. package/dist/{schemas-GnlaSaAD.d.mts → schemas-ah-Pon-K.d.mts} +738 -557
  17. package/dist/schemas-ah-Pon-K.d.mts.map +1 -0
  18. package/dist/schemas.d.mts +2 -2
  19. package/dist/schemas.mjs +2 -2
  20. package/dist/{stack-graph-CXTiPofQ.mjs → stack-graph-AWbdUrN3.mjs} +615 -131
  21. package/dist/stack-graph-AWbdUrN3.mjs.map +1 -0
  22. package/dist/{stack-graph-D8YLovR0.d.mts → stack-graph-B2L-S2-8.d.mts} +7 -3
  23. package/dist/stack-graph-B2L-S2-8.d.mts.map +1 -0
  24. package/dist/stack-graph.d.mts +4 -4
  25. package/dist/stack-graph.mjs +3 -3
  26. package/dist/{stack-translation-BV7cLYdZ.d.mts → stack-translation-BJ9ulTxF.d.mts} +27 -7
  27. package/dist/stack-translation-BJ9ulTxF.d.mts.map +1 -0
  28. package/dist/{stack-translation-B-zArJLM.mjs → stack-translation-Cn6zGJ5q.mjs} +253 -26
  29. package/dist/stack-translation-Cn6zGJ5q.mjs.map +1 -0
  30. package/dist/stack-translation.d.mts +5 -5
  31. package/dist/stack-translation.mjs +4 -4
  32. package/dist/{types-BdHthWR-.d.mts → types-CxFTot-Q.d.mts} +5 -3
  33. package/dist/types-CxFTot-Q.d.mts.map +1 -0
  34. package/dist/types.d.mts +3 -3
  35. package/package.json +1 -1
  36. package/dist/defaults-BzWJP6p0.mjs.map +0 -1
  37. package/dist/defaults-RqRyHpap.d.mts.map +0 -1
  38. package/dist/schemas-CtieNRfz.mjs.map +0 -1
  39. package/dist/schemas-GnlaSaAD.d.mts.map +0 -1
  40. package/dist/stack-graph-CXTiPofQ.mjs.map +0 -1
  41. package/dist/stack-graph-D8YLovR0.d.mts.map +0 -1
  42. package/dist/stack-translation-B-zArJLM.mjs.map +0 -1
  43. package/dist/stack-translation-BV7cLYdZ.d.mts.map +0 -1
  44. package/dist/types-BdHthWR-.d.mts.map +0 -1
@@ -22,27 +22,14 @@ declare const StackPartEcosystemSchema: z.ZodUnion<readonly [z.ZodEnum<{
22
22
  dotnet: "dotnet";
23
23
  }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
24
24
  declare const StackPartRoleSchema: z.ZodEnum<{
25
- effect: "effect";
26
- ai: "ai";
25
+ runtime: "runtime";
26
+ backend: "backend";
27
27
  database: "database";
28
28
  orm: "orm";
29
+ dbSetup: "dbSetup";
29
30
  auth: "auth";
30
31
  payments: "payments";
31
- frontend: "frontend";
32
- examples: "examples";
33
- packageManager: "packageManager";
34
- dbSetup: "dbSetup";
35
- backend: "backend";
36
- runtime: "runtime";
37
- api: "api";
38
- stateManagement: "stateManagement";
39
- forms: "forms";
40
- testing: "testing";
41
32
  email: "email";
42
- validation: "validation";
43
- realtime: "realtime";
44
- jobQueue: "jobQueue";
45
- animation: "animation";
46
33
  fileUpload: "fileUpload";
47
34
  logging: "logging";
48
35
  observability: "observability";
@@ -50,36 +37,61 @@ declare const StackPartRoleSchema: z.ZodEnum<{
50
37
  integrations: "integrations";
51
38
  ecommerce: "ecommerce";
52
39
  analytics: "analytics";
53
- cms: "cms";
40
+ stateManagement: "stateManagement";
41
+ forms: "forms";
42
+ validation: "validation";
43
+ testing: "testing";
44
+ realtime: "realtime";
45
+ jobQueue: "jobQueue";
54
46
  caching: "caching";
55
47
  rateLimit: "rateLimit";
48
+ botProtection: "botProtection";
49
+ animation: "animation";
50
+ cms: "cms";
56
51
  i18n: "i18n";
57
52
  search: "search";
58
53
  vectorDb: "vectorDb";
59
54
  fileStorage: "fileStorage";
60
- config: "config";
55
+ codeQuality: "codeQuality";
56
+ documentation: "documentation";
57
+ packageManager: "packageManager";
58
+ examples: "examples";
59
+ api: "api";
60
+ workspaceRunner: "workspaceRunner";
61
+ gitHooks: "gitHooks";
62
+ staticAnalysis: "staticAnalysis";
63
+ aiTooling: "aiTooling";
64
+ codeGeneration: "codeGeneration";
65
+ developerEnvironment: "developerEnvironment";
66
+ containerOrchestration: "containerOrchestration";
67
+ apiGateway: "apiGateway";
68
+ continuousIntegration: "continuousIntegration";
69
+ ai: "ai";
70
+ effect: "effect";
71
+ css: "css";
72
+ ui: "ui";
73
+ push: "push";
74
+ frontend: "frontend";
61
75
  mobile: "mobile";
62
76
  graphql: "graphql";
63
77
  deploy: "deploy";
64
78
  migrations: "migrations";
65
79
  navigation: "navigation";
66
- ui: "ui";
67
- css: "css";
68
80
  storage: "storage";
69
- push: "push";
70
81
  ota: "ota";
71
82
  deepLinking: "deepLinking";
72
- documentation: "documentation";
73
- codeQuality: "codeQuality";
74
83
  appPlatform: "appPlatform";
75
84
  dataFetching: "dataFetching";
76
85
  workspaceTooling: "workspaceTooling";
86
+ toolchain: "toolchain";
87
+ backendUtilities: "backendUtilities";
77
88
  language: "language";
78
89
  buildTool: "buildTool";
79
90
  cli: "cli";
80
91
  errorHandling: "errorHandling";
81
92
  httpClient: "httpClient";
82
93
  libraries: "libraries";
94
+ config: "config";
83
95
  templating: "templating";
84
96
  cloudSdk: "cloudSdk";
85
97
  data: "data";
@@ -97,27 +109,14 @@ declare const StackPartSourceSchema: z.ZodEnum<{
97
109
  declare const StackPartSchema: z.ZodObject<{
98
110
  id: z.ZodString;
99
111
  role: z.ZodEnum<{
100
- effect: "effect";
101
- ai: "ai";
112
+ runtime: "runtime";
113
+ backend: "backend";
102
114
  database: "database";
103
115
  orm: "orm";
116
+ dbSetup: "dbSetup";
104
117
  auth: "auth";
105
118
  payments: "payments";
106
- frontend: "frontend";
107
- examples: "examples";
108
- packageManager: "packageManager";
109
- dbSetup: "dbSetup";
110
- backend: "backend";
111
- runtime: "runtime";
112
- api: "api";
113
- stateManagement: "stateManagement";
114
- forms: "forms";
115
- testing: "testing";
116
119
  email: "email";
117
- validation: "validation";
118
- realtime: "realtime";
119
- jobQueue: "jobQueue";
120
- animation: "animation";
121
120
  fileUpload: "fileUpload";
122
121
  logging: "logging";
123
122
  observability: "observability";
@@ -125,36 +124,61 @@ declare const StackPartSchema: z.ZodObject<{
125
124
  integrations: "integrations";
126
125
  ecommerce: "ecommerce";
127
126
  analytics: "analytics";
128
- cms: "cms";
127
+ stateManagement: "stateManagement";
128
+ forms: "forms";
129
+ validation: "validation";
130
+ testing: "testing";
131
+ realtime: "realtime";
132
+ jobQueue: "jobQueue";
129
133
  caching: "caching";
130
134
  rateLimit: "rateLimit";
135
+ botProtection: "botProtection";
136
+ animation: "animation";
137
+ cms: "cms";
131
138
  i18n: "i18n";
132
139
  search: "search";
133
140
  vectorDb: "vectorDb";
134
141
  fileStorage: "fileStorage";
135
- config: "config";
142
+ codeQuality: "codeQuality";
143
+ documentation: "documentation";
144
+ packageManager: "packageManager";
145
+ examples: "examples";
146
+ api: "api";
147
+ workspaceRunner: "workspaceRunner";
148
+ gitHooks: "gitHooks";
149
+ staticAnalysis: "staticAnalysis";
150
+ aiTooling: "aiTooling";
151
+ codeGeneration: "codeGeneration";
152
+ developerEnvironment: "developerEnvironment";
153
+ containerOrchestration: "containerOrchestration";
154
+ apiGateway: "apiGateway";
155
+ continuousIntegration: "continuousIntegration";
156
+ ai: "ai";
157
+ effect: "effect";
158
+ css: "css";
159
+ ui: "ui";
160
+ push: "push";
161
+ frontend: "frontend";
136
162
  mobile: "mobile";
137
163
  graphql: "graphql";
138
164
  deploy: "deploy";
139
165
  migrations: "migrations";
140
166
  navigation: "navigation";
141
- ui: "ui";
142
- css: "css";
143
167
  storage: "storage";
144
- push: "push";
145
168
  ota: "ota";
146
169
  deepLinking: "deepLinking";
147
- documentation: "documentation";
148
- codeQuality: "codeQuality";
149
170
  appPlatform: "appPlatform";
150
171
  dataFetching: "dataFetching";
151
172
  workspaceTooling: "workspaceTooling";
173
+ toolchain: "toolchain";
174
+ backendUtilities: "backendUtilities";
152
175
  language: "language";
153
176
  buildTool: "buildTool";
154
177
  cli: "cli";
155
178
  errorHandling: "errorHandling";
156
179
  httpClient: "httpClient";
157
180
  libraries: "libraries";
181
+ config: "config";
158
182
  templating: "templating";
159
183
  cloudSdk: "cloudSdk";
160
184
  data: "data";
@@ -205,13 +229,13 @@ declare const ORMSchema: z.ZodEnum<{
205
229
  sequelize: "sequelize";
206
230
  }>;
207
231
  declare const BackendSchema: z.ZodEnum<{
232
+ effect: "effect";
208
233
  none: "none";
209
234
  hono: "hono";
210
235
  express: "express";
211
236
  fastify: "fastify";
212
237
  elysia: "elysia";
213
238
  fets: "fets";
214
- effect: "effect";
215
239
  nestjs: "nestjs";
216
240
  adonisjs: "adonisjs";
217
241
  nitro: "nitro";
@@ -270,6 +294,7 @@ declare const AddonsSchema: z.ZodEnum<{
270
294
  skills: "skills";
271
295
  turborepo: "turborepo";
272
296
  nx: "nx";
297
+ "vite-plus": "vite-plus";
273
298
  fumadocs: "fumadocs";
274
299
  ultracite: "ultracite";
275
300
  oxlint: "oxlint";
@@ -298,16 +323,11 @@ declare const AddonsSchema: z.ZodEnum<{
298
323
  electron: "electron";
299
324
  capacitor: "capacitor";
300
325
  }>;
301
- /**
302
- * Addon values that are app platforms — shells/targets that package the web
303
- * frontend (desktop, mobile hybrid, browser extension, terminal, installable
304
- * PWA). Surfaced as a dedicated "App Platforms" section in the CLI and web
305
- * builder; they still serialize into the `addons` config field.
306
- */
326
+ /** @deprecated Use tooling capability metadata and Stack Part role bindings. */
307
327
  declare const APP_PLATFORM_ADDON_VALUES: readonly ["pwa", "tauri", "electron", "capacitor", "wxt", "opentui"];
308
328
  declare const ExamplesSchema: z.ZodEnum<{
309
- none: "none";
310
329
  ai: "ai";
330
+ none: "none";
311
331
  "chat-sdk": "chat-sdk";
312
332
  "tanstack-showcase": "tanstack-showcase";
313
333
  }>;
@@ -415,8 +435,8 @@ declare const AISchema: z.ZodEnum<{
415
435
  "ai-cli": "ai-cli";
416
436
  }>;
417
437
  declare const EffectSchema: z.ZodEnum<{
418
- none: "none";
419
438
  effect: "effect";
439
+ none: "none";
420
440
  "effect-full": "effect-full";
421
441
  }>;
422
442
  declare const StateManagementSchema: z.ZodEnum<{
@@ -471,9 +491,9 @@ declare const EmailSchema: z.ZodEnum<{
471
491
  plunk: "plunk";
472
492
  }>;
473
493
  declare const RealtimeSchema: z.ZodEnum<{
494
+ ws: "ws";
474
495
  none: "none";
475
496
  "socket-io": "socket-io";
476
- ws: "ws";
477
497
  partykit: "partykit";
478
498
  ably: "ably";
479
499
  pusher: "pusher";
@@ -507,6 +527,11 @@ declare const RateLimitSchema: z.ZodEnum<{
507
527
  arcjet: "arcjet";
508
528
  "upstash-ratelimit": "upstash-ratelimit";
509
529
  }>;
530
+ declare const BotProtectionSchema: z.ZodEnum<{
531
+ none: "none";
532
+ botid: "botid";
533
+ turnstile: "turnstile";
534
+ }>;
510
535
  declare const I18nSchema: z.ZodEnum<{
511
536
  none: "none";
512
537
  paraglide: "paraglide";
@@ -589,6 +614,7 @@ declare const AnalyticsSchema: z.ZodEnum<{
589
614
  plausible: "plausible";
590
615
  umami: "umami";
591
616
  ga4: "ga4";
617
+ "vercel-analytics": "vercel-analytics";
592
618
  }>;
593
619
  declare const MobileNavigationSchema: z.ZodEnum<{
594
620
  none: "none";
@@ -597,9 +623,9 @@ declare const MobileNavigationSchema: z.ZodEnum<{
597
623
  }>;
598
624
  declare const MobileUISchema: z.ZodEnum<{
599
625
  none: "none";
600
- uniwind: "uniwind";
601
626
  tamagui: "tamagui";
602
627
  "gluestack-ui": "gluestack-ui";
628
+ uniwind: "uniwind";
603
629
  unistyles: "unistyles";
604
630
  }>;
605
631
  declare const MobileStorageSchema: z.ZodEnum<{
@@ -716,11 +742,11 @@ declare const RustCliSchema: z.ZodEnum<{
716
742
  }>;
717
743
  declare const RustLibrariesSchema: z.ZodEnum<{
718
744
  none: "none";
745
+ config: "config";
719
746
  serde: "serde";
720
747
  uuid: "uuid";
721
748
  chrono: "chrono";
722
749
  reqwest: "reqwest";
723
- config: "config";
724
750
  dashmap: "dashmap";
725
751
  "parking-lot": "parking-lot";
726
752
  secrecy: "secrecy";
@@ -926,10 +952,10 @@ declare const GoWebFrameworkSchema: z.ZodEnum<{
926
952
  httprouter: "httprouter";
927
953
  }>;
928
954
  declare const GoOrmSchema: z.ZodEnum<{
955
+ gorm: "gorm";
929
956
  none: "none";
930
957
  bun: "bun";
931
958
  sqlx: "sqlx";
932
- gorm: "gorm";
933
959
  sqlc: "sqlc";
934
960
  ent: "ent";
935
961
  }>;
@@ -1338,6 +1364,7 @@ declare const CSSFrameworkSchema: z.ZodEnum<{
1338
1364
  "styled-components": "styled-components";
1339
1365
  }>;
1340
1366
  declare const UILibrarySchema: z.ZodEnum<{
1367
+ mui: "mui";
1341
1368
  none: "none";
1342
1369
  "shadcn-ui": "shadcn-ui";
1343
1370
  "shadcn-svelte": "shadcn-svelte";
@@ -1348,7 +1375,6 @@ declare const UILibrarySchema: z.ZodEnum<{
1348
1375
  "chakra-ui": "chakra-ui";
1349
1376
  nextui: "nextui";
1350
1377
  mantine: "mantine";
1351
- mui: "mui";
1352
1378
  antd: "antd";
1353
1379
  "base-ui": "base-ui";
1354
1380
  "ark-ui": "ark-ui";
@@ -1427,29 +1453,41 @@ declare const ShadcnRadiusSchema: z.ZodEnum<{
1427
1453
  large: "large";
1428
1454
  }>;
1429
1455
  declare const DirectoryConflictSchema: z.ZodEnum<{
1456
+ error: "error";
1430
1457
  merge: "merge";
1431
1458
  overwrite: "overwrite";
1432
1459
  increment: "increment";
1433
- error: "error";
1434
1460
  }>;
1435
1461
  declare const TemplateSchema: z.ZodEnum<{
1436
1462
  none: "none";
1463
+ uniwind: "uniwind";
1437
1464
  mern: "mern";
1438
1465
  pern: "pern";
1439
1466
  t3: "t3";
1440
1467
  saas: "saas";
1441
- uniwind: "uniwind";
1468
+ }>;
1469
+ declare const ProjectShapeSchema: z.ZodEnum<{
1470
+ backend: "backend";
1471
+ frontend: "frontend";
1472
+ mobile: "mobile";
1473
+ fullstack: "fullstack";
1442
1474
  }>;
1443
1475
  declare const ProjectNameSchema: z.ZodString;
1444
1476
  declare const CreateInputSchema: z.ZodObject<{
1445
1477
  projectName: z.ZodOptional<z.ZodString>;
1446
1478
  template: z.ZodOptional<z.ZodEnum<{
1447
1479
  none: "none";
1480
+ uniwind: "uniwind";
1448
1481
  mern: "mern";
1449
1482
  pern: "pern";
1450
1483
  t3: "t3";
1451
1484
  saas: "saas";
1452
- uniwind: "uniwind";
1485
+ }>>;
1486
+ shape: z.ZodOptional<z.ZodEnum<{
1487
+ backend: "backend";
1488
+ frontend: "frontend";
1489
+ mobile: "mobile";
1490
+ fullstack: "fullstack";
1453
1491
  }>>;
1454
1492
  yes: z.ZodOptional<z.ZodBoolean>;
1455
1493
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -1551,6 +1589,7 @@ declare const CreateInputSchema: z.ZodObject<{
1551
1589
  skills: "skills";
1552
1590
  turborepo: "turborepo";
1553
1591
  nx: "nx";
1592
+ "vite-plus": "vite-plus";
1554
1593
  fumadocs: "fumadocs";
1555
1594
  ultracite: "ultracite";
1556
1595
  oxlint: "oxlint";
@@ -1580,8 +1619,8 @@ declare const CreateInputSchema: z.ZodObject<{
1580
1619
  capacitor: "capacitor";
1581
1620
  }>>>;
1582
1621
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1583
- none: "none";
1584
1622
  ai: "ai";
1623
+ none: "none";
1585
1624
  "chat-sdk": "chat-sdk";
1586
1625
  "tanstack-showcase": "tanstack-showcase";
1587
1626
  }>>>;
@@ -1615,13 +1654,13 @@ declare const CreateInputSchema: z.ZodObject<{
1615
1654
  docker: "docker";
1616
1655
  }>>;
1617
1656
  backend: z.ZodOptional<z.ZodEnum<{
1657
+ effect: "effect";
1618
1658
  none: "none";
1619
1659
  hono: "hono";
1620
1660
  express: "express";
1621
1661
  fastify: "fastify";
1622
1662
  elysia: "elysia";
1623
1663
  fets: "fets";
1624
- effect: "effect";
1625
1664
  nestjs: "nestjs";
1626
1665
  adonisjs: "adonisjs";
1627
1666
  nitro: "nitro";
@@ -1668,10 +1707,10 @@ declare const CreateInputSchema: z.ZodObject<{
1668
1707
  vercel: "vercel";
1669
1708
  }>>;
1670
1709
  directoryConflict: z.ZodOptional<z.ZodEnum<{
1710
+ error: "error";
1671
1711
  merge: "merge";
1672
1712
  overwrite: "overwrite";
1673
1713
  increment: "increment";
1674
- error: "error";
1675
1714
  }>>;
1676
1715
  renderTitle: z.ZodOptional<z.ZodBoolean>;
1677
1716
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -1700,8 +1739,8 @@ declare const CreateInputSchema: z.ZodObject<{
1700
1739
  "ai-cli": "ai-cli";
1701
1740
  }>>;
1702
1741
  effect: z.ZodOptional<z.ZodEnum<{
1703
- none: "none";
1704
1742
  effect: "effect";
1743
+ none: "none";
1705
1744
  "effect-full": "effect-full";
1706
1745
  }>>;
1707
1746
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -1754,6 +1793,7 @@ declare const CreateInputSchema: z.ZodObject<{
1754
1793
  "styled-components": "styled-components";
1755
1794
  }>>;
1756
1795
  uiLibrary: z.ZodOptional<z.ZodEnum<{
1796
+ mui: "mui";
1757
1797
  none: "none";
1758
1798
  "shadcn-ui": "shadcn-ui";
1759
1799
  "shadcn-svelte": "shadcn-svelte";
@@ -1764,7 +1804,6 @@ declare const CreateInputSchema: z.ZodObject<{
1764
1804
  "chakra-ui": "chakra-ui";
1765
1805
  nextui: "nextui";
1766
1806
  mantine: "mantine";
1767
- mui: "mui";
1768
1807
  antd: "antd";
1769
1808
  "base-ui": "base-ui";
1770
1809
  "ark-ui": "ark-ui";
@@ -1853,9 +1892,9 @@ declare const CreateInputSchema: z.ZodObject<{
1853
1892
  "effect-schema": "effect-schema";
1854
1893
  }>>;
1855
1894
  realtime: z.ZodOptional<z.ZodEnum<{
1895
+ ws: "ws";
1856
1896
  none: "none";
1857
1897
  "socket-io": "socket-io";
1858
- ws: "ws";
1859
1898
  partykit: "partykit";
1860
1899
  ably: "ably";
1861
1900
  pusher: "pusher";
@@ -1921,6 +1960,7 @@ declare const CreateInputSchema: z.ZodObject<{
1921
1960
  plausible: "plausible";
1922
1961
  umami: "umami";
1923
1962
  ga4: "ga4";
1963
+ "vercel-analytics": "vercel-analytics";
1924
1964
  }>>;
1925
1965
  cms: z.ZodOptional<z.ZodEnum<{
1926
1966
  none: "none";
@@ -1942,6 +1982,11 @@ declare const CreateInputSchema: z.ZodObject<{
1942
1982
  arcjet: "arcjet";
1943
1983
  "upstash-ratelimit": "upstash-ratelimit";
1944
1984
  }>>;
1985
+ botProtection: z.ZodOptional<z.ZodEnum<{
1986
+ none: "none";
1987
+ botid: "botid";
1988
+ turnstile: "turnstile";
1989
+ }>>;
1945
1990
  i18n: z.ZodOptional<z.ZodEnum<{
1946
1991
  none: "none";
1947
1992
  paraglide: "paraglide";
@@ -1979,9 +2024,9 @@ declare const CreateInputSchema: z.ZodObject<{
1979
2024
  }>>;
1980
2025
  mobileUI: z.ZodOptional<z.ZodEnum<{
1981
2026
  none: "none";
1982
- uniwind: "uniwind";
1983
2027
  tamagui: "tamagui";
1984
2028
  "gluestack-ui": "gluestack-ui";
2029
+ uniwind: "uniwind";
1985
2030
  unistyles: "unistyles";
1986
2031
  }>>;
1987
2032
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -2098,11 +2143,11 @@ declare const CreateInputSchema: z.ZodObject<{
2098
2143
  }>>;
2099
2144
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2100
2145
  none: "none";
2146
+ config: "config";
2101
2147
  serde: "serde";
2102
2148
  uuid: "uuid";
2103
2149
  chrono: "chrono";
2104
2150
  reqwest: "reqwest";
2105
- config: "config";
2106
2151
  dashmap: "dashmap";
2107
2152
  "parking-lot": "parking-lot";
2108
2153
  secrecy: "secrecy";
@@ -2308,10 +2353,10 @@ declare const CreateInputSchema: z.ZodObject<{
2308
2353
  httprouter: "httprouter";
2309
2354
  }>>;
2310
2355
  goOrm: z.ZodOptional<z.ZodEnum<{
2356
+ gorm: "gorm";
2311
2357
  none: "none";
2312
2358
  bun: "bun";
2313
2359
  sqlx: "sqlx";
2314
- gorm: "gorm";
2315
2360
  sqlc: "sqlc";
2316
2361
  ent: "ent";
2317
2362
  }>>;
@@ -2714,28 +2759,6 @@ declare const CreateInputSchema: z.ZodObject<{
2714
2759
  part: z.ZodOptional<z.ZodArray<z.ZodString>>;
2715
2760
  }, z.core.$strip>;
2716
2761
  declare const AddInputSchema: z.ZodObject<{
2717
- effect: z.ZodOptional<z.ZodEnum<{
2718
- none: "none";
2719
- effect: "effect";
2720
- "effect-full": "effect-full";
2721
- }>>;
2722
- ai: z.ZodOptional<z.ZodEnum<{
2723
- none: "none";
2724
- "vercel-ai": "vercel-ai";
2725
- mastra: "mastra";
2726
- voltagent: "voltagent";
2727
- langgraph: "langgraph";
2728
- "openai-agents": "openai-agents";
2729
- "openai-sdk": "openai-sdk";
2730
- "anthropic-sdk": "anthropic-sdk";
2731
- "google-adk": "google-adk";
2732
- modelfusion: "modelfusion";
2733
- langchain: "langchain";
2734
- llamaindex: "llamaindex";
2735
- "tanstack-ai": "tanstack-ai";
2736
- "ai-cli": "ai-cli";
2737
- }>>;
2738
- dryRun: z.ZodOptional<z.ZodBoolean>;
2739
2762
  ecosystem: z.ZodOptional<z.ZodEnum<{
2740
2763
  typescript: "typescript";
2741
2764
  "react-native": "react-native";
@@ -2746,6 +2769,34 @@ declare const AddInputSchema: z.ZodObject<{
2746
2769
  elixir: "elixir";
2747
2770
  dotnet: "dotnet";
2748
2771
  }>>;
2772
+ astroIntegration: z.ZodOptional<z.ZodEnum<{
2773
+ none: "none";
2774
+ vue: "vue";
2775
+ svelte: "svelte";
2776
+ solid: "solid";
2777
+ react: "react";
2778
+ }>>;
2779
+ runtime: z.ZodOptional<z.ZodEnum<{
2780
+ none: "none";
2781
+ bun: "bun";
2782
+ node: "node";
2783
+ workers: "workers";
2784
+ }>>;
2785
+ backend: z.ZodOptional<z.ZodEnum<{
2786
+ effect: "effect";
2787
+ none: "none";
2788
+ hono: "hono";
2789
+ express: "express";
2790
+ fastify: "fastify";
2791
+ elysia: "elysia";
2792
+ fets: "fets";
2793
+ nestjs: "nestjs";
2794
+ adonisjs: "adonisjs";
2795
+ nitro: "nitro";
2796
+ encore: "encore";
2797
+ convex: "convex";
2798
+ self: "self";
2799
+ }>>;
2749
2800
  database: z.ZodOptional<z.ZodEnum<{
2750
2801
  none: "none";
2751
2802
  sqlite: "sqlite";
@@ -2765,6 +2816,18 @@ declare const AddInputSchema: z.ZodObject<{
2765
2816
  mikroorm: "mikroorm";
2766
2817
  sequelize: "sequelize";
2767
2818
  }>>;
2819
+ dbSetup: z.ZodOptional<z.ZodEnum<{
2820
+ none: "none";
2821
+ turso: "turso";
2822
+ neon: "neon";
2823
+ "prisma-postgres": "prisma-postgres";
2824
+ planetscale: "planetscale";
2825
+ "mongodb-atlas": "mongodb-atlas";
2826
+ supabase: "supabase";
2827
+ upstash: "upstash";
2828
+ d1: "d1";
2829
+ docker: "docker";
2830
+ }>>;
2768
2831
  auth: z.ZodOptional<z.ZodEnum<{
2769
2832
  none: "none";
2770
2833
  "better-auth": "better-auth";
@@ -2793,165 +2856,62 @@ declare const AddInputSchema: z.ZodObject<{
2793
2856
  commet: "commet";
2794
2857
  xendit: "xendit";
2795
2858
  }>>;
2796
- frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2859
+ email: z.ZodOptional<z.ZodEnum<{
2797
2860
  none: "none";
2798
- "tanstack-router": "tanstack-router";
2799
- "react-router": "react-router";
2800
- "react-vite": "react-vite";
2801
- "vanilla-vite": "vanilla-vite";
2802
- vue: "vue";
2803
- "tanstack-start": "tanstack-start";
2804
- next: "next";
2805
- vinext: "vinext";
2806
- nuxt: "nuxt";
2807
- "native-bare": "native-bare";
2808
- "native-uniwind": "native-uniwind";
2809
- "native-unistyles": "native-unistyles";
2810
- svelte: "svelte";
2811
- solid: "solid";
2812
- "solid-start": "solid-start";
2813
- astro: "astro";
2814
- qwik: "qwik";
2815
- angular: "angular";
2816
- redwood: "redwood";
2817
- fresh: "fresh";
2818
- }>>>;
2819
- addons: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2861
+ "react-email": "react-email";
2862
+ resend: "resend";
2863
+ nodemailer: "nodemailer";
2864
+ postmark: "postmark";
2865
+ sendgrid: "sendgrid";
2866
+ "aws-ses": "aws-ses";
2867
+ mailgun: "mailgun";
2868
+ plunk: "plunk";
2869
+ }>>;
2870
+ fileUpload: z.ZodOptional<z.ZodEnum<{
2820
2871
  none: "none";
2821
- pwa: "pwa";
2822
- tauri: "tauri";
2823
- starlight: "starlight";
2824
- biome: "biome";
2825
- lefthook: "lefthook";
2826
- husky: "husky";
2827
- knip: "knip";
2828
- gitleaks: "gitleaks";
2829
- ruler: "ruler";
2830
- mcp: "mcp";
2831
- skills: "skills";
2832
- turborepo: "turborepo";
2833
- nx: "nx";
2834
- fumadocs: "fumadocs";
2835
- ultracite: "ultracite";
2836
- oxlint: "oxlint";
2837
- opentui: "opentui";
2838
- wxt: "wxt";
2839
- msw: "msw";
2840
- storybook: "storybook";
2841
- swr: "swr";
2842
- "tanstack-query": "tanstack-query";
2843
- "tanstack-table": "tanstack-table";
2844
- "tanstack-virtual": "tanstack-virtual";
2845
- "tanstack-db": "tanstack-db";
2846
- "tanstack-pacer": "tanstack-pacer";
2847
- "backend-utils": "backend-utils";
2848
- devcontainer: "devcontainer";
2849
- "docker-compose": "docker-compose";
2850
- kong: "kong";
2851
- "github-actions": "github-actions";
2852
- eslint: "eslint";
2853
- prettier: "prettier";
2854
- axios: "axios";
2855
- firebase: "firebase";
2856
- "graphql-codegen": "graphql-codegen";
2857
- "openapi-typescript": "openapi-typescript";
2858
- "apollo-client": "apollo-client";
2859
- electron: "electron";
2860
- capacitor: "capacitor";
2861
- }>>>;
2862
- examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2863
- none: "none";
2864
- ai: "ai";
2865
- "chat-sdk": "chat-sdk";
2866
- "tanstack-showcase": "tanstack-showcase";
2867
- }>>>;
2868
- packageManager: z.ZodOptional<z.ZodEnum<{
2869
- bun: "bun";
2870
- npm: "npm";
2871
- pnpm: "pnpm";
2872
- yarn: "yarn";
2873
- }>>;
2874
- workspaceShape: z.ZodOptional<z.ZodEnum<{
2875
- monorepo: "monorepo";
2876
- "single-app": "single-app";
2877
- }>>;
2878
- versionChannel: z.ZodOptional<z.ZodEnum<{
2879
- stable: "stable";
2880
- latest: "latest";
2881
- beta: "beta";
2882
- }>>;
2883
- install: z.ZodOptional<z.ZodBoolean>;
2884
- dbSetup: z.ZodOptional<z.ZodEnum<{
2885
- none: "none";
2886
- turso: "turso";
2887
- neon: "neon";
2888
- "prisma-postgres": "prisma-postgres";
2889
- planetscale: "planetscale";
2890
- "mongodb-atlas": "mongodb-atlas";
2891
- supabase: "supabase";
2892
- upstash: "upstash";
2893
- d1: "d1";
2894
- docker: "docker";
2872
+ uploadthing: "uploadthing";
2873
+ filepond: "filepond";
2874
+ uppy: "uppy";
2895
2875
  }>>;
2896
- backend: z.ZodOptional<z.ZodEnum<{
2876
+ logging: z.ZodOptional<z.ZodEnum<{
2897
2877
  none: "none";
2898
- hono: "hono";
2899
- express: "express";
2900
- fastify: "fastify";
2901
- elysia: "elysia";
2902
- fets: "fets";
2903
- effect: "effect";
2904
- nestjs: "nestjs";
2905
- adonisjs: "adonisjs";
2906
- nitro: "nitro";
2907
- encore: "encore";
2908
- convex: "convex";
2909
- self: "self";
2878
+ pino: "pino";
2879
+ winston: "winston";
2880
+ evlog: "evlog";
2910
2881
  }>>;
2911
- runtime: z.ZodOptional<z.ZodEnum<{
2882
+ observability: z.ZodOptional<z.ZodEnum<{
2912
2883
  none: "none";
2913
- bun: "bun";
2914
- node: "node";
2915
- workers: "workers";
2884
+ opentelemetry: "opentelemetry";
2885
+ signoz: "signoz";
2886
+ sentry: "sentry";
2887
+ grafana: "grafana";
2888
+ datadog: "datadog";
2889
+ axiom: "axiom";
2890
+ betterstack: "betterstack";
2916
2891
  }>>;
2917
- api: z.ZodOptional<z.ZodEnum<{
2892
+ featureFlags: z.ZodOptional<z.ZodEnum<{
2918
2893
  none: "none";
2919
- trpc: "trpc";
2920
- orpc: "orpc";
2921
- "ts-rest": "ts-rest";
2922
- garph: "garph";
2923
- "graphql-yoga": "graphql-yoga";
2924
- "apollo-server": "apollo-server";
2925
- openapi: "openapi";
2894
+ growthbook: "growthbook";
2895
+ posthog: "posthog";
2896
+ launchdarkly: "launchdarkly";
2897
+ flagsmith: "flagsmith";
2898
+ unleash: "unleash";
2926
2899
  }>>;
2927
- webDeploy: z.ZodOptional<z.ZodEnum<{
2900
+ integrations: z.ZodOptional<z.ZodEnum<{
2928
2901
  none: "none";
2929
- docker: "docker";
2930
- cloudflare: "cloudflare";
2931
- fly: "fly";
2932
- railway: "railway";
2933
- render: "render";
2934
- netlify: "netlify";
2935
- sst: "sst";
2936
- vercel: "vercel";
2902
+ nango: "nango";
2937
2903
  }>>;
2938
- serverDeploy: z.ZodOptional<z.ZodEnum<{
2904
+ ecommerce: z.ZodOptional<z.ZodEnum<{
2939
2905
  none: "none";
2940
- docker: "docker";
2941
- cloudflare: "cloudflare";
2942
- fly: "fly";
2943
- railway: "railway";
2944
- render: "render";
2945
- netlify: "netlify";
2946
- sst: "sst";
2947
- vercel: "vercel";
2906
+ medusa: "medusa";
2948
2907
  }>>;
2949
- astroIntegration: z.ZodOptional<z.ZodEnum<{
2908
+ analytics: z.ZodOptional<z.ZodEnum<{
2950
2909
  none: "none";
2951
- vue: "vue";
2952
- svelte: "svelte";
2953
- solid: "solid";
2954
- react: "react";
2910
+ posthog: "posthog";
2911
+ plausible: "plausible";
2912
+ umami: "umami";
2913
+ ga4: "ga4";
2914
+ "vercel-analytics": "vercel-analytics";
2955
2915
  }>>;
2956
2916
  stateManagement: z.ZodOptional<z.ZodEnum<{
2957
2917
  none: "none";
@@ -2974,6 +2934,16 @@ declare const AddInputSchema: z.ZodObject<{
2974
2934
  conform: "conform";
2975
2935
  "modular-forms": "modular-forms";
2976
2936
  }>>;
2937
+ validation: z.ZodOptional<z.ZodEnum<{
2938
+ none: "none";
2939
+ zod: "zod";
2940
+ valibot: "valibot";
2941
+ arktype: "arktype";
2942
+ typebox: "typebox";
2943
+ typia: "typia";
2944
+ runtypes: "runtypes";
2945
+ "effect-schema": "effect-schema";
2946
+ }>>;
2977
2947
  testing: z.ZodOptional<z.ZodEnum<{
2978
2948
  none: "none";
2979
2949
  vitest: "vitest";
@@ -2983,16 +2953,45 @@ declare const AddInputSchema: z.ZodObject<{
2983
2953
  mocha: "mocha";
2984
2954
  cypress: "cypress";
2985
2955
  }>>;
2986
- email: z.ZodOptional<z.ZodEnum<{
2956
+ realtime: z.ZodOptional<z.ZodEnum<{
2957
+ ws: "ws";
2987
2958
  none: "none";
2988
- "react-email": "react-email";
2989
- resend: "resend";
2990
- nodemailer: "nodemailer";
2991
- postmark: "postmark";
2992
- sendgrid: "sendgrid";
2993
- "aws-ses": "aws-ses";
2994
- mailgun: "mailgun";
2995
- plunk: "plunk";
2959
+ "socket-io": "socket-io";
2960
+ partykit: "partykit";
2961
+ ably: "ably";
2962
+ pusher: "pusher";
2963
+ liveblocks: "liveblocks";
2964
+ yjs: "yjs";
2965
+ }>>;
2966
+ jobQueue: z.ZodOptional<z.ZodEnum<{
2967
+ none: "none";
2968
+ bullmq: "bullmq";
2969
+ "trigger-dev": "trigger-dev";
2970
+ inngest: "inngest";
2971
+ temporal: "temporal";
2972
+ }>>;
2973
+ caching: z.ZodOptional<z.ZodEnum<{
2974
+ none: "none";
2975
+ redis: "redis";
2976
+ "upstash-redis": "upstash-redis";
2977
+ }>>;
2978
+ rateLimit: z.ZodOptional<z.ZodEnum<{
2979
+ none: "none";
2980
+ arcjet: "arcjet";
2981
+ "upstash-ratelimit": "upstash-ratelimit";
2982
+ }>>;
2983
+ botProtection: z.ZodOptional<z.ZodEnum<{
2984
+ none: "none";
2985
+ botid: "botid";
2986
+ turnstile: "turnstile";
2987
+ }>>;
2988
+ animation: z.ZodOptional<z.ZodEnum<{
2989
+ none: "none";
2990
+ "framer-motion": "framer-motion";
2991
+ gsap: "gsap";
2992
+ "react-spring": "react-spring";
2993
+ "auto-animate": "auto-animate";
2994
+ lottie: "lottie";
2996
2995
  }>>;
2997
2996
  cssFramework: z.ZodOptional<z.ZodEnum<{
2998
2997
  none: "none";
@@ -3003,6 +3002,7 @@ declare const AddInputSchema: z.ZodObject<{
3003
3002
  "styled-components": "styled-components";
3004
3003
  }>>;
3005
3004
  uiLibrary: z.ZodOptional<z.ZodEnum<{
3005
+ mui: "mui";
3006
3006
  none: "none";
3007
3007
  "shadcn-ui": "shadcn-ui";
3008
3008
  "shadcn-svelte": "shadcn-svelte";
@@ -3013,7 +3013,6 @@ declare const AddInputSchema: z.ZodObject<{
3013
3013
  "chakra-ui": "chakra-ui";
3014
3014
  nextui: "nextui";
3015
3015
  mantine: "mantine";
3016
- mui: "mui";
3017
3016
  antd: "antd";
3018
3017
  "base-ui": "base-ui";
3019
3018
  "ark-ui": "ark-ui";
@@ -3091,86 +3090,6 @@ declare const AddInputSchema: z.ZodObject<{
3091
3090
  medium: "medium";
3092
3091
  large: "large";
3093
3092
  }>>;
3094
- validation: z.ZodOptional<z.ZodEnum<{
3095
- none: "none";
3096
- zod: "zod";
3097
- valibot: "valibot";
3098
- arktype: "arktype";
3099
- typebox: "typebox";
3100
- typia: "typia";
3101
- runtypes: "runtypes";
3102
- "effect-schema": "effect-schema";
3103
- }>>;
3104
- realtime: z.ZodOptional<z.ZodEnum<{
3105
- none: "none";
3106
- "socket-io": "socket-io";
3107
- ws: "ws";
3108
- partykit: "partykit";
3109
- ably: "ably";
3110
- pusher: "pusher";
3111
- liveblocks: "liveblocks";
3112
- yjs: "yjs";
3113
- }>>;
3114
- jobQueue: z.ZodOptional<z.ZodEnum<{
3115
- none: "none";
3116
- bullmq: "bullmq";
3117
- "trigger-dev": "trigger-dev";
3118
- inngest: "inngest";
3119
- temporal: "temporal";
3120
- }>>;
3121
- animation: z.ZodOptional<z.ZodEnum<{
3122
- none: "none";
3123
- "framer-motion": "framer-motion";
3124
- gsap: "gsap";
3125
- "react-spring": "react-spring";
3126
- "auto-animate": "auto-animate";
3127
- lottie: "lottie";
3128
- }>>;
3129
- fileUpload: z.ZodOptional<z.ZodEnum<{
3130
- none: "none";
3131
- uploadthing: "uploadthing";
3132
- filepond: "filepond";
3133
- uppy: "uppy";
3134
- }>>;
3135
- logging: z.ZodOptional<z.ZodEnum<{
3136
- none: "none";
3137
- pino: "pino";
3138
- winston: "winston";
3139
- evlog: "evlog";
3140
- }>>;
3141
- observability: z.ZodOptional<z.ZodEnum<{
3142
- none: "none";
3143
- opentelemetry: "opentelemetry";
3144
- signoz: "signoz";
3145
- sentry: "sentry";
3146
- grafana: "grafana";
3147
- datadog: "datadog";
3148
- axiom: "axiom";
3149
- betterstack: "betterstack";
3150
- }>>;
3151
- featureFlags: z.ZodOptional<z.ZodEnum<{
3152
- none: "none";
3153
- growthbook: "growthbook";
3154
- posthog: "posthog";
3155
- launchdarkly: "launchdarkly";
3156
- flagsmith: "flagsmith";
3157
- unleash: "unleash";
3158
- }>>;
3159
- integrations: z.ZodOptional<z.ZodEnum<{
3160
- none: "none";
3161
- nango: "nango";
3162
- }>>;
3163
- ecommerce: z.ZodOptional<z.ZodEnum<{
3164
- none: "none";
3165
- medusa: "medusa";
3166
- }>>;
3167
- analytics: z.ZodOptional<z.ZodEnum<{
3168
- none: "none";
3169
- posthog: "posthog";
3170
- plausible: "plausible";
3171
- umami: "umami";
3172
- ga4: "ga4";
3173
- }>>;
3174
3093
  cms: z.ZodOptional<z.ZodEnum<{
3175
3094
  none: "none";
3176
3095
  payload: "payload";
@@ -3181,16 +3100,6 @@ declare const AddInputSchema: z.ZodObject<{
3181
3100
  keystatic: "keystatic";
3182
3101
  contentful: "contentful";
3183
3102
  }>>;
3184
- caching: z.ZodOptional<z.ZodEnum<{
3185
- none: "none";
3186
- redis: "redis";
3187
- "upstash-redis": "upstash-redis";
3188
- }>>;
3189
- rateLimit: z.ZodOptional<z.ZodEnum<{
3190
- none: "none";
3191
- arcjet: "arcjet";
3192
- "upstash-ratelimit": "upstash-ratelimit";
3193
- }>>;
3194
3103
  i18n: z.ZodOptional<z.ZodEnum<{
3195
3104
  none: "none";
3196
3105
  paraglide: "paraglide";
@@ -3228,9 +3137,9 @@ declare const AddInputSchema: z.ZodObject<{
3228
3137
  }>>;
3229
3138
  mobileUI: z.ZodOptional<z.ZodEnum<{
3230
3139
  none: "none";
3231
- uniwind: "uniwind";
3232
3140
  tamagui: "tamagui";
3233
3141
  "gluestack-ui": "gluestack-ui";
3142
+ uniwind: "uniwind";
3234
3143
  unistyles: "unistyles";
3235
3144
  }>>;
3236
3145
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -3278,6 +3187,66 @@ declare const AddInputSchema: z.ZodObject<{
3278
3187
  "expo-battery": "expo-battery";
3279
3188
  "expo-screen-capture": "expo-screen-capture";
3280
3189
  }>>>;
3190
+ packageManager: z.ZodOptional<z.ZodEnum<{
3191
+ bun: "bun";
3192
+ npm: "npm";
3193
+ pnpm: "pnpm";
3194
+ yarn: "yarn";
3195
+ }>>;
3196
+ workspaceShape: z.ZodOptional<z.ZodEnum<{
3197
+ monorepo: "monorepo";
3198
+ "single-app": "single-app";
3199
+ }>>;
3200
+ versionChannel: z.ZodOptional<z.ZodEnum<{
3201
+ stable: "stable";
3202
+ latest: "latest";
3203
+ beta: "beta";
3204
+ }>>;
3205
+ examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3206
+ ai: "ai";
3207
+ none: "none";
3208
+ "chat-sdk": "chat-sdk";
3209
+ "tanstack-showcase": "tanstack-showcase";
3210
+ }>>>;
3211
+ aiDocs: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3212
+ none: "none";
3213
+ "claude-md": "claude-md";
3214
+ "agents-md": "agents-md";
3215
+ cursorrules: "cursorrules";
3216
+ }>>>;
3217
+ install: z.ZodOptional<z.ZodBoolean>;
3218
+ api: z.ZodOptional<z.ZodEnum<{
3219
+ none: "none";
3220
+ trpc: "trpc";
3221
+ orpc: "orpc";
3222
+ "ts-rest": "ts-rest";
3223
+ garph: "garph";
3224
+ "graphql-yoga": "graphql-yoga";
3225
+ "apollo-server": "apollo-server";
3226
+ openapi: "openapi";
3227
+ }>>;
3228
+ webDeploy: z.ZodOptional<z.ZodEnum<{
3229
+ none: "none";
3230
+ docker: "docker";
3231
+ cloudflare: "cloudflare";
3232
+ fly: "fly";
3233
+ railway: "railway";
3234
+ render: "render";
3235
+ netlify: "netlify";
3236
+ sst: "sst";
3237
+ vercel: "vercel";
3238
+ }>>;
3239
+ serverDeploy: z.ZodOptional<z.ZodEnum<{
3240
+ none: "none";
3241
+ docker: "docker";
3242
+ cloudflare: "cloudflare";
3243
+ fly: "fly";
3244
+ railway: "railway";
3245
+ render: "render";
3246
+ netlify: "netlify";
3247
+ sst: "sst";
3248
+ vercel: "vercel";
3249
+ }>>;
3281
3250
  rustWebFramework: z.ZodOptional<z.ZodEnum<{
3282
3251
  none: "none";
3283
3252
  axum: "axum";
@@ -3347,11 +3316,11 @@ declare const AddInputSchema: z.ZodObject<{
3347
3316
  }>>;
3348
3317
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3349
3318
  none: "none";
3319
+ config: "config";
3350
3320
  serde: "serde";
3351
3321
  uuid: "uuid";
3352
3322
  chrono: "chrono";
3353
3323
  reqwest: "reqwest";
3354
- config: "config";
3355
3324
  dashmap: "dashmap";
3356
3325
  "parking-lot": "parking-lot";
3357
3326
  secrecy: "secrecy";
@@ -3557,10 +3526,10 @@ declare const AddInputSchema: z.ZodObject<{
3557
3526
  httprouter: "httprouter";
3558
3527
  }>>;
3559
3528
  goOrm: z.ZodOptional<z.ZodEnum<{
3529
+ gorm: "gorm";
3560
3530
  none: "none";
3561
3531
  bun: "bun";
3562
3532
  sqlx: "sqlx";
3563
- gorm: "gorm";
3564
3533
  sqlc: "sqlc";
3565
3534
  ent: "ent";
3566
3535
  }>>;
@@ -3954,13 +3923,96 @@ declare const AddInputSchema: z.ZodObject<{
3954
3923
  floki: "floki";
3955
3924
  rustler: "rustler";
3956
3925
  }>>>;
3957
- aiDocs: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3926
+ ai: z.ZodOptional<z.ZodEnum<{
3958
3927
  none: "none";
3959
- "claude-md": "claude-md";
3960
- "agents-md": "agents-md";
3961
- cursorrules: "cursorrules";
3962
- }>>>;
3928
+ "vercel-ai": "vercel-ai";
3929
+ mastra: "mastra";
3930
+ voltagent: "voltagent";
3931
+ langgraph: "langgraph";
3932
+ "openai-agents": "openai-agents";
3933
+ "openai-sdk": "openai-sdk";
3934
+ "anthropic-sdk": "anthropic-sdk";
3935
+ "google-adk": "google-adk";
3936
+ modelfusion: "modelfusion";
3937
+ langchain: "langchain";
3938
+ llamaindex: "llamaindex";
3939
+ "tanstack-ai": "tanstack-ai";
3940
+ "ai-cli": "ai-cli";
3941
+ }>>;
3942
+ effect: z.ZodOptional<z.ZodEnum<{
3943
+ effect: "effect";
3944
+ none: "none";
3945
+ "effect-full": "effect-full";
3946
+ }>>;
3963
3947
  part: z.ZodOptional<z.ZodArray<z.ZodString>>;
3948
+ frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3949
+ none: "none";
3950
+ "tanstack-router": "tanstack-router";
3951
+ "react-router": "react-router";
3952
+ "react-vite": "react-vite";
3953
+ "vanilla-vite": "vanilla-vite";
3954
+ vue: "vue";
3955
+ "tanstack-start": "tanstack-start";
3956
+ next: "next";
3957
+ vinext: "vinext";
3958
+ nuxt: "nuxt";
3959
+ "native-bare": "native-bare";
3960
+ "native-uniwind": "native-uniwind";
3961
+ "native-unistyles": "native-unistyles";
3962
+ svelte: "svelte";
3963
+ solid: "solid";
3964
+ "solid-start": "solid-start";
3965
+ astro: "astro";
3966
+ qwik: "qwik";
3967
+ angular: "angular";
3968
+ redwood: "redwood";
3969
+ fresh: "fresh";
3970
+ }>>>;
3971
+ dryRun: z.ZodOptional<z.ZodBoolean>;
3972
+ addons: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3973
+ none: "none";
3974
+ pwa: "pwa";
3975
+ tauri: "tauri";
3976
+ starlight: "starlight";
3977
+ biome: "biome";
3978
+ lefthook: "lefthook";
3979
+ husky: "husky";
3980
+ knip: "knip";
3981
+ gitleaks: "gitleaks";
3982
+ ruler: "ruler";
3983
+ mcp: "mcp";
3984
+ skills: "skills";
3985
+ turborepo: "turborepo";
3986
+ nx: "nx";
3987
+ "vite-plus": "vite-plus";
3988
+ fumadocs: "fumadocs";
3989
+ ultracite: "ultracite";
3990
+ oxlint: "oxlint";
3991
+ opentui: "opentui";
3992
+ wxt: "wxt";
3993
+ msw: "msw";
3994
+ storybook: "storybook";
3995
+ swr: "swr";
3996
+ "tanstack-query": "tanstack-query";
3997
+ "tanstack-table": "tanstack-table";
3998
+ "tanstack-virtual": "tanstack-virtual";
3999
+ "tanstack-db": "tanstack-db";
4000
+ "tanstack-pacer": "tanstack-pacer";
4001
+ "backend-utils": "backend-utils";
4002
+ devcontainer: "devcontainer";
4003
+ "docker-compose": "docker-compose";
4004
+ kong: "kong";
4005
+ "github-actions": "github-actions";
4006
+ eslint: "eslint";
4007
+ prettier: "prettier";
4008
+ axios: "axios";
4009
+ firebase: "firebase";
4010
+ "graphql-codegen": "graphql-codegen";
4011
+ "openapi-typescript": "openapi-typescript";
4012
+ "apollo-client": "apollo-client";
4013
+ electron: "electron";
4014
+ capacitor: "capacitor";
4015
+ }>>>;
3964
4016
  projectDir: z.ZodOptional<z.ZodString>;
3965
4017
  acknowledgeArchitectureChange: z.ZodOptional<z.ZodBoolean>;
3966
4018
  }, z.core.$strip>;
@@ -3968,11 +4020,17 @@ declare const CLIInputSchema: z.ZodObject<{
3968
4020
  projectName: z.ZodOptional<z.ZodString>;
3969
4021
  template: z.ZodOptional<z.ZodEnum<{
3970
4022
  none: "none";
4023
+ uniwind: "uniwind";
3971
4024
  mern: "mern";
3972
4025
  pern: "pern";
3973
4026
  t3: "t3";
3974
4027
  saas: "saas";
3975
- uniwind: "uniwind";
4028
+ }>>;
4029
+ shape: z.ZodOptional<z.ZodEnum<{
4030
+ backend: "backend";
4031
+ frontend: "frontend";
4032
+ mobile: "mobile";
4033
+ fullstack: "fullstack";
3976
4034
  }>>;
3977
4035
  yes: z.ZodOptional<z.ZodBoolean>;
3978
4036
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -4074,6 +4132,7 @@ declare const CLIInputSchema: z.ZodObject<{
4074
4132
  skills: "skills";
4075
4133
  turborepo: "turborepo";
4076
4134
  nx: "nx";
4135
+ "vite-plus": "vite-plus";
4077
4136
  fumadocs: "fumadocs";
4078
4137
  ultracite: "ultracite";
4079
4138
  oxlint: "oxlint";
@@ -4103,8 +4162,8 @@ declare const CLIInputSchema: z.ZodObject<{
4103
4162
  capacitor: "capacitor";
4104
4163
  }>>>;
4105
4164
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
4106
- none: "none";
4107
4165
  ai: "ai";
4166
+ none: "none";
4108
4167
  "chat-sdk": "chat-sdk";
4109
4168
  "tanstack-showcase": "tanstack-showcase";
4110
4169
  }>>>;
@@ -4138,13 +4197,13 @@ declare const CLIInputSchema: z.ZodObject<{
4138
4197
  docker: "docker";
4139
4198
  }>>;
4140
4199
  backend: z.ZodOptional<z.ZodEnum<{
4200
+ effect: "effect";
4141
4201
  none: "none";
4142
4202
  hono: "hono";
4143
4203
  express: "express";
4144
4204
  fastify: "fastify";
4145
4205
  elysia: "elysia";
4146
4206
  fets: "fets";
4147
- effect: "effect";
4148
4207
  nestjs: "nestjs";
4149
4208
  adonisjs: "adonisjs";
4150
4209
  nitro: "nitro";
@@ -4191,10 +4250,10 @@ declare const CLIInputSchema: z.ZodObject<{
4191
4250
  vercel: "vercel";
4192
4251
  }>>;
4193
4252
  directoryConflict: z.ZodOptional<z.ZodEnum<{
4253
+ error: "error";
4194
4254
  merge: "merge";
4195
4255
  overwrite: "overwrite";
4196
4256
  increment: "increment";
4197
- error: "error";
4198
4257
  }>>;
4199
4258
  renderTitle: z.ZodOptional<z.ZodBoolean>;
4200
4259
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -4223,8 +4282,8 @@ declare const CLIInputSchema: z.ZodObject<{
4223
4282
  "ai-cli": "ai-cli";
4224
4283
  }>>;
4225
4284
  effect: z.ZodOptional<z.ZodEnum<{
4226
- none: "none";
4227
4285
  effect: "effect";
4286
+ none: "none";
4228
4287
  "effect-full": "effect-full";
4229
4288
  }>>;
4230
4289
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -4277,6 +4336,7 @@ declare const CLIInputSchema: z.ZodObject<{
4277
4336
  "styled-components": "styled-components";
4278
4337
  }>>;
4279
4338
  uiLibrary: z.ZodOptional<z.ZodEnum<{
4339
+ mui: "mui";
4280
4340
  none: "none";
4281
4341
  "shadcn-ui": "shadcn-ui";
4282
4342
  "shadcn-svelte": "shadcn-svelte";
@@ -4287,7 +4347,6 @@ declare const CLIInputSchema: z.ZodObject<{
4287
4347
  "chakra-ui": "chakra-ui";
4288
4348
  nextui: "nextui";
4289
4349
  mantine: "mantine";
4290
- mui: "mui";
4291
4350
  antd: "antd";
4292
4351
  "base-ui": "base-ui";
4293
4352
  "ark-ui": "ark-ui";
@@ -4376,9 +4435,9 @@ declare const CLIInputSchema: z.ZodObject<{
4376
4435
  "effect-schema": "effect-schema";
4377
4436
  }>>;
4378
4437
  realtime: z.ZodOptional<z.ZodEnum<{
4438
+ ws: "ws";
4379
4439
  none: "none";
4380
4440
  "socket-io": "socket-io";
4381
- ws: "ws";
4382
4441
  partykit: "partykit";
4383
4442
  ably: "ably";
4384
4443
  pusher: "pusher";
@@ -4444,6 +4503,7 @@ declare const CLIInputSchema: z.ZodObject<{
4444
4503
  plausible: "plausible";
4445
4504
  umami: "umami";
4446
4505
  ga4: "ga4";
4506
+ "vercel-analytics": "vercel-analytics";
4447
4507
  }>>;
4448
4508
  cms: z.ZodOptional<z.ZodEnum<{
4449
4509
  none: "none";
@@ -4465,6 +4525,11 @@ declare const CLIInputSchema: z.ZodObject<{
4465
4525
  arcjet: "arcjet";
4466
4526
  "upstash-ratelimit": "upstash-ratelimit";
4467
4527
  }>>;
4528
+ botProtection: z.ZodOptional<z.ZodEnum<{
4529
+ none: "none";
4530
+ botid: "botid";
4531
+ turnstile: "turnstile";
4532
+ }>>;
4468
4533
  i18n: z.ZodOptional<z.ZodEnum<{
4469
4534
  none: "none";
4470
4535
  paraglide: "paraglide";
@@ -4502,9 +4567,9 @@ declare const CLIInputSchema: z.ZodObject<{
4502
4567
  }>>;
4503
4568
  mobileUI: z.ZodOptional<z.ZodEnum<{
4504
4569
  none: "none";
4505
- uniwind: "uniwind";
4506
4570
  tamagui: "tamagui";
4507
4571
  "gluestack-ui": "gluestack-ui";
4572
+ uniwind: "uniwind";
4508
4573
  unistyles: "unistyles";
4509
4574
  }>>;
4510
4575
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -4621,11 +4686,11 @@ declare const CLIInputSchema: z.ZodObject<{
4621
4686
  }>>;
4622
4687
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
4623
4688
  none: "none";
4689
+ config: "config";
4624
4690
  serde: "serde";
4625
4691
  uuid: "uuid";
4626
4692
  chrono: "chrono";
4627
4693
  reqwest: "reqwest";
4628
- config: "config";
4629
4694
  dashmap: "dashmap";
4630
4695
  "parking-lot": "parking-lot";
4631
4696
  secrecy: "secrecy";
@@ -4831,10 +4896,10 @@ declare const CLIInputSchema: z.ZodObject<{
4831
4896
  httprouter: "httprouter";
4832
4897
  }>>;
4833
4898
  goOrm: z.ZodOptional<z.ZodEnum<{
4899
+ gorm: "gorm";
4834
4900
  none: "none";
4835
4901
  bun: "bun";
4836
4902
  sqlx: "sqlx";
4837
- gorm: "gorm";
4838
4903
  sqlc: "sqlc";
4839
4904
  ent: "ent";
4840
4905
  }>>;
@@ -5271,13 +5336,13 @@ declare const ProjectConfigSchema: z.ZodObject<{
5271
5336
  sequelize: "sequelize";
5272
5337
  }>;
5273
5338
  backend: z.ZodEnum<{
5339
+ effect: "effect";
5274
5340
  none: "none";
5275
5341
  hono: "hono";
5276
5342
  express: "express";
5277
5343
  fastify: "fastify";
5278
5344
  elysia: "elysia";
5279
5345
  fets: "fets";
5280
- effect: "effect";
5281
5346
  nestjs: "nestjs";
5282
5347
  adonisjs: "adonisjs";
5283
5348
  nitro: "nitro";
@@ -5329,6 +5394,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
5329
5394
  skills: "skills";
5330
5395
  turborepo: "turborepo";
5331
5396
  nx: "nx";
5397
+ "vite-plus": "vite-plus";
5332
5398
  fumadocs: "fumadocs";
5333
5399
  ultracite: "ultracite";
5334
5400
  oxlint: "oxlint";
@@ -5358,8 +5424,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
5358
5424
  capacitor: "capacitor";
5359
5425
  }>>;
5360
5426
  examples: z.ZodArray<z.ZodEnum<{
5361
- none: "none";
5362
5427
  ai: "ai";
5428
+ none: "none";
5363
5429
  "chat-sdk": "chat-sdk";
5364
5430
  "tanstack-showcase": "tanstack-showcase";
5365
5431
  }>>;
@@ -5476,8 +5542,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
5476
5542
  "ai-cli": "ai-cli";
5477
5543
  }>;
5478
5544
  effect: z.ZodEnum<{
5479
- none: "none";
5480
5545
  effect: "effect";
5546
+ none: "none";
5481
5547
  "effect-full": "effect-full";
5482
5548
  }>;
5483
5549
  stateManagement: z.ZodEnum<{
@@ -5530,6 +5596,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
5530
5596
  "styled-components": "styled-components";
5531
5597
  }>;
5532
5598
  uiLibrary: z.ZodEnum<{
5599
+ mui: "mui";
5533
5600
  none: "none";
5534
5601
  "shadcn-ui": "shadcn-ui";
5535
5602
  "shadcn-svelte": "shadcn-svelte";
@@ -5540,7 +5607,6 @@ declare const ProjectConfigSchema: z.ZodObject<{
5540
5607
  "chakra-ui": "chakra-ui";
5541
5608
  nextui: "nextui";
5542
5609
  mantine: "mantine";
5543
- mui: "mui";
5544
5610
  antd: "antd";
5545
5611
  "base-ui": "base-ui";
5546
5612
  "ark-ui": "ark-ui";
@@ -5629,9 +5695,9 @@ declare const ProjectConfigSchema: z.ZodObject<{
5629
5695
  "effect-schema": "effect-schema";
5630
5696
  }>;
5631
5697
  realtime: z.ZodEnum<{
5698
+ ws: "ws";
5632
5699
  none: "none";
5633
5700
  "socket-io": "socket-io";
5634
- ws: "ws";
5635
5701
  partykit: "partykit";
5636
5702
  ably: "ably";
5637
5703
  pusher: "pusher";
@@ -5697,6 +5763,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
5697
5763
  plausible: "plausible";
5698
5764
  umami: "umami";
5699
5765
  ga4: "ga4";
5766
+ "vercel-analytics": "vercel-analytics";
5700
5767
  }>;
5701
5768
  cms: z.ZodEnum<{
5702
5769
  none: "none";
@@ -5718,6 +5785,11 @@ declare const ProjectConfigSchema: z.ZodObject<{
5718
5785
  arcjet: "arcjet";
5719
5786
  "upstash-ratelimit": "upstash-ratelimit";
5720
5787
  }>;
5788
+ botProtection: z.ZodDefault<z.ZodEnum<{
5789
+ none: "none";
5790
+ botid: "botid";
5791
+ turnstile: "turnstile";
5792
+ }>>;
5721
5793
  i18n: z.ZodEnum<{
5722
5794
  none: "none";
5723
5795
  paraglide: "paraglide";
@@ -5755,9 +5827,9 @@ declare const ProjectConfigSchema: z.ZodObject<{
5755
5827
  }>;
5756
5828
  mobileUI: z.ZodEnum<{
5757
5829
  none: "none";
5758
- uniwind: "uniwind";
5759
5830
  tamagui: "tamagui";
5760
5831
  "gluestack-ui": "gluestack-ui";
5832
+ uniwind: "uniwind";
5761
5833
  unistyles: "unistyles";
5762
5834
  }>;
5763
5835
  mobileStorage: z.ZodEnum<{
@@ -5874,11 +5946,11 @@ declare const ProjectConfigSchema: z.ZodObject<{
5874
5946
  }>;
5875
5947
  rustLibraries: z.ZodArray<z.ZodEnum<{
5876
5948
  none: "none";
5949
+ config: "config";
5877
5950
  serde: "serde";
5878
5951
  uuid: "uuid";
5879
5952
  chrono: "chrono";
5880
5953
  reqwest: "reqwest";
5881
- config: "config";
5882
5954
  dashmap: "dashmap";
5883
5955
  "parking-lot": "parking-lot";
5884
5956
  secrecy: "secrecy";
@@ -6084,10 +6156,10 @@ declare const ProjectConfigSchema: z.ZodObject<{
6084
6156
  httprouter: "httprouter";
6085
6157
  }>;
6086
6158
  goOrm: z.ZodEnum<{
6159
+ gorm: "gorm";
6087
6160
  none: "none";
6088
6161
  bun: "bun";
6089
6162
  sqlx: "sqlx";
6090
- gorm: "gorm";
6091
6163
  sqlc: "sqlc";
6092
6164
  ent: "ent";
6093
6165
  }>;
@@ -6490,27 +6562,14 @@ declare const ProjectConfigSchema: z.ZodObject<{
6490
6562
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
6491
6563
  id: z.ZodString;
6492
6564
  role: z.ZodEnum<{
6493
- effect: "effect";
6494
- ai: "ai";
6565
+ runtime: "runtime";
6566
+ backend: "backend";
6495
6567
  database: "database";
6496
6568
  orm: "orm";
6569
+ dbSetup: "dbSetup";
6497
6570
  auth: "auth";
6498
6571
  payments: "payments";
6499
- frontend: "frontend";
6500
- examples: "examples";
6501
- packageManager: "packageManager";
6502
- dbSetup: "dbSetup";
6503
- backend: "backend";
6504
- runtime: "runtime";
6505
- api: "api";
6506
- stateManagement: "stateManagement";
6507
- forms: "forms";
6508
- testing: "testing";
6509
6572
  email: "email";
6510
- validation: "validation";
6511
- realtime: "realtime";
6512
- jobQueue: "jobQueue";
6513
- animation: "animation";
6514
6573
  fileUpload: "fileUpload";
6515
6574
  logging: "logging";
6516
6575
  observability: "observability";
@@ -6518,36 +6577,61 @@ declare const ProjectConfigSchema: z.ZodObject<{
6518
6577
  integrations: "integrations";
6519
6578
  ecommerce: "ecommerce";
6520
6579
  analytics: "analytics";
6521
- cms: "cms";
6580
+ stateManagement: "stateManagement";
6581
+ forms: "forms";
6582
+ validation: "validation";
6583
+ testing: "testing";
6584
+ realtime: "realtime";
6585
+ jobQueue: "jobQueue";
6522
6586
  caching: "caching";
6523
6587
  rateLimit: "rateLimit";
6588
+ botProtection: "botProtection";
6589
+ animation: "animation";
6590
+ cms: "cms";
6524
6591
  i18n: "i18n";
6525
6592
  search: "search";
6526
6593
  vectorDb: "vectorDb";
6527
6594
  fileStorage: "fileStorage";
6528
- config: "config";
6595
+ codeQuality: "codeQuality";
6596
+ documentation: "documentation";
6597
+ packageManager: "packageManager";
6598
+ examples: "examples";
6599
+ api: "api";
6600
+ workspaceRunner: "workspaceRunner";
6601
+ gitHooks: "gitHooks";
6602
+ staticAnalysis: "staticAnalysis";
6603
+ aiTooling: "aiTooling";
6604
+ codeGeneration: "codeGeneration";
6605
+ developerEnvironment: "developerEnvironment";
6606
+ containerOrchestration: "containerOrchestration";
6607
+ apiGateway: "apiGateway";
6608
+ continuousIntegration: "continuousIntegration";
6609
+ ai: "ai";
6610
+ effect: "effect";
6611
+ css: "css";
6612
+ ui: "ui";
6613
+ push: "push";
6614
+ frontend: "frontend";
6529
6615
  mobile: "mobile";
6530
6616
  graphql: "graphql";
6531
6617
  deploy: "deploy";
6532
6618
  migrations: "migrations";
6533
6619
  navigation: "navigation";
6534
- ui: "ui";
6535
- css: "css";
6536
6620
  storage: "storage";
6537
- push: "push";
6538
6621
  ota: "ota";
6539
6622
  deepLinking: "deepLinking";
6540
- documentation: "documentation";
6541
- codeQuality: "codeQuality";
6542
6623
  appPlatform: "appPlatform";
6543
6624
  dataFetching: "dataFetching";
6544
6625
  workspaceTooling: "workspaceTooling";
6626
+ toolchain: "toolchain";
6627
+ backendUtilities: "backendUtilities";
6545
6628
  language: "language";
6546
6629
  buildTool: "buildTool";
6547
6630
  cli: "cli";
6548
6631
  errorHandling: "errorHandling";
6549
6632
  httpClient: "httpClient";
6550
6633
  libraries: "libraries";
6634
+ config: "config";
6551
6635
  templating: "templating";
6552
6636
  cloudSdk: "cloudSdk";
6553
6637
  data: "data";
@@ -6614,13 +6698,13 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6614
6698
  sequelize: "sequelize";
6615
6699
  }>;
6616
6700
  backend: z.ZodEnum<{
6701
+ effect: "effect";
6617
6702
  none: "none";
6618
6703
  hono: "hono";
6619
6704
  express: "express";
6620
6705
  fastify: "fastify";
6621
6706
  elysia: "elysia";
6622
6707
  fets: "fets";
6623
- effect: "effect";
6624
6708
  nestjs: "nestjs";
6625
6709
  adonisjs: "adonisjs";
6626
6710
  nitro: "nitro";
@@ -6672,6 +6756,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6672
6756
  skills: "skills";
6673
6757
  turborepo: "turborepo";
6674
6758
  nx: "nx";
6759
+ "vite-plus": "vite-plus";
6675
6760
  fumadocs: "fumadocs";
6676
6761
  ultracite: "ultracite";
6677
6762
  oxlint: "oxlint";
@@ -6701,8 +6786,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6701
6786
  capacitor: "capacitor";
6702
6787
  }>>;
6703
6788
  examples: z.ZodArray<z.ZodEnum<{
6704
- none: "none";
6705
6789
  ai: "ai";
6790
+ none: "none";
6706
6791
  "chat-sdk": "chat-sdk";
6707
6792
  "tanstack-showcase": "tanstack-showcase";
6708
6793
  }>>;
@@ -6817,8 +6902,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6817
6902
  "ai-cli": "ai-cli";
6818
6903
  }>;
6819
6904
  effect: z.ZodEnum<{
6820
- none: "none";
6821
6905
  effect: "effect";
6906
+ none: "none";
6822
6907
  "effect-full": "effect-full";
6823
6908
  }>;
6824
6909
  stateManagement: z.ZodEnum<{
@@ -6871,6 +6956,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6871
6956
  "styled-components": "styled-components";
6872
6957
  }>;
6873
6958
  uiLibrary: z.ZodEnum<{
6959
+ mui: "mui";
6874
6960
  none: "none";
6875
6961
  "shadcn-ui": "shadcn-ui";
6876
6962
  "shadcn-svelte": "shadcn-svelte";
@@ -6881,7 +6967,6 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6881
6967
  "chakra-ui": "chakra-ui";
6882
6968
  nextui: "nextui";
6883
6969
  mantine: "mantine";
6884
- mui: "mui";
6885
6970
  antd: "antd";
6886
6971
  "base-ui": "base-ui";
6887
6972
  "ark-ui": "ark-ui";
@@ -6970,9 +7055,9 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6970
7055
  "effect-schema": "effect-schema";
6971
7056
  }>;
6972
7057
  realtime: z.ZodEnum<{
7058
+ ws: "ws";
6973
7059
  none: "none";
6974
7060
  "socket-io": "socket-io";
6975
- ws: "ws";
6976
7061
  partykit: "partykit";
6977
7062
  ably: "ably";
6978
7063
  pusher: "pusher";
@@ -7038,6 +7123,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7038
7123
  plausible: "plausible";
7039
7124
  umami: "umami";
7040
7125
  ga4: "ga4";
7126
+ "vercel-analytics": "vercel-analytics";
7041
7127
  }>;
7042
7128
  cms: z.ZodEnum<{
7043
7129
  none: "none";
@@ -7059,6 +7145,11 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7059
7145
  arcjet: "arcjet";
7060
7146
  "upstash-ratelimit": "upstash-ratelimit";
7061
7147
  }>;
7148
+ botProtection: z.ZodDefault<z.ZodEnum<{
7149
+ none: "none";
7150
+ botid: "botid";
7151
+ turnstile: "turnstile";
7152
+ }>>;
7062
7153
  i18n: z.ZodEnum<{
7063
7154
  none: "none";
7064
7155
  paraglide: "paraglide";
@@ -7096,9 +7187,9 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7096
7187
  }>;
7097
7188
  mobileUI: z.ZodEnum<{
7098
7189
  none: "none";
7099
- uniwind: "uniwind";
7100
7190
  tamagui: "tamagui";
7101
7191
  "gluestack-ui": "gluestack-ui";
7192
+ uniwind: "uniwind";
7102
7193
  unistyles: "unistyles";
7103
7194
  }>;
7104
7195
  mobileStorage: z.ZodEnum<{
@@ -7215,11 +7306,11 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7215
7306
  }>;
7216
7307
  rustLibraries: z.ZodArray<z.ZodEnum<{
7217
7308
  none: "none";
7309
+ config: "config";
7218
7310
  serde: "serde";
7219
7311
  uuid: "uuid";
7220
7312
  chrono: "chrono";
7221
7313
  reqwest: "reqwest";
7222
- config: "config";
7223
7314
  dashmap: "dashmap";
7224
7315
  "parking-lot": "parking-lot";
7225
7316
  secrecy: "secrecy";
@@ -7425,10 +7516,10 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7425
7516
  httprouter: "httprouter";
7426
7517
  }>;
7427
7518
  goOrm: z.ZodEnum<{
7519
+ gorm: "gorm";
7428
7520
  none: "none";
7429
7521
  bun: "bun";
7430
7522
  sqlx: "sqlx";
7431
- gorm: "gorm";
7432
7523
  sqlc: "sqlc";
7433
7524
  ent: "ent";
7434
7525
  }>;
@@ -7831,27 +7922,14 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7831
7922
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
7832
7923
  id: z.ZodString;
7833
7924
  role: z.ZodEnum<{
7834
- effect: "effect";
7835
- ai: "ai";
7925
+ runtime: "runtime";
7926
+ backend: "backend";
7836
7927
  database: "database";
7837
7928
  orm: "orm";
7929
+ dbSetup: "dbSetup";
7838
7930
  auth: "auth";
7839
7931
  payments: "payments";
7840
- frontend: "frontend";
7841
- examples: "examples";
7842
- packageManager: "packageManager";
7843
- dbSetup: "dbSetup";
7844
- backend: "backend";
7845
- runtime: "runtime";
7846
- api: "api";
7847
- stateManagement: "stateManagement";
7848
- forms: "forms";
7849
- testing: "testing";
7850
7932
  email: "email";
7851
- validation: "validation";
7852
- realtime: "realtime";
7853
- jobQueue: "jobQueue";
7854
- animation: "animation";
7855
7933
  fileUpload: "fileUpload";
7856
7934
  logging: "logging";
7857
7935
  observability: "observability";
@@ -7859,36 +7937,61 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7859
7937
  integrations: "integrations";
7860
7938
  ecommerce: "ecommerce";
7861
7939
  analytics: "analytics";
7862
- cms: "cms";
7940
+ stateManagement: "stateManagement";
7941
+ forms: "forms";
7942
+ validation: "validation";
7943
+ testing: "testing";
7944
+ realtime: "realtime";
7945
+ jobQueue: "jobQueue";
7863
7946
  caching: "caching";
7864
7947
  rateLimit: "rateLimit";
7948
+ botProtection: "botProtection";
7949
+ animation: "animation";
7950
+ cms: "cms";
7865
7951
  i18n: "i18n";
7866
7952
  search: "search";
7867
7953
  vectorDb: "vectorDb";
7868
7954
  fileStorage: "fileStorage";
7869
- config: "config";
7955
+ codeQuality: "codeQuality";
7956
+ documentation: "documentation";
7957
+ packageManager: "packageManager";
7958
+ examples: "examples";
7959
+ api: "api";
7960
+ workspaceRunner: "workspaceRunner";
7961
+ gitHooks: "gitHooks";
7962
+ staticAnalysis: "staticAnalysis";
7963
+ aiTooling: "aiTooling";
7964
+ codeGeneration: "codeGeneration";
7965
+ developerEnvironment: "developerEnvironment";
7966
+ containerOrchestration: "containerOrchestration";
7967
+ apiGateway: "apiGateway";
7968
+ continuousIntegration: "continuousIntegration";
7969
+ ai: "ai";
7970
+ effect: "effect";
7971
+ css: "css";
7972
+ ui: "ui";
7973
+ push: "push";
7974
+ frontend: "frontend";
7870
7975
  mobile: "mobile";
7871
7976
  graphql: "graphql";
7872
7977
  deploy: "deploy";
7873
7978
  migrations: "migrations";
7874
7979
  navigation: "navigation";
7875
- ui: "ui";
7876
- css: "css";
7877
7980
  storage: "storage";
7878
- push: "push";
7879
7981
  ota: "ota";
7880
7982
  deepLinking: "deepLinking";
7881
- documentation: "documentation";
7882
- codeQuality: "codeQuality";
7883
7983
  appPlatform: "appPlatform";
7884
7984
  dataFetching: "dataFetching";
7885
7985
  workspaceTooling: "workspaceTooling";
7986
+ toolchain: "toolchain";
7987
+ backendUtilities: "backendUtilities";
7886
7988
  language: "language";
7887
7989
  buildTool: "buildTool";
7888
7990
  cli: "cli";
7889
7991
  errorHandling: "errorHandling";
7890
7992
  httpClient: "httpClient";
7891
7993
  libraries: "libraries";
7994
+ config: "config";
7892
7995
  templating: "templating";
7893
7996
  cloudSdk: "cloudSdk";
7894
7997
  data: "data";
@@ -7955,13 +8058,13 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
7955
8058
  sequelize: "sequelize";
7956
8059
  }>;
7957
8060
  backend: z.ZodEnum<{
8061
+ effect: "effect";
7958
8062
  none: "none";
7959
8063
  hono: "hono";
7960
8064
  express: "express";
7961
8065
  fastify: "fastify";
7962
8066
  elysia: "elysia";
7963
8067
  fets: "fets";
7964
- effect: "effect";
7965
8068
  nestjs: "nestjs";
7966
8069
  adonisjs: "adonisjs";
7967
8070
  nitro: "nitro";
@@ -8013,6 +8116,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8013
8116
  skills: "skills";
8014
8117
  turborepo: "turborepo";
8015
8118
  nx: "nx";
8119
+ "vite-plus": "vite-plus";
8016
8120
  fumadocs: "fumadocs";
8017
8121
  ultracite: "ultracite";
8018
8122
  oxlint: "oxlint";
@@ -8042,8 +8146,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8042
8146
  capacitor: "capacitor";
8043
8147
  }>>;
8044
8148
  examples: z.ZodArray<z.ZodEnum<{
8045
- none: "none";
8046
8149
  ai: "ai";
8150
+ none: "none";
8047
8151
  "chat-sdk": "chat-sdk";
8048
8152
  "tanstack-showcase": "tanstack-showcase";
8049
8153
  }>>;
@@ -8158,8 +8262,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8158
8262
  "ai-cli": "ai-cli";
8159
8263
  }>;
8160
8264
  effect: z.ZodEnum<{
8161
- none: "none";
8162
8265
  effect: "effect";
8266
+ none: "none";
8163
8267
  "effect-full": "effect-full";
8164
8268
  }>;
8165
8269
  stateManagement: z.ZodEnum<{
@@ -8212,6 +8316,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8212
8316
  "styled-components": "styled-components";
8213
8317
  }>;
8214
8318
  uiLibrary: z.ZodEnum<{
8319
+ mui: "mui";
8215
8320
  none: "none";
8216
8321
  "shadcn-ui": "shadcn-ui";
8217
8322
  "shadcn-svelte": "shadcn-svelte";
@@ -8222,7 +8327,6 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8222
8327
  "chakra-ui": "chakra-ui";
8223
8328
  nextui: "nextui";
8224
8329
  mantine: "mantine";
8225
- mui: "mui";
8226
8330
  antd: "antd";
8227
8331
  "base-ui": "base-ui";
8228
8332
  "ark-ui": "ark-ui";
@@ -8311,9 +8415,9 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8311
8415
  "effect-schema": "effect-schema";
8312
8416
  }>;
8313
8417
  realtime: z.ZodEnum<{
8418
+ ws: "ws";
8314
8419
  none: "none";
8315
8420
  "socket-io": "socket-io";
8316
- ws: "ws";
8317
8421
  partykit: "partykit";
8318
8422
  ably: "ably";
8319
8423
  pusher: "pusher";
@@ -8379,6 +8483,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8379
8483
  plausible: "plausible";
8380
8484
  umami: "umami";
8381
8485
  ga4: "ga4";
8486
+ "vercel-analytics": "vercel-analytics";
8382
8487
  }>;
8383
8488
  cms: z.ZodEnum<{
8384
8489
  none: "none";
@@ -8400,6 +8505,11 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8400
8505
  arcjet: "arcjet";
8401
8506
  "upstash-ratelimit": "upstash-ratelimit";
8402
8507
  }>;
8508
+ botProtection: z.ZodDefault<z.ZodEnum<{
8509
+ none: "none";
8510
+ botid: "botid";
8511
+ turnstile: "turnstile";
8512
+ }>>;
8403
8513
  i18n: z.ZodEnum<{
8404
8514
  none: "none";
8405
8515
  paraglide: "paraglide";
@@ -8437,9 +8547,9 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8437
8547
  }>;
8438
8548
  mobileUI: z.ZodEnum<{
8439
8549
  none: "none";
8440
- uniwind: "uniwind";
8441
8550
  tamagui: "tamagui";
8442
8551
  "gluestack-ui": "gluestack-ui";
8552
+ uniwind: "uniwind";
8443
8553
  unistyles: "unistyles";
8444
8554
  }>;
8445
8555
  mobileStorage: z.ZodEnum<{
@@ -8556,11 +8666,11 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8556
8666
  }>;
8557
8667
  rustLibraries: z.ZodArray<z.ZodEnum<{
8558
8668
  none: "none";
8669
+ config: "config";
8559
8670
  serde: "serde";
8560
8671
  uuid: "uuid";
8561
8672
  chrono: "chrono";
8562
8673
  reqwest: "reqwest";
8563
- config: "config";
8564
8674
  dashmap: "dashmap";
8565
8675
  "parking-lot": "parking-lot";
8566
8676
  secrecy: "secrecy";
@@ -8766,10 +8876,10 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8766
8876
  httprouter: "httprouter";
8767
8877
  }>;
8768
8878
  goOrm: z.ZodEnum<{
8879
+ gorm: "gorm";
8769
8880
  none: "none";
8770
8881
  bun: "bun";
8771
8882
  sqlx: "sqlx";
8772
- gorm: "gorm";
8773
8883
  sqlc: "sqlc";
8774
8884
  ent: "ent";
8775
8885
  }>;
@@ -9172,27 +9282,14 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
9172
9282
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
9173
9283
  id: z.ZodString;
9174
9284
  role: z.ZodEnum<{
9175
- effect: "effect";
9176
- ai: "ai";
9285
+ runtime: "runtime";
9286
+ backend: "backend";
9177
9287
  database: "database";
9178
9288
  orm: "orm";
9289
+ dbSetup: "dbSetup";
9179
9290
  auth: "auth";
9180
9291
  payments: "payments";
9181
- frontend: "frontend";
9182
- examples: "examples";
9183
- packageManager: "packageManager";
9184
- dbSetup: "dbSetup";
9185
- backend: "backend";
9186
- runtime: "runtime";
9187
- api: "api";
9188
- stateManagement: "stateManagement";
9189
- forms: "forms";
9190
- testing: "testing";
9191
9292
  email: "email";
9192
- validation: "validation";
9193
- realtime: "realtime";
9194
- jobQueue: "jobQueue";
9195
- animation: "animation";
9196
9293
  fileUpload: "fileUpload";
9197
9294
  logging: "logging";
9198
9295
  observability: "observability";
@@ -9200,36 +9297,61 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
9200
9297
  integrations: "integrations";
9201
9298
  ecommerce: "ecommerce";
9202
9299
  analytics: "analytics";
9203
- cms: "cms";
9300
+ stateManagement: "stateManagement";
9301
+ forms: "forms";
9302
+ validation: "validation";
9303
+ testing: "testing";
9304
+ realtime: "realtime";
9305
+ jobQueue: "jobQueue";
9204
9306
  caching: "caching";
9205
9307
  rateLimit: "rateLimit";
9308
+ botProtection: "botProtection";
9309
+ animation: "animation";
9310
+ cms: "cms";
9206
9311
  i18n: "i18n";
9207
9312
  search: "search";
9208
9313
  vectorDb: "vectorDb";
9209
9314
  fileStorage: "fileStorage";
9210
- config: "config";
9315
+ codeQuality: "codeQuality";
9316
+ documentation: "documentation";
9317
+ packageManager: "packageManager";
9318
+ examples: "examples";
9319
+ api: "api";
9320
+ workspaceRunner: "workspaceRunner";
9321
+ gitHooks: "gitHooks";
9322
+ staticAnalysis: "staticAnalysis";
9323
+ aiTooling: "aiTooling";
9324
+ codeGeneration: "codeGeneration";
9325
+ developerEnvironment: "developerEnvironment";
9326
+ containerOrchestration: "containerOrchestration";
9327
+ apiGateway: "apiGateway";
9328
+ continuousIntegration: "continuousIntegration";
9329
+ ai: "ai";
9330
+ effect: "effect";
9331
+ css: "css";
9332
+ ui: "ui";
9333
+ push: "push";
9334
+ frontend: "frontend";
9211
9335
  mobile: "mobile";
9212
9336
  graphql: "graphql";
9213
9337
  deploy: "deploy";
9214
9338
  migrations: "migrations";
9215
9339
  navigation: "navigation";
9216
- ui: "ui";
9217
- css: "css";
9218
9340
  storage: "storage";
9219
- push: "push";
9220
9341
  ota: "ota";
9221
9342
  deepLinking: "deepLinking";
9222
- documentation: "documentation";
9223
- codeQuality: "codeQuality";
9224
9343
  appPlatform: "appPlatform";
9225
9344
  dataFetching: "dataFetching";
9226
9345
  workspaceTooling: "workspaceTooling";
9346
+ toolchain: "toolchain";
9347
+ backendUtilities: "backendUtilities";
9227
9348
  language: "language";
9228
9349
  buildTool: "buildTool";
9229
9350
  cli: "cli";
9230
9351
  errorHandling: "errorHandling";
9231
9352
  httpClient: "httpClient";
9232
9353
  libraries: "libraries";
9354
+ config: "config";
9233
9355
  templating: "templating";
9234
9356
  cloudSdk: "cloudSdk";
9235
9357
  data: "data";
@@ -9297,13 +9419,13 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9297
9419
  sequelize: "sequelize";
9298
9420
  }>;
9299
9421
  backend: z.ZodEnum<{
9422
+ effect: "effect";
9300
9423
  none: "none";
9301
9424
  hono: "hono";
9302
9425
  express: "express";
9303
9426
  fastify: "fastify";
9304
9427
  elysia: "elysia";
9305
9428
  fets: "fets";
9306
- effect: "effect";
9307
9429
  nestjs: "nestjs";
9308
9430
  adonisjs: "adonisjs";
9309
9431
  nitro: "nitro";
@@ -9355,6 +9477,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9355
9477
  skills: "skills";
9356
9478
  turborepo: "turborepo";
9357
9479
  nx: "nx";
9480
+ "vite-plus": "vite-plus";
9358
9481
  fumadocs: "fumadocs";
9359
9482
  ultracite: "ultracite";
9360
9483
  oxlint: "oxlint";
@@ -9384,8 +9507,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9384
9507
  capacitor: "capacitor";
9385
9508
  }>>;
9386
9509
  examples: z.ZodArray<z.ZodEnum<{
9387
- none: "none";
9388
9510
  ai: "ai";
9511
+ none: "none";
9389
9512
  "chat-sdk": "chat-sdk";
9390
9513
  "tanstack-showcase": "tanstack-showcase";
9391
9514
  }>>;
@@ -9500,8 +9623,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9500
9623
  "ai-cli": "ai-cli";
9501
9624
  }>;
9502
9625
  effect: z.ZodEnum<{
9503
- none: "none";
9504
9626
  effect: "effect";
9627
+ none: "none";
9505
9628
  "effect-full": "effect-full";
9506
9629
  }>;
9507
9630
  stateManagement: z.ZodEnum<{
@@ -9554,6 +9677,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9554
9677
  "styled-components": "styled-components";
9555
9678
  }>;
9556
9679
  uiLibrary: z.ZodEnum<{
9680
+ mui: "mui";
9557
9681
  none: "none";
9558
9682
  "shadcn-ui": "shadcn-ui";
9559
9683
  "shadcn-svelte": "shadcn-svelte";
@@ -9564,7 +9688,6 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9564
9688
  "chakra-ui": "chakra-ui";
9565
9689
  nextui: "nextui";
9566
9690
  mantine: "mantine";
9567
- mui: "mui";
9568
9691
  antd: "antd";
9569
9692
  "base-ui": "base-ui";
9570
9693
  "ark-ui": "ark-ui";
@@ -9653,9 +9776,9 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9653
9776
  "effect-schema": "effect-schema";
9654
9777
  }>;
9655
9778
  realtime: z.ZodEnum<{
9779
+ ws: "ws";
9656
9780
  none: "none";
9657
9781
  "socket-io": "socket-io";
9658
- ws: "ws";
9659
9782
  partykit: "partykit";
9660
9783
  ably: "ably";
9661
9784
  pusher: "pusher";
@@ -9721,6 +9844,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9721
9844
  plausible: "plausible";
9722
9845
  umami: "umami";
9723
9846
  ga4: "ga4";
9847
+ "vercel-analytics": "vercel-analytics";
9724
9848
  }>;
9725
9849
  cms: z.ZodEnum<{
9726
9850
  none: "none";
@@ -9742,6 +9866,11 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9742
9866
  arcjet: "arcjet";
9743
9867
  "upstash-ratelimit": "upstash-ratelimit";
9744
9868
  }>;
9869
+ botProtection: z.ZodDefault<z.ZodEnum<{
9870
+ none: "none";
9871
+ botid: "botid";
9872
+ turnstile: "turnstile";
9873
+ }>>;
9745
9874
  i18n: z.ZodEnum<{
9746
9875
  none: "none";
9747
9876
  paraglide: "paraglide";
@@ -9779,9 +9908,9 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9779
9908
  }>;
9780
9909
  mobileUI: z.ZodEnum<{
9781
9910
  none: "none";
9782
- uniwind: "uniwind";
9783
9911
  tamagui: "tamagui";
9784
9912
  "gluestack-ui": "gluestack-ui";
9913
+ uniwind: "uniwind";
9785
9914
  unistyles: "unistyles";
9786
9915
  }>;
9787
9916
  mobileStorage: z.ZodEnum<{
@@ -9898,11 +10027,11 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9898
10027
  }>;
9899
10028
  rustLibraries: z.ZodArray<z.ZodEnum<{
9900
10029
  none: "none";
10030
+ config: "config";
9901
10031
  serde: "serde";
9902
10032
  uuid: "uuid";
9903
10033
  chrono: "chrono";
9904
10034
  reqwest: "reqwest";
9905
- config: "config";
9906
10035
  dashmap: "dashmap";
9907
10036
  "parking-lot": "parking-lot";
9908
10037
  secrecy: "secrecy";
@@ -10108,10 +10237,10 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
10108
10237
  httprouter: "httprouter";
10109
10238
  }>;
10110
10239
  goOrm: z.ZodEnum<{
10240
+ gorm: "gorm";
10111
10241
  none: "none";
10112
10242
  bun: "bun";
10113
10243
  sqlx: "sqlx";
10114
- gorm: "gorm";
10115
10244
  sqlc: "sqlc";
10116
10245
  ent: "ent";
10117
10246
  }>;
@@ -10514,27 +10643,14 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
10514
10643
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
10515
10644
  id: z.ZodString;
10516
10645
  role: z.ZodEnum<{
10517
- effect: "effect";
10518
- ai: "ai";
10646
+ runtime: "runtime";
10647
+ backend: "backend";
10519
10648
  database: "database";
10520
10649
  orm: "orm";
10650
+ dbSetup: "dbSetup";
10521
10651
  auth: "auth";
10522
10652
  payments: "payments";
10523
- frontend: "frontend";
10524
- examples: "examples";
10525
- packageManager: "packageManager";
10526
- dbSetup: "dbSetup";
10527
- backend: "backend";
10528
- runtime: "runtime";
10529
- api: "api";
10530
- stateManagement: "stateManagement";
10531
- forms: "forms";
10532
- testing: "testing";
10533
10653
  email: "email";
10534
- validation: "validation";
10535
- realtime: "realtime";
10536
- jobQueue: "jobQueue";
10537
- animation: "animation";
10538
10654
  fileUpload: "fileUpload";
10539
10655
  logging: "logging";
10540
10656
  observability: "observability";
@@ -10542,36 +10658,61 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
10542
10658
  integrations: "integrations";
10543
10659
  ecommerce: "ecommerce";
10544
10660
  analytics: "analytics";
10545
- cms: "cms";
10661
+ stateManagement: "stateManagement";
10662
+ forms: "forms";
10663
+ validation: "validation";
10664
+ testing: "testing";
10665
+ realtime: "realtime";
10666
+ jobQueue: "jobQueue";
10546
10667
  caching: "caching";
10547
10668
  rateLimit: "rateLimit";
10669
+ botProtection: "botProtection";
10670
+ animation: "animation";
10671
+ cms: "cms";
10548
10672
  i18n: "i18n";
10549
10673
  search: "search";
10550
10674
  vectorDb: "vectorDb";
10551
10675
  fileStorage: "fileStorage";
10552
- config: "config";
10676
+ codeQuality: "codeQuality";
10677
+ documentation: "documentation";
10678
+ packageManager: "packageManager";
10679
+ examples: "examples";
10680
+ api: "api";
10681
+ workspaceRunner: "workspaceRunner";
10682
+ gitHooks: "gitHooks";
10683
+ staticAnalysis: "staticAnalysis";
10684
+ aiTooling: "aiTooling";
10685
+ codeGeneration: "codeGeneration";
10686
+ developerEnvironment: "developerEnvironment";
10687
+ containerOrchestration: "containerOrchestration";
10688
+ apiGateway: "apiGateway";
10689
+ continuousIntegration: "continuousIntegration";
10690
+ ai: "ai";
10691
+ effect: "effect";
10692
+ css: "css";
10693
+ ui: "ui";
10694
+ push: "push";
10695
+ frontend: "frontend";
10553
10696
  mobile: "mobile";
10554
10697
  graphql: "graphql";
10555
10698
  deploy: "deploy";
10556
10699
  migrations: "migrations";
10557
10700
  navigation: "navigation";
10558
- ui: "ui";
10559
- css: "css";
10560
10701
  storage: "storage";
10561
- push: "push";
10562
10702
  ota: "ota";
10563
10703
  deepLinking: "deepLinking";
10564
- documentation: "documentation";
10565
- codeQuality: "codeQuality";
10566
10704
  appPlatform: "appPlatform";
10567
10705
  dataFetching: "dataFetching";
10568
10706
  workspaceTooling: "workspaceTooling";
10707
+ toolchain: "toolchain";
10708
+ backendUtilities: "backendUtilities";
10569
10709
  language: "language";
10570
10710
  buildTool: "buildTool";
10571
10711
  cli: "cli";
10572
10712
  errorHandling: "errorHandling";
10573
10713
  httpClient: "httpClient";
10574
10714
  libraries: "libraries";
10715
+ config: "config";
10575
10716
  templating: "templating";
10576
10717
  cloudSdk: "cloudSdk";
10577
10718
  data: "data";
@@ -10639,13 +10780,13 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10639
10780
  sequelize: "sequelize";
10640
10781
  }>;
10641
10782
  backend: z.ZodEnum<{
10783
+ effect: "effect";
10642
10784
  none: "none";
10643
10785
  hono: "hono";
10644
10786
  express: "express";
10645
10787
  fastify: "fastify";
10646
10788
  elysia: "elysia";
10647
10789
  fets: "fets";
10648
- effect: "effect";
10649
10790
  nestjs: "nestjs";
10650
10791
  adonisjs: "adonisjs";
10651
10792
  nitro: "nitro";
@@ -10697,6 +10838,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10697
10838
  skills: "skills";
10698
10839
  turborepo: "turborepo";
10699
10840
  nx: "nx";
10841
+ "vite-plus": "vite-plus";
10700
10842
  fumadocs: "fumadocs";
10701
10843
  ultracite: "ultracite";
10702
10844
  oxlint: "oxlint";
@@ -10726,8 +10868,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10726
10868
  capacitor: "capacitor";
10727
10869
  }>>;
10728
10870
  examples: z.ZodArray<z.ZodEnum<{
10729
- none: "none";
10730
10871
  ai: "ai";
10872
+ none: "none";
10731
10873
  "chat-sdk": "chat-sdk";
10732
10874
  "tanstack-showcase": "tanstack-showcase";
10733
10875
  }>>;
@@ -10842,8 +10984,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10842
10984
  "ai-cli": "ai-cli";
10843
10985
  }>;
10844
10986
  effect: z.ZodEnum<{
10845
- none: "none";
10846
10987
  effect: "effect";
10988
+ none: "none";
10847
10989
  "effect-full": "effect-full";
10848
10990
  }>;
10849
10991
  stateManagement: z.ZodEnum<{
@@ -10896,6 +11038,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10896
11038
  "styled-components": "styled-components";
10897
11039
  }>;
10898
11040
  uiLibrary: z.ZodEnum<{
11041
+ mui: "mui";
10899
11042
  none: "none";
10900
11043
  "shadcn-ui": "shadcn-ui";
10901
11044
  "shadcn-svelte": "shadcn-svelte";
@@ -10906,7 +11049,6 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10906
11049
  "chakra-ui": "chakra-ui";
10907
11050
  nextui: "nextui";
10908
11051
  mantine: "mantine";
10909
- mui: "mui";
10910
11052
  antd: "antd";
10911
11053
  "base-ui": "base-ui";
10912
11054
  "ark-ui": "ark-ui";
@@ -10995,9 +11137,9 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10995
11137
  "effect-schema": "effect-schema";
10996
11138
  }>;
10997
11139
  realtime: z.ZodEnum<{
11140
+ ws: "ws";
10998
11141
  none: "none";
10999
11142
  "socket-io": "socket-io";
11000
- ws: "ws";
11001
11143
  partykit: "partykit";
11002
11144
  ably: "ably";
11003
11145
  pusher: "pusher";
@@ -11063,6 +11205,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11063
11205
  plausible: "plausible";
11064
11206
  umami: "umami";
11065
11207
  ga4: "ga4";
11208
+ "vercel-analytics": "vercel-analytics";
11066
11209
  }>;
11067
11210
  cms: z.ZodEnum<{
11068
11211
  none: "none";
@@ -11084,6 +11227,11 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11084
11227
  arcjet: "arcjet";
11085
11228
  "upstash-ratelimit": "upstash-ratelimit";
11086
11229
  }>;
11230
+ botProtection: z.ZodDefault<z.ZodEnum<{
11231
+ none: "none";
11232
+ botid: "botid";
11233
+ turnstile: "turnstile";
11234
+ }>>;
11087
11235
  i18n: z.ZodEnum<{
11088
11236
  none: "none";
11089
11237
  paraglide: "paraglide";
@@ -11121,9 +11269,9 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11121
11269
  }>;
11122
11270
  mobileUI: z.ZodEnum<{
11123
11271
  none: "none";
11124
- uniwind: "uniwind";
11125
11272
  tamagui: "tamagui";
11126
11273
  "gluestack-ui": "gluestack-ui";
11274
+ uniwind: "uniwind";
11127
11275
  unistyles: "unistyles";
11128
11276
  }>;
11129
11277
  mobileStorage: z.ZodEnum<{
@@ -11240,11 +11388,11 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11240
11388
  }>;
11241
11389
  rustLibraries: z.ZodArray<z.ZodEnum<{
11242
11390
  none: "none";
11391
+ config: "config";
11243
11392
  serde: "serde";
11244
11393
  uuid: "uuid";
11245
11394
  chrono: "chrono";
11246
11395
  reqwest: "reqwest";
11247
- config: "config";
11248
11396
  dashmap: "dashmap";
11249
11397
  "parking-lot": "parking-lot";
11250
11398
  secrecy: "secrecy";
@@ -11450,10 +11598,10 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11450
11598
  httprouter: "httprouter";
11451
11599
  }>;
11452
11600
  goOrm: z.ZodEnum<{
11601
+ gorm: "gorm";
11453
11602
  none: "none";
11454
11603
  bun: "bun";
11455
11604
  sqlx: "sqlx";
11456
- gorm: "gorm";
11457
11605
  sqlc: "sqlc";
11458
11606
  ent: "ent";
11459
11607
  }>;
@@ -11856,27 +12004,14 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11856
12004
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
11857
12005
  id: z.ZodString;
11858
12006
  role: z.ZodEnum<{
11859
- effect: "effect";
11860
- ai: "ai";
12007
+ runtime: "runtime";
12008
+ backend: "backend";
11861
12009
  database: "database";
11862
12010
  orm: "orm";
12011
+ dbSetup: "dbSetup";
11863
12012
  auth: "auth";
11864
12013
  payments: "payments";
11865
- frontend: "frontend";
11866
- examples: "examples";
11867
- packageManager: "packageManager";
11868
- dbSetup: "dbSetup";
11869
- backend: "backend";
11870
- runtime: "runtime";
11871
- api: "api";
11872
- stateManagement: "stateManagement";
11873
- forms: "forms";
11874
- testing: "testing";
11875
12014
  email: "email";
11876
- validation: "validation";
11877
- realtime: "realtime";
11878
- jobQueue: "jobQueue";
11879
- animation: "animation";
11880
12015
  fileUpload: "fileUpload";
11881
12016
  logging: "logging";
11882
12017
  observability: "observability";
@@ -11884,36 +12019,61 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11884
12019
  integrations: "integrations";
11885
12020
  ecommerce: "ecommerce";
11886
12021
  analytics: "analytics";
11887
- cms: "cms";
12022
+ stateManagement: "stateManagement";
12023
+ forms: "forms";
12024
+ validation: "validation";
12025
+ testing: "testing";
12026
+ realtime: "realtime";
12027
+ jobQueue: "jobQueue";
11888
12028
  caching: "caching";
11889
12029
  rateLimit: "rateLimit";
12030
+ botProtection: "botProtection";
12031
+ animation: "animation";
12032
+ cms: "cms";
11890
12033
  i18n: "i18n";
11891
12034
  search: "search";
11892
12035
  vectorDb: "vectorDb";
11893
12036
  fileStorage: "fileStorage";
11894
- config: "config";
12037
+ codeQuality: "codeQuality";
12038
+ documentation: "documentation";
12039
+ packageManager: "packageManager";
12040
+ examples: "examples";
12041
+ api: "api";
12042
+ workspaceRunner: "workspaceRunner";
12043
+ gitHooks: "gitHooks";
12044
+ staticAnalysis: "staticAnalysis";
12045
+ aiTooling: "aiTooling";
12046
+ codeGeneration: "codeGeneration";
12047
+ developerEnvironment: "developerEnvironment";
12048
+ containerOrchestration: "containerOrchestration";
12049
+ apiGateway: "apiGateway";
12050
+ continuousIntegration: "continuousIntegration";
12051
+ ai: "ai";
12052
+ effect: "effect";
12053
+ css: "css";
12054
+ ui: "ui";
12055
+ push: "push";
12056
+ frontend: "frontend";
11895
12057
  mobile: "mobile";
11896
12058
  graphql: "graphql";
11897
12059
  deploy: "deploy";
11898
12060
  migrations: "migrations";
11899
12061
  navigation: "navigation";
11900
- ui: "ui";
11901
- css: "css";
11902
12062
  storage: "storage";
11903
- push: "push";
11904
12063
  ota: "ota";
11905
12064
  deepLinking: "deepLinking";
11906
- documentation: "documentation";
11907
- codeQuality: "codeQuality";
11908
12065
  appPlatform: "appPlatform";
11909
12066
  dataFetching: "dataFetching";
11910
12067
  workspaceTooling: "workspaceTooling";
12068
+ toolchain: "toolchain";
12069
+ backendUtilities: "backendUtilities";
11911
12070
  language: "language";
11912
12071
  buildTool: "buildTool";
11913
12072
  cli: "cli";
11914
12073
  errorHandling: "errorHandling";
11915
12074
  httpClient: "httpClient";
11916
12075
  libraries: "libraries";
12076
+ config: "config";
11917
12077
  templating: "templating";
11918
12078
  cloudSdk: "cloudSdk";
11919
12079
  data: "data";
@@ -11981,13 +12141,13 @@ declare const InitResultSchema: z.ZodObject<{
11981
12141
  sequelize: "sequelize";
11982
12142
  }>;
11983
12143
  backend: z.ZodEnum<{
12144
+ effect: "effect";
11984
12145
  none: "none";
11985
12146
  hono: "hono";
11986
12147
  express: "express";
11987
12148
  fastify: "fastify";
11988
12149
  elysia: "elysia";
11989
12150
  fets: "fets";
11990
- effect: "effect";
11991
12151
  nestjs: "nestjs";
11992
12152
  adonisjs: "adonisjs";
11993
12153
  nitro: "nitro";
@@ -12039,6 +12199,7 @@ declare const InitResultSchema: z.ZodObject<{
12039
12199
  skills: "skills";
12040
12200
  turborepo: "turborepo";
12041
12201
  nx: "nx";
12202
+ "vite-plus": "vite-plus";
12042
12203
  fumadocs: "fumadocs";
12043
12204
  ultracite: "ultracite";
12044
12205
  oxlint: "oxlint";
@@ -12068,8 +12229,8 @@ declare const InitResultSchema: z.ZodObject<{
12068
12229
  capacitor: "capacitor";
12069
12230
  }>>;
12070
12231
  examples: z.ZodArray<z.ZodEnum<{
12071
- none: "none";
12072
12232
  ai: "ai";
12233
+ none: "none";
12073
12234
  "chat-sdk": "chat-sdk";
12074
12235
  "tanstack-showcase": "tanstack-showcase";
12075
12236
  }>>;
@@ -12186,8 +12347,8 @@ declare const InitResultSchema: z.ZodObject<{
12186
12347
  "ai-cli": "ai-cli";
12187
12348
  }>;
12188
12349
  effect: z.ZodEnum<{
12189
- none: "none";
12190
12350
  effect: "effect";
12351
+ none: "none";
12191
12352
  "effect-full": "effect-full";
12192
12353
  }>;
12193
12354
  stateManagement: z.ZodEnum<{
@@ -12240,6 +12401,7 @@ declare const InitResultSchema: z.ZodObject<{
12240
12401
  "styled-components": "styled-components";
12241
12402
  }>;
12242
12403
  uiLibrary: z.ZodEnum<{
12404
+ mui: "mui";
12243
12405
  none: "none";
12244
12406
  "shadcn-ui": "shadcn-ui";
12245
12407
  "shadcn-svelte": "shadcn-svelte";
@@ -12250,7 +12412,6 @@ declare const InitResultSchema: z.ZodObject<{
12250
12412
  "chakra-ui": "chakra-ui";
12251
12413
  nextui: "nextui";
12252
12414
  mantine: "mantine";
12253
- mui: "mui";
12254
12415
  antd: "antd";
12255
12416
  "base-ui": "base-ui";
12256
12417
  "ark-ui": "ark-ui";
@@ -12339,9 +12500,9 @@ declare const InitResultSchema: z.ZodObject<{
12339
12500
  "effect-schema": "effect-schema";
12340
12501
  }>;
12341
12502
  realtime: z.ZodEnum<{
12503
+ ws: "ws";
12342
12504
  none: "none";
12343
12505
  "socket-io": "socket-io";
12344
- ws: "ws";
12345
12506
  partykit: "partykit";
12346
12507
  ably: "ably";
12347
12508
  pusher: "pusher";
@@ -12407,6 +12568,7 @@ declare const InitResultSchema: z.ZodObject<{
12407
12568
  plausible: "plausible";
12408
12569
  umami: "umami";
12409
12570
  ga4: "ga4";
12571
+ "vercel-analytics": "vercel-analytics";
12410
12572
  }>;
12411
12573
  cms: z.ZodEnum<{
12412
12574
  none: "none";
@@ -12428,6 +12590,11 @@ declare const InitResultSchema: z.ZodObject<{
12428
12590
  arcjet: "arcjet";
12429
12591
  "upstash-ratelimit": "upstash-ratelimit";
12430
12592
  }>;
12593
+ botProtection: z.ZodDefault<z.ZodEnum<{
12594
+ none: "none";
12595
+ botid: "botid";
12596
+ turnstile: "turnstile";
12597
+ }>>;
12431
12598
  i18n: z.ZodEnum<{
12432
12599
  none: "none";
12433
12600
  paraglide: "paraglide";
@@ -12465,9 +12632,9 @@ declare const InitResultSchema: z.ZodObject<{
12465
12632
  }>;
12466
12633
  mobileUI: z.ZodEnum<{
12467
12634
  none: "none";
12468
- uniwind: "uniwind";
12469
12635
  tamagui: "tamagui";
12470
12636
  "gluestack-ui": "gluestack-ui";
12637
+ uniwind: "uniwind";
12471
12638
  unistyles: "unistyles";
12472
12639
  }>;
12473
12640
  mobileStorage: z.ZodEnum<{
@@ -12584,11 +12751,11 @@ declare const InitResultSchema: z.ZodObject<{
12584
12751
  }>;
12585
12752
  rustLibraries: z.ZodArray<z.ZodEnum<{
12586
12753
  none: "none";
12754
+ config: "config";
12587
12755
  serde: "serde";
12588
12756
  uuid: "uuid";
12589
12757
  chrono: "chrono";
12590
12758
  reqwest: "reqwest";
12591
- config: "config";
12592
12759
  dashmap: "dashmap";
12593
12760
  "parking-lot": "parking-lot";
12594
12761
  secrecy: "secrecy";
@@ -12794,10 +12961,10 @@ declare const InitResultSchema: z.ZodObject<{
12794
12961
  httprouter: "httprouter";
12795
12962
  }>;
12796
12963
  goOrm: z.ZodEnum<{
12964
+ gorm: "gorm";
12797
12965
  none: "none";
12798
12966
  bun: "bun";
12799
12967
  sqlx: "sqlx";
12800
- gorm: "gorm";
12801
12968
  sqlc: "sqlc";
12802
12969
  ent: "ent";
12803
12970
  }>;
@@ -13200,27 +13367,14 @@ declare const InitResultSchema: z.ZodObject<{
13200
13367
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
13201
13368
  id: z.ZodString;
13202
13369
  role: z.ZodEnum<{
13203
- effect: "effect";
13204
- ai: "ai";
13370
+ runtime: "runtime";
13371
+ backend: "backend";
13205
13372
  database: "database";
13206
13373
  orm: "orm";
13374
+ dbSetup: "dbSetup";
13207
13375
  auth: "auth";
13208
13376
  payments: "payments";
13209
- frontend: "frontend";
13210
- examples: "examples";
13211
- packageManager: "packageManager";
13212
- dbSetup: "dbSetup";
13213
- backend: "backend";
13214
- runtime: "runtime";
13215
- api: "api";
13216
- stateManagement: "stateManagement";
13217
- forms: "forms";
13218
- testing: "testing";
13219
13377
  email: "email";
13220
- validation: "validation";
13221
- realtime: "realtime";
13222
- jobQueue: "jobQueue";
13223
- animation: "animation";
13224
13378
  fileUpload: "fileUpload";
13225
13379
  logging: "logging";
13226
13380
  observability: "observability";
@@ -13228,36 +13382,61 @@ declare const InitResultSchema: z.ZodObject<{
13228
13382
  integrations: "integrations";
13229
13383
  ecommerce: "ecommerce";
13230
13384
  analytics: "analytics";
13231
- cms: "cms";
13385
+ stateManagement: "stateManagement";
13386
+ forms: "forms";
13387
+ validation: "validation";
13388
+ testing: "testing";
13389
+ realtime: "realtime";
13390
+ jobQueue: "jobQueue";
13232
13391
  caching: "caching";
13233
13392
  rateLimit: "rateLimit";
13393
+ botProtection: "botProtection";
13394
+ animation: "animation";
13395
+ cms: "cms";
13234
13396
  i18n: "i18n";
13235
13397
  search: "search";
13236
13398
  vectorDb: "vectorDb";
13237
13399
  fileStorage: "fileStorage";
13238
- config: "config";
13400
+ codeQuality: "codeQuality";
13401
+ documentation: "documentation";
13402
+ packageManager: "packageManager";
13403
+ examples: "examples";
13404
+ api: "api";
13405
+ workspaceRunner: "workspaceRunner";
13406
+ gitHooks: "gitHooks";
13407
+ staticAnalysis: "staticAnalysis";
13408
+ aiTooling: "aiTooling";
13409
+ codeGeneration: "codeGeneration";
13410
+ developerEnvironment: "developerEnvironment";
13411
+ containerOrchestration: "containerOrchestration";
13412
+ apiGateway: "apiGateway";
13413
+ continuousIntegration: "continuousIntegration";
13414
+ ai: "ai";
13415
+ effect: "effect";
13416
+ css: "css";
13417
+ ui: "ui";
13418
+ push: "push";
13419
+ frontend: "frontend";
13239
13420
  mobile: "mobile";
13240
13421
  graphql: "graphql";
13241
13422
  deploy: "deploy";
13242
13423
  migrations: "migrations";
13243
13424
  navigation: "navigation";
13244
- ui: "ui";
13245
- css: "css";
13246
13425
  storage: "storage";
13247
- push: "push";
13248
13426
  ota: "ota";
13249
13427
  deepLinking: "deepLinking";
13250
- documentation: "documentation";
13251
- codeQuality: "codeQuality";
13252
13428
  appPlatform: "appPlatform";
13253
13429
  dataFetching: "dataFetching";
13254
13430
  workspaceTooling: "workspaceTooling";
13431
+ toolchain: "toolchain";
13432
+ backendUtilities: "backendUtilities";
13255
13433
  language: "language";
13256
13434
  buildTool: "buildTool";
13257
13435
  cli: "cli";
13258
13436
  errorHandling: "errorHandling";
13259
13437
  httpClient: "httpClient";
13260
13438
  libraries: "libraries";
13439
+ config: "config";
13261
13440
  templating: "templating";
13262
13441
  cloudSdk: "cloudSdk";
13263
13442
  data: "data";
@@ -13302,11 +13481,11 @@ declare const InitResultSchema: z.ZodObject<{
13302
13481
  }, z.core.$strip>;
13303
13482
  declare const DATABASE_VALUES: ("none" | "sqlite" | "postgres" | "mysql" | "mongodb" | "edgedb" | "redis")[];
13304
13483
  declare const ORM_VALUES: ("none" | "drizzle" | "prisma" | "mongoose" | "typeorm" | "kysely" | "mikroorm" | "sequelize")[];
13305
- declare const BACKEND_VALUES: ("none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "effect" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self")[];
13484
+ declare const BACKEND_VALUES: ("effect" | "none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self")[];
13306
13485
  declare const RUNTIME_VALUES: ("none" | "bun" | "node" | "workers")[];
13307
13486
  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")[];
13308
- declare const ADDONS_VALUES: ("none" | "pwa" | "tauri" | "starlight" | "biome" | "lefthook" | "husky" | "knip" | "gitleaks" | "ruler" | "mcp" | "skills" | "turborepo" | "nx" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "msw" | "storybook" | "swr" | "tanstack-query" | "tanstack-table" | "tanstack-virtual" | "tanstack-db" | "tanstack-pacer" | "backend-utils" | "devcontainer" | "docker-compose" | "kong" | "github-actions" | "eslint" | "prettier" | "axios" | "firebase" | "graphql-codegen" | "openapi-typescript" | "apollo-client" | "electron" | "capacitor")[];
13309
- declare const EXAMPLES_VALUES: ("none" | "ai" | "chat-sdk" | "tanstack-showcase")[];
13487
+ 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")[];
13488
+ declare const EXAMPLES_VALUES: ("ai" | "none" | "chat-sdk" | "tanstack-showcase")[];
13310
13489
  declare const PACKAGE_MANAGER_VALUES: ("bun" | "npm" | "pnpm" | "yarn")[];
13311
13490
  declare const WORKSPACE_SHAPE_VALUES: ("monorepo" | "single-app")[];
13312
13491
  declare const VERSION_CHANNEL_VALUES: ("stable" | "latest" | "beta")[];
@@ -13316,19 +13495,20 @@ declare const AUTH_VALUES: ("none" | "better-auth" | "better-auth-organizations"
13316
13495
  declare const PAYMENTS_VALUES: ("none" | "revenuecat" | "polar" | "stripe" | "lemon-squeezy" | "paddle" | "paypal" | "dodo" | "creem" | "autumn" | "commet" | "xendit")[];
13317
13496
  declare const WEB_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
13318
13497
  declare const SERVER_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
13319
- declare const DIRECTORY_CONFLICT_VALUES: ("merge" | "overwrite" | "increment" | "error")[];
13320
- declare const TEMPLATE_VALUES: ("none" | "mern" | "pern" | "t3" | "saas" | "uniwind")[];
13498
+ declare const DIRECTORY_CONFLICT_VALUES: ("error" | "merge" | "overwrite" | "increment")[];
13499
+ declare const TEMPLATE_VALUES: ("none" | "uniwind" | "mern" | "pern" | "t3" | "saas")[];
13500
+ declare const PROJECT_SHAPE_VALUES: ("backend" | "frontend" | "mobile" | "fullstack")[];
13321
13501
  declare const ASTRO_INTEGRATION_VALUES: ("none" | "vue" | "svelte" | "solid" | "react")[];
13322
13502
  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")[];
13323
- declare const EFFECT_VALUES: ("none" | "effect" | "effect-full")[];
13503
+ declare const EFFECT_VALUES: ("effect" | "none" | "effect-full")[];
13324
13504
  declare const STATE_MANAGEMENT_VALUES: ("none" | "zustand" | "jotai" | "nanostores" | "redux-toolkit" | "mobx" | "xstate" | "valtio" | "tanstack-store" | "legend-state")[];
13325
13505
  declare const FORMS_VALUES: ("none" | "tanstack-form" | "react-hook-form" | "formik" | "final-form" | "conform" | "modular-forms")[];
13326
13506
  declare const TESTING_VALUES: ("none" | "vitest" | "playwright" | "vitest-playwright" | "jest" | "mocha" | "cypress")[];
13327
13507
  declare const EMAIL_VALUES: ("none" | "react-email" | "resend" | "nodemailer" | "postmark" | "sendgrid" | "aws-ses" | "mailgun" | "plunk")[];
13328
13508
  declare const CSS_FRAMEWORK_VALUES: ("none" | "tailwind" | "scss" | "less" | "postcss-only" | "styled-components")[];
13329
- declare const UI_LIBRARY_VALUES: ("none" | "shadcn-ui" | "shadcn-svelte" | "daisyui" | "radix-ui" | "headless-ui" | "park-ui" | "chakra-ui" | "nextui" | "mantine" | "mui" | "antd" | "base-ui" | "ark-ui" | "react-aria")[];
13509
+ declare const UI_LIBRARY_VALUES: ("mui" | "none" | "shadcn-ui" | "shadcn-svelte" | "daisyui" | "radix-ui" | "headless-ui" | "park-ui" | "chakra-ui" | "nextui" | "mantine" | "antd" | "base-ui" | "ark-ui" | "react-aria")[];
13330
13510
  declare const VALIDATION_VALUES: ("none" | "zod" | "valibot" | "arktype" | "typebox" | "typia" | "runtypes" | "effect-schema")[];
13331
- declare const REALTIME_VALUES: ("none" | "socket-io" | "ws" | "partykit" | "ably" | "pusher" | "liveblocks" | "yjs")[];
13511
+ declare const REALTIME_VALUES: ("ws" | "none" | "socket-io" | "partykit" | "ably" | "pusher" | "liveblocks" | "yjs")[];
13332
13512
  declare const JOB_QUEUE_VALUES: ("none" | "bullmq" | "trigger-dev" | "inngest" | "temporal")[];
13333
13513
  declare const ANIMATION_VALUES: ("none" | "framer-motion" | "gsap" | "react-spring" | "auto-animate" | "lottie")[];
13334
13514
  declare const FILE_UPLOAD_VALUES: ("none" | "uploadthing" | "filepond" | "uppy")[];
@@ -13337,9 +13517,9 @@ declare const OBSERVABILITY_VALUES: ("none" | "opentelemetry" | "signoz" | "sent
13337
13517
  declare const FEATURE_FLAGS_VALUES: ("none" | "growthbook" | "posthog" | "launchdarkly" | "flagsmith" | "unleash")[];
13338
13518
  declare const INTEGRATIONS_VALUES: ("none" | "nango")[];
13339
13519
  declare const ECOMMERCE_VALUES: ("none" | "medusa")[];
13340
- declare const ANALYTICS_VALUES: ("none" | "posthog" | "plausible" | "umami" | "ga4")[];
13520
+ declare const ANALYTICS_VALUES: ("none" | "posthog" | "plausible" | "umami" | "ga4" | "vercel-analytics")[];
13341
13521
  declare const MOBILE_NAVIGATION_VALUES: ("none" | "expo-router" | "react-navigation")[];
13342
- declare const MOBILE_UI_VALUES: ("none" | "uniwind" | "tamagui" | "gluestack-ui" | "unistyles")[];
13522
+ declare const MOBILE_UI_VALUES: ("none" | "tamagui" | "gluestack-ui" | "uniwind" | "unistyles")[];
13343
13523
  declare const MOBILE_STORAGE_VALUES: ("none" | "mmkv")[];
13344
13524
  declare const MOBILE_TESTING_VALUES: ("none" | "maestro" | "react-native-testing-library" | "maestro-react-native-testing-library")[];
13345
13525
  declare const MOBILE_PUSH_VALUES: ("none" | "expo-notifications")[];
@@ -13349,6 +13529,7 @@ declare const MOBILE_LIBRARIES_VALUES: ("none" | "expo-sqlite" | "expo-camera" |
13349
13529
  declare const CMS_VALUES: ("none" | "payload" | "sanity" | "strapi" | "tinacms" | "directus" | "keystatic" | "contentful")[];
13350
13530
  declare const CACHING_VALUES: ("none" | "redis" | "upstash-redis")[];
13351
13531
  declare const RATE_LIMIT_VALUES: ("none" | "arcjet" | "upstash-ratelimit")[];
13532
+ declare const BOT_PROTECTION_VALUES: ("none" | "botid" | "turnstile")[];
13352
13533
  declare const I18N_VALUES: ("none" | "paraglide" | "i18next" | "next-intl" | "intlayer")[];
13353
13534
  declare const SEARCH_VALUES: ("none" | "meilisearch" | "typesense" | "elasticsearch" | "opensearch" | "algolia" | "bleve")[];
13354
13535
  declare const VECTOR_DB_VALUES: ("none" | "pgvector" | "qdrant" | "chroma" | "pinecone")[];
@@ -13364,7 +13545,7 @@ declare const DART_MOBILE_VALUES: ("none" | "flutter")[];
13364
13545
  declare const RUST_ORM_VALUES: ("none" | "mongodb" | "sea-orm" | "sqlx" | "diesel" | "rusqlite" | "tokio-postgres")[];
13365
13546
  declare const RUST_API_VALUES: ("none" | "tonic" | "async-graphql" | "jsonrpsee")[];
13366
13547
  declare const RUST_CLI_VALUES: ("none" | "clap" | "ratatui")[];
13367
- 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")[];
13548
+ declare const RUST_LIBRARIES_VALUES: ("none" | "config" | "serde" | "uuid" | "chrono" | "reqwest" | "dashmap" | "parking-lot" | "secrecy" | "tokio-util" | "utoipa" | "validator" | "jsonwebtoken" | "argon2" | "tokio-test" | "mockall" | "proptest" | "insta" | "rand" | "regex" | "rayon" | "itertools" | "rstest" | "cargo-nextest" | "cargo-audit")[];
13368
13549
  declare const RUST_LOGGING_VALUES: ("none" | "tracing" | "env-logger")[];
13369
13550
  declare const RUST_ERROR_HANDLING_VALUES: ("none" | "anyhow-thiserror" | "eyre")[];
13370
13551
  declare const RUST_CACHING_VALUES: ("none" | "redis" | "moka")[];
@@ -13395,7 +13576,7 @@ declare const PYTHON_SERVER_VALUES: ("none" | "gunicorn")[];
13395
13576
  declare const PYTHON_PACKAGE_MANAGER_VALUES: ("none" | "uv" | "poetry")[];
13396
13577
  declare const PYTHON_MESSAGE_QUEUE_VALUES: ("none" | "confluent-kafka")[];
13397
13578
  declare const GO_WEB_FRAMEWORK_VALUES: ("none" | "gin" | "echo" | "fiber" | "chi" | "stdlib" | "go-zero" | "kratos" | "httprouter")[];
13398
- declare const GO_ORM_VALUES: ("none" | "bun" | "sqlx" | "gorm" | "sqlc" | "ent")[];
13579
+ declare const GO_ORM_VALUES: ("gorm" | "none" | "bun" | "sqlx" | "sqlc" | "ent")[];
13399
13580
  declare const GO_API_VALUES: ("none" | "grpc-go" | "gqlgen" | "grpc-gateway" | "connect-go" | "oapi-codegen")[];
13400
13581
  declare const GO_CLI_VALUES: ("none" | "cobra" | "bubbletea" | "urfave-cli")[];
13401
13582
  declare const GO_LOGGING_VALUES: ("none" | "zap" | "zerolog" | "slog" | "logrus")[];
@@ -13463,5 +13644,5 @@ declare const SHADCN_BASE_COLOR_VALUES: ("neutral" | "stone" | "zinc" | "gray")[
13463
13644
  declare const SHADCN_FONT_VALUES: ("inter" | "geist" | "noto-sans" | "nunito-sans" | "figtree" | "roboto" | "raleway" | "dm-sans" | "public-sans" | "outfit" | "jetbrains-mono" | "geist-mono")[];
13464
13645
  declare const SHADCN_RADIUS_VALUES: ("none" | "default" | "small" | "medium" | "large")[];
13465
13646
  //#endregion
13466
- export { DirectoryConflictSchema as $, SwiftMobileSchema as $a, RUST_CACHING_VALUES as $i, GoTemplatingSchema as $n, ObservabilitySchema as $r, ElixirJobsSchema as $t, CSS_FRAMEWORK_VALUES as A, SHADCN_BASE_COLOR_VALUES as Aa, PythonCachingSchema as Ai, GO_OBSERVABILITY_VALUES as An, KotlinMobileLibrariesSchema as Ar, ELIXIR_OBSERVABILITY_VALUES as At, DOTNET_DEPLOY_VALUES as B, ServerDeploySchema as Ba, PythonPackageManagerSchema as Bi, GoAuthSchema as Bn, MOBILE_TESTING_VALUES as Br, EcosystemSchema as Bt, BetterTStackConfigFileSchema as C, RustObservabilitySchema as Ca, PackageManagerSchema as Ci, GO_CACHING_VALUES as Cn, JavaLoggingSchema as Cr, ELIXIR_EMAIL_VALUES as Ct, CMSSchema as D, RustWebFrameworkSchema as Da, PythonAiSchema as Di, GO_LOGGING_VALUES as Dn, JobQueueSchema as Dr, ELIXIR_JOBS_VALUES as Dt, CLIInputSchema as E, RustTemplatingSchema as Ea, ProjectNameSchema as Ei, GO_DI_VALUES as En, JavaWebFrameworkSchema as Er, ELIXIR_I18N_VALUES as Et, DATABASE_VALUES as F, SHADCN_RADIUS_VALUES as Fa, PythonHttpClientSchema as Fi, GO_TEMPLATING_VALUES as Fn, MOBILE_LIBRARIES_VALUES as Fr, ELIXIR_VALIDATION_VALUES as Ft, DOTNET_ORM_VALUES as G, ShadcnIconLibrarySchema as Ga, PythonTestingSchema as Gi, GoLoggingSchema as Gn, MobileOTASchema as Gr, ElixirCachingSchema as Gt, DOTNET_JOB_QUEUE_VALUES as H, ShadcnBaseSchema as Ha, PythonRealtimeSchema as Hi, GoCliSchema as Hn, MobileDeepLinkingSchema as Hr, ElixirApiSchema as Ht, DIRECTORY_CONFLICT_VALUES as I, SHADCN_STYLE_VALUES as Ia, PythonMediaSchema as Ii, GO_TESTING_VALUES as In, MOBILE_NAVIGATION_VALUES as Ir, ELIXIR_WEB_FRAMEWORK_VALUES as It, DOTNET_VALIDATION_VALUES as J, StackPartEcosystemSchema as Ja, RATE_LIMIT_VALUES as Ji, GoObservabilitySchema as Jn, MobileTestingSchema as Jr, ElixirDocumentationSchema as Jt, DOTNET_REALTIME_VALUES as K, ShadcnRadiusSchema as Ka, PythonValidationSchema as Ki, GoMessageQueueSchema as Kn, MobilePushSchema as Kr, ElixirClusteringSchema as Kt, DOTNET_API_VALUES as L, STATE_MANAGEMENT_VALUES as La, PythonMessageQueueSchema as Li, GO_VALIDATION_VALUES as Ln, MOBILE_OTA_VALUES as Lr, EMAIL_VALUES as Lt, CreateInputSchema as M, SHADCN_COLOR_THEME_VALUES as Ma, PythonCloudSdkSchema as Mi, GO_PROTO_TOOLING_VALUES as Mn, LOGGING_VALUES as Mr, ELIXIR_QUALITY_VALUES as Mt, DART_MOBILE_VALUES as N, SHADCN_FONT_VALUES as Na, PythonDataSchema as Ni, GO_QUALITY_VALUES as Nn, LoggingSchema as Nr, ELIXIR_REALTIME_VALUES as Nt, CMS_VALUES as O, SEARCH_VALUES as Oa, PythonApiSchema as Oi, GO_MESSAGE_QUEUE_VALUES as On, KOTLIN_MOBILE_LIBRARIES_VALUES as Or, ELIXIR_JSON_VALUES as Ot, DATABASE_SETUP_VALUES as P, SHADCN_ICON_LIBRARY_VALUES as Pa, PythonGraphqlSchema as Pi, GO_REALTIME_VALUES as Pn, MOBILE_DEEP_LINKING_VALUES as Pr, ELIXIR_TESTING_VALUES as Pt, DatabaseSetupSchema as Q, StateManagementSchema as Qa, RUST_AUTH_VALUES as Qi, GoRealtimeSchema as Qn, ORM_VALUES as Qr, ElixirI18nSchema as Qt, DOTNET_AUTH_VALUES as R, SWIFT_MOBILE_VALUES as Ra, PythonObservabilitySchema as Ri, GO_WEB_FRAMEWORK_VALUES as Rn, MOBILE_PUSH_VALUES as Rr, EXAMPLES_VALUES as Rt, BetterFullstackConfigSchema as S, RustMessageQueueSchema as Sa, PYTHON_WEB_FRAMEWORK_VALUES as Si, GO_AUTH_VALUES as Sn, JavaLibrariesSchema as Sr, ELIXIR_DOCUMENTATION_VALUES as St, CACHING_VALUES as T, RustRealtimeSchema as Ta, ProjectConfigSchema as Ti, GO_CONFIG_VALUES as Tn, JavaTestingLibrariesSchema as Tr, ELIXIR_HTTP_VALUES as Tt, DOTNET_LIBRARIES_VALUES as U, ShadcnColorThemeSchema as Ua, PythonServerSchema as Ui, GoConfigSchema as Un, MobileLibrariesSchema as Ur, ElixirApplicationFrameworkSchema as Ut, DOTNET_FRONTEND_VALUES as V, ShadcnBaseColorSchema as Va, PythonQualitySchema as Vi, GoCachingSchema as Vn, MOBILE_UI_VALUES as Vr, EffectSchema as Vt, DOTNET_OBSERVABILITY_VALUES as W, ShadcnFontSchema as Wa, PythonTaskQueueSchema as Wi, GoDISchema as Wn, MobileNavigationSchema as Wr, ElixirAuthSchema as Wt, DartMobileSchema as X, StackPartSchema as Xa, RUNTIME_VALUES as Xi, GoProtoToolingSchema as Xn, OBSERVABILITY_VALUES as Xr, ElixirHttpSchema as Xt, DOTNET_WEB_FRAMEWORK_VALUES as Y, StackPartRoleSchema as Ya, REALTIME_VALUES as Yi, GoOrmSchema as Yn, MobileUISchema as Yr, ElixirEmailSchema as Yt, DatabaseSchema as Z, StackPartSourceSchema as Za, RUST_API_VALUES as Zi, GoQualitySchema as Zn, ORMSchema as Zr, ElixirHttpServerSchema as Zt, AstroIntegrationSchema as _, RustCliSchema as _a, PYTHON_REALTIME_VALUES as _i, FileStorageSchema as _n, JOB_QUEUE_VALUES as _r, ELIXIR_APPLICATION_FRAMEWORK_VALUES as _t, ANALYTICS_VALUES as a, RUST_MESSAGE_QUEUE_VALUES as aa, PYTHON_CACHING_VALUES as ai, ElixirRealtimeSchema as an, UI_LIBRARY_VALUES as ao, INTEGRATIONS_VALUES as ar, DotnetJobQueueSchema as at, BackendSchema as b, RustLibrariesSchema as ba, PYTHON_TESTING_VALUES as bi, FrontendSchema as bn, JavaBuildToolSchema as br, ELIXIR_CLUSTERING_VALUES as bt, API_VALUES as c, RUST_REALTIME_VALUES as ca, PYTHON_DATA_VALUES as ci, ElixirWebFrameworkSchema as cn, VERSION_CHANNEL_VALUES as co, JAVA_API_VALUES as cr, DotnetOrmSchema as ct, AUTH_VALUES as d, RateLimitSchema as da, PYTHON_MEDIA_VALUES as di, FEATURE_FLAGS_VALUES as dn, VersionChannelSchema as do, JAVA_LANGUAGE_VALUES as dr, DotnetValidationSchema as dt, RUST_CLI_VALUES as ea, PACKAGE_MANAGER_VALUES as ei, ElixirJsonSchema as en, TEMPLATE_VALUES as eo, GoTestingSchema as er, DotnetApiSchema as et, AddInputSchema as f, RealtimeSchema as fa, PYTHON_MESSAGE_QUEUE_VALUES as fi, FILE_STORAGE_VALUES as fn, WEB_DEPLOY_VALUES as fo, JAVA_LIBRARIES_VALUES as fr, DotnetWebFrameworkSchema as ft, AnimationSchema as g, RustCachingSchema as ga, PYTHON_QUALITY_VALUES as gi, FeatureFlagsSchema as gn, JAVA_WEB_FRAMEWORK_VALUES as gr, ELIXIR_API_VALUES as gt, AnalyticsSchema as h, RustAuthSchema as ha, PYTHON_PACKAGE_MANAGER_VALUES as hi, FRONTEND_VALUES as hn, WorkspaceShapeSchema as ho, JAVA_TESTING_LIBRARIES_VALUES as hr, EFFECT_VALUES as ht, AI_VALUES as i, RUST_LOGGING_VALUES as ia, PYTHON_AUTH_VALUES as ii, ElixirQualitySchema as in, UILibrarySchema as io, I18nSchema as ir, DotnetFrontendSchema as it, CachingSchema as j, SHADCN_BASE_VALUES as ja, PythonCliSchema as ji, GO_ORM_VALUES as jn, KotlinMobileSchema as jr, ELIXIR_ORM_VALUES as jt, CSSFrameworkSchema as k, SERVER_DEPLOY_VALUES as ka, PythonAuthSchema as ki, GO_MIGRATIONS_VALUES as kn, KOTLIN_MOBILE_VALUES as kr, ELIXIR_LIBRARIES_VALUES as kt, APP_PLATFORM_ADDON_VALUES as l, RUST_TEMPLATING_VALUES as la, PYTHON_GRAPHQL_VALUES as li, EmailSchema as ln, ValidationSchema as lo, JAVA_AUTH_VALUES as lr, DotnetRealtimeSchema as lt, AiDocsSchema as m, RustApiSchema as ma, PYTHON_ORM_VALUES as mi, FORMS_VALUES as mn, WebDeploySchema as mo, JAVA_ORM_VALUES as mr, ECOSYSTEM_VALUES as mt, AISchema as n, RUST_FRONTEND_VALUES as na, PYTHON_AI_VALUES as ni, ElixirObservabilitySchema as nn, TemplateSchema as no, GoWebFrameworkSchema as nr, DotnetCachingSchema as nt, ANIMATION_VALUES as o, RUST_OBSERVABILITY_VALUES as oa, PYTHON_CLI_VALUES as oi, ElixirTestingSchema as on, VALIDATION_VALUES as oo, InitResultSchema as or, DotnetLibrariesSchema as ot, AddonsSchema as p, RuntimeSchema as pa, PYTHON_OBSERVABILITY_VALUES as pi, FILE_UPLOAD_VALUES as pn, WORKSPACE_SHAPE_VALUES as po, JAVA_LOGGING_VALUES as pr, ECOMMERCE_VALUES as pt, DOTNET_TESTING_VALUES as q, ShadcnStyleSchema as qa, PythonWebFrameworkSchema as qi, GoMigrationsSchema as qn, MobileStorageSchema as qr, ElixirDeploySchema as qt, AI_DOCS_VALUES as r, RUST_LIBRARIES_VALUES as ra, PYTHON_API_VALUES as ri, ElixirOrmSchema as rn, TestingSchema as ro, I18N_VALUES as rr, DotnetDeploySchema as rt, APISchema as s, RUST_ORM_VALUES as sa, PYTHON_CLOUD_SDK_VALUES as si, ElixirValidationSchema as sn, VECTOR_DB_VALUES as so, IntegrationsSchema as sr, DotnetObservabilitySchema as st, ADDONS_VALUES as t, RUST_ERROR_HANDLING_VALUES as ta, PAYMENTS_VALUES as ti, ElixirLibrariesSchema as tn, TESTING_VALUES as to, GoValidationSchema as tr, DotnetAuthSchema as tt, ASTRO_INTEGRATION_VALUES as u, RUST_WEB_FRAMEWORK_VALUES as ua, PYTHON_HTTP_CLIENT_VALUES as ui, ExamplesSchema as un, VectorDbSchema as uo, JAVA_BUILD_TOOL_VALUES as ur, DotnetTestingSchema as ut, AuthSchema as v, RustErrorHandlingSchema as va, PYTHON_SERVER_VALUES as vi, FileUploadSchema as vn, JavaApiSchema as vr, ELIXIR_AUTH_VALUES as vt, BetterTStackConfigSchema as w, RustOrmSchema as wa, PaymentsSchema as wi, GO_CLI_VALUES as wn, JavaOrmSchema as wr, ELIXIR_HTTP_SERVER_VALUES as wt, BetterFullstackConfigFileSchema as x, RustLoggingSchema as xa, PYTHON_VALIDATION_VALUES as xi, GO_API_VALUES as xn, JavaLanguageSchema as xr, ELIXIR_DEPLOY_VALUES as xt, BACKEND_VALUES as y, RustFrontendSchema as ya, PYTHON_TASK_QUEUE_VALUES as yi, FormsSchema as yn, JavaAuthSchema as yr, ELIXIR_CACHING_VALUES as yt, DOTNET_CACHING_VALUES as z, SearchSchema as za, PythonOrmSchema as zi, GoApiSchema as zn, MOBILE_STORAGE_VALUES as zr, EcommerceSchema as zt };
13467
- //# sourceMappingURL=schemas-GnlaSaAD.d.mts.map
13647
+ export { DatabaseSchema as $, StackPartRoleSchema 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_STYLE_VALUES as Ba, PythonMediaSchema as Bi, GO_WEB_FRAMEWORK_VALUES as Bn, MOBILE_PUSH_VALUES as Br, EXAMPLES_VALUES as Bt, BetterFullstackConfigSchema as C, RustFrontendSchema as Ca, PYTHON_TESTING_VALUES as Ci, GO_API_VALUES as Cn, JavaLanguageSchema as Cr, ELIXIR_DEPLOY_VALUES as Ct, CACHING_VALUES as D, RustObservabilitySchema as Da, PaymentsSchema as Di, GO_CONFIG_VALUES as Dn, JavaTestingLibrariesSchema as Dr, ELIXIR_HTTP_VALUES as Dt, BotProtectionSchema as E, RustMessageQueueSchema as Ea, PackageManagerSchema as Ei, GO_CLI_VALUES as En, JavaOrmSchema as Er, ELIXIR_HTTP_SERVER_VALUES as Et, DART_MOBILE_VALUES as F, SHADCN_BASE_VALUES as Fa, PythonCliSchema as Fi, GO_QUALITY_VALUES as Fn, LoggingSchema as Fr, ELIXIR_REALTIME_VALUES as Ft, DOTNET_LIBRARIES_VALUES as G, ShadcnBaseColorSchema as Ga, PythonQualitySchema as Gi, GoConfigSchema as Gn, MobileLibrariesSchema as Gr, ElixirApplicationFrameworkSchema as Gt, DOTNET_DEPLOY_VALUES as H, SWIFT_MOBILE_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, ShadcnFontSchema as Ja, PythonTaskQueueSchema as Ji, GoMessageQueueSchema as Jn, MobilePushSchema as Jr, ElixirClusteringSchema as Jt, DOTNET_OBSERVABILITY_VALUES as K, ShadcnBaseSchema 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, StackPartEcosystemSchema as Qa, RATE_LIMIT_VALUES as Qi, GoProtoToolingSchema as Qn, OBSERVABILITY_VALUES as Qr, ElixirHttpSchema as Qt, DIRECTORY_CONFLICT_VALUES as R, SHADCN_ICON_LIBRARY_VALUES as Ra, PythonGraphqlSchema as Ri, GO_TESTING_VALUES as Rn, MOBILE_NAVIGATION_VALUES as Rr, ELIXIR_WEB_FRAMEWORK_VALUES as Rt, BetterFullstackConfigFileSchema as S, RustErrorHandlingSchema as Sa, PYTHON_TASK_QUEUE_VALUES as Si, FrontendSchema as Sn, JavaBuildToolSchema as Sr, ELIXIR_CLUSTERING_VALUES as St, BetterTStackConfigSchema as T, RustLoggingSchema as Ta, PYTHON_WEB_FRAMEWORK_VALUES as Ti, GO_CACHING_VALUES as Tn, JavaLoggingSchema as Tr, ELIXIR_EMAIL_VALUES as Tt, DOTNET_FRONTEND_VALUES as U, SearchSchema as Ua, PythonOrmSchema as Ui, GoCachingSchema as Un, MOBILE_UI_VALUES as Ur, EffectSchema as Ut, DOTNET_CACHING_VALUES as V, STATE_MANAGEMENT_VALUES as Va, PythonMessageQueueSchema as Vi, GoApiSchema as Vn, MOBILE_STORAGE_VALUES as Vr, EcommerceSchema as Vt, DOTNET_JOB_QUEUE_VALUES as W, ServerDeploySchema as Wa, PythonPackageManagerSchema as Wi, GoCliSchema as Wn, MobileDeepLinkingSchema as Wr, ElixirApiSchema as Wt, DOTNET_VALIDATION_VALUES as X, ShadcnRadiusSchema as Xa, PythonValidationSchema as Xi, GoObservabilitySchema as Xn, MobileTestingSchema as Xr, ElixirDocumentationSchema as Xt, DOTNET_TESTING_VALUES as Y, ShadcnIconLibrarySchema as Ya, PythonTestingSchema as Yi, GoMigrationsSchema as Yn, MobileStorageSchema as Yr, ElixirDeploySchema as Yt, DOTNET_WEB_FRAMEWORK_VALUES as Z, ShadcnStyleSchema 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, WORKSPACE_SHAPE_VALUES 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, TESTING_VALUES 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, 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, UILibrarySchema 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, VECTOR_DB_VALUES as do, JAVA_AUTH_VALUES as dr, DotnetRealtimeSchema as dt, RUNTIME_VALUES as ea, ORM_VALUES as ei, ElixirI18nSchema as en, StackPartSchema as eo, GoRealtimeSchema as er, DatabaseSetupSchema as et, AddInputSchema as f, RUST_REALTIME_VALUES as fa, PYTHON_GRAPHQL_VALUES as fi, ExamplesSchema as fn, VERSION_CHANNEL_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, WEB_DEPLOY_VALUES 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, VersionChannelSchema 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, TEMPLATE_VALUES 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, UI_LIBRARY_VALUES 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, VectorDbSchema 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, StateManagementSchema 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, TemplateSchema 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, ValidationSchema as po, JAVA_LANGUAGE_VALUES as pr, DotnetValidationSchema as pt, DOTNET_ORM_VALUES as q, ShadcnColorThemeSchema 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, SwiftMobileSchema as ro, GoValidationSchema as rr, DotnetAuthSchema as rt, APISchema as s, RUST_LIBRARIES_VALUES as sa, PYTHON_AUTH_VALUES as si, ElixirRealtimeSchema as sn, TestingSchema as so, INTEGRATIONS_VALUES as sr, DotnetJobQueueSchema as st, ADDONS_VALUES as t, RUST_API_VALUES as ta, ObservabilitySchema as ti, ElixirJobsSchema as tn, StackPartSourceSchema 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, VALIDATION_VALUES 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, WebDeploySchema 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, JavaAuthSchema as xr, ELIXIR_CACHING_VALUES as xt, BACKEND_VALUES as y, RustAuthSchema as ya, PYTHON_QUALITY_VALUES as yi, FileStorageSchema as yn, WorkspaceShapeSchema 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 };
13648
+ //# sourceMappingURL=schemas-ah-Pon-K.d.mts.map