@better-fullstack/types 2.0.2 → 2.0.3

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 (36) hide show
  1. package/dist/{defaults-zyxI-U_5.d.mts → defaults-CGUDVwYW.d.mts} +2 -2
  2. package/dist/defaults-CGUDVwYW.d.mts.map +1 -0
  3. package/dist/defaults.d.mts +3 -3
  4. package/dist/index.d.mts +5 -5
  5. package/dist/index.mjs +3 -3
  6. package/dist/json-schema.d.mts +294 -270
  7. package/dist/json-schema.d.mts.map +1 -1
  8. package/dist/json-schema.mjs +1 -1
  9. package/dist/{schemas-D444b8s8.mjs → schemas-D1fG1cXJ.mjs} +3 -1
  10. package/dist/schemas-D1fG1cXJ.mjs.map +1 -0
  11. package/dist/{schemas-BTO7jwoE.d.mts → schemas-DVyeJ5g_.d.mts} +291 -272
  12. package/dist/schemas-DVyeJ5g_.d.mts.map +1 -0
  13. package/dist/schemas.d.mts +1 -1
  14. package/dist/schemas.mjs +1 -1
  15. package/dist/{stack-graph-DXh8F1TL.mjs → stack-graph-DIXiAwrZ.mjs} +3 -2
  16. package/dist/stack-graph-DIXiAwrZ.mjs.map +1 -0
  17. package/dist/{stack-graph-DH1m1ONQ.d.mts → stack-graph-DxbVgmAd.d.mts} +2 -2
  18. package/dist/{stack-graph-DH1m1ONQ.d.mts.map → stack-graph-DxbVgmAd.d.mts.map} +1 -1
  19. package/dist/stack-graph.d.mts +3 -3
  20. package/dist/stack-graph.mjs +2 -2
  21. package/dist/{stack-translation-Bb3LIDTp.mjs → stack-translation-9PxvYAJB.mjs} +36 -4
  22. package/dist/stack-translation-9PxvYAJB.mjs.map +1 -0
  23. package/dist/{stack-translation-LwAKaXg1.d.mts → stack-translation-DQfT1jwM.d.mts} +5 -5
  24. package/dist/{stack-translation-LwAKaXg1.d.mts.map → stack-translation-DQfT1jwM.d.mts.map} +1 -1
  25. package/dist/stack-translation.d.mts +4 -4
  26. package/dist/stack-translation.mjs +3 -3
  27. package/dist/{types-C4r4ucMM.d.mts → types-j0tqBnAt.d.mts} +2 -2
  28. package/dist/types-j0tqBnAt.d.mts.map +1 -0
  29. package/dist/types.d.mts +2 -2
  30. package/package.json +1 -1
  31. package/dist/defaults-zyxI-U_5.d.mts.map +0 -1
  32. package/dist/schemas-BTO7jwoE.d.mts.map +0 -1
  33. package/dist/schemas-D444b8s8.mjs.map +0 -1
  34. package/dist/stack-graph-DXh8F1TL.mjs.map +0 -1
  35. package/dist/stack-translation-Bb3LIDTp.mjs.map +0 -1
  36. package/dist/types-C4r4ucMM.d.mts.map +0 -1
@@ -22,54 +22,54 @@ declare const StackPartEcosystemSchema: z.ZodUnion<readonly [z.ZodEnum<{
22
22
  dotnet: "dotnet";
23
23
  }>, z.ZodLiteral<"universal">]>;
24
24
  declare const StackPartRoleSchema: z.ZodEnum<{
25
- frontend: "frontend";
26
- backend: "backend";
27
- mobile: "mobile";
25
+ ai: "ai";
28
26
  database: "database";
29
- api: "api";
30
27
  orm: "orm";
31
28
  auth: "auth";
32
- runtime: "runtime";
33
- deploy: "deploy";
29
+ payments: "payments";
30
+ frontend: "frontend";
31
+ examples: "examples";
34
32
  dbSetup: "dbSetup";
35
- realtime: "realtime";
36
- navigation: "navigation";
37
- caching: "caching";
38
- observability: "observability";
39
- email: "email";
40
- search: "search";
41
- fileStorage: "fileStorage";
42
- jobQueue: "jobQueue";
43
- rateLimit: "rateLimit";
44
- testing: "testing";
33
+ backend: "backend";
34
+ runtime: "runtime";
35
+ api: "api";
36
+ effect: "effect";
45
37
  stateManagement: "stateManagement";
46
38
  forms: "forms";
39
+ testing: "testing";
40
+ email: "email";
41
+ validation: "validation";
42
+ realtime: "realtime";
43
+ jobQueue: "jobQueue";
47
44
  animation: "animation";
48
45
  fileUpload: "fileUpload";
49
- validation: "validation";
50
- effect: "effect";
51
- ui: "ui";
52
- css: "css";
53
- storage: "storage";
54
- ai: "ai";
55
- payments: "payments";
56
46
  logging: "logging";
47
+ observability: "observability";
57
48
  featureFlags: "featureFlags";
58
49
  analytics: "analytics";
59
50
  cms: "cms";
51
+ caching: "caching";
52
+ rateLimit: "rateLimit";
60
53
  i18n: "i18n";
54
+ search: "search";
55
+ fileStorage: "fileStorage";
56
+ config: "config";
57
+ mobile: "mobile";
58
+ deploy: "deploy";
59
+ navigation: "navigation";
60
+ ui: "ui";
61
+ css: "css";
62
+ storage: "storage";
61
63
  documentation: "documentation";
62
64
  codeQuality: "codeQuality";
63
65
  appPlatform: "appPlatform";
64
66
  dataFetching: "dataFetching";
65
67
  workspaceTooling: "workspaceTooling";
66
- examples: "examples";
67
68
  buildTool: "buildTool";
68
69
  cli: "cli";
69
70
  errorHandling: "errorHandling";
70
71
  httpClient: "httpClient";
71
72
  libraries: "libraries";
72
- config: "config";
73
73
  templating: "templating";
74
74
  }>;
75
75
  declare const StackPartSourceSchema: z.ZodEnum<{
@@ -82,54 +82,54 @@ declare const StackPartSourceSchema: z.ZodEnum<{
82
82
  declare const StackPartSchema: z.ZodObject<{
83
83
  id: z.ZodString;
84
84
  role: z.ZodEnum<{
85
- frontend: "frontend";
86
- backend: "backend";
87
- mobile: "mobile";
85
+ ai: "ai";
88
86
  database: "database";
89
- api: "api";
90
87
  orm: "orm";
91
88
  auth: "auth";
92
- runtime: "runtime";
93
- deploy: "deploy";
89
+ payments: "payments";
90
+ frontend: "frontend";
91
+ examples: "examples";
94
92
  dbSetup: "dbSetup";
95
- realtime: "realtime";
96
- navigation: "navigation";
97
- caching: "caching";
98
- observability: "observability";
99
- email: "email";
100
- search: "search";
101
- fileStorage: "fileStorage";
102
- jobQueue: "jobQueue";
103
- rateLimit: "rateLimit";
104
- testing: "testing";
93
+ backend: "backend";
94
+ runtime: "runtime";
95
+ api: "api";
96
+ effect: "effect";
105
97
  stateManagement: "stateManagement";
106
98
  forms: "forms";
99
+ testing: "testing";
100
+ email: "email";
101
+ validation: "validation";
102
+ realtime: "realtime";
103
+ jobQueue: "jobQueue";
107
104
  animation: "animation";
108
105
  fileUpload: "fileUpload";
109
- validation: "validation";
110
- effect: "effect";
111
- ui: "ui";
112
- css: "css";
113
- storage: "storage";
114
- ai: "ai";
115
- payments: "payments";
116
106
  logging: "logging";
107
+ observability: "observability";
117
108
  featureFlags: "featureFlags";
118
109
  analytics: "analytics";
119
110
  cms: "cms";
111
+ caching: "caching";
112
+ rateLimit: "rateLimit";
120
113
  i18n: "i18n";
114
+ search: "search";
115
+ fileStorage: "fileStorage";
116
+ config: "config";
117
+ mobile: "mobile";
118
+ deploy: "deploy";
119
+ navigation: "navigation";
120
+ ui: "ui";
121
+ css: "css";
122
+ storage: "storage";
121
123
  documentation: "documentation";
122
124
  codeQuality: "codeQuality";
123
125
  appPlatform: "appPlatform";
124
126
  dataFetching: "dataFetching";
125
127
  workspaceTooling: "workspaceTooling";
126
- examples: "examples";
127
128
  buildTool: "buildTool";
128
129
  cli: "cli";
129
130
  errorHandling: "errorHandling";
130
131
  httpClient: "httpClient";
131
132
  libraries: "libraries";
132
- config: "config";
133
133
  templating: "templating";
134
134
  }>;
135
135
  toolId: z.ZodString;
@@ -234,6 +234,7 @@ declare const AddonsSchema: z.ZodEnum<{
234
234
  mcp: "mcp";
235
235
  skills: "skills";
236
236
  turborepo: "turborepo";
237
+ nx: "nx";
237
238
  fumadocs: "fumadocs";
238
239
  ultracite: "ultracite";
239
240
  oxlint: "oxlint";
@@ -251,8 +252,8 @@ declare const AddonsSchema: z.ZodEnum<{
251
252
  "docker-compose": "docker-compose";
252
253
  }>;
253
254
  declare const ExamplesSchema: z.ZodEnum<{
254
- ai: "ai";
255
255
  none: "none";
256
+ ai: "ai";
256
257
  "chat-sdk": "chat-sdk";
257
258
  "tanstack-showcase": "tanstack-showcase";
258
259
  }>;
@@ -286,6 +287,7 @@ declare const APISchema: z.ZodEnum<{
286
287
  "ts-rest": "ts-rest";
287
288
  garph: "garph";
288
289
  "graphql-yoga": "graphql-yoga";
290
+ openapi: "openapi";
289
291
  }>;
290
292
  declare const AuthSchema: z.ZodEnum<{
291
293
  none: "none";
@@ -345,8 +347,8 @@ declare const AISchema: z.ZodEnum<{
345
347
  "ai-cli": "ai-cli";
346
348
  }>;
347
349
  declare const EffectSchema: z.ZodEnum<{
348
- effect: "effect";
349
350
  none: "none";
351
+ effect: "effect";
350
352
  "effect-full": "effect-full";
351
353
  }>;
352
354
  declare const StateManagementSchema: z.ZodEnum<{
@@ -499,9 +501,9 @@ declare const MobileNavigationSchema: z.ZodEnum<{
499
501
  }>;
500
502
  declare const MobileUISchema: z.ZodEnum<{
501
503
  none: "none";
504
+ uniwind: "uniwind";
502
505
  tamagui: "tamagui";
503
506
  "gluestack-ui": "gluestack-ui";
504
- uniwind: "uniwind";
505
507
  unistyles: "unistyles";
506
508
  }>;
507
509
  declare const MobileStorageSchema: z.ZodEnum<{
@@ -554,12 +556,12 @@ declare const RustCliSchema: z.ZodEnum<{
554
556
  ratatui: "ratatui";
555
557
  }>;
556
558
  declare const RustLibrariesSchema: z.ZodEnum<{
557
- config: "config";
558
559
  none: "none";
559
560
  serde: "serde";
560
561
  uuid: "uuid";
561
562
  chrono: "chrono";
562
563
  reqwest: "reqwest";
564
+ config: "config";
563
565
  dashmap: "dashmap";
564
566
  "parking-lot": "parking-lot";
565
567
  secrecy: "secrecy";
@@ -913,8 +915,8 @@ declare const ElixirApiSchema: z.ZodEnum<{
913
915
  }>;
914
916
  declare const ElixirLibrariesSchema: z.ZodEnum<{
915
917
  none: "none";
916
- broadway: "broadway";
917
918
  nx: "nx";
919
+ broadway: "broadway";
918
920
  }>;
919
921
  declare const ElixirRealtimeSchema: z.ZodEnum<{
920
922
  none: "none";
@@ -1073,34 +1075,34 @@ declare const ShadcnFontSchema: z.ZodEnum<{
1073
1075
  "geist-mono": "geist-mono";
1074
1076
  }>;
1075
1077
  declare const ShadcnRadiusSchema: z.ZodEnum<{
1076
- default: "default";
1077
1078
  none: "none";
1079
+ default: "default";
1078
1080
  small: "small";
1079
1081
  medium: "medium";
1080
1082
  large: "large";
1081
1083
  }>;
1082
1084
  declare const DirectoryConflictSchema: z.ZodEnum<{
1083
- error: "error";
1084
1085
  merge: "merge";
1085
1086
  overwrite: "overwrite";
1086
1087
  increment: "increment";
1088
+ error: "error";
1087
1089
  }>;
1088
1090
  declare const TemplateSchema: z.ZodEnum<{
1089
1091
  none: "none";
1090
- uniwind: "uniwind";
1091
1092
  mern: "mern";
1092
1093
  pern: "pern";
1093
1094
  t3: "t3";
1095
+ uniwind: "uniwind";
1094
1096
  }>;
1095
1097
  declare const ProjectNameSchema: z.ZodString;
1096
1098
  declare const CreateInputSchema: z.ZodObject<{
1097
1099
  projectName: z.ZodOptional<z.ZodString>;
1098
1100
  template: z.ZodOptional<z.ZodEnum<{
1099
1101
  none: "none";
1100
- uniwind: "uniwind";
1101
1102
  mern: "mern";
1102
1103
  pern: "pern";
1103
1104
  t3: "t3";
1105
+ uniwind: "uniwind";
1104
1106
  }>>;
1105
1107
  yes: z.ZodOptional<z.ZodBoolean>;
1106
1108
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -1190,6 +1192,7 @@ declare const CreateInputSchema: z.ZodObject<{
1190
1192
  mcp: "mcp";
1191
1193
  skills: "skills";
1192
1194
  turborepo: "turborepo";
1195
+ nx: "nx";
1193
1196
  fumadocs: "fumadocs";
1194
1197
  ultracite: "ultracite";
1195
1198
  oxlint: "oxlint";
@@ -1207,8 +1210,8 @@ declare const CreateInputSchema: z.ZodObject<{
1207
1210
  "docker-compose": "docker-compose";
1208
1211
  }>>>;
1209
1212
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1210
- ai: "ai";
1211
1213
  none: "none";
1214
+ ai: "ai";
1212
1215
  "chat-sdk": "chat-sdk";
1213
1216
  "tanstack-showcase": "tanstack-showcase";
1214
1217
  }>>>;
@@ -1264,6 +1267,7 @@ declare const CreateInputSchema: z.ZodObject<{
1264
1267
  "ts-rest": "ts-rest";
1265
1268
  garph: "garph";
1266
1269
  "graphql-yoga": "graphql-yoga";
1270
+ openapi: "openapi";
1267
1271
  }>>;
1268
1272
  webDeploy: z.ZodOptional<z.ZodEnum<{
1269
1273
  none: "none";
@@ -1288,10 +1292,10 @@ declare const CreateInputSchema: z.ZodObject<{
1288
1292
  vercel: "vercel";
1289
1293
  }>>;
1290
1294
  directoryConflict: z.ZodOptional<z.ZodEnum<{
1291
- error: "error";
1292
1295
  merge: "merge";
1293
1296
  overwrite: "overwrite";
1294
1297
  increment: "increment";
1298
+ error: "error";
1295
1299
  }>>;
1296
1300
  renderTitle: z.ZodOptional<z.ZodBoolean>;
1297
1301
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -1318,8 +1322,8 @@ declare const CreateInputSchema: z.ZodObject<{
1318
1322
  "ai-cli": "ai-cli";
1319
1323
  }>>;
1320
1324
  effect: z.ZodOptional<z.ZodEnum<{
1321
- effect: "effect";
1322
1325
  none: "none";
1326
+ effect: "effect";
1323
1327
  "effect-full": "effect-full";
1324
1328
  }>>;
1325
1329
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -1452,8 +1456,8 @@ declare const CreateInputSchema: z.ZodObject<{
1452
1456
  "geist-mono": "geist-mono";
1453
1457
  }>>;
1454
1458
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
1455
- default: "default";
1456
1459
  none: "none";
1460
+ default: "default";
1457
1461
  small: "small";
1458
1462
  medium: "medium";
1459
1463
  large: "large";
@@ -1568,9 +1572,9 @@ declare const CreateInputSchema: z.ZodObject<{
1568
1572
  }>>;
1569
1573
  mobileUI: z.ZodOptional<z.ZodEnum<{
1570
1574
  none: "none";
1575
+ uniwind: "uniwind";
1571
1576
  tamagui: "tamagui";
1572
1577
  "gluestack-ui": "gluestack-ui";
1573
- uniwind: "uniwind";
1574
1578
  unistyles: "unistyles";
1575
1579
  }>>;
1576
1580
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -1623,12 +1627,12 @@ declare const CreateInputSchema: z.ZodObject<{
1623
1627
  ratatui: "ratatui";
1624
1628
  }>>;
1625
1629
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1626
- config: "config";
1627
1630
  none: "none";
1628
1631
  serde: "serde";
1629
1632
  uuid: "uuid";
1630
1633
  chrono: "chrono";
1631
1634
  reqwest: "reqwest";
1635
+ config: "config";
1632
1636
  dashmap: "dashmap";
1633
1637
  "parking-lot": "parking-lot";
1634
1638
  secrecy: "secrecy";
@@ -2043,8 +2047,8 @@ declare const CreateInputSchema: z.ZodObject<{
2043
2047
  }>>;
2044
2048
  elixirLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2045
2049
  none: "none";
2046
- broadway: "broadway";
2047
2050
  nx: "nx";
2051
+ broadway: "broadway";
2048
2052
  }>>>;
2049
2053
  aiDocs: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2050
2054
  none: "none";
@@ -2067,6 +2071,7 @@ declare const AddInputSchema: z.ZodObject<{
2067
2071
  mcp: "mcp";
2068
2072
  skills: "skills";
2069
2073
  turborepo: "turborepo";
2074
+ nx: "nx";
2070
2075
  fumadocs: "fumadocs";
2071
2076
  ultracite: "ultracite";
2072
2077
  oxlint: "oxlint";
@@ -2118,10 +2123,10 @@ declare const CLIInputSchema: z.ZodObject<{
2118
2123
  projectName: z.ZodOptional<z.ZodString>;
2119
2124
  template: z.ZodOptional<z.ZodEnum<{
2120
2125
  none: "none";
2121
- uniwind: "uniwind";
2122
2126
  mern: "mern";
2123
2127
  pern: "pern";
2124
2128
  t3: "t3";
2129
+ uniwind: "uniwind";
2125
2130
  }>>;
2126
2131
  yes: z.ZodOptional<z.ZodBoolean>;
2127
2132
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -2211,6 +2216,7 @@ declare const CLIInputSchema: z.ZodObject<{
2211
2216
  mcp: "mcp";
2212
2217
  skills: "skills";
2213
2218
  turborepo: "turborepo";
2219
+ nx: "nx";
2214
2220
  fumadocs: "fumadocs";
2215
2221
  ultracite: "ultracite";
2216
2222
  oxlint: "oxlint";
@@ -2228,8 +2234,8 @@ declare const CLIInputSchema: z.ZodObject<{
2228
2234
  "docker-compose": "docker-compose";
2229
2235
  }>>>;
2230
2236
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2231
- ai: "ai";
2232
2237
  none: "none";
2238
+ ai: "ai";
2233
2239
  "chat-sdk": "chat-sdk";
2234
2240
  "tanstack-showcase": "tanstack-showcase";
2235
2241
  }>>>;
@@ -2285,6 +2291,7 @@ declare const CLIInputSchema: z.ZodObject<{
2285
2291
  "ts-rest": "ts-rest";
2286
2292
  garph: "garph";
2287
2293
  "graphql-yoga": "graphql-yoga";
2294
+ openapi: "openapi";
2288
2295
  }>>;
2289
2296
  webDeploy: z.ZodOptional<z.ZodEnum<{
2290
2297
  none: "none";
@@ -2309,10 +2316,10 @@ declare const CLIInputSchema: z.ZodObject<{
2309
2316
  vercel: "vercel";
2310
2317
  }>>;
2311
2318
  directoryConflict: z.ZodOptional<z.ZodEnum<{
2312
- error: "error";
2313
2319
  merge: "merge";
2314
2320
  overwrite: "overwrite";
2315
2321
  increment: "increment";
2322
+ error: "error";
2316
2323
  }>>;
2317
2324
  renderTitle: z.ZodOptional<z.ZodBoolean>;
2318
2325
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -2339,8 +2346,8 @@ declare const CLIInputSchema: z.ZodObject<{
2339
2346
  "ai-cli": "ai-cli";
2340
2347
  }>>;
2341
2348
  effect: z.ZodOptional<z.ZodEnum<{
2342
- effect: "effect";
2343
2349
  none: "none";
2350
+ effect: "effect";
2344
2351
  "effect-full": "effect-full";
2345
2352
  }>>;
2346
2353
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -2473,8 +2480,8 @@ declare const CLIInputSchema: z.ZodObject<{
2473
2480
  "geist-mono": "geist-mono";
2474
2481
  }>>;
2475
2482
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
2476
- default: "default";
2477
2483
  none: "none";
2484
+ default: "default";
2478
2485
  small: "small";
2479
2486
  medium: "medium";
2480
2487
  large: "large";
@@ -2589,9 +2596,9 @@ declare const CLIInputSchema: z.ZodObject<{
2589
2596
  }>>;
2590
2597
  mobileUI: z.ZodOptional<z.ZodEnum<{
2591
2598
  none: "none";
2599
+ uniwind: "uniwind";
2592
2600
  tamagui: "tamagui";
2593
2601
  "gluestack-ui": "gluestack-ui";
2594
- uniwind: "uniwind";
2595
2602
  unistyles: "unistyles";
2596
2603
  }>>;
2597
2604
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -2644,12 +2651,12 @@ declare const CLIInputSchema: z.ZodObject<{
2644
2651
  ratatui: "ratatui";
2645
2652
  }>>;
2646
2653
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2647
- config: "config";
2648
2654
  none: "none";
2649
2655
  serde: "serde";
2650
2656
  uuid: "uuid";
2651
2657
  chrono: "chrono";
2652
2658
  reqwest: "reqwest";
2659
+ config: "config";
2653
2660
  dashmap: "dashmap";
2654
2661
  "parking-lot": "parking-lot";
2655
2662
  secrecy: "secrecy";
@@ -3064,8 +3071,8 @@ declare const CLIInputSchema: z.ZodObject<{
3064
3071
  }>>;
3065
3072
  elixirLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3066
3073
  none: "none";
3067
- broadway: "broadway";
3068
3074
  nx: "nx";
3075
+ broadway: "broadway";
3069
3076
  }>>>;
3070
3077
  aiDocs: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3071
3078
  none: "none";
@@ -3162,6 +3169,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
3162
3169
  mcp: "mcp";
3163
3170
  skills: "skills";
3164
3171
  turborepo: "turborepo";
3172
+ nx: "nx";
3165
3173
  fumadocs: "fumadocs";
3166
3174
  ultracite: "ultracite";
3167
3175
  oxlint: "oxlint";
@@ -3179,8 +3187,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
3179
3187
  "docker-compose": "docker-compose";
3180
3188
  }>>;
3181
3189
  examples: z.ZodArray<z.ZodEnum<{
3182
- ai: "ai";
3183
3190
  none: "none";
3191
+ ai: "ai";
3184
3192
  "chat-sdk": "chat-sdk";
3185
3193
  "tanstack-showcase": "tanstack-showcase";
3186
3194
  }>>;
@@ -3237,6 +3245,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
3237
3245
  "ts-rest": "ts-rest";
3238
3246
  garph: "garph";
3239
3247
  "graphql-yoga": "graphql-yoga";
3248
+ openapi: "openapi";
3240
3249
  }>;
3241
3250
  webDeploy: z.ZodEnum<{
3242
3251
  none: "none";
@@ -3282,8 +3291,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
3282
3291
  "ai-cli": "ai-cli";
3283
3292
  }>;
3284
3293
  effect: z.ZodEnum<{
3285
- effect: "effect";
3286
3294
  none: "none";
3295
+ effect: "effect";
3287
3296
  "effect-full": "effect-full";
3288
3297
  }>;
3289
3298
  stateManagement: z.ZodEnum<{
@@ -3416,8 +3425,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
3416
3425
  "geist-mono": "geist-mono";
3417
3426
  }>>;
3418
3427
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
3419
- default: "default";
3420
3428
  none: "none";
3429
+ default: "default";
3421
3430
  small: "small";
3422
3431
  medium: "medium";
3423
3432
  large: "large";
@@ -3532,9 +3541,9 @@ declare const ProjectConfigSchema: z.ZodObject<{
3532
3541
  }>;
3533
3542
  mobileUI: z.ZodEnum<{
3534
3543
  none: "none";
3544
+ uniwind: "uniwind";
3535
3545
  tamagui: "tamagui";
3536
3546
  "gluestack-ui": "gluestack-ui";
3537
- uniwind: "uniwind";
3538
3547
  unistyles: "unistyles";
3539
3548
  }>;
3540
3549
  mobileStorage: z.ZodEnum<{
@@ -3587,12 +3596,12 @@ declare const ProjectConfigSchema: z.ZodObject<{
3587
3596
  ratatui: "ratatui";
3588
3597
  }>;
3589
3598
  rustLibraries: z.ZodArray<z.ZodEnum<{
3590
- config: "config";
3591
3599
  none: "none";
3592
3600
  serde: "serde";
3593
3601
  uuid: "uuid";
3594
3602
  chrono: "chrono";
3595
3603
  reqwest: "reqwest";
3604
+ config: "config";
3596
3605
  dashmap: "dashmap";
3597
3606
  "parking-lot": "parking-lot";
3598
3607
  secrecy: "secrecy";
@@ -4007,8 +4016,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
4007
4016
  }>;
4008
4017
  elixirLibraries: z.ZodArray<z.ZodEnum<{
4009
4018
  none: "none";
4010
- broadway: "broadway";
4011
4019
  nx: "nx";
4020
+ broadway: "broadway";
4012
4021
  }>>;
4013
4022
  aiDocs: z.ZodArray<z.ZodEnum<{
4014
4023
  none: "none";
@@ -4019,54 +4028,54 @@ declare const ProjectConfigSchema: z.ZodObject<{
4019
4028
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
4020
4029
  id: z.ZodString;
4021
4030
  role: z.ZodEnum<{
4022
- frontend: "frontend";
4023
- backend: "backend";
4024
- mobile: "mobile";
4031
+ ai: "ai";
4025
4032
  database: "database";
4026
- api: "api";
4027
4033
  orm: "orm";
4028
4034
  auth: "auth";
4029
- runtime: "runtime";
4030
- deploy: "deploy";
4035
+ payments: "payments";
4036
+ frontend: "frontend";
4037
+ examples: "examples";
4031
4038
  dbSetup: "dbSetup";
4032
- realtime: "realtime";
4033
- navigation: "navigation";
4034
- caching: "caching";
4035
- observability: "observability";
4036
- email: "email";
4037
- search: "search";
4038
- fileStorage: "fileStorage";
4039
- jobQueue: "jobQueue";
4040
- rateLimit: "rateLimit";
4041
- testing: "testing";
4039
+ backend: "backend";
4040
+ runtime: "runtime";
4041
+ api: "api";
4042
+ effect: "effect";
4042
4043
  stateManagement: "stateManagement";
4043
4044
  forms: "forms";
4045
+ testing: "testing";
4046
+ email: "email";
4047
+ validation: "validation";
4048
+ realtime: "realtime";
4049
+ jobQueue: "jobQueue";
4044
4050
  animation: "animation";
4045
4051
  fileUpload: "fileUpload";
4046
- validation: "validation";
4047
- effect: "effect";
4048
- ui: "ui";
4049
- css: "css";
4050
- storage: "storage";
4051
- ai: "ai";
4052
- payments: "payments";
4053
4052
  logging: "logging";
4053
+ observability: "observability";
4054
4054
  featureFlags: "featureFlags";
4055
4055
  analytics: "analytics";
4056
4056
  cms: "cms";
4057
+ caching: "caching";
4058
+ rateLimit: "rateLimit";
4057
4059
  i18n: "i18n";
4060
+ search: "search";
4061
+ fileStorage: "fileStorage";
4062
+ config: "config";
4063
+ mobile: "mobile";
4064
+ deploy: "deploy";
4065
+ navigation: "navigation";
4066
+ ui: "ui";
4067
+ css: "css";
4068
+ storage: "storage";
4058
4069
  documentation: "documentation";
4059
4070
  codeQuality: "codeQuality";
4060
4071
  appPlatform: "appPlatform";
4061
4072
  dataFetching: "dataFetching";
4062
4073
  workspaceTooling: "workspaceTooling";
4063
- examples: "examples";
4064
4074
  buildTool: "buildTool";
4065
4075
  cli: "cli";
4066
4076
  errorHandling: "errorHandling";
4067
4077
  httpClient: "httpClient";
4068
4078
  libraries: "libraries";
4069
- config: "config";
4070
4079
  templating: "templating";
4071
4080
  }>;
4072
4081
  toolId: z.ZodString;
@@ -4180,6 +4189,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
4180
4189
  mcp: "mcp";
4181
4190
  skills: "skills";
4182
4191
  turborepo: "turborepo";
4192
+ nx: "nx";
4183
4193
  fumadocs: "fumadocs";
4184
4194
  ultracite: "ultracite";
4185
4195
  oxlint: "oxlint";
@@ -4197,8 +4207,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
4197
4207
  "docker-compose": "docker-compose";
4198
4208
  }>>;
4199
4209
  examples: z.ZodArray<z.ZodEnum<{
4200
- ai: "ai";
4201
4210
  none: "none";
4211
+ ai: "ai";
4202
4212
  "chat-sdk": "chat-sdk";
4203
4213
  "tanstack-showcase": "tanstack-showcase";
4204
4214
  }>>;
@@ -4253,6 +4263,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
4253
4263
  "ts-rest": "ts-rest";
4254
4264
  garph: "garph";
4255
4265
  "graphql-yoga": "graphql-yoga";
4266
+ openapi: "openapi";
4256
4267
  }>;
4257
4268
  webDeploy: z.ZodEnum<{
4258
4269
  none: "none";
@@ -4298,8 +4309,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
4298
4309
  "ai-cli": "ai-cli";
4299
4310
  }>;
4300
4311
  effect: z.ZodEnum<{
4301
- effect: "effect";
4302
4312
  none: "none";
4313
+ effect: "effect";
4303
4314
  "effect-full": "effect-full";
4304
4315
  }>;
4305
4316
  stateManagement: z.ZodEnum<{
@@ -4432,8 +4443,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
4432
4443
  "geist-mono": "geist-mono";
4433
4444
  }>>;
4434
4445
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
4435
- default: "default";
4436
4446
  none: "none";
4447
+ default: "default";
4437
4448
  small: "small";
4438
4449
  medium: "medium";
4439
4450
  large: "large";
@@ -4548,9 +4559,9 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
4548
4559
  }>;
4549
4560
  mobileUI: z.ZodEnum<{
4550
4561
  none: "none";
4562
+ uniwind: "uniwind";
4551
4563
  tamagui: "tamagui";
4552
4564
  "gluestack-ui": "gluestack-ui";
4553
- uniwind: "uniwind";
4554
4565
  unistyles: "unistyles";
4555
4566
  }>;
4556
4567
  mobileStorage: z.ZodEnum<{
@@ -4603,12 +4614,12 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
4603
4614
  ratatui: "ratatui";
4604
4615
  }>;
4605
4616
  rustLibraries: z.ZodArray<z.ZodEnum<{
4606
- config: "config";
4607
4617
  none: "none";
4608
4618
  serde: "serde";
4609
4619
  uuid: "uuid";
4610
4620
  chrono: "chrono";
4611
4621
  reqwest: "reqwest";
4622
+ config: "config";
4612
4623
  dashmap: "dashmap";
4613
4624
  "parking-lot": "parking-lot";
4614
4625
  secrecy: "secrecy";
@@ -5023,8 +5034,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
5023
5034
  }>;
5024
5035
  elixirLibraries: z.ZodArray<z.ZodEnum<{
5025
5036
  none: "none";
5026
- broadway: "broadway";
5027
5037
  nx: "nx";
5038
+ broadway: "broadway";
5028
5039
  }>>;
5029
5040
  aiDocs: z.ZodArray<z.ZodEnum<{
5030
5041
  none: "none";
@@ -5035,54 +5046,54 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
5035
5046
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
5036
5047
  id: z.ZodString;
5037
5048
  role: z.ZodEnum<{
5038
- frontend: "frontend";
5039
- backend: "backend";
5040
- mobile: "mobile";
5049
+ ai: "ai";
5041
5050
  database: "database";
5042
- api: "api";
5043
5051
  orm: "orm";
5044
5052
  auth: "auth";
5045
- runtime: "runtime";
5046
- deploy: "deploy";
5053
+ payments: "payments";
5054
+ frontend: "frontend";
5055
+ examples: "examples";
5047
5056
  dbSetup: "dbSetup";
5048
- realtime: "realtime";
5049
- navigation: "navigation";
5050
- caching: "caching";
5051
- observability: "observability";
5052
- email: "email";
5053
- search: "search";
5054
- fileStorage: "fileStorage";
5055
- jobQueue: "jobQueue";
5056
- rateLimit: "rateLimit";
5057
- testing: "testing";
5057
+ backend: "backend";
5058
+ runtime: "runtime";
5059
+ api: "api";
5060
+ effect: "effect";
5058
5061
  stateManagement: "stateManagement";
5059
5062
  forms: "forms";
5060
- animation: "animation";
5061
- fileUpload: "fileUpload";
5063
+ testing: "testing";
5064
+ email: "email";
5062
5065
  validation: "validation";
5063
- effect: "effect";
5064
- ui: "ui";
5065
- css: "css";
5066
- storage: "storage";
5067
- ai: "ai";
5068
- payments: "payments";
5066
+ realtime: "realtime";
5067
+ jobQueue: "jobQueue";
5068
+ animation: "animation";
5069
+ fileUpload: "fileUpload";
5069
5070
  logging: "logging";
5071
+ observability: "observability";
5070
5072
  featureFlags: "featureFlags";
5071
5073
  analytics: "analytics";
5072
5074
  cms: "cms";
5075
+ caching: "caching";
5076
+ rateLimit: "rateLimit";
5073
5077
  i18n: "i18n";
5078
+ search: "search";
5079
+ fileStorage: "fileStorage";
5080
+ config: "config";
5081
+ mobile: "mobile";
5082
+ deploy: "deploy";
5083
+ navigation: "navigation";
5084
+ ui: "ui";
5085
+ css: "css";
5086
+ storage: "storage";
5074
5087
  documentation: "documentation";
5075
5088
  codeQuality: "codeQuality";
5076
5089
  appPlatform: "appPlatform";
5077
5090
  dataFetching: "dataFetching";
5078
5091
  workspaceTooling: "workspaceTooling";
5079
- examples: "examples";
5080
5092
  buildTool: "buildTool";
5081
5093
  cli: "cli";
5082
5094
  errorHandling: "errorHandling";
5083
5095
  httpClient: "httpClient";
5084
5096
  libraries: "libraries";
5085
- config: "config";
5086
5097
  templating: "templating";
5087
5098
  }>;
5088
5099
  toolId: z.ZodString;
@@ -5196,6 +5207,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
5196
5207
  mcp: "mcp";
5197
5208
  skills: "skills";
5198
5209
  turborepo: "turborepo";
5210
+ nx: "nx";
5199
5211
  fumadocs: "fumadocs";
5200
5212
  ultracite: "ultracite";
5201
5213
  oxlint: "oxlint";
@@ -5213,8 +5225,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
5213
5225
  "docker-compose": "docker-compose";
5214
5226
  }>>;
5215
5227
  examples: z.ZodArray<z.ZodEnum<{
5216
- ai: "ai";
5217
5228
  none: "none";
5229
+ ai: "ai";
5218
5230
  "chat-sdk": "chat-sdk";
5219
5231
  "tanstack-showcase": "tanstack-showcase";
5220
5232
  }>>;
@@ -5269,6 +5281,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
5269
5281
  "ts-rest": "ts-rest";
5270
5282
  garph: "garph";
5271
5283
  "graphql-yoga": "graphql-yoga";
5284
+ openapi: "openapi";
5272
5285
  }>;
5273
5286
  webDeploy: z.ZodEnum<{
5274
5287
  none: "none";
@@ -5314,8 +5327,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
5314
5327
  "ai-cli": "ai-cli";
5315
5328
  }>;
5316
5329
  effect: z.ZodEnum<{
5317
- effect: "effect";
5318
5330
  none: "none";
5331
+ effect: "effect";
5319
5332
  "effect-full": "effect-full";
5320
5333
  }>;
5321
5334
  stateManagement: z.ZodEnum<{
@@ -5448,8 +5461,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
5448
5461
  "geist-mono": "geist-mono";
5449
5462
  }>>;
5450
5463
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
5451
- default: "default";
5452
5464
  none: "none";
5465
+ default: "default";
5453
5466
  small: "small";
5454
5467
  medium: "medium";
5455
5468
  large: "large";
@@ -5564,9 +5577,9 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
5564
5577
  }>;
5565
5578
  mobileUI: z.ZodEnum<{
5566
5579
  none: "none";
5580
+ uniwind: "uniwind";
5567
5581
  tamagui: "tamagui";
5568
5582
  "gluestack-ui": "gluestack-ui";
5569
- uniwind: "uniwind";
5570
5583
  unistyles: "unistyles";
5571
5584
  }>;
5572
5585
  mobileStorage: z.ZodEnum<{
@@ -5619,12 +5632,12 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
5619
5632
  ratatui: "ratatui";
5620
5633
  }>;
5621
5634
  rustLibraries: z.ZodArray<z.ZodEnum<{
5622
- config: "config";
5623
5635
  none: "none";
5624
5636
  serde: "serde";
5625
5637
  uuid: "uuid";
5626
5638
  chrono: "chrono";
5627
5639
  reqwest: "reqwest";
5640
+ config: "config";
5628
5641
  dashmap: "dashmap";
5629
5642
  "parking-lot": "parking-lot";
5630
5643
  secrecy: "secrecy";
@@ -6039,8 +6052,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
6039
6052
  }>;
6040
6053
  elixirLibraries: z.ZodArray<z.ZodEnum<{
6041
6054
  none: "none";
6042
- broadway: "broadway";
6043
6055
  nx: "nx";
6056
+ broadway: "broadway";
6044
6057
  }>>;
6045
6058
  aiDocs: z.ZodArray<z.ZodEnum<{
6046
6059
  none: "none";
@@ -6051,54 +6064,54 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
6051
6064
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
6052
6065
  id: z.ZodString;
6053
6066
  role: z.ZodEnum<{
6054
- frontend: "frontend";
6055
- backend: "backend";
6056
- mobile: "mobile";
6067
+ ai: "ai";
6057
6068
  database: "database";
6058
- api: "api";
6059
6069
  orm: "orm";
6060
6070
  auth: "auth";
6061
- runtime: "runtime";
6062
- deploy: "deploy";
6071
+ payments: "payments";
6072
+ frontend: "frontend";
6073
+ examples: "examples";
6063
6074
  dbSetup: "dbSetup";
6064
- realtime: "realtime";
6065
- navigation: "navigation";
6066
- caching: "caching";
6067
- observability: "observability";
6068
- email: "email";
6069
- search: "search";
6070
- fileStorage: "fileStorage";
6071
- jobQueue: "jobQueue";
6072
- rateLimit: "rateLimit";
6073
- testing: "testing";
6075
+ backend: "backend";
6076
+ runtime: "runtime";
6077
+ api: "api";
6078
+ effect: "effect";
6074
6079
  stateManagement: "stateManagement";
6075
6080
  forms: "forms";
6081
+ testing: "testing";
6082
+ email: "email";
6083
+ validation: "validation";
6084
+ realtime: "realtime";
6085
+ jobQueue: "jobQueue";
6076
6086
  animation: "animation";
6077
6087
  fileUpload: "fileUpload";
6078
- validation: "validation";
6079
- effect: "effect";
6080
- ui: "ui";
6081
- css: "css";
6082
- storage: "storage";
6083
- ai: "ai";
6084
- payments: "payments";
6085
6088
  logging: "logging";
6089
+ observability: "observability";
6086
6090
  featureFlags: "featureFlags";
6087
6091
  analytics: "analytics";
6088
6092
  cms: "cms";
6093
+ caching: "caching";
6094
+ rateLimit: "rateLimit";
6089
6095
  i18n: "i18n";
6096
+ search: "search";
6097
+ fileStorage: "fileStorage";
6098
+ config: "config";
6099
+ mobile: "mobile";
6100
+ deploy: "deploy";
6101
+ navigation: "navigation";
6102
+ ui: "ui";
6103
+ css: "css";
6104
+ storage: "storage";
6090
6105
  documentation: "documentation";
6091
6106
  codeQuality: "codeQuality";
6092
6107
  appPlatform: "appPlatform";
6093
6108
  dataFetching: "dataFetching";
6094
6109
  workspaceTooling: "workspaceTooling";
6095
- examples: "examples";
6096
6110
  buildTool: "buildTool";
6097
6111
  cli: "cli";
6098
6112
  errorHandling: "errorHandling";
6099
6113
  httpClient: "httpClient";
6100
6114
  libraries: "libraries";
6101
- config: "config";
6102
6115
  templating: "templating";
6103
6116
  }>;
6104
6117
  toolId: z.ZodString;
@@ -6213,6 +6226,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
6213
6226
  mcp: "mcp";
6214
6227
  skills: "skills";
6215
6228
  turborepo: "turborepo";
6229
+ nx: "nx";
6216
6230
  fumadocs: "fumadocs";
6217
6231
  ultracite: "ultracite";
6218
6232
  oxlint: "oxlint";
@@ -6230,8 +6244,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
6230
6244
  "docker-compose": "docker-compose";
6231
6245
  }>>;
6232
6246
  examples: z.ZodArray<z.ZodEnum<{
6233
- ai: "ai";
6234
6247
  none: "none";
6248
+ ai: "ai";
6235
6249
  "chat-sdk": "chat-sdk";
6236
6250
  "tanstack-showcase": "tanstack-showcase";
6237
6251
  }>>;
@@ -6286,6 +6300,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
6286
6300
  "ts-rest": "ts-rest";
6287
6301
  garph: "garph";
6288
6302
  "graphql-yoga": "graphql-yoga";
6303
+ openapi: "openapi";
6289
6304
  }>;
6290
6305
  webDeploy: z.ZodEnum<{
6291
6306
  none: "none";
@@ -6331,8 +6346,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
6331
6346
  "ai-cli": "ai-cli";
6332
6347
  }>;
6333
6348
  effect: z.ZodEnum<{
6334
- effect: "effect";
6335
6349
  none: "none";
6350
+ effect: "effect";
6336
6351
  "effect-full": "effect-full";
6337
6352
  }>;
6338
6353
  stateManagement: z.ZodEnum<{
@@ -6465,8 +6480,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
6465
6480
  "geist-mono": "geist-mono";
6466
6481
  }>>;
6467
6482
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
6468
- default: "default";
6469
6483
  none: "none";
6484
+ default: "default";
6470
6485
  small: "small";
6471
6486
  medium: "medium";
6472
6487
  large: "large";
@@ -6581,9 +6596,9 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
6581
6596
  }>;
6582
6597
  mobileUI: z.ZodEnum<{
6583
6598
  none: "none";
6599
+ uniwind: "uniwind";
6584
6600
  tamagui: "tamagui";
6585
6601
  "gluestack-ui": "gluestack-ui";
6586
- uniwind: "uniwind";
6587
6602
  unistyles: "unistyles";
6588
6603
  }>;
6589
6604
  mobileStorage: z.ZodEnum<{
@@ -6636,12 +6651,12 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
6636
6651
  ratatui: "ratatui";
6637
6652
  }>;
6638
6653
  rustLibraries: z.ZodArray<z.ZodEnum<{
6639
- config: "config";
6640
6654
  none: "none";
6641
6655
  serde: "serde";
6642
6656
  uuid: "uuid";
6643
6657
  chrono: "chrono";
6644
6658
  reqwest: "reqwest";
6659
+ config: "config";
6645
6660
  dashmap: "dashmap";
6646
6661
  "parking-lot": "parking-lot";
6647
6662
  secrecy: "secrecy";
@@ -7056,8 +7071,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
7056
7071
  }>;
7057
7072
  elixirLibraries: z.ZodArray<z.ZodEnum<{
7058
7073
  none: "none";
7059
- broadway: "broadway";
7060
7074
  nx: "nx";
7075
+ broadway: "broadway";
7061
7076
  }>>;
7062
7077
  aiDocs: z.ZodArray<z.ZodEnum<{
7063
7078
  none: "none";
@@ -7068,54 +7083,54 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
7068
7083
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
7069
7084
  id: z.ZodString;
7070
7085
  role: z.ZodEnum<{
7071
- frontend: "frontend";
7072
- backend: "backend";
7073
- mobile: "mobile";
7086
+ ai: "ai";
7074
7087
  database: "database";
7075
- api: "api";
7076
7088
  orm: "orm";
7077
7089
  auth: "auth";
7078
- runtime: "runtime";
7079
- deploy: "deploy";
7090
+ payments: "payments";
7091
+ frontend: "frontend";
7092
+ examples: "examples";
7080
7093
  dbSetup: "dbSetup";
7081
- realtime: "realtime";
7082
- navigation: "navigation";
7083
- caching: "caching";
7084
- observability: "observability";
7085
- email: "email";
7086
- search: "search";
7087
- fileStorage: "fileStorage";
7088
- jobQueue: "jobQueue";
7089
- rateLimit: "rateLimit";
7090
- testing: "testing";
7094
+ backend: "backend";
7095
+ runtime: "runtime";
7096
+ api: "api";
7097
+ effect: "effect";
7091
7098
  stateManagement: "stateManagement";
7092
7099
  forms: "forms";
7100
+ testing: "testing";
7101
+ email: "email";
7102
+ validation: "validation";
7103
+ realtime: "realtime";
7104
+ jobQueue: "jobQueue";
7093
7105
  animation: "animation";
7094
7106
  fileUpload: "fileUpload";
7095
- validation: "validation";
7096
- effect: "effect";
7097
- ui: "ui";
7098
- css: "css";
7099
- storage: "storage";
7100
- ai: "ai";
7101
- payments: "payments";
7102
7107
  logging: "logging";
7108
+ observability: "observability";
7103
7109
  featureFlags: "featureFlags";
7104
7110
  analytics: "analytics";
7105
7111
  cms: "cms";
7112
+ caching: "caching";
7113
+ rateLimit: "rateLimit";
7106
7114
  i18n: "i18n";
7115
+ search: "search";
7116
+ fileStorage: "fileStorage";
7117
+ config: "config";
7118
+ mobile: "mobile";
7119
+ deploy: "deploy";
7120
+ navigation: "navigation";
7121
+ ui: "ui";
7122
+ css: "css";
7123
+ storage: "storage";
7107
7124
  documentation: "documentation";
7108
7125
  codeQuality: "codeQuality";
7109
7126
  appPlatform: "appPlatform";
7110
7127
  dataFetching: "dataFetching";
7111
7128
  workspaceTooling: "workspaceTooling";
7112
- examples: "examples";
7113
7129
  buildTool: "buildTool";
7114
7130
  cli: "cli";
7115
7131
  errorHandling: "errorHandling";
7116
7132
  httpClient: "httpClient";
7117
7133
  libraries: "libraries";
7118
- config: "config";
7119
7134
  templating: "templating";
7120
7135
  }>;
7121
7136
  toolId: z.ZodString;
@@ -7230,6 +7245,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
7230
7245
  mcp: "mcp";
7231
7246
  skills: "skills";
7232
7247
  turborepo: "turborepo";
7248
+ nx: "nx";
7233
7249
  fumadocs: "fumadocs";
7234
7250
  ultracite: "ultracite";
7235
7251
  oxlint: "oxlint";
@@ -7247,8 +7263,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
7247
7263
  "docker-compose": "docker-compose";
7248
7264
  }>>;
7249
7265
  examples: z.ZodArray<z.ZodEnum<{
7250
- ai: "ai";
7251
7266
  none: "none";
7267
+ ai: "ai";
7252
7268
  "chat-sdk": "chat-sdk";
7253
7269
  "tanstack-showcase": "tanstack-showcase";
7254
7270
  }>>;
@@ -7303,6 +7319,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
7303
7319
  "ts-rest": "ts-rest";
7304
7320
  garph: "garph";
7305
7321
  "graphql-yoga": "graphql-yoga";
7322
+ openapi: "openapi";
7306
7323
  }>;
7307
7324
  webDeploy: z.ZodEnum<{
7308
7325
  none: "none";
@@ -7348,8 +7365,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
7348
7365
  "ai-cli": "ai-cli";
7349
7366
  }>;
7350
7367
  effect: z.ZodEnum<{
7351
- effect: "effect";
7352
7368
  none: "none";
7369
+ effect: "effect";
7353
7370
  "effect-full": "effect-full";
7354
7371
  }>;
7355
7372
  stateManagement: z.ZodEnum<{
@@ -7482,8 +7499,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
7482
7499
  "geist-mono": "geist-mono";
7483
7500
  }>>;
7484
7501
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
7485
- default: "default";
7486
7502
  none: "none";
7503
+ default: "default";
7487
7504
  small: "small";
7488
7505
  medium: "medium";
7489
7506
  large: "large";
@@ -7598,9 +7615,9 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
7598
7615
  }>;
7599
7616
  mobileUI: z.ZodEnum<{
7600
7617
  none: "none";
7618
+ uniwind: "uniwind";
7601
7619
  tamagui: "tamagui";
7602
7620
  "gluestack-ui": "gluestack-ui";
7603
- uniwind: "uniwind";
7604
7621
  unistyles: "unistyles";
7605
7622
  }>;
7606
7623
  mobileStorage: z.ZodEnum<{
@@ -7653,12 +7670,12 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
7653
7670
  ratatui: "ratatui";
7654
7671
  }>;
7655
7672
  rustLibraries: z.ZodArray<z.ZodEnum<{
7656
- config: "config";
7657
7673
  none: "none";
7658
7674
  serde: "serde";
7659
7675
  uuid: "uuid";
7660
7676
  chrono: "chrono";
7661
7677
  reqwest: "reqwest";
7678
+ config: "config";
7662
7679
  dashmap: "dashmap";
7663
7680
  "parking-lot": "parking-lot";
7664
7681
  secrecy: "secrecy";
@@ -8073,8 +8090,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
8073
8090
  }>;
8074
8091
  elixirLibraries: z.ZodArray<z.ZodEnum<{
8075
8092
  none: "none";
8076
- broadway: "broadway";
8077
8093
  nx: "nx";
8094
+ broadway: "broadway";
8078
8095
  }>>;
8079
8096
  aiDocs: z.ZodArray<z.ZodEnum<{
8080
8097
  none: "none";
@@ -8085,54 +8102,54 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
8085
8102
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
8086
8103
  id: z.ZodString;
8087
8104
  role: z.ZodEnum<{
8088
- frontend: "frontend";
8089
- backend: "backend";
8090
- mobile: "mobile";
8105
+ ai: "ai";
8091
8106
  database: "database";
8092
- api: "api";
8093
8107
  orm: "orm";
8094
8108
  auth: "auth";
8095
- runtime: "runtime";
8096
- deploy: "deploy";
8109
+ payments: "payments";
8110
+ frontend: "frontend";
8111
+ examples: "examples";
8097
8112
  dbSetup: "dbSetup";
8098
- realtime: "realtime";
8099
- navigation: "navigation";
8100
- caching: "caching";
8101
- observability: "observability";
8102
- email: "email";
8103
- search: "search";
8104
- fileStorage: "fileStorage";
8105
- jobQueue: "jobQueue";
8106
- rateLimit: "rateLimit";
8107
- testing: "testing";
8113
+ backend: "backend";
8114
+ runtime: "runtime";
8115
+ api: "api";
8116
+ effect: "effect";
8108
8117
  stateManagement: "stateManagement";
8109
8118
  forms: "forms";
8119
+ testing: "testing";
8120
+ email: "email";
8121
+ validation: "validation";
8122
+ realtime: "realtime";
8123
+ jobQueue: "jobQueue";
8110
8124
  animation: "animation";
8111
8125
  fileUpload: "fileUpload";
8112
- validation: "validation";
8113
- effect: "effect";
8114
- ui: "ui";
8115
- css: "css";
8116
- storage: "storage";
8117
- ai: "ai";
8118
- payments: "payments";
8119
8126
  logging: "logging";
8127
+ observability: "observability";
8120
8128
  featureFlags: "featureFlags";
8121
8129
  analytics: "analytics";
8122
8130
  cms: "cms";
8131
+ caching: "caching";
8132
+ rateLimit: "rateLimit";
8123
8133
  i18n: "i18n";
8134
+ search: "search";
8135
+ fileStorage: "fileStorage";
8136
+ config: "config";
8137
+ mobile: "mobile";
8138
+ deploy: "deploy";
8139
+ navigation: "navigation";
8140
+ ui: "ui";
8141
+ css: "css";
8142
+ storage: "storage";
8124
8143
  documentation: "documentation";
8125
8144
  codeQuality: "codeQuality";
8126
8145
  appPlatform: "appPlatform";
8127
8146
  dataFetching: "dataFetching";
8128
8147
  workspaceTooling: "workspaceTooling";
8129
- examples: "examples";
8130
8148
  buildTool: "buildTool";
8131
8149
  cli: "cli";
8132
8150
  errorHandling: "errorHandling";
8133
8151
  httpClient: "httpClient";
8134
8152
  libraries: "libraries";
8135
- config: "config";
8136
8153
  templating: "templating";
8137
8154
  }>;
8138
8155
  toolId: z.ZodString;
@@ -8247,6 +8264,7 @@ declare const InitResultSchema: z.ZodObject<{
8247
8264
  mcp: "mcp";
8248
8265
  skills: "skills";
8249
8266
  turborepo: "turborepo";
8267
+ nx: "nx";
8250
8268
  fumadocs: "fumadocs";
8251
8269
  ultracite: "ultracite";
8252
8270
  oxlint: "oxlint";
@@ -8264,8 +8282,8 @@ declare const InitResultSchema: z.ZodObject<{
8264
8282
  "docker-compose": "docker-compose";
8265
8283
  }>>;
8266
8284
  examples: z.ZodArray<z.ZodEnum<{
8267
- ai: "ai";
8268
8285
  none: "none";
8286
+ ai: "ai";
8269
8287
  "chat-sdk": "chat-sdk";
8270
8288
  "tanstack-showcase": "tanstack-showcase";
8271
8289
  }>>;
@@ -8322,6 +8340,7 @@ declare const InitResultSchema: z.ZodObject<{
8322
8340
  "ts-rest": "ts-rest";
8323
8341
  garph: "garph";
8324
8342
  "graphql-yoga": "graphql-yoga";
8343
+ openapi: "openapi";
8325
8344
  }>;
8326
8345
  webDeploy: z.ZodEnum<{
8327
8346
  none: "none";
@@ -8367,8 +8386,8 @@ declare const InitResultSchema: z.ZodObject<{
8367
8386
  "ai-cli": "ai-cli";
8368
8387
  }>;
8369
8388
  effect: z.ZodEnum<{
8370
- effect: "effect";
8371
8389
  none: "none";
8390
+ effect: "effect";
8372
8391
  "effect-full": "effect-full";
8373
8392
  }>;
8374
8393
  stateManagement: z.ZodEnum<{
@@ -8501,8 +8520,8 @@ declare const InitResultSchema: z.ZodObject<{
8501
8520
  "geist-mono": "geist-mono";
8502
8521
  }>>;
8503
8522
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
8504
- default: "default";
8505
8523
  none: "none";
8524
+ default: "default";
8506
8525
  small: "small";
8507
8526
  medium: "medium";
8508
8527
  large: "large";
@@ -8617,9 +8636,9 @@ declare const InitResultSchema: z.ZodObject<{
8617
8636
  }>;
8618
8637
  mobileUI: z.ZodEnum<{
8619
8638
  none: "none";
8639
+ uniwind: "uniwind";
8620
8640
  tamagui: "tamagui";
8621
8641
  "gluestack-ui": "gluestack-ui";
8622
- uniwind: "uniwind";
8623
8642
  unistyles: "unistyles";
8624
8643
  }>;
8625
8644
  mobileStorage: z.ZodEnum<{
@@ -8672,12 +8691,12 @@ declare const InitResultSchema: z.ZodObject<{
8672
8691
  ratatui: "ratatui";
8673
8692
  }>;
8674
8693
  rustLibraries: z.ZodArray<z.ZodEnum<{
8675
- config: "config";
8676
8694
  none: "none";
8677
8695
  serde: "serde";
8678
8696
  uuid: "uuid";
8679
8697
  chrono: "chrono";
8680
8698
  reqwest: "reqwest";
8699
+ config: "config";
8681
8700
  dashmap: "dashmap";
8682
8701
  "parking-lot": "parking-lot";
8683
8702
  secrecy: "secrecy";
@@ -9092,8 +9111,8 @@ declare const InitResultSchema: z.ZodObject<{
9092
9111
  }>;
9093
9112
  elixirLibraries: z.ZodArray<z.ZodEnum<{
9094
9113
  none: "none";
9095
- broadway: "broadway";
9096
9114
  nx: "nx";
9115
+ broadway: "broadway";
9097
9116
  }>>;
9098
9117
  aiDocs: z.ZodArray<z.ZodEnum<{
9099
9118
  none: "none";
@@ -9104,54 +9123,54 @@ declare const InitResultSchema: z.ZodObject<{
9104
9123
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
9105
9124
  id: z.ZodString;
9106
9125
  role: z.ZodEnum<{
9107
- frontend: "frontend";
9108
- backend: "backend";
9109
- mobile: "mobile";
9126
+ ai: "ai";
9110
9127
  database: "database";
9111
- api: "api";
9112
9128
  orm: "orm";
9113
9129
  auth: "auth";
9114
- runtime: "runtime";
9115
- deploy: "deploy";
9130
+ payments: "payments";
9131
+ frontend: "frontend";
9132
+ examples: "examples";
9116
9133
  dbSetup: "dbSetup";
9117
- realtime: "realtime";
9118
- navigation: "navigation";
9119
- caching: "caching";
9120
- observability: "observability";
9121
- email: "email";
9122
- search: "search";
9123
- fileStorage: "fileStorage";
9124
- jobQueue: "jobQueue";
9125
- rateLimit: "rateLimit";
9126
- testing: "testing";
9134
+ backend: "backend";
9135
+ runtime: "runtime";
9136
+ api: "api";
9137
+ effect: "effect";
9127
9138
  stateManagement: "stateManagement";
9128
9139
  forms: "forms";
9140
+ testing: "testing";
9141
+ email: "email";
9142
+ validation: "validation";
9143
+ realtime: "realtime";
9144
+ jobQueue: "jobQueue";
9129
9145
  animation: "animation";
9130
9146
  fileUpload: "fileUpload";
9131
- validation: "validation";
9132
- effect: "effect";
9133
- ui: "ui";
9134
- css: "css";
9135
- storage: "storage";
9136
- ai: "ai";
9137
- payments: "payments";
9138
9147
  logging: "logging";
9148
+ observability: "observability";
9139
9149
  featureFlags: "featureFlags";
9140
9150
  analytics: "analytics";
9141
9151
  cms: "cms";
9152
+ caching: "caching";
9153
+ rateLimit: "rateLimit";
9142
9154
  i18n: "i18n";
9155
+ search: "search";
9156
+ fileStorage: "fileStorage";
9157
+ config: "config";
9158
+ mobile: "mobile";
9159
+ deploy: "deploy";
9160
+ navigation: "navigation";
9161
+ ui: "ui";
9162
+ css: "css";
9163
+ storage: "storage";
9143
9164
  documentation: "documentation";
9144
9165
  codeQuality: "codeQuality";
9145
9166
  appPlatform: "appPlatform";
9146
9167
  dataFetching: "dataFetching";
9147
9168
  workspaceTooling: "workspaceTooling";
9148
- examples: "examples";
9149
9169
  buildTool: "buildTool";
9150
9170
  cli: "cli";
9151
9171
  errorHandling: "errorHandling";
9152
9172
  httpClient: "httpClient";
9153
9173
  libraries: "libraries";
9154
- config: "config";
9155
9174
  templating: "templating";
9156
9175
  }>;
9157
9176
  toolId: z.ZodString;
@@ -9194,21 +9213,21 @@ declare const ORM_VALUES: ("none" | "drizzle" | "prisma" | "mongoose" | "typeorm
9194
9213
  declare const BACKEND_VALUES: ("none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self")[];
9195
9214
  declare const RUNTIME_VALUES: ("none" | "bun" | "node" | "workers")[];
9196
9215
  declare const FRONTEND_VALUES: ("none" | "tanstack-router" | "react-router" | "react-vite" | "tanstack-start" | "next" | "vinext" | "nuxt" | "native-bare" | "native-uniwind" | "native-unistyles" | "svelte" | "solid" | "solid-start" | "astro" | "qwik" | "angular" | "redwood" | "fresh")[];
9197
- declare const ADDONS_VALUES: ("none" | "pwa" | "tauri" | "starlight" | "biome" | "lefthook" | "husky" | "ruler" | "mcp" | "skills" | "turborepo" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "msw" | "storybook" | "swr" | "tanstack-query" | "tanstack-table" | "tanstack-virtual" | "tanstack-db" | "tanstack-pacer" | "backend-utils" | "docker-compose")[];
9198
- declare const EXAMPLES_VALUES: ("ai" | "none" | "chat-sdk" | "tanstack-showcase")[];
9216
+ declare const ADDONS_VALUES: ("none" | "pwa" | "tauri" | "starlight" | "biome" | "lefthook" | "husky" | "ruler" | "mcp" | "skills" | "turborepo" | "nx" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "msw" | "storybook" | "swr" | "tanstack-query" | "tanstack-table" | "tanstack-virtual" | "tanstack-db" | "tanstack-pacer" | "backend-utils" | "docker-compose")[];
9217
+ declare const EXAMPLES_VALUES: ("none" | "ai" | "chat-sdk" | "tanstack-showcase")[];
9199
9218
  declare const PACKAGE_MANAGER_VALUES: ("bun" | "npm" | "pnpm" | "yarn")[];
9200
9219
  declare const VERSION_CHANNEL_VALUES: ("stable" | "latest" | "beta")[];
9201
9220
  declare const DATABASE_SETUP_VALUES: ("none" | "turso" | "neon" | "prisma-postgres" | "planetscale" | "mongodb-atlas" | "supabase" | "upstash" | "d1" | "docker")[];
9202
- declare const API_VALUES: ("none" | "trpc" | "orpc" | "ts-rest" | "garph" | "graphql-yoga")[];
9221
+ declare const API_VALUES: ("none" | "trpc" | "orpc" | "ts-rest" | "garph" | "graphql-yoga" | "openapi")[];
9203
9222
  declare const AUTH_VALUES: ("none" | "better-auth" | "better-auth-organizations" | "go-better-auth" | "clerk" | "nextauth" | "stack-auth" | "supabase-auth" | "auth0" | "workos" | "kinde")[];
9204
9223
  declare const PAYMENTS_VALUES: ("none" | "polar" | "stripe" | "lemon-squeezy" | "paddle" | "dodo")[];
9205
9224
  declare const WEB_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
9206
9225
  declare const SERVER_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
9207
- declare const DIRECTORY_CONFLICT_VALUES: ("error" | "merge" | "overwrite" | "increment")[];
9208
- declare const TEMPLATE_VALUES: ("none" | "uniwind" | "mern" | "pern" | "t3")[];
9226
+ declare const DIRECTORY_CONFLICT_VALUES: ("merge" | "overwrite" | "increment" | "error")[];
9227
+ declare const TEMPLATE_VALUES: ("none" | "mern" | "pern" | "t3" | "uniwind")[];
9209
9228
  declare const ASTRO_INTEGRATION_VALUES: ("none" | "svelte" | "solid" | "react" | "vue")[];
9210
9229
  declare const AI_VALUES: ("none" | "vercel-ai" | "mastra" | "voltagent" | "langgraph" | "openai-agents" | "google-adk" | "modelfusion" | "langchain" | "llamaindex" | "tanstack-ai" | "ai-cli")[];
9211
- declare const EFFECT_VALUES: ("effect" | "none" | "effect-full")[];
9230
+ declare const EFFECT_VALUES: ("none" | "effect" | "effect-full")[];
9212
9231
  declare const STATE_MANAGEMENT_VALUES: ("none" | "zustand" | "jotai" | "nanostores" | "redux-toolkit" | "mobx" | "xstate" | "valtio" | "tanstack-store" | "legend-state")[];
9213
9232
  declare const FORMS_VALUES: ("none" | "tanstack-form" | "react-hook-form" | "formik" | "final-form" | "conform" | "modular-forms")[];
9214
9233
  declare const TESTING_VALUES: ("none" | "vitest" | "playwright" | "vitest-playwright" | "jest" | "cypress")[];
@@ -9225,7 +9244,7 @@ declare const OBSERVABILITY_VALUES: ("none" | "opentelemetry" | "sentry" | "graf
9225
9244
  declare const FEATURE_FLAGS_VALUES: ("none" | "growthbook" | "posthog" | "launchdarkly" | "flagsmith" | "unleash")[];
9226
9245
  declare const ANALYTICS_VALUES: ("none" | "plausible" | "umami")[];
9227
9246
  declare const MOBILE_NAVIGATION_VALUES: ("none" | "expo-router" | "react-navigation")[];
9228
- declare const MOBILE_UI_VALUES: ("none" | "tamagui" | "gluestack-ui" | "uniwind" | "unistyles")[];
9247
+ declare const MOBILE_UI_VALUES: ("none" | "uniwind" | "tamagui" | "gluestack-ui" | "unistyles")[];
9229
9248
  declare const MOBILE_STORAGE_VALUES: ("none" | "mmkv")[];
9230
9249
  declare const MOBILE_TESTING_VALUES: ("none" | "maestro" | "react-native-testing-library" | "maestro-react-native-testing-library")[];
9231
9250
  declare const MOBILE_PUSH_VALUES: ("none" | "expo-notifications")[];
@@ -9243,7 +9262,7 @@ declare const RUST_FRONTEND_VALUES: ("none" | "leptos" | "dioxus")[];
9243
9262
  declare const RUST_ORM_VALUES: ("none" | "sea-orm" | "sqlx" | "diesel")[];
9244
9263
  declare const RUST_API_VALUES: ("none" | "tonic" | "async-graphql")[];
9245
9264
  declare const RUST_CLI_VALUES: ("none" | "clap" | "ratatui")[];
9246
- 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")[];
9265
+ 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")[];
9247
9266
  declare const RUST_LOGGING_VALUES: ("none" | "tracing" | "env-logger")[];
9248
9267
  declare const RUST_ERROR_HANDLING_VALUES: ("none" | "anyhow-thiserror" | "eyre")[];
9249
9268
  declare const RUST_CACHING_VALUES: ("none" | "redis" | "moka")[];
@@ -9301,7 +9320,7 @@ declare const ELIXIR_WEB_FRAMEWORK_VALUES: ("none" | "phoenix" | "phoenix-live-v
9301
9320
  declare const ELIXIR_ORM_VALUES: ("none" | "ecto" | "ecto-sql")[];
9302
9321
  declare const ELIXIR_AUTH_VALUES: ("none" | "phx-gen-auth" | "ueberauth" | "guardian")[];
9303
9322
  declare const ELIXIR_API_VALUES: ("none" | "rest" | "absinthe" | "grpc")[];
9304
- declare const ELIXIR_LIBRARIES_VALUES: ("none" | "broadway" | "nx")[];
9323
+ declare const ELIXIR_LIBRARIES_VALUES: ("none" | "nx" | "broadway")[];
9305
9324
  declare const ELIXIR_REALTIME_VALUES: ("none" | "channels" | "presence" | "pubsub" | "live-view-streams")[];
9306
9325
  declare const ELIXIR_JOBS_VALUES: ("none" | "oban" | "quantum")[];
9307
9326
  declare const ELIXIR_VALIDATION_VALUES: ("none" | "ecto-changesets" | "nimble-options")[];
@@ -9320,7 +9339,7 @@ declare const SHADCN_ICON_LIBRARY_VALUES: ("lucide" | "tabler" | "hugeicons" | "
9320
9339
  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")[];
9321
9340
  declare const SHADCN_BASE_COLOR_VALUES: ("neutral" | "stone" | "zinc" | "gray")[];
9322
9341
  declare const SHADCN_FONT_VALUES: ("inter" | "geist" | "noto-sans" | "nunito-sans" | "figtree" | "roboto" | "raleway" | "dm-sans" | "public-sans" | "outfit" | "jetbrains-mono" | "geist-mono")[];
9323
- declare const SHADCN_RADIUS_VALUES: ("default" | "none" | "small" | "medium" | "large")[];
9342
+ declare const SHADCN_RADIUS_VALUES: ("none" | "default" | "small" | "medium" | "large")[];
9324
9343
  //#endregion
9325
9344
  export { DotnetJobQueueSchema as $, TemplateSchema as $i, MOBILE_STORAGE_VALUES as $n, RUST_CLI_VALUES as $r, FileUploadSchema as $t, CachingSchema as A, SHADCN_BASE_VALUES as Ai, JAVA_AUTH_VALUES as An, PaymentsSchema as Ar, ElixirCachingSchema as At, DOTNET_OBSERVABILITY_VALUES as B, ShadcnBaseSchema as Bi, JavaBuildToolSchema as Bn, PythonOrmSchema as Br, ElixirRealtimeSchema as Bt, BetterTStackConfigSchema as C, RustOrmSchema as Ci, GoRealtimeSchema as Cn, PYTHON_QUALITY_VALUES as Cr, ELIXIR_WEB_FRAMEWORK_VALUES as Ct, CMS_VALUES as D, SEARCH_VALUES as Di, I18nSchema as Dn, PYTHON_VALIDATION_VALUES as Dr, EffectSchema as Dt, CMSSchema as E, RustWebFrameworkSchema as Ei, I18N_VALUES as En, PYTHON_TESTING_VALUES as Er, EcosystemSchema as Et, DOTNET_API_VALUES as F, SHADCN_STYLE_VALUES as Fi, JAVA_TESTING_LIBRARIES_VALUES as Fn, PythonAuthSchema as Fr, ElixirJsonSchema as Ft, DOTNET_WEB_FRAMEWORK_VALUES as G, ShadcnStyleSchema as Gi, JavaWebFrameworkSchema as Gn, PythonValidationSchema as Gr, ExamplesSchema as Gt, DOTNET_REALTIME_VALUES as H, ShadcnFontSchema as Hi, JavaLoggingSchema as Hn, PythonRealtimeSchema as Hr, ElixirValidationSchema as Ht, DOTNET_AUTH_VALUES as I, STATE_MANAGEMENT_VALUES as Ii, JAVA_WEB_FRAMEWORK_VALUES as In, PythonCachingSchema as Ir, ElixirLibrariesSchema as It, DirectoryConflictSchema as J, StackPartSchema as Ji, LoggingSchema as Jn, REALTIME_VALUES as Jr, FILE_UPLOAD_VALUES as Jt, DatabaseSchema as K, StackPartEcosystemSchema as Ki, JobQueueSchema as Kn, PythonWebFrameworkSchema as Kr, FEATURE_FLAGS_VALUES as Kt, DOTNET_CACHING_VALUES as L, SearchSchema as Li, JOB_QUEUE_VALUES as Ln, PythonCliSchema as Lr, ElixirObservabilitySchema as Lt, DATABASE_SETUP_VALUES as M, SHADCN_FONT_VALUES as Mi, JAVA_LIBRARIES_VALUES as Mn, ProjectNameSchema as Mr, ElixirEmailSchema as Mt, DATABASE_VALUES as N, SHADCN_ICON_LIBRARY_VALUES as Ni, JAVA_LOGGING_VALUES as Nn, PythonAiSchema as Nr, ElixirHttpSchema as Nt, CSSFrameworkSchema as O, SERVER_DEPLOY_VALUES as Oi, InitResultSchema as On, PYTHON_WEB_FRAMEWORK_VALUES as Or, ElixirApiSchema as Ot, DIRECTORY_CONFLICT_VALUES as P, SHADCN_RADIUS_VALUES as Pi, JAVA_ORM_VALUES as Pn, PythonApiSchema as Pr, ElixirJobsSchema as Pt, DotnetDeploySchema as Q, TESTING_VALUES as Qi, MOBILE_PUSH_VALUES as Qn, RUST_CACHING_VALUES as Qr, FileStorageSchema as Qt, DOTNET_DEPLOY_VALUES as R, ServerDeploySchema as Ri, JavaApiSchema as Rn, PythonGraphqlSchema as Rr, ElixirOrmSchema as Rt, BetterTStackConfigFileSchema as S, RustObservabilitySchema as Si, GoOrmSchema as Sn, PYTHON_ORM_VALUES as Sr, ELIXIR_VALIDATION_VALUES as St, CLIInputSchema as T, RustTemplatingSchema as Ti, GoWebFrameworkSchema as Tn, PYTHON_TASK_QUEUE_VALUES as Tr, EXAMPLES_VALUES as Tt, DOTNET_TESTING_VALUES as U, ShadcnIconLibrarySchema as Ui, JavaOrmSchema as Un, PythonTaskQueueSchema as Ur, ElixirWebFrameworkSchema as Ut, DOTNET_ORM_VALUES as V, ShadcnColorThemeSchema as Vi, JavaLibrariesSchema as Vn, PythonQualitySchema as Vr, ElixirTestingSchema as Vt, DOTNET_VALIDATION_VALUES as W, ShadcnRadiusSchema as Wi, JavaTestingLibrariesSchema as Wn, PythonTestingSchema as Wr, EmailSchema as Wt, DotnetAuthSchema as X, StateManagementSchema as Xi, MOBILE_NAVIGATION_VALUES as Xn, RUST_API_VALUES as Xr, FRONTEND_VALUES as Xt, DotnetApiSchema as Y, StackPartSourceSchema as Yi, MOBILE_DEEP_LINKING_VALUES as Yn, RUNTIME_VALUES as Yr, FORMS_VALUES as Yt, DotnetCachingSchema as Z, TEMPLATE_VALUES as Zi, MOBILE_OTA_VALUES as Zn, RUST_AUTH_VALUES as Zr, FeatureFlagsSchema as Zt, AuthSchema as _, RustErrorHandlingSchema as _i, GoCliSchema as _n, PYTHON_AUTH_VALUES as _r, ELIXIR_OBSERVABILITY_VALUES as _t, ANALYTICS_VALUES as a, ValidationSchema as aa, RUST_OBSERVABILITY_VALUES as ai, GO_CLI_VALUES as an, MobilePushSchema as ar, DotnetWebFrameworkSchema as at, BetterFullstackConfigFileSchema as b, RustLoggingSchema as bi, GoMessageQueueSchema as bn, PYTHON_GRAPHQL_VALUES as br, ELIXIR_REALTIME_VALUES as bt, API_VALUES as c, WebDeploySchema as ca, RUST_TEMPLATING_VALUES as ci, GO_MESSAGE_QUEUE_VALUES as cn, MobileUISchema as cr, ELIXIR_API_VALUES as ct, AddInputSchema as d, RealtimeSchema as di, GO_REALTIME_VALUES as dn, ORM_VALUES as dr, ELIXIR_DEPLOY_VALUES as dt, TestingSchema as ea, RUST_ERROR_HANDLING_VALUES as ei, FormsSchema as en, MOBILE_TESTING_VALUES as er, DotnetObservabilitySchema as et, AddonsSchema as f, RuntimeSchema as fi, GO_TESTING_VALUES as fn, ObservabilitySchema as fr, ELIXIR_EMAIL_VALUES as ft, AstroIntegrationSchema as g, RustCliSchema as gi, GoCachingSchema as gn, PYTHON_API_VALUES as gr, ELIXIR_LIBRARIES_VALUES as gt, AnimationSchema as h, RustCachingSchema as hi, GoAuthSchema as hn, PYTHON_AI_VALUES as hr, ELIXIR_JSON_VALUES as ht, AI_VALUES as i, VERSION_CHANNEL_VALUES as ia, RUST_MESSAGE_QUEUE_VALUES as ii, GO_CACHING_VALUES as in, MobileOTASchema as ir, DotnetValidationSchema as it, CreateInputSchema as j, SHADCN_COLOR_THEME_VALUES as ji, JAVA_BUILD_TOOL_VALUES as jn, ProjectConfigSchema as jr, ElixirDeploySchema as jt, CSS_FRAMEWORK_VALUES as k, SHADCN_BASE_COLOR_VALUES as ki, JAVA_API_VALUES as kn, PackageManagerSchema as kr, ElixirAuthSchema as kt, ASTRO_INTEGRATION_VALUES as l, RUST_WEB_FRAMEWORK_VALUES as li, GO_OBSERVABILITY_VALUES as ln, OBSERVABILITY_VALUES as lr, ELIXIR_AUTH_VALUES as lt, AnalyticsSchema as m, RustAuthSchema as mi, GoApiSchema as mn, PAYMENTS_VALUES as mr, ELIXIR_JOBS_VALUES as mt, AISchema as n, UI_LIBRARY_VALUES as na, RUST_LIBRARIES_VALUES as ni, GO_API_VALUES as nn, MobileDeepLinkingSchema as nr, DotnetRealtimeSchema as nt, ANIMATION_VALUES as o, VersionChannelSchema as oa, RUST_ORM_VALUES as oi, GO_CONFIG_VALUES as on, MobileStorageSchema as or, ECOSYSTEM_VALUES as ot, AiDocsSchema as p, RustApiSchema as pi, GO_WEB_FRAMEWORK_VALUES as pn, PACKAGE_MANAGER_VALUES as pr, ELIXIR_HTTP_VALUES as pt, DatabaseSetupSchema as q, StackPartRoleSchema as qi, LOGGING_VALUES as qn, RATE_LIMIT_VALUES as qr, FILE_STORAGE_VALUES as qt, AI_DOCS_VALUES as r, VALIDATION_VALUES as ra, RUST_LOGGING_VALUES as ri, GO_AUTH_VALUES as rn, MobileNavigationSchema as rr, DotnetTestingSchema as rt, APISchema as s, WEB_DEPLOY_VALUES as sa, RUST_REALTIME_VALUES as si, GO_LOGGING_VALUES as sn, MobileTestingSchema as sr, EFFECT_VALUES as st, ADDONS_VALUES as t, UILibrarySchema as ta, RUST_FRONTEND_VALUES as ti, FrontendSchema as tn, MOBILE_UI_VALUES as tr, DotnetOrmSchema as tt, AUTH_VALUES as u, RateLimitSchema as ui, GO_ORM_VALUES as un, ORMSchema as ur, ELIXIR_CACHING_VALUES as ut, BACKEND_VALUES as v, RustFrontendSchema as vi, GoConfigSchema as vn, PYTHON_CACHING_VALUES as vr, ELIXIR_ORM_VALUES as vt, CACHING_VALUES as w, RustRealtimeSchema as wi, GoTestingSchema as wn, PYTHON_REALTIME_VALUES as wr, EMAIL_VALUES as wt, BetterFullstackConfigSchema as x, RustMessageQueueSchema as xi, GoObservabilitySchema as xn, PYTHON_OBSERVABILITY_VALUES as xr, ELIXIR_TESTING_VALUES as xt, BackendSchema as y, RustLibrariesSchema as yi, GoLoggingSchema as yn, PYTHON_CLI_VALUES as yr, ELIXIR_QUALITY_VALUES as yt, DOTNET_JOB_QUEUE_VALUES as z, ShadcnBaseColorSchema as zi, JavaAuthSchema as zn, PythonObservabilitySchema as zr, ElixirQualitySchema as zt };
9326
- //# sourceMappingURL=schemas-BTO7jwoE.d.mts.map
9345
+ //# sourceMappingURL=schemas-DVyeJ5g_.d.mts.map