@better-fullstack/types 1.6.3 → 1.7.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.
Files changed (33) hide show
  1. package/dist/{defaults-aGwVXJh5.mjs → defaults-DtBqH42_.mjs} +2 -1
  2. package/dist/{defaults-aGwVXJh5.mjs.map → defaults-DtBqH42_.mjs.map} +1 -1
  3. package/dist/{defaults-C-sFuvss.d.mts → defaults-Ra4H-o6R.d.mts} +2 -2
  4. package/dist/defaults-Ra4H-o6R.d.mts.map +1 -0
  5. package/dist/defaults.d.mts +3 -3
  6. package/dist/defaults.mjs +1 -1
  7. package/dist/index.d.mts +5 -176
  8. package/dist/index.d.mts.map +1 -1
  9. package/dist/index.mjs +4 -2811
  10. package/dist/index.mjs.map +1 -1
  11. package/dist/json-schema.d.mts +362 -0
  12. package/dist/json-schema.d.mts.map +1 -1
  13. package/dist/json-schema.mjs +1 -1
  14. package/dist/{schemas-CDxaaiIP.mjs → schemas-B2DBDBdl.mjs} +67 -8
  15. package/dist/schemas-B2DBDBdl.mjs.map +1 -0
  16. package/dist/{schemas-BsdLtIDm.d.mts → schemas-CC-_Vkoh.d.mts} +317 -15
  17. package/dist/schemas-CC-_Vkoh.d.mts.map +1 -0
  18. package/dist/schemas.d.mts +2 -2
  19. package/dist/schemas.mjs +2 -2
  20. package/dist/stack-translation-B8OgQLwv.d.mts +303 -0
  21. package/dist/stack-translation-B8OgQLwv.d.mts.map +1 -0
  22. package/dist/stack-translation-Bag2NJRD.mjs +3946 -0
  23. package/dist/stack-translation-Bag2NJRD.mjs.map +1 -0
  24. package/dist/stack-translation.d.mts +5 -0
  25. package/dist/stack-translation.mjs +4 -0
  26. package/dist/{types-rP2wE60D.d.mts → types-Cd8oAhRY.d.mts} +4 -3
  27. package/dist/types-Cd8oAhRY.d.mts.map +1 -0
  28. package/dist/types.d.mts +3 -3
  29. package/package.json +6 -2
  30. package/dist/defaults-C-sFuvss.d.mts.map +0 -1
  31. package/dist/schemas-BsdLtIDm.d.mts.map +0 -1
  32. package/dist/schemas-CDxaaiIP.mjs.map +0 -1
  33. package/dist/types-rP2wE60D.d.mts.map +0 -1
@@ -439,6 +439,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
439
439
  "chakra-ui": "chakra-ui";
440
440
  nextui: "nextui";
441
441
  mantine: "mantine";
442
+ mui: "mui";
443
+ antd: "antd";
442
444
  "base-ui": "base-ui";
443
445
  "ark-ui": "ark-ui";
444
446
  "react-aria": "react-aria";
@@ -453,6 +455,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
453
455
  maia: "maia";
454
456
  lyra: "lyra";
455
457
  mira: "mira";
458
+ luma: "luma";
459
+ sera: "sera";
456
460
  }>>;
457
461
  shadcnIconLibrary: z.ZodOptional<z.ZodEnum<{
458
462
  lucide: "lucide";
@@ -460,6 +464,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
460
464
  hugeicons: "hugeicons";
461
465
  phosphor: "phosphor";
462
466
  remixicon: "remixicon";
467
+ heroicons: "heroicons";
468
+ "react-icons": "react-icons";
463
469
  }>>;
464
470
  shadcnColorTheme: z.ZodOptional<z.ZodEnum<{
465
471
  neutral: "neutral";
@@ -566,6 +572,9 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
566
572
  none: "none";
567
573
  growthbook: "growthbook";
568
574
  posthog: "posthog";
575
+ launchdarkly: "launchdarkly";
576
+ flagsmith: "flagsmith";
577
+ unleash: "unleash";
569
578
  }>>;
570
579
  analytics: z.ZodOptional<z.ZodEnum<{
571
580
  none: "none";
@@ -630,11 +639,22 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
630
639
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
631
640
  none: "none";
632
641
  serde: "serde";
642
+ uuid: "uuid";
643
+ chrono: "chrono";
644
+ reqwest: "reqwest";
645
+ config: "config";
646
+ dashmap: "dashmap";
647
+ "parking-lot": "parking-lot";
648
+ secrecy: "secrecy";
649
+ "tokio-util": "tokio-util";
650
+ utoipa: "utoipa";
633
651
  validator: "validator";
634
652
  jsonwebtoken: "jsonwebtoken";
635
653
  argon2: "argon2";
636
654
  "tokio-test": "tokio-test";
637
655
  mockall: "mockall";
656
+ proptest: "proptest";
657
+ insta: "insta";
638
658
  }>>>;
639
659
  rustLogging: z.ZodOptional<z.ZodEnum<{
640
660
  none: "none";
@@ -680,23 +700,35 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
680
700
  "openai-sdk": "openai-sdk";
681
701
  "anthropic-sdk": "anthropic-sdk";
682
702
  crewai: "crewai";
703
+ haystack: "haystack";
683
704
  }>>>;
684
705
  pythonAuth: z.ZodOptional<z.ZodEnum<{
685
706
  none: "none";
686
707
  authlib: "authlib";
687
708
  jwt: "jwt";
688
709
  }>>;
710
+ pythonApi: z.ZodOptional<z.ZodEnum<{
711
+ none: "none";
712
+ "django-rest-framework": "django-rest-framework";
713
+ "django-ninja": "django-ninja";
714
+ }>>;
689
715
  pythonTaskQueue: z.ZodOptional<z.ZodEnum<{
690
716
  none: "none";
691
717
  celery: "celery";
718
+ rq: "rq";
719
+ dramatiq: "dramatiq";
720
+ huey: "huey";
692
721
  }>>;
693
722
  pythonGraphql: z.ZodOptional<z.ZodEnum<{
694
723
  none: "none";
695
724
  strawberry: "strawberry";
725
+ ariadne: "ariadne";
696
726
  }>>;
697
727
  pythonQuality: z.ZodOptional<z.ZodEnum<{
698
728
  none: "none";
699
729
  ruff: "ruff";
730
+ mypy: "mypy";
731
+ pyright: "pyright";
700
732
  }>>;
701
733
  goWebFramework: z.ZodOptional<z.ZodEnum<{
702
734
  none: "none";
@@ -719,12 +751,14 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
719
751
  none: "none";
720
752
  cobra: "cobra";
721
753
  bubbletea: "bubbletea";
754
+ "urfave-cli": "urfave-cli";
722
755
  }>>;
723
756
  goLogging: z.ZodOptional<z.ZodEnum<{
724
757
  none: "none";
725
758
  zap: "zap";
726
759
  zerolog: "zerolog";
727
760
  slog: "slog";
761
+ logrus: "logrus";
728
762
  }>>;
729
763
  goAuth: z.ZodOptional<z.ZodEnum<{
730
764
  none: "none";
@@ -734,6 +768,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
734
768
  javaWebFramework: z.ZodOptional<z.ZodEnum<{
735
769
  none: "none";
736
770
  "spring-boot": "spring-boot";
771
+ quarkus: "quarkus";
737
772
  }>>;
738
773
  javaBuildTool: z.ZodOptional<z.ZodEnum<{
739
774
  none: "none";
@@ -758,6 +793,14 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
758
793
  lombok: "lombok";
759
794
  mapstruct: "mapstruct";
760
795
  caffeine: "caffeine";
796
+ resilience4j: "resilience4j";
797
+ "spring-webflux": "spring-webflux";
798
+ "spring-batch": "spring-batch";
799
+ "spring-kafka": "spring-kafka";
800
+ "spring-mail": "spring-mail";
801
+ "spring-devtools": "spring-devtools";
802
+ "micrometer-prometheus": "micrometer-prometheus";
803
+ thymeleaf: "thymeleaf";
761
804
  }>>>;
762
805
  javaTestingLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
763
806
  none: "none";
@@ -1032,6 +1075,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1032
1075
  "chakra-ui": "chakra-ui";
1033
1076
  nextui: "nextui";
1034
1077
  mantine: "mantine";
1078
+ mui: "mui";
1079
+ antd: "antd";
1035
1080
  "base-ui": "base-ui";
1036
1081
  "ark-ui": "ark-ui";
1037
1082
  "react-aria": "react-aria";
@@ -1046,6 +1091,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1046
1091
  maia: "maia";
1047
1092
  lyra: "lyra";
1048
1093
  mira: "mira";
1094
+ luma: "luma";
1095
+ sera: "sera";
1049
1096
  }>>;
1050
1097
  shadcnIconLibrary: z.ZodOptional<z.ZodEnum<{
1051
1098
  lucide: "lucide";
@@ -1053,6 +1100,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1053
1100
  hugeicons: "hugeicons";
1054
1101
  phosphor: "phosphor";
1055
1102
  remixicon: "remixicon";
1103
+ heroicons: "heroicons";
1104
+ "react-icons": "react-icons";
1056
1105
  }>>;
1057
1106
  shadcnColorTheme: z.ZodOptional<z.ZodEnum<{
1058
1107
  neutral: "neutral";
@@ -1159,6 +1208,9 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1159
1208
  none: "none";
1160
1209
  growthbook: "growthbook";
1161
1210
  posthog: "posthog";
1211
+ launchdarkly: "launchdarkly";
1212
+ flagsmith: "flagsmith";
1213
+ unleash: "unleash";
1162
1214
  }>;
1163
1215
  analytics: z.ZodEnum<{
1164
1216
  none: "none";
@@ -1223,11 +1275,22 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1223
1275
  rustLibraries: z.ZodArray<z.ZodEnum<{
1224
1276
  none: "none";
1225
1277
  serde: "serde";
1278
+ uuid: "uuid";
1279
+ chrono: "chrono";
1280
+ reqwest: "reqwest";
1281
+ config: "config";
1282
+ dashmap: "dashmap";
1283
+ "parking-lot": "parking-lot";
1284
+ secrecy: "secrecy";
1285
+ "tokio-util": "tokio-util";
1286
+ utoipa: "utoipa";
1226
1287
  validator: "validator";
1227
1288
  jsonwebtoken: "jsonwebtoken";
1228
1289
  argon2: "argon2";
1229
1290
  "tokio-test": "tokio-test";
1230
1291
  mockall: "mockall";
1292
+ proptest: "proptest";
1293
+ insta: "insta";
1231
1294
  }>>;
1232
1295
  rustLogging: z.ZodEnum<{
1233
1296
  none: "none";
@@ -1273,23 +1336,35 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1273
1336
  "openai-sdk": "openai-sdk";
1274
1337
  "anthropic-sdk": "anthropic-sdk";
1275
1338
  crewai: "crewai";
1339
+ haystack: "haystack";
1276
1340
  }>>;
1277
1341
  pythonAuth: z.ZodEnum<{
1278
1342
  none: "none";
1279
1343
  authlib: "authlib";
1280
1344
  jwt: "jwt";
1281
1345
  }>;
1346
+ pythonApi: z.ZodEnum<{
1347
+ none: "none";
1348
+ "django-rest-framework": "django-rest-framework";
1349
+ "django-ninja": "django-ninja";
1350
+ }>;
1282
1351
  pythonTaskQueue: z.ZodEnum<{
1283
1352
  none: "none";
1284
1353
  celery: "celery";
1354
+ rq: "rq";
1355
+ dramatiq: "dramatiq";
1356
+ huey: "huey";
1285
1357
  }>;
1286
1358
  pythonGraphql: z.ZodEnum<{
1287
1359
  none: "none";
1288
1360
  strawberry: "strawberry";
1361
+ ariadne: "ariadne";
1289
1362
  }>;
1290
1363
  pythonQuality: z.ZodEnum<{
1291
1364
  none: "none";
1292
1365
  ruff: "ruff";
1366
+ mypy: "mypy";
1367
+ pyright: "pyright";
1293
1368
  }>;
1294
1369
  goWebFramework: z.ZodEnum<{
1295
1370
  none: "none";
@@ -1312,12 +1387,14 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1312
1387
  none: "none";
1313
1388
  cobra: "cobra";
1314
1389
  bubbletea: "bubbletea";
1390
+ "urfave-cli": "urfave-cli";
1315
1391
  }>;
1316
1392
  goLogging: z.ZodEnum<{
1317
1393
  none: "none";
1318
1394
  zap: "zap";
1319
1395
  zerolog: "zerolog";
1320
1396
  slog: "slog";
1397
+ logrus: "logrus";
1321
1398
  }>;
1322
1399
  goAuth: z.ZodEnum<{
1323
1400
  none: "none";
@@ -1327,6 +1404,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1327
1404
  javaWebFramework: z.ZodEnum<{
1328
1405
  none: "none";
1329
1406
  "spring-boot": "spring-boot";
1407
+ quarkus: "quarkus";
1330
1408
  }>;
1331
1409
  javaBuildTool: z.ZodEnum<{
1332
1410
  none: "none";
@@ -1351,6 +1429,14 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1351
1429
  lombok: "lombok";
1352
1430
  mapstruct: "mapstruct";
1353
1431
  caffeine: "caffeine";
1432
+ resilience4j: "resilience4j";
1433
+ "spring-webflux": "spring-webflux";
1434
+ "spring-batch": "spring-batch";
1435
+ "spring-kafka": "spring-kafka";
1436
+ "spring-mail": "spring-mail";
1437
+ "spring-devtools": "spring-devtools";
1438
+ "micrometer-prometheus": "micrometer-prometheus";
1439
+ thymeleaf: "thymeleaf";
1354
1440
  }>>;
1355
1441
  javaTestingLibraries: z.ZodArray<z.ZodEnum<{
1356
1442
  none: "none";
@@ -1622,6 +1708,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
1622
1708
  "chakra-ui": "chakra-ui";
1623
1709
  nextui: "nextui";
1624
1710
  mantine: "mantine";
1711
+ mui: "mui";
1712
+ antd: "antd";
1625
1713
  "base-ui": "base-ui";
1626
1714
  "ark-ui": "ark-ui";
1627
1715
  "react-aria": "react-aria";
@@ -1636,6 +1724,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
1636
1724
  maia: "maia";
1637
1725
  lyra: "lyra";
1638
1726
  mira: "mira";
1727
+ luma: "luma";
1728
+ sera: "sera";
1639
1729
  }>>;
1640
1730
  shadcnIconLibrary: z.ZodOptional<z.ZodEnum<{
1641
1731
  lucide: "lucide";
@@ -1643,6 +1733,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
1643
1733
  hugeicons: "hugeicons";
1644
1734
  phosphor: "phosphor";
1645
1735
  remixicon: "remixicon";
1736
+ heroicons: "heroicons";
1737
+ "react-icons": "react-icons";
1646
1738
  }>>;
1647
1739
  shadcnColorTheme: z.ZodOptional<z.ZodEnum<{
1648
1740
  neutral: "neutral";
@@ -1749,6 +1841,9 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
1749
1841
  none: "none";
1750
1842
  growthbook: "growthbook";
1751
1843
  posthog: "posthog";
1844
+ launchdarkly: "launchdarkly";
1845
+ flagsmith: "flagsmith";
1846
+ unleash: "unleash";
1752
1847
  }>;
1753
1848
  analytics: z.ZodEnum<{
1754
1849
  none: "none";
@@ -1813,11 +1908,22 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
1813
1908
  rustLibraries: z.ZodArray<z.ZodEnum<{
1814
1909
  none: "none";
1815
1910
  serde: "serde";
1911
+ uuid: "uuid";
1912
+ chrono: "chrono";
1913
+ reqwest: "reqwest";
1914
+ config: "config";
1915
+ dashmap: "dashmap";
1916
+ "parking-lot": "parking-lot";
1917
+ secrecy: "secrecy";
1918
+ "tokio-util": "tokio-util";
1919
+ utoipa: "utoipa";
1816
1920
  validator: "validator";
1817
1921
  jsonwebtoken: "jsonwebtoken";
1818
1922
  argon2: "argon2";
1819
1923
  "tokio-test": "tokio-test";
1820
1924
  mockall: "mockall";
1925
+ proptest: "proptest";
1926
+ insta: "insta";
1821
1927
  }>>;
1822
1928
  rustLogging: z.ZodEnum<{
1823
1929
  none: "none";
@@ -1863,23 +1969,35 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
1863
1969
  "openai-sdk": "openai-sdk";
1864
1970
  "anthropic-sdk": "anthropic-sdk";
1865
1971
  crewai: "crewai";
1972
+ haystack: "haystack";
1866
1973
  }>>;
1867
1974
  pythonAuth: z.ZodEnum<{
1868
1975
  none: "none";
1869
1976
  authlib: "authlib";
1870
1977
  jwt: "jwt";
1871
1978
  }>;
1979
+ pythonApi: z.ZodOptional<z.ZodEnum<{
1980
+ none: "none";
1981
+ "django-rest-framework": "django-rest-framework";
1982
+ "django-ninja": "django-ninja";
1983
+ }>>;
1872
1984
  pythonTaskQueue: z.ZodEnum<{
1873
1985
  none: "none";
1874
1986
  celery: "celery";
1987
+ rq: "rq";
1988
+ dramatiq: "dramatiq";
1989
+ huey: "huey";
1875
1990
  }>;
1876
1991
  pythonGraphql: z.ZodEnum<{
1877
1992
  none: "none";
1878
1993
  strawberry: "strawberry";
1994
+ ariadne: "ariadne";
1879
1995
  }>;
1880
1996
  pythonQuality: z.ZodEnum<{
1881
1997
  none: "none";
1882
1998
  ruff: "ruff";
1999
+ mypy: "mypy";
2000
+ pyright: "pyright";
1883
2001
  }>;
1884
2002
  goWebFramework: z.ZodEnum<{
1885
2003
  none: "none";
@@ -1902,12 +2020,14 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
1902
2020
  none: "none";
1903
2021
  cobra: "cobra";
1904
2022
  bubbletea: "bubbletea";
2023
+ "urfave-cli": "urfave-cli";
1905
2024
  }>;
1906
2025
  goLogging: z.ZodEnum<{
1907
2026
  none: "none";
1908
2027
  zap: "zap";
1909
2028
  zerolog: "zerolog";
1910
2029
  slog: "slog";
2030
+ logrus: "logrus";
1911
2031
  }>;
1912
2032
  goAuth: z.ZodEnum<{
1913
2033
  none: "none";
@@ -1917,6 +2037,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
1917
2037
  javaWebFramework: z.ZodEnum<{
1918
2038
  none: "none";
1919
2039
  "spring-boot": "spring-boot";
2040
+ quarkus: "quarkus";
1920
2041
  }>;
1921
2042
  javaBuildTool: z.ZodEnum<{
1922
2043
  none: "none";
@@ -1941,6 +2062,14 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
1941
2062
  lombok: "lombok";
1942
2063
  mapstruct: "mapstruct";
1943
2064
  caffeine: "caffeine";
2065
+ resilience4j: "resilience4j";
2066
+ "spring-webflux": "spring-webflux";
2067
+ "spring-batch": "spring-batch";
2068
+ "spring-kafka": "spring-kafka";
2069
+ "spring-mail": "spring-mail";
2070
+ "spring-devtools": "spring-devtools";
2071
+ "micrometer-prometheus": "micrometer-prometheus";
2072
+ thymeleaf: "thymeleaf";
1944
2073
  }>>;
1945
2074
  javaTestingLibraries: z.ZodArray<z.ZodEnum<{
1946
2075
  none: "none";
@@ -2217,6 +2346,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
2217
2346
  "chakra-ui": "chakra-ui";
2218
2347
  nextui: "nextui";
2219
2348
  mantine: "mantine";
2349
+ mui: "mui";
2350
+ antd: "antd";
2220
2351
  "base-ui": "base-ui";
2221
2352
  "ark-ui": "ark-ui";
2222
2353
  "react-aria": "react-aria";
@@ -2231,6 +2362,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
2231
2362
  maia: "maia";
2232
2363
  lyra: "lyra";
2233
2364
  mira: "mira";
2365
+ luma: "luma";
2366
+ sera: "sera";
2234
2367
  }>>;
2235
2368
  shadcnIconLibrary: z.ZodOptional<z.ZodEnum<{
2236
2369
  lucide: "lucide";
@@ -2238,6 +2371,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
2238
2371
  hugeicons: "hugeicons";
2239
2372
  phosphor: "phosphor";
2240
2373
  remixicon: "remixicon";
2374
+ heroicons: "heroicons";
2375
+ "react-icons": "react-icons";
2241
2376
  }>>;
2242
2377
  shadcnColorTheme: z.ZodOptional<z.ZodEnum<{
2243
2378
  neutral: "neutral";
@@ -2344,6 +2479,9 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
2344
2479
  none: "none";
2345
2480
  growthbook: "growthbook";
2346
2481
  posthog: "posthog";
2482
+ launchdarkly: "launchdarkly";
2483
+ flagsmith: "flagsmith";
2484
+ unleash: "unleash";
2347
2485
  }>;
2348
2486
  analytics: z.ZodEnum<{
2349
2487
  none: "none";
@@ -2408,11 +2546,22 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
2408
2546
  rustLibraries: z.ZodArray<z.ZodEnum<{
2409
2547
  none: "none";
2410
2548
  serde: "serde";
2549
+ uuid: "uuid";
2550
+ chrono: "chrono";
2551
+ reqwest: "reqwest";
2552
+ config: "config";
2553
+ dashmap: "dashmap";
2554
+ "parking-lot": "parking-lot";
2555
+ secrecy: "secrecy";
2556
+ "tokio-util": "tokio-util";
2557
+ utoipa: "utoipa";
2411
2558
  validator: "validator";
2412
2559
  jsonwebtoken: "jsonwebtoken";
2413
2560
  argon2: "argon2";
2414
2561
  "tokio-test": "tokio-test";
2415
2562
  mockall: "mockall";
2563
+ proptest: "proptest";
2564
+ insta: "insta";
2416
2565
  }>>;
2417
2566
  rustLogging: z.ZodEnum<{
2418
2567
  none: "none";
@@ -2458,23 +2607,35 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
2458
2607
  "openai-sdk": "openai-sdk";
2459
2608
  "anthropic-sdk": "anthropic-sdk";
2460
2609
  crewai: "crewai";
2610
+ haystack: "haystack";
2461
2611
  }>>;
2462
2612
  pythonAuth: z.ZodEnum<{
2463
2613
  none: "none";
2464
2614
  authlib: "authlib";
2465
2615
  jwt: "jwt";
2466
2616
  }>;
2617
+ pythonApi: z.ZodEnum<{
2618
+ none: "none";
2619
+ "django-rest-framework": "django-rest-framework";
2620
+ "django-ninja": "django-ninja";
2621
+ }>;
2467
2622
  pythonTaskQueue: z.ZodEnum<{
2468
2623
  none: "none";
2469
2624
  celery: "celery";
2625
+ rq: "rq";
2626
+ dramatiq: "dramatiq";
2627
+ huey: "huey";
2470
2628
  }>;
2471
2629
  pythonGraphql: z.ZodEnum<{
2472
2630
  none: "none";
2473
2631
  strawberry: "strawberry";
2632
+ ariadne: "ariadne";
2474
2633
  }>;
2475
2634
  pythonQuality: z.ZodEnum<{
2476
2635
  none: "none";
2477
2636
  ruff: "ruff";
2637
+ mypy: "mypy";
2638
+ pyright: "pyright";
2478
2639
  }>;
2479
2640
  goWebFramework: z.ZodEnum<{
2480
2641
  none: "none";
@@ -2497,12 +2658,14 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
2497
2658
  none: "none";
2498
2659
  cobra: "cobra";
2499
2660
  bubbletea: "bubbletea";
2661
+ "urfave-cli": "urfave-cli";
2500
2662
  }>;
2501
2663
  goLogging: z.ZodEnum<{
2502
2664
  none: "none";
2503
2665
  zap: "zap";
2504
2666
  zerolog: "zerolog";
2505
2667
  slog: "slog";
2668
+ logrus: "logrus";
2506
2669
  }>;
2507
2670
  goAuth: z.ZodEnum<{
2508
2671
  none: "none";
@@ -2512,6 +2675,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
2512
2675
  javaWebFramework: z.ZodEnum<{
2513
2676
  none: "none";
2514
2677
  "spring-boot": "spring-boot";
2678
+ quarkus: "quarkus";
2515
2679
  }>;
2516
2680
  javaBuildTool: z.ZodEnum<{
2517
2681
  none: "none";
@@ -2536,6 +2700,14 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
2536
2700
  lombok: "lombok";
2537
2701
  mapstruct: "mapstruct";
2538
2702
  caffeine: "caffeine";
2703
+ resilience4j: "resilience4j";
2704
+ "spring-webflux": "spring-webflux";
2705
+ "spring-batch": "spring-batch";
2706
+ "spring-kafka": "spring-kafka";
2707
+ "spring-mail": "spring-mail";
2708
+ "spring-devtools": "spring-devtools";
2709
+ "micrometer-prometheus": "micrometer-prometheus";
2710
+ thymeleaf: "thymeleaf";
2539
2711
  }>>;
2540
2712
  javaTestingLibraries: z.ZodArray<z.ZodEnum<{
2541
2713
  none: "none";
@@ -2566,6 +2738,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
2566
2738
  declare function getJavaWebFrameworkJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
2567
2739
  none: "none";
2568
2740
  "spring-boot": "spring-boot";
2741
+ quarkus: "quarkus";
2569
2742
  }>>;
2570
2743
  declare function getJavaBuildToolJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
2571
2744
  none: "none";
@@ -2590,6 +2763,14 @@ declare function getJavaLibrariesJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
2590
2763
  lombok: "lombok";
2591
2764
  mapstruct: "mapstruct";
2592
2765
  caffeine: "caffeine";
2766
+ resilience4j: "resilience4j";
2767
+ "spring-webflux": "spring-webflux";
2768
+ "spring-batch": "spring-batch";
2769
+ "spring-kafka": "spring-kafka";
2770
+ "spring-mail": "spring-mail";
2771
+ "spring-devtools": "spring-devtools";
2772
+ "micrometer-prometheus": "micrometer-prometheus";
2773
+ thymeleaf: "thymeleaf";
2593
2774
  }>>;
2594
2775
  declare function getJavaTestingLibrariesJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
2595
2776
  none: "none";
@@ -2773,6 +2954,7 @@ declare function getAllJsonSchemas(): {
2773
2954
  javaWebFramework: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
2774
2955
  none: "none";
2775
2956
  "spring-boot": "spring-boot";
2957
+ quarkus: "quarkus";
2776
2958
  }>>;
2777
2959
  javaBuildTool: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
2778
2960
  none: "none";
@@ -2797,6 +2979,14 @@ declare function getAllJsonSchemas(): {
2797
2979
  lombok: "lombok";
2798
2980
  mapstruct: "mapstruct";
2799
2981
  caffeine: "caffeine";
2982
+ resilience4j: "resilience4j";
2983
+ "spring-webflux": "spring-webflux";
2984
+ "spring-batch": "spring-batch";
2985
+ "spring-kafka": "spring-kafka";
2986
+ "spring-mail": "spring-mail";
2987
+ "spring-devtools": "spring-devtools";
2988
+ "micrometer-prometheus": "micrometer-prometheus";
2989
+ thymeleaf: "thymeleaf";
2800
2990
  }>>;
2801
2991
  javaTestingLibraries: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
2802
2992
  none: "none";
@@ -3082,6 +3272,8 @@ declare function getAllJsonSchemas(): {
3082
3272
  "chakra-ui": "chakra-ui";
3083
3273
  nextui: "nextui";
3084
3274
  mantine: "mantine";
3275
+ mui: "mui";
3276
+ antd: "antd";
3085
3277
  "base-ui": "base-ui";
3086
3278
  "ark-ui": "ark-ui";
3087
3279
  "react-aria": "react-aria";
@@ -3096,6 +3288,8 @@ declare function getAllJsonSchemas(): {
3096
3288
  maia: "maia";
3097
3289
  lyra: "lyra";
3098
3290
  mira: "mira";
3291
+ luma: "luma";
3292
+ sera: "sera";
3099
3293
  }>>;
3100
3294
  shadcnIconLibrary: z.ZodOptional<z.ZodEnum<{
3101
3295
  lucide: "lucide";
@@ -3103,6 +3297,8 @@ declare function getAllJsonSchemas(): {
3103
3297
  hugeicons: "hugeicons";
3104
3298
  phosphor: "phosphor";
3105
3299
  remixicon: "remixicon";
3300
+ heroicons: "heroicons";
3301
+ "react-icons": "react-icons";
3106
3302
  }>>;
3107
3303
  shadcnColorTheme: z.ZodOptional<z.ZodEnum<{
3108
3304
  neutral: "neutral";
@@ -3209,6 +3405,9 @@ declare function getAllJsonSchemas(): {
3209
3405
  none: "none";
3210
3406
  growthbook: "growthbook";
3211
3407
  posthog: "posthog";
3408
+ launchdarkly: "launchdarkly";
3409
+ flagsmith: "flagsmith";
3410
+ unleash: "unleash";
3212
3411
  }>>;
3213
3412
  analytics: z.ZodOptional<z.ZodEnum<{
3214
3413
  none: "none";
@@ -3273,11 +3472,22 @@ declare function getAllJsonSchemas(): {
3273
3472
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3274
3473
  none: "none";
3275
3474
  serde: "serde";
3475
+ uuid: "uuid";
3476
+ chrono: "chrono";
3477
+ reqwest: "reqwest";
3478
+ config: "config";
3479
+ dashmap: "dashmap";
3480
+ "parking-lot": "parking-lot";
3481
+ secrecy: "secrecy";
3482
+ "tokio-util": "tokio-util";
3483
+ utoipa: "utoipa";
3276
3484
  validator: "validator";
3277
3485
  jsonwebtoken: "jsonwebtoken";
3278
3486
  argon2: "argon2";
3279
3487
  "tokio-test": "tokio-test";
3280
3488
  mockall: "mockall";
3489
+ proptest: "proptest";
3490
+ insta: "insta";
3281
3491
  }>>>;
3282
3492
  rustLogging: z.ZodOptional<z.ZodEnum<{
3283
3493
  none: "none";
@@ -3323,23 +3533,35 @@ declare function getAllJsonSchemas(): {
3323
3533
  "openai-sdk": "openai-sdk";
3324
3534
  "anthropic-sdk": "anthropic-sdk";
3325
3535
  crewai: "crewai";
3536
+ haystack: "haystack";
3326
3537
  }>>>;
3327
3538
  pythonAuth: z.ZodOptional<z.ZodEnum<{
3328
3539
  none: "none";
3329
3540
  authlib: "authlib";
3330
3541
  jwt: "jwt";
3331
3542
  }>>;
3543
+ pythonApi: z.ZodOptional<z.ZodEnum<{
3544
+ none: "none";
3545
+ "django-rest-framework": "django-rest-framework";
3546
+ "django-ninja": "django-ninja";
3547
+ }>>;
3332
3548
  pythonTaskQueue: z.ZodOptional<z.ZodEnum<{
3333
3549
  none: "none";
3334
3550
  celery: "celery";
3551
+ rq: "rq";
3552
+ dramatiq: "dramatiq";
3553
+ huey: "huey";
3335
3554
  }>>;
3336
3555
  pythonGraphql: z.ZodOptional<z.ZodEnum<{
3337
3556
  none: "none";
3338
3557
  strawberry: "strawberry";
3558
+ ariadne: "ariadne";
3339
3559
  }>>;
3340
3560
  pythonQuality: z.ZodOptional<z.ZodEnum<{
3341
3561
  none: "none";
3342
3562
  ruff: "ruff";
3563
+ mypy: "mypy";
3564
+ pyright: "pyright";
3343
3565
  }>>;
3344
3566
  goWebFramework: z.ZodOptional<z.ZodEnum<{
3345
3567
  none: "none";
@@ -3362,12 +3584,14 @@ declare function getAllJsonSchemas(): {
3362
3584
  none: "none";
3363
3585
  cobra: "cobra";
3364
3586
  bubbletea: "bubbletea";
3587
+ "urfave-cli": "urfave-cli";
3365
3588
  }>>;
3366
3589
  goLogging: z.ZodOptional<z.ZodEnum<{
3367
3590
  none: "none";
3368
3591
  zap: "zap";
3369
3592
  zerolog: "zerolog";
3370
3593
  slog: "slog";
3594
+ logrus: "logrus";
3371
3595
  }>>;
3372
3596
  goAuth: z.ZodOptional<z.ZodEnum<{
3373
3597
  none: "none";
@@ -3377,6 +3601,7 @@ declare function getAllJsonSchemas(): {
3377
3601
  javaWebFramework: z.ZodOptional<z.ZodEnum<{
3378
3602
  none: "none";
3379
3603
  "spring-boot": "spring-boot";
3604
+ quarkus: "quarkus";
3380
3605
  }>>;
3381
3606
  javaBuildTool: z.ZodOptional<z.ZodEnum<{
3382
3607
  none: "none";
@@ -3401,6 +3626,14 @@ declare function getAllJsonSchemas(): {
3401
3626
  lombok: "lombok";
3402
3627
  mapstruct: "mapstruct";
3403
3628
  caffeine: "caffeine";
3629
+ resilience4j: "resilience4j";
3630
+ "spring-webflux": "spring-webflux";
3631
+ "spring-batch": "spring-batch";
3632
+ "spring-kafka": "spring-kafka";
3633
+ "spring-mail": "spring-mail";
3634
+ "spring-devtools": "spring-devtools";
3635
+ "micrometer-prometheus": "micrometer-prometheus";
3636
+ thymeleaf: "thymeleaf";
3404
3637
  }>>>;
3405
3638
  javaTestingLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3406
3639
  none: "none";
@@ -3675,6 +3908,8 @@ declare function getAllJsonSchemas(): {
3675
3908
  "chakra-ui": "chakra-ui";
3676
3909
  nextui: "nextui";
3677
3910
  mantine: "mantine";
3911
+ mui: "mui";
3912
+ antd: "antd";
3678
3913
  "base-ui": "base-ui";
3679
3914
  "ark-ui": "ark-ui";
3680
3915
  "react-aria": "react-aria";
@@ -3689,6 +3924,8 @@ declare function getAllJsonSchemas(): {
3689
3924
  maia: "maia";
3690
3925
  lyra: "lyra";
3691
3926
  mira: "mira";
3927
+ luma: "luma";
3928
+ sera: "sera";
3692
3929
  }>>;
3693
3930
  shadcnIconLibrary: z.ZodOptional<z.ZodEnum<{
3694
3931
  lucide: "lucide";
@@ -3696,6 +3933,8 @@ declare function getAllJsonSchemas(): {
3696
3933
  hugeicons: "hugeicons";
3697
3934
  phosphor: "phosphor";
3698
3935
  remixicon: "remixicon";
3936
+ heroicons: "heroicons";
3937
+ "react-icons": "react-icons";
3699
3938
  }>>;
3700
3939
  shadcnColorTheme: z.ZodOptional<z.ZodEnum<{
3701
3940
  neutral: "neutral";
@@ -3802,6 +4041,9 @@ declare function getAllJsonSchemas(): {
3802
4041
  none: "none";
3803
4042
  growthbook: "growthbook";
3804
4043
  posthog: "posthog";
4044
+ launchdarkly: "launchdarkly";
4045
+ flagsmith: "flagsmith";
4046
+ unleash: "unleash";
3805
4047
  }>;
3806
4048
  analytics: z.ZodEnum<{
3807
4049
  none: "none";
@@ -3866,11 +4108,22 @@ declare function getAllJsonSchemas(): {
3866
4108
  rustLibraries: z.ZodArray<z.ZodEnum<{
3867
4109
  none: "none";
3868
4110
  serde: "serde";
4111
+ uuid: "uuid";
4112
+ chrono: "chrono";
4113
+ reqwest: "reqwest";
4114
+ config: "config";
4115
+ dashmap: "dashmap";
4116
+ "parking-lot": "parking-lot";
4117
+ secrecy: "secrecy";
4118
+ "tokio-util": "tokio-util";
4119
+ utoipa: "utoipa";
3869
4120
  validator: "validator";
3870
4121
  jsonwebtoken: "jsonwebtoken";
3871
4122
  argon2: "argon2";
3872
4123
  "tokio-test": "tokio-test";
3873
4124
  mockall: "mockall";
4125
+ proptest: "proptest";
4126
+ insta: "insta";
3874
4127
  }>>;
3875
4128
  rustLogging: z.ZodEnum<{
3876
4129
  none: "none";
@@ -3916,23 +4169,35 @@ declare function getAllJsonSchemas(): {
3916
4169
  "openai-sdk": "openai-sdk";
3917
4170
  "anthropic-sdk": "anthropic-sdk";
3918
4171
  crewai: "crewai";
4172
+ haystack: "haystack";
3919
4173
  }>>;
3920
4174
  pythonAuth: z.ZodEnum<{
3921
4175
  none: "none";
3922
4176
  authlib: "authlib";
3923
4177
  jwt: "jwt";
3924
4178
  }>;
4179
+ pythonApi: z.ZodEnum<{
4180
+ none: "none";
4181
+ "django-rest-framework": "django-rest-framework";
4182
+ "django-ninja": "django-ninja";
4183
+ }>;
3925
4184
  pythonTaskQueue: z.ZodEnum<{
3926
4185
  none: "none";
3927
4186
  celery: "celery";
4187
+ rq: "rq";
4188
+ dramatiq: "dramatiq";
4189
+ huey: "huey";
3928
4190
  }>;
3929
4191
  pythonGraphql: z.ZodEnum<{
3930
4192
  none: "none";
3931
4193
  strawberry: "strawberry";
4194
+ ariadne: "ariadne";
3932
4195
  }>;
3933
4196
  pythonQuality: z.ZodEnum<{
3934
4197
  none: "none";
3935
4198
  ruff: "ruff";
4199
+ mypy: "mypy";
4200
+ pyright: "pyright";
3936
4201
  }>;
3937
4202
  goWebFramework: z.ZodEnum<{
3938
4203
  none: "none";
@@ -3955,12 +4220,14 @@ declare function getAllJsonSchemas(): {
3955
4220
  none: "none";
3956
4221
  cobra: "cobra";
3957
4222
  bubbletea: "bubbletea";
4223
+ "urfave-cli": "urfave-cli";
3958
4224
  }>;
3959
4225
  goLogging: z.ZodEnum<{
3960
4226
  none: "none";
3961
4227
  zap: "zap";
3962
4228
  zerolog: "zerolog";
3963
4229
  slog: "slog";
4230
+ logrus: "logrus";
3964
4231
  }>;
3965
4232
  goAuth: z.ZodEnum<{
3966
4233
  none: "none";
@@ -3970,6 +4237,7 @@ declare function getAllJsonSchemas(): {
3970
4237
  javaWebFramework: z.ZodEnum<{
3971
4238
  none: "none";
3972
4239
  "spring-boot": "spring-boot";
4240
+ quarkus: "quarkus";
3973
4241
  }>;
3974
4242
  javaBuildTool: z.ZodEnum<{
3975
4243
  none: "none";
@@ -3994,6 +4262,14 @@ declare function getAllJsonSchemas(): {
3994
4262
  lombok: "lombok";
3995
4263
  mapstruct: "mapstruct";
3996
4264
  caffeine: "caffeine";
4265
+ resilience4j: "resilience4j";
4266
+ "spring-webflux": "spring-webflux";
4267
+ "spring-batch": "spring-batch";
4268
+ "spring-kafka": "spring-kafka";
4269
+ "spring-mail": "spring-mail";
4270
+ "spring-devtools": "spring-devtools";
4271
+ "micrometer-prometheus": "micrometer-prometheus";
4272
+ thymeleaf: "thymeleaf";
3997
4273
  }>>;
3998
4274
  javaTestingLibraries: z.ZodArray<z.ZodEnum<{
3999
4275
  none: "none";
@@ -4265,6 +4541,8 @@ declare function getAllJsonSchemas(): {
4265
4541
  "chakra-ui": "chakra-ui";
4266
4542
  nextui: "nextui";
4267
4543
  mantine: "mantine";
4544
+ mui: "mui";
4545
+ antd: "antd";
4268
4546
  "base-ui": "base-ui";
4269
4547
  "ark-ui": "ark-ui";
4270
4548
  "react-aria": "react-aria";
@@ -4279,6 +4557,8 @@ declare function getAllJsonSchemas(): {
4279
4557
  maia: "maia";
4280
4558
  lyra: "lyra";
4281
4559
  mira: "mira";
4560
+ luma: "luma";
4561
+ sera: "sera";
4282
4562
  }>>;
4283
4563
  shadcnIconLibrary: z.ZodOptional<z.ZodEnum<{
4284
4564
  lucide: "lucide";
@@ -4286,6 +4566,8 @@ declare function getAllJsonSchemas(): {
4286
4566
  hugeicons: "hugeicons";
4287
4567
  phosphor: "phosphor";
4288
4568
  remixicon: "remixicon";
4569
+ heroicons: "heroicons";
4570
+ "react-icons": "react-icons";
4289
4571
  }>>;
4290
4572
  shadcnColorTheme: z.ZodOptional<z.ZodEnum<{
4291
4573
  neutral: "neutral";
@@ -4392,6 +4674,9 @@ declare function getAllJsonSchemas(): {
4392
4674
  none: "none";
4393
4675
  growthbook: "growthbook";
4394
4676
  posthog: "posthog";
4677
+ launchdarkly: "launchdarkly";
4678
+ flagsmith: "flagsmith";
4679
+ unleash: "unleash";
4395
4680
  }>;
4396
4681
  analytics: z.ZodEnum<{
4397
4682
  none: "none";
@@ -4456,11 +4741,22 @@ declare function getAllJsonSchemas(): {
4456
4741
  rustLibraries: z.ZodArray<z.ZodEnum<{
4457
4742
  none: "none";
4458
4743
  serde: "serde";
4744
+ uuid: "uuid";
4745
+ chrono: "chrono";
4746
+ reqwest: "reqwest";
4747
+ config: "config";
4748
+ dashmap: "dashmap";
4749
+ "parking-lot": "parking-lot";
4750
+ secrecy: "secrecy";
4751
+ "tokio-util": "tokio-util";
4752
+ utoipa: "utoipa";
4459
4753
  validator: "validator";
4460
4754
  jsonwebtoken: "jsonwebtoken";
4461
4755
  argon2: "argon2";
4462
4756
  "tokio-test": "tokio-test";
4463
4757
  mockall: "mockall";
4758
+ proptest: "proptest";
4759
+ insta: "insta";
4464
4760
  }>>;
4465
4761
  rustLogging: z.ZodEnum<{
4466
4762
  none: "none";
@@ -4506,23 +4802,35 @@ declare function getAllJsonSchemas(): {
4506
4802
  "openai-sdk": "openai-sdk";
4507
4803
  "anthropic-sdk": "anthropic-sdk";
4508
4804
  crewai: "crewai";
4805
+ haystack: "haystack";
4509
4806
  }>>;
4510
4807
  pythonAuth: z.ZodEnum<{
4511
4808
  none: "none";
4512
4809
  authlib: "authlib";
4513
4810
  jwt: "jwt";
4514
4811
  }>;
4812
+ pythonApi: z.ZodOptional<z.ZodEnum<{
4813
+ none: "none";
4814
+ "django-rest-framework": "django-rest-framework";
4815
+ "django-ninja": "django-ninja";
4816
+ }>>;
4515
4817
  pythonTaskQueue: z.ZodEnum<{
4516
4818
  none: "none";
4517
4819
  celery: "celery";
4820
+ rq: "rq";
4821
+ dramatiq: "dramatiq";
4822
+ huey: "huey";
4518
4823
  }>;
4519
4824
  pythonGraphql: z.ZodEnum<{
4520
4825
  none: "none";
4521
4826
  strawberry: "strawberry";
4827
+ ariadne: "ariadne";
4522
4828
  }>;
4523
4829
  pythonQuality: z.ZodEnum<{
4524
4830
  none: "none";
4525
4831
  ruff: "ruff";
4832
+ mypy: "mypy";
4833
+ pyright: "pyright";
4526
4834
  }>;
4527
4835
  goWebFramework: z.ZodEnum<{
4528
4836
  none: "none";
@@ -4545,12 +4853,14 @@ declare function getAllJsonSchemas(): {
4545
4853
  none: "none";
4546
4854
  cobra: "cobra";
4547
4855
  bubbletea: "bubbletea";
4856
+ "urfave-cli": "urfave-cli";
4548
4857
  }>;
4549
4858
  goLogging: z.ZodEnum<{
4550
4859
  none: "none";
4551
4860
  zap: "zap";
4552
4861
  zerolog: "zerolog";
4553
4862
  slog: "slog";
4863
+ logrus: "logrus";
4554
4864
  }>;
4555
4865
  goAuth: z.ZodEnum<{
4556
4866
  none: "none";
@@ -4560,6 +4870,7 @@ declare function getAllJsonSchemas(): {
4560
4870
  javaWebFramework: z.ZodEnum<{
4561
4871
  none: "none";
4562
4872
  "spring-boot": "spring-boot";
4873
+ quarkus: "quarkus";
4563
4874
  }>;
4564
4875
  javaBuildTool: z.ZodEnum<{
4565
4876
  none: "none";
@@ -4584,6 +4895,14 @@ declare function getAllJsonSchemas(): {
4584
4895
  lombok: "lombok";
4585
4896
  mapstruct: "mapstruct";
4586
4897
  caffeine: "caffeine";
4898
+ resilience4j: "resilience4j";
4899
+ "spring-webflux": "spring-webflux";
4900
+ "spring-batch": "spring-batch";
4901
+ "spring-kafka": "spring-kafka";
4902
+ "spring-mail": "spring-mail";
4903
+ "spring-devtools": "spring-devtools";
4904
+ "micrometer-prometheus": "micrometer-prometheus";
4905
+ thymeleaf: "thymeleaf";
4587
4906
  }>>;
4588
4907
  javaTestingLibraries: z.ZodArray<z.ZodEnum<{
4589
4908
  none: "none";
@@ -4860,6 +5179,8 @@ declare function getAllJsonSchemas(): {
4860
5179
  "chakra-ui": "chakra-ui";
4861
5180
  nextui: "nextui";
4862
5181
  mantine: "mantine";
5182
+ mui: "mui";
5183
+ antd: "antd";
4863
5184
  "base-ui": "base-ui";
4864
5185
  "ark-ui": "ark-ui";
4865
5186
  "react-aria": "react-aria";
@@ -4874,6 +5195,8 @@ declare function getAllJsonSchemas(): {
4874
5195
  maia: "maia";
4875
5196
  lyra: "lyra";
4876
5197
  mira: "mira";
5198
+ luma: "luma";
5199
+ sera: "sera";
4877
5200
  }>>;
4878
5201
  shadcnIconLibrary: z.ZodOptional<z.ZodEnum<{
4879
5202
  lucide: "lucide";
@@ -4881,6 +5204,8 @@ declare function getAllJsonSchemas(): {
4881
5204
  hugeicons: "hugeicons";
4882
5205
  phosphor: "phosphor";
4883
5206
  remixicon: "remixicon";
5207
+ heroicons: "heroicons";
5208
+ "react-icons": "react-icons";
4884
5209
  }>>;
4885
5210
  shadcnColorTheme: z.ZodOptional<z.ZodEnum<{
4886
5211
  neutral: "neutral";
@@ -4987,6 +5312,9 @@ declare function getAllJsonSchemas(): {
4987
5312
  none: "none";
4988
5313
  growthbook: "growthbook";
4989
5314
  posthog: "posthog";
5315
+ launchdarkly: "launchdarkly";
5316
+ flagsmith: "flagsmith";
5317
+ unleash: "unleash";
4990
5318
  }>;
4991
5319
  analytics: z.ZodEnum<{
4992
5320
  none: "none";
@@ -5051,11 +5379,22 @@ declare function getAllJsonSchemas(): {
5051
5379
  rustLibraries: z.ZodArray<z.ZodEnum<{
5052
5380
  none: "none";
5053
5381
  serde: "serde";
5382
+ uuid: "uuid";
5383
+ chrono: "chrono";
5384
+ reqwest: "reqwest";
5385
+ config: "config";
5386
+ dashmap: "dashmap";
5387
+ "parking-lot": "parking-lot";
5388
+ secrecy: "secrecy";
5389
+ "tokio-util": "tokio-util";
5390
+ utoipa: "utoipa";
5054
5391
  validator: "validator";
5055
5392
  jsonwebtoken: "jsonwebtoken";
5056
5393
  argon2: "argon2";
5057
5394
  "tokio-test": "tokio-test";
5058
5395
  mockall: "mockall";
5396
+ proptest: "proptest";
5397
+ insta: "insta";
5059
5398
  }>>;
5060
5399
  rustLogging: z.ZodEnum<{
5061
5400
  none: "none";
@@ -5101,23 +5440,35 @@ declare function getAllJsonSchemas(): {
5101
5440
  "openai-sdk": "openai-sdk";
5102
5441
  "anthropic-sdk": "anthropic-sdk";
5103
5442
  crewai: "crewai";
5443
+ haystack: "haystack";
5104
5444
  }>>;
5105
5445
  pythonAuth: z.ZodEnum<{
5106
5446
  none: "none";
5107
5447
  authlib: "authlib";
5108
5448
  jwt: "jwt";
5109
5449
  }>;
5450
+ pythonApi: z.ZodEnum<{
5451
+ none: "none";
5452
+ "django-rest-framework": "django-rest-framework";
5453
+ "django-ninja": "django-ninja";
5454
+ }>;
5110
5455
  pythonTaskQueue: z.ZodEnum<{
5111
5456
  none: "none";
5112
5457
  celery: "celery";
5458
+ rq: "rq";
5459
+ dramatiq: "dramatiq";
5460
+ huey: "huey";
5113
5461
  }>;
5114
5462
  pythonGraphql: z.ZodEnum<{
5115
5463
  none: "none";
5116
5464
  strawberry: "strawberry";
5465
+ ariadne: "ariadne";
5117
5466
  }>;
5118
5467
  pythonQuality: z.ZodEnum<{
5119
5468
  none: "none";
5120
5469
  ruff: "ruff";
5470
+ mypy: "mypy";
5471
+ pyright: "pyright";
5121
5472
  }>;
5122
5473
  goWebFramework: z.ZodEnum<{
5123
5474
  none: "none";
@@ -5140,12 +5491,14 @@ declare function getAllJsonSchemas(): {
5140
5491
  none: "none";
5141
5492
  cobra: "cobra";
5142
5493
  bubbletea: "bubbletea";
5494
+ "urfave-cli": "urfave-cli";
5143
5495
  }>;
5144
5496
  goLogging: z.ZodEnum<{
5145
5497
  none: "none";
5146
5498
  zap: "zap";
5147
5499
  zerolog: "zerolog";
5148
5500
  slog: "slog";
5501
+ logrus: "logrus";
5149
5502
  }>;
5150
5503
  goAuth: z.ZodEnum<{
5151
5504
  none: "none";
@@ -5155,6 +5508,7 @@ declare function getAllJsonSchemas(): {
5155
5508
  javaWebFramework: z.ZodEnum<{
5156
5509
  none: "none";
5157
5510
  "spring-boot": "spring-boot";
5511
+ quarkus: "quarkus";
5158
5512
  }>;
5159
5513
  javaBuildTool: z.ZodEnum<{
5160
5514
  none: "none";
@@ -5179,6 +5533,14 @@ declare function getAllJsonSchemas(): {
5179
5533
  lombok: "lombok";
5180
5534
  mapstruct: "mapstruct";
5181
5535
  caffeine: "caffeine";
5536
+ resilience4j: "resilience4j";
5537
+ "spring-webflux": "spring-webflux";
5538
+ "spring-batch": "spring-batch";
5539
+ "spring-kafka": "spring-kafka";
5540
+ "spring-mail": "spring-mail";
5541
+ "spring-devtools": "spring-devtools";
5542
+ "micrometer-prometheus": "micrometer-prometheus";
5543
+ thymeleaf: "thymeleaf";
5182
5544
  }>>;
5183
5545
  javaTestingLibraries: z.ZodArray<z.ZodEnum<{
5184
5546
  none: "none";