@better-fullstack/types 2.6.3 → 2.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/dist/{defaults-c1Q6oSGr.d.mts → defaults-2siC1CqU.d.mts} +2 -2
  2. package/dist/defaults-2siC1CqU.d.mts.map +1 -0
  3. package/dist/{defaults-DTS30ICD.mjs → defaults-nq08Mnf5.mjs} +2 -1
  4. package/dist/defaults-nq08Mnf5.mjs.map +1 -0
  5. package/dist/defaults.d.mts +3 -3
  6. package/dist/defaults.mjs +1 -1
  7. package/dist/index.d.mts +22 -21
  8. package/dist/index.d.mts.map +1 -1
  9. package/dist/index.mjs +15 -6
  10. package/dist/index.mjs.map +1 -1
  11. package/dist/json-schema.d.mts +410 -362
  12. package/dist/json-schema.d.mts.map +1 -1
  13. package/dist/json-schema.mjs +1 -1
  14. package/dist/{schemas-byZ-ZfU_.d.mts → schemas-CBplkYwu.d.mts} +684 -635
  15. package/dist/schemas-CBplkYwu.d.mts.map +1 -0
  16. package/dist/{schemas-cgmdgudQ.mjs → schemas-CywxHrK2.mjs} +8 -2
  17. package/dist/schemas-CywxHrK2.mjs.map +1 -0
  18. package/dist/schemas.d.mts +2 -2
  19. package/dist/schemas.mjs +2 -2
  20. package/dist/{stack-graph-Oj-P0cij.mjs → stack-graph-6mobDYUo.mjs} +52 -10
  21. package/dist/stack-graph-6mobDYUo.mjs.map +1 -0
  22. package/dist/{stack-graph-BuGqVDuz.d.mts → stack-graph-CmMyv1fu.d.mts} +2 -2
  23. package/dist/{stack-graph-BuGqVDuz.d.mts.map → stack-graph-CmMyv1fu.d.mts.map} +1 -1
  24. package/dist/stack-graph.d.mts +3 -3
  25. package/dist/stack-graph.mjs +2 -2
  26. package/dist/{stack-translation-49iba9M5.mjs → stack-translation-CavXg_BJ.mjs} +152 -15
  27. package/dist/stack-translation-CavXg_BJ.mjs.map +1 -0
  28. package/dist/{stack-translation-PRZPaQP4.d.mts → stack-translation-DwF-iWnN.d.mts} +12 -6
  29. package/dist/stack-translation-DwF-iWnN.d.mts.map +1 -0
  30. package/dist/stack-translation.d.mts +5 -5
  31. package/dist/stack-translation.mjs +4 -4
  32. package/dist/{telemetry-C9qQ80l9.mjs → telemetry--r3iKqHM.mjs} +6 -4
  33. package/dist/telemetry--r3iKqHM.mjs.map +1 -0
  34. package/dist/{telemetry-CUtrUTe9.d.mts → telemetry-D4mP-fTC.d.mts} +3 -3
  35. package/dist/telemetry-D4mP-fTC.d.mts.map +1 -0
  36. package/dist/telemetry.d.mts +1 -1
  37. package/dist/telemetry.mjs +4 -4
  38. package/dist/{types-DA-r_8X7.d.mts → types-DgPd7BLf.d.mts} +4 -3
  39. package/dist/types-DgPd7BLf.d.mts.map +1 -0
  40. package/dist/types.d.mts +3 -3
  41. package/package.json +2 -2
  42. package/dist/defaults-DTS30ICD.mjs.map +0 -1
  43. package/dist/defaults-c1Q6oSGr.d.mts.map +0 -1
  44. package/dist/schemas-byZ-ZfU_.d.mts.map +0 -1
  45. package/dist/schemas-cgmdgudQ.mjs.map +0 -1
  46. package/dist/stack-graph-Oj-P0cij.mjs.map +0 -1
  47. package/dist/stack-translation-49iba9M5.mjs.map +0 -1
  48. package/dist/stack-translation-PRZPaQP4.d.mts.map +0 -1
  49. package/dist/telemetry-C9qQ80l9.mjs.map +0 -1
  50. package/dist/telemetry-CUtrUTe9.d.mts.map +0 -1
  51. package/dist/types-DA-r_8X7.d.mts.map +0 -1
@@ -21,13 +21,13 @@ declare function getORMJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEn
21
21
  sequelize: "sequelize";
22
22
  }>>;
23
23
  declare function getBackendJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
24
- effect: "effect";
25
24
  none: "none";
26
25
  hono: "hono";
27
26
  express: "express";
28
27
  fastify: "fastify";
29
28
  elysia: "elysia";
30
29
  fets: "fets";
30
+ effect: "effect";
31
31
  nestjs: "nestjs";
32
32
  adonisjs: "adonisjs";
33
33
  nitro: "nitro";
@@ -109,8 +109,8 @@ declare function getAddonsJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.Zo
109
109
  capacitor: "capacitor";
110
110
  }>>;
111
111
  declare function getExamplesJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
112
- ai: "ai";
113
112
  none: "none";
113
+ ai: "ai";
114
114
  "chat-sdk": "chat-sdk";
115
115
  "tanstack-showcase": "tanstack-showcase";
116
116
  }>>;
@@ -193,34 +193,34 @@ declare function getServerDeployJsonSchema(): z.core.ZodStandardJSONSchemaPayloa
193
193
  vercel: "vercel";
194
194
  }>>;
195
195
  declare function getDirectoryConflictJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
196
- error: "error";
197
196
  merge: "merge";
198
197
  overwrite: "overwrite";
199
198
  increment: "increment";
199
+ error: "error";
200
200
  }>>;
201
201
  declare function getTemplateJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
202
202
  none: "none";
203
- uniwind: "uniwind";
204
203
  mern: "mern";
205
204
  pern: "pern";
206
205
  t3: "t3";
207
206
  saas: "saas";
207
+ uniwind: "uniwind";
208
208
  }>>;
209
209
  declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
210
210
  projectName: z.ZodOptional<z.ZodString>;
211
211
  template: z.ZodOptional<z.ZodEnum<{
212
212
  none: "none";
213
- uniwind: "uniwind";
214
213
  mern: "mern";
215
214
  pern: "pern";
216
215
  t3: "t3";
217
216
  saas: "saas";
217
+ uniwind: "uniwind";
218
218
  }>>;
219
219
  shape: z.ZodOptional<z.ZodEnum<{
220
- backend: "backend";
220
+ fullstack: "fullstack";
221
221
  frontend: "frontend";
222
+ backend: "backend";
222
223
  mobile: "mobile";
223
- fullstack: "fullstack";
224
224
  }>>;
225
225
  yes: z.ZodOptional<z.ZodBoolean>;
226
226
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -352,8 +352,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
352
352
  capacitor: "capacitor";
353
353
  }>>>;
354
354
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
355
- ai: "ai";
356
355
  none: "none";
356
+ ai: "ai";
357
357
  "chat-sdk": "chat-sdk";
358
358
  "tanstack-showcase": "tanstack-showcase";
359
359
  }>>>;
@@ -387,13 +387,13 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
387
387
  docker: "docker";
388
388
  }>>;
389
389
  backend: z.ZodOptional<z.ZodEnum<{
390
- effect: "effect";
391
390
  none: "none";
392
391
  hono: "hono";
393
392
  express: "express";
394
393
  fastify: "fastify";
395
394
  elysia: "elysia";
396
395
  fets: "fets";
396
+ effect: "effect";
397
397
  nestjs: "nestjs";
398
398
  adonisjs: "adonisjs";
399
399
  nitro: "nitro";
@@ -440,10 +440,10 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
440
440
  vercel: "vercel";
441
441
  }>>;
442
442
  directoryConflict: z.ZodOptional<z.ZodEnum<{
443
- error: "error";
444
443
  merge: "merge";
445
444
  overwrite: "overwrite";
446
445
  increment: "increment";
446
+ error: "error";
447
447
  }>>;
448
448
  renderTitle: z.ZodOptional<z.ZodBoolean>;
449
449
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -472,8 +472,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
472
472
  "ai-cli": "ai-cli";
473
473
  }>>;
474
474
  effect: z.ZodOptional<z.ZodEnum<{
475
- effect: "effect";
476
475
  none: "none";
476
+ effect: "effect";
477
477
  "effect-full": "effect-full";
478
478
  }>>;
479
479
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -526,7 +526,6 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
526
526
  "styled-components": "styled-components";
527
527
  }>>;
528
528
  uiLibrary: z.ZodOptional<z.ZodEnum<{
529
- mui: "mui";
530
529
  none: "none";
531
530
  "shadcn-ui": "shadcn-ui";
532
531
  "shadcn-svelte": "shadcn-svelte";
@@ -537,6 +536,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
537
536
  "chakra-ui": "chakra-ui";
538
537
  nextui: "nextui";
539
538
  mantine: "mantine";
539
+ mui: "mui";
540
540
  antd: "antd";
541
541
  "base-ui": "base-ui";
542
542
  "ark-ui": "ark-ui";
@@ -625,9 +625,9 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
625
625
  "effect-schema": "effect-schema";
626
626
  }>>;
627
627
  realtime: z.ZodOptional<z.ZodEnum<{
628
- ws: "ws";
629
628
  none: "none";
630
629
  "socket-io": "socket-io";
630
+ ws: "ws";
631
631
  partykit: "partykit";
632
632
  ably: "ably";
633
633
  pusher: "pusher";
@@ -695,6 +695,10 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
695
695
  ga4: "ga4";
696
696
  "vercel-analytics": "vercel-analytics";
697
697
  }>>;
698
+ webMcp: z.ZodOptional<z.ZodEnum<{
699
+ none: "none";
700
+ enabled: "enabled";
701
+ }>>;
698
702
  cms: z.ZodOptional<z.ZodEnum<{
699
703
  none: "none";
700
704
  payload: "payload";
@@ -757,9 +761,9 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
757
761
  }>>;
758
762
  mobileUI: z.ZodOptional<z.ZodEnum<{
759
763
  none: "none";
764
+ uniwind: "uniwind";
760
765
  tamagui: "tamagui";
761
766
  "gluestack-ui": "gluestack-ui";
762
- uniwind: "uniwind";
763
767
  unistyles: "unistyles";
764
768
  }>>;
765
769
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -876,11 +880,11 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
876
880
  }>>;
877
881
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
878
882
  none: "none";
879
- config: "config";
880
883
  serde: "serde";
881
884
  uuid: "uuid";
882
885
  chrono: "chrono";
883
886
  reqwest: "reqwest";
887
+ config: "config";
884
888
  dashmap: "dashmap";
885
889
  "parking-lot": "parking-lot";
886
890
  secrecy: "secrecy";
@@ -1086,10 +1090,10 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
1086
1090
  httprouter: "httprouter";
1087
1091
  }>>;
1088
1092
  goOrm: z.ZodOptional<z.ZodEnum<{
1089
- gorm: "gorm";
1090
1093
  none: "none";
1091
1094
  bun: "bun";
1092
1095
  sqlx: "sqlx";
1096
+ gorm: "gorm";
1093
1097
  sqlc: "sqlc";
1094
1098
  ent: "ent";
1095
1099
  }>>;
@@ -1525,13 +1529,13 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1525
1529
  sequelize: "sequelize";
1526
1530
  }>;
1527
1531
  backend: z.ZodEnum<{
1528
- effect: "effect";
1529
1532
  none: "none";
1530
1533
  hono: "hono";
1531
1534
  express: "express";
1532
1535
  fastify: "fastify";
1533
1536
  elysia: "elysia";
1534
1537
  fets: "fets";
1538
+ effect: "effect";
1535
1539
  nestjs: "nestjs";
1536
1540
  adonisjs: "adonisjs";
1537
1541
  nitro: "nitro";
@@ -1613,8 +1617,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1613
1617
  capacitor: "capacitor";
1614
1618
  }>>;
1615
1619
  examples: z.ZodArray<z.ZodEnum<{
1616
- ai: "ai";
1617
1620
  none: "none";
1621
+ ai: "ai";
1618
1622
  "chat-sdk": "chat-sdk";
1619
1623
  "tanstack-showcase": "tanstack-showcase";
1620
1624
  }>>;
@@ -1731,8 +1735,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1731
1735
  "ai-cli": "ai-cli";
1732
1736
  }>;
1733
1737
  effect: z.ZodEnum<{
1734
- effect: "effect";
1735
1738
  none: "none";
1739
+ effect: "effect";
1736
1740
  "effect-full": "effect-full";
1737
1741
  }>;
1738
1742
  stateManagement: z.ZodEnum<{
@@ -1785,7 +1789,6 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1785
1789
  "styled-components": "styled-components";
1786
1790
  }>;
1787
1791
  uiLibrary: z.ZodEnum<{
1788
- mui: "mui";
1789
1792
  none: "none";
1790
1793
  "shadcn-ui": "shadcn-ui";
1791
1794
  "shadcn-svelte": "shadcn-svelte";
@@ -1796,6 +1799,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1796
1799
  "chakra-ui": "chakra-ui";
1797
1800
  nextui: "nextui";
1798
1801
  mantine: "mantine";
1802
+ mui: "mui";
1799
1803
  antd: "antd";
1800
1804
  "base-ui": "base-ui";
1801
1805
  "ark-ui": "ark-ui";
@@ -1884,9 +1888,9 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1884
1888
  "effect-schema": "effect-schema";
1885
1889
  }>;
1886
1890
  realtime: z.ZodEnum<{
1887
- ws: "ws";
1888
1891
  none: "none";
1889
1892
  "socket-io": "socket-io";
1893
+ ws: "ws";
1890
1894
  partykit: "partykit";
1891
1895
  ably: "ably";
1892
1896
  pusher: "pusher";
@@ -1954,6 +1958,10 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1954
1958
  ga4: "ga4";
1955
1959
  "vercel-analytics": "vercel-analytics";
1956
1960
  }>;
1961
+ webMcp: z.ZodDefault<z.ZodEnum<{
1962
+ none: "none";
1963
+ enabled: "enabled";
1964
+ }>>;
1957
1965
  cms: z.ZodEnum<{
1958
1966
  none: "none";
1959
1967
  payload: "payload";
@@ -2016,9 +2024,9 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
2016
2024
  }>;
2017
2025
  mobileUI: z.ZodEnum<{
2018
2026
  none: "none";
2027
+ uniwind: "uniwind";
2019
2028
  tamagui: "tamagui";
2020
2029
  "gluestack-ui": "gluestack-ui";
2021
- uniwind: "uniwind";
2022
2030
  unistyles: "unistyles";
2023
2031
  }>;
2024
2032
  mobileStorage: z.ZodEnum<{
@@ -2135,11 +2143,11 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
2135
2143
  }>;
2136
2144
  rustLibraries: z.ZodArray<z.ZodEnum<{
2137
2145
  none: "none";
2138
- config: "config";
2139
2146
  serde: "serde";
2140
2147
  uuid: "uuid";
2141
2148
  chrono: "chrono";
2142
2149
  reqwest: "reqwest";
2150
+ config: "config";
2143
2151
  dashmap: "dashmap";
2144
2152
  "parking-lot": "parking-lot";
2145
2153
  secrecy: "secrecy";
@@ -2345,10 +2353,10 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
2345
2353
  httprouter: "httprouter";
2346
2354
  }>;
2347
2355
  goOrm: z.ZodEnum<{
2348
- gorm: "gorm";
2349
2356
  none: "none";
2350
2357
  bun: "bun";
2351
2358
  sqlx: "sqlx";
2359
+ gorm: "gorm";
2352
2360
  sqlc: "sqlc";
2353
2361
  ent: "ent";
2354
2362
  }>;
@@ -2751,14 +2759,28 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
2751
2759
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
2752
2760
  id: z.ZodString;
2753
2761
  role: z.ZodEnum<{
2754
- runtime: "runtime";
2762
+ effect: "effect";
2763
+ ai: "ai";
2764
+ frontend: "frontend";
2755
2765
  backend: "backend";
2766
+ mobile: "mobile";
2756
2767
  database: "database";
2757
2768
  orm: "orm";
2758
- dbSetup: "dbSetup";
2759
2769
  auth: "auth";
2760
2770
  payments: "payments";
2771
+ examples: "examples";
2772
+ packageManager: "packageManager";
2773
+ dbSetup: "dbSetup";
2774
+ runtime: "runtime";
2775
+ api: "api";
2776
+ stateManagement: "stateManagement";
2777
+ forms: "forms";
2778
+ testing: "testing";
2761
2779
  email: "email";
2780
+ validation: "validation";
2781
+ realtime: "realtime";
2782
+ jobQueue: "jobQueue";
2783
+ animation: "animation";
2762
2784
  fileUpload: "fileUpload";
2763
2785
  logging: "logging";
2764
2786
  observability: "observability";
@@ -2766,53 +2788,41 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
2766
2788
  integrations: "integrations";
2767
2789
  ecommerce: "ecommerce";
2768
2790
  analytics: "analytics";
2769
- stateManagement: "stateManagement";
2770
- forms: "forms";
2771
- validation: "validation";
2772
- testing: "testing";
2773
- realtime: "realtime";
2774
- jobQueue: "jobQueue";
2791
+ webMcp: "webMcp";
2792
+ cms: "cms";
2775
2793
  caching: "caching";
2776
2794
  rateLimit: "rateLimit";
2777
2795
  botProtection: "botProtection";
2778
- animation: "animation";
2779
- cms: "cms";
2780
2796
  i18n: "i18n";
2781
2797
  search: "search";
2782
2798
  vectorDb: "vectorDb";
2783
2799
  fileStorage: "fileStorage";
2784
- codeQuality: "codeQuality";
2785
- documentation: "documentation";
2786
- packageManager: "packageManager";
2787
- examples: "examples";
2788
- api: "api";
2789
- workspaceRunner: "workspaceRunner";
2790
- gitHooks: "gitHooks";
2791
- staticAnalysis: "staticAnalysis";
2792
- aiTooling: "aiTooling";
2793
- codeGeneration: "codeGeneration";
2794
- developerEnvironment: "developerEnvironment";
2795
- containerOrchestration: "containerOrchestration";
2796
- apiGateway: "apiGateway";
2797
- continuousIntegration: "continuousIntegration";
2798
- ai: "ai";
2799
- effect: "effect";
2800
- css: "css";
2801
- ui: "ui";
2802
- push: "push";
2803
- frontend: "frontend";
2804
- mobile: "mobile";
2800
+ config: "config";
2805
2801
  graphql: "graphql";
2806
2802
  deploy: "deploy";
2807
2803
  migrations: "migrations";
2808
2804
  navigation: "navigation";
2805
+ ui: "ui";
2806
+ css: "css";
2809
2807
  storage: "storage";
2808
+ push: "push";
2810
2809
  ota: "ota";
2811
2810
  deepLinking: "deepLinking";
2811
+ documentation: "documentation";
2812
+ codeQuality: "codeQuality";
2812
2813
  appPlatform: "appPlatform";
2813
2814
  dataFetching: "dataFetching";
2814
2815
  workspaceTooling: "workspaceTooling";
2815
2816
  toolchain: "toolchain";
2817
+ workspaceRunner: "workspaceRunner";
2818
+ gitHooks: "gitHooks";
2819
+ staticAnalysis: "staticAnalysis";
2820
+ aiTooling: "aiTooling";
2821
+ codeGeneration: "codeGeneration";
2822
+ developerEnvironment: "developerEnvironment";
2823
+ containerOrchestration: "containerOrchestration";
2824
+ apiGateway: "apiGateway";
2825
+ continuousIntegration: "continuousIntegration";
2816
2826
  backendUtilities: "backendUtilities";
2817
2827
  language: "language";
2818
2828
  buildTool: "buildTool";
@@ -2820,7 +2830,6 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
2820
2830
  errorHandling: "errorHandling";
2821
2831
  httpClient: "httpClient";
2822
2832
  libraries: "libraries";
2823
- config: "config";
2824
2833
  templating: "templating";
2825
2834
  cloudSdk: "cloudSdk";
2826
2835
  data: "data";
@@ -2841,8 +2850,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
2841
2850
  }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
2842
2851
  ownerPartId: z.ZodOptional<z.ZodString>;
2843
2852
  source: z.ZodEnum<{
2844
- selected: "selected";
2845
2853
  defaulted: "defaulted";
2854
+ selected: "selected";
2846
2855
  provided: "provided";
2847
2856
  legacy: "legacy";
2848
2857
  adjusted: "adjusted";
@@ -2887,13 +2896,13 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
2887
2896
  sequelize: "sequelize";
2888
2897
  }>;
2889
2898
  backend: z.ZodEnum<{
2890
- effect: "effect";
2891
2899
  none: "none";
2892
2900
  hono: "hono";
2893
2901
  express: "express";
2894
2902
  fastify: "fastify";
2895
2903
  elysia: "elysia";
2896
2904
  fets: "fets";
2905
+ effect: "effect";
2897
2906
  nestjs: "nestjs";
2898
2907
  adonisjs: "adonisjs";
2899
2908
  nitro: "nitro";
@@ -2975,8 +2984,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
2975
2984
  capacitor: "capacitor";
2976
2985
  }>>;
2977
2986
  examples: z.ZodArray<z.ZodEnum<{
2978
- ai: "ai";
2979
2987
  none: "none";
2988
+ ai: "ai";
2980
2989
  "chat-sdk": "chat-sdk";
2981
2990
  "tanstack-showcase": "tanstack-showcase";
2982
2991
  }>>;
@@ -3091,8 +3100,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
3091
3100
  "ai-cli": "ai-cli";
3092
3101
  }>;
3093
3102
  effect: z.ZodEnum<{
3094
- effect: "effect";
3095
3103
  none: "none";
3104
+ effect: "effect";
3096
3105
  "effect-full": "effect-full";
3097
3106
  }>;
3098
3107
  stateManagement: z.ZodEnum<{
@@ -3145,7 +3154,6 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
3145
3154
  "styled-components": "styled-components";
3146
3155
  }>;
3147
3156
  uiLibrary: z.ZodEnum<{
3148
- mui: "mui";
3149
3157
  none: "none";
3150
3158
  "shadcn-ui": "shadcn-ui";
3151
3159
  "shadcn-svelte": "shadcn-svelte";
@@ -3156,6 +3164,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
3156
3164
  "chakra-ui": "chakra-ui";
3157
3165
  nextui: "nextui";
3158
3166
  mantine: "mantine";
3167
+ mui: "mui";
3159
3168
  antd: "antd";
3160
3169
  "base-ui": "base-ui";
3161
3170
  "ark-ui": "ark-ui";
@@ -3244,9 +3253,9 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
3244
3253
  "effect-schema": "effect-schema";
3245
3254
  }>;
3246
3255
  realtime: z.ZodEnum<{
3247
- ws: "ws";
3248
3256
  none: "none";
3249
3257
  "socket-io": "socket-io";
3258
+ ws: "ws";
3250
3259
  partykit: "partykit";
3251
3260
  ably: "ably";
3252
3261
  pusher: "pusher";
@@ -3314,6 +3323,10 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
3314
3323
  ga4: "ga4";
3315
3324
  "vercel-analytics": "vercel-analytics";
3316
3325
  }>;
3326
+ webMcp: z.ZodDefault<z.ZodEnum<{
3327
+ none: "none";
3328
+ enabled: "enabled";
3329
+ }>>;
3317
3330
  cms: z.ZodEnum<{
3318
3331
  none: "none";
3319
3332
  payload: "payload";
@@ -3376,9 +3389,9 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
3376
3389
  }>;
3377
3390
  mobileUI: z.ZodEnum<{
3378
3391
  none: "none";
3392
+ uniwind: "uniwind";
3379
3393
  tamagui: "tamagui";
3380
3394
  "gluestack-ui": "gluestack-ui";
3381
- uniwind: "uniwind";
3382
3395
  unistyles: "unistyles";
3383
3396
  }>;
3384
3397
  mobileStorage: z.ZodEnum<{
@@ -3495,11 +3508,11 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
3495
3508
  }>;
3496
3509
  rustLibraries: z.ZodArray<z.ZodEnum<{
3497
3510
  none: "none";
3498
- config: "config";
3499
3511
  serde: "serde";
3500
3512
  uuid: "uuid";
3501
3513
  chrono: "chrono";
3502
3514
  reqwest: "reqwest";
3515
+ config: "config";
3503
3516
  dashmap: "dashmap";
3504
3517
  "parking-lot": "parking-lot";
3505
3518
  secrecy: "secrecy";
@@ -3705,10 +3718,10 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
3705
3718
  httprouter: "httprouter";
3706
3719
  }>;
3707
3720
  goOrm: z.ZodEnum<{
3708
- gorm: "gorm";
3709
3721
  none: "none";
3710
3722
  bun: "bun";
3711
3723
  sqlx: "sqlx";
3724
+ gorm: "gorm";
3712
3725
  sqlc: "sqlc";
3713
3726
  ent: "ent";
3714
3727
  }>;
@@ -4111,14 +4124,28 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
4111
4124
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
4112
4125
  id: z.ZodString;
4113
4126
  role: z.ZodEnum<{
4114
- runtime: "runtime";
4127
+ effect: "effect";
4128
+ ai: "ai";
4129
+ frontend: "frontend";
4115
4130
  backend: "backend";
4131
+ mobile: "mobile";
4116
4132
  database: "database";
4117
4133
  orm: "orm";
4118
- dbSetup: "dbSetup";
4119
4134
  auth: "auth";
4120
4135
  payments: "payments";
4136
+ examples: "examples";
4137
+ packageManager: "packageManager";
4138
+ dbSetup: "dbSetup";
4139
+ runtime: "runtime";
4140
+ api: "api";
4141
+ stateManagement: "stateManagement";
4142
+ forms: "forms";
4143
+ testing: "testing";
4121
4144
  email: "email";
4145
+ validation: "validation";
4146
+ realtime: "realtime";
4147
+ jobQueue: "jobQueue";
4148
+ animation: "animation";
4122
4149
  fileUpload: "fileUpload";
4123
4150
  logging: "logging";
4124
4151
  observability: "observability";
@@ -4126,53 +4153,41 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
4126
4153
  integrations: "integrations";
4127
4154
  ecommerce: "ecommerce";
4128
4155
  analytics: "analytics";
4129
- stateManagement: "stateManagement";
4130
- forms: "forms";
4131
- validation: "validation";
4132
- testing: "testing";
4133
- realtime: "realtime";
4134
- jobQueue: "jobQueue";
4156
+ webMcp: "webMcp";
4157
+ cms: "cms";
4135
4158
  caching: "caching";
4136
4159
  rateLimit: "rateLimit";
4137
4160
  botProtection: "botProtection";
4138
- animation: "animation";
4139
- cms: "cms";
4140
4161
  i18n: "i18n";
4141
4162
  search: "search";
4142
4163
  vectorDb: "vectorDb";
4143
4164
  fileStorage: "fileStorage";
4144
- codeQuality: "codeQuality";
4145
- documentation: "documentation";
4146
- packageManager: "packageManager";
4147
- examples: "examples";
4148
- api: "api";
4149
- workspaceRunner: "workspaceRunner";
4150
- gitHooks: "gitHooks";
4151
- staticAnalysis: "staticAnalysis";
4152
- aiTooling: "aiTooling";
4153
- codeGeneration: "codeGeneration";
4154
- developerEnvironment: "developerEnvironment";
4155
- containerOrchestration: "containerOrchestration";
4156
- apiGateway: "apiGateway";
4157
- continuousIntegration: "continuousIntegration";
4158
- ai: "ai";
4159
- effect: "effect";
4160
- css: "css";
4161
- ui: "ui";
4162
- push: "push";
4163
- frontend: "frontend";
4164
- mobile: "mobile";
4165
+ config: "config";
4165
4166
  graphql: "graphql";
4166
4167
  deploy: "deploy";
4167
4168
  migrations: "migrations";
4168
4169
  navigation: "navigation";
4170
+ ui: "ui";
4171
+ css: "css";
4169
4172
  storage: "storage";
4173
+ push: "push";
4170
4174
  ota: "ota";
4171
4175
  deepLinking: "deepLinking";
4176
+ documentation: "documentation";
4177
+ codeQuality: "codeQuality";
4172
4178
  appPlatform: "appPlatform";
4173
4179
  dataFetching: "dataFetching";
4174
4180
  workspaceTooling: "workspaceTooling";
4175
4181
  toolchain: "toolchain";
4182
+ workspaceRunner: "workspaceRunner";
4183
+ gitHooks: "gitHooks";
4184
+ staticAnalysis: "staticAnalysis";
4185
+ aiTooling: "aiTooling";
4186
+ codeGeneration: "codeGeneration";
4187
+ developerEnvironment: "developerEnvironment";
4188
+ containerOrchestration: "containerOrchestration";
4189
+ apiGateway: "apiGateway";
4190
+ continuousIntegration: "continuousIntegration";
4176
4191
  backendUtilities: "backendUtilities";
4177
4192
  language: "language";
4178
4193
  buildTool: "buildTool";
@@ -4180,7 +4195,6 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
4180
4195
  errorHandling: "errorHandling";
4181
4196
  httpClient: "httpClient";
4182
4197
  libraries: "libraries";
4183
- config: "config";
4184
4198
  templating: "templating";
4185
4199
  cloudSdk: "cloudSdk";
4186
4200
  data: "data";
@@ -4201,8 +4215,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
4201
4215
  }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
4202
4216
  ownerPartId: z.ZodOptional<z.ZodString>;
4203
4217
  source: z.ZodEnum<{
4204
- selected: "selected";
4205
4218
  defaulted: "defaulted";
4219
+ selected: "selected";
4206
4220
  provided: "provided";
4207
4221
  legacy: "legacy";
4208
4222
  adjusted: "adjusted";
@@ -4247,13 +4261,13 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
4247
4261
  sequelize: "sequelize";
4248
4262
  }>;
4249
4263
  backend: z.ZodEnum<{
4250
- effect: "effect";
4251
4264
  none: "none";
4252
4265
  hono: "hono";
4253
4266
  express: "express";
4254
4267
  fastify: "fastify";
4255
4268
  elysia: "elysia";
4256
4269
  fets: "fets";
4270
+ effect: "effect";
4257
4271
  nestjs: "nestjs";
4258
4272
  adonisjs: "adonisjs";
4259
4273
  nitro: "nitro";
@@ -4335,8 +4349,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
4335
4349
  capacitor: "capacitor";
4336
4350
  }>>;
4337
4351
  examples: z.ZodArray<z.ZodEnum<{
4338
- ai: "ai";
4339
4352
  none: "none";
4353
+ ai: "ai";
4340
4354
  "chat-sdk": "chat-sdk";
4341
4355
  "tanstack-showcase": "tanstack-showcase";
4342
4356
  }>>;
@@ -4451,8 +4465,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
4451
4465
  "ai-cli": "ai-cli";
4452
4466
  }>;
4453
4467
  effect: z.ZodEnum<{
4454
- effect: "effect";
4455
4468
  none: "none";
4469
+ effect: "effect";
4456
4470
  "effect-full": "effect-full";
4457
4471
  }>;
4458
4472
  stateManagement: z.ZodEnum<{
@@ -4505,7 +4519,6 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
4505
4519
  "styled-components": "styled-components";
4506
4520
  }>;
4507
4521
  uiLibrary: z.ZodEnum<{
4508
- mui: "mui";
4509
4522
  none: "none";
4510
4523
  "shadcn-ui": "shadcn-ui";
4511
4524
  "shadcn-svelte": "shadcn-svelte";
@@ -4516,6 +4529,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
4516
4529
  "chakra-ui": "chakra-ui";
4517
4530
  nextui: "nextui";
4518
4531
  mantine: "mantine";
4532
+ mui: "mui";
4519
4533
  antd: "antd";
4520
4534
  "base-ui": "base-ui";
4521
4535
  "ark-ui": "ark-ui";
@@ -4604,9 +4618,9 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
4604
4618
  "effect-schema": "effect-schema";
4605
4619
  }>;
4606
4620
  realtime: z.ZodEnum<{
4607
- ws: "ws";
4608
4621
  none: "none";
4609
4622
  "socket-io": "socket-io";
4623
+ ws: "ws";
4610
4624
  partykit: "partykit";
4611
4625
  ably: "ably";
4612
4626
  pusher: "pusher";
@@ -4674,6 +4688,10 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
4674
4688
  ga4: "ga4";
4675
4689
  "vercel-analytics": "vercel-analytics";
4676
4690
  }>;
4691
+ webMcp: z.ZodDefault<z.ZodEnum<{
4692
+ none: "none";
4693
+ enabled: "enabled";
4694
+ }>>;
4677
4695
  cms: z.ZodEnum<{
4678
4696
  none: "none";
4679
4697
  payload: "payload";
@@ -4736,9 +4754,9 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
4736
4754
  }>;
4737
4755
  mobileUI: z.ZodEnum<{
4738
4756
  none: "none";
4757
+ uniwind: "uniwind";
4739
4758
  tamagui: "tamagui";
4740
4759
  "gluestack-ui": "gluestack-ui";
4741
- uniwind: "uniwind";
4742
4760
  unistyles: "unistyles";
4743
4761
  }>;
4744
4762
  mobileStorage: z.ZodEnum<{
@@ -4855,11 +4873,11 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
4855
4873
  }>;
4856
4874
  rustLibraries: z.ZodArray<z.ZodEnum<{
4857
4875
  none: "none";
4858
- config: "config";
4859
4876
  serde: "serde";
4860
4877
  uuid: "uuid";
4861
4878
  chrono: "chrono";
4862
4879
  reqwest: "reqwest";
4880
+ config: "config";
4863
4881
  dashmap: "dashmap";
4864
4882
  "parking-lot": "parking-lot";
4865
4883
  secrecy: "secrecy";
@@ -5065,10 +5083,10 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
5065
5083
  httprouter: "httprouter";
5066
5084
  }>;
5067
5085
  goOrm: z.ZodEnum<{
5068
- gorm: "gorm";
5069
5086
  none: "none";
5070
5087
  bun: "bun";
5071
5088
  sqlx: "sqlx";
5089
+ gorm: "gorm";
5072
5090
  sqlc: "sqlc";
5073
5091
  ent: "ent";
5074
5092
  }>;
@@ -5471,14 +5489,28 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
5471
5489
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
5472
5490
  id: z.ZodString;
5473
5491
  role: z.ZodEnum<{
5474
- runtime: "runtime";
5492
+ effect: "effect";
5493
+ ai: "ai";
5494
+ frontend: "frontend";
5475
5495
  backend: "backend";
5496
+ mobile: "mobile";
5476
5497
  database: "database";
5477
5498
  orm: "orm";
5478
- dbSetup: "dbSetup";
5479
5499
  auth: "auth";
5480
5500
  payments: "payments";
5501
+ examples: "examples";
5502
+ packageManager: "packageManager";
5503
+ dbSetup: "dbSetup";
5504
+ runtime: "runtime";
5505
+ api: "api";
5506
+ stateManagement: "stateManagement";
5507
+ forms: "forms";
5508
+ testing: "testing";
5481
5509
  email: "email";
5510
+ validation: "validation";
5511
+ realtime: "realtime";
5512
+ jobQueue: "jobQueue";
5513
+ animation: "animation";
5482
5514
  fileUpload: "fileUpload";
5483
5515
  logging: "logging";
5484
5516
  observability: "observability";
@@ -5486,53 +5518,41 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
5486
5518
  integrations: "integrations";
5487
5519
  ecommerce: "ecommerce";
5488
5520
  analytics: "analytics";
5489
- stateManagement: "stateManagement";
5490
- forms: "forms";
5491
- validation: "validation";
5492
- testing: "testing";
5493
- realtime: "realtime";
5494
- jobQueue: "jobQueue";
5521
+ webMcp: "webMcp";
5522
+ cms: "cms";
5495
5523
  caching: "caching";
5496
5524
  rateLimit: "rateLimit";
5497
5525
  botProtection: "botProtection";
5498
- animation: "animation";
5499
- cms: "cms";
5500
5526
  i18n: "i18n";
5501
5527
  search: "search";
5502
5528
  vectorDb: "vectorDb";
5503
5529
  fileStorage: "fileStorage";
5504
- codeQuality: "codeQuality";
5505
- documentation: "documentation";
5506
- packageManager: "packageManager";
5507
- examples: "examples";
5508
- api: "api";
5509
- workspaceRunner: "workspaceRunner";
5510
- gitHooks: "gitHooks";
5511
- staticAnalysis: "staticAnalysis";
5512
- aiTooling: "aiTooling";
5513
- codeGeneration: "codeGeneration";
5514
- developerEnvironment: "developerEnvironment";
5515
- containerOrchestration: "containerOrchestration";
5516
- apiGateway: "apiGateway";
5517
- continuousIntegration: "continuousIntegration";
5518
- ai: "ai";
5519
- effect: "effect";
5520
- css: "css";
5521
- ui: "ui";
5522
- push: "push";
5523
- frontend: "frontend";
5524
- mobile: "mobile";
5530
+ config: "config";
5525
5531
  graphql: "graphql";
5526
5532
  deploy: "deploy";
5527
5533
  migrations: "migrations";
5528
5534
  navigation: "navigation";
5535
+ ui: "ui";
5536
+ css: "css";
5529
5537
  storage: "storage";
5538
+ push: "push";
5530
5539
  ota: "ota";
5531
5540
  deepLinking: "deepLinking";
5541
+ documentation: "documentation";
5542
+ codeQuality: "codeQuality";
5532
5543
  appPlatform: "appPlatform";
5533
5544
  dataFetching: "dataFetching";
5534
5545
  workspaceTooling: "workspaceTooling";
5535
5546
  toolchain: "toolchain";
5547
+ workspaceRunner: "workspaceRunner";
5548
+ gitHooks: "gitHooks";
5549
+ staticAnalysis: "staticAnalysis";
5550
+ aiTooling: "aiTooling";
5551
+ codeGeneration: "codeGeneration";
5552
+ developerEnvironment: "developerEnvironment";
5553
+ containerOrchestration: "containerOrchestration";
5554
+ apiGateway: "apiGateway";
5555
+ continuousIntegration: "continuousIntegration";
5536
5556
  backendUtilities: "backendUtilities";
5537
5557
  language: "language";
5538
5558
  buildTool: "buildTool";
@@ -5540,7 +5560,6 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
5540
5560
  errorHandling: "errorHandling";
5541
5561
  httpClient: "httpClient";
5542
5562
  libraries: "libraries";
5543
- config: "config";
5544
5563
  templating: "templating";
5545
5564
  cloudSdk: "cloudSdk";
5546
5565
  data: "data";
@@ -5561,8 +5580,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
5561
5580
  }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
5562
5581
  ownerPartId: z.ZodOptional<z.ZodString>;
5563
5582
  source: z.ZodEnum<{
5564
- selected: "selected";
5565
5583
  defaulted: "defaulted";
5584
+ selected: "selected";
5566
5585
  provided: "provided";
5567
5586
  legacy: "legacy";
5568
5587
  adjusted: "adjusted";
@@ -5608,13 +5627,13 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
5608
5627
  sequelize: "sequelize";
5609
5628
  }>;
5610
5629
  backend: z.ZodEnum<{
5611
- effect: "effect";
5612
5630
  none: "none";
5613
5631
  hono: "hono";
5614
5632
  express: "express";
5615
5633
  fastify: "fastify";
5616
5634
  elysia: "elysia";
5617
5635
  fets: "fets";
5636
+ effect: "effect";
5618
5637
  nestjs: "nestjs";
5619
5638
  adonisjs: "adonisjs";
5620
5639
  nitro: "nitro";
@@ -5696,8 +5715,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
5696
5715
  capacitor: "capacitor";
5697
5716
  }>>;
5698
5717
  examples: z.ZodArray<z.ZodEnum<{
5699
- ai: "ai";
5700
5718
  none: "none";
5719
+ ai: "ai";
5701
5720
  "chat-sdk": "chat-sdk";
5702
5721
  "tanstack-showcase": "tanstack-showcase";
5703
5722
  }>>;
@@ -5814,8 +5833,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
5814
5833
  "ai-cli": "ai-cli";
5815
5834
  }>;
5816
5835
  effect: z.ZodEnum<{
5817
- effect: "effect";
5818
5836
  none: "none";
5837
+ effect: "effect";
5819
5838
  "effect-full": "effect-full";
5820
5839
  }>;
5821
5840
  stateManagement: z.ZodEnum<{
@@ -5868,7 +5887,6 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
5868
5887
  "styled-components": "styled-components";
5869
5888
  }>;
5870
5889
  uiLibrary: z.ZodEnum<{
5871
- mui: "mui";
5872
5890
  none: "none";
5873
5891
  "shadcn-ui": "shadcn-ui";
5874
5892
  "shadcn-svelte": "shadcn-svelte";
@@ -5879,6 +5897,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
5879
5897
  "chakra-ui": "chakra-ui";
5880
5898
  nextui: "nextui";
5881
5899
  mantine: "mantine";
5900
+ mui: "mui";
5882
5901
  antd: "antd";
5883
5902
  "base-ui": "base-ui";
5884
5903
  "ark-ui": "ark-ui";
@@ -5967,9 +5986,9 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
5967
5986
  "effect-schema": "effect-schema";
5968
5987
  }>;
5969
5988
  realtime: z.ZodEnum<{
5970
- ws: "ws";
5971
5989
  none: "none";
5972
5990
  "socket-io": "socket-io";
5991
+ ws: "ws";
5973
5992
  partykit: "partykit";
5974
5993
  ably: "ably";
5975
5994
  pusher: "pusher";
@@ -6037,6 +6056,10 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
6037
6056
  ga4: "ga4";
6038
6057
  "vercel-analytics": "vercel-analytics";
6039
6058
  }>;
6059
+ webMcp: z.ZodDefault<z.ZodEnum<{
6060
+ none: "none";
6061
+ enabled: "enabled";
6062
+ }>>;
6040
6063
  cms: z.ZodEnum<{
6041
6064
  none: "none";
6042
6065
  payload: "payload";
@@ -6099,9 +6122,9 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
6099
6122
  }>;
6100
6123
  mobileUI: z.ZodEnum<{
6101
6124
  none: "none";
6125
+ uniwind: "uniwind";
6102
6126
  tamagui: "tamagui";
6103
6127
  "gluestack-ui": "gluestack-ui";
6104
- uniwind: "uniwind";
6105
6128
  unistyles: "unistyles";
6106
6129
  }>;
6107
6130
  mobileStorage: z.ZodEnum<{
@@ -6218,11 +6241,11 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
6218
6241
  }>;
6219
6242
  rustLibraries: z.ZodArray<z.ZodEnum<{
6220
6243
  none: "none";
6221
- config: "config";
6222
6244
  serde: "serde";
6223
6245
  uuid: "uuid";
6224
6246
  chrono: "chrono";
6225
6247
  reqwest: "reqwest";
6248
+ config: "config";
6226
6249
  dashmap: "dashmap";
6227
6250
  "parking-lot": "parking-lot";
6228
6251
  secrecy: "secrecy";
@@ -6428,10 +6451,10 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
6428
6451
  httprouter: "httprouter";
6429
6452
  }>;
6430
6453
  goOrm: z.ZodEnum<{
6431
- gorm: "gorm";
6432
6454
  none: "none";
6433
6455
  bun: "bun";
6434
6456
  sqlx: "sqlx";
6457
+ gorm: "gorm";
6435
6458
  sqlc: "sqlc";
6436
6459
  ent: "ent";
6437
6460
  }>;
@@ -6834,14 +6857,28 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
6834
6857
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
6835
6858
  id: z.ZodString;
6836
6859
  role: z.ZodEnum<{
6837
- runtime: "runtime";
6860
+ effect: "effect";
6861
+ ai: "ai";
6862
+ frontend: "frontend";
6838
6863
  backend: "backend";
6864
+ mobile: "mobile";
6839
6865
  database: "database";
6840
6866
  orm: "orm";
6841
- dbSetup: "dbSetup";
6842
6867
  auth: "auth";
6843
6868
  payments: "payments";
6869
+ examples: "examples";
6870
+ packageManager: "packageManager";
6871
+ dbSetup: "dbSetup";
6872
+ runtime: "runtime";
6873
+ api: "api";
6874
+ stateManagement: "stateManagement";
6875
+ forms: "forms";
6876
+ testing: "testing";
6844
6877
  email: "email";
6878
+ validation: "validation";
6879
+ realtime: "realtime";
6880
+ jobQueue: "jobQueue";
6881
+ animation: "animation";
6845
6882
  fileUpload: "fileUpload";
6846
6883
  logging: "logging";
6847
6884
  observability: "observability";
@@ -6849,53 +6886,41 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
6849
6886
  integrations: "integrations";
6850
6887
  ecommerce: "ecommerce";
6851
6888
  analytics: "analytics";
6852
- stateManagement: "stateManagement";
6853
- forms: "forms";
6854
- validation: "validation";
6855
- testing: "testing";
6856
- realtime: "realtime";
6857
- jobQueue: "jobQueue";
6889
+ webMcp: "webMcp";
6890
+ cms: "cms";
6858
6891
  caching: "caching";
6859
6892
  rateLimit: "rateLimit";
6860
6893
  botProtection: "botProtection";
6861
- animation: "animation";
6862
- cms: "cms";
6863
6894
  i18n: "i18n";
6864
6895
  search: "search";
6865
6896
  vectorDb: "vectorDb";
6866
6897
  fileStorage: "fileStorage";
6867
- codeQuality: "codeQuality";
6868
- documentation: "documentation";
6869
- packageManager: "packageManager";
6870
- examples: "examples";
6871
- api: "api";
6872
- workspaceRunner: "workspaceRunner";
6873
- gitHooks: "gitHooks";
6874
- staticAnalysis: "staticAnalysis";
6875
- aiTooling: "aiTooling";
6876
- codeGeneration: "codeGeneration";
6877
- developerEnvironment: "developerEnvironment";
6878
- containerOrchestration: "containerOrchestration";
6879
- apiGateway: "apiGateway";
6880
- continuousIntegration: "continuousIntegration";
6881
- ai: "ai";
6882
- effect: "effect";
6883
- css: "css";
6884
- ui: "ui";
6885
- push: "push";
6886
- frontend: "frontend";
6887
- mobile: "mobile";
6898
+ config: "config";
6888
6899
  graphql: "graphql";
6889
6900
  deploy: "deploy";
6890
6901
  migrations: "migrations";
6891
6902
  navigation: "navigation";
6903
+ ui: "ui";
6904
+ css: "css";
6892
6905
  storage: "storage";
6906
+ push: "push";
6893
6907
  ota: "ota";
6894
6908
  deepLinking: "deepLinking";
6909
+ documentation: "documentation";
6910
+ codeQuality: "codeQuality";
6895
6911
  appPlatform: "appPlatform";
6896
6912
  dataFetching: "dataFetching";
6897
6913
  workspaceTooling: "workspaceTooling";
6898
6914
  toolchain: "toolchain";
6915
+ workspaceRunner: "workspaceRunner";
6916
+ gitHooks: "gitHooks";
6917
+ staticAnalysis: "staticAnalysis";
6918
+ aiTooling: "aiTooling";
6919
+ codeGeneration: "codeGeneration";
6920
+ developerEnvironment: "developerEnvironment";
6921
+ containerOrchestration: "containerOrchestration";
6922
+ apiGateway: "apiGateway";
6923
+ continuousIntegration: "continuousIntegration";
6899
6924
  backendUtilities: "backendUtilities";
6900
6925
  language: "language";
6901
6926
  buildTool: "buildTool";
@@ -6903,7 +6928,6 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
6903
6928
  errorHandling: "errorHandling";
6904
6929
  httpClient: "httpClient";
6905
6930
  libraries: "libraries";
6906
- config: "config";
6907
6931
  templating: "templating";
6908
6932
  cloudSdk: "cloudSdk";
6909
6933
  data: "data";
@@ -6924,8 +6948,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
6924
6948
  }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
6925
6949
  ownerPartId: z.ZodOptional<z.ZodString>;
6926
6950
  source: z.ZodEnum<{
6927
- selected: "selected";
6928
6951
  defaulted: "defaulted";
6952
+ selected: "selected";
6929
6953
  provided: "provided";
6930
6954
  legacy: "legacy";
6931
6955
  adjusted: "adjusted";
@@ -6981,10 +7005,10 @@ declare function getGoWebFrameworkJsonSchema(): z.core.ZodStandardJSONSchemaPayl
6981
7005
  httprouter: "httprouter";
6982
7006
  }>>;
6983
7007
  declare function getGoOrmJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
6984
- gorm: "gorm";
6985
7008
  none: "none";
6986
7009
  bun: "bun";
6987
7010
  sqlx: "sqlx";
7011
+ gorm: "gorm";
6988
7012
  sqlc: "sqlc";
6989
7013
  ent: "ent";
6990
7014
  }>>;
@@ -7312,13 +7336,13 @@ declare function getAllJsonSchemas(): {
7312
7336
  sequelize: "sequelize";
7313
7337
  }>>;
7314
7338
  backend: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
7315
- effect: "effect";
7316
7339
  none: "none";
7317
7340
  hono: "hono";
7318
7341
  express: "express";
7319
7342
  fastify: "fastify";
7320
7343
  elysia: "elysia";
7321
7344
  fets: "fets";
7345
+ effect: "effect";
7322
7346
  nestjs: "nestjs";
7323
7347
  adonisjs: "adonisjs";
7324
7348
  nitro: "nitro";
@@ -7400,8 +7424,8 @@ declare function getAllJsonSchemas(): {
7400
7424
  capacitor: "capacitor";
7401
7425
  }>>;
7402
7426
  examples: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
7403
- ai: "ai";
7404
7427
  none: "none";
7428
+ ai: "ai";
7405
7429
  "chat-sdk": "chat-sdk";
7406
7430
  "tanstack-showcase": "tanstack-showcase";
7407
7431
  }>>;
@@ -7484,18 +7508,18 @@ declare function getAllJsonSchemas(): {
7484
7508
  vercel: "vercel";
7485
7509
  }>>;
7486
7510
  directoryConflict: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
7487
- error: "error";
7488
7511
  merge: "merge";
7489
7512
  overwrite: "overwrite";
7490
7513
  increment: "increment";
7514
+ error: "error";
7491
7515
  }>>;
7492
7516
  template: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
7493
7517
  none: "none";
7494
- uniwind: "uniwind";
7495
7518
  mern: "mern";
7496
7519
  pern: "pern";
7497
7520
  t3: "t3";
7498
7521
  saas: "saas";
7522
+ uniwind: "uniwind";
7499
7523
  }>>;
7500
7524
  goWebFramework: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
7501
7525
  none: "none";
@@ -7509,10 +7533,10 @@ declare function getAllJsonSchemas(): {
7509
7533
  httprouter: "httprouter";
7510
7534
  }>>;
7511
7535
  goOrm: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
7512
- gorm: "gorm";
7513
7536
  none: "none";
7514
7537
  bun: "bun";
7515
7538
  sqlx: "sqlx";
7539
+ gorm: "gorm";
7516
7540
  sqlc: "sqlc";
7517
7541
  ent: "ent";
7518
7542
  }>>;
@@ -7846,17 +7870,17 @@ declare function getAllJsonSchemas(): {
7846
7870
  projectName: z.ZodOptional<z.ZodString>;
7847
7871
  template: z.ZodOptional<z.ZodEnum<{
7848
7872
  none: "none";
7849
- uniwind: "uniwind";
7850
7873
  mern: "mern";
7851
7874
  pern: "pern";
7852
7875
  t3: "t3";
7853
7876
  saas: "saas";
7877
+ uniwind: "uniwind";
7854
7878
  }>>;
7855
7879
  shape: z.ZodOptional<z.ZodEnum<{
7856
- backend: "backend";
7880
+ fullstack: "fullstack";
7857
7881
  frontend: "frontend";
7882
+ backend: "backend";
7858
7883
  mobile: "mobile";
7859
- fullstack: "fullstack";
7860
7884
  }>>;
7861
7885
  yes: z.ZodOptional<z.ZodBoolean>;
7862
7886
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -7988,8 +8012,8 @@ declare function getAllJsonSchemas(): {
7988
8012
  capacitor: "capacitor";
7989
8013
  }>>>;
7990
8014
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
7991
- ai: "ai";
7992
8015
  none: "none";
8016
+ ai: "ai";
7993
8017
  "chat-sdk": "chat-sdk";
7994
8018
  "tanstack-showcase": "tanstack-showcase";
7995
8019
  }>>>;
@@ -8023,13 +8047,13 @@ declare function getAllJsonSchemas(): {
8023
8047
  docker: "docker";
8024
8048
  }>>;
8025
8049
  backend: z.ZodOptional<z.ZodEnum<{
8026
- effect: "effect";
8027
8050
  none: "none";
8028
8051
  hono: "hono";
8029
8052
  express: "express";
8030
8053
  fastify: "fastify";
8031
8054
  elysia: "elysia";
8032
8055
  fets: "fets";
8056
+ effect: "effect";
8033
8057
  nestjs: "nestjs";
8034
8058
  adonisjs: "adonisjs";
8035
8059
  nitro: "nitro";
@@ -8076,10 +8100,10 @@ declare function getAllJsonSchemas(): {
8076
8100
  vercel: "vercel";
8077
8101
  }>>;
8078
8102
  directoryConflict: z.ZodOptional<z.ZodEnum<{
8079
- error: "error";
8080
8103
  merge: "merge";
8081
8104
  overwrite: "overwrite";
8082
8105
  increment: "increment";
8106
+ error: "error";
8083
8107
  }>>;
8084
8108
  renderTitle: z.ZodOptional<z.ZodBoolean>;
8085
8109
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -8108,8 +8132,8 @@ declare function getAllJsonSchemas(): {
8108
8132
  "ai-cli": "ai-cli";
8109
8133
  }>>;
8110
8134
  effect: z.ZodOptional<z.ZodEnum<{
8111
- effect: "effect";
8112
8135
  none: "none";
8136
+ effect: "effect";
8113
8137
  "effect-full": "effect-full";
8114
8138
  }>>;
8115
8139
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -8162,7 +8186,6 @@ declare function getAllJsonSchemas(): {
8162
8186
  "styled-components": "styled-components";
8163
8187
  }>>;
8164
8188
  uiLibrary: z.ZodOptional<z.ZodEnum<{
8165
- mui: "mui";
8166
8189
  none: "none";
8167
8190
  "shadcn-ui": "shadcn-ui";
8168
8191
  "shadcn-svelte": "shadcn-svelte";
@@ -8173,6 +8196,7 @@ declare function getAllJsonSchemas(): {
8173
8196
  "chakra-ui": "chakra-ui";
8174
8197
  nextui: "nextui";
8175
8198
  mantine: "mantine";
8199
+ mui: "mui";
8176
8200
  antd: "antd";
8177
8201
  "base-ui": "base-ui";
8178
8202
  "ark-ui": "ark-ui";
@@ -8261,9 +8285,9 @@ declare function getAllJsonSchemas(): {
8261
8285
  "effect-schema": "effect-schema";
8262
8286
  }>>;
8263
8287
  realtime: z.ZodOptional<z.ZodEnum<{
8264
- ws: "ws";
8265
8288
  none: "none";
8266
8289
  "socket-io": "socket-io";
8290
+ ws: "ws";
8267
8291
  partykit: "partykit";
8268
8292
  ably: "ably";
8269
8293
  pusher: "pusher";
@@ -8331,6 +8355,10 @@ declare function getAllJsonSchemas(): {
8331
8355
  ga4: "ga4";
8332
8356
  "vercel-analytics": "vercel-analytics";
8333
8357
  }>>;
8358
+ webMcp: z.ZodOptional<z.ZodEnum<{
8359
+ none: "none";
8360
+ enabled: "enabled";
8361
+ }>>;
8334
8362
  cms: z.ZodOptional<z.ZodEnum<{
8335
8363
  none: "none";
8336
8364
  payload: "payload";
@@ -8393,9 +8421,9 @@ declare function getAllJsonSchemas(): {
8393
8421
  }>>;
8394
8422
  mobileUI: z.ZodOptional<z.ZodEnum<{
8395
8423
  none: "none";
8424
+ uniwind: "uniwind";
8396
8425
  tamagui: "tamagui";
8397
8426
  "gluestack-ui": "gluestack-ui";
8398
- uniwind: "uniwind";
8399
8427
  unistyles: "unistyles";
8400
8428
  }>>;
8401
8429
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -8512,11 +8540,11 @@ declare function getAllJsonSchemas(): {
8512
8540
  }>>;
8513
8541
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
8514
8542
  none: "none";
8515
- config: "config";
8516
8543
  serde: "serde";
8517
8544
  uuid: "uuid";
8518
8545
  chrono: "chrono";
8519
8546
  reqwest: "reqwest";
8547
+ config: "config";
8520
8548
  dashmap: "dashmap";
8521
8549
  "parking-lot": "parking-lot";
8522
8550
  secrecy: "secrecy";
@@ -8722,10 +8750,10 @@ declare function getAllJsonSchemas(): {
8722
8750
  httprouter: "httprouter";
8723
8751
  }>>;
8724
8752
  goOrm: z.ZodOptional<z.ZodEnum<{
8725
- gorm: "gorm";
8726
8753
  none: "none";
8727
8754
  bun: "bun";
8728
8755
  sqlx: "sqlx";
8756
+ gorm: "gorm";
8729
8757
  sqlc: "sqlc";
8730
8758
  ent: "ent";
8731
8759
  }>>;
@@ -9161,13 +9189,13 @@ declare function getAllJsonSchemas(): {
9161
9189
  sequelize: "sequelize";
9162
9190
  }>;
9163
9191
  backend: z.ZodEnum<{
9164
- effect: "effect";
9165
9192
  none: "none";
9166
9193
  hono: "hono";
9167
9194
  express: "express";
9168
9195
  fastify: "fastify";
9169
9196
  elysia: "elysia";
9170
9197
  fets: "fets";
9198
+ effect: "effect";
9171
9199
  nestjs: "nestjs";
9172
9200
  adonisjs: "adonisjs";
9173
9201
  nitro: "nitro";
@@ -9249,8 +9277,8 @@ declare function getAllJsonSchemas(): {
9249
9277
  capacitor: "capacitor";
9250
9278
  }>>;
9251
9279
  examples: z.ZodArray<z.ZodEnum<{
9252
- ai: "ai";
9253
9280
  none: "none";
9281
+ ai: "ai";
9254
9282
  "chat-sdk": "chat-sdk";
9255
9283
  "tanstack-showcase": "tanstack-showcase";
9256
9284
  }>>;
@@ -9367,8 +9395,8 @@ declare function getAllJsonSchemas(): {
9367
9395
  "ai-cli": "ai-cli";
9368
9396
  }>;
9369
9397
  effect: z.ZodEnum<{
9370
- effect: "effect";
9371
9398
  none: "none";
9399
+ effect: "effect";
9372
9400
  "effect-full": "effect-full";
9373
9401
  }>;
9374
9402
  stateManagement: z.ZodEnum<{
@@ -9421,7 +9449,6 @@ declare function getAllJsonSchemas(): {
9421
9449
  "styled-components": "styled-components";
9422
9450
  }>;
9423
9451
  uiLibrary: z.ZodEnum<{
9424
- mui: "mui";
9425
9452
  none: "none";
9426
9453
  "shadcn-ui": "shadcn-ui";
9427
9454
  "shadcn-svelte": "shadcn-svelte";
@@ -9432,6 +9459,7 @@ declare function getAllJsonSchemas(): {
9432
9459
  "chakra-ui": "chakra-ui";
9433
9460
  nextui: "nextui";
9434
9461
  mantine: "mantine";
9462
+ mui: "mui";
9435
9463
  antd: "antd";
9436
9464
  "base-ui": "base-ui";
9437
9465
  "ark-ui": "ark-ui";
@@ -9520,9 +9548,9 @@ declare function getAllJsonSchemas(): {
9520
9548
  "effect-schema": "effect-schema";
9521
9549
  }>;
9522
9550
  realtime: z.ZodEnum<{
9523
- ws: "ws";
9524
9551
  none: "none";
9525
9552
  "socket-io": "socket-io";
9553
+ ws: "ws";
9526
9554
  partykit: "partykit";
9527
9555
  ably: "ably";
9528
9556
  pusher: "pusher";
@@ -9590,6 +9618,10 @@ declare function getAllJsonSchemas(): {
9590
9618
  ga4: "ga4";
9591
9619
  "vercel-analytics": "vercel-analytics";
9592
9620
  }>;
9621
+ webMcp: z.ZodDefault<z.ZodEnum<{
9622
+ none: "none";
9623
+ enabled: "enabled";
9624
+ }>>;
9593
9625
  cms: z.ZodEnum<{
9594
9626
  none: "none";
9595
9627
  payload: "payload";
@@ -9652,9 +9684,9 @@ declare function getAllJsonSchemas(): {
9652
9684
  }>;
9653
9685
  mobileUI: z.ZodEnum<{
9654
9686
  none: "none";
9687
+ uniwind: "uniwind";
9655
9688
  tamagui: "tamagui";
9656
9689
  "gluestack-ui": "gluestack-ui";
9657
- uniwind: "uniwind";
9658
9690
  unistyles: "unistyles";
9659
9691
  }>;
9660
9692
  mobileStorage: z.ZodEnum<{
@@ -9771,11 +9803,11 @@ declare function getAllJsonSchemas(): {
9771
9803
  }>;
9772
9804
  rustLibraries: z.ZodArray<z.ZodEnum<{
9773
9805
  none: "none";
9774
- config: "config";
9775
9806
  serde: "serde";
9776
9807
  uuid: "uuid";
9777
9808
  chrono: "chrono";
9778
9809
  reqwest: "reqwest";
9810
+ config: "config";
9779
9811
  dashmap: "dashmap";
9780
9812
  "parking-lot": "parking-lot";
9781
9813
  secrecy: "secrecy";
@@ -9981,10 +10013,10 @@ declare function getAllJsonSchemas(): {
9981
10013
  httprouter: "httprouter";
9982
10014
  }>;
9983
10015
  goOrm: z.ZodEnum<{
9984
- gorm: "gorm";
9985
10016
  none: "none";
9986
10017
  bun: "bun";
9987
10018
  sqlx: "sqlx";
10019
+ gorm: "gorm";
9988
10020
  sqlc: "sqlc";
9989
10021
  ent: "ent";
9990
10022
  }>;
@@ -10387,14 +10419,28 @@ declare function getAllJsonSchemas(): {
10387
10419
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
10388
10420
  id: z.ZodString;
10389
10421
  role: z.ZodEnum<{
10390
- runtime: "runtime";
10422
+ effect: "effect";
10423
+ ai: "ai";
10424
+ frontend: "frontend";
10391
10425
  backend: "backend";
10426
+ mobile: "mobile";
10392
10427
  database: "database";
10393
10428
  orm: "orm";
10394
- dbSetup: "dbSetup";
10395
10429
  auth: "auth";
10396
10430
  payments: "payments";
10431
+ examples: "examples";
10432
+ packageManager: "packageManager";
10433
+ dbSetup: "dbSetup";
10434
+ runtime: "runtime";
10435
+ api: "api";
10436
+ stateManagement: "stateManagement";
10437
+ forms: "forms";
10438
+ testing: "testing";
10397
10439
  email: "email";
10440
+ validation: "validation";
10441
+ realtime: "realtime";
10442
+ jobQueue: "jobQueue";
10443
+ animation: "animation";
10398
10444
  fileUpload: "fileUpload";
10399
10445
  logging: "logging";
10400
10446
  observability: "observability";
@@ -10402,53 +10448,41 @@ declare function getAllJsonSchemas(): {
10402
10448
  integrations: "integrations";
10403
10449
  ecommerce: "ecommerce";
10404
10450
  analytics: "analytics";
10405
- stateManagement: "stateManagement";
10406
- forms: "forms";
10407
- validation: "validation";
10408
- testing: "testing";
10409
- realtime: "realtime";
10410
- jobQueue: "jobQueue";
10451
+ webMcp: "webMcp";
10452
+ cms: "cms";
10411
10453
  caching: "caching";
10412
10454
  rateLimit: "rateLimit";
10413
10455
  botProtection: "botProtection";
10414
- animation: "animation";
10415
- cms: "cms";
10416
10456
  i18n: "i18n";
10417
10457
  search: "search";
10418
10458
  vectorDb: "vectorDb";
10419
10459
  fileStorage: "fileStorage";
10420
- codeQuality: "codeQuality";
10421
- documentation: "documentation";
10422
- packageManager: "packageManager";
10423
- examples: "examples";
10424
- api: "api";
10425
- workspaceRunner: "workspaceRunner";
10426
- gitHooks: "gitHooks";
10427
- staticAnalysis: "staticAnalysis";
10428
- aiTooling: "aiTooling";
10429
- codeGeneration: "codeGeneration";
10430
- developerEnvironment: "developerEnvironment";
10431
- containerOrchestration: "containerOrchestration";
10432
- apiGateway: "apiGateway";
10433
- continuousIntegration: "continuousIntegration";
10434
- ai: "ai";
10435
- effect: "effect";
10436
- css: "css";
10437
- ui: "ui";
10438
- push: "push";
10439
- frontend: "frontend";
10440
- mobile: "mobile";
10460
+ config: "config";
10441
10461
  graphql: "graphql";
10442
10462
  deploy: "deploy";
10443
10463
  migrations: "migrations";
10444
10464
  navigation: "navigation";
10465
+ ui: "ui";
10466
+ css: "css";
10445
10467
  storage: "storage";
10468
+ push: "push";
10446
10469
  ota: "ota";
10447
10470
  deepLinking: "deepLinking";
10471
+ documentation: "documentation";
10472
+ codeQuality: "codeQuality";
10448
10473
  appPlatform: "appPlatform";
10449
10474
  dataFetching: "dataFetching";
10450
10475
  workspaceTooling: "workspaceTooling";
10451
10476
  toolchain: "toolchain";
10477
+ workspaceRunner: "workspaceRunner";
10478
+ gitHooks: "gitHooks";
10479
+ staticAnalysis: "staticAnalysis";
10480
+ aiTooling: "aiTooling";
10481
+ codeGeneration: "codeGeneration";
10482
+ developerEnvironment: "developerEnvironment";
10483
+ containerOrchestration: "containerOrchestration";
10484
+ apiGateway: "apiGateway";
10485
+ continuousIntegration: "continuousIntegration";
10452
10486
  backendUtilities: "backendUtilities";
10453
10487
  language: "language";
10454
10488
  buildTool: "buildTool";
@@ -10456,7 +10490,6 @@ declare function getAllJsonSchemas(): {
10456
10490
  errorHandling: "errorHandling";
10457
10491
  httpClient: "httpClient";
10458
10492
  libraries: "libraries";
10459
- config: "config";
10460
10493
  templating: "templating";
10461
10494
  cloudSdk: "cloudSdk";
10462
10495
  data: "data";
@@ -10477,8 +10510,8 @@ declare function getAllJsonSchemas(): {
10477
10510
  }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
10478
10511
  ownerPartId: z.ZodOptional<z.ZodString>;
10479
10512
  source: z.ZodEnum<{
10480
- selected: "selected";
10481
10513
  defaulted: "defaulted";
10514
+ selected: "selected";
10482
10515
  provided: "provided";
10483
10516
  legacy: "legacy";
10484
10517
  adjusted: "adjusted";
@@ -10523,13 +10556,13 @@ declare function getAllJsonSchemas(): {
10523
10556
  sequelize: "sequelize";
10524
10557
  }>;
10525
10558
  backend: z.ZodEnum<{
10526
- effect: "effect";
10527
10559
  none: "none";
10528
10560
  hono: "hono";
10529
10561
  express: "express";
10530
10562
  fastify: "fastify";
10531
10563
  elysia: "elysia";
10532
10564
  fets: "fets";
10565
+ effect: "effect";
10533
10566
  nestjs: "nestjs";
10534
10567
  adonisjs: "adonisjs";
10535
10568
  nitro: "nitro";
@@ -10611,8 +10644,8 @@ declare function getAllJsonSchemas(): {
10611
10644
  capacitor: "capacitor";
10612
10645
  }>>;
10613
10646
  examples: z.ZodArray<z.ZodEnum<{
10614
- ai: "ai";
10615
10647
  none: "none";
10648
+ ai: "ai";
10616
10649
  "chat-sdk": "chat-sdk";
10617
10650
  "tanstack-showcase": "tanstack-showcase";
10618
10651
  }>>;
@@ -10727,8 +10760,8 @@ declare function getAllJsonSchemas(): {
10727
10760
  "ai-cli": "ai-cli";
10728
10761
  }>;
10729
10762
  effect: z.ZodEnum<{
10730
- effect: "effect";
10731
10763
  none: "none";
10764
+ effect: "effect";
10732
10765
  "effect-full": "effect-full";
10733
10766
  }>;
10734
10767
  stateManagement: z.ZodEnum<{
@@ -10781,7 +10814,6 @@ declare function getAllJsonSchemas(): {
10781
10814
  "styled-components": "styled-components";
10782
10815
  }>;
10783
10816
  uiLibrary: z.ZodEnum<{
10784
- mui: "mui";
10785
10817
  none: "none";
10786
10818
  "shadcn-ui": "shadcn-ui";
10787
10819
  "shadcn-svelte": "shadcn-svelte";
@@ -10792,6 +10824,7 @@ declare function getAllJsonSchemas(): {
10792
10824
  "chakra-ui": "chakra-ui";
10793
10825
  nextui: "nextui";
10794
10826
  mantine: "mantine";
10827
+ mui: "mui";
10795
10828
  antd: "antd";
10796
10829
  "base-ui": "base-ui";
10797
10830
  "ark-ui": "ark-ui";
@@ -10880,9 +10913,9 @@ declare function getAllJsonSchemas(): {
10880
10913
  "effect-schema": "effect-schema";
10881
10914
  }>;
10882
10915
  realtime: z.ZodEnum<{
10883
- ws: "ws";
10884
10916
  none: "none";
10885
10917
  "socket-io": "socket-io";
10918
+ ws: "ws";
10886
10919
  partykit: "partykit";
10887
10920
  ably: "ably";
10888
10921
  pusher: "pusher";
@@ -10950,6 +10983,10 @@ declare function getAllJsonSchemas(): {
10950
10983
  ga4: "ga4";
10951
10984
  "vercel-analytics": "vercel-analytics";
10952
10985
  }>;
10986
+ webMcp: z.ZodDefault<z.ZodEnum<{
10987
+ none: "none";
10988
+ enabled: "enabled";
10989
+ }>>;
10953
10990
  cms: z.ZodEnum<{
10954
10991
  none: "none";
10955
10992
  payload: "payload";
@@ -11012,9 +11049,9 @@ declare function getAllJsonSchemas(): {
11012
11049
  }>;
11013
11050
  mobileUI: z.ZodEnum<{
11014
11051
  none: "none";
11052
+ uniwind: "uniwind";
11015
11053
  tamagui: "tamagui";
11016
11054
  "gluestack-ui": "gluestack-ui";
11017
- uniwind: "uniwind";
11018
11055
  unistyles: "unistyles";
11019
11056
  }>;
11020
11057
  mobileStorage: z.ZodEnum<{
@@ -11131,11 +11168,11 @@ declare function getAllJsonSchemas(): {
11131
11168
  }>;
11132
11169
  rustLibraries: z.ZodArray<z.ZodEnum<{
11133
11170
  none: "none";
11134
- config: "config";
11135
11171
  serde: "serde";
11136
11172
  uuid: "uuid";
11137
11173
  chrono: "chrono";
11138
11174
  reqwest: "reqwest";
11175
+ config: "config";
11139
11176
  dashmap: "dashmap";
11140
11177
  "parking-lot": "parking-lot";
11141
11178
  secrecy: "secrecy";
@@ -11341,10 +11378,10 @@ declare function getAllJsonSchemas(): {
11341
11378
  httprouter: "httprouter";
11342
11379
  }>;
11343
11380
  goOrm: z.ZodEnum<{
11344
- gorm: "gorm";
11345
11381
  none: "none";
11346
11382
  bun: "bun";
11347
11383
  sqlx: "sqlx";
11384
+ gorm: "gorm";
11348
11385
  sqlc: "sqlc";
11349
11386
  ent: "ent";
11350
11387
  }>;
@@ -11747,14 +11784,28 @@ declare function getAllJsonSchemas(): {
11747
11784
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
11748
11785
  id: z.ZodString;
11749
11786
  role: z.ZodEnum<{
11750
- runtime: "runtime";
11787
+ effect: "effect";
11788
+ ai: "ai";
11789
+ frontend: "frontend";
11751
11790
  backend: "backend";
11791
+ mobile: "mobile";
11752
11792
  database: "database";
11753
11793
  orm: "orm";
11754
- dbSetup: "dbSetup";
11755
11794
  auth: "auth";
11756
11795
  payments: "payments";
11796
+ examples: "examples";
11797
+ packageManager: "packageManager";
11798
+ dbSetup: "dbSetup";
11799
+ runtime: "runtime";
11800
+ api: "api";
11801
+ stateManagement: "stateManagement";
11802
+ forms: "forms";
11803
+ testing: "testing";
11757
11804
  email: "email";
11805
+ validation: "validation";
11806
+ realtime: "realtime";
11807
+ jobQueue: "jobQueue";
11808
+ animation: "animation";
11758
11809
  fileUpload: "fileUpload";
11759
11810
  logging: "logging";
11760
11811
  observability: "observability";
@@ -11762,53 +11813,41 @@ declare function getAllJsonSchemas(): {
11762
11813
  integrations: "integrations";
11763
11814
  ecommerce: "ecommerce";
11764
11815
  analytics: "analytics";
11765
- stateManagement: "stateManagement";
11766
- forms: "forms";
11767
- validation: "validation";
11768
- testing: "testing";
11769
- realtime: "realtime";
11770
- jobQueue: "jobQueue";
11816
+ webMcp: "webMcp";
11817
+ cms: "cms";
11771
11818
  caching: "caching";
11772
11819
  rateLimit: "rateLimit";
11773
11820
  botProtection: "botProtection";
11774
- animation: "animation";
11775
- cms: "cms";
11776
11821
  i18n: "i18n";
11777
11822
  search: "search";
11778
11823
  vectorDb: "vectorDb";
11779
11824
  fileStorage: "fileStorage";
11780
- codeQuality: "codeQuality";
11781
- documentation: "documentation";
11782
- packageManager: "packageManager";
11783
- examples: "examples";
11784
- api: "api";
11785
- workspaceRunner: "workspaceRunner";
11786
- gitHooks: "gitHooks";
11787
- staticAnalysis: "staticAnalysis";
11788
- aiTooling: "aiTooling";
11789
- codeGeneration: "codeGeneration";
11790
- developerEnvironment: "developerEnvironment";
11791
- containerOrchestration: "containerOrchestration";
11792
- apiGateway: "apiGateway";
11793
- continuousIntegration: "continuousIntegration";
11794
- ai: "ai";
11795
- effect: "effect";
11796
- css: "css";
11797
- ui: "ui";
11798
- push: "push";
11799
- frontend: "frontend";
11800
- mobile: "mobile";
11825
+ config: "config";
11801
11826
  graphql: "graphql";
11802
11827
  deploy: "deploy";
11803
11828
  migrations: "migrations";
11804
11829
  navigation: "navigation";
11830
+ ui: "ui";
11831
+ css: "css";
11805
11832
  storage: "storage";
11833
+ push: "push";
11806
11834
  ota: "ota";
11807
11835
  deepLinking: "deepLinking";
11836
+ documentation: "documentation";
11837
+ codeQuality: "codeQuality";
11808
11838
  appPlatform: "appPlatform";
11809
11839
  dataFetching: "dataFetching";
11810
11840
  workspaceTooling: "workspaceTooling";
11811
11841
  toolchain: "toolchain";
11842
+ workspaceRunner: "workspaceRunner";
11843
+ gitHooks: "gitHooks";
11844
+ staticAnalysis: "staticAnalysis";
11845
+ aiTooling: "aiTooling";
11846
+ codeGeneration: "codeGeneration";
11847
+ developerEnvironment: "developerEnvironment";
11848
+ containerOrchestration: "containerOrchestration";
11849
+ apiGateway: "apiGateway";
11850
+ continuousIntegration: "continuousIntegration";
11812
11851
  backendUtilities: "backendUtilities";
11813
11852
  language: "language";
11814
11853
  buildTool: "buildTool";
@@ -11816,7 +11855,6 @@ declare function getAllJsonSchemas(): {
11816
11855
  errorHandling: "errorHandling";
11817
11856
  httpClient: "httpClient";
11818
11857
  libraries: "libraries";
11819
- config: "config";
11820
11858
  templating: "templating";
11821
11859
  cloudSdk: "cloudSdk";
11822
11860
  data: "data";
@@ -11837,8 +11875,8 @@ declare function getAllJsonSchemas(): {
11837
11875
  }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
11838
11876
  ownerPartId: z.ZodOptional<z.ZodString>;
11839
11877
  source: z.ZodEnum<{
11840
- selected: "selected";
11841
11878
  defaulted: "defaulted";
11879
+ selected: "selected";
11842
11880
  provided: "provided";
11843
11881
  legacy: "legacy";
11844
11882
  adjusted: "adjusted";
@@ -11883,13 +11921,13 @@ declare function getAllJsonSchemas(): {
11883
11921
  sequelize: "sequelize";
11884
11922
  }>;
11885
11923
  backend: z.ZodEnum<{
11886
- effect: "effect";
11887
11924
  none: "none";
11888
11925
  hono: "hono";
11889
11926
  express: "express";
11890
11927
  fastify: "fastify";
11891
11928
  elysia: "elysia";
11892
11929
  fets: "fets";
11930
+ effect: "effect";
11893
11931
  nestjs: "nestjs";
11894
11932
  adonisjs: "adonisjs";
11895
11933
  nitro: "nitro";
@@ -11971,8 +12009,8 @@ declare function getAllJsonSchemas(): {
11971
12009
  capacitor: "capacitor";
11972
12010
  }>>;
11973
12011
  examples: z.ZodArray<z.ZodEnum<{
11974
- ai: "ai";
11975
12012
  none: "none";
12013
+ ai: "ai";
11976
12014
  "chat-sdk": "chat-sdk";
11977
12015
  "tanstack-showcase": "tanstack-showcase";
11978
12016
  }>>;
@@ -12087,8 +12125,8 @@ declare function getAllJsonSchemas(): {
12087
12125
  "ai-cli": "ai-cli";
12088
12126
  }>;
12089
12127
  effect: z.ZodEnum<{
12090
- effect: "effect";
12091
12128
  none: "none";
12129
+ effect: "effect";
12092
12130
  "effect-full": "effect-full";
12093
12131
  }>;
12094
12132
  stateManagement: z.ZodEnum<{
@@ -12141,7 +12179,6 @@ declare function getAllJsonSchemas(): {
12141
12179
  "styled-components": "styled-components";
12142
12180
  }>;
12143
12181
  uiLibrary: z.ZodEnum<{
12144
- mui: "mui";
12145
12182
  none: "none";
12146
12183
  "shadcn-ui": "shadcn-ui";
12147
12184
  "shadcn-svelte": "shadcn-svelte";
@@ -12152,6 +12189,7 @@ declare function getAllJsonSchemas(): {
12152
12189
  "chakra-ui": "chakra-ui";
12153
12190
  nextui: "nextui";
12154
12191
  mantine: "mantine";
12192
+ mui: "mui";
12155
12193
  antd: "antd";
12156
12194
  "base-ui": "base-ui";
12157
12195
  "ark-ui": "ark-ui";
@@ -12240,9 +12278,9 @@ declare function getAllJsonSchemas(): {
12240
12278
  "effect-schema": "effect-schema";
12241
12279
  }>;
12242
12280
  realtime: z.ZodEnum<{
12243
- ws: "ws";
12244
12281
  none: "none";
12245
12282
  "socket-io": "socket-io";
12283
+ ws: "ws";
12246
12284
  partykit: "partykit";
12247
12285
  ably: "ably";
12248
12286
  pusher: "pusher";
@@ -12310,6 +12348,10 @@ declare function getAllJsonSchemas(): {
12310
12348
  ga4: "ga4";
12311
12349
  "vercel-analytics": "vercel-analytics";
12312
12350
  }>;
12351
+ webMcp: z.ZodDefault<z.ZodEnum<{
12352
+ none: "none";
12353
+ enabled: "enabled";
12354
+ }>>;
12313
12355
  cms: z.ZodEnum<{
12314
12356
  none: "none";
12315
12357
  payload: "payload";
@@ -12372,9 +12414,9 @@ declare function getAllJsonSchemas(): {
12372
12414
  }>;
12373
12415
  mobileUI: z.ZodEnum<{
12374
12416
  none: "none";
12417
+ uniwind: "uniwind";
12375
12418
  tamagui: "tamagui";
12376
12419
  "gluestack-ui": "gluestack-ui";
12377
- uniwind: "uniwind";
12378
12420
  unistyles: "unistyles";
12379
12421
  }>;
12380
12422
  mobileStorage: z.ZodEnum<{
@@ -12491,11 +12533,11 @@ declare function getAllJsonSchemas(): {
12491
12533
  }>;
12492
12534
  rustLibraries: z.ZodArray<z.ZodEnum<{
12493
12535
  none: "none";
12494
- config: "config";
12495
12536
  serde: "serde";
12496
12537
  uuid: "uuid";
12497
12538
  chrono: "chrono";
12498
12539
  reqwest: "reqwest";
12540
+ config: "config";
12499
12541
  dashmap: "dashmap";
12500
12542
  "parking-lot": "parking-lot";
12501
12543
  secrecy: "secrecy";
@@ -12701,10 +12743,10 @@ declare function getAllJsonSchemas(): {
12701
12743
  httprouter: "httprouter";
12702
12744
  }>;
12703
12745
  goOrm: z.ZodEnum<{
12704
- gorm: "gorm";
12705
12746
  none: "none";
12706
12747
  bun: "bun";
12707
12748
  sqlx: "sqlx";
12749
+ gorm: "gorm";
12708
12750
  sqlc: "sqlc";
12709
12751
  ent: "ent";
12710
12752
  }>;
@@ -13107,14 +13149,28 @@ declare function getAllJsonSchemas(): {
13107
13149
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
13108
13150
  id: z.ZodString;
13109
13151
  role: z.ZodEnum<{
13110
- runtime: "runtime";
13152
+ effect: "effect";
13153
+ ai: "ai";
13154
+ frontend: "frontend";
13111
13155
  backend: "backend";
13156
+ mobile: "mobile";
13112
13157
  database: "database";
13113
13158
  orm: "orm";
13114
- dbSetup: "dbSetup";
13115
13159
  auth: "auth";
13116
13160
  payments: "payments";
13161
+ examples: "examples";
13162
+ packageManager: "packageManager";
13163
+ dbSetup: "dbSetup";
13164
+ runtime: "runtime";
13165
+ api: "api";
13166
+ stateManagement: "stateManagement";
13167
+ forms: "forms";
13168
+ testing: "testing";
13117
13169
  email: "email";
13170
+ validation: "validation";
13171
+ realtime: "realtime";
13172
+ jobQueue: "jobQueue";
13173
+ animation: "animation";
13118
13174
  fileUpload: "fileUpload";
13119
13175
  logging: "logging";
13120
13176
  observability: "observability";
@@ -13122,53 +13178,41 @@ declare function getAllJsonSchemas(): {
13122
13178
  integrations: "integrations";
13123
13179
  ecommerce: "ecommerce";
13124
13180
  analytics: "analytics";
13125
- stateManagement: "stateManagement";
13126
- forms: "forms";
13127
- validation: "validation";
13128
- testing: "testing";
13129
- realtime: "realtime";
13130
- jobQueue: "jobQueue";
13181
+ webMcp: "webMcp";
13182
+ cms: "cms";
13131
13183
  caching: "caching";
13132
13184
  rateLimit: "rateLimit";
13133
13185
  botProtection: "botProtection";
13134
- animation: "animation";
13135
- cms: "cms";
13136
13186
  i18n: "i18n";
13137
13187
  search: "search";
13138
13188
  vectorDb: "vectorDb";
13139
13189
  fileStorage: "fileStorage";
13140
- codeQuality: "codeQuality";
13141
- documentation: "documentation";
13142
- packageManager: "packageManager";
13143
- examples: "examples";
13144
- api: "api";
13145
- workspaceRunner: "workspaceRunner";
13146
- gitHooks: "gitHooks";
13147
- staticAnalysis: "staticAnalysis";
13148
- aiTooling: "aiTooling";
13149
- codeGeneration: "codeGeneration";
13150
- developerEnvironment: "developerEnvironment";
13151
- containerOrchestration: "containerOrchestration";
13152
- apiGateway: "apiGateway";
13153
- continuousIntegration: "continuousIntegration";
13154
- ai: "ai";
13155
- effect: "effect";
13156
- css: "css";
13157
- ui: "ui";
13158
- push: "push";
13159
- frontend: "frontend";
13160
- mobile: "mobile";
13190
+ config: "config";
13161
13191
  graphql: "graphql";
13162
13192
  deploy: "deploy";
13163
13193
  migrations: "migrations";
13164
13194
  navigation: "navigation";
13195
+ ui: "ui";
13196
+ css: "css";
13165
13197
  storage: "storage";
13198
+ push: "push";
13166
13199
  ota: "ota";
13167
13200
  deepLinking: "deepLinking";
13201
+ documentation: "documentation";
13202
+ codeQuality: "codeQuality";
13168
13203
  appPlatform: "appPlatform";
13169
13204
  dataFetching: "dataFetching";
13170
13205
  workspaceTooling: "workspaceTooling";
13171
13206
  toolchain: "toolchain";
13207
+ workspaceRunner: "workspaceRunner";
13208
+ gitHooks: "gitHooks";
13209
+ staticAnalysis: "staticAnalysis";
13210
+ aiTooling: "aiTooling";
13211
+ codeGeneration: "codeGeneration";
13212
+ developerEnvironment: "developerEnvironment";
13213
+ containerOrchestration: "containerOrchestration";
13214
+ apiGateway: "apiGateway";
13215
+ continuousIntegration: "continuousIntegration";
13172
13216
  backendUtilities: "backendUtilities";
13173
13217
  language: "language";
13174
13218
  buildTool: "buildTool";
@@ -13176,7 +13220,6 @@ declare function getAllJsonSchemas(): {
13176
13220
  errorHandling: "errorHandling";
13177
13221
  httpClient: "httpClient";
13178
13222
  libraries: "libraries";
13179
- config: "config";
13180
13223
  templating: "templating";
13181
13224
  cloudSdk: "cloudSdk";
13182
13225
  data: "data";
@@ -13197,8 +13240,8 @@ declare function getAllJsonSchemas(): {
13197
13240
  }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
13198
13241
  ownerPartId: z.ZodOptional<z.ZodString>;
13199
13242
  source: z.ZodEnum<{
13200
- selected: "selected";
13201
13243
  defaulted: "defaulted";
13244
+ selected: "selected";
13202
13245
  provided: "provided";
13203
13246
  legacy: "legacy";
13204
13247
  adjusted: "adjusted";
@@ -13244,13 +13287,13 @@ declare function getAllJsonSchemas(): {
13244
13287
  sequelize: "sequelize";
13245
13288
  }>;
13246
13289
  backend: z.ZodEnum<{
13247
- effect: "effect";
13248
13290
  none: "none";
13249
13291
  hono: "hono";
13250
13292
  express: "express";
13251
13293
  fastify: "fastify";
13252
13294
  elysia: "elysia";
13253
13295
  fets: "fets";
13296
+ effect: "effect";
13254
13297
  nestjs: "nestjs";
13255
13298
  adonisjs: "adonisjs";
13256
13299
  nitro: "nitro";
@@ -13332,8 +13375,8 @@ declare function getAllJsonSchemas(): {
13332
13375
  capacitor: "capacitor";
13333
13376
  }>>;
13334
13377
  examples: z.ZodArray<z.ZodEnum<{
13335
- ai: "ai";
13336
13378
  none: "none";
13379
+ ai: "ai";
13337
13380
  "chat-sdk": "chat-sdk";
13338
13381
  "tanstack-showcase": "tanstack-showcase";
13339
13382
  }>>;
@@ -13450,8 +13493,8 @@ declare function getAllJsonSchemas(): {
13450
13493
  "ai-cli": "ai-cli";
13451
13494
  }>;
13452
13495
  effect: z.ZodEnum<{
13453
- effect: "effect";
13454
13496
  none: "none";
13497
+ effect: "effect";
13455
13498
  "effect-full": "effect-full";
13456
13499
  }>;
13457
13500
  stateManagement: z.ZodEnum<{
@@ -13504,7 +13547,6 @@ declare function getAllJsonSchemas(): {
13504
13547
  "styled-components": "styled-components";
13505
13548
  }>;
13506
13549
  uiLibrary: z.ZodEnum<{
13507
- mui: "mui";
13508
13550
  none: "none";
13509
13551
  "shadcn-ui": "shadcn-ui";
13510
13552
  "shadcn-svelte": "shadcn-svelte";
@@ -13515,6 +13557,7 @@ declare function getAllJsonSchemas(): {
13515
13557
  "chakra-ui": "chakra-ui";
13516
13558
  nextui: "nextui";
13517
13559
  mantine: "mantine";
13560
+ mui: "mui";
13518
13561
  antd: "antd";
13519
13562
  "base-ui": "base-ui";
13520
13563
  "ark-ui": "ark-ui";
@@ -13603,9 +13646,9 @@ declare function getAllJsonSchemas(): {
13603
13646
  "effect-schema": "effect-schema";
13604
13647
  }>;
13605
13648
  realtime: z.ZodEnum<{
13606
- ws: "ws";
13607
13649
  none: "none";
13608
13650
  "socket-io": "socket-io";
13651
+ ws: "ws";
13609
13652
  partykit: "partykit";
13610
13653
  ably: "ably";
13611
13654
  pusher: "pusher";
@@ -13673,6 +13716,10 @@ declare function getAllJsonSchemas(): {
13673
13716
  ga4: "ga4";
13674
13717
  "vercel-analytics": "vercel-analytics";
13675
13718
  }>;
13719
+ webMcp: z.ZodDefault<z.ZodEnum<{
13720
+ none: "none";
13721
+ enabled: "enabled";
13722
+ }>>;
13676
13723
  cms: z.ZodEnum<{
13677
13724
  none: "none";
13678
13725
  payload: "payload";
@@ -13735,9 +13782,9 @@ declare function getAllJsonSchemas(): {
13735
13782
  }>;
13736
13783
  mobileUI: z.ZodEnum<{
13737
13784
  none: "none";
13785
+ uniwind: "uniwind";
13738
13786
  tamagui: "tamagui";
13739
13787
  "gluestack-ui": "gluestack-ui";
13740
- uniwind: "uniwind";
13741
13788
  unistyles: "unistyles";
13742
13789
  }>;
13743
13790
  mobileStorage: z.ZodEnum<{
@@ -13854,11 +13901,11 @@ declare function getAllJsonSchemas(): {
13854
13901
  }>;
13855
13902
  rustLibraries: z.ZodArray<z.ZodEnum<{
13856
13903
  none: "none";
13857
- config: "config";
13858
13904
  serde: "serde";
13859
13905
  uuid: "uuid";
13860
13906
  chrono: "chrono";
13861
13907
  reqwest: "reqwest";
13908
+ config: "config";
13862
13909
  dashmap: "dashmap";
13863
13910
  "parking-lot": "parking-lot";
13864
13911
  secrecy: "secrecy";
@@ -14064,10 +14111,10 @@ declare function getAllJsonSchemas(): {
14064
14111
  httprouter: "httprouter";
14065
14112
  }>;
14066
14113
  goOrm: z.ZodEnum<{
14067
- gorm: "gorm";
14068
14114
  none: "none";
14069
14115
  bun: "bun";
14070
14116
  sqlx: "sqlx";
14117
+ gorm: "gorm";
14071
14118
  sqlc: "sqlc";
14072
14119
  ent: "ent";
14073
14120
  }>;
@@ -14470,14 +14517,28 @@ declare function getAllJsonSchemas(): {
14470
14517
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
14471
14518
  id: z.ZodString;
14472
14519
  role: z.ZodEnum<{
14473
- runtime: "runtime";
14520
+ effect: "effect";
14521
+ ai: "ai";
14522
+ frontend: "frontend";
14474
14523
  backend: "backend";
14524
+ mobile: "mobile";
14475
14525
  database: "database";
14476
14526
  orm: "orm";
14477
- dbSetup: "dbSetup";
14478
14527
  auth: "auth";
14479
14528
  payments: "payments";
14529
+ examples: "examples";
14530
+ packageManager: "packageManager";
14531
+ dbSetup: "dbSetup";
14532
+ runtime: "runtime";
14533
+ api: "api";
14534
+ stateManagement: "stateManagement";
14535
+ forms: "forms";
14536
+ testing: "testing";
14480
14537
  email: "email";
14538
+ validation: "validation";
14539
+ realtime: "realtime";
14540
+ jobQueue: "jobQueue";
14541
+ animation: "animation";
14481
14542
  fileUpload: "fileUpload";
14482
14543
  logging: "logging";
14483
14544
  observability: "observability";
@@ -14485,53 +14546,41 @@ declare function getAllJsonSchemas(): {
14485
14546
  integrations: "integrations";
14486
14547
  ecommerce: "ecommerce";
14487
14548
  analytics: "analytics";
14488
- stateManagement: "stateManagement";
14489
- forms: "forms";
14490
- validation: "validation";
14491
- testing: "testing";
14492
- realtime: "realtime";
14493
- jobQueue: "jobQueue";
14549
+ webMcp: "webMcp";
14550
+ cms: "cms";
14494
14551
  caching: "caching";
14495
14552
  rateLimit: "rateLimit";
14496
14553
  botProtection: "botProtection";
14497
- animation: "animation";
14498
- cms: "cms";
14499
14554
  i18n: "i18n";
14500
14555
  search: "search";
14501
14556
  vectorDb: "vectorDb";
14502
14557
  fileStorage: "fileStorage";
14503
- codeQuality: "codeQuality";
14504
- documentation: "documentation";
14505
- packageManager: "packageManager";
14506
- examples: "examples";
14507
- api: "api";
14508
- workspaceRunner: "workspaceRunner";
14509
- gitHooks: "gitHooks";
14510
- staticAnalysis: "staticAnalysis";
14511
- aiTooling: "aiTooling";
14512
- codeGeneration: "codeGeneration";
14513
- developerEnvironment: "developerEnvironment";
14514
- containerOrchestration: "containerOrchestration";
14515
- apiGateway: "apiGateway";
14516
- continuousIntegration: "continuousIntegration";
14517
- ai: "ai";
14518
- effect: "effect";
14519
- css: "css";
14520
- ui: "ui";
14521
- push: "push";
14522
- frontend: "frontend";
14523
- mobile: "mobile";
14558
+ config: "config";
14524
14559
  graphql: "graphql";
14525
14560
  deploy: "deploy";
14526
14561
  migrations: "migrations";
14527
14562
  navigation: "navigation";
14563
+ ui: "ui";
14564
+ css: "css";
14528
14565
  storage: "storage";
14566
+ push: "push";
14529
14567
  ota: "ota";
14530
14568
  deepLinking: "deepLinking";
14569
+ documentation: "documentation";
14570
+ codeQuality: "codeQuality";
14531
14571
  appPlatform: "appPlatform";
14532
14572
  dataFetching: "dataFetching";
14533
14573
  workspaceTooling: "workspaceTooling";
14534
14574
  toolchain: "toolchain";
14575
+ workspaceRunner: "workspaceRunner";
14576
+ gitHooks: "gitHooks";
14577
+ staticAnalysis: "staticAnalysis";
14578
+ aiTooling: "aiTooling";
14579
+ codeGeneration: "codeGeneration";
14580
+ developerEnvironment: "developerEnvironment";
14581
+ containerOrchestration: "containerOrchestration";
14582
+ apiGateway: "apiGateway";
14583
+ continuousIntegration: "continuousIntegration";
14535
14584
  backendUtilities: "backendUtilities";
14536
14585
  language: "language";
14537
14586
  buildTool: "buildTool";
@@ -14539,7 +14588,6 @@ declare function getAllJsonSchemas(): {
14539
14588
  errorHandling: "errorHandling";
14540
14589
  httpClient: "httpClient";
14541
14590
  libraries: "libraries";
14542
- config: "config";
14543
14591
  templating: "templating";
14544
14592
  cloudSdk: "cloudSdk";
14545
14593
  data: "data";
@@ -14560,8 +14608,8 @@ declare function getAllJsonSchemas(): {
14560
14608
  }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
14561
14609
  ownerPartId: z.ZodOptional<z.ZodString>;
14562
14610
  source: z.ZodEnum<{
14563
- selected: "selected";
14564
14611
  defaulted: "defaulted";
14612
+ selected: "selected";
14565
14613
  provided: "provided";
14566
14614
  legacy: "legacy";
14567
14615
  adjusted: "adjusted";