@better-fullstack/types 1.7.1 → 1.8.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 (36) hide show
  1. package/dist/{defaults-Ra4H-o6R.d.mts → defaults-05kDqAVs.d.mts} +2 -2
  2. package/dist/defaults-05kDqAVs.d.mts.map +1 -0
  3. package/dist/{defaults-DtBqH42_.mjs → defaults-D23vxGYl.mjs} +23 -1
  4. package/dist/defaults-D23vxGYl.mjs.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 -5
  8. package/dist/index.mjs +4 -4
  9. package/dist/json-schema.d.mts +2992 -318
  10. package/dist/json-schema.d.mts.map +1 -1
  11. package/dist/json-schema.mjs +66 -2
  12. package/dist/json-schema.mjs.map +1 -1
  13. package/dist/{schemas-CC-_Vkoh.d.mts → schemas-CUFM_Cdl.d.mts} +2428 -22
  14. package/dist/schemas-CUFM_Cdl.d.mts.map +1 -0
  15. package/dist/{schemas-B2DBDBdl.mjs → schemas-Hj_Gbdf0.mjs} +201 -5
  16. package/dist/schemas-Hj_Gbdf0.mjs.map +1 -0
  17. package/dist/schemas.d.mts +2 -2
  18. package/dist/schemas.mjs +2 -2
  19. package/dist/{stack-translation-Bag2NJRD.mjs → stack-translation-BpsvxDrw.mjs} +899 -25
  20. package/dist/stack-translation-BpsvxDrw.mjs.map +1 -0
  21. package/dist/{stack-translation-B8OgQLwv.d.mts → stack-translation-D7H3h8Vs.d.mts} +51 -7
  22. package/dist/stack-translation-D7H3h8Vs.d.mts.map +1 -0
  23. package/dist/stack-translation.d.mts +4 -4
  24. package/dist/stack-translation.mjs +2 -2
  25. package/dist/types-C0KHWyJI.d.mts +119 -0
  26. package/dist/types-C0KHWyJI.d.mts.map +1 -0
  27. package/dist/types.d.mts +3 -3
  28. package/package.json +2 -2
  29. package/dist/defaults-DtBqH42_.mjs.map +0 -1
  30. package/dist/defaults-Ra4H-o6R.d.mts.map +0 -1
  31. package/dist/schemas-B2DBDBdl.mjs.map +0 -1
  32. package/dist/schemas-CC-_Vkoh.d.mts.map +0 -1
  33. package/dist/stack-translation-B8OgQLwv.d.mts.map +0 -1
  34. package/dist/stack-translation-Bag2NJRD.mjs.map +0 -1
  35. package/dist/types-Cd8oAhRY.d.mts +0 -96
  36. package/dist/types-Cd8oAhRY.d.mts.map +0 -1
@@ -47,6 +47,7 @@ declare function getFrontendJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.
47
47
  "react-vite": "react-vite";
48
48
  "tanstack-start": "tanstack-start";
49
49
  next: "next";
50
+ vinext: "vinext";
50
51
  nuxt: "nuxt";
51
52
  "native-bare": "native-bare";
52
53
  "native-uniwind": "native-uniwind";
@@ -79,6 +80,7 @@ declare function getAddonsJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.Zo
79
80
  wxt: "wxt";
80
81
  msw: "msw";
81
82
  storybook: "storybook";
83
+ swr: "swr";
82
84
  "tanstack-query": "tanstack-query";
83
85
  "tanstack-table": "tanstack-table";
84
86
  "tanstack-virtual": "tanstack-virtual";
@@ -162,19 +164,19 @@ declare function getDirectoryConflictJsonSchema(): z.core.ZodStandardJSONSchemaP
162
164
  }>>;
163
165
  declare function getTemplateJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
164
166
  none: "none";
167
+ uniwind: "uniwind";
165
168
  mern: "mern";
166
169
  pern: "pern";
167
170
  t3: "t3";
168
- uniwind: "uniwind";
169
171
  }>>;
170
172
  declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
171
173
  projectName: z.ZodOptional<z.ZodString>;
172
174
  template: z.ZodOptional<z.ZodEnum<{
173
175
  none: "none";
176
+ uniwind: "uniwind";
174
177
  mern: "mern";
175
178
  pern: "pern";
176
179
  t3: "t3";
177
- uniwind: "uniwind";
178
180
  }>>;
179
181
  yes: z.ZodOptional<z.ZodBoolean>;
180
182
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -182,10 +184,12 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
182
184
  dryRun: z.ZodOptional<z.ZodBoolean>;
183
185
  ecosystem: z.ZodOptional<z.ZodEnum<{
184
186
  typescript: "typescript";
187
+ "react-native": "react-native";
185
188
  rust: "rust";
186
189
  python: "python";
187
190
  go: "go";
188
191
  java: "java";
192
+ elixir: "elixir";
189
193
  }>>;
190
194
  database: z.ZodOptional<z.ZodEnum<{
191
195
  none: "none";
@@ -231,6 +235,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
231
235
  "react-vite": "react-vite";
232
236
  "tanstack-start": "tanstack-start";
233
237
  next: "next";
238
+ vinext: "vinext";
234
239
  nuxt: "nuxt";
235
240
  "native-bare": "native-bare";
236
241
  "native-uniwind": "native-uniwind";
@@ -263,6 +268,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
263
268
  wxt: "wxt";
264
269
  msw: "msw";
265
270
  storybook: "storybook";
271
+ swr: "swr";
266
272
  "tanstack-query": "tanstack-query";
267
273
  "tanstack-table": "tanstack-table";
268
274
  "tanstack-virtual": "tanstack-virtual";
@@ -432,6 +438,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
432
438
  uiLibrary: z.ZodOptional<z.ZodEnum<{
433
439
  none: "none";
434
440
  "shadcn-ui": "shadcn-ui";
441
+ "shadcn-svelte": "shadcn-svelte";
435
442
  daisyui: "daisyui";
436
443
  "radix-ui": "radix-ui";
437
444
  "headless-ui": "headless-ui";
@@ -561,6 +568,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
561
568
  none: "none";
562
569
  pino: "pino";
563
570
  winston: "winston";
571
+ evlog: "evlog";
564
572
  }>>;
565
573
  observability: z.ZodOptional<z.ZodEnum<{
566
574
  none: "none";
@@ -587,6 +595,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
587
595
  sanity: "sanity";
588
596
  strapi: "strapi";
589
597
  tinacms: "tinacms";
598
+ directus: "directus";
590
599
  }>>;
591
600
  caching: z.ZodOptional<z.ZodEnum<{
592
601
  none: "none";
@@ -608,6 +617,41 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
608
617
  none: "none";
609
618
  s3: "s3";
610
619
  r2: "r2";
620
+ cloudinary: "cloudinary";
621
+ }>>;
622
+ mobileNavigation: z.ZodOptional<z.ZodEnum<{
623
+ none: "none";
624
+ "expo-router": "expo-router";
625
+ "react-navigation": "react-navigation";
626
+ }>>;
627
+ mobileUI: z.ZodOptional<z.ZodEnum<{
628
+ none: "none";
629
+ tamagui: "tamagui";
630
+ "gluestack-ui": "gluestack-ui";
631
+ uniwind: "uniwind";
632
+ unistyles: "unistyles";
633
+ }>>;
634
+ mobileStorage: z.ZodOptional<z.ZodEnum<{
635
+ none: "none";
636
+ mmkv: "mmkv";
637
+ }>>;
638
+ mobileTesting: z.ZodOptional<z.ZodEnum<{
639
+ none: "none";
640
+ maestro: "maestro";
641
+ "react-native-testing-library": "react-native-testing-library";
642
+ "maestro-react-native-testing-library": "maestro-react-native-testing-library";
643
+ }>>;
644
+ mobilePush: z.ZodOptional<z.ZodEnum<{
645
+ none: "none";
646
+ "expo-notifications": "expo-notifications";
647
+ }>>;
648
+ mobileOTA: z.ZodOptional<z.ZodEnum<{
649
+ none: "none";
650
+ "expo-updates": "expo-updates";
651
+ }>>;
652
+ mobileDeepLinking: z.ZodOptional<z.ZodEnum<{
653
+ none: "none";
654
+ "expo-linking": "expo-linking";
611
655
  }>>;
612
656
  rustWebFramework: z.ZodOptional<z.ZodEnum<{
613
657
  none: "none";
@@ -814,6 +858,88 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
814
858
  archunit: "archunit";
815
859
  jqwik: "jqwik";
816
860
  }>>>;
861
+ elixirWebFramework: z.ZodOptional<z.ZodEnum<{
862
+ none: "none";
863
+ phoenix: "phoenix";
864
+ "phoenix-live-view": "phoenix-live-view";
865
+ }>>;
866
+ elixirOrm: z.ZodOptional<z.ZodEnum<{
867
+ none: "none";
868
+ ecto: "ecto";
869
+ "ecto-sql": "ecto-sql";
870
+ }>>;
871
+ elixirAuth: z.ZodOptional<z.ZodEnum<{
872
+ none: "none";
873
+ "phx-gen-auth": "phx-gen-auth";
874
+ ueberauth: "ueberauth";
875
+ guardian: "guardian";
876
+ }>>;
877
+ elixirApi: z.ZodOptional<z.ZodEnum<{
878
+ none: "none";
879
+ rest: "rest";
880
+ absinthe: "absinthe";
881
+ }>>;
882
+ elixirRealtime: z.ZodOptional<z.ZodEnum<{
883
+ none: "none";
884
+ channels: "channels";
885
+ presence: "presence";
886
+ pubsub: "pubsub";
887
+ "live-view-streams": "live-view-streams";
888
+ }>>;
889
+ elixirJobs: z.ZodOptional<z.ZodEnum<{
890
+ none: "none";
891
+ oban: "oban";
892
+ quantum: "quantum";
893
+ }>>;
894
+ elixirValidation: z.ZodOptional<z.ZodEnum<{
895
+ none: "none";
896
+ "ecto-changesets": "ecto-changesets";
897
+ "nimble-options": "nimble-options";
898
+ }>>;
899
+ elixirHttp: z.ZodOptional<z.ZodEnum<{
900
+ none: "none";
901
+ req: "req";
902
+ finch: "finch";
903
+ }>>;
904
+ elixirJson: z.ZodOptional<z.ZodEnum<{
905
+ none: "none";
906
+ jason: "jason";
907
+ }>>;
908
+ elixirEmail: z.ZodOptional<z.ZodEnum<{
909
+ none: "none";
910
+ swoosh: "swoosh";
911
+ }>>;
912
+ elixirCaching: z.ZodOptional<z.ZodEnum<{
913
+ none: "none";
914
+ cachex: "cachex";
915
+ nebulex: "nebulex";
916
+ }>>;
917
+ elixirObservability: z.ZodOptional<z.ZodEnum<{
918
+ none: "none";
919
+ opentelemetry: "opentelemetry";
920
+ telemetry: "telemetry";
921
+ prom_ex: "prom_ex";
922
+ }>>;
923
+ elixirTesting: z.ZodOptional<z.ZodEnum<{
924
+ none: "none";
925
+ ex_unit: "ex_unit";
926
+ mox: "mox";
927
+ bypass: "bypass";
928
+ wallaby: "wallaby";
929
+ }>>;
930
+ elixirQuality: z.ZodOptional<z.ZodEnum<{
931
+ none: "none";
932
+ credo: "credo";
933
+ dialyxir: "dialyxir";
934
+ sobelow: "sobelow";
935
+ }>>;
936
+ elixirDeploy: z.ZodOptional<z.ZodEnum<{
937
+ none: "none";
938
+ docker: "docker";
939
+ fly: "fly";
940
+ gigalixir: "gigalixir";
941
+ "mix-release": "mix-release";
942
+ }>>;
817
943
  aiDocs: z.ZodOptional<z.ZodArray<z.ZodEnum<{
818
944
  none: "none";
819
945
  "claude-md": "claude-md";
@@ -827,10 +953,12 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
827
953
  relativePath: z.ZodString;
828
954
  ecosystem: z.ZodEnum<{
829
955
  typescript: "typescript";
956
+ "react-native": "react-native";
830
957
  rust: "rust";
831
958
  python: "python";
832
959
  go: "go";
833
960
  java: "java";
961
+ elixir: "elixir";
834
962
  }>;
835
963
  database: z.ZodEnum<{
836
964
  none: "none";
@@ -878,6 +1006,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
878
1006
  "react-vite": "react-vite";
879
1007
  "tanstack-start": "tanstack-start";
880
1008
  next: "next";
1009
+ vinext: "vinext";
881
1010
  nuxt: "nuxt";
882
1011
  "native-bare": "native-bare";
883
1012
  "native-uniwind": "native-uniwind";
@@ -910,6 +1039,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
910
1039
  wxt: "wxt";
911
1040
  msw: "msw";
912
1041
  storybook: "storybook";
1042
+ swr: "swr";
913
1043
  "tanstack-query": "tanstack-query";
914
1044
  "tanstack-table": "tanstack-table";
915
1045
  "tanstack-virtual": "tanstack-virtual";
@@ -1068,6 +1198,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1068
1198
  uiLibrary: z.ZodEnum<{
1069
1199
  none: "none";
1070
1200
  "shadcn-ui": "shadcn-ui";
1201
+ "shadcn-svelte": "shadcn-svelte";
1071
1202
  daisyui: "daisyui";
1072
1203
  "radix-ui": "radix-ui";
1073
1204
  "headless-ui": "headless-ui";
@@ -1197,6 +1328,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1197
1328
  none: "none";
1198
1329
  pino: "pino";
1199
1330
  winston: "winston";
1331
+ evlog: "evlog";
1200
1332
  }>;
1201
1333
  observability: z.ZodEnum<{
1202
1334
  none: "none";
@@ -1223,6 +1355,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1223
1355
  sanity: "sanity";
1224
1356
  strapi: "strapi";
1225
1357
  tinacms: "tinacms";
1358
+ directus: "directus";
1226
1359
  }>;
1227
1360
  caching: z.ZodEnum<{
1228
1361
  none: "none";
@@ -1244,6 +1377,41 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1244
1377
  none: "none";
1245
1378
  s3: "s3";
1246
1379
  r2: "r2";
1380
+ cloudinary: "cloudinary";
1381
+ }>;
1382
+ mobileNavigation: z.ZodEnum<{
1383
+ none: "none";
1384
+ "expo-router": "expo-router";
1385
+ "react-navigation": "react-navigation";
1386
+ }>;
1387
+ mobileUI: z.ZodEnum<{
1388
+ none: "none";
1389
+ tamagui: "tamagui";
1390
+ "gluestack-ui": "gluestack-ui";
1391
+ uniwind: "uniwind";
1392
+ unistyles: "unistyles";
1393
+ }>;
1394
+ mobileStorage: z.ZodEnum<{
1395
+ none: "none";
1396
+ mmkv: "mmkv";
1397
+ }>;
1398
+ mobileTesting: z.ZodEnum<{
1399
+ none: "none";
1400
+ maestro: "maestro";
1401
+ "react-native-testing-library": "react-native-testing-library";
1402
+ "maestro-react-native-testing-library": "maestro-react-native-testing-library";
1403
+ }>;
1404
+ mobilePush: z.ZodEnum<{
1405
+ none: "none";
1406
+ "expo-notifications": "expo-notifications";
1407
+ }>;
1408
+ mobileOTA: z.ZodEnum<{
1409
+ none: "none";
1410
+ "expo-updates": "expo-updates";
1411
+ }>;
1412
+ mobileDeepLinking: z.ZodEnum<{
1413
+ none: "none";
1414
+ "expo-linking": "expo-linking";
1247
1415
  }>;
1248
1416
  rustWebFramework: z.ZodEnum<{
1249
1417
  none: "none";
@@ -1450,6 +1618,88 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1450
1618
  archunit: "archunit";
1451
1619
  jqwik: "jqwik";
1452
1620
  }>>;
1621
+ elixirWebFramework: z.ZodEnum<{
1622
+ none: "none";
1623
+ phoenix: "phoenix";
1624
+ "phoenix-live-view": "phoenix-live-view";
1625
+ }>;
1626
+ elixirOrm: z.ZodEnum<{
1627
+ none: "none";
1628
+ ecto: "ecto";
1629
+ "ecto-sql": "ecto-sql";
1630
+ }>;
1631
+ elixirAuth: z.ZodEnum<{
1632
+ none: "none";
1633
+ "phx-gen-auth": "phx-gen-auth";
1634
+ ueberauth: "ueberauth";
1635
+ guardian: "guardian";
1636
+ }>;
1637
+ elixirApi: z.ZodEnum<{
1638
+ none: "none";
1639
+ rest: "rest";
1640
+ absinthe: "absinthe";
1641
+ }>;
1642
+ elixirRealtime: z.ZodEnum<{
1643
+ none: "none";
1644
+ channels: "channels";
1645
+ presence: "presence";
1646
+ pubsub: "pubsub";
1647
+ "live-view-streams": "live-view-streams";
1648
+ }>;
1649
+ elixirJobs: z.ZodEnum<{
1650
+ none: "none";
1651
+ oban: "oban";
1652
+ quantum: "quantum";
1653
+ }>;
1654
+ elixirValidation: z.ZodEnum<{
1655
+ none: "none";
1656
+ "ecto-changesets": "ecto-changesets";
1657
+ "nimble-options": "nimble-options";
1658
+ }>;
1659
+ elixirHttp: z.ZodEnum<{
1660
+ none: "none";
1661
+ req: "req";
1662
+ finch: "finch";
1663
+ }>;
1664
+ elixirJson: z.ZodEnum<{
1665
+ none: "none";
1666
+ jason: "jason";
1667
+ }>;
1668
+ elixirEmail: z.ZodEnum<{
1669
+ none: "none";
1670
+ swoosh: "swoosh";
1671
+ }>;
1672
+ elixirCaching: z.ZodEnum<{
1673
+ none: "none";
1674
+ cachex: "cachex";
1675
+ nebulex: "nebulex";
1676
+ }>;
1677
+ elixirObservability: z.ZodEnum<{
1678
+ none: "none";
1679
+ opentelemetry: "opentelemetry";
1680
+ telemetry: "telemetry";
1681
+ prom_ex: "prom_ex";
1682
+ }>;
1683
+ elixirTesting: z.ZodEnum<{
1684
+ none: "none";
1685
+ ex_unit: "ex_unit";
1686
+ mox: "mox";
1687
+ bypass: "bypass";
1688
+ wallaby: "wallaby";
1689
+ }>;
1690
+ elixirQuality: z.ZodEnum<{
1691
+ none: "none";
1692
+ credo: "credo";
1693
+ dialyxir: "dialyxir";
1694
+ sobelow: "sobelow";
1695
+ }>;
1696
+ elixirDeploy: z.ZodEnum<{
1697
+ none: "none";
1698
+ docker: "docker";
1699
+ fly: "fly";
1700
+ gigalixir: "gigalixir";
1701
+ "mix-release": "mix-release";
1702
+ }>;
1453
1703
  aiDocs: z.ZodArray<z.ZodEnum<{
1454
1704
  none: "none";
1455
1705
  "claude-md": "claude-md";
@@ -1462,10 +1712,12 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
1462
1712
  createdAt: z.ZodString;
1463
1713
  ecosystem: z.ZodEnum<{
1464
1714
  typescript: "typescript";
1715
+ "react-native": "react-native";
1465
1716
  rust: "rust";
1466
1717
  python: "python";
1467
1718
  go: "go";
1468
1719
  java: "java";
1720
+ elixir: "elixir";
1469
1721
  }>;
1470
1722
  database: z.ZodEnum<{
1471
1723
  none: "none";
@@ -1513,6 +1765,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
1513
1765
  "react-vite": "react-vite";
1514
1766
  "tanstack-start": "tanstack-start";
1515
1767
  next: "next";
1768
+ vinext: "vinext";
1516
1769
  nuxt: "nuxt";
1517
1770
  "native-bare": "native-bare";
1518
1771
  "native-uniwind": "native-uniwind";
@@ -1545,6 +1798,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
1545
1798
  wxt: "wxt";
1546
1799
  msw: "msw";
1547
1800
  storybook: "storybook";
1801
+ swr: "swr";
1548
1802
  "tanstack-query": "tanstack-query";
1549
1803
  "tanstack-table": "tanstack-table";
1550
1804
  "tanstack-virtual": "tanstack-virtual";
@@ -1701,6 +1955,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
1701
1955
  uiLibrary: z.ZodEnum<{
1702
1956
  none: "none";
1703
1957
  "shadcn-ui": "shadcn-ui";
1958
+ "shadcn-svelte": "shadcn-svelte";
1704
1959
  daisyui: "daisyui";
1705
1960
  "radix-ui": "radix-ui";
1706
1961
  "headless-ui": "headless-ui";
@@ -1830,6 +2085,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
1830
2085
  none: "none";
1831
2086
  pino: "pino";
1832
2087
  winston: "winston";
2088
+ evlog: "evlog";
1833
2089
  }>;
1834
2090
  observability: z.ZodEnum<{
1835
2091
  none: "none";
@@ -1856,6 +2112,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
1856
2112
  sanity: "sanity";
1857
2113
  strapi: "strapi";
1858
2114
  tinacms: "tinacms";
2115
+ directus: "directus";
1859
2116
  }>;
1860
2117
  caching: z.ZodEnum<{
1861
2118
  none: "none";
@@ -1877,6 +2134,41 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
1877
2134
  none: "none";
1878
2135
  s3: "s3";
1879
2136
  r2: "r2";
2137
+ cloudinary: "cloudinary";
2138
+ }>;
2139
+ mobileNavigation: z.ZodEnum<{
2140
+ none: "none";
2141
+ "expo-router": "expo-router";
2142
+ "react-navigation": "react-navigation";
2143
+ }>;
2144
+ mobileUI: z.ZodEnum<{
2145
+ none: "none";
2146
+ tamagui: "tamagui";
2147
+ "gluestack-ui": "gluestack-ui";
2148
+ uniwind: "uniwind";
2149
+ unistyles: "unistyles";
2150
+ }>;
2151
+ mobileStorage: z.ZodEnum<{
2152
+ none: "none";
2153
+ mmkv: "mmkv";
2154
+ }>;
2155
+ mobileTesting: z.ZodEnum<{
2156
+ none: "none";
2157
+ maestro: "maestro";
2158
+ "react-native-testing-library": "react-native-testing-library";
2159
+ "maestro-react-native-testing-library": "maestro-react-native-testing-library";
2160
+ }>;
2161
+ mobilePush: z.ZodEnum<{
2162
+ none: "none";
2163
+ "expo-notifications": "expo-notifications";
2164
+ }>;
2165
+ mobileOTA: z.ZodEnum<{
2166
+ none: "none";
2167
+ "expo-updates": "expo-updates";
2168
+ }>;
2169
+ mobileDeepLinking: z.ZodEnum<{
2170
+ none: "none";
2171
+ "expo-linking": "expo-linking";
1880
2172
  }>;
1881
2173
  rustWebFramework: z.ZodEnum<{
1882
2174
  none: "none";
@@ -2083,6 +2375,88 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
2083
2375
  archunit: "archunit";
2084
2376
  jqwik: "jqwik";
2085
2377
  }>>;
2378
+ elixirWebFramework: z.ZodEnum<{
2379
+ none: "none";
2380
+ phoenix: "phoenix";
2381
+ "phoenix-live-view": "phoenix-live-view";
2382
+ }>;
2383
+ elixirOrm: z.ZodEnum<{
2384
+ none: "none";
2385
+ ecto: "ecto";
2386
+ "ecto-sql": "ecto-sql";
2387
+ }>;
2388
+ elixirAuth: z.ZodEnum<{
2389
+ none: "none";
2390
+ "phx-gen-auth": "phx-gen-auth";
2391
+ ueberauth: "ueberauth";
2392
+ guardian: "guardian";
2393
+ }>;
2394
+ elixirApi: z.ZodEnum<{
2395
+ none: "none";
2396
+ rest: "rest";
2397
+ absinthe: "absinthe";
2398
+ }>;
2399
+ elixirRealtime: z.ZodEnum<{
2400
+ none: "none";
2401
+ channels: "channels";
2402
+ presence: "presence";
2403
+ pubsub: "pubsub";
2404
+ "live-view-streams": "live-view-streams";
2405
+ }>;
2406
+ elixirJobs: z.ZodEnum<{
2407
+ none: "none";
2408
+ oban: "oban";
2409
+ quantum: "quantum";
2410
+ }>;
2411
+ elixirValidation: z.ZodEnum<{
2412
+ none: "none";
2413
+ "ecto-changesets": "ecto-changesets";
2414
+ "nimble-options": "nimble-options";
2415
+ }>;
2416
+ elixirHttp: z.ZodEnum<{
2417
+ none: "none";
2418
+ req: "req";
2419
+ finch: "finch";
2420
+ }>;
2421
+ elixirJson: z.ZodEnum<{
2422
+ none: "none";
2423
+ jason: "jason";
2424
+ }>;
2425
+ elixirEmail: z.ZodEnum<{
2426
+ none: "none";
2427
+ swoosh: "swoosh";
2428
+ }>;
2429
+ elixirCaching: z.ZodEnum<{
2430
+ none: "none";
2431
+ cachex: "cachex";
2432
+ nebulex: "nebulex";
2433
+ }>;
2434
+ elixirObservability: z.ZodEnum<{
2435
+ none: "none";
2436
+ opentelemetry: "opentelemetry";
2437
+ telemetry: "telemetry";
2438
+ prom_ex: "prom_ex";
2439
+ }>;
2440
+ elixirTesting: z.ZodEnum<{
2441
+ none: "none";
2442
+ ex_unit: "ex_unit";
2443
+ mox: "mox";
2444
+ bypass: "bypass";
2445
+ wallaby: "wallaby";
2446
+ }>;
2447
+ elixirQuality: z.ZodEnum<{
2448
+ none: "none";
2449
+ credo: "credo";
2450
+ dialyxir: "dialyxir";
2451
+ sobelow: "sobelow";
2452
+ }>;
2453
+ elixirDeploy: z.ZodEnum<{
2454
+ none: "none";
2455
+ docker: "docker";
2456
+ fly: "fly";
2457
+ gigalixir: "gigalixir";
2458
+ "mix-release": "mix-release";
2459
+ }>;
2086
2460
  aiDocs: z.ZodArray<z.ZodEnum<{
2087
2461
  none: "none";
2088
2462
  "claude-md": "claude-md";
@@ -2090,114 +2464,875 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
2090
2464
  cursorrules: "cursorrules";
2091
2465
  }>>;
2092
2466
  }, z.core.$strip>>;
2093
- declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
2094
- success: z.ZodBoolean;
2095
- projectConfig: z.ZodObject<{
2096
- projectName: z.ZodString;
2097
- projectDir: z.ZodString;
2098
- relativePath: z.ZodString;
2099
- ecosystem: z.ZodEnum<{
2100
- typescript: "typescript";
2101
- rust: "rust";
2102
- python: "python";
2103
- go: "go";
2104
- java: "java";
2105
- }>;
2106
- database: z.ZodEnum<{
2107
- none: "none";
2108
- sqlite: "sqlite";
2109
- postgres: "postgres";
2110
- mysql: "mysql";
2111
- mongodb: "mongodb";
2112
- edgedb: "edgedb";
2113
- redis: "redis";
2114
- }>;
2115
- orm: z.ZodEnum<{
2116
- none: "none";
2117
- drizzle: "drizzle";
2118
- prisma: "prisma";
2119
- mongoose: "mongoose";
2120
- typeorm: "typeorm";
2121
- kysely: "kysely";
2122
- mikroorm: "mikroorm";
2123
- sequelize: "sequelize";
2124
- }>;
2125
- backend: z.ZodEnum<{
2126
- none: "none";
2127
- hono: "hono";
2128
- express: "express";
2129
- fastify: "fastify";
2130
- elysia: "elysia";
2131
- fets: "fets";
2132
- nestjs: "nestjs";
2133
- adonisjs: "adonisjs";
2134
- nitro: "nitro";
2135
- encore: "encore";
2136
- convex: "convex";
2137
- self: "self";
2138
- }>;
2139
- runtime: z.ZodEnum<{
2140
- none: "none";
2141
- bun: "bun";
2142
- node: "node";
2143
- workers: "workers";
2144
- }>;
2145
- frontend: z.ZodArray<z.ZodEnum<{
2146
- none: "none";
2147
- "tanstack-router": "tanstack-router";
2148
- "react-router": "react-router";
2149
- "react-vite": "react-vite";
2150
- "tanstack-start": "tanstack-start";
2151
- next: "next";
2152
- nuxt: "nuxt";
2153
- "native-bare": "native-bare";
2154
- "native-uniwind": "native-uniwind";
2155
- "native-unistyles": "native-unistyles";
2156
- svelte: "svelte";
2157
- solid: "solid";
2158
- "solid-start": "solid-start";
2159
- astro: "astro";
2160
- qwik: "qwik";
2161
- angular: "angular";
2162
- redwood: "redwood";
2163
- fresh: "fresh";
2164
- }>>;
2165
- addons: z.ZodArray<z.ZodEnum<{
2166
- none: "none";
2167
- pwa: "pwa";
2168
- tauri: "tauri";
2169
- starlight: "starlight";
2170
- biome: "biome";
2171
- lefthook: "lefthook";
2172
- husky: "husky";
2173
- ruler: "ruler";
2174
- mcp: "mcp";
2175
- skills: "skills";
2176
- turborepo: "turborepo";
2177
- fumadocs: "fumadocs";
2178
- ultracite: "ultracite";
2179
- oxlint: "oxlint";
2180
- opentui: "opentui";
2181
- wxt: "wxt";
2182
- msw: "msw";
2183
- storybook: "storybook";
2184
- "tanstack-query": "tanstack-query";
2185
- "tanstack-table": "tanstack-table";
2186
- "tanstack-virtual": "tanstack-virtual";
2187
- "tanstack-db": "tanstack-db";
2188
- "tanstack-pacer": "tanstack-pacer";
2189
- "docker-compose": "docker-compose";
2190
- }>>;
2191
- examples: z.ZodArray<z.ZodEnum<{
2192
- none: "none";
2193
- ai: "ai";
2194
- "chat-sdk": "chat-sdk";
2195
- "tanstack-showcase": "tanstack-showcase";
2196
- }>>;
2197
- auth: z.ZodEnum<{
2198
- none: "none";
2199
- "better-auth": "better-auth";
2200
- "go-better-auth": "go-better-auth";
2467
+ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
2468
+ version: z.ZodString;
2469
+ createdAt: z.ZodString;
2470
+ ecosystem: z.ZodEnum<{
2471
+ typescript: "typescript";
2472
+ "react-native": "react-native";
2473
+ rust: "rust";
2474
+ python: "python";
2475
+ go: "go";
2476
+ java: "java";
2477
+ elixir: "elixir";
2478
+ }>;
2479
+ database: z.ZodEnum<{
2480
+ none: "none";
2481
+ sqlite: "sqlite";
2482
+ postgres: "postgres";
2483
+ mysql: "mysql";
2484
+ mongodb: "mongodb";
2485
+ edgedb: "edgedb";
2486
+ redis: "redis";
2487
+ }>;
2488
+ orm: z.ZodEnum<{
2489
+ none: "none";
2490
+ drizzle: "drizzle";
2491
+ prisma: "prisma";
2492
+ mongoose: "mongoose";
2493
+ typeorm: "typeorm";
2494
+ kysely: "kysely";
2495
+ mikroorm: "mikroorm";
2496
+ sequelize: "sequelize";
2497
+ }>;
2498
+ backend: z.ZodEnum<{
2499
+ none: "none";
2500
+ hono: "hono";
2501
+ express: "express";
2502
+ fastify: "fastify";
2503
+ elysia: "elysia";
2504
+ fets: "fets";
2505
+ nestjs: "nestjs";
2506
+ adonisjs: "adonisjs";
2507
+ nitro: "nitro";
2508
+ encore: "encore";
2509
+ convex: "convex";
2510
+ self: "self";
2511
+ }>;
2512
+ runtime: z.ZodEnum<{
2513
+ none: "none";
2514
+ bun: "bun";
2515
+ node: "node";
2516
+ workers: "workers";
2517
+ }>;
2518
+ frontend: z.ZodArray<z.ZodEnum<{
2519
+ none: "none";
2520
+ "tanstack-router": "tanstack-router";
2521
+ "react-router": "react-router";
2522
+ "react-vite": "react-vite";
2523
+ "tanstack-start": "tanstack-start";
2524
+ next: "next";
2525
+ vinext: "vinext";
2526
+ nuxt: "nuxt";
2527
+ "native-bare": "native-bare";
2528
+ "native-uniwind": "native-uniwind";
2529
+ "native-unistyles": "native-unistyles";
2530
+ svelte: "svelte";
2531
+ solid: "solid";
2532
+ "solid-start": "solid-start";
2533
+ astro: "astro";
2534
+ qwik: "qwik";
2535
+ angular: "angular";
2536
+ redwood: "redwood";
2537
+ fresh: "fresh";
2538
+ }>>;
2539
+ addons: z.ZodArray<z.ZodEnum<{
2540
+ none: "none";
2541
+ pwa: "pwa";
2542
+ tauri: "tauri";
2543
+ starlight: "starlight";
2544
+ biome: "biome";
2545
+ lefthook: "lefthook";
2546
+ husky: "husky";
2547
+ ruler: "ruler";
2548
+ mcp: "mcp";
2549
+ skills: "skills";
2550
+ turborepo: "turborepo";
2551
+ fumadocs: "fumadocs";
2552
+ ultracite: "ultracite";
2553
+ oxlint: "oxlint";
2554
+ opentui: "opentui";
2555
+ wxt: "wxt";
2556
+ msw: "msw";
2557
+ storybook: "storybook";
2558
+ swr: "swr";
2559
+ "tanstack-query": "tanstack-query";
2560
+ "tanstack-table": "tanstack-table";
2561
+ "tanstack-virtual": "tanstack-virtual";
2562
+ "tanstack-db": "tanstack-db";
2563
+ "tanstack-pacer": "tanstack-pacer";
2564
+ "docker-compose": "docker-compose";
2565
+ }>>;
2566
+ examples: z.ZodArray<z.ZodEnum<{
2567
+ none: "none";
2568
+ ai: "ai";
2569
+ "chat-sdk": "chat-sdk";
2570
+ "tanstack-showcase": "tanstack-showcase";
2571
+ }>>;
2572
+ auth: z.ZodEnum<{
2573
+ none: "none";
2574
+ "better-auth": "better-auth";
2575
+ "go-better-auth": "go-better-auth";
2576
+ clerk: "clerk";
2577
+ nextauth: "nextauth";
2578
+ "stack-auth": "stack-auth";
2579
+ "supabase-auth": "supabase-auth";
2580
+ auth0: "auth0";
2581
+ }>;
2582
+ payments: z.ZodEnum<{
2583
+ none: "none";
2584
+ polar: "polar";
2585
+ stripe: "stripe";
2586
+ "lemon-squeezy": "lemon-squeezy";
2587
+ paddle: "paddle";
2588
+ dodo: "dodo";
2589
+ }>;
2590
+ packageManager: z.ZodEnum<{
2591
+ bun: "bun";
2592
+ npm: "npm";
2593
+ pnpm: "pnpm";
2594
+ yarn: "yarn";
2595
+ }>;
2596
+ versionChannel: z.ZodEnum<{
2597
+ stable: "stable";
2598
+ latest: "latest";
2599
+ beta: "beta";
2600
+ }>;
2601
+ dbSetup: z.ZodEnum<{
2602
+ none: "none";
2603
+ turso: "turso";
2604
+ neon: "neon";
2605
+ "prisma-postgres": "prisma-postgres";
2606
+ planetscale: "planetscale";
2607
+ "mongodb-atlas": "mongodb-atlas";
2608
+ supabase: "supabase";
2609
+ upstash: "upstash";
2610
+ d1: "d1";
2611
+ docker: "docker";
2612
+ }>;
2613
+ api: z.ZodEnum<{
2614
+ none: "none";
2615
+ trpc: "trpc";
2616
+ orpc: "orpc";
2617
+ "ts-rest": "ts-rest";
2618
+ garph: "garph";
2619
+ "graphql-yoga": "graphql-yoga";
2620
+ }>;
2621
+ webDeploy: z.ZodEnum<{
2622
+ none: "none";
2623
+ docker: "docker";
2624
+ cloudflare: "cloudflare";
2625
+ fly: "fly";
2626
+ railway: "railway";
2627
+ sst: "sst";
2628
+ vercel: "vercel";
2629
+ }>;
2630
+ serverDeploy: z.ZodEnum<{
2631
+ none: "none";
2632
+ docker: "docker";
2633
+ cloudflare: "cloudflare";
2634
+ fly: "fly";
2635
+ railway: "railway";
2636
+ sst: "sst";
2637
+ vercel: "vercel";
2638
+ }>;
2639
+ astroIntegration: z.ZodOptional<z.ZodEnum<{
2640
+ none: "none";
2641
+ svelte: "svelte";
2642
+ solid: "solid";
2643
+ react: "react";
2644
+ vue: "vue";
2645
+ }>>;
2646
+ ai: z.ZodEnum<{
2647
+ none: "none";
2648
+ "vercel-ai": "vercel-ai";
2649
+ mastra: "mastra";
2650
+ voltagent: "voltagent";
2651
+ langgraph: "langgraph";
2652
+ "openai-agents": "openai-agents";
2653
+ "google-adk": "google-adk";
2654
+ modelfusion: "modelfusion";
2655
+ langchain: "langchain";
2656
+ llamaindex: "llamaindex";
2657
+ "tanstack-ai": "tanstack-ai";
2658
+ "ai-cli": "ai-cli";
2659
+ }>;
2660
+ effect: z.ZodEnum<{
2661
+ none: "none";
2662
+ effect: "effect";
2663
+ "effect-full": "effect-full";
2664
+ }>;
2665
+ stateManagement: z.ZodEnum<{
2666
+ none: "none";
2667
+ zustand: "zustand";
2668
+ jotai: "jotai";
2669
+ nanostores: "nanostores";
2670
+ "redux-toolkit": "redux-toolkit";
2671
+ mobx: "mobx";
2672
+ xstate: "xstate";
2673
+ valtio: "valtio";
2674
+ "tanstack-store": "tanstack-store";
2675
+ "legend-state": "legend-state";
2676
+ }>;
2677
+ forms: z.ZodEnum<{
2678
+ none: "none";
2679
+ "tanstack-form": "tanstack-form";
2680
+ "react-hook-form": "react-hook-form";
2681
+ formik: "formik";
2682
+ "final-form": "final-form";
2683
+ conform: "conform";
2684
+ "modular-forms": "modular-forms";
2685
+ }>;
2686
+ testing: z.ZodEnum<{
2687
+ none: "none";
2688
+ vitest: "vitest";
2689
+ playwright: "playwright";
2690
+ "vitest-playwright": "vitest-playwright";
2691
+ jest: "jest";
2692
+ cypress: "cypress";
2693
+ }>;
2694
+ email: z.ZodEnum<{
2695
+ none: "none";
2696
+ "react-email": "react-email";
2697
+ resend: "resend";
2698
+ nodemailer: "nodemailer";
2699
+ postmark: "postmark";
2700
+ sendgrid: "sendgrid";
2701
+ "aws-ses": "aws-ses";
2702
+ mailgun: "mailgun";
2703
+ plunk: "plunk";
2704
+ }>;
2705
+ cssFramework: z.ZodEnum<{
2706
+ none: "none";
2707
+ tailwind: "tailwind";
2708
+ scss: "scss";
2709
+ less: "less";
2710
+ "postcss-only": "postcss-only";
2711
+ }>;
2712
+ uiLibrary: z.ZodEnum<{
2713
+ none: "none";
2714
+ "shadcn-ui": "shadcn-ui";
2715
+ "shadcn-svelte": "shadcn-svelte";
2716
+ daisyui: "daisyui";
2717
+ "radix-ui": "radix-ui";
2718
+ "headless-ui": "headless-ui";
2719
+ "park-ui": "park-ui";
2720
+ "chakra-ui": "chakra-ui";
2721
+ nextui: "nextui";
2722
+ mantine: "mantine";
2723
+ mui: "mui";
2724
+ antd: "antd";
2725
+ "base-ui": "base-ui";
2726
+ "ark-ui": "ark-ui";
2727
+ "react-aria": "react-aria";
2728
+ }>;
2729
+ shadcnBase: z.ZodOptional<z.ZodEnum<{
2730
+ radix: "radix";
2731
+ base: "base";
2732
+ }>>;
2733
+ shadcnStyle: z.ZodOptional<z.ZodEnum<{
2734
+ vega: "vega";
2735
+ nova: "nova";
2736
+ maia: "maia";
2737
+ lyra: "lyra";
2738
+ mira: "mira";
2739
+ luma: "luma";
2740
+ sera: "sera";
2741
+ }>>;
2742
+ shadcnIconLibrary: z.ZodOptional<z.ZodEnum<{
2743
+ lucide: "lucide";
2744
+ tabler: "tabler";
2745
+ hugeicons: "hugeicons";
2746
+ phosphor: "phosphor";
2747
+ remixicon: "remixicon";
2748
+ heroicons: "heroicons";
2749
+ "react-icons": "react-icons";
2750
+ }>>;
2751
+ shadcnColorTheme: z.ZodOptional<z.ZodEnum<{
2752
+ neutral: "neutral";
2753
+ stone: "stone";
2754
+ zinc: "zinc";
2755
+ gray: "gray";
2756
+ amber: "amber";
2757
+ blue: "blue";
2758
+ cyan: "cyan";
2759
+ emerald: "emerald";
2760
+ fuchsia: "fuchsia";
2761
+ green: "green";
2762
+ indigo: "indigo";
2763
+ lime: "lime";
2764
+ orange: "orange";
2765
+ pink: "pink";
2766
+ purple: "purple";
2767
+ red: "red";
2768
+ rose: "rose";
2769
+ sky: "sky";
2770
+ teal: "teal";
2771
+ violet: "violet";
2772
+ yellow: "yellow";
2773
+ }>>;
2774
+ shadcnBaseColor: z.ZodOptional<z.ZodEnum<{
2775
+ neutral: "neutral";
2776
+ stone: "stone";
2777
+ zinc: "zinc";
2778
+ gray: "gray";
2779
+ }>>;
2780
+ shadcnFont: z.ZodOptional<z.ZodEnum<{
2781
+ inter: "inter";
2782
+ geist: "geist";
2783
+ "noto-sans": "noto-sans";
2784
+ "nunito-sans": "nunito-sans";
2785
+ figtree: "figtree";
2786
+ roboto: "roboto";
2787
+ raleway: "raleway";
2788
+ "dm-sans": "dm-sans";
2789
+ "public-sans": "public-sans";
2790
+ outfit: "outfit";
2791
+ "jetbrains-mono": "jetbrains-mono";
2792
+ "geist-mono": "geist-mono";
2793
+ }>>;
2794
+ shadcnRadius: z.ZodOptional<z.ZodEnum<{
2795
+ none: "none";
2796
+ default: "default";
2797
+ small: "small";
2798
+ medium: "medium";
2799
+ large: "large";
2800
+ }>>;
2801
+ validation: z.ZodEnum<{
2802
+ none: "none";
2803
+ zod: "zod";
2804
+ valibot: "valibot";
2805
+ arktype: "arktype";
2806
+ typebox: "typebox";
2807
+ typia: "typia";
2808
+ runtypes: "runtypes";
2809
+ "effect-schema": "effect-schema";
2810
+ }>;
2811
+ realtime: z.ZodEnum<{
2812
+ none: "none";
2813
+ "socket-io": "socket-io";
2814
+ partykit: "partykit";
2815
+ ably: "ably";
2816
+ pusher: "pusher";
2817
+ liveblocks: "liveblocks";
2818
+ yjs: "yjs";
2819
+ }>;
2820
+ jobQueue: z.ZodEnum<{
2821
+ none: "none";
2822
+ bullmq: "bullmq";
2823
+ "trigger-dev": "trigger-dev";
2824
+ inngest: "inngest";
2825
+ temporal: "temporal";
2826
+ }>;
2827
+ animation: z.ZodEnum<{
2828
+ none: "none";
2829
+ "framer-motion": "framer-motion";
2830
+ gsap: "gsap";
2831
+ "react-spring": "react-spring";
2832
+ "auto-animate": "auto-animate";
2833
+ lottie: "lottie";
2834
+ }>;
2835
+ fileUpload: z.ZodEnum<{
2836
+ none: "none";
2837
+ uploadthing: "uploadthing";
2838
+ filepond: "filepond";
2839
+ uppy: "uppy";
2840
+ }>;
2841
+ logging: z.ZodEnum<{
2842
+ none: "none";
2843
+ pino: "pino";
2844
+ winston: "winston";
2845
+ evlog: "evlog";
2846
+ }>;
2847
+ observability: z.ZodEnum<{
2848
+ none: "none";
2849
+ opentelemetry: "opentelemetry";
2850
+ sentry: "sentry";
2851
+ grafana: "grafana";
2852
+ }>;
2853
+ featureFlags: z.ZodEnum<{
2854
+ none: "none";
2855
+ growthbook: "growthbook";
2856
+ posthog: "posthog";
2857
+ launchdarkly: "launchdarkly";
2858
+ flagsmith: "flagsmith";
2859
+ unleash: "unleash";
2860
+ }>;
2861
+ analytics: z.ZodEnum<{
2862
+ none: "none";
2863
+ plausible: "plausible";
2864
+ umami: "umami";
2865
+ }>;
2866
+ cms: z.ZodEnum<{
2867
+ none: "none";
2868
+ payload: "payload";
2869
+ sanity: "sanity";
2870
+ strapi: "strapi";
2871
+ tinacms: "tinacms";
2872
+ directus: "directus";
2873
+ }>;
2874
+ caching: z.ZodEnum<{
2875
+ none: "none";
2876
+ "upstash-redis": "upstash-redis";
2877
+ }>;
2878
+ i18n: z.ZodEnum<{
2879
+ none: "none";
2880
+ i18next: "i18next";
2881
+ "next-intl": "next-intl";
2882
+ }>;
2883
+ search: z.ZodEnum<{
2884
+ none: "none";
2885
+ meilisearch: "meilisearch";
2886
+ typesense: "typesense";
2887
+ elasticsearch: "elasticsearch";
2888
+ algolia: "algolia";
2889
+ }>;
2890
+ fileStorage: z.ZodEnum<{
2891
+ none: "none";
2892
+ s3: "s3";
2893
+ r2: "r2";
2894
+ cloudinary: "cloudinary";
2895
+ }>;
2896
+ mobileNavigation: z.ZodEnum<{
2897
+ none: "none";
2898
+ "expo-router": "expo-router";
2899
+ "react-navigation": "react-navigation";
2900
+ }>;
2901
+ mobileUI: z.ZodEnum<{
2902
+ none: "none";
2903
+ tamagui: "tamagui";
2904
+ "gluestack-ui": "gluestack-ui";
2905
+ uniwind: "uniwind";
2906
+ unistyles: "unistyles";
2907
+ }>;
2908
+ mobileStorage: z.ZodEnum<{
2909
+ none: "none";
2910
+ mmkv: "mmkv";
2911
+ }>;
2912
+ mobileTesting: z.ZodEnum<{
2913
+ none: "none";
2914
+ maestro: "maestro";
2915
+ "react-native-testing-library": "react-native-testing-library";
2916
+ "maestro-react-native-testing-library": "maestro-react-native-testing-library";
2917
+ }>;
2918
+ mobilePush: z.ZodEnum<{
2919
+ none: "none";
2920
+ "expo-notifications": "expo-notifications";
2921
+ }>;
2922
+ mobileOTA: z.ZodEnum<{
2923
+ none: "none";
2924
+ "expo-updates": "expo-updates";
2925
+ }>;
2926
+ mobileDeepLinking: z.ZodEnum<{
2927
+ none: "none";
2928
+ "expo-linking": "expo-linking";
2929
+ }>;
2930
+ rustWebFramework: z.ZodEnum<{
2931
+ none: "none";
2932
+ axum: "axum";
2933
+ "actix-web": "actix-web";
2934
+ rocket: "rocket";
2935
+ }>;
2936
+ rustFrontend: z.ZodEnum<{
2937
+ none: "none";
2938
+ leptos: "leptos";
2939
+ dioxus: "dioxus";
2940
+ }>;
2941
+ rustOrm: z.ZodEnum<{
2942
+ none: "none";
2943
+ "sea-orm": "sea-orm";
2944
+ sqlx: "sqlx";
2945
+ diesel: "diesel";
2946
+ }>;
2947
+ rustApi: z.ZodEnum<{
2948
+ none: "none";
2949
+ tonic: "tonic";
2950
+ "async-graphql": "async-graphql";
2951
+ }>;
2952
+ rustCli: z.ZodEnum<{
2953
+ none: "none";
2954
+ clap: "clap";
2955
+ ratatui: "ratatui";
2956
+ }>;
2957
+ rustLibraries: z.ZodArray<z.ZodEnum<{
2958
+ none: "none";
2959
+ serde: "serde";
2960
+ uuid: "uuid";
2961
+ chrono: "chrono";
2962
+ reqwest: "reqwest";
2963
+ config: "config";
2964
+ dashmap: "dashmap";
2965
+ "parking-lot": "parking-lot";
2966
+ secrecy: "secrecy";
2967
+ "tokio-util": "tokio-util";
2968
+ utoipa: "utoipa";
2969
+ validator: "validator";
2970
+ jsonwebtoken: "jsonwebtoken";
2971
+ argon2: "argon2";
2972
+ "tokio-test": "tokio-test";
2973
+ mockall: "mockall";
2974
+ proptest: "proptest";
2975
+ insta: "insta";
2976
+ }>>;
2977
+ rustLogging: z.ZodEnum<{
2978
+ none: "none";
2979
+ tracing: "tracing";
2980
+ "env-logger": "env-logger";
2981
+ }>;
2982
+ rustErrorHandling: z.ZodEnum<{
2983
+ none: "none";
2984
+ "anyhow-thiserror": "anyhow-thiserror";
2985
+ eyre: "eyre";
2986
+ }>;
2987
+ rustCaching: z.ZodEnum<{
2988
+ none: "none";
2989
+ redis: "redis";
2990
+ moka: "moka";
2991
+ }>;
2992
+ rustAuth: z.ZodEnum<{
2993
+ none: "none";
2994
+ oauth2: "oauth2";
2995
+ }>;
2996
+ pythonWebFramework: z.ZodEnum<{
2997
+ none: "none";
2998
+ fastapi: "fastapi";
2999
+ django: "django";
3000
+ flask: "flask";
3001
+ litestar: "litestar";
3002
+ }>;
3003
+ pythonOrm: z.ZodEnum<{
3004
+ none: "none";
3005
+ sqlalchemy: "sqlalchemy";
3006
+ sqlmodel: "sqlmodel";
3007
+ "tortoise-orm": "tortoise-orm";
3008
+ }>;
3009
+ pythonValidation: z.ZodEnum<{
3010
+ none: "none";
3011
+ pydantic: "pydantic";
3012
+ }>;
3013
+ pythonAi: z.ZodArray<z.ZodEnum<{
3014
+ none: "none";
3015
+ langgraph: "langgraph";
3016
+ langchain: "langchain";
3017
+ llamaindex: "llamaindex";
3018
+ "openai-sdk": "openai-sdk";
3019
+ "anthropic-sdk": "anthropic-sdk";
3020
+ crewai: "crewai";
3021
+ haystack: "haystack";
3022
+ }>>;
3023
+ pythonAuth: z.ZodEnum<{
3024
+ none: "none";
3025
+ authlib: "authlib";
3026
+ jwt: "jwt";
3027
+ }>;
3028
+ pythonApi: z.ZodOptional<z.ZodEnum<{
3029
+ none: "none";
3030
+ "django-rest-framework": "django-rest-framework";
3031
+ "django-ninja": "django-ninja";
3032
+ }>>;
3033
+ pythonTaskQueue: z.ZodEnum<{
3034
+ none: "none";
3035
+ celery: "celery";
3036
+ rq: "rq";
3037
+ dramatiq: "dramatiq";
3038
+ huey: "huey";
3039
+ }>;
3040
+ pythonGraphql: z.ZodEnum<{
3041
+ none: "none";
3042
+ strawberry: "strawberry";
3043
+ ariadne: "ariadne";
3044
+ }>;
3045
+ pythonQuality: z.ZodEnum<{
3046
+ none: "none";
3047
+ ruff: "ruff";
3048
+ mypy: "mypy";
3049
+ pyright: "pyright";
3050
+ }>;
3051
+ goWebFramework: z.ZodEnum<{
3052
+ none: "none";
3053
+ gin: "gin";
3054
+ echo: "echo";
3055
+ fiber: "fiber";
3056
+ chi: "chi";
3057
+ }>;
3058
+ goOrm: z.ZodEnum<{
3059
+ none: "none";
3060
+ gorm: "gorm";
3061
+ sqlc: "sqlc";
3062
+ ent: "ent";
3063
+ }>;
3064
+ goApi: z.ZodEnum<{
3065
+ none: "none";
3066
+ "grpc-go": "grpc-go";
3067
+ }>;
3068
+ goCli: z.ZodEnum<{
3069
+ none: "none";
3070
+ cobra: "cobra";
3071
+ bubbletea: "bubbletea";
3072
+ "urfave-cli": "urfave-cli";
3073
+ }>;
3074
+ goLogging: z.ZodEnum<{
3075
+ none: "none";
3076
+ zap: "zap";
3077
+ zerolog: "zerolog";
3078
+ slog: "slog";
3079
+ logrus: "logrus";
3080
+ }>;
3081
+ goAuth: z.ZodEnum<{
3082
+ none: "none";
3083
+ jwt: "jwt";
3084
+ casbin: "casbin";
3085
+ }>;
3086
+ javaWebFramework: z.ZodEnum<{
3087
+ none: "none";
3088
+ "spring-boot": "spring-boot";
3089
+ quarkus: "quarkus";
3090
+ }>;
3091
+ javaBuildTool: z.ZodEnum<{
3092
+ none: "none";
3093
+ maven: "maven";
3094
+ gradle: "gradle";
3095
+ }>;
3096
+ javaOrm: z.ZodEnum<{
3097
+ none: "none";
3098
+ "spring-data-jpa": "spring-data-jpa";
3099
+ }>;
3100
+ javaAuth: z.ZodEnum<{
3101
+ none: "none";
3102
+ "spring-security": "spring-security";
3103
+ }>;
3104
+ javaLibraries: z.ZodArray<z.ZodEnum<{
3105
+ none: "none";
3106
+ "spring-actuator": "spring-actuator";
3107
+ "spring-validation": "spring-validation";
3108
+ flyway: "flyway";
3109
+ liquibase: "liquibase";
3110
+ "springdoc-openapi": "springdoc-openapi";
3111
+ lombok: "lombok";
3112
+ mapstruct: "mapstruct";
3113
+ caffeine: "caffeine";
3114
+ resilience4j: "resilience4j";
3115
+ "spring-webflux": "spring-webflux";
3116
+ "spring-batch": "spring-batch";
3117
+ "spring-kafka": "spring-kafka";
3118
+ "spring-mail": "spring-mail";
3119
+ "spring-devtools": "spring-devtools";
3120
+ "micrometer-prometheus": "micrometer-prometheus";
3121
+ thymeleaf: "thymeleaf";
3122
+ }>>;
3123
+ javaTestingLibraries: z.ZodArray<z.ZodEnum<{
3124
+ none: "none";
3125
+ junit5: "junit5";
3126
+ mockito: "mockito";
3127
+ testcontainers: "testcontainers";
3128
+ assertj: "assertj";
3129
+ "rest-assured": "rest-assured";
3130
+ wiremock: "wiremock";
3131
+ awaitility: "awaitility";
3132
+ archunit: "archunit";
3133
+ jqwik: "jqwik";
3134
+ }>>;
3135
+ elixirWebFramework: z.ZodEnum<{
3136
+ none: "none";
3137
+ phoenix: "phoenix";
3138
+ "phoenix-live-view": "phoenix-live-view";
3139
+ }>;
3140
+ elixirOrm: z.ZodEnum<{
3141
+ none: "none";
3142
+ ecto: "ecto";
3143
+ "ecto-sql": "ecto-sql";
3144
+ }>;
3145
+ elixirAuth: z.ZodEnum<{
3146
+ none: "none";
3147
+ "phx-gen-auth": "phx-gen-auth";
3148
+ ueberauth: "ueberauth";
3149
+ guardian: "guardian";
3150
+ }>;
3151
+ elixirApi: z.ZodEnum<{
3152
+ none: "none";
3153
+ rest: "rest";
3154
+ absinthe: "absinthe";
3155
+ }>;
3156
+ elixirRealtime: z.ZodEnum<{
3157
+ none: "none";
3158
+ channels: "channels";
3159
+ presence: "presence";
3160
+ pubsub: "pubsub";
3161
+ "live-view-streams": "live-view-streams";
3162
+ }>;
3163
+ elixirJobs: z.ZodEnum<{
3164
+ none: "none";
3165
+ oban: "oban";
3166
+ quantum: "quantum";
3167
+ }>;
3168
+ elixirValidation: z.ZodEnum<{
3169
+ none: "none";
3170
+ "ecto-changesets": "ecto-changesets";
3171
+ "nimble-options": "nimble-options";
3172
+ }>;
3173
+ elixirHttp: z.ZodEnum<{
3174
+ none: "none";
3175
+ req: "req";
3176
+ finch: "finch";
3177
+ }>;
3178
+ elixirJson: z.ZodEnum<{
3179
+ none: "none";
3180
+ jason: "jason";
3181
+ }>;
3182
+ elixirEmail: z.ZodEnum<{
3183
+ none: "none";
3184
+ swoosh: "swoosh";
3185
+ }>;
3186
+ elixirCaching: z.ZodEnum<{
3187
+ none: "none";
3188
+ cachex: "cachex";
3189
+ nebulex: "nebulex";
3190
+ }>;
3191
+ elixirObservability: z.ZodEnum<{
3192
+ none: "none";
3193
+ opentelemetry: "opentelemetry";
3194
+ telemetry: "telemetry";
3195
+ prom_ex: "prom_ex";
3196
+ }>;
3197
+ elixirTesting: z.ZodEnum<{
3198
+ none: "none";
3199
+ ex_unit: "ex_unit";
3200
+ mox: "mox";
3201
+ bypass: "bypass";
3202
+ wallaby: "wallaby";
3203
+ }>;
3204
+ elixirQuality: z.ZodEnum<{
3205
+ none: "none";
3206
+ credo: "credo";
3207
+ dialyxir: "dialyxir";
3208
+ sobelow: "sobelow";
3209
+ }>;
3210
+ elixirDeploy: z.ZodEnum<{
3211
+ none: "none";
3212
+ docker: "docker";
3213
+ fly: "fly";
3214
+ gigalixir: "gigalixir";
3215
+ "mix-release": "mix-release";
3216
+ }>;
3217
+ aiDocs: z.ZodArray<z.ZodEnum<{
3218
+ none: "none";
3219
+ "claude-md": "claude-md";
3220
+ "agents-md": "agents-md";
3221
+ cursorrules: "cursorrules";
3222
+ }>>;
3223
+ }, z.core.$strip>>;
3224
+ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
3225
+ success: z.ZodBoolean;
3226
+ projectConfig: z.ZodObject<{
3227
+ projectName: z.ZodString;
3228
+ projectDir: z.ZodString;
3229
+ relativePath: z.ZodString;
3230
+ ecosystem: z.ZodEnum<{
3231
+ typescript: "typescript";
3232
+ "react-native": "react-native";
3233
+ rust: "rust";
3234
+ python: "python";
3235
+ go: "go";
3236
+ java: "java";
3237
+ elixir: "elixir";
3238
+ }>;
3239
+ database: z.ZodEnum<{
3240
+ none: "none";
3241
+ sqlite: "sqlite";
3242
+ postgres: "postgres";
3243
+ mysql: "mysql";
3244
+ mongodb: "mongodb";
3245
+ edgedb: "edgedb";
3246
+ redis: "redis";
3247
+ }>;
3248
+ orm: z.ZodEnum<{
3249
+ none: "none";
3250
+ drizzle: "drizzle";
3251
+ prisma: "prisma";
3252
+ mongoose: "mongoose";
3253
+ typeorm: "typeorm";
3254
+ kysely: "kysely";
3255
+ mikroorm: "mikroorm";
3256
+ sequelize: "sequelize";
3257
+ }>;
3258
+ backend: z.ZodEnum<{
3259
+ none: "none";
3260
+ hono: "hono";
3261
+ express: "express";
3262
+ fastify: "fastify";
3263
+ elysia: "elysia";
3264
+ fets: "fets";
3265
+ nestjs: "nestjs";
3266
+ adonisjs: "adonisjs";
3267
+ nitro: "nitro";
3268
+ encore: "encore";
3269
+ convex: "convex";
3270
+ self: "self";
3271
+ }>;
3272
+ runtime: z.ZodEnum<{
3273
+ none: "none";
3274
+ bun: "bun";
3275
+ node: "node";
3276
+ workers: "workers";
3277
+ }>;
3278
+ frontend: z.ZodArray<z.ZodEnum<{
3279
+ none: "none";
3280
+ "tanstack-router": "tanstack-router";
3281
+ "react-router": "react-router";
3282
+ "react-vite": "react-vite";
3283
+ "tanstack-start": "tanstack-start";
3284
+ next: "next";
3285
+ vinext: "vinext";
3286
+ nuxt: "nuxt";
3287
+ "native-bare": "native-bare";
3288
+ "native-uniwind": "native-uniwind";
3289
+ "native-unistyles": "native-unistyles";
3290
+ svelte: "svelte";
3291
+ solid: "solid";
3292
+ "solid-start": "solid-start";
3293
+ astro: "astro";
3294
+ qwik: "qwik";
3295
+ angular: "angular";
3296
+ redwood: "redwood";
3297
+ fresh: "fresh";
3298
+ }>>;
3299
+ addons: z.ZodArray<z.ZodEnum<{
3300
+ none: "none";
3301
+ pwa: "pwa";
3302
+ tauri: "tauri";
3303
+ starlight: "starlight";
3304
+ biome: "biome";
3305
+ lefthook: "lefthook";
3306
+ husky: "husky";
3307
+ ruler: "ruler";
3308
+ mcp: "mcp";
3309
+ skills: "skills";
3310
+ turborepo: "turborepo";
3311
+ fumadocs: "fumadocs";
3312
+ ultracite: "ultracite";
3313
+ oxlint: "oxlint";
3314
+ opentui: "opentui";
3315
+ wxt: "wxt";
3316
+ msw: "msw";
3317
+ storybook: "storybook";
3318
+ swr: "swr";
3319
+ "tanstack-query": "tanstack-query";
3320
+ "tanstack-table": "tanstack-table";
3321
+ "tanstack-virtual": "tanstack-virtual";
3322
+ "tanstack-db": "tanstack-db";
3323
+ "tanstack-pacer": "tanstack-pacer";
3324
+ "docker-compose": "docker-compose";
3325
+ }>>;
3326
+ examples: z.ZodArray<z.ZodEnum<{
3327
+ none: "none";
3328
+ ai: "ai";
3329
+ "chat-sdk": "chat-sdk";
3330
+ "tanstack-showcase": "tanstack-showcase";
3331
+ }>>;
3332
+ auth: z.ZodEnum<{
3333
+ none: "none";
3334
+ "better-auth": "better-auth";
3335
+ "go-better-auth": "go-better-auth";
2201
3336
  clerk: "clerk";
2202
3337
  nextauth: "nextauth";
2203
3338
  "stack-auth": "stack-auth";
@@ -2339,6 +3474,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
2339
3474
  uiLibrary: z.ZodEnum<{
2340
3475
  none: "none";
2341
3476
  "shadcn-ui": "shadcn-ui";
3477
+ "shadcn-svelte": "shadcn-svelte";
2342
3478
  daisyui: "daisyui";
2343
3479
  "radix-ui": "radix-ui";
2344
3480
  "headless-ui": "headless-ui";
@@ -2468,6 +3604,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
2468
3604
  none: "none";
2469
3605
  pino: "pino";
2470
3606
  winston: "winston";
3607
+ evlog: "evlog";
2471
3608
  }>;
2472
3609
  observability: z.ZodEnum<{
2473
3610
  none: "none";
@@ -2494,6 +3631,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
2494
3631
  sanity: "sanity";
2495
3632
  strapi: "strapi";
2496
3633
  tinacms: "tinacms";
3634
+ directus: "directus";
2497
3635
  }>;
2498
3636
  caching: z.ZodEnum<{
2499
3637
  none: "none";
@@ -2515,6 +3653,41 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
2515
3653
  none: "none";
2516
3654
  s3: "s3";
2517
3655
  r2: "r2";
3656
+ cloudinary: "cloudinary";
3657
+ }>;
3658
+ mobileNavigation: z.ZodEnum<{
3659
+ none: "none";
3660
+ "expo-router": "expo-router";
3661
+ "react-navigation": "react-navigation";
3662
+ }>;
3663
+ mobileUI: z.ZodEnum<{
3664
+ none: "none";
3665
+ tamagui: "tamagui";
3666
+ "gluestack-ui": "gluestack-ui";
3667
+ uniwind: "uniwind";
3668
+ unistyles: "unistyles";
3669
+ }>;
3670
+ mobileStorage: z.ZodEnum<{
3671
+ none: "none";
3672
+ mmkv: "mmkv";
3673
+ }>;
3674
+ mobileTesting: z.ZodEnum<{
3675
+ none: "none";
3676
+ maestro: "maestro";
3677
+ "react-native-testing-library": "react-native-testing-library";
3678
+ "maestro-react-native-testing-library": "maestro-react-native-testing-library";
3679
+ }>;
3680
+ mobilePush: z.ZodEnum<{
3681
+ none: "none";
3682
+ "expo-notifications": "expo-notifications";
3683
+ }>;
3684
+ mobileOTA: z.ZodEnum<{
3685
+ none: "none";
3686
+ "expo-updates": "expo-updates";
3687
+ }>;
3688
+ mobileDeepLinking: z.ZodEnum<{
3689
+ none: "none";
3690
+ "expo-linking": "expo-linking";
2518
3691
  }>;
2519
3692
  rustWebFramework: z.ZodEnum<{
2520
3693
  none: "none";
@@ -2721,6 +3894,88 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
2721
3894
  archunit: "archunit";
2722
3895
  jqwik: "jqwik";
2723
3896
  }>>;
3897
+ elixirWebFramework: z.ZodEnum<{
3898
+ none: "none";
3899
+ phoenix: "phoenix";
3900
+ "phoenix-live-view": "phoenix-live-view";
3901
+ }>;
3902
+ elixirOrm: z.ZodEnum<{
3903
+ none: "none";
3904
+ ecto: "ecto";
3905
+ "ecto-sql": "ecto-sql";
3906
+ }>;
3907
+ elixirAuth: z.ZodEnum<{
3908
+ none: "none";
3909
+ "phx-gen-auth": "phx-gen-auth";
3910
+ ueberauth: "ueberauth";
3911
+ guardian: "guardian";
3912
+ }>;
3913
+ elixirApi: z.ZodEnum<{
3914
+ none: "none";
3915
+ rest: "rest";
3916
+ absinthe: "absinthe";
3917
+ }>;
3918
+ elixirRealtime: z.ZodEnum<{
3919
+ none: "none";
3920
+ channels: "channels";
3921
+ presence: "presence";
3922
+ pubsub: "pubsub";
3923
+ "live-view-streams": "live-view-streams";
3924
+ }>;
3925
+ elixirJobs: z.ZodEnum<{
3926
+ none: "none";
3927
+ oban: "oban";
3928
+ quantum: "quantum";
3929
+ }>;
3930
+ elixirValidation: z.ZodEnum<{
3931
+ none: "none";
3932
+ "ecto-changesets": "ecto-changesets";
3933
+ "nimble-options": "nimble-options";
3934
+ }>;
3935
+ elixirHttp: z.ZodEnum<{
3936
+ none: "none";
3937
+ req: "req";
3938
+ finch: "finch";
3939
+ }>;
3940
+ elixirJson: z.ZodEnum<{
3941
+ none: "none";
3942
+ jason: "jason";
3943
+ }>;
3944
+ elixirEmail: z.ZodEnum<{
3945
+ none: "none";
3946
+ swoosh: "swoosh";
3947
+ }>;
3948
+ elixirCaching: z.ZodEnum<{
3949
+ none: "none";
3950
+ cachex: "cachex";
3951
+ nebulex: "nebulex";
3952
+ }>;
3953
+ elixirObservability: z.ZodEnum<{
3954
+ none: "none";
3955
+ opentelemetry: "opentelemetry";
3956
+ telemetry: "telemetry";
3957
+ prom_ex: "prom_ex";
3958
+ }>;
3959
+ elixirTesting: z.ZodEnum<{
3960
+ none: "none";
3961
+ ex_unit: "ex_unit";
3962
+ mox: "mox";
3963
+ bypass: "bypass";
3964
+ wallaby: "wallaby";
3965
+ }>;
3966
+ elixirQuality: z.ZodEnum<{
3967
+ none: "none";
3968
+ credo: "credo";
3969
+ dialyxir: "dialyxir";
3970
+ sobelow: "sobelow";
3971
+ }>;
3972
+ elixirDeploy: z.ZodEnum<{
3973
+ none: "none";
3974
+ docker: "docker";
3975
+ fly: "fly";
3976
+ gigalixir: "gigalixir";
3977
+ "mix-release": "mix-release";
3978
+ }>;
2724
3979
  aiDocs: z.ZodArray<z.ZodEnum<{
2725
3980
  none: "none";
2726
3981
  "claude-md": "claude-md";
@@ -2784,6 +4039,88 @@ declare function getJavaTestingLibrariesJsonSchema(): z.core.ZodStandardJSONSche
2784
4039
  archunit: "archunit";
2785
4040
  jqwik: "jqwik";
2786
4041
  }>>;
4042
+ declare function getElixirWebFrameworkJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4043
+ none: "none";
4044
+ phoenix: "phoenix";
4045
+ "phoenix-live-view": "phoenix-live-view";
4046
+ }>>;
4047
+ declare function getElixirOrmJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4048
+ none: "none";
4049
+ ecto: "ecto";
4050
+ "ecto-sql": "ecto-sql";
4051
+ }>>;
4052
+ declare function getElixirAuthJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4053
+ none: "none";
4054
+ "phx-gen-auth": "phx-gen-auth";
4055
+ ueberauth: "ueberauth";
4056
+ guardian: "guardian";
4057
+ }>>;
4058
+ declare function getElixirApiJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4059
+ none: "none";
4060
+ rest: "rest";
4061
+ absinthe: "absinthe";
4062
+ }>>;
4063
+ declare function getElixirRealtimeJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4064
+ none: "none";
4065
+ channels: "channels";
4066
+ presence: "presence";
4067
+ pubsub: "pubsub";
4068
+ "live-view-streams": "live-view-streams";
4069
+ }>>;
4070
+ declare function getElixirJobsJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4071
+ none: "none";
4072
+ oban: "oban";
4073
+ quantum: "quantum";
4074
+ }>>;
4075
+ declare function getElixirValidationJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4076
+ none: "none";
4077
+ "ecto-changesets": "ecto-changesets";
4078
+ "nimble-options": "nimble-options";
4079
+ }>>;
4080
+ declare function getElixirHttpJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4081
+ none: "none";
4082
+ req: "req";
4083
+ finch: "finch";
4084
+ }>>;
4085
+ declare function getElixirJsonJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4086
+ none: "none";
4087
+ jason: "jason";
4088
+ }>>;
4089
+ declare function getElixirEmailJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4090
+ none: "none";
4091
+ swoosh: "swoosh";
4092
+ }>>;
4093
+ declare function getElixirCachingJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4094
+ none: "none";
4095
+ cachex: "cachex";
4096
+ nebulex: "nebulex";
4097
+ }>>;
4098
+ declare function getElixirObservabilityJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4099
+ none: "none";
4100
+ opentelemetry: "opentelemetry";
4101
+ telemetry: "telemetry";
4102
+ prom_ex: "prom_ex";
4103
+ }>>;
4104
+ declare function getElixirTestingJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4105
+ none: "none";
4106
+ ex_unit: "ex_unit";
4107
+ mox: "mox";
4108
+ bypass: "bypass";
4109
+ wallaby: "wallaby";
4110
+ }>>;
4111
+ declare function getElixirQualityJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4112
+ none: "none";
4113
+ credo: "credo";
4114
+ dialyxir: "dialyxir";
4115
+ sobelow: "sobelow";
4116
+ }>>;
4117
+ declare function getElixirDeployJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4118
+ none: "none";
4119
+ docker: "docker";
4120
+ fly: "fly";
4121
+ gigalixir: "gigalixir";
4122
+ "mix-release": "mix-release";
4123
+ }>>;
2787
4124
  declare function getAllJsonSchemas(): {
2788
4125
  database: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
2789
4126
  none: "none";
@@ -2831,6 +4168,7 @@ declare function getAllJsonSchemas(): {
2831
4168
  "react-vite": "react-vite";
2832
4169
  "tanstack-start": "tanstack-start";
2833
4170
  next: "next";
4171
+ vinext: "vinext";
2834
4172
  nuxt: "nuxt";
2835
4173
  "native-bare": "native-bare";
2836
4174
  "native-uniwind": "native-uniwind";
@@ -2863,6 +4201,7 @@ declare function getAllJsonSchemas(): {
2863
4201
  wxt: "wxt";
2864
4202
  msw: "msw";
2865
4203
  storybook: "storybook";
4204
+ swr: "swr";
2866
4205
  "tanstack-query": "tanstack-query";
2867
4206
  "tanstack-table": "tanstack-table";
2868
4207
  "tanstack-virtual": "tanstack-virtual";
@@ -2946,10 +4285,10 @@ declare function getAllJsonSchemas(): {
2946
4285
  }>>;
2947
4286
  template: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
2948
4287
  none: "none";
4288
+ uniwind: "uniwind";
2949
4289
  mern: "mern";
2950
4290
  pern: "pern";
2951
4291
  t3: "t3";
2952
- uniwind: "uniwind";
2953
4292
  }>>;
2954
4293
  javaWebFramework: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
2955
4294
  none: "none";
@@ -2988,39 +4327,892 @@ declare function getAllJsonSchemas(): {
2988
4327
  "micrometer-prometheus": "micrometer-prometheus";
2989
4328
  thymeleaf: "thymeleaf";
2990
4329
  }>>;
2991
- javaTestingLibraries: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4330
+ javaTestingLibraries: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4331
+ none: "none";
4332
+ junit5: "junit5";
4333
+ mockito: "mockito";
4334
+ testcontainers: "testcontainers";
4335
+ assertj: "assertj";
4336
+ "rest-assured": "rest-assured";
4337
+ wiremock: "wiremock";
4338
+ awaitility: "awaitility";
4339
+ archunit: "archunit";
4340
+ jqwik: "jqwik";
4341
+ }>>;
4342
+ elixirWebFramework: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4343
+ none: "none";
4344
+ phoenix: "phoenix";
4345
+ "phoenix-live-view": "phoenix-live-view";
4346
+ }>>;
4347
+ elixirOrm: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4348
+ none: "none";
4349
+ ecto: "ecto";
4350
+ "ecto-sql": "ecto-sql";
4351
+ }>>;
4352
+ elixirAuth: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4353
+ none: "none";
4354
+ "phx-gen-auth": "phx-gen-auth";
4355
+ ueberauth: "ueberauth";
4356
+ guardian: "guardian";
4357
+ }>>;
4358
+ elixirApi: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4359
+ none: "none";
4360
+ rest: "rest";
4361
+ absinthe: "absinthe";
4362
+ }>>;
4363
+ elixirRealtime: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4364
+ none: "none";
4365
+ channels: "channels";
4366
+ presence: "presence";
4367
+ pubsub: "pubsub";
4368
+ "live-view-streams": "live-view-streams";
4369
+ }>>;
4370
+ elixirJobs: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4371
+ none: "none";
4372
+ oban: "oban";
4373
+ quantum: "quantum";
4374
+ }>>;
4375
+ elixirValidation: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4376
+ none: "none";
4377
+ "ecto-changesets": "ecto-changesets";
4378
+ "nimble-options": "nimble-options";
4379
+ }>>;
4380
+ elixirHttp: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4381
+ none: "none";
4382
+ req: "req";
4383
+ finch: "finch";
4384
+ }>>;
4385
+ elixirJson: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4386
+ none: "none";
4387
+ jason: "jason";
4388
+ }>>;
4389
+ elixirEmail: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4390
+ none: "none";
4391
+ swoosh: "swoosh";
4392
+ }>>;
4393
+ elixirCaching: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4394
+ none: "none";
4395
+ cachex: "cachex";
4396
+ nebulex: "nebulex";
4397
+ }>>;
4398
+ elixirObservability: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4399
+ none: "none";
4400
+ opentelemetry: "opentelemetry";
4401
+ telemetry: "telemetry";
4402
+ prom_ex: "prom_ex";
4403
+ }>>;
4404
+ elixirTesting: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
2992
4405
  none: "none";
2993
- junit5: "junit5";
2994
- mockito: "mockito";
2995
- testcontainers: "testcontainers";
2996
- assertj: "assertj";
2997
- "rest-assured": "rest-assured";
2998
- wiremock: "wiremock";
2999
- awaitility: "awaitility";
3000
- archunit: "archunit";
3001
- jqwik: "jqwik";
4406
+ ex_unit: "ex_unit";
4407
+ mox: "mox";
4408
+ bypass: "bypass";
4409
+ wallaby: "wallaby";
4410
+ }>>;
4411
+ elixirQuality: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4412
+ none: "none";
4413
+ credo: "credo";
4414
+ dialyxir: "dialyxir";
4415
+ sobelow: "sobelow";
4416
+ }>>;
4417
+ elixirDeploy: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4418
+ none: "none";
4419
+ docker: "docker";
4420
+ fly: "fly";
4421
+ gigalixir: "gigalixir";
4422
+ "mix-release": "mix-release";
3002
4423
  }>>;
3003
4424
  createInput: z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
3004
4425
  projectName: z.ZodOptional<z.ZodString>;
3005
4426
  template: z.ZodOptional<z.ZodEnum<{
3006
4427
  none: "none";
3007
- mern: "mern";
3008
- pern: "pern";
3009
- t3: "t3";
3010
- uniwind: "uniwind";
4428
+ uniwind: "uniwind";
4429
+ mern: "mern";
4430
+ pern: "pern";
4431
+ t3: "t3";
4432
+ }>>;
4433
+ yes: z.ZodOptional<z.ZodBoolean>;
4434
+ yolo: z.ZodOptional<z.ZodBoolean>;
4435
+ verbose: z.ZodOptional<z.ZodBoolean>;
4436
+ dryRun: z.ZodOptional<z.ZodBoolean>;
4437
+ ecosystem: z.ZodOptional<z.ZodEnum<{
4438
+ typescript: "typescript";
4439
+ "react-native": "react-native";
4440
+ rust: "rust";
4441
+ python: "python";
4442
+ go: "go";
4443
+ java: "java";
4444
+ elixir: "elixir";
4445
+ }>>;
4446
+ database: z.ZodOptional<z.ZodEnum<{
4447
+ none: "none";
4448
+ sqlite: "sqlite";
4449
+ postgres: "postgres";
4450
+ mysql: "mysql";
4451
+ mongodb: "mongodb";
4452
+ edgedb: "edgedb";
4453
+ redis: "redis";
4454
+ }>>;
4455
+ orm: z.ZodOptional<z.ZodEnum<{
4456
+ none: "none";
4457
+ drizzle: "drizzle";
4458
+ prisma: "prisma";
4459
+ mongoose: "mongoose";
4460
+ typeorm: "typeorm";
4461
+ kysely: "kysely";
4462
+ mikroorm: "mikroorm";
4463
+ sequelize: "sequelize";
4464
+ }>>;
4465
+ auth: z.ZodOptional<z.ZodEnum<{
4466
+ none: "none";
4467
+ "better-auth": "better-auth";
4468
+ "go-better-auth": "go-better-auth";
4469
+ clerk: "clerk";
4470
+ nextauth: "nextauth";
4471
+ "stack-auth": "stack-auth";
4472
+ "supabase-auth": "supabase-auth";
4473
+ auth0: "auth0";
4474
+ }>>;
4475
+ payments: z.ZodOptional<z.ZodEnum<{
4476
+ none: "none";
4477
+ polar: "polar";
4478
+ stripe: "stripe";
4479
+ "lemon-squeezy": "lemon-squeezy";
4480
+ paddle: "paddle";
4481
+ dodo: "dodo";
4482
+ }>>;
4483
+ frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
4484
+ none: "none";
4485
+ "tanstack-router": "tanstack-router";
4486
+ "react-router": "react-router";
4487
+ "react-vite": "react-vite";
4488
+ "tanstack-start": "tanstack-start";
4489
+ next: "next";
4490
+ vinext: "vinext";
4491
+ nuxt: "nuxt";
4492
+ "native-bare": "native-bare";
4493
+ "native-uniwind": "native-uniwind";
4494
+ "native-unistyles": "native-unistyles";
4495
+ svelte: "svelte";
4496
+ solid: "solid";
4497
+ "solid-start": "solid-start";
4498
+ astro: "astro";
4499
+ qwik: "qwik";
4500
+ angular: "angular";
4501
+ redwood: "redwood";
4502
+ fresh: "fresh";
4503
+ }>>>;
4504
+ addons: z.ZodOptional<z.ZodArray<z.ZodEnum<{
4505
+ none: "none";
4506
+ pwa: "pwa";
4507
+ tauri: "tauri";
4508
+ starlight: "starlight";
4509
+ biome: "biome";
4510
+ lefthook: "lefthook";
4511
+ husky: "husky";
4512
+ ruler: "ruler";
4513
+ mcp: "mcp";
4514
+ skills: "skills";
4515
+ turborepo: "turborepo";
4516
+ fumadocs: "fumadocs";
4517
+ ultracite: "ultracite";
4518
+ oxlint: "oxlint";
4519
+ opentui: "opentui";
4520
+ wxt: "wxt";
4521
+ msw: "msw";
4522
+ storybook: "storybook";
4523
+ swr: "swr";
4524
+ "tanstack-query": "tanstack-query";
4525
+ "tanstack-table": "tanstack-table";
4526
+ "tanstack-virtual": "tanstack-virtual";
4527
+ "tanstack-db": "tanstack-db";
4528
+ "tanstack-pacer": "tanstack-pacer";
4529
+ "docker-compose": "docker-compose";
4530
+ }>>>;
4531
+ examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
4532
+ none: "none";
4533
+ ai: "ai";
4534
+ "chat-sdk": "chat-sdk";
4535
+ "tanstack-showcase": "tanstack-showcase";
4536
+ }>>>;
4537
+ git: z.ZodOptional<z.ZodBoolean>;
4538
+ packageManager: z.ZodOptional<z.ZodEnum<{
4539
+ bun: "bun";
4540
+ npm: "npm";
4541
+ pnpm: "pnpm";
4542
+ yarn: "yarn";
4543
+ }>>;
4544
+ versionChannel: z.ZodOptional<z.ZodEnum<{
4545
+ stable: "stable";
4546
+ latest: "latest";
4547
+ beta: "beta";
4548
+ }>>;
4549
+ install: z.ZodOptional<z.ZodBoolean>;
4550
+ dbSetup: z.ZodOptional<z.ZodEnum<{
4551
+ none: "none";
4552
+ turso: "turso";
4553
+ neon: "neon";
4554
+ "prisma-postgres": "prisma-postgres";
4555
+ planetscale: "planetscale";
4556
+ "mongodb-atlas": "mongodb-atlas";
4557
+ supabase: "supabase";
4558
+ upstash: "upstash";
4559
+ d1: "d1";
4560
+ docker: "docker";
4561
+ }>>;
4562
+ backend: z.ZodOptional<z.ZodEnum<{
4563
+ none: "none";
4564
+ hono: "hono";
4565
+ express: "express";
4566
+ fastify: "fastify";
4567
+ elysia: "elysia";
4568
+ fets: "fets";
4569
+ nestjs: "nestjs";
4570
+ adonisjs: "adonisjs";
4571
+ nitro: "nitro";
4572
+ encore: "encore";
4573
+ convex: "convex";
4574
+ self: "self";
4575
+ }>>;
4576
+ runtime: z.ZodOptional<z.ZodEnum<{
4577
+ none: "none";
4578
+ bun: "bun";
4579
+ node: "node";
4580
+ workers: "workers";
4581
+ }>>;
4582
+ api: z.ZodOptional<z.ZodEnum<{
4583
+ none: "none";
4584
+ trpc: "trpc";
4585
+ orpc: "orpc";
4586
+ "ts-rest": "ts-rest";
4587
+ garph: "garph";
4588
+ "graphql-yoga": "graphql-yoga";
4589
+ }>>;
4590
+ webDeploy: z.ZodOptional<z.ZodEnum<{
4591
+ none: "none";
4592
+ docker: "docker";
4593
+ cloudflare: "cloudflare";
4594
+ fly: "fly";
4595
+ railway: "railway";
4596
+ sst: "sst";
4597
+ vercel: "vercel";
4598
+ }>>;
4599
+ serverDeploy: z.ZodOptional<z.ZodEnum<{
4600
+ none: "none";
4601
+ docker: "docker";
4602
+ cloudflare: "cloudflare";
4603
+ fly: "fly";
4604
+ railway: "railway";
4605
+ sst: "sst";
4606
+ vercel: "vercel";
4607
+ }>>;
4608
+ directoryConflict: z.ZodOptional<z.ZodEnum<{
4609
+ merge: "merge";
4610
+ overwrite: "overwrite";
4611
+ increment: "increment";
4612
+ error: "error";
4613
+ }>>;
4614
+ renderTitle: z.ZodOptional<z.ZodBoolean>;
4615
+ disableAnalytics: z.ZodOptional<z.ZodBoolean>;
4616
+ manualDb: z.ZodOptional<z.ZodBoolean>;
4617
+ astroIntegration: z.ZodOptional<z.ZodEnum<{
4618
+ none: "none";
4619
+ svelte: "svelte";
4620
+ solid: "solid";
4621
+ react: "react";
4622
+ vue: "vue";
4623
+ }>>;
4624
+ ai: z.ZodOptional<z.ZodEnum<{
4625
+ none: "none";
4626
+ "vercel-ai": "vercel-ai";
4627
+ mastra: "mastra";
4628
+ voltagent: "voltagent";
4629
+ langgraph: "langgraph";
4630
+ "openai-agents": "openai-agents";
4631
+ "google-adk": "google-adk";
4632
+ modelfusion: "modelfusion";
4633
+ langchain: "langchain";
4634
+ llamaindex: "llamaindex";
4635
+ "tanstack-ai": "tanstack-ai";
4636
+ "ai-cli": "ai-cli";
4637
+ }>>;
4638
+ effect: z.ZodOptional<z.ZodEnum<{
4639
+ none: "none";
4640
+ effect: "effect";
4641
+ "effect-full": "effect-full";
4642
+ }>>;
4643
+ stateManagement: z.ZodOptional<z.ZodEnum<{
4644
+ none: "none";
4645
+ zustand: "zustand";
4646
+ jotai: "jotai";
4647
+ nanostores: "nanostores";
4648
+ "redux-toolkit": "redux-toolkit";
4649
+ mobx: "mobx";
4650
+ xstate: "xstate";
4651
+ valtio: "valtio";
4652
+ "tanstack-store": "tanstack-store";
4653
+ "legend-state": "legend-state";
4654
+ }>>;
4655
+ forms: z.ZodOptional<z.ZodEnum<{
4656
+ none: "none";
4657
+ "tanstack-form": "tanstack-form";
4658
+ "react-hook-form": "react-hook-form";
4659
+ formik: "formik";
4660
+ "final-form": "final-form";
4661
+ conform: "conform";
4662
+ "modular-forms": "modular-forms";
4663
+ }>>;
4664
+ testing: z.ZodOptional<z.ZodEnum<{
4665
+ none: "none";
4666
+ vitest: "vitest";
4667
+ playwright: "playwright";
4668
+ "vitest-playwright": "vitest-playwright";
4669
+ jest: "jest";
4670
+ cypress: "cypress";
4671
+ }>>;
4672
+ email: z.ZodOptional<z.ZodEnum<{
4673
+ none: "none";
4674
+ "react-email": "react-email";
4675
+ resend: "resend";
4676
+ nodemailer: "nodemailer";
4677
+ postmark: "postmark";
4678
+ sendgrid: "sendgrid";
4679
+ "aws-ses": "aws-ses";
4680
+ mailgun: "mailgun";
4681
+ plunk: "plunk";
4682
+ }>>;
4683
+ cssFramework: z.ZodOptional<z.ZodEnum<{
4684
+ none: "none";
4685
+ tailwind: "tailwind";
4686
+ scss: "scss";
4687
+ less: "less";
4688
+ "postcss-only": "postcss-only";
4689
+ }>>;
4690
+ uiLibrary: z.ZodOptional<z.ZodEnum<{
4691
+ none: "none";
4692
+ "shadcn-ui": "shadcn-ui";
4693
+ "shadcn-svelte": "shadcn-svelte";
4694
+ daisyui: "daisyui";
4695
+ "radix-ui": "radix-ui";
4696
+ "headless-ui": "headless-ui";
4697
+ "park-ui": "park-ui";
4698
+ "chakra-ui": "chakra-ui";
4699
+ nextui: "nextui";
4700
+ mantine: "mantine";
4701
+ mui: "mui";
4702
+ antd: "antd";
4703
+ "base-ui": "base-ui";
4704
+ "ark-ui": "ark-ui";
4705
+ "react-aria": "react-aria";
4706
+ }>>;
4707
+ shadcnBase: z.ZodOptional<z.ZodEnum<{
4708
+ radix: "radix";
4709
+ base: "base";
4710
+ }>>;
4711
+ shadcnStyle: z.ZodOptional<z.ZodEnum<{
4712
+ vega: "vega";
4713
+ nova: "nova";
4714
+ maia: "maia";
4715
+ lyra: "lyra";
4716
+ mira: "mira";
4717
+ luma: "luma";
4718
+ sera: "sera";
4719
+ }>>;
4720
+ shadcnIconLibrary: z.ZodOptional<z.ZodEnum<{
4721
+ lucide: "lucide";
4722
+ tabler: "tabler";
4723
+ hugeicons: "hugeicons";
4724
+ phosphor: "phosphor";
4725
+ remixicon: "remixicon";
4726
+ heroicons: "heroicons";
4727
+ "react-icons": "react-icons";
4728
+ }>>;
4729
+ shadcnColorTheme: z.ZodOptional<z.ZodEnum<{
4730
+ neutral: "neutral";
4731
+ stone: "stone";
4732
+ zinc: "zinc";
4733
+ gray: "gray";
4734
+ amber: "amber";
4735
+ blue: "blue";
4736
+ cyan: "cyan";
4737
+ emerald: "emerald";
4738
+ fuchsia: "fuchsia";
4739
+ green: "green";
4740
+ indigo: "indigo";
4741
+ lime: "lime";
4742
+ orange: "orange";
4743
+ pink: "pink";
4744
+ purple: "purple";
4745
+ red: "red";
4746
+ rose: "rose";
4747
+ sky: "sky";
4748
+ teal: "teal";
4749
+ violet: "violet";
4750
+ yellow: "yellow";
4751
+ }>>;
4752
+ shadcnBaseColor: z.ZodOptional<z.ZodEnum<{
4753
+ neutral: "neutral";
4754
+ stone: "stone";
4755
+ zinc: "zinc";
4756
+ gray: "gray";
4757
+ }>>;
4758
+ shadcnFont: z.ZodOptional<z.ZodEnum<{
4759
+ inter: "inter";
4760
+ geist: "geist";
4761
+ "noto-sans": "noto-sans";
4762
+ "nunito-sans": "nunito-sans";
4763
+ figtree: "figtree";
4764
+ roboto: "roboto";
4765
+ raleway: "raleway";
4766
+ "dm-sans": "dm-sans";
4767
+ "public-sans": "public-sans";
4768
+ outfit: "outfit";
4769
+ "jetbrains-mono": "jetbrains-mono";
4770
+ "geist-mono": "geist-mono";
4771
+ }>>;
4772
+ shadcnRadius: z.ZodOptional<z.ZodEnum<{
4773
+ none: "none";
4774
+ default: "default";
4775
+ small: "small";
4776
+ medium: "medium";
4777
+ large: "large";
4778
+ }>>;
4779
+ validation: z.ZodOptional<z.ZodEnum<{
4780
+ none: "none";
4781
+ zod: "zod";
4782
+ valibot: "valibot";
4783
+ arktype: "arktype";
4784
+ typebox: "typebox";
4785
+ typia: "typia";
4786
+ runtypes: "runtypes";
4787
+ "effect-schema": "effect-schema";
4788
+ }>>;
4789
+ realtime: z.ZodOptional<z.ZodEnum<{
4790
+ none: "none";
4791
+ "socket-io": "socket-io";
4792
+ partykit: "partykit";
4793
+ ably: "ably";
4794
+ pusher: "pusher";
4795
+ liveblocks: "liveblocks";
4796
+ yjs: "yjs";
4797
+ }>>;
4798
+ jobQueue: z.ZodOptional<z.ZodEnum<{
4799
+ none: "none";
4800
+ bullmq: "bullmq";
4801
+ "trigger-dev": "trigger-dev";
4802
+ inngest: "inngest";
4803
+ temporal: "temporal";
4804
+ }>>;
4805
+ animation: z.ZodOptional<z.ZodEnum<{
4806
+ none: "none";
4807
+ "framer-motion": "framer-motion";
4808
+ gsap: "gsap";
4809
+ "react-spring": "react-spring";
4810
+ "auto-animate": "auto-animate";
4811
+ lottie: "lottie";
4812
+ }>>;
4813
+ fileUpload: z.ZodOptional<z.ZodEnum<{
4814
+ none: "none";
4815
+ uploadthing: "uploadthing";
4816
+ filepond: "filepond";
4817
+ uppy: "uppy";
4818
+ }>>;
4819
+ logging: z.ZodOptional<z.ZodEnum<{
4820
+ none: "none";
4821
+ pino: "pino";
4822
+ winston: "winston";
4823
+ evlog: "evlog";
4824
+ }>>;
4825
+ observability: z.ZodOptional<z.ZodEnum<{
4826
+ none: "none";
4827
+ opentelemetry: "opentelemetry";
4828
+ sentry: "sentry";
4829
+ grafana: "grafana";
4830
+ }>>;
4831
+ featureFlags: z.ZodOptional<z.ZodEnum<{
4832
+ none: "none";
4833
+ growthbook: "growthbook";
4834
+ posthog: "posthog";
4835
+ launchdarkly: "launchdarkly";
4836
+ flagsmith: "flagsmith";
4837
+ unleash: "unleash";
4838
+ }>>;
4839
+ analytics: z.ZodOptional<z.ZodEnum<{
4840
+ none: "none";
4841
+ plausible: "plausible";
4842
+ umami: "umami";
4843
+ }>>;
4844
+ cms: z.ZodOptional<z.ZodEnum<{
4845
+ none: "none";
4846
+ payload: "payload";
4847
+ sanity: "sanity";
4848
+ strapi: "strapi";
4849
+ tinacms: "tinacms";
4850
+ directus: "directus";
4851
+ }>>;
4852
+ caching: z.ZodOptional<z.ZodEnum<{
4853
+ none: "none";
4854
+ "upstash-redis": "upstash-redis";
4855
+ }>>;
4856
+ i18n: z.ZodOptional<z.ZodEnum<{
4857
+ none: "none";
4858
+ i18next: "i18next";
4859
+ "next-intl": "next-intl";
4860
+ }>>;
4861
+ search: z.ZodOptional<z.ZodEnum<{
4862
+ none: "none";
4863
+ meilisearch: "meilisearch";
4864
+ typesense: "typesense";
4865
+ elasticsearch: "elasticsearch";
4866
+ algolia: "algolia";
4867
+ }>>;
4868
+ fileStorage: z.ZodOptional<z.ZodEnum<{
4869
+ none: "none";
4870
+ s3: "s3";
4871
+ r2: "r2";
4872
+ cloudinary: "cloudinary";
4873
+ }>>;
4874
+ mobileNavigation: z.ZodOptional<z.ZodEnum<{
4875
+ none: "none";
4876
+ "expo-router": "expo-router";
4877
+ "react-navigation": "react-navigation";
4878
+ }>>;
4879
+ mobileUI: z.ZodOptional<z.ZodEnum<{
4880
+ none: "none";
4881
+ tamagui: "tamagui";
4882
+ "gluestack-ui": "gluestack-ui";
4883
+ uniwind: "uniwind";
4884
+ unistyles: "unistyles";
4885
+ }>>;
4886
+ mobileStorage: z.ZodOptional<z.ZodEnum<{
4887
+ none: "none";
4888
+ mmkv: "mmkv";
4889
+ }>>;
4890
+ mobileTesting: z.ZodOptional<z.ZodEnum<{
4891
+ none: "none";
4892
+ maestro: "maestro";
4893
+ "react-native-testing-library": "react-native-testing-library";
4894
+ "maestro-react-native-testing-library": "maestro-react-native-testing-library";
4895
+ }>>;
4896
+ mobilePush: z.ZodOptional<z.ZodEnum<{
4897
+ none: "none";
4898
+ "expo-notifications": "expo-notifications";
4899
+ }>>;
4900
+ mobileOTA: z.ZodOptional<z.ZodEnum<{
4901
+ none: "none";
4902
+ "expo-updates": "expo-updates";
4903
+ }>>;
4904
+ mobileDeepLinking: z.ZodOptional<z.ZodEnum<{
4905
+ none: "none";
4906
+ "expo-linking": "expo-linking";
4907
+ }>>;
4908
+ rustWebFramework: z.ZodOptional<z.ZodEnum<{
4909
+ none: "none";
4910
+ axum: "axum";
4911
+ "actix-web": "actix-web";
4912
+ rocket: "rocket";
4913
+ }>>;
4914
+ rustFrontend: z.ZodOptional<z.ZodEnum<{
4915
+ none: "none";
4916
+ leptos: "leptos";
4917
+ dioxus: "dioxus";
4918
+ }>>;
4919
+ rustOrm: z.ZodOptional<z.ZodEnum<{
4920
+ none: "none";
4921
+ "sea-orm": "sea-orm";
4922
+ sqlx: "sqlx";
4923
+ diesel: "diesel";
4924
+ }>>;
4925
+ rustApi: z.ZodOptional<z.ZodEnum<{
4926
+ none: "none";
4927
+ tonic: "tonic";
4928
+ "async-graphql": "async-graphql";
4929
+ }>>;
4930
+ rustCli: z.ZodOptional<z.ZodEnum<{
4931
+ none: "none";
4932
+ clap: "clap";
4933
+ ratatui: "ratatui";
4934
+ }>>;
4935
+ rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
4936
+ none: "none";
4937
+ serde: "serde";
4938
+ uuid: "uuid";
4939
+ chrono: "chrono";
4940
+ reqwest: "reqwest";
4941
+ config: "config";
4942
+ dashmap: "dashmap";
4943
+ "parking-lot": "parking-lot";
4944
+ secrecy: "secrecy";
4945
+ "tokio-util": "tokio-util";
4946
+ utoipa: "utoipa";
4947
+ validator: "validator";
4948
+ jsonwebtoken: "jsonwebtoken";
4949
+ argon2: "argon2";
4950
+ "tokio-test": "tokio-test";
4951
+ mockall: "mockall";
4952
+ proptest: "proptest";
4953
+ insta: "insta";
4954
+ }>>>;
4955
+ rustLogging: z.ZodOptional<z.ZodEnum<{
4956
+ none: "none";
4957
+ tracing: "tracing";
4958
+ "env-logger": "env-logger";
3011
4959
  }>>;
3012
- yes: z.ZodOptional<z.ZodBoolean>;
3013
- yolo: z.ZodOptional<z.ZodBoolean>;
3014
- verbose: z.ZodOptional<z.ZodBoolean>;
3015
- dryRun: z.ZodOptional<z.ZodBoolean>;
3016
- ecosystem: z.ZodOptional<z.ZodEnum<{
4960
+ rustErrorHandling: z.ZodOptional<z.ZodEnum<{
4961
+ none: "none";
4962
+ "anyhow-thiserror": "anyhow-thiserror";
4963
+ eyre: "eyre";
4964
+ }>>;
4965
+ rustCaching: z.ZodOptional<z.ZodEnum<{
4966
+ none: "none";
4967
+ redis: "redis";
4968
+ moka: "moka";
4969
+ }>>;
4970
+ rustAuth: z.ZodOptional<z.ZodEnum<{
4971
+ none: "none";
4972
+ oauth2: "oauth2";
4973
+ }>>;
4974
+ pythonWebFramework: z.ZodOptional<z.ZodEnum<{
4975
+ none: "none";
4976
+ fastapi: "fastapi";
4977
+ django: "django";
4978
+ flask: "flask";
4979
+ litestar: "litestar";
4980
+ }>>;
4981
+ pythonOrm: z.ZodOptional<z.ZodEnum<{
4982
+ none: "none";
4983
+ sqlalchemy: "sqlalchemy";
4984
+ sqlmodel: "sqlmodel";
4985
+ "tortoise-orm": "tortoise-orm";
4986
+ }>>;
4987
+ pythonValidation: z.ZodOptional<z.ZodEnum<{
4988
+ none: "none";
4989
+ pydantic: "pydantic";
4990
+ }>>;
4991
+ pythonAi: z.ZodOptional<z.ZodArray<z.ZodEnum<{
4992
+ none: "none";
4993
+ langgraph: "langgraph";
4994
+ langchain: "langchain";
4995
+ llamaindex: "llamaindex";
4996
+ "openai-sdk": "openai-sdk";
4997
+ "anthropic-sdk": "anthropic-sdk";
4998
+ crewai: "crewai";
4999
+ haystack: "haystack";
5000
+ }>>>;
5001
+ pythonAuth: z.ZodOptional<z.ZodEnum<{
5002
+ none: "none";
5003
+ authlib: "authlib";
5004
+ jwt: "jwt";
5005
+ }>>;
5006
+ pythonApi: z.ZodOptional<z.ZodEnum<{
5007
+ none: "none";
5008
+ "django-rest-framework": "django-rest-framework";
5009
+ "django-ninja": "django-ninja";
5010
+ }>>;
5011
+ pythonTaskQueue: z.ZodOptional<z.ZodEnum<{
5012
+ none: "none";
5013
+ celery: "celery";
5014
+ rq: "rq";
5015
+ dramatiq: "dramatiq";
5016
+ huey: "huey";
5017
+ }>>;
5018
+ pythonGraphql: z.ZodOptional<z.ZodEnum<{
5019
+ none: "none";
5020
+ strawberry: "strawberry";
5021
+ ariadne: "ariadne";
5022
+ }>>;
5023
+ pythonQuality: z.ZodOptional<z.ZodEnum<{
5024
+ none: "none";
5025
+ ruff: "ruff";
5026
+ mypy: "mypy";
5027
+ pyright: "pyright";
5028
+ }>>;
5029
+ goWebFramework: z.ZodOptional<z.ZodEnum<{
5030
+ none: "none";
5031
+ gin: "gin";
5032
+ echo: "echo";
5033
+ fiber: "fiber";
5034
+ chi: "chi";
5035
+ }>>;
5036
+ goOrm: z.ZodOptional<z.ZodEnum<{
5037
+ none: "none";
5038
+ gorm: "gorm";
5039
+ sqlc: "sqlc";
5040
+ ent: "ent";
5041
+ }>>;
5042
+ goApi: z.ZodOptional<z.ZodEnum<{
5043
+ none: "none";
5044
+ "grpc-go": "grpc-go";
5045
+ }>>;
5046
+ goCli: z.ZodOptional<z.ZodEnum<{
5047
+ none: "none";
5048
+ cobra: "cobra";
5049
+ bubbletea: "bubbletea";
5050
+ "urfave-cli": "urfave-cli";
5051
+ }>>;
5052
+ goLogging: z.ZodOptional<z.ZodEnum<{
5053
+ none: "none";
5054
+ zap: "zap";
5055
+ zerolog: "zerolog";
5056
+ slog: "slog";
5057
+ logrus: "logrus";
5058
+ }>>;
5059
+ goAuth: z.ZodOptional<z.ZodEnum<{
5060
+ none: "none";
5061
+ jwt: "jwt";
5062
+ casbin: "casbin";
5063
+ }>>;
5064
+ javaWebFramework: z.ZodOptional<z.ZodEnum<{
5065
+ none: "none";
5066
+ "spring-boot": "spring-boot";
5067
+ quarkus: "quarkus";
5068
+ }>>;
5069
+ javaBuildTool: z.ZodOptional<z.ZodEnum<{
5070
+ none: "none";
5071
+ maven: "maven";
5072
+ gradle: "gradle";
5073
+ }>>;
5074
+ javaOrm: z.ZodOptional<z.ZodEnum<{
5075
+ none: "none";
5076
+ "spring-data-jpa": "spring-data-jpa";
5077
+ }>>;
5078
+ javaAuth: z.ZodOptional<z.ZodEnum<{
5079
+ none: "none";
5080
+ "spring-security": "spring-security";
5081
+ }>>;
5082
+ javaLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
5083
+ none: "none";
5084
+ "spring-actuator": "spring-actuator";
5085
+ "spring-validation": "spring-validation";
5086
+ flyway: "flyway";
5087
+ liquibase: "liquibase";
5088
+ "springdoc-openapi": "springdoc-openapi";
5089
+ lombok: "lombok";
5090
+ mapstruct: "mapstruct";
5091
+ caffeine: "caffeine";
5092
+ resilience4j: "resilience4j";
5093
+ "spring-webflux": "spring-webflux";
5094
+ "spring-batch": "spring-batch";
5095
+ "spring-kafka": "spring-kafka";
5096
+ "spring-mail": "spring-mail";
5097
+ "spring-devtools": "spring-devtools";
5098
+ "micrometer-prometheus": "micrometer-prometheus";
5099
+ thymeleaf: "thymeleaf";
5100
+ }>>>;
5101
+ javaTestingLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
5102
+ none: "none";
5103
+ junit5: "junit5";
5104
+ mockito: "mockito";
5105
+ testcontainers: "testcontainers";
5106
+ assertj: "assertj";
5107
+ "rest-assured": "rest-assured";
5108
+ wiremock: "wiremock";
5109
+ awaitility: "awaitility";
5110
+ archunit: "archunit";
5111
+ jqwik: "jqwik";
5112
+ }>>>;
5113
+ elixirWebFramework: z.ZodOptional<z.ZodEnum<{
5114
+ none: "none";
5115
+ phoenix: "phoenix";
5116
+ "phoenix-live-view": "phoenix-live-view";
5117
+ }>>;
5118
+ elixirOrm: z.ZodOptional<z.ZodEnum<{
5119
+ none: "none";
5120
+ ecto: "ecto";
5121
+ "ecto-sql": "ecto-sql";
5122
+ }>>;
5123
+ elixirAuth: z.ZodOptional<z.ZodEnum<{
5124
+ none: "none";
5125
+ "phx-gen-auth": "phx-gen-auth";
5126
+ ueberauth: "ueberauth";
5127
+ guardian: "guardian";
5128
+ }>>;
5129
+ elixirApi: z.ZodOptional<z.ZodEnum<{
5130
+ none: "none";
5131
+ rest: "rest";
5132
+ absinthe: "absinthe";
5133
+ }>>;
5134
+ elixirRealtime: z.ZodOptional<z.ZodEnum<{
5135
+ none: "none";
5136
+ channels: "channels";
5137
+ presence: "presence";
5138
+ pubsub: "pubsub";
5139
+ "live-view-streams": "live-view-streams";
5140
+ }>>;
5141
+ elixirJobs: z.ZodOptional<z.ZodEnum<{
5142
+ none: "none";
5143
+ oban: "oban";
5144
+ quantum: "quantum";
5145
+ }>>;
5146
+ elixirValidation: z.ZodOptional<z.ZodEnum<{
5147
+ none: "none";
5148
+ "ecto-changesets": "ecto-changesets";
5149
+ "nimble-options": "nimble-options";
5150
+ }>>;
5151
+ elixirHttp: z.ZodOptional<z.ZodEnum<{
5152
+ none: "none";
5153
+ req: "req";
5154
+ finch: "finch";
5155
+ }>>;
5156
+ elixirJson: z.ZodOptional<z.ZodEnum<{
5157
+ none: "none";
5158
+ jason: "jason";
5159
+ }>>;
5160
+ elixirEmail: z.ZodOptional<z.ZodEnum<{
5161
+ none: "none";
5162
+ swoosh: "swoosh";
5163
+ }>>;
5164
+ elixirCaching: z.ZodOptional<z.ZodEnum<{
5165
+ none: "none";
5166
+ cachex: "cachex";
5167
+ nebulex: "nebulex";
5168
+ }>>;
5169
+ elixirObservability: z.ZodOptional<z.ZodEnum<{
5170
+ none: "none";
5171
+ opentelemetry: "opentelemetry";
5172
+ telemetry: "telemetry";
5173
+ prom_ex: "prom_ex";
5174
+ }>>;
5175
+ elixirTesting: z.ZodOptional<z.ZodEnum<{
5176
+ none: "none";
5177
+ ex_unit: "ex_unit";
5178
+ mox: "mox";
5179
+ bypass: "bypass";
5180
+ wallaby: "wallaby";
5181
+ }>>;
5182
+ elixirQuality: z.ZodOptional<z.ZodEnum<{
5183
+ none: "none";
5184
+ credo: "credo";
5185
+ dialyxir: "dialyxir";
5186
+ sobelow: "sobelow";
5187
+ }>>;
5188
+ elixirDeploy: z.ZodOptional<z.ZodEnum<{
5189
+ none: "none";
5190
+ docker: "docker";
5191
+ fly: "fly";
5192
+ gigalixir: "gigalixir";
5193
+ "mix-release": "mix-release";
5194
+ }>>;
5195
+ aiDocs: z.ZodOptional<z.ZodArray<z.ZodEnum<{
5196
+ none: "none";
5197
+ "claude-md": "claude-md";
5198
+ "agents-md": "agents-md";
5199
+ cursorrules: "cursorrules";
5200
+ }>>>;
5201
+ }, z.core.$strip>>;
5202
+ projectConfig: z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
5203
+ projectName: z.ZodString;
5204
+ projectDir: z.ZodString;
5205
+ relativePath: z.ZodString;
5206
+ ecosystem: z.ZodEnum<{
3017
5207
  typescript: "typescript";
5208
+ "react-native": "react-native";
3018
5209
  rust: "rust";
3019
5210
  python: "python";
3020
5211
  go: "go";
3021
5212
  java: "java";
3022
- }>>;
3023
- database: z.ZodOptional<z.ZodEnum<{
5213
+ elixir: "elixir";
5214
+ }>;
5215
+ database: z.ZodEnum<{
3024
5216
  none: "none";
3025
5217
  sqlite: "sqlite";
3026
5218
  postgres: "postgres";
@@ -3028,8 +5220,8 @@ declare function getAllJsonSchemas(): {
3028
5220
  mongodb: "mongodb";
3029
5221
  edgedb: "edgedb";
3030
5222
  redis: "redis";
3031
- }>>;
3032
- orm: z.ZodOptional<z.ZodEnum<{
5223
+ }>;
5224
+ orm: z.ZodEnum<{
3033
5225
  none: "none";
3034
5226
  drizzle: "drizzle";
3035
5227
  prisma: "prisma";
@@ -3038,32 +5230,35 @@ declare function getAllJsonSchemas(): {
3038
5230
  kysely: "kysely";
3039
5231
  mikroorm: "mikroorm";
3040
5232
  sequelize: "sequelize";
3041
- }>>;
3042
- auth: z.ZodOptional<z.ZodEnum<{
3043
- none: "none";
3044
- "better-auth": "better-auth";
3045
- "go-better-auth": "go-better-auth";
3046
- clerk: "clerk";
3047
- nextauth: "nextauth";
3048
- "stack-auth": "stack-auth";
3049
- "supabase-auth": "supabase-auth";
3050
- auth0: "auth0";
3051
- }>>;
3052
- payments: z.ZodOptional<z.ZodEnum<{
5233
+ }>;
5234
+ backend: z.ZodEnum<{
3053
5235
  none: "none";
3054
- polar: "polar";
3055
- stripe: "stripe";
3056
- "lemon-squeezy": "lemon-squeezy";
3057
- paddle: "paddle";
3058
- dodo: "dodo";
3059
- }>>;
3060
- frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
5236
+ hono: "hono";
5237
+ express: "express";
5238
+ fastify: "fastify";
5239
+ elysia: "elysia";
5240
+ fets: "fets";
5241
+ nestjs: "nestjs";
5242
+ adonisjs: "adonisjs";
5243
+ nitro: "nitro";
5244
+ encore: "encore";
5245
+ convex: "convex";
5246
+ self: "self";
5247
+ }>;
5248
+ runtime: z.ZodEnum<{
5249
+ none: "none";
5250
+ bun: "bun";
5251
+ node: "node";
5252
+ workers: "workers";
5253
+ }>;
5254
+ frontend: z.ZodArray<z.ZodEnum<{
3061
5255
  none: "none";
3062
5256
  "tanstack-router": "tanstack-router";
3063
5257
  "react-router": "react-router";
3064
5258
  "react-vite": "react-vite";
3065
5259
  "tanstack-start": "tanstack-start";
3066
5260
  next: "next";
5261
+ vinext: "vinext";
3067
5262
  nuxt: "nuxt";
3068
5263
  "native-bare": "native-bare";
3069
5264
  "native-uniwind": "native-uniwind";
@@ -3076,8 +5271,8 @@ declare function getAllJsonSchemas(): {
3076
5271
  angular: "angular";
3077
5272
  redwood: "redwood";
3078
5273
  fresh: "fresh";
3079
- }>>>;
3080
- addons: z.ZodOptional<z.ZodArray<z.ZodEnum<{
5274
+ }>>;
5275
+ addons: z.ZodArray<z.ZodEnum<{
3081
5276
  none: "none";
3082
5277
  pwa: "pwa";
3083
5278
  tauri: "tauri";
@@ -3096,33 +5291,52 @@ declare function getAllJsonSchemas(): {
3096
5291
  wxt: "wxt";
3097
5292
  msw: "msw";
3098
5293
  storybook: "storybook";
5294
+ swr: "swr";
3099
5295
  "tanstack-query": "tanstack-query";
3100
5296
  "tanstack-table": "tanstack-table";
3101
5297
  "tanstack-virtual": "tanstack-virtual";
3102
5298
  "tanstack-db": "tanstack-db";
3103
5299
  "tanstack-pacer": "tanstack-pacer";
3104
5300
  "docker-compose": "docker-compose";
3105
- }>>>;
3106
- examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
5301
+ }>>;
5302
+ examples: z.ZodArray<z.ZodEnum<{
3107
5303
  none: "none";
3108
5304
  ai: "ai";
3109
5305
  "chat-sdk": "chat-sdk";
3110
5306
  "tanstack-showcase": "tanstack-showcase";
3111
- }>>>;
3112
- git: z.ZodOptional<z.ZodBoolean>;
3113
- packageManager: z.ZodOptional<z.ZodEnum<{
5307
+ }>>;
5308
+ auth: z.ZodEnum<{
5309
+ none: "none";
5310
+ "better-auth": "better-auth";
5311
+ "go-better-auth": "go-better-auth";
5312
+ clerk: "clerk";
5313
+ nextauth: "nextauth";
5314
+ "stack-auth": "stack-auth";
5315
+ "supabase-auth": "supabase-auth";
5316
+ auth0: "auth0";
5317
+ }>;
5318
+ payments: z.ZodEnum<{
5319
+ none: "none";
5320
+ polar: "polar";
5321
+ stripe: "stripe";
5322
+ "lemon-squeezy": "lemon-squeezy";
5323
+ paddle: "paddle";
5324
+ dodo: "dodo";
5325
+ }>;
5326
+ git: z.ZodBoolean;
5327
+ packageManager: z.ZodEnum<{
3114
5328
  bun: "bun";
3115
5329
  npm: "npm";
3116
5330
  pnpm: "pnpm";
3117
5331
  yarn: "yarn";
3118
- }>>;
3119
- versionChannel: z.ZodOptional<z.ZodEnum<{
5332
+ }>;
5333
+ versionChannel: z.ZodEnum<{
3120
5334
  stable: "stable";
3121
5335
  latest: "latest";
3122
5336
  beta: "beta";
3123
- }>>;
3124
- install: z.ZodOptional<z.ZodBoolean>;
3125
- dbSetup: z.ZodOptional<z.ZodEnum<{
5337
+ }>;
5338
+ install: z.ZodBoolean;
5339
+ dbSetup: z.ZodEnum<{
3126
5340
  none: "none";
3127
5341
  turso: "turso";
3128
5342
  neon: "neon";
@@ -3133,36 +5347,16 @@ declare function getAllJsonSchemas(): {
3133
5347
  upstash: "upstash";
3134
5348
  d1: "d1";
3135
5349
  docker: "docker";
3136
- }>>;
3137
- backend: z.ZodOptional<z.ZodEnum<{
3138
- none: "none";
3139
- hono: "hono";
3140
- express: "express";
3141
- fastify: "fastify";
3142
- elysia: "elysia";
3143
- fets: "fets";
3144
- nestjs: "nestjs";
3145
- adonisjs: "adonisjs";
3146
- nitro: "nitro";
3147
- encore: "encore";
3148
- convex: "convex";
3149
- self: "self";
3150
- }>>;
3151
- runtime: z.ZodOptional<z.ZodEnum<{
3152
- none: "none";
3153
- bun: "bun";
3154
- node: "node";
3155
- workers: "workers";
3156
- }>>;
3157
- api: z.ZodOptional<z.ZodEnum<{
5350
+ }>;
5351
+ api: z.ZodEnum<{
3158
5352
  none: "none";
3159
5353
  trpc: "trpc";
3160
5354
  orpc: "orpc";
3161
5355
  "ts-rest": "ts-rest";
3162
5356
  garph: "garph";
3163
5357
  "graphql-yoga": "graphql-yoga";
3164
- }>>;
3165
- webDeploy: z.ZodOptional<z.ZodEnum<{
5358
+ }>;
5359
+ webDeploy: z.ZodEnum<{
3166
5360
  none: "none";
3167
5361
  docker: "docker";
3168
5362
  cloudflare: "cloudflare";
@@ -3170,8 +5364,8 @@ declare function getAllJsonSchemas(): {
3170
5364
  railway: "railway";
3171
5365
  sst: "sst";
3172
5366
  vercel: "vercel";
3173
- }>>;
3174
- serverDeploy: z.ZodOptional<z.ZodEnum<{
5367
+ }>;
5368
+ serverDeploy: z.ZodEnum<{
3175
5369
  none: "none";
3176
5370
  docker: "docker";
3177
5371
  cloudflare: "cloudflare";
@@ -3179,16 +5373,7 @@ declare function getAllJsonSchemas(): {
3179
5373
  railway: "railway";
3180
5374
  sst: "sst";
3181
5375
  vercel: "vercel";
3182
- }>>;
3183
- directoryConflict: z.ZodOptional<z.ZodEnum<{
3184
- merge: "merge";
3185
- overwrite: "overwrite";
3186
- increment: "increment";
3187
- error: "error";
3188
- }>>;
3189
- renderTitle: z.ZodOptional<z.ZodBoolean>;
3190
- disableAnalytics: z.ZodOptional<z.ZodBoolean>;
3191
- manualDb: z.ZodOptional<z.ZodBoolean>;
5376
+ }>;
3192
5377
  astroIntegration: z.ZodOptional<z.ZodEnum<{
3193
5378
  none: "none";
3194
5379
  svelte: "svelte";
@@ -3196,7 +5381,7 @@ declare function getAllJsonSchemas(): {
3196
5381
  react: "react";
3197
5382
  vue: "vue";
3198
5383
  }>>;
3199
- ai: z.ZodOptional<z.ZodEnum<{
5384
+ ai: z.ZodEnum<{
3200
5385
  none: "none";
3201
5386
  "vercel-ai": "vercel-ai";
3202
5387
  mastra: "mastra";
@@ -3209,13 +5394,13 @@ declare function getAllJsonSchemas(): {
3209
5394
  llamaindex: "llamaindex";
3210
5395
  "tanstack-ai": "tanstack-ai";
3211
5396
  "ai-cli": "ai-cli";
3212
- }>>;
3213
- effect: z.ZodOptional<z.ZodEnum<{
5397
+ }>;
5398
+ effect: z.ZodEnum<{
3214
5399
  none: "none";
3215
5400
  effect: "effect";
3216
5401
  "effect-full": "effect-full";
3217
- }>>;
3218
- stateManagement: z.ZodOptional<z.ZodEnum<{
5402
+ }>;
5403
+ stateManagement: z.ZodEnum<{
3219
5404
  none: "none";
3220
5405
  zustand: "zustand";
3221
5406
  jotai: "jotai";
@@ -3226,8 +5411,8 @@ declare function getAllJsonSchemas(): {
3226
5411
  valtio: "valtio";
3227
5412
  "tanstack-store": "tanstack-store";
3228
5413
  "legend-state": "legend-state";
3229
- }>>;
3230
- forms: z.ZodOptional<z.ZodEnum<{
5414
+ }>;
5415
+ forms: z.ZodEnum<{
3231
5416
  none: "none";
3232
5417
  "tanstack-form": "tanstack-form";
3233
5418
  "react-hook-form": "react-hook-form";
@@ -3235,16 +5420,16 @@ declare function getAllJsonSchemas(): {
3235
5420
  "final-form": "final-form";
3236
5421
  conform: "conform";
3237
5422
  "modular-forms": "modular-forms";
3238
- }>>;
3239
- testing: z.ZodOptional<z.ZodEnum<{
5423
+ }>;
5424
+ testing: z.ZodEnum<{
3240
5425
  none: "none";
3241
5426
  vitest: "vitest";
3242
5427
  playwright: "playwright";
3243
5428
  "vitest-playwright": "vitest-playwright";
3244
5429
  jest: "jest";
3245
5430
  cypress: "cypress";
3246
- }>>;
3247
- email: z.ZodOptional<z.ZodEnum<{
5431
+ }>;
5432
+ email: z.ZodEnum<{
3248
5433
  none: "none";
3249
5434
  "react-email": "react-email";
3250
5435
  resend: "resend";
@@ -3254,17 +5439,18 @@ declare function getAllJsonSchemas(): {
3254
5439
  "aws-ses": "aws-ses";
3255
5440
  mailgun: "mailgun";
3256
5441
  plunk: "plunk";
3257
- }>>;
3258
- cssFramework: z.ZodOptional<z.ZodEnum<{
5442
+ }>;
5443
+ cssFramework: z.ZodEnum<{
3259
5444
  none: "none";
3260
5445
  tailwind: "tailwind";
3261
5446
  scss: "scss";
3262
5447
  less: "less";
3263
5448
  "postcss-only": "postcss-only";
3264
- }>>;
3265
- uiLibrary: z.ZodOptional<z.ZodEnum<{
5449
+ }>;
5450
+ uiLibrary: z.ZodEnum<{
3266
5451
  none: "none";
3267
5452
  "shadcn-ui": "shadcn-ui";
5453
+ "shadcn-svelte": "shadcn-svelte";
3268
5454
  daisyui: "daisyui";
3269
5455
  "radix-ui": "radix-ui";
3270
5456
  "headless-ui": "headless-ui";
@@ -3277,7 +5463,7 @@ declare function getAllJsonSchemas(): {
3277
5463
  "base-ui": "base-ui";
3278
5464
  "ark-ui": "ark-ui";
3279
5465
  "react-aria": "react-aria";
3280
- }>>;
5466
+ }>;
3281
5467
  shadcnBase: z.ZodOptional<z.ZodEnum<{
3282
5468
  radix: "radix";
3283
5469
  base: "base";
@@ -3350,7 +5536,7 @@ declare function getAllJsonSchemas(): {
3350
5536
  medium: "medium";
3351
5537
  large: "large";
3352
5538
  }>>;
3353
- validation: z.ZodOptional<z.ZodEnum<{
5539
+ validation: z.ZodEnum<{
3354
5540
  none: "none";
3355
5541
  zod: "zod";
3356
5542
  valibot: "valibot";
@@ -3359,8 +5545,8 @@ declare function getAllJsonSchemas(): {
3359
5545
  typia: "typia";
3360
5546
  runtypes: "runtypes";
3361
5547
  "effect-schema": "effect-schema";
3362
- }>>;
3363
- realtime: z.ZodOptional<z.ZodEnum<{
5548
+ }>;
5549
+ realtime: z.ZodEnum<{
3364
5550
  none: "none";
3365
5551
  "socket-io": "socket-io";
3366
5552
  partykit: "partykit";
@@ -3368,108 +5554,145 @@ declare function getAllJsonSchemas(): {
3368
5554
  pusher: "pusher";
3369
5555
  liveblocks: "liveblocks";
3370
5556
  yjs: "yjs";
3371
- }>>;
3372
- jobQueue: z.ZodOptional<z.ZodEnum<{
5557
+ }>;
5558
+ jobQueue: z.ZodEnum<{
3373
5559
  none: "none";
3374
5560
  bullmq: "bullmq";
3375
5561
  "trigger-dev": "trigger-dev";
3376
5562
  inngest: "inngest";
3377
5563
  temporal: "temporal";
3378
- }>>;
3379
- animation: z.ZodOptional<z.ZodEnum<{
5564
+ }>;
5565
+ animation: z.ZodEnum<{
3380
5566
  none: "none";
3381
5567
  "framer-motion": "framer-motion";
3382
5568
  gsap: "gsap";
3383
5569
  "react-spring": "react-spring";
3384
5570
  "auto-animate": "auto-animate";
3385
5571
  lottie: "lottie";
3386
- }>>;
3387
- fileUpload: z.ZodOptional<z.ZodEnum<{
5572
+ }>;
5573
+ fileUpload: z.ZodEnum<{
3388
5574
  none: "none";
3389
5575
  uploadthing: "uploadthing";
3390
5576
  filepond: "filepond";
3391
5577
  uppy: "uppy";
3392
- }>>;
3393
- logging: z.ZodOptional<z.ZodEnum<{
5578
+ }>;
5579
+ logging: z.ZodEnum<{
3394
5580
  none: "none";
3395
5581
  pino: "pino";
3396
5582
  winston: "winston";
3397
- }>>;
3398
- observability: z.ZodOptional<z.ZodEnum<{
5583
+ evlog: "evlog";
5584
+ }>;
5585
+ observability: z.ZodEnum<{
3399
5586
  none: "none";
3400
5587
  opentelemetry: "opentelemetry";
3401
5588
  sentry: "sentry";
3402
5589
  grafana: "grafana";
3403
- }>>;
3404
- featureFlags: z.ZodOptional<z.ZodEnum<{
5590
+ }>;
5591
+ featureFlags: z.ZodEnum<{
3405
5592
  none: "none";
3406
5593
  growthbook: "growthbook";
3407
5594
  posthog: "posthog";
3408
5595
  launchdarkly: "launchdarkly";
3409
5596
  flagsmith: "flagsmith";
3410
5597
  unleash: "unleash";
3411
- }>>;
3412
- analytics: z.ZodOptional<z.ZodEnum<{
5598
+ }>;
5599
+ analytics: z.ZodEnum<{
3413
5600
  none: "none";
3414
5601
  plausible: "plausible";
3415
5602
  umami: "umami";
3416
- }>>;
3417
- cms: z.ZodOptional<z.ZodEnum<{
5603
+ }>;
5604
+ cms: z.ZodEnum<{
3418
5605
  none: "none";
3419
5606
  payload: "payload";
3420
5607
  sanity: "sanity";
3421
5608
  strapi: "strapi";
3422
5609
  tinacms: "tinacms";
3423
- }>>;
3424
- caching: z.ZodOptional<z.ZodEnum<{
5610
+ directus: "directus";
5611
+ }>;
5612
+ caching: z.ZodEnum<{
3425
5613
  none: "none";
3426
5614
  "upstash-redis": "upstash-redis";
3427
- }>>;
3428
- i18n: z.ZodOptional<z.ZodEnum<{
5615
+ }>;
5616
+ i18n: z.ZodEnum<{
3429
5617
  none: "none";
3430
5618
  i18next: "i18next";
3431
5619
  "next-intl": "next-intl";
3432
- }>>;
3433
- search: z.ZodOptional<z.ZodEnum<{
5620
+ }>;
5621
+ search: z.ZodEnum<{
3434
5622
  none: "none";
3435
5623
  meilisearch: "meilisearch";
3436
5624
  typesense: "typesense";
3437
5625
  elasticsearch: "elasticsearch";
3438
5626
  algolia: "algolia";
3439
- }>>;
3440
- fileStorage: z.ZodOptional<z.ZodEnum<{
5627
+ }>;
5628
+ fileStorage: z.ZodEnum<{
3441
5629
  none: "none";
3442
5630
  s3: "s3";
3443
5631
  r2: "r2";
3444
- }>>;
3445
- rustWebFramework: z.ZodOptional<z.ZodEnum<{
5632
+ cloudinary: "cloudinary";
5633
+ }>;
5634
+ mobileNavigation: z.ZodEnum<{
5635
+ none: "none";
5636
+ "expo-router": "expo-router";
5637
+ "react-navigation": "react-navigation";
5638
+ }>;
5639
+ mobileUI: z.ZodEnum<{
5640
+ none: "none";
5641
+ tamagui: "tamagui";
5642
+ "gluestack-ui": "gluestack-ui";
5643
+ uniwind: "uniwind";
5644
+ unistyles: "unistyles";
5645
+ }>;
5646
+ mobileStorage: z.ZodEnum<{
5647
+ none: "none";
5648
+ mmkv: "mmkv";
5649
+ }>;
5650
+ mobileTesting: z.ZodEnum<{
5651
+ none: "none";
5652
+ maestro: "maestro";
5653
+ "react-native-testing-library": "react-native-testing-library";
5654
+ "maestro-react-native-testing-library": "maestro-react-native-testing-library";
5655
+ }>;
5656
+ mobilePush: z.ZodEnum<{
5657
+ none: "none";
5658
+ "expo-notifications": "expo-notifications";
5659
+ }>;
5660
+ mobileOTA: z.ZodEnum<{
5661
+ none: "none";
5662
+ "expo-updates": "expo-updates";
5663
+ }>;
5664
+ mobileDeepLinking: z.ZodEnum<{
5665
+ none: "none";
5666
+ "expo-linking": "expo-linking";
5667
+ }>;
5668
+ rustWebFramework: z.ZodEnum<{
3446
5669
  none: "none";
3447
5670
  axum: "axum";
3448
5671
  "actix-web": "actix-web";
3449
5672
  rocket: "rocket";
3450
- }>>;
3451
- rustFrontend: z.ZodOptional<z.ZodEnum<{
5673
+ }>;
5674
+ rustFrontend: z.ZodEnum<{
3452
5675
  none: "none";
3453
5676
  leptos: "leptos";
3454
5677
  dioxus: "dioxus";
3455
- }>>;
3456
- rustOrm: z.ZodOptional<z.ZodEnum<{
5678
+ }>;
5679
+ rustOrm: z.ZodEnum<{
3457
5680
  none: "none";
3458
5681
  "sea-orm": "sea-orm";
3459
5682
  sqlx: "sqlx";
3460
5683
  diesel: "diesel";
3461
- }>>;
3462
- rustApi: z.ZodOptional<z.ZodEnum<{
5684
+ }>;
5685
+ rustApi: z.ZodEnum<{
3463
5686
  none: "none";
3464
5687
  tonic: "tonic";
3465
5688
  "async-graphql": "async-graphql";
3466
- }>>;
3467
- rustCli: z.ZodOptional<z.ZodEnum<{
5689
+ }>;
5690
+ rustCli: z.ZodEnum<{
3468
5691
  none: "none";
3469
5692
  clap: "clap";
3470
5693
  ratatui: "ratatui";
3471
- }>>;
3472
- rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
5694
+ }>;
5695
+ rustLibraries: z.ZodArray<z.ZodEnum<{
3473
5696
  none: "none";
3474
5697
  serde: "serde";
3475
5698
  uuid: "uuid";
@@ -3488,44 +5711,44 @@ declare function getAllJsonSchemas(): {
3488
5711
  mockall: "mockall";
3489
5712
  proptest: "proptest";
3490
5713
  insta: "insta";
3491
- }>>>;
3492
- rustLogging: z.ZodOptional<z.ZodEnum<{
5714
+ }>>;
5715
+ rustLogging: z.ZodEnum<{
3493
5716
  none: "none";
3494
5717
  tracing: "tracing";
3495
5718
  "env-logger": "env-logger";
3496
- }>>;
3497
- rustErrorHandling: z.ZodOptional<z.ZodEnum<{
5719
+ }>;
5720
+ rustErrorHandling: z.ZodEnum<{
3498
5721
  none: "none";
3499
5722
  "anyhow-thiserror": "anyhow-thiserror";
3500
5723
  eyre: "eyre";
3501
- }>>;
3502
- rustCaching: z.ZodOptional<z.ZodEnum<{
5724
+ }>;
5725
+ rustCaching: z.ZodEnum<{
3503
5726
  none: "none";
3504
5727
  redis: "redis";
3505
5728
  moka: "moka";
3506
- }>>;
3507
- rustAuth: z.ZodOptional<z.ZodEnum<{
5729
+ }>;
5730
+ rustAuth: z.ZodEnum<{
3508
5731
  none: "none";
3509
5732
  oauth2: "oauth2";
3510
- }>>;
3511
- pythonWebFramework: z.ZodOptional<z.ZodEnum<{
5733
+ }>;
5734
+ pythonWebFramework: z.ZodEnum<{
3512
5735
  none: "none";
3513
5736
  fastapi: "fastapi";
3514
5737
  django: "django";
3515
5738
  flask: "flask";
3516
5739
  litestar: "litestar";
3517
- }>>;
3518
- pythonOrm: z.ZodOptional<z.ZodEnum<{
5740
+ }>;
5741
+ pythonOrm: z.ZodEnum<{
3519
5742
  none: "none";
3520
5743
  sqlalchemy: "sqlalchemy";
3521
5744
  sqlmodel: "sqlmodel";
3522
5745
  "tortoise-orm": "tortoise-orm";
3523
- }>>;
3524
- pythonValidation: z.ZodOptional<z.ZodEnum<{
5746
+ }>;
5747
+ pythonValidation: z.ZodEnum<{
3525
5748
  none: "none";
3526
5749
  pydantic: "pydantic";
3527
- }>>;
3528
- pythonAi: z.ZodOptional<z.ZodArray<z.ZodEnum<{
5750
+ }>;
5751
+ pythonAi: z.ZodArray<z.ZodEnum<{
3529
5752
  none: "none";
3530
5753
  langgraph: "langgraph";
3531
5754
  langchain: "langchain";
@@ -3534,89 +5757,89 @@ declare function getAllJsonSchemas(): {
3534
5757
  "anthropic-sdk": "anthropic-sdk";
3535
5758
  crewai: "crewai";
3536
5759
  haystack: "haystack";
3537
- }>>>;
3538
- pythonAuth: z.ZodOptional<z.ZodEnum<{
5760
+ }>>;
5761
+ pythonAuth: z.ZodEnum<{
3539
5762
  none: "none";
3540
5763
  authlib: "authlib";
3541
5764
  jwt: "jwt";
3542
- }>>;
3543
- pythonApi: z.ZodOptional<z.ZodEnum<{
5765
+ }>;
5766
+ pythonApi: z.ZodEnum<{
3544
5767
  none: "none";
3545
5768
  "django-rest-framework": "django-rest-framework";
3546
5769
  "django-ninja": "django-ninja";
3547
- }>>;
3548
- pythonTaskQueue: z.ZodOptional<z.ZodEnum<{
5770
+ }>;
5771
+ pythonTaskQueue: z.ZodEnum<{
3549
5772
  none: "none";
3550
5773
  celery: "celery";
3551
5774
  rq: "rq";
3552
5775
  dramatiq: "dramatiq";
3553
5776
  huey: "huey";
3554
- }>>;
3555
- pythonGraphql: z.ZodOptional<z.ZodEnum<{
5777
+ }>;
5778
+ pythonGraphql: z.ZodEnum<{
3556
5779
  none: "none";
3557
5780
  strawberry: "strawberry";
3558
5781
  ariadne: "ariadne";
3559
- }>>;
3560
- pythonQuality: z.ZodOptional<z.ZodEnum<{
5782
+ }>;
5783
+ pythonQuality: z.ZodEnum<{
3561
5784
  none: "none";
3562
5785
  ruff: "ruff";
3563
5786
  mypy: "mypy";
3564
5787
  pyright: "pyright";
3565
- }>>;
3566
- goWebFramework: z.ZodOptional<z.ZodEnum<{
5788
+ }>;
5789
+ goWebFramework: z.ZodEnum<{
3567
5790
  none: "none";
3568
5791
  gin: "gin";
3569
5792
  echo: "echo";
3570
5793
  fiber: "fiber";
3571
5794
  chi: "chi";
3572
- }>>;
3573
- goOrm: z.ZodOptional<z.ZodEnum<{
5795
+ }>;
5796
+ goOrm: z.ZodEnum<{
3574
5797
  none: "none";
3575
5798
  gorm: "gorm";
3576
5799
  sqlc: "sqlc";
3577
5800
  ent: "ent";
3578
- }>>;
3579
- goApi: z.ZodOptional<z.ZodEnum<{
5801
+ }>;
5802
+ goApi: z.ZodEnum<{
3580
5803
  none: "none";
3581
5804
  "grpc-go": "grpc-go";
3582
- }>>;
3583
- goCli: z.ZodOptional<z.ZodEnum<{
5805
+ }>;
5806
+ goCli: z.ZodEnum<{
3584
5807
  none: "none";
3585
5808
  cobra: "cobra";
3586
5809
  bubbletea: "bubbletea";
3587
5810
  "urfave-cli": "urfave-cli";
3588
- }>>;
3589
- goLogging: z.ZodOptional<z.ZodEnum<{
5811
+ }>;
5812
+ goLogging: z.ZodEnum<{
3590
5813
  none: "none";
3591
5814
  zap: "zap";
3592
5815
  zerolog: "zerolog";
3593
5816
  slog: "slog";
3594
5817
  logrus: "logrus";
3595
- }>>;
3596
- goAuth: z.ZodOptional<z.ZodEnum<{
5818
+ }>;
5819
+ goAuth: z.ZodEnum<{
3597
5820
  none: "none";
3598
5821
  jwt: "jwt";
3599
5822
  casbin: "casbin";
3600
- }>>;
3601
- javaWebFramework: z.ZodOptional<z.ZodEnum<{
5823
+ }>;
5824
+ javaWebFramework: z.ZodEnum<{
3602
5825
  none: "none";
3603
5826
  "spring-boot": "spring-boot";
3604
5827
  quarkus: "quarkus";
3605
- }>>;
3606
- javaBuildTool: z.ZodOptional<z.ZodEnum<{
5828
+ }>;
5829
+ javaBuildTool: z.ZodEnum<{
3607
5830
  none: "none";
3608
5831
  maven: "maven";
3609
5832
  gradle: "gradle";
3610
- }>>;
3611
- javaOrm: z.ZodOptional<z.ZodEnum<{
5833
+ }>;
5834
+ javaOrm: z.ZodEnum<{
3612
5835
  none: "none";
3613
5836
  "spring-data-jpa": "spring-data-jpa";
3614
- }>>;
3615
- javaAuth: z.ZodOptional<z.ZodEnum<{
5837
+ }>;
5838
+ javaAuth: z.ZodEnum<{
3616
5839
  none: "none";
3617
5840
  "spring-security": "spring-security";
3618
- }>>;
3619
- javaLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
5841
+ }>;
5842
+ javaLibraries: z.ZodArray<z.ZodEnum<{
3620
5843
  none: "none";
3621
5844
  "spring-actuator": "spring-actuator";
3622
5845
  "spring-validation": "spring-validation";
@@ -3634,8 +5857,8 @@ declare function getAllJsonSchemas(): {
3634
5857
  "spring-devtools": "spring-devtools";
3635
5858
  "micrometer-prometheus": "micrometer-prometheus";
3636
5859
  thymeleaf: "thymeleaf";
3637
- }>>>;
3638
- javaTestingLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
5860
+ }>>;
5861
+ javaTestingLibraries: z.ZodArray<z.ZodEnum<{
3639
5862
  none: "none";
3640
5863
  junit5: "junit5";
3641
5864
  mockito: "mockito";
@@ -3646,24 +5869,107 @@ declare function getAllJsonSchemas(): {
3646
5869
  awaitility: "awaitility";
3647
5870
  archunit: "archunit";
3648
5871
  jqwik: "jqwik";
3649
- }>>>;
3650
- aiDocs: z.ZodOptional<z.ZodArray<z.ZodEnum<{
5872
+ }>>;
5873
+ elixirWebFramework: z.ZodEnum<{
5874
+ none: "none";
5875
+ phoenix: "phoenix";
5876
+ "phoenix-live-view": "phoenix-live-view";
5877
+ }>;
5878
+ elixirOrm: z.ZodEnum<{
5879
+ none: "none";
5880
+ ecto: "ecto";
5881
+ "ecto-sql": "ecto-sql";
5882
+ }>;
5883
+ elixirAuth: z.ZodEnum<{
5884
+ none: "none";
5885
+ "phx-gen-auth": "phx-gen-auth";
5886
+ ueberauth: "ueberauth";
5887
+ guardian: "guardian";
5888
+ }>;
5889
+ elixirApi: z.ZodEnum<{
5890
+ none: "none";
5891
+ rest: "rest";
5892
+ absinthe: "absinthe";
5893
+ }>;
5894
+ elixirRealtime: z.ZodEnum<{
5895
+ none: "none";
5896
+ channels: "channels";
5897
+ presence: "presence";
5898
+ pubsub: "pubsub";
5899
+ "live-view-streams": "live-view-streams";
5900
+ }>;
5901
+ elixirJobs: z.ZodEnum<{
5902
+ none: "none";
5903
+ oban: "oban";
5904
+ quantum: "quantum";
5905
+ }>;
5906
+ elixirValidation: z.ZodEnum<{
5907
+ none: "none";
5908
+ "ecto-changesets": "ecto-changesets";
5909
+ "nimble-options": "nimble-options";
5910
+ }>;
5911
+ elixirHttp: z.ZodEnum<{
5912
+ none: "none";
5913
+ req: "req";
5914
+ finch: "finch";
5915
+ }>;
5916
+ elixirJson: z.ZodEnum<{
5917
+ none: "none";
5918
+ jason: "jason";
5919
+ }>;
5920
+ elixirEmail: z.ZodEnum<{
5921
+ none: "none";
5922
+ swoosh: "swoosh";
5923
+ }>;
5924
+ elixirCaching: z.ZodEnum<{
5925
+ none: "none";
5926
+ cachex: "cachex";
5927
+ nebulex: "nebulex";
5928
+ }>;
5929
+ elixirObservability: z.ZodEnum<{
5930
+ none: "none";
5931
+ opentelemetry: "opentelemetry";
5932
+ telemetry: "telemetry";
5933
+ prom_ex: "prom_ex";
5934
+ }>;
5935
+ elixirTesting: z.ZodEnum<{
5936
+ none: "none";
5937
+ ex_unit: "ex_unit";
5938
+ mox: "mox";
5939
+ bypass: "bypass";
5940
+ wallaby: "wallaby";
5941
+ }>;
5942
+ elixirQuality: z.ZodEnum<{
5943
+ none: "none";
5944
+ credo: "credo";
5945
+ dialyxir: "dialyxir";
5946
+ sobelow: "sobelow";
5947
+ }>;
5948
+ elixirDeploy: z.ZodEnum<{
5949
+ none: "none";
5950
+ docker: "docker";
5951
+ fly: "fly";
5952
+ gigalixir: "gigalixir";
5953
+ "mix-release": "mix-release";
5954
+ }>;
5955
+ aiDocs: z.ZodArray<z.ZodEnum<{
3651
5956
  none: "none";
3652
5957
  "claude-md": "claude-md";
3653
5958
  "agents-md": "agents-md";
3654
5959
  cursorrules: "cursorrules";
3655
- }>>>;
5960
+ }>>;
3656
5961
  }, z.core.$strip>>;
3657
- projectConfig: z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
3658
- projectName: z.ZodString;
3659
- projectDir: z.ZodString;
3660
- relativePath: z.ZodString;
5962
+ betterFullstackConfig: z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
5963
+ version: z.ZodString;
5964
+ createdAt: z.ZodString;
3661
5965
  ecosystem: z.ZodEnum<{
3662
5966
  typescript: "typescript";
5967
+ "react-native": "react-native";
3663
5968
  rust: "rust";
3664
5969
  python: "python";
3665
5970
  go: "go";
3666
5971
  java: "java";
5972
+ elixir: "elixir";
3667
5973
  }>;
3668
5974
  database: z.ZodEnum<{
3669
5975
  none: "none";
@@ -3711,6 +6017,7 @@ declare function getAllJsonSchemas(): {
3711
6017
  "react-vite": "react-vite";
3712
6018
  "tanstack-start": "tanstack-start";
3713
6019
  next: "next";
6020
+ vinext: "vinext";
3714
6021
  nuxt: "nuxt";
3715
6022
  "native-bare": "native-bare";
3716
6023
  "native-uniwind": "native-uniwind";
@@ -3743,6 +6050,7 @@ declare function getAllJsonSchemas(): {
3743
6050
  wxt: "wxt";
3744
6051
  msw: "msw";
3745
6052
  storybook: "storybook";
6053
+ swr: "swr";
3746
6054
  "tanstack-query": "tanstack-query";
3747
6055
  "tanstack-table": "tanstack-table";
3748
6056
  "tanstack-virtual": "tanstack-virtual";
@@ -3774,7 +6082,6 @@ declare function getAllJsonSchemas(): {
3774
6082
  paddle: "paddle";
3775
6083
  dodo: "dodo";
3776
6084
  }>;
3777
- git: z.ZodBoolean;
3778
6085
  packageManager: z.ZodEnum<{
3779
6086
  bun: "bun";
3780
6087
  npm: "npm";
@@ -3786,7 +6093,6 @@ declare function getAllJsonSchemas(): {
3786
6093
  latest: "latest";
3787
6094
  beta: "beta";
3788
6095
  }>;
3789
- install: z.ZodBoolean;
3790
6096
  dbSetup: z.ZodEnum<{
3791
6097
  none: "none";
3792
6098
  turso: "turso";
@@ -3901,6 +6207,7 @@ declare function getAllJsonSchemas(): {
3901
6207
  uiLibrary: z.ZodEnum<{
3902
6208
  none: "none";
3903
6209
  "shadcn-ui": "shadcn-ui";
6210
+ "shadcn-svelte": "shadcn-svelte";
3904
6211
  daisyui: "daisyui";
3905
6212
  "radix-ui": "radix-ui";
3906
6213
  "headless-ui": "headless-ui";
@@ -4030,6 +6337,7 @@ declare function getAllJsonSchemas(): {
4030
6337
  none: "none";
4031
6338
  pino: "pino";
4032
6339
  winston: "winston";
6340
+ evlog: "evlog";
4033
6341
  }>;
4034
6342
  observability: z.ZodEnum<{
4035
6343
  none: "none";
@@ -4056,6 +6364,7 @@ declare function getAllJsonSchemas(): {
4056
6364
  sanity: "sanity";
4057
6365
  strapi: "strapi";
4058
6366
  tinacms: "tinacms";
6367
+ directus: "directus";
4059
6368
  }>;
4060
6369
  caching: z.ZodEnum<{
4061
6370
  none: "none";
@@ -4077,6 +6386,41 @@ declare function getAllJsonSchemas(): {
4077
6386
  none: "none";
4078
6387
  s3: "s3";
4079
6388
  r2: "r2";
6389
+ cloudinary: "cloudinary";
6390
+ }>;
6391
+ mobileNavigation: z.ZodEnum<{
6392
+ none: "none";
6393
+ "expo-router": "expo-router";
6394
+ "react-navigation": "react-navigation";
6395
+ }>;
6396
+ mobileUI: z.ZodEnum<{
6397
+ none: "none";
6398
+ tamagui: "tamagui";
6399
+ "gluestack-ui": "gluestack-ui";
6400
+ uniwind: "uniwind";
6401
+ unistyles: "unistyles";
6402
+ }>;
6403
+ mobileStorage: z.ZodEnum<{
6404
+ none: "none";
6405
+ mmkv: "mmkv";
6406
+ }>;
6407
+ mobileTesting: z.ZodEnum<{
6408
+ none: "none";
6409
+ maestro: "maestro";
6410
+ "react-native-testing-library": "react-native-testing-library";
6411
+ "maestro-react-native-testing-library": "maestro-react-native-testing-library";
6412
+ }>;
6413
+ mobilePush: z.ZodEnum<{
6414
+ none: "none";
6415
+ "expo-notifications": "expo-notifications";
6416
+ }>;
6417
+ mobileOTA: z.ZodEnum<{
6418
+ none: "none";
6419
+ "expo-updates": "expo-updates";
6420
+ }>;
6421
+ mobileDeepLinking: z.ZodEnum<{
6422
+ none: "none";
6423
+ "expo-linking": "expo-linking";
4080
6424
  }>;
4081
6425
  rustWebFramework: z.ZodEnum<{
4082
6426
  none: "none";
@@ -4176,11 +6520,11 @@ declare function getAllJsonSchemas(): {
4176
6520
  authlib: "authlib";
4177
6521
  jwt: "jwt";
4178
6522
  }>;
4179
- pythonApi: z.ZodEnum<{
6523
+ pythonApi: z.ZodOptional<z.ZodEnum<{
4180
6524
  none: "none";
4181
6525
  "django-rest-framework": "django-rest-framework";
4182
6526
  "django-ninja": "django-ninja";
4183
- }>;
6527
+ }>>;
4184
6528
  pythonTaskQueue: z.ZodEnum<{
4185
6529
  none: "none";
4186
6530
  celery: "celery";
@@ -4283,6 +6627,88 @@ declare function getAllJsonSchemas(): {
4283
6627
  archunit: "archunit";
4284
6628
  jqwik: "jqwik";
4285
6629
  }>>;
6630
+ elixirWebFramework: z.ZodEnum<{
6631
+ none: "none";
6632
+ phoenix: "phoenix";
6633
+ "phoenix-live-view": "phoenix-live-view";
6634
+ }>;
6635
+ elixirOrm: z.ZodEnum<{
6636
+ none: "none";
6637
+ ecto: "ecto";
6638
+ "ecto-sql": "ecto-sql";
6639
+ }>;
6640
+ elixirAuth: z.ZodEnum<{
6641
+ none: "none";
6642
+ "phx-gen-auth": "phx-gen-auth";
6643
+ ueberauth: "ueberauth";
6644
+ guardian: "guardian";
6645
+ }>;
6646
+ elixirApi: z.ZodEnum<{
6647
+ none: "none";
6648
+ rest: "rest";
6649
+ absinthe: "absinthe";
6650
+ }>;
6651
+ elixirRealtime: z.ZodEnum<{
6652
+ none: "none";
6653
+ channels: "channels";
6654
+ presence: "presence";
6655
+ pubsub: "pubsub";
6656
+ "live-view-streams": "live-view-streams";
6657
+ }>;
6658
+ elixirJobs: z.ZodEnum<{
6659
+ none: "none";
6660
+ oban: "oban";
6661
+ quantum: "quantum";
6662
+ }>;
6663
+ elixirValidation: z.ZodEnum<{
6664
+ none: "none";
6665
+ "ecto-changesets": "ecto-changesets";
6666
+ "nimble-options": "nimble-options";
6667
+ }>;
6668
+ elixirHttp: z.ZodEnum<{
6669
+ none: "none";
6670
+ req: "req";
6671
+ finch: "finch";
6672
+ }>;
6673
+ elixirJson: z.ZodEnum<{
6674
+ none: "none";
6675
+ jason: "jason";
6676
+ }>;
6677
+ elixirEmail: z.ZodEnum<{
6678
+ none: "none";
6679
+ swoosh: "swoosh";
6680
+ }>;
6681
+ elixirCaching: z.ZodEnum<{
6682
+ none: "none";
6683
+ cachex: "cachex";
6684
+ nebulex: "nebulex";
6685
+ }>;
6686
+ elixirObservability: z.ZodEnum<{
6687
+ none: "none";
6688
+ opentelemetry: "opentelemetry";
6689
+ telemetry: "telemetry";
6690
+ prom_ex: "prom_ex";
6691
+ }>;
6692
+ elixirTesting: z.ZodEnum<{
6693
+ none: "none";
6694
+ ex_unit: "ex_unit";
6695
+ mox: "mox";
6696
+ bypass: "bypass";
6697
+ wallaby: "wallaby";
6698
+ }>;
6699
+ elixirQuality: z.ZodEnum<{
6700
+ none: "none";
6701
+ credo: "credo";
6702
+ dialyxir: "dialyxir";
6703
+ sobelow: "sobelow";
6704
+ }>;
6705
+ elixirDeploy: z.ZodEnum<{
6706
+ none: "none";
6707
+ docker: "docker";
6708
+ fly: "fly";
6709
+ gigalixir: "gigalixir";
6710
+ "mix-release": "mix-release";
6711
+ }>;
4286
6712
  aiDocs: z.ZodArray<z.ZodEnum<{
4287
6713
  none: "none";
4288
6714
  "claude-md": "claude-md";
@@ -4295,10 +6721,12 @@ declare function getAllJsonSchemas(): {
4295
6721
  createdAt: z.ZodString;
4296
6722
  ecosystem: z.ZodEnum<{
4297
6723
  typescript: "typescript";
6724
+ "react-native": "react-native";
4298
6725
  rust: "rust";
4299
6726
  python: "python";
4300
6727
  go: "go";
4301
6728
  java: "java";
6729
+ elixir: "elixir";
4302
6730
  }>;
4303
6731
  database: z.ZodEnum<{
4304
6732
  none: "none";
@@ -4346,6 +6774,7 @@ declare function getAllJsonSchemas(): {
4346
6774
  "react-vite": "react-vite";
4347
6775
  "tanstack-start": "tanstack-start";
4348
6776
  next: "next";
6777
+ vinext: "vinext";
4349
6778
  nuxt: "nuxt";
4350
6779
  "native-bare": "native-bare";
4351
6780
  "native-uniwind": "native-uniwind";
@@ -4378,6 +6807,7 @@ declare function getAllJsonSchemas(): {
4378
6807
  wxt: "wxt";
4379
6808
  msw: "msw";
4380
6809
  storybook: "storybook";
6810
+ swr: "swr";
4381
6811
  "tanstack-query": "tanstack-query";
4382
6812
  "tanstack-table": "tanstack-table";
4383
6813
  "tanstack-virtual": "tanstack-virtual";
@@ -4534,6 +6964,7 @@ declare function getAllJsonSchemas(): {
4534
6964
  uiLibrary: z.ZodEnum<{
4535
6965
  none: "none";
4536
6966
  "shadcn-ui": "shadcn-ui";
6967
+ "shadcn-svelte": "shadcn-svelte";
4537
6968
  daisyui: "daisyui";
4538
6969
  "radix-ui": "radix-ui";
4539
6970
  "headless-ui": "headless-ui";
@@ -4663,6 +7094,7 @@ declare function getAllJsonSchemas(): {
4663
7094
  none: "none";
4664
7095
  pino: "pino";
4665
7096
  winston: "winston";
7097
+ evlog: "evlog";
4666
7098
  }>;
4667
7099
  observability: z.ZodEnum<{
4668
7100
  none: "none";
@@ -4689,6 +7121,7 @@ declare function getAllJsonSchemas(): {
4689
7121
  sanity: "sanity";
4690
7122
  strapi: "strapi";
4691
7123
  tinacms: "tinacms";
7124
+ directus: "directus";
4692
7125
  }>;
4693
7126
  caching: z.ZodEnum<{
4694
7127
  none: "none";
@@ -4710,6 +7143,41 @@ declare function getAllJsonSchemas(): {
4710
7143
  none: "none";
4711
7144
  s3: "s3";
4712
7145
  r2: "r2";
7146
+ cloudinary: "cloudinary";
7147
+ }>;
7148
+ mobileNavigation: z.ZodEnum<{
7149
+ none: "none";
7150
+ "expo-router": "expo-router";
7151
+ "react-navigation": "react-navigation";
7152
+ }>;
7153
+ mobileUI: z.ZodEnum<{
7154
+ none: "none";
7155
+ tamagui: "tamagui";
7156
+ "gluestack-ui": "gluestack-ui";
7157
+ uniwind: "uniwind";
7158
+ unistyles: "unistyles";
7159
+ }>;
7160
+ mobileStorage: z.ZodEnum<{
7161
+ none: "none";
7162
+ mmkv: "mmkv";
7163
+ }>;
7164
+ mobileTesting: z.ZodEnum<{
7165
+ none: "none";
7166
+ maestro: "maestro";
7167
+ "react-native-testing-library": "react-native-testing-library";
7168
+ "maestro-react-native-testing-library": "maestro-react-native-testing-library";
7169
+ }>;
7170
+ mobilePush: z.ZodEnum<{
7171
+ none: "none";
7172
+ "expo-notifications": "expo-notifications";
7173
+ }>;
7174
+ mobileOTA: z.ZodEnum<{
7175
+ none: "none";
7176
+ "expo-updates": "expo-updates";
7177
+ }>;
7178
+ mobileDeepLinking: z.ZodEnum<{
7179
+ none: "none";
7180
+ "expo-linking": "expo-linking";
4713
7181
  }>;
4714
7182
  rustWebFramework: z.ZodEnum<{
4715
7183
  none: "none";
@@ -4916,6 +7384,88 @@ declare function getAllJsonSchemas(): {
4916
7384
  archunit: "archunit";
4917
7385
  jqwik: "jqwik";
4918
7386
  }>>;
7387
+ elixirWebFramework: z.ZodEnum<{
7388
+ none: "none";
7389
+ phoenix: "phoenix";
7390
+ "phoenix-live-view": "phoenix-live-view";
7391
+ }>;
7392
+ elixirOrm: z.ZodEnum<{
7393
+ none: "none";
7394
+ ecto: "ecto";
7395
+ "ecto-sql": "ecto-sql";
7396
+ }>;
7397
+ elixirAuth: z.ZodEnum<{
7398
+ none: "none";
7399
+ "phx-gen-auth": "phx-gen-auth";
7400
+ ueberauth: "ueberauth";
7401
+ guardian: "guardian";
7402
+ }>;
7403
+ elixirApi: z.ZodEnum<{
7404
+ none: "none";
7405
+ rest: "rest";
7406
+ absinthe: "absinthe";
7407
+ }>;
7408
+ elixirRealtime: z.ZodEnum<{
7409
+ none: "none";
7410
+ channels: "channels";
7411
+ presence: "presence";
7412
+ pubsub: "pubsub";
7413
+ "live-view-streams": "live-view-streams";
7414
+ }>;
7415
+ elixirJobs: z.ZodEnum<{
7416
+ none: "none";
7417
+ oban: "oban";
7418
+ quantum: "quantum";
7419
+ }>;
7420
+ elixirValidation: z.ZodEnum<{
7421
+ none: "none";
7422
+ "ecto-changesets": "ecto-changesets";
7423
+ "nimble-options": "nimble-options";
7424
+ }>;
7425
+ elixirHttp: z.ZodEnum<{
7426
+ none: "none";
7427
+ req: "req";
7428
+ finch: "finch";
7429
+ }>;
7430
+ elixirJson: z.ZodEnum<{
7431
+ none: "none";
7432
+ jason: "jason";
7433
+ }>;
7434
+ elixirEmail: z.ZodEnum<{
7435
+ none: "none";
7436
+ swoosh: "swoosh";
7437
+ }>;
7438
+ elixirCaching: z.ZodEnum<{
7439
+ none: "none";
7440
+ cachex: "cachex";
7441
+ nebulex: "nebulex";
7442
+ }>;
7443
+ elixirObservability: z.ZodEnum<{
7444
+ none: "none";
7445
+ opentelemetry: "opentelemetry";
7446
+ telemetry: "telemetry";
7447
+ prom_ex: "prom_ex";
7448
+ }>;
7449
+ elixirTesting: z.ZodEnum<{
7450
+ none: "none";
7451
+ ex_unit: "ex_unit";
7452
+ mox: "mox";
7453
+ bypass: "bypass";
7454
+ wallaby: "wallaby";
7455
+ }>;
7456
+ elixirQuality: z.ZodEnum<{
7457
+ none: "none";
7458
+ credo: "credo";
7459
+ dialyxir: "dialyxir";
7460
+ sobelow: "sobelow";
7461
+ }>;
7462
+ elixirDeploy: z.ZodEnum<{
7463
+ none: "none";
7464
+ docker: "docker";
7465
+ fly: "fly";
7466
+ gigalixir: "gigalixir";
7467
+ "mix-release": "mix-release";
7468
+ }>;
4919
7469
  aiDocs: z.ZodArray<z.ZodEnum<{
4920
7470
  none: "none";
4921
7471
  "claude-md": "claude-md";
@@ -4931,10 +7481,12 @@ declare function getAllJsonSchemas(): {
4931
7481
  relativePath: z.ZodString;
4932
7482
  ecosystem: z.ZodEnum<{
4933
7483
  typescript: "typescript";
7484
+ "react-native": "react-native";
4934
7485
  rust: "rust";
4935
7486
  python: "python";
4936
7487
  go: "go";
4937
7488
  java: "java";
7489
+ elixir: "elixir";
4938
7490
  }>;
4939
7491
  database: z.ZodEnum<{
4940
7492
  none: "none";
@@ -4982,6 +7534,7 @@ declare function getAllJsonSchemas(): {
4982
7534
  "react-vite": "react-vite";
4983
7535
  "tanstack-start": "tanstack-start";
4984
7536
  next: "next";
7537
+ vinext: "vinext";
4985
7538
  nuxt: "nuxt";
4986
7539
  "native-bare": "native-bare";
4987
7540
  "native-uniwind": "native-uniwind";
@@ -5014,6 +7567,7 @@ declare function getAllJsonSchemas(): {
5014
7567
  wxt: "wxt";
5015
7568
  msw: "msw";
5016
7569
  storybook: "storybook";
7570
+ swr: "swr";
5017
7571
  "tanstack-query": "tanstack-query";
5018
7572
  "tanstack-table": "tanstack-table";
5019
7573
  "tanstack-virtual": "tanstack-virtual";
@@ -5172,6 +7726,7 @@ declare function getAllJsonSchemas(): {
5172
7726
  uiLibrary: z.ZodEnum<{
5173
7727
  none: "none";
5174
7728
  "shadcn-ui": "shadcn-ui";
7729
+ "shadcn-svelte": "shadcn-svelte";
5175
7730
  daisyui: "daisyui";
5176
7731
  "radix-ui": "radix-ui";
5177
7732
  "headless-ui": "headless-ui";
@@ -5301,6 +7856,7 @@ declare function getAllJsonSchemas(): {
5301
7856
  none: "none";
5302
7857
  pino: "pino";
5303
7858
  winston: "winston";
7859
+ evlog: "evlog";
5304
7860
  }>;
5305
7861
  observability: z.ZodEnum<{
5306
7862
  none: "none";
@@ -5327,6 +7883,7 @@ declare function getAllJsonSchemas(): {
5327
7883
  sanity: "sanity";
5328
7884
  strapi: "strapi";
5329
7885
  tinacms: "tinacms";
7886
+ directus: "directus";
5330
7887
  }>;
5331
7888
  caching: z.ZodEnum<{
5332
7889
  none: "none";
@@ -5348,6 +7905,41 @@ declare function getAllJsonSchemas(): {
5348
7905
  none: "none";
5349
7906
  s3: "s3";
5350
7907
  r2: "r2";
7908
+ cloudinary: "cloudinary";
7909
+ }>;
7910
+ mobileNavigation: z.ZodEnum<{
7911
+ none: "none";
7912
+ "expo-router": "expo-router";
7913
+ "react-navigation": "react-navigation";
7914
+ }>;
7915
+ mobileUI: z.ZodEnum<{
7916
+ none: "none";
7917
+ tamagui: "tamagui";
7918
+ "gluestack-ui": "gluestack-ui";
7919
+ uniwind: "uniwind";
7920
+ unistyles: "unistyles";
7921
+ }>;
7922
+ mobileStorage: z.ZodEnum<{
7923
+ none: "none";
7924
+ mmkv: "mmkv";
7925
+ }>;
7926
+ mobileTesting: z.ZodEnum<{
7927
+ none: "none";
7928
+ maestro: "maestro";
7929
+ "react-native-testing-library": "react-native-testing-library";
7930
+ "maestro-react-native-testing-library": "maestro-react-native-testing-library";
7931
+ }>;
7932
+ mobilePush: z.ZodEnum<{
7933
+ none: "none";
7934
+ "expo-notifications": "expo-notifications";
7935
+ }>;
7936
+ mobileOTA: z.ZodEnum<{
7937
+ none: "none";
7938
+ "expo-updates": "expo-updates";
7939
+ }>;
7940
+ mobileDeepLinking: z.ZodEnum<{
7941
+ none: "none";
7942
+ "expo-linking": "expo-linking";
5351
7943
  }>;
5352
7944
  rustWebFramework: z.ZodEnum<{
5353
7945
  none: "none";
@@ -5554,6 +8146,88 @@ declare function getAllJsonSchemas(): {
5554
8146
  archunit: "archunit";
5555
8147
  jqwik: "jqwik";
5556
8148
  }>>;
8149
+ elixirWebFramework: z.ZodEnum<{
8150
+ none: "none";
8151
+ phoenix: "phoenix";
8152
+ "phoenix-live-view": "phoenix-live-view";
8153
+ }>;
8154
+ elixirOrm: z.ZodEnum<{
8155
+ none: "none";
8156
+ ecto: "ecto";
8157
+ "ecto-sql": "ecto-sql";
8158
+ }>;
8159
+ elixirAuth: z.ZodEnum<{
8160
+ none: "none";
8161
+ "phx-gen-auth": "phx-gen-auth";
8162
+ ueberauth: "ueberauth";
8163
+ guardian: "guardian";
8164
+ }>;
8165
+ elixirApi: z.ZodEnum<{
8166
+ none: "none";
8167
+ rest: "rest";
8168
+ absinthe: "absinthe";
8169
+ }>;
8170
+ elixirRealtime: z.ZodEnum<{
8171
+ none: "none";
8172
+ channels: "channels";
8173
+ presence: "presence";
8174
+ pubsub: "pubsub";
8175
+ "live-view-streams": "live-view-streams";
8176
+ }>;
8177
+ elixirJobs: z.ZodEnum<{
8178
+ none: "none";
8179
+ oban: "oban";
8180
+ quantum: "quantum";
8181
+ }>;
8182
+ elixirValidation: z.ZodEnum<{
8183
+ none: "none";
8184
+ "ecto-changesets": "ecto-changesets";
8185
+ "nimble-options": "nimble-options";
8186
+ }>;
8187
+ elixirHttp: z.ZodEnum<{
8188
+ none: "none";
8189
+ req: "req";
8190
+ finch: "finch";
8191
+ }>;
8192
+ elixirJson: z.ZodEnum<{
8193
+ none: "none";
8194
+ jason: "jason";
8195
+ }>;
8196
+ elixirEmail: z.ZodEnum<{
8197
+ none: "none";
8198
+ swoosh: "swoosh";
8199
+ }>;
8200
+ elixirCaching: z.ZodEnum<{
8201
+ none: "none";
8202
+ cachex: "cachex";
8203
+ nebulex: "nebulex";
8204
+ }>;
8205
+ elixirObservability: z.ZodEnum<{
8206
+ none: "none";
8207
+ opentelemetry: "opentelemetry";
8208
+ telemetry: "telemetry";
8209
+ prom_ex: "prom_ex";
8210
+ }>;
8211
+ elixirTesting: z.ZodEnum<{
8212
+ none: "none";
8213
+ ex_unit: "ex_unit";
8214
+ mox: "mox";
8215
+ bypass: "bypass";
8216
+ wallaby: "wallaby";
8217
+ }>;
8218
+ elixirQuality: z.ZodEnum<{
8219
+ none: "none";
8220
+ credo: "credo";
8221
+ dialyxir: "dialyxir";
8222
+ sobelow: "sobelow";
8223
+ }>;
8224
+ elixirDeploy: z.ZodEnum<{
8225
+ none: "none";
8226
+ docker: "docker";
8227
+ fly: "fly";
8228
+ gigalixir: "gigalixir";
8229
+ "mix-release": "mix-release";
8230
+ }>;
5557
8231
  aiDocs: z.ZodArray<z.ZodEnum<{
5558
8232
  none: "none";
5559
8233
  "claude-md": "claude-md";
@@ -5570,5 +8244,5 @@ declare function getAllJsonSchemas(): {
5570
8244
  }, z.core.$strip>>;
5571
8245
  };
5572
8246
  //#endregion
5573
- export { getAPIJsonSchema, getAddonsJsonSchema, getAllJsonSchemas, getAuthJsonSchema, getBackendJsonSchema, getBetterTStackConfigJsonSchema, getCreateInputJsonSchema, getDatabaseJsonSchema, getDatabaseSetupJsonSchema, getDirectoryConflictJsonSchema, getExamplesJsonSchema, getFrontendJsonSchema, getInitResultJsonSchema, getJavaAuthJsonSchema, getJavaBuildToolJsonSchema, getJavaLibrariesJsonSchema, getJavaOrmJsonSchema, getJavaTestingLibrariesJsonSchema, getJavaWebFrameworkJsonSchema, getORMJsonSchema, getPackageManagerJsonSchema, getPaymentsJsonSchema, getProjectConfigJsonSchema, getRuntimeJsonSchema, getServerDeployJsonSchema, getTemplateJsonSchema, getWebDeployJsonSchema };
8247
+ export { getAPIJsonSchema, getAddonsJsonSchema, getAllJsonSchemas, getAuthJsonSchema, getBackendJsonSchema, getBetterFullstackConfigJsonSchema, getBetterTStackConfigJsonSchema, getCreateInputJsonSchema, getDatabaseJsonSchema, getDatabaseSetupJsonSchema, getDirectoryConflictJsonSchema, getElixirApiJsonSchema, getElixirAuthJsonSchema, getElixirCachingJsonSchema, getElixirDeployJsonSchema, getElixirEmailJsonSchema, getElixirHttpJsonSchema, getElixirJobsJsonSchema, getElixirJsonJsonSchema, getElixirObservabilityJsonSchema, getElixirOrmJsonSchema, getElixirQualityJsonSchema, getElixirRealtimeJsonSchema, getElixirTestingJsonSchema, getElixirValidationJsonSchema, getElixirWebFrameworkJsonSchema, getExamplesJsonSchema, getFrontendJsonSchema, getInitResultJsonSchema, getJavaAuthJsonSchema, getJavaBuildToolJsonSchema, getJavaLibrariesJsonSchema, getJavaOrmJsonSchema, getJavaTestingLibrariesJsonSchema, getJavaWebFrameworkJsonSchema, getORMJsonSchema, getPackageManagerJsonSchema, getPaymentsJsonSchema, getProjectConfigJsonSchema, getRuntimeJsonSchema, getServerDeployJsonSchema, getTemplateJsonSchema, getWebDeployJsonSchema };
5574
8248
  //# sourceMappingURL=json-schema.d.mts.map