@better-fullstack/types 2.0.0 → 2.0.1

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.
@@ -89,8 +89,8 @@ declare function getAddonsJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.Zo
89
89
  "docker-compose": "docker-compose";
90
90
  }>>;
91
91
  declare function getExamplesJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
92
- none: "none";
93
92
  ai: "ai";
93
+ none: "none";
94
94
  "chat-sdk": "chat-sdk";
95
95
  "tanstack-showcase": "tanstack-showcase";
96
96
  }>>;
@@ -157,26 +157,26 @@ declare function getServerDeployJsonSchema(): z.core.ZodStandardJSONSchemaPayloa
157
157
  vercel: "vercel";
158
158
  }>>;
159
159
  declare function getDirectoryConflictJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
160
+ error: "error";
160
161
  merge: "merge";
161
162
  overwrite: "overwrite";
162
163
  increment: "increment";
163
- error: "error";
164
164
  }>>;
165
165
  declare function getTemplateJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
166
166
  none: "none";
167
+ uniwind: "uniwind";
167
168
  mern: "mern";
168
169
  pern: "pern";
169
170
  t3: "t3";
170
- uniwind: "uniwind";
171
171
  }>>;
172
172
  declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
173
173
  projectName: z.ZodOptional<z.ZodString>;
174
174
  template: z.ZodOptional<z.ZodEnum<{
175
175
  none: "none";
176
+ uniwind: "uniwind";
176
177
  mern: "mern";
177
178
  pern: "pern";
178
179
  t3: "t3";
179
- uniwind: "uniwind";
180
180
  }>>;
181
181
  yes: z.ZodOptional<z.ZodBoolean>;
182
182
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -278,8 +278,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
278
278
  "docker-compose": "docker-compose";
279
279
  }>>>;
280
280
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
281
- none: "none";
282
281
  ai: "ai";
282
+ none: "none";
283
283
  "chat-sdk": "chat-sdk";
284
284
  "tanstack-showcase": "tanstack-showcase";
285
285
  }>>>;
@@ -355,10 +355,10 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
355
355
  vercel: "vercel";
356
356
  }>>;
357
357
  directoryConflict: z.ZodOptional<z.ZodEnum<{
358
+ error: "error";
358
359
  merge: "merge";
359
360
  overwrite: "overwrite";
360
361
  increment: "increment";
361
- error: "error";
362
362
  }>>;
363
363
  renderTitle: z.ZodOptional<z.ZodBoolean>;
364
364
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -385,8 +385,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
385
385
  "ai-cli": "ai-cli";
386
386
  }>>;
387
387
  effect: z.ZodOptional<z.ZodEnum<{
388
- none: "none";
389
388
  effect: "effect";
389
+ none: "none";
390
390
  "effect-full": "effect-full";
391
391
  }>>;
392
392
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -437,6 +437,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
437
437
  "postcss-only": "postcss-only";
438
438
  }>>;
439
439
  uiLibrary: z.ZodOptional<z.ZodEnum<{
440
+ mui: "mui";
440
441
  none: "none";
441
442
  "shadcn-ui": "shadcn-ui";
442
443
  "shadcn-svelte": "shadcn-svelte";
@@ -447,7 +448,6 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
447
448
  "chakra-ui": "chakra-ui";
448
449
  nextui: "nextui";
449
450
  mantine: "mantine";
450
- mui: "mui";
451
451
  antd: "antd";
452
452
  "base-ui": "base-ui";
453
453
  "ark-ui": "ark-ui";
@@ -627,9 +627,9 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
627
627
  }>>;
628
628
  mobileUI: z.ZodOptional<z.ZodEnum<{
629
629
  none: "none";
630
- uniwind: "uniwind";
631
630
  tamagui: "tamagui";
632
631
  "gluestack-ui": "gluestack-ui";
632
+ uniwind: "uniwind";
633
633
  unistyles: "unistyles";
634
634
  }>>;
635
635
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -783,8 +783,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
783
783
  chi: "chi";
784
784
  }>>;
785
785
  goOrm: z.ZodOptional<z.ZodEnum<{
786
- none: "none";
787
786
  gorm: "gorm";
787
+ none: "none";
788
788
  sqlc: "sqlc";
789
789
  ent: "ent";
790
790
  }>>;
@@ -1050,8 +1050,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1050
1050
  "docker-compose": "docker-compose";
1051
1051
  }>>;
1052
1052
  examples: z.ZodArray<z.ZodEnum<{
1053
- none: "none";
1054
1053
  ai: "ai";
1054
+ none: "none";
1055
1055
  "chat-sdk": "chat-sdk";
1056
1056
  "tanstack-showcase": "tanstack-showcase";
1057
1057
  }>>;
@@ -1146,8 +1146,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1146
1146
  "ai-cli": "ai-cli";
1147
1147
  }>;
1148
1148
  effect: z.ZodEnum<{
1149
- none: "none";
1150
1149
  effect: "effect";
1150
+ none: "none";
1151
1151
  "effect-full": "effect-full";
1152
1152
  }>;
1153
1153
  stateManagement: z.ZodEnum<{
@@ -1198,6 +1198,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1198
1198
  "postcss-only": "postcss-only";
1199
1199
  }>;
1200
1200
  uiLibrary: z.ZodEnum<{
1201
+ mui: "mui";
1201
1202
  none: "none";
1202
1203
  "shadcn-ui": "shadcn-ui";
1203
1204
  "shadcn-svelte": "shadcn-svelte";
@@ -1208,7 +1209,6 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1208
1209
  "chakra-ui": "chakra-ui";
1209
1210
  nextui: "nextui";
1210
1211
  mantine: "mantine";
1211
- mui: "mui";
1212
1212
  antd: "antd";
1213
1213
  "base-ui": "base-ui";
1214
1214
  "ark-ui": "ark-ui";
@@ -1388,9 +1388,9 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1388
1388
  }>;
1389
1389
  mobileUI: z.ZodEnum<{
1390
1390
  none: "none";
1391
- uniwind: "uniwind";
1392
1391
  tamagui: "tamagui";
1393
1392
  "gluestack-ui": "gluestack-ui";
1393
+ uniwind: "uniwind";
1394
1394
  unistyles: "unistyles";
1395
1395
  }>;
1396
1396
  mobileStorage: z.ZodEnum<{
@@ -1544,8 +1544,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1544
1544
  chi: "chi";
1545
1545
  }>;
1546
1546
  goOrm: z.ZodEnum<{
1547
- none: "none";
1548
1547
  gorm: "gorm";
1548
+ none: "none";
1549
1549
  sqlc: "sqlc";
1550
1550
  ent: "ent";
1551
1551
  }>;
@@ -1711,36 +1711,36 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1711
1711
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
1712
1712
  id: z.ZodString;
1713
1713
  role: z.ZodEnum<{
1714
- ai: "ai";
1714
+ runtime: "runtime";
1715
+ backend: "backend";
1715
1716
  database: "database";
1716
1717
  orm: "orm";
1717
1718
  auth: "auth";
1718
1719
  payments: "payments";
1719
- frontend: "frontend";
1720
- backend: "backend";
1721
- runtime: "runtime";
1722
- api: "api";
1723
- stateManagement: "stateManagement";
1724
- forms: "forms";
1725
- testing: "testing";
1726
1720
  email: "email";
1727
- validation: "validation";
1728
- jobQueue: "jobQueue";
1729
1721
  logging: "logging";
1730
1722
  observability: "observability";
1731
1723
  featureFlags: "featureFlags";
1732
1724
  analytics: "analytics";
1733
- cms: "cms";
1725
+ stateManagement: "stateManagement";
1726
+ forms: "forms";
1727
+ validation: "validation";
1728
+ testing: "testing";
1729
+ jobQueue: "jobQueue";
1734
1730
  caching: "caching";
1731
+ cms: "cms";
1735
1732
  i18n: "i18n";
1736
1733
  search: "search";
1737
1734
  fileStorage: "fileStorage";
1735
+ codeQuality: "codeQuality";
1736
+ documentation: "documentation";
1737
+ api: "api";
1738
+ ai: "ai";
1739
+ css: "css";
1740
+ ui: "ui";
1741
+ frontend: "frontend";
1738
1742
  mobile: "mobile";
1739
1743
  deploy: "deploy";
1740
- ui: "ui";
1741
- css: "css";
1742
- documentation: "documentation";
1743
- codeQuality: "codeQuality";
1744
1744
  appPlatform: "appPlatform";
1745
1745
  }>;
1746
1746
  toolId: z.ZodString;
@@ -1868,8 +1868,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
1868
1868
  "docker-compose": "docker-compose";
1869
1869
  }>>;
1870
1870
  examples: z.ZodArray<z.ZodEnum<{
1871
- none: "none";
1872
1871
  ai: "ai";
1872
+ none: "none";
1873
1873
  "chat-sdk": "chat-sdk";
1874
1874
  "tanstack-showcase": "tanstack-showcase";
1875
1875
  }>>;
@@ -1962,8 +1962,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
1962
1962
  "ai-cli": "ai-cli";
1963
1963
  }>;
1964
1964
  effect: z.ZodEnum<{
1965
- none: "none";
1966
1965
  effect: "effect";
1966
+ none: "none";
1967
1967
  "effect-full": "effect-full";
1968
1968
  }>;
1969
1969
  stateManagement: z.ZodEnum<{
@@ -2014,6 +2014,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
2014
2014
  "postcss-only": "postcss-only";
2015
2015
  }>;
2016
2016
  uiLibrary: z.ZodEnum<{
2017
+ mui: "mui";
2017
2018
  none: "none";
2018
2019
  "shadcn-ui": "shadcn-ui";
2019
2020
  "shadcn-svelte": "shadcn-svelte";
@@ -2024,7 +2025,6 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
2024
2025
  "chakra-ui": "chakra-ui";
2025
2026
  nextui: "nextui";
2026
2027
  mantine: "mantine";
2027
- mui: "mui";
2028
2028
  antd: "antd";
2029
2029
  "base-ui": "base-ui";
2030
2030
  "ark-ui": "ark-ui";
@@ -2204,9 +2204,9 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
2204
2204
  }>;
2205
2205
  mobileUI: z.ZodEnum<{
2206
2206
  none: "none";
2207
- uniwind: "uniwind";
2208
2207
  tamagui: "tamagui";
2209
2208
  "gluestack-ui": "gluestack-ui";
2209
+ uniwind: "uniwind";
2210
2210
  unistyles: "unistyles";
2211
2211
  }>;
2212
2212
  mobileStorage: z.ZodEnum<{
@@ -2360,8 +2360,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
2360
2360
  chi: "chi";
2361
2361
  }>;
2362
2362
  goOrm: z.ZodEnum<{
2363
- none: "none";
2364
2363
  gorm: "gorm";
2364
+ none: "none";
2365
2365
  sqlc: "sqlc";
2366
2366
  ent: "ent";
2367
2367
  }>;
@@ -2527,36 +2527,36 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
2527
2527
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
2528
2528
  id: z.ZodString;
2529
2529
  role: z.ZodEnum<{
2530
- ai: "ai";
2530
+ runtime: "runtime";
2531
+ backend: "backend";
2531
2532
  database: "database";
2532
2533
  orm: "orm";
2533
2534
  auth: "auth";
2534
2535
  payments: "payments";
2535
- frontend: "frontend";
2536
- backend: "backend";
2537
- runtime: "runtime";
2538
- api: "api";
2539
- stateManagement: "stateManagement";
2540
- forms: "forms";
2541
- testing: "testing";
2542
2536
  email: "email";
2543
- validation: "validation";
2544
- jobQueue: "jobQueue";
2545
2537
  logging: "logging";
2546
2538
  observability: "observability";
2547
2539
  featureFlags: "featureFlags";
2548
2540
  analytics: "analytics";
2549
- cms: "cms";
2541
+ stateManagement: "stateManagement";
2542
+ forms: "forms";
2543
+ validation: "validation";
2544
+ testing: "testing";
2545
+ jobQueue: "jobQueue";
2550
2546
  caching: "caching";
2547
+ cms: "cms";
2551
2548
  i18n: "i18n";
2552
2549
  search: "search";
2553
2550
  fileStorage: "fileStorage";
2551
+ codeQuality: "codeQuality";
2552
+ documentation: "documentation";
2553
+ api: "api";
2554
+ ai: "ai";
2555
+ css: "css";
2556
+ ui: "ui";
2557
+ frontend: "frontend";
2554
2558
  mobile: "mobile";
2555
2559
  deploy: "deploy";
2556
- ui: "ui";
2557
- css: "css";
2558
- documentation: "documentation";
2559
- codeQuality: "codeQuality";
2560
2560
  appPlatform: "appPlatform";
2561
2561
  }>;
2562
2562
  toolId: z.ZodString;
@@ -2684,8 +2684,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
2684
2684
  "docker-compose": "docker-compose";
2685
2685
  }>>;
2686
2686
  examples: z.ZodArray<z.ZodEnum<{
2687
- none: "none";
2688
2687
  ai: "ai";
2688
+ none: "none";
2689
2689
  "chat-sdk": "chat-sdk";
2690
2690
  "tanstack-showcase": "tanstack-showcase";
2691
2691
  }>>;
@@ -2778,8 +2778,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
2778
2778
  "ai-cli": "ai-cli";
2779
2779
  }>;
2780
2780
  effect: z.ZodEnum<{
2781
- none: "none";
2782
2781
  effect: "effect";
2782
+ none: "none";
2783
2783
  "effect-full": "effect-full";
2784
2784
  }>;
2785
2785
  stateManagement: z.ZodEnum<{
@@ -2830,6 +2830,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
2830
2830
  "postcss-only": "postcss-only";
2831
2831
  }>;
2832
2832
  uiLibrary: z.ZodEnum<{
2833
+ mui: "mui";
2833
2834
  none: "none";
2834
2835
  "shadcn-ui": "shadcn-ui";
2835
2836
  "shadcn-svelte": "shadcn-svelte";
@@ -2840,7 +2841,6 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
2840
2841
  "chakra-ui": "chakra-ui";
2841
2842
  nextui: "nextui";
2842
2843
  mantine: "mantine";
2843
- mui: "mui";
2844
2844
  antd: "antd";
2845
2845
  "base-ui": "base-ui";
2846
2846
  "ark-ui": "ark-ui";
@@ -3020,9 +3020,9 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
3020
3020
  }>;
3021
3021
  mobileUI: z.ZodEnum<{
3022
3022
  none: "none";
3023
- uniwind: "uniwind";
3024
3023
  tamagui: "tamagui";
3025
3024
  "gluestack-ui": "gluestack-ui";
3025
+ uniwind: "uniwind";
3026
3026
  unistyles: "unistyles";
3027
3027
  }>;
3028
3028
  mobileStorage: z.ZodEnum<{
@@ -3176,8 +3176,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
3176
3176
  chi: "chi";
3177
3177
  }>;
3178
3178
  goOrm: z.ZodEnum<{
3179
- none: "none";
3180
3179
  gorm: "gorm";
3180
+ none: "none";
3181
3181
  sqlc: "sqlc";
3182
3182
  ent: "ent";
3183
3183
  }>;
@@ -3343,36 +3343,36 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
3343
3343
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
3344
3344
  id: z.ZodString;
3345
3345
  role: z.ZodEnum<{
3346
- ai: "ai";
3346
+ runtime: "runtime";
3347
+ backend: "backend";
3347
3348
  database: "database";
3348
3349
  orm: "orm";
3349
3350
  auth: "auth";
3350
3351
  payments: "payments";
3351
- frontend: "frontend";
3352
- backend: "backend";
3353
- runtime: "runtime";
3354
- api: "api";
3355
- stateManagement: "stateManagement";
3356
- forms: "forms";
3357
- testing: "testing";
3358
3352
  email: "email";
3359
- validation: "validation";
3360
- jobQueue: "jobQueue";
3361
3353
  logging: "logging";
3362
3354
  observability: "observability";
3363
3355
  featureFlags: "featureFlags";
3364
3356
  analytics: "analytics";
3365
- cms: "cms";
3357
+ stateManagement: "stateManagement";
3358
+ forms: "forms";
3359
+ validation: "validation";
3360
+ testing: "testing";
3361
+ jobQueue: "jobQueue";
3366
3362
  caching: "caching";
3363
+ cms: "cms";
3367
3364
  i18n: "i18n";
3368
3365
  search: "search";
3369
3366
  fileStorage: "fileStorage";
3367
+ codeQuality: "codeQuality";
3368
+ documentation: "documentation";
3369
+ api: "api";
3370
+ ai: "ai";
3371
+ css: "css";
3372
+ ui: "ui";
3373
+ frontend: "frontend";
3370
3374
  mobile: "mobile";
3371
3375
  deploy: "deploy";
3372
- ui: "ui";
3373
- css: "css";
3374
- documentation: "documentation";
3375
- codeQuality: "codeQuality";
3376
3376
  appPlatform: "appPlatform";
3377
3377
  }>;
3378
3378
  toolId: z.ZodString;
@@ -3501,8 +3501,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
3501
3501
  "docker-compose": "docker-compose";
3502
3502
  }>>;
3503
3503
  examples: z.ZodArray<z.ZodEnum<{
3504
- none: "none";
3505
3504
  ai: "ai";
3505
+ none: "none";
3506
3506
  "chat-sdk": "chat-sdk";
3507
3507
  "tanstack-showcase": "tanstack-showcase";
3508
3508
  }>>;
@@ -3597,8 +3597,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
3597
3597
  "ai-cli": "ai-cli";
3598
3598
  }>;
3599
3599
  effect: z.ZodEnum<{
3600
- none: "none";
3601
3600
  effect: "effect";
3601
+ none: "none";
3602
3602
  "effect-full": "effect-full";
3603
3603
  }>;
3604
3604
  stateManagement: z.ZodEnum<{
@@ -3649,6 +3649,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
3649
3649
  "postcss-only": "postcss-only";
3650
3650
  }>;
3651
3651
  uiLibrary: z.ZodEnum<{
3652
+ mui: "mui";
3652
3653
  none: "none";
3653
3654
  "shadcn-ui": "shadcn-ui";
3654
3655
  "shadcn-svelte": "shadcn-svelte";
@@ -3659,7 +3660,6 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
3659
3660
  "chakra-ui": "chakra-ui";
3660
3661
  nextui: "nextui";
3661
3662
  mantine: "mantine";
3662
- mui: "mui";
3663
3663
  antd: "antd";
3664
3664
  "base-ui": "base-ui";
3665
3665
  "ark-ui": "ark-ui";
@@ -3839,9 +3839,9 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
3839
3839
  }>;
3840
3840
  mobileUI: z.ZodEnum<{
3841
3841
  none: "none";
3842
- uniwind: "uniwind";
3843
3842
  tamagui: "tamagui";
3844
3843
  "gluestack-ui": "gluestack-ui";
3844
+ uniwind: "uniwind";
3845
3845
  unistyles: "unistyles";
3846
3846
  }>;
3847
3847
  mobileStorage: z.ZodEnum<{
@@ -3995,8 +3995,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
3995
3995
  chi: "chi";
3996
3996
  }>;
3997
3997
  goOrm: z.ZodEnum<{
3998
- none: "none";
3999
3998
  gorm: "gorm";
3999
+ none: "none";
4000
4000
  sqlc: "sqlc";
4001
4001
  ent: "ent";
4002
4002
  }>;
@@ -4162,36 +4162,36 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
4162
4162
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
4163
4163
  id: z.ZodString;
4164
4164
  role: z.ZodEnum<{
4165
- ai: "ai";
4165
+ runtime: "runtime";
4166
+ backend: "backend";
4166
4167
  database: "database";
4167
4168
  orm: "orm";
4168
4169
  auth: "auth";
4169
4170
  payments: "payments";
4170
- frontend: "frontend";
4171
- backend: "backend";
4172
- runtime: "runtime";
4173
- api: "api";
4174
- stateManagement: "stateManagement";
4175
- forms: "forms";
4176
- testing: "testing";
4177
4171
  email: "email";
4178
- validation: "validation";
4179
- jobQueue: "jobQueue";
4180
4172
  logging: "logging";
4181
4173
  observability: "observability";
4182
4174
  featureFlags: "featureFlags";
4183
4175
  analytics: "analytics";
4184
- cms: "cms";
4176
+ stateManagement: "stateManagement";
4177
+ forms: "forms";
4178
+ validation: "validation";
4179
+ testing: "testing";
4180
+ jobQueue: "jobQueue";
4185
4181
  caching: "caching";
4182
+ cms: "cms";
4186
4183
  i18n: "i18n";
4187
4184
  search: "search";
4188
4185
  fileStorage: "fileStorage";
4186
+ codeQuality: "codeQuality";
4187
+ documentation: "documentation";
4188
+ api: "api";
4189
+ ai: "ai";
4190
+ css: "css";
4191
+ ui: "ui";
4192
+ frontend: "frontend";
4189
4193
  mobile: "mobile";
4190
4194
  deploy: "deploy";
4191
- ui: "ui";
4192
- css: "css";
4193
- documentation: "documentation";
4194
- codeQuality: "codeQuality";
4195
4195
  appPlatform: "appPlatform";
4196
4196
  }>;
4197
4197
  toolId: z.ZodString;
@@ -4448,8 +4448,8 @@ declare function getAllJsonSchemas(): {
4448
4448
  "docker-compose": "docker-compose";
4449
4449
  }>>;
4450
4450
  examples: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4451
- none: "none";
4452
4451
  ai: "ai";
4452
+ none: "none";
4453
4453
  "chat-sdk": "chat-sdk";
4454
4454
  "tanstack-showcase": "tanstack-showcase";
4455
4455
  }>>;
@@ -4516,17 +4516,17 @@ declare function getAllJsonSchemas(): {
4516
4516
  vercel: "vercel";
4517
4517
  }>>;
4518
4518
  directoryConflict: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4519
+ error: "error";
4519
4520
  merge: "merge";
4520
4521
  overwrite: "overwrite";
4521
4522
  increment: "increment";
4522
- error: "error";
4523
4523
  }>>;
4524
4524
  template: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4525
4525
  none: "none";
4526
+ uniwind: "uniwind";
4526
4527
  mern: "mern";
4527
4528
  pern: "pern";
4528
4529
  t3: "t3";
4529
- uniwind: "uniwind";
4530
4530
  }>>;
4531
4531
  javaWebFramework: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4532
4532
  none: "none";
@@ -4663,10 +4663,10 @@ declare function getAllJsonSchemas(): {
4663
4663
  projectName: z.ZodOptional<z.ZodString>;
4664
4664
  template: z.ZodOptional<z.ZodEnum<{
4665
4665
  none: "none";
4666
+ uniwind: "uniwind";
4666
4667
  mern: "mern";
4667
4668
  pern: "pern";
4668
4669
  t3: "t3";
4669
- uniwind: "uniwind";
4670
4670
  }>>;
4671
4671
  yes: z.ZodOptional<z.ZodBoolean>;
4672
4672
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -4768,8 +4768,8 @@ declare function getAllJsonSchemas(): {
4768
4768
  "docker-compose": "docker-compose";
4769
4769
  }>>>;
4770
4770
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
4771
- none: "none";
4772
4771
  ai: "ai";
4772
+ none: "none";
4773
4773
  "chat-sdk": "chat-sdk";
4774
4774
  "tanstack-showcase": "tanstack-showcase";
4775
4775
  }>>>;
@@ -4845,10 +4845,10 @@ declare function getAllJsonSchemas(): {
4845
4845
  vercel: "vercel";
4846
4846
  }>>;
4847
4847
  directoryConflict: z.ZodOptional<z.ZodEnum<{
4848
+ error: "error";
4848
4849
  merge: "merge";
4849
4850
  overwrite: "overwrite";
4850
4851
  increment: "increment";
4851
- error: "error";
4852
4852
  }>>;
4853
4853
  renderTitle: z.ZodOptional<z.ZodBoolean>;
4854
4854
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -4875,8 +4875,8 @@ declare function getAllJsonSchemas(): {
4875
4875
  "ai-cli": "ai-cli";
4876
4876
  }>>;
4877
4877
  effect: z.ZodOptional<z.ZodEnum<{
4878
- none: "none";
4879
4878
  effect: "effect";
4879
+ none: "none";
4880
4880
  "effect-full": "effect-full";
4881
4881
  }>>;
4882
4882
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -4927,6 +4927,7 @@ declare function getAllJsonSchemas(): {
4927
4927
  "postcss-only": "postcss-only";
4928
4928
  }>>;
4929
4929
  uiLibrary: z.ZodOptional<z.ZodEnum<{
4930
+ mui: "mui";
4930
4931
  none: "none";
4931
4932
  "shadcn-ui": "shadcn-ui";
4932
4933
  "shadcn-svelte": "shadcn-svelte";
@@ -4937,7 +4938,6 @@ declare function getAllJsonSchemas(): {
4937
4938
  "chakra-ui": "chakra-ui";
4938
4939
  nextui: "nextui";
4939
4940
  mantine: "mantine";
4940
- mui: "mui";
4941
4941
  antd: "antd";
4942
4942
  "base-ui": "base-ui";
4943
4943
  "ark-ui": "ark-ui";
@@ -5117,9 +5117,9 @@ declare function getAllJsonSchemas(): {
5117
5117
  }>>;
5118
5118
  mobileUI: z.ZodOptional<z.ZodEnum<{
5119
5119
  none: "none";
5120
- uniwind: "uniwind";
5121
5120
  tamagui: "tamagui";
5122
5121
  "gluestack-ui": "gluestack-ui";
5122
+ uniwind: "uniwind";
5123
5123
  unistyles: "unistyles";
5124
5124
  }>>;
5125
5125
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -5273,8 +5273,8 @@ declare function getAllJsonSchemas(): {
5273
5273
  chi: "chi";
5274
5274
  }>>;
5275
5275
  goOrm: z.ZodOptional<z.ZodEnum<{
5276
- none: "none";
5277
5276
  gorm: "gorm";
5277
+ none: "none";
5278
5278
  sqlc: "sqlc";
5279
5279
  ent: "ent";
5280
5280
  }>>;
@@ -5540,8 +5540,8 @@ declare function getAllJsonSchemas(): {
5540
5540
  "docker-compose": "docker-compose";
5541
5541
  }>>;
5542
5542
  examples: z.ZodArray<z.ZodEnum<{
5543
- none: "none";
5544
5543
  ai: "ai";
5544
+ none: "none";
5545
5545
  "chat-sdk": "chat-sdk";
5546
5546
  "tanstack-showcase": "tanstack-showcase";
5547
5547
  }>>;
@@ -5636,8 +5636,8 @@ declare function getAllJsonSchemas(): {
5636
5636
  "ai-cli": "ai-cli";
5637
5637
  }>;
5638
5638
  effect: z.ZodEnum<{
5639
- none: "none";
5640
5639
  effect: "effect";
5640
+ none: "none";
5641
5641
  "effect-full": "effect-full";
5642
5642
  }>;
5643
5643
  stateManagement: z.ZodEnum<{
@@ -5688,6 +5688,7 @@ declare function getAllJsonSchemas(): {
5688
5688
  "postcss-only": "postcss-only";
5689
5689
  }>;
5690
5690
  uiLibrary: z.ZodEnum<{
5691
+ mui: "mui";
5691
5692
  none: "none";
5692
5693
  "shadcn-ui": "shadcn-ui";
5693
5694
  "shadcn-svelte": "shadcn-svelte";
@@ -5698,7 +5699,6 @@ declare function getAllJsonSchemas(): {
5698
5699
  "chakra-ui": "chakra-ui";
5699
5700
  nextui: "nextui";
5700
5701
  mantine: "mantine";
5701
- mui: "mui";
5702
5702
  antd: "antd";
5703
5703
  "base-ui": "base-ui";
5704
5704
  "ark-ui": "ark-ui";
@@ -5878,9 +5878,9 @@ declare function getAllJsonSchemas(): {
5878
5878
  }>;
5879
5879
  mobileUI: z.ZodEnum<{
5880
5880
  none: "none";
5881
- uniwind: "uniwind";
5882
5881
  tamagui: "tamagui";
5883
5882
  "gluestack-ui": "gluestack-ui";
5883
+ uniwind: "uniwind";
5884
5884
  unistyles: "unistyles";
5885
5885
  }>;
5886
5886
  mobileStorage: z.ZodEnum<{
@@ -6034,8 +6034,8 @@ declare function getAllJsonSchemas(): {
6034
6034
  chi: "chi";
6035
6035
  }>;
6036
6036
  goOrm: z.ZodEnum<{
6037
- none: "none";
6038
6037
  gorm: "gorm";
6038
+ none: "none";
6039
6039
  sqlc: "sqlc";
6040
6040
  ent: "ent";
6041
6041
  }>;
@@ -6201,36 +6201,36 @@ declare function getAllJsonSchemas(): {
6201
6201
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
6202
6202
  id: z.ZodString;
6203
6203
  role: z.ZodEnum<{
6204
- ai: "ai";
6204
+ runtime: "runtime";
6205
+ backend: "backend";
6205
6206
  database: "database";
6206
6207
  orm: "orm";
6207
6208
  auth: "auth";
6208
6209
  payments: "payments";
6209
- frontend: "frontend";
6210
- backend: "backend";
6211
- runtime: "runtime";
6212
- api: "api";
6213
- stateManagement: "stateManagement";
6214
- forms: "forms";
6215
- testing: "testing";
6216
6210
  email: "email";
6217
- validation: "validation";
6218
- jobQueue: "jobQueue";
6219
6211
  logging: "logging";
6220
6212
  observability: "observability";
6221
6213
  featureFlags: "featureFlags";
6222
6214
  analytics: "analytics";
6223
- cms: "cms";
6215
+ stateManagement: "stateManagement";
6216
+ forms: "forms";
6217
+ validation: "validation";
6218
+ testing: "testing";
6219
+ jobQueue: "jobQueue";
6224
6220
  caching: "caching";
6221
+ cms: "cms";
6225
6222
  i18n: "i18n";
6226
6223
  search: "search";
6227
6224
  fileStorage: "fileStorage";
6225
+ codeQuality: "codeQuality";
6226
+ documentation: "documentation";
6227
+ api: "api";
6228
+ ai: "ai";
6229
+ css: "css";
6230
+ ui: "ui";
6231
+ frontend: "frontend";
6228
6232
  mobile: "mobile";
6229
6233
  deploy: "deploy";
6230
- ui: "ui";
6231
- css: "css";
6232
- documentation: "documentation";
6233
- codeQuality: "codeQuality";
6234
6234
  appPlatform: "appPlatform";
6235
6235
  }>;
6236
6236
  toolId: z.ZodString;
@@ -6358,8 +6358,8 @@ declare function getAllJsonSchemas(): {
6358
6358
  "docker-compose": "docker-compose";
6359
6359
  }>>;
6360
6360
  examples: z.ZodArray<z.ZodEnum<{
6361
- none: "none";
6362
6361
  ai: "ai";
6362
+ none: "none";
6363
6363
  "chat-sdk": "chat-sdk";
6364
6364
  "tanstack-showcase": "tanstack-showcase";
6365
6365
  }>>;
@@ -6452,8 +6452,8 @@ declare function getAllJsonSchemas(): {
6452
6452
  "ai-cli": "ai-cli";
6453
6453
  }>;
6454
6454
  effect: z.ZodEnum<{
6455
- none: "none";
6456
6455
  effect: "effect";
6456
+ none: "none";
6457
6457
  "effect-full": "effect-full";
6458
6458
  }>;
6459
6459
  stateManagement: z.ZodEnum<{
@@ -6504,6 +6504,7 @@ declare function getAllJsonSchemas(): {
6504
6504
  "postcss-only": "postcss-only";
6505
6505
  }>;
6506
6506
  uiLibrary: z.ZodEnum<{
6507
+ mui: "mui";
6507
6508
  none: "none";
6508
6509
  "shadcn-ui": "shadcn-ui";
6509
6510
  "shadcn-svelte": "shadcn-svelte";
@@ -6514,7 +6515,6 @@ declare function getAllJsonSchemas(): {
6514
6515
  "chakra-ui": "chakra-ui";
6515
6516
  nextui: "nextui";
6516
6517
  mantine: "mantine";
6517
- mui: "mui";
6518
6518
  antd: "antd";
6519
6519
  "base-ui": "base-ui";
6520
6520
  "ark-ui": "ark-ui";
@@ -6694,9 +6694,9 @@ declare function getAllJsonSchemas(): {
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<{
@@ -6850,8 +6850,8 @@ declare function getAllJsonSchemas(): {
6850
6850
  chi: "chi";
6851
6851
  }>;
6852
6852
  goOrm: z.ZodEnum<{
6853
- none: "none";
6854
6853
  gorm: "gorm";
6854
+ none: "none";
6855
6855
  sqlc: "sqlc";
6856
6856
  ent: "ent";
6857
6857
  }>;
@@ -7017,36 +7017,36 @@ declare function getAllJsonSchemas(): {
7017
7017
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
7018
7018
  id: z.ZodString;
7019
7019
  role: z.ZodEnum<{
7020
- ai: "ai";
7020
+ runtime: "runtime";
7021
+ backend: "backend";
7021
7022
  database: "database";
7022
7023
  orm: "orm";
7023
7024
  auth: "auth";
7024
7025
  payments: "payments";
7025
- frontend: "frontend";
7026
- backend: "backend";
7027
- runtime: "runtime";
7028
- api: "api";
7029
- stateManagement: "stateManagement";
7030
- forms: "forms";
7031
- testing: "testing";
7032
7026
  email: "email";
7033
- validation: "validation";
7034
- jobQueue: "jobQueue";
7035
7027
  logging: "logging";
7036
7028
  observability: "observability";
7037
7029
  featureFlags: "featureFlags";
7038
7030
  analytics: "analytics";
7039
- cms: "cms";
7031
+ stateManagement: "stateManagement";
7032
+ forms: "forms";
7033
+ validation: "validation";
7034
+ testing: "testing";
7035
+ jobQueue: "jobQueue";
7040
7036
  caching: "caching";
7037
+ cms: "cms";
7041
7038
  i18n: "i18n";
7042
7039
  search: "search";
7043
7040
  fileStorage: "fileStorage";
7041
+ codeQuality: "codeQuality";
7042
+ documentation: "documentation";
7043
+ api: "api";
7044
+ ai: "ai";
7045
+ css: "css";
7046
+ ui: "ui";
7047
+ frontend: "frontend";
7044
7048
  mobile: "mobile";
7045
7049
  deploy: "deploy";
7046
- ui: "ui";
7047
- css: "css";
7048
- documentation: "documentation";
7049
- codeQuality: "codeQuality";
7050
7050
  appPlatform: "appPlatform";
7051
7051
  }>;
7052
7052
  toolId: z.ZodString;
@@ -7174,8 +7174,8 @@ declare function getAllJsonSchemas(): {
7174
7174
  "docker-compose": "docker-compose";
7175
7175
  }>>;
7176
7176
  examples: z.ZodArray<z.ZodEnum<{
7177
- none: "none";
7178
7177
  ai: "ai";
7178
+ none: "none";
7179
7179
  "chat-sdk": "chat-sdk";
7180
7180
  "tanstack-showcase": "tanstack-showcase";
7181
7181
  }>>;
@@ -7268,8 +7268,8 @@ declare function getAllJsonSchemas(): {
7268
7268
  "ai-cli": "ai-cli";
7269
7269
  }>;
7270
7270
  effect: z.ZodEnum<{
7271
- none: "none";
7272
7271
  effect: "effect";
7272
+ none: "none";
7273
7273
  "effect-full": "effect-full";
7274
7274
  }>;
7275
7275
  stateManagement: z.ZodEnum<{
@@ -7320,6 +7320,7 @@ declare function getAllJsonSchemas(): {
7320
7320
  "postcss-only": "postcss-only";
7321
7321
  }>;
7322
7322
  uiLibrary: z.ZodEnum<{
7323
+ mui: "mui";
7323
7324
  none: "none";
7324
7325
  "shadcn-ui": "shadcn-ui";
7325
7326
  "shadcn-svelte": "shadcn-svelte";
@@ -7330,7 +7331,6 @@ declare function getAllJsonSchemas(): {
7330
7331
  "chakra-ui": "chakra-ui";
7331
7332
  nextui: "nextui";
7332
7333
  mantine: "mantine";
7333
- mui: "mui";
7334
7334
  antd: "antd";
7335
7335
  "base-ui": "base-ui";
7336
7336
  "ark-ui": "ark-ui";
@@ -7510,9 +7510,9 @@ declare function getAllJsonSchemas(): {
7510
7510
  }>;
7511
7511
  mobileUI: z.ZodEnum<{
7512
7512
  none: "none";
7513
- uniwind: "uniwind";
7514
7513
  tamagui: "tamagui";
7515
7514
  "gluestack-ui": "gluestack-ui";
7515
+ uniwind: "uniwind";
7516
7516
  unistyles: "unistyles";
7517
7517
  }>;
7518
7518
  mobileStorage: z.ZodEnum<{
@@ -7666,8 +7666,8 @@ declare function getAllJsonSchemas(): {
7666
7666
  chi: "chi";
7667
7667
  }>;
7668
7668
  goOrm: z.ZodEnum<{
7669
- none: "none";
7670
7669
  gorm: "gorm";
7670
+ none: "none";
7671
7671
  sqlc: "sqlc";
7672
7672
  ent: "ent";
7673
7673
  }>;
@@ -7833,36 +7833,36 @@ declare function getAllJsonSchemas(): {
7833
7833
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
7834
7834
  id: z.ZodString;
7835
7835
  role: z.ZodEnum<{
7836
- ai: "ai";
7836
+ runtime: "runtime";
7837
+ backend: "backend";
7837
7838
  database: "database";
7838
7839
  orm: "orm";
7839
7840
  auth: "auth";
7840
7841
  payments: "payments";
7841
- frontend: "frontend";
7842
- backend: "backend";
7843
- runtime: "runtime";
7844
- api: "api";
7845
- stateManagement: "stateManagement";
7846
- forms: "forms";
7847
- testing: "testing";
7848
7842
  email: "email";
7849
- validation: "validation";
7850
- jobQueue: "jobQueue";
7851
7843
  logging: "logging";
7852
7844
  observability: "observability";
7853
7845
  featureFlags: "featureFlags";
7854
7846
  analytics: "analytics";
7855
- cms: "cms";
7847
+ stateManagement: "stateManagement";
7848
+ forms: "forms";
7849
+ validation: "validation";
7850
+ testing: "testing";
7851
+ jobQueue: "jobQueue";
7856
7852
  caching: "caching";
7853
+ cms: "cms";
7857
7854
  i18n: "i18n";
7858
7855
  search: "search";
7859
7856
  fileStorage: "fileStorage";
7857
+ codeQuality: "codeQuality";
7858
+ documentation: "documentation";
7859
+ api: "api";
7860
+ ai: "ai";
7861
+ css: "css";
7862
+ ui: "ui";
7863
+ frontend: "frontend";
7860
7864
  mobile: "mobile";
7861
7865
  deploy: "deploy";
7862
- ui: "ui";
7863
- css: "css";
7864
- documentation: "documentation";
7865
- codeQuality: "codeQuality";
7866
7866
  appPlatform: "appPlatform";
7867
7867
  }>;
7868
7868
  toolId: z.ZodString;
@@ -7991,8 +7991,8 @@ declare function getAllJsonSchemas(): {
7991
7991
  "docker-compose": "docker-compose";
7992
7992
  }>>;
7993
7993
  examples: z.ZodArray<z.ZodEnum<{
7994
- none: "none";
7995
7994
  ai: "ai";
7995
+ none: "none";
7996
7996
  "chat-sdk": "chat-sdk";
7997
7997
  "tanstack-showcase": "tanstack-showcase";
7998
7998
  }>>;
@@ -8087,8 +8087,8 @@ declare function getAllJsonSchemas(): {
8087
8087
  "ai-cli": "ai-cli";
8088
8088
  }>;
8089
8089
  effect: z.ZodEnum<{
8090
- none: "none";
8091
8090
  effect: "effect";
8091
+ none: "none";
8092
8092
  "effect-full": "effect-full";
8093
8093
  }>;
8094
8094
  stateManagement: z.ZodEnum<{
@@ -8139,6 +8139,7 @@ declare function getAllJsonSchemas(): {
8139
8139
  "postcss-only": "postcss-only";
8140
8140
  }>;
8141
8141
  uiLibrary: z.ZodEnum<{
8142
+ mui: "mui";
8142
8143
  none: "none";
8143
8144
  "shadcn-ui": "shadcn-ui";
8144
8145
  "shadcn-svelte": "shadcn-svelte";
@@ -8149,7 +8150,6 @@ declare function getAllJsonSchemas(): {
8149
8150
  "chakra-ui": "chakra-ui";
8150
8151
  nextui: "nextui";
8151
8152
  mantine: "mantine";
8152
- mui: "mui";
8153
8153
  antd: "antd";
8154
8154
  "base-ui": "base-ui";
8155
8155
  "ark-ui": "ark-ui";
@@ -8329,9 +8329,9 @@ declare function getAllJsonSchemas(): {
8329
8329
  }>;
8330
8330
  mobileUI: z.ZodEnum<{
8331
8331
  none: "none";
8332
- uniwind: "uniwind";
8333
8332
  tamagui: "tamagui";
8334
8333
  "gluestack-ui": "gluestack-ui";
8334
+ uniwind: "uniwind";
8335
8335
  unistyles: "unistyles";
8336
8336
  }>;
8337
8337
  mobileStorage: z.ZodEnum<{
@@ -8485,8 +8485,8 @@ declare function getAllJsonSchemas(): {
8485
8485
  chi: "chi";
8486
8486
  }>;
8487
8487
  goOrm: z.ZodEnum<{
8488
- none: "none";
8489
8488
  gorm: "gorm";
8489
+ none: "none";
8490
8490
  sqlc: "sqlc";
8491
8491
  ent: "ent";
8492
8492
  }>;
@@ -8652,36 +8652,36 @@ declare function getAllJsonSchemas(): {
8652
8652
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
8653
8653
  id: z.ZodString;
8654
8654
  role: z.ZodEnum<{
8655
- ai: "ai";
8655
+ runtime: "runtime";
8656
+ backend: "backend";
8656
8657
  database: "database";
8657
8658
  orm: "orm";
8658
8659
  auth: "auth";
8659
8660
  payments: "payments";
8660
- frontend: "frontend";
8661
- backend: "backend";
8662
- runtime: "runtime";
8663
- api: "api";
8664
- stateManagement: "stateManagement";
8665
- forms: "forms";
8666
- testing: "testing";
8667
8661
  email: "email";
8668
- validation: "validation";
8669
- jobQueue: "jobQueue";
8670
8662
  logging: "logging";
8671
8663
  observability: "observability";
8672
8664
  featureFlags: "featureFlags";
8673
8665
  analytics: "analytics";
8674
- cms: "cms";
8666
+ stateManagement: "stateManagement";
8667
+ forms: "forms";
8668
+ validation: "validation";
8669
+ testing: "testing";
8670
+ jobQueue: "jobQueue";
8675
8671
  caching: "caching";
8672
+ cms: "cms";
8676
8673
  i18n: "i18n";
8677
8674
  search: "search";
8678
8675
  fileStorage: "fileStorage";
8676
+ codeQuality: "codeQuality";
8677
+ documentation: "documentation";
8678
+ api: "api";
8679
+ ai: "ai";
8680
+ css: "css";
8681
+ ui: "ui";
8682
+ frontend: "frontend";
8679
8683
  mobile: "mobile";
8680
8684
  deploy: "deploy";
8681
- ui: "ui";
8682
- css: "css";
8683
- documentation: "documentation";
8684
- codeQuality: "codeQuality";
8685
8685
  appPlatform: "appPlatform";
8686
8686
  }>;
8687
8687
  toolId: z.ZodString;