@better-fullstack/types 2.6.5 → 2.6.6

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 (38) hide show
  1. package/dist/{defaults-2siC1CqU.d.mts → defaults-CXCA_IXN.d.mts} +2 -2
  2. package/dist/defaults.d.mts +3 -3
  3. package/dist/index.d.mts +32 -20
  4. package/dist/index.mjs +5 -5
  5. package/dist/json-schema.d.mts +326 -314
  6. package/dist/json-schema.mjs +1 -1
  7. package/dist/{schemas-CBplkYwu.d.mts → schemas-DMxQS38P.d.mts} +640 -630
  8. package/dist/{schemas-CywxHrK2.mjs → schemas-DWWJaBQD.mjs} +2 -1
  9. package/dist/schemas.d.mts +1 -1
  10. package/dist/schemas.mjs +1 -1
  11. package/dist/{stack-graph-6mobDYUo.mjs → stack-graph-BLqsCkqk.mjs} +83 -5
  12. package/dist/{stack-graph-CmMyv1fu.d.mts → stack-graph-ocCFxrnc.d.mts} +3 -2
  13. package/dist/stack-graph.d.mts +3 -3
  14. package/dist/stack-graph.mjs +2 -2
  15. package/dist/{stack-translation-DwF-iWnN.d.mts → stack-translation-DDecTM8V.d.mts} +19 -6
  16. package/dist/{stack-translation-CavXg_BJ.mjs → stack-translation-HKhp-rYK.mjs} +74 -6
  17. package/dist/stack-translation.d.mts +4 -4
  18. package/dist/stack-translation.mjs +3 -3
  19. package/dist/{telemetry--r3iKqHM.mjs → telemetry-BjMbLJUQ.mjs} +4 -4
  20. package/dist/telemetry.mjs +4 -4
  21. package/dist/{types-DgPd7BLf.d.mts → types-DAJKUOQ_.d.mts} +2 -2
  22. package/dist/types.d.mts +2 -2
  23. package/package.json +2 -1
  24. package/dist/defaults-2siC1CqU.d.mts.map +0 -1
  25. package/dist/defaults-nq08Mnf5.mjs.map +0 -1
  26. package/dist/index.d.mts.map +0 -1
  27. package/dist/index.mjs.map +0 -1
  28. package/dist/json-schema.d.mts.map +0 -1
  29. package/dist/json-schema.mjs.map +0 -1
  30. package/dist/schemas-CBplkYwu.d.mts.map +0 -1
  31. package/dist/schemas-CywxHrK2.mjs.map +0 -1
  32. package/dist/stack-graph-6mobDYUo.mjs.map +0 -1
  33. package/dist/stack-graph-CmMyv1fu.d.mts.map +0 -1
  34. package/dist/stack-translation-CavXg_BJ.mjs.map +0 -1
  35. package/dist/stack-translation-DwF-iWnN.d.mts.map +0 -1
  36. package/dist/telemetry--r3iKqHM.mjs.map +0 -1
  37. package/dist/telemetry-D4mP-fTC.d.mts.map +0 -1
  38. package/dist/types-DgPd7BLf.d.mts.map +0 -1
@@ -22,55 +22,52 @@ declare const StackPartEcosystemSchema: z.ZodUnion<readonly [z.ZodEnum<{
22
22
  dotnet: "dotnet";
23
23
  }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
24
24
  declare const StackPartRoleSchema: z.ZodEnum<{
25
- effect: "effect";
26
- ai: "ai";
25
+ push: "push";
27
26
  frontend: "frontend";
28
27
  backend: "backend";
29
28
  mobile: "mobile";
30
29
  database: "database";
30
+ api: "api";
31
+ graphql: "graphql";
31
32
  orm: "orm";
32
33
  auth: "auth";
33
- payments: "payments";
34
- examples: "examples";
35
- packageManager: "packageManager";
36
- dbSetup: "dbSetup";
37
34
  runtime: "runtime";
38
- api: "api";
39
- stateManagement: "stateManagement";
40
- forms: "forms";
41
- testing: "testing";
42
- email: "email";
43
- validation: "validation";
35
+ deploy: "deploy";
36
+ dbSetup: "dbSetup";
37
+ migrations: "migrations";
44
38
  realtime: "realtime";
39
+ navigation: "navigation";
40
+ caching: "caching";
41
+ observability: "observability";
42
+ email: "email";
43
+ search: "search";
44
+ vectorDb: "vectorDb";
45
+ fileStorage: "fileStorage";
45
46
  jobQueue: "jobQueue";
47
+ rateLimit: "rateLimit";
48
+ botProtection: "botProtection";
49
+ testing: "testing";
50
+ stateManagement: "stateManagement";
51
+ forms: "forms";
46
52
  animation: "animation";
47
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";
48
63
  logging: "logging";
49
- observability: "observability";
50
64
  featureFlags: "featureFlags";
51
65
  integrations: "integrations";
52
66
  ecommerce: "ecommerce";
53
67
  analytics: "analytics";
54
68
  webMcp: "webMcp";
55
69
  cms: "cms";
56
- caching: "caching";
57
- rateLimit: "rateLimit";
58
- botProtection: "botProtection";
59
70
  i18n: "i18n";
60
- search: "search";
61
- vectorDb: "vectorDb";
62
- fileStorage: "fileStorage";
63
- config: "config";
64
- graphql: "graphql";
65
- deploy: "deploy";
66
- migrations: "migrations";
67
- navigation: "navigation";
68
- ui: "ui";
69
- css: "css";
70
- storage: "storage";
71
- push: "push";
72
- ota: "ota";
73
- deepLinking: "deepLinking";
74
71
  documentation: "documentation";
75
72
  codeQuality: "codeQuality";
76
73
  appPlatform: "appPlatform";
@@ -87,17 +84,20 @@ declare const StackPartRoleSchema: z.ZodEnum<{
87
84
  apiGateway: "apiGateway";
88
85
  continuousIntegration: "continuousIntegration";
89
86
  backendUtilities: "backendUtilities";
87
+ examples: "examples";
90
88
  language: "language";
91
89
  buildTool: "buildTool";
92
90
  cli: "cli";
93
91
  errorHandling: "errorHandling";
94
92
  httpClient: "httpClient";
95
93
  libraries: "libraries";
94
+ config: "config";
96
95
  templating: "templating";
97
96
  cloudSdk: "cloudSdk";
98
97
  data: "data";
99
98
  media: "media";
100
99
  server: "server";
100
+ packageManager: "packageManager";
101
101
  messageQueue: "messageQueue";
102
102
  }>;
103
103
  declare const StackPartSourceSchema: z.ZodEnum<{
@@ -110,55 +110,52 @@ declare const StackPartSourceSchema: z.ZodEnum<{
110
110
  declare const StackPartSchema: z.ZodObject<{
111
111
  id: z.ZodString;
112
112
  role: z.ZodEnum<{
113
- effect: "effect";
114
- ai: "ai";
113
+ push: "push";
115
114
  frontend: "frontend";
116
115
  backend: "backend";
117
116
  mobile: "mobile";
118
117
  database: "database";
118
+ api: "api";
119
+ graphql: "graphql";
119
120
  orm: "orm";
120
121
  auth: "auth";
121
- payments: "payments";
122
- examples: "examples";
123
- packageManager: "packageManager";
124
- dbSetup: "dbSetup";
125
122
  runtime: "runtime";
126
- api: "api";
127
- stateManagement: "stateManagement";
128
- forms: "forms";
129
- testing: "testing";
130
- email: "email";
131
- validation: "validation";
123
+ deploy: "deploy";
124
+ dbSetup: "dbSetup";
125
+ migrations: "migrations";
132
126
  realtime: "realtime";
127
+ navigation: "navigation";
128
+ caching: "caching";
129
+ observability: "observability";
130
+ email: "email";
131
+ search: "search";
132
+ vectorDb: "vectorDb";
133
+ fileStorage: "fileStorage";
133
134
  jobQueue: "jobQueue";
135
+ rateLimit: "rateLimit";
136
+ botProtection: "botProtection";
137
+ testing: "testing";
138
+ stateManagement: "stateManagement";
139
+ forms: "forms";
134
140
  animation: "animation";
135
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";
136
151
  logging: "logging";
137
- observability: "observability";
138
152
  featureFlags: "featureFlags";
139
153
  integrations: "integrations";
140
154
  ecommerce: "ecommerce";
141
155
  analytics: "analytics";
142
156
  webMcp: "webMcp";
143
157
  cms: "cms";
144
- caching: "caching";
145
- rateLimit: "rateLimit";
146
- botProtection: "botProtection";
147
158
  i18n: "i18n";
148
- search: "search";
149
- vectorDb: "vectorDb";
150
- fileStorage: "fileStorage";
151
- config: "config";
152
- graphql: "graphql";
153
- deploy: "deploy";
154
- migrations: "migrations";
155
- navigation: "navigation";
156
- ui: "ui";
157
- css: "css";
158
- storage: "storage";
159
- push: "push";
160
- ota: "ota";
161
- deepLinking: "deepLinking";
162
159
  documentation: "documentation";
163
160
  codeQuality: "codeQuality";
164
161
  appPlatform: "appPlatform";
@@ -175,17 +172,20 @@ declare const StackPartSchema: z.ZodObject<{
175
172
  apiGateway: "apiGateway";
176
173
  continuousIntegration: "continuousIntegration";
177
174
  backendUtilities: "backendUtilities";
175
+ examples: "examples";
178
176
  language: "language";
179
177
  buildTool: "buildTool";
180
178
  cli: "cli";
181
179
  errorHandling: "errorHandling";
182
180
  httpClient: "httpClient";
183
181
  libraries: "libraries";
182
+ config: "config";
184
183
  templating: "templating";
185
184
  cloudSdk: "cloudSdk";
186
185
  data: "data";
187
186
  media: "media";
188
187
  server: "server";
188
+ packageManager: "packageManager";
189
189
  messageQueue: "messageQueue";
190
190
  }>;
191
191
  toolId: z.ZodString;
@@ -231,13 +231,13 @@ declare const ORMSchema: z.ZodEnum<{
231
231
  sequelize: "sequelize";
232
232
  }>;
233
233
  declare const BackendSchema: z.ZodEnum<{
234
+ effect: "effect";
234
235
  none: "none";
235
236
  hono: "hono";
236
237
  express: "express";
237
238
  fastify: "fastify";
238
239
  elysia: "elysia";
239
240
  fets: "fets";
240
- effect: "effect";
241
241
  nestjs: "nestjs";
242
242
  adonisjs: "adonisjs";
243
243
  nitro: "nitro";
@@ -300,6 +300,7 @@ declare const AddonsSchema: z.ZodEnum<{
300
300
  fumadocs: "fumadocs";
301
301
  ultracite: "ultracite";
302
302
  oxlint: "oxlint";
303
+ "shadcn-lint": "shadcn-lint";
303
304
  opentui: "opentui";
304
305
  wxt: "wxt";
305
306
  msw: "msw";
@@ -328,8 +329,8 @@ declare const AddonsSchema: z.ZodEnum<{
328
329
  /** @deprecated Use tooling capability metadata and Stack Part role bindings. */
329
330
  declare const APP_PLATFORM_ADDON_VALUES: readonly ["pwa", "tauri", "electron", "capacitor", "wxt", "opentui"];
330
331
  declare const ExamplesSchema: z.ZodEnum<{
331
- none: "none";
332
332
  ai: "ai";
333
+ none: "none";
333
334
  "chat-sdk": "chat-sdk";
334
335
  "tanstack-showcase": "tanstack-showcase";
335
336
  }>;
@@ -437,8 +438,8 @@ declare const AISchema: z.ZodEnum<{
437
438
  "ai-cli": "ai-cli";
438
439
  }>;
439
440
  declare const EffectSchema: z.ZodEnum<{
440
- none: "none";
441
441
  effect: "effect";
442
+ none: "none";
442
443
  "effect-full": "effect-full";
443
444
  }>;
444
445
  declare const StateManagementSchema: z.ZodEnum<{
@@ -629,9 +630,9 @@ declare const MobileNavigationSchema: z.ZodEnum<{
629
630
  }>;
630
631
  declare const MobileUISchema: z.ZodEnum<{
631
632
  none: "none";
632
- uniwind: "uniwind";
633
633
  tamagui: "tamagui";
634
634
  "gluestack-ui": "gluestack-ui";
635
+ uniwind: "uniwind";
635
636
  unistyles: "unistyles";
636
637
  }>;
637
638
  declare const MobileStorageSchema: z.ZodEnum<{
@@ -747,12 +748,12 @@ declare const RustCliSchema: z.ZodEnum<{
747
748
  ratatui: "ratatui";
748
749
  }>;
749
750
  declare const RustLibrariesSchema: z.ZodEnum<{
751
+ config: "config";
750
752
  none: "none";
751
753
  serde: "serde";
752
754
  uuid: "uuid";
753
755
  chrono: "chrono";
754
756
  reqwest: "reqwest";
755
- config: "config";
756
757
  dashmap: "dashmap";
757
758
  "parking-lot": "parking-lot";
758
759
  secrecy: "secrecy";
@@ -1452,8 +1453,8 @@ declare const ShadcnFontSchema: z.ZodEnum<{
1452
1453
  "geist-mono": "geist-mono";
1453
1454
  }>;
1454
1455
  declare const ShadcnRadiusSchema: z.ZodEnum<{
1455
- none: "none";
1456
1456
  default: "default";
1457
+ none: "none";
1457
1458
  small: "small";
1458
1459
  medium: "medium";
1459
1460
  large: "large";
@@ -1533,49 +1534,49 @@ declare const StackPartSettingsSchema: z.ZodObject<{
1533
1534
  "geist-mono": "geist-mono";
1534
1535
  }>>;
1535
1536
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
1536
- none: "none";
1537
1537
  default: "default";
1538
+ none: "none";
1538
1539
  small: "small";
1539
1540
  medium: "medium";
1540
1541
  large: "large";
1541
1542
  }>>;
1542
1543
  }, z.core.$catchall<z.ZodUnknown>>;
1543
1544
  declare const DirectoryConflictSchema: z.ZodEnum<{
1545
+ error: "error";
1544
1546
  merge: "merge";
1545
1547
  overwrite: "overwrite";
1546
1548
  increment: "increment";
1547
- error: "error";
1548
1549
  }>;
1549
1550
  declare const TemplateSchema: z.ZodEnum<{
1550
1551
  none: "none";
1552
+ uniwind: "uniwind";
1551
1553
  mern: "mern";
1552
1554
  pern: "pern";
1553
1555
  t3: "t3";
1554
1556
  saas: "saas";
1555
- uniwind: "uniwind";
1556
1557
  }>;
1557
1558
  declare const ProjectShapeSchema: z.ZodEnum<{
1558
- fullstack: "fullstack";
1559
1559
  frontend: "frontend";
1560
1560
  backend: "backend";
1561
1561
  mobile: "mobile";
1562
+ fullstack: "fullstack";
1562
1563
  }>;
1563
1564
  declare const ProjectNameSchema: z.ZodString;
1564
1565
  declare const CreateInputSchema: z.ZodObject<{
1565
1566
  projectName: z.ZodOptional<z.ZodString>;
1566
1567
  template: z.ZodOptional<z.ZodEnum<{
1567
1568
  none: "none";
1569
+ uniwind: "uniwind";
1568
1570
  mern: "mern";
1569
1571
  pern: "pern";
1570
1572
  t3: "t3";
1571
1573
  saas: "saas";
1572
- uniwind: "uniwind";
1573
1574
  }>>;
1574
1575
  shape: z.ZodOptional<z.ZodEnum<{
1575
- fullstack: "fullstack";
1576
1576
  frontend: "frontend";
1577
1577
  backend: "backend";
1578
1578
  mobile: "mobile";
1579
+ fullstack: "fullstack";
1579
1580
  }>>;
1580
1581
  yes: z.ZodOptional<z.ZodBoolean>;
1581
1582
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -1681,6 +1682,7 @@ declare const CreateInputSchema: z.ZodObject<{
1681
1682
  fumadocs: "fumadocs";
1682
1683
  ultracite: "ultracite";
1683
1684
  oxlint: "oxlint";
1685
+ "shadcn-lint": "shadcn-lint";
1684
1686
  opentui: "opentui";
1685
1687
  wxt: "wxt";
1686
1688
  msw: "msw";
@@ -1707,8 +1709,8 @@ declare const CreateInputSchema: z.ZodObject<{
1707
1709
  capacitor: "capacitor";
1708
1710
  }>>>;
1709
1711
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1710
- none: "none";
1711
1712
  ai: "ai";
1713
+ none: "none";
1712
1714
  "chat-sdk": "chat-sdk";
1713
1715
  "tanstack-showcase": "tanstack-showcase";
1714
1716
  }>>>;
@@ -1742,13 +1744,13 @@ declare const CreateInputSchema: z.ZodObject<{
1742
1744
  docker: "docker";
1743
1745
  }>>;
1744
1746
  backend: z.ZodOptional<z.ZodEnum<{
1747
+ effect: "effect";
1745
1748
  none: "none";
1746
1749
  hono: "hono";
1747
1750
  express: "express";
1748
1751
  fastify: "fastify";
1749
1752
  elysia: "elysia";
1750
1753
  fets: "fets";
1751
- effect: "effect";
1752
1754
  nestjs: "nestjs";
1753
1755
  adonisjs: "adonisjs";
1754
1756
  nitro: "nitro";
@@ -1795,10 +1797,10 @@ declare const CreateInputSchema: z.ZodObject<{
1795
1797
  vercel: "vercel";
1796
1798
  }>>;
1797
1799
  directoryConflict: z.ZodOptional<z.ZodEnum<{
1800
+ error: "error";
1798
1801
  merge: "merge";
1799
1802
  overwrite: "overwrite";
1800
1803
  increment: "increment";
1801
- error: "error";
1802
1804
  }>>;
1803
1805
  renderTitle: z.ZodOptional<z.ZodBoolean>;
1804
1806
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -1827,8 +1829,8 @@ declare const CreateInputSchema: z.ZodObject<{
1827
1829
  "ai-cli": "ai-cli";
1828
1830
  }>>;
1829
1831
  effect: z.ZodOptional<z.ZodEnum<{
1830
- none: "none";
1831
1832
  effect: "effect";
1833
+ none: "none";
1832
1834
  "effect-full": "effect-full";
1833
1835
  }>>;
1834
1836
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -1963,8 +1965,8 @@ declare const CreateInputSchema: z.ZodObject<{
1963
1965
  "geist-mono": "geist-mono";
1964
1966
  }>>;
1965
1967
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
1966
- none: "none";
1967
1968
  default: "default";
1969
+ none: "none";
1968
1970
  small: "small";
1969
1971
  medium: "medium";
1970
1972
  large: "large";
@@ -2116,9 +2118,9 @@ declare const CreateInputSchema: z.ZodObject<{
2116
2118
  }>>;
2117
2119
  mobileUI: z.ZodOptional<z.ZodEnum<{
2118
2120
  none: "none";
2119
- uniwind: "uniwind";
2120
2121
  tamagui: "tamagui";
2121
2122
  "gluestack-ui": "gluestack-ui";
2123
+ uniwind: "uniwind";
2122
2124
  unistyles: "unistyles";
2123
2125
  }>>;
2124
2126
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -2234,12 +2236,12 @@ declare const CreateInputSchema: z.ZodObject<{
2234
2236
  ratatui: "ratatui";
2235
2237
  }>>;
2236
2238
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2239
+ config: "config";
2237
2240
  none: "none";
2238
2241
  serde: "serde";
2239
2242
  uuid: "uuid";
2240
2243
  chrono: "chrono";
2241
2244
  reqwest: "reqwest";
2242
- config: "config";
2243
2245
  dashmap: "dashmap";
2244
2246
  "parking-lot": "parking-lot";
2245
2247
  secrecy: "secrecy";
@@ -2851,27 +2853,6 @@ declare const CreateInputSchema: z.ZodObject<{
2851
2853
  part: z.ZodOptional<z.ZodArray<z.ZodString>>;
2852
2854
  }, z.core.$strip>;
2853
2855
  declare const AddInputSchema: z.ZodObject<{
2854
- effect: z.ZodOptional<z.ZodEnum<{
2855
- none: "none";
2856
- effect: "effect";
2857
- "effect-full": "effect-full";
2858
- }>>;
2859
- ai: z.ZodOptional<z.ZodEnum<{
2860
- none: "none";
2861
- "vercel-ai": "vercel-ai";
2862
- mastra: "mastra";
2863
- voltagent: "voltagent";
2864
- langgraph: "langgraph";
2865
- "openai-agents": "openai-agents";
2866
- "openai-sdk": "openai-sdk";
2867
- "anthropic-sdk": "anthropic-sdk";
2868
- "google-adk": "google-adk";
2869
- modelfusion: "modelfusion";
2870
- langchain: "langchain";
2871
- llamaindex: "llamaindex";
2872
- "tanstack-ai": "tanstack-ai";
2873
- "ai-cli": "ai-cli";
2874
- }>>;
2875
2856
  frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2876
2857
  none: "none";
2877
2858
  "tanstack-router": "tanstack-router";
@@ -2896,13 +2877,13 @@ declare const AddInputSchema: z.ZodObject<{
2896
2877
  fresh: "fresh";
2897
2878
  }>>>;
2898
2879
  backend: z.ZodOptional<z.ZodEnum<{
2880
+ effect: "effect";
2899
2881
  none: "none";
2900
2882
  hono: "hono";
2901
2883
  express: "express";
2902
2884
  fastify: "fastify";
2903
2885
  elysia: "elysia";
2904
2886
  fets: "fets";
2905
- effect: "effect";
2906
2887
  nestjs: "nestjs";
2907
2888
  adonisjs: "adonisjs";
2908
2889
  nitro: "nitro";
@@ -2910,17 +2891,6 @@ declare const AddInputSchema: z.ZodObject<{
2910
2891
  convex: "convex";
2911
2892
  self: "self";
2912
2893
  }>>;
2913
- dryRun: z.ZodOptional<z.ZodBoolean>;
2914
- ecosystem: z.ZodOptional<z.ZodEnum<{
2915
- typescript: "typescript";
2916
- "react-native": "react-native";
2917
- rust: "rust";
2918
- python: "python";
2919
- go: "go";
2920
- java: "java";
2921
- elixir: "elixir";
2922
- dotnet: "dotnet";
2923
- }>>;
2924
2894
  database: z.ZodOptional<z.ZodEnum<{
2925
2895
  none: "none";
2926
2896
  sqlite: "sqlite";
@@ -2930,6 +2900,16 @@ declare const AddInputSchema: z.ZodObject<{
2930
2900
  edgedb: "edgedb";
2931
2901
  redis: "redis";
2932
2902
  }>>;
2903
+ api: z.ZodOptional<z.ZodEnum<{
2904
+ none: "none";
2905
+ trpc: "trpc";
2906
+ orpc: "orpc";
2907
+ "ts-rest": "ts-rest";
2908
+ garph: "garph";
2909
+ "graphql-yoga": "graphql-yoga";
2910
+ "apollo-server": "apollo-server";
2911
+ openapi: "openapi";
2912
+ }>>;
2933
2913
  orm: z.ZodOptional<z.ZodEnum<{
2934
2914
  none: "none";
2935
2915
  drizzle: "drizzle";
@@ -2954,87 +2934,13 @@ declare const AddInputSchema: z.ZodObject<{
2954
2934
  kinde: "kinde";
2955
2935
  passport: "passport";
2956
2936
  }>>;
2957
- payments: z.ZodOptional<z.ZodEnum<{
2937
+ runtime: z.ZodOptional<z.ZodEnum<{
2958
2938
  none: "none";
2959
- revenuecat: "revenuecat";
2960
- polar: "polar";
2961
- stripe: "stripe";
2962
- "lemon-squeezy": "lemon-squeezy";
2963
- paddle: "paddle";
2964
- paypal: "paypal";
2965
- dodo: "dodo";
2966
- creem: "creem";
2967
- autumn: "autumn";
2968
- commet: "commet";
2969
- xendit: "xendit";
2939
+ bun: "bun";
2940
+ node: "node";
2941
+ workers: "workers";
2970
2942
  }>>;
2971
- addons: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2972
- none: "none";
2973
- pwa: "pwa";
2974
- tauri: "tauri";
2975
- starlight: "starlight";
2976
- biome: "biome";
2977
- lefthook: "lefthook";
2978
- husky: "husky";
2979
- knip: "knip";
2980
- gitleaks: "gitleaks";
2981
- ruler: "ruler";
2982
- mcp: "mcp";
2983
- skills: "skills";
2984
- turborepo: "turborepo";
2985
- nx: "nx";
2986
- "vite-plus": "vite-plus";
2987
- fumadocs: "fumadocs";
2988
- ultracite: "ultracite";
2989
- oxlint: "oxlint";
2990
- opentui: "opentui";
2991
- wxt: "wxt";
2992
- msw: "msw";
2993
- storybook: "storybook";
2994
- swr: "swr";
2995
- "tanstack-query": "tanstack-query";
2996
- "tanstack-table": "tanstack-table";
2997
- "tanstack-virtual": "tanstack-virtual";
2998
- "tanstack-db": "tanstack-db";
2999
- "tanstack-pacer": "tanstack-pacer";
3000
- "backend-utils": "backend-utils";
3001
- devcontainer: "devcontainer";
3002
- "docker-compose": "docker-compose";
3003
- kong: "kong";
3004
- "github-actions": "github-actions";
3005
- eslint: "eslint";
3006
- prettier: "prettier";
3007
- axios: "axios";
3008
- firebase: "firebase";
3009
- "graphql-codegen": "graphql-codegen";
3010
- "openapi-typescript": "openapi-typescript";
3011
- "apollo-client": "apollo-client";
3012
- electron: "electron";
3013
- capacitor: "capacitor";
3014
- }>>>;
3015
- examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3016
- none: "none";
3017
- ai: "ai";
3018
- "chat-sdk": "chat-sdk";
3019
- "tanstack-showcase": "tanstack-showcase";
3020
- }>>>;
3021
- packageManager: z.ZodOptional<z.ZodEnum<{
3022
- bun: "bun";
3023
- npm: "npm";
3024
- pnpm: "pnpm";
3025
- yarn: "yarn";
3026
- }>>;
3027
- workspaceShape: z.ZodOptional<z.ZodEnum<{
3028
- monorepo: "monorepo";
3029
- "single-app": "single-app";
3030
- }>>;
3031
- versionChannel: z.ZodOptional<z.ZodEnum<{
3032
- stable: "stable";
3033
- latest: "latest";
3034
- beta: "beta";
3035
- }>>;
3036
- install: z.ZodOptional<z.ZodBoolean>;
3037
- dbSetup: z.ZodOptional<z.ZodEnum<{
2943
+ dbSetup: z.ZodOptional<z.ZodEnum<{
3038
2944
  none: "none";
3039
2945
  turso: "turso";
3040
2946
  neon: "neon";
@@ -3046,50 +2952,90 @@ declare const AddInputSchema: z.ZodObject<{
3046
2952
  d1: "d1";
3047
2953
  docker: "docker";
3048
2954
  }>>;
3049
- runtime: z.ZodOptional<z.ZodEnum<{
2955
+ realtime: z.ZodOptional<z.ZodEnum<{
3050
2956
  none: "none";
3051
- bun: "bun";
3052
- node: "node";
3053
- workers: "workers";
2957
+ "socket-io": "socket-io";
2958
+ ws: "ws";
2959
+ partykit: "partykit";
2960
+ ably: "ably";
2961
+ pusher: "pusher";
2962
+ liveblocks: "liveblocks";
2963
+ yjs: "yjs";
3054
2964
  }>>;
3055
- api: z.ZodOptional<z.ZodEnum<{
2965
+ caching: z.ZodOptional<z.ZodEnum<{
3056
2966
  none: "none";
3057
- trpc: "trpc";
3058
- orpc: "orpc";
3059
- "ts-rest": "ts-rest";
3060
- garph: "garph";
3061
- "graphql-yoga": "graphql-yoga";
3062
- "apollo-server": "apollo-server";
3063
- openapi: "openapi";
2967
+ redis: "redis";
2968
+ "upstash-redis": "upstash-redis";
3064
2969
  }>>;
3065
- webDeploy: z.ZodOptional<z.ZodEnum<{
2970
+ observability: z.ZodOptional<z.ZodEnum<{
3066
2971
  none: "none";
3067
- docker: "docker";
3068
- cloudflare: "cloudflare";
3069
- fly: "fly";
3070
- railway: "railway";
3071
- render: "render";
3072
- netlify: "netlify";
3073
- sst: "sst";
3074
- vercel: "vercel";
2972
+ opentelemetry: "opentelemetry";
2973
+ signoz: "signoz";
2974
+ sentry: "sentry";
2975
+ grafana: "grafana";
2976
+ datadog: "datadog";
2977
+ axiom: "axiom";
2978
+ betterstack: "betterstack";
3075
2979
  }>>;
3076
- serverDeploy: z.ZodOptional<z.ZodEnum<{
2980
+ email: z.ZodOptional<z.ZodEnum<{
3077
2981
  none: "none";
3078
- docker: "docker";
3079
- cloudflare: "cloudflare";
3080
- fly: "fly";
3081
- railway: "railway";
3082
- render: "render";
3083
- netlify: "netlify";
3084
- sst: "sst";
3085
- vercel: "vercel";
2982
+ "react-email": "react-email";
2983
+ resend: "resend";
2984
+ nodemailer: "nodemailer";
2985
+ postmark: "postmark";
2986
+ sendgrid: "sendgrid";
2987
+ "aws-ses": "aws-ses";
2988
+ mailgun: "mailgun";
2989
+ plunk: "plunk";
3086
2990
  }>>;
3087
- astroIntegration: z.ZodOptional<z.ZodEnum<{
2991
+ search: z.ZodOptional<z.ZodEnum<{
3088
2992
  none: "none";
3089
- vue: "vue";
3090
- svelte: "svelte";
3091
- solid: "solid";
3092
- react: "react";
2993
+ meilisearch: "meilisearch";
2994
+ typesense: "typesense";
2995
+ elasticsearch: "elasticsearch";
2996
+ opensearch: "opensearch";
2997
+ algolia: "algolia";
2998
+ bleve: "bleve";
2999
+ }>>;
3000
+ vectorDb: z.ZodOptional<z.ZodEnum<{
3001
+ none: "none";
3002
+ pgvector: "pgvector";
3003
+ qdrant: "qdrant";
3004
+ chroma: "chroma";
3005
+ pinecone: "pinecone";
3006
+ }>>;
3007
+ fileStorage: z.ZodOptional<z.ZodEnum<{
3008
+ none: "none";
3009
+ s3: "s3";
3010
+ r2: "r2";
3011
+ cloudinary: "cloudinary";
3012
+ "supabase-storage": "supabase-storage";
3013
+ }>>;
3014
+ jobQueue: z.ZodOptional<z.ZodEnum<{
3015
+ none: "none";
3016
+ bullmq: "bullmq";
3017
+ "trigger-dev": "trigger-dev";
3018
+ inngest: "inngest";
3019
+ temporal: "temporal";
3020
+ }>>;
3021
+ rateLimit: z.ZodOptional<z.ZodEnum<{
3022
+ none: "none";
3023
+ arcjet: "arcjet";
3024
+ "upstash-ratelimit": "upstash-ratelimit";
3025
+ }>>;
3026
+ botProtection: z.ZodOptional<z.ZodEnum<{
3027
+ none: "none";
3028
+ botid: "botid";
3029
+ turnstile: "turnstile";
3030
+ }>>;
3031
+ testing: z.ZodOptional<z.ZodEnum<{
3032
+ none: "none";
3033
+ vitest: "vitest";
3034
+ playwright: "playwright";
3035
+ "vitest-playwright": "vitest-playwright";
3036
+ jest: "jest";
3037
+ mocha: "mocha";
3038
+ cypress: "cypress";
3093
3039
  }>>;
3094
3040
  stateManagement: z.ZodOptional<z.ZodEnum<{
3095
3041
  none: "none";
@@ -3112,50 +3058,137 @@ declare const AddInputSchema: z.ZodObject<{
3112
3058
  conform: "conform";
3113
3059
  "modular-forms": "modular-forms";
3114
3060
  }>>;
3115
- testing: z.ZodOptional<z.ZodEnum<{
3061
+ animation: z.ZodOptional<z.ZodEnum<{
3116
3062
  none: "none";
3117
- vitest: "vitest";
3118
- playwright: "playwright";
3119
- "vitest-playwright": "vitest-playwright";
3120
- jest: "jest";
3121
- mocha: "mocha";
3122
- cypress: "cypress";
3063
+ "framer-motion": "framer-motion";
3064
+ gsap: "gsap";
3065
+ "react-spring": "react-spring";
3066
+ "auto-animate": "auto-animate";
3067
+ lottie: "lottie";
3123
3068
  }>>;
3124
- email: z.ZodOptional<z.ZodEnum<{
3069
+ fileUpload: z.ZodOptional<z.ZodEnum<{
3125
3070
  none: "none";
3126
- "react-email": "react-email";
3127
- resend: "resend";
3128
- nodemailer: "nodemailer";
3129
- postmark: "postmark";
3130
- sendgrid: "sendgrid";
3131
- "aws-ses": "aws-ses";
3132
- mailgun: "mailgun";
3133
- plunk: "plunk";
3071
+ uploadthing: "uploadthing";
3072
+ filepond: "filepond";
3073
+ uppy: "uppy";
3134
3074
  }>>;
3135
- cssFramework: z.ZodOptional<z.ZodEnum<{
3075
+ validation: z.ZodOptional<z.ZodEnum<{
3136
3076
  none: "none";
3137
- tailwind: "tailwind";
3138
- scss: "scss";
3139
- less: "less";
3140
- "postcss-only": "postcss-only";
3141
- "styled-components": "styled-components";
3077
+ zod: "zod";
3078
+ valibot: "valibot";
3079
+ arktype: "arktype";
3080
+ typebox: "typebox";
3081
+ typia: "typia";
3082
+ runtypes: "runtypes";
3083
+ "effect-schema": "effect-schema";
3142
3084
  }>>;
3143
- uiLibrary: z.ZodOptional<z.ZodEnum<{
3085
+ effect: z.ZodOptional<z.ZodEnum<{
3086
+ effect: "effect";
3144
3087
  none: "none";
3145
- "shadcn-ui": "shadcn-ui";
3146
- "shadcn-svelte": "shadcn-svelte";
3147
- daisyui: "daisyui";
3148
- "radix-ui": "radix-ui";
3149
- "headless-ui": "headless-ui";
3150
- "park-ui": "park-ui";
3151
- "chakra-ui": "chakra-ui";
3152
- nextui: "nextui";
3153
- mantine: "mantine";
3154
- mui: "mui";
3155
- antd: "antd";
3156
- "base-ui": "base-ui";
3157
- "ark-ui": "ark-ui";
3158
- "react-aria": "react-aria";
3088
+ "effect-full": "effect-full";
3089
+ }>>;
3090
+ ai: z.ZodOptional<z.ZodEnum<{
3091
+ none: "none";
3092
+ "vercel-ai": "vercel-ai";
3093
+ mastra: "mastra";
3094
+ voltagent: "voltagent";
3095
+ langgraph: "langgraph";
3096
+ "openai-agents": "openai-agents";
3097
+ "openai-sdk": "openai-sdk";
3098
+ "anthropic-sdk": "anthropic-sdk";
3099
+ "google-adk": "google-adk";
3100
+ modelfusion: "modelfusion";
3101
+ langchain: "langchain";
3102
+ llamaindex: "llamaindex";
3103
+ "tanstack-ai": "tanstack-ai";
3104
+ "ai-cli": "ai-cli";
3105
+ }>>;
3106
+ payments: z.ZodOptional<z.ZodEnum<{
3107
+ none: "none";
3108
+ revenuecat: "revenuecat";
3109
+ polar: "polar";
3110
+ stripe: "stripe";
3111
+ "lemon-squeezy": "lemon-squeezy";
3112
+ paddle: "paddle";
3113
+ paypal: "paypal";
3114
+ dodo: "dodo";
3115
+ creem: "creem";
3116
+ autumn: "autumn";
3117
+ commet: "commet";
3118
+ xendit: "xendit";
3119
+ }>>;
3120
+ logging: z.ZodOptional<z.ZodEnum<{
3121
+ none: "none";
3122
+ pino: "pino";
3123
+ winston: "winston";
3124
+ evlog: "evlog";
3125
+ }>>;
3126
+ featureFlags: z.ZodOptional<z.ZodEnum<{
3127
+ none: "none";
3128
+ growthbook: "growthbook";
3129
+ posthog: "posthog";
3130
+ launchdarkly: "launchdarkly";
3131
+ flagsmith: "flagsmith";
3132
+ unleash: "unleash";
3133
+ }>>;
3134
+ integrations: z.ZodOptional<z.ZodEnum<{
3135
+ none: "none";
3136
+ nango: "nango";
3137
+ }>>;
3138
+ ecommerce: z.ZodOptional<z.ZodEnum<{
3139
+ none: "none";
3140
+ medusa: "medusa";
3141
+ }>>;
3142
+ analytics: z.ZodOptional<z.ZodEnum<{
3143
+ none: "none";
3144
+ posthog: "posthog";
3145
+ plausible: "plausible";
3146
+ umami: "umami";
3147
+ ga4: "ga4";
3148
+ "vercel-analytics": "vercel-analytics";
3149
+ }>>;
3150
+ webMcp: z.ZodOptional<z.ZodEnum<{
3151
+ none: "none";
3152
+ enabled: "enabled";
3153
+ }>>;
3154
+ cms: z.ZodOptional<z.ZodEnum<{
3155
+ none: "none";
3156
+ payload: "payload";
3157
+ sanity: "sanity";
3158
+ strapi: "strapi";
3159
+ tinacms: "tinacms";
3160
+ directus: "directus";
3161
+ keystatic: "keystatic";
3162
+ contentful: "contentful";
3163
+ }>>;
3164
+ i18n: z.ZodOptional<z.ZodEnum<{
3165
+ none: "none";
3166
+ paraglide: "paraglide";
3167
+ i18next: "i18next";
3168
+ "next-intl": "next-intl";
3169
+ intlayer: "intlayer";
3170
+ }>>;
3171
+ examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3172
+ ai: "ai";
3173
+ none: "none";
3174
+ "chat-sdk": "chat-sdk";
3175
+ "tanstack-showcase": "tanstack-showcase";
3176
+ }>>>;
3177
+ packageManager: z.ZodOptional<z.ZodEnum<{
3178
+ bun: "bun";
3179
+ npm: "npm";
3180
+ pnpm: "pnpm";
3181
+ yarn: "yarn";
3182
+ }>>;
3183
+ ecosystem: z.ZodOptional<z.ZodEnum<{
3184
+ typescript: "typescript";
3185
+ "react-native": "react-native";
3186
+ rust: "rust";
3187
+ python: "python";
3188
+ go: "go";
3189
+ java: "java";
3190
+ elixir: "elixir";
3191
+ dotnet: "dotnet";
3159
3192
  }>>;
3160
3193
  shadcnBase: z.ZodOptional<z.ZodEnum<{
3161
3194
  radix: "radix";
@@ -3223,151 +3256,121 @@ declare const AddInputSchema: z.ZodObject<{
3223
3256
  "geist-mono": "geist-mono";
3224
3257
  }>>;
3225
3258
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
3226
- none: "none";
3227
3259
  default: "default";
3260
+ none: "none";
3228
3261
  small: "small";
3229
3262
  medium: "medium";
3230
3263
  large: "large";
3231
3264
  }>>;
3232
- validation: z.ZodOptional<z.ZodEnum<{
3233
- none: "none";
3234
- zod: "zod";
3235
- valibot: "valibot";
3236
- arktype: "arktype";
3237
- typebox: "typebox";
3238
- typia: "typia";
3239
- runtypes: "runtypes";
3240
- "effect-schema": "effect-schema";
3241
- }>>;
3242
- realtime: z.ZodOptional<z.ZodEnum<{
3243
- none: "none";
3244
- "socket-io": "socket-io";
3245
- ws: "ws";
3246
- partykit: "partykit";
3247
- ably: "ably";
3248
- pusher: "pusher";
3249
- liveblocks: "liveblocks";
3250
- yjs: "yjs";
3251
- }>>;
3252
- jobQueue: z.ZodOptional<z.ZodEnum<{
3253
- none: "none";
3254
- bullmq: "bullmq";
3255
- "trigger-dev": "trigger-dev";
3256
- inngest: "inngest";
3257
- temporal: "temporal";
3258
- }>>;
3259
- animation: z.ZodOptional<z.ZodEnum<{
3260
- none: "none";
3261
- "framer-motion": "framer-motion";
3262
- gsap: "gsap";
3263
- "react-spring": "react-spring";
3264
- "auto-animate": "auto-animate";
3265
- lottie: "lottie";
3266
- }>>;
3267
- fileUpload: z.ZodOptional<z.ZodEnum<{
3268
- none: "none";
3269
- uploadthing: "uploadthing";
3270
- filepond: "filepond";
3271
- uppy: "uppy";
3272
- }>>;
3273
- logging: z.ZodOptional<z.ZodEnum<{
3274
- none: "none";
3275
- pino: "pino";
3276
- winston: "winston";
3277
- evlog: "evlog";
3278
- }>>;
3279
- observability: z.ZodOptional<z.ZodEnum<{
3280
- none: "none";
3281
- opentelemetry: "opentelemetry";
3282
- signoz: "signoz";
3283
- sentry: "sentry";
3284
- grafana: "grafana";
3285
- datadog: "datadog";
3286
- axiom: "axiom";
3287
- betterstack: "betterstack";
3288
- }>>;
3289
- featureFlags: z.ZodOptional<z.ZodEnum<{
3290
- none: "none";
3291
- growthbook: "growthbook";
3292
- posthog: "posthog";
3293
- launchdarkly: "launchdarkly";
3294
- flagsmith: "flagsmith";
3295
- unleash: "unleash";
3296
- }>>;
3297
- integrations: z.ZodOptional<z.ZodEnum<{
3298
- none: "none";
3299
- nango: "nango";
3300
- }>>;
3301
- ecommerce: z.ZodOptional<z.ZodEnum<{
3302
- none: "none";
3303
- medusa: "medusa";
3304
- }>>;
3305
- analytics: z.ZodOptional<z.ZodEnum<{
3306
- none: "none";
3307
- posthog: "posthog";
3308
- plausible: "plausible";
3309
- umami: "umami";
3310
- ga4: "ga4";
3311
- "vercel-analytics": "vercel-analytics";
3312
- }>>;
3313
- webMcp: z.ZodOptional<z.ZodEnum<{
3314
- none: "none";
3315
- enabled: "enabled";
3316
- }>>;
3317
- cms: z.ZodOptional<z.ZodEnum<{
3318
- none: "none";
3319
- payload: "payload";
3320
- sanity: "sanity";
3321
- strapi: "strapi";
3322
- tinacms: "tinacms";
3323
- directus: "directus";
3324
- keystatic: "keystatic";
3325
- contentful: "contentful";
3326
- }>>;
3327
- caching: z.ZodOptional<z.ZodEnum<{
3265
+ astroIntegration: z.ZodOptional<z.ZodEnum<{
3328
3266
  none: "none";
3329
- redis: "redis";
3330
- "upstash-redis": "upstash-redis";
3267
+ vue: "vue";
3268
+ svelte: "svelte";
3269
+ solid: "solid";
3270
+ react: "react";
3331
3271
  }>>;
3332
- rateLimit: z.ZodOptional<z.ZodEnum<{
3272
+ dryRun: z.ZodOptional<z.ZodBoolean>;
3273
+ addons: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3333
3274
  none: "none";
3334
- arcjet: "arcjet";
3335
- "upstash-ratelimit": "upstash-ratelimit";
3275
+ pwa: "pwa";
3276
+ tauri: "tauri";
3277
+ starlight: "starlight";
3278
+ biome: "biome";
3279
+ lefthook: "lefthook";
3280
+ husky: "husky";
3281
+ knip: "knip";
3282
+ gitleaks: "gitleaks";
3283
+ ruler: "ruler";
3284
+ mcp: "mcp";
3285
+ skills: "skills";
3286
+ turborepo: "turborepo";
3287
+ nx: "nx";
3288
+ "vite-plus": "vite-plus";
3289
+ fumadocs: "fumadocs";
3290
+ ultracite: "ultracite";
3291
+ oxlint: "oxlint";
3292
+ "shadcn-lint": "shadcn-lint";
3293
+ opentui: "opentui";
3294
+ wxt: "wxt";
3295
+ msw: "msw";
3296
+ storybook: "storybook";
3297
+ swr: "swr";
3298
+ "tanstack-query": "tanstack-query";
3299
+ "tanstack-table": "tanstack-table";
3300
+ "tanstack-virtual": "tanstack-virtual";
3301
+ "tanstack-db": "tanstack-db";
3302
+ "tanstack-pacer": "tanstack-pacer";
3303
+ "backend-utils": "backend-utils";
3304
+ devcontainer: "devcontainer";
3305
+ "docker-compose": "docker-compose";
3306
+ kong: "kong";
3307
+ "github-actions": "github-actions";
3308
+ eslint: "eslint";
3309
+ prettier: "prettier";
3310
+ axios: "axios";
3311
+ firebase: "firebase";
3312
+ "graphql-codegen": "graphql-codegen";
3313
+ "openapi-typescript": "openapi-typescript";
3314
+ "apollo-client": "apollo-client";
3315
+ electron: "electron";
3316
+ capacitor: "capacitor";
3317
+ }>>>;
3318
+ workspaceShape: z.ZodOptional<z.ZodEnum<{
3319
+ monorepo: "monorepo";
3320
+ "single-app": "single-app";
3336
3321
  }>>;
3337
- botProtection: z.ZodOptional<z.ZodEnum<{
3338
- none: "none";
3339
- botid: "botid";
3340
- turnstile: "turnstile";
3322
+ versionChannel: z.ZodOptional<z.ZodEnum<{
3323
+ stable: "stable";
3324
+ latest: "latest";
3325
+ beta: "beta";
3341
3326
  }>>;
3342
- i18n: z.ZodOptional<z.ZodEnum<{
3343
- none: "none";
3344
- paraglide: "paraglide";
3345
- i18next: "i18next";
3346
- "next-intl": "next-intl";
3347
- intlayer: "intlayer";
3327
+ install: z.ZodOptional<z.ZodBoolean>;
3328
+ webDeploy: z.ZodOptional<z.ZodEnum<{
3329
+ none: "none";
3330
+ docker: "docker";
3331
+ cloudflare: "cloudflare";
3332
+ fly: "fly";
3333
+ railway: "railway";
3334
+ render: "render";
3335
+ netlify: "netlify";
3336
+ sst: "sst";
3337
+ vercel: "vercel";
3348
3338
  }>>;
3349
- search: z.ZodOptional<z.ZodEnum<{
3339
+ serverDeploy: z.ZodOptional<z.ZodEnum<{
3350
3340
  none: "none";
3351
- meilisearch: "meilisearch";
3352
- typesense: "typesense";
3353
- elasticsearch: "elasticsearch";
3354
- opensearch: "opensearch";
3355
- algolia: "algolia";
3356
- bleve: "bleve";
3341
+ docker: "docker";
3342
+ cloudflare: "cloudflare";
3343
+ fly: "fly";
3344
+ railway: "railway";
3345
+ render: "render";
3346
+ netlify: "netlify";
3347
+ sst: "sst";
3348
+ vercel: "vercel";
3357
3349
  }>>;
3358
- vectorDb: z.ZodOptional<z.ZodEnum<{
3350
+ cssFramework: z.ZodOptional<z.ZodEnum<{
3359
3351
  none: "none";
3360
- pgvector: "pgvector";
3361
- qdrant: "qdrant";
3362
- chroma: "chroma";
3363
- pinecone: "pinecone";
3352
+ tailwind: "tailwind";
3353
+ scss: "scss";
3354
+ less: "less";
3355
+ "postcss-only": "postcss-only";
3356
+ "styled-components": "styled-components";
3364
3357
  }>>;
3365
- fileStorage: z.ZodOptional<z.ZodEnum<{
3358
+ uiLibrary: z.ZodOptional<z.ZodEnum<{
3366
3359
  none: "none";
3367
- s3: "s3";
3368
- r2: "r2";
3369
- cloudinary: "cloudinary";
3370
- "supabase-storage": "supabase-storage";
3360
+ "shadcn-ui": "shadcn-ui";
3361
+ "shadcn-svelte": "shadcn-svelte";
3362
+ daisyui: "daisyui";
3363
+ "radix-ui": "radix-ui";
3364
+ "headless-ui": "headless-ui";
3365
+ "park-ui": "park-ui";
3366
+ "chakra-ui": "chakra-ui";
3367
+ nextui: "nextui";
3368
+ mantine: "mantine";
3369
+ mui: "mui";
3370
+ antd: "antd";
3371
+ "base-ui": "base-ui";
3372
+ "ark-ui": "ark-ui";
3373
+ "react-aria": "react-aria";
3371
3374
  }>>;
3372
3375
  mobileNavigation: z.ZodOptional<z.ZodEnum<{
3373
3376
  none: "none";
@@ -3376,9 +3379,9 @@ declare const AddInputSchema: z.ZodObject<{
3376
3379
  }>>;
3377
3380
  mobileUI: z.ZodOptional<z.ZodEnum<{
3378
3381
  none: "none";
3379
- uniwind: "uniwind";
3380
3382
  tamagui: "tamagui";
3381
3383
  "gluestack-ui": "gluestack-ui";
3384
+ uniwind: "uniwind";
3382
3385
  unistyles: "unistyles";
3383
3386
  }>>;
3384
3387
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -3494,12 +3497,12 @@ declare const AddInputSchema: z.ZodObject<{
3494
3497
  ratatui: "ratatui";
3495
3498
  }>>;
3496
3499
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3500
+ config: "config";
3497
3501
  none: "none";
3498
3502
  serde: "serde";
3499
3503
  uuid: "uuid";
3500
3504
  chrono: "chrono";
3501
3505
  reqwest: "reqwest";
3502
- config: "config";
3503
3506
  dashmap: "dashmap";
3504
3507
  "parking-lot": "parking-lot";
3505
3508
  secrecy: "secrecy";
@@ -4116,17 +4119,17 @@ declare const CLIInputSchema: z.ZodObject<{
4116
4119
  projectName: z.ZodOptional<z.ZodString>;
4117
4120
  template: z.ZodOptional<z.ZodEnum<{
4118
4121
  none: "none";
4122
+ uniwind: "uniwind";
4119
4123
  mern: "mern";
4120
4124
  pern: "pern";
4121
4125
  t3: "t3";
4122
4126
  saas: "saas";
4123
- uniwind: "uniwind";
4124
4127
  }>>;
4125
4128
  shape: z.ZodOptional<z.ZodEnum<{
4126
- fullstack: "fullstack";
4127
4129
  frontend: "frontend";
4128
4130
  backend: "backend";
4129
4131
  mobile: "mobile";
4132
+ fullstack: "fullstack";
4130
4133
  }>>;
4131
4134
  yes: z.ZodOptional<z.ZodBoolean>;
4132
4135
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -4232,6 +4235,7 @@ declare const CLIInputSchema: z.ZodObject<{
4232
4235
  fumadocs: "fumadocs";
4233
4236
  ultracite: "ultracite";
4234
4237
  oxlint: "oxlint";
4238
+ "shadcn-lint": "shadcn-lint";
4235
4239
  opentui: "opentui";
4236
4240
  wxt: "wxt";
4237
4241
  msw: "msw";
@@ -4258,8 +4262,8 @@ declare const CLIInputSchema: z.ZodObject<{
4258
4262
  capacitor: "capacitor";
4259
4263
  }>>>;
4260
4264
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
4261
- none: "none";
4262
4265
  ai: "ai";
4266
+ none: "none";
4263
4267
  "chat-sdk": "chat-sdk";
4264
4268
  "tanstack-showcase": "tanstack-showcase";
4265
4269
  }>>>;
@@ -4293,13 +4297,13 @@ declare const CLIInputSchema: z.ZodObject<{
4293
4297
  docker: "docker";
4294
4298
  }>>;
4295
4299
  backend: z.ZodOptional<z.ZodEnum<{
4300
+ effect: "effect";
4296
4301
  none: "none";
4297
4302
  hono: "hono";
4298
4303
  express: "express";
4299
4304
  fastify: "fastify";
4300
4305
  elysia: "elysia";
4301
4306
  fets: "fets";
4302
- effect: "effect";
4303
4307
  nestjs: "nestjs";
4304
4308
  adonisjs: "adonisjs";
4305
4309
  nitro: "nitro";
@@ -4346,10 +4350,10 @@ declare const CLIInputSchema: z.ZodObject<{
4346
4350
  vercel: "vercel";
4347
4351
  }>>;
4348
4352
  directoryConflict: z.ZodOptional<z.ZodEnum<{
4353
+ error: "error";
4349
4354
  merge: "merge";
4350
4355
  overwrite: "overwrite";
4351
4356
  increment: "increment";
4352
- error: "error";
4353
4357
  }>>;
4354
4358
  renderTitle: z.ZodOptional<z.ZodBoolean>;
4355
4359
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -4378,8 +4382,8 @@ declare const CLIInputSchema: z.ZodObject<{
4378
4382
  "ai-cli": "ai-cli";
4379
4383
  }>>;
4380
4384
  effect: z.ZodOptional<z.ZodEnum<{
4381
- none: "none";
4382
4385
  effect: "effect";
4386
+ none: "none";
4383
4387
  "effect-full": "effect-full";
4384
4388
  }>>;
4385
4389
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -4514,8 +4518,8 @@ declare const CLIInputSchema: z.ZodObject<{
4514
4518
  "geist-mono": "geist-mono";
4515
4519
  }>>;
4516
4520
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
4517
- none: "none";
4518
4521
  default: "default";
4522
+ none: "none";
4519
4523
  small: "small";
4520
4524
  medium: "medium";
4521
4525
  large: "large";
@@ -4667,9 +4671,9 @@ declare const CLIInputSchema: z.ZodObject<{
4667
4671
  }>>;
4668
4672
  mobileUI: z.ZodOptional<z.ZodEnum<{
4669
4673
  none: "none";
4670
- uniwind: "uniwind";
4671
4674
  tamagui: "tamagui";
4672
4675
  "gluestack-ui": "gluestack-ui";
4676
+ uniwind: "uniwind";
4673
4677
  unistyles: "unistyles";
4674
4678
  }>>;
4675
4679
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -4785,12 +4789,12 @@ declare const CLIInputSchema: z.ZodObject<{
4785
4789
  ratatui: "ratatui";
4786
4790
  }>>;
4787
4791
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
4792
+ config: "config";
4788
4793
  none: "none";
4789
4794
  serde: "serde";
4790
4795
  uuid: "uuid";
4791
4796
  chrono: "chrono";
4792
4797
  reqwest: "reqwest";
4793
- config: "config";
4794
4798
  dashmap: "dashmap";
4795
4799
  "parking-lot": "parking-lot";
4796
4800
  secrecy: "secrecy";
@@ -5436,13 +5440,13 @@ declare const ProjectConfigSchema: z.ZodObject<{
5436
5440
  sequelize: "sequelize";
5437
5441
  }>;
5438
5442
  backend: z.ZodEnum<{
5443
+ effect: "effect";
5439
5444
  none: "none";
5440
5445
  hono: "hono";
5441
5446
  express: "express";
5442
5447
  fastify: "fastify";
5443
5448
  elysia: "elysia";
5444
5449
  fets: "fets";
5445
- effect: "effect";
5446
5450
  nestjs: "nestjs";
5447
5451
  adonisjs: "adonisjs";
5448
5452
  nitro: "nitro";
@@ -5498,6 +5502,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
5498
5502
  fumadocs: "fumadocs";
5499
5503
  ultracite: "ultracite";
5500
5504
  oxlint: "oxlint";
5505
+ "shadcn-lint": "shadcn-lint";
5501
5506
  opentui: "opentui";
5502
5507
  wxt: "wxt";
5503
5508
  msw: "msw";
@@ -5524,8 +5529,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
5524
5529
  capacitor: "capacitor";
5525
5530
  }>>;
5526
5531
  examples: z.ZodArray<z.ZodEnum<{
5527
- none: "none";
5528
5532
  ai: "ai";
5533
+ none: "none";
5529
5534
  "chat-sdk": "chat-sdk";
5530
5535
  "tanstack-showcase": "tanstack-showcase";
5531
5536
  }>>;
@@ -5642,8 +5647,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
5642
5647
  "ai-cli": "ai-cli";
5643
5648
  }>;
5644
5649
  effect: z.ZodEnum<{
5645
- none: "none";
5646
5650
  effect: "effect";
5651
+ none: "none";
5647
5652
  "effect-full": "effect-full";
5648
5653
  }>;
5649
5654
  stateManagement: z.ZodEnum<{
@@ -5778,8 +5783,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
5778
5783
  "geist-mono": "geist-mono";
5779
5784
  }>>;
5780
5785
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
5781
- none: "none";
5782
5786
  default: "default";
5787
+ none: "none";
5783
5788
  small: "small";
5784
5789
  medium: "medium";
5785
5790
  large: "large";
@@ -5931,9 +5936,9 @@ declare const ProjectConfigSchema: z.ZodObject<{
5931
5936
  }>;
5932
5937
  mobileUI: z.ZodEnum<{
5933
5938
  none: "none";
5934
- uniwind: "uniwind";
5935
5939
  tamagui: "tamagui";
5936
5940
  "gluestack-ui": "gluestack-ui";
5941
+ uniwind: "uniwind";
5937
5942
  unistyles: "unistyles";
5938
5943
  }>;
5939
5944
  mobileStorage: z.ZodEnum<{
@@ -6049,12 +6054,12 @@ declare const ProjectConfigSchema: z.ZodObject<{
6049
6054
  ratatui: "ratatui";
6050
6055
  }>;
6051
6056
  rustLibraries: z.ZodArray<z.ZodEnum<{
6057
+ config: "config";
6052
6058
  none: "none";
6053
6059
  serde: "serde";
6054
6060
  uuid: "uuid";
6055
6061
  chrono: "chrono";
6056
6062
  reqwest: "reqwest";
6057
- config: "config";
6058
6063
  dashmap: "dashmap";
6059
6064
  "parking-lot": "parking-lot";
6060
6065
  secrecy: "secrecy";
@@ -6666,55 +6671,52 @@ declare const ProjectConfigSchema: z.ZodObject<{
6666
6671
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
6667
6672
  id: z.ZodString;
6668
6673
  role: z.ZodEnum<{
6669
- effect: "effect";
6670
- ai: "ai";
6674
+ push: "push";
6671
6675
  frontend: "frontend";
6672
6676
  backend: "backend";
6673
6677
  mobile: "mobile";
6674
6678
  database: "database";
6679
+ api: "api";
6680
+ graphql: "graphql";
6675
6681
  orm: "orm";
6676
6682
  auth: "auth";
6677
- payments: "payments";
6678
- examples: "examples";
6679
- packageManager: "packageManager";
6680
- dbSetup: "dbSetup";
6681
6683
  runtime: "runtime";
6682
- api: "api";
6683
- stateManagement: "stateManagement";
6684
- forms: "forms";
6685
- testing: "testing";
6686
- email: "email";
6687
- validation: "validation";
6684
+ deploy: "deploy";
6685
+ dbSetup: "dbSetup";
6686
+ migrations: "migrations";
6688
6687
  realtime: "realtime";
6688
+ navigation: "navigation";
6689
+ caching: "caching";
6690
+ observability: "observability";
6691
+ email: "email";
6692
+ search: "search";
6693
+ vectorDb: "vectorDb";
6694
+ fileStorage: "fileStorage";
6689
6695
  jobQueue: "jobQueue";
6696
+ rateLimit: "rateLimit";
6697
+ botProtection: "botProtection";
6698
+ testing: "testing";
6699
+ stateManagement: "stateManagement";
6700
+ forms: "forms";
6690
6701
  animation: "animation";
6691
6702
  fileUpload: "fileUpload";
6703
+ validation: "validation";
6704
+ effect: "effect";
6705
+ ui: "ui";
6706
+ css: "css";
6707
+ storage: "storage";
6708
+ ota: "ota";
6709
+ deepLinking: "deepLinking";
6710
+ ai: "ai";
6711
+ payments: "payments";
6692
6712
  logging: "logging";
6693
- observability: "observability";
6694
6713
  featureFlags: "featureFlags";
6695
6714
  integrations: "integrations";
6696
6715
  ecommerce: "ecommerce";
6697
6716
  analytics: "analytics";
6698
6717
  webMcp: "webMcp";
6699
6718
  cms: "cms";
6700
- caching: "caching";
6701
- rateLimit: "rateLimit";
6702
- botProtection: "botProtection";
6703
6719
  i18n: "i18n";
6704
- search: "search";
6705
- vectorDb: "vectorDb";
6706
- fileStorage: "fileStorage";
6707
- config: "config";
6708
- graphql: "graphql";
6709
- deploy: "deploy";
6710
- migrations: "migrations";
6711
- navigation: "navigation";
6712
- ui: "ui";
6713
- css: "css";
6714
- storage: "storage";
6715
- push: "push";
6716
- ota: "ota";
6717
- deepLinking: "deepLinking";
6718
6720
  documentation: "documentation";
6719
6721
  codeQuality: "codeQuality";
6720
6722
  appPlatform: "appPlatform";
@@ -6731,17 +6733,20 @@ declare const ProjectConfigSchema: z.ZodObject<{
6731
6733
  apiGateway: "apiGateway";
6732
6734
  continuousIntegration: "continuousIntegration";
6733
6735
  backendUtilities: "backendUtilities";
6736
+ examples: "examples";
6734
6737
  language: "language";
6735
6738
  buildTool: "buildTool";
6736
6739
  cli: "cli";
6737
6740
  errorHandling: "errorHandling";
6738
6741
  httpClient: "httpClient";
6739
6742
  libraries: "libraries";
6743
+ config: "config";
6740
6744
  templating: "templating";
6741
6745
  cloudSdk: "cloudSdk";
6742
6746
  data: "data";
6743
6747
  media: "media";
6744
6748
  server: "server";
6749
+ packageManager: "packageManager";
6745
6750
  messageQueue: "messageQueue";
6746
6751
  }>;
6747
6752
  toolId: z.ZodString;
@@ -6803,13 +6808,13 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6803
6808
  sequelize: "sequelize";
6804
6809
  }>;
6805
6810
  backend: z.ZodEnum<{
6811
+ effect: "effect";
6806
6812
  none: "none";
6807
6813
  hono: "hono";
6808
6814
  express: "express";
6809
6815
  fastify: "fastify";
6810
6816
  elysia: "elysia";
6811
6817
  fets: "fets";
6812
- effect: "effect";
6813
6818
  nestjs: "nestjs";
6814
6819
  adonisjs: "adonisjs";
6815
6820
  nitro: "nitro";
@@ -6865,6 +6870,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6865
6870
  fumadocs: "fumadocs";
6866
6871
  ultracite: "ultracite";
6867
6872
  oxlint: "oxlint";
6873
+ "shadcn-lint": "shadcn-lint";
6868
6874
  opentui: "opentui";
6869
6875
  wxt: "wxt";
6870
6876
  msw: "msw";
@@ -6891,8 +6897,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6891
6897
  capacitor: "capacitor";
6892
6898
  }>>;
6893
6899
  examples: z.ZodArray<z.ZodEnum<{
6894
- none: "none";
6895
6900
  ai: "ai";
6901
+ none: "none";
6896
6902
  "chat-sdk": "chat-sdk";
6897
6903
  "tanstack-showcase": "tanstack-showcase";
6898
6904
  }>>;
@@ -7007,8 +7013,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7007
7013
  "ai-cli": "ai-cli";
7008
7014
  }>;
7009
7015
  effect: z.ZodEnum<{
7010
- none: "none";
7011
7016
  effect: "effect";
7017
+ none: "none";
7012
7018
  "effect-full": "effect-full";
7013
7019
  }>;
7014
7020
  stateManagement: z.ZodEnum<{
@@ -7143,8 +7149,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7143
7149
  "geist-mono": "geist-mono";
7144
7150
  }>>;
7145
7151
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
7146
- none: "none";
7147
7152
  default: "default";
7153
+ none: "none";
7148
7154
  small: "small";
7149
7155
  medium: "medium";
7150
7156
  large: "large";
@@ -7296,9 +7302,9 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7296
7302
  }>;
7297
7303
  mobileUI: z.ZodEnum<{
7298
7304
  none: "none";
7299
- uniwind: "uniwind";
7300
7305
  tamagui: "tamagui";
7301
7306
  "gluestack-ui": "gluestack-ui";
7307
+ uniwind: "uniwind";
7302
7308
  unistyles: "unistyles";
7303
7309
  }>;
7304
7310
  mobileStorage: z.ZodEnum<{
@@ -7414,12 +7420,12 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7414
7420
  ratatui: "ratatui";
7415
7421
  }>;
7416
7422
  rustLibraries: z.ZodArray<z.ZodEnum<{
7423
+ config: "config";
7417
7424
  none: "none";
7418
7425
  serde: "serde";
7419
7426
  uuid: "uuid";
7420
7427
  chrono: "chrono";
7421
7428
  reqwest: "reqwest";
7422
- config: "config";
7423
7429
  dashmap: "dashmap";
7424
7430
  "parking-lot": "parking-lot";
7425
7431
  secrecy: "secrecy";
@@ -8031,55 +8037,52 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
8031
8037
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
8032
8038
  id: z.ZodString;
8033
8039
  role: z.ZodEnum<{
8034
- effect: "effect";
8035
- ai: "ai";
8040
+ push: "push";
8036
8041
  frontend: "frontend";
8037
8042
  backend: "backend";
8038
8043
  mobile: "mobile";
8039
8044
  database: "database";
8045
+ api: "api";
8046
+ graphql: "graphql";
8040
8047
  orm: "orm";
8041
8048
  auth: "auth";
8042
- payments: "payments";
8043
- examples: "examples";
8044
- packageManager: "packageManager";
8045
- dbSetup: "dbSetup";
8046
8049
  runtime: "runtime";
8047
- api: "api";
8048
- stateManagement: "stateManagement";
8049
- forms: "forms";
8050
- testing: "testing";
8051
- email: "email";
8052
- validation: "validation";
8050
+ deploy: "deploy";
8051
+ dbSetup: "dbSetup";
8052
+ migrations: "migrations";
8053
8053
  realtime: "realtime";
8054
+ navigation: "navigation";
8055
+ caching: "caching";
8056
+ observability: "observability";
8057
+ email: "email";
8058
+ search: "search";
8059
+ vectorDb: "vectorDb";
8060
+ fileStorage: "fileStorage";
8054
8061
  jobQueue: "jobQueue";
8062
+ rateLimit: "rateLimit";
8063
+ botProtection: "botProtection";
8064
+ testing: "testing";
8065
+ stateManagement: "stateManagement";
8066
+ forms: "forms";
8055
8067
  animation: "animation";
8056
8068
  fileUpload: "fileUpload";
8069
+ validation: "validation";
8070
+ effect: "effect";
8071
+ ui: "ui";
8072
+ css: "css";
8073
+ storage: "storage";
8074
+ ota: "ota";
8075
+ deepLinking: "deepLinking";
8076
+ ai: "ai";
8077
+ payments: "payments";
8057
8078
  logging: "logging";
8058
- observability: "observability";
8059
8079
  featureFlags: "featureFlags";
8060
8080
  integrations: "integrations";
8061
8081
  ecommerce: "ecommerce";
8062
8082
  analytics: "analytics";
8063
8083
  webMcp: "webMcp";
8064
8084
  cms: "cms";
8065
- caching: "caching";
8066
- rateLimit: "rateLimit";
8067
- botProtection: "botProtection";
8068
8085
  i18n: "i18n";
8069
- search: "search";
8070
- vectorDb: "vectorDb";
8071
- fileStorage: "fileStorage";
8072
- config: "config";
8073
- graphql: "graphql";
8074
- deploy: "deploy";
8075
- migrations: "migrations";
8076
- navigation: "navigation";
8077
- ui: "ui";
8078
- css: "css";
8079
- storage: "storage";
8080
- push: "push";
8081
- ota: "ota";
8082
- deepLinking: "deepLinking";
8083
8086
  documentation: "documentation";
8084
8087
  codeQuality: "codeQuality";
8085
8088
  appPlatform: "appPlatform";
@@ -8096,17 +8099,20 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
8096
8099
  apiGateway: "apiGateway";
8097
8100
  continuousIntegration: "continuousIntegration";
8098
8101
  backendUtilities: "backendUtilities";
8102
+ examples: "examples";
8099
8103
  language: "language";
8100
8104
  buildTool: "buildTool";
8101
8105
  cli: "cli";
8102
8106
  errorHandling: "errorHandling";
8103
8107
  httpClient: "httpClient";
8104
8108
  libraries: "libraries";
8109
+ config: "config";
8105
8110
  templating: "templating";
8106
8111
  cloudSdk: "cloudSdk";
8107
8112
  data: "data";
8108
8113
  media: "media";
8109
8114
  server: "server";
8115
+ packageManager: "packageManager";
8110
8116
  messageQueue: "messageQueue";
8111
8117
  }>;
8112
8118
  toolId: z.ZodString;
@@ -8168,13 +8174,13 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8168
8174
  sequelize: "sequelize";
8169
8175
  }>;
8170
8176
  backend: z.ZodEnum<{
8177
+ effect: "effect";
8171
8178
  none: "none";
8172
8179
  hono: "hono";
8173
8180
  express: "express";
8174
8181
  fastify: "fastify";
8175
8182
  elysia: "elysia";
8176
8183
  fets: "fets";
8177
- effect: "effect";
8178
8184
  nestjs: "nestjs";
8179
8185
  adonisjs: "adonisjs";
8180
8186
  nitro: "nitro";
@@ -8230,6 +8236,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8230
8236
  fumadocs: "fumadocs";
8231
8237
  ultracite: "ultracite";
8232
8238
  oxlint: "oxlint";
8239
+ "shadcn-lint": "shadcn-lint";
8233
8240
  opentui: "opentui";
8234
8241
  wxt: "wxt";
8235
8242
  msw: "msw";
@@ -8256,8 +8263,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8256
8263
  capacitor: "capacitor";
8257
8264
  }>>;
8258
8265
  examples: z.ZodArray<z.ZodEnum<{
8259
- none: "none";
8260
8266
  ai: "ai";
8267
+ none: "none";
8261
8268
  "chat-sdk": "chat-sdk";
8262
8269
  "tanstack-showcase": "tanstack-showcase";
8263
8270
  }>>;
@@ -8372,8 +8379,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8372
8379
  "ai-cli": "ai-cli";
8373
8380
  }>;
8374
8381
  effect: z.ZodEnum<{
8375
- none: "none";
8376
8382
  effect: "effect";
8383
+ none: "none";
8377
8384
  "effect-full": "effect-full";
8378
8385
  }>;
8379
8386
  stateManagement: z.ZodEnum<{
@@ -8508,8 +8515,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8508
8515
  "geist-mono": "geist-mono";
8509
8516
  }>>;
8510
8517
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
8511
- none: "none";
8512
8518
  default: "default";
8519
+ none: "none";
8513
8520
  small: "small";
8514
8521
  medium: "medium";
8515
8522
  large: "large";
@@ -8661,9 +8668,9 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8661
8668
  }>;
8662
8669
  mobileUI: z.ZodEnum<{
8663
8670
  none: "none";
8664
- uniwind: "uniwind";
8665
8671
  tamagui: "tamagui";
8666
8672
  "gluestack-ui": "gluestack-ui";
8673
+ uniwind: "uniwind";
8667
8674
  unistyles: "unistyles";
8668
8675
  }>;
8669
8676
  mobileStorage: z.ZodEnum<{
@@ -8779,12 +8786,12 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8779
8786
  ratatui: "ratatui";
8780
8787
  }>;
8781
8788
  rustLibraries: z.ZodArray<z.ZodEnum<{
8789
+ config: "config";
8782
8790
  none: "none";
8783
8791
  serde: "serde";
8784
8792
  uuid: "uuid";
8785
8793
  chrono: "chrono";
8786
8794
  reqwest: "reqwest";
8787
- config: "config";
8788
8795
  dashmap: "dashmap";
8789
8796
  "parking-lot": "parking-lot";
8790
8797
  secrecy: "secrecy";
@@ -9396,55 +9403,52 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
9396
9403
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
9397
9404
  id: z.ZodString;
9398
9405
  role: z.ZodEnum<{
9399
- effect: "effect";
9400
- ai: "ai";
9406
+ push: "push";
9401
9407
  frontend: "frontend";
9402
9408
  backend: "backend";
9403
9409
  mobile: "mobile";
9404
9410
  database: "database";
9411
+ api: "api";
9412
+ graphql: "graphql";
9405
9413
  orm: "orm";
9406
9414
  auth: "auth";
9407
- payments: "payments";
9408
- examples: "examples";
9409
- packageManager: "packageManager";
9410
- dbSetup: "dbSetup";
9411
9415
  runtime: "runtime";
9412
- api: "api";
9413
- stateManagement: "stateManagement";
9414
- forms: "forms";
9415
- testing: "testing";
9416
+ deploy: "deploy";
9417
+ dbSetup: "dbSetup";
9418
+ migrations: "migrations";
9419
+ realtime: "realtime";
9420
+ navigation: "navigation";
9421
+ caching: "caching";
9422
+ observability: "observability";
9416
9423
  email: "email";
9417
- validation: "validation";
9418
- realtime: "realtime";
9424
+ search: "search";
9425
+ vectorDb: "vectorDb";
9426
+ fileStorage: "fileStorage";
9419
9427
  jobQueue: "jobQueue";
9428
+ rateLimit: "rateLimit";
9429
+ botProtection: "botProtection";
9430
+ testing: "testing";
9431
+ stateManagement: "stateManagement";
9432
+ forms: "forms";
9420
9433
  animation: "animation";
9421
9434
  fileUpload: "fileUpload";
9435
+ validation: "validation";
9436
+ effect: "effect";
9437
+ ui: "ui";
9438
+ css: "css";
9439
+ storage: "storage";
9440
+ ota: "ota";
9441
+ deepLinking: "deepLinking";
9442
+ ai: "ai";
9443
+ payments: "payments";
9422
9444
  logging: "logging";
9423
- observability: "observability";
9424
9445
  featureFlags: "featureFlags";
9425
9446
  integrations: "integrations";
9426
9447
  ecommerce: "ecommerce";
9427
9448
  analytics: "analytics";
9428
9449
  webMcp: "webMcp";
9429
9450
  cms: "cms";
9430
- caching: "caching";
9431
- rateLimit: "rateLimit";
9432
- botProtection: "botProtection";
9433
9451
  i18n: "i18n";
9434
- search: "search";
9435
- vectorDb: "vectorDb";
9436
- fileStorage: "fileStorage";
9437
- config: "config";
9438
- graphql: "graphql";
9439
- deploy: "deploy";
9440
- migrations: "migrations";
9441
- navigation: "navigation";
9442
- ui: "ui";
9443
- css: "css";
9444
- storage: "storage";
9445
- push: "push";
9446
- ota: "ota";
9447
- deepLinking: "deepLinking";
9448
9452
  documentation: "documentation";
9449
9453
  codeQuality: "codeQuality";
9450
9454
  appPlatform: "appPlatform";
@@ -9461,17 +9465,20 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
9461
9465
  apiGateway: "apiGateway";
9462
9466
  continuousIntegration: "continuousIntegration";
9463
9467
  backendUtilities: "backendUtilities";
9468
+ examples: "examples";
9464
9469
  language: "language";
9465
9470
  buildTool: "buildTool";
9466
9471
  cli: "cli";
9467
9472
  errorHandling: "errorHandling";
9468
9473
  httpClient: "httpClient";
9469
9474
  libraries: "libraries";
9475
+ config: "config";
9470
9476
  templating: "templating";
9471
9477
  cloudSdk: "cloudSdk";
9472
9478
  data: "data";
9473
9479
  media: "media";
9474
9480
  server: "server";
9481
+ packageManager: "packageManager";
9475
9482
  messageQueue: "messageQueue";
9476
9483
  }>;
9477
9484
  toolId: z.ZodString;
@@ -9534,13 +9541,13 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9534
9541
  sequelize: "sequelize";
9535
9542
  }>;
9536
9543
  backend: z.ZodEnum<{
9544
+ effect: "effect";
9537
9545
  none: "none";
9538
9546
  hono: "hono";
9539
9547
  express: "express";
9540
9548
  fastify: "fastify";
9541
9549
  elysia: "elysia";
9542
9550
  fets: "fets";
9543
- effect: "effect";
9544
9551
  nestjs: "nestjs";
9545
9552
  adonisjs: "adonisjs";
9546
9553
  nitro: "nitro";
@@ -9596,6 +9603,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9596
9603
  fumadocs: "fumadocs";
9597
9604
  ultracite: "ultracite";
9598
9605
  oxlint: "oxlint";
9606
+ "shadcn-lint": "shadcn-lint";
9599
9607
  opentui: "opentui";
9600
9608
  wxt: "wxt";
9601
9609
  msw: "msw";
@@ -9622,8 +9630,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9622
9630
  capacitor: "capacitor";
9623
9631
  }>>;
9624
9632
  examples: z.ZodArray<z.ZodEnum<{
9625
- none: "none";
9626
9633
  ai: "ai";
9634
+ none: "none";
9627
9635
  "chat-sdk": "chat-sdk";
9628
9636
  "tanstack-showcase": "tanstack-showcase";
9629
9637
  }>>;
@@ -9738,8 +9746,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9738
9746
  "ai-cli": "ai-cli";
9739
9747
  }>;
9740
9748
  effect: z.ZodEnum<{
9741
- none: "none";
9742
9749
  effect: "effect";
9750
+ none: "none";
9743
9751
  "effect-full": "effect-full";
9744
9752
  }>;
9745
9753
  stateManagement: z.ZodEnum<{
@@ -9874,8 +9882,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9874
9882
  "geist-mono": "geist-mono";
9875
9883
  }>>;
9876
9884
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
9877
- none: "none";
9878
9885
  default: "default";
9886
+ none: "none";
9879
9887
  small: "small";
9880
9888
  medium: "medium";
9881
9889
  large: "large";
@@ -10027,9 +10035,9 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
10027
10035
  }>;
10028
10036
  mobileUI: z.ZodEnum<{
10029
10037
  none: "none";
10030
- uniwind: "uniwind";
10031
10038
  tamagui: "tamagui";
10032
10039
  "gluestack-ui": "gluestack-ui";
10040
+ uniwind: "uniwind";
10033
10041
  unistyles: "unistyles";
10034
10042
  }>;
10035
10043
  mobileStorage: z.ZodEnum<{
@@ -10145,12 +10153,12 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
10145
10153
  ratatui: "ratatui";
10146
10154
  }>;
10147
10155
  rustLibraries: z.ZodArray<z.ZodEnum<{
10156
+ config: "config";
10148
10157
  none: "none";
10149
10158
  serde: "serde";
10150
10159
  uuid: "uuid";
10151
10160
  chrono: "chrono";
10152
10161
  reqwest: "reqwest";
10153
- config: "config";
10154
10162
  dashmap: "dashmap";
10155
10163
  "parking-lot": "parking-lot";
10156
10164
  secrecy: "secrecy";
@@ -10762,55 +10770,52 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
10762
10770
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
10763
10771
  id: z.ZodString;
10764
10772
  role: z.ZodEnum<{
10765
- effect: "effect";
10766
- ai: "ai";
10773
+ push: "push";
10767
10774
  frontend: "frontend";
10768
10775
  backend: "backend";
10769
10776
  mobile: "mobile";
10770
10777
  database: "database";
10778
+ api: "api";
10779
+ graphql: "graphql";
10771
10780
  orm: "orm";
10772
10781
  auth: "auth";
10773
- payments: "payments";
10774
- examples: "examples";
10775
- packageManager: "packageManager";
10776
- dbSetup: "dbSetup";
10777
10782
  runtime: "runtime";
10778
- api: "api";
10779
- stateManagement: "stateManagement";
10780
- forms: "forms";
10781
- testing: "testing";
10782
- email: "email";
10783
- validation: "validation";
10783
+ deploy: "deploy";
10784
+ dbSetup: "dbSetup";
10785
+ migrations: "migrations";
10784
10786
  realtime: "realtime";
10787
+ navigation: "navigation";
10788
+ caching: "caching";
10789
+ observability: "observability";
10790
+ email: "email";
10791
+ search: "search";
10792
+ vectorDb: "vectorDb";
10793
+ fileStorage: "fileStorage";
10785
10794
  jobQueue: "jobQueue";
10795
+ rateLimit: "rateLimit";
10796
+ botProtection: "botProtection";
10797
+ testing: "testing";
10798
+ stateManagement: "stateManagement";
10799
+ forms: "forms";
10786
10800
  animation: "animation";
10787
10801
  fileUpload: "fileUpload";
10802
+ validation: "validation";
10803
+ effect: "effect";
10804
+ ui: "ui";
10805
+ css: "css";
10806
+ storage: "storage";
10807
+ ota: "ota";
10808
+ deepLinking: "deepLinking";
10809
+ ai: "ai";
10810
+ payments: "payments";
10788
10811
  logging: "logging";
10789
- observability: "observability";
10790
10812
  featureFlags: "featureFlags";
10791
10813
  integrations: "integrations";
10792
10814
  ecommerce: "ecommerce";
10793
10815
  analytics: "analytics";
10794
10816
  webMcp: "webMcp";
10795
10817
  cms: "cms";
10796
- caching: "caching";
10797
- rateLimit: "rateLimit";
10798
- botProtection: "botProtection";
10799
10818
  i18n: "i18n";
10800
- search: "search";
10801
- vectorDb: "vectorDb";
10802
- fileStorage: "fileStorage";
10803
- config: "config";
10804
- graphql: "graphql";
10805
- deploy: "deploy";
10806
- migrations: "migrations";
10807
- navigation: "navigation";
10808
- ui: "ui";
10809
- css: "css";
10810
- storage: "storage";
10811
- push: "push";
10812
- ota: "ota";
10813
- deepLinking: "deepLinking";
10814
10819
  documentation: "documentation";
10815
10820
  codeQuality: "codeQuality";
10816
10821
  appPlatform: "appPlatform";
@@ -10827,17 +10832,20 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
10827
10832
  apiGateway: "apiGateway";
10828
10833
  continuousIntegration: "continuousIntegration";
10829
10834
  backendUtilities: "backendUtilities";
10835
+ examples: "examples";
10830
10836
  language: "language";
10831
10837
  buildTool: "buildTool";
10832
10838
  cli: "cli";
10833
10839
  errorHandling: "errorHandling";
10834
10840
  httpClient: "httpClient";
10835
10841
  libraries: "libraries";
10842
+ config: "config";
10836
10843
  templating: "templating";
10837
10844
  cloudSdk: "cloudSdk";
10838
10845
  data: "data";
10839
10846
  media: "media";
10840
10847
  server: "server";
10848
+ packageManager: "packageManager";
10841
10849
  messageQueue: "messageQueue";
10842
10850
  }>;
10843
10851
  toolId: z.ZodString;
@@ -10900,13 +10908,13 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10900
10908
  sequelize: "sequelize";
10901
10909
  }>;
10902
10910
  backend: z.ZodEnum<{
10911
+ effect: "effect";
10903
10912
  none: "none";
10904
10913
  hono: "hono";
10905
10914
  express: "express";
10906
10915
  fastify: "fastify";
10907
10916
  elysia: "elysia";
10908
10917
  fets: "fets";
10909
- effect: "effect";
10910
10918
  nestjs: "nestjs";
10911
10919
  adonisjs: "adonisjs";
10912
10920
  nitro: "nitro";
@@ -10962,6 +10970,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10962
10970
  fumadocs: "fumadocs";
10963
10971
  ultracite: "ultracite";
10964
10972
  oxlint: "oxlint";
10973
+ "shadcn-lint": "shadcn-lint";
10965
10974
  opentui: "opentui";
10966
10975
  wxt: "wxt";
10967
10976
  msw: "msw";
@@ -10988,8 +10997,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10988
10997
  capacitor: "capacitor";
10989
10998
  }>>;
10990
10999
  examples: z.ZodArray<z.ZodEnum<{
10991
- none: "none";
10992
11000
  ai: "ai";
11001
+ none: "none";
10993
11002
  "chat-sdk": "chat-sdk";
10994
11003
  "tanstack-showcase": "tanstack-showcase";
10995
11004
  }>>;
@@ -11104,8 +11113,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11104
11113
  "ai-cli": "ai-cli";
11105
11114
  }>;
11106
11115
  effect: z.ZodEnum<{
11107
- none: "none";
11108
11116
  effect: "effect";
11117
+ none: "none";
11109
11118
  "effect-full": "effect-full";
11110
11119
  }>;
11111
11120
  stateManagement: z.ZodEnum<{
@@ -11240,8 +11249,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11240
11249
  "geist-mono": "geist-mono";
11241
11250
  }>>;
11242
11251
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
11243
- none: "none";
11244
11252
  default: "default";
11253
+ none: "none";
11245
11254
  small: "small";
11246
11255
  medium: "medium";
11247
11256
  large: "large";
@@ -11393,9 +11402,9 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11393
11402
  }>;
11394
11403
  mobileUI: z.ZodEnum<{
11395
11404
  none: "none";
11396
- uniwind: "uniwind";
11397
11405
  tamagui: "tamagui";
11398
11406
  "gluestack-ui": "gluestack-ui";
11407
+ uniwind: "uniwind";
11399
11408
  unistyles: "unistyles";
11400
11409
  }>;
11401
11410
  mobileStorage: z.ZodEnum<{
@@ -11511,12 +11520,12 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11511
11520
  ratatui: "ratatui";
11512
11521
  }>;
11513
11522
  rustLibraries: z.ZodArray<z.ZodEnum<{
11523
+ config: "config";
11514
11524
  none: "none";
11515
11525
  serde: "serde";
11516
11526
  uuid: "uuid";
11517
11527
  chrono: "chrono";
11518
11528
  reqwest: "reqwest";
11519
- config: "config";
11520
11529
  dashmap: "dashmap";
11521
11530
  "parking-lot": "parking-lot";
11522
11531
  secrecy: "secrecy";
@@ -12128,55 +12137,52 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
12128
12137
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
12129
12138
  id: z.ZodString;
12130
12139
  role: z.ZodEnum<{
12131
- effect: "effect";
12132
- ai: "ai";
12140
+ push: "push";
12133
12141
  frontend: "frontend";
12134
12142
  backend: "backend";
12135
12143
  mobile: "mobile";
12136
12144
  database: "database";
12145
+ api: "api";
12146
+ graphql: "graphql";
12137
12147
  orm: "orm";
12138
12148
  auth: "auth";
12139
- payments: "payments";
12140
- examples: "examples";
12141
- packageManager: "packageManager";
12142
- dbSetup: "dbSetup";
12143
12149
  runtime: "runtime";
12144
- api: "api";
12145
- stateManagement: "stateManagement";
12146
- forms: "forms";
12147
- testing: "testing";
12148
- email: "email";
12149
- validation: "validation";
12150
+ deploy: "deploy";
12151
+ dbSetup: "dbSetup";
12152
+ migrations: "migrations";
12150
12153
  realtime: "realtime";
12154
+ navigation: "navigation";
12155
+ caching: "caching";
12156
+ observability: "observability";
12157
+ email: "email";
12158
+ search: "search";
12159
+ vectorDb: "vectorDb";
12160
+ fileStorage: "fileStorage";
12151
12161
  jobQueue: "jobQueue";
12162
+ rateLimit: "rateLimit";
12163
+ botProtection: "botProtection";
12164
+ testing: "testing";
12165
+ stateManagement: "stateManagement";
12166
+ forms: "forms";
12152
12167
  animation: "animation";
12153
12168
  fileUpload: "fileUpload";
12169
+ validation: "validation";
12170
+ effect: "effect";
12171
+ ui: "ui";
12172
+ css: "css";
12173
+ storage: "storage";
12174
+ ota: "ota";
12175
+ deepLinking: "deepLinking";
12176
+ ai: "ai";
12177
+ payments: "payments";
12154
12178
  logging: "logging";
12155
- observability: "observability";
12156
12179
  featureFlags: "featureFlags";
12157
12180
  integrations: "integrations";
12158
12181
  ecommerce: "ecommerce";
12159
12182
  analytics: "analytics";
12160
12183
  webMcp: "webMcp";
12161
12184
  cms: "cms";
12162
- caching: "caching";
12163
- rateLimit: "rateLimit";
12164
- botProtection: "botProtection";
12165
12185
  i18n: "i18n";
12166
- search: "search";
12167
- vectorDb: "vectorDb";
12168
- fileStorage: "fileStorage";
12169
- config: "config";
12170
- graphql: "graphql";
12171
- deploy: "deploy";
12172
- migrations: "migrations";
12173
- navigation: "navigation";
12174
- ui: "ui";
12175
- css: "css";
12176
- storage: "storage";
12177
- push: "push";
12178
- ota: "ota";
12179
- deepLinking: "deepLinking";
12180
12186
  documentation: "documentation";
12181
12187
  codeQuality: "codeQuality";
12182
12188
  appPlatform: "appPlatform";
@@ -12193,17 +12199,20 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
12193
12199
  apiGateway: "apiGateway";
12194
12200
  continuousIntegration: "continuousIntegration";
12195
12201
  backendUtilities: "backendUtilities";
12202
+ examples: "examples";
12196
12203
  language: "language";
12197
12204
  buildTool: "buildTool";
12198
12205
  cli: "cli";
12199
12206
  errorHandling: "errorHandling";
12200
12207
  httpClient: "httpClient";
12201
12208
  libraries: "libraries";
12209
+ config: "config";
12202
12210
  templating: "templating";
12203
12211
  cloudSdk: "cloudSdk";
12204
12212
  data: "data";
12205
12213
  media: "media";
12206
12214
  server: "server";
12215
+ packageManager: "packageManager";
12207
12216
  messageQueue: "messageQueue";
12208
12217
  }>;
12209
12218
  toolId: z.ZodString;
@@ -12266,13 +12275,13 @@ declare const InitResultSchema: z.ZodObject<{
12266
12275
  sequelize: "sequelize";
12267
12276
  }>;
12268
12277
  backend: z.ZodEnum<{
12278
+ effect: "effect";
12269
12279
  none: "none";
12270
12280
  hono: "hono";
12271
12281
  express: "express";
12272
12282
  fastify: "fastify";
12273
12283
  elysia: "elysia";
12274
12284
  fets: "fets";
12275
- effect: "effect";
12276
12285
  nestjs: "nestjs";
12277
12286
  adonisjs: "adonisjs";
12278
12287
  nitro: "nitro";
@@ -12328,6 +12337,7 @@ declare const InitResultSchema: z.ZodObject<{
12328
12337
  fumadocs: "fumadocs";
12329
12338
  ultracite: "ultracite";
12330
12339
  oxlint: "oxlint";
12340
+ "shadcn-lint": "shadcn-lint";
12331
12341
  opentui: "opentui";
12332
12342
  wxt: "wxt";
12333
12343
  msw: "msw";
@@ -12354,8 +12364,8 @@ declare const InitResultSchema: z.ZodObject<{
12354
12364
  capacitor: "capacitor";
12355
12365
  }>>;
12356
12366
  examples: z.ZodArray<z.ZodEnum<{
12357
- none: "none";
12358
12367
  ai: "ai";
12368
+ none: "none";
12359
12369
  "chat-sdk": "chat-sdk";
12360
12370
  "tanstack-showcase": "tanstack-showcase";
12361
12371
  }>>;
@@ -12472,8 +12482,8 @@ declare const InitResultSchema: z.ZodObject<{
12472
12482
  "ai-cli": "ai-cli";
12473
12483
  }>;
12474
12484
  effect: z.ZodEnum<{
12475
- none: "none";
12476
12485
  effect: "effect";
12486
+ none: "none";
12477
12487
  "effect-full": "effect-full";
12478
12488
  }>;
12479
12489
  stateManagement: z.ZodEnum<{
@@ -12608,8 +12618,8 @@ declare const InitResultSchema: z.ZodObject<{
12608
12618
  "geist-mono": "geist-mono";
12609
12619
  }>>;
12610
12620
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
12611
- none: "none";
12612
12621
  default: "default";
12622
+ none: "none";
12613
12623
  small: "small";
12614
12624
  medium: "medium";
12615
12625
  large: "large";
@@ -12761,9 +12771,9 @@ declare const InitResultSchema: z.ZodObject<{
12761
12771
  }>;
12762
12772
  mobileUI: z.ZodEnum<{
12763
12773
  none: "none";
12764
- uniwind: "uniwind";
12765
12774
  tamagui: "tamagui";
12766
12775
  "gluestack-ui": "gluestack-ui";
12776
+ uniwind: "uniwind";
12767
12777
  unistyles: "unistyles";
12768
12778
  }>;
12769
12779
  mobileStorage: z.ZodEnum<{
@@ -12879,12 +12889,12 @@ declare const InitResultSchema: z.ZodObject<{
12879
12889
  ratatui: "ratatui";
12880
12890
  }>;
12881
12891
  rustLibraries: z.ZodArray<z.ZodEnum<{
12892
+ config: "config";
12882
12893
  none: "none";
12883
12894
  serde: "serde";
12884
12895
  uuid: "uuid";
12885
12896
  chrono: "chrono";
12886
12897
  reqwest: "reqwest";
12887
- config: "config";
12888
12898
  dashmap: "dashmap";
12889
12899
  "parking-lot": "parking-lot";
12890
12900
  secrecy: "secrecy";
@@ -13496,55 +13506,52 @@ declare const InitResultSchema: z.ZodObject<{
13496
13506
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
13497
13507
  id: z.ZodString;
13498
13508
  role: z.ZodEnum<{
13499
- effect: "effect";
13500
- ai: "ai";
13509
+ push: "push";
13501
13510
  frontend: "frontend";
13502
13511
  backend: "backend";
13503
13512
  mobile: "mobile";
13504
13513
  database: "database";
13514
+ api: "api";
13515
+ graphql: "graphql";
13505
13516
  orm: "orm";
13506
13517
  auth: "auth";
13507
- payments: "payments";
13508
- examples: "examples";
13509
- packageManager: "packageManager";
13510
- dbSetup: "dbSetup";
13511
13518
  runtime: "runtime";
13512
- api: "api";
13513
- stateManagement: "stateManagement";
13514
- forms: "forms";
13515
- testing: "testing";
13516
- email: "email";
13517
- validation: "validation";
13519
+ deploy: "deploy";
13520
+ dbSetup: "dbSetup";
13521
+ migrations: "migrations";
13518
13522
  realtime: "realtime";
13523
+ navigation: "navigation";
13524
+ caching: "caching";
13525
+ observability: "observability";
13526
+ email: "email";
13527
+ search: "search";
13528
+ vectorDb: "vectorDb";
13529
+ fileStorage: "fileStorage";
13519
13530
  jobQueue: "jobQueue";
13531
+ rateLimit: "rateLimit";
13532
+ botProtection: "botProtection";
13533
+ testing: "testing";
13534
+ stateManagement: "stateManagement";
13535
+ forms: "forms";
13520
13536
  animation: "animation";
13521
13537
  fileUpload: "fileUpload";
13538
+ validation: "validation";
13539
+ effect: "effect";
13540
+ ui: "ui";
13541
+ css: "css";
13542
+ storage: "storage";
13543
+ ota: "ota";
13544
+ deepLinking: "deepLinking";
13545
+ ai: "ai";
13546
+ payments: "payments";
13522
13547
  logging: "logging";
13523
- observability: "observability";
13524
13548
  featureFlags: "featureFlags";
13525
13549
  integrations: "integrations";
13526
13550
  ecommerce: "ecommerce";
13527
13551
  analytics: "analytics";
13528
13552
  webMcp: "webMcp";
13529
13553
  cms: "cms";
13530
- caching: "caching";
13531
- rateLimit: "rateLimit";
13532
- botProtection: "botProtection";
13533
13554
  i18n: "i18n";
13534
- search: "search";
13535
- vectorDb: "vectorDb";
13536
- fileStorage: "fileStorage";
13537
- config: "config";
13538
- graphql: "graphql";
13539
- deploy: "deploy";
13540
- migrations: "migrations";
13541
- navigation: "navigation";
13542
- ui: "ui";
13543
- css: "css";
13544
- storage: "storage";
13545
- push: "push";
13546
- ota: "ota";
13547
- deepLinking: "deepLinking";
13548
13555
  documentation: "documentation";
13549
13556
  codeQuality: "codeQuality";
13550
13557
  appPlatform: "appPlatform";
@@ -13561,17 +13568,20 @@ declare const InitResultSchema: z.ZodObject<{
13561
13568
  apiGateway: "apiGateway";
13562
13569
  continuousIntegration: "continuousIntegration";
13563
13570
  backendUtilities: "backendUtilities";
13571
+ examples: "examples";
13564
13572
  language: "language";
13565
13573
  buildTool: "buildTool";
13566
13574
  cli: "cli";
13567
13575
  errorHandling: "errorHandling";
13568
13576
  httpClient: "httpClient";
13569
13577
  libraries: "libraries";
13578
+ config: "config";
13570
13579
  templating: "templating";
13571
13580
  cloudSdk: "cloudSdk";
13572
13581
  data: "data";
13573
13582
  media: "media";
13574
13583
  server: "server";
13584
+ packageManager: "packageManager";
13575
13585
  messageQueue: "messageQueue";
13576
13586
  }>;
13577
13587
  toolId: z.ZodString;
@@ -13611,11 +13621,11 @@ declare const InitResultSchema: z.ZodObject<{
13611
13621
  }, z.core.$strip>;
13612
13622
  declare const DATABASE_VALUES: ("none" | "sqlite" | "postgres" | "mysql" | "mongodb" | "edgedb" | "redis")[];
13613
13623
  declare const ORM_VALUES: ("none" | "drizzle" | "prisma" | "mongoose" | "typeorm" | "kysely" | "mikroorm" | "sequelize")[];
13614
- declare const BACKEND_VALUES: ("none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "effect" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self")[];
13624
+ declare const BACKEND_VALUES: ("effect" | "none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self")[];
13615
13625
  declare const RUNTIME_VALUES: ("none" | "bun" | "node" | "workers")[];
13616
13626
  declare const FRONTEND_VALUES: ("none" | "tanstack-router" | "react-router" | "react-vite" | "vanilla-vite" | "vue" | "tanstack-start" | "next" | "vinext" | "nuxt" | "native-bare" | "native-uniwind" | "native-unistyles" | "svelte" | "solid" | "solid-start" | "astro" | "qwik" | "angular" | "redwood" | "fresh")[];
13617
- declare const ADDONS_VALUES: ("none" | "pwa" | "tauri" | "starlight" | "biome" | "lefthook" | "husky" | "knip" | "gitleaks" | "ruler" | "mcp" | "skills" | "turborepo" | "nx" | "vite-plus" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "msw" | "storybook" | "swr" | "tanstack-query" | "tanstack-table" | "tanstack-virtual" | "tanstack-db" | "tanstack-pacer" | "backend-utils" | "devcontainer" | "docker-compose" | "kong" | "github-actions" | "eslint" | "prettier" | "axios" | "firebase" | "graphql-codegen" | "openapi-typescript" | "apollo-client" | "electron" | "capacitor")[];
13618
- declare const EXAMPLES_VALUES: ("none" | "ai" | "chat-sdk" | "tanstack-showcase")[];
13627
+ declare const ADDONS_VALUES: ("none" | "pwa" | "tauri" | "starlight" | "biome" | "lefthook" | "husky" | "knip" | "gitleaks" | "ruler" | "mcp" | "skills" | "turborepo" | "nx" | "vite-plus" | "fumadocs" | "ultracite" | "oxlint" | "shadcn-lint" | "opentui" | "wxt" | "msw" | "storybook" | "swr" | "tanstack-query" | "tanstack-table" | "tanstack-virtual" | "tanstack-db" | "tanstack-pacer" | "backend-utils" | "devcontainer" | "docker-compose" | "kong" | "github-actions" | "eslint" | "prettier" | "axios" | "firebase" | "graphql-codegen" | "openapi-typescript" | "apollo-client" | "electron" | "capacitor")[];
13628
+ declare const EXAMPLES_VALUES: ("ai" | "none" | "chat-sdk" | "tanstack-showcase")[];
13619
13629
  declare const PACKAGE_MANAGER_VALUES: ("bun" | "npm" | "pnpm" | "yarn")[];
13620
13630
  declare const WORKSPACE_SHAPE_VALUES: ("monorepo" | "single-app")[];
13621
13631
  declare const VERSION_CHANNEL_VALUES: ("stable" | "latest" | "beta")[];
@@ -13625,12 +13635,12 @@ declare const AUTH_VALUES: ("none" | "better-auth" | "better-auth-organizations"
13625
13635
  declare const PAYMENTS_VALUES: ("none" | "revenuecat" | "polar" | "stripe" | "lemon-squeezy" | "paddle" | "paypal" | "dodo" | "creem" | "autumn" | "commet" | "xendit")[];
13626
13636
  declare const WEB_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
13627
13637
  declare const SERVER_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
13628
- declare const DIRECTORY_CONFLICT_VALUES: ("merge" | "overwrite" | "increment" | "error")[];
13629
- declare const TEMPLATE_VALUES: ("none" | "mern" | "pern" | "t3" | "saas" | "uniwind")[];
13630
- declare const PROJECT_SHAPE_VALUES: ("fullstack" | "frontend" | "backend" | "mobile")[];
13638
+ declare const DIRECTORY_CONFLICT_VALUES: ("error" | "merge" | "overwrite" | "increment")[];
13639
+ declare const TEMPLATE_VALUES: ("none" | "uniwind" | "mern" | "pern" | "t3" | "saas")[];
13640
+ declare const PROJECT_SHAPE_VALUES: ("frontend" | "backend" | "mobile" | "fullstack")[];
13631
13641
  declare const ASTRO_INTEGRATION_VALUES: ("none" | "vue" | "svelte" | "solid" | "react")[];
13632
13642
  declare const AI_VALUES: ("none" | "vercel-ai" | "mastra" | "voltagent" | "langgraph" | "openai-agents" | "openai-sdk" | "anthropic-sdk" | "google-adk" | "modelfusion" | "langchain" | "llamaindex" | "tanstack-ai" | "ai-cli")[];
13633
- declare const EFFECT_VALUES: ("none" | "effect" | "effect-full")[];
13643
+ declare const EFFECT_VALUES: ("effect" | "none" | "effect-full")[];
13634
13644
  declare const STATE_MANAGEMENT_VALUES: ("none" | "zustand" | "jotai" | "nanostores" | "redux-toolkit" | "mobx" | "xstate" | "valtio" | "tanstack-store" | "legend-state")[];
13635
13645
  declare const FORMS_VALUES: ("none" | "tanstack-form" | "react-hook-form" | "formik" | "final-form" | "conform" | "modular-forms")[];
13636
13646
  declare const TESTING_VALUES: ("none" | "vitest" | "playwright" | "vitest-playwright" | "jest" | "mocha" | "cypress")[];
@@ -13650,7 +13660,7 @@ declare const ECOMMERCE_VALUES: ("none" | "medusa")[];
13650
13660
  declare const ANALYTICS_VALUES: ("none" | "posthog" | "plausible" | "umami" | "ga4" | "vercel-analytics")[];
13651
13661
  declare const WEB_MCP_VALUES: ("none" | "enabled")[];
13652
13662
  declare const MOBILE_NAVIGATION_VALUES: ("none" | "expo-router" | "react-navigation")[];
13653
- declare const MOBILE_UI_VALUES: ("none" | "uniwind" | "tamagui" | "gluestack-ui" | "unistyles")[];
13663
+ declare const MOBILE_UI_VALUES: ("none" | "tamagui" | "gluestack-ui" | "uniwind" | "unistyles")[];
13654
13664
  declare const MOBILE_STORAGE_VALUES: ("none" | "mmkv")[];
13655
13665
  declare const MOBILE_TESTING_VALUES: ("none" | "maestro" | "react-native-testing-library" | "maestro-react-native-testing-library")[];
13656
13666
  declare const MOBILE_PUSH_VALUES: ("none" | "expo-notifications")[];
@@ -13676,7 +13686,7 @@ declare const DART_MOBILE_VALUES: ("none" | "flutter")[];
13676
13686
  declare const RUST_ORM_VALUES: ("none" | "mongodb" | "sea-orm" | "sqlx" | "diesel" | "rusqlite" | "tokio-postgres")[];
13677
13687
  declare const RUST_API_VALUES: ("none" | "tonic" | "async-graphql" | "jsonrpsee")[];
13678
13688
  declare const RUST_CLI_VALUES: ("none" | "clap" | "ratatui")[];
13679
- declare const RUST_LIBRARIES_VALUES: ("none" | "serde" | "uuid" | "chrono" | "reqwest" | "config" | "dashmap" | "parking-lot" | "secrecy" | "tokio-util" | "utoipa" | "validator" | "jsonwebtoken" | "argon2" | "tokio-test" | "mockall" | "proptest" | "insta" | "rand" | "regex" | "rayon" | "itertools" | "rstest" | "cargo-nextest" | "cargo-audit")[];
13689
+ 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")[];
13680
13690
  declare const RUST_LOGGING_VALUES: ("none" | "tracing" | "env-logger")[];
13681
13691
  declare const RUST_ERROR_HANDLING_VALUES: ("none" | "anyhow-thiserror" | "eyre")[];
13682
13692
  declare const RUST_CACHING_VALUES: ("none" | "redis" | "moka")[];
@@ -13773,7 +13783,7 @@ declare const SHADCN_ICON_LIBRARY_VALUES: ("lucide" | "tabler" | "hugeicons" | "
13773
13783
  declare const SHADCN_COLOR_THEME_VALUES: ("neutral" | "stone" | "zinc" | "gray" | "amber" | "blue" | "cyan" | "emerald" | "fuchsia" | "green" | "indigo" | "lime" | "orange" | "pink" | "purple" | "red" | "rose" | "sky" | "teal" | "violet" | "yellow")[];
13774
13784
  declare const SHADCN_BASE_COLOR_VALUES: ("neutral" | "stone" | "zinc" | "gray")[];
13775
13785
  declare const SHADCN_FONT_VALUES: ("inter" | "geist" | "noto-sans" | "nunito-sans" | "figtree" | "roboto" | "raleway" | "dm-sans" | "public-sans" | "outfit" | "jetbrains-mono" | "geist-mono")[];
13776
- declare const SHADCN_RADIUS_VALUES: ("none" | "default" | "small" | "medium" | "large")[];
13786
+ declare const SHADCN_RADIUS_VALUES: ("default" | "none" | "small" | "medium" | "large")[];
13777
13787
  //#endregion
13778
13788
  export { DatabaseSchema as $, StackPartEcosystemSchema as $a, REALTIME_VALUES as $i, GoQualitySchema as $n, ORMSchema as $r, ElixirHttpServerSchema as $t, CMS_VALUES as A, RustTemplatingSchema as Aa, ProjectShapeSchema as Ai, GO_MESSAGE_QUEUE_VALUES as An, KOTLIN_MOBILE_LIBRARIES_VALUES as Ar, ELIXIR_JSON_VALUES as At, DOTNET_AUTH_VALUES as B, SHADCN_STACK_PART_SETTING_KEYS as Ba, PythonMediaSchema as Bi, GO_WEB_FRAMEWORK_VALUES as Bn, MOBILE_PUSH_VALUES as Br, EXAMPLES_VALUES as Bt, BetterFullstackConfigSchema as C, RustFrontendSchema as Ca, PYTHON_TESTING_VALUES as Ci, GO_API_VALUES as Cn, WorkspaceShapeSchema as Co, JavaLanguageSchema as Cr, ELIXIR_DEPLOY_VALUES as Ct, CACHING_VALUES as D, RustObservabilitySchema as Da, PaymentsSchema as Di, GO_CONFIG_VALUES as Dn, JavaTestingLibrariesSchema as Dr, ELIXIR_HTTP_VALUES as Dt, BotProtectionSchema as E, RustMessageQueueSchema as Ea, PackageManagerSchema as Ei, GO_CLI_VALUES as En, JavaOrmSchema as Er, ELIXIR_HTTP_SERVER_VALUES as Et, DART_MOBILE_VALUES as F, SHADCN_BASE_VALUES as Fa, PythonCliSchema as Fi, GO_QUALITY_VALUES as Fn, LoggingSchema as Fr, ELIXIR_REALTIME_VALUES as Ft, DOTNET_LIBRARIES_VALUES as G, ServerDeploySchema as Ga, PythonQualitySchema as Gi, GoConfigSchema as Gn, MobileLibrariesSchema as Gr, ElixirApplicationFrameworkSchema as Gt, DOTNET_DEPLOY_VALUES as H, STATE_MANAGEMENT_VALUES as Ha, PythonObservabilitySchema as Hi, GoAuthSchema as Hn, MOBILE_TESTING_VALUES as Hr, EcosystemSchema as Ht, DATABASE_SETUP_VALUES as I, SHADCN_COLOR_THEME_VALUES as Ia, PythonCloudSdkSchema as Ii, GO_REALTIME_VALUES as In, MOBILE_DEEP_LINKING_VALUES as Ir, ELIXIR_TESTING_VALUES as It, DOTNET_REALTIME_VALUES as J, ShadcnColorThemeSchema as Ja, PythonTaskQueueSchema as Ji, GoMessageQueueSchema as Jn, MobilePushSchema as Jr, ElixirClusteringSchema as Jt, DOTNET_OBSERVABILITY_VALUES as K, ShadcnBaseColorSchema as Ka, PythonRealtimeSchema as Ki, GoDISchema as Kn, MobileNavigationSchema as Kr, ElixirAuthSchema as Kt, DATABASE_VALUES as L, SHADCN_FONT_VALUES as La, PythonDataSchema as Li, GO_TEMPLATING_VALUES as Ln, MOBILE_LIBRARIES_VALUES as Lr, ELIXIR_VALIDATION_VALUES as Lt, CSS_FRAMEWORK_VALUES as M, SEARCH_VALUES as Ma, PythonApiSchema as Mi, GO_OBSERVABILITY_VALUES as Mn, KotlinMobileLibrariesSchema as Mr, ELIXIR_OBSERVABILITY_VALUES as Mt, CachingSchema as N, SERVER_DEPLOY_VALUES as Na, PythonAuthSchema as Ni, GO_ORM_VALUES as Nn, KotlinMobileSchema as Nr, ELIXIR_ORM_VALUES as Nt, CLIInputSchema as O, RustOrmSchema as Oa, ProjectConfigSchema as Oi, GO_DI_VALUES as On, JavaWebFrameworkSchema as Or, ELIXIR_I18N_VALUES as Ot, CreateInputSchema as P, SHADCN_BASE_COLOR_VALUES as Pa, PythonCachingSchema as Pi, GO_PROTO_TOOLING_VALUES as Pn, LOGGING_VALUES as Pr, ELIXIR_QUALITY_VALUES as Pt, DartMobileSchema as Q, ShadcnStyleSchema as Qa, RATE_LIMIT_VALUES as Qi, GoProtoToolingSchema as Qn, OBSERVABILITY_VALUES as Qr, ElixirHttpSchema as Qt, DIRECTORY_CONFLICT_VALUES as R, SHADCN_ICON_LIBRARY_VALUES as Ra, PythonGraphqlSchema as Ri, GO_TESTING_VALUES as Rn, MOBILE_NAVIGATION_VALUES as Rr, ELIXIR_WEB_FRAMEWORK_VALUES as Rt, BetterFullstackConfigFileSchema as S, RustErrorHandlingSchema as Sa, PYTHON_TASK_QUEUE_VALUES as Si, FrontendSchema as Sn, WebMcpSchema as So, JavaBuildToolSchema as Sr, ELIXIR_CLUSTERING_VALUES as St, BetterTStackConfigSchema as T, RustLoggingSchema as Ta, PYTHON_WEB_FRAMEWORK_VALUES as Ti, GO_CACHING_VALUES as Tn, JavaLoggingSchema as Tr, ELIXIR_EMAIL_VALUES as Tt, DOTNET_FRONTEND_VALUES as U, SWIFT_MOBILE_VALUES as Ua, PythonOrmSchema as Ui, GoCachingSchema as Un, MOBILE_UI_VALUES as Ur, EffectSchema as Ut, DOTNET_CACHING_VALUES as V, SHADCN_STYLE_VALUES as Va, PythonMessageQueueSchema as Vi, GoApiSchema as Vn, MOBILE_STORAGE_VALUES as Vr, EcommerceSchema as Vt, DOTNET_JOB_QUEUE_VALUES as W, SearchSchema as Wa, PythonPackageManagerSchema as Wi, GoCliSchema as Wn, MobileDeepLinkingSchema as Wr, ElixirApiSchema as Wt, DOTNET_VALIDATION_VALUES as X, ShadcnIconLibrarySchema as Xa, PythonValidationSchema as Xi, GoObservabilitySchema as Xn, MobileTestingSchema as Xr, ElixirDocumentationSchema as Xt, DOTNET_TESTING_VALUES as Y, ShadcnFontSchema as Ya, PythonTestingSchema as Yi, GoMigrationsSchema as Yn, MobileStorageSchema as Yr, ElixirDeploySchema as Yt, DOTNET_WEB_FRAMEWORK_VALUES as Z, ShadcnRadiusSchema as Za, PythonWebFrameworkSchema as Zi, GoOrmSchema as Zn, MobileUISchema as Zr, ElixirEmailSchema as Zt, AstroIntegrationSchema as _, RuntimeSchema as _a, PYTHON_ORM_VALUES as _i, FRONTEND_VALUES as _n, VersionChannelSchema as _o, JAVA_TESTING_LIBRARIES_VALUES as _r, EFFECT_VALUES as _t, ANALYTICS_VALUES as a, RUST_ERROR_HANDLING_VALUES as aa, PYTHON_AI_VALUES as ai, ElixirOrmSchema as an, SwiftMobileSchema as ao, I18N_VALUES as ar, DotnetDeploySchema as at, BOT_PROTECTION_VALUES as b, RustCachingSchema as ba, PYTHON_REALTIME_VALUES as bi, FileUploadSchema as bn, WORKSPACE_SHAPE_VALUES as bo, JavaApiSchema as br, ELIXIR_AUTH_VALUES as bt, API_VALUES as c, RUST_LOGGING_VALUES as ca, PYTHON_CACHING_VALUES as ci, ElixirTestingSchema as cn, TemplateSchema as co, InitResultSchema as cr, DotnetLibrariesSchema as ct, AUTH_VALUES as d, RUST_ORM_VALUES as da, PYTHON_DATA_VALUES as di, EmailSchema as dn, UI_LIBRARY_VALUES as do, JAVA_AUTH_VALUES as dr, DotnetRealtimeSchema as dt, RUNTIME_VALUES as ea, ORM_VALUES as ei, ElixirI18nSchema as en, StackPartRoleSchema as eo, GoRealtimeSchema as er, DatabaseSetupSchema as et, AddInputSchema as f, RUST_REALTIME_VALUES as fa, PYTHON_GRAPHQL_VALUES as fi, ExamplesSchema as fn, VALIDATION_VALUES as fo, JAVA_BUILD_TOOL_VALUES as fr, DotnetTestingSchema as ft, AnimationSchema as g, RealtimeSchema as ga, PYTHON_OBSERVABILITY_VALUES as gi, FORMS_VALUES as gn, VectorDbSchema as go, JAVA_ORM_VALUES as gr, ECOSYSTEM_VALUES as gt, AnalyticsSchema as h, RateLimitSchema as ha, PYTHON_MESSAGE_QUEUE_VALUES as hi, FILE_UPLOAD_VALUES as hn, ValidationSchema as ho, JAVA_LOGGING_VALUES as hr, ECOMMERCE_VALUES as ht, AI_VALUES as i, RUST_CLI_VALUES as ia, PROJECT_SHAPE_VALUES as ii, ElixirObservabilitySchema as in, StateManagementSchema as io, GoWebFrameworkSchema as ir, DotnetCachingSchema as it, CSSFrameworkSchema as j, RustWebFrameworkSchema as ja, PythonAiSchema as ji, GO_MIGRATIONS_VALUES as jn, KOTLIN_MOBILE_VALUES as jr, ELIXIR_LIBRARIES_VALUES as jt, CMSSchema as k, RustRealtimeSchema as ka, ProjectNameSchema as ki, GO_LOGGING_VALUES as kn, JobQueueSchema as kr, ELIXIR_JOBS_VALUES as kt, APP_PLATFORM_ADDON_VALUES as l, RUST_MESSAGE_QUEUE_VALUES as la, PYTHON_CLI_VALUES as li, ElixirValidationSchema as ln, TestingSchema as lo, IntegrationsSchema as lr, DotnetObservabilitySchema as lt, AiDocsSchema as m, RUST_WEB_FRAMEWORK_VALUES as ma, PYTHON_MEDIA_VALUES as mi, FILE_STORAGE_VALUES as mn, VERSION_CHANNEL_VALUES as mo, JAVA_LIBRARIES_VALUES as mr, DotnetWebFrameworkSchema as mt, AISchema as n, RUST_AUTH_VALUES as na, PACKAGE_MANAGER_VALUES as ni, ElixirJsonSchema as nn, StackPartSettingsSchema as no, GoTestingSchema as nr, DotnetApiSchema as nt, ANIMATION_VALUES as o, RUST_FRONTEND_VALUES as oa, PYTHON_API_VALUES as oi, ElixirQualitySchema as on, TEMPLATE_VALUES as oo, I18nSchema as or, DotnetFrontendSchema as ot, AddonsSchema as p, RUST_TEMPLATING_VALUES as pa, PYTHON_HTTP_CLIENT_VALUES as pi, FEATURE_FLAGS_VALUES as pn, VECTOR_DB_VALUES as po, JAVA_LANGUAGE_VALUES as pr, DotnetValidationSchema as pt, DOTNET_ORM_VALUES as q, ShadcnBaseSchema as qa, PythonServerSchema as qi, GoLoggingSchema as qn, MobileOTASchema as qr, ElixirCachingSchema as qt, AI_DOCS_VALUES as r, RUST_CACHING_VALUES as ra, PAYMENTS_VALUES as ri, ElixirLibrariesSchema as rn, StackPartSourceSchema as ro, GoValidationSchema as rr, DotnetAuthSchema as rt, APISchema as s, RUST_LIBRARIES_VALUES as sa, PYTHON_AUTH_VALUES as si, ElixirRealtimeSchema as sn, TESTING_VALUES as so, INTEGRATIONS_VALUES as sr, DotnetJobQueueSchema as st, ADDONS_VALUES as t, RUST_API_VALUES as ta, ObservabilitySchema as ti, ElixirJobsSchema as tn, StackPartSchema as to, GoTemplatingSchema as tr, DirectoryConflictSchema as tt, ASTRO_INTEGRATION_VALUES as u, RUST_OBSERVABILITY_VALUES as ua, PYTHON_CLOUD_SDK_VALUES as ui, ElixirWebFrameworkSchema as un, UILibrarySchema as uo, JAVA_API_VALUES as ur, DotnetOrmSchema as ut, AuthSchema as v, RustApiSchema as va, PYTHON_PACKAGE_MANAGER_VALUES as vi, FeatureFlagsSchema as vn, WEB_DEPLOY_VALUES as vo, JAVA_WEB_FRAMEWORK_VALUES as vr, ELIXIR_API_VALUES as vt, BetterTStackConfigFileSchema as w, RustLibrariesSchema as wa, PYTHON_VALIDATION_VALUES as wi, GO_AUTH_VALUES as wn, JavaLibrariesSchema as wr, ELIXIR_DOCUMENTATION_VALUES as wt, BackendSchema as x, RustCliSchema as xa, PYTHON_SERVER_VALUES as xi, FormsSchema as xn, WebDeploySchema as xo, JavaAuthSchema as xr, ELIXIR_CACHING_VALUES as xt, BACKEND_VALUES as y, RustAuthSchema as ya, PYTHON_QUALITY_VALUES as yi, FileStorageSchema as yn, WEB_MCP_VALUES as yo, JOB_QUEUE_VALUES as yr, ELIXIR_APPLICATION_FRAMEWORK_VALUES as yt, DOTNET_API_VALUES as z, SHADCN_RADIUS_VALUES as za, PythonHttpClientSchema as zi, GO_VALIDATION_VALUES as zn, MOBILE_OTA_VALUES as zr, EMAIL_VALUES as zt };
13779
- //# sourceMappingURL=schemas-CBplkYwu.d.mts.map
13789
+ //# sourceMappingURL=schemas-DMxQS38P.d.mts.map