@better-fullstack/types 2.1.0 → 2.1.2

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 (29) hide show
  1. package/dist/{defaults-14rSFqF6.d.mts → defaults-BxirxtSa.d.mts} +2 -2
  2. package/dist/defaults-BxirxtSa.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 +2 -2
  6. package/dist/json-schema.d.mts +268 -268
  7. package/dist/{schemas-jMCVu0xX.d.mts → schemas-O8yu_3Hd.d.mts} +267 -267
  8. package/dist/schemas-O8yu_3Hd.d.mts.map +1 -0
  9. package/dist/schemas.d.mts +1 -1
  10. package/dist/{stack-graph-CjobAqsm.d.mts → stack-graph-BuxVyZ3J.d.mts} +2 -2
  11. package/dist/{stack-graph-CjobAqsm.d.mts.map → stack-graph-BuxVyZ3J.d.mts.map} +1 -1
  12. package/dist/{stack-graph-D4iCezUq.mjs → stack-graph-Q0PrewPk.mjs} +58 -43
  13. package/dist/stack-graph-Q0PrewPk.mjs.map +1 -0
  14. package/dist/stack-graph.d.mts +3 -3
  15. package/dist/stack-graph.mjs +1 -1
  16. package/dist/{stack-translation-CjsJzLCX.d.mts → stack-translation-DkyErnfx.d.mts} +3 -3
  17. package/dist/{stack-translation-CjsJzLCX.d.mts.map → stack-translation-DkyErnfx.d.mts.map} +1 -1
  18. package/dist/{stack-translation-CAU_sdNI.mjs → stack-translation-gNYPvlYt.mjs} +11 -2
  19. package/dist/stack-translation-gNYPvlYt.mjs.map +1 -0
  20. package/dist/stack-translation.d.mts +4 -4
  21. package/dist/stack-translation.mjs +2 -2
  22. package/dist/{types-DwY2BNyU.d.mts → types-CkvXj6HM.d.mts} +2 -2
  23. package/dist/{types-DwY2BNyU.d.mts.map → types-CkvXj6HM.d.mts.map} +1 -1
  24. package/dist/types.d.mts +2 -2
  25. package/package.json +1 -1
  26. package/dist/defaults-14rSFqF6.d.mts.map +0 -1
  27. package/dist/schemas-jMCVu0xX.d.mts.map +0 -1
  28. package/dist/stack-graph-D4iCezUq.mjs.map +0 -1
  29. package/dist/stack-translation-CAU_sdNI.mjs.map +0 -1
@@ -22,55 +22,55 @@ 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
- ai: "ai";
25
+ frontend: "frontend";
26
+ backend: "backend";
27
+ mobile: "mobile";
26
28
  database: "database";
29
+ api: "api";
27
30
  orm: "orm";
28
31
  auth: "auth";
29
- payments: "payments";
30
- frontend: "frontend";
31
- examples: "examples";
32
- dbSetup: "dbSetup";
33
- backend: "backend";
34
32
  runtime: "runtime";
35
- api: "api";
36
- effect: "effect";
37
- stateManagement: "stateManagement";
38
- forms: "forms";
39
- testing: "testing";
40
- email: "email";
41
- validation: "validation";
33
+ deploy: "deploy";
34
+ dbSetup: "dbSetup";
42
35
  realtime: "realtime";
36
+ navigation: "navigation";
37
+ caching: "caching";
38
+ observability: "observability";
39
+ email: "email";
40
+ search: "search";
41
+ vectorDb: "vectorDb";
42
+ fileStorage: "fileStorage";
43
43
  jobQueue: "jobQueue";
44
+ rateLimit: "rateLimit";
45
+ testing: "testing";
46
+ stateManagement: "stateManagement";
47
+ forms: "forms";
44
48
  animation: "animation";
45
49
  fileUpload: "fileUpload";
50
+ validation: "validation";
51
+ effect: "effect";
52
+ ui: "ui";
53
+ css: "css";
54
+ storage: "storage";
55
+ ai: "ai";
56
+ payments: "payments";
46
57
  logging: "logging";
47
- observability: "observability";
48
58
  featureFlags: "featureFlags";
49
59
  analytics: "analytics";
50
60
  cms: "cms";
51
- caching: "caching";
52
- rateLimit: "rateLimit";
53
61
  i18n: "i18n";
54
- search: "search";
55
- vectorDb: "vectorDb";
56
- fileStorage: "fileStorage";
57
- config: "config";
58
- mobile: "mobile";
59
- deploy: "deploy";
60
- navigation: "navigation";
61
- ui: "ui";
62
- css: "css";
63
- storage: "storage";
64
62
  documentation: "documentation";
65
63
  codeQuality: "codeQuality";
66
64
  appPlatform: "appPlatform";
67
65
  dataFetching: "dataFetching";
68
66
  workspaceTooling: "workspaceTooling";
67
+ examples: "examples";
69
68
  buildTool: "buildTool";
70
69
  cli: "cli";
71
70
  errorHandling: "errorHandling";
72
71
  httpClient: "httpClient";
73
72
  libraries: "libraries";
73
+ config: "config";
74
74
  templating: "templating";
75
75
  }>;
76
76
  declare const StackPartSourceSchema: z.ZodEnum<{
@@ -83,55 +83,55 @@ declare const StackPartSourceSchema: z.ZodEnum<{
83
83
  declare const StackPartSchema: z.ZodObject<{
84
84
  id: z.ZodString;
85
85
  role: z.ZodEnum<{
86
- ai: "ai";
86
+ frontend: "frontend";
87
+ backend: "backend";
88
+ mobile: "mobile";
87
89
  database: "database";
90
+ api: "api";
88
91
  orm: "orm";
89
92
  auth: "auth";
90
- payments: "payments";
91
- frontend: "frontend";
92
- examples: "examples";
93
- dbSetup: "dbSetup";
94
- backend: "backend";
95
93
  runtime: "runtime";
96
- api: "api";
97
- effect: "effect";
98
- stateManagement: "stateManagement";
99
- forms: "forms";
100
- testing: "testing";
101
- email: "email";
102
- validation: "validation";
94
+ deploy: "deploy";
95
+ dbSetup: "dbSetup";
103
96
  realtime: "realtime";
97
+ navigation: "navigation";
98
+ caching: "caching";
99
+ observability: "observability";
100
+ email: "email";
101
+ search: "search";
102
+ vectorDb: "vectorDb";
103
+ fileStorage: "fileStorage";
104
104
  jobQueue: "jobQueue";
105
+ rateLimit: "rateLimit";
106
+ testing: "testing";
107
+ stateManagement: "stateManagement";
108
+ forms: "forms";
105
109
  animation: "animation";
106
110
  fileUpload: "fileUpload";
111
+ validation: "validation";
112
+ effect: "effect";
113
+ ui: "ui";
114
+ css: "css";
115
+ storage: "storage";
116
+ ai: "ai";
117
+ payments: "payments";
107
118
  logging: "logging";
108
- observability: "observability";
109
119
  featureFlags: "featureFlags";
110
120
  analytics: "analytics";
111
121
  cms: "cms";
112
- caching: "caching";
113
- rateLimit: "rateLimit";
114
122
  i18n: "i18n";
115
- search: "search";
116
- vectorDb: "vectorDb";
117
- fileStorage: "fileStorage";
118
- config: "config";
119
- mobile: "mobile";
120
- deploy: "deploy";
121
- navigation: "navigation";
122
- ui: "ui";
123
- css: "css";
124
- storage: "storage";
125
123
  documentation: "documentation";
126
124
  codeQuality: "codeQuality";
127
125
  appPlatform: "appPlatform";
128
126
  dataFetching: "dataFetching";
129
127
  workspaceTooling: "workspaceTooling";
128
+ examples: "examples";
130
129
  buildTool: "buildTool";
131
130
  cli: "cli";
132
131
  errorHandling: "errorHandling";
133
132
  httpClient: "httpClient";
134
133
  libraries: "libraries";
134
+ config: "config";
135
135
  templating: "templating";
136
136
  }>;
137
137
  toolId: z.ZodString;
@@ -256,8 +256,8 @@ declare const AddonsSchema: z.ZodEnum<{
256
256
  "github-actions": "github-actions";
257
257
  }>;
258
258
  declare const ExamplesSchema: z.ZodEnum<{
259
- none: "none";
260
259
  ai: "ai";
260
+ none: "none";
261
261
  "chat-sdk": "chat-sdk";
262
262
  "tanstack-showcase": "tanstack-showcase";
263
263
  }>;
@@ -352,8 +352,8 @@ declare const AISchema: z.ZodEnum<{
352
352
  "ai-cli": "ai-cli";
353
353
  }>;
354
354
  declare const EffectSchema: z.ZodEnum<{
355
- none: "none";
356
355
  effect: "effect";
356
+ none: "none";
357
357
  "effect-full": "effect-full";
358
358
  }>;
359
359
  declare const StateManagementSchema: z.ZodEnum<{
@@ -516,9 +516,9 @@ declare const MobileNavigationSchema: z.ZodEnum<{
516
516
  }>;
517
517
  declare const MobileUISchema: z.ZodEnum<{
518
518
  none: "none";
519
- uniwind: "uniwind";
520
519
  tamagui: "tamagui";
521
520
  "gluestack-ui": "gluestack-ui";
521
+ uniwind: "uniwind";
522
522
  unistyles: "unistyles";
523
523
  }>;
524
524
  declare const MobileStorageSchema: z.ZodEnum<{
@@ -571,12 +571,12 @@ declare const RustCliSchema: z.ZodEnum<{
571
571
  ratatui: "ratatui";
572
572
  }>;
573
573
  declare const RustLibrariesSchema: z.ZodEnum<{
574
+ config: "config";
574
575
  none: "none";
575
576
  serde: "serde";
576
577
  uuid: "uuid";
577
578
  chrono: "chrono";
578
579
  reqwest: "reqwest";
579
- config: "config";
580
580
  dashmap: "dashmap";
581
581
  "parking-lot": "parking-lot";
582
582
  secrecy: "secrecy";
@@ -1090,34 +1090,34 @@ declare const ShadcnFontSchema: z.ZodEnum<{
1090
1090
  "geist-mono": "geist-mono";
1091
1091
  }>;
1092
1092
  declare const ShadcnRadiusSchema: z.ZodEnum<{
1093
- none: "none";
1094
1093
  default: "default";
1094
+ none: "none";
1095
1095
  small: "small";
1096
1096
  medium: "medium";
1097
1097
  large: "large";
1098
1098
  }>;
1099
1099
  declare const DirectoryConflictSchema: z.ZodEnum<{
1100
+ error: "error";
1100
1101
  merge: "merge";
1101
1102
  overwrite: "overwrite";
1102
1103
  increment: "increment";
1103
- error: "error";
1104
1104
  }>;
1105
1105
  declare const TemplateSchema: z.ZodEnum<{
1106
1106
  none: "none";
1107
+ uniwind: "uniwind";
1107
1108
  mern: "mern";
1108
1109
  pern: "pern";
1109
1110
  t3: "t3";
1110
- uniwind: "uniwind";
1111
1111
  }>;
1112
1112
  declare const ProjectNameSchema: z.ZodString;
1113
1113
  declare const CreateInputSchema: z.ZodObject<{
1114
1114
  projectName: z.ZodOptional<z.ZodString>;
1115
1115
  template: z.ZodOptional<z.ZodEnum<{
1116
1116
  none: "none";
1117
+ uniwind: "uniwind";
1117
1118
  mern: "mern";
1118
1119
  pern: "pern";
1119
1120
  t3: "t3";
1120
- uniwind: "uniwind";
1121
1121
  }>>;
1122
1122
  yes: z.ZodOptional<z.ZodBoolean>;
1123
1123
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -1227,8 +1227,8 @@ declare const CreateInputSchema: z.ZodObject<{
1227
1227
  "github-actions": "github-actions";
1228
1228
  }>>>;
1229
1229
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1230
- none: "none";
1231
1230
  ai: "ai";
1231
+ none: "none";
1232
1232
  "chat-sdk": "chat-sdk";
1233
1233
  "tanstack-showcase": "tanstack-showcase";
1234
1234
  }>>>;
@@ -1310,10 +1310,10 @@ declare const CreateInputSchema: z.ZodObject<{
1310
1310
  vercel: "vercel";
1311
1311
  }>>;
1312
1312
  directoryConflict: z.ZodOptional<z.ZodEnum<{
1313
+ error: "error";
1313
1314
  merge: "merge";
1314
1315
  overwrite: "overwrite";
1315
1316
  increment: "increment";
1316
- error: "error";
1317
1317
  }>>;
1318
1318
  renderTitle: z.ZodOptional<z.ZodBoolean>;
1319
1319
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -1340,8 +1340,8 @@ declare const CreateInputSchema: z.ZodObject<{
1340
1340
  "ai-cli": "ai-cli";
1341
1341
  }>>;
1342
1342
  effect: z.ZodOptional<z.ZodEnum<{
1343
- none: "none";
1344
1343
  effect: "effect";
1344
+ none: "none";
1345
1345
  "effect-full": "effect-full";
1346
1346
  }>>;
1347
1347
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -1474,8 +1474,8 @@ declare const CreateInputSchema: z.ZodObject<{
1474
1474
  "geist-mono": "geist-mono";
1475
1475
  }>>;
1476
1476
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
1477
- none: "none";
1478
1477
  default: "default";
1478
+ none: "none";
1479
1479
  small: "small";
1480
1480
  medium: "medium";
1481
1481
  large: "large";
@@ -1600,9 +1600,9 @@ declare const CreateInputSchema: z.ZodObject<{
1600
1600
  }>>;
1601
1601
  mobileUI: z.ZodOptional<z.ZodEnum<{
1602
1602
  none: "none";
1603
- uniwind: "uniwind";
1604
1603
  tamagui: "tamagui";
1605
1604
  "gluestack-ui": "gluestack-ui";
1605
+ uniwind: "uniwind";
1606
1606
  unistyles: "unistyles";
1607
1607
  }>>;
1608
1608
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -1655,12 +1655,12 @@ declare const CreateInputSchema: z.ZodObject<{
1655
1655
  ratatui: "ratatui";
1656
1656
  }>>;
1657
1657
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1658
+ config: "config";
1658
1659
  none: "none";
1659
1660
  serde: "serde";
1660
1661
  uuid: "uuid";
1661
1662
  chrono: "chrono";
1662
1663
  reqwest: "reqwest";
1663
- config: "config";
1664
1664
  dashmap: "dashmap";
1665
1665
  "parking-lot": "parking-lot";
1666
1666
  secrecy: "secrecy";
@@ -2153,10 +2153,10 @@ declare const CLIInputSchema: z.ZodObject<{
2153
2153
  projectName: z.ZodOptional<z.ZodString>;
2154
2154
  template: z.ZodOptional<z.ZodEnum<{
2155
2155
  none: "none";
2156
+ uniwind: "uniwind";
2156
2157
  mern: "mern";
2157
2158
  pern: "pern";
2158
2159
  t3: "t3";
2159
- uniwind: "uniwind";
2160
2160
  }>>;
2161
2161
  yes: z.ZodOptional<z.ZodBoolean>;
2162
2162
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -2266,8 +2266,8 @@ declare const CLIInputSchema: z.ZodObject<{
2266
2266
  "github-actions": "github-actions";
2267
2267
  }>>>;
2268
2268
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2269
- none: "none";
2270
2269
  ai: "ai";
2270
+ none: "none";
2271
2271
  "chat-sdk": "chat-sdk";
2272
2272
  "tanstack-showcase": "tanstack-showcase";
2273
2273
  }>>>;
@@ -2349,10 +2349,10 @@ declare const CLIInputSchema: z.ZodObject<{
2349
2349
  vercel: "vercel";
2350
2350
  }>>;
2351
2351
  directoryConflict: z.ZodOptional<z.ZodEnum<{
2352
+ error: "error";
2352
2353
  merge: "merge";
2353
2354
  overwrite: "overwrite";
2354
2355
  increment: "increment";
2355
- error: "error";
2356
2356
  }>>;
2357
2357
  renderTitle: z.ZodOptional<z.ZodBoolean>;
2358
2358
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -2379,8 +2379,8 @@ declare const CLIInputSchema: z.ZodObject<{
2379
2379
  "ai-cli": "ai-cli";
2380
2380
  }>>;
2381
2381
  effect: z.ZodOptional<z.ZodEnum<{
2382
- none: "none";
2383
2382
  effect: "effect";
2383
+ none: "none";
2384
2384
  "effect-full": "effect-full";
2385
2385
  }>>;
2386
2386
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -2513,8 +2513,8 @@ declare const CLIInputSchema: z.ZodObject<{
2513
2513
  "geist-mono": "geist-mono";
2514
2514
  }>>;
2515
2515
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
2516
- none: "none";
2517
2516
  default: "default";
2517
+ none: "none";
2518
2518
  small: "small";
2519
2519
  medium: "medium";
2520
2520
  large: "large";
@@ -2639,9 +2639,9 @@ declare const CLIInputSchema: z.ZodObject<{
2639
2639
  }>>;
2640
2640
  mobileUI: z.ZodOptional<z.ZodEnum<{
2641
2641
  none: "none";
2642
- uniwind: "uniwind";
2643
2642
  tamagui: "tamagui";
2644
2643
  "gluestack-ui": "gluestack-ui";
2644
+ uniwind: "uniwind";
2645
2645
  unistyles: "unistyles";
2646
2646
  }>>;
2647
2647
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -2694,12 +2694,12 @@ declare const CLIInputSchema: z.ZodObject<{
2694
2694
  ratatui: "ratatui";
2695
2695
  }>>;
2696
2696
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2697
+ config: "config";
2697
2698
  none: "none";
2698
2699
  serde: "serde";
2699
2700
  uuid: "uuid";
2700
2701
  chrono: "chrono";
2701
2702
  reqwest: "reqwest";
2702
- config: "config";
2703
2703
  dashmap: "dashmap";
2704
2704
  "parking-lot": "parking-lot";
2705
2705
  secrecy: "secrecy";
@@ -3232,8 +3232,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
3232
3232
  "github-actions": "github-actions";
3233
3233
  }>>;
3234
3234
  examples: z.ZodArray<z.ZodEnum<{
3235
- none: "none";
3236
3235
  ai: "ai";
3236
+ none: "none";
3237
3237
  "chat-sdk": "chat-sdk";
3238
3238
  "tanstack-showcase": "tanstack-showcase";
3239
3239
  }>>;
@@ -3337,8 +3337,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
3337
3337
  "ai-cli": "ai-cli";
3338
3338
  }>;
3339
3339
  effect: z.ZodEnum<{
3340
- none: "none";
3341
3340
  effect: "effect";
3341
+ none: "none";
3342
3342
  "effect-full": "effect-full";
3343
3343
  }>;
3344
3344
  stateManagement: z.ZodEnum<{
@@ -3471,8 +3471,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
3471
3471
  "geist-mono": "geist-mono";
3472
3472
  }>>;
3473
3473
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
3474
- none: "none";
3475
3474
  default: "default";
3475
+ none: "none";
3476
3476
  small: "small";
3477
3477
  medium: "medium";
3478
3478
  large: "large";
@@ -3597,9 +3597,9 @@ declare const ProjectConfigSchema: z.ZodObject<{
3597
3597
  }>;
3598
3598
  mobileUI: z.ZodEnum<{
3599
3599
  none: "none";
3600
- uniwind: "uniwind";
3601
3600
  tamagui: "tamagui";
3602
3601
  "gluestack-ui": "gluestack-ui";
3602
+ uniwind: "uniwind";
3603
3603
  unistyles: "unistyles";
3604
3604
  }>;
3605
3605
  mobileStorage: z.ZodEnum<{
@@ -3652,12 +3652,12 @@ declare const ProjectConfigSchema: z.ZodObject<{
3652
3652
  ratatui: "ratatui";
3653
3653
  }>;
3654
3654
  rustLibraries: z.ZodArray<z.ZodEnum<{
3655
+ config: "config";
3655
3656
  none: "none";
3656
3657
  serde: "serde";
3657
3658
  uuid: "uuid";
3658
3659
  chrono: "chrono";
3659
3660
  reqwest: "reqwest";
3660
- config: "config";
3661
3661
  dashmap: "dashmap";
3662
3662
  "parking-lot": "parking-lot";
3663
3663
  secrecy: "secrecy";
@@ -4084,55 +4084,55 @@ declare const ProjectConfigSchema: z.ZodObject<{
4084
4084
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
4085
4085
  id: z.ZodString;
4086
4086
  role: z.ZodEnum<{
4087
- ai: "ai";
4087
+ frontend: "frontend";
4088
+ backend: "backend";
4089
+ mobile: "mobile";
4088
4090
  database: "database";
4091
+ api: "api";
4089
4092
  orm: "orm";
4090
4093
  auth: "auth";
4091
- payments: "payments";
4092
- frontend: "frontend";
4093
- examples: "examples";
4094
- dbSetup: "dbSetup";
4095
- backend: "backend";
4096
4094
  runtime: "runtime";
4097
- api: "api";
4098
- effect: "effect";
4099
- stateManagement: "stateManagement";
4100
- forms: "forms";
4101
- testing: "testing";
4102
- email: "email";
4103
- validation: "validation";
4095
+ deploy: "deploy";
4096
+ dbSetup: "dbSetup";
4104
4097
  realtime: "realtime";
4098
+ navigation: "navigation";
4099
+ caching: "caching";
4100
+ observability: "observability";
4101
+ email: "email";
4102
+ search: "search";
4103
+ vectorDb: "vectorDb";
4104
+ fileStorage: "fileStorage";
4105
4105
  jobQueue: "jobQueue";
4106
+ rateLimit: "rateLimit";
4107
+ testing: "testing";
4108
+ stateManagement: "stateManagement";
4109
+ forms: "forms";
4106
4110
  animation: "animation";
4107
4111
  fileUpload: "fileUpload";
4112
+ validation: "validation";
4113
+ effect: "effect";
4114
+ ui: "ui";
4115
+ css: "css";
4116
+ storage: "storage";
4117
+ ai: "ai";
4118
+ payments: "payments";
4108
4119
  logging: "logging";
4109
- observability: "observability";
4110
4120
  featureFlags: "featureFlags";
4111
4121
  analytics: "analytics";
4112
4122
  cms: "cms";
4113
- caching: "caching";
4114
- rateLimit: "rateLimit";
4115
4123
  i18n: "i18n";
4116
- search: "search";
4117
- vectorDb: "vectorDb";
4118
- fileStorage: "fileStorage";
4119
- config: "config";
4120
- mobile: "mobile";
4121
- deploy: "deploy";
4122
- navigation: "navigation";
4123
- ui: "ui";
4124
- css: "css";
4125
- storage: "storage";
4126
4124
  documentation: "documentation";
4127
4125
  codeQuality: "codeQuality";
4128
4126
  appPlatform: "appPlatform";
4129
4127
  dataFetching: "dataFetching";
4130
4128
  workspaceTooling: "workspaceTooling";
4129
+ examples: "examples";
4131
4130
  buildTool: "buildTool";
4132
4131
  cli: "cli";
4133
4132
  errorHandling: "errorHandling";
4134
4133
  httpClient: "httpClient";
4135
4134
  libraries: "libraries";
4135
+ config: "config";
4136
4136
  templating: "templating";
4137
4137
  }>;
4138
4138
  toolId: z.ZodString;
@@ -4266,8 +4266,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
4266
4266
  "github-actions": "github-actions";
4267
4267
  }>>;
4268
4268
  examples: z.ZodArray<z.ZodEnum<{
4269
- none: "none";
4270
4269
  ai: "ai";
4270
+ none: "none";
4271
4271
  "chat-sdk": "chat-sdk";
4272
4272
  "tanstack-showcase": "tanstack-showcase";
4273
4273
  }>>;
@@ -4369,8 +4369,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
4369
4369
  "ai-cli": "ai-cli";
4370
4370
  }>;
4371
4371
  effect: z.ZodEnum<{
4372
- none: "none";
4373
4372
  effect: "effect";
4373
+ none: "none";
4374
4374
  "effect-full": "effect-full";
4375
4375
  }>;
4376
4376
  stateManagement: z.ZodEnum<{
@@ -4503,8 +4503,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
4503
4503
  "geist-mono": "geist-mono";
4504
4504
  }>>;
4505
4505
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
4506
- none: "none";
4507
4506
  default: "default";
4507
+ none: "none";
4508
4508
  small: "small";
4509
4509
  medium: "medium";
4510
4510
  large: "large";
@@ -4629,9 +4629,9 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
4629
4629
  }>;
4630
4630
  mobileUI: z.ZodEnum<{
4631
4631
  none: "none";
4632
- uniwind: "uniwind";
4633
4632
  tamagui: "tamagui";
4634
4633
  "gluestack-ui": "gluestack-ui";
4634
+ uniwind: "uniwind";
4635
4635
  unistyles: "unistyles";
4636
4636
  }>;
4637
4637
  mobileStorage: z.ZodEnum<{
@@ -4684,12 +4684,12 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
4684
4684
  ratatui: "ratatui";
4685
4685
  }>;
4686
4686
  rustLibraries: z.ZodArray<z.ZodEnum<{
4687
+ config: "config";
4687
4688
  none: "none";
4688
4689
  serde: "serde";
4689
4690
  uuid: "uuid";
4690
4691
  chrono: "chrono";
4691
4692
  reqwest: "reqwest";
4692
- config: "config";
4693
4693
  dashmap: "dashmap";
4694
4694
  "parking-lot": "parking-lot";
4695
4695
  secrecy: "secrecy";
@@ -5116,55 +5116,55 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
5116
5116
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
5117
5117
  id: z.ZodString;
5118
5118
  role: z.ZodEnum<{
5119
- ai: "ai";
5119
+ frontend: "frontend";
5120
+ backend: "backend";
5121
+ mobile: "mobile";
5120
5122
  database: "database";
5123
+ api: "api";
5121
5124
  orm: "orm";
5122
5125
  auth: "auth";
5123
- payments: "payments";
5124
- frontend: "frontend";
5125
- examples: "examples";
5126
- dbSetup: "dbSetup";
5127
- backend: "backend";
5128
5126
  runtime: "runtime";
5129
- api: "api";
5130
- effect: "effect";
5131
- stateManagement: "stateManagement";
5132
- forms: "forms";
5133
- testing: "testing";
5134
- email: "email";
5135
- validation: "validation";
5127
+ deploy: "deploy";
5128
+ dbSetup: "dbSetup";
5136
5129
  realtime: "realtime";
5130
+ navigation: "navigation";
5131
+ caching: "caching";
5132
+ observability: "observability";
5133
+ email: "email";
5134
+ search: "search";
5135
+ vectorDb: "vectorDb";
5136
+ fileStorage: "fileStorage";
5137
5137
  jobQueue: "jobQueue";
5138
+ rateLimit: "rateLimit";
5139
+ testing: "testing";
5140
+ stateManagement: "stateManagement";
5141
+ forms: "forms";
5138
5142
  animation: "animation";
5139
5143
  fileUpload: "fileUpload";
5144
+ validation: "validation";
5145
+ effect: "effect";
5146
+ ui: "ui";
5147
+ css: "css";
5148
+ storage: "storage";
5149
+ ai: "ai";
5150
+ payments: "payments";
5140
5151
  logging: "logging";
5141
- observability: "observability";
5142
5152
  featureFlags: "featureFlags";
5143
5153
  analytics: "analytics";
5144
5154
  cms: "cms";
5145
- caching: "caching";
5146
- rateLimit: "rateLimit";
5147
5155
  i18n: "i18n";
5148
- search: "search";
5149
- vectorDb: "vectorDb";
5150
- fileStorage: "fileStorage";
5151
- config: "config";
5152
- mobile: "mobile";
5153
- deploy: "deploy";
5154
- navigation: "navigation";
5155
- ui: "ui";
5156
- css: "css";
5157
- storage: "storage";
5158
5156
  documentation: "documentation";
5159
5157
  codeQuality: "codeQuality";
5160
5158
  appPlatform: "appPlatform";
5161
5159
  dataFetching: "dataFetching";
5162
5160
  workspaceTooling: "workspaceTooling";
5161
+ examples: "examples";
5163
5162
  buildTool: "buildTool";
5164
5163
  cli: "cli";
5165
5164
  errorHandling: "errorHandling";
5166
5165
  httpClient: "httpClient";
5167
5166
  libraries: "libraries";
5167
+ config: "config";
5168
5168
  templating: "templating";
5169
5169
  }>;
5170
5170
  toolId: z.ZodString;
@@ -5298,8 +5298,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
5298
5298
  "github-actions": "github-actions";
5299
5299
  }>>;
5300
5300
  examples: z.ZodArray<z.ZodEnum<{
5301
- none: "none";
5302
5301
  ai: "ai";
5302
+ none: "none";
5303
5303
  "chat-sdk": "chat-sdk";
5304
5304
  "tanstack-showcase": "tanstack-showcase";
5305
5305
  }>>;
@@ -5401,8 +5401,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
5401
5401
  "ai-cli": "ai-cli";
5402
5402
  }>;
5403
5403
  effect: z.ZodEnum<{
5404
- none: "none";
5405
5404
  effect: "effect";
5405
+ none: "none";
5406
5406
  "effect-full": "effect-full";
5407
5407
  }>;
5408
5408
  stateManagement: z.ZodEnum<{
@@ -5535,8 +5535,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
5535
5535
  "geist-mono": "geist-mono";
5536
5536
  }>>;
5537
5537
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
5538
- none: "none";
5539
5538
  default: "default";
5539
+ none: "none";
5540
5540
  small: "small";
5541
5541
  medium: "medium";
5542
5542
  large: "large";
@@ -5661,9 +5661,9 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
5661
5661
  }>;
5662
5662
  mobileUI: z.ZodEnum<{
5663
5663
  none: "none";
5664
- uniwind: "uniwind";
5665
5664
  tamagui: "tamagui";
5666
5665
  "gluestack-ui": "gluestack-ui";
5666
+ uniwind: "uniwind";
5667
5667
  unistyles: "unistyles";
5668
5668
  }>;
5669
5669
  mobileStorage: z.ZodEnum<{
@@ -5716,12 +5716,12 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
5716
5716
  ratatui: "ratatui";
5717
5717
  }>;
5718
5718
  rustLibraries: z.ZodArray<z.ZodEnum<{
5719
+ config: "config";
5719
5720
  none: "none";
5720
5721
  serde: "serde";
5721
5722
  uuid: "uuid";
5722
5723
  chrono: "chrono";
5723
5724
  reqwest: "reqwest";
5724
- config: "config";
5725
5725
  dashmap: "dashmap";
5726
5726
  "parking-lot": "parking-lot";
5727
5727
  secrecy: "secrecy";
@@ -6148,55 +6148,55 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
6148
6148
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
6149
6149
  id: z.ZodString;
6150
6150
  role: z.ZodEnum<{
6151
- ai: "ai";
6151
+ frontend: "frontend";
6152
+ backend: "backend";
6153
+ mobile: "mobile";
6152
6154
  database: "database";
6155
+ api: "api";
6153
6156
  orm: "orm";
6154
6157
  auth: "auth";
6155
- payments: "payments";
6156
- frontend: "frontend";
6157
- examples: "examples";
6158
- dbSetup: "dbSetup";
6159
- backend: "backend";
6160
6158
  runtime: "runtime";
6161
- api: "api";
6162
- effect: "effect";
6163
- stateManagement: "stateManagement";
6164
- forms: "forms";
6165
- testing: "testing";
6166
- email: "email";
6167
- validation: "validation";
6159
+ deploy: "deploy";
6160
+ dbSetup: "dbSetup";
6168
6161
  realtime: "realtime";
6162
+ navigation: "navigation";
6163
+ caching: "caching";
6164
+ observability: "observability";
6165
+ email: "email";
6166
+ search: "search";
6167
+ vectorDb: "vectorDb";
6168
+ fileStorage: "fileStorage";
6169
6169
  jobQueue: "jobQueue";
6170
+ rateLimit: "rateLimit";
6171
+ testing: "testing";
6172
+ stateManagement: "stateManagement";
6173
+ forms: "forms";
6170
6174
  animation: "animation";
6171
6175
  fileUpload: "fileUpload";
6176
+ validation: "validation";
6177
+ effect: "effect";
6178
+ ui: "ui";
6179
+ css: "css";
6180
+ storage: "storage";
6181
+ ai: "ai";
6182
+ payments: "payments";
6172
6183
  logging: "logging";
6173
- observability: "observability";
6174
6184
  featureFlags: "featureFlags";
6175
6185
  analytics: "analytics";
6176
6186
  cms: "cms";
6177
- caching: "caching";
6178
- rateLimit: "rateLimit";
6179
6187
  i18n: "i18n";
6180
- search: "search";
6181
- vectorDb: "vectorDb";
6182
- fileStorage: "fileStorage";
6183
- config: "config";
6184
- mobile: "mobile";
6185
- deploy: "deploy";
6186
- navigation: "navigation";
6187
- ui: "ui";
6188
- css: "css";
6189
- storage: "storage";
6190
6188
  documentation: "documentation";
6191
6189
  codeQuality: "codeQuality";
6192
6190
  appPlatform: "appPlatform";
6193
6191
  dataFetching: "dataFetching";
6194
6192
  workspaceTooling: "workspaceTooling";
6193
+ examples: "examples";
6195
6194
  buildTool: "buildTool";
6196
6195
  cli: "cli";
6197
6196
  errorHandling: "errorHandling";
6198
6197
  httpClient: "httpClient";
6199
6198
  libraries: "libraries";
6199
+ config: "config";
6200
6200
  templating: "templating";
6201
6201
  }>;
6202
6202
  toolId: z.ZodString;
@@ -6331,8 +6331,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
6331
6331
  "github-actions": "github-actions";
6332
6332
  }>>;
6333
6333
  examples: z.ZodArray<z.ZodEnum<{
6334
- none: "none";
6335
6334
  ai: "ai";
6335
+ none: "none";
6336
6336
  "chat-sdk": "chat-sdk";
6337
6337
  "tanstack-showcase": "tanstack-showcase";
6338
6338
  }>>;
@@ -6434,8 +6434,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
6434
6434
  "ai-cli": "ai-cli";
6435
6435
  }>;
6436
6436
  effect: z.ZodEnum<{
6437
- none: "none";
6438
6437
  effect: "effect";
6438
+ none: "none";
6439
6439
  "effect-full": "effect-full";
6440
6440
  }>;
6441
6441
  stateManagement: z.ZodEnum<{
@@ -6568,8 +6568,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
6568
6568
  "geist-mono": "geist-mono";
6569
6569
  }>>;
6570
6570
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
6571
- none: "none";
6572
6571
  default: "default";
6572
+ none: "none";
6573
6573
  small: "small";
6574
6574
  medium: "medium";
6575
6575
  large: "large";
@@ -6694,9 +6694,9 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
6694
6694
  }>;
6695
6695
  mobileUI: z.ZodEnum<{
6696
6696
  none: "none";
6697
- uniwind: "uniwind";
6698
6697
  tamagui: "tamagui";
6699
6698
  "gluestack-ui": "gluestack-ui";
6699
+ uniwind: "uniwind";
6700
6700
  unistyles: "unistyles";
6701
6701
  }>;
6702
6702
  mobileStorage: z.ZodEnum<{
@@ -6749,12 +6749,12 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
6749
6749
  ratatui: "ratatui";
6750
6750
  }>;
6751
6751
  rustLibraries: z.ZodArray<z.ZodEnum<{
6752
+ config: "config";
6752
6753
  none: "none";
6753
6754
  serde: "serde";
6754
6755
  uuid: "uuid";
6755
6756
  chrono: "chrono";
6756
6757
  reqwest: "reqwest";
6757
- config: "config";
6758
6758
  dashmap: "dashmap";
6759
6759
  "parking-lot": "parking-lot";
6760
6760
  secrecy: "secrecy";
@@ -7181,55 +7181,55 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
7181
7181
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
7182
7182
  id: z.ZodString;
7183
7183
  role: z.ZodEnum<{
7184
- ai: "ai";
7184
+ frontend: "frontend";
7185
+ backend: "backend";
7186
+ mobile: "mobile";
7185
7187
  database: "database";
7188
+ api: "api";
7186
7189
  orm: "orm";
7187
7190
  auth: "auth";
7188
- payments: "payments";
7189
- frontend: "frontend";
7190
- examples: "examples";
7191
- dbSetup: "dbSetup";
7192
- backend: "backend";
7193
7191
  runtime: "runtime";
7194
- api: "api";
7195
- effect: "effect";
7196
- stateManagement: "stateManagement";
7197
- forms: "forms";
7198
- testing: "testing";
7199
- email: "email";
7200
- validation: "validation";
7192
+ deploy: "deploy";
7193
+ dbSetup: "dbSetup";
7201
7194
  realtime: "realtime";
7195
+ navigation: "navigation";
7196
+ caching: "caching";
7197
+ observability: "observability";
7198
+ email: "email";
7199
+ search: "search";
7200
+ vectorDb: "vectorDb";
7201
+ fileStorage: "fileStorage";
7202
7202
  jobQueue: "jobQueue";
7203
+ rateLimit: "rateLimit";
7204
+ testing: "testing";
7205
+ stateManagement: "stateManagement";
7206
+ forms: "forms";
7203
7207
  animation: "animation";
7204
7208
  fileUpload: "fileUpload";
7209
+ validation: "validation";
7210
+ effect: "effect";
7211
+ ui: "ui";
7212
+ css: "css";
7213
+ storage: "storage";
7214
+ ai: "ai";
7215
+ payments: "payments";
7205
7216
  logging: "logging";
7206
- observability: "observability";
7207
7217
  featureFlags: "featureFlags";
7208
7218
  analytics: "analytics";
7209
7219
  cms: "cms";
7210
- caching: "caching";
7211
- rateLimit: "rateLimit";
7212
7220
  i18n: "i18n";
7213
- search: "search";
7214
- vectorDb: "vectorDb";
7215
- fileStorage: "fileStorage";
7216
- config: "config";
7217
- mobile: "mobile";
7218
- deploy: "deploy";
7219
- navigation: "navigation";
7220
- ui: "ui";
7221
- css: "css";
7222
- storage: "storage";
7223
7221
  documentation: "documentation";
7224
7222
  codeQuality: "codeQuality";
7225
7223
  appPlatform: "appPlatform";
7226
7224
  dataFetching: "dataFetching";
7227
7225
  workspaceTooling: "workspaceTooling";
7226
+ examples: "examples";
7228
7227
  buildTool: "buildTool";
7229
7228
  cli: "cli";
7230
7229
  errorHandling: "errorHandling";
7231
7230
  httpClient: "httpClient";
7232
7231
  libraries: "libraries";
7232
+ config: "config";
7233
7233
  templating: "templating";
7234
7234
  }>;
7235
7235
  toolId: z.ZodString;
@@ -7364,8 +7364,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
7364
7364
  "github-actions": "github-actions";
7365
7365
  }>>;
7366
7366
  examples: z.ZodArray<z.ZodEnum<{
7367
- none: "none";
7368
7367
  ai: "ai";
7368
+ none: "none";
7369
7369
  "chat-sdk": "chat-sdk";
7370
7370
  "tanstack-showcase": "tanstack-showcase";
7371
7371
  }>>;
@@ -7467,8 +7467,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
7467
7467
  "ai-cli": "ai-cli";
7468
7468
  }>;
7469
7469
  effect: z.ZodEnum<{
7470
- none: "none";
7471
7470
  effect: "effect";
7471
+ none: "none";
7472
7472
  "effect-full": "effect-full";
7473
7473
  }>;
7474
7474
  stateManagement: z.ZodEnum<{
@@ -7601,8 +7601,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
7601
7601
  "geist-mono": "geist-mono";
7602
7602
  }>>;
7603
7603
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
7604
- none: "none";
7605
7604
  default: "default";
7605
+ none: "none";
7606
7606
  small: "small";
7607
7607
  medium: "medium";
7608
7608
  large: "large";
@@ -7727,9 +7727,9 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
7727
7727
  }>;
7728
7728
  mobileUI: z.ZodEnum<{
7729
7729
  none: "none";
7730
- uniwind: "uniwind";
7731
7730
  tamagui: "tamagui";
7732
7731
  "gluestack-ui": "gluestack-ui";
7732
+ uniwind: "uniwind";
7733
7733
  unistyles: "unistyles";
7734
7734
  }>;
7735
7735
  mobileStorage: z.ZodEnum<{
@@ -7782,12 +7782,12 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
7782
7782
  ratatui: "ratatui";
7783
7783
  }>;
7784
7784
  rustLibraries: z.ZodArray<z.ZodEnum<{
7785
+ config: "config";
7785
7786
  none: "none";
7786
7787
  serde: "serde";
7787
7788
  uuid: "uuid";
7788
7789
  chrono: "chrono";
7789
7790
  reqwest: "reqwest";
7790
- config: "config";
7791
7791
  dashmap: "dashmap";
7792
7792
  "parking-lot": "parking-lot";
7793
7793
  secrecy: "secrecy";
@@ -8214,55 +8214,55 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
8214
8214
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
8215
8215
  id: z.ZodString;
8216
8216
  role: z.ZodEnum<{
8217
- ai: "ai";
8217
+ frontend: "frontend";
8218
+ backend: "backend";
8219
+ mobile: "mobile";
8218
8220
  database: "database";
8221
+ api: "api";
8219
8222
  orm: "orm";
8220
8223
  auth: "auth";
8221
- payments: "payments";
8222
- frontend: "frontend";
8223
- examples: "examples";
8224
- dbSetup: "dbSetup";
8225
- backend: "backend";
8226
8224
  runtime: "runtime";
8227
- api: "api";
8228
- effect: "effect";
8229
- stateManagement: "stateManagement";
8230
- forms: "forms";
8231
- testing: "testing";
8232
- email: "email";
8233
- validation: "validation";
8225
+ deploy: "deploy";
8226
+ dbSetup: "dbSetup";
8234
8227
  realtime: "realtime";
8228
+ navigation: "navigation";
8229
+ caching: "caching";
8230
+ observability: "observability";
8231
+ email: "email";
8232
+ search: "search";
8233
+ vectorDb: "vectorDb";
8234
+ fileStorage: "fileStorage";
8235
8235
  jobQueue: "jobQueue";
8236
+ rateLimit: "rateLimit";
8237
+ testing: "testing";
8238
+ stateManagement: "stateManagement";
8239
+ forms: "forms";
8236
8240
  animation: "animation";
8237
8241
  fileUpload: "fileUpload";
8242
+ validation: "validation";
8243
+ effect: "effect";
8244
+ ui: "ui";
8245
+ css: "css";
8246
+ storage: "storage";
8247
+ ai: "ai";
8248
+ payments: "payments";
8238
8249
  logging: "logging";
8239
- observability: "observability";
8240
8250
  featureFlags: "featureFlags";
8241
8251
  analytics: "analytics";
8242
8252
  cms: "cms";
8243
- caching: "caching";
8244
- rateLimit: "rateLimit";
8245
8253
  i18n: "i18n";
8246
- search: "search";
8247
- vectorDb: "vectorDb";
8248
- fileStorage: "fileStorage";
8249
- config: "config";
8250
- mobile: "mobile";
8251
- deploy: "deploy";
8252
- navigation: "navigation";
8253
- ui: "ui";
8254
- css: "css";
8255
- storage: "storage";
8256
8254
  documentation: "documentation";
8257
8255
  codeQuality: "codeQuality";
8258
8256
  appPlatform: "appPlatform";
8259
8257
  dataFetching: "dataFetching";
8260
8258
  workspaceTooling: "workspaceTooling";
8259
+ examples: "examples";
8261
8260
  buildTool: "buildTool";
8262
8261
  cli: "cli";
8263
8262
  errorHandling: "errorHandling";
8264
8263
  httpClient: "httpClient";
8265
8264
  libraries: "libraries";
8265
+ config: "config";
8266
8266
  templating: "templating";
8267
8267
  }>;
8268
8268
  toolId: z.ZodString;
@@ -8397,8 +8397,8 @@ declare const InitResultSchema: z.ZodObject<{
8397
8397
  "github-actions": "github-actions";
8398
8398
  }>>;
8399
8399
  examples: z.ZodArray<z.ZodEnum<{
8400
- none: "none";
8401
8400
  ai: "ai";
8401
+ none: "none";
8402
8402
  "chat-sdk": "chat-sdk";
8403
8403
  "tanstack-showcase": "tanstack-showcase";
8404
8404
  }>>;
@@ -8502,8 +8502,8 @@ declare const InitResultSchema: z.ZodObject<{
8502
8502
  "ai-cli": "ai-cli";
8503
8503
  }>;
8504
8504
  effect: z.ZodEnum<{
8505
- none: "none";
8506
8505
  effect: "effect";
8506
+ none: "none";
8507
8507
  "effect-full": "effect-full";
8508
8508
  }>;
8509
8509
  stateManagement: z.ZodEnum<{
@@ -8636,8 +8636,8 @@ declare const InitResultSchema: z.ZodObject<{
8636
8636
  "geist-mono": "geist-mono";
8637
8637
  }>>;
8638
8638
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
8639
- none: "none";
8640
8639
  default: "default";
8640
+ none: "none";
8641
8641
  small: "small";
8642
8642
  medium: "medium";
8643
8643
  large: "large";
@@ -8762,9 +8762,9 @@ declare const InitResultSchema: z.ZodObject<{
8762
8762
  }>;
8763
8763
  mobileUI: z.ZodEnum<{
8764
8764
  none: "none";
8765
- uniwind: "uniwind";
8766
8765
  tamagui: "tamagui";
8767
8766
  "gluestack-ui": "gluestack-ui";
8767
+ uniwind: "uniwind";
8768
8768
  unistyles: "unistyles";
8769
8769
  }>;
8770
8770
  mobileStorage: z.ZodEnum<{
@@ -8817,12 +8817,12 @@ declare const InitResultSchema: z.ZodObject<{
8817
8817
  ratatui: "ratatui";
8818
8818
  }>;
8819
8819
  rustLibraries: z.ZodArray<z.ZodEnum<{
8820
+ config: "config";
8820
8821
  none: "none";
8821
8822
  serde: "serde";
8822
8823
  uuid: "uuid";
8823
8824
  chrono: "chrono";
8824
8825
  reqwest: "reqwest";
8825
- config: "config";
8826
8826
  dashmap: "dashmap";
8827
8827
  "parking-lot": "parking-lot";
8828
8828
  secrecy: "secrecy";
@@ -9249,55 +9249,55 @@ declare const InitResultSchema: z.ZodObject<{
9249
9249
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
9250
9250
  id: z.ZodString;
9251
9251
  role: z.ZodEnum<{
9252
- ai: "ai";
9252
+ frontend: "frontend";
9253
+ backend: "backend";
9254
+ mobile: "mobile";
9253
9255
  database: "database";
9256
+ api: "api";
9254
9257
  orm: "orm";
9255
9258
  auth: "auth";
9256
- payments: "payments";
9257
- frontend: "frontend";
9258
- examples: "examples";
9259
- dbSetup: "dbSetup";
9260
- backend: "backend";
9261
9259
  runtime: "runtime";
9262
- api: "api";
9263
- effect: "effect";
9264
- stateManagement: "stateManagement";
9265
- forms: "forms";
9266
- testing: "testing";
9267
- email: "email";
9268
- validation: "validation";
9260
+ deploy: "deploy";
9261
+ dbSetup: "dbSetup";
9269
9262
  realtime: "realtime";
9263
+ navigation: "navigation";
9264
+ caching: "caching";
9265
+ observability: "observability";
9266
+ email: "email";
9267
+ search: "search";
9268
+ vectorDb: "vectorDb";
9269
+ fileStorage: "fileStorage";
9270
9270
  jobQueue: "jobQueue";
9271
+ rateLimit: "rateLimit";
9272
+ testing: "testing";
9273
+ stateManagement: "stateManagement";
9274
+ forms: "forms";
9271
9275
  animation: "animation";
9272
9276
  fileUpload: "fileUpload";
9277
+ validation: "validation";
9278
+ effect: "effect";
9279
+ ui: "ui";
9280
+ css: "css";
9281
+ storage: "storage";
9282
+ ai: "ai";
9283
+ payments: "payments";
9273
9284
  logging: "logging";
9274
- observability: "observability";
9275
9285
  featureFlags: "featureFlags";
9276
9286
  analytics: "analytics";
9277
9287
  cms: "cms";
9278
- caching: "caching";
9279
- rateLimit: "rateLimit";
9280
9288
  i18n: "i18n";
9281
- search: "search";
9282
- vectorDb: "vectorDb";
9283
- fileStorage: "fileStorage";
9284
- config: "config";
9285
- mobile: "mobile";
9286
- deploy: "deploy";
9287
- navigation: "navigation";
9288
- ui: "ui";
9289
- css: "css";
9290
- storage: "storage";
9291
9289
  documentation: "documentation";
9292
9290
  codeQuality: "codeQuality";
9293
9291
  appPlatform: "appPlatform";
9294
9292
  dataFetching: "dataFetching";
9295
9293
  workspaceTooling: "workspaceTooling";
9294
+ examples: "examples";
9296
9295
  buildTool: "buildTool";
9297
9296
  cli: "cli";
9298
9297
  errorHandling: "errorHandling";
9299
9298
  httpClient: "httpClient";
9300
9299
  libraries: "libraries";
9300
+ config: "config";
9301
9301
  templating: "templating";
9302
9302
  }>;
9303
9303
  toolId: z.ZodString;
@@ -9341,7 +9341,7 @@ declare const BACKEND_VALUES: ("none" | "hono" | "express" | "fastify" | "elysia
9341
9341
  declare const RUNTIME_VALUES: ("none" | "bun" | "node" | "workers")[];
9342
9342
  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")[];
9343
9343
  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" | "devcontainer" | "docker-compose" | "github-actions")[];
9344
- declare const EXAMPLES_VALUES: ("none" | "ai" | "chat-sdk" | "tanstack-showcase")[];
9344
+ declare const EXAMPLES_VALUES: ("ai" | "none" | "chat-sdk" | "tanstack-showcase")[];
9345
9345
  declare const PACKAGE_MANAGER_VALUES: ("bun" | "npm" | "pnpm" | "yarn")[];
9346
9346
  declare const VERSION_CHANNEL_VALUES: ("stable" | "latest" | "beta")[];
9347
9347
  declare const DATABASE_SETUP_VALUES: ("none" | "turso" | "neon" | "prisma-postgres" | "planetscale" | "mongodb-atlas" | "supabase" | "upstash" | "d1" | "docker")[];
@@ -9350,11 +9350,11 @@ declare const AUTH_VALUES: ("none" | "better-auth" | "better-auth-organizations"
9350
9350
  declare const PAYMENTS_VALUES: ("none" | "polar" | "stripe" | "lemon-squeezy" | "paddle" | "dodo")[];
9351
9351
  declare const WEB_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
9352
9352
  declare const SERVER_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
9353
- declare const DIRECTORY_CONFLICT_VALUES: ("merge" | "overwrite" | "increment" | "error")[];
9354
- declare const TEMPLATE_VALUES: ("none" | "mern" | "pern" | "t3" | "uniwind")[];
9353
+ declare const DIRECTORY_CONFLICT_VALUES: ("error" | "merge" | "overwrite" | "increment")[];
9354
+ declare const TEMPLATE_VALUES: ("none" | "uniwind" | "mern" | "pern" | "t3")[];
9355
9355
  declare const ASTRO_INTEGRATION_VALUES: ("none" | "svelte" | "solid" | "react" | "vue")[];
9356
9356
  declare const AI_VALUES: ("none" | "vercel-ai" | "mastra" | "voltagent" | "langgraph" | "openai-agents" | "google-adk" | "modelfusion" | "langchain" | "llamaindex" | "tanstack-ai" | "ai-cli")[];
9357
- declare const EFFECT_VALUES: ("none" | "effect" | "effect-full")[];
9357
+ declare const EFFECT_VALUES: ("effect" | "none" | "effect-full")[];
9358
9358
  declare const STATE_MANAGEMENT_VALUES: ("none" | "zustand" | "jotai" | "nanostores" | "redux-toolkit" | "mobx" | "xstate" | "valtio" | "tanstack-store" | "legend-state")[];
9359
9359
  declare const FORMS_VALUES: ("none" | "tanstack-form" | "react-hook-form" | "formik" | "final-form" | "conform" | "modular-forms")[];
9360
9360
  declare const TESTING_VALUES: ("none" | "vitest" | "playwright" | "vitest-playwright" | "jest" | "cypress")[];
@@ -9371,7 +9371,7 @@ declare const OBSERVABILITY_VALUES: ("none" | "opentelemetry" | "sentry" | "graf
9371
9371
  declare const FEATURE_FLAGS_VALUES: ("none" | "growthbook" | "posthog" | "launchdarkly" | "flagsmith" | "unleash")[];
9372
9372
  declare const ANALYTICS_VALUES: ("none" | "plausible" | "umami")[];
9373
9373
  declare const MOBILE_NAVIGATION_VALUES: ("none" | "expo-router" | "react-navigation")[];
9374
- declare const MOBILE_UI_VALUES: ("none" | "uniwind" | "tamagui" | "gluestack-ui" | "unistyles")[];
9374
+ declare const MOBILE_UI_VALUES: ("none" | "tamagui" | "gluestack-ui" | "uniwind" | "unistyles")[];
9375
9375
  declare const MOBILE_STORAGE_VALUES: ("none" | "mmkv")[];
9376
9376
  declare const MOBILE_TESTING_VALUES: ("none" | "maestro" | "react-native-testing-library" | "maestro-react-native-testing-library")[];
9377
9377
  declare const MOBILE_PUSH_VALUES: ("none" | "expo-notifications")[];
@@ -9390,7 +9390,7 @@ declare const RUST_FRONTEND_VALUES: ("none" | "leptos" | "dioxus")[];
9390
9390
  declare const RUST_ORM_VALUES: ("none" | "sea-orm" | "sqlx" | "diesel")[];
9391
9391
  declare const RUST_API_VALUES: ("none" | "tonic" | "async-graphql")[];
9392
9392
  declare const RUST_CLI_VALUES: ("none" | "clap" | "ratatui")[];
9393
- 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")[];
9393
+ 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")[];
9394
9394
  declare const RUST_LOGGING_VALUES: ("none" | "tracing" | "env-logger")[];
9395
9395
  declare const RUST_ERROR_HANDLING_VALUES: ("none" | "anyhow-thiserror" | "eyre")[];
9396
9396
  declare const RUST_CACHING_VALUES: ("none" | "redis" | "moka")[];
@@ -9467,7 +9467,7 @@ declare const SHADCN_ICON_LIBRARY_VALUES: ("lucide" | "tabler" | "hugeicons" | "
9467
9467
  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")[];
9468
9468
  declare const SHADCN_BASE_COLOR_VALUES: ("neutral" | "stone" | "zinc" | "gray")[];
9469
9469
  declare const SHADCN_FONT_VALUES: ("inter" | "geist" | "noto-sans" | "nunito-sans" | "figtree" | "roboto" | "raleway" | "dm-sans" | "public-sans" | "outfit" | "jetbrains-mono" | "geist-mono")[];
9470
- declare const SHADCN_RADIUS_VALUES: ("none" | "default" | "small" | "medium" | "large")[];
9470
+ declare const SHADCN_RADIUS_VALUES: ("default" | "none" | "small" | "medium" | "large")[];
9471
9471
  //#endregion
9472
9472
  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, VERSION_CHANNEL_VALUES 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, VersionChannelSchema 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, VECTOR_DB_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, WEB_DEPLOY_VALUES as la, 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, ValidationSchema 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, VectorDbSchema 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, WebDeploySchema as ua, 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 };
9473
- //# sourceMappingURL=schemas-jMCVu0xX.d.mts.map
9473
+ //# sourceMappingURL=schemas-O8yu_3Hd.d.mts.map