@better-fullstack/types 2.6.3 → 2.6.4

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-B8xnKlp6.d.mts} +2 -2
  2. package/dist/defaults-B8xnKlp6.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 +25 -25
  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 +422 -374
  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-CgldOz7b.d.mts} +739 -690
  15. package/dist/schemas-CgldOz7b.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-B1N4281Q.mjs} +4 -2
  21. package/dist/stack-graph-B1N4281Q.mjs.map +1 -0
  22. package/dist/{stack-graph-BuGqVDuz.d.mts → stack-graph-C5tnlzLw.d.mts} +2 -2
  23. package/dist/{stack-graph-BuGqVDuz.d.mts.map → stack-graph-C5tnlzLw.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-DYhRy_yT.mjs} +54 -8
  27. package/dist/stack-translation-DYhRy_yT.mjs.map +1 -0
  28. package/dist/{stack-translation-PRZPaQP4.d.mts → stack-translation-vg1Nwe1o.d.mts} +7 -5
  29. package/dist/stack-translation-vg1Nwe1o.d.mts.map +1 -0
  30. package/dist/stack-translation.d.mts +4 -4
  31. package/dist/stack-translation.mjs +3 -3
  32. package/dist/{telemetry-C9qQ80l9.mjs → telemetry-C3RfYkCK.mjs} +6 -4
  33. package/dist/telemetry-C3RfYkCK.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-BvyHjJEI.d.mts} +4 -3
  39. package/dist/types-BvyHjJEI.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,41 +22,58 @@ 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
+ push: "push";
26
+ frontend: "frontend";
26
27
  backend: "backend";
28
+ mobile: "mobile";
27
29
  database: "database";
30
+ api: "api";
31
+ graphql: "graphql";
28
32
  orm: "orm";
29
- dbSetup: "dbSetup";
30
33
  auth: "auth";
31
- payments: "payments";
34
+ runtime: "runtime";
35
+ deploy: "deploy";
36
+ dbSetup: "dbSetup";
37
+ migrations: "migrations";
38
+ realtime: "realtime";
39
+ navigation: "navigation";
40
+ caching: "caching";
41
+ observability: "observability";
32
42
  email: "email";
43
+ search: "search";
44
+ vectorDb: "vectorDb";
45
+ fileStorage: "fileStorage";
46
+ jobQueue: "jobQueue";
47
+ rateLimit: "rateLimit";
48
+ botProtection: "botProtection";
49
+ testing: "testing";
50
+ stateManagement: "stateManagement";
51
+ forms: "forms";
52
+ animation: "animation";
33
53
  fileUpload: "fileUpload";
54
+ validation: "validation";
55
+ effect: "effect";
56
+ ui: "ui";
57
+ css: "css";
58
+ storage: "storage";
59
+ ota: "ota";
60
+ deepLinking: "deepLinking";
61
+ ai: "ai";
62
+ payments: "payments";
34
63
  logging: "logging";
35
- observability: "observability";
36
64
  featureFlags: "featureFlags";
37
65
  integrations: "integrations";
38
66
  ecommerce: "ecommerce";
39
67
  analytics: "analytics";
40
- stateManagement: "stateManagement";
41
- forms: "forms";
42
- validation: "validation";
43
- testing: "testing";
44
- realtime: "realtime";
45
- jobQueue: "jobQueue";
46
- caching: "caching";
47
- rateLimit: "rateLimit";
48
- botProtection: "botProtection";
49
- animation: "animation";
68
+ webMcp: "webMcp";
50
69
  cms: "cms";
51
70
  i18n: "i18n";
52
- search: "search";
53
- vectorDb: "vectorDb";
54
- fileStorage: "fileStorage";
55
- codeQuality: "codeQuality";
56
71
  documentation: "documentation";
57
- packageManager: "packageManager";
58
- examples: "examples";
59
- api: "api";
72
+ codeQuality: "codeQuality";
73
+ appPlatform: "appPlatform";
74
+ dataFetching: "dataFetching";
75
+ workspaceTooling: "workspaceTooling";
76
+ toolchain: "toolchain";
60
77
  workspaceRunner: "workspaceRunner";
61
78
  gitHooks: "gitHooks";
62
79
  staticAnalysis: "staticAnalysis";
@@ -66,25 +83,8 @@ declare const StackPartRoleSchema: z.ZodEnum<{
66
83
  containerOrchestration: "containerOrchestration";
67
84
  apiGateway: "apiGateway";
68
85
  continuousIntegration: "continuousIntegration";
69
- ai: "ai";
70
- effect: "effect";
71
- css: "css";
72
- ui: "ui";
73
- push: "push";
74
- frontend: "frontend";
75
- mobile: "mobile";
76
- graphql: "graphql";
77
- deploy: "deploy";
78
- migrations: "migrations";
79
- navigation: "navigation";
80
- storage: "storage";
81
- ota: "ota";
82
- deepLinking: "deepLinking";
83
- appPlatform: "appPlatform";
84
- dataFetching: "dataFetching";
85
- workspaceTooling: "workspaceTooling";
86
- toolchain: "toolchain";
87
86
  backendUtilities: "backendUtilities";
87
+ examples: "examples";
88
88
  language: "language";
89
89
  buildTool: "buildTool";
90
90
  cli: "cli";
@@ -97,11 +97,12 @@ declare const StackPartRoleSchema: z.ZodEnum<{
97
97
  data: "data";
98
98
  media: "media";
99
99
  server: "server";
100
+ packageManager: "packageManager";
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,41 +110,58 @@ 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
+ push: "push";
114
+ frontend: "frontend";
113
115
  backend: "backend";
116
+ mobile: "mobile";
114
117
  database: "database";
118
+ api: "api";
119
+ graphql: "graphql";
115
120
  orm: "orm";
116
- dbSetup: "dbSetup";
117
121
  auth: "auth";
118
- payments: "payments";
122
+ runtime: "runtime";
123
+ deploy: "deploy";
124
+ dbSetup: "dbSetup";
125
+ migrations: "migrations";
126
+ realtime: "realtime";
127
+ navigation: "navigation";
128
+ caching: "caching";
129
+ observability: "observability";
119
130
  email: "email";
131
+ search: "search";
132
+ vectorDb: "vectorDb";
133
+ fileStorage: "fileStorage";
134
+ jobQueue: "jobQueue";
135
+ rateLimit: "rateLimit";
136
+ botProtection: "botProtection";
137
+ testing: "testing";
138
+ stateManagement: "stateManagement";
139
+ forms: "forms";
140
+ animation: "animation";
120
141
  fileUpload: "fileUpload";
142
+ validation: "validation";
143
+ effect: "effect";
144
+ ui: "ui";
145
+ css: "css";
146
+ storage: "storage";
147
+ ota: "ota";
148
+ deepLinking: "deepLinking";
149
+ ai: "ai";
150
+ payments: "payments";
121
151
  logging: "logging";
122
- observability: "observability";
123
152
  featureFlags: "featureFlags";
124
153
  integrations: "integrations";
125
154
  ecommerce: "ecommerce";
126
155
  analytics: "analytics";
127
- stateManagement: "stateManagement";
128
- forms: "forms";
129
- validation: "validation";
130
- testing: "testing";
131
- realtime: "realtime";
132
- jobQueue: "jobQueue";
133
- caching: "caching";
134
- rateLimit: "rateLimit";
135
- botProtection: "botProtection";
136
- animation: "animation";
156
+ webMcp: "webMcp";
137
157
  cms: "cms";
138
158
  i18n: "i18n";
139
- search: "search";
140
- vectorDb: "vectorDb";
141
- fileStorage: "fileStorage";
142
- codeQuality: "codeQuality";
143
159
  documentation: "documentation";
144
- packageManager: "packageManager";
145
- examples: "examples";
146
- api: "api";
160
+ codeQuality: "codeQuality";
161
+ appPlatform: "appPlatform";
162
+ dataFetching: "dataFetching";
163
+ workspaceTooling: "workspaceTooling";
164
+ toolchain: "toolchain";
147
165
  workspaceRunner: "workspaceRunner";
148
166
  gitHooks: "gitHooks";
149
167
  staticAnalysis: "staticAnalysis";
@@ -153,25 +171,8 @@ declare const StackPartSchema: z.ZodObject<{
153
171
  containerOrchestration: "containerOrchestration";
154
172
  apiGateway: "apiGateway";
155
173
  continuousIntegration: "continuousIntegration";
156
- ai: "ai";
157
- effect: "effect";
158
- css: "css";
159
- ui: "ui";
160
- push: "push";
161
- frontend: "frontend";
162
- mobile: "mobile";
163
- graphql: "graphql";
164
- deploy: "deploy";
165
- migrations: "migrations";
166
- navigation: "navigation";
167
- storage: "storage";
168
- ota: "ota";
169
- deepLinking: "deepLinking";
170
- appPlatform: "appPlatform";
171
- dataFetching: "dataFetching";
172
- workspaceTooling: "workspaceTooling";
173
- toolchain: "toolchain";
174
174
  backendUtilities: "backendUtilities";
175
+ examples: "examples";
175
176
  language: "language";
176
177
  buildTool: "buildTool";
177
178
  cli: "cli";
@@ -184,6 +185,7 @@ declare const StackPartSchema: z.ZodObject<{
184
185
  data: "data";
185
186
  media: "media";
186
187
  server: "server";
188
+ packageManager: "packageManager";
187
189
  messageQueue: "messageQueue";
188
190
  }>;
189
191
  toolId: z.ZodString;
@@ -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";
@@ -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";
@@ -741,8 +747,8 @@ declare const RustCliSchema: z.ZodEnum<{
741
747
  ratatui: "ratatui";
742
748
  }>;
743
749
  declare const RustLibrariesSchema: z.ZodEnum<{
744
- none: "none";
745
750
  config: "config";
751
+ none: "none";
746
752
  serde: "serde";
747
753
  uuid: "uuid";
748
754
  chrono: "chrono";
@@ -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";
@@ -1446,8 +1452,8 @@ declare const ShadcnFontSchema: z.ZodEnum<{
1446
1452
  "geist-mono": "geist-mono";
1447
1453
  }>;
1448
1454
  declare const ShadcnRadiusSchema: z.ZodEnum<{
1449
- none: "none";
1450
1455
  default: "default";
1456
+ none: "none";
1451
1457
  small: "small";
1452
1458
  medium: "medium";
1453
1459
  large: "large";
@@ -1527,8 +1533,8 @@ declare const StackPartSettingsSchema: z.ZodObject<{
1527
1533
  "geist-mono": "geist-mono";
1528
1534
  }>>;
1529
1535
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
1530
- none: "none";
1531
1536
  default: "default";
1537
+ none: "none";
1532
1538
  small: "small";
1533
1539
  medium: "medium";
1534
1540
  large: "large";
@@ -1549,8 +1555,8 @@ declare const TemplateSchema: z.ZodEnum<{
1549
1555
  saas: "saas";
1550
1556
  }>;
1551
1557
  declare const ProjectShapeSchema: z.ZodEnum<{
1552
- backend: "backend";
1553
1558
  frontend: "frontend";
1559
+ backend: "backend";
1554
1560
  mobile: "mobile";
1555
1561
  fullstack: "fullstack";
1556
1562
  }>;
@@ -1566,8 +1572,8 @@ declare const CreateInputSchema: z.ZodObject<{
1566
1572
  saas: "saas";
1567
1573
  }>>;
1568
1574
  shape: z.ZodOptional<z.ZodEnum<{
1569
- backend: "backend";
1570
1575
  frontend: "frontend";
1576
+ backend: "backend";
1571
1577
  mobile: "mobile";
1572
1578
  fullstack: "fullstack";
1573
1579
  }>>;
@@ -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";
@@ -1957,8 +1963,8 @@ declare const CreateInputSchema: z.ZodObject<{
1957
1963
  "geist-mono": "geist-mono";
1958
1964
  }>>;
1959
1965
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
1960
- none: "none";
1961
1966
  default: "default";
1967
+ none: "none";
1962
1968
  small: "small";
1963
1969
  medium: "medium";
1964
1970
  large: "large";
@@ -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";
@@ -2224,8 +2234,8 @@ declare const CreateInputSchema: z.ZodObject<{
2224
2234
  ratatui: "ratatui";
2225
2235
  }>>;
2226
2236
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2227
- none: "none";
2228
2237
  config: "config";
2238
+ none: "none";
2229
2239
  serde: "serde";
2230
2240
  uuid: "uuid";
2231
2241
  chrono: "chrono";
@@ -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,29 +2851,29 @@ 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";
2853
- }>>;
2854
- astroIntegration: z.ZodOptional<z.ZodEnum<{
2854
+ frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2855
2855
  none: "none";
2856
+ "tanstack-router": "tanstack-router";
2857
+ "react-router": "react-router";
2858
+ "react-vite": "react-vite";
2859
+ "vanilla-vite": "vanilla-vite";
2856
2860
  vue: "vue";
2861
+ "tanstack-start": "tanstack-start";
2862
+ next: "next";
2863
+ vinext: "vinext";
2864
+ nuxt: "nuxt";
2865
+ "native-bare": "native-bare";
2866
+ "native-uniwind": "native-uniwind";
2867
+ "native-unistyles": "native-unistyles";
2857
2868
  svelte: "svelte";
2858
2869
  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
- }>>;
2870
+ "solid-start": "solid-start";
2871
+ astro: "astro";
2872
+ qwik: "qwik";
2873
+ angular: "angular";
2874
+ redwood: "redwood";
2875
+ fresh: "fresh";
2876
+ }>>>;
2867
2877
  backend: z.ZodOptional<z.ZodEnum<{
2868
2878
  effect: "effect";
2869
2879
  none: "none";
@@ -2888,6 +2898,16 @@ declare const AddInputSchema: z.ZodObject<{
2888
2898
  edgedb: "edgedb";
2889
2899
  redis: "redis";
2890
2900
  }>>;
2901
+ api: z.ZodOptional<z.ZodEnum<{
2902
+ none: "none";
2903
+ trpc: "trpc";
2904
+ orpc: "orpc";
2905
+ "ts-rest": "ts-rest";
2906
+ garph: "garph";
2907
+ "graphql-yoga": "graphql-yoga";
2908
+ "apollo-server": "apollo-server";
2909
+ openapi: "openapi";
2910
+ }>>;
2891
2911
  orm: z.ZodOptional<z.ZodEnum<{
2892
2912
  none: "none";
2893
2913
  drizzle: "drizzle";
@@ -2898,18 +2918,6 @@ declare const AddInputSchema: z.ZodObject<{
2898
2918
  mikroorm: "mikroorm";
2899
2919
  sequelize: "sequelize";
2900
2920
  }>>;
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
2921
  auth: z.ZodOptional<z.ZodEnum<{
2914
2922
  none: "none";
2915
2923
  "better-auth": "better-auth";
@@ -2924,19 +2932,48 @@ declare const AddInputSchema: z.ZodObject<{
2924
2932
  kinde: "kinde";
2925
2933
  passport: "passport";
2926
2934
  }>>;
2927
- payments: z.ZodOptional<z.ZodEnum<{
2935
+ runtime: z.ZodOptional<z.ZodEnum<{
2928
2936
  none: "none";
2929
- revenuecat: "revenuecat";
2930
- polar: "polar";
2931
- stripe: "stripe";
2932
- "lemon-squeezy": "lemon-squeezy";
2933
- paddle: "paddle";
2934
- paypal: "paypal";
2935
- dodo: "dodo";
2936
- creem: "creem";
2937
- autumn: "autumn";
2938
- commet: "commet";
2939
- xendit: "xendit";
2937
+ bun: "bun";
2938
+ node: "node";
2939
+ workers: "workers";
2940
+ }>>;
2941
+ dbSetup: z.ZodOptional<z.ZodEnum<{
2942
+ none: "none";
2943
+ turso: "turso";
2944
+ neon: "neon";
2945
+ "prisma-postgres": "prisma-postgres";
2946
+ planetscale: "planetscale";
2947
+ "mongodb-atlas": "mongodb-atlas";
2948
+ supabase: "supabase";
2949
+ upstash: "upstash";
2950
+ d1: "d1";
2951
+ docker: "docker";
2952
+ }>>;
2953
+ realtime: z.ZodOptional<z.ZodEnum<{
2954
+ none: "none";
2955
+ "socket-io": "socket-io";
2956
+ ws: "ws";
2957
+ partykit: "partykit";
2958
+ ably: "ably";
2959
+ pusher: "pusher";
2960
+ liveblocks: "liveblocks";
2961
+ yjs: "yjs";
2962
+ }>>;
2963
+ caching: z.ZodOptional<z.ZodEnum<{
2964
+ none: "none";
2965
+ redis: "redis";
2966
+ "upstash-redis": "upstash-redis";
2967
+ }>>;
2968
+ observability: z.ZodOptional<z.ZodEnum<{
2969
+ none: "none";
2970
+ opentelemetry: "opentelemetry";
2971
+ signoz: "signoz";
2972
+ sentry: "sentry";
2973
+ grafana: "grafana";
2974
+ datadog: "datadog";
2975
+ axiom: "axiom";
2976
+ betterstack: "betterstack";
2940
2977
  }>>;
2941
2978
  email: z.ZodOptional<z.ZodEnum<{
2942
2979
  none: "none";
@@ -2949,51 +2986,54 @@ declare const AddInputSchema: z.ZodObject<{
2949
2986
  mailgun: "mailgun";
2950
2987
  plunk: "plunk";
2951
2988
  }>>;
2952
- fileUpload: z.ZodOptional<z.ZodEnum<{
2989
+ search: z.ZodOptional<z.ZodEnum<{
2953
2990
  none: "none";
2954
- uploadthing: "uploadthing";
2955
- filepond: "filepond";
2956
- uppy: "uppy";
2991
+ meilisearch: "meilisearch";
2992
+ typesense: "typesense";
2993
+ elasticsearch: "elasticsearch";
2994
+ opensearch: "opensearch";
2995
+ algolia: "algolia";
2996
+ bleve: "bleve";
2957
2997
  }>>;
2958
- logging: z.ZodOptional<z.ZodEnum<{
2998
+ vectorDb: z.ZodOptional<z.ZodEnum<{
2959
2999
  none: "none";
2960
- pino: "pino";
2961
- winston: "winston";
2962
- evlog: "evlog";
3000
+ pgvector: "pgvector";
3001
+ qdrant: "qdrant";
3002
+ chroma: "chroma";
3003
+ pinecone: "pinecone";
2963
3004
  }>>;
2964
- observability: z.ZodOptional<z.ZodEnum<{
3005
+ fileStorage: z.ZodOptional<z.ZodEnum<{
2965
3006
  none: "none";
2966
- opentelemetry: "opentelemetry";
2967
- signoz: "signoz";
2968
- sentry: "sentry";
2969
- grafana: "grafana";
2970
- datadog: "datadog";
2971
- axiom: "axiom";
2972
- betterstack: "betterstack";
3007
+ s3: "s3";
3008
+ r2: "r2";
3009
+ cloudinary: "cloudinary";
3010
+ "supabase-storage": "supabase-storage";
2973
3011
  }>>;
2974
- featureFlags: z.ZodOptional<z.ZodEnum<{
3012
+ jobQueue: z.ZodOptional<z.ZodEnum<{
2975
3013
  none: "none";
2976
- growthbook: "growthbook";
2977
- posthog: "posthog";
2978
- launchdarkly: "launchdarkly";
2979
- flagsmith: "flagsmith";
2980
- unleash: "unleash";
3014
+ bullmq: "bullmq";
3015
+ "trigger-dev": "trigger-dev";
3016
+ inngest: "inngest";
3017
+ temporal: "temporal";
2981
3018
  }>>;
2982
- integrations: z.ZodOptional<z.ZodEnum<{
3019
+ rateLimit: z.ZodOptional<z.ZodEnum<{
2983
3020
  none: "none";
2984
- nango: "nango";
3021
+ arcjet: "arcjet";
3022
+ "upstash-ratelimit": "upstash-ratelimit";
2985
3023
  }>>;
2986
- ecommerce: z.ZodOptional<z.ZodEnum<{
3024
+ botProtection: z.ZodOptional<z.ZodEnum<{
2987
3025
  none: "none";
2988
- medusa: "medusa";
3026
+ botid: "botid";
3027
+ turnstile: "turnstile";
2989
3028
  }>>;
2990
- analytics: z.ZodOptional<z.ZodEnum<{
3029
+ testing: z.ZodOptional<z.ZodEnum<{
2991
3030
  none: "none";
2992
- posthog: "posthog";
2993
- plausible: "plausible";
2994
- umami: "umami";
2995
- ga4: "ga4";
2996
- "vercel-analytics": "vercel-analytics";
3031
+ vitest: "vitest";
3032
+ playwright: "playwright";
3033
+ "vitest-playwright": "vitest-playwright";
3034
+ jest: "jest";
3035
+ mocha: "mocha";
3036
+ cypress: "cypress";
2997
3037
  }>>;
2998
3038
  stateManagement: z.ZodOptional<z.ZodEnum<{
2999
3039
  none: "none";
@@ -3016,6 +3056,20 @@ declare const AddInputSchema: z.ZodObject<{
3016
3056
  conform: "conform";
3017
3057
  "modular-forms": "modular-forms";
3018
3058
  }>>;
3059
+ animation: z.ZodOptional<z.ZodEnum<{
3060
+ none: "none";
3061
+ "framer-motion": "framer-motion";
3062
+ gsap: "gsap";
3063
+ "react-spring": "react-spring";
3064
+ "auto-animate": "auto-animate";
3065
+ lottie: "lottie";
3066
+ }>>;
3067
+ fileUpload: z.ZodOptional<z.ZodEnum<{
3068
+ none: "none";
3069
+ uploadthing: "uploadthing";
3070
+ filepond: "filepond";
3071
+ uppy: "uppy";
3072
+ }>>;
3019
3073
  validation: z.ZodOptional<z.ZodEnum<{
3020
3074
  none: "none";
3021
3075
  zod: "zod";
@@ -3026,79 +3080,113 @@ declare const AddInputSchema: z.ZodObject<{
3026
3080
  runtypes: "runtypes";
3027
3081
  "effect-schema": "effect-schema";
3028
3082
  }>>;
3029
- testing: z.ZodOptional<z.ZodEnum<{
3083
+ effect: z.ZodOptional<z.ZodEnum<{
3084
+ effect: "effect";
3030
3085
  none: "none";
3031
- vitest: "vitest";
3032
- playwright: "playwright";
3033
- "vitest-playwright": "vitest-playwright";
3034
- jest: "jest";
3035
- mocha: "mocha";
3036
- cypress: "cypress";
3086
+ "effect-full": "effect-full";
3037
3087
  }>>;
3038
- realtime: z.ZodOptional<z.ZodEnum<{
3039
- ws: "ws";
3088
+ ai: z.ZodOptional<z.ZodEnum<{
3040
3089
  none: "none";
3041
- "socket-io": "socket-io";
3042
- partykit: "partykit";
3043
- ably: "ably";
3044
- pusher: "pusher";
3045
- liveblocks: "liveblocks";
3046
- yjs: "yjs";
3090
+ "vercel-ai": "vercel-ai";
3091
+ mastra: "mastra";
3092
+ voltagent: "voltagent";
3093
+ langgraph: "langgraph";
3094
+ "openai-agents": "openai-agents";
3095
+ "openai-sdk": "openai-sdk";
3096
+ "anthropic-sdk": "anthropic-sdk";
3097
+ "google-adk": "google-adk";
3098
+ modelfusion: "modelfusion";
3099
+ langchain: "langchain";
3100
+ llamaindex: "llamaindex";
3101
+ "tanstack-ai": "tanstack-ai";
3102
+ "ai-cli": "ai-cli";
3047
3103
  }>>;
3048
- jobQueue: z.ZodOptional<z.ZodEnum<{
3104
+ payments: z.ZodOptional<z.ZodEnum<{
3049
3105
  none: "none";
3050
- bullmq: "bullmq";
3051
- "trigger-dev": "trigger-dev";
3052
- inngest: "inngest";
3053
- temporal: "temporal";
3106
+ revenuecat: "revenuecat";
3107
+ polar: "polar";
3108
+ stripe: "stripe";
3109
+ "lemon-squeezy": "lemon-squeezy";
3110
+ paddle: "paddle";
3111
+ paypal: "paypal";
3112
+ dodo: "dodo";
3113
+ creem: "creem";
3114
+ autumn: "autumn";
3115
+ commet: "commet";
3116
+ xendit: "xendit";
3054
3117
  }>>;
3055
- caching: z.ZodOptional<z.ZodEnum<{
3118
+ logging: z.ZodOptional<z.ZodEnum<{
3056
3119
  none: "none";
3057
- redis: "redis";
3058
- "upstash-redis": "upstash-redis";
3120
+ pino: "pino";
3121
+ winston: "winston";
3122
+ evlog: "evlog";
3059
3123
  }>>;
3060
- rateLimit: z.ZodOptional<z.ZodEnum<{
3124
+ featureFlags: z.ZodOptional<z.ZodEnum<{
3061
3125
  none: "none";
3062
- arcjet: "arcjet";
3063
- "upstash-ratelimit": "upstash-ratelimit";
3126
+ growthbook: "growthbook";
3127
+ posthog: "posthog";
3128
+ launchdarkly: "launchdarkly";
3129
+ flagsmith: "flagsmith";
3130
+ unleash: "unleash";
3064
3131
  }>>;
3065
- botProtection: z.ZodOptional<z.ZodEnum<{
3132
+ integrations: z.ZodOptional<z.ZodEnum<{
3066
3133
  none: "none";
3067
- botid: "botid";
3068
- turnstile: "turnstile";
3134
+ nango: "nango";
3069
3135
  }>>;
3070
- animation: z.ZodOptional<z.ZodEnum<{
3136
+ ecommerce: z.ZodOptional<z.ZodEnum<{
3071
3137
  none: "none";
3072
- "framer-motion": "framer-motion";
3073
- gsap: "gsap";
3074
- "react-spring": "react-spring";
3075
- "auto-animate": "auto-animate";
3076
- lottie: "lottie";
3138
+ medusa: "medusa";
3077
3139
  }>>;
3078
- cssFramework: z.ZodOptional<z.ZodEnum<{
3140
+ analytics: z.ZodOptional<z.ZodEnum<{
3079
3141
  none: "none";
3080
- tailwind: "tailwind";
3081
- scss: "scss";
3082
- less: "less";
3083
- "postcss-only": "postcss-only";
3084
- "styled-components": "styled-components";
3142
+ posthog: "posthog";
3143
+ plausible: "plausible";
3144
+ umami: "umami";
3145
+ ga4: "ga4";
3146
+ "vercel-analytics": "vercel-analytics";
3085
3147
  }>>;
3086
- uiLibrary: z.ZodOptional<z.ZodEnum<{
3087
- mui: "mui";
3148
+ webMcp: z.ZodOptional<z.ZodEnum<{
3088
3149
  none: "none";
3089
- "shadcn-ui": "shadcn-ui";
3090
- "shadcn-svelte": "shadcn-svelte";
3091
- daisyui: "daisyui";
3092
- "radix-ui": "radix-ui";
3093
- "headless-ui": "headless-ui";
3094
- "park-ui": "park-ui";
3095
- "chakra-ui": "chakra-ui";
3096
- nextui: "nextui";
3097
- mantine: "mantine";
3098
- antd: "antd";
3099
- "base-ui": "base-ui";
3100
- "ark-ui": "ark-ui";
3101
- "react-aria": "react-aria";
3150
+ enabled: "enabled";
3151
+ }>>;
3152
+ cms: z.ZodOptional<z.ZodEnum<{
3153
+ none: "none";
3154
+ payload: "payload";
3155
+ sanity: "sanity";
3156
+ strapi: "strapi";
3157
+ tinacms: "tinacms";
3158
+ directus: "directus";
3159
+ keystatic: "keystatic";
3160
+ contentful: "contentful";
3161
+ }>>;
3162
+ i18n: z.ZodOptional<z.ZodEnum<{
3163
+ none: "none";
3164
+ paraglide: "paraglide";
3165
+ i18next: "i18next";
3166
+ "next-intl": "next-intl";
3167
+ intlayer: "intlayer";
3168
+ }>>;
3169
+ examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3170
+ ai: "ai";
3171
+ none: "none";
3172
+ "chat-sdk": "chat-sdk";
3173
+ "tanstack-showcase": "tanstack-showcase";
3174
+ }>>>;
3175
+ packageManager: z.ZodOptional<z.ZodEnum<{
3176
+ bun: "bun";
3177
+ npm: "npm";
3178
+ pnpm: "pnpm";
3179
+ yarn: "yarn";
3180
+ }>>;
3181
+ ecosystem: z.ZodOptional<z.ZodEnum<{
3182
+ typescript: "typescript";
3183
+ "react-native": "react-native";
3184
+ rust: "rust";
3185
+ python: "python";
3186
+ go: "go";
3187
+ java: "java";
3188
+ elixir: "elixir";
3189
+ dotnet: "dotnet";
3102
3190
  }>>;
3103
3191
  shadcnBase: z.ZodOptional<z.ZodEnum<{
3104
3192
  radix: "radix";
@@ -3166,51 +3254,120 @@ declare const AddInputSchema: z.ZodObject<{
3166
3254
  "geist-mono": "geist-mono";
3167
3255
  }>>;
3168
3256
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
3169
- none: "none";
3170
3257
  default: "default";
3258
+ none: "none";
3171
3259
  small: "small";
3172
3260
  medium: "medium";
3173
3261
  large: "large";
3174
3262
  }>>;
3175
- cms: z.ZodOptional<z.ZodEnum<{
3263
+ astroIntegration: z.ZodOptional<z.ZodEnum<{
3176
3264
  none: "none";
3177
- payload: "payload";
3178
- sanity: "sanity";
3179
- strapi: "strapi";
3180
- tinacms: "tinacms";
3181
- directus: "directus";
3182
- keystatic: "keystatic";
3183
- contentful: "contentful";
3265
+ vue: "vue";
3266
+ svelte: "svelte";
3267
+ solid: "solid";
3268
+ react: "react";
3184
3269
  }>>;
3185
- i18n: z.ZodOptional<z.ZodEnum<{
3270
+ dryRun: z.ZodOptional<z.ZodBoolean>;
3271
+ addons: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3186
3272
  none: "none";
3187
- paraglide: "paraglide";
3188
- i18next: "i18next";
3189
- "next-intl": "next-intl";
3190
- intlayer: "intlayer";
3273
+ pwa: "pwa";
3274
+ tauri: "tauri";
3275
+ starlight: "starlight";
3276
+ biome: "biome";
3277
+ lefthook: "lefthook";
3278
+ husky: "husky";
3279
+ knip: "knip";
3280
+ gitleaks: "gitleaks";
3281
+ ruler: "ruler";
3282
+ mcp: "mcp";
3283
+ skills: "skills";
3284
+ turborepo: "turborepo";
3285
+ nx: "nx";
3286
+ "vite-plus": "vite-plus";
3287
+ fumadocs: "fumadocs";
3288
+ ultracite: "ultracite";
3289
+ oxlint: "oxlint";
3290
+ opentui: "opentui";
3291
+ wxt: "wxt";
3292
+ msw: "msw";
3293
+ storybook: "storybook";
3294
+ swr: "swr";
3295
+ "tanstack-query": "tanstack-query";
3296
+ "tanstack-table": "tanstack-table";
3297
+ "tanstack-virtual": "tanstack-virtual";
3298
+ "tanstack-db": "tanstack-db";
3299
+ "tanstack-pacer": "tanstack-pacer";
3300
+ "backend-utils": "backend-utils";
3301
+ devcontainer: "devcontainer";
3302
+ "docker-compose": "docker-compose";
3303
+ kong: "kong";
3304
+ "github-actions": "github-actions";
3305
+ eslint: "eslint";
3306
+ prettier: "prettier";
3307
+ axios: "axios";
3308
+ firebase: "firebase";
3309
+ "graphql-codegen": "graphql-codegen";
3310
+ "openapi-typescript": "openapi-typescript";
3311
+ "apollo-client": "apollo-client";
3312
+ electron: "electron";
3313
+ capacitor: "capacitor";
3314
+ }>>>;
3315
+ workspaceShape: z.ZodOptional<z.ZodEnum<{
3316
+ monorepo: "monorepo";
3317
+ "single-app": "single-app";
3191
3318
  }>>;
3192
- search: z.ZodOptional<z.ZodEnum<{
3319
+ versionChannel: z.ZodOptional<z.ZodEnum<{
3320
+ stable: "stable";
3321
+ latest: "latest";
3322
+ beta: "beta";
3323
+ }>>;
3324
+ install: z.ZodOptional<z.ZodBoolean>;
3325
+ webDeploy: z.ZodOptional<z.ZodEnum<{
3193
3326
  none: "none";
3194
- meilisearch: "meilisearch";
3195
- typesense: "typesense";
3196
- elasticsearch: "elasticsearch";
3197
- opensearch: "opensearch";
3198
- algolia: "algolia";
3199
- bleve: "bleve";
3327
+ docker: "docker";
3328
+ cloudflare: "cloudflare";
3329
+ fly: "fly";
3330
+ railway: "railway";
3331
+ render: "render";
3332
+ netlify: "netlify";
3333
+ sst: "sst";
3334
+ vercel: "vercel";
3200
3335
  }>>;
3201
- vectorDb: z.ZodOptional<z.ZodEnum<{
3336
+ serverDeploy: z.ZodOptional<z.ZodEnum<{
3202
3337
  none: "none";
3203
- pgvector: "pgvector";
3204
- qdrant: "qdrant";
3205
- chroma: "chroma";
3206
- pinecone: "pinecone";
3338
+ docker: "docker";
3339
+ cloudflare: "cloudflare";
3340
+ fly: "fly";
3341
+ railway: "railway";
3342
+ render: "render";
3343
+ netlify: "netlify";
3344
+ sst: "sst";
3345
+ vercel: "vercel";
3207
3346
  }>>;
3208
- fileStorage: z.ZodOptional<z.ZodEnum<{
3347
+ cssFramework: z.ZodOptional<z.ZodEnum<{
3209
3348
  none: "none";
3210
- s3: "s3";
3211
- r2: "r2";
3212
- cloudinary: "cloudinary";
3213
- "supabase-storage": "supabase-storage";
3349
+ tailwind: "tailwind";
3350
+ scss: "scss";
3351
+ less: "less";
3352
+ "postcss-only": "postcss-only";
3353
+ "styled-components": "styled-components";
3354
+ }>>;
3355
+ uiLibrary: z.ZodOptional<z.ZodEnum<{
3356
+ none: "none";
3357
+ "shadcn-ui": "shadcn-ui";
3358
+ "shadcn-svelte": "shadcn-svelte";
3359
+ daisyui: "daisyui";
3360
+ "radix-ui": "radix-ui";
3361
+ "headless-ui": "headless-ui";
3362
+ "park-ui": "park-ui";
3363
+ "chakra-ui": "chakra-ui";
3364
+ nextui: "nextui";
3365
+ mantine: "mantine";
3366
+ mui: "mui";
3367
+ antd: "antd";
3368
+ "base-ui": "base-ui";
3369
+ "ark-ui": "ark-ui";
3370
+ "react-aria": "react-aria";
3214
3371
  }>>;
3215
3372
  mobileNavigation: z.ZodOptional<z.ZodEnum<{
3216
3373
  none: "none";
@@ -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";
@@ -3397,8 +3494,8 @@ declare const AddInputSchema: z.ZodObject<{
3397
3494
  ratatui: "ratatui";
3398
3495
  }>>;
3399
3496
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3400
- none: "none";
3401
3497
  config: "config";
3498
+ none: "none";
3402
3499
  serde: "serde";
3403
3500
  uuid: "uuid";
3404
3501
  chrono: "chrono";
@@ -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>;
@@ -4109,8 +4123,8 @@ declare const CLIInputSchema: z.ZodObject<{
4109
4123
  saas: "saas";
4110
4124
  }>>;
4111
4125
  shape: z.ZodOptional<z.ZodEnum<{
4112
- backend: "backend";
4113
4126
  frontend: "frontend";
4127
+ backend: "backend";
4114
4128
  mobile: "mobile";
4115
4129
  fullstack: "fullstack";
4116
4130
  }>>;
@@ -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";
@@ -4500,8 +4514,8 @@ declare const CLIInputSchema: z.ZodObject<{
4500
4514
  "geist-mono": "geist-mono";
4501
4515
  }>>;
4502
4516
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
4503
- none: "none";
4504
4517
  default: "default";
4518
+ none: "none";
4505
4519
  small: "small";
4506
4520
  medium: "medium";
4507
4521
  large: "large";
@@ -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";
@@ -4767,8 +4785,8 @@ declare const CLIInputSchema: z.ZodObject<{
4767
4785
  ratatui: "ratatui";
4768
4786
  }>>;
4769
4787
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
4770
- none: "none";
4771
4788
  config: "config";
4789
+ none: "none";
4772
4790
  serde: "serde";
4773
4791
  uuid: "uuid";
4774
4792
  chrono: "chrono";
@@ -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
  }>>;
@@ -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";
@@ -5760,8 +5778,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
5760
5778
  "geist-mono": "geist-mono";
5761
5779
  }>>;
5762
5780
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
5763
- none: "none";
5764
5781
  default: "default";
5782
+ none: "none";
5765
5783
  small: "small";
5766
5784
  medium: "medium";
5767
5785
  large: "large";
@@ -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";
@@ -6027,8 +6049,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
6027
6049
  ratatui: "ratatui";
6028
6050
  }>;
6029
6051
  rustLibraries: z.ZodArray<z.ZodEnum<{
6030
- none: "none";
6031
6052
  config: "config";
6053
+ none: "none";
6032
6054
  serde: "serde";
6033
6055
  uuid: "uuid";
6034
6056
  chrono: "chrono";
@@ -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,41 +6666,58 @@ 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
+ push: "push";
6670
+ frontend: "frontend";
6648
6671
  backend: "backend";
6672
+ mobile: "mobile";
6649
6673
  database: "database";
6674
+ api: "api";
6675
+ graphql: "graphql";
6650
6676
  orm: "orm";
6651
- dbSetup: "dbSetup";
6652
6677
  auth: "auth";
6678
+ runtime: "runtime";
6679
+ deploy: "deploy";
6680
+ dbSetup: "dbSetup";
6681
+ migrations: "migrations";
6682
+ realtime: "realtime";
6683
+ navigation: "navigation";
6684
+ caching: "caching";
6685
+ observability: "observability";
6686
+ email: "email";
6687
+ search: "search";
6688
+ vectorDb: "vectorDb";
6689
+ fileStorage: "fileStorage";
6690
+ jobQueue: "jobQueue";
6691
+ rateLimit: "rateLimit";
6692
+ botProtection: "botProtection";
6693
+ testing: "testing";
6694
+ stateManagement: "stateManagement";
6695
+ forms: "forms";
6696
+ animation: "animation";
6697
+ fileUpload: "fileUpload";
6698
+ validation: "validation";
6699
+ effect: "effect";
6700
+ ui: "ui";
6701
+ css: "css";
6702
+ storage: "storage";
6703
+ ota: "ota";
6704
+ deepLinking: "deepLinking";
6705
+ ai: "ai";
6653
6706
  payments: "payments";
6654
- email: "email";
6655
- fileUpload: "fileUpload";
6656
6707
  logging: "logging";
6657
- observability: "observability";
6658
6708
  featureFlags: "featureFlags";
6659
6709
  integrations: "integrations";
6660
6710
  ecommerce: "ecommerce";
6661
6711
  analytics: "analytics";
6662
- stateManagement: "stateManagement";
6663
- forms: "forms";
6664
- validation: "validation";
6665
- testing: "testing";
6666
- realtime: "realtime";
6667
- jobQueue: "jobQueue";
6668
- caching: "caching";
6669
- rateLimit: "rateLimit";
6670
- botProtection: "botProtection";
6671
- animation: "animation";
6712
+ webMcp: "webMcp";
6672
6713
  cms: "cms";
6673
6714
  i18n: "i18n";
6674
- search: "search";
6675
- vectorDb: "vectorDb";
6676
- fileStorage: "fileStorage";
6677
- codeQuality: "codeQuality";
6678
6715
  documentation: "documentation";
6679
- packageManager: "packageManager";
6680
- examples: "examples";
6681
- api: "api";
6716
+ codeQuality: "codeQuality";
6717
+ appPlatform: "appPlatform";
6718
+ dataFetching: "dataFetching";
6719
+ workspaceTooling: "workspaceTooling";
6720
+ toolchain: "toolchain";
6682
6721
  workspaceRunner: "workspaceRunner";
6683
6722
  gitHooks: "gitHooks";
6684
6723
  staticAnalysis: "staticAnalysis";
@@ -6688,25 +6727,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
6688
6727
  containerOrchestration: "containerOrchestration";
6689
6728
  apiGateway: "apiGateway";
6690
6729
  continuousIntegration: "continuousIntegration";
6691
- ai: "ai";
6692
- effect: "effect";
6693
- css: "css";
6694
- ui: "ui";
6695
- push: "push";
6696
- frontend: "frontend";
6697
- mobile: "mobile";
6698
- graphql: "graphql";
6699
- deploy: "deploy";
6700
- migrations: "migrations";
6701
- navigation: "navigation";
6702
- storage: "storage";
6703
- ota: "ota";
6704
- deepLinking: "deepLinking";
6705
- appPlatform: "appPlatform";
6706
- dataFetching: "dataFetching";
6707
- workspaceTooling: "workspaceTooling";
6708
- toolchain: "toolchain";
6709
6730
  backendUtilities: "backendUtilities";
6731
+ examples: "examples";
6710
6732
  language: "language";
6711
6733
  buildTool: "buildTool";
6712
6734
  cli: "cli";
@@ -6719,6 +6741,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
6719
6741
  data: "data";
6720
6742
  media: "media";
6721
6743
  server: "server";
6744
+ packageManager: "packageManager";
6722
6745
  messageQueue: "messageQueue";
6723
6746
  }>;
6724
6747
  toolId: z.ZodString;
@@ -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";
@@ -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";
@@ -7120,8 +7143,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7120
7143
  "geist-mono": "geist-mono";
7121
7144
  }>>;
7122
7145
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
7123
- none: "none";
7124
7146
  default: "default";
7147
+ none: "none";
7125
7148
  small: "small";
7126
7149
  medium: "medium";
7127
7150
  large: "large";
@@ -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";
@@ -7387,8 +7414,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7387
7414
  ratatui: "ratatui";
7388
7415
  }>;
7389
7416
  rustLibraries: z.ZodArray<z.ZodEnum<{
7390
- none: "none";
7391
7417
  config: "config";
7418
+ none: "none";
7392
7419
  serde: "serde";
7393
7420
  uuid: "uuid";
7394
7421
  chrono: "chrono";
@@ -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,41 +8031,58 @@ 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
+ push: "push";
8035
+ frontend: "frontend";
8008
8036
  backend: "backend";
8037
+ mobile: "mobile";
8009
8038
  database: "database";
8039
+ api: "api";
8040
+ graphql: "graphql";
8010
8041
  orm: "orm";
8011
- dbSetup: "dbSetup";
8012
8042
  auth: "auth";
8013
- payments: "payments";
8043
+ runtime: "runtime";
8044
+ deploy: "deploy";
8045
+ dbSetup: "dbSetup";
8046
+ migrations: "migrations";
8047
+ realtime: "realtime";
8048
+ navigation: "navigation";
8049
+ caching: "caching";
8050
+ observability: "observability";
8014
8051
  email: "email";
8052
+ search: "search";
8053
+ vectorDb: "vectorDb";
8054
+ fileStorage: "fileStorage";
8055
+ jobQueue: "jobQueue";
8056
+ rateLimit: "rateLimit";
8057
+ botProtection: "botProtection";
8058
+ testing: "testing";
8059
+ stateManagement: "stateManagement";
8060
+ forms: "forms";
8061
+ animation: "animation";
8015
8062
  fileUpload: "fileUpload";
8063
+ validation: "validation";
8064
+ effect: "effect";
8065
+ ui: "ui";
8066
+ css: "css";
8067
+ storage: "storage";
8068
+ ota: "ota";
8069
+ deepLinking: "deepLinking";
8070
+ ai: "ai";
8071
+ payments: "payments";
8016
8072
  logging: "logging";
8017
- observability: "observability";
8018
8073
  featureFlags: "featureFlags";
8019
8074
  integrations: "integrations";
8020
8075
  ecommerce: "ecommerce";
8021
8076
  analytics: "analytics";
8022
- stateManagement: "stateManagement";
8023
- forms: "forms";
8024
- validation: "validation";
8025
- testing: "testing";
8026
- realtime: "realtime";
8027
- jobQueue: "jobQueue";
8028
- caching: "caching";
8029
- rateLimit: "rateLimit";
8030
- botProtection: "botProtection";
8031
- animation: "animation";
8077
+ webMcp: "webMcp";
8032
8078
  cms: "cms";
8033
8079
  i18n: "i18n";
8034
- search: "search";
8035
- vectorDb: "vectorDb";
8036
- fileStorage: "fileStorage";
8037
- codeQuality: "codeQuality";
8038
8080
  documentation: "documentation";
8039
- packageManager: "packageManager";
8040
- examples: "examples";
8041
- api: "api";
8081
+ codeQuality: "codeQuality";
8082
+ appPlatform: "appPlatform";
8083
+ dataFetching: "dataFetching";
8084
+ workspaceTooling: "workspaceTooling";
8085
+ toolchain: "toolchain";
8042
8086
  workspaceRunner: "workspaceRunner";
8043
8087
  gitHooks: "gitHooks";
8044
8088
  staticAnalysis: "staticAnalysis";
@@ -8048,25 +8092,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
8048
8092
  containerOrchestration: "containerOrchestration";
8049
8093
  apiGateway: "apiGateway";
8050
8094
  continuousIntegration: "continuousIntegration";
8051
- ai: "ai";
8052
- effect: "effect";
8053
- css: "css";
8054
- ui: "ui";
8055
- push: "push";
8056
- frontend: "frontend";
8057
- mobile: "mobile";
8058
- graphql: "graphql";
8059
- deploy: "deploy";
8060
- migrations: "migrations";
8061
- navigation: "navigation";
8062
- storage: "storage";
8063
- ota: "ota";
8064
- deepLinking: "deepLinking";
8065
- appPlatform: "appPlatform";
8066
- dataFetching: "dataFetching";
8067
- workspaceTooling: "workspaceTooling";
8068
- toolchain: "toolchain";
8069
8095
  backendUtilities: "backendUtilities";
8096
+ examples: "examples";
8070
8097
  language: "language";
8071
8098
  buildTool: "buildTool";
8072
8099
  cli: "cli";
@@ -8079,6 +8106,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
8079
8106
  data: "data";
8080
8107
  media: "media";
8081
8108
  server: "server";
8109
+ packageManager: "packageManager";
8082
8110
  messageQueue: "messageQueue";
8083
8111
  }>;
8084
8112
  toolId: z.ZodString;
@@ -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";
@@ -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";
@@ -8480,8 +8508,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8480
8508
  "geist-mono": "geist-mono";
8481
8509
  }>>;
8482
8510
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
8483
- none: "none";
8484
8511
  default: "default";
8512
+ none: "none";
8485
8513
  small: "small";
8486
8514
  medium: "medium";
8487
8515
  large: "large";
@@ -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";
@@ -8747,8 +8779,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8747
8779
  ratatui: "ratatui";
8748
8780
  }>;
8749
8781
  rustLibraries: z.ZodArray<z.ZodEnum<{
8750
- none: "none";
8751
8782
  config: "config";
8783
+ none: "none";
8752
8784
  serde: "serde";
8753
8785
  uuid: "uuid";
8754
8786
  chrono: "chrono";
@@ -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,41 +9396,58 @@ 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
+ push: "push";
9400
+ frontend: "frontend";
9368
9401
  backend: "backend";
9402
+ mobile: "mobile";
9369
9403
  database: "database";
9404
+ api: "api";
9405
+ graphql: "graphql";
9370
9406
  orm: "orm";
9371
- dbSetup: "dbSetup";
9372
9407
  auth: "auth";
9373
- payments: "payments";
9408
+ runtime: "runtime";
9409
+ deploy: "deploy";
9410
+ dbSetup: "dbSetup";
9411
+ migrations: "migrations";
9412
+ realtime: "realtime";
9413
+ navigation: "navigation";
9414
+ caching: "caching";
9415
+ observability: "observability";
9374
9416
  email: "email";
9417
+ search: "search";
9418
+ vectorDb: "vectorDb";
9419
+ fileStorage: "fileStorage";
9420
+ jobQueue: "jobQueue";
9421
+ rateLimit: "rateLimit";
9422
+ botProtection: "botProtection";
9423
+ testing: "testing";
9424
+ stateManagement: "stateManagement";
9425
+ forms: "forms";
9426
+ animation: "animation";
9375
9427
  fileUpload: "fileUpload";
9428
+ validation: "validation";
9429
+ effect: "effect";
9430
+ ui: "ui";
9431
+ css: "css";
9432
+ storage: "storage";
9433
+ ota: "ota";
9434
+ deepLinking: "deepLinking";
9435
+ ai: "ai";
9436
+ payments: "payments";
9376
9437
  logging: "logging";
9377
- observability: "observability";
9378
9438
  featureFlags: "featureFlags";
9379
9439
  integrations: "integrations";
9380
9440
  ecommerce: "ecommerce";
9381
9441
  analytics: "analytics";
9382
- stateManagement: "stateManagement";
9383
- forms: "forms";
9384
- validation: "validation";
9385
- testing: "testing";
9386
- realtime: "realtime";
9387
- jobQueue: "jobQueue";
9388
- caching: "caching";
9389
- rateLimit: "rateLimit";
9390
- botProtection: "botProtection";
9391
- animation: "animation";
9442
+ webMcp: "webMcp";
9392
9443
  cms: "cms";
9393
9444
  i18n: "i18n";
9394
- search: "search";
9395
- vectorDb: "vectorDb";
9396
- fileStorage: "fileStorage";
9397
- codeQuality: "codeQuality";
9398
9445
  documentation: "documentation";
9399
- packageManager: "packageManager";
9400
- examples: "examples";
9401
- api: "api";
9446
+ codeQuality: "codeQuality";
9447
+ appPlatform: "appPlatform";
9448
+ dataFetching: "dataFetching";
9449
+ workspaceTooling: "workspaceTooling";
9450
+ toolchain: "toolchain";
9402
9451
  workspaceRunner: "workspaceRunner";
9403
9452
  gitHooks: "gitHooks";
9404
9453
  staticAnalysis: "staticAnalysis";
@@ -9408,25 +9457,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
9408
9457
  containerOrchestration: "containerOrchestration";
9409
9458
  apiGateway: "apiGateway";
9410
9459
  continuousIntegration: "continuousIntegration";
9411
- ai: "ai";
9412
- effect: "effect";
9413
- css: "css";
9414
- ui: "ui";
9415
- push: "push";
9416
- frontend: "frontend";
9417
- mobile: "mobile";
9418
- graphql: "graphql";
9419
- deploy: "deploy";
9420
- migrations: "migrations";
9421
- navigation: "navigation";
9422
- storage: "storage";
9423
- ota: "ota";
9424
- deepLinking: "deepLinking";
9425
- appPlatform: "appPlatform";
9426
- dataFetching: "dataFetching";
9427
- workspaceTooling: "workspaceTooling";
9428
- toolchain: "toolchain";
9429
9460
  backendUtilities: "backendUtilities";
9461
+ examples: "examples";
9430
9462
  language: "language";
9431
9463
  buildTool: "buildTool";
9432
9464
  cli: "cli";
@@ -9439,6 +9471,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
9439
9471
  data: "data";
9440
9472
  media: "media";
9441
9473
  server: "server";
9474
+ packageManager: "packageManager";
9442
9475
  messageQueue: "messageQueue";
9443
9476
  }>;
9444
9477
  toolId: z.ZodString;
@@ -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";
@@ -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";
@@ -9841,8 +9874,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9841
9874
  "geist-mono": "geist-mono";
9842
9875
  }>>;
9843
9876
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
9844
- none: "none";
9845
9877
  default: "default";
9878
+ none: "none";
9846
9879
  small: "small";
9847
9880
  medium: "medium";
9848
9881
  large: "large";
@@ -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";
@@ -10108,8 +10145,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
10108
10145
  ratatui: "ratatui";
10109
10146
  }>;
10110
10147
  rustLibraries: z.ZodArray<z.ZodEnum<{
10111
- none: "none";
10112
10148
  config: "config";
10149
+ none: "none";
10113
10150
  serde: "serde";
10114
10151
  uuid: "uuid";
10115
10152
  chrono: "chrono";
@@ -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,41 +10762,58 @@ 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
+ push: "push";
10766
+ frontend: "frontend";
10729
10767
  backend: "backend";
10768
+ mobile: "mobile";
10730
10769
  database: "database";
10770
+ api: "api";
10771
+ graphql: "graphql";
10731
10772
  orm: "orm";
10773
+ auth: "auth";
10774
+ runtime: "runtime";
10775
+ deploy: "deploy";
10732
10776
  dbSetup: "dbSetup";
10733
- auth: "auth";
10734
- payments: "payments";
10777
+ migrations: "migrations";
10778
+ realtime: "realtime";
10779
+ navigation: "navigation";
10780
+ caching: "caching";
10781
+ observability: "observability";
10735
10782
  email: "email";
10783
+ search: "search";
10784
+ vectorDb: "vectorDb";
10785
+ fileStorage: "fileStorage";
10786
+ jobQueue: "jobQueue";
10787
+ rateLimit: "rateLimit";
10788
+ botProtection: "botProtection";
10789
+ testing: "testing";
10790
+ stateManagement: "stateManagement";
10791
+ forms: "forms";
10792
+ animation: "animation";
10736
10793
  fileUpload: "fileUpload";
10794
+ validation: "validation";
10795
+ effect: "effect";
10796
+ ui: "ui";
10797
+ css: "css";
10798
+ storage: "storage";
10799
+ ota: "ota";
10800
+ deepLinking: "deepLinking";
10801
+ ai: "ai";
10802
+ payments: "payments";
10737
10803
  logging: "logging";
10738
- observability: "observability";
10739
10804
  featureFlags: "featureFlags";
10740
10805
  integrations: "integrations";
10741
10806
  ecommerce: "ecommerce";
10742
10807
  analytics: "analytics";
10743
- stateManagement: "stateManagement";
10744
- forms: "forms";
10745
- validation: "validation";
10746
- testing: "testing";
10747
- realtime: "realtime";
10748
- jobQueue: "jobQueue";
10749
- caching: "caching";
10750
- rateLimit: "rateLimit";
10751
- botProtection: "botProtection";
10752
- animation: "animation";
10808
+ webMcp: "webMcp";
10753
10809
  cms: "cms";
10754
10810
  i18n: "i18n";
10755
- search: "search";
10756
- vectorDb: "vectorDb";
10757
- fileStorage: "fileStorage";
10758
- codeQuality: "codeQuality";
10759
10811
  documentation: "documentation";
10760
- packageManager: "packageManager";
10761
- examples: "examples";
10762
- api: "api";
10812
+ codeQuality: "codeQuality";
10813
+ appPlatform: "appPlatform";
10814
+ dataFetching: "dataFetching";
10815
+ workspaceTooling: "workspaceTooling";
10816
+ toolchain: "toolchain";
10763
10817
  workspaceRunner: "workspaceRunner";
10764
10818
  gitHooks: "gitHooks";
10765
10819
  staticAnalysis: "staticAnalysis";
@@ -10769,25 +10823,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
10769
10823
  containerOrchestration: "containerOrchestration";
10770
10824
  apiGateway: "apiGateway";
10771
10825
  continuousIntegration: "continuousIntegration";
10772
- ai: "ai";
10773
- effect: "effect";
10774
- css: "css";
10775
- ui: "ui";
10776
- push: "push";
10777
- frontend: "frontend";
10778
- mobile: "mobile";
10779
- graphql: "graphql";
10780
- deploy: "deploy";
10781
- migrations: "migrations";
10782
- navigation: "navigation";
10783
- storage: "storage";
10784
- ota: "ota";
10785
- deepLinking: "deepLinking";
10786
- appPlatform: "appPlatform";
10787
- dataFetching: "dataFetching";
10788
- workspaceTooling: "workspaceTooling";
10789
- toolchain: "toolchain";
10790
10826
  backendUtilities: "backendUtilities";
10827
+ examples: "examples";
10791
10828
  language: "language";
10792
10829
  buildTool: "buildTool";
10793
10830
  cli: "cli";
@@ -10800,6 +10837,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
10800
10837
  data: "data";
10801
10838
  media: "media";
10802
10839
  server: "server";
10840
+ packageManager: "packageManager";
10803
10841
  messageQueue: "messageQueue";
10804
10842
  }>;
10805
10843
  toolId: z.ZodString;
@@ -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";
@@ -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";
@@ -11202,8 +11240,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11202
11240
  "geist-mono": "geist-mono";
11203
11241
  }>>;
11204
11242
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
11205
- none: "none";
11206
11243
  default: "default";
11244
+ none: "none";
11207
11245
  small: "small";
11208
11246
  medium: "medium";
11209
11247
  large: "large";
@@ -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";
@@ -11469,8 +11511,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11469
11511
  ratatui: "ratatui";
11470
11512
  }>;
11471
11513
  rustLibraries: z.ZodArray<z.ZodEnum<{
11472
- none: "none";
11473
11514
  config: "config";
11515
+ none: "none";
11474
11516
  serde: "serde";
11475
11517
  uuid: "uuid";
11476
11518
  chrono: "chrono";
@@ -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,41 +12128,58 @@ 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
+ push: "push";
12132
+ frontend: "frontend";
12090
12133
  backend: "backend";
12134
+ mobile: "mobile";
12091
12135
  database: "database";
12136
+ api: "api";
12137
+ graphql: "graphql";
12092
12138
  orm: "orm";
12093
- dbSetup: "dbSetup";
12094
12139
  auth: "auth";
12095
- payments: "payments";
12140
+ runtime: "runtime";
12141
+ deploy: "deploy";
12142
+ dbSetup: "dbSetup";
12143
+ migrations: "migrations";
12144
+ realtime: "realtime";
12145
+ navigation: "navigation";
12146
+ caching: "caching";
12147
+ observability: "observability";
12096
12148
  email: "email";
12149
+ search: "search";
12150
+ vectorDb: "vectorDb";
12151
+ fileStorage: "fileStorage";
12152
+ jobQueue: "jobQueue";
12153
+ rateLimit: "rateLimit";
12154
+ botProtection: "botProtection";
12155
+ testing: "testing";
12156
+ stateManagement: "stateManagement";
12157
+ forms: "forms";
12158
+ animation: "animation";
12097
12159
  fileUpload: "fileUpload";
12160
+ validation: "validation";
12161
+ effect: "effect";
12162
+ ui: "ui";
12163
+ css: "css";
12164
+ storage: "storage";
12165
+ ota: "ota";
12166
+ deepLinking: "deepLinking";
12167
+ ai: "ai";
12168
+ payments: "payments";
12098
12169
  logging: "logging";
12099
- observability: "observability";
12100
12170
  featureFlags: "featureFlags";
12101
12171
  integrations: "integrations";
12102
12172
  ecommerce: "ecommerce";
12103
12173
  analytics: "analytics";
12104
- stateManagement: "stateManagement";
12105
- forms: "forms";
12106
- validation: "validation";
12107
- testing: "testing";
12108
- realtime: "realtime";
12109
- jobQueue: "jobQueue";
12110
- caching: "caching";
12111
- rateLimit: "rateLimit";
12112
- botProtection: "botProtection";
12113
- animation: "animation";
12174
+ webMcp: "webMcp";
12114
12175
  cms: "cms";
12115
12176
  i18n: "i18n";
12116
- search: "search";
12117
- vectorDb: "vectorDb";
12118
- fileStorage: "fileStorage";
12119
- codeQuality: "codeQuality";
12120
12177
  documentation: "documentation";
12121
- packageManager: "packageManager";
12122
- examples: "examples";
12123
- api: "api";
12178
+ codeQuality: "codeQuality";
12179
+ appPlatform: "appPlatform";
12180
+ dataFetching: "dataFetching";
12181
+ workspaceTooling: "workspaceTooling";
12182
+ toolchain: "toolchain";
12124
12183
  workspaceRunner: "workspaceRunner";
12125
12184
  gitHooks: "gitHooks";
12126
12185
  staticAnalysis: "staticAnalysis";
@@ -12130,25 +12189,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
12130
12189
  containerOrchestration: "containerOrchestration";
12131
12190
  apiGateway: "apiGateway";
12132
12191
  continuousIntegration: "continuousIntegration";
12133
- ai: "ai";
12134
- effect: "effect";
12135
- css: "css";
12136
- ui: "ui";
12137
- push: "push";
12138
- frontend: "frontend";
12139
- mobile: "mobile";
12140
- graphql: "graphql";
12141
- deploy: "deploy";
12142
- migrations: "migrations";
12143
- navigation: "navigation";
12144
- storage: "storage";
12145
- ota: "ota";
12146
- deepLinking: "deepLinking";
12147
- appPlatform: "appPlatform";
12148
- dataFetching: "dataFetching";
12149
- workspaceTooling: "workspaceTooling";
12150
- toolchain: "toolchain";
12151
12192
  backendUtilities: "backendUtilities";
12193
+ examples: "examples";
12152
12194
  language: "language";
12153
12195
  buildTool: "buildTool";
12154
12196
  cli: "cli";
@@ -12161,6 +12203,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
12161
12203
  data: "data";
12162
12204
  media: "media";
12163
12205
  server: "server";
12206
+ packageManager: "packageManager";
12164
12207
  messageQueue: "messageQueue";
12165
12208
  }>;
12166
12209
  toolId: z.ZodString;
@@ -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";
@@ -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";
@@ -12565,8 +12608,8 @@ declare const InitResultSchema: z.ZodObject<{
12565
12608
  "geist-mono": "geist-mono";
12566
12609
  }>>;
12567
12610
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
12568
- none: "none";
12569
12611
  default: "default";
12612
+ none: "none";
12570
12613
  small: "small";
12571
12614
  medium: "medium";
12572
12615
  large: "large";
@@ -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";
@@ -12832,8 +12879,8 @@ declare const InitResultSchema: z.ZodObject<{
12832
12879
  ratatui: "ratatui";
12833
12880
  }>;
12834
12881
  rustLibraries: z.ZodArray<z.ZodEnum<{
12835
- none: "none";
12836
12882
  config: "config";
12883
+ none: "none";
12837
12884
  serde: "serde";
12838
12885
  uuid: "uuid";
12839
12886
  chrono: "chrono";
@@ -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,41 +13496,58 @@ 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
+ push: "push";
13500
+ frontend: "frontend";
13453
13501
  backend: "backend";
13502
+ mobile: "mobile";
13454
13503
  database: "database";
13504
+ api: "api";
13505
+ graphql: "graphql";
13455
13506
  orm: "orm";
13456
- dbSetup: "dbSetup";
13457
13507
  auth: "auth";
13458
- payments: "payments";
13508
+ runtime: "runtime";
13509
+ deploy: "deploy";
13510
+ dbSetup: "dbSetup";
13511
+ migrations: "migrations";
13512
+ realtime: "realtime";
13513
+ navigation: "navigation";
13514
+ caching: "caching";
13515
+ observability: "observability";
13459
13516
  email: "email";
13517
+ search: "search";
13518
+ vectorDb: "vectorDb";
13519
+ fileStorage: "fileStorage";
13520
+ jobQueue: "jobQueue";
13521
+ rateLimit: "rateLimit";
13522
+ botProtection: "botProtection";
13523
+ testing: "testing";
13524
+ stateManagement: "stateManagement";
13525
+ forms: "forms";
13526
+ animation: "animation";
13460
13527
  fileUpload: "fileUpload";
13528
+ validation: "validation";
13529
+ effect: "effect";
13530
+ ui: "ui";
13531
+ css: "css";
13532
+ storage: "storage";
13533
+ ota: "ota";
13534
+ deepLinking: "deepLinking";
13535
+ ai: "ai";
13536
+ payments: "payments";
13461
13537
  logging: "logging";
13462
- observability: "observability";
13463
13538
  featureFlags: "featureFlags";
13464
13539
  integrations: "integrations";
13465
13540
  ecommerce: "ecommerce";
13466
13541
  analytics: "analytics";
13467
- stateManagement: "stateManagement";
13468
- forms: "forms";
13469
- validation: "validation";
13470
- testing: "testing";
13471
- realtime: "realtime";
13472
- jobQueue: "jobQueue";
13473
- caching: "caching";
13474
- rateLimit: "rateLimit";
13475
- botProtection: "botProtection";
13476
- animation: "animation";
13542
+ webMcp: "webMcp";
13477
13543
  cms: "cms";
13478
13544
  i18n: "i18n";
13479
- search: "search";
13480
- vectorDb: "vectorDb";
13481
- fileStorage: "fileStorage";
13482
- codeQuality: "codeQuality";
13483
13545
  documentation: "documentation";
13484
- packageManager: "packageManager";
13485
- examples: "examples";
13486
- api: "api";
13546
+ codeQuality: "codeQuality";
13547
+ appPlatform: "appPlatform";
13548
+ dataFetching: "dataFetching";
13549
+ workspaceTooling: "workspaceTooling";
13550
+ toolchain: "toolchain";
13487
13551
  workspaceRunner: "workspaceRunner";
13488
13552
  gitHooks: "gitHooks";
13489
13553
  staticAnalysis: "staticAnalysis";
@@ -13493,25 +13557,8 @@ declare const InitResultSchema: z.ZodObject<{
13493
13557
  containerOrchestration: "containerOrchestration";
13494
13558
  apiGateway: "apiGateway";
13495
13559
  continuousIntegration: "continuousIntegration";
13496
- ai: "ai";
13497
- effect: "effect";
13498
- css: "css";
13499
- ui: "ui";
13500
- push: "push";
13501
- frontend: "frontend";
13502
- mobile: "mobile";
13503
- graphql: "graphql";
13504
- deploy: "deploy";
13505
- migrations: "migrations";
13506
- navigation: "navigation";
13507
- storage: "storage";
13508
- ota: "ota";
13509
- deepLinking: "deepLinking";
13510
- appPlatform: "appPlatform";
13511
- dataFetching: "dataFetching";
13512
- workspaceTooling: "workspaceTooling";
13513
- toolchain: "toolchain";
13514
13560
  backendUtilities: "backendUtilities";
13561
+ examples: "examples";
13515
13562
  language: "language";
13516
13563
  buildTool: "buildTool";
13517
13564
  cli: "cli";
@@ -13524,6 +13571,7 @@ declare const InitResultSchema: z.ZodObject<{
13524
13571
  data: "data";
13525
13572
  media: "media";
13526
13573
  server: "server";
13574
+ packageManager: "packageManager";
13527
13575
  messageQueue: "messageQueue";
13528
13576
  }>;
13529
13577
  toolId: z.ZodString;
@@ -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";
@@ -13579,7 +13627,7 @@ declare const WEB_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "ra
13579
13627
  declare const SERVER_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
13580
13628
  declare const DIRECTORY_CONFLICT_VALUES: ("error" | "merge" | "overwrite" | "increment")[];
13581
13629
  declare const TEMPLATE_VALUES: ("none" | "uniwind" | "mern" | "pern" | "t3" | "saas")[];
13582
- declare const PROJECT_SHAPE_VALUES: ("backend" | "frontend" | "mobile" | "fullstack")[];
13630
+ declare const PROJECT_SHAPE_VALUES: ("frontend" | "backend" | "mobile" | "fullstack")[];
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
13633
  declare const EFFECT_VALUES: ("effect" | "none" | "effect-full")[];
@@ -13588,9 +13636,9 @@ declare const FORMS_VALUES: ("none" | "tanstack-form" | "react-hook-form" | "for
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,6 +13648,7 @@ 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
13653
  declare const MOBILE_UI_VALUES: ("none" | "tamagui" | "gluestack-ui" | "uniwind" | "unistyles")[];
13605
13654
  declare const MOBILE_STORAGE_VALUES: ("none" | "mmkv")[];
@@ -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: ("config" | "none" | "serde" | "uuid" | "chrono" | "reqwest" | "dashmap" | "parking-lot" | "secrecy" | "tokio-util" | "utoipa" | "validator" | "jsonwebtoken" | "argon2" | "tokio-test" | "mockall" | "proptest" | "insta" | "rand" | "regex" | "rayon" | "itertools" | "rstest" | "cargo-nextest" | "cargo-audit")[];
13631
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")[];
@@ -13724,7 +13773,7 @@ declare const SHADCN_ICON_LIBRARY_VALUES: ("lucide" | "tabler" | "hugeicons" | "
13724
13773
  declare const SHADCN_COLOR_THEME_VALUES: ("neutral" | "stone" | "zinc" | "gray" | "amber" | "blue" | "cyan" | "emerald" | "fuchsia" | "green" | "indigo" | "lime" | "orange" | "pink" | "purple" | "red" | "rose" | "sky" | "teal" | "violet" | "yellow")[];
13725
13774
  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
- declare const SHADCN_RADIUS_VALUES: ("none" | "default" | "small" | "medium" | "large")[];
13776
+ declare const SHADCN_RADIUS_VALUES: ("default" | "none" | "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-CgldOz7b.d.mts.map