@better-fullstack/types 2.6.3 → 2.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/dist/{defaults-c1Q6oSGr.d.mts → defaults-2siC1CqU.d.mts} +2 -2
  2. package/dist/defaults-2siC1CqU.d.mts.map +1 -0
  3. package/dist/{defaults-DTS30ICD.mjs → defaults-nq08Mnf5.mjs} +2 -1
  4. package/dist/defaults-nq08Mnf5.mjs.map +1 -0
  5. package/dist/defaults.d.mts +3 -3
  6. package/dist/defaults.mjs +1 -1
  7. package/dist/index.d.mts +22 -21
  8. package/dist/index.d.mts.map +1 -1
  9. package/dist/index.mjs +15 -6
  10. package/dist/index.mjs.map +1 -1
  11. package/dist/json-schema.d.mts +410 -362
  12. package/dist/json-schema.d.mts.map +1 -1
  13. package/dist/json-schema.mjs +1 -1
  14. package/dist/{schemas-byZ-ZfU_.d.mts → schemas-CBplkYwu.d.mts} +684 -635
  15. package/dist/schemas-CBplkYwu.d.mts.map +1 -0
  16. package/dist/{schemas-cgmdgudQ.mjs → schemas-CywxHrK2.mjs} +8 -2
  17. package/dist/schemas-CywxHrK2.mjs.map +1 -0
  18. package/dist/schemas.d.mts +2 -2
  19. package/dist/schemas.mjs +2 -2
  20. package/dist/{stack-graph-Oj-P0cij.mjs → stack-graph-6mobDYUo.mjs} +52 -10
  21. package/dist/stack-graph-6mobDYUo.mjs.map +1 -0
  22. package/dist/{stack-graph-BuGqVDuz.d.mts → stack-graph-CmMyv1fu.d.mts} +2 -2
  23. package/dist/{stack-graph-BuGqVDuz.d.mts.map → stack-graph-CmMyv1fu.d.mts.map} +1 -1
  24. package/dist/stack-graph.d.mts +3 -3
  25. package/dist/stack-graph.mjs +2 -2
  26. package/dist/{stack-translation-49iba9M5.mjs → stack-translation-CavXg_BJ.mjs} +152 -15
  27. package/dist/stack-translation-CavXg_BJ.mjs.map +1 -0
  28. package/dist/{stack-translation-PRZPaQP4.d.mts → stack-translation-DwF-iWnN.d.mts} +12 -6
  29. package/dist/stack-translation-DwF-iWnN.d.mts.map +1 -0
  30. package/dist/stack-translation.d.mts +5 -5
  31. package/dist/stack-translation.mjs +4 -4
  32. package/dist/{telemetry-C9qQ80l9.mjs → telemetry--r3iKqHM.mjs} +6 -4
  33. package/dist/telemetry--r3iKqHM.mjs.map +1 -0
  34. package/dist/{telemetry-CUtrUTe9.d.mts → telemetry-D4mP-fTC.d.mts} +3 -3
  35. package/dist/telemetry-D4mP-fTC.d.mts.map +1 -0
  36. package/dist/telemetry.d.mts +1 -1
  37. package/dist/telemetry.mjs +4 -4
  38. package/dist/{types-DA-r_8X7.d.mts → types-DgPd7BLf.d.mts} +4 -3
  39. package/dist/types-DgPd7BLf.d.mts.map +1 -0
  40. package/dist/types.d.mts +3 -3
  41. package/package.json +2 -2
  42. package/dist/defaults-DTS30ICD.mjs.map +0 -1
  43. package/dist/defaults-c1Q6oSGr.d.mts.map +0 -1
  44. package/dist/schemas-byZ-ZfU_.d.mts.map +0 -1
  45. package/dist/schemas-cgmdgudQ.mjs.map +0 -1
  46. package/dist/stack-graph-Oj-P0cij.mjs.map +0 -1
  47. package/dist/stack-translation-49iba9M5.mjs.map +0 -1
  48. package/dist/stack-translation-PRZPaQP4.d.mts.map +0 -1
  49. package/dist/telemetry-C9qQ80l9.mjs.map +0 -1
  50. package/dist/telemetry-CUtrUTe9.d.mts.map +0 -1
  51. package/dist/types-DA-r_8X7.d.mts.map +0 -1
@@ -22,14 +22,28 @@ 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
- runtime: "runtime";
25
+ effect: "effect";
26
+ ai: "ai";
27
+ frontend: "frontend";
26
28
  backend: "backend";
29
+ mobile: "mobile";
27
30
  database: "database";
28
31
  orm: "orm";
29
- dbSetup: "dbSetup";
30
32
  auth: "auth";
31
33
  payments: "payments";
34
+ examples: "examples";
35
+ packageManager: "packageManager";
36
+ dbSetup: "dbSetup";
37
+ runtime: "runtime";
38
+ api: "api";
39
+ stateManagement: "stateManagement";
40
+ forms: "forms";
41
+ testing: "testing";
32
42
  email: "email";
43
+ validation: "validation";
44
+ realtime: "realtime";
45
+ jobQueue: "jobQueue";
46
+ animation: "animation";
33
47
  fileUpload: "fileUpload";
34
48
  logging: "logging";
35
49
  observability: "observability";
@@ -37,53 +51,41 @@ declare const StackPartRoleSchema: z.ZodEnum<{
37
51
  integrations: "integrations";
38
52
  ecommerce: "ecommerce";
39
53
  analytics: "analytics";
40
- stateManagement: "stateManagement";
41
- forms: "forms";
42
- validation: "validation";
43
- testing: "testing";
44
- realtime: "realtime";
45
- jobQueue: "jobQueue";
54
+ webMcp: "webMcp";
55
+ cms: "cms";
46
56
  caching: "caching";
47
57
  rateLimit: "rateLimit";
48
58
  botProtection: "botProtection";
49
- animation: "animation";
50
- cms: "cms";
51
59
  i18n: "i18n";
52
60
  search: "search";
53
61
  vectorDb: "vectorDb";
54
62
  fileStorage: "fileStorage";
55
- codeQuality: "codeQuality";
56
- documentation: "documentation";
57
- packageManager: "packageManager";
58
- examples: "examples";
59
- api: "api";
60
- workspaceRunner: "workspaceRunner";
61
- gitHooks: "gitHooks";
62
- staticAnalysis: "staticAnalysis";
63
- aiTooling: "aiTooling";
64
- codeGeneration: "codeGeneration";
65
- developerEnvironment: "developerEnvironment";
66
- containerOrchestration: "containerOrchestration";
67
- apiGateway: "apiGateway";
68
- continuousIntegration: "continuousIntegration";
69
- ai: "ai";
70
- effect: "effect";
71
- css: "css";
72
- ui: "ui";
73
- push: "push";
74
- frontend: "frontend";
75
- mobile: "mobile";
63
+ config: "config";
76
64
  graphql: "graphql";
77
65
  deploy: "deploy";
78
66
  migrations: "migrations";
79
67
  navigation: "navigation";
68
+ ui: "ui";
69
+ css: "css";
80
70
  storage: "storage";
71
+ push: "push";
81
72
  ota: "ota";
82
73
  deepLinking: "deepLinking";
74
+ documentation: "documentation";
75
+ codeQuality: "codeQuality";
83
76
  appPlatform: "appPlatform";
84
77
  dataFetching: "dataFetching";
85
78
  workspaceTooling: "workspaceTooling";
86
79
  toolchain: "toolchain";
80
+ workspaceRunner: "workspaceRunner";
81
+ gitHooks: "gitHooks";
82
+ staticAnalysis: "staticAnalysis";
83
+ aiTooling: "aiTooling";
84
+ codeGeneration: "codeGeneration";
85
+ developerEnvironment: "developerEnvironment";
86
+ containerOrchestration: "containerOrchestration";
87
+ apiGateway: "apiGateway";
88
+ continuousIntegration: "continuousIntegration";
87
89
  backendUtilities: "backendUtilities";
88
90
  language: "language";
89
91
  buildTool: "buildTool";
@@ -91,7 +93,6 @@ declare const StackPartRoleSchema: z.ZodEnum<{
91
93
  errorHandling: "errorHandling";
92
94
  httpClient: "httpClient";
93
95
  libraries: "libraries";
94
- config: "config";
95
96
  templating: "templating";
96
97
  cloudSdk: "cloudSdk";
97
98
  data: "data";
@@ -100,8 +101,8 @@ declare const StackPartRoleSchema: z.ZodEnum<{
100
101
  messageQueue: "messageQueue";
101
102
  }>;
102
103
  declare const StackPartSourceSchema: z.ZodEnum<{
103
- selected: "selected";
104
104
  defaulted: "defaulted";
105
+ selected: "selected";
105
106
  provided: "provided";
106
107
  legacy: "legacy";
107
108
  adjusted: "adjusted";
@@ -109,14 +110,28 @@ declare const StackPartSourceSchema: z.ZodEnum<{
109
110
  declare const StackPartSchema: z.ZodObject<{
110
111
  id: z.ZodString;
111
112
  role: z.ZodEnum<{
112
- runtime: "runtime";
113
+ effect: "effect";
114
+ ai: "ai";
115
+ frontend: "frontend";
113
116
  backend: "backend";
117
+ mobile: "mobile";
114
118
  database: "database";
115
119
  orm: "orm";
116
- dbSetup: "dbSetup";
117
120
  auth: "auth";
118
121
  payments: "payments";
122
+ examples: "examples";
123
+ packageManager: "packageManager";
124
+ dbSetup: "dbSetup";
125
+ runtime: "runtime";
126
+ api: "api";
127
+ stateManagement: "stateManagement";
128
+ forms: "forms";
129
+ testing: "testing";
119
130
  email: "email";
131
+ validation: "validation";
132
+ realtime: "realtime";
133
+ jobQueue: "jobQueue";
134
+ animation: "animation";
120
135
  fileUpload: "fileUpload";
121
136
  logging: "logging";
122
137
  observability: "observability";
@@ -124,53 +139,41 @@ declare const StackPartSchema: z.ZodObject<{
124
139
  integrations: "integrations";
125
140
  ecommerce: "ecommerce";
126
141
  analytics: "analytics";
127
- stateManagement: "stateManagement";
128
- forms: "forms";
129
- validation: "validation";
130
- testing: "testing";
131
- realtime: "realtime";
132
- jobQueue: "jobQueue";
142
+ webMcp: "webMcp";
143
+ cms: "cms";
133
144
  caching: "caching";
134
145
  rateLimit: "rateLimit";
135
146
  botProtection: "botProtection";
136
- animation: "animation";
137
- cms: "cms";
138
147
  i18n: "i18n";
139
148
  search: "search";
140
149
  vectorDb: "vectorDb";
141
150
  fileStorage: "fileStorage";
142
- codeQuality: "codeQuality";
143
- documentation: "documentation";
144
- packageManager: "packageManager";
145
- examples: "examples";
146
- api: "api";
147
- workspaceRunner: "workspaceRunner";
148
- gitHooks: "gitHooks";
149
- staticAnalysis: "staticAnalysis";
150
- aiTooling: "aiTooling";
151
- codeGeneration: "codeGeneration";
152
- developerEnvironment: "developerEnvironment";
153
- containerOrchestration: "containerOrchestration";
154
- apiGateway: "apiGateway";
155
- continuousIntegration: "continuousIntegration";
156
- ai: "ai";
157
- effect: "effect";
158
- css: "css";
159
- ui: "ui";
160
- push: "push";
161
- frontend: "frontend";
162
- mobile: "mobile";
151
+ config: "config";
163
152
  graphql: "graphql";
164
153
  deploy: "deploy";
165
154
  migrations: "migrations";
166
155
  navigation: "navigation";
156
+ ui: "ui";
157
+ css: "css";
167
158
  storage: "storage";
159
+ push: "push";
168
160
  ota: "ota";
169
161
  deepLinking: "deepLinking";
162
+ documentation: "documentation";
163
+ codeQuality: "codeQuality";
170
164
  appPlatform: "appPlatform";
171
165
  dataFetching: "dataFetching";
172
166
  workspaceTooling: "workspaceTooling";
173
167
  toolchain: "toolchain";
168
+ workspaceRunner: "workspaceRunner";
169
+ gitHooks: "gitHooks";
170
+ staticAnalysis: "staticAnalysis";
171
+ aiTooling: "aiTooling";
172
+ codeGeneration: "codeGeneration";
173
+ developerEnvironment: "developerEnvironment";
174
+ containerOrchestration: "containerOrchestration";
175
+ apiGateway: "apiGateway";
176
+ continuousIntegration: "continuousIntegration";
174
177
  backendUtilities: "backendUtilities";
175
178
  language: "language";
176
179
  buildTool: "buildTool";
@@ -178,7 +181,6 @@ declare const StackPartSchema: z.ZodObject<{
178
181
  errorHandling: "errorHandling";
179
182
  httpClient: "httpClient";
180
183
  libraries: "libraries";
181
- config: "config";
182
184
  templating: "templating";
183
185
  cloudSdk: "cloudSdk";
184
186
  data: "data";
@@ -199,8 +201,8 @@ declare const StackPartSchema: z.ZodObject<{
199
201
  }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
200
202
  ownerPartId: z.ZodOptional<z.ZodString>;
201
203
  source: z.ZodEnum<{
202
- selected: "selected";
203
204
  defaulted: "defaulted";
205
+ selected: "selected";
204
206
  provided: "provided";
205
207
  legacy: "legacy";
206
208
  adjusted: "adjusted";
@@ -229,13 +231,13 @@ declare const ORMSchema: z.ZodEnum<{
229
231
  sequelize: "sequelize";
230
232
  }>;
231
233
  declare const BackendSchema: z.ZodEnum<{
232
- effect: "effect";
233
234
  none: "none";
234
235
  hono: "hono";
235
236
  express: "express";
236
237
  fastify: "fastify";
237
238
  elysia: "elysia";
238
239
  fets: "fets";
240
+ effect: "effect";
239
241
  nestjs: "nestjs";
240
242
  adonisjs: "adonisjs";
241
243
  nitro: "nitro";
@@ -326,8 +328,8 @@ declare const AddonsSchema: z.ZodEnum<{
326
328
  /** @deprecated Use tooling capability metadata and Stack Part role bindings. */
327
329
  declare const APP_PLATFORM_ADDON_VALUES: readonly ["pwa", "tauri", "electron", "capacitor", "wxt", "opentui"];
328
330
  declare const ExamplesSchema: z.ZodEnum<{
329
- ai: "ai";
330
331
  none: "none";
332
+ ai: "ai";
331
333
  "chat-sdk": "chat-sdk";
332
334
  "tanstack-showcase": "tanstack-showcase";
333
335
  }>;
@@ -435,8 +437,8 @@ declare const AISchema: z.ZodEnum<{
435
437
  "ai-cli": "ai-cli";
436
438
  }>;
437
439
  declare const EffectSchema: z.ZodEnum<{
438
- effect: "effect";
439
440
  none: "none";
441
+ effect: "effect";
440
442
  "effect-full": "effect-full";
441
443
  }>;
442
444
  declare const StateManagementSchema: z.ZodEnum<{
@@ -491,9 +493,9 @@ declare const EmailSchema: z.ZodEnum<{
491
493
  plunk: "plunk";
492
494
  }>;
493
495
  declare const RealtimeSchema: z.ZodEnum<{
494
- ws: "ws";
495
496
  none: "none";
496
497
  "socket-io": "socket-io";
498
+ ws: "ws";
497
499
  partykit: "partykit";
498
500
  ably: "ably";
499
501
  pusher: "pusher";
@@ -616,6 +618,10 @@ declare const AnalyticsSchema: z.ZodEnum<{
616
618
  ga4: "ga4";
617
619
  "vercel-analytics": "vercel-analytics";
618
620
  }>;
621
+ declare const WebMcpSchema: z.ZodEnum<{
622
+ none: "none";
623
+ enabled: "enabled";
624
+ }>;
619
625
  declare const MobileNavigationSchema: z.ZodEnum<{
620
626
  none: "none";
621
627
  "expo-router": "expo-router";
@@ -623,9 +629,9 @@ declare const MobileNavigationSchema: z.ZodEnum<{
623
629
  }>;
624
630
  declare const MobileUISchema: z.ZodEnum<{
625
631
  none: "none";
632
+ uniwind: "uniwind";
626
633
  tamagui: "tamagui";
627
634
  "gluestack-ui": "gluestack-ui";
628
- uniwind: "uniwind";
629
635
  unistyles: "unistyles";
630
636
  }>;
631
637
  declare const MobileStorageSchema: z.ZodEnum<{
@@ -742,11 +748,11 @@ declare const RustCliSchema: z.ZodEnum<{
742
748
  }>;
743
749
  declare const RustLibrariesSchema: z.ZodEnum<{
744
750
  none: "none";
745
- config: "config";
746
751
  serde: "serde";
747
752
  uuid: "uuid";
748
753
  chrono: "chrono";
749
754
  reqwest: "reqwest";
755
+ config: "config";
750
756
  dashmap: "dashmap";
751
757
  "parking-lot": "parking-lot";
752
758
  secrecy: "secrecy";
@@ -952,10 +958,10 @@ declare const GoWebFrameworkSchema: z.ZodEnum<{
952
958
  httprouter: "httprouter";
953
959
  }>;
954
960
  declare const GoOrmSchema: z.ZodEnum<{
955
- gorm: "gorm";
956
961
  none: "none";
957
962
  bun: "bun";
958
963
  sqlx: "sqlx";
964
+ gorm: "gorm";
959
965
  sqlc: "sqlc";
960
966
  ent: "ent";
961
967
  }>;
@@ -1364,7 +1370,6 @@ declare const CSSFrameworkSchema: z.ZodEnum<{
1364
1370
  "styled-components": "styled-components";
1365
1371
  }>;
1366
1372
  declare const UILibrarySchema: z.ZodEnum<{
1367
- mui: "mui";
1368
1373
  none: "none";
1369
1374
  "shadcn-ui": "shadcn-ui";
1370
1375
  "shadcn-svelte": "shadcn-svelte";
@@ -1375,6 +1380,7 @@ declare const UILibrarySchema: z.ZodEnum<{
1375
1380
  "chakra-ui": "chakra-ui";
1376
1381
  nextui: "nextui";
1377
1382
  mantine: "mantine";
1383
+ mui: "mui";
1378
1384
  antd: "antd";
1379
1385
  "base-ui": "base-ui";
1380
1386
  "ark-ui": "ark-ui";
@@ -1535,41 +1541,41 @@ declare const StackPartSettingsSchema: z.ZodObject<{
1535
1541
  }>>;
1536
1542
  }, z.core.$catchall<z.ZodUnknown>>;
1537
1543
  declare const DirectoryConflictSchema: z.ZodEnum<{
1538
- error: "error";
1539
1544
  merge: "merge";
1540
1545
  overwrite: "overwrite";
1541
1546
  increment: "increment";
1547
+ error: "error";
1542
1548
  }>;
1543
1549
  declare const TemplateSchema: z.ZodEnum<{
1544
1550
  none: "none";
1545
- uniwind: "uniwind";
1546
1551
  mern: "mern";
1547
1552
  pern: "pern";
1548
1553
  t3: "t3";
1549
1554
  saas: "saas";
1555
+ uniwind: "uniwind";
1550
1556
  }>;
1551
1557
  declare const ProjectShapeSchema: z.ZodEnum<{
1552
- backend: "backend";
1558
+ fullstack: "fullstack";
1553
1559
  frontend: "frontend";
1560
+ backend: "backend";
1554
1561
  mobile: "mobile";
1555
- fullstack: "fullstack";
1556
1562
  }>;
1557
1563
  declare const ProjectNameSchema: z.ZodString;
1558
1564
  declare const CreateInputSchema: z.ZodObject<{
1559
1565
  projectName: z.ZodOptional<z.ZodString>;
1560
1566
  template: z.ZodOptional<z.ZodEnum<{
1561
1567
  none: "none";
1562
- uniwind: "uniwind";
1563
1568
  mern: "mern";
1564
1569
  pern: "pern";
1565
1570
  t3: "t3";
1566
1571
  saas: "saas";
1572
+ uniwind: "uniwind";
1567
1573
  }>>;
1568
1574
  shape: z.ZodOptional<z.ZodEnum<{
1569
- backend: "backend";
1575
+ fullstack: "fullstack";
1570
1576
  frontend: "frontend";
1577
+ backend: "backend";
1571
1578
  mobile: "mobile";
1572
- fullstack: "fullstack";
1573
1579
  }>>;
1574
1580
  yes: z.ZodOptional<z.ZodBoolean>;
1575
1581
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -1701,8 +1707,8 @@ declare const CreateInputSchema: z.ZodObject<{
1701
1707
  capacitor: "capacitor";
1702
1708
  }>>>;
1703
1709
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1704
- ai: "ai";
1705
1710
  none: "none";
1711
+ ai: "ai";
1706
1712
  "chat-sdk": "chat-sdk";
1707
1713
  "tanstack-showcase": "tanstack-showcase";
1708
1714
  }>>>;
@@ -1736,13 +1742,13 @@ declare const CreateInputSchema: z.ZodObject<{
1736
1742
  docker: "docker";
1737
1743
  }>>;
1738
1744
  backend: z.ZodOptional<z.ZodEnum<{
1739
- effect: "effect";
1740
1745
  none: "none";
1741
1746
  hono: "hono";
1742
1747
  express: "express";
1743
1748
  fastify: "fastify";
1744
1749
  elysia: "elysia";
1745
1750
  fets: "fets";
1751
+ effect: "effect";
1746
1752
  nestjs: "nestjs";
1747
1753
  adonisjs: "adonisjs";
1748
1754
  nitro: "nitro";
@@ -1789,10 +1795,10 @@ declare const CreateInputSchema: z.ZodObject<{
1789
1795
  vercel: "vercel";
1790
1796
  }>>;
1791
1797
  directoryConflict: z.ZodOptional<z.ZodEnum<{
1792
- error: "error";
1793
1798
  merge: "merge";
1794
1799
  overwrite: "overwrite";
1795
1800
  increment: "increment";
1801
+ error: "error";
1796
1802
  }>>;
1797
1803
  renderTitle: z.ZodOptional<z.ZodBoolean>;
1798
1804
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -1821,8 +1827,8 @@ declare const CreateInputSchema: z.ZodObject<{
1821
1827
  "ai-cli": "ai-cli";
1822
1828
  }>>;
1823
1829
  effect: z.ZodOptional<z.ZodEnum<{
1824
- effect: "effect";
1825
1830
  none: "none";
1831
+ effect: "effect";
1826
1832
  "effect-full": "effect-full";
1827
1833
  }>>;
1828
1834
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -1875,7 +1881,6 @@ declare const CreateInputSchema: z.ZodObject<{
1875
1881
  "styled-components": "styled-components";
1876
1882
  }>>;
1877
1883
  uiLibrary: z.ZodOptional<z.ZodEnum<{
1878
- mui: "mui";
1879
1884
  none: "none";
1880
1885
  "shadcn-ui": "shadcn-ui";
1881
1886
  "shadcn-svelte": "shadcn-svelte";
@@ -1886,6 +1891,7 @@ declare const CreateInputSchema: z.ZodObject<{
1886
1891
  "chakra-ui": "chakra-ui";
1887
1892
  nextui: "nextui";
1888
1893
  mantine: "mantine";
1894
+ mui: "mui";
1889
1895
  antd: "antd";
1890
1896
  "base-ui": "base-ui";
1891
1897
  "ark-ui": "ark-ui";
@@ -1974,9 +1980,9 @@ declare const CreateInputSchema: z.ZodObject<{
1974
1980
  "effect-schema": "effect-schema";
1975
1981
  }>>;
1976
1982
  realtime: z.ZodOptional<z.ZodEnum<{
1977
- ws: "ws";
1978
1983
  none: "none";
1979
1984
  "socket-io": "socket-io";
1985
+ ws: "ws";
1980
1986
  partykit: "partykit";
1981
1987
  ably: "ably";
1982
1988
  pusher: "pusher";
@@ -2044,6 +2050,10 @@ declare const CreateInputSchema: z.ZodObject<{
2044
2050
  ga4: "ga4";
2045
2051
  "vercel-analytics": "vercel-analytics";
2046
2052
  }>>;
2053
+ webMcp: z.ZodOptional<z.ZodEnum<{
2054
+ none: "none";
2055
+ enabled: "enabled";
2056
+ }>>;
2047
2057
  cms: z.ZodOptional<z.ZodEnum<{
2048
2058
  none: "none";
2049
2059
  payload: "payload";
@@ -2106,9 +2116,9 @@ declare const CreateInputSchema: z.ZodObject<{
2106
2116
  }>>;
2107
2117
  mobileUI: z.ZodOptional<z.ZodEnum<{
2108
2118
  none: "none";
2119
+ uniwind: "uniwind";
2109
2120
  tamagui: "tamagui";
2110
2121
  "gluestack-ui": "gluestack-ui";
2111
- uniwind: "uniwind";
2112
2122
  unistyles: "unistyles";
2113
2123
  }>>;
2114
2124
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -2225,11 +2235,11 @@ declare const CreateInputSchema: z.ZodObject<{
2225
2235
  }>>;
2226
2236
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2227
2237
  none: "none";
2228
- config: "config";
2229
2238
  serde: "serde";
2230
2239
  uuid: "uuid";
2231
2240
  chrono: "chrono";
2232
2241
  reqwest: "reqwest";
2242
+ config: "config";
2233
2243
  dashmap: "dashmap";
2234
2244
  "parking-lot": "parking-lot";
2235
2245
  secrecy: "secrecy";
@@ -2435,10 +2445,10 @@ declare const CreateInputSchema: z.ZodObject<{
2435
2445
  httprouter: "httprouter";
2436
2446
  }>>;
2437
2447
  goOrm: z.ZodOptional<z.ZodEnum<{
2438
- gorm: "gorm";
2439
2448
  none: "none";
2440
2449
  bun: "bun";
2441
2450
  sqlx: "sqlx";
2451
+ gorm: "gorm";
2442
2452
  sqlc: "sqlc";
2443
2453
  ent: "ent";
2444
2454
  }>>;
@@ -2841,37 +2851,58 @@ declare const CreateInputSchema: z.ZodObject<{
2841
2851
  part: z.ZodOptional<z.ZodArray<z.ZodString>>;
2842
2852
  }, z.core.$strip>;
2843
2853
  declare const AddInputSchema: z.ZodObject<{
2844
- ecosystem: z.ZodOptional<z.ZodEnum<{
2845
- typescript: "typescript";
2846
- "react-native": "react-native";
2847
- rust: "rust";
2848
- python: "python";
2849
- go: "go";
2850
- java: "java";
2851
- elixir: "elixir";
2852
- dotnet: "dotnet";
2854
+ effect: z.ZodOptional<z.ZodEnum<{
2855
+ none: "none";
2856
+ effect: "effect";
2857
+ "effect-full": "effect-full";
2853
2858
  }>>;
2854
- astroIntegration: z.ZodOptional<z.ZodEnum<{
2859
+ ai: z.ZodOptional<z.ZodEnum<{
2860
+ none: "none";
2861
+ "vercel-ai": "vercel-ai";
2862
+ mastra: "mastra";
2863
+ voltagent: "voltagent";
2864
+ langgraph: "langgraph";
2865
+ "openai-agents": "openai-agents";
2866
+ "openai-sdk": "openai-sdk";
2867
+ "anthropic-sdk": "anthropic-sdk";
2868
+ "google-adk": "google-adk";
2869
+ modelfusion: "modelfusion";
2870
+ langchain: "langchain";
2871
+ llamaindex: "llamaindex";
2872
+ "tanstack-ai": "tanstack-ai";
2873
+ "ai-cli": "ai-cli";
2874
+ }>>;
2875
+ frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2855
2876
  none: "none";
2877
+ "tanstack-router": "tanstack-router";
2878
+ "react-router": "react-router";
2879
+ "react-vite": "react-vite";
2880
+ "vanilla-vite": "vanilla-vite";
2856
2881
  vue: "vue";
2882
+ "tanstack-start": "tanstack-start";
2883
+ next: "next";
2884
+ vinext: "vinext";
2885
+ nuxt: "nuxt";
2886
+ "native-bare": "native-bare";
2887
+ "native-uniwind": "native-uniwind";
2888
+ "native-unistyles": "native-unistyles";
2857
2889
  svelte: "svelte";
2858
2890
  solid: "solid";
2859
- react: "react";
2860
- }>>;
2861
- runtime: z.ZodOptional<z.ZodEnum<{
2862
- none: "none";
2863
- bun: "bun";
2864
- node: "node";
2865
- workers: "workers";
2866
- }>>;
2891
+ "solid-start": "solid-start";
2892
+ astro: "astro";
2893
+ qwik: "qwik";
2894
+ angular: "angular";
2895
+ redwood: "redwood";
2896
+ fresh: "fresh";
2897
+ }>>>;
2867
2898
  backend: z.ZodOptional<z.ZodEnum<{
2868
- effect: "effect";
2869
2899
  none: "none";
2870
2900
  hono: "hono";
2871
2901
  express: "express";
2872
2902
  fastify: "fastify";
2873
2903
  elysia: "elysia";
2874
2904
  fets: "fets";
2905
+ effect: "effect";
2875
2906
  nestjs: "nestjs";
2876
2907
  adonisjs: "adonisjs";
2877
2908
  nitro: "nitro";
@@ -2879,6 +2910,17 @@ declare const AddInputSchema: z.ZodObject<{
2879
2910
  convex: "convex";
2880
2911
  self: "self";
2881
2912
  }>>;
2913
+ dryRun: z.ZodOptional<z.ZodBoolean>;
2914
+ ecosystem: z.ZodOptional<z.ZodEnum<{
2915
+ typescript: "typescript";
2916
+ "react-native": "react-native";
2917
+ rust: "rust";
2918
+ python: "python";
2919
+ go: "go";
2920
+ java: "java";
2921
+ elixir: "elixir";
2922
+ dotnet: "dotnet";
2923
+ }>>;
2882
2924
  database: z.ZodOptional<z.ZodEnum<{
2883
2925
  none: "none";
2884
2926
  sqlite: "sqlite";
@@ -2898,19 +2940,7 @@ declare const AddInputSchema: z.ZodObject<{
2898
2940
  mikroorm: "mikroorm";
2899
2941
  sequelize: "sequelize";
2900
2942
  }>>;
2901
- dbSetup: z.ZodOptional<z.ZodEnum<{
2902
- none: "none";
2903
- turso: "turso";
2904
- neon: "neon";
2905
- "prisma-postgres": "prisma-postgres";
2906
- planetscale: "planetscale";
2907
- "mongodb-atlas": "mongodb-atlas";
2908
- supabase: "supabase";
2909
- upstash: "upstash";
2910
- d1: "d1";
2911
- docker: "docker";
2912
- }>>;
2913
- auth: z.ZodOptional<z.ZodEnum<{
2943
+ auth: z.ZodOptional<z.ZodEnum<{
2914
2944
  none: "none";
2915
2945
  "better-auth": "better-auth";
2916
2946
  "better-auth-organizations": "better-auth-organizations";
@@ -2938,62 +2968,128 @@ declare const AddInputSchema: z.ZodObject<{
2938
2968
  commet: "commet";
2939
2969
  xendit: "xendit";
2940
2970
  }>>;
2941
- email: z.ZodOptional<z.ZodEnum<{
2971
+ addons: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2942
2972
  none: "none";
2943
- "react-email": "react-email";
2944
- resend: "resend";
2945
- nodemailer: "nodemailer";
2946
- postmark: "postmark";
2947
- sendgrid: "sendgrid";
2948
- "aws-ses": "aws-ses";
2949
- mailgun: "mailgun";
2950
- plunk: "plunk";
2951
- }>>;
2952
- fileUpload: z.ZodOptional<z.ZodEnum<{
2973
+ pwa: "pwa";
2974
+ tauri: "tauri";
2975
+ starlight: "starlight";
2976
+ biome: "biome";
2977
+ lefthook: "lefthook";
2978
+ husky: "husky";
2979
+ knip: "knip";
2980
+ gitleaks: "gitleaks";
2981
+ ruler: "ruler";
2982
+ mcp: "mcp";
2983
+ skills: "skills";
2984
+ turborepo: "turborepo";
2985
+ nx: "nx";
2986
+ "vite-plus": "vite-plus";
2987
+ fumadocs: "fumadocs";
2988
+ ultracite: "ultracite";
2989
+ oxlint: "oxlint";
2990
+ opentui: "opentui";
2991
+ wxt: "wxt";
2992
+ msw: "msw";
2993
+ storybook: "storybook";
2994
+ swr: "swr";
2995
+ "tanstack-query": "tanstack-query";
2996
+ "tanstack-table": "tanstack-table";
2997
+ "tanstack-virtual": "tanstack-virtual";
2998
+ "tanstack-db": "tanstack-db";
2999
+ "tanstack-pacer": "tanstack-pacer";
3000
+ "backend-utils": "backend-utils";
3001
+ devcontainer: "devcontainer";
3002
+ "docker-compose": "docker-compose";
3003
+ kong: "kong";
3004
+ "github-actions": "github-actions";
3005
+ eslint: "eslint";
3006
+ prettier: "prettier";
3007
+ axios: "axios";
3008
+ firebase: "firebase";
3009
+ "graphql-codegen": "graphql-codegen";
3010
+ "openapi-typescript": "openapi-typescript";
3011
+ "apollo-client": "apollo-client";
3012
+ electron: "electron";
3013
+ capacitor: "capacitor";
3014
+ }>>>;
3015
+ examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2953
3016
  none: "none";
2954
- uploadthing: "uploadthing";
2955
- filepond: "filepond";
2956
- uppy: "uppy";
3017
+ ai: "ai";
3018
+ "chat-sdk": "chat-sdk";
3019
+ "tanstack-showcase": "tanstack-showcase";
3020
+ }>>>;
3021
+ packageManager: z.ZodOptional<z.ZodEnum<{
3022
+ bun: "bun";
3023
+ npm: "npm";
3024
+ pnpm: "pnpm";
3025
+ yarn: "yarn";
2957
3026
  }>>;
2958
- logging: z.ZodOptional<z.ZodEnum<{
3027
+ workspaceShape: z.ZodOptional<z.ZodEnum<{
3028
+ monorepo: "monorepo";
3029
+ "single-app": "single-app";
3030
+ }>>;
3031
+ versionChannel: z.ZodOptional<z.ZodEnum<{
3032
+ stable: "stable";
3033
+ latest: "latest";
3034
+ beta: "beta";
3035
+ }>>;
3036
+ install: z.ZodOptional<z.ZodBoolean>;
3037
+ dbSetup: z.ZodOptional<z.ZodEnum<{
2959
3038
  none: "none";
2960
- pino: "pino";
2961
- winston: "winston";
2962
- evlog: "evlog";
3039
+ turso: "turso";
3040
+ neon: "neon";
3041
+ "prisma-postgres": "prisma-postgres";
3042
+ planetscale: "planetscale";
3043
+ "mongodb-atlas": "mongodb-atlas";
3044
+ supabase: "supabase";
3045
+ upstash: "upstash";
3046
+ d1: "d1";
3047
+ docker: "docker";
2963
3048
  }>>;
2964
- observability: z.ZodOptional<z.ZodEnum<{
3049
+ runtime: z.ZodOptional<z.ZodEnum<{
2965
3050
  none: "none";
2966
- opentelemetry: "opentelemetry";
2967
- signoz: "signoz";
2968
- sentry: "sentry";
2969
- grafana: "grafana";
2970
- datadog: "datadog";
2971
- axiom: "axiom";
2972
- betterstack: "betterstack";
3051
+ bun: "bun";
3052
+ node: "node";
3053
+ workers: "workers";
2973
3054
  }>>;
2974
- featureFlags: z.ZodOptional<z.ZodEnum<{
3055
+ api: z.ZodOptional<z.ZodEnum<{
2975
3056
  none: "none";
2976
- growthbook: "growthbook";
2977
- posthog: "posthog";
2978
- launchdarkly: "launchdarkly";
2979
- flagsmith: "flagsmith";
2980
- unleash: "unleash";
3057
+ trpc: "trpc";
3058
+ orpc: "orpc";
3059
+ "ts-rest": "ts-rest";
3060
+ garph: "garph";
3061
+ "graphql-yoga": "graphql-yoga";
3062
+ "apollo-server": "apollo-server";
3063
+ openapi: "openapi";
2981
3064
  }>>;
2982
- integrations: z.ZodOptional<z.ZodEnum<{
3065
+ webDeploy: z.ZodOptional<z.ZodEnum<{
2983
3066
  none: "none";
2984
- nango: "nango";
3067
+ docker: "docker";
3068
+ cloudflare: "cloudflare";
3069
+ fly: "fly";
3070
+ railway: "railway";
3071
+ render: "render";
3072
+ netlify: "netlify";
3073
+ sst: "sst";
3074
+ vercel: "vercel";
2985
3075
  }>>;
2986
- ecommerce: z.ZodOptional<z.ZodEnum<{
3076
+ serverDeploy: z.ZodOptional<z.ZodEnum<{
2987
3077
  none: "none";
2988
- medusa: "medusa";
3078
+ docker: "docker";
3079
+ cloudflare: "cloudflare";
3080
+ fly: "fly";
3081
+ railway: "railway";
3082
+ render: "render";
3083
+ netlify: "netlify";
3084
+ sst: "sst";
3085
+ vercel: "vercel";
2989
3086
  }>>;
2990
- analytics: z.ZodOptional<z.ZodEnum<{
3087
+ astroIntegration: z.ZodOptional<z.ZodEnum<{
2991
3088
  none: "none";
2992
- posthog: "posthog";
2993
- plausible: "plausible";
2994
- umami: "umami";
2995
- ga4: "ga4";
2996
- "vercel-analytics": "vercel-analytics";
3089
+ vue: "vue";
3090
+ svelte: "svelte";
3091
+ solid: "solid";
3092
+ react: "react";
2997
3093
  }>>;
2998
3094
  stateManagement: z.ZodOptional<z.ZodEnum<{
2999
3095
  none: "none";
@@ -3016,16 +3112,6 @@ declare const AddInputSchema: z.ZodObject<{
3016
3112
  conform: "conform";
3017
3113
  "modular-forms": "modular-forms";
3018
3114
  }>>;
3019
- validation: z.ZodOptional<z.ZodEnum<{
3020
- none: "none";
3021
- zod: "zod";
3022
- valibot: "valibot";
3023
- arktype: "arktype";
3024
- typebox: "typebox";
3025
- typia: "typia";
3026
- runtypes: "runtypes";
3027
- "effect-schema": "effect-schema";
3028
- }>>;
3029
3115
  testing: z.ZodOptional<z.ZodEnum<{
3030
3116
  none: "none";
3031
3117
  vitest: "vitest";
@@ -3035,45 +3121,16 @@ declare const AddInputSchema: z.ZodObject<{
3035
3121
  mocha: "mocha";
3036
3122
  cypress: "cypress";
3037
3123
  }>>;
3038
- realtime: z.ZodOptional<z.ZodEnum<{
3039
- ws: "ws";
3040
- none: "none";
3041
- "socket-io": "socket-io";
3042
- partykit: "partykit";
3043
- ably: "ably";
3044
- pusher: "pusher";
3045
- liveblocks: "liveblocks";
3046
- yjs: "yjs";
3047
- }>>;
3048
- jobQueue: z.ZodOptional<z.ZodEnum<{
3049
- none: "none";
3050
- bullmq: "bullmq";
3051
- "trigger-dev": "trigger-dev";
3052
- inngest: "inngest";
3053
- temporal: "temporal";
3054
- }>>;
3055
- caching: z.ZodOptional<z.ZodEnum<{
3056
- none: "none";
3057
- redis: "redis";
3058
- "upstash-redis": "upstash-redis";
3059
- }>>;
3060
- rateLimit: z.ZodOptional<z.ZodEnum<{
3061
- none: "none";
3062
- arcjet: "arcjet";
3063
- "upstash-ratelimit": "upstash-ratelimit";
3064
- }>>;
3065
- botProtection: z.ZodOptional<z.ZodEnum<{
3066
- none: "none";
3067
- botid: "botid";
3068
- turnstile: "turnstile";
3069
- }>>;
3070
- animation: z.ZodOptional<z.ZodEnum<{
3124
+ email: z.ZodOptional<z.ZodEnum<{
3071
3125
  none: "none";
3072
- "framer-motion": "framer-motion";
3073
- gsap: "gsap";
3074
- "react-spring": "react-spring";
3075
- "auto-animate": "auto-animate";
3076
- lottie: "lottie";
3126
+ "react-email": "react-email";
3127
+ resend: "resend";
3128
+ nodemailer: "nodemailer";
3129
+ postmark: "postmark";
3130
+ sendgrid: "sendgrid";
3131
+ "aws-ses": "aws-ses";
3132
+ mailgun: "mailgun";
3133
+ plunk: "plunk";
3077
3134
  }>>;
3078
3135
  cssFramework: z.ZodOptional<z.ZodEnum<{
3079
3136
  none: "none";
@@ -3084,7 +3141,6 @@ declare const AddInputSchema: z.ZodObject<{
3084
3141
  "styled-components": "styled-components";
3085
3142
  }>>;
3086
3143
  uiLibrary: z.ZodOptional<z.ZodEnum<{
3087
- mui: "mui";
3088
3144
  none: "none";
3089
3145
  "shadcn-ui": "shadcn-ui";
3090
3146
  "shadcn-svelte": "shadcn-svelte";
@@ -3095,6 +3151,7 @@ declare const AddInputSchema: z.ZodObject<{
3095
3151
  "chakra-ui": "chakra-ui";
3096
3152
  nextui: "nextui";
3097
3153
  mantine: "mantine";
3154
+ mui: "mui";
3098
3155
  antd: "antd";
3099
3156
  "base-ui": "base-ui";
3100
3157
  "ark-ui": "ark-ui";
@@ -3172,6 +3229,91 @@ declare const AddInputSchema: z.ZodObject<{
3172
3229
  medium: "medium";
3173
3230
  large: "large";
3174
3231
  }>>;
3232
+ validation: z.ZodOptional<z.ZodEnum<{
3233
+ none: "none";
3234
+ zod: "zod";
3235
+ valibot: "valibot";
3236
+ arktype: "arktype";
3237
+ typebox: "typebox";
3238
+ typia: "typia";
3239
+ runtypes: "runtypes";
3240
+ "effect-schema": "effect-schema";
3241
+ }>>;
3242
+ realtime: z.ZodOptional<z.ZodEnum<{
3243
+ none: "none";
3244
+ "socket-io": "socket-io";
3245
+ ws: "ws";
3246
+ partykit: "partykit";
3247
+ ably: "ably";
3248
+ pusher: "pusher";
3249
+ liveblocks: "liveblocks";
3250
+ yjs: "yjs";
3251
+ }>>;
3252
+ jobQueue: z.ZodOptional<z.ZodEnum<{
3253
+ none: "none";
3254
+ bullmq: "bullmq";
3255
+ "trigger-dev": "trigger-dev";
3256
+ inngest: "inngest";
3257
+ temporal: "temporal";
3258
+ }>>;
3259
+ animation: z.ZodOptional<z.ZodEnum<{
3260
+ none: "none";
3261
+ "framer-motion": "framer-motion";
3262
+ gsap: "gsap";
3263
+ "react-spring": "react-spring";
3264
+ "auto-animate": "auto-animate";
3265
+ lottie: "lottie";
3266
+ }>>;
3267
+ fileUpload: z.ZodOptional<z.ZodEnum<{
3268
+ none: "none";
3269
+ uploadthing: "uploadthing";
3270
+ filepond: "filepond";
3271
+ uppy: "uppy";
3272
+ }>>;
3273
+ logging: z.ZodOptional<z.ZodEnum<{
3274
+ none: "none";
3275
+ pino: "pino";
3276
+ winston: "winston";
3277
+ evlog: "evlog";
3278
+ }>>;
3279
+ observability: z.ZodOptional<z.ZodEnum<{
3280
+ none: "none";
3281
+ opentelemetry: "opentelemetry";
3282
+ signoz: "signoz";
3283
+ sentry: "sentry";
3284
+ grafana: "grafana";
3285
+ datadog: "datadog";
3286
+ axiom: "axiom";
3287
+ betterstack: "betterstack";
3288
+ }>>;
3289
+ featureFlags: z.ZodOptional<z.ZodEnum<{
3290
+ none: "none";
3291
+ growthbook: "growthbook";
3292
+ posthog: "posthog";
3293
+ launchdarkly: "launchdarkly";
3294
+ flagsmith: "flagsmith";
3295
+ unleash: "unleash";
3296
+ }>>;
3297
+ integrations: z.ZodOptional<z.ZodEnum<{
3298
+ none: "none";
3299
+ nango: "nango";
3300
+ }>>;
3301
+ ecommerce: z.ZodOptional<z.ZodEnum<{
3302
+ none: "none";
3303
+ medusa: "medusa";
3304
+ }>>;
3305
+ analytics: z.ZodOptional<z.ZodEnum<{
3306
+ none: "none";
3307
+ posthog: "posthog";
3308
+ plausible: "plausible";
3309
+ umami: "umami";
3310
+ ga4: "ga4";
3311
+ "vercel-analytics": "vercel-analytics";
3312
+ }>>;
3313
+ webMcp: z.ZodOptional<z.ZodEnum<{
3314
+ none: "none";
3315
+ enabled: "enabled";
3316
+ }>>;
3175
3317
  cms: z.ZodOptional<z.ZodEnum<{
3176
3318
  none: "none";
3177
3319
  payload: "payload";
@@ -3182,6 +3324,21 @@ declare const AddInputSchema: z.ZodObject<{
3182
3324
  keystatic: "keystatic";
3183
3325
  contentful: "contentful";
3184
3326
  }>>;
3327
+ caching: z.ZodOptional<z.ZodEnum<{
3328
+ none: "none";
3329
+ redis: "redis";
3330
+ "upstash-redis": "upstash-redis";
3331
+ }>>;
3332
+ rateLimit: z.ZodOptional<z.ZodEnum<{
3333
+ none: "none";
3334
+ arcjet: "arcjet";
3335
+ "upstash-ratelimit": "upstash-ratelimit";
3336
+ }>>;
3337
+ botProtection: z.ZodOptional<z.ZodEnum<{
3338
+ none: "none";
3339
+ botid: "botid";
3340
+ turnstile: "turnstile";
3341
+ }>>;
3185
3342
  i18n: z.ZodOptional<z.ZodEnum<{
3186
3343
  none: "none";
3187
3344
  paraglide: "paraglide";
@@ -3219,9 +3376,9 @@ declare const AddInputSchema: z.ZodObject<{
3219
3376
  }>>;
3220
3377
  mobileUI: z.ZodOptional<z.ZodEnum<{
3221
3378
  none: "none";
3379
+ uniwind: "uniwind";
3222
3380
  tamagui: "tamagui";
3223
3381
  "gluestack-ui": "gluestack-ui";
3224
- uniwind: "uniwind";
3225
3382
  unistyles: "unistyles";
3226
3383
  }>>;
3227
3384
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -3269,66 +3426,6 @@ declare const AddInputSchema: z.ZodObject<{
3269
3426
  "expo-battery": "expo-battery";
3270
3427
  "expo-screen-capture": "expo-screen-capture";
3271
3428
  }>>>;
3272
- packageManager: z.ZodOptional<z.ZodEnum<{
3273
- bun: "bun";
3274
- npm: "npm";
3275
- pnpm: "pnpm";
3276
- yarn: "yarn";
3277
- }>>;
3278
- workspaceShape: z.ZodOptional<z.ZodEnum<{
3279
- monorepo: "monorepo";
3280
- "single-app": "single-app";
3281
- }>>;
3282
- versionChannel: z.ZodOptional<z.ZodEnum<{
3283
- stable: "stable";
3284
- latest: "latest";
3285
- beta: "beta";
3286
- }>>;
3287
- examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3288
- ai: "ai";
3289
- none: "none";
3290
- "chat-sdk": "chat-sdk";
3291
- "tanstack-showcase": "tanstack-showcase";
3292
- }>>>;
3293
- aiDocs: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3294
- none: "none";
3295
- "claude-md": "claude-md";
3296
- "agents-md": "agents-md";
3297
- cursorrules: "cursorrules";
3298
- }>>>;
3299
- install: z.ZodOptional<z.ZodBoolean>;
3300
- api: z.ZodOptional<z.ZodEnum<{
3301
- none: "none";
3302
- trpc: "trpc";
3303
- orpc: "orpc";
3304
- "ts-rest": "ts-rest";
3305
- garph: "garph";
3306
- "graphql-yoga": "graphql-yoga";
3307
- "apollo-server": "apollo-server";
3308
- openapi: "openapi";
3309
- }>>;
3310
- webDeploy: z.ZodOptional<z.ZodEnum<{
3311
- none: "none";
3312
- docker: "docker";
3313
- cloudflare: "cloudflare";
3314
- fly: "fly";
3315
- railway: "railway";
3316
- render: "render";
3317
- netlify: "netlify";
3318
- sst: "sst";
3319
- vercel: "vercel";
3320
- }>>;
3321
- serverDeploy: z.ZodOptional<z.ZodEnum<{
3322
- none: "none";
3323
- docker: "docker";
3324
- cloudflare: "cloudflare";
3325
- fly: "fly";
3326
- railway: "railway";
3327
- render: "render";
3328
- netlify: "netlify";
3329
- sst: "sst";
3330
- vercel: "vercel";
3331
- }>>;
3332
3429
  rustWebFramework: z.ZodOptional<z.ZodEnum<{
3333
3430
  none: "none";
3334
3431
  axum: "axum";
@@ -3398,11 +3495,11 @@ declare const AddInputSchema: z.ZodObject<{
3398
3495
  }>>;
3399
3496
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3400
3497
  none: "none";
3401
- config: "config";
3402
3498
  serde: "serde";
3403
3499
  uuid: "uuid";
3404
3500
  chrono: "chrono";
3405
3501
  reqwest: "reqwest";
3502
+ config: "config";
3406
3503
  dashmap: "dashmap";
3407
3504
  "parking-lot": "parking-lot";
3408
3505
  secrecy: "secrecy";
@@ -3608,10 +3705,10 @@ declare const AddInputSchema: z.ZodObject<{
3608
3705
  httprouter: "httprouter";
3609
3706
  }>>;
3610
3707
  goOrm: z.ZodOptional<z.ZodEnum<{
3611
- gorm: "gorm";
3612
3708
  none: "none";
3613
3709
  bun: "bun";
3614
3710
  sqlx: "sqlx";
3711
+ gorm: "gorm";
3615
3712
  sqlc: "sqlc";
3616
3713
  ent: "ent";
3617
3714
  }>>;
@@ -4005,96 +4102,13 @@ declare const AddInputSchema: z.ZodObject<{
4005
4102
  floki: "floki";
4006
4103
  rustler: "rustler";
4007
4104
  }>>>;
4008
- ai: z.ZodOptional<z.ZodEnum<{
4009
- none: "none";
4010
- "vercel-ai": "vercel-ai";
4011
- mastra: "mastra";
4012
- voltagent: "voltagent";
4013
- langgraph: "langgraph";
4014
- "openai-agents": "openai-agents";
4015
- "openai-sdk": "openai-sdk";
4016
- "anthropic-sdk": "anthropic-sdk";
4017
- "google-adk": "google-adk";
4018
- modelfusion: "modelfusion";
4019
- langchain: "langchain";
4020
- llamaindex: "llamaindex";
4021
- "tanstack-ai": "tanstack-ai";
4022
- "ai-cli": "ai-cli";
4023
- }>>;
4024
- effect: z.ZodOptional<z.ZodEnum<{
4025
- effect: "effect";
4026
- none: "none";
4027
- "effect-full": "effect-full";
4028
- }>>;
4029
- part: z.ZodOptional<z.ZodArray<z.ZodString>>;
4030
- frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
4031
- none: "none";
4032
- "tanstack-router": "tanstack-router";
4033
- "react-router": "react-router";
4034
- "react-vite": "react-vite";
4035
- "vanilla-vite": "vanilla-vite";
4036
- vue: "vue";
4037
- "tanstack-start": "tanstack-start";
4038
- next: "next";
4039
- vinext: "vinext";
4040
- nuxt: "nuxt";
4041
- "native-bare": "native-bare";
4042
- "native-uniwind": "native-uniwind";
4043
- "native-unistyles": "native-unistyles";
4044
- svelte: "svelte";
4045
- solid: "solid";
4046
- "solid-start": "solid-start";
4047
- astro: "astro";
4048
- qwik: "qwik";
4049
- angular: "angular";
4050
- redwood: "redwood";
4051
- fresh: "fresh";
4052
- }>>>;
4053
- dryRun: z.ZodOptional<z.ZodBoolean>;
4054
- addons: z.ZodOptional<z.ZodArray<z.ZodEnum<{
4105
+ aiDocs: z.ZodOptional<z.ZodArray<z.ZodEnum<{
4055
4106
  none: "none";
4056
- pwa: "pwa";
4057
- tauri: "tauri";
4058
- starlight: "starlight";
4059
- biome: "biome";
4060
- lefthook: "lefthook";
4061
- husky: "husky";
4062
- knip: "knip";
4063
- gitleaks: "gitleaks";
4064
- ruler: "ruler";
4065
- mcp: "mcp";
4066
- skills: "skills";
4067
- turborepo: "turborepo";
4068
- nx: "nx";
4069
- "vite-plus": "vite-plus";
4070
- fumadocs: "fumadocs";
4071
- ultracite: "ultracite";
4072
- oxlint: "oxlint";
4073
- opentui: "opentui";
4074
- wxt: "wxt";
4075
- msw: "msw";
4076
- storybook: "storybook";
4077
- swr: "swr";
4078
- "tanstack-query": "tanstack-query";
4079
- "tanstack-table": "tanstack-table";
4080
- "tanstack-virtual": "tanstack-virtual";
4081
- "tanstack-db": "tanstack-db";
4082
- "tanstack-pacer": "tanstack-pacer";
4083
- "backend-utils": "backend-utils";
4084
- devcontainer: "devcontainer";
4085
- "docker-compose": "docker-compose";
4086
- kong: "kong";
4087
- "github-actions": "github-actions";
4088
- eslint: "eslint";
4089
- prettier: "prettier";
4090
- axios: "axios";
4091
- firebase: "firebase";
4092
- "graphql-codegen": "graphql-codegen";
4093
- "openapi-typescript": "openapi-typescript";
4094
- "apollo-client": "apollo-client";
4095
- electron: "electron";
4096
- capacitor: "capacitor";
4107
+ "claude-md": "claude-md";
4108
+ "agents-md": "agents-md";
4109
+ cursorrules: "cursorrules";
4097
4110
  }>>>;
4111
+ part: z.ZodOptional<z.ZodArray<z.ZodString>>;
4098
4112
  projectDir: z.ZodOptional<z.ZodString>;
4099
4113
  acknowledgeArchitectureChange: z.ZodOptional<z.ZodBoolean>;
4100
4114
  }, z.core.$strip>;
@@ -4102,17 +4116,17 @@ declare const CLIInputSchema: z.ZodObject<{
4102
4116
  projectName: z.ZodOptional<z.ZodString>;
4103
4117
  template: z.ZodOptional<z.ZodEnum<{
4104
4118
  none: "none";
4105
- uniwind: "uniwind";
4106
4119
  mern: "mern";
4107
4120
  pern: "pern";
4108
4121
  t3: "t3";
4109
4122
  saas: "saas";
4123
+ uniwind: "uniwind";
4110
4124
  }>>;
4111
4125
  shape: z.ZodOptional<z.ZodEnum<{
4112
- backend: "backend";
4126
+ fullstack: "fullstack";
4113
4127
  frontend: "frontend";
4128
+ backend: "backend";
4114
4129
  mobile: "mobile";
4115
- fullstack: "fullstack";
4116
4130
  }>>;
4117
4131
  yes: z.ZodOptional<z.ZodBoolean>;
4118
4132
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -4244,8 +4258,8 @@ declare const CLIInputSchema: z.ZodObject<{
4244
4258
  capacitor: "capacitor";
4245
4259
  }>>>;
4246
4260
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
4247
- ai: "ai";
4248
4261
  none: "none";
4262
+ ai: "ai";
4249
4263
  "chat-sdk": "chat-sdk";
4250
4264
  "tanstack-showcase": "tanstack-showcase";
4251
4265
  }>>>;
@@ -4279,13 +4293,13 @@ declare const CLIInputSchema: z.ZodObject<{
4279
4293
  docker: "docker";
4280
4294
  }>>;
4281
4295
  backend: z.ZodOptional<z.ZodEnum<{
4282
- effect: "effect";
4283
4296
  none: "none";
4284
4297
  hono: "hono";
4285
4298
  express: "express";
4286
4299
  fastify: "fastify";
4287
4300
  elysia: "elysia";
4288
4301
  fets: "fets";
4302
+ effect: "effect";
4289
4303
  nestjs: "nestjs";
4290
4304
  adonisjs: "adonisjs";
4291
4305
  nitro: "nitro";
@@ -4332,10 +4346,10 @@ declare const CLIInputSchema: z.ZodObject<{
4332
4346
  vercel: "vercel";
4333
4347
  }>>;
4334
4348
  directoryConflict: z.ZodOptional<z.ZodEnum<{
4335
- error: "error";
4336
4349
  merge: "merge";
4337
4350
  overwrite: "overwrite";
4338
4351
  increment: "increment";
4352
+ error: "error";
4339
4353
  }>>;
4340
4354
  renderTitle: z.ZodOptional<z.ZodBoolean>;
4341
4355
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -4364,8 +4378,8 @@ declare const CLIInputSchema: z.ZodObject<{
4364
4378
  "ai-cli": "ai-cli";
4365
4379
  }>>;
4366
4380
  effect: z.ZodOptional<z.ZodEnum<{
4367
- effect: "effect";
4368
4381
  none: "none";
4382
+ effect: "effect";
4369
4383
  "effect-full": "effect-full";
4370
4384
  }>>;
4371
4385
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -4418,7 +4432,6 @@ declare const CLIInputSchema: z.ZodObject<{
4418
4432
  "styled-components": "styled-components";
4419
4433
  }>>;
4420
4434
  uiLibrary: z.ZodOptional<z.ZodEnum<{
4421
- mui: "mui";
4422
4435
  none: "none";
4423
4436
  "shadcn-ui": "shadcn-ui";
4424
4437
  "shadcn-svelte": "shadcn-svelte";
@@ -4429,6 +4442,7 @@ declare const CLIInputSchema: z.ZodObject<{
4429
4442
  "chakra-ui": "chakra-ui";
4430
4443
  nextui: "nextui";
4431
4444
  mantine: "mantine";
4445
+ mui: "mui";
4432
4446
  antd: "antd";
4433
4447
  "base-ui": "base-ui";
4434
4448
  "ark-ui": "ark-ui";
@@ -4517,9 +4531,9 @@ declare const CLIInputSchema: z.ZodObject<{
4517
4531
  "effect-schema": "effect-schema";
4518
4532
  }>>;
4519
4533
  realtime: z.ZodOptional<z.ZodEnum<{
4520
- ws: "ws";
4521
4534
  none: "none";
4522
4535
  "socket-io": "socket-io";
4536
+ ws: "ws";
4523
4537
  partykit: "partykit";
4524
4538
  ably: "ably";
4525
4539
  pusher: "pusher";
@@ -4587,6 +4601,10 @@ declare const CLIInputSchema: z.ZodObject<{
4587
4601
  ga4: "ga4";
4588
4602
  "vercel-analytics": "vercel-analytics";
4589
4603
  }>>;
4604
+ webMcp: z.ZodOptional<z.ZodEnum<{
4605
+ none: "none";
4606
+ enabled: "enabled";
4607
+ }>>;
4590
4608
  cms: z.ZodOptional<z.ZodEnum<{
4591
4609
  none: "none";
4592
4610
  payload: "payload";
@@ -4649,9 +4667,9 @@ declare const CLIInputSchema: z.ZodObject<{
4649
4667
  }>>;
4650
4668
  mobileUI: z.ZodOptional<z.ZodEnum<{
4651
4669
  none: "none";
4670
+ uniwind: "uniwind";
4652
4671
  tamagui: "tamagui";
4653
4672
  "gluestack-ui": "gluestack-ui";
4654
- uniwind: "uniwind";
4655
4673
  unistyles: "unistyles";
4656
4674
  }>>;
4657
4675
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -4768,11 +4786,11 @@ declare const CLIInputSchema: z.ZodObject<{
4768
4786
  }>>;
4769
4787
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
4770
4788
  none: "none";
4771
- config: "config";
4772
4789
  serde: "serde";
4773
4790
  uuid: "uuid";
4774
4791
  chrono: "chrono";
4775
4792
  reqwest: "reqwest";
4793
+ config: "config";
4776
4794
  dashmap: "dashmap";
4777
4795
  "parking-lot": "parking-lot";
4778
4796
  secrecy: "secrecy";
@@ -4978,10 +4996,10 @@ declare const CLIInputSchema: z.ZodObject<{
4978
4996
  httprouter: "httprouter";
4979
4997
  }>>;
4980
4998
  goOrm: z.ZodOptional<z.ZodEnum<{
4981
- gorm: "gorm";
4982
4999
  none: "none";
4983
5000
  bun: "bun";
4984
5001
  sqlx: "sqlx";
5002
+ gorm: "gorm";
4985
5003
  sqlc: "sqlc";
4986
5004
  ent: "ent";
4987
5005
  }>>;
@@ -5418,13 +5436,13 @@ declare const ProjectConfigSchema: z.ZodObject<{
5418
5436
  sequelize: "sequelize";
5419
5437
  }>;
5420
5438
  backend: z.ZodEnum<{
5421
- effect: "effect";
5422
5439
  none: "none";
5423
5440
  hono: "hono";
5424
5441
  express: "express";
5425
5442
  fastify: "fastify";
5426
5443
  elysia: "elysia";
5427
5444
  fets: "fets";
5445
+ effect: "effect";
5428
5446
  nestjs: "nestjs";
5429
5447
  adonisjs: "adonisjs";
5430
5448
  nitro: "nitro";
@@ -5506,8 +5524,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
5506
5524
  capacitor: "capacitor";
5507
5525
  }>>;
5508
5526
  examples: z.ZodArray<z.ZodEnum<{
5509
- ai: "ai";
5510
5527
  none: "none";
5528
+ ai: "ai";
5511
5529
  "chat-sdk": "chat-sdk";
5512
5530
  "tanstack-showcase": "tanstack-showcase";
5513
5531
  }>>;
@@ -5624,8 +5642,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
5624
5642
  "ai-cli": "ai-cli";
5625
5643
  }>;
5626
5644
  effect: z.ZodEnum<{
5627
- effect: "effect";
5628
5645
  none: "none";
5646
+ effect: "effect";
5629
5647
  "effect-full": "effect-full";
5630
5648
  }>;
5631
5649
  stateManagement: z.ZodEnum<{
@@ -5678,7 +5696,6 @@ declare const ProjectConfigSchema: z.ZodObject<{
5678
5696
  "styled-components": "styled-components";
5679
5697
  }>;
5680
5698
  uiLibrary: z.ZodEnum<{
5681
- mui: "mui";
5682
5699
  none: "none";
5683
5700
  "shadcn-ui": "shadcn-ui";
5684
5701
  "shadcn-svelte": "shadcn-svelte";
@@ -5689,6 +5706,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
5689
5706
  "chakra-ui": "chakra-ui";
5690
5707
  nextui: "nextui";
5691
5708
  mantine: "mantine";
5709
+ mui: "mui";
5692
5710
  antd: "antd";
5693
5711
  "base-ui": "base-ui";
5694
5712
  "ark-ui": "ark-ui";
@@ -5777,9 +5795,9 @@ declare const ProjectConfigSchema: z.ZodObject<{
5777
5795
  "effect-schema": "effect-schema";
5778
5796
  }>;
5779
5797
  realtime: z.ZodEnum<{
5780
- ws: "ws";
5781
5798
  none: "none";
5782
5799
  "socket-io": "socket-io";
5800
+ ws: "ws";
5783
5801
  partykit: "partykit";
5784
5802
  ably: "ably";
5785
5803
  pusher: "pusher";
@@ -5847,6 +5865,10 @@ declare const ProjectConfigSchema: z.ZodObject<{
5847
5865
  ga4: "ga4";
5848
5866
  "vercel-analytics": "vercel-analytics";
5849
5867
  }>;
5868
+ webMcp: z.ZodDefault<z.ZodEnum<{
5869
+ none: "none";
5870
+ enabled: "enabled";
5871
+ }>>;
5850
5872
  cms: z.ZodEnum<{
5851
5873
  none: "none";
5852
5874
  payload: "payload";
@@ -5909,9 +5931,9 @@ declare const ProjectConfigSchema: z.ZodObject<{
5909
5931
  }>;
5910
5932
  mobileUI: z.ZodEnum<{
5911
5933
  none: "none";
5934
+ uniwind: "uniwind";
5912
5935
  tamagui: "tamagui";
5913
5936
  "gluestack-ui": "gluestack-ui";
5914
- uniwind: "uniwind";
5915
5937
  unistyles: "unistyles";
5916
5938
  }>;
5917
5939
  mobileStorage: z.ZodEnum<{
@@ -6028,11 +6050,11 @@ declare const ProjectConfigSchema: z.ZodObject<{
6028
6050
  }>;
6029
6051
  rustLibraries: z.ZodArray<z.ZodEnum<{
6030
6052
  none: "none";
6031
- config: "config";
6032
6053
  serde: "serde";
6033
6054
  uuid: "uuid";
6034
6055
  chrono: "chrono";
6035
6056
  reqwest: "reqwest";
6057
+ config: "config";
6036
6058
  dashmap: "dashmap";
6037
6059
  "parking-lot": "parking-lot";
6038
6060
  secrecy: "secrecy";
@@ -6238,10 +6260,10 @@ declare const ProjectConfigSchema: z.ZodObject<{
6238
6260
  httprouter: "httprouter";
6239
6261
  }>;
6240
6262
  goOrm: z.ZodEnum<{
6241
- gorm: "gorm";
6242
6263
  none: "none";
6243
6264
  bun: "bun";
6244
6265
  sqlx: "sqlx";
6266
+ gorm: "gorm";
6245
6267
  sqlc: "sqlc";
6246
6268
  ent: "ent";
6247
6269
  }>;
@@ -6644,14 +6666,28 @@ declare const ProjectConfigSchema: z.ZodObject<{
6644
6666
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
6645
6667
  id: z.ZodString;
6646
6668
  role: z.ZodEnum<{
6647
- runtime: "runtime";
6669
+ effect: "effect";
6670
+ ai: "ai";
6671
+ frontend: "frontend";
6648
6672
  backend: "backend";
6673
+ mobile: "mobile";
6649
6674
  database: "database";
6650
6675
  orm: "orm";
6651
- dbSetup: "dbSetup";
6652
6676
  auth: "auth";
6653
6677
  payments: "payments";
6678
+ examples: "examples";
6679
+ packageManager: "packageManager";
6680
+ dbSetup: "dbSetup";
6681
+ runtime: "runtime";
6682
+ api: "api";
6683
+ stateManagement: "stateManagement";
6684
+ forms: "forms";
6685
+ testing: "testing";
6654
6686
  email: "email";
6687
+ validation: "validation";
6688
+ realtime: "realtime";
6689
+ jobQueue: "jobQueue";
6690
+ animation: "animation";
6655
6691
  fileUpload: "fileUpload";
6656
6692
  logging: "logging";
6657
6693
  observability: "observability";
@@ -6659,53 +6695,41 @@ declare const ProjectConfigSchema: z.ZodObject<{
6659
6695
  integrations: "integrations";
6660
6696
  ecommerce: "ecommerce";
6661
6697
  analytics: "analytics";
6662
- stateManagement: "stateManagement";
6663
- forms: "forms";
6664
- validation: "validation";
6665
- testing: "testing";
6666
- realtime: "realtime";
6667
- jobQueue: "jobQueue";
6698
+ webMcp: "webMcp";
6699
+ cms: "cms";
6668
6700
  caching: "caching";
6669
6701
  rateLimit: "rateLimit";
6670
6702
  botProtection: "botProtection";
6671
- animation: "animation";
6672
- cms: "cms";
6673
6703
  i18n: "i18n";
6674
6704
  search: "search";
6675
6705
  vectorDb: "vectorDb";
6676
6706
  fileStorage: "fileStorage";
6677
- codeQuality: "codeQuality";
6678
- documentation: "documentation";
6679
- packageManager: "packageManager";
6680
- examples: "examples";
6681
- api: "api";
6682
- workspaceRunner: "workspaceRunner";
6683
- gitHooks: "gitHooks";
6684
- staticAnalysis: "staticAnalysis";
6685
- aiTooling: "aiTooling";
6686
- codeGeneration: "codeGeneration";
6687
- developerEnvironment: "developerEnvironment";
6688
- containerOrchestration: "containerOrchestration";
6689
- apiGateway: "apiGateway";
6690
- continuousIntegration: "continuousIntegration";
6691
- ai: "ai";
6692
- effect: "effect";
6693
- css: "css";
6694
- ui: "ui";
6695
- push: "push";
6696
- frontend: "frontend";
6697
- mobile: "mobile";
6707
+ config: "config";
6698
6708
  graphql: "graphql";
6699
6709
  deploy: "deploy";
6700
6710
  migrations: "migrations";
6701
6711
  navigation: "navigation";
6712
+ ui: "ui";
6713
+ css: "css";
6702
6714
  storage: "storage";
6715
+ push: "push";
6703
6716
  ota: "ota";
6704
6717
  deepLinking: "deepLinking";
6718
+ documentation: "documentation";
6719
+ codeQuality: "codeQuality";
6705
6720
  appPlatform: "appPlatform";
6706
6721
  dataFetching: "dataFetching";
6707
6722
  workspaceTooling: "workspaceTooling";
6708
6723
  toolchain: "toolchain";
6724
+ workspaceRunner: "workspaceRunner";
6725
+ gitHooks: "gitHooks";
6726
+ staticAnalysis: "staticAnalysis";
6727
+ aiTooling: "aiTooling";
6728
+ codeGeneration: "codeGeneration";
6729
+ developerEnvironment: "developerEnvironment";
6730
+ containerOrchestration: "containerOrchestration";
6731
+ apiGateway: "apiGateway";
6732
+ continuousIntegration: "continuousIntegration";
6709
6733
  backendUtilities: "backendUtilities";
6710
6734
  language: "language";
6711
6735
  buildTool: "buildTool";
@@ -6713,7 +6737,6 @@ declare const ProjectConfigSchema: z.ZodObject<{
6713
6737
  errorHandling: "errorHandling";
6714
6738
  httpClient: "httpClient";
6715
6739
  libraries: "libraries";
6716
- config: "config";
6717
6740
  templating: "templating";
6718
6741
  cloudSdk: "cloudSdk";
6719
6742
  data: "data";
@@ -6734,8 +6757,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
6734
6757
  }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
6735
6758
  ownerPartId: z.ZodOptional<z.ZodString>;
6736
6759
  source: z.ZodEnum<{
6737
- selected: "selected";
6738
6760
  defaulted: "defaulted";
6761
+ selected: "selected";
6739
6762
  provided: "provided";
6740
6763
  legacy: "legacy";
6741
6764
  adjusted: "adjusted";
@@ -6780,13 +6803,13 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6780
6803
  sequelize: "sequelize";
6781
6804
  }>;
6782
6805
  backend: z.ZodEnum<{
6783
- effect: "effect";
6784
6806
  none: "none";
6785
6807
  hono: "hono";
6786
6808
  express: "express";
6787
6809
  fastify: "fastify";
6788
6810
  elysia: "elysia";
6789
6811
  fets: "fets";
6812
+ effect: "effect";
6790
6813
  nestjs: "nestjs";
6791
6814
  adonisjs: "adonisjs";
6792
6815
  nitro: "nitro";
@@ -6868,8 +6891,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6868
6891
  capacitor: "capacitor";
6869
6892
  }>>;
6870
6893
  examples: z.ZodArray<z.ZodEnum<{
6871
- ai: "ai";
6872
6894
  none: "none";
6895
+ ai: "ai";
6873
6896
  "chat-sdk": "chat-sdk";
6874
6897
  "tanstack-showcase": "tanstack-showcase";
6875
6898
  }>>;
@@ -6984,8 +7007,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6984
7007
  "ai-cli": "ai-cli";
6985
7008
  }>;
6986
7009
  effect: z.ZodEnum<{
6987
- effect: "effect";
6988
7010
  none: "none";
7011
+ effect: "effect";
6989
7012
  "effect-full": "effect-full";
6990
7013
  }>;
6991
7014
  stateManagement: z.ZodEnum<{
@@ -7038,7 +7061,6 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7038
7061
  "styled-components": "styled-components";
7039
7062
  }>;
7040
7063
  uiLibrary: z.ZodEnum<{
7041
- mui: "mui";
7042
7064
  none: "none";
7043
7065
  "shadcn-ui": "shadcn-ui";
7044
7066
  "shadcn-svelte": "shadcn-svelte";
@@ -7049,6 +7071,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7049
7071
  "chakra-ui": "chakra-ui";
7050
7072
  nextui: "nextui";
7051
7073
  mantine: "mantine";
7074
+ mui: "mui";
7052
7075
  antd: "antd";
7053
7076
  "base-ui": "base-ui";
7054
7077
  "ark-ui": "ark-ui";
@@ -7137,9 +7160,9 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7137
7160
  "effect-schema": "effect-schema";
7138
7161
  }>;
7139
7162
  realtime: z.ZodEnum<{
7140
- ws: "ws";
7141
7163
  none: "none";
7142
7164
  "socket-io": "socket-io";
7165
+ ws: "ws";
7143
7166
  partykit: "partykit";
7144
7167
  ably: "ably";
7145
7168
  pusher: "pusher";
@@ -7207,6 +7230,10 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7207
7230
  ga4: "ga4";
7208
7231
  "vercel-analytics": "vercel-analytics";
7209
7232
  }>;
7233
+ webMcp: z.ZodDefault<z.ZodEnum<{
7234
+ none: "none";
7235
+ enabled: "enabled";
7236
+ }>>;
7210
7237
  cms: z.ZodEnum<{
7211
7238
  none: "none";
7212
7239
  payload: "payload";
@@ -7269,9 +7296,9 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7269
7296
  }>;
7270
7297
  mobileUI: z.ZodEnum<{
7271
7298
  none: "none";
7299
+ uniwind: "uniwind";
7272
7300
  tamagui: "tamagui";
7273
7301
  "gluestack-ui": "gluestack-ui";
7274
- uniwind: "uniwind";
7275
7302
  unistyles: "unistyles";
7276
7303
  }>;
7277
7304
  mobileStorage: z.ZodEnum<{
@@ -7388,11 +7415,11 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7388
7415
  }>;
7389
7416
  rustLibraries: z.ZodArray<z.ZodEnum<{
7390
7417
  none: "none";
7391
- config: "config";
7392
7418
  serde: "serde";
7393
7419
  uuid: "uuid";
7394
7420
  chrono: "chrono";
7395
7421
  reqwest: "reqwest";
7422
+ config: "config";
7396
7423
  dashmap: "dashmap";
7397
7424
  "parking-lot": "parking-lot";
7398
7425
  secrecy: "secrecy";
@@ -7598,10 +7625,10 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7598
7625
  httprouter: "httprouter";
7599
7626
  }>;
7600
7627
  goOrm: z.ZodEnum<{
7601
- gorm: "gorm";
7602
7628
  none: "none";
7603
7629
  bun: "bun";
7604
7630
  sqlx: "sqlx";
7631
+ gorm: "gorm";
7605
7632
  sqlc: "sqlc";
7606
7633
  ent: "ent";
7607
7634
  }>;
@@ -8004,14 +8031,28 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
8004
8031
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
8005
8032
  id: z.ZodString;
8006
8033
  role: z.ZodEnum<{
8007
- runtime: "runtime";
8034
+ effect: "effect";
8035
+ ai: "ai";
8036
+ frontend: "frontend";
8008
8037
  backend: "backend";
8038
+ mobile: "mobile";
8009
8039
  database: "database";
8010
8040
  orm: "orm";
8011
- dbSetup: "dbSetup";
8012
8041
  auth: "auth";
8013
8042
  payments: "payments";
8043
+ examples: "examples";
8044
+ packageManager: "packageManager";
8045
+ dbSetup: "dbSetup";
8046
+ runtime: "runtime";
8047
+ api: "api";
8048
+ stateManagement: "stateManagement";
8049
+ forms: "forms";
8050
+ testing: "testing";
8014
8051
  email: "email";
8052
+ validation: "validation";
8053
+ realtime: "realtime";
8054
+ jobQueue: "jobQueue";
8055
+ animation: "animation";
8015
8056
  fileUpload: "fileUpload";
8016
8057
  logging: "logging";
8017
8058
  observability: "observability";
@@ -8019,53 +8060,41 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
8019
8060
  integrations: "integrations";
8020
8061
  ecommerce: "ecommerce";
8021
8062
  analytics: "analytics";
8022
- stateManagement: "stateManagement";
8023
- forms: "forms";
8024
- validation: "validation";
8025
- testing: "testing";
8026
- realtime: "realtime";
8027
- jobQueue: "jobQueue";
8063
+ webMcp: "webMcp";
8064
+ cms: "cms";
8028
8065
  caching: "caching";
8029
8066
  rateLimit: "rateLimit";
8030
8067
  botProtection: "botProtection";
8031
- animation: "animation";
8032
- cms: "cms";
8033
8068
  i18n: "i18n";
8034
8069
  search: "search";
8035
8070
  vectorDb: "vectorDb";
8036
8071
  fileStorage: "fileStorage";
8037
- codeQuality: "codeQuality";
8038
- documentation: "documentation";
8039
- packageManager: "packageManager";
8040
- examples: "examples";
8041
- api: "api";
8042
- workspaceRunner: "workspaceRunner";
8043
- gitHooks: "gitHooks";
8044
- staticAnalysis: "staticAnalysis";
8045
- aiTooling: "aiTooling";
8046
- codeGeneration: "codeGeneration";
8047
- developerEnvironment: "developerEnvironment";
8048
- containerOrchestration: "containerOrchestration";
8049
- apiGateway: "apiGateway";
8050
- continuousIntegration: "continuousIntegration";
8051
- ai: "ai";
8052
- effect: "effect";
8053
- css: "css";
8054
- ui: "ui";
8055
- push: "push";
8056
- frontend: "frontend";
8057
- mobile: "mobile";
8072
+ config: "config";
8058
8073
  graphql: "graphql";
8059
8074
  deploy: "deploy";
8060
8075
  migrations: "migrations";
8061
8076
  navigation: "navigation";
8077
+ ui: "ui";
8078
+ css: "css";
8062
8079
  storage: "storage";
8080
+ push: "push";
8063
8081
  ota: "ota";
8064
8082
  deepLinking: "deepLinking";
8083
+ documentation: "documentation";
8084
+ codeQuality: "codeQuality";
8065
8085
  appPlatform: "appPlatform";
8066
8086
  dataFetching: "dataFetching";
8067
8087
  workspaceTooling: "workspaceTooling";
8068
8088
  toolchain: "toolchain";
8089
+ workspaceRunner: "workspaceRunner";
8090
+ gitHooks: "gitHooks";
8091
+ staticAnalysis: "staticAnalysis";
8092
+ aiTooling: "aiTooling";
8093
+ codeGeneration: "codeGeneration";
8094
+ developerEnvironment: "developerEnvironment";
8095
+ containerOrchestration: "containerOrchestration";
8096
+ apiGateway: "apiGateway";
8097
+ continuousIntegration: "continuousIntegration";
8069
8098
  backendUtilities: "backendUtilities";
8070
8099
  language: "language";
8071
8100
  buildTool: "buildTool";
@@ -8073,7 +8102,6 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
8073
8102
  errorHandling: "errorHandling";
8074
8103
  httpClient: "httpClient";
8075
8104
  libraries: "libraries";
8076
- config: "config";
8077
8105
  templating: "templating";
8078
8106
  cloudSdk: "cloudSdk";
8079
8107
  data: "data";
@@ -8094,8 +8122,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
8094
8122
  }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
8095
8123
  ownerPartId: z.ZodOptional<z.ZodString>;
8096
8124
  source: z.ZodEnum<{
8097
- selected: "selected";
8098
8125
  defaulted: "defaulted";
8126
+ selected: "selected";
8099
8127
  provided: "provided";
8100
8128
  legacy: "legacy";
8101
8129
  adjusted: "adjusted";
@@ -8140,13 +8168,13 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8140
8168
  sequelize: "sequelize";
8141
8169
  }>;
8142
8170
  backend: z.ZodEnum<{
8143
- effect: "effect";
8144
8171
  none: "none";
8145
8172
  hono: "hono";
8146
8173
  express: "express";
8147
8174
  fastify: "fastify";
8148
8175
  elysia: "elysia";
8149
8176
  fets: "fets";
8177
+ effect: "effect";
8150
8178
  nestjs: "nestjs";
8151
8179
  adonisjs: "adonisjs";
8152
8180
  nitro: "nitro";
@@ -8228,8 +8256,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8228
8256
  capacitor: "capacitor";
8229
8257
  }>>;
8230
8258
  examples: z.ZodArray<z.ZodEnum<{
8231
- ai: "ai";
8232
8259
  none: "none";
8260
+ ai: "ai";
8233
8261
  "chat-sdk": "chat-sdk";
8234
8262
  "tanstack-showcase": "tanstack-showcase";
8235
8263
  }>>;
@@ -8344,8 +8372,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8344
8372
  "ai-cli": "ai-cli";
8345
8373
  }>;
8346
8374
  effect: z.ZodEnum<{
8347
- effect: "effect";
8348
8375
  none: "none";
8376
+ effect: "effect";
8349
8377
  "effect-full": "effect-full";
8350
8378
  }>;
8351
8379
  stateManagement: z.ZodEnum<{
@@ -8398,7 +8426,6 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8398
8426
  "styled-components": "styled-components";
8399
8427
  }>;
8400
8428
  uiLibrary: z.ZodEnum<{
8401
- mui: "mui";
8402
8429
  none: "none";
8403
8430
  "shadcn-ui": "shadcn-ui";
8404
8431
  "shadcn-svelte": "shadcn-svelte";
@@ -8409,6 +8436,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8409
8436
  "chakra-ui": "chakra-ui";
8410
8437
  nextui: "nextui";
8411
8438
  mantine: "mantine";
8439
+ mui: "mui";
8412
8440
  antd: "antd";
8413
8441
  "base-ui": "base-ui";
8414
8442
  "ark-ui": "ark-ui";
@@ -8497,9 +8525,9 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8497
8525
  "effect-schema": "effect-schema";
8498
8526
  }>;
8499
8527
  realtime: z.ZodEnum<{
8500
- ws: "ws";
8501
8528
  none: "none";
8502
8529
  "socket-io": "socket-io";
8530
+ ws: "ws";
8503
8531
  partykit: "partykit";
8504
8532
  ably: "ably";
8505
8533
  pusher: "pusher";
@@ -8567,6 +8595,10 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8567
8595
  ga4: "ga4";
8568
8596
  "vercel-analytics": "vercel-analytics";
8569
8597
  }>;
8598
+ webMcp: z.ZodDefault<z.ZodEnum<{
8599
+ none: "none";
8600
+ enabled: "enabled";
8601
+ }>>;
8570
8602
  cms: z.ZodEnum<{
8571
8603
  none: "none";
8572
8604
  payload: "payload";
@@ -8629,9 +8661,9 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8629
8661
  }>;
8630
8662
  mobileUI: z.ZodEnum<{
8631
8663
  none: "none";
8664
+ uniwind: "uniwind";
8632
8665
  tamagui: "tamagui";
8633
8666
  "gluestack-ui": "gluestack-ui";
8634
- uniwind: "uniwind";
8635
8667
  unistyles: "unistyles";
8636
8668
  }>;
8637
8669
  mobileStorage: z.ZodEnum<{
@@ -8748,11 +8780,11 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8748
8780
  }>;
8749
8781
  rustLibraries: z.ZodArray<z.ZodEnum<{
8750
8782
  none: "none";
8751
- config: "config";
8752
8783
  serde: "serde";
8753
8784
  uuid: "uuid";
8754
8785
  chrono: "chrono";
8755
8786
  reqwest: "reqwest";
8787
+ config: "config";
8756
8788
  dashmap: "dashmap";
8757
8789
  "parking-lot": "parking-lot";
8758
8790
  secrecy: "secrecy";
@@ -8958,10 +8990,10 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8958
8990
  httprouter: "httprouter";
8959
8991
  }>;
8960
8992
  goOrm: z.ZodEnum<{
8961
- gorm: "gorm";
8962
8993
  none: "none";
8963
8994
  bun: "bun";
8964
8995
  sqlx: "sqlx";
8996
+ gorm: "gorm";
8965
8997
  sqlc: "sqlc";
8966
8998
  ent: "ent";
8967
8999
  }>;
@@ -9364,14 +9396,28 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
9364
9396
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
9365
9397
  id: z.ZodString;
9366
9398
  role: z.ZodEnum<{
9367
- runtime: "runtime";
9399
+ effect: "effect";
9400
+ ai: "ai";
9401
+ frontend: "frontend";
9368
9402
  backend: "backend";
9403
+ mobile: "mobile";
9369
9404
  database: "database";
9370
9405
  orm: "orm";
9371
- dbSetup: "dbSetup";
9372
9406
  auth: "auth";
9373
9407
  payments: "payments";
9408
+ examples: "examples";
9409
+ packageManager: "packageManager";
9410
+ dbSetup: "dbSetup";
9411
+ runtime: "runtime";
9412
+ api: "api";
9413
+ stateManagement: "stateManagement";
9414
+ forms: "forms";
9415
+ testing: "testing";
9374
9416
  email: "email";
9417
+ validation: "validation";
9418
+ realtime: "realtime";
9419
+ jobQueue: "jobQueue";
9420
+ animation: "animation";
9375
9421
  fileUpload: "fileUpload";
9376
9422
  logging: "logging";
9377
9423
  observability: "observability";
@@ -9379,53 +9425,41 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
9379
9425
  integrations: "integrations";
9380
9426
  ecommerce: "ecommerce";
9381
9427
  analytics: "analytics";
9382
- stateManagement: "stateManagement";
9383
- forms: "forms";
9384
- validation: "validation";
9385
- testing: "testing";
9386
- realtime: "realtime";
9387
- jobQueue: "jobQueue";
9428
+ webMcp: "webMcp";
9429
+ cms: "cms";
9388
9430
  caching: "caching";
9389
9431
  rateLimit: "rateLimit";
9390
9432
  botProtection: "botProtection";
9391
- animation: "animation";
9392
- cms: "cms";
9393
9433
  i18n: "i18n";
9394
9434
  search: "search";
9395
9435
  vectorDb: "vectorDb";
9396
9436
  fileStorage: "fileStorage";
9397
- codeQuality: "codeQuality";
9398
- documentation: "documentation";
9399
- packageManager: "packageManager";
9400
- examples: "examples";
9401
- api: "api";
9402
- workspaceRunner: "workspaceRunner";
9403
- gitHooks: "gitHooks";
9404
- staticAnalysis: "staticAnalysis";
9405
- aiTooling: "aiTooling";
9406
- codeGeneration: "codeGeneration";
9407
- developerEnvironment: "developerEnvironment";
9408
- containerOrchestration: "containerOrchestration";
9409
- apiGateway: "apiGateway";
9410
- continuousIntegration: "continuousIntegration";
9411
- ai: "ai";
9412
- effect: "effect";
9413
- css: "css";
9414
- ui: "ui";
9415
- push: "push";
9416
- frontend: "frontend";
9417
- mobile: "mobile";
9437
+ config: "config";
9418
9438
  graphql: "graphql";
9419
9439
  deploy: "deploy";
9420
9440
  migrations: "migrations";
9421
9441
  navigation: "navigation";
9442
+ ui: "ui";
9443
+ css: "css";
9422
9444
  storage: "storage";
9445
+ push: "push";
9423
9446
  ota: "ota";
9424
9447
  deepLinking: "deepLinking";
9448
+ documentation: "documentation";
9449
+ codeQuality: "codeQuality";
9425
9450
  appPlatform: "appPlatform";
9426
9451
  dataFetching: "dataFetching";
9427
9452
  workspaceTooling: "workspaceTooling";
9428
9453
  toolchain: "toolchain";
9454
+ workspaceRunner: "workspaceRunner";
9455
+ gitHooks: "gitHooks";
9456
+ staticAnalysis: "staticAnalysis";
9457
+ aiTooling: "aiTooling";
9458
+ codeGeneration: "codeGeneration";
9459
+ developerEnvironment: "developerEnvironment";
9460
+ containerOrchestration: "containerOrchestration";
9461
+ apiGateway: "apiGateway";
9462
+ continuousIntegration: "continuousIntegration";
9429
9463
  backendUtilities: "backendUtilities";
9430
9464
  language: "language";
9431
9465
  buildTool: "buildTool";
@@ -9433,7 +9467,6 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
9433
9467
  errorHandling: "errorHandling";
9434
9468
  httpClient: "httpClient";
9435
9469
  libraries: "libraries";
9436
- config: "config";
9437
9470
  templating: "templating";
9438
9471
  cloudSdk: "cloudSdk";
9439
9472
  data: "data";
@@ -9454,8 +9487,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
9454
9487
  }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
9455
9488
  ownerPartId: z.ZodOptional<z.ZodString>;
9456
9489
  source: z.ZodEnum<{
9457
- selected: "selected";
9458
9490
  defaulted: "defaulted";
9491
+ selected: "selected";
9459
9492
  provided: "provided";
9460
9493
  legacy: "legacy";
9461
9494
  adjusted: "adjusted";
@@ -9501,13 +9534,13 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9501
9534
  sequelize: "sequelize";
9502
9535
  }>;
9503
9536
  backend: z.ZodEnum<{
9504
- effect: "effect";
9505
9537
  none: "none";
9506
9538
  hono: "hono";
9507
9539
  express: "express";
9508
9540
  fastify: "fastify";
9509
9541
  elysia: "elysia";
9510
9542
  fets: "fets";
9543
+ effect: "effect";
9511
9544
  nestjs: "nestjs";
9512
9545
  adonisjs: "adonisjs";
9513
9546
  nitro: "nitro";
@@ -9589,8 +9622,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9589
9622
  capacitor: "capacitor";
9590
9623
  }>>;
9591
9624
  examples: z.ZodArray<z.ZodEnum<{
9592
- ai: "ai";
9593
9625
  none: "none";
9626
+ ai: "ai";
9594
9627
  "chat-sdk": "chat-sdk";
9595
9628
  "tanstack-showcase": "tanstack-showcase";
9596
9629
  }>>;
@@ -9705,8 +9738,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9705
9738
  "ai-cli": "ai-cli";
9706
9739
  }>;
9707
9740
  effect: z.ZodEnum<{
9708
- effect: "effect";
9709
9741
  none: "none";
9742
+ effect: "effect";
9710
9743
  "effect-full": "effect-full";
9711
9744
  }>;
9712
9745
  stateManagement: z.ZodEnum<{
@@ -9759,7 +9792,6 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9759
9792
  "styled-components": "styled-components";
9760
9793
  }>;
9761
9794
  uiLibrary: z.ZodEnum<{
9762
- mui: "mui";
9763
9795
  none: "none";
9764
9796
  "shadcn-ui": "shadcn-ui";
9765
9797
  "shadcn-svelte": "shadcn-svelte";
@@ -9770,6 +9802,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9770
9802
  "chakra-ui": "chakra-ui";
9771
9803
  nextui: "nextui";
9772
9804
  mantine: "mantine";
9805
+ mui: "mui";
9773
9806
  antd: "antd";
9774
9807
  "base-ui": "base-ui";
9775
9808
  "ark-ui": "ark-ui";
@@ -9858,9 +9891,9 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9858
9891
  "effect-schema": "effect-schema";
9859
9892
  }>;
9860
9893
  realtime: z.ZodEnum<{
9861
- ws: "ws";
9862
9894
  none: "none";
9863
9895
  "socket-io": "socket-io";
9896
+ ws: "ws";
9864
9897
  partykit: "partykit";
9865
9898
  ably: "ably";
9866
9899
  pusher: "pusher";
@@ -9928,6 +9961,10 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9928
9961
  ga4: "ga4";
9929
9962
  "vercel-analytics": "vercel-analytics";
9930
9963
  }>;
9964
+ webMcp: z.ZodDefault<z.ZodEnum<{
9965
+ none: "none";
9966
+ enabled: "enabled";
9967
+ }>>;
9931
9968
  cms: z.ZodEnum<{
9932
9969
  none: "none";
9933
9970
  payload: "payload";
@@ -9990,9 +10027,9 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9990
10027
  }>;
9991
10028
  mobileUI: z.ZodEnum<{
9992
10029
  none: "none";
10030
+ uniwind: "uniwind";
9993
10031
  tamagui: "tamagui";
9994
10032
  "gluestack-ui": "gluestack-ui";
9995
- uniwind: "uniwind";
9996
10033
  unistyles: "unistyles";
9997
10034
  }>;
9998
10035
  mobileStorage: z.ZodEnum<{
@@ -10109,11 +10146,11 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
10109
10146
  }>;
10110
10147
  rustLibraries: z.ZodArray<z.ZodEnum<{
10111
10148
  none: "none";
10112
- config: "config";
10113
10149
  serde: "serde";
10114
10150
  uuid: "uuid";
10115
10151
  chrono: "chrono";
10116
10152
  reqwest: "reqwest";
10153
+ config: "config";
10117
10154
  dashmap: "dashmap";
10118
10155
  "parking-lot": "parking-lot";
10119
10156
  secrecy: "secrecy";
@@ -10319,10 +10356,10 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
10319
10356
  httprouter: "httprouter";
10320
10357
  }>;
10321
10358
  goOrm: z.ZodEnum<{
10322
- gorm: "gorm";
10323
10359
  none: "none";
10324
10360
  bun: "bun";
10325
10361
  sqlx: "sqlx";
10362
+ gorm: "gorm";
10326
10363
  sqlc: "sqlc";
10327
10364
  ent: "ent";
10328
10365
  }>;
@@ -10725,14 +10762,28 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
10725
10762
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
10726
10763
  id: z.ZodString;
10727
10764
  role: z.ZodEnum<{
10728
- runtime: "runtime";
10765
+ effect: "effect";
10766
+ ai: "ai";
10767
+ frontend: "frontend";
10729
10768
  backend: "backend";
10769
+ mobile: "mobile";
10730
10770
  database: "database";
10731
10771
  orm: "orm";
10732
- dbSetup: "dbSetup";
10733
10772
  auth: "auth";
10734
10773
  payments: "payments";
10774
+ examples: "examples";
10775
+ packageManager: "packageManager";
10776
+ dbSetup: "dbSetup";
10777
+ runtime: "runtime";
10778
+ api: "api";
10779
+ stateManagement: "stateManagement";
10780
+ forms: "forms";
10781
+ testing: "testing";
10735
10782
  email: "email";
10783
+ validation: "validation";
10784
+ realtime: "realtime";
10785
+ jobQueue: "jobQueue";
10786
+ animation: "animation";
10736
10787
  fileUpload: "fileUpload";
10737
10788
  logging: "logging";
10738
10789
  observability: "observability";
@@ -10740,53 +10791,41 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
10740
10791
  integrations: "integrations";
10741
10792
  ecommerce: "ecommerce";
10742
10793
  analytics: "analytics";
10743
- stateManagement: "stateManagement";
10744
- forms: "forms";
10745
- validation: "validation";
10746
- testing: "testing";
10747
- realtime: "realtime";
10748
- jobQueue: "jobQueue";
10794
+ webMcp: "webMcp";
10795
+ cms: "cms";
10749
10796
  caching: "caching";
10750
10797
  rateLimit: "rateLimit";
10751
10798
  botProtection: "botProtection";
10752
- animation: "animation";
10753
- cms: "cms";
10754
10799
  i18n: "i18n";
10755
10800
  search: "search";
10756
10801
  vectorDb: "vectorDb";
10757
10802
  fileStorage: "fileStorage";
10758
- codeQuality: "codeQuality";
10759
- documentation: "documentation";
10760
- packageManager: "packageManager";
10761
- examples: "examples";
10762
- api: "api";
10763
- workspaceRunner: "workspaceRunner";
10764
- gitHooks: "gitHooks";
10765
- staticAnalysis: "staticAnalysis";
10766
- aiTooling: "aiTooling";
10767
- codeGeneration: "codeGeneration";
10768
- developerEnvironment: "developerEnvironment";
10769
- containerOrchestration: "containerOrchestration";
10770
- apiGateway: "apiGateway";
10771
- continuousIntegration: "continuousIntegration";
10772
- ai: "ai";
10773
- effect: "effect";
10774
- css: "css";
10775
- ui: "ui";
10776
- push: "push";
10777
- frontend: "frontend";
10778
- mobile: "mobile";
10803
+ config: "config";
10779
10804
  graphql: "graphql";
10780
10805
  deploy: "deploy";
10781
10806
  migrations: "migrations";
10782
10807
  navigation: "navigation";
10808
+ ui: "ui";
10809
+ css: "css";
10783
10810
  storage: "storage";
10811
+ push: "push";
10784
10812
  ota: "ota";
10785
10813
  deepLinking: "deepLinking";
10814
+ documentation: "documentation";
10815
+ codeQuality: "codeQuality";
10786
10816
  appPlatform: "appPlatform";
10787
10817
  dataFetching: "dataFetching";
10788
10818
  workspaceTooling: "workspaceTooling";
10789
10819
  toolchain: "toolchain";
10820
+ workspaceRunner: "workspaceRunner";
10821
+ gitHooks: "gitHooks";
10822
+ staticAnalysis: "staticAnalysis";
10823
+ aiTooling: "aiTooling";
10824
+ codeGeneration: "codeGeneration";
10825
+ developerEnvironment: "developerEnvironment";
10826
+ containerOrchestration: "containerOrchestration";
10827
+ apiGateway: "apiGateway";
10828
+ continuousIntegration: "continuousIntegration";
10790
10829
  backendUtilities: "backendUtilities";
10791
10830
  language: "language";
10792
10831
  buildTool: "buildTool";
@@ -10794,7 +10833,6 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
10794
10833
  errorHandling: "errorHandling";
10795
10834
  httpClient: "httpClient";
10796
10835
  libraries: "libraries";
10797
- config: "config";
10798
10836
  templating: "templating";
10799
10837
  cloudSdk: "cloudSdk";
10800
10838
  data: "data";
@@ -10815,8 +10853,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
10815
10853
  }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
10816
10854
  ownerPartId: z.ZodOptional<z.ZodString>;
10817
10855
  source: z.ZodEnum<{
10818
- selected: "selected";
10819
10856
  defaulted: "defaulted";
10857
+ selected: "selected";
10820
10858
  provided: "provided";
10821
10859
  legacy: "legacy";
10822
10860
  adjusted: "adjusted";
@@ -10862,13 +10900,13 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10862
10900
  sequelize: "sequelize";
10863
10901
  }>;
10864
10902
  backend: z.ZodEnum<{
10865
- effect: "effect";
10866
10903
  none: "none";
10867
10904
  hono: "hono";
10868
10905
  express: "express";
10869
10906
  fastify: "fastify";
10870
10907
  elysia: "elysia";
10871
10908
  fets: "fets";
10909
+ effect: "effect";
10872
10910
  nestjs: "nestjs";
10873
10911
  adonisjs: "adonisjs";
10874
10912
  nitro: "nitro";
@@ -10950,8 +10988,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10950
10988
  capacitor: "capacitor";
10951
10989
  }>>;
10952
10990
  examples: z.ZodArray<z.ZodEnum<{
10953
- ai: "ai";
10954
10991
  none: "none";
10992
+ ai: "ai";
10955
10993
  "chat-sdk": "chat-sdk";
10956
10994
  "tanstack-showcase": "tanstack-showcase";
10957
10995
  }>>;
@@ -11066,8 +11104,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11066
11104
  "ai-cli": "ai-cli";
11067
11105
  }>;
11068
11106
  effect: z.ZodEnum<{
11069
- effect: "effect";
11070
11107
  none: "none";
11108
+ effect: "effect";
11071
11109
  "effect-full": "effect-full";
11072
11110
  }>;
11073
11111
  stateManagement: z.ZodEnum<{
@@ -11120,7 +11158,6 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11120
11158
  "styled-components": "styled-components";
11121
11159
  }>;
11122
11160
  uiLibrary: z.ZodEnum<{
11123
- mui: "mui";
11124
11161
  none: "none";
11125
11162
  "shadcn-ui": "shadcn-ui";
11126
11163
  "shadcn-svelte": "shadcn-svelte";
@@ -11131,6 +11168,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11131
11168
  "chakra-ui": "chakra-ui";
11132
11169
  nextui: "nextui";
11133
11170
  mantine: "mantine";
11171
+ mui: "mui";
11134
11172
  antd: "antd";
11135
11173
  "base-ui": "base-ui";
11136
11174
  "ark-ui": "ark-ui";
@@ -11219,9 +11257,9 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11219
11257
  "effect-schema": "effect-schema";
11220
11258
  }>;
11221
11259
  realtime: z.ZodEnum<{
11222
- ws: "ws";
11223
11260
  none: "none";
11224
11261
  "socket-io": "socket-io";
11262
+ ws: "ws";
11225
11263
  partykit: "partykit";
11226
11264
  ably: "ably";
11227
11265
  pusher: "pusher";
@@ -11289,6 +11327,10 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11289
11327
  ga4: "ga4";
11290
11328
  "vercel-analytics": "vercel-analytics";
11291
11329
  }>;
11330
+ webMcp: z.ZodDefault<z.ZodEnum<{
11331
+ none: "none";
11332
+ enabled: "enabled";
11333
+ }>>;
11292
11334
  cms: z.ZodEnum<{
11293
11335
  none: "none";
11294
11336
  payload: "payload";
@@ -11351,9 +11393,9 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11351
11393
  }>;
11352
11394
  mobileUI: z.ZodEnum<{
11353
11395
  none: "none";
11396
+ uniwind: "uniwind";
11354
11397
  tamagui: "tamagui";
11355
11398
  "gluestack-ui": "gluestack-ui";
11356
- uniwind: "uniwind";
11357
11399
  unistyles: "unistyles";
11358
11400
  }>;
11359
11401
  mobileStorage: z.ZodEnum<{
@@ -11470,11 +11512,11 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11470
11512
  }>;
11471
11513
  rustLibraries: z.ZodArray<z.ZodEnum<{
11472
11514
  none: "none";
11473
- config: "config";
11474
11515
  serde: "serde";
11475
11516
  uuid: "uuid";
11476
11517
  chrono: "chrono";
11477
11518
  reqwest: "reqwest";
11519
+ config: "config";
11478
11520
  dashmap: "dashmap";
11479
11521
  "parking-lot": "parking-lot";
11480
11522
  secrecy: "secrecy";
@@ -11680,10 +11722,10 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11680
11722
  httprouter: "httprouter";
11681
11723
  }>;
11682
11724
  goOrm: z.ZodEnum<{
11683
- gorm: "gorm";
11684
11725
  none: "none";
11685
11726
  bun: "bun";
11686
11727
  sqlx: "sqlx";
11728
+ gorm: "gorm";
11687
11729
  sqlc: "sqlc";
11688
11730
  ent: "ent";
11689
11731
  }>;
@@ -12086,14 +12128,28 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
12086
12128
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
12087
12129
  id: z.ZodString;
12088
12130
  role: z.ZodEnum<{
12089
- runtime: "runtime";
12131
+ effect: "effect";
12132
+ ai: "ai";
12133
+ frontend: "frontend";
12090
12134
  backend: "backend";
12135
+ mobile: "mobile";
12091
12136
  database: "database";
12092
12137
  orm: "orm";
12093
- dbSetup: "dbSetup";
12094
12138
  auth: "auth";
12095
12139
  payments: "payments";
12140
+ examples: "examples";
12141
+ packageManager: "packageManager";
12142
+ dbSetup: "dbSetup";
12143
+ runtime: "runtime";
12144
+ api: "api";
12145
+ stateManagement: "stateManagement";
12146
+ forms: "forms";
12147
+ testing: "testing";
12096
12148
  email: "email";
12149
+ validation: "validation";
12150
+ realtime: "realtime";
12151
+ jobQueue: "jobQueue";
12152
+ animation: "animation";
12097
12153
  fileUpload: "fileUpload";
12098
12154
  logging: "logging";
12099
12155
  observability: "observability";
@@ -12101,53 +12157,41 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
12101
12157
  integrations: "integrations";
12102
12158
  ecommerce: "ecommerce";
12103
12159
  analytics: "analytics";
12104
- stateManagement: "stateManagement";
12105
- forms: "forms";
12106
- validation: "validation";
12107
- testing: "testing";
12108
- realtime: "realtime";
12109
- jobQueue: "jobQueue";
12160
+ webMcp: "webMcp";
12161
+ cms: "cms";
12110
12162
  caching: "caching";
12111
12163
  rateLimit: "rateLimit";
12112
12164
  botProtection: "botProtection";
12113
- animation: "animation";
12114
- cms: "cms";
12115
12165
  i18n: "i18n";
12116
12166
  search: "search";
12117
12167
  vectorDb: "vectorDb";
12118
12168
  fileStorage: "fileStorage";
12119
- codeQuality: "codeQuality";
12120
- documentation: "documentation";
12121
- packageManager: "packageManager";
12122
- examples: "examples";
12123
- api: "api";
12124
- workspaceRunner: "workspaceRunner";
12125
- gitHooks: "gitHooks";
12126
- staticAnalysis: "staticAnalysis";
12127
- aiTooling: "aiTooling";
12128
- codeGeneration: "codeGeneration";
12129
- developerEnvironment: "developerEnvironment";
12130
- containerOrchestration: "containerOrchestration";
12131
- apiGateway: "apiGateway";
12132
- continuousIntegration: "continuousIntegration";
12133
- ai: "ai";
12134
- effect: "effect";
12135
- css: "css";
12136
- ui: "ui";
12137
- push: "push";
12138
- frontend: "frontend";
12139
- mobile: "mobile";
12169
+ config: "config";
12140
12170
  graphql: "graphql";
12141
12171
  deploy: "deploy";
12142
12172
  migrations: "migrations";
12143
12173
  navigation: "navigation";
12174
+ ui: "ui";
12175
+ css: "css";
12144
12176
  storage: "storage";
12177
+ push: "push";
12145
12178
  ota: "ota";
12146
12179
  deepLinking: "deepLinking";
12180
+ documentation: "documentation";
12181
+ codeQuality: "codeQuality";
12147
12182
  appPlatform: "appPlatform";
12148
12183
  dataFetching: "dataFetching";
12149
12184
  workspaceTooling: "workspaceTooling";
12150
12185
  toolchain: "toolchain";
12186
+ workspaceRunner: "workspaceRunner";
12187
+ gitHooks: "gitHooks";
12188
+ staticAnalysis: "staticAnalysis";
12189
+ aiTooling: "aiTooling";
12190
+ codeGeneration: "codeGeneration";
12191
+ developerEnvironment: "developerEnvironment";
12192
+ containerOrchestration: "containerOrchestration";
12193
+ apiGateway: "apiGateway";
12194
+ continuousIntegration: "continuousIntegration";
12151
12195
  backendUtilities: "backendUtilities";
12152
12196
  language: "language";
12153
12197
  buildTool: "buildTool";
@@ -12155,7 +12199,6 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
12155
12199
  errorHandling: "errorHandling";
12156
12200
  httpClient: "httpClient";
12157
12201
  libraries: "libraries";
12158
- config: "config";
12159
12202
  templating: "templating";
12160
12203
  cloudSdk: "cloudSdk";
12161
12204
  data: "data";
@@ -12176,8 +12219,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
12176
12219
  }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
12177
12220
  ownerPartId: z.ZodOptional<z.ZodString>;
12178
12221
  source: z.ZodEnum<{
12179
- selected: "selected";
12180
12222
  defaulted: "defaulted";
12223
+ selected: "selected";
12181
12224
  provided: "provided";
12182
12225
  legacy: "legacy";
12183
12226
  adjusted: "adjusted";
@@ -12223,13 +12266,13 @@ declare const InitResultSchema: z.ZodObject<{
12223
12266
  sequelize: "sequelize";
12224
12267
  }>;
12225
12268
  backend: z.ZodEnum<{
12226
- effect: "effect";
12227
12269
  none: "none";
12228
12270
  hono: "hono";
12229
12271
  express: "express";
12230
12272
  fastify: "fastify";
12231
12273
  elysia: "elysia";
12232
12274
  fets: "fets";
12275
+ effect: "effect";
12233
12276
  nestjs: "nestjs";
12234
12277
  adonisjs: "adonisjs";
12235
12278
  nitro: "nitro";
@@ -12311,8 +12354,8 @@ declare const InitResultSchema: z.ZodObject<{
12311
12354
  capacitor: "capacitor";
12312
12355
  }>>;
12313
12356
  examples: z.ZodArray<z.ZodEnum<{
12314
- ai: "ai";
12315
12357
  none: "none";
12358
+ ai: "ai";
12316
12359
  "chat-sdk": "chat-sdk";
12317
12360
  "tanstack-showcase": "tanstack-showcase";
12318
12361
  }>>;
@@ -12429,8 +12472,8 @@ declare const InitResultSchema: z.ZodObject<{
12429
12472
  "ai-cli": "ai-cli";
12430
12473
  }>;
12431
12474
  effect: z.ZodEnum<{
12432
- effect: "effect";
12433
12475
  none: "none";
12476
+ effect: "effect";
12434
12477
  "effect-full": "effect-full";
12435
12478
  }>;
12436
12479
  stateManagement: z.ZodEnum<{
@@ -12483,7 +12526,6 @@ declare const InitResultSchema: z.ZodObject<{
12483
12526
  "styled-components": "styled-components";
12484
12527
  }>;
12485
12528
  uiLibrary: z.ZodEnum<{
12486
- mui: "mui";
12487
12529
  none: "none";
12488
12530
  "shadcn-ui": "shadcn-ui";
12489
12531
  "shadcn-svelte": "shadcn-svelte";
@@ -12494,6 +12536,7 @@ declare const InitResultSchema: z.ZodObject<{
12494
12536
  "chakra-ui": "chakra-ui";
12495
12537
  nextui: "nextui";
12496
12538
  mantine: "mantine";
12539
+ mui: "mui";
12497
12540
  antd: "antd";
12498
12541
  "base-ui": "base-ui";
12499
12542
  "ark-ui": "ark-ui";
@@ -12582,9 +12625,9 @@ declare const InitResultSchema: z.ZodObject<{
12582
12625
  "effect-schema": "effect-schema";
12583
12626
  }>;
12584
12627
  realtime: z.ZodEnum<{
12585
- ws: "ws";
12586
12628
  none: "none";
12587
12629
  "socket-io": "socket-io";
12630
+ ws: "ws";
12588
12631
  partykit: "partykit";
12589
12632
  ably: "ably";
12590
12633
  pusher: "pusher";
@@ -12652,6 +12695,10 @@ declare const InitResultSchema: z.ZodObject<{
12652
12695
  ga4: "ga4";
12653
12696
  "vercel-analytics": "vercel-analytics";
12654
12697
  }>;
12698
+ webMcp: z.ZodDefault<z.ZodEnum<{
12699
+ none: "none";
12700
+ enabled: "enabled";
12701
+ }>>;
12655
12702
  cms: z.ZodEnum<{
12656
12703
  none: "none";
12657
12704
  payload: "payload";
@@ -12714,9 +12761,9 @@ declare const InitResultSchema: z.ZodObject<{
12714
12761
  }>;
12715
12762
  mobileUI: z.ZodEnum<{
12716
12763
  none: "none";
12764
+ uniwind: "uniwind";
12717
12765
  tamagui: "tamagui";
12718
12766
  "gluestack-ui": "gluestack-ui";
12719
- uniwind: "uniwind";
12720
12767
  unistyles: "unistyles";
12721
12768
  }>;
12722
12769
  mobileStorage: z.ZodEnum<{
@@ -12833,11 +12880,11 @@ declare const InitResultSchema: z.ZodObject<{
12833
12880
  }>;
12834
12881
  rustLibraries: z.ZodArray<z.ZodEnum<{
12835
12882
  none: "none";
12836
- config: "config";
12837
12883
  serde: "serde";
12838
12884
  uuid: "uuid";
12839
12885
  chrono: "chrono";
12840
12886
  reqwest: "reqwest";
12887
+ config: "config";
12841
12888
  dashmap: "dashmap";
12842
12889
  "parking-lot": "parking-lot";
12843
12890
  secrecy: "secrecy";
@@ -13043,10 +13090,10 @@ declare const InitResultSchema: z.ZodObject<{
13043
13090
  httprouter: "httprouter";
13044
13091
  }>;
13045
13092
  goOrm: z.ZodEnum<{
13046
- gorm: "gorm";
13047
13093
  none: "none";
13048
13094
  bun: "bun";
13049
13095
  sqlx: "sqlx";
13096
+ gorm: "gorm";
13050
13097
  sqlc: "sqlc";
13051
13098
  ent: "ent";
13052
13099
  }>;
@@ -13449,14 +13496,28 @@ declare const InitResultSchema: z.ZodObject<{
13449
13496
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
13450
13497
  id: z.ZodString;
13451
13498
  role: z.ZodEnum<{
13452
- runtime: "runtime";
13499
+ effect: "effect";
13500
+ ai: "ai";
13501
+ frontend: "frontend";
13453
13502
  backend: "backend";
13503
+ mobile: "mobile";
13454
13504
  database: "database";
13455
13505
  orm: "orm";
13456
- dbSetup: "dbSetup";
13457
13506
  auth: "auth";
13458
13507
  payments: "payments";
13508
+ examples: "examples";
13509
+ packageManager: "packageManager";
13510
+ dbSetup: "dbSetup";
13511
+ runtime: "runtime";
13512
+ api: "api";
13513
+ stateManagement: "stateManagement";
13514
+ forms: "forms";
13515
+ testing: "testing";
13459
13516
  email: "email";
13517
+ validation: "validation";
13518
+ realtime: "realtime";
13519
+ jobQueue: "jobQueue";
13520
+ animation: "animation";
13460
13521
  fileUpload: "fileUpload";
13461
13522
  logging: "logging";
13462
13523
  observability: "observability";
@@ -13464,53 +13525,41 @@ declare const InitResultSchema: z.ZodObject<{
13464
13525
  integrations: "integrations";
13465
13526
  ecommerce: "ecommerce";
13466
13527
  analytics: "analytics";
13467
- stateManagement: "stateManagement";
13468
- forms: "forms";
13469
- validation: "validation";
13470
- testing: "testing";
13471
- realtime: "realtime";
13472
- jobQueue: "jobQueue";
13528
+ webMcp: "webMcp";
13529
+ cms: "cms";
13473
13530
  caching: "caching";
13474
13531
  rateLimit: "rateLimit";
13475
13532
  botProtection: "botProtection";
13476
- animation: "animation";
13477
- cms: "cms";
13478
13533
  i18n: "i18n";
13479
13534
  search: "search";
13480
13535
  vectorDb: "vectorDb";
13481
13536
  fileStorage: "fileStorage";
13482
- codeQuality: "codeQuality";
13483
- documentation: "documentation";
13484
- packageManager: "packageManager";
13485
- examples: "examples";
13486
- api: "api";
13487
- workspaceRunner: "workspaceRunner";
13488
- gitHooks: "gitHooks";
13489
- staticAnalysis: "staticAnalysis";
13490
- aiTooling: "aiTooling";
13491
- codeGeneration: "codeGeneration";
13492
- developerEnvironment: "developerEnvironment";
13493
- containerOrchestration: "containerOrchestration";
13494
- apiGateway: "apiGateway";
13495
- continuousIntegration: "continuousIntegration";
13496
- ai: "ai";
13497
- effect: "effect";
13498
- css: "css";
13499
- ui: "ui";
13500
- push: "push";
13501
- frontend: "frontend";
13502
- mobile: "mobile";
13537
+ config: "config";
13503
13538
  graphql: "graphql";
13504
13539
  deploy: "deploy";
13505
13540
  migrations: "migrations";
13506
13541
  navigation: "navigation";
13542
+ ui: "ui";
13543
+ css: "css";
13507
13544
  storage: "storage";
13545
+ push: "push";
13508
13546
  ota: "ota";
13509
13547
  deepLinking: "deepLinking";
13548
+ documentation: "documentation";
13549
+ codeQuality: "codeQuality";
13510
13550
  appPlatform: "appPlatform";
13511
13551
  dataFetching: "dataFetching";
13512
13552
  workspaceTooling: "workspaceTooling";
13513
13553
  toolchain: "toolchain";
13554
+ workspaceRunner: "workspaceRunner";
13555
+ gitHooks: "gitHooks";
13556
+ staticAnalysis: "staticAnalysis";
13557
+ aiTooling: "aiTooling";
13558
+ codeGeneration: "codeGeneration";
13559
+ developerEnvironment: "developerEnvironment";
13560
+ containerOrchestration: "containerOrchestration";
13561
+ apiGateway: "apiGateway";
13562
+ continuousIntegration: "continuousIntegration";
13514
13563
  backendUtilities: "backendUtilities";
13515
13564
  language: "language";
13516
13565
  buildTool: "buildTool";
@@ -13518,7 +13567,6 @@ declare const InitResultSchema: z.ZodObject<{
13518
13567
  errorHandling: "errorHandling";
13519
13568
  httpClient: "httpClient";
13520
13569
  libraries: "libraries";
13521
- config: "config";
13522
13570
  templating: "templating";
13523
13571
  cloudSdk: "cloudSdk";
13524
13572
  data: "data";
@@ -13539,8 +13587,8 @@ declare const InitResultSchema: z.ZodObject<{
13539
13587
  }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
13540
13588
  ownerPartId: z.ZodOptional<z.ZodString>;
13541
13589
  source: z.ZodEnum<{
13542
- selected: "selected";
13543
13590
  defaulted: "defaulted";
13591
+ selected: "selected";
13544
13592
  provided: "provided";
13545
13593
  legacy: "legacy";
13546
13594
  adjusted: "adjusted";
@@ -13563,11 +13611,11 @@ declare const InitResultSchema: z.ZodObject<{
13563
13611
  }, z.core.$strip>;
13564
13612
  declare const DATABASE_VALUES: ("none" | "sqlite" | "postgres" | "mysql" | "mongodb" | "edgedb" | "redis")[];
13565
13613
  declare const ORM_VALUES: ("none" | "drizzle" | "prisma" | "mongoose" | "typeorm" | "kysely" | "mikroorm" | "sequelize")[];
13566
- declare const BACKEND_VALUES: ("effect" | "none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self")[];
13614
+ declare const BACKEND_VALUES: ("none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "effect" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self")[];
13567
13615
  declare const RUNTIME_VALUES: ("none" | "bun" | "node" | "workers")[];
13568
13616
  declare const FRONTEND_VALUES: ("none" | "tanstack-router" | "react-router" | "react-vite" | "vanilla-vite" | "vue" | "tanstack-start" | "next" | "vinext" | "nuxt" | "native-bare" | "native-uniwind" | "native-unistyles" | "svelte" | "solid" | "solid-start" | "astro" | "qwik" | "angular" | "redwood" | "fresh")[];
13569
13617
  declare const ADDONS_VALUES: ("none" | "pwa" | "tauri" | "starlight" | "biome" | "lefthook" | "husky" | "knip" | "gitleaks" | "ruler" | "mcp" | "skills" | "turborepo" | "nx" | "vite-plus" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "msw" | "storybook" | "swr" | "tanstack-query" | "tanstack-table" | "tanstack-virtual" | "tanstack-db" | "tanstack-pacer" | "backend-utils" | "devcontainer" | "docker-compose" | "kong" | "github-actions" | "eslint" | "prettier" | "axios" | "firebase" | "graphql-codegen" | "openapi-typescript" | "apollo-client" | "electron" | "capacitor")[];
13570
- declare const EXAMPLES_VALUES: ("ai" | "none" | "chat-sdk" | "tanstack-showcase")[];
13618
+ declare const EXAMPLES_VALUES: ("none" | "ai" | "chat-sdk" | "tanstack-showcase")[];
13571
13619
  declare const PACKAGE_MANAGER_VALUES: ("bun" | "npm" | "pnpm" | "yarn")[];
13572
13620
  declare const WORKSPACE_SHAPE_VALUES: ("monorepo" | "single-app")[];
13573
13621
  declare const VERSION_CHANNEL_VALUES: ("stable" | "latest" | "beta")[];
@@ -13577,20 +13625,20 @@ declare const AUTH_VALUES: ("none" | "better-auth" | "better-auth-organizations"
13577
13625
  declare const PAYMENTS_VALUES: ("none" | "revenuecat" | "polar" | "stripe" | "lemon-squeezy" | "paddle" | "paypal" | "dodo" | "creem" | "autumn" | "commet" | "xendit")[];
13578
13626
  declare const WEB_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
13579
13627
  declare const SERVER_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
13580
- declare const DIRECTORY_CONFLICT_VALUES: ("error" | "merge" | "overwrite" | "increment")[];
13581
- declare const TEMPLATE_VALUES: ("none" | "uniwind" | "mern" | "pern" | "t3" | "saas")[];
13582
- declare const PROJECT_SHAPE_VALUES: ("backend" | "frontend" | "mobile" | "fullstack")[];
13628
+ declare const DIRECTORY_CONFLICT_VALUES: ("merge" | "overwrite" | "increment" | "error")[];
13629
+ declare const TEMPLATE_VALUES: ("none" | "mern" | "pern" | "t3" | "saas" | "uniwind")[];
13630
+ declare const PROJECT_SHAPE_VALUES: ("fullstack" | "frontend" | "backend" | "mobile")[];
13583
13631
  declare const ASTRO_INTEGRATION_VALUES: ("none" | "vue" | "svelte" | "solid" | "react")[];
13584
13632
  declare const AI_VALUES: ("none" | "vercel-ai" | "mastra" | "voltagent" | "langgraph" | "openai-agents" | "openai-sdk" | "anthropic-sdk" | "google-adk" | "modelfusion" | "langchain" | "llamaindex" | "tanstack-ai" | "ai-cli")[];
13585
- declare const EFFECT_VALUES: ("effect" | "none" | "effect-full")[];
13633
+ declare const EFFECT_VALUES: ("none" | "effect" | "effect-full")[];
13586
13634
  declare const STATE_MANAGEMENT_VALUES: ("none" | "zustand" | "jotai" | "nanostores" | "redux-toolkit" | "mobx" | "xstate" | "valtio" | "tanstack-store" | "legend-state")[];
13587
13635
  declare const FORMS_VALUES: ("none" | "tanstack-form" | "react-hook-form" | "formik" | "final-form" | "conform" | "modular-forms")[];
13588
13636
  declare const TESTING_VALUES: ("none" | "vitest" | "playwright" | "vitest-playwright" | "jest" | "mocha" | "cypress")[];
13589
13637
  declare const EMAIL_VALUES: ("none" | "react-email" | "resend" | "nodemailer" | "postmark" | "sendgrid" | "aws-ses" | "mailgun" | "plunk")[];
13590
13638
  declare const CSS_FRAMEWORK_VALUES: ("none" | "tailwind" | "scss" | "less" | "postcss-only" | "styled-components")[];
13591
- declare const UI_LIBRARY_VALUES: ("mui" | "none" | "shadcn-ui" | "shadcn-svelte" | "daisyui" | "radix-ui" | "headless-ui" | "park-ui" | "chakra-ui" | "nextui" | "mantine" | "antd" | "base-ui" | "ark-ui" | "react-aria")[];
13639
+ 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")[];
13592
13640
  declare const VALIDATION_VALUES: ("none" | "zod" | "valibot" | "arktype" | "typebox" | "typia" | "runtypes" | "effect-schema")[];
13593
- declare const REALTIME_VALUES: ("ws" | "none" | "socket-io" | "partykit" | "ably" | "pusher" | "liveblocks" | "yjs")[];
13641
+ declare const REALTIME_VALUES: ("none" | "socket-io" | "ws" | "partykit" | "ably" | "pusher" | "liveblocks" | "yjs")[];
13594
13642
  declare const JOB_QUEUE_VALUES: ("none" | "bullmq" | "trigger-dev" | "inngest" | "temporal")[];
13595
13643
  declare const ANIMATION_VALUES: ("none" | "framer-motion" | "gsap" | "react-spring" | "auto-animate" | "lottie")[];
13596
13644
  declare const FILE_UPLOAD_VALUES: ("none" | "uploadthing" | "filepond" | "uppy")[];
@@ -13600,8 +13648,9 @@ declare const FEATURE_FLAGS_VALUES: ("none" | "growthbook" | "posthog" | "launch
13600
13648
  declare const INTEGRATIONS_VALUES: ("none" | "nango")[];
13601
13649
  declare const ECOMMERCE_VALUES: ("none" | "medusa")[];
13602
13650
  declare const ANALYTICS_VALUES: ("none" | "posthog" | "plausible" | "umami" | "ga4" | "vercel-analytics")[];
13651
+ declare const WEB_MCP_VALUES: ("none" | "enabled")[];
13603
13652
  declare const MOBILE_NAVIGATION_VALUES: ("none" | "expo-router" | "react-navigation")[];
13604
- declare const MOBILE_UI_VALUES: ("none" | "tamagui" | "gluestack-ui" | "uniwind" | "unistyles")[];
13653
+ declare const MOBILE_UI_VALUES: ("none" | "uniwind" | "tamagui" | "gluestack-ui" | "unistyles")[];
13605
13654
  declare const MOBILE_STORAGE_VALUES: ("none" | "mmkv")[];
13606
13655
  declare const MOBILE_TESTING_VALUES: ("none" | "maestro" | "react-native-testing-library" | "maestro-react-native-testing-library")[];
13607
13656
  declare const MOBILE_PUSH_VALUES: ("none" | "expo-notifications")[];
@@ -13627,7 +13676,7 @@ declare const DART_MOBILE_VALUES: ("none" | "flutter")[];
13627
13676
  declare const RUST_ORM_VALUES: ("none" | "mongodb" | "sea-orm" | "sqlx" | "diesel" | "rusqlite" | "tokio-postgres")[];
13628
13677
  declare const RUST_API_VALUES: ("none" | "tonic" | "async-graphql" | "jsonrpsee")[];
13629
13678
  declare const RUST_CLI_VALUES: ("none" | "clap" | "ratatui")[];
13630
- declare const RUST_LIBRARIES_VALUES: ("none" | "config" | "serde" | "uuid" | "chrono" | "reqwest" | "dashmap" | "parking-lot" | "secrecy" | "tokio-util" | "utoipa" | "validator" | "jsonwebtoken" | "argon2" | "tokio-test" | "mockall" | "proptest" | "insta" | "rand" | "regex" | "rayon" | "itertools" | "rstest" | "cargo-nextest" | "cargo-audit")[];
13679
+ declare const RUST_LIBRARIES_VALUES: ("none" | "serde" | "uuid" | "chrono" | "reqwest" | "config" | "dashmap" | "parking-lot" | "secrecy" | "tokio-util" | "utoipa" | "validator" | "jsonwebtoken" | "argon2" | "tokio-test" | "mockall" | "proptest" | "insta" | "rand" | "regex" | "rayon" | "itertools" | "rstest" | "cargo-nextest" | "cargo-audit")[];
13631
13680
  declare const RUST_LOGGING_VALUES: ("none" | "tracing" | "env-logger")[];
13632
13681
  declare const RUST_ERROR_HANDLING_VALUES: ("none" | "anyhow-thiserror" | "eyre")[];
13633
13682
  declare const RUST_CACHING_VALUES: ("none" | "redis" | "moka")[];
@@ -13658,7 +13707,7 @@ declare const PYTHON_SERVER_VALUES: ("none" | "gunicorn")[];
13658
13707
  declare const PYTHON_PACKAGE_MANAGER_VALUES: ("none" | "uv" | "poetry")[];
13659
13708
  declare const PYTHON_MESSAGE_QUEUE_VALUES: ("none" | "confluent-kafka")[];
13660
13709
  declare const GO_WEB_FRAMEWORK_VALUES: ("none" | "gin" | "echo" | "fiber" | "chi" | "stdlib" | "go-zero" | "kratos" | "httprouter")[];
13661
- declare const GO_ORM_VALUES: ("gorm" | "none" | "bun" | "sqlx" | "sqlc" | "ent")[];
13710
+ declare const GO_ORM_VALUES: ("none" | "bun" | "sqlx" | "gorm" | "sqlc" | "ent")[];
13662
13711
  declare const GO_API_VALUES: ("none" | "grpc-go" | "gqlgen" | "grpc-gateway" | "connect-go" | "oapi-codegen")[];
13663
13712
  declare const GO_CLI_VALUES: ("none" | "cobra" | "bubbletea" | "urfave-cli")[];
13664
13713
  declare const GO_LOGGING_VALUES: ("none" | "zap" | "zerolog" | "slog" | "logrus")[];
@@ -13726,5 +13775,5 @@ declare const SHADCN_BASE_COLOR_VALUES: ("neutral" | "stone" | "zinc" | "gray")[
13726
13775
  declare const SHADCN_FONT_VALUES: ("inter" | "geist" | "noto-sans" | "nunito-sans" | "figtree" | "roboto" | "raleway" | "dm-sans" | "public-sans" | "outfit" | "jetbrains-mono" | "geist-mono")[];
13727
13776
  declare const SHADCN_RADIUS_VALUES: ("none" | "default" | "small" | "medium" | "large")[];
13728
13777
  //#endregion
13729
- export { DatabaseSchema as $, StackPartEcosystemSchema as $a, REALTIME_VALUES as $i, GoQualitySchema as $n, ORMSchema as $r, ElixirHttpServerSchema as $t, CMS_VALUES as A, RustTemplatingSchema as Aa, ProjectShapeSchema as Ai, GO_MESSAGE_QUEUE_VALUES as An, KOTLIN_MOBILE_LIBRARIES_VALUES as Ar, ELIXIR_JSON_VALUES as At, DOTNET_AUTH_VALUES as B, SHADCN_STACK_PART_SETTING_KEYS as Ba, PythonMediaSchema as Bi, GO_WEB_FRAMEWORK_VALUES as Bn, MOBILE_PUSH_VALUES as Br, EXAMPLES_VALUES as Bt, BetterFullstackConfigSchema as C, RustFrontendSchema as Ca, PYTHON_TESTING_VALUES as Ci, GO_API_VALUES as Cn, JavaLanguageSchema as Cr, ELIXIR_DEPLOY_VALUES as Ct, CACHING_VALUES as D, RustObservabilitySchema as Da, PaymentsSchema as Di, GO_CONFIG_VALUES as Dn, JavaTestingLibrariesSchema as Dr, ELIXIR_HTTP_VALUES as Dt, BotProtectionSchema as E, RustMessageQueueSchema as Ea, PackageManagerSchema as Ei, GO_CLI_VALUES as En, JavaOrmSchema as Er, ELIXIR_HTTP_SERVER_VALUES as Et, DART_MOBILE_VALUES as F, SHADCN_BASE_VALUES as Fa, PythonCliSchema as Fi, GO_QUALITY_VALUES as Fn, LoggingSchema as Fr, ELIXIR_REALTIME_VALUES as Ft, DOTNET_LIBRARIES_VALUES as G, ServerDeploySchema as Ga, PythonQualitySchema as Gi, GoConfigSchema as Gn, MobileLibrariesSchema as Gr, ElixirApplicationFrameworkSchema as Gt, DOTNET_DEPLOY_VALUES as H, STATE_MANAGEMENT_VALUES as Ha, PythonObservabilitySchema as Hi, GoAuthSchema as Hn, MOBILE_TESTING_VALUES as Hr, EcosystemSchema as Ht, DATABASE_SETUP_VALUES as I, SHADCN_COLOR_THEME_VALUES as Ia, PythonCloudSdkSchema as Ii, GO_REALTIME_VALUES as In, MOBILE_DEEP_LINKING_VALUES as Ir, ELIXIR_TESTING_VALUES as It, DOTNET_REALTIME_VALUES as J, ShadcnColorThemeSchema as Ja, PythonTaskQueueSchema as Ji, GoMessageQueueSchema as Jn, MobilePushSchema as Jr, ElixirClusteringSchema as Jt, DOTNET_OBSERVABILITY_VALUES as K, ShadcnBaseColorSchema as Ka, PythonRealtimeSchema as Ki, GoDISchema as Kn, MobileNavigationSchema as Kr, ElixirAuthSchema as Kt, DATABASE_VALUES as L, SHADCN_FONT_VALUES as La, PythonDataSchema as Li, GO_TEMPLATING_VALUES as Ln, MOBILE_LIBRARIES_VALUES as Lr, ELIXIR_VALIDATION_VALUES as Lt, CSS_FRAMEWORK_VALUES as M, SEARCH_VALUES as Ma, PythonApiSchema as Mi, GO_OBSERVABILITY_VALUES as Mn, KotlinMobileLibrariesSchema as Mr, ELIXIR_OBSERVABILITY_VALUES as Mt, CachingSchema as N, SERVER_DEPLOY_VALUES as Na, PythonAuthSchema as Ni, GO_ORM_VALUES as Nn, KotlinMobileSchema as Nr, ELIXIR_ORM_VALUES as Nt, CLIInputSchema as O, RustOrmSchema as Oa, ProjectConfigSchema as Oi, GO_DI_VALUES as On, JavaWebFrameworkSchema as Or, ELIXIR_I18N_VALUES as Ot, CreateInputSchema as P, SHADCN_BASE_COLOR_VALUES as Pa, PythonCachingSchema as Pi, GO_PROTO_TOOLING_VALUES as Pn, LOGGING_VALUES as Pr, ELIXIR_QUALITY_VALUES as Pt, DartMobileSchema as Q, ShadcnStyleSchema as Qa, RATE_LIMIT_VALUES as Qi, GoProtoToolingSchema as Qn, OBSERVABILITY_VALUES as Qr, ElixirHttpSchema as Qt, DIRECTORY_CONFLICT_VALUES as R, SHADCN_ICON_LIBRARY_VALUES as Ra, PythonGraphqlSchema as Ri, GO_TESTING_VALUES as Rn, MOBILE_NAVIGATION_VALUES as Rr, ELIXIR_WEB_FRAMEWORK_VALUES as Rt, BetterFullstackConfigFileSchema as S, RustErrorHandlingSchema as Sa, PYTHON_TASK_QUEUE_VALUES as Si, FrontendSchema as Sn, JavaBuildToolSchema as Sr, ELIXIR_CLUSTERING_VALUES as St, BetterTStackConfigSchema as T, RustLoggingSchema as Ta, PYTHON_WEB_FRAMEWORK_VALUES as Ti, GO_CACHING_VALUES as Tn, JavaLoggingSchema as Tr, ELIXIR_EMAIL_VALUES as Tt, DOTNET_FRONTEND_VALUES as U, SWIFT_MOBILE_VALUES as Ua, PythonOrmSchema as Ui, GoCachingSchema as Un, MOBILE_UI_VALUES as Ur, EffectSchema as Ut, DOTNET_CACHING_VALUES as V, SHADCN_STYLE_VALUES as Va, PythonMessageQueueSchema as Vi, GoApiSchema as Vn, MOBILE_STORAGE_VALUES as Vr, EcommerceSchema as Vt, DOTNET_JOB_QUEUE_VALUES as W, SearchSchema as Wa, PythonPackageManagerSchema as Wi, GoCliSchema as Wn, MobileDeepLinkingSchema as Wr, ElixirApiSchema as Wt, DOTNET_VALIDATION_VALUES as X, ShadcnIconLibrarySchema as Xa, PythonValidationSchema as Xi, GoObservabilitySchema as Xn, MobileTestingSchema as Xr, ElixirDocumentationSchema as Xt, DOTNET_TESTING_VALUES as Y, ShadcnFontSchema as Ya, PythonTestingSchema as Yi, GoMigrationsSchema as Yn, MobileStorageSchema as Yr, ElixirDeploySchema as Yt, DOTNET_WEB_FRAMEWORK_VALUES as Z, ShadcnRadiusSchema as Za, PythonWebFrameworkSchema as Zi, GoOrmSchema as Zn, MobileUISchema as Zr, ElixirEmailSchema as Zt, AstroIntegrationSchema as _, RuntimeSchema as _a, PYTHON_ORM_VALUES as _i, FRONTEND_VALUES as _n, VersionChannelSchema as _o, JAVA_TESTING_LIBRARIES_VALUES as _r, EFFECT_VALUES as _t, ANALYTICS_VALUES as a, RUST_ERROR_HANDLING_VALUES as aa, PYTHON_AI_VALUES as ai, ElixirOrmSchema as an, SwiftMobileSchema as ao, I18N_VALUES as ar, DotnetDeploySchema as at, BOT_PROTECTION_VALUES as b, RustCachingSchema as ba, PYTHON_REALTIME_VALUES as bi, FileUploadSchema as bn, WebDeploySchema as bo, JavaApiSchema as br, ELIXIR_AUTH_VALUES as bt, API_VALUES as c, RUST_LOGGING_VALUES as ca, PYTHON_CACHING_VALUES as ci, ElixirTestingSchema as cn, TemplateSchema as co, InitResultSchema as cr, DotnetLibrariesSchema as ct, AUTH_VALUES as d, RUST_ORM_VALUES as da, PYTHON_DATA_VALUES as di, EmailSchema as dn, UI_LIBRARY_VALUES as do, JAVA_AUTH_VALUES as dr, DotnetRealtimeSchema as dt, RUNTIME_VALUES as ea, ORM_VALUES as ei, ElixirI18nSchema as en, StackPartRoleSchema as eo, GoRealtimeSchema as er, DatabaseSetupSchema as et, AddInputSchema as f, RUST_REALTIME_VALUES as fa, PYTHON_GRAPHQL_VALUES as fi, ExamplesSchema as fn, VALIDATION_VALUES as fo, JAVA_BUILD_TOOL_VALUES as fr, DotnetTestingSchema as ft, AnimationSchema as g, RealtimeSchema as ga, PYTHON_OBSERVABILITY_VALUES as gi, FORMS_VALUES as gn, VectorDbSchema as go, JAVA_ORM_VALUES as gr, ECOSYSTEM_VALUES as gt, AnalyticsSchema as h, RateLimitSchema as ha, PYTHON_MESSAGE_QUEUE_VALUES as hi, FILE_UPLOAD_VALUES as hn, ValidationSchema as ho, JAVA_LOGGING_VALUES as hr, ECOMMERCE_VALUES as ht, AI_VALUES as i, RUST_CLI_VALUES as ia, PROJECT_SHAPE_VALUES as ii, ElixirObservabilitySchema as in, StateManagementSchema as io, GoWebFrameworkSchema as ir, DotnetCachingSchema as it, CSSFrameworkSchema as j, RustWebFrameworkSchema as ja, PythonAiSchema as ji, GO_MIGRATIONS_VALUES as jn, KOTLIN_MOBILE_VALUES as jr, ELIXIR_LIBRARIES_VALUES as jt, CMSSchema as k, RustRealtimeSchema as ka, ProjectNameSchema as ki, GO_LOGGING_VALUES as kn, JobQueueSchema as kr, ELIXIR_JOBS_VALUES as kt, APP_PLATFORM_ADDON_VALUES as l, RUST_MESSAGE_QUEUE_VALUES as la, PYTHON_CLI_VALUES as li, ElixirValidationSchema as ln, TestingSchema as lo, IntegrationsSchema as lr, DotnetObservabilitySchema as lt, AiDocsSchema as m, RUST_WEB_FRAMEWORK_VALUES as ma, PYTHON_MEDIA_VALUES as mi, FILE_STORAGE_VALUES as mn, VERSION_CHANNEL_VALUES as mo, JAVA_LIBRARIES_VALUES as mr, DotnetWebFrameworkSchema as mt, AISchema as n, RUST_AUTH_VALUES as na, PACKAGE_MANAGER_VALUES as ni, ElixirJsonSchema as nn, StackPartSettingsSchema as no, GoTestingSchema as nr, DotnetApiSchema as nt, ANIMATION_VALUES as o, RUST_FRONTEND_VALUES as oa, PYTHON_API_VALUES as oi, ElixirQualitySchema as on, TEMPLATE_VALUES as oo, I18nSchema as or, DotnetFrontendSchema as ot, AddonsSchema as p, RUST_TEMPLATING_VALUES as pa, PYTHON_HTTP_CLIENT_VALUES as pi, FEATURE_FLAGS_VALUES as pn, VECTOR_DB_VALUES as po, JAVA_LANGUAGE_VALUES as pr, DotnetValidationSchema as pt, DOTNET_ORM_VALUES as q, ShadcnBaseSchema as qa, PythonServerSchema as qi, GoLoggingSchema as qn, MobileOTASchema as qr, ElixirCachingSchema as qt, AI_DOCS_VALUES as r, RUST_CACHING_VALUES as ra, PAYMENTS_VALUES as ri, ElixirLibrariesSchema as rn, StackPartSourceSchema as ro, GoValidationSchema as rr, DotnetAuthSchema as rt, APISchema as s, RUST_LIBRARIES_VALUES as sa, PYTHON_AUTH_VALUES as si, ElixirRealtimeSchema as sn, TESTING_VALUES as so, INTEGRATIONS_VALUES as sr, DotnetJobQueueSchema as st, ADDONS_VALUES as t, RUST_API_VALUES as ta, ObservabilitySchema as ti, ElixirJobsSchema as tn, StackPartSchema as to, GoTemplatingSchema as tr, DirectoryConflictSchema as tt, ASTRO_INTEGRATION_VALUES as u, RUST_OBSERVABILITY_VALUES as ua, PYTHON_CLOUD_SDK_VALUES as ui, ElixirWebFrameworkSchema as un, UILibrarySchema as uo, JAVA_API_VALUES as ur, DotnetOrmSchema as ut, AuthSchema as v, RustApiSchema as va, PYTHON_PACKAGE_MANAGER_VALUES as vi, FeatureFlagsSchema as vn, WEB_DEPLOY_VALUES as vo, JAVA_WEB_FRAMEWORK_VALUES as vr, ELIXIR_API_VALUES as vt, BetterTStackConfigFileSchema as w, RustLibrariesSchema as wa, PYTHON_VALIDATION_VALUES as wi, GO_AUTH_VALUES as wn, JavaLibrariesSchema as wr, ELIXIR_DOCUMENTATION_VALUES as wt, BackendSchema as x, RustCliSchema as xa, PYTHON_SERVER_VALUES as xi, FormsSchema as xn, WorkspaceShapeSchema as xo, JavaAuthSchema as xr, ELIXIR_CACHING_VALUES as xt, BACKEND_VALUES as y, RustAuthSchema as ya, PYTHON_QUALITY_VALUES as yi, FileStorageSchema as yn, WORKSPACE_SHAPE_VALUES as yo, JOB_QUEUE_VALUES as yr, ELIXIR_APPLICATION_FRAMEWORK_VALUES as yt, DOTNET_API_VALUES as z, SHADCN_RADIUS_VALUES as za, PythonHttpClientSchema as zi, GO_VALIDATION_VALUES as zn, MOBILE_OTA_VALUES as zr, EMAIL_VALUES as zt };
13730
- //# sourceMappingURL=schemas-byZ-ZfU_.d.mts.map
13778
+ export { DatabaseSchema as $, StackPartEcosystemSchema as $a, REALTIME_VALUES as $i, GoQualitySchema as $n, ORMSchema as $r, ElixirHttpServerSchema as $t, CMS_VALUES as A, RustTemplatingSchema as Aa, ProjectShapeSchema as Ai, GO_MESSAGE_QUEUE_VALUES as An, KOTLIN_MOBILE_LIBRARIES_VALUES as Ar, ELIXIR_JSON_VALUES as At, DOTNET_AUTH_VALUES as B, SHADCN_STACK_PART_SETTING_KEYS as Ba, PythonMediaSchema as Bi, GO_WEB_FRAMEWORK_VALUES as Bn, MOBILE_PUSH_VALUES as Br, EXAMPLES_VALUES as Bt, BetterFullstackConfigSchema as C, RustFrontendSchema as Ca, PYTHON_TESTING_VALUES as Ci, GO_API_VALUES as Cn, WorkspaceShapeSchema as Co, JavaLanguageSchema as Cr, ELIXIR_DEPLOY_VALUES as Ct, CACHING_VALUES as D, RustObservabilitySchema as Da, PaymentsSchema as Di, GO_CONFIG_VALUES as Dn, JavaTestingLibrariesSchema as Dr, ELIXIR_HTTP_VALUES as Dt, BotProtectionSchema as E, RustMessageQueueSchema as Ea, PackageManagerSchema as Ei, GO_CLI_VALUES as En, JavaOrmSchema as Er, ELIXIR_HTTP_SERVER_VALUES as Et, DART_MOBILE_VALUES as F, SHADCN_BASE_VALUES as Fa, PythonCliSchema as Fi, GO_QUALITY_VALUES as Fn, LoggingSchema as Fr, ELIXIR_REALTIME_VALUES as Ft, DOTNET_LIBRARIES_VALUES as G, ServerDeploySchema as Ga, PythonQualitySchema as Gi, GoConfigSchema as Gn, MobileLibrariesSchema as Gr, ElixirApplicationFrameworkSchema as Gt, DOTNET_DEPLOY_VALUES as H, STATE_MANAGEMENT_VALUES as Ha, PythonObservabilitySchema as Hi, GoAuthSchema as Hn, MOBILE_TESTING_VALUES as Hr, EcosystemSchema as Ht, DATABASE_SETUP_VALUES as I, SHADCN_COLOR_THEME_VALUES as Ia, PythonCloudSdkSchema as Ii, GO_REALTIME_VALUES as In, MOBILE_DEEP_LINKING_VALUES as Ir, ELIXIR_TESTING_VALUES as It, DOTNET_REALTIME_VALUES as J, ShadcnColorThemeSchema as Ja, PythonTaskQueueSchema as Ji, GoMessageQueueSchema as Jn, MobilePushSchema as Jr, ElixirClusteringSchema as Jt, DOTNET_OBSERVABILITY_VALUES as K, ShadcnBaseColorSchema as Ka, PythonRealtimeSchema as Ki, GoDISchema as Kn, MobileNavigationSchema as Kr, ElixirAuthSchema as Kt, DATABASE_VALUES as L, SHADCN_FONT_VALUES as La, PythonDataSchema as Li, GO_TEMPLATING_VALUES as Ln, MOBILE_LIBRARIES_VALUES as Lr, ELIXIR_VALIDATION_VALUES as Lt, CSS_FRAMEWORK_VALUES as M, SEARCH_VALUES as Ma, PythonApiSchema as Mi, GO_OBSERVABILITY_VALUES as Mn, KotlinMobileLibrariesSchema as Mr, ELIXIR_OBSERVABILITY_VALUES as Mt, CachingSchema as N, SERVER_DEPLOY_VALUES as Na, PythonAuthSchema as Ni, GO_ORM_VALUES as Nn, KotlinMobileSchema as Nr, ELIXIR_ORM_VALUES as Nt, CLIInputSchema as O, RustOrmSchema as Oa, ProjectConfigSchema as Oi, GO_DI_VALUES as On, JavaWebFrameworkSchema as Or, ELIXIR_I18N_VALUES as Ot, CreateInputSchema as P, SHADCN_BASE_COLOR_VALUES as Pa, PythonCachingSchema as Pi, GO_PROTO_TOOLING_VALUES as Pn, LOGGING_VALUES as Pr, ELIXIR_QUALITY_VALUES as Pt, DartMobileSchema as Q, ShadcnStyleSchema as Qa, RATE_LIMIT_VALUES as Qi, GoProtoToolingSchema as Qn, OBSERVABILITY_VALUES as Qr, ElixirHttpSchema as Qt, DIRECTORY_CONFLICT_VALUES as R, SHADCN_ICON_LIBRARY_VALUES as Ra, PythonGraphqlSchema as Ri, GO_TESTING_VALUES as Rn, MOBILE_NAVIGATION_VALUES as Rr, ELIXIR_WEB_FRAMEWORK_VALUES as Rt, BetterFullstackConfigFileSchema as S, RustErrorHandlingSchema as Sa, PYTHON_TASK_QUEUE_VALUES as Si, FrontendSchema as Sn, WebMcpSchema as So, JavaBuildToolSchema as Sr, ELIXIR_CLUSTERING_VALUES as St, BetterTStackConfigSchema as T, RustLoggingSchema as Ta, PYTHON_WEB_FRAMEWORK_VALUES as Ti, GO_CACHING_VALUES as Tn, JavaLoggingSchema as Tr, ELIXIR_EMAIL_VALUES as Tt, DOTNET_FRONTEND_VALUES as U, SWIFT_MOBILE_VALUES as Ua, PythonOrmSchema as Ui, GoCachingSchema as Un, MOBILE_UI_VALUES as Ur, EffectSchema as Ut, DOTNET_CACHING_VALUES as V, SHADCN_STYLE_VALUES as Va, PythonMessageQueueSchema as Vi, GoApiSchema as Vn, MOBILE_STORAGE_VALUES as Vr, EcommerceSchema as Vt, DOTNET_JOB_QUEUE_VALUES as W, SearchSchema as Wa, PythonPackageManagerSchema as Wi, GoCliSchema as Wn, MobileDeepLinkingSchema as Wr, ElixirApiSchema as Wt, DOTNET_VALIDATION_VALUES as X, ShadcnIconLibrarySchema as Xa, PythonValidationSchema as Xi, GoObservabilitySchema as Xn, MobileTestingSchema as Xr, ElixirDocumentationSchema as Xt, DOTNET_TESTING_VALUES as Y, ShadcnFontSchema as Ya, PythonTestingSchema as Yi, GoMigrationsSchema as Yn, MobileStorageSchema as Yr, ElixirDeploySchema as Yt, DOTNET_WEB_FRAMEWORK_VALUES as Z, ShadcnRadiusSchema as Za, PythonWebFrameworkSchema as Zi, GoOrmSchema as Zn, MobileUISchema as Zr, ElixirEmailSchema as Zt, AstroIntegrationSchema as _, RuntimeSchema as _a, PYTHON_ORM_VALUES as _i, FRONTEND_VALUES as _n, VersionChannelSchema as _o, JAVA_TESTING_LIBRARIES_VALUES as _r, EFFECT_VALUES as _t, ANALYTICS_VALUES as a, RUST_ERROR_HANDLING_VALUES as aa, PYTHON_AI_VALUES as ai, ElixirOrmSchema as an, SwiftMobileSchema as ao, I18N_VALUES as ar, DotnetDeploySchema as at, BOT_PROTECTION_VALUES as b, RustCachingSchema as ba, PYTHON_REALTIME_VALUES as bi, FileUploadSchema as bn, WORKSPACE_SHAPE_VALUES as bo, JavaApiSchema as br, ELIXIR_AUTH_VALUES as bt, API_VALUES as c, RUST_LOGGING_VALUES as ca, PYTHON_CACHING_VALUES as ci, ElixirTestingSchema as cn, TemplateSchema as co, InitResultSchema as cr, DotnetLibrariesSchema as ct, AUTH_VALUES as d, RUST_ORM_VALUES as da, PYTHON_DATA_VALUES as di, EmailSchema as dn, UI_LIBRARY_VALUES as do, JAVA_AUTH_VALUES as dr, DotnetRealtimeSchema as dt, RUNTIME_VALUES as ea, ORM_VALUES as ei, ElixirI18nSchema as en, StackPartRoleSchema as eo, GoRealtimeSchema as er, DatabaseSetupSchema as et, AddInputSchema as f, RUST_REALTIME_VALUES as fa, PYTHON_GRAPHQL_VALUES as fi, ExamplesSchema as fn, VALIDATION_VALUES as fo, JAVA_BUILD_TOOL_VALUES as fr, DotnetTestingSchema as ft, AnimationSchema as g, RealtimeSchema as ga, PYTHON_OBSERVABILITY_VALUES as gi, FORMS_VALUES as gn, VectorDbSchema as go, JAVA_ORM_VALUES as gr, ECOSYSTEM_VALUES as gt, AnalyticsSchema as h, RateLimitSchema as ha, PYTHON_MESSAGE_QUEUE_VALUES as hi, FILE_UPLOAD_VALUES as hn, ValidationSchema as ho, JAVA_LOGGING_VALUES as hr, ECOMMERCE_VALUES as ht, AI_VALUES as i, RUST_CLI_VALUES as ia, PROJECT_SHAPE_VALUES as ii, ElixirObservabilitySchema as in, StateManagementSchema as io, GoWebFrameworkSchema as ir, DotnetCachingSchema as it, CSSFrameworkSchema as j, RustWebFrameworkSchema as ja, PythonAiSchema as ji, GO_MIGRATIONS_VALUES as jn, KOTLIN_MOBILE_VALUES as jr, ELIXIR_LIBRARIES_VALUES as jt, CMSSchema as k, RustRealtimeSchema as ka, ProjectNameSchema as ki, GO_LOGGING_VALUES as kn, JobQueueSchema as kr, ELIXIR_JOBS_VALUES as kt, APP_PLATFORM_ADDON_VALUES as l, RUST_MESSAGE_QUEUE_VALUES as la, PYTHON_CLI_VALUES as li, ElixirValidationSchema as ln, TestingSchema as lo, IntegrationsSchema as lr, DotnetObservabilitySchema as lt, AiDocsSchema as m, RUST_WEB_FRAMEWORK_VALUES as ma, PYTHON_MEDIA_VALUES as mi, FILE_STORAGE_VALUES as mn, VERSION_CHANNEL_VALUES as mo, JAVA_LIBRARIES_VALUES as mr, DotnetWebFrameworkSchema as mt, AISchema as n, RUST_AUTH_VALUES as na, PACKAGE_MANAGER_VALUES as ni, ElixirJsonSchema as nn, StackPartSettingsSchema as no, GoTestingSchema as nr, DotnetApiSchema as nt, ANIMATION_VALUES as o, RUST_FRONTEND_VALUES as oa, PYTHON_API_VALUES as oi, ElixirQualitySchema as on, TEMPLATE_VALUES as oo, I18nSchema as or, DotnetFrontendSchema as ot, AddonsSchema as p, RUST_TEMPLATING_VALUES as pa, PYTHON_HTTP_CLIENT_VALUES as pi, FEATURE_FLAGS_VALUES as pn, VECTOR_DB_VALUES as po, JAVA_LANGUAGE_VALUES as pr, DotnetValidationSchema as pt, DOTNET_ORM_VALUES as q, ShadcnBaseSchema as qa, PythonServerSchema as qi, GoLoggingSchema as qn, MobileOTASchema as qr, ElixirCachingSchema as qt, AI_DOCS_VALUES as r, RUST_CACHING_VALUES as ra, PAYMENTS_VALUES as ri, ElixirLibrariesSchema as rn, StackPartSourceSchema as ro, GoValidationSchema as rr, DotnetAuthSchema as rt, APISchema as s, RUST_LIBRARIES_VALUES as sa, PYTHON_AUTH_VALUES as si, ElixirRealtimeSchema as sn, TESTING_VALUES as so, INTEGRATIONS_VALUES as sr, DotnetJobQueueSchema as st, ADDONS_VALUES as t, RUST_API_VALUES as ta, ObservabilitySchema as ti, ElixirJobsSchema as tn, StackPartSchema as to, GoTemplatingSchema as tr, DirectoryConflictSchema as tt, ASTRO_INTEGRATION_VALUES as u, RUST_OBSERVABILITY_VALUES as ua, PYTHON_CLOUD_SDK_VALUES as ui, ElixirWebFrameworkSchema as un, UILibrarySchema as uo, JAVA_API_VALUES as ur, DotnetOrmSchema as ut, AuthSchema as v, RustApiSchema as va, PYTHON_PACKAGE_MANAGER_VALUES as vi, FeatureFlagsSchema as vn, WEB_DEPLOY_VALUES as vo, JAVA_WEB_FRAMEWORK_VALUES as vr, ELIXIR_API_VALUES as vt, BetterTStackConfigFileSchema as w, RustLibrariesSchema as wa, PYTHON_VALIDATION_VALUES as wi, GO_AUTH_VALUES as wn, JavaLibrariesSchema as wr, ELIXIR_DOCUMENTATION_VALUES as wt, BackendSchema as x, RustCliSchema as xa, PYTHON_SERVER_VALUES as xi, FormsSchema as xn, WebDeploySchema as xo, JavaAuthSchema as xr, ELIXIR_CACHING_VALUES as xt, BACKEND_VALUES as y, RustAuthSchema as ya, PYTHON_QUALITY_VALUES as yi, FileStorageSchema as yn, WEB_MCP_VALUES as yo, JOB_QUEUE_VALUES as yr, ELIXIR_APPLICATION_FRAMEWORK_VALUES as yt, DOTNET_API_VALUES as z, SHADCN_RADIUS_VALUES as za, PythonHttpClientSchema as zi, GO_VALIDATION_VALUES as zn, MOBILE_OTA_VALUES as zr, EMAIL_VALUES as zt };
13779
+ //# sourceMappingURL=schemas-CBplkYwu.d.mts.map