@better-fullstack/types 2.1.6 → 2.1.7

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.
@@ -175,28 +175,28 @@ declare function getServerDeployJsonSchema(): z.core.ZodStandardJSONSchemaPayloa
175
175
  vercel: "vercel";
176
176
  }>>;
177
177
  declare function getDirectoryConflictJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
178
+ error: "error";
178
179
  merge: "merge";
179
180
  overwrite: "overwrite";
180
181
  increment: "increment";
181
- error: "error";
182
182
  }>>;
183
183
  declare function getTemplateJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
184
184
  none: "none";
185
+ uniwind: "uniwind";
185
186
  mern: "mern";
186
187
  pern: "pern";
187
188
  t3: "t3";
188
189
  saas: "saas";
189
- uniwind: "uniwind";
190
190
  }>>;
191
191
  declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
192
192
  projectName: z.ZodOptional<z.ZodString>;
193
193
  template: z.ZodOptional<z.ZodEnum<{
194
194
  none: "none";
195
+ uniwind: "uniwind";
195
196
  mern: "mern";
196
197
  pern: "pern";
197
198
  t3: "t3";
198
199
  saas: "saas";
199
- uniwind: "uniwind";
200
200
  }>>;
201
201
  yes: z.ZodOptional<z.ZodBoolean>;
202
202
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -398,10 +398,10 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
398
398
  vercel: "vercel";
399
399
  }>>;
400
400
  directoryConflict: z.ZodOptional<z.ZodEnum<{
401
+ error: "error";
401
402
  merge: "merge";
402
403
  overwrite: "overwrite";
403
404
  increment: "increment";
404
- error: "error";
405
405
  }>>;
406
406
  renderTitle: z.ZodOptional<z.ZodBoolean>;
407
407
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -480,7 +480,6 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
480
480
  "postcss-only": "postcss-only";
481
481
  }>>;
482
482
  uiLibrary: z.ZodOptional<z.ZodEnum<{
483
- mui: "mui";
484
483
  none: "none";
485
484
  "shadcn-ui": "shadcn-ui";
486
485
  "shadcn-svelte": "shadcn-svelte";
@@ -491,6 +490,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
491
490
  "chakra-ui": "chakra-ui";
492
491
  nextui: "nextui";
493
492
  mantine: "mantine";
493
+ mui: "mui";
494
494
  antd: "antd";
495
495
  "base-ui": "base-ui";
496
496
  "ark-ui": "ark-ui";
@@ -562,8 +562,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
562
562
  "geist-mono": "geist-mono";
563
563
  }>>;
564
564
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
565
- none: "none";
566
565
  default: "default";
566
+ none: "none";
567
567
  small: "small";
568
568
  medium: "medium";
569
569
  large: "large";
@@ -693,9 +693,9 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
693
693
  }>>;
694
694
  mobileUI: z.ZodOptional<z.ZodEnum<{
695
695
  none: "none";
696
- uniwind: "uniwind";
697
696
  tamagui: "tamagui";
698
697
  "gluestack-ui": "gluestack-ui";
698
+ uniwind: "uniwind";
699
699
  unistyles: "unistyles";
700
700
  }>>;
701
701
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -750,12 +750,12 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
750
750
  ratatui: "ratatui";
751
751
  }>>;
752
752
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
753
+ config: "config";
753
754
  none: "none";
754
755
  serde: "serde";
755
756
  uuid: "uuid";
756
757
  chrono: "chrono";
757
758
  reqwest: "reqwest";
758
- config: "config";
759
759
  dashmap: "dashmap";
760
760
  "parking-lot": "parking-lot";
761
761
  secrecy: "secrecy";
@@ -902,9 +902,9 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
902
902
  stdlib: "stdlib";
903
903
  }>>;
904
904
  goOrm: z.ZodOptional<z.ZodEnum<{
905
- gorm: "gorm";
906
905
  none: "none";
907
906
  bun: "bun";
907
+ gorm: "gorm";
908
908
  sqlc: "sqlc";
909
909
  ent: "ent";
910
910
  }>>;
@@ -1463,7 +1463,6 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1463
1463
  "postcss-only": "postcss-only";
1464
1464
  }>;
1465
1465
  uiLibrary: z.ZodEnum<{
1466
- mui: "mui";
1467
1466
  none: "none";
1468
1467
  "shadcn-ui": "shadcn-ui";
1469
1468
  "shadcn-svelte": "shadcn-svelte";
@@ -1474,6 +1473,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1474
1473
  "chakra-ui": "chakra-ui";
1475
1474
  nextui: "nextui";
1476
1475
  mantine: "mantine";
1476
+ mui: "mui";
1477
1477
  antd: "antd";
1478
1478
  "base-ui": "base-ui";
1479
1479
  "ark-ui": "ark-ui";
@@ -1545,8 +1545,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1545
1545
  "geist-mono": "geist-mono";
1546
1546
  }>>;
1547
1547
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
1548
- none: "none";
1549
1548
  default: "default";
1549
+ none: "none";
1550
1550
  small: "small";
1551
1551
  medium: "medium";
1552
1552
  large: "large";
@@ -1676,9 +1676,9 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1676
1676
  }>;
1677
1677
  mobileUI: z.ZodEnum<{
1678
1678
  none: "none";
1679
- uniwind: "uniwind";
1680
1679
  tamagui: "tamagui";
1681
1680
  "gluestack-ui": "gluestack-ui";
1681
+ uniwind: "uniwind";
1682
1682
  unistyles: "unistyles";
1683
1683
  }>;
1684
1684
  mobileStorage: z.ZodEnum<{
@@ -1733,12 +1733,12 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1733
1733
  ratatui: "ratatui";
1734
1734
  }>;
1735
1735
  rustLibraries: z.ZodArray<z.ZodEnum<{
1736
+ config: "config";
1736
1737
  none: "none";
1737
1738
  serde: "serde";
1738
1739
  uuid: "uuid";
1739
1740
  chrono: "chrono";
1740
1741
  reqwest: "reqwest";
1741
- config: "config";
1742
1742
  dashmap: "dashmap";
1743
1743
  "parking-lot": "parking-lot";
1744
1744
  secrecy: "secrecy";
@@ -1885,9 +1885,9 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1885
1885
  stdlib: "stdlib";
1886
1886
  }>;
1887
1887
  goOrm: z.ZodEnum<{
1888
- gorm: "gorm";
1889
1888
  none: "none";
1890
1889
  bun: "bun";
1890
+ gorm: "gorm";
1891
1891
  sqlc: "sqlc";
1892
1892
  ent: "ent";
1893
1893
  }>;
@@ -2175,60 +2175,60 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
2175
2175
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
2176
2176
  id: z.ZodString;
2177
2177
  role: z.ZodEnum<{
2178
- runtime: "runtime";
2178
+ push: "push";
2179
+ frontend: "frontend";
2179
2180
  backend: "backend";
2181
+ mobile: "mobile";
2180
2182
  database: "database";
2183
+ api: "api";
2184
+ graphql: "graphql";
2181
2185
  orm: "orm";
2182
- dbSetup: "dbSetup";
2183
2186
  auth: "auth";
2184
- payments: "payments";
2185
- email: "email";
2186
- fileUpload: "fileUpload";
2187
- logging: "logging";
2188
- observability: "observability";
2189
- featureFlags: "featureFlags";
2190
- analytics: "analytics";
2191
- stateManagement: "stateManagement";
2192
- forms: "forms";
2193
- validation: "validation";
2194
- testing: "testing";
2187
+ runtime: "runtime";
2188
+ deploy: "deploy";
2189
+ dbSetup: "dbSetup";
2195
2190
  realtime: "realtime";
2196
- jobQueue: "jobQueue";
2191
+ navigation: "navigation";
2197
2192
  caching: "caching";
2198
- rateLimit: "rateLimit";
2199
- animation: "animation";
2200
- cms: "cms";
2201
- i18n: "i18n";
2193
+ observability: "observability";
2194
+ email: "email";
2202
2195
  search: "search";
2203
2196
  vectorDb: "vectorDb";
2204
2197
  fileStorage: "fileStorage";
2205
- codeQuality: "codeQuality";
2206
- documentation: "documentation";
2207
- examples: "examples";
2208
- api: "api";
2209
- ai: "ai";
2198
+ jobQueue: "jobQueue";
2199
+ rateLimit: "rateLimit";
2200
+ testing: "testing";
2201
+ stateManagement: "stateManagement";
2202
+ forms: "forms";
2203
+ animation: "animation";
2204
+ fileUpload: "fileUpload";
2205
+ validation: "validation";
2210
2206
  effect: "effect";
2211
- css: "css";
2212
2207
  ui: "ui";
2213
- push: "push";
2214
- frontend: "frontend";
2215
- config: "config";
2216
- mobile: "mobile";
2217
- graphql: "graphql";
2218
- deploy: "deploy";
2219
- navigation: "navigation";
2208
+ css: "css";
2220
2209
  storage: "storage";
2221
2210
  ota: "ota";
2222
2211
  deepLinking: "deepLinking";
2212
+ ai: "ai";
2213
+ payments: "payments";
2214
+ logging: "logging";
2215
+ featureFlags: "featureFlags";
2216
+ analytics: "analytics";
2217
+ cms: "cms";
2218
+ i18n: "i18n";
2219
+ documentation: "documentation";
2220
+ codeQuality: "codeQuality";
2223
2221
  appPlatform: "appPlatform";
2224
2222
  dataFetching: "dataFetching";
2225
2223
  workspaceTooling: "workspaceTooling";
2224
+ examples: "examples";
2226
2225
  language: "language";
2227
2226
  buildTool: "buildTool";
2228
2227
  cli: "cli";
2229
2228
  errorHandling: "errorHandling";
2230
2229
  httpClient: "httpClient";
2231
2230
  libraries: "libraries";
2231
+ config: "config";
2232
2232
  templating: "templating";
2233
2233
  }>;
2234
2234
  toolId: z.ZodString;
@@ -2526,7 +2526,6 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
2526
2526
  "postcss-only": "postcss-only";
2527
2527
  }>;
2528
2528
  uiLibrary: z.ZodEnum<{
2529
- mui: "mui";
2530
2529
  none: "none";
2531
2530
  "shadcn-ui": "shadcn-ui";
2532
2531
  "shadcn-svelte": "shadcn-svelte";
@@ -2537,6 +2536,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
2537
2536
  "chakra-ui": "chakra-ui";
2538
2537
  nextui: "nextui";
2539
2538
  mantine: "mantine";
2539
+ mui: "mui";
2540
2540
  antd: "antd";
2541
2541
  "base-ui": "base-ui";
2542
2542
  "ark-ui": "ark-ui";
@@ -2608,8 +2608,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
2608
2608
  "geist-mono": "geist-mono";
2609
2609
  }>>;
2610
2610
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
2611
- none: "none";
2612
2611
  default: "default";
2612
+ none: "none";
2613
2613
  small: "small";
2614
2614
  medium: "medium";
2615
2615
  large: "large";
@@ -2739,9 +2739,9 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
2739
2739
  }>;
2740
2740
  mobileUI: z.ZodEnum<{
2741
2741
  none: "none";
2742
- uniwind: "uniwind";
2743
2742
  tamagui: "tamagui";
2744
2743
  "gluestack-ui": "gluestack-ui";
2744
+ uniwind: "uniwind";
2745
2745
  unistyles: "unistyles";
2746
2746
  }>;
2747
2747
  mobileStorage: z.ZodEnum<{
@@ -2796,12 +2796,12 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
2796
2796
  ratatui: "ratatui";
2797
2797
  }>;
2798
2798
  rustLibraries: z.ZodArray<z.ZodEnum<{
2799
+ config: "config";
2799
2800
  none: "none";
2800
2801
  serde: "serde";
2801
2802
  uuid: "uuid";
2802
2803
  chrono: "chrono";
2803
2804
  reqwest: "reqwest";
2804
- config: "config";
2805
2805
  dashmap: "dashmap";
2806
2806
  "parking-lot": "parking-lot";
2807
2807
  secrecy: "secrecy";
@@ -2948,9 +2948,9 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
2948
2948
  stdlib: "stdlib";
2949
2949
  }>;
2950
2950
  goOrm: z.ZodEnum<{
2951
- gorm: "gorm";
2952
2951
  none: "none";
2953
2952
  bun: "bun";
2953
+ gorm: "gorm";
2954
2954
  sqlc: "sqlc";
2955
2955
  ent: "ent";
2956
2956
  }>;
@@ -3238,60 +3238,60 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
3238
3238
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
3239
3239
  id: z.ZodString;
3240
3240
  role: z.ZodEnum<{
3241
- runtime: "runtime";
3241
+ push: "push";
3242
+ frontend: "frontend";
3242
3243
  backend: "backend";
3244
+ mobile: "mobile";
3243
3245
  database: "database";
3246
+ api: "api";
3247
+ graphql: "graphql";
3244
3248
  orm: "orm";
3245
- dbSetup: "dbSetup";
3246
3249
  auth: "auth";
3247
- payments: "payments";
3248
- email: "email";
3249
- fileUpload: "fileUpload";
3250
- logging: "logging";
3251
- observability: "observability";
3252
- featureFlags: "featureFlags";
3253
- analytics: "analytics";
3254
- stateManagement: "stateManagement";
3255
- forms: "forms";
3256
- validation: "validation";
3257
- testing: "testing";
3250
+ runtime: "runtime";
3251
+ deploy: "deploy";
3252
+ dbSetup: "dbSetup";
3258
3253
  realtime: "realtime";
3259
- jobQueue: "jobQueue";
3254
+ navigation: "navigation";
3260
3255
  caching: "caching";
3261
- rateLimit: "rateLimit";
3262
- animation: "animation";
3263
- cms: "cms";
3264
- i18n: "i18n";
3256
+ observability: "observability";
3257
+ email: "email";
3265
3258
  search: "search";
3266
3259
  vectorDb: "vectorDb";
3267
3260
  fileStorage: "fileStorage";
3268
- codeQuality: "codeQuality";
3269
- documentation: "documentation";
3270
- examples: "examples";
3271
- api: "api";
3272
- ai: "ai";
3261
+ jobQueue: "jobQueue";
3262
+ rateLimit: "rateLimit";
3263
+ testing: "testing";
3264
+ stateManagement: "stateManagement";
3265
+ forms: "forms";
3266
+ animation: "animation";
3267
+ fileUpload: "fileUpload";
3268
+ validation: "validation";
3273
3269
  effect: "effect";
3274
- css: "css";
3275
3270
  ui: "ui";
3276
- push: "push";
3277
- frontend: "frontend";
3278
- config: "config";
3279
- mobile: "mobile";
3280
- graphql: "graphql";
3281
- deploy: "deploy";
3282
- navigation: "navigation";
3271
+ css: "css";
3283
3272
  storage: "storage";
3284
3273
  ota: "ota";
3285
3274
  deepLinking: "deepLinking";
3275
+ ai: "ai";
3276
+ payments: "payments";
3277
+ logging: "logging";
3278
+ featureFlags: "featureFlags";
3279
+ analytics: "analytics";
3280
+ cms: "cms";
3281
+ i18n: "i18n";
3282
+ documentation: "documentation";
3283
+ codeQuality: "codeQuality";
3286
3284
  appPlatform: "appPlatform";
3287
3285
  dataFetching: "dataFetching";
3288
3286
  workspaceTooling: "workspaceTooling";
3287
+ examples: "examples";
3289
3288
  language: "language";
3290
3289
  buildTool: "buildTool";
3291
3290
  cli: "cli";
3292
3291
  errorHandling: "errorHandling";
3293
3292
  httpClient: "httpClient";
3294
3293
  libraries: "libraries";
3294
+ config: "config";
3295
3295
  templating: "templating";
3296
3296
  }>;
3297
3297
  toolId: z.ZodString;
@@ -3589,7 +3589,6 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
3589
3589
  "postcss-only": "postcss-only";
3590
3590
  }>;
3591
3591
  uiLibrary: z.ZodEnum<{
3592
- mui: "mui";
3593
3592
  none: "none";
3594
3593
  "shadcn-ui": "shadcn-ui";
3595
3594
  "shadcn-svelte": "shadcn-svelte";
@@ -3600,6 +3599,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
3600
3599
  "chakra-ui": "chakra-ui";
3601
3600
  nextui: "nextui";
3602
3601
  mantine: "mantine";
3602
+ mui: "mui";
3603
3603
  antd: "antd";
3604
3604
  "base-ui": "base-ui";
3605
3605
  "ark-ui": "ark-ui";
@@ -3671,8 +3671,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
3671
3671
  "geist-mono": "geist-mono";
3672
3672
  }>>;
3673
3673
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
3674
- none: "none";
3675
3674
  default: "default";
3675
+ none: "none";
3676
3676
  small: "small";
3677
3677
  medium: "medium";
3678
3678
  large: "large";
@@ -3802,9 +3802,9 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
3802
3802
  }>;
3803
3803
  mobileUI: z.ZodEnum<{
3804
3804
  none: "none";
3805
- uniwind: "uniwind";
3806
3805
  tamagui: "tamagui";
3807
3806
  "gluestack-ui": "gluestack-ui";
3807
+ uniwind: "uniwind";
3808
3808
  unistyles: "unistyles";
3809
3809
  }>;
3810
3810
  mobileStorage: z.ZodEnum<{
@@ -3859,12 +3859,12 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
3859
3859
  ratatui: "ratatui";
3860
3860
  }>;
3861
3861
  rustLibraries: z.ZodArray<z.ZodEnum<{
3862
+ config: "config";
3862
3863
  none: "none";
3863
3864
  serde: "serde";
3864
3865
  uuid: "uuid";
3865
3866
  chrono: "chrono";
3866
3867
  reqwest: "reqwest";
3867
- config: "config";
3868
3868
  dashmap: "dashmap";
3869
3869
  "parking-lot": "parking-lot";
3870
3870
  secrecy: "secrecy";
@@ -4011,9 +4011,9 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
4011
4011
  stdlib: "stdlib";
4012
4012
  }>;
4013
4013
  goOrm: z.ZodEnum<{
4014
- gorm: "gorm";
4015
4014
  none: "none";
4016
4015
  bun: "bun";
4016
+ gorm: "gorm";
4017
4017
  sqlc: "sqlc";
4018
4018
  ent: "ent";
4019
4019
  }>;
@@ -4301,60 +4301,60 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
4301
4301
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
4302
4302
  id: z.ZodString;
4303
4303
  role: z.ZodEnum<{
4304
- runtime: "runtime";
4304
+ push: "push";
4305
+ frontend: "frontend";
4305
4306
  backend: "backend";
4307
+ mobile: "mobile";
4306
4308
  database: "database";
4309
+ api: "api";
4310
+ graphql: "graphql";
4307
4311
  orm: "orm";
4308
- dbSetup: "dbSetup";
4309
4312
  auth: "auth";
4310
- payments: "payments";
4311
- email: "email";
4312
- fileUpload: "fileUpload";
4313
- logging: "logging";
4314
- observability: "observability";
4315
- featureFlags: "featureFlags";
4316
- analytics: "analytics";
4317
- stateManagement: "stateManagement";
4318
- forms: "forms";
4319
- validation: "validation";
4320
- testing: "testing";
4313
+ runtime: "runtime";
4314
+ deploy: "deploy";
4315
+ dbSetup: "dbSetup";
4321
4316
  realtime: "realtime";
4322
- jobQueue: "jobQueue";
4317
+ navigation: "navigation";
4323
4318
  caching: "caching";
4324
- rateLimit: "rateLimit";
4325
- animation: "animation";
4326
- cms: "cms";
4327
- i18n: "i18n";
4319
+ observability: "observability";
4320
+ email: "email";
4328
4321
  search: "search";
4329
4322
  vectorDb: "vectorDb";
4330
4323
  fileStorage: "fileStorage";
4331
- codeQuality: "codeQuality";
4332
- documentation: "documentation";
4333
- examples: "examples";
4334
- api: "api";
4335
- ai: "ai";
4324
+ jobQueue: "jobQueue";
4325
+ rateLimit: "rateLimit";
4326
+ testing: "testing";
4327
+ stateManagement: "stateManagement";
4328
+ forms: "forms";
4329
+ animation: "animation";
4330
+ fileUpload: "fileUpload";
4331
+ validation: "validation";
4336
4332
  effect: "effect";
4337
- css: "css";
4338
4333
  ui: "ui";
4339
- push: "push";
4340
- frontend: "frontend";
4341
- config: "config";
4342
- mobile: "mobile";
4343
- graphql: "graphql";
4344
- deploy: "deploy";
4345
- navigation: "navigation";
4334
+ css: "css";
4346
4335
  storage: "storage";
4347
4336
  ota: "ota";
4348
4337
  deepLinking: "deepLinking";
4338
+ ai: "ai";
4339
+ payments: "payments";
4340
+ logging: "logging";
4341
+ featureFlags: "featureFlags";
4342
+ analytics: "analytics";
4343
+ cms: "cms";
4344
+ i18n: "i18n";
4345
+ documentation: "documentation";
4346
+ codeQuality: "codeQuality";
4349
4347
  appPlatform: "appPlatform";
4350
4348
  dataFetching: "dataFetching";
4351
4349
  workspaceTooling: "workspaceTooling";
4350
+ examples: "examples";
4352
4351
  language: "language";
4353
4352
  buildTool: "buildTool";
4354
4353
  cli: "cli";
4355
4354
  errorHandling: "errorHandling";
4356
4355
  httpClient: "httpClient";
4357
4356
  libraries: "libraries";
4357
+ config: "config";
4358
4358
  templating: "templating";
4359
4359
  }>;
4360
4360
  toolId: z.ZodString;
@@ -4655,7 +4655,6 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
4655
4655
  "postcss-only": "postcss-only";
4656
4656
  }>;
4657
4657
  uiLibrary: z.ZodEnum<{
4658
- mui: "mui";
4659
4658
  none: "none";
4660
4659
  "shadcn-ui": "shadcn-ui";
4661
4660
  "shadcn-svelte": "shadcn-svelte";
@@ -4666,6 +4665,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
4666
4665
  "chakra-ui": "chakra-ui";
4667
4666
  nextui: "nextui";
4668
4667
  mantine: "mantine";
4668
+ mui: "mui";
4669
4669
  antd: "antd";
4670
4670
  "base-ui": "base-ui";
4671
4671
  "ark-ui": "ark-ui";
@@ -4737,8 +4737,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
4737
4737
  "geist-mono": "geist-mono";
4738
4738
  }>>;
4739
4739
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
4740
- none: "none";
4741
4740
  default: "default";
4741
+ none: "none";
4742
4742
  small: "small";
4743
4743
  medium: "medium";
4744
4744
  large: "large";
@@ -4868,9 +4868,9 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
4868
4868
  }>;
4869
4869
  mobileUI: z.ZodEnum<{
4870
4870
  none: "none";
4871
- uniwind: "uniwind";
4872
4871
  tamagui: "tamagui";
4873
4872
  "gluestack-ui": "gluestack-ui";
4873
+ uniwind: "uniwind";
4874
4874
  unistyles: "unistyles";
4875
4875
  }>;
4876
4876
  mobileStorage: z.ZodEnum<{
@@ -4925,12 +4925,12 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
4925
4925
  ratatui: "ratatui";
4926
4926
  }>;
4927
4927
  rustLibraries: z.ZodArray<z.ZodEnum<{
4928
+ config: "config";
4928
4929
  none: "none";
4929
4930
  serde: "serde";
4930
4931
  uuid: "uuid";
4931
4932
  chrono: "chrono";
4932
4933
  reqwest: "reqwest";
4933
- config: "config";
4934
4934
  dashmap: "dashmap";
4935
4935
  "parking-lot": "parking-lot";
4936
4936
  secrecy: "secrecy";
@@ -5077,9 +5077,9 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
5077
5077
  stdlib: "stdlib";
5078
5078
  }>;
5079
5079
  goOrm: z.ZodEnum<{
5080
- gorm: "gorm";
5081
5080
  none: "none";
5082
5081
  bun: "bun";
5082
+ gorm: "gorm";
5083
5083
  sqlc: "sqlc";
5084
5084
  ent: "ent";
5085
5085
  }>;
@@ -5367,60 +5367,60 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
5367
5367
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
5368
5368
  id: z.ZodString;
5369
5369
  role: z.ZodEnum<{
5370
- runtime: "runtime";
5370
+ push: "push";
5371
+ frontend: "frontend";
5371
5372
  backend: "backend";
5373
+ mobile: "mobile";
5372
5374
  database: "database";
5375
+ api: "api";
5376
+ graphql: "graphql";
5373
5377
  orm: "orm";
5374
- dbSetup: "dbSetup";
5375
5378
  auth: "auth";
5376
- payments: "payments";
5377
- email: "email";
5378
- fileUpload: "fileUpload";
5379
- logging: "logging";
5380
- observability: "observability";
5381
- featureFlags: "featureFlags";
5382
- analytics: "analytics";
5383
- stateManagement: "stateManagement";
5384
- forms: "forms";
5385
- validation: "validation";
5386
- testing: "testing";
5379
+ runtime: "runtime";
5380
+ deploy: "deploy";
5381
+ dbSetup: "dbSetup";
5387
5382
  realtime: "realtime";
5388
- jobQueue: "jobQueue";
5383
+ navigation: "navigation";
5389
5384
  caching: "caching";
5390
- rateLimit: "rateLimit";
5391
- animation: "animation";
5392
- cms: "cms";
5393
- i18n: "i18n";
5385
+ observability: "observability";
5386
+ email: "email";
5394
5387
  search: "search";
5395
5388
  vectorDb: "vectorDb";
5396
5389
  fileStorage: "fileStorage";
5397
- codeQuality: "codeQuality";
5398
- documentation: "documentation";
5399
- examples: "examples";
5400
- api: "api";
5401
- ai: "ai";
5390
+ jobQueue: "jobQueue";
5391
+ rateLimit: "rateLimit";
5392
+ testing: "testing";
5393
+ stateManagement: "stateManagement";
5394
+ forms: "forms";
5395
+ animation: "animation";
5396
+ fileUpload: "fileUpload";
5397
+ validation: "validation";
5402
5398
  effect: "effect";
5403
- css: "css";
5404
5399
  ui: "ui";
5405
- push: "push";
5406
- frontend: "frontend";
5407
- config: "config";
5408
- mobile: "mobile";
5409
- graphql: "graphql";
5410
- deploy: "deploy";
5411
- navigation: "navigation";
5400
+ css: "css";
5412
5401
  storage: "storage";
5413
5402
  ota: "ota";
5414
5403
  deepLinking: "deepLinking";
5404
+ ai: "ai";
5405
+ payments: "payments";
5406
+ logging: "logging";
5407
+ featureFlags: "featureFlags";
5408
+ analytics: "analytics";
5409
+ cms: "cms";
5410
+ i18n: "i18n";
5411
+ documentation: "documentation";
5412
+ codeQuality: "codeQuality";
5415
5413
  appPlatform: "appPlatform";
5416
5414
  dataFetching: "dataFetching";
5417
5415
  workspaceTooling: "workspaceTooling";
5416
+ examples: "examples";
5418
5417
  language: "language";
5419
5418
  buildTool: "buildTool";
5420
5419
  cli: "cli";
5421
5420
  errorHandling: "errorHandling";
5422
5421
  httpClient: "httpClient";
5423
5422
  libraries: "libraries";
5423
+ config: "config";
5424
5424
  templating: "templating";
5425
5425
  }>;
5426
5426
  toolId: z.ZodString;
@@ -5771,18 +5771,18 @@ declare function getAllJsonSchemas(): {
5771
5771
  vercel: "vercel";
5772
5772
  }>>;
5773
5773
  directoryConflict: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
5774
+ error: "error";
5774
5775
  merge: "merge";
5775
5776
  overwrite: "overwrite";
5776
5777
  increment: "increment";
5777
- error: "error";
5778
5778
  }>>;
5779
5779
  template: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
5780
5780
  none: "none";
5781
+ uniwind: "uniwind";
5781
5782
  mern: "mern";
5782
5783
  pern: "pern";
5783
5784
  t3: "t3";
5784
5785
  saas: "saas";
5785
- uniwind: "uniwind";
5786
5786
  }>>;
5787
5787
  javaWebFramework: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
5788
5788
  none: "none";
@@ -5926,11 +5926,11 @@ declare function getAllJsonSchemas(): {
5926
5926
  projectName: z.ZodOptional<z.ZodString>;
5927
5927
  template: z.ZodOptional<z.ZodEnum<{
5928
5928
  none: "none";
5929
+ uniwind: "uniwind";
5929
5930
  mern: "mern";
5930
5931
  pern: "pern";
5931
5932
  t3: "t3";
5932
5933
  saas: "saas";
5933
- uniwind: "uniwind";
5934
5934
  }>>;
5935
5935
  yes: z.ZodOptional<z.ZodBoolean>;
5936
5936
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -6132,10 +6132,10 @@ declare function getAllJsonSchemas(): {
6132
6132
  vercel: "vercel";
6133
6133
  }>>;
6134
6134
  directoryConflict: z.ZodOptional<z.ZodEnum<{
6135
+ error: "error";
6135
6136
  merge: "merge";
6136
6137
  overwrite: "overwrite";
6137
6138
  increment: "increment";
6138
- error: "error";
6139
6139
  }>>;
6140
6140
  renderTitle: z.ZodOptional<z.ZodBoolean>;
6141
6141
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -6214,7 +6214,6 @@ declare function getAllJsonSchemas(): {
6214
6214
  "postcss-only": "postcss-only";
6215
6215
  }>>;
6216
6216
  uiLibrary: z.ZodOptional<z.ZodEnum<{
6217
- mui: "mui";
6218
6217
  none: "none";
6219
6218
  "shadcn-ui": "shadcn-ui";
6220
6219
  "shadcn-svelte": "shadcn-svelte";
@@ -6225,6 +6224,7 @@ declare function getAllJsonSchemas(): {
6225
6224
  "chakra-ui": "chakra-ui";
6226
6225
  nextui: "nextui";
6227
6226
  mantine: "mantine";
6227
+ mui: "mui";
6228
6228
  antd: "antd";
6229
6229
  "base-ui": "base-ui";
6230
6230
  "ark-ui": "ark-ui";
@@ -6296,8 +6296,8 @@ declare function getAllJsonSchemas(): {
6296
6296
  "geist-mono": "geist-mono";
6297
6297
  }>>;
6298
6298
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
6299
- none: "none";
6300
6299
  default: "default";
6300
+ none: "none";
6301
6301
  small: "small";
6302
6302
  medium: "medium";
6303
6303
  large: "large";
@@ -6427,9 +6427,9 @@ declare function getAllJsonSchemas(): {
6427
6427
  }>>;
6428
6428
  mobileUI: z.ZodOptional<z.ZodEnum<{
6429
6429
  none: "none";
6430
- uniwind: "uniwind";
6431
6430
  tamagui: "tamagui";
6432
6431
  "gluestack-ui": "gluestack-ui";
6432
+ uniwind: "uniwind";
6433
6433
  unistyles: "unistyles";
6434
6434
  }>>;
6435
6435
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -6484,12 +6484,12 @@ declare function getAllJsonSchemas(): {
6484
6484
  ratatui: "ratatui";
6485
6485
  }>>;
6486
6486
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
6487
+ config: "config";
6487
6488
  none: "none";
6488
6489
  serde: "serde";
6489
6490
  uuid: "uuid";
6490
6491
  chrono: "chrono";
6491
6492
  reqwest: "reqwest";
6492
- config: "config";
6493
6493
  dashmap: "dashmap";
6494
6494
  "parking-lot": "parking-lot";
6495
6495
  secrecy: "secrecy";
@@ -6636,9 +6636,9 @@ declare function getAllJsonSchemas(): {
6636
6636
  stdlib: "stdlib";
6637
6637
  }>>;
6638
6638
  goOrm: z.ZodOptional<z.ZodEnum<{
6639
- gorm: "gorm";
6640
6639
  none: "none";
6641
6640
  bun: "bun";
6641
+ gorm: "gorm";
6642
6642
  sqlc: "sqlc";
6643
6643
  ent: "ent";
6644
6644
  }>>;
@@ -7197,7 +7197,6 @@ declare function getAllJsonSchemas(): {
7197
7197
  "postcss-only": "postcss-only";
7198
7198
  }>;
7199
7199
  uiLibrary: z.ZodEnum<{
7200
- mui: "mui";
7201
7200
  none: "none";
7202
7201
  "shadcn-ui": "shadcn-ui";
7203
7202
  "shadcn-svelte": "shadcn-svelte";
@@ -7208,6 +7207,7 @@ declare function getAllJsonSchemas(): {
7208
7207
  "chakra-ui": "chakra-ui";
7209
7208
  nextui: "nextui";
7210
7209
  mantine: "mantine";
7210
+ mui: "mui";
7211
7211
  antd: "antd";
7212
7212
  "base-ui": "base-ui";
7213
7213
  "ark-ui": "ark-ui";
@@ -7279,8 +7279,8 @@ declare function getAllJsonSchemas(): {
7279
7279
  "geist-mono": "geist-mono";
7280
7280
  }>>;
7281
7281
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
7282
- none: "none";
7283
7282
  default: "default";
7283
+ none: "none";
7284
7284
  small: "small";
7285
7285
  medium: "medium";
7286
7286
  large: "large";
@@ -7410,9 +7410,9 @@ declare function getAllJsonSchemas(): {
7410
7410
  }>;
7411
7411
  mobileUI: z.ZodEnum<{
7412
7412
  none: "none";
7413
- uniwind: "uniwind";
7414
7413
  tamagui: "tamagui";
7415
7414
  "gluestack-ui": "gluestack-ui";
7415
+ uniwind: "uniwind";
7416
7416
  unistyles: "unistyles";
7417
7417
  }>;
7418
7418
  mobileStorage: z.ZodEnum<{
@@ -7467,12 +7467,12 @@ declare function getAllJsonSchemas(): {
7467
7467
  ratatui: "ratatui";
7468
7468
  }>;
7469
7469
  rustLibraries: z.ZodArray<z.ZodEnum<{
7470
+ config: "config";
7470
7471
  none: "none";
7471
7472
  serde: "serde";
7472
7473
  uuid: "uuid";
7473
7474
  chrono: "chrono";
7474
7475
  reqwest: "reqwest";
7475
- config: "config";
7476
7476
  dashmap: "dashmap";
7477
7477
  "parking-lot": "parking-lot";
7478
7478
  secrecy: "secrecy";
@@ -7619,9 +7619,9 @@ declare function getAllJsonSchemas(): {
7619
7619
  stdlib: "stdlib";
7620
7620
  }>;
7621
7621
  goOrm: z.ZodEnum<{
7622
- gorm: "gorm";
7623
7622
  none: "none";
7624
7623
  bun: "bun";
7624
+ gorm: "gorm";
7625
7625
  sqlc: "sqlc";
7626
7626
  ent: "ent";
7627
7627
  }>;
@@ -7909,60 +7909,60 @@ declare function getAllJsonSchemas(): {
7909
7909
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
7910
7910
  id: z.ZodString;
7911
7911
  role: z.ZodEnum<{
7912
- runtime: "runtime";
7912
+ push: "push";
7913
+ frontend: "frontend";
7913
7914
  backend: "backend";
7915
+ mobile: "mobile";
7914
7916
  database: "database";
7917
+ api: "api";
7918
+ graphql: "graphql";
7915
7919
  orm: "orm";
7916
- dbSetup: "dbSetup";
7917
7920
  auth: "auth";
7918
- payments: "payments";
7919
- email: "email";
7920
- fileUpload: "fileUpload";
7921
- logging: "logging";
7922
- observability: "observability";
7923
- featureFlags: "featureFlags";
7924
- analytics: "analytics";
7925
- stateManagement: "stateManagement";
7926
- forms: "forms";
7927
- validation: "validation";
7928
- testing: "testing";
7921
+ runtime: "runtime";
7922
+ deploy: "deploy";
7923
+ dbSetup: "dbSetup";
7929
7924
  realtime: "realtime";
7930
- jobQueue: "jobQueue";
7925
+ navigation: "navigation";
7931
7926
  caching: "caching";
7932
- rateLimit: "rateLimit";
7933
- animation: "animation";
7934
- cms: "cms";
7935
- i18n: "i18n";
7927
+ observability: "observability";
7928
+ email: "email";
7936
7929
  search: "search";
7937
7930
  vectorDb: "vectorDb";
7938
7931
  fileStorage: "fileStorage";
7939
- codeQuality: "codeQuality";
7940
- documentation: "documentation";
7941
- examples: "examples";
7942
- api: "api";
7943
- ai: "ai";
7932
+ jobQueue: "jobQueue";
7933
+ rateLimit: "rateLimit";
7934
+ testing: "testing";
7935
+ stateManagement: "stateManagement";
7936
+ forms: "forms";
7937
+ animation: "animation";
7938
+ fileUpload: "fileUpload";
7939
+ validation: "validation";
7944
7940
  effect: "effect";
7945
- css: "css";
7946
7941
  ui: "ui";
7947
- push: "push";
7948
- frontend: "frontend";
7949
- config: "config";
7950
- mobile: "mobile";
7951
- graphql: "graphql";
7952
- deploy: "deploy";
7953
- navigation: "navigation";
7942
+ css: "css";
7954
7943
  storage: "storage";
7955
7944
  ota: "ota";
7956
7945
  deepLinking: "deepLinking";
7946
+ ai: "ai";
7947
+ payments: "payments";
7948
+ logging: "logging";
7949
+ featureFlags: "featureFlags";
7950
+ analytics: "analytics";
7951
+ cms: "cms";
7952
+ i18n: "i18n";
7953
+ documentation: "documentation";
7954
+ codeQuality: "codeQuality";
7957
7955
  appPlatform: "appPlatform";
7958
7956
  dataFetching: "dataFetching";
7959
7957
  workspaceTooling: "workspaceTooling";
7958
+ examples: "examples";
7960
7959
  language: "language";
7961
7960
  buildTool: "buildTool";
7962
7961
  cli: "cli";
7963
7962
  errorHandling: "errorHandling";
7964
7963
  httpClient: "httpClient";
7965
7964
  libraries: "libraries";
7965
+ config: "config";
7966
7966
  templating: "templating";
7967
7967
  }>;
7968
7968
  toolId: z.ZodString;
@@ -8260,7 +8260,6 @@ declare function getAllJsonSchemas(): {
8260
8260
  "postcss-only": "postcss-only";
8261
8261
  }>;
8262
8262
  uiLibrary: z.ZodEnum<{
8263
- mui: "mui";
8264
8263
  none: "none";
8265
8264
  "shadcn-ui": "shadcn-ui";
8266
8265
  "shadcn-svelte": "shadcn-svelte";
@@ -8271,6 +8270,7 @@ declare function getAllJsonSchemas(): {
8271
8270
  "chakra-ui": "chakra-ui";
8272
8271
  nextui: "nextui";
8273
8272
  mantine: "mantine";
8273
+ mui: "mui";
8274
8274
  antd: "antd";
8275
8275
  "base-ui": "base-ui";
8276
8276
  "ark-ui": "ark-ui";
@@ -8342,8 +8342,8 @@ declare function getAllJsonSchemas(): {
8342
8342
  "geist-mono": "geist-mono";
8343
8343
  }>>;
8344
8344
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
8345
- none: "none";
8346
8345
  default: "default";
8346
+ none: "none";
8347
8347
  small: "small";
8348
8348
  medium: "medium";
8349
8349
  large: "large";
@@ -8473,9 +8473,9 @@ declare function getAllJsonSchemas(): {
8473
8473
  }>;
8474
8474
  mobileUI: z.ZodEnum<{
8475
8475
  none: "none";
8476
- uniwind: "uniwind";
8477
8476
  tamagui: "tamagui";
8478
8477
  "gluestack-ui": "gluestack-ui";
8478
+ uniwind: "uniwind";
8479
8479
  unistyles: "unistyles";
8480
8480
  }>;
8481
8481
  mobileStorage: z.ZodEnum<{
@@ -8530,12 +8530,12 @@ declare function getAllJsonSchemas(): {
8530
8530
  ratatui: "ratatui";
8531
8531
  }>;
8532
8532
  rustLibraries: z.ZodArray<z.ZodEnum<{
8533
+ config: "config";
8533
8534
  none: "none";
8534
8535
  serde: "serde";
8535
8536
  uuid: "uuid";
8536
8537
  chrono: "chrono";
8537
8538
  reqwest: "reqwest";
8538
- config: "config";
8539
8539
  dashmap: "dashmap";
8540
8540
  "parking-lot": "parking-lot";
8541
8541
  secrecy: "secrecy";
@@ -8682,9 +8682,9 @@ declare function getAllJsonSchemas(): {
8682
8682
  stdlib: "stdlib";
8683
8683
  }>;
8684
8684
  goOrm: z.ZodEnum<{
8685
- gorm: "gorm";
8686
8685
  none: "none";
8687
8686
  bun: "bun";
8687
+ gorm: "gorm";
8688
8688
  sqlc: "sqlc";
8689
8689
  ent: "ent";
8690
8690
  }>;
@@ -8972,60 +8972,60 @@ declare function getAllJsonSchemas(): {
8972
8972
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
8973
8973
  id: z.ZodString;
8974
8974
  role: z.ZodEnum<{
8975
- runtime: "runtime";
8975
+ push: "push";
8976
+ frontend: "frontend";
8976
8977
  backend: "backend";
8978
+ mobile: "mobile";
8977
8979
  database: "database";
8980
+ api: "api";
8981
+ graphql: "graphql";
8978
8982
  orm: "orm";
8979
- dbSetup: "dbSetup";
8980
8983
  auth: "auth";
8981
- payments: "payments";
8982
- email: "email";
8983
- fileUpload: "fileUpload";
8984
- logging: "logging";
8985
- observability: "observability";
8986
- featureFlags: "featureFlags";
8987
- analytics: "analytics";
8988
- stateManagement: "stateManagement";
8989
- forms: "forms";
8990
- validation: "validation";
8991
- testing: "testing";
8984
+ runtime: "runtime";
8985
+ deploy: "deploy";
8986
+ dbSetup: "dbSetup";
8992
8987
  realtime: "realtime";
8993
- jobQueue: "jobQueue";
8988
+ navigation: "navigation";
8994
8989
  caching: "caching";
8995
- rateLimit: "rateLimit";
8996
- animation: "animation";
8997
- cms: "cms";
8998
- i18n: "i18n";
8990
+ observability: "observability";
8991
+ email: "email";
8999
8992
  search: "search";
9000
8993
  vectorDb: "vectorDb";
9001
8994
  fileStorage: "fileStorage";
9002
- codeQuality: "codeQuality";
9003
- documentation: "documentation";
9004
- examples: "examples";
9005
- api: "api";
9006
- ai: "ai";
8995
+ jobQueue: "jobQueue";
8996
+ rateLimit: "rateLimit";
8997
+ testing: "testing";
8998
+ stateManagement: "stateManagement";
8999
+ forms: "forms";
9000
+ animation: "animation";
9001
+ fileUpload: "fileUpload";
9002
+ validation: "validation";
9007
9003
  effect: "effect";
9008
- css: "css";
9009
9004
  ui: "ui";
9010
- push: "push";
9011
- frontend: "frontend";
9012
- config: "config";
9013
- mobile: "mobile";
9014
- graphql: "graphql";
9015
- deploy: "deploy";
9016
- navigation: "navigation";
9005
+ css: "css";
9017
9006
  storage: "storage";
9018
9007
  ota: "ota";
9019
9008
  deepLinking: "deepLinking";
9009
+ ai: "ai";
9010
+ payments: "payments";
9011
+ logging: "logging";
9012
+ featureFlags: "featureFlags";
9013
+ analytics: "analytics";
9014
+ cms: "cms";
9015
+ i18n: "i18n";
9016
+ documentation: "documentation";
9017
+ codeQuality: "codeQuality";
9020
9018
  appPlatform: "appPlatform";
9021
9019
  dataFetching: "dataFetching";
9022
9020
  workspaceTooling: "workspaceTooling";
9021
+ examples: "examples";
9023
9022
  language: "language";
9024
9023
  buildTool: "buildTool";
9025
9024
  cli: "cli";
9026
9025
  errorHandling: "errorHandling";
9027
9026
  httpClient: "httpClient";
9028
9027
  libraries: "libraries";
9028
+ config: "config";
9029
9029
  templating: "templating";
9030
9030
  }>;
9031
9031
  toolId: z.ZodString;
@@ -9323,7 +9323,6 @@ declare function getAllJsonSchemas(): {
9323
9323
  "postcss-only": "postcss-only";
9324
9324
  }>;
9325
9325
  uiLibrary: z.ZodEnum<{
9326
- mui: "mui";
9327
9326
  none: "none";
9328
9327
  "shadcn-ui": "shadcn-ui";
9329
9328
  "shadcn-svelte": "shadcn-svelte";
@@ -9334,6 +9333,7 @@ declare function getAllJsonSchemas(): {
9334
9333
  "chakra-ui": "chakra-ui";
9335
9334
  nextui: "nextui";
9336
9335
  mantine: "mantine";
9336
+ mui: "mui";
9337
9337
  antd: "antd";
9338
9338
  "base-ui": "base-ui";
9339
9339
  "ark-ui": "ark-ui";
@@ -9405,8 +9405,8 @@ declare function getAllJsonSchemas(): {
9405
9405
  "geist-mono": "geist-mono";
9406
9406
  }>>;
9407
9407
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
9408
- none: "none";
9409
9408
  default: "default";
9409
+ none: "none";
9410
9410
  small: "small";
9411
9411
  medium: "medium";
9412
9412
  large: "large";
@@ -9536,9 +9536,9 @@ declare function getAllJsonSchemas(): {
9536
9536
  }>;
9537
9537
  mobileUI: z.ZodEnum<{
9538
9538
  none: "none";
9539
- uniwind: "uniwind";
9540
9539
  tamagui: "tamagui";
9541
9540
  "gluestack-ui": "gluestack-ui";
9541
+ uniwind: "uniwind";
9542
9542
  unistyles: "unistyles";
9543
9543
  }>;
9544
9544
  mobileStorage: z.ZodEnum<{
@@ -9593,12 +9593,12 @@ declare function getAllJsonSchemas(): {
9593
9593
  ratatui: "ratatui";
9594
9594
  }>;
9595
9595
  rustLibraries: z.ZodArray<z.ZodEnum<{
9596
+ config: "config";
9596
9597
  none: "none";
9597
9598
  serde: "serde";
9598
9599
  uuid: "uuid";
9599
9600
  chrono: "chrono";
9600
9601
  reqwest: "reqwest";
9601
- config: "config";
9602
9602
  dashmap: "dashmap";
9603
9603
  "parking-lot": "parking-lot";
9604
9604
  secrecy: "secrecy";
@@ -9745,9 +9745,9 @@ declare function getAllJsonSchemas(): {
9745
9745
  stdlib: "stdlib";
9746
9746
  }>;
9747
9747
  goOrm: z.ZodEnum<{
9748
- gorm: "gorm";
9749
9748
  none: "none";
9750
9749
  bun: "bun";
9750
+ gorm: "gorm";
9751
9751
  sqlc: "sqlc";
9752
9752
  ent: "ent";
9753
9753
  }>;
@@ -10035,60 +10035,60 @@ declare function getAllJsonSchemas(): {
10035
10035
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
10036
10036
  id: z.ZodString;
10037
10037
  role: z.ZodEnum<{
10038
- runtime: "runtime";
10038
+ push: "push";
10039
+ frontend: "frontend";
10039
10040
  backend: "backend";
10041
+ mobile: "mobile";
10040
10042
  database: "database";
10043
+ api: "api";
10044
+ graphql: "graphql";
10041
10045
  orm: "orm";
10042
- dbSetup: "dbSetup";
10043
10046
  auth: "auth";
10044
- payments: "payments";
10045
- email: "email";
10046
- fileUpload: "fileUpload";
10047
- logging: "logging";
10048
- observability: "observability";
10049
- featureFlags: "featureFlags";
10050
- analytics: "analytics";
10051
- stateManagement: "stateManagement";
10052
- forms: "forms";
10053
- validation: "validation";
10054
- testing: "testing";
10047
+ runtime: "runtime";
10048
+ deploy: "deploy";
10049
+ dbSetup: "dbSetup";
10055
10050
  realtime: "realtime";
10056
- jobQueue: "jobQueue";
10051
+ navigation: "navigation";
10057
10052
  caching: "caching";
10058
- rateLimit: "rateLimit";
10059
- animation: "animation";
10060
- cms: "cms";
10061
- i18n: "i18n";
10053
+ observability: "observability";
10054
+ email: "email";
10062
10055
  search: "search";
10063
10056
  vectorDb: "vectorDb";
10064
10057
  fileStorage: "fileStorage";
10065
- codeQuality: "codeQuality";
10066
- documentation: "documentation";
10067
- examples: "examples";
10068
- api: "api";
10069
- ai: "ai";
10058
+ jobQueue: "jobQueue";
10059
+ rateLimit: "rateLimit";
10060
+ testing: "testing";
10061
+ stateManagement: "stateManagement";
10062
+ forms: "forms";
10063
+ animation: "animation";
10064
+ fileUpload: "fileUpload";
10065
+ validation: "validation";
10070
10066
  effect: "effect";
10071
- css: "css";
10072
10067
  ui: "ui";
10073
- push: "push";
10074
- frontend: "frontend";
10075
- config: "config";
10076
- mobile: "mobile";
10077
- graphql: "graphql";
10078
- deploy: "deploy";
10079
- navigation: "navigation";
10068
+ css: "css";
10080
10069
  storage: "storage";
10081
10070
  ota: "ota";
10082
10071
  deepLinking: "deepLinking";
10072
+ ai: "ai";
10073
+ payments: "payments";
10074
+ logging: "logging";
10075
+ featureFlags: "featureFlags";
10076
+ analytics: "analytics";
10077
+ cms: "cms";
10078
+ i18n: "i18n";
10079
+ documentation: "documentation";
10080
+ codeQuality: "codeQuality";
10083
10081
  appPlatform: "appPlatform";
10084
10082
  dataFetching: "dataFetching";
10085
10083
  workspaceTooling: "workspaceTooling";
10084
+ examples: "examples";
10086
10085
  language: "language";
10087
10086
  buildTool: "buildTool";
10088
10087
  cli: "cli";
10089
10088
  errorHandling: "errorHandling";
10090
10089
  httpClient: "httpClient";
10091
10090
  libraries: "libraries";
10091
+ config: "config";
10092
10092
  templating: "templating";
10093
10093
  }>;
10094
10094
  toolId: z.ZodString;
@@ -10389,7 +10389,6 @@ declare function getAllJsonSchemas(): {
10389
10389
  "postcss-only": "postcss-only";
10390
10390
  }>;
10391
10391
  uiLibrary: z.ZodEnum<{
10392
- mui: "mui";
10393
10392
  none: "none";
10394
10393
  "shadcn-ui": "shadcn-ui";
10395
10394
  "shadcn-svelte": "shadcn-svelte";
@@ -10400,6 +10399,7 @@ declare function getAllJsonSchemas(): {
10400
10399
  "chakra-ui": "chakra-ui";
10401
10400
  nextui: "nextui";
10402
10401
  mantine: "mantine";
10402
+ mui: "mui";
10403
10403
  antd: "antd";
10404
10404
  "base-ui": "base-ui";
10405
10405
  "ark-ui": "ark-ui";
@@ -10471,8 +10471,8 @@ declare function getAllJsonSchemas(): {
10471
10471
  "geist-mono": "geist-mono";
10472
10472
  }>>;
10473
10473
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
10474
- none: "none";
10475
10474
  default: "default";
10475
+ none: "none";
10476
10476
  small: "small";
10477
10477
  medium: "medium";
10478
10478
  large: "large";
@@ -10602,9 +10602,9 @@ declare function getAllJsonSchemas(): {
10602
10602
  }>;
10603
10603
  mobileUI: z.ZodEnum<{
10604
10604
  none: "none";
10605
- uniwind: "uniwind";
10606
10605
  tamagui: "tamagui";
10607
10606
  "gluestack-ui": "gluestack-ui";
10607
+ uniwind: "uniwind";
10608
10608
  unistyles: "unistyles";
10609
10609
  }>;
10610
10610
  mobileStorage: z.ZodEnum<{
@@ -10659,12 +10659,12 @@ declare function getAllJsonSchemas(): {
10659
10659
  ratatui: "ratatui";
10660
10660
  }>;
10661
10661
  rustLibraries: z.ZodArray<z.ZodEnum<{
10662
+ config: "config";
10662
10663
  none: "none";
10663
10664
  serde: "serde";
10664
10665
  uuid: "uuid";
10665
10666
  chrono: "chrono";
10666
10667
  reqwest: "reqwest";
10667
- config: "config";
10668
10668
  dashmap: "dashmap";
10669
10669
  "parking-lot": "parking-lot";
10670
10670
  secrecy: "secrecy";
@@ -10811,9 +10811,9 @@ declare function getAllJsonSchemas(): {
10811
10811
  stdlib: "stdlib";
10812
10812
  }>;
10813
10813
  goOrm: z.ZodEnum<{
10814
- gorm: "gorm";
10815
10814
  none: "none";
10816
10815
  bun: "bun";
10816
+ gorm: "gorm";
10817
10817
  sqlc: "sqlc";
10818
10818
  ent: "ent";
10819
10819
  }>;
@@ -11101,60 +11101,60 @@ declare function getAllJsonSchemas(): {
11101
11101
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
11102
11102
  id: z.ZodString;
11103
11103
  role: z.ZodEnum<{
11104
- runtime: "runtime";
11104
+ push: "push";
11105
+ frontend: "frontend";
11105
11106
  backend: "backend";
11107
+ mobile: "mobile";
11106
11108
  database: "database";
11109
+ api: "api";
11110
+ graphql: "graphql";
11107
11111
  orm: "orm";
11108
- dbSetup: "dbSetup";
11109
11112
  auth: "auth";
11110
- payments: "payments";
11111
- email: "email";
11112
- fileUpload: "fileUpload";
11113
- logging: "logging";
11114
- observability: "observability";
11115
- featureFlags: "featureFlags";
11116
- analytics: "analytics";
11117
- stateManagement: "stateManagement";
11118
- forms: "forms";
11119
- validation: "validation";
11120
- testing: "testing";
11113
+ runtime: "runtime";
11114
+ deploy: "deploy";
11115
+ dbSetup: "dbSetup";
11121
11116
  realtime: "realtime";
11122
- jobQueue: "jobQueue";
11117
+ navigation: "navigation";
11123
11118
  caching: "caching";
11124
- rateLimit: "rateLimit";
11125
- animation: "animation";
11126
- cms: "cms";
11127
- i18n: "i18n";
11119
+ observability: "observability";
11120
+ email: "email";
11128
11121
  search: "search";
11129
11122
  vectorDb: "vectorDb";
11130
11123
  fileStorage: "fileStorage";
11131
- codeQuality: "codeQuality";
11132
- documentation: "documentation";
11133
- examples: "examples";
11134
- api: "api";
11135
- ai: "ai";
11124
+ jobQueue: "jobQueue";
11125
+ rateLimit: "rateLimit";
11126
+ testing: "testing";
11127
+ stateManagement: "stateManagement";
11128
+ forms: "forms";
11129
+ animation: "animation";
11130
+ fileUpload: "fileUpload";
11131
+ validation: "validation";
11136
11132
  effect: "effect";
11137
- css: "css";
11138
11133
  ui: "ui";
11139
- push: "push";
11140
- frontend: "frontend";
11141
- config: "config";
11142
- mobile: "mobile";
11143
- graphql: "graphql";
11144
- deploy: "deploy";
11145
- navigation: "navigation";
11134
+ css: "css";
11146
11135
  storage: "storage";
11147
11136
  ota: "ota";
11148
11137
  deepLinking: "deepLinking";
11138
+ ai: "ai";
11139
+ payments: "payments";
11140
+ logging: "logging";
11141
+ featureFlags: "featureFlags";
11142
+ analytics: "analytics";
11143
+ cms: "cms";
11144
+ i18n: "i18n";
11145
+ documentation: "documentation";
11146
+ codeQuality: "codeQuality";
11149
11147
  appPlatform: "appPlatform";
11150
11148
  dataFetching: "dataFetching";
11151
11149
  workspaceTooling: "workspaceTooling";
11150
+ examples: "examples";
11152
11151
  language: "language";
11153
11152
  buildTool: "buildTool";
11154
11153
  cli: "cli";
11155
11154
  errorHandling: "errorHandling";
11156
11155
  httpClient: "httpClient";
11157
11156
  libraries: "libraries";
11157
+ config: "config";
11158
11158
  templating: "templating";
11159
11159
  }>;
11160
11160
  toolId: z.ZodString;