@better-fullstack/types 1.7.1 → 1.8.0
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.
- package/dist/{defaults-Ra4H-o6R.d.mts → defaults-CFAJhN--.d.mts} +2 -2
- package/dist/defaults-CFAJhN--.d.mts.map +1 -0
- package/dist/{defaults-DtBqH42_.mjs → defaults-D23vxGYl.mjs} +23 -1
- package/dist/defaults-D23vxGYl.mjs.map +1 -0
- package/dist/defaults.d.mts +3 -3
- package/dist/defaults.mjs +1 -1
- package/dist/index.d.mts +5 -5
- package/dist/index.mjs +4 -4
- package/dist/json-schema.d.mts +2938 -316
- package/dist/json-schema.d.mts.map +1 -1
- package/dist/json-schema.mjs +66 -2
- package/dist/json-schema.mjs.map +1 -1
- package/dist/{schemas-B2DBDBdl.mjs → schemas-BHCZL3uR.mjs} +195 -4
- package/dist/schemas-BHCZL3uR.mjs.map +1 -0
- package/dist/{schemas-CC-_Vkoh.d.mts → schemas-Bs_n2xLj.d.mts} +2405 -45
- package/dist/schemas-Bs_n2xLj.d.mts.map +1 -0
- package/dist/schemas.d.mts +2 -2
- package/dist/schemas.mjs +2 -2
- package/dist/{stack-translation-Bag2NJRD.mjs → stack-translation-_uOX-Io0.mjs} +848 -21
- package/dist/stack-translation-_uOX-Io0.mjs.map +1 -0
- package/dist/{stack-translation-B8OgQLwv.d.mts → stack-translation-xj8JvbAI.d.mts} +50 -6
- package/dist/stack-translation-xj8JvbAI.d.mts.map +1 -0
- package/dist/stack-translation.d.mts +4 -4
- package/dist/stack-translation.mjs +2 -2
- package/dist/types-DwFVhx5c.d.mts +119 -0
- package/dist/types-DwFVhx5c.d.mts.map +1 -0
- package/dist/types.d.mts +3 -3
- package/package.json +2 -2
- package/dist/defaults-DtBqH42_.mjs.map +0 -1
- package/dist/defaults-Ra4H-o6R.d.mts.map +0 -1
- package/dist/schemas-B2DBDBdl.mjs.map +0 -1
- package/dist/schemas-CC-_Vkoh.d.mts.map +0 -1
- package/dist/stack-translation-B8OgQLwv.d.mts.map +0 -1
- package/dist/stack-translation-Bag2NJRD.mjs.map +0 -1
- package/dist/types-Cd8oAhRY.d.mts +0 -96
- package/dist/types-Cd8oAhRY.d.mts.map +0 -1
package/dist/json-schema.d.mts
CHANGED
|
@@ -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";
|
|
@@ -87,8 +88,8 @@ declare function getAddonsJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.Zo
|
|
|
87
88
|
"docker-compose": "docker-compose";
|
|
88
89
|
}>>;
|
|
89
90
|
declare function getExamplesJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
90
|
-
none: "none";
|
|
91
91
|
ai: "ai";
|
|
92
|
+
none: "none";
|
|
92
93
|
"chat-sdk": "chat-sdk";
|
|
93
94
|
"tanstack-showcase": "tanstack-showcase";
|
|
94
95
|
}>>;
|
|
@@ -182,10 +183,12 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
182
183
|
dryRun: z.ZodOptional<z.ZodBoolean>;
|
|
183
184
|
ecosystem: z.ZodOptional<z.ZodEnum<{
|
|
184
185
|
typescript: "typescript";
|
|
186
|
+
"react-native": "react-native";
|
|
185
187
|
rust: "rust";
|
|
186
188
|
python: "python";
|
|
187
189
|
go: "go";
|
|
188
190
|
java: "java";
|
|
191
|
+
elixir: "elixir";
|
|
189
192
|
}>>;
|
|
190
193
|
database: z.ZodOptional<z.ZodEnum<{
|
|
191
194
|
none: "none";
|
|
@@ -231,6 +234,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
231
234
|
"react-vite": "react-vite";
|
|
232
235
|
"tanstack-start": "tanstack-start";
|
|
233
236
|
next: "next";
|
|
237
|
+
vinext: "vinext";
|
|
234
238
|
nuxt: "nuxt";
|
|
235
239
|
"native-bare": "native-bare";
|
|
236
240
|
"native-uniwind": "native-uniwind";
|
|
@@ -271,8 +275,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
271
275
|
"docker-compose": "docker-compose";
|
|
272
276
|
}>>>;
|
|
273
277
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
274
|
-
none: "none";
|
|
275
278
|
ai: "ai";
|
|
279
|
+
none: "none";
|
|
276
280
|
"chat-sdk": "chat-sdk";
|
|
277
281
|
"tanstack-showcase": "tanstack-showcase";
|
|
278
282
|
}>>>;
|
|
@@ -378,8 +382,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
378
382
|
"ai-cli": "ai-cli";
|
|
379
383
|
}>>;
|
|
380
384
|
effect: z.ZodOptional<z.ZodEnum<{
|
|
381
|
-
none: "none";
|
|
382
385
|
effect: "effect";
|
|
386
|
+
none: "none";
|
|
383
387
|
"effect-full": "effect-full";
|
|
384
388
|
}>>;
|
|
385
389
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
@@ -430,6 +434,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
430
434
|
"postcss-only": "postcss-only";
|
|
431
435
|
}>>;
|
|
432
436
|
uiLibrary: z.ZodOptional<z.ZodEnum<{
|
|
437
|
+
mui: "mui";
|
|
433
438
|
none: "none";
|
|
434
439
|
"shadcn-ui": "shadcn-ui";
|
|
435
440
|
daisyui: "daisyui";
|
|
@@ -439,7 +444,6 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
439
444
|
"chakra-ui": "chakra-ui";
|
|
440
445
|
nextui: "nextui";
|
|
441
446
|
mantine: "mantine";
|
|
442
|
-
mui: "mui";
|
|
443
447
|
antd: "antd";
|
|
444
448
|
"base-ui": "base-ui";
|
|
445
449
|
"ark-ui": "ark-ui";
|
|
@@ -609,6 +613,40 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
609
613
|
s3: "s3";
|
|
610
614
|
r2: "r2";
|
|
611
615
|
}>>;
|
|
616
|
+
mobileNavigation: z.ZodOptional<z.ZodEnum<{
|
|
617
|
+
none: "none";
|
|
618
|
+
"expo-router": "expo-router";
|
|
619
|
+
"react-navigation": "react-navigation";
|
|
620
|
+
}>>;
|
|
621
|
+
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
622
|
+
none: "none";
|
|
623
|
+
uniwind: "uniwind";
|
|
624
|
+
tamagui: "tamagui";
|
|
625
|
+
"gluestack-ui": "gluestack-ui";
|
|
626
|
+
unistyles: "unistyles";
|
|
627
|
+
}>>;
|
|
628
|
+
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
629
|
+
none: "none";
|
|
630
|
+
mmkv: "mmkv";
|
|
631
|
+
}>>;
|
|
632
|
+
mobileTesting: z.ZodOptional<z.ZodEnum<{
|
|
633
|
+
none: "none";
|
|
634
|
+
maestro: "maestro";
|
|
635
|
+
"react-native-testing-library": "react-native-testing-library";
|
|
636
|
+
"maestro-react-native-testing-library": "maestro-react-native-testing-library";
|
|
637
|
+
}>>;
|
|
638
|
+
mobilePush: z.ZodOptional<z.ZodEnum<{
|
|
639
|
+
none: "none";
|
|
640
|
+
"expo-notifications": "expo-notifications";
|
|
641
|
+
}>>;
|
|
642
|
+
mobileOTA: z.ZodOptional<z.ZodEnum<{
|
|
643
|
+
none: "none";
|
|
644
|
+
"expo-updates": "expo-updates";
|
|
645
|
+
}>>;
|
|
646
|
+
mobileDeepLinking: z.ZodOptional<z.ZodEnum<{
|
|
647
|
+
none: "none";
|
|
648
|
+
"expo-linking": "expo-linking";
|
|
649
|
+
}>>;
|
|
612
650
|
rustWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
613
651
|
none: "none";
|
|
614
652
|
axum: "axum";
|
|
@@ -738,8 +776,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
738
776
|
chi: "chi";
|
|
739
777
|
}>>;
|
|
740
778
|
goOrm: z.ZodOptional<z.ZodEnum<{
|
|
741
|
-
none: "none";
|
|
742
779
|
gorm: "gorm";
|
|
780
|
+
none: "none";
|
|
743
781
|
sqlc: "sqlc";
|
|
744
782
|
ent: "ent";
|
|
745
783
|
}>>;
|
|
@@ -814,6 +852,88 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
814
852
|
archunit: "archunit";
|
|
815
853
|
jqwik: "jqwik";
|
|
816
854
|
}>>>;
|
|
855
|
+
elixirWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
856
|
+
none: "none";
|
|
857
|
+
phoenix: "phoenix";
|
|
858
|
+
"phoenix-live-view": "phoenix-live-view";
|
|
859
|
+
}>>;
|
|
860
|
+
elixirOrm: z.ZodOptional<z.ZodEnum<{
|
|
861
|
+
none: "none";
|
|
862
|
+
ecto: "ecto";
|
|
863
|
+
"ecto-sql": "ecto-sql";
|
|
864
|
+
}>>;
|
|
865
|
+
elixirAuth: z.ZodOptional<z.ZodEnum<{
|
|
866
|
+
none: "none";
|
|
867
|
+
"phx-gen-auth": "phx-gen-auth";
|
|
868
|
+
ueberauth: "ueberauth";
|
|
869
|
+
guardian: "guardian";
|
|
870
|
+
}>>;
|
|
871
|
+
elixirApi: z.ZodOptional<z.ZodEnum<{
|
|
872
|
+
none: "none";
|
|
873
|
+
rest: "rest";
|
|
874
|
+
absinthe: "absinthe";
|
|
875
|
+
}>>;
|
|
876
|
+
elixirRealtime: z.ZodOptional<z.ZodEnum<{
|
|
877
|
+
none: "none";
|
|
878
|
+
channels: "channels";
|
|
879
|
+
presence: "presence";
|
|
880
|
+
pubsub: "pubsub";
|
|
881
|
+
"live-view-streams": "live-view-streams";
|
|
882
|
+
}>>;
|
|
883
|
+
elixirJobs: z.ZodOptional<z.ZodEnum<{
|
|
884
|
+
none: "none";
|
|
885
|
+
oban: "oban";
|
|
886
|
+
quantum: "quantum";
|
|
887
|
+
}>>;
|
|
888
|
+
elixirValidation: z.ZodOptional<z.ZodEnum<{
|
|
889
|
+
none: "none";
|
|
890
|
+
"ecto-changesets": "ecto-changesets";
|
|
891
|
+
"nimble-options": "nimble-options";
|
|
892
|
+
}>>;
|
|
893
|
+
elixirHttp: z.ZodOptional<z.ZodEnum<{
|
|
894
|
+
none: "none";
|
|
895
|
+
req: "req";
|
|
896
|
+
finch: "finch";
|
|
897
|
+
}>>;
|
|
898
|
+
elixirJson: z.ZodOptional<z.ZodEnum<{
|
|
899
|
+
none: "none";
|
|
900
|
+
jason: "jason";
|
|
901
|
+
}>>;
|
|
902
|
+
elixirEmail: z.ZodOptional<z.ZodEnum<{
|
|
903
|
+
none: "none";
|
|
904
|
+
swoosh: "swoosh";
|
|
905
|
+
}>>;
|
|
906
|
+
elixirCaching: z.ZodOptional<z.ZodEnum<{
|
|
907
|
+
none: "none";
|
|
908
|
+
cachex: "cachex";
|
|
909
|
+
nebulex: "nebulex";
|
|
910
|
+
}>>;
|
|
911
|
+
elixirObservability: z.ZodOptional<z.ZodEnum<{
|
|
912
|
+
none: "none";
|
|
913
|
+
opentelemetry: "opentelemetry";
|
|
914
|
+
telemetry: "telemetry";
|
|
915
|
+
prom_ex: "prom_ex";
|
|
916
|
+
}>>;
|
|
917
|
+
elixirTesting: z.ZodOptional<z.ZodEnum<{
|
|
918
|
+
none: "none";
|
|
919
|
+
ex_unit: "ex_unit";
|
|
920
|
+
mox: "mox";
|
|
921
|
+
bypass: "bypass";
|
|
922
|
+
wallaby: "wallaby";
|
|
923
|
+
}>>;
|
|
924
|
+
elixirQuality: z.ZodOptional<z.ZodEnum<{
|
|
925
|
+
none: "none";
|
|
926
|
+
credo: "credo";
|
|
927
|
+
dialyxir: "dialyxir";
|
|
928
|
+
sobelow: "sobelow";
|
|
929
|
+
}>>;
|
|
930
|
+
elixirDeploy: z.ZodOptional<z.ZodEnum<{
|
|
931
|
+
none: "none";
|
|
932
|
+
docker: "docker";
|
|
933
|
+
fly: "fly";
|
|
934
|
+
gigalixir: "gigalixir";
|
|
935
|
+
"mix-release": "mix-release";
|
|
936
|
+
}>>;
|
|
817
937
|
aiDocs: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
818
938
|
none: "none";
|
|
819
939
|
"claude-md": "claude-md";
|
|
@@ -827,10 +947,12 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
827
947
|
relativePath: z.ZodString;
|
|
828
948
|
ecosystem: z.ZodEnum<{
|
|
829
949
|
typescript: "typescript";
|
|
950
|
+
"react-native": "react-native";
|
|
830
951
|
rust: "rust";
|
|
831
952
|
python: "python";
|
|
832
953
|
go: "go";
|
|
833
954
|
java: "java";
|
|
955
|
+
elixir: "elixir";
|
|
834
956
|
}>;
|
|
835
957
|
database: z.ZodEnum<{
|
|
836
958
|
none: "none";
|
|
@@ -878,6 +1000,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
878
1000
|
"react-vite": "react-vite";
|
|
879
1001
|
"tanstack-start": "tanstack-start";
|
|
880
1002
|
next: "next";
|
|
1003
|
+
vinext: "vinext";
|
|
881
1004
|
nuxt: "nuxt";
|
|
882
1005
|
"native-bare": "native-bare";
|
|
883
1006
|
"native-uniwind": "native-uniwind";
|
|
@@ -918,8 +1041,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
918
1041
|
"docker-compose": "docker-compose";
|
|
919
1042
|
}>>;
|
|
920
1043
|
examples: z.ZodArray<z.ZodEnum<{
|
|
921
|
-
none: "none";
|
|
922
1044
|
ai: "ai";
|
|
1045
|
+
none: "none";
|
|
923
1046
|
"chat-sdk": "chat-sdk";
|
|
924
1047
|
"tanstack-showcase": "tanstack-showcase";
|
|
925
1048
|
}>>;
|
|
@@ -1014,8 +1137,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1014
1137
|
"ai-cli": "ai-cli";
|
|
1015
1138
|
}>;
|
|
1016
1139
|
effect: z.ZodEnum<{
|
|
1017
|
-
none: "none";
|
|
1018
1140
|
effect: "effect";
|
|
1141
|
+
none: "none";
|
|
1019
1142
|
"effect-full": "effect-full";
|
|
1020
1143
|
}>;
|
|
1021
1144
|
stateManagement: z.ZodEnum<{
|
|
@@ -1066,6 +1189,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1066
1189
|
"postcss-only": "postcss-only";
|
|
1067
1190
|
}>;
|
|
1068
1191
|
uiLibrary: z.ZodEnum<{
|
|
1192
|
+
mui: "mui";
|
|
1069
1193
|
none: "none";
|
|
1070
1194
|
"shadcn-ui": "shadcn-ui";
|
|
1071
1195
|
daisyui: "daisyui";
|
|
@@ -1075,7 +1199,6 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1075
1199
|
"chakra-ui": "chakra-ui";
|
|
1076
1200
|
nextui: "nextui";
|
|
1077
1201
|
mantine: "mantine";
|
|
1078
|
-
mui: "mui";
|
|
1079
1202
|
antd: "antd";
|
|
1080
1203
|
"base-ui": "base-ui";
|
|
1081
1204
|
"ark-ui": "ark-ui";
|
|
@@ -1245,6 +1368,40 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1245
1368
|
s3: "s3";
|
|
1246
1369
|
r2: "r2";
|
|
1247
1370
|
}>;
|
|
1371
|
+
mobileNavigation: z.ZodEnum<{
|
|
1372
|
+
none: "none";
|
|
1373
|
+
"expo-router": "expo-router";
|
|
1374
|
+
"react-navigation": "react-navigation";
|
|
1375
|
+
}>;
|
|
1376
|
+
mobileUI: z.ZodEnum<{
|
|
1377
|
+
none: "none";
|
|
1378
|
+
uniwind: "uniwind";
|
|
1379
|
+
tamagui: "tamagui";
|
|
1380
|
+
"gluestack-ui": "gluestack-ui";
|
|
1381
|
+
unistyles: "unistyles";
|
|
1382
|
+
}>;
|
|
1383
|
+
mobileStorage: z.ZodEnum<{
|
|
1384
|
+
none: "none";
|
|
1385
|
+
mmkv: "mmkv";
|
|
1386
|
+
}>;
|
|
1387
|
+
mobileTesting: z.ZodEnum<{
|
|
1388
|
+
none: "none";
|
|
1389
|
+
maestro: "maestro";
|
|
1390
|
+
"react-native-testing-library": "react-native-testing-library";
|
|
1391
|
+
"maestro-react-native-testing-library": "maestro-react-native-testing-library";
|
|
1392
|
+
}>;
|
|
1393
|
+
mobilePush: z.ZodEnum<{
|
|
1394
|
+
none: "none";
|
|
1395
|
+
"expo-notifications": "expo-notifications";
|
|
1396
|
+
}>;
|
|
1397
|
+
mobileOTA: z.ZodEnum<{
|
|
1398
|
+
none: "none";
|
|
1399
|
+
"expo-updates": "expo-updates";
|
|
1400
|
+
}>;
|
|
1401
|
+
mobileDeepLinking: z.ZodEnum<{
|
|
1402
|
+
none: "none";
|
|
1403
|
+
"expo-linking": "expo-linking";
|
|
1404
|
+
}>;
|
|
1248
1405
|
rustWebFramework: z.ZodEnum<{
|
|
1249
1406
|
none: "none";
|
|
1250
1407
|
axum: "axum";
|
|
@@ -1374,8 +1531,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1374
1531
|
chi: "chi";
|
|
1375
1532
|
}>;
|
|
1376
1533
|
goOrm: z.ZodEnum<{
|
|
1377
|
-
none: "none";
|
|
1378
1534
|
gorm: "gorm";
|
|
1535
|
+
none: "none";
|
|
1379
1536
|
sqlc: "sqlc";
|
|
1380
1537
|
ent: "ent";
|
|
1381
1538
|
}>;
|
|
@@ -1450,6 +1607,88 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1450
1607
|
archunit: "archunit";
|
|
1451
1608
|
jqwik: "jqwik";
|
|
1452
1609
|
}>>;
|
|
1610
|
+
elixirWebFramework: z.ZodEnum<{
|
|
1611
|
+
none: "none";
|
|
1612
|
+
phoenix: "phoenix";
|
|
1613
|
+
"phoenix-live-view": "phoenix-live-view";
|
|
1614
|
+
}>;
|
|
1615
|
+
elixirOrm: z.ZodEnum<{
|
|
1616
|
+
none: "none";
|
|
1617
|
+
ecto: "ecto";
|
|
1618
|
+
"ecto-sql": "ecto-sql";
|
|
1619
|
+
}>;
|
|
1620
|
+
elixirAuth: z.ZodEnum<{
|
|
1621
|
+
none: "none";
|
|
1622
|
+
"phx-gen-auth": "phx-gen-auth";
|
|
1623
|
+
ueberauth: "ueberauth";
|
|
1624
|
+
guardian: "guardian";
|
|
1625
|
+
}>;
|
|
1626
|
+
elixirApi: z.ZodEnum<{
|
|
1627
|
+
none: "none";
|
|
1628
|
+
rest: "rest";
|
|
1629
|
+
absinthe: "absinthe";
|
|
1630
|
+
}>;
|
|
1631
|
+
elixirRealtime: z.ZodEnum<{
|
|
1632
|
+
none: "none";
|
|
1633
|
+
channels: "channels";
|
|
1634
|
+
presence: "presence";
|
|
1635
|
+
pubsub: "pubsub";
|
|
1636
|
+
"live-view-streams": "live-view-streams";
|
|
1637
|
+
}>;
|
|
1638
|
+
elixirJobs: z.ZodEnum<{
|
|
1639
|
+
none: "none";
|
|
1640
|
+
oban: "oban";
|
|
1641
|
+
quantum: "quantum";
|
|
1642
|
+
}>;
|
|
1643
|
+
elixirValidation: z.ZodEnum<{
|
|
1644
|
+
none: "none";
|
|
1645
|
+
"ecto-changesets": "ecto-changesets";
|
|
1646
|
+
"nimble-options": "nimble-options";
|
|
1647
|
+
}>;
|
|
1648
|
+
elixirHttp: z.ZodEnum<{
|
|
1649
|
+
none: "none";
|
|
1650
|
+
req: "req";
|
|
1651
|
+
finch: "finch";
|
|
1652
|
+
}>;
|
|
1653
|
+
elixirJson: z.ZodEnum<{
|
|
1654
|
+
none: "none";
|
|
1655
|
+
jason: "jason";
|
|
1656
|
+
}>;
|
|
1657
|
+
elixirEmail: z.ZodEnum<{
|
|
1658
|
+
none: "none";
|
|
1659
|
+
swoosh: "swoosh";
|
|
1660
|
+
}>;
|
|
1661
|
+
elixirCaching: z.ZodEnum<{
|
|
1662
|
+
none: "none";
|
|
1663
|
+
cachex: "cachex";
|
|
1664
|
+
nebulex: "nebulex";
|
|
1665
|
+
}>;
|
|
1666
|
+
elixirObservability: z.ZodEnum<{
|
|
1667
|
+
none: "none";
|
|
1668
|
+
opentelemetry: "opentelemetry";
|
|
1669
|
+
telemetry: "telemetry";
|
|
1670
|
+
prom_ex: "prom_ex";
|
|
1671
|
+
}>;
|
|
1672
|
+
elixirTesting: z.ZodEnum<{
|
|
1673
|
+
none: "none";
|
|
1674
|
+
ex_unit: "ex_unit";
|
|
1675
|
+
mox: "mox";
|
|
1676
|
+
bypass: "bypass";
|
|
1677
|
+
wallaby: "wallaby";
|
|
1678
|
+
}>;
|
|
1679
|
+
elixirQuality: z.ZodEnum<{
|
|
1680
|
+
none: "none";
|
|
1681
|
+
credo: "credo";
|
|
1682
|
+
dialyxir: "dialyxir";
|
|
1683
|
+
sobelow: "sobelow";
|
|
1684
|
+
}>;
|
|
1685
|
+
elixirDeploy: z.ZodEnum<{
|
|
1686
|
+
none: "none";
|
|
1687
|
+
docker: "docker";
|
|
1688
|
+
fly: "fly";
|
|
1689
|
+
gigalixir: "gigalixir";
|
|
1690
|
+
"mix-release": "mix-release";
|
|
1691
|
+
}>;
|
|
1453
1692
|
aiDocs: z.ZodArray<z.ZodEnum<{
|
|
1454
1693
|
none: "none";
|
|
1455
1694
|
"claude-md": "claude-md";
|
|
@@ -1462,10 +1701,12 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
1462
1701
|
createdAt: z.ZodString;
|
|
1463
1702
|
ecosystem: z.ZodEnum<{
|
|
1464
1703
|
typescript: "typescript";
|
|
1704
|
+
"react-native": "react-native";
|
|
1465
1705
|
rust: "rust";
|
|
1466
1706
|
python: "python";
|
|
1467
1707
|
go: "go";
|
|
1468
1708
|
java: "java";
|
|
1709
|
+
elixir: "elixir";
|
|
1469
1710
|
}>;
|
|
1470
1711
|
database: z.ZodEnum<{
|
|
1471
1712
|
none: "none";
|
|
@@ -1513,6 +1754,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
1513
1754
|
"react-vite": "react-vite";
|
|
1514
1755
|
"tanstack-start": "tanstack-start";
|
|
1515
1756
|
next: "next";
|
|
1757
|
+
vinext: "vinext";
|
|
1516
1758
|
nuxt: "nuxt";
|
|
1517
1759
|
"native-bare": "native-bare";
|
|
1518
1760
|
"native-uniwind": "native-uniwind";
|
|
@@ -1553,8 +1795,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
1553
1795
|
"docker-compose": "docker-compose";
|
|
1554
1796
|
}>>;
|
|
1555
1797
|
examples: z.ZodArray<z.ZodEnum<{
|
|
1556
|
-
none: "none";
|
|
1557
1798
|
ai: "ai";
|
|
1799
|
+
none: "none";
|
|
1558
1800
|
"chat-sdk": "chat-sdk";
|
|
1559
1801
|
"tanstack-showcase": "tanstack-showcase";
|
|
1560
1802
|
}>>;
|
|
@@ -1647,8 +1889,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
1647
1889
|
"ai-cli": "ai-cli";
|
|
1648
1890
|
}>;
|
|
1649
1891
|
effect: z.ZodEnum<{
|
|
1650
|
-
none: "none";
|
|
1651
1892
|
effect: "effect";
|
|
1893
|
+
none: "none";
|
|
1652
1894
|
"effect-full": "effect-full";
|
|
1653
1895
|
}>;
|
|
1654
1896
|
stateManagement: z.ZodEnum<{
|
|
@@ -1699,6 +1941,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
1699
1941
|
"postcss-only": "postcss-only";
|
|
1700
1942
|
}>;
|
|
1701
1943
|
uiLibrary: z.ZodEnum<{
|
|
1944
|
+
mui: "mui";
|
|
1702
1945
|
none: "none";
|
|
1703
1946
|
"shadcn-ui": "shadcn-ui";
|
|
1704
1947
|
daisyui: "daisyui";
|
|
@@ -1708,7 +1951,6 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
1708
1951
|
"chakra-ui": "chakra-ui";
|
|
1709
1952
|
nextui: "nextui";
|
|
1710
1953
|
mantine: "mantine";
|
|
1711
|
-
mui: "mui";
|
|
1712
1954
|
antd: "antd";
|
|
1713
1955
|
"base-ui": "base-ui";
|
|
1714
1956
|
"ark-ui": "ark-ui";
|
|
@@ -1878,6 +2120,40 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
1878
2120
|
s3: "s3";
|
|
1879
2121
|
r2: "r2";
|
|
1880
2122
|
}>;
|
|
2123
|
+
mobileNavigation: z.ZodEnum<{
|
|
2124
|
+
none: "none";
|
|
2125
|
+
"expo-router": "expo-router";
|
|
2126
|
+
"react-navigation": "react-navigation";
|
|
2127
|
+
}>;
|
|
2128
|
+
mobileUI: z.ZodEnum<{
|
|
2129
|
+
none: "none";
|
|
2130
|
+
uniwind: "uniwind";
|
|
2131
|
+
tamagui: "tamagui";
|
|
2132
|
+
"gluestack-ui": "gluestack-ui";
|
|
2133
|
+
unistyles: "unistyles";
|
|
2134
|
+
}>;
|
|
2135
|
+
mobileStorage: z.ZodEnum<{
|
|
2136
|
+
none: "none";
|
|
2137
|
+
mmkv: "mmkv";
|
|
2138
|
+
}>;
|
|
2139
|
+
mobileTesting: z.ZodEnum<{
|
|
2140
|
+
none: "none";
|
|
2141
|
+
maestro: "maestro";
|
|
2142
|
+
"react-native-testing-library": "react-native-testing-library";
|
|
2143
|
+
"maestro-react-native-testing-library": "maestro-react-native-testing-library";
|
|
2144
|
+
}>;
|
|
2145
|
+
mobilePush: z.ZodEnum<{
|
|
2146
|
+
none: "none";
|
|
2147
|
+
"expo-notifications": "expo-notifications";
|
|
2148
|
+
}>;
|
|
2149
|
+
mobileOTA: z.ZodEnum<{
|
|
2150
|
+
none: "none";
|
|
2151
|
+
"expo-updates": "expo-updates";
|
|
2152
|
+
}>;
|
|
2153
|
+
mobileDeepLinking: z.ZodEnum<{
|
|
2154
|
+
none: "none";
|
|
2155
|
+
"expo-linking": "expo-linking";
|
|
2156
|
+
}>;
|
|
1881
2157
|
rustWebFramework: z.ZodEnum<{
|
|
1882
2158
|
none: "none";
|
|
1883
2159
|
axum: "axum";
|
|
@@ -2007,8 +2283,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2007
2283
|
chi: "chi";
|
|
2008
2284
|
}>;
|
|
2009
2285
|
goOrm: z.ZodEnum<{
|
|
2010
|
-
none: "none";
|
|
2011
2286
|
gorm: "gorm";
|
|
2287
|
+
none: "none";
|
|
2012
2288
|
sqlc: "sqlc";
|
|
2013
2289
|
ent: "ent";
|
|
2014
2290
|
}>;
|
|
@@ -2083,6 +2359,88 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2083
2359
|
archunit: "archunit";
|
|
2084
2360
|
jqwik: "jqwik";
|
|
2085
2361
|
}>>;
|
|
2362
|
+
elixirWebFramework: z.ZodEnum<{
|
|
2363
|
+
none: "none";
|
|
2364
|
+
phoenix: "phoenix";
|
|
2365
|
+
"phoenix-live-view": "phoenix-live-view";
|
|
2366
|
+
}>;
|
|
2367
|
+
elixirOrm: z.ZodEnum<{
|
|
2368
|
+
none: "none";
|
|
2369
|
+
ecto: "ecto";
|
|
2370
|
+
"ecto-sql": "ecto-sql";
|
|
2371
|
+
}>;
|
|
2372
|
+
elixirAuth: z.ZodEnum<{
|
|
2373
|
+
none: "none";
|
|
2374
|
+
"phx-gen-auth": "phx-gen-auth";
|
|
2375
|
+
ueberauth: "ueberauth";
|
|
2376
|
+
guardian: "guardian";
|
|
2377
|
+
}>;
|
|
2378
|
+
elixirApi: z.ZodEnum<{
|
|
2379
|
+
none: "none";
|
|
2380
|
+
rest: "rest";
|
|
2381
|
+
absinthe: "absinthe";
|
|
2382
|
+
}>;
|
|
2383
|
+
elixirRealtime: z.ZodEnum<{
|
|
2384
|
+
none: "none";
|
|
2385
|
+
channels: "channels";
|
|
2386
|
+
presence: "presence";
|
|
2387
|
+
pubsub: "pubsub";
|
|
2388
|
+
"live-view-streams": "live-view-streams";
|
|
2389
|
+
}>;
|
|
2390
|
+
elixirJobs: z.ZodEnum<{
|
|
2391
|
+
none: "none";
|
|
2392
|
+
oban: "oban";
|
|
2393
|
+
quantum: "quantum";
|
|
2394
|
+
}>;
|
|
2395
|
+
elixirValidation: z.ZodEnum<{
|
|
2396
|
+
none: "none";
|
|
2397
|
+
"ecto-changesets": "ecto-changesets";
|
|
2398
|
+
"nimble-options": "nimble-options";
|
|
2399
|
+
}>;
|
|
2400
|
+
elixirHttp: z.ZodEnum<{
|
|
2401
|
+
none: "none";
|
|
2402
|
+
req: "req";
|
|
2403
|
+
finch: "finch";
|
|
2404
|
+
}>;
|
|
2405
|
+
elixirJson: z.ZodEnum<{
|
|
2406
|
+
none: "none";
|
|
2407
|
+
jason: "jason";
|
|
2408
|
+
}>;
|
|
2409
|
+
elixirEmail: z.ZodEnum<{
|
|
2410
|
+
none: "none";
|
|
2411
|
+
swoosh: "swoosh";
|
|
2412
|
+
}>;
|
|
2413
|
+
elixirCaching: z.ZodEnum<{
|
|
2414
|
+
none: "none";
|
|
2415
|
+
cachex: "cachex";
|
|
2416
|
+
nebulex: "nebulex";
|
|
2417
|
+
}>;
|
|
2418
|
+
elixirObservability: z.ZodEnum<{
|
|
2419
|
+
none: "none";
|
|
2420
|
+
opentelemetry: "opentelemetry";
|
|
2421
|
+
telemetry: "telemetry";
|
|
2422
|
+
prom_ex: "prom_ex";
|
|
2423
|
+
}>;
|
|
2424
|
+
elixirTesting: z.ZodEnum<{
|
|
2425
|
+
none: "none";
|
|
2426
|
+
ex_unit: "ex_unit";
|
|
2427
|
+
mox: "mox";
|
|
2428
|
+
bypass: "bypass";
|
|
2429
|
+
wallaby: "wallaby";
|
|
2430
|
+
}>;
|
|
2431
|
+
elixirQuality: z.ZodEnum<{
|
|
2432
|
+
none: "none";
|
|
2433
|
+
credo: "credo";
|
|
2434
|
+
dialyxir: "dialyxir";
|
|
2435
|
+
sobelow: "sobelow";
|
|
2436
|
+
}>;
|
|
2437
|
+
elixirDeploy: z.ZodEnum<{
|
|
2438
|
+
none: "none";
|
|
2439
|
+
docker: "docker";
|
|
2440
|
+
fly: "fly";
|
|
2441
|
+
gigalixir: "gigalixir";
|
|
2442
|
+
"mix-release": "mix-release";
|
|
2443
|
+
}>;
|
|
2086
2444
|
aiDocs: z.ZodArray<z.ZodEnum<{
|
|
2087
2445
|
none: "none";
|
|
2088
2446
|
"claude-md": "claude-md";
|
|
@@ -2090,92 +2448,847 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2090
2448
|
cursorrules: "cursorrules";
|
|
2091
2449
|
}>>;
|
|
2092
2450
|
}, z.core.$strip>>;
|
|
2093
|
-
declare function
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2451
|
+
declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
2452
|
+
version: z.ZodString;
|
|
2453
|
+
createdAt: z.ZodString;
|
|
2454
|
+
ecosystem: z.ZodEnum<{
|
|
2455
|
+
typescript: "typescript";
|
|
2456
|
+
"react-native": "react-native";
|
|
2457
|
+
rust: "rust";
|
|
2458
|
+
python: "python";
|
|
2459
|
+
go: "go";
|
|
2460
|
+
java: "java";
|
|
2461
|
+
elixir: "elixir";
|
|
2462
|
+
}>;
|
|
2463
|
+
database: z.ZodEnum<{
|
|
2464
|
+
none: "none";
|
|
2465
|
+
sqlite: "sqlite";
|
|
2466
|
+
postgres: "postgres";
|
|
2467
|
+
mysql: "mysql";
|
|
2468
|
+
mongodb: "mongodb";
|
|
2469
|
+
edgedb: "edgedb";
|
|
2470
|
+
redis: "redis";
|
|
2471
|
+
}>;
|
|
2472
|
+
orm: z.ZodEnum<{
|
|
2473
|
+
none: "none";
|
|
2474
|
+
drizzle: "drizzle";
|
|
2475
|
+
prisma: "prisma";
|
|
2476
|
+
mongoose: "mongoose";
|
|
2477
|
+
typeorm: "typeorm";
|
|
2478
|
+
kysely: "kysely";
|
|
2479
|
+
mikroorm: "mikroorm";
|
|
2480
|
+
sequelize: "sequelize";
|
|
2481
|
+
}>;
|
|
2482
|
+
backend: z.ZodEnum<{
|
|
2483
|
+
none: "none";
|
|
2484
|
+
hono: "hono";
|
|
2485
|
+
express: "express";
|
|
2486
|
+
fastify: "fastify";
|
|
2487
|
+
elysia: "elysia";
|
|
2488
|
+
fets: "fets";
|
|
2489
|
+
nestjs: "nestjs";
|
|
2490
|
+
adonisjs: "adonisjs";
|
|
2491
|
+
nitro: "nitro";
|
|
2492
|
+
encore: "encore";
|
|
2493
|
+
convex: "convex";
|
|
2494
|
+
self: "self";
|
|
2495
|
+
}>;
|
|
2496
|
+
runtime: z.ZodEnum<{
|
|
2497
|
+
none: "none";
|
|
2498
|
+
bun: "bun";
|
|
2499
|
+
node: "node";
|
|
2500
|
+
workers: "workers";
|
|
2501
|
+
}>;
|
|
2502
|
+
frontend: z.ZodArray<z.ZodEnum<{
|
|
2503
|
+
none: "none";
|
|
2504
|
+
"tanstack-router": "tanstack-router";
|
|
2505
|
+
"react-router": "react-router";
|
|
2506
|
+
"react-vite": "react-vite";
|
|
2507
|
+
"tanstack-start": "tanstack-start";
|
|
2508
|
+
next: "next";
|
|
2509
|
+
vinext: "vinext";
|
|
2510
|
+
nuxt: "nuxt";
|
|
2511
|
+
"native-bare": "native-bare";
|
|
2512
|
+
"native-uniwind": "native-uniwind";
|
|
2513
|
+
"native-unistyles": "native-unistyles";
|
|
2514
|
+
svelte: "svelte";
|
|
2515
|
+
solid: "solid";
|
|
2516
|
+
"solid-start": "solid-start";
|
|
2517
|
+
astro: "astro";
|
|
2518
|
+
qwik: "qwik";
|
|
2519
|
+
angular: "angular";
|
|
2520
|
+
redwood: "redwood";
|
|
2521
|
+
fresh: "fresh";
|
|
2522
|
+
}>>;
|
|
2523
|
+
addons: z.ZodArray<z.ZodEnum<{
|
|
2524
|
+
none: "none";
|
|
2525
|
+
pwa: "pwa";
|
|
2526
|
+
tauri: "tauri";
|
|
2527
|
+
starlight: "starlight";
|
|
2528
|
+
biome: "biome";
|
|
2529
|
+
lefthook: "lefthook";
|
|
2530
|
+
husky: "husky";
|
|
2531
|
+
ruler: "ruler";
|
|
2532
|
+
mcp: "mcp";
|
|
2533
|
+
skills: "skills";
|
|
2534
|
+
turborepo: "turborepo";
|
|
2535
|
+
fumadocs: "fumadocs";
|
|
2536
|
+
ultracite: "ultracite";
|
|
2537
|
+
oxlint: "oxlint";
|
|
2538
|
+
opentui: "opentui";
|
|
2539
|
+
wxt: "wxt";
|
|
2540
|
+
msw: "msw";
|
|
2541
|
+
storybook: "storybook";
|
|
2542
|
+
"tanstack-query": "tanstack-query";
|
|
2543
|
+
"tanstack-table": "tanstack-table";
|
|
2544
|
+
"tanstack-virtual": "tanstack-virtual";
|
|
2545
|
+
"tanstack-db": "tanstack-db";
|
|
2546
|
+
"tanstack-pacer": "tanstack-pacer";
|
|
2547
|
+
"docker-compose": "docker-compose";
|
|
2548
|
+
}>>;
|
|
2549
|
+
examples: z.ZodArray<z.ZodEnum<{
|
|
2550
|
+
ai: "ai";
|
|
2551
|
+
none: "none";
|
|
2552
|
+
"chat-sdk": "chat-sdk";
|
|
2553
|
+
"tanstack-showcase": "tanstack-showcase";
|
|
2554
|
+
}>>;
|
|
2555
|
+
auth: z.ZodEnum<{
|
|
2556
|
+
none: "none";
|
|
2557
|
+
"better-auth": "better-auth";
|
|
2558
|
+
"go-better-auth": "go-better-auth";
|
|
2559
|
+
clerk: "clerk";
|
|
2560
|
+
nextauth: "nextauth";
|
|
2561
|
+
"stack-auth": "stack-auth";
|
|
2562
|
+
"supabase-auth": "supabase-auth";
|
|
2563
|
+
auth0: "auth0";
|
|
2564
|
+
}>;
|
|
2565
|
+
payments: z.ZodEnum<{
|
|
2566
|
+
none: "none";
|
|
2567
|
+
polar: "polar";
|
|
2568
|
+
stripe: "stripe";
|
|
2569
|
+
"lemon-squeezy": "lemon-squeezy";
|
|
2570
|
+
paddle: "paddle";
|
|
2571
|
+
dodo: "dodo";
|
|
2572
|
+
}>;
|
|
2573
|
+
packageManager: z.ZodEnum<{
|
|
2574
|
+
bun: "bun";
|
|
2575
|
+
npm: "npm";
|
|
2576
|
+
pnpm: "pnpm";
|
|
2577
|
+
yarn: "yarn";
|
|
2578
|
+
}>;
|
|
2579
|
+
versionChannel: z.ZodEnum<{
|
|
2580
|
+
stable: "stable";
|
|
2581
|
+
latest: "latest";
|
|
2582
|
+
beta: "beta";
|
|
2583
|
+
}>;
|
|
2584
|
+
dbSetup: z.ZodEnum<{
|
|
2585
|
+
none: "none";
|
|
2586
|
+
turso: "turso";
|
|
2587
|
+
neon: "neon";
|
|
2588
|
+
"prisma-postgres": "prisma-postgres";
|
|
2589
|
+
planetscale: "planetscale";
|
|
2590
|
+
"mongodb-atlas": "mongodb-atlas";
|
|
2591
|
+
supabase: "supabase";
|
|
2592
|
+
upstash: "upstash";
|
|
2593
|
+
d1: "d1";
|
|
2594
|
+
docker: "docker";
|
|
2595
|
+
}>;
|
|
2596
|
+
api: z.ZodEnum<{
|
|
2597
|
+
none: "none";
|
|
2598
|
+
trpc: "trpc";
|
|
2599
|
+
orpc: "orpc";
|
|
2600
|
+
"ts-rest": "ts-rest";
|
|
2601
|
+
garph: "garph";
|
|
2602
|
+
"graphql-yoga": "graphql-yoga";
|
|
2603
|
+
}>;
|
|
2604
|
+
webDeploy: z.ZodEnum<{
|
|
2605
|
+
none: "none";
|
|
2606
|
+
docker: "docker";
|
|
2607
|
+
cloudflare: "cloudflare";
|
|
2608
|
+
fly: "fly";
|
|
2609
|
+
railway: "railway";
|
|
2610
|
+
sst: "sst";
|
|
2611
|
+
vercel: "vercel";
|
|
2612
|
+
}>;
|
|
2613
|
+
serverDeploy: z.ZodEnum<{
|
|
2614
|
+
none: "none";
|
|
2615
|
+
docker: "docker";
|
|
2616
|
+
cloudflare: "cloudflare";
|
|
2617
|
+
fly: "fly";
|
|
2618
|
+
railway: "railway";
|
|
2619
|
+
sst: "sst";
|
|
2620
|
+
vercel: "vercel";
|
|
2621
|
+
}>;
|
|
2622
|
+
astroIntegration: z.ZodOptional<z.ZodEnum<{
|
|
2623
|
+
none: "none";
|
|
2624
|
+
svelte: "svelte";
|
|
2625
|
+
solid: "solid";
|
|
2626
|
+
react: "react";
|
|
2627
|
+
vue: "vue";
|
|
2628
|
+
}>>;
|
|
2629
|
+
ai: z.ZodEnum<{
|
|
2630
|
+
none: "none";
|
|
2631
|
+
"vercel-ai": "vercel-ai";
|
|
2632
|
+
mastra: "mastra";
|
|
2633
|
+
voltagent: "voltagent";
|
|
2634
|
+
langgraph: "langgraph";
|
|
2635
|
+
"openai-agents": "openai-agents";
|
|
2636
|
+
"google-adk": "google-adk";
|
|
2637
|
+
modelfusion: "modelfusion";
|
|
2638
|
+
langchain: "langchain";
|
|
2639
|
+
llamaindex: "llamaindex";
|
|
2640
|
+
"tanstack-ai": "tanstack-ai";
|
|
2641
|
+
"ai-cli": "ai-cli";
|
|
2642
|
+
}>;
|
|
2643
|
+
effect: z.ZodEnum<{
|
|
2644
|
+
effect: "effect";
|
|
2645
|
+
none: "none";
|
|
2646
|
+
"effect-full": "effect-full";
|
|
2647
|
+
}>;
|
|
2648
|
+
stateManagement: z.ZodEnum<{
|
|
2649
|
+
none: "none";
|
|
2650
|
+
zustand: "zustand";
|
|
2651
|
+
jotai: "jotai";
|
|
2652
|
+
nanostores: "nanostores";
|
|
2653
|
+
"redux-toolkit": "redux-toolkit";
|
|
2654
|
+
mobx: "mobx";
|
|
2655
|
+
xstate: "xstate";
|
|
2656
|
+
valtio: "valtio";
|
|
2657
|
+
"tanstack-store": "tanstack-store";
|
|
2658
|
+
"legend-state": "legend-state";
|
|
2659
|
+
}>;
|
|
2660
|
+
forms: z.ZodEnum<{
|
|
2661
|
+
none: "none";
|
|
2662
|
+
"tanstack-form": "tanstack-form";
|
|
2663
|
+
"react-hook-form": "react-hook-form";
|
|
2664
|
+
formik: "formik";
|
|
2665
|
+
"final-form": "final-form";
|
|
2666
|
+
conform: "conform";
|
|
2667
|
+
"modular-forms": "modular-forms";
|
|
2668
|
+
}>;
|
|
2669
|
+
testing: z.ZodEnum<{
|
|
2670
|
+
none: "none";
|
|
2671
|
+
vitest: "vitest";
|
|
2672
|
+
playwright: "playwright";
|
|
2673
|
+
"vitest-playwright": "vitest-playwright";
|
|
2674
|
+
jest: "jest";
|
|
2675
|
+
cypress: "cypress";
|
|
2676
|
+
}>;
|
|
2677
|
+
email: z.ZodEnum<{
|
|
2678
|
+
none: "none";
|
|
2679
|
+
"react-email": "react-email";
|
|
2680
|
+
resend: "resend";
|
|
2681
|
+
nodemailer: "nodemailer";
|
|
2682
|
+
postmark: "postmark";
|
|
2683
|
+
sendgrid: "sendgrid";
|
|
2684
|
+
"aws-ses": "aws-ses";
|
|
2685
|
+
mailgun: "mailgun";
|
|
2686
|
+
plunk: "plunk";
|
|
2687
|
+
}>;
|
|
2688
|
+
cssFramework: z.ZodEnum<{
|
|
2689
|
+
none: "none";
|
|
2690
|
+
tailwind: "tailwind";
|
|
2691
|
+
scss: "scss";
|
|
2692
|
+
less: "less";
|
|
2693
|
+
"postcss-only": "postcss-only";
|
|
2694
|
+
}>;
|
|
2695
|
+
uiLibrary: z.ZodEnum<{
|
|
2696
|
+
mui: "mui";
|
|
2697
|
+
none: "none";
|
|
2698
|
+
"shadcn-ui": "shadcn-ui";
|
|
2699
|
+
daisyui: "daisyui";
|
|
2700
|
+
"radix-ui": "radix-ui";
|
|
2701
|
+
"headless-ui": "headless-ui";
|
|
2702
|
+
"park-ui": "park-ui";
|
|
2703
|
+
"chakra-ui": "chakra-ui";
|
|
2704
|
+
nextui: "nextui";
|
|
2705
|
+
mantine: "mantine";
|
|
2706
|
+
antd: "antd";
|
|
2707
|
+
"base-ui": "base-ui";
|
|
2708
|
+
"ark-ui": "ark-ui";
|
|
2709
|
+
"react-aria": "react-aria";
|
|
2710
|
+
}>;
|
|
2711
|
+
shadcnBase: z.ZodOptional<z.ZodEnum<{
|
|
2712
|
+
radix: "radix";
|
|
2713
|
+
base: "base";
|
|
2714
|
+
}>>;
|
|
2715
|
+
shadcnStyle: z.ZodOptional<z.ZodEnum<{
|
|
2716
|
+
vega: "vega";
|
|
2717
|
+
nova: "nova";
|
|
2718
|
+
maia: "maia";
|
|
2719
|
+
lyra: "lyra";
|
|
2720
|
+
mira: "mira";
|
|
2721
|
+
luma: "luma";
|
|
2722
|
+
sera: "sera";
|
|
2723
|
+
}>>;
|
|
2724
|
+
shadcnIconLibrary: z.ZodOptional<z.ZodEnum<{
|
|
2725
|
+
lucide: "lucide";
|
|
2726
|
+
tabler: "tabler";
|
|
2727
|
+
hugeicons: "hugeicons";
|
|
2728
|
+
phosphor: "phosphor";
|
|
2729
|
+
remixicon: "remixicon";
|
|
2730
|
+
heroicons: "heroicons";
|
|
2731
|
+
"react-icons": "react-icons";
|
|
2732
|
+
}>>;
|
|
2733
|
+
shadcnColorTheme: z.ZodOptional<z.ZodEnum<{
|
|
2734
|
+
neutral: "neutral";
|
|
2735
|
+
stone: "stone";
|
|
2736
|
+
zinc: "zinc";
|
|
2737
|
+
gray: "gray";
|
|
2738
|
+
amber: "amber";
|
|
2739
|
+
blue: "blue";
|
|
2740
|
+
cyan: "cyan";
|
|
2741
|
+
emerald: "emerald";
|
|
2742
|
+
fuchsia: "fuchsia";
|
|
2743
|
+
green: "green";
|
|
2744
|
+
indigo: "indigo";
|
|
2745
|
+
lime: "lime";
|
|
2746
|
+
orange: "orange";
|
|
2747
|
+
pink: "pink";
|
|
2748
|
+
purple: "purple";
|
|
2749
|
+
red: "red";
|
|
2750
|
+
rose: "rose";
|
|
2751
|
+
sky: "sky";
|
|
2752
|
+
teal: "teal";
|
|
2753
|
+
violet: "violet";
|
|
2754
|
+
yellow: "yellow";
|
|
2755
|
+
}>>;
|
|
2756
|
+
shadcnBaseColor: z.ZodOptional<z.ZodEnum<{
|
|
2757
|
+
neutral: "neutral";
|
|
2758
|
+
stone: "stone";
|
|
2759
|
+
zinc: "zinc";
|
|
2760
|
+
gray: "gray";
|
|
2761
|
+
}>>;
|
|
2762
|
+
shadcnFont: z.ZodOptional<z.ZodEnum<{
|
|
2763
|
+
inter: "inter";
|
|
2764
|
+
geist: "geist";
|
|
2765
|
+
"noto-sans": "noto-sans";
|
|
2766
|
+
"nunito-sans": "nunito-sans";
|
|
2767
|
+
figtree: "figtree";
|
|
2768
|
+
roboto: "roboto";
|
|
2769
|
+
raleway: "raleway";
|
|
2770
|
+
"dm-sans": "dm-sans";
|
|
2771
|
+
"public-sans": "public-sans";
|
|
2772
|
+
outfit: "outfit";
|
|
2773
|
+
"jetbrains-mono": "jetbrains-mono";
|
|
2774
|
+
"geist-mono": "geist-mono";
|
|
2775
|
+
}>>;
|
|
2776
|
+
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
2777
|
+
none: "none";
|
|
2778
|
+
default: "default";
|
|
2779
|
+
small: "small";
|
|
2780
|
+
medium: "medium";
|
|
2781
|
+
large: "large";
|
|
2782
|
+
}>>;
|
|
2783
|
+
validation: z.ZodEnum<{
|
|
2784
|
+
none: "none";
|
|
2785
|
+
zod: "zod";
|
|
2786
|
+
valibot: "valibot";
|
|
2787
|
+
arktype: "arktype";
|
|
2788
|
+
typebox: "typebox";
|
|
2789
|
+
typia: "typia";
|
|
2790
|
+
runtypes: "runtypes";
|
|
2791
|
+
"effect-schema": "effect-schema";
|
|
2792
|
+
}>;
|
|
2793
|
+
realtime: z.ZodEnum<{
|
|
2794
|
+
none: "none";
|
|
2795
|
+
"socket-io": "socket-io";
|
|
2796
|
+
partykit: "partykit";
|
|
2797
|
+
ably: "ably";
|
|
2798
|
+
pusher: "pusher";
|
|
2799
|
+
liveblocks: "liveblocks";
|
|
2800
|
+
yjs: "yjs";
|
|
2801
|
+
}>;
|
|
2802
|
+
jobQueue: z.ZodEnum<{
|
|
2803
|
+
none: "none";
|
|
2804
|
+
bullmq: "bullmq";
|
|
2805
|
+
"trigger-dev": "trigger-dev";
|
|
2806
|
+
inngest: "inngest";
|
|
2807
|
+
temporal: "temporal";
|
|
2808
|
+
}>;
|
|
2809
|
+
animation: z.ZodEnum<{
|
|
2810
|
+
none: "none";
|
|
2811
|
+
"framer-motion": "framer-motion";
|
|
2812
|
+
gsap: "gsap";
|
|
2813
|
+
"react-spring": "react-spring";
|
|
2814
|
+
"auto-animate": "auto-animate";
|
|
2815
|
+
lottie: "lottie";
|
|
2816
|
+
}>;
|
|
2817
|
+
fileUpload: z.ZodEnum<{
|
|
2818
|
+
none: "none";
|
|
2819
|
+
uploadthing: "uploadthing";
|
|
2820
|
+
filepond: "filepond";
|
|
2821
|
+
uppy: "uppy";
|
|
2822
|
+
}>;
|
|
2823
|
+
logging: z.ZodEnum<{
|
|
2824
|
+
none: "none";
|
|
2825
|
+
pino: "pino";
|
|
2826
|
+
winston: "winston";
|
|
2827
|
+
}>;
|
|
2828
|
+
observability: z.ZodEnum<{
|
|
2829
|
+
none: "none";
|
|
2830
|
+
opentelemetry: "opentelemetry";
|
|
2831
|
+
sentry: "sentry";
|
|
2832
|
+
grafana: "grafana";
|
|
2833
|
+
}>;
|
|
2834
|
+
featureFlags: z.ZodEnum<{
|
|
2835
|
+
none: "none";
|
|
2836
|
+
growthbook: "growthbook";
|
|
2837
|
+
posthog: "posthog";
|
|
2838
|
+
launchdarkly: "launchdarkly";
|
|
2839
|
+
flagsmith: "flagsmith";
|
|
2840
|
+
unleash: "unleash";
|
|
2841
|
+
}>;
|
|
2842
|
+
analytics: z.ZodEnum<{
|
|
2843
|
+
none: "none";
|
|
2844
|
+
plausible: "plausible";
|
|
2845
|
+
umami: "umami";
|
|
2846
|
+
}>;
|
|
2847
|
+
cms: z.ZodEnum<{
|
|
2848
|
+
none: "none";
|
|
2849
|
+
payload: "payload";
|
|
2850
|
+
sanity: "sanity";
|
|
2851
|
+
strapi: "strapi";
|
|
2852
|
+
tinacms: "tinacms";
|
|
2853
|
+
}>;
|
|
2854
|
+
caching: z.ZodEnum<{
|
|
2855
|
+
none: "none";
|
|
2856
|
+
"upstash-redis": "upstash-redis";
|
|
2857
|
+
}>;
|
|
2858
|
+
i18n: z.ZodEnum<{
|
|
2859
|
+
none: "none";
|
|
2860
|
+
i18next: "i18next";
|
|
2861
|
+
"next-intl": "next-intl";
|
|
2862
|
+
}>;
|
|
2863
|
+
search: z.ZodEnum<{
|
|
2864
|
+
none: "none";
|
|
2865
|
+
meilisearch: "meilisearch";
|
|
2866
|
+
typesense: "typesense";
|
|
2867
|
+
elasticsearch: "elasticsearch";
|
|
2868
|
+
algolia: "algolia";
|
|
2869
|
+
}>;
|
|
2870
|
+
fileStorage: z.ZodEnum<{
|
|
2871
|
+
none: "none";
|
|
2872
|
+
s3: "s3";
|
|
2873
|
+
r2: "r2";
|
|
2874
|
+
}>;
|
|
2875
|
+
mobileNavigation: z.ZodEnum<{
|
|
2876
|
+
none: "none";
|
|
2877
|
+
"expo-router": "expo-router";
|
|
2878
|
+
"react-navigation": "react-navigation";
|
|
2879
|
+
}>;
|
|
2880
|
+
mobileUI: z.ZodEnum<{
|
|
2881
|
+
none: "none";
|
|
2882
|
+
uniwind: "uniwind";
|
|
2883
|
+
tamagui: "tamagui";
|
|
2884
|
+
"gluestack-ui": "gluestack-ui";
|
|
2885
|
+
unistyles: "unistyles";
|
|
2886
|
+
}>;
|
|
2887
|
+
mobileStorage: z.ZodEnum<{
|
|
2888
|
+
none: "none";
|
|
2889
|
+
mmkv: "mmkv";
|
|
2890
|
+
}>;
|
|
2891
|
+
mobileTesting: z.ZodEnum<{
|
|
2892
|
+
none: "none";
|
|
2893
|
+
maestro: "maestro";
|
|
2894
|
+
"react-native-testing-library": "react-native-testing-library";
|
|
2895
|
+
"maestro-react-native-testing-library": "maestro-react-native-testing-library";
|
|
2896
|
+
}>;
|
|
2897
|
+
mobilePush: z.ZodEnum<{
|
|
2898
|
+
none: "none";
|
|
2899
|
+
"expo-notifications": "expo-notifications";
|
|
2900
|
+
}>;
|
|
2901
|
+
mobileOTA: z.ZodEnum<{
|
|
2902
|
+
none: "none";
|
|
2903
|
+
"expo-updates": "expo-updates";
|
|
2904
|
+
}>;
|
|
2905
|
+
mobileDeepLinking: z.ZodEnum<{
|
|
2906
|
+
none: "none";
|
|
2907
|
+
"expo-linking": "expo-linking";
|
|
2908
|
+
}>;
|
|
2909
|
+
rustWebFramework: z.ZodEnum<{
|
|
2910
|
+
none: "none";
|
|
2911
|
+
axum: "axum";
|
|
2912
|
+
"actix-web": "actix-web";
|
|
2913
|
+
rocket: "rocket";
|
|
2914
|
+
}>;
|
|
2915
|
+
rustFrontend: z.ZodEnum<{
|
|
2916
|
+
none: "none";
|
|
2917
|
+
leptos: "leptos";
|
|
2918
|
+
dioxus: "dioxus";
|
|
2919
|
+
}>;
|
|
2920
|
+
rustOrm: z.ZodEnum<{
|
|
2921
|
+
none: "none";
|
|
2922
|
+
"sea-orm": "sea-orm";
|
|
2923
|
+
sqlx: "sqlx";
|
|
2924
|
+
diesel: "diesel";
|
|
2925
|
+
}>;
|
|
2926
|
+
rustApi: z.ZodEnum<{
|
|
2927
|
+
none: "none";
|
|
2928
|
+
tonic: "tonic";
|
|
2929
|
+
"async-graphql": "async-graphql";
|
|
2930
|
+
}>;
|
|
2931
|
+
rustCli: z.ZodEnum<{
|
|
2932
|
+
none: "none";
|
|
2933
|
+
clap: "clap";
|
|
2934
|
+
ratatui: "ratatui";
|
|
2935
|
+
}>;
|
|
2936
|
+
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
2937
|
+
none: "none";
|
|
2938
|
+
serde: "serde";
|
|
2939
|
+
uuid: "uuid";
|
|
2940
|
+
chrono: "chrono";
|
|
2941
|
+
reqwest: "reqwest";
|
|
2942
|
+
config: "config";
|
|
2943
|
+
dashmap: "dashmap";
|
|
2944
|
+
"parking-lot": "parking-lot";
|
|
2945
|
+
secrecy: "secrecy";
|
|
2946
|
+
"tokio-util": "tokio-util";
|
|
2947
|
+
utoipa: "utoipa";
|
|
2948
|
+
validator: "validator";
|
|
2949
|
+
jsonwebtoken: "jsonwebtoken";
|
|
2950
|
+
argon2: "argon2";
|
|
2951
|
+
"tokio-test": "tokio-test";
|
|
2952
|
+
mockall: "mockall";
|
|
2953
|
+
proptest: "proptest";
|
|
2954
|
+
insta: "insta";
|
|
2955
|
+
}>>;
|
|
2956
|
+
rustLogging: z.ZodEnum<{
|
|
2957
|
+
none: "none";
|
|
2958
|
+
tracing: "tracing";
|
|
2959
|
+
"env-logger": "env-logger";
|
|
2960
|
+
}>;
|
|
2961
|
+
rustErrorHandling: z.ZodEnum<{
|
|
2962
|
+
none: "none";
|
|
2963
|
+
"anyhow-thiserror": "anyhow-thiserror";
|
|
2964
|
+
eyre: "eyre";
|
|
2965
|
+
}>;
|
|
2966
|
+
rustCaching: z.ZodEnum<{
|
|
2967
|
+
none: "none";
|
|
2968
|
+
redis: "redis";
|
|
2969
|
+
moka: "moka";
|
|
2970
|
+
}>;
|
|
2971
|
+
rustAuth: z.ZodEnum<{
|
|
2972
|
+
none: "none";
|
|
2973
|
+
oauth2: "oauth2";
|
|
2974
|
+
}>;
|
|
2975
|
+
pythonWebFramework: z.ZodEnum<{
|
|
2976
|
+
none: "none";
|
|
2977
|
+
fastapi: "fastapi";
|
|
2978
|
+
django: "django";
|
|
2979
|
+
flask: "flask";
|
|
2980
|
+
litestar: "litestar";
|
|
2981
|
+
}>;
|
|
2982
|
+
pythonOrm: z.ZodEnum<{
|
|
2983
|
+
none: "none";
|
|
2984
|
+
sqlalchemy: "sqlalchemy";
|
|
2985
|
+
sqlmodel: "sqlmodel";
|
|
2986
|
+
"tortoise-orm": "tortoise-orm";
|
|
2987
|
+
}>;
|
|
2988
|
+
pythonValidation: z.ZodEnum<{
|
|
2989
|
+
none: "none";
|
|
2990
|
+
pydantic: "pydantic";
|
|
2991
|
+
}>;
|
|
2992
|
+
pythonAi: z.ZodArray<z.ZodEnum<{
|
|
2993
|
+
none: "none";
|
|
2994
|
+
langgraph: "langgraph";
|
|
2995
|
+
langchain: "langchain";
|
|
2996
|
+
llamaindex: "llamaindex";
|
|
2997
|
+
"openai-sdk": "openai-sdk";
|
|
2998
|
+
"anthropic-sdk": "anthropic-sdk";
|
|
2999
|
+
crewai: "crewai";
|
|
3000
|
+
haystack: "haystack";
|
|
3001
|
+
}>>;
|
|
3002
|
+
pythonAuth: z.ZodEnum<{
|
|
3003
|
+
none: "none";
|
|
3004
|
+
authlib: "authlib";
|
|
3005
|
+
jwt: "jwt";
|
|
3006
|
+
}>;
|
|
3007
|
+
pythonApi: z.ZodOptional<z.ZodEnum<{
|
|
3008
|
+
none: "none";
|
|
3009
|
+
"django-rest-framework": "django-rest-framework";
|
|
3010
|
+
"django-ninja": "django-ninja";
|
|
3011
|
+
}>>;
|
|
3012
|
+
pythonTaskQueue: z.ZodEnum<{
|
|
3013
|
+
none: "none";
|
|
3014
|
+
celery: "celery";
|
|
3015
|
+
rq: "rq";
|
|
3016
|
+
dramatiq: "dramatiq";
|
|
3017
|
+
huey: "huey";
|
|
3018
|
+
}>;
|
|
3019
|
+
pythonGraphql: z.ZodEnum<{
|
|
3020
|
+
none: "none";
|
|
3021
|
+
strawberry: "strawberry";
|
|
3022
|
+
ariadne: "ariadne";
|
|
3023
|
+
}>;
|
|
3024
|
+
pythonQuality: z.ZodEnum<{
|
|
3025
|
+
none: "none";
|
|
3026
|
+
ruff: "ruff";
|
|
3027
|
+
mypy: "mypy";
|
|
3028
|
+
pyright: "pyright";
|
|
3029
|
+
}>;
|
|
3030
|
+
goWebFramework: z.ZodEnum<{
|
|
3031
|
+
none: "none";
|
|
3032
|
+
gin: "gin";
|
|
3033
|
+
echo: "echo";
|
|
3034
|
+
fiber: "fiber";
|
|
3035
|
+
chi: "chi";
|
|
3036
|
+
}>;
|
|
3037
|
+
goOrm: z.ZodEnum<{
|
|
3038
|
+
gorm: "gorm";
|
|
3039
|
+
none: "none";
|
|
3040
|
+
sqlc: "sqlc";
|
|
3041
|
+
ent: "ent";
|
|
3042
|
+
}>;
|
|
3043
|
+
goApi: z.ZodEnum<{
|
|
3044
|
+
none: "none";
|
|
3045
|
+
"grpc-go": "grpc-go";
|
|
3046
|
+
}>;
|
|
3047
|
+
goCli: z.ZodEnum<{
|
|
3048
|
+
none: "none";
|
|
3049
|
+
cobra: "cobra";
|
|
3050
|
+
bubbletea: "bubbletea";
|
|
3051
|
+
"urfave-cli": "urfave-cli";
|
|
3052
|
+
}>;
|
|
3053
|
+
goLogging: z.ZodEnum<{
|
|
3054
|
+
none: "none";
|
|
3055
|
+
zap: "zap";
|
|
3056
|
+
zerolog: "zerolog";
|
|
3057
|
+
slog: "slog";
|
|
3058
|
+
logrus: "logrus";
|
|
3059
|
+
}>;
|
|
3060
|
+
goAuth: z.ZodEnum<{
|
|
3061
|
+
none: "none";
|
|
3062
|
+
jwt: "jwt";
|
|
3063
|
+
casbin: "casbin";
|
|
3064
|
+
}>;
|
|
3065
|
+
javaWebFramework: z.ZodEnum<{
|
|
3066
|
+
none: "none";
|
|
3067
|
+
"spring-boot": "spring-boot";
|
|
3068
|
+
quarkus: "quarkus";
|
|
3069
|
+
}>;
|
|
3070
|
+
javaBuildTool: z.ZodEnum<{
|
|
3071
|
+
none: "none";
|
|
3072
|
+
maven: "maven";
|
|
3073
|
+
gradle: "gradle";
|
|
3074
|
+
}>;
|
|
3075
|
+
javaOrm: z.ZodEnum<{
|
|
3076
|
+
none: "none";
|
|
3077
|
+
"spring-data-jpa": "spring-data-jpa";
|
|
3078
|
+
}>;
|
|
3079
|
+
javaAuth: z.ZodEnum<{
|
|
3080
|
+
none: "none";
|
|
3081
|
+
"spring-security": "spring-security";
|
|
3082
|
+
}>;
|
|
3083
|
+
javaLibraries: z.ZodArray<z.ZodEnum<{
|
|
3084
|
+
none: "none";
|
|
3085
|
+
"spring-actuator": "spring-actuator";
|
|
3086
|
+
"spring-validation": "spring-validation";
|
|
3087
|
+
flyway: "flyway";
|
|
3088
|
+
liquibase: "liquibase";
|
|
3089
|
+
"springdoc-openapi": "springdoc-openapi";
|
|
3090
|
+
lombok: "lombok";
|
|
3091
|
+
mapstruct: "mapstruct";
|
|
3092
|
+
caffeine: "caffeine";
|
|
3093
|
+
resilience4j: "resilience4j";
|
|
3094
|
+
"spring-webflux": "spring-webflux";
|
|
3095
|
+
"spring-batch": "spring-batch";
|
|
3096
|
+
"spring-kafka": "spring-kafka";
|
|
3097
|
+
"spring-mail": "spring-mail";
|
|
3098
|
+
"spring-devtools": "spring-devtools";
|
|
3099
|
+
"micrometer-prometheus": "micrometer-prometheus";
|
|
3100
|
+
thymeleaf: "thymeleaf";
|
|
3101
|
+
}>>;
|
|
3102
|
+
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
3103
|
+
none: "none";
|
|
3104
|
+
junit5: "junit5";
|
|
3105
|
+
mockito: "mockito";
|
|
3106
|
+
testcontainers: "testcontainers";
|
|
3107
|
+
assertj: "assertj";
|
|
3108
|
+
"rest-assured": "rest-assured";
|
|
3109
|
+
wiremock: "wiremock";
|
|
3110
|
+
awaitility: "awaitility";
|
|
3111
|
+
archunit: "archunit";
|
|
3112
|
+
jqwik: "jqwik";
|
|
3113
|
+
}>>;
|
|
3114
|
+
elixirWebFramework: z.ZodEnum<{
|
|
3115
|
+
none: "none";
|
|
3116
|
+
phoenix: "phoenix";
|
|
3117
|
+
"phoenix-live-view": "phoenix-live-view";
|
|
3118
|
+
}>;
|
|
3119
|
+
elixirOrm: z.ZodEnum<{
|
|
3120
|
+
none: "none";
|
|
3121
|
+
ecto: "ecto";
|
|
3122
|
+
"ecto-sql": "ecto-sql";
|
|
3123
|
+
}>;
|
|
3124
|
+
elixirAuth: z.ZodEnum<{
|
|
3125
|
+
none: "none";
|
|
3126
|
+
"phx-gen-auth": "phx-gen-auth";
|
|
3127
|
+
ueberauth: "ueberauth";
|
|
3128
|
+
guardian: "guardian";
|
|
3129
|
+
}>;
|
|
3130
|
+
elixirApi: z.ZodEnum<{
|
|
3131
|
+
none: "none";
|
|
3132
|
+
rest: "rest";
|
|
3133
|
+
absinthe: "absinthe";
|
|
3134
|
+
}>;
|
|
3135
|
+
elixirRealtime: z.ZodEnum<{
|
|
3136
|
+
none: "none";
|
|
3137
|
+
channels: "channels";
|
|
3138
|
+
presence: "presence";
|
|
3139
|
+
pubsub: "pubsub";
|
|
3140
|
+
"live-view-streams": "live-view-streams";
|
|
3141
|
+
}>;
|
|
3142
|
+
elixirJobs: z.ZodEnum<{
|
|
3143
|
+
none: "none";
|
|
3144
|
+
oban: "oban";
|
|
3145
|
+
quantum: "quantum";
|
|
3146
|
+
}>;
|
|
3147
|
+
elixirValidation: z.ZodEnum<{
|
|
3148
|
+
none: "none";
|
|
3149
|
+
"ecto-changesets": "ecto-changesets";
|
|
3150
|
+
"nimble-options": "nimble-options";
|
|
3151
|
+
}>;
|
|
3152
|
+
elixirHttp: z.ZodEnum<{
|
|
3153
|
+
none: "none";
|
|
3154
|
+
req: "req";
|
|
3155
|
+
finch: "finch";
|
|
3156
|
+
}>;
|
|
3157
|
+
elixirJson: z.ZodEnum<{
|
|
3158
|
+
none: "none";
|
|
3159
|
+
jason: "jason";
|
|
3160
|
+
}>;
|
|
3161
|
+
elixirEmail: z.ZodEnum<{
|
|
3162
|
+
none: "none";
|
|
3163
|
+
swoosh: "swoosh";
|
|
3164
|
+
}>;
|
|
3165
|
+
elixirCaching: z.ZodEnum<{
|
|
3166
|
+
none: "none";
|
|
3167
|
+
cachex: "cachex";
|
|
3168
|
+
nebulex: "nebulex";
|
|
3169
|
+
}>;
|
|
3170
|
+
elixirObservability: z.ZodEnum<{
|
|
3171
|
+
none: "none";
|
|
3172
|
+
opentelemetry: "opentelemetry";
|
|
3173
|
+
telemetry: "telemetry";
|
|
3174
|
+
prom_ex: "prom_ex";
|
|
3175
|
+
}>;
|
|
3176
|
+
elixirTesting: z.ZodEnum<{
|
|
3177
|
+
none: "none";
|
|
3178
|
+
ex_unit: "ex_unit";
|
|
3179
|
+
mox: "mox";
|
|
3180
|
+
bypass: "bypass";
|
|
3181
|
+
wallaby: "wallaby";
|
|
3182
|
+
}>;
|
|
3183
|
+
elixirQuality: z.ZodEnum<{
|
|
3184
|
+
none: "none";
|
|
3185
|
+
credo: "credo";
|
|
3186
|
+
dialyxir: "dialyxir";
|
|
3187
|
+
sobelow: "sobelow";
|
|
3188
|
+
}>;
|
|
3189
|
+
elixirDeploy: z.ZodEnum<{
|
|
3190
|
+
none: "none";
|
|
3191
|
+
docker: "docker";
|
|
3192
|
+
fly: "fly";
|
|
3193
|
+
gigalixir: "gigalixir";
|
|
3194
|
+
"mix-release": "mix-release";
|
|
3195
|
+
}>;
|
|
3196
|
+
aiDocs: z.ZodArray<z.ZodEnum<{
|
|
3197
|
+
none: "none";
|
|
3198
|
+
"claude-md": "claude-md";
|
|
3199
|
+
"agents-md": "agents-md";
|
|
3200
|
+
cursorrules: "cursorrules";
|
|
3201
|
+
}>>;
|
|
3202
|
+
}, z.core.$strip>>;
|
|
3203
|
+
declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
3204
|
+
success: z.ZodBoolean;
|
|
3205
|
+
projectConfig: z.ZodObject<{
|
|
3206
|
+
projectName: z.ZodString;
|
|
3207
|
+
projectDir: z.ZodString;
|
|
3208
|
+
relativePath: z.ZodString;
|
|
3209
|
+
ecosystem: z.ZodEnum<{
|
|
3210
|
+
typescript: "typescript";
|
|
3211
|
+
"react-native": "react-native";
|
|
3212
|
+
rust: "rust";
|
|
3213
|
+
python: "python";
|
|
3214
|
+
go: "go";
|
|
3215
|
+
java: "java";
|
|
3216
|
+
elixir: "elixir";
|
|
3217
|
+
}>;
|
|
3218
|
+
database: z.ZodEnum<{
|
|
3219
|
+
none: "none";
|
|
3220
|
+
sqlite: "sqlite";
|
|
3221
|
+
postgres: "postgres";
|
|
3222
|
+
mysql: "mysql";
|
|
3223
|
+
mongodb: "mongodb";
|
|
3224
|
+
edgedb: "edgedb";
|
|
3225
|
+
redis: "redis";
|
|
3226
|
+
}>;
|
|
3227
|
+
orm: z.ZodEnum<{
|
|
3228
|
+
none: "none";
|
|
3229
|
+
drizzle: "drizzle";
|
|
3230
|
+
prisma: "prisma";
|
|
3231
|
+
mongoose: "mongoose";
|
|
3232
|
+
typeorm: "typeorm";
|
|
3233
|
+
kysely: "kysely";
|
|
3234
|
+
mikroorm: "mikroorm";
|
|
3235
|
+
sequelize: "sequelize";
|
|
3236
|
+
}>;
|
|
3237
|
+
backend: z.ZodEnum<{
|
|
3238
|
+
none: "none";
|
|
3239
|
+
hono: "hono";
|
|
3240
|
+
express: "express";
|
|
3241
|
+
fastify: "fastify";
|
|
3242
|
+
elysia: "elysia";
|
|
3243
|
+
fets: "fets";
|
|
3244
|
+
nestjs: "nestjs";
|
|
3245
|
+
adonisjs: "adonisjs";
|
|
3246
|
+
nitro: "nitro";
|
|
3247
|
+
encore: "encore";
|
|
3248
|
+
convex: "convex";
|
|
3249
|
+
self: "self";
|
|
3250
|
+
}>;
|
|
3251
|
+
runtime: z.ZodEnum<{
|
|
3252
|
+
none: "none";
|
|
3253
|
+
bun: "bun";
|
|
3254
|
+
node: "node";
|
|
3255
|
+
workers: "workers";
|
|
3256
|
+
}>;
|
|
3257
|
+
frontend: z.ZodArray<z.ZodEnum<{
|
|
3258
|
+
none: "none";
|
|
3259
|
+
"tanstack-router": "tanstack-router";
|
|
3260
|
+
"react-router": "react-router";
|
|
3261
|
+
"react-vite": "react-vite";
|
|
3262
|
+
"tanstack-start": "tanstack-start";
|
|
3263
|
+
next: "next";
|
|
3264
|
+
vinext: "vinext";
|
|
3265
|
+
nuxt: "nuxt";
|
|
3266
|
+
"native-bare": "native-bare";
|
|
3267
|
+
"native-uniwind": "native-uniwind";
|
|
3268
|
+
"native-unistyles": "native-unistyles";
|
|
3269
|
+
svelte: "svelte";
|
|
3270
|
+
solid: "solid";
|
|
3271
|
+
"solid-start": "solid-start";
|
|
3272
|
+
astro: "astro";
|
|
3273
|
+
qwik: "qwik";
|
|
3274
|
+
angular: "angular";
|
|
3275
|
+
redwood: "redwood";
|
|
3276
|
+
fresh: "fresh";
|
|
3277
|
+
}>>;
|
|
3278
|
+
addons: z.ZodArray<z.ZodEnum<{
|
|
3279
|
+
none: "none";
|
|
3280
|
+
pwa: "pwa";
|
|
3281
|
+
tauri: "tauri";
|
|
3282
|
+
starlight: "starlight";
|
|
3283
|
+
biome: "biome";
|
|
3284
|
+
lefthook: "lefthook";
|
|
3285
|
+
husky: "husky";
|
|
3286
|
+
ruler: "ruler";
|
|
3287
|
+
mcp: "mcp";
|
|
3288
|
+
skills: "skills";
|
|
3289
|
+
turborepo: "turborepo";
|
|
3290
|
+
fumadocs: "fumadocs";
|
|
3291
|
+
ultracite: "ultracite";
|
|
2179
3292
|
oxlint: "oxlint";
|
|
2180
3293
|
opentui: "opentui";
|
|
2181
3294
|
wxt: "wxt";
|
|
@@ -2189,8 +3302,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
2189
3302
|
"docker-compose": "docker-compose";
|
|
2190
3303
|
}>>;
|
|
2191
3304
|
examples: z.ZodArray<z.ZodEnum<{
|
|
2192
|
-
none: "none";
|
|
2193
3305
|
ai: "ai";
|
|
3306
|
+
none: "none";
|
|
2194
3307
|
"chat-sdk": "chat-sdk";
|
|
2195
3308
|
"tanstack-showcase": "tanstack-showcase";
|
|
2196
3309
|
}>>;
|
|
@@ -2285,8 +3398,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
2285
3398
|
"ai-cli": "ai-cli";
|
|
2286
3399
|
}>;
|
|
2287
3400
|
effect: z.ZodEnum<{
|
|
2288
|
-
none: "none";
|
|
2289
3401
|
effect: "effect";
|
|
3402
|
+
none: "none";
|
|
2290
3403
|
"effect-full": "effect-full";
|
|
2291
3404
|
}>;
|
|
2292
3405
|
stateManagement: z.ZodEnum<{
|
|
@@ -2337,6 +3450,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
2337
3450
|
"postcss-only": "postcss-only";
|
|
2338
3451
|
}>;
|
|
2339
3452
|
uiLibrary: z.ZodEnum<{
|
|
3453
|
+
mui: "mui";
|
|
2340
3454
|
none: "none";
|
|
2341
3455
|
"shadcn-ui": "shadcn-ui";
|
|
2342
3456
|
daisyui: "daisyui";
|
|
@@ -2346,7 +3460,6 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
2346
3460
|
"chakra-ui": "chakra-ui";
|
|
2347
3461
|
nextui: "nextui";
|
|
2348
3462
|
mantine: "mantine";
|
|
2349
|
-
mui: "mui";
|
|
2350
3463
|
antd: "antd";
|
|
2351
3464
|
"base-ui": "base-ui";
|
|
2352
3465
|
"ark-ui": "ark-ui";
|
|
@@ -2516,6 +3629,40 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
2516
3629
|
s3: "s3";
|
|
2517
3630
|
r2: "r2";
|
|
2518
3631
|
}>;
|
|
3632
|
+
mobileNavigation: z.ZodEnum<{
|
|
3633
|
+
none: "none";
|
|
3634
|
+
"expo-router": "expo-router";
|
|
3635
|
+
"react-navigation": "react-navigation";
|
|
3636
|
+
}>;
|
|
3637
|
+
mobileUI: z.ZodEnum<{
|
|
3638
|
+
none: "none";
|
|
3639
|
+
uniwind: "uniwind";
|
|
3640
|
+
tamagui: "tamagui";
|
|
3641
|
+
"gluestack-ui": "gluestack-ui";
|
|
3642
|
+
unistyles: "unistyles";
|
|
3643
|
+
}>;
|
|
3644
|
+
mobileStorage: z.ZodEnum<{
|
|
3645
|
+
none: "none";
|
|
3646
|
+
mmkv: "mmkv";
|
|
3647
|
+
}>;
|
|
3648
|
+
mobileTesting: z.ZodEnum<{
|
|
3649
|
+
none: "none";
|
|
3650
|
+
maestro: "maestro";
|
|
3651
|
+
"react-native-testing-library": "react-native-testing-library";
|
|
3652
|
+
"maestro-react-native-testing-library": "maestro-react-native-testing-library";
|
|
3653
|
+
}>;
|
|
3654
|
+
mobilePush: z.ZodEnum<{
|
|
3655
|
+
none: "none";
|
|
3656
|
+
"expo-notifications": "expo-notifications";
|
|
3657
|
+
}>;
|
|
3658
|
+
mobileOTA: z.ZodEnum<{
|
|
3659
|
+
none: "none";
|
|
3660
|
+
"expo-updates": "expo-updates";
|
|
3661
|
+
}>;
|
|
3662
|
+
mobileDeepLinking: z.ZodEnum<{
|
|
3663
|
+
none: "none";
|
|
3664
|
+
"expo-linking": "expo-linking";
|
|
3665
|
+
}>;
|
|
2519
3666
|
rustWebFramework: z.ZodEnum<{
|
|
2520
3667
|
none: "none";
|
|
2521
3668
|
axum: "axum";
|
|
@@ -2645,8 +3792,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
2645
3792
|
chi: "chi";
|
|
2646
3793
|
}>;
|
|
2647
3794
|
goOrm: z.ZodEnum<{
|
|
2648
|
-
none: "none";
|
|
2649
3795
|
gorm: "gorm";
|
|
3796
|
+
none: "none";
|
|
2650
3797
|
sqlc: "sqlc";
|
|
2651
3798
|
ent: "ent";
|
|
2652
3799
|
}>;
|
|
@@ -2721,6 +3868,88 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
2721
3868
|
archunit: "archunit";
|
|
2722
3869
|
jqwik: "jqwik";
|
|
2723
3870
|
}>>;
|
|
3871
|
+
elixirWebFramework: z.ZodEnum<{
|
|
3872
|
+
none: "none";
|
|
3873
|
+
phoenix: "phoenix";
|
|
3874
|
+
"phoenix-live-view": "phoenix-live-view";
|
|
3875
|
+
}>;
|
|
3876
|
+
elixirOrm: z.ZodEnum<{
|
|
3877
|
+
none: "none";
|
|
3878
|
+
ecto: "ecto";
|
|
3879
|
+
"ecto-sql": "ecto-sql";
|
|
3880
|
+
}>;
|
|
3881
|
+
elixirAuth: z.ZodEnum<{
|
|
3882
|
+
none: "none";
|
|
3883
|
+
"phx-gen-auth": "phx-gen-auth";
|
|
3884
|
+
ueberauth: "ueberauth";
|
|
3885
|
+
guardian: "guardian";
|
|
3886
|
+
}>;
|
|
3887
|
+
elixirApi: z.ZodEnum<{
|
|
3888
|
+
none: "none";
|
|
3889
|
+
rest: "rest";
|
|
3890
|
+
absinthe: "absinthe";
|
|
3891
|
+
}>;
|
|
3892
|
+
elixirRealtime: z.ZodEnum<{
|
|
3893
|
+
none: "none";
|
|
3894
|
+
channels: "channels";
|
|
3895
|
+
presence: "presence";
|
|
3896
|
+
pubsub: "pubsub";
|
|
3897
|
+
"live-view-streams": "live-view-streams";
|
|
3898
|
+
}>;
|
|
3899
|
+
elixirJobs: z.ZodEnum<{
|
|
3900
|
+
none: "none";
|
|
3901
|
+
oban: "oban";
|
|
3902
|
+
quantum: "quantum";
|
|
3903
|
+
}>;
|
|
3904
|
+
elixirValidation: z.ZodEnum<{
|
|
3905
|
+
none: "none";
|
|
3906
|
+
"ecto-changesets": "ecto-changesets";
|
|
3907
|
+
"nimble-options": "nimble-options";
|
|
3908
|
+
}>;
|
|
3909
|
+
elixirHttp: z.ZodEnum<{
|
|
3910
|
+
none: "none";
|
|
3911
|
+
req: "req";
|
|
3912
|
+
finch: "finch";
|
|
3913
|
+
}>;
|
|
3914
|
+
elixirJson: z.ZodEnum<{
|
|
3915
|
+
none: "none";
|
|
3916
|
+
jason: "jason";
|
|
3917
|
+
}>;
|
|
3918
|
+
elixirEmail: z.ZodEnum<{
|
|
3919
|
+
none: "none";
|
|
3920
|
+
swoosh: "swoosh";
|
|
3921
|
+
}>;
|
|
3922
|
+
elixirCaching: z.ZodEnum<{
|
|
3923
|
+
none: "none";
|
|
3924
|
+
cachex: "cachex";
|
|
3925
|
+
nebulex: "nebulex";
|
|
3926
|
+
}>;
|
|
3927
|
+
elixirObservability: z.ZodEnum<{
|
|
3928
|
+
none: "none";
|
|
3929
|
+
opentelemetry: "opentelemetry";
|
|
3930
|
+
telemetry: "telemetry";
|
|
3931
|
+
prom_ex: "prom_ex";
|
|
3932
|
+
}>;
|
|
3933
|
+
elixirTesting: z.ZodEnum<{
|
|
3934
|
+
none: "none";
|
|
3935
|
+
ex_unit: "ex_unit";
|
|
3936
|
+
mox: "mox";
|
|
3937
|
+
bypass: "bypass";
|
|
3938
|
+
wallaby: "wallaby";
|
|
3939
|
+
}>;
|
|
3940
|
+
elixirQuality: z.ZodEnum<{
|
|
3941
|
+
none: "none";
|
|
3942
|
+
credo: "credo";
|
|
3943
|
+
dialyxir: "dialyxir";
|
|
3944
|
+
sobelow: "sobelow";
|
|
3945
|
+
}>;
|
|
3946
|
+
elixirDeploy: z.ZodEnum<{
|
|
3947
|
+
none: "none";
|
|
3948
|
+
docker: "docker";
|
|
3949
|
+
fly: "fly";
|
|
3950
|
+
gigalixir: "gigalixir";
|
|
3951
|
+
"mix-release": "mix-release";
|
|
3952
|
+
}>;
|
|
2724
3953
|
aiDocs: z.ZodArray<z.ZodEnum<{
|
|
2725
3954
|
none: "none";
|
|
2726
3955
|
"claude-md": "claude-md";
|
|
@@ -2784,6 +4013,88 @@ declare function getJavaTestingLibrariesJsonSchema(): z.core.ZodStandardJSONSche
|
|
|
2784
4013
|
archunit: "archunit";
|
|
2785
4014
|
jqwik: "jqwik";
|
|
2786
4015
|
}>>;
|
|
4016
|
+
declare function getElixirWebFrameworkJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4017
|
+
none: "none";
|
|
4018
|
+
phoenix: "phoenix";
|
|
4019
|
+
"phoenix-live-view": "phoenix-live-view";
|
|
4020
|
+
}>>;
|
|
4021
|
+
declare function getElixirOrmJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4022
|
+
none: "none";
|
|
4023
|
+
ecto: "ecto";
|
|
4024
|
+
"ecto-sql": "ecto-sql";
|
|
4025
|
+
}>>;
|
|
4026
|
+
declare function getElixirAuthJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4027
|
+
none: "none";
|
|
4028
|
+
"phx-gen-auth": "phx-gen-auth";
|
|
4029
|
+
ueberauth: "ueberauth";
|
|
4030
|
+
guardian: "guardian";
|
|
4031
|
+
}>>;
|
|
4032
|
+
declare function getElixirApiJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4033
|
+
none: "none";
|
|
4034
|
+
rest: "rest";
|
|
4035
|
+
absinthe: "absinthe";
|
|
4036
|
+
}>>;
|
|
4037
|
+
declare function getElixirRealtimeJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4038
|
+
none: "none";
|
|
4039
|
+
channels: "channels";
|
|
4040
|
+
presence: "presence";
|
|
4041
|
+
pubsub: "pubsub";
|
|
4042
|
+
"live-view-streams": "live-view-streams";
|
|
4043
|
+
}>>;
|
|
4044
|
+
declare function getElixirJobsJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4045
|
+
none: "none";
|
|
4046
|
+
oban: "oban";
|
|
4047
|
+
quantum: "quantum";
|
|
4048
|
+
}>>;
|
|
4049
|
+
declare function getElixirValidationJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4050
|
+
none: "none";
|
|
4051
|
+
"ecto-changesets": "ecto-changesets";
|
|
4052
|
+
"nimble-options": "nimble-options";
|
|
4053
|
+
}>>;
|
|
4054
|
+
declare function getElixirHttpJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4055
|
+
none: "none";
|
|
4056
|
+
req: "req";
|
|
4057
|
+
finch: "finch";
|
|
4058
|
+
}>>;
|
|
4059
|
+
declare function getElixirJsonJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4060
|
+
none: "none";
|
|
4061
|
+
jason: "jason";
|
|
4062
|
+
}>>;
|
|
4063
|
+
declare function getElixirEmailJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4064
|
+
none: "none";
|
|
4065
|
+
swoosh: "swoosh";
|
|
4066
|
+
}>>;
|
|
4067
|
+
declare function getElixirCachingJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4068
|
+
none: "none";
|
|
4069
|
+
cachex: "cachex";
|
|
4070
|
+
nebulex: "nebulex";
|
|
4071
|
+
}>>;
|
|
4072
|
+
declare function getElixirObservabilityJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4073
|
+
none: "none";
|
|
4074
|
+
opentelemetry: "opentelemetry";
|
|
4075
|
+
telemetry: "telemetry";
|
|
4076
|
+
prom_ex: "prom_ex";
|
|
4077
|
+
}>>;
|
|
4078
|
+
declare function getElixirTestingJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4079
|
+
none: "none";
|
|
4080
|
+
ex_unit: "ex_unit";
|
|
4081
|
+
mox: "mox";
|
|
4082
|
+
bypass: "bypass";
|
|
4083
|
+
wallaby: "wallaby";
|
|
4084
|
+
}>>;
|
|
4085
|
+
declare function getElixirQualityJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4086
|
+
none: "none";
|
|
4087
|
+
credo: "credo";
|
|
4088
|
+
dialyxir: "dialyxir";
|
|
4089
|
+
sobelow: "sobelow";
|
|
4090
|
+
}>>;
|
|
4091
|
+
declare function getElixirDeployJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4092
|
+
none: "none";
|
|
4093
|
+
docker: "docker";
|
|
4094
|
+
fly: "fly";
|
|
4095
|
+
gigalixir: "gigalixir";
|
|
4096
|
+
"mix-release": "mix-release";
|
|
4097
|
+
}>>;
|
|
2787
4098
|
declare function getAllJsonSchemas(): {
|
|
2788
4099
|
database: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
2789
4100
|
none: "none";
|
|
@@ -2831,6 +4142,7 @@ declare function getAllJsonSchemas(): {
|
|
|
2831
4142
|
"react-vite": "react-vite";
|
|
2832
4143
|
"tanstack-start": "tanstack-start";
|
|
2833
4144
|
next: "next";
|
|
4145
|
+
vinext: "vinext";
|
|
2834
4146
|
nuxt: "nuxt";
|
|
2835
4147
|
"native-bare": "native-bare";
|
|
2836
4148
|
"native-uniwind": "native-uniwind";
|
|
@@ -2871,8 +4183,8 @@ declare function getAllJsonSchemas(): {
|
|
|
2871
4183
|
"docker-compose": "docker-compose";
|
|
2872
4184
|
}>>;
|
|
2873
4185
|
examples: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
2874
|
-
none: "none";
|
|
2875
4186
|
ai: "ai";
|
|
4187
|
+
none: "none";
|
|
2876
4188
|
"chat-sdk": "chat-sdk";
|
|
2877
4189
|
"tanstack-showcase": "tanstack-showcase";
|
|
2878
4190
|
}>>;
|
|
@@ -3000,27 +4312,875 @@ declare function getAllJsonSchemas(): {
|
|
|
3000
4312
|
archunit: "archunit";
|
|
3001
4313
|
jqwik: "jqwik";
|
|
3002
4314
|
}>>;
|
|
4315
|
+
elixirWebFramework: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4316
|
+
none: "none";
|
|
4317
|
+
phoenix: "phoenix";
|
|
4318
|
+
"phoenix-live-view": "phoenix-live-view";
|
|
4319
|
+
}>>;
|
|
4320
|
+
elixirOrm: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4321
|
+
none: "none";
|
|
4322
|
+
ecto: "ecto";
|
|
4323
|
+
"ecto-sql": "ecto-sql";
|
|
4324
|
+
}>>;
|
|
4325
|
+
elixirAuth: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4326
|
+
none: "none";
|
|
4327
|
+
"phx-gen-auth": "phx-gen-auth";
|
|
4328
|
+
ueberauth: "ueberauth";
|
|
4329
|
+
guardian: "guardian";
|
|
4330
|
+
}>>;
|
|
4331
|
+
elixirApi: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4332
|
+
none: "none";
|
|
4333
|
+
rest: "rest";
|
|
4334
|
+
absinthe: "absinthe";
|
|
4335
|
+
}>>;
|
|
4336
|
+
elixirRealtime: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4337
|
+
none: "none";
|
|
4338
|
+
channels: "channels";
|
|
4339
|
+
presence: "presence";
|
|
4340
|
+
pubsub: "pubsub";
|
|
4341
|
+
"live-view-streams": "live-view-streams";
|
|
4342
|
+
}>>;
|
|
4343
|
+
elixirJobs: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4344
|
+
none: "none";
|
|
4345
|
+
oban: "oban";
|
|
4346
|
+
quantum: "quantum";
|
|
4347
|
+
}>>;
|
|
4348
|
+
elixirValidation: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4349
|
+
none: "none";
|
|
4350
|
+
"ecto-changesets": "ecto-changesets";
|
|
4351
|
+
"nimble-options": "nimble-options";
|
|
4352
|
+
}>>;
|
|
4353
|
+
elixirHttp: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4354
|
+
none: "none";
|
|
4355
|
+
req: "req";
|
|
4356
|
+
finch: "finch";
|
|
4357
|
+
}>>;
|
|
4358
|
+
elixirJson: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4359
|
+
none: "none";
|
|
4360
|
+
jason: "jason";
|
|
4361
|
+
}>>;
|
|
4362
|
+
elixirEmail: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4363
|
+
none: "none";
|
|
4364
|
+
swoosh: "swoosh";
|
|
4365
|
+
}>>;
|
|
4366
|
+
elixirCaching: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4367
|
+
none: "none";
|
|
4368
|
+
cachex: "cachex";
|
|
4369
|
+
nebulex: "nebulex";
|
|
4370
|
+
}>>;
|
|
4371
|
+
elixirObservability: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4372
|
+
none: "none";
|
|
4373
|
+
opentelemetry: "opentelemetry";
|
|
4374
|
+
telemetry: "telemetry";
|
|
4375
|
+
prom_ex: "prom_ex";
|
|
4376
|
+
}>>;
|
|
4377
|
+
elixirTesting: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4378
|
+
none: "none";
|
|
4379
|
+
ex_unit: "ex_unit";
|
|
4380
|
+
mox: "mox";
|
|
4381
|
+
bypass: "bypass";
|
|
4382
|
+
wallaby: "wallaby";
|
|
4383
|
+
}>>;
|
|
4384
|
+
elixirQuality: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4385
|
+
none: "none";
|
|
4386
|
+
credo: "credo";
|
|
4387
|
+
dialyxir: "dialyxir";
|
|
4388
|
+
sobelow: "sobelow";
|
|
4389
|
+
}>>;
|
|
4390
|
+
elixirDeploy: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4391
|
+
none: "none";
|
|
4392
|
+
docker: "docker";
|
|
4393
|
+
fly: "fly";
|
|
4394
|
+
gigalixir: "gigalixir";
|
|
4395
|
+
"mix-release": "mix-release";
|
|
4396
|
+
}>>;
|
|
3003
4397
|
createInput: z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
3004
4398
|
projectName: z.ZodOptional<z.ZodString>;
|
|
3005
4399
|
template: z.ZodOptional<z.ZodEnum<{
|
|
3006
4400
|
none: "none";
|
|
3007
|
-
mern: "mern";
|
|
3008
|
-
pern: "pern";
|
|
3009
|
-
t3: "t3";
|
|
3010
|
-
uniwind: "uniwind";
|
|
4401
|
+
mern: "mern";
|
|
4402
|
+
pern: "pern";
|
|
4403
|
+
t3: "t3";
|
|
4404
|
+
uniwind: "uniwind";
|
|
4405
|
+
}>>;
|
|
4406
|
+
yes: z.ZodOptional<z.ZodBoolean>;
|
|
4407
|
+
yolo: z.ZodOptional<z.ZodBoolean>;
|
|
4408
|
+
verbose: z.ZodOptional<z.ZodBoolean>;
|
|
4409
|
+
dryRun: z.ZodOptional<z.ZodBoolean>;
|
|
4410
|
+
ecosystem: z.ZodOptional<z.ZodEnum<{
|
|
4411
|
+
typescript: "typescript";
|
|
4412
|
+
"react-native": "react-native";
|
|
4413
|
+
rust: "rust";
|
|
4414
|
+
python: "python";
|
|
4415
|
+
go: "go";
|
|
4416
|
+
java: "java";
|
|
4417
|
+
elixir: "elixir";
|
|
4418
|
+
}>>;
|
|
4419
|
+
database: z.ZodOptional<z.ZodEnum<{
|
|
4420
|
+
none: "none";
|
|
4421
|
+
sqlite: "sqlite";
|
|
4422
|
+
postgres: "postgres";
|
|
4423
|
+
mysql: "mysql";
|
|
4424
|
+
mongodb: "mongodb";
|
|
4425
|
+
edgedb: "edgedb";
|
|
4426
|
+
redis: "redis";
|
|
4427
|
+
}>>;
|
|
4428
|
+
orm: z.ZodOptional<z.ZodEnum<{
|
|
4429
|
+
none: "none";
|
|
4430
|
+
drizzle: "drizzle";
|
|
4431
|
+
prisma: "prisma";
|
|
4432
|
+
mongoose: "mongoose";
|
|
4433
|
+
typeorm: "typeorm";
|
|
4434
|
+
kysely: "kysely";
|
|
4435
|
+
mikroorm: "mikroorm";
|
|
4436
|
+
sequelize: "sequelize";
|
|
4437
|
+
}>>;
|
|
4438
|
+
auth: z.ZodOptional<z.ZodEnum<{
|
|
4439
|
+
none: "none";
|
|
4440
|
+
"better-auth": "better-auth";
|
|
4441
|
+
"go-better-auth": "go-better-auth";
|
|
4442
|
+
clerk: "clerk";
|
|
4443
|
+
nextauth: "nextauth";
|
|
4444
|
+
"stack-auth": "stack-auth";
|
|
4445
|
+
"supabase-auth": "supabase-auth";
|
|
4446
|
+
auth0: "auth0";
|
|
4447
|
+
}>>;
|
|
4448
|
+
payments: z.ZodOptional<z.ZodEnum<{
|
|
4449
|
+
none: "none";
|
|
4450
|
+
polar: "polar";
|
|
4451
|
+
stripe: "stripe";
|
|
4452
|
+
"lemon-squeezy": "lemon-squeezy";
|
|
4453
|
+
paddle: "paddle";
|
|
4454
|
+
dodo: "dodo";
|
|
4455
|
+
}>>;
|
|
4456
|
+
frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
4457
|
+
none: "none";
|
|
4458
|
+
"tanstack-router": "tanstack-router";
|
|
4459
|
+
"react-router": "react-router";
|
|
4460
|
+
"react-vite": "react-vite";
|
|
4461
|
+
"tanstack-start": "tanstack-start";
|
|
4462
|
+
next: "next";
|
|
4463
|
+
vinext: "vinext";
|
|
4464
|
+
nuxt: "nuxt";
|
|
4465
|
+
"native-bare": "native-bare";
|
|
4466
|
+
"native-uniwind": "native-uniwind";
|
|
4467
|
+
"native-unistyles": "native-unistyles";
|
|
4468
|
+
svelte: "svelte";
|
|
4469
|
+
solid: "solid";
|
|
4470
|
+
"solid-start": "solid-start";
|
|
4471
|
+
astro: "astro";
|
|
4472
|
+
qwik: "qwik";
|
|
4473
|
+
angular: "angular";
|
|
4474
|
+
redwood: "redwood";
|
|
4475
|
+
fresh: "fresh";
|
|
4476
|
+
}>>>;
|
|
4477
|
+
addons: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
4478
|
+
none: "none";
|
|
4479
|
+
pwa: "pwa";
|
|
4480
|
+
tauri: "tauri";
|
|
4481
|
+
starlight: "starlight";
|
|
4482
|
+
biome: "biome";
|
|
4483
|
+
lefthook: "lefthook";
|
|
4484
|
+
husky: "husky";
|
|
4485
|
+
ruler: "ruler";
|
|
4486
|
+
mcp: "mcp";
|
|
4487
|
+
skills: "skills";
|
|
4488
|
+
turborepo: "turborepo";
|
|
4489
|
+
fumadocs: "fumadocs";
|
|
4490
|
+
ultracite: "ultracite";
|
|
4491
|
+
oxlint: "oxlint";
|
|
4492
|
+
opentui: "opentui";
|
|
4493
|
+
wxt: "wxt";
|
|
4494
|
+
msw: "msw";
|
|
4495
|
+
storybook: "storybook";
|
|
4496
|
+
"tanstack-query": "tanstack-query";
|
|
4497
|
+
"tanstack-table": "tanstack-table";
|
|
4498
|
+
"tanstack-virtual": "tanstack-virtual";
|
|
4499
|
+
"tanstack-db": "tanstack-db";
|
|
4500
|
+
"tanstack-pacer": "tanstack-pacer";
|
|
4501
|
+
"docker-compose": "docker-compose";
|
|
4502
|
+
}>>>;
|
|
4503
|
+
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
4504
|
+
ai: "ai";
|
|
4505
|
+
none: "none";
|
|
4506
|
+
"chat-sdk": "chat-sdk";
|
|
4507
|
+
"tanstack-showcase": "tanstack-showcase";
|
|
4508
|
+
}>>>;
|
|
4509
|
+
git: z.ZodOptional<z.ZodBoolean>;
|
|
4510
|
+
packageManager: z.ZodOptional<z.ZodEnum<{
|
|
4511
|
+
bun: "bun";
|
|
4512
|
+
npm: "npm";
|
|
4513
|
+
pnpm: "pnpm";
|
|
4514
|
+
yarn: "yarn";
|
|
4515
|
+
}>>;
|
|
4516
|
+
versionChannel: z.ZodOptional<z.ZodEnum<{
|
|
4517
|
+
stable: "stable";
|
|
4518
|
+
latest: "latest";
|
|
4519
|
+
beta: "beta";
|
|
4520
|
+
}>>;
|
|
4521
|
+
install: z.ZodOptional<z.ZodBoolean>;
|
|
4522
|
+
dbSetup: z.ZodOptional<z.ZodEnum<{
|
|
4523
|
+
none: "none";
|
|
4524
|
+
turso: "turso";
|
|
4525
|
+
neon: "neon";
|
|
4526
|
+
"prisma-postgres": "prisma-postgres";
|
|
4527
|
+
planetscale: "planetscale";
|
|
4528
|
+
"mongodb-atlas": "mongodb-atlas";
|
|
4529
|
+
supabase: "supabase";
|
|
4530
|
+
upstash: "upstash";
|
|
4531
|
+
d1: "d1";
|
|
4532
|
+
docker: "docker";
|
|
4533
|
+
}>>;
|
|
4534
|
+
backend: z.ZodOptional<z.ZodEnum<{
|
|
4535
|
+
none: "none";
|
|
4536
|
+
hono: "hono";
|
|
4537
|
+
express: "express";
|
|
4538
|
+
fastify: "fastify";
|
|
4539
|
+
elysia: "elysia";
|
|
4540
|
+
fets: "fets";
|
|
4541
|
+
nestjs: "nestjs";
|
|
4542
|
+
adonisjs: "adonisjs";
|
|
4543
|
+
nitro: "nitro";
|
|
4544
|
+
encore: "encore";
|
|
4545
|
+
convex: "convex";
|
|
4546
|
+
self: "self";
|
|
4547
|
+
}>>;
|
|
4548
|
+
runtime: z.ZodOptional<z.ZodEnum<{
|
|
4549
|
+
none: "none";
|
|
4550
|
+
bun: "bun";
|
|
4551
|
+
node: "node";
|
|
4552
|
+
workers: "workers";
|
|
4553
|
+
}>>;
|
|
4554
|
+
api: z.ZodOptional<z.ZodEnum<{
|
|
4555
|
+
none: "none";
|
|
4556
|
+
trpc: "trpc";
|
|
4557
|
+
orpc: "orpc";
|
|
4558
|
+
"ts-rest": "ts-rest";
|
|
4559
|
+
garph: "garph";
|
|
4560
|
+
"graphql-yoga": "graphql-yoga";
|
|
4561
|
+
}>>;
|
|
4562
|
+
webDeploy: z.ZodOptional<z.ZodEnum<{
|
|
4563
|
+
none: "none";
|
|
4564
|
+
docker: "docker";
|
|
4565
|
+
cloudflare: "cloudflare";
|
|
4566
|
+
fly: "fly";
|
|
4567
|
+
railway: "railway";
|
|
4568
|
+
sst: "sst";
|
|
4569
|
+
vercel: "vercel";
|
|
4570
|
+
}>>;
|
|
4571
|
+
serverDeploy: z.ZodOptional<z.ZodEnum<{
|
|
4572
|
+
none: "none";
|
|
4573
|
+
docker: "docker";
|
|
4574
|
+
cloudflare: "cloudflare";
|
|
4575
|
+
fly: "fly";
|
|
4576
|
+
railway: "railway";
|
|
4577
|
+
sst: "sst";
|
|
4578
|
+
vercel: "vercel";
|
|
4579
|
+
}>>;
|
|
4580
|
+
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
4581
|
+
merge: "merge";
|
|
4582
|
+
overwrite: "overwrite";
|
|
4583
|
+
increment: "increment";
|
|
4584
|
+
error: "error";
|
|
4585
|
+
}>>;
|
|
4586
|
+
renderTitle: z.ZodOptional<z.ZodBoolean>;
|
|
4587
|
+
disableAnalytics: z.ZodOptional<z.ZodBoolean>;
|
|
4588
|
+
manualDb: z.ZodOptional<z.ZodBoolean>;
|
|
4589
|
+
astroIntegration: z.ZodOptional<z.ZodEnum<{
|
|
4590
|
+
none: "none";
|
|
4591
|
+
svelte: "svelte";
|
|
4592
|
+
solid: "solid";
|
|
4593
|
+
react: "react";
|
|
4594
|
+
vue: "vue";
|
|
4595
|
+
}>>;
|
|
4596
|
+
ai: z.ZodOptional<z.ZodEnum<{
|
|
4597
|
+
none: "none";
|
|
4598
|
+
"vercel-ai": "vercel-ai";
|
|
4599
|
+
mastra: "mastra";
|
|
4600
|
+
voltagent: "voltagent";
|
|
4601
|
+
langgraph: "langgraph";
|
|
4602
|
+
"openai-agents": "openai-agents";
|
|
4603
|
+
"google-adk": "google-adk";
|
|
4604
|
+
modelfusion: "modelfusion";
|
|
4605
|
+
langchain: "langchain";
|
|
4606
|
+
llamaindex: "llamaindex";
|
|
4607
|
+
"tanstack-ai": "tanstack-ai";
|
|
4608
|
+
"ai-cli": "ai-cli";
|
|
4609
|
+
}>>;
|
|
4610
|
+
effect: z.ZodOptional<z.ZodEnum<{
|
|
4611
|
+
effect: "effect";
|
|
4612
|
+
none: "none";
|
|
4613
|
+
"effect-full": "effect-full";
|
|
4614
|
+
}>>;
|
|
4615
|
+
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
4616
|
+
none: "none";
|
|
4617
|
+
zustand: "zustand";
|
|
4618
|
+
jotai: "jotai";
|
|
4619
|
+
nanostores: "nanostores";
|
|
4620
|
+
"redux-toolkit": "redux-toolkit";
|
|
4621
|
+
mobx: "mobx";
|
|
4622
|
+
xstate: "xstate";
|
|
4623
|
+
valtio: "valtio";
|
|
4624
|
+
"tanstack-store": "tanstack-store";
|
|
4625
|
+
"legend-state": "legend-state";
|
|
4626
|
+
}>>;
|
|
4627
|
+
forms: z.ZodOptional<z.ZodEnum<{
|
|
4628
|
+
none: "none";
|
|
4629
|
+
"tanstack-form": "tanstack-form";
|
|
4630
|
+
"react-hook-form": "react-hook-form";
|
|
4631
|
+
formik: "formik";
|
|
4632
|
+
"final-form": "final-form";
|
|
4633
|
+
conform: "conform";
|
|
4634
|
+
"modular-forms": "modular-forms";
|
|
4635
|
+
}>>;
|
|
4636
|
+
testing: z.ZodOptional<z.ZodEnum<{
|
|
4637
|
+
none: "none";
|
|
4638
|
+
vitest: "vitest";
|
|
4639
|
+
playwright: "playwright";
|
|
4640
|
+
"vitest-playwright": "vitest-playwright";
|
|
4641
|
+
jest: "jest";
|
|
4642
|
+
cypress: "cypress";
|
|
4643
|
+
}>>;
|
|
4644
|
+
email: z.ZodOptional<z.ZodEnum<{
|
|
4645
|
+
none: "none";
|
|
4646
|
+
"react-email": "react-email";
|
|
4647
|
+
resend: "resend";
|
|
4648
|
+
nodemailer: "nodemailer";
|
|
4649
|
+
postmark: "postmark";
|
|
4650
|
+
sendgrid: "sendgrid";
|
|
4651
|
+
"aws-ses": "aws-ses";
|
|
4652
|
+
mailgun: "mailgun";
|
|
4653
|
+
plunk: "plunk";
|
|
4654
|
+
}>>;
|
|
4655
|
+
cssFramework: z.ZodOptional<z.ZodEnum<{
|
|
4656
|
+
none: "none";
|
|
4657
|
+
tailwind: "tailwind";
|
|
4658
|
+
scss: "scss";
|
|
4659
|
+
less: "less";
|
|
4660
|
+
"postcss-only": "postcss-only";
|
|
4661
|
+
}>>;
|
|
4662
|
+
uiLibrary: z.ZodOptional<z.ZodEnum<{
|
|
4663
|
+
mui: "mui";
|
|
4664
|
+
none: "none";
|
|
4665
|
+
"shadcn-ui": "shadcn-ui";
|
|
4666
|
+
daisyui: "daisyui";
|
|
4667
|
+
"radix-ui": "radix-ui";
|
|
4668
|
+
"headless-ui": "headless-ui";
|
|
4669
|
+
"park-ui": "park-ui";
|
|
4670
|
+
"chakra-ui": "chakra-ui";
|
|
4671
|
+
nextui: "nextui";
|
|
4672
|
+
mantine: "mantine";
|
|
4673
|
+
antd: "antd";
|
|
4674
|
+
"base-ui": "base-ui";
|
|
4675
|
+
"ark-ui": "ark-ui";
|
|
4676
|
+
"react-aria": "react-aria";
|
|
4677
|
+
}>>;
|
|
4678
|
+
shadcnBase: z.ZodOptional<z.ZodEnum<{
|
|
4679
|
+
radix: "radix";
|
|
4680
|
+
base: "base";
|
|
4681
|
+
}>>;
|
|
4682
|
+
shadcnStyle: z.ZodOptional<z.ZodEnum<{
|
|
4683
|
+
vega: "vega";
|
|
4684
|
+
nova: "nova";
|
|
4685
|
+
maia: "maia";
|
|
4686
|
+
lyra: "lyra";
|
|
4687
|
+
mira: "mira";
|
|
4688
|
+
luma: "luma";
|
|
4689
|
+
sera: "sera";
|
|
4690
|
+
}>>;
|
|
4691
|
+
shadcnIconLibrary: z.ZodOptional<z.ZodEnum<{
|
|
4692
|
+
lucide: "lucide";
|
|
4693
|
+
tabler: "tabler";
|
|
4694
|
+
hugeicons: "hugeicons";
|
|
4695
|
+
phosphor: "phosphor";
|
|
4696
|
+
remixicon: "remixicon";
|
|
4697
|
+
heroicons: "heroicons";
|
|
4698
|
+
"react-icons": "react-icons";
|
|
4699
|
+
}>>;
|
|
4700
|
+
shadcnColorTheme: z.ZodOptional<z.ZodEnum<{
|
|
4701
|
+
neutral: "neutral";
|
|
4702
|
+
stone: "stone";
|
|
4703
|
+
zinc: "zinc";
|
|
4704
|
+
gray: "gray";
|
|
4705
|
+
amber: "amber";
|
|
4706
|
+
blue: "blue";
|
|
4707
|
+
cyan: "cyan";
|
|
4708
|
+
emerald: "emerald";
|
|
4709
|
+
fuchsia: "fuchsia";
|
|
4710
|
+
green: "green";
|
|
4711
|
+
indigo: "indigo";
|
|
4712
|
+
lime: "lime";
|
|
4713
|
+
orange: "orange";
|
|
4714
|
+
pink: "pink";
|
|
4715
|
+
purple: "purple";
|
|
4716
|
+
red: "red";
|
|
4717
|
+
rose: "rose";
|
|
4718
|
+
sky: "sky";
|
|
4719
|
+
teal: "teal";
|
|
4720
|
+
violet: "violet";
|
|
4721
|
+
yellow: "yellow";
|
|
4722
|
+
}>>;
|
|
4723
|
+
shadcnBaseColor: z.ZodOptional<z.ZodEnum<{
|
|
4724
|
+
neutral: "neutral";
|
|
4725
|
+
stone: "stone";
|
|
4726
|
+
zinc: "zinc";
|
|
4727
|
+
gray: "gray";
|
|
4728
|
+
}>>;
|
|
4729
|
+
shadcnFont: z.ZodOptional<z.ZodEnum<{
|
|
4730
|
+
inter: "inter";
|
|
4731
|
+
geist: "geist";
|
|
4732
|
+
"noto-sans": "noto-sans";
|
|
4733
|
+
"nunito-sans": "nunito-sans";
|
|
4734
|
+
figtree: "figtree";
|
|
4735
|
+
roboto: "roboto";
|
|
4736
|
+
raleway: "raleway";
|
|
4737
|
+
"dm-sans": "dm-sans";
|
|
4738
|
+
"public-sans": "public-sans";
|
|
4739
|
+
outfit: "outfit";
|
|
4740
|
+
"jetbrains-mono": "jetbrains-mono";
|
|
4741
|
+
"geist-mono": "geist-mono";
|
|
4742
|
+
}>>;
|
|
4743
|
+
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
4744
|
+
none: "none";
|
|
4745
|
+
default: "default";
|
|
4746
|
+
small: "small";
|
|
4747
|
+
medium: "medium";
|
|
4748
|
+
large: "large";
|
|
4749
|
+
}>>;
|
|
4750
|
+
validation: z.ZodOptional<z.ZodEnum<{
|
|
4751
|
+
none: "none";
|
|
4752
|
+
zod: "zod";
|
|
4753
|
+
valibot: "valibot";
|
|
4754
|
+
arktype: "arktype";
|
|
4755
|
+
typebox: "typebox";
|
|
4756
|
+
typia: "typia";
|
|
4757
|
+
runtypes: "runtypes";
|
|
4758
|
+
"effect-schema": "effect-schema";
|
|
4759
|
+
}>>;
|
|
4760
|
+
realtime: z.ZodOptional<z.ZodEnum<{
|
|
4761
|
+
none: "none";
|
|
4762
|
+
"socket-io": "socket-io";
|
|
4763
|
+
partykit: "partykit";
|
|
4764
|
+
ably: "ably";
|
|
4765
|
+
pusher: "pusher";
|
|
4766
|
+
liveblocks: "liveblocks";
|
|
4767
|
+
yjs: "yjs";
|
|
4768
|
+
}>>;
|
|
4769
|
+
jobQueue: z.ZodOptional<z.ZodEnum<{
|
|
4770
|
+
none: "none";
|
|
4771
|
+
bullmq: "bullmq";
|
|
4772
|
+
"trigger-dev": "trigger-dev";
|
|
4773
|
+
inngest: "inngest";
|
|
4774
|
+
temporal: "temporal";
|
|
4775
|
+
}>>;
|
|
4776
|
+
animation: z.ZodOptional<z.ZodEnum<{
|
|
4777
|
+
none: "none";
|
|
4778
|
+
"framer-motion": "framer-motion";
|
|
4779
|
+
gsap: "gsap";
|
|
4780
|
+
"react-spring": "react-spring";
|
|
4781
|
+
"auto-animate": "auto-animate";
|
|
4782
|
+
lottie: "lottie";
|
|
4783
|
+
}>>;
|
|
4784
|
+
fileUpload: z.ZodOptional<z.ZodEnum<{
|
|
4785
|
+
none: "none";
|
|
4786
|
+
uploadthing: "uploadthing";
|
|
4787
|
+
filepond: "filepond";
|
|
4788
|
+
uppy: "uppy";
|
|
4789
|
+
}>>;
|
|
4790
|
+
logging: z.ZodOptional<z.ZodEnum<{
|
|
4791
|
+
none: "none";
|
|
4792
|
+
pino: "pino";
|
|
4793
|
+
winston: "winston";
|
|
4794
|
+
}>>;
|
|
4795
|
+
observability: z.ZodOptional<z.ZodEnum<{
|
|
4796
|
+
none: "none";
|
|
4797
|
+
opentelemetry: "opentelemetry";
|
|
4798
|
+
sentry: "sentry";
|
|
4799
|
+
grafana: "grafana";
|
|
4800
|
+
}>>;
|
|
4801
|
+
featureFlags: z.ZodOptional<z.ZodEnum<{
|
|
4802
|
+
none: "none";
|
|
4803
|
+
growthbook: "growthbook";
|
|
4804
|
+
posthog: "posthog";
|
|
4805
|
+
launchdarkly: "launchdarkly";
|
|
4806
|
+
flagsmith: "flagsmith";
|
|
4807
|
+
unleash: "unleash";
|
|
4808
|
+
}>>;
|
|
4809
|
+
analytics: z.ZodOptional<z.ZodEnum<{
|
|
4810
|
+
none: "none";
|
|
4811
|
+
plausible: "plausible";
|
|
4812
|
+
umami: "umami";
|
|
4813
|
+
}>>;
|
|
4814
|
+
cms: z.ZodOptional<z.ZodEnum<{
|
|
4815
|
+
none: "none";
|
|
4816
|
+
payload: "payload";
|
|
4817
|
+
sanity: "sanity";
|
|
4818
|
+
strapi: "strapi";
|
|
4819
|
+
tinacms: "tinacms";
|
|
4820
|
+
}>>;
|
|
4821
|
+
caching: z.ZodOptional<z.ZodEnum<{
|
|
4822
|
+
none: "none";
|
|
4823
|
+
"upstash-redis": "upstash-redis";
|
|
4824
|
+
}>>;
|
|
4825
|
+
i18n: z.ZodOptional<z.ZodEnum<{
|
|
4826
|
+
none: "none";
|
|
4827
|
+
i18next: "i18next";
|
|
4828
|
+
"next-intl": "next-intl";
|
|
4829
|
+
}>>;
|
|
4830
|
+
search: z.ZodOptional<z.ZodEnum<{
|
|
4831
|
+
none: "none";
|
|
4832
|
+
meilisearch: "meilisearch";
|
|
4833
|
+
typesense: "typesense";
|
|
4834
|
+
elasticsearch: "elasticsearch";
|
|
4835
|
+
algolia: "algolia";
|
|
4836
|
+
}>>;
|
|
4837
|
+
fileStorage: z.ZodOptional<z.ZodEnum<{
|
|
4838
|
+
none: "none";
|
|
4839
|
+
s3: "s3";
|
|
4840
|
+
r2: "r2";
|
|
4841
|
+
}>>;
|
|
4842
|
+
mobileNavigation: z.ZodOptional<z.ZodEnum<{
|
|
4843
|
+
none: "none";
|
|
4844
|
+
"expo-router": "expo-router";
|
|
4845
|
+
"react-navigation": "react-navigation";
|
|
4846
|
+
}>>;
|
|
4847
|
+
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
4848
|
+
none: "none";
|
|
4849
|
+
uniwind: "uniwind";
|
|
4850
|
+
tamagui: "tamagui";
|
|
4851
|
+
"gluestack-ui": "gluestack-ui";
|
|
4852
|
+
unistyles: "unistyles";
|
|
4853
|
+
}>>;
|
|
4854
|
+
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
4855
|
+
none: "none";
|
|
4856
|
+
mmkv: "mmkv";
|
|
4857
|
+
}>>;
|
|
4858
|
+
mobileTesting: z.ZodOptional<z.ZodEnum<{
|
|
4859
|
+
none: "none";
|
|
4860
|
+
maestro: "maestro";
|
|
4861
|
+
"react-native-testing-library": "react-native-testing-library";
|
|
4862
|
+
"maestro-react-native-testing-library": "maestro-react-native-testing-library";
|
|
4863
|
+
}>>;
|
|
4864
|
+
mobilePush: z.ZodOptional<z.ZodEnum<{
|
|
4865
|
+
none: "none";
|
|
4866
|
+
"expo-notifications": "expo-notifications";
|
|
4867
|
+
}>>;
|
|
4868
|
+
mobileOTA: z.ZodOptional<z.ZodEnum<{
|
|
4869
|
+
none: "none";
|
|
4870
|
+
"expo-updates": "expo-updates";
|
|
4871
|
+
}>>;
|
|
4872
|
+
mobileDeepLinking: z.ZodOptional<z.ZodEnum<{
|
|
4873
|
+
none: "none";
|
|
4874
|
+
"expo-linking": "expo-linking";
|
|
4875
|
+
}>>;
|
|
4876
|
+
rustWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
4877
|
+
none: "none";
|
|
4878
|
+
axum: "axum";
|
|
4879
|
+
"actix-web": "actix-web";
|
|
4880
|
+
rocket: "rocket";
|
|
4881
|
+
}>>;
|
|
4882
|
+
rustFrontend: z.ZodOptional<z.ZodEnum<{
|
|
4883
|
+
none: "none";
|
|
4884
|
+
leptos: "leptos";
|
|
4885
|
+
dioxus: "dioxus";
|
|
4886
|
+
}>>;
|
|
4887
|
+
rustOrm: z.ZodOptional<z.ZodEnum<{
|
|
4888
|
+
none: "none";
|
|
4889
|
+
"sea-orm": "sea-orm";
|
|
4890
|
+
sqlx: "sqlx";
|
|
4891
|
+
diesel: "diesel";
|
|
4892
|
+
}>>;
|
|
4893
|
+
rustApi: z.ZodOptional<z.ZodEnum<{
|
|
4894
|
+
none: "none";
|
|
4895
|
+
tonic: "tonic";
|
|
4896
|
+
"async-graphql": "async-graphql";
|
|
4897
|
+
}>>;
|
|
4898
|
+
rustCli: z.ZodOptional<z.ZodEnum<{
|
|
4899
|
+
none: "none";
|
|
4900
|
+
clap: "clap";
|
|
4901
|
+
ratatui: "ratatui";
|
|
4902
|
+
}>>;
|
|
4903
|
+
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
4904
|
+
none: "none";
|
|
4905
|
+
serde: "serde";
|
|
4906
|
+
uuid: "uuid";
|
|
4907
|
+
chrono: "chrono";
|
|
4908
|
+
reqwest: "reqwest";
|
|
4909
|
+
config: "config";
|
|
4910
|
+
dashmap: "dashmap";
|
|
4911
|
+
"parking-lot": "parking-lot";
|
|
4912
|
+
secrecy: "secrecy";
|
|
4913
|
+
"tokio-util": "tokio-util";
|
|
4914
|
+
utoipa: "utoipa";
|
|
4915
|
+
validator: "validator";
|
|
4916
|
+
jsonwebtoken: "jsonwebtoken";
|
|
4917
|
+
argon2: "argon2";
|
|
4918
|
+
"tokio-test": "tokio-test";
|
|
4919
|
+
mockall: "mockall";
|
|
4920
|
+
proptest: "proptest";
|
|
4921
|
+
insta: "insta";
|
|
4922
|
+
}>>>;
|
|
4923
|
+
rustLogging: z.ZodOptional<z.ZodEnum<{
|
|
4924
|
+
none: "none";
|
|
4925
|
+
tracing: "tracing";
|
|
4926
|
+
"env-logger": "env-logger";
|
|
4927
|
+
}>>;
|
|
4928
|
+
rustErrorHandling: z.ZodOptional<z.ZodEnum<{
|
|
4929
|
+
none: "none";
|
|
4930
|
+
"anyhow-thiserror": "anyhow-thiserror";
|
|
4931
|
+
eyre: "eyre";
|
|
4932
|
+
}>>;
|
|
4933
|
+
rustCaching: z.ZodOptional<z.ZodEnum<{
|
|
4934
|
+
none: "none";
|
|
4935
|
+
redis: "redis";
|
|
4936
|
+
moka: "moka";
|
|
4937
|
+
}>>;
|
|
4938
|
+
rustAuth: z.ZodOptional<z.ZodEnum<{
|
|
4939
|
+
none: "none";
|
|
4940
|
+
oauth2: "oauth2";
|
|
4941
|
+
}>>;
|
|
4942
|
+
pythonWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
4943
|
+
none: "none";
|
|
4944
|
+
fastapi: "fastapi";
|
|
4945
|
+
django: "django";
|
|
4946
|
+
flask: "flask";
|
|
4947
|
+
litestar: "litestar";
|
|
4948
|
+
}>>;
|
|
4949
|
+
pythonOrm: z.ZodOptional<z.ZodEnum<{
|
|
4950
|
+
none: "none";
|
|
4951
|
+
sqlalchemy: "sqlalchemy";
|
|
4952
|
+
sqlmodel: "sqlmodel";
|
|
4953
|
+
"tortoise-orm": "tortoise-orm";
|
|
3011
4954
|
}>>;
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
4955
|
+
pythonValidation: z.ZodOptional<z.ZodEnum<{
|
|
4956
|
+
none: "none";
|
|
4957
|
+
pydantic: "pydantic";
|
|
4958
|
+
}>>;
|
|
4959
|
+
pythonAi: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
4960
|
+
none: "none";
|
|
4961
|
+
langgraph: "langgraph";
|
|
4962
|
+
langchain: "langchain";
|
|
4963
|
+
llamaindex: "llamaindex";
|
|
4964
|
+
"openai-sdk": "openai-sdk";
|
|
4965
|
+
"anthropic-sdk": "anthropic-sdk";
|
|
4966
|
+
crewai: "crewai";
|
|
4967
|
+
haystack: "haystack";
|
|
4968
|
+
}>>>;
|
|
4969
|
+
pythonAuth: z.ZodOptional<z.ZodEnum<{
|
|
4970
|
+
none: "none";
|
|
4971
|
+
authlib: "authlib";
|
|
4972
|
+
jwt: "jwt";
|
|
4973
|
+
}>>;
|
|
4974
|
+
pythonApi: z.ZodOptional<z.ZodEnum<{
|
|
4975
|
+
none: "none";
|
|
4976
|
+
"django-rest-framework": "django-rest-framework";
|
|
4977
|
+
"django-ninja": "django-ninja";
|
|
4978
|
+
}>>;
|
|
4979
|
+
pythonTaskQueue: z.ZodOptional<z.ZodEnum<{
|
|
4980
|
+
none: "none";
|
|
4981
|
+
celery: "celery";
|
|
4982
|
+
rq: "rq";
|
|
4983
|
+
dramatiq: "dramatiq";
|
|
4984
|
+
huey: "huey";
|
|
4985
|
+
}>>;
|
|
4986
|
+
pythonGraphql: z.ZodOptional<z.ZodEnum<{
|
|
4987
|
+
none: "none";
|
|
4988
|
+
strawberry: "strawberry";
|
|
4989
|
+
ariadne: "ariadne";
|
|
4990
|
+
}>>;
|
|
4991
|
+
pythonQuality: z.ZodOptional<z.ZodEnum<{
|
|
4992
|
+
none: "none";
|
|
4993
|
+
ruff: "ruff";
|
|
4994
|
+
mypy: "mypy";
|
|
4995
|
+
pyright: "pyright";
|
|
4996
|
+
}>>;
|
|
4997
|
+
goWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
4998
|
+
none: "none";
|
|
4999
|
+
gin: "gin";
|
|
5000
|
+
echo: "echo";
|
|
5001
|
+
fiber: "fiber";
|
|
5002
|
+
chi: "chi";
|
|
5003
|
+
}>>;
|
|
5004
|
+
goOrm: z.ZodOptional<z.ZodEnum<{
|
|
5005
|
+
gorm: "gorm";
|
|
5006
|
+
none: "none";
|
|
5007
|
+
sqlc: "sqlc";
|
|
5008
|
+
ent: "ent";
|
|
5009
|
+
}>>;
|
|
5010
|
+
goApi: z.ZodOptional<z.ZodEnum<{
|
|
5011
|
+
none: "none";
|
|
5012
|
+
"grpc-go": "grpc-go";
|
|
5013
|
+
}>>;
|
|
5014
|
+
goCli: z.ZodOptional<z.ZodEnum<{
|
|
5015
|
+
none: "none";
|
|
5016
|
+
cobra: "cobra";
|
|
5017
|
+
bubbletea: "bubbletea";
|
|
5018
|
+
"urfave-cli": "urfave-cli";
|
|
5019
|
+
}>>;
|
|
5020
|
+
goLogging: z.ZodOptional<z.ZodEnum<{
|
|
5021
|
+
none: "none";
|
|
5022
|
+
zap: "zap";
|
|
5023
|
+
zerolog: "zerolog";
|
|
5024
|
+
slog: "slog";
|
|
5025
|
+
logrus: "logrus";
|
|
5026
|
+
}>>;
|
|
5027
|
+
goAuth: z.ZodOptional<z.ZodEnum<{
|
|
5028
|
+
none: "none";
|
|
5029
|
+
jwt: "jwt";
|
|
5030
|
+
casbin: "casbin";
|
|
5031
|
+
}>>;
|
|
5032
|
+
javaWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
5033
|
+
none: "none";
|
|
5034
|
+
"spring-boot": "spring-boot";
|
|
5035
|
+
quarkus: "quarkus";
|
|
5036
|
+
}>>;
|
|
5037
|
+
javaBuildTool: z.ZodOptional<z.ZodEnum<{
|
|
5038
|
+
none: "none";
|
|
5039
|
+
maven: "maven";
|
|
5040
|
+
gradle: "gradle";
|
|
5041
|
+
}>>;
|
|
5042
|
+
javaOrm: z.ZodOptional<z.ZodEnum<{
|
|
5043
|
+
none: "none";
|
|
5044
|
+
"spring-data-jpa": "spring-data-jpa";
|
|
5045
|
+
}>>;
|
|
5046
|
+
javaAuth: z.ZodOptional<z.ZodEnum<{
|
|
5047
|
+
none: "none";
|
|
5048
|
+
"spring-security": "spring-security";
|
|
5049
|
+
}>>;
|
|
5050
|
+
javaLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
5051
|
+
none: "none";
|
|
5052
|
+
"spring-actuator": "spring-actuator";
|
|
5053
|
+
"spring-validation": "spring-validation";
|
|
5054
|
+
flyway: "flyway";
|
|
5055
|
+
liquibase: "liquibase";
|
|
5056
|
+
"springdoc-openapi": "springdoc-openapi";
|
|
5057
|
+
lombok: "lombok";
|
|
5058
|
+
mapstruct: "mapstruct";
|
|
5059
|
+
caffeine: "caffeine";
|
|
5060
|
+
resilience4j: "resilience4j";
|
|
5061
|
+
"spring-webflux": "spring-webflux";
|
|
5062
|
+
"spring-batch": "spring-batch";
|
|
5063
|
+
"spring-kafka": "spring-kafka";
|
|
5064
|
+
"spring-mail": "spring-mail";
|
|
5065
|
+
"spring-devtools": "spring-devtools";
|
|
5066
|
+
"micrometer-prometheus": "micrometer-prometheus";
|
|
5067
|
+
thymeleaf: "thymeleaf";
|
|
5068
|
+
}>>>;
|
|
5069
|
+
javaTestingLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
5070
|
+
none: "none";
|
|
5071
|
+
junit5: "junit5";
|
|
5072
|
+
mockito: "mockito";
|
|
5073
|
+
testcontainers: "testcontainers";
|
|
5074
|
+
assertj: "assertj";
|
|
5075
|
+
"rest-assured": "rest-assured";
|
|
5076
|
+
wiremock: "wiremock";
|
|
5077
|
+
awaitility: "awaitility";
|
|
5078
|
+
archunit: "archunit";
|
|
5079
|
+
jqwik: "jqwik";
|
|
5080
|
+
}>>>;
|
|
5081
|
+
elixirWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
5082
|
+
none: "none";
|
|
5083
|
+
phoenix: "phoenix";
|
|
5084
|
+
"phoenix-live-view": "phoenix-live-view";
|
|
5085
|
+
}>>;
|
|
5086
|
+
elixirOrm: z.ZodOptional<z.ZodEnum<{
|
|
5087
|
+
none: "none";
|
|
5088
|
+
ecto: "ecto";
|
|
5089
|
+
"ecto-sql": "ecto-sql";
|
|
5090
|
+
}>>;
|
|
5091
|
+
elixirAuth: z.ZodOptional<z.ZodEnum<{
|
|
5092
|
+
none: "none";
|
|
5093
|
+
"phx-gen-auth": "phx-gen-auth";
|
|
5094
|
+
ueberauth: "ueberauth";
|
|
5095
|
+
guardian: "guardian";
|
|
5096
|
+
}>>;
|
|
5097
|
+
elixirApi: z.ZodOptional<z.ZodEnum<{
|
|
5098
|
+
none: "none";
|
|
5099
|
+
rest: "rest";
|
|
5100
|
+
absinthe: "absinthe";
|
|
5101
|
+
}>>;
|
|
5102
|
+
elixirRealtime: z.ZodOptional<z.ZodEnum<{
|
|
5103
|
+
none: "none";
|
|
5104
|
+
channels: "channels";
|
|
5105
|
+
presence: "presence";
|
|
5106
|
+
pubsub: "pubsub";
|
|
5107
|
+
"live-view-streams": "live-view-streams";
|
|
5108
|
+
}>>;
|
|
5109
|
+
elixirJobs: z.ZodOptional<z.ZodEnum<{
|
|
5110
|
+
none: "none";
|
|
5111
|
+
oban: "oban";
|
|
5112
|
+
quantum: "quantum";
|
|
5113
|
+
}>>;
|
|
5114
|
+
elixirValidation: z.ZodOptional<z.ZodEnum<{
|
|
5115
|
+
none: "none";
|
|
5116
|
+
"ecto-changesets": "ecto-changesets";
|
|
5117
|
+
"nimble-options": "nimble-options";
|
|
5118
|
+
}>>;
|
|
5119
|
+
elixirHttp: z.ZodOptional<z.ZodEnum<{
|
|
5120
|
+
none: "none";
|
|
5121
|
+
req: "req";
|
|
5122
|
+
finch: "finch";
|
|
5123
|
+
}>>;
|
|
5124
|
+
elixirJson: z.ZodOptional<z.ZodEnum<{
|
|
5125
|
+
none: "none";
|
|
5126
|
+
jason: "jason";
|
|
5127
|
+
}>>;
|
|
5128
|
+
elixirEmail: z.ZodOptional<z.ZodEnum<{
|
|
5129
|
+
none: "none";
|
|
5130
|
+
swoosh: "swoosh";
|
|
5131
|
+
}>>;
|
|
5132
|
+
elixirCaching: z.ZodOptional<z.ZodEnum<{
|
|
5133
|
+
none: "none";
|
|
5134
|
+
cachex: "cachex";
|
|
5135
|
+
nebulex: "nebulex";
|
|
5136
|
+
}>>;
|
|
5137
|
+
elixirObservability: z.ZodOptional<z.ZodEnum<{
|
|
5138
|
+
none: "none";
|
|
5139
|
+
opentelemetry: "opentelemetry";
|
|
5140
|
+
telemetry: "telemetry";
|
|
5141
|
+
prom_ex: "prom_ex";
|
|
5142
|
+
}>>;
|
|
5143
|
+
elixirTesting: z.ZodOptional<z.ZodEnum<{
|
|
5144
|
+
none: "none";
|
|
5145
|
+
ex_unit: "ex_unit";
|
|
5146
|
+
mox: "mox";
|
|
5147
|
+
bypass: "bypass";
|
|
5148
|
+
wallaby: "wallaby";
|
|
5149
|
+
}>>;
|
|
5150
|
+
elixirQuality: z.ZodOptional<z.ZodEnum<{
|
|
5151
|
+
none: "none";
|
|
5152
|
+
credo: "credo";
|
|
5153
|
+
dialyxir: "dialyxir";
|
|
5154
|
+
sobelow: "sobelow";
|
|
5155
|
+
}>>;
|
|
5156
|
+
elixirDeploy: z.ZodOptional<z.ZodEnum<{
|
|
5157
|
+
none: "none";
|
|
5158
|
+
docker: "docker";
|
|
5159
|
+
fly: "fly";
|
|
5160
|
+
gigalixir: "gigalixir";
|
|
5161
|
+
"mix-release": "mix-release";
|
|
5162
|
+
}>>;
|
|
5163
|
+
aiDocs: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
5164
|
+
none: "none";
|
|
5165
|
+
"claude-md": "claude-md";
|
|
5166
|
+
"agents-md": "agents-md";
|
|
5167
|
+
cursorrules: "cursorrules";
|
|
5168
|
+
}>>>;
|
|
5169
|
+
}, z.core.$strip>>;
|
|
5170
|
+
projectConfig: z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
5171
|
+
projectName: z.ZodString;
|
|
5172
|
+
projectDir: z.ZodString;
|
|
5173
|
+
relativePath: z.ZodString;
|
|
5174
|
+
ecosystem: z.ZodEnum<{
|
|
3017
5175
|
typescript: "typescript";
|
|
5176
|
+
"react-native": "react-native";
|
|
3018
5177
|
rust: "rust";
|
|
3019
5178
|
python: "python";
|
|
3020
5179
|
go: "go";
|
|
3021
5180
|
java: "java";
|
|
3022
|
-
|
|
3023
|
-
|
|
5181
|
+
elixir: "elixir";
|
|
5182
|
+
}>;
|
|
5183
|
+
database: z.ZodEnum<{
|
|
3024
5184
|
none: "none";
|
|
3025
5185
|
sqlite: "sqlite";
|
|
3026
5186
|
postgres: "postgres";
|
|
@@ -3028,8 +5188,8 @@ declare function getAllJsonSchemas(): {
|
|
|
3028
5188
|
mongodb: "mongodb";
|
|
3029
5189
|
edgedb: "edgedb";
|
|
3030
5190
|
redis: "redis";
|
|
3031
|
-
}
|
|
3032
|
-
orm: z.
|
|
5191
|
+
}>;
|
|
5192
|
+
orm: z.ZodEnum<{
|
|
3033
5193
|
none: "none";
|
|
3034
5194
|
drizzle: "drizzle";
|
|
3035
5195
|
prisma: "prisma";
|
|
@@ -3038,32 +5198,35 @@ declare function getAllJsonSchemas(): {
|
|
|
3038
5198
|
kysely: "kysely";
|
|
3039
5199
|
mikroorm: "mikroorm";
|
|
3040
5200
|
sequelize: "sequelize";
|
|
3041
|
-
}
|
|
3042
|
-
|
|
5201
|
+
}>;
|
|
5202
|
+
backend: z.ZodEnum<{
|
|
3043
5203
|
none: "none";
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
|
-
|
|
5204
|
+
hono: "hono";
|
|
5205
|
+
express: "express";
|
|
5206
|
+
fastify: "fastify";
|
|
5207
|
+
elysia: "elysia";
|
|
5208
|
+
fets: "fets";
|
|
5209
|
+
nestjs: "nestjs";
|
|
5210
|
+
adonisjs: "adonisjs";
|
|
5211
|
+
nitro: "nitro";
|
|
5212
|
+
encore: "encore";
|
|
5213
|
+
convex: "convex";
|
|
5214
|
+
self: "self";
|
|
5215
|
+
}>;
|
|
5216
|
+
runtime: z.ZodEnum<{
|
|
3053
5217
|
none: "none";
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
}>>;
|
|
3060
|
-
frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
5218
|
+
bun: "bun";
|
|
5219
|
+
node: "node";
|
|
5220
|
+
workers: "workers";
|
|
5221
|
+
}>;
|
|
5222
|
+
frontend: z.ZodArray<z.ZodEnum<{
|
|
3061
5223
|
none: "none";
|
|
3062
5224
|
"tanstack-router": "tanstack-router";
|
|
3063
5225
|
"react-router": "react-router";
|
|
3064
5226
|
"react-vite": "react-vite";
|
|
3065
5227
|
"tanstack-start": "tanstack-start";
|
|
3066
5228
|
next: "next";
|
|
5229
|
+
vinext: "vinext";
|
|
3067
5230
|
nuxt: "nuxt";
|
|
3068
5231
|
"native-bare": "native-bare";
|
|
3069
5232
|
"native-uniwind": "native-uniwind";
|
|
@@ -3076,8 +5239,8 @@ declare function getAllJsonSchemas(): {
|
|
|
3076
5239
|
angular: "angular";
|
|
3077
5240
|
redwood: "redwood";
|
|
3078
5241
|
fresh: "fresh";
|
|
3079
|
-
}
|
|
3080
|
-
addons: z.
|
|
5242
|
+
}>>;
|
|
5243
|
+
addons: z.ZodArray<z.ZodEnum<{
|
|
3081
5244
|
none: "none";
|
|
3082
5245
|
pwa: "pwa";
|
|
3083
5246
|
tauri: "tauri";
|
|
@@ -3102,27 +5265,45 @@ declare function getAllJsonSchemas(): {
|
|
|
3102
5265
|
"tanstack-db": "tanstack-db";
|
|
3103
5266
|
"tanstack-pacer": "tanstack-pacer";
|
|
3104
5267
|
"docker-compose": "docker-compose";
|
|
3105
|
-
}
|
|
3106
|
-
examples: z.
|
|
3107
|
-
none: "none";
|
|
5268
|
+
}>>;
|
|
5269
|
+
examples: z.ZodArray<z.ZodEnum<{
|
|
3108
5270
|
ai: "ai";
|
|
5271
|
+
none: "none";
|
|
3109
5272
|
"chat-sdk": "chat-sdk";
|
|
3110
5273
|
"tanstack-showcase": "tanstack-showcase";
|
|
3111
|
-
}
|
|
3112
|
-
|
|
3113
|
-
|
|
5274
|
+
}>>;
|
|
5275
|
+
auth: z.ZodEnum<{
|
|
5276
|
+
none: "none";
|
|
5277
|
+
"better-auth": "better-auth";
|
|
5278
|
+
"go-better-auth": "go-better-auth";
|
|
5279
|
+
clerk: "clerk";
|
|
5280
|
+
nextauth: "nextauth";
|
|
5281
|
+
"stack-auth": "stack-auth";
|
|
5282
|
+
"supabase-auth": "supabase-auth";
|
|
5283
|
+
auth0: "auth0";
|
|
5284
|
+
}>;
|
|
5285
|
+
payments: z.ZodEnum<{
|
|
5286
|
+
none: "none";
|
|
5287
|
+
polar: "polar";
|
|
5288
|
+
stripe: "stripe";
|
|
5289
|
+
"lemon-squeezy": "lemon-squeezy";
|
|
5290
|
+
paddle: "paddle";
|
|
5291
|
+
dodo: "dodo";
|
|
5292
|
+
}>;
|
|
5293
|
+
git: z.ZodBoolean;
|
|
5294
|
+
packageManager: z.ZodEnum<{
|
|
3114
5295
|
bun: "bun";
|
|
3115
5296
|
npm: "npm";
|
|
3116
5297
|
pnpm: "pnpm";
|
|
3117
5298
|
yarn: "yarn";
|
|
3118
|
-
}
|
|
3119
|
-
versionChannel: z.
|
|
5299
|
+
}>;
|
|
5300
|
+
versionChannel: z.ZodEnum<{
|
|
3120
5301
|
stable: "stable";
|
|
3121
5302
|
latest: "latest";
|
|
3122
5303
|
beta: "beta";
|
|
3123
|
-
}
|
|
3124
|
-
install: z.
|
|
3125
|
-
dbSetup: z.
|
|
5304
|
+
}>;
|
|
5305
|
+
install: z.ZodBoolean;
|
|
5306
|
+
dbSetup: z.ZodEnum<{
|
|
3126
5307
|
none: "none";
|
|
3127
5308
|
turso: "turso";
|
|
3128
5309
|
neon: "neon";
|
|
@@ -3133,36 +5314,16 @@ declare function getAllJsonSchemas(): {
|
|
|
3133
5314
|
upstash: "upstash";
|
|
3134
5315
|
d1: "d1";
|
|
3135
5316
|
docker: "docker";
|
|
3136
|
-
}
|
|
3137
|
-
|
|
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<{
|
|
5317
|
+
}>;
|
|
5318
|
+
api: z.ZodEnum<{
|
|
3158
5319
|
none: "none";
|
|
3159
5320
|
trpc: "trpc";
|
|
3160
5321
|
orpc: "orpc";
|
|
3161
5322
|
"ts-rest": "ts-rest";
|
|
3162
5323
|
garph: "garph";
|
|
3163
5324
|
"graphql-yoga": "graphql-yoga";
|
|
3164
|
-
}
|
|
3165
|
-
webDeploy: z.
|
|
5325
|
+
}>;
|
|
5326
|
+
webDeploy: z.ZodEnum<{
|
|
3166
5327
|
none: "none";
|
|
3167
5328
|
docker: "docker";
|
|
3168
5329
|
cloudflare: "cloudflare";
|
|
@@ -3170,8 +5331,8 @@ declare function getAllJsonSchemas(): {
|
|
|
3170
5331
|
railway: "railway";
|
|
3171
5332
|
sst: "sst";
|
|
3172
5333
|
vercel: "vercel";
|
|
3173
|
-
}
|
|
3174
|
-
serverDeploy: z.
|
|
5334
|
+
}>;
|
|
5335
|
+
serverDeploy: z.ZodEnum<{
|
|
3175
5336
|
none: "none";
|
|
3176
5337
|
docker: "docker";
|
|
3177
5338
|
cloudflare: "cloudflare";
|
|
@@ -3179,16 +5340,7 @@ declare function getAllJsonSchemas(): {
|
|
|
3179
5340
|
railway: "railway";
|
|
3180
5341
|
sst: "sst";
|
|
3181
5342
|
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>;
|
|
5343
|
+
}>;
|
|
3192
5344
|
astroIntegration: z.ZodOptional<z.ZodEnum<{
|
|
3193
5345
|
none: "none";
|
|
3194
5346
|
svelte: "svelte";
|
|
@@ -3196,7 +5348,7 @@ declare function getAllJsonSchemas(): {
|
|
|
3196
5348
|
react: "react";
|
|
3197
5349
|
vue: "vue";
|
|
3198
5350
|
}>>;
|
|
3199
|
-
ai: z.
|
|
5351
|
+
ai: z.ZodEnum<{
|
|
3200
5352
|
none: "none";
|
|
3201
5353
|
"vercel-ai": "vercel-ai";
|
|
3202
5354
|
mastra: "mastra";
|
|
@@ -3209,13 +5361,13 @@ declare function getAllJsonSchemas(): {
|
|
|
3209
5361
|
llamaindex: "llamaindex";
|
|
3210
5362
|
"tanstack-ai": "tanstack-ai";
|
|
3211
5363
|
"ai-cli": "ai-cli";
|
|
3212
|
-
}
|
|
3213
|
-
effect: z.
|
|
3214
|
-
none: "none";
|
|
5364
|
+
}>;
|
|
5365
|
+
effect: z.ZodEnum<{
|
|
3215
5366
|
effect: "effect";
|
|
5367
|
+
none: "none";
|
|
3216
5368
|
"effect-full": "effect-full";
|
|
3217
|
-
}
|
|
3218
|
-
stateManagement: z.
|
|
5369
|
+
}>;
|
|
5370
|
+
stateManagement: z.ZodEnum<{
|
|
3219
5371
|
none: "none";
|
|
3220
5372
|
zustand: "zustand";
|
|
3221
5373
|
jotai: "jotai";
|
|
@@ -3226,8 +5378,8 @@ declare function getAllJsonSchemas(): {
|
|
|
3226
5378
|
valtio: "valtio";
|
|
3227
5379
|
"tanstack-store": "tanstack-store";
|
|
3228
5380
|
"legend-state": "legend-state";
|
|
3229
|
-
}
|
|
3230
|
-
forms: z.
|
|
5381
|
+
}>;
|
|
5382
|
+
forms: z.ZodEnum<{
|
|
3231
5383
|
none: "none";
|
|
3232
5384
|
"tanstack-form": "tanstack-form";
|
|
3233
5385
|
"react-hook-form": "react-hook-form";
|
|
@@ -3235,16 +5387,16 @@ declare function getAllJsonSchemas(): {
|
|
|
3235
5387
|
"final-form": "final-form";
|
|
3236
5388
|
conform: "conform";
|
|
3237
5389
|
"modular-forms": "modular-forms";
|
|
3238
|
-
}
|
|
3239
|
-
testing: z.
|
|
5390
|
+
}>;
|
|
5391
|
+
testing: z.ZodEnum<{
|
|
3240
5392
|
none: "none";
|
|
3241
5393
|
vitest: "vitest";
|
|
3242
5394
|
playwright: "playwright";
|
|
3243
5395
|
"vitest-playwright": "vitest-playwright";
|
|
3244
5396
|
jest: "jest";
|
|
3245
5397
|
cypress: "cypress";
|
|
3246
|
-
}
|
|
3247
|
-
email: z.
|
|
5398
|
+
}>;
|
|
5399
|
+
email: z.ZodEnum<{
|
|
3248
5400
|
none: "none";
|
|
3249
5401
|
"react-email": "react-email";
|
|
3250
5402
|
resend: "resend";
|
|
@@ -3254,15 +5406,16 @@ declare function getAllJsonSchemas(): {
|
|
|
3254
5406
|
"aws-ses": "aws-ses";
|
|
3255
5407
|
mailgun: "mailgun";
|
|
3256
5408
|
plunk: "plunk";
|
|
3257
|
-
}
|
|
3258
|
-
cssFramework: z.
|
|
5409
|
+
}>;
|
|
5410
|
+
cssFramework: z.ZodEnum<{
|
|
3259
5411
|
none: "none";
|
|
3260
5412
|
tailwind: "tailwind";
|
|
3261
5413
|
scss: "scss";
|
|
3262
5414
|
less: "less";
|
|
3263
5415
|
"postcss-only": "postcss-only";
|
|
3264
|
-
}
|
|
3265
|
-
uiLibrary: z.
|
|
5416
|
+
}>;
|
|
5417
|
+
uiLibrary: z.ZodEnum<{
|
|
5418
|
+
mui: "mui";
|
|
3266
5419
|
none: "none";
|
|
3267
5420
|
"shadcn-ui": "shadcn-ui";
|
|
3268
5421
|
daisyui: "daisyui";
|
|
@@ -3272,12 +5425,11 @@ declare function getAllJsonSchemas(): {
|
|
|
3272
5425
|
"chakra-ui": "chakra-ui";
|
|
3273
5426
|
nextui: "nextui";
|
|
3274
5427
|
mantine: "mantine";
|
|
3275
|
-
mui: "mui";
|
|
3276
5428
|
antd: "antd";
|
|
3277
5429
|
"base-ui": "base-ui";
|
|
3278
5430
|
"ark-ui": "ark-ui";
|
|
3279
5431
|
"react-aria": "react-aria";
|
|
3280
|
-
}
|
|
5432
|
+
}>;
|
|
3281
5433
|
shadcnBase: z.ZodOptional<z.ZodEnum<{
|
|
3282
5434
|
radix: "radix";
|
|
3283
5435
|
base: "base";
|
|
@@ -3350,7 +5502,7 @@ declare function getAllJsonSchemas(): {
|
|
|
3350
5502
|
medium: "medium";
|
|
3351
5503
|
large: "large";
|
|
3352
5504
|
}>>;
|
|
3353
|
-
validation: z.
|
|
5505
|
+
validation: z.ZodEnum<{
|
|
3354
5506
|
none: "none";
|
|
3355
5507
|
zod: "zod";
|
|
3356
5508
|
valibot: "valibot";
|
|
@@ -3359,8 +5511,8 @@ declare function getAllJsonSchemas(): {
|
|
|
3359
5511
|
typia: "typia";
|
|
3360
5512
|
runtypes: "runtypes";
|
|
3361
5513
|
"effect-schema": "effect-schema";
|
|
3362
|
-
}
|
|
3363
|
-
realtime: z.
|
|
5514
|
+
}>;
|
|
5515
|
+
realtime: z.ZodEnum<{
|
|
3364
5516
|
none: "none";
|
|
3365
5517
|
"socket-io": "socket-io";
|
|
3366
5518
|
partykit: "partykit";
|
|
@@ -3368,108 +5520,142 @@ declare function getAllJsonSchemas(): {
|
|
|
3368
5520
|
pusher: "pusher";
|
|
3369
5521
|
liveblocks: "liveblocks";
|
|
3370
5522
|
yjs: "yjs";
|
|
3371
|
-
}
|
|
3372
|
-
jobQueue: z.
|
|
5523
|
+
}>;
|
|
5524
|
+
jobQueue: z.ZodEnum<{
|
|
3373
5525
|
none: "none";
|
|
3374
5526
|
bullmq: "bullmq";
|
|
3375
5527
|
"trigger-dev": "trigger-dev";
|
|
3376
5528
|
inngest: "inngest";
|
|
3377
5529
|
temporal: "temporal";
|
|
3378
|
-
}
|
|
3379
|
-
animation: z.
|
|
5530
|
+
}>;
|
|
5531
|
+
animation: z.ZodEnum<{
|
|
3380
5532
|
none: "none";
|
|
3381
5533
|
"framer-motion": "framer-motion";
|
|
3382
5534
|
gsap: "gsap";
|
|
3383
5535
|
"react-spring": "react-spring";
|
|
3384
5536
|
"auto-animate": "auto-animate";
|
|
3385
5537
|
lottie: "lottie";
|
|
3386
|
-
}
|
|
3387
|
-
fileUpload: z.
|
|
5538
|
+
}>;
|
|
5539
|
+
fileUpload: z.ZodEnum<{
|
|
3388
5540
|
none: "none";
|
|
3389
5541
|
uploadthing: "uploadthing";
|
|
3390
5542
|
filepond: "filepond";
|
|
3391
5543
|
uppy: "uppy";
|
|
3392
|
-
}
|
|
3393
|
-
logging: z.
|
|
5544
|
+
}>;
|
|
5545
|
+
logging: z.ZodEnum<{
|
|
3394
5546
|
none: "none";
|
|
3395
5547
|
pino: "pino";
|
|
3396
5548
|
winston: "winston";
|
|
3397
|
-
}
|
|
3398
|
-
observability: z.
|
|
5549
|
+
}>;
|
|
5550
|
+
observability: z.ZodEnum<{
|
|
3399
5551
|
none: "none";
|
|
3400
5552
|
opentelemetry: "opentelemetry";
|
|
3401
5553
|
sentry: "sentry";
|
|
3402
5554
|
grafana: "grafana";
|
|
3403
|
-
}
|
|
3404
|
-
featureFlags: z.
|
|
5555
|
+
}>;
|
|
5556
|
+
featureFlags: z.ZodEnum<{
|
|
3405
5557
|
none: "none";
|
|
3406
5558
|
growthbook: "growthbook";
|
|
3407
5559
|
posthog: "posthog";
|
|
3408
5560
|
launchdarkly: "launchdarkly";
|
|
3409
5561
|
flagsmith: "flagsmith";
|
|
3410
5562
|
unleash: "unleash";
|
|
3411
|
-
}
|
|
3412
|
-
analytics: z.
|
|
5563
|
+
}>;
|
|
5564
|
+
analytics: z.ZodEnum<{
|
|
3413
5565
|
none: "none";
|
|
3414
5566
|
plausible: "plausible";
|
|
3415
5567
|
umami: "umami";
|
|
3416
|
-
}
|
|
3417
|
-
cms: z.
|
|
5568
|
+
}>;
|
|
5569
|
+
cms: z.ZodEnum<{
|
|
3418
5570
|
none: "none";
|
|
3419
5571
|
payload: "payload";
|
|
3420
5572
|
sanity: "sanity";
|
|
3421
5573
|
strapi: "strapi";
|
|
3422
5574
|
tinacms: "tinacms";
|
|
3423
|
-
}
|
|
3424
|
-
caching: z.
|
|
5575
|
+
}>;
|
|
5576
|
+
caching: z.ZodEnum<{
|
|
3425
5577
|
none: "none";
|
|
3426
5578
|
"upstash-redis": "upstash-redis";
|
|
3427
|
-
}
|
|
3428
|
-
i18n: z.
|
|
5579
|
+
}>;
|
|
5580
|
+
i18n: z.ZodEnum<{
|
|
3429
5581
|
none: "none";
|
|
3430
5582
|
i18next: "i18next";
|
|
3431
5583
|
"next-intl": "next-intl";
|
|
3432
|
-
}
|
|
3433
|
-
search: z.
|
|
5584
|
+
}>;
|
|
5585
|
+
search: z.ZodEnum<{
|
|
3434
5586
|
none: "none";
|
|
3435
5587
|
meilisearch: "meilisearch";
|
|
3436
5588
|
typesense: "typesense";
|
|
3437
5589
|
elasticsearch: "elasticsearch";
|
|
3438
5590
|
algolia: "algolia";
|
|
3439
|
-
}
|
|
3440
|
-
fileStorage: z.
|
|
5591
|
+
}>;
|
|
5592
|
+
fileStorage: z.ZodEnum<{
|
|
3441
5593
|
none: "none";
|
|
3442
5594
|
s3: "s3";
|
|
3443
5595
|
r2: "r2";
|
|
3444
|
-
}
|
|
3445
|
-
|
|
5596
|
+
}>;
|
|
5597
|
+
mobileNavigation: z.ZodEnum<{
|
|
5598
|
+
none: "none";
|
|
5599
|
+
"expo-router": "expo-router";
|
|
5600
|
+
"react-navigation": "react-navigation";
|
|
5601
|
+
}>;
|
|
5602
|
+
mobileUI: z.ZodEnum<{
|
|
5603
|
+
none: "none";
|
|
5604
|
+
uniwind: "uniwind";
|
|
5605
|
+
tamagui: "tamagui";
|
|
5606
|
+
"gluestack-ui": "gluestack-ui";
|
|
5607
|
+
unistyles: "unistyles";
|
|
5608
|
+
}>;
|
|
5609
|
+
mobileStorage: z.ZodEnum<{
|
|
5610
|
+
none: "none";
|
|
5611
|
+
mmkv: "mmkv";
|
|
5612
|
+
}>;
|
|
5613
|
+
mobileTesting: z.ZodEnum<{
|
|
5614
|
+
none: "none";
|
|
5615
|
+
maestro: "maestro";
|
|
5616
|
+
"react-native-testing-library": "react-native-testing-library";
|
|
5617
|
+
"maestro-react-native-testing-library": "maestro-react-native-testing-library";
|
|
5618
|
+
}>;
|
|
5619
|
+
mobilePush: z.ZodEnum<{
|
|
5620
|
+
none: "none";
|
|
5621
|
+
"expo-notifications": "expo-notifications";
|
|
5622
|
+
}>;
|
|
5623
|
+
mobileOTA: z.ZodEnum<{
|
|
5624
|
+
none: "none";
|
|
5625
|
+
"expo-updates": "expo-updates";
|
|
5626
|
+
}>;
|
|
5627
|
+
mobileDeepLinking: z.ZodEnum<{
|
|
5628
|
+
none: "none";
|
|
5629
|
+
"expo-linking": "expo-linking";
|
|
5630
|
+
}>;
|
|
5631
|
+
rustWebFramework: z.ZodEnum<{
|
|
3446
5632
|
none: "none";
|
|
3447
5633
|
axum: "axum";
|
|
3448
5634
|
"actix-web": "actix-web";
|
|
3449
5635
|
rocket: "rocket";
|
|
3450
|
-
}
|
|
3451
|
-
rustFrontend: z.
|
|
5636
|
+
}>;
|
|
5637
|
+
rustFrontend: z.ZodEnum<{
|
|
3452
5638
|
none: "none";
|
|
3453
5639
|
leptos: "leptos";
|
|
3454
5640
|
dioxus: "dioxus";
|
|
3455
|
-
}
|
|
3456
|
-
rustOrm: z.
|
|
5641
|
+
}>;
|
|
5642
|
+
rustOrm: z.ZodEnum<{
|
|
3457
5643
|
none: "none";
|
|
3458
5644
|
"sea-orm": "sea-orm";
|
|
3459
5645
|
sqlx: "sqlx";
|
|
3460
5646
|
diesel: "diesel";
|
|
3461
|
-
}
|
|
3462
|
-
rustApi: z.
|
|
5647
|
+
}>;
|
|
5648
|
+
rustApi: z.ZodEnum<{
|
|
3463
5649
|
none: "none";
|
|
3464
5650
|
tonic: "tonic";
|
|
3465
5651
|
"async-graphql": "async-graphql";
|
|
3466
|
-
}
|
|
3467
|
-
rustCli: z.
|
|
5652
|
+
}>;
|
|
5653
|
+
rustCli: z.ZodEnum<{
|
|
3468
5654
|
none: "none";
|
|
3469
5655
|
clap: "clap";
|
|
3470
5656
|
ratatui: "ratatui";
|
|
3471
|
-
}
|
|
3472
|
-
rustLibraries: z.
|
|
5657
|
+
}>;
|
|
5658
|
+
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
3473
5659
|
none: "none";
|
|
3474
5660
|
serde: "serde";
|
|
3475
5661
|
uuid: "uuid";
|
|
@@ -3488,44 +5674,44 @@ declare function getAllJsonSchemas(): {
|
|
|
3488
5674
|
mockall: "mockall";
|
|
3489
5675
|
proptest: "proptest";
|
|
3490
5676
|
insta: "insta";
|
|
3491
|
-
}
|
|
3492
|
-
rustLogging: z.
|
|
5677
|
+
}>>;
|
|
5678
|
+
rustLogging: z.ZodEnum<{
|
|
3493
5679
|
none: "none";
|
|
3494
5680
|
tracing: "tracing";
|
|
3495
5681
|
"env-logger": "env-logger";
|
|
3496
|
-
}
|
|
3497
|
-
rustErrorHandling: z.
|
|
5682
|
+
}>;
|
|
5683
|
+
rustErrorHandling: z.ZodEnum<{
|
|
3498
5684
|
none: "none";
|
|
3499
5685
|
"anyhow-thiserror": "anyhow-thiserror";
|
|
3500
5686
|
eyre: "eyre";
|
|
3501
|
-
}
|
|
3502
|
-
rustCaching: z.
|
|
5687
|
+
}>;
|
|
5688
|
+
rustCaching: z.ZodEnum<{
|
|
3503
5689
|
none: "none";
|
|
3504
5690
|
redis: "redis";
|
|
3505
5691
|
moka: "moka";
|
|
3506
|
-
}
|
|
3507
|
-
rustAuth: z.
|
|
5692
|
+
}>;
|
|
5693
|
+
rustAuth: z.ZodEnum<{
|
|
3508
5694
|
none: "none";
|
|
3509
5695
|
oauth2: "oauth2";
|
|
3510
|
-
}
|
|
3511
|
-
pythonWebFramework: z.
|
|
5696
|
+
}>;
|
|
5697
|
+
pythonWebFramework: z.ZodEnum<{
|
|
3512
5698
|
none: "none";
|
|
3513
5699
|
fastapi: "fastapi";
|
|
3514
5700
|
django: "django";
|
|
3515
5701
|
flask: "flask";
|
|
3516
5702
|
litestar: "litestar";
|
|
3517
|
-
}
|
|
3518
|
-
pythonOrm: z.
|
|
5703
|
+
}>;
|
|
5704
|
+
pythonOrm: z.ZodEnum<{
|
|
3519
5705
|
none: "none";
|
|
3520
5706
|
sqlalchemy: "sqlalchemy";
|
|
3521
5707
|
sqlmodel: "sqlmodel";
|
|
3522
5708
|
"tortoise-orm": "tortoise-orm";
|
|
3523
|
-
}
|
|
3524
|
-
pythonValidation: z.
|
|
5709
|
+
}>;
|
|
5710
|
+
pythonValidation: z.ZodEnum<{
|
|
3525
5711
|
none: "none";
|
|
3526
5712
|
pydantic: "pydantic";
|
|
3527
|
-
}
|
|
3528
|
-
pythonAi: z.
|
|
5713
|
+
}>;
|
|
5714
|
+
pythonAi: z.ZodArray<z.ZodEnum<{
|
|
3529
5715
|
none: "none";
|
|
3530
5716
|
langgraph: "langgraph";
|
|
3531
5717
|
langchain: "langchain";
|
|
@@ -3534,89 +5720,89 @@ declare function getAllJsonSchemas(): {
|
|
|
3534
5720
|
"anthropic-sdk": "anthropic-sdk";
|
|
3535
5721
|
crewai: "crewai";
|
|
3536
5722
|
haystack: "haystack";
|
|
3537
|
-
}
|
|
3538
|
-
pythonAuth: z.
|
|
5723
|
+
}>>;
|
|
5724
|
+
pythonAuth: z.ZodEnum<{
|
|
3539
5725
|
none: "none";
|
|
3540
5726
|
authlib: "authlib";
|
|
3541
5727
|
jwt: "jwt";
|
|
3542
|
-
}
|
|
3543
|
-
pythonApi: z.
|
|
5728
|
+
}>;
|
|
5729
|
+
pythonApi: z.ZodEnum<{
|
|
3544
5730
|
none: "none";
|
|
3545
5731
|
"django-rest-framework": "django-rest-framework";
|
|
3546
5732
|
"django-ninja": "django-ninja";
|
|
3547
|
-
}
|
|
3548
|
-
pythonTaskQueue: z.
|
|
5733
|
+
}>;
|
|
5734
|
+
pythonTaskQueue: z.ZodEnum<{
|
|
3549
5735
|
none: "none";
|
|
3550
5736
|
celery: "celery";
|
|
3551
5737
|
rq: "rq";
|
|
3552
5738
|
dramatiq: "dramatiq";
|
|
3553
5739
|
huey: "huey";
|
|
3554
|
-
}
|
|
3555
|
-
pythonGraphql: z.
|
|
5740
|
+
}>;
|
|
5741
|
+
pythonGraphql: z.ZodEnum<{
|
|
3556
5742
|
none: "none";
|
|
3557
5743
|
strawberry: "strawberry";
|
|
3558
5744
|
ariadne: "ariadne";
|
|
3559
|
-
}
|
|
3560
|
-
pythonQuality: z.
|
|
5745
|
+
}>;
|
|
5746
|
+
pythonQuality: z.ZodEnum<{
|
|
3561
5747
|
none: "none";
|
|
3562
5748
|
ruff: "ruff";
|
|
3563
5749
|
mypy: "mypy";
|
|
3564
5750
|
pyright: "pyright";
|
|
3565
|
-
}
|
|
3566
|
-
goWebFramework: z.
|
|
5751
|
+
}>;
|
|
5752
|
+
goWebFramework: z.ZodEnum<{
|
|
3567
5753
|
none: "none";
|
|
3568
5754
|
gin: "gin";
|
|
3569
5755
|
echo: "echo";
|
|
3570
5756
|
fiber: "fiber";
|
|
3571
5757
|
chi: "chi";
|
|
3572
|
-
}
|
|
3573
|
-
goOrm: z.
|
|
3574
|
-
none: "none";
|
|
5758
|
+
}>;
|
|
5759
|
+
goOrm: z.ZodEnum<{
|
|
3575
5760
|
gorm: "gorm";
|
|
5761
|
+
none: "none";
|
|
3576
5762
|
sqlc: "sqlc";
|
|
3577
5763
|
ent: "ent";
|
|
3578
|
-
}
|
|
3579
|
-
goApi: z.
|
|
5764
|
+
}>;
|
|
5765
|
+
goApi: z.ZodEnum<{
|
|
3580
5766
|
none: "none";
|
|
3581
5767
|
"grpc-go": "grpc-go";
|
|
3582
|
-
}
|
|
3583
|
-
goCli: z.
|
|
5768
|
+
}>;
|
|
5769
|
+
goCli: z.ZodEnum<{
|
|
3584
5770
|
none: "none";
|
|
3585
5771
|
cobra: "cobra";
|
|
3586
5772
|
bubbletea: "bubbletea";
|
|
3587
5773
|
"urfave-cli": "urfave-cli";
|
|
3588
|
-
}
|
|
3589
|
-
goLogging: z.
|
|
5774
|
+
}>;
|
|
5775
|
+
goLogging: z.ZodEnum<{
|
|
3590
5776
|
none: "none";
|
|
3591
5777
|
zap: "zap";
|
|
3592
5778
|
zerolog: "zerolog";
|
|
3593
5779
|
slog: "slog";
|
|
3594
5780
|
logrus: "logrus";
|
|
3595
|
-
}
|
|
3596
|
-
goAuth: z.
|
|
5781
|
+
}>;
|
|
5782
|
+
goAuth: z.ZodEnum<{
|
|
3597
5783
|
none: "none";
|
|
3598
5784
|
jwt: "jwt";
|
|
3599
5785
|
casbin: "casbin";
|
|
3600
|
-
}
|
|
3601
|
-
javaWebFramework: z.
|
|
5786
|
+
}>;
|
|
5787
|
+
javaWebFramework: z.ZodEnum<{
|
|
3602
5788
|
none: "none";
|
|
3603
5789
|
"spring-boot": "spring-boot";
|
|
3604
5790
|
quarkus: "quarkus";
|
|
3605
|
-
}
|
|
3606
|
-
javaBuildTool: z.
|
|
5791
|
+
}>;
|
|
5792
|
+
javaBuildTool: z.ZodEnum<{
|
|
3607
5793
|
none: "none";
|
|
3608
5794
|
maven: "maven";
|
|
3609
5795
|
gradle: "gradle";
|
|
3610
|
-
}
|
|
3611
|
-
javaOrm: z.
|
|
5796
|
+
}>;
|
|
5797
|
+
javaOrm: z.ZodEnum<{
|
|
3612
5798
|
none: "none";
|
|
3613
5799
|
"spring-data-jpa": "spring-data-jpa";
|
|
3614
|
-
}
|
|
3615
|
-
javaAuth: z.
|
|
5800
|
+
}>;
|
|
5801
|
+
javaAuth: z.ZodEnum<{
|
|
3616
5802
|
none: "none";
|
|
3617
5803
|
"spring-security": "spring-security";
|
|
3618
|
-
}
|
|
3619
|
-
javaLibraries: z.
|
|
5804
|
+
}>;
|
|
5805
|
+
javaLibraries: z.ZodArray<z.ZodEnum<{
|
|
3620
5806
|
none: "none";
|
|
3621
5807
|
"spring-actuator": "spring-actuator";
|
|
3622
5808
|
"spring-validation": "spring-validation";
|
|
@@ -3634,8 +5820,8 @@ declare function getAllJsonSchemas(): {
|
|
|
3634
5820
|
"spring-devtools": "spring-devtools";
|
|
3635
5821
|
"micrometer-prometheus": "micrometer-prometheus";
|
|
3636
5822
|
thymeleaf: "thymeleaf";
|
|
3637
|
-
}
|
|
3638
|
-
javaTestingLibraries: z.
|
|
5823
|
+
}>>;
|
|
5824
|
+
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
3639
5825
|
none: "none";
|
|
3640
5826
|
junit5: "junit5";
|
|
3641
5827
|
mockito: "mockito";
|
|
@@ -3646,24 +5832,107 @@ declare function getAllJsonSchemas(): {
|
|
|
3646
5832
|
awaitility: "awaitility";
|
|
3647
5833
|
archunit: "archunit";
|
|
3648
5834
|
jqwik: "jqwik";
|
|
3649
|
-
}
|
|
3650
|
-
|
|
5835
|
+
}>>;
|
|
5836
|
+
elixirWebFramework: z.ZodEnum<{
|
|
5837
|
+
none: "none";
|
|
5838
|
+
phoenix: "phoenix";
|
|
5839
|
+
"phoenix-live-view": "phoenix-live-view";
|
|
5840
|
+
}>;
|
|
5841
|
+
elixirOrm: z.ZodEnum<{
|
|
5842
|
+
none: "none";
|
|
5843
|
+
ecto: "ecto";
|
|
5844
|
+
"ecto-sql": "ecto-sql";
|
|
5845
|
+
}>;
|
|
5846
|
+
elixirAuth: z.ZodEnum<{
|
|
5847
|
+
none: "none";
|
|
5848
|
+
"phx-gen-auth": "phx-gen-auth";
|
|
5849
|
+
ueberauth: "ueberauth";
|
|
5850
|
+
guardian: "guardian";
|
|
5851
|
+
}>;
|
|
5852
|
+
elixirApi: z.ZodEnum<{
|
|
5853
|
+
none: "none";
|
|
5854
|
+
rest: "rest";
|
|
5855
|
+
absinthe: "absinthe";
|
|
5856
|
+
}>;
|
|
5857
|
+
elixirRealtime: z.ZodEnum<{
|
|
5858
|
+
none: "none";
|
|
5859
|
+
channels: "channels";
|
|
5860
|
+
presence: "presence";
|
|
5861
|
+
pubsub: "pubsub";
|
|
5862
|
+
"live-view-streams": "live-view-streams";
|
|
5863
|
+
}>;
|
|
5864
|
+
elixirJobs: z.ZodEnum<{
|
|
5865
|
+
none: "none";
|
|
5866
|
+
oban: "oban";
|
|
5867
|
+
quantum: "quantum";
|
|
5868
|
+
}>;
|
|
5869
|
+
elixirValidation: z.ZodEnum<{
|
|
5870
|
+
none: "none";
|
|
5871
|
+
"ecto-changesets": "ecto-changesets";
|
|
5872
|
+
"nimble-options": "nimble-options";
|
|
5873
|
+
}>;
|
|
5874
|
+
elixirHttp: z.ZodEnum<{
|
|
5875
|
+
none: "none";
|
|
5876
|
+
req: "req";
|
|
5877
|
+
finch: "finch";
|
|
5878
|
+
}>;
|
|
5879
|
+
elixirJson: z.ZodEnum<{
|
|
5880
|
+
none: "none";
|
|
5881
|
+
jason: "jason";
|
|
5882
|
+
}>;
|
|
5883
|
+
elixirEmail: z.ZodEnum<{
|
|
5884
|
+
none: "none";
|
|
5885
|
+
swoosh: "swoosh";
|
|
5886
|
+
}>;
|
|
5887
|
+
elixirCaching: z.ZodEnum<{
|
|
5888
|
+
none: "none";
|
|
5889
|
+
cachex: "cachex";
|
|
5890
|
+
nebulex: "nebulex";
|
|
5891
|
+
}>;
|
|
5892
|
+
elixirObservability: z.ZodEnum<{
|
|
5893
|
+
none: "none";
|
|
5894
|
+
opentelemetry: "opentelemetry";
|
|
5895
|
+
telemetry: "telemetry";
|
|
5896
|
+
prom_ex: "prom_ex";
|
|
5897
|
+
}>;
|
|
5898
|
+
elixirTesting: z.ZodEnum<{
|
|
5899
|
+
none: "none";
|
|
5900
|
+
ex_unit: "ex_unit";
|
|
5901
|
+
mox: "mox";
|
|
5902
|
+
bypass: "bypass";
|
|
5903
|
+
wallaby: "wallaby";
|
|
5904
|
+
}>;
|
|
5905
|
+
elixirQuality: z.ZodEnum<{
|
|
5906
|
+
none: "none";
|
|
5907
|
+
credo: "credo";
|
|
5908
|
+
dialyxir: "dialyxir";
|
|
5909
|
+
sobelow: "sobelow";
|
|
5910
|
+
}>;
|
|
5911
|
+
elixirDeploy: z.ZodEnum<{
|
|
5912
|
+
none: "none";
|
|
5913
|
+
docker: "docker";
|
|
5914
|
+
fly: "fly";
|
|
5915
|
+
gigalixir: "gigalixir";
|
|
5916
|
+
"mix-release": "mix-release";
|
|
5917
|
+
}>;
|
|
5918
|
+
aiDocs: z.ZodArray<z.ZodEnum<{
|
|
3651
5919
|
none: "none";
|
|
3652
5920
|
"claude-md": "claude-md";
|
|
3653
5921
|
"agents-md": "agents-md";
|
|
3654
5922
|
cursorrules: "cursorrules";
|
|
3655
|
-
}
|
|
5923
|
+
}>>;
|
|
3656
5924
|
}, z.core.$strip>>;
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
relativePath: z.ZodString;
|
|
5925
|
+
betterFullstackConfig: z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
5926
|
+
version: z.ZodString;
|
|
5927
|
+
createdAt: z.ZodString;
|
|
3661
5928
|
ecosystem: z.ZodEnum<{
|
|
3662
5929
|
typescript: "typescript";
|
|
5930
|
+
"react-native": "react-native";
|
|
3663
5931
|
rust: "rust";
|
|
3664
5932
|
python: "python";
|
|
3665
5933
|
go: "go";
|
|
3666
5934
|
java: "java";
|
|
5935
|
+
elixir: "elixir";
|
|
3667
5936
|
}>;
|
|
3668
5937
|
database: z.ZodEnum<{
|
|
3669
5938
|
none: "none";
|
|
@@ -3711,6 +5980,7 @@ declare function getAllJsonSchemas(): {
|
|
|
3711
5980
|
"react-vite": "react-vite";
|
|
3712
5981
|
"tanstack-start": "tanstack-start";
|
|
3713
5982
|
next: "next";
|
|
5983
|
+
vinext: "vinext";
|
|
3714
5984
|
nuxt: "nuxt";
|
|
3715
5985
|
"native-bare": "native-bare";
|
|
3716
5986
|
"native-uniwind": "native-uniwind";
|
|
@@ -3751,8 +6021,8 @@ declare function getAllJsonSchemas(): {
|
|
|
3751
6021
|
"docker-compose": "docker-compose";
|
|
3752
6022
|
}>>;
|
|
3753
6023
|
examples: z.ZodArray<z.ZodEnum<{
|
|
3754
|
-
none: "none";
|
|
3755
6024
|
ai: "ai";
|
|
6025
|
+
none: "none";
|
|
3756
6026
|
"chat-sdk": "chat-sdk";
|
|
3757
6027
|
"tanstack-showcase": "tanstack-showcase";
|
|
3758
6028
|
}>>;
|
|
@@ -3774,7 +6044,6 @@ declare function getAllJsonSchemas(): {
|
|
|
3774
6044
|
paddle: "paddle";
|
|
3775
6045
|
dodo: "dodo";
|
|
3776
6046
|
}>;
|
|
3777
|
-
git: z.ZodBoolean;
|
|
3778
6047
|
packageManager: z.ZodEnum<{
|
|
3779
6048
|
bun: "bun";
|
|
3780
6049
|
npm: "npm";
|
|
@@ -3786,7 +6055,6 @@ declare function getAllJsonSchemas(): {
|
|
|
3786
6055
|
latest: "latest";
|
|
3787
6056
|
beta: "beta";
|
|
3788
6057
|
}>;
|
|
3789
|
-
install: z.ZodBoolean;
|
|
3790
6058
|
dbSetup: z.ZodEnum<{
|
|
3791
6059
|
none: "none";
|
|
3792
6060
|
turso: "turso";
|
|
@@ -3847,8 +6115,8 @@ declare function getAllJsonSchemas(): {
|
|
|
3847
6115
|
"ai-cli": "ai-cli";
|
|
3848
6116
|
}>;
|
|
3849
6117
|
effect: z.ZodEnum<{
|
|
3850
|
-
none: "none";
|
|
3851
6118
|
effect: "effect";
|
|
6119
|
+
none: "none";
|
|
3852
6120
|
"effect-full": "effect-full";
|
|
3853
6121
|
}>;
|
|
3854
6122
|
stateManagement: z.ZodEnum<{
|
|
@@ -3899,6 +6167,7 @@ declare function getAllJsonSchemas(): {
|
|
|
3899
6167
|
"postcss-only": "postcss-only";
|
|
3900
6168
|
}>;
|
|
3901
6169
|
uiLibrary: z.ZodEnum<{
|
|
6170
|
+
mui: "mui";
|
|
3902
6171
|
none: "none";
|
|
3903
6172
|
"shadcn-ui": "shadcn-ui";
|
|
3904
6173
|
daisyui: "daisyui";
|
|
@@ -3908,7 +6177,6 @@ declare function getAllJsonSchemas(): {
|
|
|
3908
6177
|
"chakra-ui": "chakra-ui";
|
|
3909
6178
|
nextui: "nextui";
|
|
3910
6179
|
mantine: "mantine";
|
|
3911
|
-
mui: "mui";
|
|
3912
6180
|
antd: "antd";
|
|
3913
6181
|
"base-ui": "base-ui";
|
|
3914
6182
|
"ark-ui": "ark-ui";
|
|
@@ -4078,6 +6346,40 @@ declare function getAllJsonSchemas(): {
|
|
|
4078
6346
|
s3: "s3";
|
|
4079
6347
|
r2: "r2";
|
|
4080
6348
|
}>;
|
|
6349
|
+
mobileNavigation: z.ZodEnum<{
|
|
6350
|
+
none: "none";
|
|
6351
|
+
"expo-router": "expo-router";
|
|
6352
|
+
"react-navigation": "react-navigation";
|
|
6353
|
+
}>;
|
|
6354
|
+
mobileUI: z.ZodEnum<{
|
|
6355
|
+
none: "none";
|
|
6356
|
+
uniwind: "uniwind";
|
|
6357
|
+
tamagui: "tamagui";
|
|
6358
|
+
"gluestack-ui": "gluestack-ui";
|
|
6359
|
+
unistyles: "unistyles";
|
|
6360
|
+
}>;
|
|
6361
|
+
mobileStorage: z.ZodEnum<{
|
|
6362
|
+
none: "none";
|
|
6363
|
+
mmkv: "mmkv";
|
|
6364
|
+
}>;
|
|
6365
|
+
mobileTesting: z.ZodEnum<{
|
|
6366
|
+
none: "none";
|
|
6367
|
+
maestro: "maestro";
|
|
6368
|
+
"react-native-testing-library": "react-native-testing-library";
|
|
6369
|
+
"maestro-react-native-testing-library": "maestro-react-native-testing-library";
|
|
6370
|
+
}>;
|
|
6371
|
+
mobilePush: z.ZodEnum<{
|
|
6372
|
+
none: "none";
|
|
6373
|
+
"expo-notifications": "expo-notifications";
|
|
6374
|
+
}>;
|
|
6375
|
+
mobileOTA: z.ZodEnum<{
|
|
6376
|
+
none: "none";
|
|
6377
|
+
"expo-updates": "expo-updates";
|
|
6378
|
+
}>;
|
|
6379
|
+
mobileDeepLinking: z.ZodEnum<{
|
|
6380
|
+
none: "none";
|
|
6381
|
+
"expo-linking": "expo-linking";
|
|
6382
|
+
}>;
|
|
4081
6383
|
rustWebFramework: z.ZodEnum<{
|
|
4082
6384
|
none: "none";
|
|
4083
6385
|
axum: "axum";
|
|
@@ -4176,11 +6478,11 @@ declare function getAllJsonSchemas(): {
|
|
|
4176
6478
|
authlib: "authlib";
|
|
4177
6479
|
jwt: "jwt";
|
|
4178
6480
|
}>;
|
|
4179
|
-
pythonApi: z.ZodEnum<{
|
|
6481
|
+
pythonApi: z.ZodOptional<z.ZodEnum<{
|
|
4180
6482
|
none: "none";
|
|
4181
6483
|
"django-rest-framework": "django-rest-framework";
|
|
4182
6484
|
"django-ninja": "django-ninja";
|
|
4183
|
-
}
|
|
6485
|
+
}>>;
|
|
4184
6486
|
pythonTaskQueue: z.ZodEnum<{
|
|
4185
6487
|
none: "none";
|
|
4186
6488
|
celery: "celery";
|
|
@@ -4207,8 +6509,8 @@ declare function getAllJsonSchemas(): {
|
|
|
4207
6509
|
chi: "chi";
|
|
4208
6510
|
}>;
|
|
4209
6511
|
goOrm: z.ZodEnum<{
|
|
4210
|
-
none: "none";
|
|
4211
6512
|
gorm: "gorm";
|
|
6513
|
+
none: "none";
|
|
4212
6514
|
sqlc: "sqlc";
|
|
4213
6515
|
ent: "ent";
|
|
4214
6516
|
}>;
|
|
@@ -4283,6 +6585,88 @@ declare function getAllJsonSchemas(): {
|
|
|
4283
6585
|
archunit: "archunit";
|
|
4284
6586
|
jqwik: "jqwik";
|
|
4285
6587
|
}>>;
|
|
6588
|
+
elixirWebFramework: z.ZodEnum<{
|
|
6589
|
+
none: "none";
|
|
6590
|
+
phoenix: "phoenix";
|
|
6591
|
+
"phoenix-live-view": "phoenix-live-view";
|
|
6592
|
+
}>;
|
|
6593
|
+
elixirOrm: z.ZodEnum<{
|
|
6594
|
+
none: "none";
|
|
6595
|
+
ecto: "ecto";
|
|
6596
|
+
"ecto-sql": "ecto-sql";
|
|
6597
|
+
}>;
|
|
6598
|
+
elixirAuth: z.ZodEnum<{
|
|
6599
|
+
none: "none";
|
|
6600
|
+
"phx-gen-auth": "phx-gen-auth";
|
|
6601
|
+
ueberauth: "ueberauth";
|
|
6602
|
+
guardian: "guardian";
|
|
6603
|
+
}>;
|
|
6604
|
+
elixirApi: z.ZodEnum<{
|
|
6605
|
+
none: "none";
|
|
6606
|
+
rest: "rest";
|
|
6607
|
+
absinthe: "absinthe";
|
|
6608
|
+
}>;
|
|
6609
|
+
elixirRealtime: z.ZodEnum<{
|
|
6610
|
+
none: "none";
|
|
6611
|
+
channels: "channels";
|
|
6612
|
+
presence: "presence";
|
|
6613
|
+
pubsub: "pubsub";
|
|
6614
|
+
"live-view-streams": "live-view-streams";
|
|
6615
|
+
}>;
|
|
6616
|
+
elixirJobs: z.ZodEnum<{
|
|
6617
|
+
none: "none";
|
|
6618
|
+
oban: "oban";
|
|
6619
|
+
quantum: "quantum";
|
|
6620
|
+
}>;
|
|
6621
|
+
elixirValidation: z.ZodEnum<{
|
|
6622
|
+
none: "none";
|
|
6623
|
+
"ecto-changesets": "ecto-changesets";
|
|
6624
|
+
"nimble-options": "nimble-options";
|
|
6625
|
+
}>;
|
|
6626
|
+
elixirHttp: z.ZodEnum<{
|
|
6627
|
+
none: "none";
|
|
6628
|
+
req: "req";
|
|
6629
|
+
finch: "finch";
|
|
6630
|
+
}>;
|
|
6631
|
+
elixirJson: z.ZodEnum<{
|
|
6632
|
+
none: "none";
|
|
6633
|
+
jason: "jason";
|
|
6634
|
+
}>;
|
|
6635
|
+
elixirEmail: z.ZodEnum<{
|
|
6636
|
+
none: "none";
|
|
6637
|
+
swoosh: "swoosh";
|
|
6638
|
+
}>;
|
|
6639
|
+
elixirCaching: z.ZodEnum<{
|
|
6640
|
+
none: "none";
|
|
6641
|
+
cachex: "cachex";
|
|
6642
|
+
nebulex: "nebulex";
|
|
6643
|
+
}>;
|
|
6644
|
+
elixirObservability: z.ZodEnum<{
|
|
6645
|
+
none: "none";
|
|
6646
|
+
opentelemetry: "opentelemetry";
|
|
6647
|
+
telemetry: "telemetry";
|
|
6648
|
+
prom_ex: "prom_ex";
|
|
6649
|
+
}>;
|
|
6650
|
+
elixirTesting: z.ZodEnum<{
|
|
6651
|
+
none: "none";
|
|
6652
|
+
ex_unit: "ex_unit";
|
|
6653
|
+
mox: "mox";
|
|
6654
|
+
bypass: "bypass";
|
|
6655
|
+
wallaby: "wallaby";
|
|
6656
|
+
}>;
|
|
6657
|
+
elixirQuality: z.ZodEnum<{
|
|
6658
|
+
none: "none";
|
|
6659
|
+
credo: "credo";
|
|
6660
|
+
dialyxir: "dialyxir";
|
|
6661
|
+
sobelow: "sobelow";
|
|
6662
|
+
}>;
|
|
6663
|
+
elixirDeploy: z.ZodEnum<{
|
|
6664
|
+
none: "none";
|
|
6665
|
+
docker: "docker";
|
|
6666
|
+
fly: "fly";
|
|
6667
|
+
gigalixir: "gigalixir";
|
|
6668
|
+
"mix-release": "mix-release";
|
|
6669
|
+
}>;
|
|
4286
6670
|
aiDocs: z.ZodArray<z.ZodEnum<{
|
|
4287
6671
|
none: "none";
|
|
4288
6672
|
"claude-md": "claude-md";
|
|
@@ -4295,10 +6679,12 @@ declare function getAllJsonSchemas(): {
|
|
|
4295
6679
|
createdAt: z.ZodString;
|
|
4296
6680
|
ecosystem: z.ZodEnum<{
|
|
4297
6681
|
typescript: "typescript";
|
|
6682
|
+
"react-native": "react-native";
|
|
4298
6683
|
rust: "rust";
|
|
4299
6684
|
python: "python";
|
|
4300
6685
|
go: "go";
|
|
4301
6686
|
java: "java";
|
|
6687
|
+
elixir: "elixir";
|
|
4302
6688
|
}>;
|
|
4303
6689
|
database: z.ZodEnum<{
|
|
4304
6690
|
none: "none";
|
|
@@ -4346,6 +6732,7 @@ declare function getAllJsonSchemas(): {
|
|
|
4346
6732
|
"react-vite": "react-vite";
|
|
4347
6733
|
"tanstack-start": "tanstack-start";
|
|
4348
6734
|
next: "next";
|
|
6735
|
+
vinext: "vinext";
|
|
4349
6736
|
nuxt: "nuxt";
|
|
4350
6737
|
"native-bare": "native-bare";
|
|
4351
6738
|
"native-uniwind": "native-uniwind";
|
|
@@ -4386,8 +6773,8 @@ declare function getAllJsonSchemas(): {
|
|
|
4386
6773
|
"docker-compose": "docker-compose";
|
|
4387
6774
|
}>>;
|
|
4388
6775
|
examples: z.ZodArray<z.ZodEnum<{
|
|
4389
|
-
none: "none";
|
|
4390
6776
|
ai: "ai";
|
|
6777
|
+
none: "none";
|
|
4391
6778
|
"chat-sdk": "chat-sdk";
|
|
4392
6779
|
"tanstack-showcase": "tanstack-showcase";
|
|
4393
6780
|
}>>;
|
|
@@ -4480,8 +6867,8 @@ declare function getAllJsonSchemas(): {
|
|
|
4480
6867
|
"ai-cli": "ai-cli";
|
|
4481
6868
|
}>;
|
|
4482
6869
|
effect: z.ZodEnum<{
|
|
4483
|
-
none: "none";
|
|
4484
6870
|
effect: "effect";
|
|
6871
|
+
none: "none";
|
|
4485
6872
|
"effect-full": "effect-full";
|
|
4486
6873
|
}>;
|
|
4487
6874
|
stateManagement: z.ZodEnum<{
|
|
@@ -4532,6 +6919,7 @@ declare function getAllJsonSchemas(): {
|
|
|
4532
6919
|
"postcss-only": "postcss-only";
|
|
4533
6920
|
}>;
|
|
4534
6921
|
uiLibrary: z.ZodEnum<{
|
|
6922
|
+
mui: "mui";
|
|
4535
6923
|
none: "none";
|
|
4536
6924
|
"shadcn-ui": "shadcn-ui";
|
|
4537
6925
|
daisyui: "daisyui";
|
|
@@ -4541,7 +6929,6 @@ declare function getAllJsonSchemas(): {
|
|
|
4541
6929
|
"chakra-ui": "chakra-ui";
|
|
4542
6930
|
nextui: "nextui";
|
|
4543
6931
|
mantine: "mantine";
|
|
4544
|
-
mui: "mui";
|
|
4545
6932
|
antd: "antd";
|
|
4546
6933
|
"base-ui": "base-ui";
|
|
4547
6934
|
"ark-ui": "ark-ui";
|
|
@@ -4711,6 +7098,40 @@ declare function getAllJsonSchemas(): {
|
|
|
4711
7098
|
s3: "s3";
|
|
4712
7099
|
r2: "r2";
|
|
4713
7100
|
}>;
|
|
7101
|
+
mobileNavigation: z.ZodEnum<{
|
|
7102
|
+
none: "none";
|
|
7103
|
+
"expo-router": "expo-router";
|
|
7104
|
+
"react-navigation": "react-navigation";
|
|
7105
|
+
}>;
|
|
7106
|
+
mobileUI: z.ZodEnum<{
|
|
7107
|
+
none: "none";
|
|
7108
|
+
uniwind: "uniwind";
|
|
7109
|
+
tamagui: "tamagui";
|
|
7110
|
+
"gluestack-ui": "gluestack-ui";
|
|
7111
|
+
unistyles: "unistyles";
|
|
7112
|
+
}>;
|
|
7113
|
+
mobileStorage: z.ZodEnum<{
|
|
7114
|
+
none: "none";
|
|
7115
|
+
mmkv: "mmkv";
|
|
7116
|
+
}>;
|
|
7117
|
+
mobileTesting: z.ZodEnum<{
|
|
7118
|
+
none: "none";
|
|
7119
|
+
maestro: "maestro";
|
|
7120
|
+
"react-native-testing-library": "react-native-testing-library";
|
|
7121
|
+
"maestro-react-native-testing-library": "maestro-react-native-testing-library";
|
|
7122
|
+
}>;
|
|
7123
|
+
mobilePush: z.ZodEnum<{
|
|
7124
|
+
none: "none";
|
|
7125
|
+
"expo-notifications": "expo-notifications";
|
|
7126
|
+
}>;
|
|
7127
|
+
mobileOTA: z.ZodEnum<{
|
|
7128
|
+
none: "none";
|
|
7129
|
+
"expo-updates": "expo-updates";
|
|
7130
|
+
}>;
|
|
7131
|
+
mobileDeepLinking: z.ZodEnum<{
|
|
7132
|
+
none: "none";
|
|
7133
|
+
"expo-linking": "expo-linking";
|
|
7134
|
+
}>;
|
|
4714
7135
|
rustWebFramework: z.ZodEnum<{
|
|
4715
7136
|
none: "none";
|
|
4716
7137
|
axum: "axum";
|
|
@@ -4840,8 +7261,8 @@ declare function getAllJsonSchemas(): {
|
|
|
4840
7261
|
chi: "chi";
|
|
4841
7262
|
}>;
|
|
4842
7263
|
goOrm: z.ZodEnum<{
|
|
4843
|
-
none: "none";
|
|
4844
7264
|
gorm: "gorm";
|
|
7265
|
+
none: "none";
|
|
4845
7266
|
sqlc: "sqlc";
|
|
4846
7267
|
ent: "ent";
|
|
4847
7268
|
}>;
|
|
@@ -4916,6 +7337,88 @@ declare function getAllJsonSchemas(): {
|
|
|
4916
7337
|
archunit: "archunit";
|
|
4917
7338
|
jqwik: "jqwik";
|
|
4918
7339
|
}>>;
|
|
7340
|
+
elixirWebFramework: z.ZodEnum<{
|
|
7341
|
+
none: "none";
|
|
7342
|
+
phoenix: "phoenix";
|
|
7343
|
+
"phoenix-live-view": "phoenix-live-view";
|
|
7344
|
+
}>;
|
|
7345
|
+
elixirOrm: z.ZodEnum<{
|
|
7346
|
+
none: "none";
|
|
7347
|
+
ecto: "ecto";
|
|
7348
|
+
"ecto-sql": "ecto-sql";
|
|
7349
|
+
}>;
|
|
7350
|
+
elixirAuth: z.ZodEnum<{
|
|
7351
|
+
none: "none";
|
|
7352
|
+
"phx-gen-auth": "phx-gen-auth";
|
|
7353
|
+
ueberauth: "ueberauth";
|
|
7354
|
+
guardian: "guardian";
|
|
7355
|
+
}>;
|
|
7356
|
+
elixirApi: z.ZodEnum<{
|
|
7357
|
+
none: "none";
|
|
7358
|
+
rest: "rest";
|
|
7359
|
+
absinthe: "absinthe";
|
|
7360
|
+
}>;
|
|
7361
|
+
elixirRealtime: z.ZodEnum<{
|
|
7362
|
+
none: "none";
|
|
7363
|
+
channels: "channels";
|
|
7364
|
+
presence: "presence";
|
|
7365
|
+
pubsub: "pubsub";
|
|
7366
|
+
"live-view-streams": "live-view-streams";
|
|
7367
|
+
}>;
|
|
7368
|
+
elixirJobs: z.ZodEnum<{
|
|
7369
|
+
none: "none";
|
|
7370
|
+
oban: "oban";
|
|
7371
|
+
quantum: "quantum";
|
|
7372
|
+
}>;
|
|
7373
|
+
elixirValidation: z.ZodEnum<{
|
|
7374
|
+
none: "none";
|
|
7375
|
+
"ecto-changesets": "ecto-changesets";
|
|
7376
|
+
"nimble-options": "nimble-options";
|
|
7377
|
+
}>;
|
|
7378
|
+
elixirHttp: z.ZodEnum<{
|
|
7379
|
+
none: "none";
|
|
7380
|
+
req: "req";
|
|
7381
|
+
finch: "finch";
|
|
7382
|
+
}>;
|
|
7383
|
+
elixirJson: z.ZodEnum<{
|
|
7384
|
+
none: "none";
|
|
7385
|
+
jason: "jason";
|
|
7386
|
+
}>;
|
|
7387
|
+
elixirEmail: z.ZodEnum<{
|
|
7388
|
+
none: "none";
|
|
7389
|
+
swoosh: "swoosh";
|
|
7390
|
+
}>;
|
|
7391
|
+
elixirCaching: z.ZodEnum<{
|
|
7392
|
+
none: "none";
|
|
7393
|
+
cachex: "cachex";
|
|
7394
|
+
nebulex: "nebulex";
|
|
7395
|
+
}>;
|
|
7396
|
+
elixirObservability: z.ZodEnum<{
|
|
7397
|
+
none: "none";
|
|
7398
|
+
opentelemetry: "opentelemetry";
|
|
7399
|
+
telemetry: "telemetry";
|
|
7400
|
+
prom_ex: "prom_ex";
|
|
7401
|
+
}>;
|
|
7402
|
+
elixirTesting: z.ZodEnum<{
|
|
7403
|
+
none: "none";
|
|
7404
|
+
ex_unit: "ex_unit";
|
|
7405
|
+
mox: "mox";
|
|
7406
|
+
bypass: "bypass";
|
|
7407
|
+
wallaby: "wallaby";
|
|
7408
|
+
}>;
|
|
7409
|
+
elixirQuality: z.ZodEnum<{
|
|
7410
|
+
none: "none";
|
|
7411
|
+
credo: "credo";
|
|
7412
|
+
dialyxir: "dialyxir";
|
|
7413
|
+
sobelow: "sobelow";
|
|
7414
|
+
}>;
|
|
7415
|
+
elixirDeploy: z.ZodEnum<{
|
|
7416
|
+
none: "none";
|
|
7417
|
+
docker: "docker";
|
|
7418
|
+
fly: "fly";
|
|
7419
|
+
gigalixir: "gigalixir";
|
|
7420
|
+
"mix-release": "mix-release";
|
|
7421
|
+
}>;
|
|
4919
7422
|
aiDocs: z.ZodArray<z.ZodEnum<{
|
|
4920
7423
|
none: "none";
|
|
4921
7424
|
"claude-md": "claude-md";
|
|
@@ -4931,10 +7434,12 @@ declare function getAllJsonSchemas(): {
|
|
|
4931
7434
|
relativePath: z.ZodString;
|
|
4932
7435
|
ecosystem: z.ZodEnum<{
|
|
4933
7436
|
typescript: "typescript";
|
|
7437
|
+
"react-native": "react-native";
|
|
4934
7438
|
rust: "rust";
|
|
4935
7439
|
python: "python";
|
|
4936
7440
|
go: "go";
|
|
4937
7441
|
java: "java";
|
|
7442
|
+
elixir: "elixir";
|
|
4938
7443
|
}>;
|
|
4939
7444
|
database: z.ZodEnum<{
|
|
4940
7445
|
none: "none";
|
|
@@ -4982,6 +7487,7 @@ declare function getAllJsonSchemas(): {
|
|
|
4982
7487
|
"react-vite": "react-vite";
|
|
4983
7488
|
"tanstack-start": "tanstack-start";
|
|
4984
7489
|
next: "next";
|
|
7490
|
+
vinext: "vinext";
|
|
4985
7491
|
nuxt: "nuxt";
|
|
4986
7492
|
"native-bare": "native-bare";
|
|
4987
7493
|
"native-uniwind": "native-uniwind";
|
|
@@ -5022,8 +7528,8 @@ declare function getAllJsonSchemas(): {
|
|
|
5022
7528
|
"docker-compose": "docker-compose";
|
|
5023
7529
|
}>>;
|
|
5024
7530
|
examples: z.ZodArray<z.ZodEnum<{
|
|
5025
|
-
none: "none";
|
|
5026
7531
|
ai: "ai";
|
|
7532
|
+
none: "none";
|
|
5027
7533
|
"chat-sdk": "chat-sdk";
|
|
5028
7534
|
"tanstack-showcase": "tanstack-showcase";
|
|
5029
7535
|
}>>;
|
|
@@ -5118,8 +7624,8 @@ declare function getAllJsonSchemas(): {
|
|
|
5118
7624
|
"ai-cli": "ai-cli";
|
|
5119
7625
|
}>;
|
|
5120
7626
|
effect: z.ZodEnum<{
|
|
5121
|
-
none: "none";
|
|
5122
7627
|
effect: "effect";
|
|
7628
|
+
none: "none";
|
|
5123
7629
|
"effect-full": "effect-full";
|
|
5124
7630
|
}>;
|
|
5125
7631
|
stateManagement: z.ZodEnum<{
|
|
@@ -5170,6 +7676,7 @@ declare function getAllJsonSchemas(): {
|
|
|
5170
7676
|
"postcss-only": "postcss-only";
|
|
5171
7677
|
}>;
|
|
5172
7678
|
uiLibrary: z.ZodEnum<{
|
|
7679
|
+
mui: "mui";
|
|
5173
7680
|
none: "none";
|
|
5174
7681
|
"shadcn-ui": "shadcn-ui";
|
|
5175
7682
|
daisyui: "daisyui";
|
|
@@ -5179,7 +7686,6 @@ declare function getAllJsonSchemas(): {
|
|
|
5179
7686
|
"chakra-ui": "chakra-ui";
|
|
5180
7687
|
nextui: "nextui";
|
|
5181
7688
|
mantine: "mantine";
|
|
5182
|
-
mui: "mui";
|
|
5183
7689
|
antd: "antd";
|
|
5184
7690
|
"base-ui": "base-ui";
|
|
5185
7691
|
"ark-ui": "ark-ui";
|
|
@@ -5349,6 +7855,40 @@ declare function getAllJsonSchemas(): {
|
|
|
5349
7855
|
s3: "s3";
|
|
5350
7856
|
r2: "r2";
|
|
5351
7857
|
}>;
|
|
7858
|
+
mobileNavigation: z.ZodEnum<{
|
|
7859
|
+
none: "none";
|
|
7860
|
+
"expo-router": "expo-router";
|
|
7861
|
+
"react-navigation": "react-navigation";
|
|
7862
|
+
}>;
|
|
7863
|
+
mobileUI: z.ZodEnum<{
|
|
7864
|
+
none: "none";
|
|
7865
|
+
uniwind: "uniwind";
|
|
7866
|
+
tamagui: "tamagui";
|
|
7867
|
+
"gluestack-ui": "gluestack-ui";
|
|
7868
|
+
unistyles: "unistyles";
|
|
7869
|
+
}>;
|
|
7870
|
+
mobileStorage: z.ZodEnum<{
|
|
7871
|
+
none: "none";
|
|
7872
|
+
mmkv: "mmkv";
|
|
7873
|
+
}>;
|
|
7874
|
+
mobileTesting: z.ZodEnum<{
|
|
7875
|
+
none: "none";
|
|
7876
|
+
maestro: "maestro";
|
|
7877
|
+
"react-native-testing-library": "react-native-testing-library";
|
|
7878
|
+
"maestro-react-native-testing-library": "maestro-react-native-testing-library";
|
|
7879
|
+
}>;
|
|
7880
|
+
mobilePush: z.ZodEnum<{
|
|
7881
|
+
none: "none";
|
|
7882
|
+
"expo-notifications": "expo-notifications";
|
|
7883
|
+
}>;
|
|
7884
|
+
mobileOTA: z.ZodEnum<{
|
|
7885
|
+
none: "none";
|
|
7886
|
+
"expo-updates": "expo-updates";
|
|
7887
|
+
}>;
|
|
7888
|
+
mobileDeepLinking: z.ZodEnum<{
|
|
7889
|
+
none: "none";
|
|
7890
|
+
"expo-linking": "expo-linking";
|
|
7891
|
+
}>;
|
|
5352
7892
|
rustWebFramework: z.ZodEnum<{
|
|
5353
7893
|
none: "none";
|
|
5354
7894
|
axum: "axum";
|
|
@@ -5478,8 +8018,8 @@ declare function getAllJsonSchemas(): {
|
|
|
5478
8018
|
chi: "chi";
|
|
5479
8019
|
}>;
|
|
5480
8020
|
goOrm: z.ZodEnum<{
|
|
5481
|
-
none: "none";
|
|
5482
8021
|
gorm: "gorm";
|
|
8022
|
+
none: "none";
|
|
5483
8023
|
sqlc: "sqlc";
|
|
5484
8024
|
ent: "ent";
|
|
5485
8025
|
}>;
|
|
@@ -5554,6 +8094,88 @@ declare function getAllJsonSchemas(): {
|
|
|
5554
8094
|
archunit: "archunit";
|
|
5555
8095
|
jqwik: "jqwik";
|
|
5556
8096
|
}>>;
|
|
8097
|
+
elixirWebFramework: z.ZodEnum<{
|
|
8098
|
+
none: "none";
|
|
8099
|
+
phoenix: "phoenix";
|
|
8100
|
+
"phoenix-live-view": "phoenix-live-view";
|
|
8101
|
+
}>;
|
|
8102
|
+
elixirOrm: z.ZodEnum<{
|
|
8103
|
+
none: "none";
|
|
8104
|
+
ecto: "ecto";
|
|
8105
|
+
"ecto-sql": "ecto-sql";
|
|
8106
|
+
}>;
|
|
8107
|
+
elixirAuth: z.ZodEnum<{
|
|
8108
|
+
none: "none";
|
|
8109
|
+
"phx-gen-auth": "phx-gen-auth";
|
|
8110
|
+
ueberauth: "ueberauth";
|
|
8111
|
+
guardian: "guardian";
|
|
8112
|
+
}>;
|
|
8113
|
+
elixirApi: z.ZodEnum<{
|
|
8114
|
+
none: "none";
|
|
8115
|
+
rest: "rest";
|
|
8116
|
+
absinthe: "absinthe";
|
|
8117
|
+
}>;
|
|
8118
|
+
elixirRealtime: z.ZodEnum<{
|
|
8119
|
+
none: "none";
|
|
8120
|
+
channels: "channels";
|
|
8121
|
+
presence: "presence";
|
|
8122
|
+
pubsub: "pubsub";
|
|
8123
|
+
"live-view-streams": "live-view-streams";
|
|
8124
|
+
}>;
|
|
8125
|
+
elixirJobs: z.ZodEnum<{
|
|
8126
|
+
none: "none";
|
|
8127
|
+
oban: "oban";
|
|
8128
|
+
quantum: "quantum";
|
|
8129
|
+
}>;
|
|
8130
|
+
elixirValidation: z.ZodEnum<{
|
|
8131
|
+
none: "none";
|
|
8132
|
+
"ecto-changesets": "ecto-changesets";
|
|
8133
|
+
"nimble-options": "nimble-options";
|
|
8134
|
+
}>;
|
|
8135
|
+
elixirHttp: z.ZodEnum<{
|
|
8136
|
+
none: "none";
|
|
8137
|
+
req: "req";
|
|
8138
|
+
finch: "finch";
|
|
8139
|
+
}>;
|
|
8140
|
+
elixirJson: z.ZodEnum<{
|
|
8141
|
+
none: "none";
|
|
8142
|
+
jason: "jason";
|
|
8143
|
+
}>;
|
|
8144
|
+
elixirEmail: z.ZodEnum<{
|
|
8145
|
+
none: "none";
|
|
8146
|
+
swoosh: "swoosh";
|
|
8147
|
+
}>;
|
|
8148
|
+
elixirCaching: z.ZodEnum<{
|
|
8149
|
+
none: "none";
|
|
8150
|
+
cachex: "cachex";
|
|
8151
|
+
nebulex: "nebulex";
|
|
8152
|
+
}>;
|
|
8153
|
+
elixirObservability: z.ZodEnum<{
|
|
8154
|
+
none: "none";
|
|
8155
|
+
opentelemetry: "opentelemetry";
|
|
8156
|
+
telemetry: "telemetry";
|
|
8157
|
+
prom_ex: "prom_ex";
|
|
8158
|
+
}>;
|
|
8159
|
+
elixirTesting: z.ZodEnum<{
|
|
8160
|
+
none: "none";
|
|
8161
|
+
ex_unit: "ex_unit";
|
|
8162
|
+
mox: "mox";
|
|
8163
|
+
bypass: "bypass";
|
|
8164
|
+
wallaby: "wallaby";
|
|
8165
|
+
}>;
|
|
8166
|
+
elixirQuality: z.ZodEnum<{
|
|
8167
|
+
none: "none";
|
|
8168
|
+
credo: "credo";
|
|
8169
|
+
dialyxir: "dialyxir";
|
|
8170
|
+
sobelow: "sobelow";
|
|
8171
|
+
}>;
|
|
8172
|
+
elixirDeploy: z.ZodEnum<{
|
|
8173
|
+
none: "none";
|
|
8174
|
+
docker: "docker";
|
|
8175
|
+
fly: "fly";
|
|
8176
|
+
gigalixir: "gigalixir";
|
|
8177
|
+
"mix-release": "mix-release";
|
|
8178
|
+
}>;
|
|
5557
8179
|
aiDocs: z.ZodArray<z.ZodEnum<{
|
|
5558
8180
|
none: "none";
|
|
5559
8181
|
"claude-md": "claude-md";
|
|
@@ -5570,5 +8192,5 @@ declare function getAllJsonSchemas(): {
|
|
|
5570
8192
|
}, z.core.$strip>>;
|
|
5571
8193
|
};
|
|
5572
8194
|
//#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 };
|
|
8195
|
+
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
8196
|
//# sourceMappingURL=json-schema.d.mts.map
|