@better-fullstack/types 2.2.0 → 2.3.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-DyNR1d-V.d.mts → defaults-BT-WhLPX.d.mts} +2 -2
- package/dist/defaults-BT-WhLPX.d.mts.map +1 -0
- package/dist/{defaults-DgL5YPQY.mjs → defaults-Cl16mM84.mjs} +10 -1
- package/dist/defaults-Cl16mM84.mjs.map +1 -0
- package/dist/defaults.d.mts +3 -3
- package/dist/defaults.mjs +1 -1
- package/dist/index.d.mts +6 -6
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +89 -5
- package/dist/index.mjs.map +1 -1
- package/dist/json-schema.d.mts +1261 -1
- package/dist/json-schema.d.mts.map +1 -1
- package/dist/json-schema.mjs +10 -2
- package/dist/json-schema.mjs.map +1 -1
- package/dist/{schemas-l7hOhH8U.mjs → schemas-CprYz5Sh.mjs} +142 -4
- package/dist/schemas-CprYz5Sh.mjs.map +1 -0
- package/dist/{schemas-D9kkuJz7.d.mts → schemas-q5-QVYJy.d.mts} +1146 -9
- package/dist/schemas-q5-QVYJy.d.mts.map +1 -0
- package/dist/schemas.d.mts +2 -2
- package/dist/schemas.mjs +2 -2
- package/dist/{stack-graph-F6UKYYR0.d.mts → stack-graph-CgFYIeir.d.mts} +2 -2
- package/dist/{stack-graph-F6UKYYR0.d.mts.map → stack-graph-CgFYIeir.d.mts.map} +1 -1
- package/dist/{stack-graph-C8r3fTh4.mjs → stack-graph-DiLi3WuL.mjs} +51 -9
- package/dist/stack-graph-DiLi3WuL.mjs.map +1 -0
- package/dist/stack-graph.d.mts +3 -3
- package/dist/stack-graph.mjs +2 -2
- package/dist/{stack-translation-Kr0TyRAm.mjs → stack-translation-Ay-_1mNB.mjs} +418 -21
- package/dist/stack-translation-Ay-_1mNB.mjs.map +1 -0
- package/dist/{stack-translation-BNHNx5_b.d.mts → stack-translation-CU1kpqq3.d.mts} +26 -8
- package/dist/stack-translation-CU1kpqq3.d.mts.map +1 -0
- package/dist/stack-translation.d.mts +4 -4
- package/dist/stack-translation.mjs +3 -3
- package/dist/{types-C7RpHf2e.d.mts → types-Cp7krSdb.d.mts} +12 -3
- package/dist/types-Cp7krSdb.d.mts.map +1 -0
- package/dist/types.d.mts +3 -3
- package/package.json +1 -1
- package/dist/defaults-DgL5YPQY.mjs.map +0 -1
- package/dist/defaults-DyNR1d-V.d.mts.map +0 -1
- package/dist/schemas-D9kkuJz7.d.mts.map +0 -1
- package/dist/schemas-l7hOhH8U.mjs.map +0 -1
- package/dist/stack-graph-C8r3fTh4.mjs.map +0 -1
- package/dist/stack-translation-BNHNx5_b.d.mts.map +0 -1
- package/dist/stack-translation-Kr0TyRAm.mjs.map +0 -1
- package/dist/types-C7RpHf2e.d.mts.map +0 -1
package/dist/json-schema.d.mts
CHANGED
|
@@ -753,6 +753,29 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
753
753
|
none: "none";
|
|
754
754
|
"expo-linking": "expo-linking";
|
|
755
755
|
}>>;
|
|
756
|
+
mobileLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
757
|
+
none: "none";
|
|
758
|
+
"expo-sqlite": "expo-sqlite";
|
|
759
|
+
"expo-camera": "expo-camera";
|
|
760
|
+
"expo-image-picker": "expo-image-picker";
|
|
761
|
+
"expo-location": "expo-location";
|
|
762
|
+
"expo-sensors": "expo-sensors";
|
|
763
|
+
"expo-file-system": "expo-file-system";
|
|
764
|
+
"expo-image": "expo-image";
|
|
765
|
+
"expo-audio": "expo-audio";
|
|
766
|
+
"expo-video": "expo-video";
|
|
767
|
+
"expo-contacts": "expo-contacts";
|
|
768
|
+
"expo-calendar": "expo-calendar";
|
|
769
|
+
"expo-local-authentication": "expo-local-authentication";
|
|
770
|
+
"expo-sharing": "expo-sharing";
|
|
771
|
+
"expo-clipboard": "expo-clipboard";
|
|
772
|
+
"expo-task-manager": "expo-task-manager";
|
|
773
|
+
"expo-background-task": "expo-background-task";
|
|
774
|
+
"expo-maps": "expo-maps";
|
|
775
|
+
"expo-brightness": "expo-brightness";
|
|
776
|
+
"expo-battery": "expo-battery";
|
|
777
|
+
"expo-screen-capture": "expo-screen-capture";
|
|
778
|
+
}>>>;
|
|
756
779
|
rustWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
757
780
|
none: "none";
|
|
758
781
|
axum: "axum";
|
|
@@ -866,6 +889,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
866
889
|
flask: "flask";
|
|
867
890
|
litestar: "litestar";
|
|
868
891
|
starlette: "starlette";
|
|
892
|
+
aiohttp: "aiohttp";
|
|
893
|
+
streamlit: "streamlit";
|
|
869
894
|
}>>;
|
|
870
895
|
pythonOrm: z.ZodOptional<z.ZodEnum<{
|
|
871
896
|
none: "none";
|
|
@@ -873,6 +898,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
873
898
|
sqlmodel: "sqlmodel";
|
|
874
899
|
"tortoise-orm": "tortoise-orm";
|
|
875
900
|
peewee: "peewee";
|
|
901
|
+
pymongo: "pymongo";
|
|
876
902
|
}>>;
|
|
877
903
|
pythonValidation: z.ZodOptional<z.ZodEnum<{
|
|
878
904
|
none: "none";
|
|
@@ -880,6 +906,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
880
906
|
}>>;
|
|
881
907
|
pythonAi: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
882
908
|
none: "none";
|
|
909
|
+
mcp: "mcp";
|
|
883
910
|
langgraph: "langgraph";
|
|
884
911
|
"openai-sdk": "openai-sdk";
|
|
885
912
|
"anthropic-sdk": "anthropic-sdk";
|
|
@@ -890,11 +917,16 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
890
917
|
haystack: "haystack";
|
|
891
918
|
"pydantic-ai": "pydantic-ai";
|
|
892
919
|
smolagents: "smolagents";
|
|
920
|
+
pytorch: "pytorch";
|
|
921
|
+
transformers: "transformers";
|
|
922
|
+
"scikit-learn": "scikit-learn";
|
|
923
|
+
tensorflow: "tensorflow";
|
|
893
924
|
}>>>;
|
|
894
925
|
pythonAuth: z.ZodOptional<z.ZodEnum<{
|
|
895
926
|
none: "none";
|
|
896
927
|
authlib: "authlib";
|
|
897
928
|
jwt: "jwt";
|
|
929
|
+
pyjwt: "pyjwt";
|
|
898
930
|
"fastapi-users": "fastapi-users";
|
|
899
931
|
}>>;
|
|
900
932
|
pythonApi: z.ZodOptional<z.ZodEnum<{
|
|
@@ -925,6 +957,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
925
957
|
none: "none";
|
|
926
958
|
pytest: "pytest";
|
|
927
959
|
hypothesis: "hypothesis";
|
|
960
|
+
"pytest-cov": "pytest-cov";
|
|
928
961
|
}>>>;
|
|
929
962
|
pythonCaching: z.ZodOptional<z.ZodEnum<{
|
|
930
963
|
none: "none";
|
|
@@ -939,6 +972,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
939
972
|
pythonObservability: z.ZodOptional<z.ZodEnum<{
|
|
940
973
|
none: "none";
|
|
941
974
|
opentelemetry: "opentelemetry";
|
|
975
|
+
"prometheus-client": "prometheus-client";
|
|
942
976
|
}>>;
|
|
943
977
|
pythonCli: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
944
978
|
none: "none";
|
|
@@ -946,6 +980,37 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
946
980
|
click: "click";
|
|
947
981
|
rich: "rich";
|
|
948
982
|
}>>>;
|
|
983
|
+
pythonCloudSdk: z.ZodOptional<z.ZodEnum<{
|
|
984
|
+
none: "none";
|
|
985
|
+
boto3: "boto3";
|
|
986
|
+
}>>;
|
|
987
|
+
pythonHttpClient: z.ZodOptional<z.ZodEnum<{
|
|
988
|
+
none: "none";
|
|
989
|
+
requests: "requests";
|
|
990
|
+
}>>;
|
|
991
|
+
pythonData: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
992
|
+
none: "none";
|
|
993
|
+
numpy: "numpy";
|
|
994
|
+
pandas: "pandas";
|
|
995
|
+
scipy: "scipy";
|
|
996
|
+
}>>>;
|
|
997
|
+
pythonMedia: z.ZodOptional<z.ZodEnum<{
|
|
998
|
+
none: "none";
|
|
999
|
+
pillow: "pillow";
|
|
1000
|
+
}>>;
|
|
1001
|
+
pythonServer: z.ZodOptional<z.ZodEnum<{
|
|
1002
|
+
none: "none";
|
|
1003
|
+
gunicorn: "gunicorn";
|
|
1004
|
+
}>>;
|
|
1005
|
+
pythonPackageManager: z.ZodOptional<z.ZodEnum<{
|
|
1006
|
+
none: "none";
|
|
1007
|
+
uv: "uv";
|
|
1008
|
+
poetry: "poetry";
|
|
1009
|
+
}>>;
|
|
1010
|
+
pythonMessageQueue: z.ZodOptional<z.ZodEnum<{
|
|
1011
|
+
none: "none";
|
|
1012
|
+
"confluent-kafka": "confluent-kafka";
|
|
1013
|
+
}>>;
|
|
949
1014
|
goWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
950
1015
|
none: "none";
|
|
951
1016
|
gin: "gin";
|
|
@@ -1109,6 +1174,26 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
1109
1174
|
thymeleaf: "thymeleaf";
|
|
1110
1175
|
"spring-amqp": "spring-amqp";
|
|
1111
1176
|
"opentelemetry-java": "opentelemetry-java";
|
|
1177
|
+
"spring-data-redis": "spring-data-redis";
|
|
1178
|
+
"spring-data-mongodb": "spring-data-mongodb";
|
|
1179
|
+
"spring-data-elasticsearch": "spring-data-elasticsearch";
|
|
1180
|
+
"spring-data-neo4j": "spring-data-neo4j";
|
|
1181
|
+
"spring-data-cassandra": "spring-data-cassandra";
|
|
1182
|
+
"spring-data-couchbase": "spring-data-couchbase";
|
|
1183
|
+
"spring-data-jdbc": "spring-data-jdbc";
|
|
1184
|
+
"spring-data-rest": "spring-data-rest";
|
|
1185
|
+
"spring-quartz": "spring-quartz";
|
|
1186
|
+
"spring-pulsar": "spring-pulsar";
|
|
1187
|
+
"spring-integration": "spring-integration";
|
|
1188
|
+
"spring-websocket": "spring-websocket";
|
|
1189
|
+
"spring-rsocket": "spring-rsocket";
|
|
1190
|
+
"spring-hateoas": "spring-hateoas";
|
|
1191
|
+
"spring-session-redis": "spring-session-redis";
|
|
1192
|
+
"spring-session-jdbc": "spring-session-jdbc";
|
|
1193
|
+
"spring-ldap": "spring-ldap";
|
|
1194
|
+
"spring-oauth2-client": "spring-oauth2-client";
|
|
1195
|
+
"spring-saml2": "spring-saml2";
|
|
1196
|
+
"spring-restclient": "spring-restclient";
|
|
1112
1197
|
}>>>;
|
|
1113
1198
|
javaTestingLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1114
1199
|
none: "none";
|
|
@@ -1186,6 +1271,29 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
1186
1271
|
azure: "azure";
|
|
1187
1272
|
aws: "aws";
|
|
1188
1273
|
}>>;
|
|
1274
|
+
dotnetLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1275
|
+
none: "none";
|
|
1276
|
+
sentry: "sentry";
|
|
1277
|
+
automapper: "automapper";
|
|
1278
|
+
mediatr: "mediatr";
|
|
1279
|
+
fastendpoints: "fastendpoints";
|
|
1280
|
+
"api-versioning": "api-versioning";
|
|
1281
|
+
scalar: "scalar";
|
|
1282
|
+
polly: "polly";
|
|
1283
|
+
masstransit: "masstransit";
|
|
1284
|
+
rebus: "rebus";
|
|
1285
|
+
coravel: "coravel";
|
|
1286
|
+
"magic-onion": "magic-onion";
|
|
1287
|
+
"prometheus-net": "prometheus-net";
|
|
1288
|
+
seq: "seq";
|
|
1289
|
+
"application-insights": "application-insights";
|
|
1290
|
+
"mongodb-driver": "mongodb-driver";
|
|
1291
|
+
nhibernate: "nhibernate";
|
|
1292
|
+
mapster: "mapster";
|
|
1293
|
+
scrutor: "scrutor";
|
|
1294
|
+
refit: "refit";
|
|
1295
|
+
"fluent-email": "fluent-email";
|
|
1296
|
+
}>>>;
|
|
1189
1297
|
elixirWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
1190
1298
|
none: "none";
|
|
1191
1299
|
phoenix: "phoenix";
|
|
@@ -1850,6 +1958,29 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1850
1958
|
none: "none";
|
|
1851
1959
|
"expo-linking": "expo-linking";
|
|
1852
1960
|
}>;
|
|
1961
|
+
mobileLibraries: z.ZodArray<z.ZodEnum<{
|
|
1962
|
+
none: "none";
|
|
1963
|
+
"expo-sqlite": "expo-sqlite";
|
|
1964
|
+
"expo-camera": "expo-camera";
|
|
1965
|
+
"expo-image-picker": "expo-image-picker";
|
|
1966
|
+
"expo-location": "expo-location";
|
|
1967
|
+
"expo-sensors": "expo-sensors";
|
|
1968
|
+
"expo-file-system": "expo-file-system";
|
|
1969
|
+
"expo-image": "expo-image";
|
|
1970
|
+
"expo-audio": "expo-audio";
|
|
1971
|
+
"expo-video": "expo-video";
|
|
1972
|
+
"expo-contacts": "expo-contacts";
|
|
1973
|
+
"expo-calendar": "expo-calendar";
|
|
1974
|
+
"expo-local-authentication": "expo-local-authentication";
|
|
1975
|
+
"expo-sharing": "expo-sharing";
|
|
1976
|
+
"expo-clipboard": "expo-clipboard";
|
|
1977
|
+
"expo-task-manager": "expo-task-manager";
|
|
1978
|
+
"expo-background-task": "expo-background-task";
|
|
1979
|
+
"expo-maps": "expo-maps";
|
|
1980
|
+
"expo-brightness": "expo-brightness";
|
|
1981
|
+
"expo-battery": "expo-battery";
|
|
1982
|
+
"expo-screen-capture": "expo-screen-capture";
|
|
1983
|
+
}>>;
|
|
1853
1984
|
rustWebFramework: z.ZodEnum<{
|
|
1854
1985
|
none: "none";
|
|
1855
1986
|
axum: "axum";
|
|
@@ -1963,6 +2094,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1963
2094
|
flask: "flask";
|
|
1964
2095
|
litestar: "litestar";
|
|
1965
2096
|
starlette: "starlette";
|
|
2097
|
+
aiohttp: "aiohttp";
|
|
2098
|
+
streamlit: "streamlit";
|
|
1966
2099
|
}>;
|
|
1967
2100
|
pythonOrm: z.ZodEnum<{
|
|
1968
2101
|
none: "none";
|
|
@@ -1970,6 +2103,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1970
2103
|
sqlmodel: "sqlmodel";
|
|
1971
2104
|
"tortoise-orm": "tortoise-orm";
|
|
1972
2105
|
peewee: "peewee";
|
|
2106
|
+
pymongo: "pymongo";
|
|
1973
2107
|
}>;
|
|
1974
2108
|
pythonValidation: z.ZodEnum<{
|
|
1975
2109
|
none: "none";
|
|
@@ -1977,6 +2111,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1977
2111
|
}>;
|
|
1978
2112
|
pythonAi: z.ZodArray<z.ZodEnum<{
|
|
1979
2113
|
none: "none";
|
|
2114
|
+
mcp: "mcp";
|
|
1980
2115
|
langgraph: "langgraph";
|
|
1981
2116
|
"openai-sdk": "openai-sdk";
|
|
1982
2117
|
"anthropic-sdk": "anthropic-sdk";
|
|
@@ -1987,11 +2122,16 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1987
2122
|
haystack: "haystack";
|
|
1988
2123
|
"pydantic-ai": "pydantic-ai";
|
|
1989
2124
|
smolagents: "smolagents";
|
|
2125
|
+
pytorch: "pytorch";
|
|
2126
|
+
transformers: "transformers";
|
|
2127
|
+
"scikit-learn": "scikit-learn";
|
|
2128
|
+
tensorflow: "tensorflow";
|
|
1990
2129
|
}>>;
|
|
1991
2130
|
pythonAuth: z.ZodEnum<{
|
|
1992
2131
|
none: "none";
|
|
1993
2132
|
authlib: "authlib";
|
|
1994
2133
|
jwt: "jwt";
|
|
2134
|
+
pyjwt: "pyjwt";
|
|
1995
2135
|
"fastapi-users": "fastapi-users";
|
|
1996
2136
|
}>;
|
|
1997
2137
|
pythonApi: z.ZodEnum<{
|
|
@@ -2022,6 +2162,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2022
2162
|
none: "none";
|
|
2023
2163
|
pytest: "pytest";
|
|
2024
2164
|
hypothesis: "hypothesis";
|
|
2165
|
+
"pytest-cov": "pytest-cov";
|
|
2025
2166
|
}>>;
|
|
2026
2167
|
pythonCaching: z.ZodEnum<{
|
|
2027
2168
|
none: "none";
|
|
@@ -2036,6 +2177,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2036
2177
|
pythonObservability: z.ZodEnum<{
|
|
2037
2178
|
none: "none";
|
|
2038
2179
|
opentelemetry: "opentelemetry";
|
|
2180
|
+
"prometheus-client": "prometheus-client";
|
|
2039
2181
|
}>;
|
|
2040
2182
|
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
2041
2183
|
none: "none";
|
|
@@ -2043,6 +2185,37 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2043
2185
|
click: "click";
|
|
2044
2186
|
rich: "rich";
|
|
2045
2187
|
}>>;
|
|
2188
|
+
pythonCloudSdk: z.ZodEnum<{
|
|
2189
|
+
none: "none";
|
|
2190
|
+
boto3: "boto3";
|
|
2191
|
+
}>;
|
|
2192
|
+
pythonHttpClient: z.ZodEnum<{
|
|
2193
|
+
none: "none";
|
|
2194
|
+
requests: "requests";
|
|
2195
|
+
}>;
|
|
2196
|
+
pythonData: z.ZodArray<z.ZodEnum<{
|
|
2197
|
+
none: "none";
|
|
2198
|
+
numpy: "numpy";
|
|
2199
|
+
pandas: "pandas";
|
|
2200
|
+
scipy: "scipy";
|
|
2201
|
+
}>>;
|
|
2202
|
+
pythonMedia: z.ZodEnum<{
|
|
2203
|
+
none: "none";
|
|
2204
|
+
pillow: "pillow";
|
|
2205
|
+
}>;
|
|
2206
|
+
pythonServer: z.ZodEnum<{
|
|
2207
|
+
none: "none";
|
|
2208
|
+
gunicorn: "gunicorn";
|
|
2209
|
+
}>;
|
|
2210
|
+
pythonPackageManager: z.ZodEnum<{
|
|
2211
|
+
none: "none";
|
|
2212
|
+
uv: "uv";
|
|
2213
|
+
poetry: "poetry";
|
|
2214
|
+
}>;
|
|
2215
|
+
pythonMessageQueue: z.ZodEnum<{
|
|
2216
|
+
none: "none";
|
|
2217
|
+
"confluent-kafka": "confluent-kafka";
|
|
2218
|
+
}>;
|
|
2046
2219
|
goWebFramework: z.ZodEnum<{
|
|
2047
2220
|
none: "none";
|
|
2048
2221
|
gin: "gin";
|
|
@@ -2206,6 +2379,26 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2206
2379
|
thymeleaf: "thymeleaf";
|
|
2207
2380
|
"spring-amqp": "spring-amqp";
|
|
2208
2381
|
"opentelemetry-java": "opentelemetry-java";
|
|
2382
|
+
"spring-data-redis": "spring-data-redis";
|
|
2383
|
+
"spring-data-mongodb": "spring-data-mongodb";
|
|
2384
|
+
"spring-data-elasticsearch": "spring-data-elasticsearch";
|
|
2385
|
+
"spring-data-neo4j": "spring-data-neo4j";
|
|
2386
|
+
"spring-data-cassandra": "spring-data-cassandra";
|
|
2387
|
+
"spring-data-couchbase": "spring-data-couchbase";
|
|
2388
|
+
"spring-data-jdbc": "spring-data-jdbc";
|
|
2389
|
+
"spring-data-rest": "spring-data-rest";
|
|
2390
|
+
"spring-quartz": "spring-quartz";
|
|
2391
|
+
"spring-pulsar": "spring-pulsar";
|
|
2392
|
+
"spring-integration": "spring-integration";
|
|
2393
|
+
"spring-websocket": "spring-websocket";
|
|
2394
|
+
"spring-rsocket": "spring-rsocket";
|
|
2395
|
+
"spring-hateoas": "spring-hateoas";
|
|
2396
|
+
"spring-session-redis": "spring-session-redis";
|
|
2397
|
+
"spring-session-jdbc": "spring-session-jdbc";
|
|
2398
|
+
"spring-ldap": "spring-ldap";
|
|
2399
|
+
"spring-oauth2-client": "spring-oauth2-client";
|
|
2400
|
+
"spring-saml2": "spring-saml2";
|
|
2401
|
+
"spring-restclient": "spring-restclient";
|
|
2209
2402
|
}>>;
|
|
2210
2403
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
2211
2404
|
none: "none";
|
|
@@ -2283,6 +2476,29 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2283
2476
|
azure: "azure";
|
|
2284
2477
|
aws: "aws";
|
|
2285
2478
|
}>;
|
|
2479
|
+
dotnetLibraries: z.ZodArray<z.ZodEnum<{
|
|
2480
|
+
none: "none";
|
|
2481
|
+
sentry: "sentry";
|
|
2482
|
+
automapper: "automapper";
|
|
2483
|
+
mediatr: "mediatr";
|
|
2484
|
+
fastendpoints: "fastendpoints";
|
|
2485
|
+
"api-versioning": "api-versioning";
|
|
2486
|
+
scalar: "scalar";
|
|
2487
|
+
polly: "polly";
|
|
2488
|
+
masstransit: "masstransit";
|
|
2489
|
+
rebus: "rebus";
|
|
2490
|
+
coravel: "coravel";
|
|
2491
|
+
"magic-onion": "magic-onion";
|
|
2492
|
+
"prometheus-net": "prometheus-net";
|
|
2493
|
+
seq: "seq";
|
|
2494
|
+
"application-insights": "application-insights";
|
|
2495
|
+
"mongodb-driver": "mongodb-driver";
|
|
2496
|
+
nhibernate: "nhibernate";
|
|
2497
|
+
mapster: "mapster";
|
|
2498
|
+
scrutor: "scrutor";
|
|
2499
|
+
refit: "refit";
|
|
2500
|
+
"fluent-email": "fluent-email";
|
|
2501
|
+
}>>;
|
|
2286
2502
|
elixirWebFramework: z.ZodEnum<{
|
|
2287
2503
|
none: "none";
|
|
2288
2504
|
phoenix: "phoenix";
|
|
@@ -2424,6 +2640,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2424
2640
|
payments: "payments";
|
|
2425
2641
|
frontend: "frontend";
|
|
2426
2642
|
examples: "examples";
|
|
2643
|
+
packageManager: "packageManager";
|
|
2427
2644
|
dbSetup: "dbSetup";
|
|
2428
2645
|
backend: "backend";
|
|
2429
2646
|
runtime: "runtime";
|
|
@@ -2472,6 +2689,11 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2472
2689
|
httpClient: "httpClient";
|
|
2473
2690
|
libraries: "libraries";
|
|
2474
2691
|
templating: "templating";
|
|
2692
|
+
cloudSdk: "cloudSdk";
|
|
2693
|
+
data: "data";
|
|
2694
|
+
media: "media";
|
|
2695
|
+
server: "server";
|
|
2696
|
+
messageQueue: "messageQueue";
|
|
2475
2697
|
}>;
|
|
2476
2698
|
toolId: z.ZodString;
|
|
2477
2699
|
ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -3028,6 +3250,29 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3028
3250
|
none: "none";
|
|
3029
3251
|
"expo-linking": "expo-linking";
|
|
3030
3252
|
}>;
|
|
3253
|
+
mobileLibraries: z.ZodArray<z.ZodEnum<{
|
|
3254
|
+
none: "none";
|
|
3255
|
+
"expo-sqlite": "expo-sqlite";
|
|
3256
|
+
"expo-camera": "expo-camera";
|
|
3257
|
+
"expo-image-picker": "expo-image-picker";
|
|
3258
|
+
"expo-location": "expo-location";
|
|
3259
|
+
"expo-sensors": "expo-sensors";
|
|
3260
|
+
"expo-file-system": "expo-file-system";
|
|
3261
|
+
"expo-image": "expo-image";
|
|
3262
|
+
"expo-audio": "expo-audio";
|
|
3263
|
+
"expo-video": "expo-video";
|
|
3264
|
+
"expo-contacts": "expo-contacts";
|
|
3265
|
+
"expo-calendar": "expo-calendar";
|
|
3266
|
+
"expo-local-authentication": "expo-local-authentication";
|
|
3267
|
+
"expo-sharing": "expo-sharing";
|
|
3268
|
+
"expo-clipboard": "expo-clipboard";
|
|
3269
|
+
"expo-task-manager": "expo-task-manager";
|
|
3270
|
+
"expo-background-task": "expo-background-task";
|
|
3271
|
+
"expo-maps": "expo-maps";
|
|
3272
|
+
"expo-brightness": "expo-brightness";
|
|
3273
|
+
"expo-battery": "expo-battery";
|
|
3274
|
+
"expo-screen-capture": "expo-screen-capture";
|
|
3275
|
+
}>>;
|
|
3031
3276
|
rustWebFramework: z.ZodEnum<{
|
|
3032
3277
|
none: "none";
|
|
3033
3278
|
axum: "axum";
|
|
@@ -3141,6 +3386,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3141
3386
|
flask: "flask";
|
|
3142
3387
|
litestar: "litestar";
|
|
3143
3388
|
starlette: "starlette";
|
|
3389
|
+
aiohttp: "aiohttp";
|
|
3390
|
+
streamlit: "streamlit";
|
|
3144
3391
|
}>;
|
|
3145
3392
|
pythonOrm: z.ZodEnum<{
|
|
3146
3393
|
none: "none";
|
|
@@ -3148,6 +3395,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3148
3395
|
sqlmodel: "sqlmodel";
|
|
3149
3396
|
"tortoise-orm": "tortoise-orm";
|
|
3150
3397
|
peewee: "peewee";
|
|
3398
|
+
pymongo: "pymongo";
|
|
3151
3399
|
}>;
|
|
3152
3400
|
pythonValidation: z.ZodEnum<{
|
|
3153
3401
|
none: "none";
|
|
@@ -3155,6 +3403,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3155
3403
|
}>;
|
|
3156
3404
|
pythonAi: z.ZodArray<z.ZodEnum<{
|
|
3157
3405
|
none: "none";
|
|
3406
|
+
mcp: "mcp";
|
|
3158
3407
|
langgraph: "langgraph";
|
|
3159
3408
|
"openai-sdk": "openai-sdk";
|
|
3160
3409
|
"anthropic-sdk": "anthropic-sdk";
|
|
@@ -3165,11 +3414,16 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3165
3414
|
haystack: "haystack";
|
|
3166
3415
|
"pydantic-ai": "pydantic-ai";
|
|
3167
3416
|
smolagents: "smolagents";
|
|
3417
|
+
pytorch: "pytorch";
|
|
3418
|
+
transformers: "transformers";
|
|
3419
|
+
"scikit-learn": "scikit-learn";
|
|
3420
|
+
tensorflow: "tensorflow";
|
|
3168
3421
|
}>>;
|
|
3169
3422
|
pythonAuth: z.ZodEnum<{
|
|
3170
3423
|
none: "none";
|
|
3171
3424
|
authlib: "authlib";
|
|
3172
3425
|
jwt: "jwt";
|
|
3426
|
+
pyjwt: "pyjwt";
|
|
3173
3427
|
"fastapi-users": "fastapi-users";
|
|
3174
3428
|
}>;
|
|
3175
3429
|
pythonApi: z.ZodOptional<z.ZodEnum<{
|
|
@@ -3200,6 +3454,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3200
3454
|
none: "none";
|
|
3201
3455
|
pytest: "pytest";
|
|
3202
3456
|
hypothesis: "hypothesis";
|
|
3457
|
+
"pytest-cov": "pytest-cov";
|
|
3203
3458
|
}>>;
|
|
3204
3459
|
pythonCaching: z.ZodEnum<{
|
|
3205
3460
|
none: "none";
|
|
@@ -3214,6 +3469,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3214
3469
|
pythonObservability: z.ZodEnum<{
|
|
3215
3470
|
none: "none";
|
|
3216
3471
|
opentelemetry: "opentelemetry";
|
|
3472
|
+
"prometheus-client": "prometheus-client";
|
|
3217
3473
|
}>;
|
|
3218
3474
|
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
3219
3475
|
none: "none";
|
|
@@ -3221,6 +3477,37 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3221
3477
|
click: "click";
|
|
3222
3478
|
rich: "rich";
|
|
3223
3479
|
}>>;
|
|
3480
|
+
pythonCloudSdk: z.ZodEnum<{
|
|
3481
|
+
none: "none";
|
|
3482
|
+
boto3: "boto3";
|
|
3483
|
+
}>;
|
|
3484
|
+
pythonHttpClient: z.ZodEnum<{
|
|
3485
|
+
none: "none";
|
|
3486
|
+
requests: "requests";
|
|
3487
|
+
}>;
|
|
3488
|
+
pythonData: z.ZodArray<z.ZodEnum<{
|
|
3489
|
+
none: "none";
|
|
3490
|
+
numpy: "numpy";
|
|
3491
|
+
pandas: "pandas";
|
|
3492
|
+
scipy: "scipy";
|
|
3493
|
+
}>>;
|
|
3494
|
+
pythonMedia: z.ZodEnum<{
|
|
3495
|
+
none: "none";
|
|
3496
|
+
pillow: "pillow";
|
|
3497
|
+
}>;
|
|
3498
|
+
pythonServer: z.ZodEnum<{
|
|
3499
|
+
none: "none";
|
|
3500
|
+
gunicorn: "gunicorn";
|
|
3501
|
+
}>;
|
|
3502
|
+
pythonPackageManager: z.ZodEnum<{
|
|
3503
|
+
none: "none";
|
|
3504
|
+
uv: "uv";
|
|
3505
|
+
poetry: "poetry";
|
|
3506
|
+
}>;
|
|
3507
|
+
pythonMessageQueue: z.ZodEnum<{
|
|
3508
|
+
none: "none";
|
|
3509
|
+
"confluent-kafka": "confluent-kafka";
|
|
3510
|
+
}>;
|
|
3224
3511
|
goWebFramework: z.ZodEnum<{
|
|
3225
3512
|
none: "none";
|
|
3226
3513
|
gin: "gin";
|
|
@@ -3384,6 +3671,26 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3384
3671
|
thymeleaf: "thymeleaf";
|
|
3385
3672
|
"spring-amqp": "spring-amqp";
|
|
3386
3673
|
"opentelemetry-java": "opentelemetry-java";
|
|
3674
|
+
"spring-data-redis": "spring-data-redis";
|
|
3675
|
+
"spring-data-mongodb": "spring-data-mongodb";
|
|
3676
|
+
"spring-data-elasticsearch": "spring-data-elasticsearch";
|
|
3677
|
+
"spring-data-neo4j": "spring-data-neo4j";
|
|
3678
|
+
"spring-data-cassandra": "spring-data-cassandra";
|
|
3679
|
+
"spring-data-couchbase": "spring-data-couchbase";
|
|
3680
|
+
"spring-data-jdbc": "spring-data-jdbc";
|
|
3681
|
+
"spring-data-rest": "spring-data-rest";
|
|
3682
|
+
"spring-quartz": "spring-quartz";
|
|
3683
|
+
"spring-pulsar": "spring-pulsar";
|
|
3684
|
+
"spring-integration": "spring-integration";
|
|
3685
|
+
"spring-websocket": "spring-websocket";
|
|
3686
|
+
"spring-rsocket": "spring-rsocket";
|
|
3687
|
+
"spring-hateoas": "spring-hateoas";
|
|
3688
|
+
"spring-session-redis": "spring-session-redis";
|
|
3689
|
+
"spring-session-jdbc": "spring-session-jdbc";
|
|
3690
|
+
"spring-ldap": "spring-ldap";
|
|
3691
|
+
"spring-oauth2-client": "spring-oauth2-client";
|
|
3692
|
+
"spring-saml2": "spring-saml2";
|
|
3693
|
+
"spring-restclient": "spring-restclient";
|
|
3387
3694
|
}>>;
|
|
3388
3695
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
3389
3696
|
none: "none";
|
|
@@ -3461,6 +3768,29 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3461
3768
|
azure: "azure";
|
|
3462
3769
|
aws: "aws";
|
|
3463
3770
|
}>;
|
|
3771
|
+
dotnetLibraries: z.ZodArray<z.ZodEnum<{
|
|
3772
|
+
none: "none";
|
|
3773
|
+
sentry: "sentry";
|
|
3774
|
+
automapper: "automapper";
|
|
3775
|
+
mediatr: "mediatr";
|
|
3776
|
+
fastendpoints: "fastendpoints";
|
|
3777
|
+
"api-versioning": "api-versioning";
|
|
3778
|
+
scalar: "scalar";
|
|
3779
|
+
polly: "polly";
|
|
3780
|
+
masstransit: "masstransit";
|
|
3781
|
+
rebus: "rebus";
|
|
3782
|
+
coravel: "coravel";
|
|
3783
|
+
"magic-onion": "magic-onion";
|
|
3784
|
+
"prometheus-net": "prometheus-net";
|
|
3785
|
+
seq: "seq";
|
|
3786
|
+
"application-insights": "application-insights";
|
|
3787
|
+
"mongodb-driver": "mongodb-driver";
|
|
3788
|
+
nhibernate: "nhibernate";
|
|
3789
|
+
mapster: "mapster";
|
|
3790
|
+
scrutor: "scrutor";
|
|
3791
|
+
refit: "refit";
|
|
3792
|
+
"fluent-email": "fluent-email";
|
|
3793
|
+
}>>;
|
|
3464
3794
|
elixirWebFramework: z.ZodEnum<{
|
|
3465
3795
|
none: "none";
|
|
3466
3796
|
phoenix: "phoenix";
|
|
@@ -3602,6 +3932,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3602
3932
|
payments: "payments";
|
|
3603
3933
|
frontend: "frontend";
|
|
3604
3934
|
examples: "examples";
|
|
3935
|
+
packageManager: "packageManager";
|
|
3605
3936
|
dbSetup: "dbSetup";
|
|
3606
3937
|
backend: "backend";
|
|
3607
3938
|
runtime: "runtime";
|
|
@@ -3650,6 +3981,11 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3650
3981
|
httpClient: "httpClient";
|
|
3651
3982
|
libraries: "libraries";
|
|
3652
3983
|
templating: "templating";
|
|
3984
|
+
cloudSdk: "cloudSdk";
|
|
3985
|
+
data: "data";
|
|
3986
|
+
media: "media";
|
|
3987
|
+
server: "server";
|
|
3988
|
+
messageQueue: "messageQueue";
|
|
3653
3989
|
}>;
|
|
3654
3990
|
toolId: z.ZodString;
|
|
3655
3991
|
ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -4206,6 +4542,29 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4206
4542
|
none: "none";
|
|
4207
4543
|
"expo-linking": "expo-linking";
|
|
4208
4544
|
}>;
|
|
4545
|
+
mobileLibraries: z.ZodArray<z.ZodEnum<{
|
|
4546
|
+
none: "none";
|
|
4547
|
+
"expo-sqlite": "expo-sqlite";
|
|
4548
|
+
"expo-camera": "expo-camera";
|
|
4549
|
+
"expo-image-picker": "expo-image-picker";
|
|
4550
|
+
"expo-location": "expo-location";
|
|
4551
|
+
"expo-sensors": "expo-sensors";
|
|
4552
|
+
"expo-file-system": "expo-file-system";
|
|
4553
|
+
"expo-image": "expo-image";
|
|
4554
|
+
"expo-audio": "expo-audio";
|
|
4555
|
+
"expo-video": "expo-video";
|
|
4556
|
+
"expo-contacts": "expo-contacts";
|
|
4557
|
+
"expo-calendar": "expo-calendar";
|
|
4558
|
+
"expo-local-authentication": "expo-local-authentication";
|
|
4559
|
+
"expo-sharing": "expo-sharing";
|
|
4560
|
+
"expo-clipboard": "expo-clipboard";
|
|
4561
|
+
"expo-task-manager": "expo-task-manager";
|
|
4562
|
+
"expo-background-task": "expo-background-task";
|
|
4563
|
+
"expo-maps": "expo-maps";
|
|
4564
|
+
"expo-brightness": "expo-brightness";
|
|
4565
|
+
"expo-battery": "expo-battery";
|
|
4566
|
+
"expo-screen-capture": "expo-screen-capture";
|
|
4567
|
+
}>>;
|
|
4209
4568
|
rustWebFramework: z.ZodEnum<{
|
|
4210
4569
|
none: "none";
|
|
4211
4570
|
axum: "axum";
|
|
@@ -4319,6 +4678,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4319
4678
|
flask: "flask";
|
|
4320
4679
|
litestar: "litestar";
|
|
4321
4680
|
starlette: "starlette";
|
|
4681
|
+
aiohttp: "aiohttp";
|
|
4682
|
+
streamlit: "streamlit";
|
|
4322
4683
|
}>;
|
|
4323
4684
|
pythonOrm: z.ZodEnum<{
|
|
4324
4685
|
none: "none";
|
|
@@ -4326,6 +4687,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4326
4687
|
sqlmodel: "sqlmodel";
|
|
4327
4688
|
"tortoise-orm": "tortoise-orm";
|
|
4328
4689
|
peewee: "peewee";
|
|
4690
|
+
pymongo: "pymongo";
|
|
4329
4691
|
}>;
|
|
4330
4692
|
pythonValidation: z.ZodEnum<{
|
|
4331
4693
|
none: "none";
|
|
@@ -4333,6 +4695,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4333
4695
|
}>;
|
|
4334
4696
|
pythonAi: z.ZodArray<z.ZodEnum<{
|
|
4335
4697
|
none: "none";
|
|
4698
|
+
mcp: "mcp";
|
|
4336
4699
|
langgraph: "langgraph";
|
|
4337
4700
|
"openai-sdk": "openai-sdk";
|
|
4338
4701
|
"anthropic-sdk": "anthropic-sdk";
|
|
@@ -4343,11 +4706,16 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4343
4706
|
haystack: "haystack";
|
|
4344
4707
|
"pydantic-ai": "pydantic-ai";
|
|
4345
4708
|
smolagents: "smolagents";
|
|
4709
|
+
pytorch: "pytorch";
|
|
4710
|
+
transformers: "transformers";
|
|
4711
|
+
"scikit-learn": "scikit-learn";
|
|
4712
|
+
tensorflow: "tensorflow";
|
|
4346
4713
|
}>>;
|
|
4347
4714
|
pythonAuth: z.ZodEnum<{
|
|
4348
4715
|
none: "none";
|
|
4349
4716
|
authlib: "authlib";
|
|
4350
4717
|
jwt: "jwt";
|
|
4718
|
+
pyjwt: "pyjwt";
|
|
4351
4719
|
"fastapi-users": "fastapi-users";
|
|
4352
4720
|
}>;
|
|
4353
4721
|
pythonApi: z.ZodOptional<z.ZodEnum<{
|
|
@@ -4378,6 +4746,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4378
4746
|
none: "none";
|
|
4379
4747
|
pytest: "pytest";
|
|
4380
4748
|
hypothesis: "hypothesis";
|
|
4749
|
+
"pytest-cov": "pytest-cov";
|
|
4381
4750
|
}>>;
|
|
4382
4751
|
pythonCaching: z.ZodEnum<{
|
|
4383
4752
|
none: "none";
|
|
@@ -4392,6 +4761,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4392
4761
|
pythonObservability: z.ZodEnum<{
|
|
4393
4762
|
none: "none";
|
|
4394
4763
|
opentelemetry: "opentelemetry";
|
|
4764
|
+
"prometheus-client": "prometheus-client";
|
|
4395
4765
|
}>;
|
|
4396
4766
|
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
4397
4767
|
none: "none";
|
|
@@ -4399,6 +4769,37 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4399
4769
|
click: "click";
|
|
4400
4770
|
rich: "rich";
|
|
4401
4771
|
}>>;
|
|
4772
|
+
pythonCloudSdk: z.ZodEnum<{
|
|
4773
|
+
none: "none";
|
|
4774
|
+
boto3: "boto3";
|
|
4775
|
+
}>;
|
|
4776
|
+
pythonHttpClient: z.ZodEnum<{
|
|
4777
|
+
none: "none";
|
|
4778
|
+
requests: "requests";
|
|
4779
|
+
}>;
|
|
4780
|
+
pythonData: z.ZodArray<z.ZodEnum<{
|
|
4781
|
+
none: "none";
|
|
4782
|
+
numpy: "numpy";
|
|
4783
|
+
pandas: "pandas";
|
|
4784
|
+
scipy: "scipy";
|
|
4785
|
+
}>>;
|
|
4786
|
+
pythonMedia: z.ZodEnum<{
|
|
4787
|
+
none: "none";
|
|
4788
|
+
pillow: "pillow";
|
|
4789
|
+
}>;
|
|
4790
|
+
pythonServer: z.ZodEnum<{
|
|
4791
|
+
none: "none";
|
|
4792
|
+
gunicorn: "gunicorn";
|
|
4793
|
+
}>;
|
|
4794
|
+
pythonPackageManager: z.ZodEnum<{
|
|
4795
|
+
none: "none";
|
|
4796
|
+
uv: "uv";
|
|
4797
|
+
poetry: "poetry";
|
|
4798
|
+
}>;
|
|
4799
|
+
pythonMessageQueue: z.ZodEnum<{
|
|
4800
|
+
none: "none";
|
|
4801
|
+
"confluent-kafka": "confluent-kafka";
|
|
4802
|
+
}>;
|
|
4402
4803
|
goWebFramework: z.ZodEnum<{
|
|
4403
4804
|
none: "none";
|
|
4404
4805
|
gin: "gin";
|
|
@@ -4562,6 +4963,26 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4562
4963
|
thymeleaf: "thymeleaf";
|
|
4563
4964
|
"spring-amqp": "spring-amqp";
|
|
4564
4965
|
"opentelemetry-java": "opentelemetry-java";
|
|
4966
|
+
"spring-data-redis": "spring-data-redis";
|
|
4967
|
+
"spring-data-mongodb": "spring-data-mongodb";
|
|
4968
|
+
"spring-data-elasticsearch": "spring-data-elasticsearch";
|
|
4969
|
+
"spring-data-neo4j": "spring-data-neo4j";
|
|
4970
|
+
"spring-data-cassandra": "spring-data-cassandra";
|
|
4971
|
+
"spring-data-couchbase": "spring-data-couchbase";
|
|
4972
|
+
"spring-data-jdbc": "spring-data-jdbc";
|
|
4973
|
+
"spring-data-rest": "spring-data-rest";
|
|
4974
|
+
"spring-quartz": "spring-quartz";
|
|
4975
|
+
"spring-pulsar": "spring-pulsar";
|
|
4976
|
+
"spring-integration": "spring-integration";
|
|
4977
|
+
"spring-websocket": "spring-websocket";
|
|
4978
|
+
"spring-rsocket": "spring-rsocket";
|
|
4979
|
+
"spring-hateoas": "spring-hateoas";
|
|
4980
|
+
"spring-session-redis": "spring-session-redis";
|
|
4981
|
+
"spring-session-jdbc": "spring-session-jdbc";
|
|
4982
|
+
"spring-ldap": "spring-ldap";
|
|
4983
|
+
"spring-oauth2-client": "spring-oauth2-client";
|
|
4984
|
+
"spring-saml2": "spring-saml2";
|
|
4985
|
+
"spring-restclient": "spring-restclient";
|
|
4565
4986
|
}>>;
|
|
4566
4987
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
4567
4988
|
none: "none";
|
|
@@ -4639,6 +5060,29 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4639
5060
|
azure: "azure";
|
|
4640
5061
|
aws: "aws";
|
|
4641
5062
|
}>;
|
|
5063
|
+
dotnetLibraries: z.ZodArray<z.ZodEnum<{
|
|
5064
|
+
none: "none";
|
|
5065
|
+
sentry: "sentry";
|
|
5066
|
+
automapper: "automapper";
|
|
5067
|
+
mediatr: "mediatr";
|
|
5068
|
+
fastendpoints: "fastendpoints";
|
|
5069
|
+
"api-versioning": "api-versioning";
|
|
5070
|
+
scalar: "scalar";
|
|
5071
|
+
polly: "polly";
|
|
5072
|
+
masstransit: "masstransit";
|
|
5073
|
+
rebus: "rebus";
|
|
5074
|
+
coravel: "coravel";
|
|
5075
|
+
"magic-onion": "magic-onion";
|
|
5076
|
+
"prometheus-net": "prometheus-net";
|
|
5077
|
+
seq: "seq";
|
|
5078
|
+
"application-insights": "application-insights";
|
|
5079
|
+
"mongodb-driver": "mongodb-driver";
|
|
5080
|
+
nhibernate: "nhibernate";
|
|
5081
|
+
mapster: "mapster";
|
|
5082
|
+
scrutor: "scrutor";
|
|
5083
|
+
refit: "refit";
|
|
5084
|
+
"fluent-email": "fluent-email";
|
|
5085
|
+
}>>;
|
|
4642
5086
|
elixirWebFramework: z.ZodEnum<{
|
|
4643
5087
|
none: "none";
|
|
4644
5088
|
phoenix: "phoenix";
|
|
@@ -4780,6 +5224,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4780
5224
|
payments: "payments";
|
|
4781
5225
|
frontend: "frontend";
|
|
4782
5226
|
examples: "examples";
|
|
5227
|
+
packageManager: "packageManager";
|
|
4783
5228
|
dbSetup: "dbSetup";
|
|
4784
5229
|
backend: "backend";
|
|
4785
5230
|
runtime: "runtime";
|
|
@@ -4828,6 +5273,11 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4828
5273
|
httpClient: "httpClient";
|
|
4829
5274
|
libraries: "libraries";
|
|
4830
5275
|
templating: "templating";
|
|
5276
|
+
cloudSdk: "cloudSdk";
|
|
5277
|
+
data: "data";
|
|
5278
|
+
media: "media";
|
|
5279
|
+
server: "server";
|
|
5280
|
+
messageQueue: "messageQueue";
|
|
4831
5281
|
}>;
|
|
4832
5282
|
toolId: z.ZodString;
|
|
4833
5283
|
ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -5387,6 +5837,29 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5387
5837
|
none: "none";
|
|
5388
5838
|
"expo-linking": "expo-linking";
|
|
5389
5839
|
}>;
|
|
5840
|
+
mobileLibraries: z.ZodArray<z.ZodEnum<{
|
|
5841
|
+
none: "none";
|
|
5842
|
+
"expo-sqlite": "expo-sqlite";
|
|
5843
|
+
"expo-camera": "expo-camera";
|
|
5844
|
+
"expo-image-picker": "expo-image-picker";
|
|
5845
|
+
"expo-location": "expo-location";
|
|
5846
|
+
"expo-sensors": "expo-sensors";
|
|
5847
|
+
"expo-file-system": "expo-file-system";
|
|
5848
|
+
"expo-image": "expo-image";
|
|
5849
|
+
"expo-audio": "expo-audio";
|
|
5850
|
+
"expo-video": "expo-video";
|
|
5851
|
+
"expo-contacts": "expo-contacts";
|
|
5852
|
+
"expo-calendar": "expo-calendar";
|
|
5853
|
+
"expo-local-authentication": "expo-local-authentication";
|
|
5854
|
+
"expo-sharing": "expo-sharing";
|
|
5855
|
+
"expo-clipboard": "expo-clipboard";
|
|
5856
|
+
"expo-task-manager": "expo-task-manager";
|
|
5857
|
+
"expo-background-task": "expo-background-task";
|
|
5858
|
+
"expo-maps": "expo-maps";
|
|
5859
|
+
"expo-brightness": "expo-brightness";
|
|
5860
|
+
"expo-battery": "expo-battery";
|
|
5861
|
+
"expo-screen-capture": "expo-screen-capture";
|
|
5862
|
+
}>>;
|
|
5390
5863
|
rustWebFramework: z.ZodEnum<{
|
|
5391
5864
|
none: "none";
|
|
5392
5865
|
axum: "axum";
|
|
@@ -5500,6 +5973,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5500
5973
|
flask: "flask";
|
|
5501
5974
|
litestar: "litestar";
|
|
5502
5975
|
starlette: "starlette";
|
|
5976
|
+
aiohttp: "aiohttp";
|
|
5977
|
+
streamlit: "streamlit";
|
|
5503
5978
|
}>;
|
|
5504
5979
|
pythonOrm: z.ZodEnum<{
|
|
5505
5980
|
none: "none";
|
|
@@ -5507,6 +5982,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5507
5982
|
sqlmodel: "sqlmodel";
|
|
5508
5983
|
"tortoise-orm": "tortoise-orm";
|
|
5509
5984
|
peewee: "peewee";
|
|
5985
|
+
pymongo: "pymongo";
|
|
5510
5986
|
}>;
|
|
5511
5987
|
pythonValidation: z.ZodEnum<{
|
|
5512
5988
|
none: "none";
|
|
@@ -5514,6 +5990,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5514
5990
|
}>;
|
|
5515
5991
|
pythonAi: z.ZodArray<z.ZodEnum<{
|
|
5516
5992
|
none: "none";
|
|
5993
|
+
mcp: "mcp";
|
|
5517
5994
|
langgraph: "langgraph";
|
|
5518
5995
|
"openai-sdk": "openai-sdk";
|
|
5519
5996
|
"anthropic-sdk": "anthropic-sdk";
|
|
@@ -5524,11 +6001,16 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5524
6001
|
haystack: "haystack";
|
|
5525
6002
|
"pydantic-ai": "pydantic-ai";
|
|
5526
6003
|
smolagents: "smolagents";
|
|
6004
|
+
pytorch: "pytorch";
|
|
6005
|
+
transformers: "transformers";
|
|
6006
|
+
"scikit-learn": "scikit-learn";
|
|
6007
|
+
tensorflow: "tensorflow";
|
|
5527
6008
|
}>>;
|
|
5528
6009
|
pythonAuth: z.ZodEnum<{
|
|
5529
6010
|
none: "none";
|
|
5530
6011
|
authlib: "authlib";
|
|
5531
6012
|
jwt: "jwt";
|
|
6013
|
+
pyjwt: "pyjwt";
|
|
5532
6014
|
"fastapi-users": "fastapi-users";
|
|
5533
6015
|
}>;
|
|
5534
6016
|
pythonApi: z.ZodEnum<{
|
|
@@ -5559,6 +6041,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5559
6041
|
none: "none";
|
|
5560
6042
|
pytest: "pytest";
|
|
5561
6043
|
hypothesis: "hypothesis";
|
|
6044
|
+
"pytest-cov": "pytest-cov";
|
|
5562
6045
|
}>>;
|
|
5563
6046
|
pythonCaching: z.ZodEnum<{
|
|
5564
6047
|
none: "none";
|
|
@@ -5573,6 +6056,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5573
6056
|
pythonObservability: z.ZodEnum<{
|
|
5574
6057
|
none: "none";
|
|
5575
6058
|
opentelemetry: "opentelemetry";
|
|
6059
|
+
"prometheus-client": "prometheus-client";
|
|
5576
6060
|
}>;
|
|
5577
6061
|
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
5578
6062
|
none: "none";
|
|
@@ -5580,6 +6064,37 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5580
6064
|
click: "click";
|
|
5581
6065
|
rich: "rich";
|
|
5582
6066
|
}>>;
|
|
6067
|
+
pythonCloudSdk: z.ZodEnum<{
|
|
6068
|
+
none: "none";
|
|
6069
|
+
boto3: "boto3";
|
|
6070
|
+
}>;
|
|
6071
|
+
pythonHttpClient: z.ZodEnum<{
|
|
6072
|
+
none: "none";
|
|
6073
|
+
requests: "requests";
|
|
6074
|
+
}>;
|
|
6075
|
+
pythonData: z.ZodArray<z.ZodEnum<{
|
|
6076
|
+
none: "none";
|
|
6077
|
+
numpy: "numpy";
|
|
6078
|
+
pandas: "pandas";
|
|
6079
|
+
scipy: "scipy";
|
|
6080
|
+
}>>;
|
|
6081
|
+
pythonMedia: z.ZodEnum<{
|
|
6082
|
+
none: "none";
|
|
6083
|
+
pillow: "pillow";
|
|
6084
|
+
}>;
|
|
6085
|
+
pythonServer: z.ZodEnum<{
|
|
6086
|
+
none: "none";
|
|
6087
|
+
gunicorn: "gunicorn";
|
|
6088
|
+
}>;
|
|
6089
|
+
pythonPackageManager: z.ZodEnum<{
|
|
6090
|
+
none: "none";
|
|
6091
|
+
uv: "uv";
|
|
6092
|
+
poetry: "poetry";
|
|
6093
|
+
}>;
|
|
6094
|
+
pythonMessageQueue: z.ZodEnum<{
|
|
6095
|
+
none: "none";
|
|
6096
|
+
"confluent-kafka": "confluent-kafka";
|
|
6097
|
+
}>;
|
|
5583
6098
|
goWebFramework: z.ZodEnum<{
|
|
5584
6099
|
none: "none";
|
|
5585
6100
|
gin: "gin";
|
|
@@ -5743,6 +6258,26 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5743
6258
|
thymeleaf: "thymeleaf";
|
|
5744
6259
|
"spring-amqp": "spring-amqp";
|
|
5745
6260
|
"opentelemetry-java": "opentelemetry-java";
|
|
6261
|
+
"spring-data-redis": "spring-data-redis";
|
|
6262
|
+
"spring-data-mongodb": "spring-data-mongodb";
|
|
6263
|
+
"spring-data-elasticsearch": "spring-data-elasticsearch";
|
|
6264
|
+
"spring-data-neo4j": "spring-data-neo4j";
|
|
6265
|
+
"spring-data-cassandra": "spring-data-cassandra";
|
|
6266
|
+
"spring-data-couchbase": "spring-data-couchbase";
|
|
6267
|
+
"spring-data-jdbc": "spring-data-jdbc";
|
|
6268
|
+
"spring-data-rest": "spring-data-rest";
|
|
6269
|
+
"spring-quartz": "spring-quartz";
|
|
6270
|
+
"spring-pulsar": "spring-pulsar";
|
|
6271
|
+
"spring-integration": "spring-integration";
|
|
6272
|
+
"spring-websocket": "spring-websocket";
|
|
6273
|
+
"spring-rsocket": "spring-rsocket";
|
|
6274
|
+
"spring-hateoas": "spring-hateoas";
|
|
6275
|
+
"spring-session-redis": "spring-session-redis";
|
|
6276
|
+
"spring-session-jdbc": "spring-session-jdbc";
|
|
6277
|
+
"spring-ldap": "spring-ldap";
|
|
6278
|
+
"spring-oauth2-client": "spring-oauth2-client";
|
|
6279
|
+
"spring-saml2": "spring-saml2";
|
|
6280
|
+
"spring-restclient": "spring-restclient";
|
|
5746
6281
|
}>>;
|
|
5747
6282
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
5748
6283
|
none: "none";
|
|
@@ -5820,6 +6355,29 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5820
6355
|
azure: "azure";
|
|
5821
6356
|
aws: "aws";
|
|
5822
6357
|
}>;
|
|
6358
|
+
dotnetLibraries: z.ZodArray<z.ZodEnum<{
|
|
6359
|
+
none: "none";
|
|
6360
|
+
sentry: "sentry";
|
|
6361
|
+
automapper: "automapper";
|
|
6362
|
+
mediatr: "mediatr";
|
|
6363
|
+
fastendpoints: "fastendpoints";
|
|
6364
|
+
"api-versioning": "api-versioning";
|
|
6365
|
+
scalar: "scalar";
|
|
6366
|
+
polly: "polly";
|
|
6367
|
+
masstransit: "masstransit";
|
|
6368
|
+
rebus: "rebus";
|
|
6369
|
+
coravel: "coravel";
|
|
6370
|
+
"magic-onion": "magic-onion";
|
|
6371
|
+
"prometheus-net": "prometheus-net";
|
|
6372
|
+
seq: "seq";
|
|
6373
|
+
"application-insights": "application-insights";
|
|
6374
|
+
"mongodb-driver": "mongodb-driver";
|
|
6375
|
+
nhibernate: "nhibernate";
|
|
6376
|
+
mapster: "mapster";
|
|
6377
|
+
scrutor: "scrutor";
|
|
6378
|
+
refit: "refit";
|
|
6379
|
+
"fluent-email": "fluent-email";
|
|
6380
|
+
}>>;
|
|
5823
6381
|
elixirWebFramework: z.ZodEnum<{
|
|
5824
6382
|
none: "none";
|
|
5825
6383
|
phoenix: "phoenix";
|
|
@@ -5961,6 +6519,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5961
6519
|
payments: "payments";
|
|
5962
6520
|
frontend: "frontend";
|
|
5963
6521
|
examples: "examples";
|
|
6522
|
+
packageManager: "packageManager";
|
|
5964
6523
|
dbSetup: "dbSetup";
|
|
5965
6524
|
backend: "backend";
|
|
5966
6525
|
runtime: "runtime";
|
|
@@ -6009,6 +6568,11 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6009
6568
|
httpClient: "httpClient";
|
|
6010
6569
|
libraries: "libraries";
|
|
6011
6570
|
templating: "templating";
|
|
6571
|
+
cloudSdk: "cloudSdk";
|
|
6572
|
+
data: "data";
|
|
6573
|
+
media: "media";
|
|
6574
|
+
server: "server";
|
|
6575
|
+
messageQueue: "messageQueue";
|
|
6012
6576
|
}>;
|
|
6013
6577
|
toolId: z.ZodString;
|
|
6014
6578
|
ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -6193,6 +6757,26 @@ declare function getJavaLibrariesJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
6193
6757
|
thymeleaf: "thymeleaf";
|
|
6194
6758
|
"spring-amqp": "spring-amqp";
|
|
6195
6759
|
"opentelemetry-java": "opentelemetry-java";
|
|
6760
|
+
"spring-data-redis": "spring-data-redis";
|
|
6761
|
+
"spring-data-mongodb": "spring-data-mongodb";
|
|
6762
|
+
"spring-data-elasticsearch": "spring-data-elasticsearch";
|
|
6763
|
+
"spring-data-neo4j": "spring-data-neo4j";
|
|
6764
|
+
"spring-data-cassandra": "spring-data-cassandra";
|
|
6765
|
+
"spring-data-couchbase": "spring-data-couchbase";
|
|
6766
|
+
"spring-data-jdbc": "spring-data-jdbc";
|
|
6767
|
+
"spring-data-rest": "spring-data-rest";
|
|
6768
|
+
"spring-quartz": "spring-quartz";
|
|
6769
|
+
"spring-pulsar": "spring-pulsar";
|
|
6770
|
+
"spring-integration": "spring-integration";
|
|
6771
|
+
"spring-websocket": "spring-websocket";
|
|
6772
|
+
"spring-rsocket": "spring-rsocket";
|
|
6773
|
+
"spring-hateoas": "spring-hateoas";
|
|
6774
|
+
"spring-session-redis": "spring-session-redis";
|
|
6775
|
+
"spring-session-jdbc": "spring-session-jdbc";
|
|
6776
|
+
"spring-ldap": "spring-ldap";
|
|
6777
|
+
"spring-oauth2-client": "spring-oauth2-client";
|
|
6778
|
+
"spring-saml2": "spring-saml2";
|
|
6779
|
+
"spring-restclient": "spring-restclient";
|
|
6196
6780
|
}>>;
|
|
6197
6781
|
declare function getJavaTestingLibrariesJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
6198
6782
|
none: "none";
|
|
@@ -6206,6 +6790,52 @@ declare function getJavaTestingLibrariesJsonSchema(): z.core.ZodStandardJSONSche
|
|
|
6206
6790
|
archunit: "archunit";
|
|
6207
6791
|
jqwik: "jqwik";
|
|
6208
6792
|
}>>;
|
|
6793
|
+
declare function getMobileLibrariesJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
6794
|
+
none: "none";
|
|
6795
|
+
"expo-sqlite": "expo-sqlite";
|
|
6796
|
+
"expo-camera": "expo-camera";
|
|
6797
|
+
"expo-image-picker": "expo-image-picker";
|
|
6798
|
+
"expo-location": "expo-location";
|
|
6799
|
+
"expo-sensors": "expo-sensors";
|
|
6800
|
+
"expo-file-system": "expo-file-system";
|
|
6801
|
+
"expo-image": "expo-image";
|
|
6802
|
+
"expo-audio": "expo-audio";
|
|
6803
|
+
"expo-video": "expo-video";
|
|
6804
|
+
"expo-contacts": "expo-contacts";
|
|
6805
|
+
"expo-calendar": "expo-calendar";
|
|
6806
|
+
"expo-local-authentication": "expo-local-authentication";
|
|
6807
|
+
"expo-sharing": "expo-sharing";
|
|
6808
|
+
"expo-clipboard": "expo-clipboard";
|
|
6809
|
+
"expo-task-manager": "expo-task-manager";
|
|
6810
|
+
"expo-background-task": "expo-background-task";
|
|
6811
|
+
"expo-maps": "expo-maps";
|
|
6812
|
+
"expo-brightness": "expo-brightness";
|
|
6813
|
+
"expo-battery": "expo-battery";
|
|
6814
|
+
"expo-screen-capture": "expo-screen-capture";
|
|
6815
|
+
}>>;
|
|
6816
|
+
declare function getDotnetLibrariesJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
6817
|
+
none: "none";
|
|
6818
|
+
sentry: "sentry";
|
|
6819
|
+
automapper: "automapper";
|
|
6820
|
+
mediatr: "mediatr";
|
|
6821
|
+
fastendpoints: "fastendpoints";
|
|
6822
|
+
"api-versioning": "api-versioning";
|
|
6823
|
+
scalar: "scalar";
|
|
6824
|
+
polly: "polly";
|
|
6825
|
+
masstransit: "masstransit";
|
|
6826
|
+
rebus: "rebus";
|
|
6827
|
+
coravel: "coravel";
|
|
6828
|
+
"magic-onion": "magic-onion";
|
|
6829
|
+
"prometheus-net": "prometheus-net";
|
|
6830
|
+
seq: "seq";
|
|
6831
|
+
"application-insights": "application-insights";
|
|
6832
|
+
"mongodb-driver": "mongodb-driver";
|
|
6833
|
+
nhibernate: "nhibernate";
|
|
6834
|
+
mapster: "mapster";
|
|
6835
|
+
scrutor: "scrutor";
|
|
6836
|
+
refit: "refit";
|
|
6837
|
+
"fluent-email": "fluent-email";
|
|
6838
|
+
}>>;
|
|
6209
6839
|
declare function getElixirWebFrameworkJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
6210
6840
|
none: "none";
|
|
6211
6841
|
phoenix: "phoenix";
|
|
@@ -6671,6 +7301,26 @@ declare function getAllJsonSchemas(): {
|
|
|
6671
7301
|
thymeleaf: "thymeleaf";
|
|
6672
7302
|
"spring-amqp": "spring-amqp";
|
|
6673
7303
|
"opentelemetry-java": "opentelemetry-java";
|
|
7304
|
+
"spring-data-redis": "spring-data-redis";
|
|
7305
|
+
"spring-data-mongodb": "spring-data-mongodb";
|
|
7306
|
+
"spring-data-elasticsearch": "spring-data-elasticsearch";
|
|
7307
|
+
"spring-data-neo4j": "spring-data-neo4j";
|
|
7308
|
+
"spring-data-cassandra": "spring-data-cassandra";
|
|
7309
|
+
"spring-data-couchbase": "spring-data-couchbase";
|
|
7310
|
+
"spring-data-jdbc": "spring-data-jdbc";
|
|
7311
|
+
"spring-data-rest": "spring-data-rest";
|
|
7312
|
+
"spring-quartz": "spring-quartz";
|
|
7313
|
+
"spring-pulsar": "spring-pulsar";
|
|
7314
|
+
"spring-integration": "spring-integration";
|
|
7315
|
+
"spring-websocket": "spring-websocket";
|
|
7316
|
+
"spring-rsocket": "spring-rsocket";
|
|
7317
|
+
"spring-hateoas": "spring-hateoas";
|
|
7318
|
+
"spring-session-redis": "spring-session-redis";
|
|
7319
|
+
"spring-session-jdbc": "spring-session-jdbc";
|
|
7320
|
+
"spring-ldap": "spring-ldap";
|
|
7321
|
+
"spring-oauth2-client": "spring-oauth2-client";
|
|
7322
|
+
"spring-saml2": "spring-saml2";
|
|
7323
|
+
"spring-restclient": "spring-restclient";
|
|
6674
7324
|
}>>;
|
|
6675
7325
|
javaTestingLibraries: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
6676
7326
|
none: "none";
|
|
@@ -6684,6 +7334,52 @@ declare function getAllJsonSchemas(): {
|
|
|
6684
7334
|
archunit: "archunit";
|
|
6685
7335
|
jqwik: "jqwik";
|
|
6686
7336
|
}>>;
|
|
7337
|
+
mobileLibraries: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7338
|
+
none: "none";
|
|
7339
|
+
"expo-sqlite": "expo-sqlite";
|
|
7340
|
+
"expo-camera": "expo-camera";
|
|
7341
|
+
"expo-image-picker": "expo-image-picker";
|
|
7342
|
+
"expo-location": "expo-location";
|
|
7343
|
+
"expo-sensors": "expo-sensors";
|
|
7344
|
+
"expo-file-system": "expo-file-system";
|
|
7345
|
+
"expo-image": "expo-image";
|
|
7346
|
+
"expo-audio": "expo-audio";
|
|
7347
|
+
"expo-video": "expo-video";
|
|
7348
|
+
"expo-contacts": "expo-contacts";
|
|
7349
|
+
"expo-calendar": "expo-calendar";
|
|
7350
|
+
"expo-local-authentication": "expo-local-authentication";
|
|
7351
|
+
"expo-sharing": "expo-sharing";
|
|
7352
|
+
"expo-clipboard": "expo-clipboard";
|
|
7353
|
+
"expo-task-manager": "expo-task-manager";
|
|
7354
|
+
"expo-background-task": "expo-background-task";
|
|
7355
|
+
"expo-maps": "expo-maps";
|
|
7356
|
+
"expo-brightness": "expo-brightness";
|
|
7357
|
+
"expo-battery": "expo-battery";
|
|
7358
|
+
"expo-screen-capture": "expo-screen-capture";
|
|
7359
|
+
}>>;
|
|
7360
|
+
dotnetLibraries: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7361
|
+
none: "none";
|
|
7362
|
+
sentry: "sentry";
|
|
7363
|
+
automapper: "automapper";
|
|
7364
|
+
mediatr: "mediatr";
|
|
7365
|
+
fastendpoints: "fastendpoints";
|
|
7366
|
+
"api-versioning": "api-versioning";
|
|
7367
|
+
scalar: "scalar";
|
|
7368
|
+
polly: "polly";
|
|
7369
|
+
masstransit: "masstransit";
|
|
7370
|
+
rebus: "rebus";
|
|
7371
|
+
coravel: "coravel";
|
|
7372
|
+
"magic-onion": "magic-onion";
|
|
7373
|
+
"prometheus-net": "prometheus-net";
|
|
7374
|
+
seq: "seq";
|
|
7375
|
+
"application-insights": "application-insights";
|
|
7376
|
+
"mongodb-driver": "mongodb-driver";
|
|
7377
|
+
nhibernate: "nhibernate";
|
|
7378
|
+
mapster: "mapster";
|
|
7379
|
+
scrutor: "scrutor";
|
|
7380
|
+
refit: "refit";
|
|
7381
|
+
"fluent-email": "fluent-email";
|
|
7382
|
+
}>>;
|
|
6687
7383
|
elixirWebFramework: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
6688
7384
|
none: "none";
|
|
6689
7385
|
phoenix: "phoenix";
|
|
@@ -7352,6 +8048,29 @@ declare function getAllJsonSchemas(): {
|
|
|
7352
8048
|
none: "none";
|
|
7353
8049
|
"expo-linking": "expo-linking";
|
|
7354
8050
|
}>>;
|
|
8051
|
+
mobileLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
8052
|
+
none: "none";
|
|
8053
|
+
"expo-sqlite": "expo-sqlite";
|
|
8054
|
+
"expo-camera": "expo-camera";
|
|
8055
|
+
"expo-image-picker": "expo-image-picker";
|
|
8056
|
+
"expo-location": "expo-location";
|
|
8057
|
+
"expo-sensors": "expo-sensors";
|
|
8058
|
+
"expo-file-system": "expo-file-system";
|
|
8059
|
+
"expo-image": "expo-image";
|
|
8060
|
+
"expo-audio": "expo-audio";
|
|
8061
|
+
"expo-video": "expo-video";
|
|
8062
|
+
"expo-contacts": "expo-contacts";
|
|
8063
|
+
"expo-calendar": "expo-calendar";
|
|
8064
|
+
"expo-local-authentication": "expo-local-authentication";
|
|
8065
|
+
"expo-sharing": "expo-sharing";
|
|
8066
|
+
"expo-clipboard": "expo-clipboard";
|
|
8067
|
+
"expo-task-manager": "expo-task-manager";
|
|
8068
|
+
"expo-background-task": "expo-background-task";
|
|
8069
|
+
"expo-maps": "expo-maps";
|
|
8070
|
+
"expo-brightness": "expo-brightness";
|
|
8071
|
+
"expo-battery": "expo-battery";
|
|
8072
|
+
"expo-screen-capture": "expo-screen-capture";
|
|
8073
|
+
}>>>;
|
|
7355
8074
|
rustWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
7356
8075
|
none: "none";
|
|
7357
8076
|
axum: "axum";
|
|
@@ -7465,6 +8184,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7465
8184
|
flask: "flask";
|
|
7466
8185
|
litestar: "litestar";
|
|
7467
8186
|
starlette: "starlette";
|
|
8187
|
+
aiohttp: "aiohttp";
|
|
8188
|
+
streamlit: "streamlit";
|
|
7468
8189
|
}>>;
|
|
7469
8190
|
pythonOrm: z.ZodOptional<z.ZodEnum<{
|
|
7470
8191
|
none: "none";
|
|
@@ -7472,6 +8193,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7472
8193
|
sqlmodel: "sqlmodel";
|
|
7473
8194
|
"tortoise-orm": "tortoise-orm";
|
|
7474
8195
|
peewee: "peewee";
|
|
8196
|
+
pymongo: "pymongo";
|
|
7475
8197
|
}>>;
|
|
7476
8198
|
pythonValidation: z.ZodOptional<z.ZodEnum<{
|
|
7477
8199
|
none: "none";
|
|
@@ -7479,6 +8201,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7479
8201
|
}>>;
|
|
7480
8202
|
pythonAi: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
7481
8203
|
none: "none";
|
|
8204
|
+
mcp: "mcp";
|
|
7482
8205
|
langgraph: "langgraph";
|
|
7483
8206
|
"openai-sdk": "openai-sdk";
|
|
7484
8207
|
"anthropic-sdk": "anthropic-sdk";
|
|
@@ -7489,11 +8212,16 @@ declare function getAllJsonSchemas(): {
|
|
|
7489
8212
|
haystack: "haystack";
|
|
7490
8213
|
"pydantic-ai": "pydantic-ai";
|
|
7491
8214
|
smolagents: "smolagents";
|
|
8215
|
+
pytorch: "pytorch";
|
|
8216
|
+
transformers: "transformers";
|
|
8217
|
+
"scikit-learn": "scikit-learn";
|
|
8218
|
+
tensorflow: "tensorflow";
|
|
7492
8219
|
}>>>;
|
|
7493
8220
|
pythonAuth: z.ZodOptional<z.ZodEnum<{
|
|
7494
8221
|
none: "none";
|
|
7495
8222
|
authlib: "authlib";
|
|
7496
8223
|
jwt: "jwt";
|
|
8224
|
+
pyjwt: "pyjwt";
|
|
7497
8225
|
"fastapi-users": "fastapi-users";
|
|
7498
8226
|
}>>;
|
|
7499
8227
|
pythonApi: z.ZodOptional<z.ZodEnum<{
|
|
@@ -7524,6 +8252,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7524
8252
|
none: "none";
|
|
7525
8253
|
pytest: "pytest";
|
|
7526
8254
|
hypothesis: "hypothesis";
|
|
8255
|
+
"pytest-cov": "pytest-cov";
|
|
7527
8256
|
}>>>;
|
|
7528
8257
|
pythonCaching: z.ZodOptional<z.ZodEnum<{
|
|
7529
8258
|
none: "none";
|
|
@@ -7538,6 +8267,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7538
8267
|
pythonObservability: z.ZodOptional<z.ZodEnum<{
|
|
7539
8268
|
none: "none";
|
|
7540
8269
|
opentelemetry: "opentelemetry";
|
|
8270
|
+
"prometheus-client": "prometheus-client";
|
|
7541
8271
|
}>>;
|
|
7542
8272
|
pythonCli: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
7543
8273
|
none: "none";
|
|
@@ -7545,6 +8275,37 @@ declare function getAllJsonSchemas(): {
|
|
|
7545
8275
|
click: "click";
|
|
7546
8276
|
rich: "rich";
|
|
7547
8277
|
}>>>;
|
|
8278
|
+
pythonCloudSdk: z.ZodOptional<z.ZodEnum<{
|
|
8279
|
+
none: "none";
|
|
8280
|
+
boto3: "boto3";
|
|
8281
|
+
}>>;
|
|
8282
|
+
pythonHttpClient: z.ZodOptional<z.ZodEnum<{
|
|
8283
|
+
none: "none";
|
|
8284
|
+
requests: "requests";
|
|
8285
|
+
}>>;
|
|
8286
|
+
pythonData: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
8287
|
+
none: "none";
|
|
8288
|
+
numpy: "numpy";
|
|
8289
|
+
pandas: "pandas";
|
|
8290
|
+
scipy: "scipy";
|
|
8291
|
+
}>>>;
|
|
8292
|
+
pythonMedia: z.ZodOptional<z.ZodEnum<{
|
|
8293
|
+
none: "none";
|
|
8294
|
+
pillow: "pillow";
|
|
8295
|
+
}>>;
|
|
8296
|
+
pythonServer: z.ZodOptional<z.ZodEnum<{
|
|
8297
|
+
none: "none";
|
|
8298
|
+
gunicorn: "gunicorn";
|
|
8299
|
+
}>>;
|
|
8300
|
+
pythonPackageManager: z.ZodOptional<z.ZodEnum<{
|
|
8301
|
+
none: "none";
|
|
8302
|
+
uv: "uv";
|
|
8303
|
+
poetry: "poetry";
|
|
8304
|
+
}>>;
|
|
8305
|
+
pythonMessageQueue: z.ZodOptional<z.ZodEnum<{
|
|
8306
|
+
none: "none";
|
|
8307
|
+
"confluent-kafka": "confluent-kafka";
|
|
8308
|
+
}>>;
|
|
7548
8309
|
goWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
7549
8310
|
none: "none";
|
|
7550
8311
|
gin: "gin";
|
|
@@ -7708,6 +8469,26 @@ declare function getAllJsonSchemas(): {
|
|
|
7708
8469
|
thymeleaf: "thymeleaf";
|
|
7709
8470
|
"spring-amqp": "spring-amqp";
|
|
7710
8471
|
"opentelemetry-java": "opentelemetry-java";
|
|
8472
|
+
"spring-data-redis": "spring-data-redis";
|
|
8473
|
+
"spring-data-mongodb": "spring-data-mongodb";
|
|
8474
|
+
"spring-data-elasticsearch": "spring-data-elasticsearch";
|
|
8475
|
+
"spring-data-neo4j": "spring-data-neo4j";
|
|
8476
|
+
"spring-data-cassandra": "spring-data-cassandra";
|
|
8477
|
+
"spring-data-couchbase": "spring-data-couchbase";
|
|
8478
|
+
"spring-data-jdbc": "spring-data-jdbc";
|
|
8479
|
+
"spring-data-rest": "spring-data-rest";
|
|
8480
|
+
"spring-quartz": "spring-quartz";
|
|
8481
|
+
"spring-pulsar": "spring-pulsar";
|
|
8482
|
+
"spring-integration": "spring-integration";
|
|
8483
|
+
"spring-websocket": "spring-websocket";
|
|
8484
|
+
"spring-rsocket": "spring-rsocket";
|
|
8485
|
+
"spring-hateoas": "spring-hateoas";
|
|
8486
|
+
"spring-session-redis": "spring-session-redis";
|
|
8487
|
+
"spring-session-jdbc": "spring-session-jdbc";
|
|
8488
|
+
"spring-ldap": "spring-ldap";
|
|
8489
|
+
"spring-oauth2-client": "spring-oauth2-client";
|
|
8490
|
+
"spring-saml2": "spring-saml2";
|
|
8491
|
+
"spring-restclient": "spring-restclient";
|
|
7711
8492
|
}>>>;
|
|
7712
8493
|
javaTestingLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
7713
8494
|
none: "none";
|
|
@@ -7785,6 +8566,29 @@ declare function getAllJsonSchemas(): {
|
|
|
7785
8566
|
azure: "azure";
|
|
7786
8567
|
aws: "aws";
|
|
7787
8568
|
}>>;
|
|
8569
|
+
dotnetLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
8570
|
+
none: "none";
|
|
8571
|
+
sentry: "sentry";
|
|
8572
|
+
automapper: "automapper";
|
|
8573
|
+
mediatr: "mediatr";
|
|
8574
|
+
fastendpoints: "fastendpoints";
|
|
8575
|
+
"api-versioning": "api-versioning";
|
|
8576
|
+
scalar: "scalar";
|
|
8577
|
+
polly: "polly";
|
|
8578
|
+
masstransit: "masstransit";
|
|
8579
|
+
rebus: "rebus";
|
|
8580
|
+
coravel: "coravel";
|
|
8581
|
+
"magic-onion": "magic-onion";
|
|
8582
|
+
"prometheus-net": "prometheus-net";
|
|
8583
|
+
seq: "seq";
|
|
8584
|
+
"application-insights": "application-insights";
|
|
8585
|
+
"mongodb-driver": "mongodb-driver";
|
|
8586
|
+
nhibernate: "nhibernate";
|
|
8587
|
+
mapster: "mapster";
|
|
8588
|
+
scrutor: "scrutor";
|
|
8589
|
+
refit: "refit";
|
|
8590
|
+
"fluent-email": "fluent-email";
|
|
8591
|
+
}>>>;
|
|
7788
8592
|
elixirWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
7789
8593
|
none: "none";
|
|
7790
8594
|
phoenix: "phoenix";
|
|
@@ -8449,6 +9253,29 @@ declare function getAllJsonSchemas(): {
|
|
|
8449
9253
|
none: "none";
|
|
8450
9254
|
"expo-linking": "expo-linking";
|
|
8451
9255
|
}>;
|
|
9256
|
+
mobileLibraries: z.ZodArray<z.ZodEnum<{
|
|
9257
|
+
none: "none";
|
|
9258
|
+
"expo-sqlite": "expo-sqlite";
|
|
9259
|
+
"expo-camera": "expo-camera";
|
|
9260
|
+
"expo-image-picker": "expo-image-picker";
|
|
9261
|
+
"expo-location": "expo-location";
|
|
9262
|
+
"expo-sensors": "expo-sensors";
|
|
9263
|
+
"expo-file-system": "expo-file-system";
|
|
9264
|
+
"expo-image": "expo-image";
|
|
9265
|
+
"expo-audio": "expo-audio";
|
|
9266
|
+
"expo-video": "expo-video";
|
|
9267
|
+
"expo-contacts": "expo-contacts";
|
|
9268
|
+
"expo-calendar": "expo-calendar";
|
|
9269
|
+
"expo-local-authentication": "expo-local-authentication";
|
|
9270
|
+
"expo-sharing": "expo-sharing";
|
|
9271
|
+
"expo-clipboard": "expo-clipboard";
|
|
9272
|
+
"expo-task-manager": "expo-task-manager";
|
|
9273
|
+
"expo-background-task": "expo-background-task";
|
|
9274
|
+
"expo-maps": "expo-maps";
|
|
9275
|
+
"expo-brightness": "expo-brightness";
|
|
9276
|
+
"expo-battery": "expo-battery";
|
|
9277
|
+
"expo-screen-capture": "expo-screen-capture";
|
|
9278
|
+
}>>;
|
|
8452
9279
|
rustWebFramework: z.ZodEnum<{
|
|
8453
9280
|
none: "none";
|
|
8454
9281
|
axum: "axum";
|
|
@@ -8562,6 +9389,8 @@ declare function getAllJsonSchemas(): {
|
|
|
8562
9389
|
flask: "flask";
|
|
8563
9390
|
litestar: "litestar";
|
|
8564
9391
|
starlette: "starlette";
|
|
9392
|
+
aiohttp: "aiohttp";
|
|
9393
|
+
streamlit: "streamlit";
|
|
8565
9394
|
}>;
|
|
8566
9395
|
pythonOrm: z.ZodEnum<{
|
|
8567
9396
|
none: "none";
|
|
@@ -8569,6 +9398,7 @@ declare function getAllJsonSchemas(): {
|
|
|
8569
9398
|
sqlmodel: "sqlmodel";
|
|
8570
9399
|
"tortoise-orm": "tortoise-orm";
|
|
8571
9400
|
peewee: "peewee";
|
|
9401
|
+
pymongo: "pymongo";
|
|
8572
9402
|
}>;
|
|
8573
9403
|
pythonValidation: z.ZodEnum<{
|
|
8574
9404
|
none: "none";
|
|
@@ -8576,6 +9406,7 @@ declare function getAllJsonSchemas(): {
|
|
|
8576
9406
|
}>;
|
|
8577
9407
|
pythonAi: z.ZodArray<z.ZodEnum<{
|
|
8578
9408
|
none: "none";
|
|
9409
|
+
mcp: "mcp";
|
|
8579
9410
|
langgraph: "langgraph";
|
|
8580
9411
|
"openai-sdk": "openai-sdk";
|
|
8581
9412
|
"anthropic-sdk": "anthropic-sdk";
|
|
@@ -8586,11 +9417,16 @@ declare function getAllJsonSchemas(): {
|
|
|
8586
9417
|
haystack: "haystack";
|
|
8587
9418
|
"pydantic-ai": "pydantic-ai";
|
|
8588
9419
|
smolagents: "smolagents";
|
|
9420
|
+
pytorch: "pytorch";
|
|
9421
|
+
transformers: "transformers";
|
|
9422
|
+
"scikit-learn": "scikit-learn";
|
|
9423
|
+
tensorflow: "tensorflow";
|
|
8589
9424
|
}>>;
|
|
8590
9425
|
pythonAuth: z.ZodEnum<{
|
|
8591
9426
|
none: "none";
|
|
8592
9427
|
authlib: "authlib";
|
|
8593
9428
|
jwt: "jwt";
|
|
9429
|
+
pyjwt: "pyjwt";
|
|
8594
9430
|
"fastapi-users": "fastapi-users";
|
|
8595
9431
|
}>;
|
|
8596
9432
|
pythonApi: z.ZodEnum<{
|
|
@@ -8621,6 +9457,7 @@ declare function getAllJsonSchemas(): {
|
|
|
8621
9457
|
none: "none";
|
|
8622
9458
|
pytest: "pytest";
|
|
8623
9459
|
hypothesis: "hypothesis";
|
|
9460
|
+
"pytest-cov": "pytest-cov";
|
|
8624
9461
|
}>>;
|
|
8625
9462
|
pythonCaching: z.ZodEnum<{
|
|
8626
9463
|
none: "none";
|
|
@@ -8635,6 +9472,7 @@ declare function getAllJsonSchemas(): {
|
|
|
8635
9472
|
pythonObservability: z.ZodEnum<{
|
|
8636
9473
|
none: "none";
|
|
8637
9474
|
opentelemetry: "opentelemetry";
|
|
9475
|
+
"prometheus-client": "prometheus-client";
|
|
8638
9476
|
}>;
|
|
8639
9477
|
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
8640
9478
|
none: "none";
|
|
@@ -8642,6 +9480,37 @@ declare function getAllJsonSchemas(): {
|
|
|
8642
9480
|
click: "click";
|
|
8643
9481
|
rich: "rich";
|
|
8644
9482
|
}>>;
|
|
9483
|
+
pythonCloudSdk: z.ZodEnum<{
|
|
9484
|
+
none: "none";
|
|
9485
|
+
boto3: "boto3";
|
|
9486
|
+
}>;
|
|
9487
|
+
pythonHttpClient: z.ZodEnum<{
|
|
9488
|
+
none: "none";
|
|
9489
|
+
requests: "requests";
|
|
9490
|
+
}>;
|
|
9491
|
+
pythonData: z.ZodArray<z.ZodEnum<{
|
|
9492
|
+
none: "none";
|
|
9493
|
+
numpy: "numpy";
|
|
9494
|
+
pandas: "pandas";
|
|
9495
|
+
scipy: "scipy";
|
|
9496
|
+
}>>;
|
|
9497
|
+
pythonMedia: z.ZodEnum<{
|
|
9498
|
+
none: "none";
|
|
9499
|
+
pillow: "pillow";
|
|
9500
|
+
}>;
|
|
9501
|
+
pythonServer: z.ZodEnum<{
|
|
9502
|
+
none: "none";
|
|
9503
|
+
gunicorn: "gunicorn";
|
|
9504
|
+
}>;
|
|
9505
|
+
pythonPackageManager: z.ZodEnum<{
|
|
9506
|
+
none: "none";
|
|
9507
|
+
uv: "uv";
|
|
9508
|
+
poetry: "poetry";
|
|
9509
|
+
}>;
|
|
9510
|
+
pythonMessageQueue: z.ZodEnum<{
|
|
9511
|
+
none: "none";
|
|
9512
|
+
"confluent-kafka": "confluent-kafka";
|
|
9513
|
+
}>;
|
|
8645
9514
|
goWebFramework: z.ZodEnum<{
|
|
8646
9515
|
none: "none";
|
|
8647
9516
|
gin: "gin";
|
|
@@ -8805,6 +9674,26 @@ declare function getAllJsonSchemas(): {
|
|
|
8805
9674
|
thymeleaf: "thymeleaf";
|
|
8806
9675
|
"spring-amqp": "spring-amqp";
|
|
8807
9676
|
"opentelemetry-java": "opentelemetry-java";
|
|
9677
|
+
"spring-data-redis": "spring-data-redis";
|
|
9678
|
+
"spring-data-mongodb": "spring-data-mongodb";
|
|
9679
|
+
"spring-data-elasticsearch": "spring-data-elasticsearch";
|
|
9680
|
+
"spring-data-neo4j": "spring-data-neo4j";
|
|
9681
|
+
"spring-data-cassandra": "spring-data-cassandra";
|
|
9682
|
+
"spring-data-couchbase": "spring-data-couchbase";
|
|
9683
|
+
"spring-data-jdbc": "spring-data-jdbc";
|
|
9684
|
+
"spring-data-rest": "spring-data-rest";
|
|
9685
|
+
"spring-quartz": "spring-quartz";
|
|
9686
|
+
"spring-pulsar": "spring-pulsar";
|
|
9687
|
+
"spring-integration": "spring-integration";
|
|
9688
|
+
"spring-websocket": "spring-websocket";
|
|
9689
|
+
"spring-rsocket": "spring-rsocket";
|
|
9690
|
+
"spring-hateoas": "spring-hateoas";
|
|
9691
|
+
"spring-session-redis": "spring-session-redis";
|
|
9692
|
+
"spring-session-jdbc": "spring-session-jdbc";
|
|
9693
|
+
"spring-ldap": "spring-ldap";
|
|
9694
|
+
"spring-oauth2-client": "spring-oauth2-client";
|
|
9695
|
+
"spring-saml2": "spring-saml2";
|
|
9696
|
+
"spring-restclient": "spring-restclient";
|
|
8808
9697
|
}>>;
|
|
8809
9698
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
8810
9699
|
none: "none";
|
|
@@ -8882,6 +9771,29 @@ declare function getAllJsonSchemas(): {
|
|
|
8882
9771
|
azure: "azure";
|
|
8883
9772
|
aws: "aws";
|
|
8884
9773
|
}>;
|
|
9774
|
+
dotnetLibraries: z.ZodArray<z.ZodEnum<{
|
|
9775
|
+
none: "none";
|
|
9776
|
+
sentry: "sentry";
|
|
9777
|
+
automapper: "automapper";
|
|
9778
|
+
mediatr: "mediatr";
|
|
9779
|
+
fastendpoints: "fastendpoints";
|
|
9780
|
+
"api-versioning": "api-versioning";
|
|
9781
|
+
scalar: "scalar";
|
|
9782
|
+
polly: "polly";
|
|
9783
|
+
masstransit: "masstransit";
|
|
9784
|
+
rebus: "rebus";
|
|
9785
|
+
coravel: "coravel";
|
|
9786
|
+
"magic-onion": "magic-onion";
|
|
9787
|
+
"prometheus-net": "prometheus-net";
|
|
9788
|
+
seq: "seq";
|
|
9789
|
+
"application-insights": "application-insights";
|
|
9790
|
+
"mongodb-driver": "mongodb-driver";
|
|
9791
|
+
nhibernate: "nhibernate";
|
|
9792
|
+
mapster: "mapster";
|
|
9793
|
+
scrutor: "scrutor";
|
|
9794
|
+
refit: "refit";
|
|
9795
|
+
"fluent-email": "fluent-email";
|
|
9796
|
+
}>>;
|
|
8885
9797
|
elixirWebFramework: z.ZodEnum<{
|
|
8886
9798
|
none: "none";
|
|
8887
9799
|
phoenix: "phoenix";
|
|
@@ -9023,6 +9935,7 @@ declare function getAllJsonSchemas(): {
|
|
|
9023
9935
|
payments: "payments";
|
|
9024
9936
|
frontend: "frontend";
|
|
9025
9937
|
examples: "examples";
|
|
9938
|
+
packageManager: "packageManager";
|
|
9026
9939
|
dbSetup: "dbSetup";
|
|
9027
9940
|
backend: "backend";
|
|
9028
9941
|
runtime: "runtime";
|
|
@@ -9071,6 +9984,11 @@ declare function getAllJsonSchemas(): {
|
|
|
9071
9984
|
httpClient: "httpClient";
|
|
9072
9985
|
libraries: "libraries";
|
|
9073
9986
|
templating: "templating";
|
|
9987
|
+
cloudSdk: "cloudSdk";
|
|
9988
|
+
data: "data";
|
|
9989
|
+
media: "media";
|
|
9990
|
+
server: "server";
|
|
9991
|
+
messageQueue: "messageQueue";
|
|
9074
9992
|
}>;
|
|
9075
9993
|
toolId: z.ZodString;
|
|
9076
9994
|
ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -9627,6 +10545,29 @@ declare function getAllJsonSchemas(): {
|
|
|
9627
10545
|
none: "none";
|
|
9628
10546
|
"expo-linking": "expo-linking";
|
|
9629
10547
|
}>;
|
|
10548
|
+
mobileLibraries: z.ZodArray<z.ZodEnum<{
|
|
10549
|
+
none: "none";
|
|
10550
|
+
"expo-sqlite": "expo-sqlite";
|
|
10551
|
+
"expo-camera": "expo-camera";
|
|
10552
|
+
"expo-image-picker": "expo-image-picker";
|
|
10553
|
+
"expo-location": "expo-location";
|
|
10554
|
+
"expo-sensors": "expo-sensors";
|
|
10555
|
+
"expo-file-system": "expo-file-system";
|
|
10556
|
+
"expo-image": "expo-image";
|
|
10557
|
+
"expo-audio": "expo-audio";
|
|
10558
|
+
"expo-video": "expo-video";
|
|
10559
|
+
"expo-contacts": "expo-contacts";
|
|
10560
|
+
"expo-calendar": "expo-calendar";
|
|
10561
|
+
"expo-local-authentication": "expo-local-authentication";
|
|
10562
|
+
"expo-sharing": "expo-sharing";
|
|
10563
|
+
"expo-clipboard": "expo-clipboard";
|
|
10564
|
+
"expo-task-manager": "expo-task-manager";
|
|
10565
|
+
"expo-background-task": "expo-background-task";
|
|
10566
|
+
"expo-maps": "expo-maps";
|
|
10567
|
+
"expo-brightness": "expo-brightness";
|
|
10568
|
+
"expo-battery": "expo-battery";
|
|
10569
|
+
"expo-screen-capture": "expo-screen-capture";
|
|
10570
|
+
}>>;
|
|
9630
10571
|
rustWebFramework: z.ZodEnum<{
|
|
9631
10572
|
none: "none";
|
|
9632
10573
|
axum: "axum";
|
|
@@ -9740,6 +10681,8 @@ declare function getAllJsonSchemas(): {
|
|
|
9740
10681
|
flask: "flask";
|
|
9741
10682
|
litestar: "litestar";
|
|
9742
10683
|
starlette: "starlette";
|
|
10684
|
+
aiohttp: "aiohttp";
|
|
10685
|
+
streamlit: "streamlit";
|
|
9743
10686
|
}>;
|
|
9744
10687
|
pythonOrm: z.ZodEnum<{
|
|
9745
10688
|
none: "none";
|
|
@@ -9747,6 +10690,7 @@ declare function getAllJsonSchemas(): {
|
|
|
9747
10690
|
sqlmodel: "sqlmodel";
|
|
9748
10691
|
"tortoise-orm": "tortoise-orm";
|
|
9749
10692
|
peewee: "peewee";
|
|
10693
|
+
pymongo: "pymongo";
|
|
9750
10694
|
}>;
|
|
9751
10695
|
pythonValidation: z.ZodEnum<{
|
|
9752
10696
|
none: "none";
|
|
@@ -9754,6 +10698,7 @@ declare function getAllJsonSchemas(): {
|
|
|
9754
10698
|
}>;
|
|
9755
10699
|
pythonAi: z.ZodArray<z.ZodEnum<{
|
|
9756
10700
|
none: "none";
|
|
10701
|
+
mcp: "mcp";
|
|
9757
10702
|
langgraph: "langgraph";
|
|
9758
10703
|
"openai-sdk": "openai-sdk";
|
|
9759
10704
|
"anthropic-sdk": "anthropic-sdk";
|
|
@@ -9764,11 +10709,16 @@ declare function getAllJsonSchemas(): {
|
|
|
9764
10709
|
haystack: "haystack";
|
|
9765
10710
|
"pydantic-ai": "pydantic-ai";
|
|
9766
10711
|
smolagents: "smolagents";
|
|
10712
|
+
pytorch: "pytorch";
|
|
10713
|
+
transformers: "transformers";
|
|
10714
|
+
"scikit-learn": "scikit-learn";
|
|
10715
|
+
tensorflow: "tensorflow";
|
|
9767
10716
|
}>>;
|
|
9768
10717
|
pythonAuth: z.ZodEnum<{
|
|
9769
10718
|
none: "none";
|
|
9770
10719
|
authlib: "authlib";
|
|
9771
10720
|
jwt: "jwt";
|
|
10721
|
+
pyjwt: "pyjwt";
|
|
9772
10722
|
"fastapi-users": "fastapi-users";
|
|
9773
10723
|
}>;
|
|
9774
10724
|
pythonApi: z.ZodOptional<z.ZodEnum<{
|
|
@@ -9799,6 +10749,7 @@ declare function getAllJsonSchemas(): {
|
|
|
9799
10749
|
none: "none";
|
|
9800
10750
|
pytest: "pytest";
|
|
9801
10751
|
hypothesis: "hypothesis";
|
|
10752
|
+
"pytest-cov": "pytest-cov";
|
|
9802
10753
|
}>>;
|
|
9803
10754
|
pythonCaching: z.ZodEnum<{
|
|
9804
10755
|
none: "none";
|
|
@@ -9813,6 +10764,7 @@ declare function getAllJsonSchemas(): {
|
|
|
9813
10764
|
pythonObservability: z.ZodEnum<{
|
|
9814
10765
|
none: "none";
|
|
9815
10766
|
opentelemetry: "opentelemetry";
|
|
10767
|
+
"prometheus-client": "prometheus-client";
|
|
9816
10768
|
}>;
|
|
9817
10769
|
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
9818
10770
|
none: "none";
|
|
@@ -9820,6 +10772,37 @@ declare function getAllJsonSchemas(): {
|
|
|
9820
10772
|
click: "click";
|
|
9821
10773
|
rich: "rich";
|
|
9822
10774
|
}>>;
|
|
10775
|
+
pythonCloudSdk: z.ZodEnum<{
|
|
10776
|
+
none: "none";
|
|
10777
|
+
boto3: "boto3";
|
|
10778
|
+
}>;
|
|
10779
|
+
pythonHttpClient: z.ZodEnum<{
|
|
10780
|
+
none: "none";
|
|
10781
|
+
requests: "requests";
|
|
10782
|
+
}>;
|
|
10783
|
+
pythonData: z.ZodArray<z.ZodEnum<{
|
|
10784
|
+
none: "none";
|
|
10785
|
+
numpy: "numpy";
|
|
10786
|
+
pandas: "pandas";
|
|
10787
|
+
scipy: "scipy";
|
|
10788
|
+
}>>;
|
|
10789
|
+
pythonMedia: z.ZodEnum<{
|
|
10790
|
+
none: "none";
|
|
10791
|
+
pillow: "pillow";
|
|
10792
|
+
}>;
|
|
10793
|
+
pythonServer: z.ZodEnum<{
|
|
10794
|
+
none: "none";
|
|
10795
|
+
gunicorn: "gunicorn";
|
|
10796
|
+
}>;
|
|
10797
|
+
pythonPackageManager: z.ZodEnum<{
|
|
10798
|
+
none: "none";
|
|
10799
|
+
uv: "uv";
|
|
10800
|
+
poetry: "poetry";
|
|
10801
|
+
}>;
|
|
10802
|
+
pythonMessageQueue: z.ZodEnum<{
|
|
10803
|
+
none: "none";
|
|
10804
|
+
"confluent-kafka": "confluent-kafka";
|
|
10805
|
+
}>;
|
|
9823
10806
|
goWebFramework: z.ZodEnum<{
|
|
9824
10807
|
none: "none";
|
|
9825
10808
|
gin: "gin";
|
|
@@ -9983,6 +10966,26 @@ declare function getAllJsonSchemas(): {
|
|
|
9983
10966
|
thymeleaf: "thymeleaf";
|
|
9984
10967
|
"spring-amqp": "spring-amqp";
|
|
9985
10968
|
"opentelemetry-java": "opentelemetry-java";
|
|
10969
|
+
"spring-data-redis": "spring-data-redis";
|
|
10970
|
+
"spring-data-mongodb": "spring-data-mongodb";
|
|
10971
|
+
"spring-data-elasticsearch": "spring-data-elasticsearch";
|
|
10972
|
+
"spring-data-neo4j": "spring-data-neo4j";
|
|
10973
|
+
"spring-data-cassandra": "spring-data-cassandra";
|
|
10974
|
+
"spring-data-couchbase": "spring-data-couchbase";
|
|
10975
|
+
"spring-data-jdbc": "spring-data-jdbc";
|
|
10976
|
+
"spring-data-rest": "spring-data-rest";
|
|
10977
|
+
"spring-quartz": "spring-quartz";
|
|
10978
|
+
"spring-pulsar": "spring-pulsar";
|
|
10979
|
+
"spring-integration": "spring-integration";
|
|
10980
|
+
"spring-websocket": "spring-websocket";
|
|
10981
|
+
"spring-rsocket": "spring-rsocket";
|
|
10982
|
+
"spring-hateoas": "spring-hateoas";
|
|
10983
|
+
"spring-session-redis": "spring-session-redis";
|
|
10984
|
+
"spring-session-jdbc": "spring-session-jdbc";
|
|
10985
|
+
"spring-ldap": "spring-ldap";
|
|
10986
|
+
"spring-oauth2-client": "spring-oauth2-client";
|
|
10987
|
+
"spring-saml2": "spring-saml2";
|
|
10988
|
+
"spring-restclient": "spring-restclient";
|
|
9986
10989
|
}>>;
|
|
9987
10990
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
9988
10991
|
none: "none";
|
|
@@ -10060,6 +11063,29 @@ declare function getAllJsonSchemas(): {
|
|
|
10060
11063
|
azure: "azure";
|
|
10061
11064
|
aws: "aws";
|
|
10062
11065
|
}>;
|
|
11066
|
+
dotnetLibraries: z.ZodArray<z.ZodEnum<{
|
|
11067
|
+
none: "none";
|
|
11068
|
+
sentry: "sentry";
|
|
11069
|
+
automapper: "automapper";
|
|
11070
|
+
mediatr: "mediatr";
|
|
11071
|
+
fastendpoints: "fastendpoints";
|
|
11072
|
+
"api-versioning": "api-versioning";
|
|
11073
|
+
scalar: "scalar";
|
|
11074
|
+
polly: "polly";
|
|
11075
|
+
masstransit: "masstransit";
|
|
11076
|
+
rebus: "rebus";
|
|
11077
|
+
coravel: "coravel";
|
|
11078
|
+
"magic-onion": "magic-onion";
|
|
11079
|
+
"prometheus-net": "prometheus-net";
|
|
11080
|
+
seq: "seq";
|
|
11081
|
+
"application-insights": "application-insights";
|
|
11082
|
+
"mongodb-driver": "mongodb-driver";
|
|
11083
|
+
nhibernate: "nhibernate";
|
|
11084
|
+
mapster: "mapster";
|
|
11085
|
+
scrutor: "scrutor";
|
|
11086
|
+
refit: "refit";
|
|
11087
|
+
"fluent-email": "fluent-email";
|
|
11088
|
+
}>>;
|
|
10063
11089
|
elixirWebFramework: z.ZodEnum<{
|
|
10064
11090
|
none: "none";
|
|
10065
11091
|
phoenix: "phoenix";
|
|
@@ -10201,6 +11227,7 @@ declare function getAllJsonSchemas(): {
|
|
|
10201
11227
|
payments: "payments";
|
|
10202
11228
|
frontend: "frontend";
|
|
10203
11229
|
examples: "examples";
|
|
11230
|
+
packageManager: "packageManager";
|
|
10204
11231
|
dbSetup: "dbSetup";
|
|
10205
11232
|
backend: "backend";
|
|
10206
11233
|
runtime: "runtime";
|
|
@@ -10249,6 +11276,11 @@ declare function getAllJsonSchemas(): {
|
|
|
10249
11276
|
httpClient: "httpClient";
|
|
10250
11277
|
libraries: "libraries";
|
|
10251
11278
|
templating: "templating";
|
|
11279
|
+
cloudSdk: "cloudSdk";
|
|
11280
|
+
data: "data";
|
|
11281
|
+
media: "media";
|
|
11282
|
+
server: "server";
|
|
11283
|
+
messageQueue: "messageQueue";
|
|
10252
11284
|
}>;
|
|
10253
11285
|
toolId: z.ZodString;
|
|
10254
11286
|
ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -10805,6 +11837,29 @@ declare function getAllJsonSchemas(): {
|
|
|
10805
11837
|
none: "none";
|
|
10806
11838
|
"expo-linking": "expo-linking";
|
|
10807
11839
|
}>;
|
|
11840
|
+
mobileLibraries: z.ZodArray<z.ZodEnum<{
|
|
11841
|
+
none: "none";
|
|
11842
|
+
"expo-sqlite": "expo-sqlite";
|
|
11843
|
+
"expo-camera": "expo-camera";
|
|
11844
|
+
"expo-image-picker": "expo-image-picker";
|
|
11845
|
+
"expo-location": "expo-location";
|
|
11846
|
+
"expo-sensors": "expo-sensors";
|
|
11847
|
+
"expo-file-system": "expo-file-system";
|
|
11848
|
+
"expo-image": "expo-image";
|
|
11849
|
+
"expo-audio": "expo-audio";
|
|
11850
|
+
"expo-video": "expo-video";
|
|
11851
|
+
"expo-contacts": "expo-contacts";
|
|
11852
|
+
"expo-calendar": "expo-calendar";
|
|
11853
|
+
"expo-local-authentication": "expo-local-authentication";
|
|
11854
|
+
"expo-sharing": "expo-sharing";
|
|
11855
|
+
"expo-clipboard": "expo-clipboard";
|
|
11856
|
+
"expo-task-manager": "expo-task-manager";
|
|
11857
|
+
"expo-background-task": "expo-background-task";
|
|
11858
|
+
"expo-maps": "expo-maps";
|
|
11859
|
+
"expo-brightness": "expo-brightness";
|
|
11860
|
+
"expo-battery": "expo-battery";
|
|
11861
|
+
"expo-screen-capture": "expo-screen-capture";
|
|
11862
|
+
}>>;
|
|
10808
11863
|
rustWebFramework: z.ZodEnum<{
|
|
10809
11864
|
none: "none";
|
|
10810
11865
|
axum: "axum";
|
|
@@ -10918,6 +11973,8 @@ declare function getAllJsonSchemas(): {
|
|
|
10918
11973
|
flask: "flask";
|
|
10919
11974
|
litestar: "litestar";
|
|
10920
11975
|
starlette: "starlette";
|
|
11976
|
+
aiohttp: "aiohttp";
|
|
11977
|
+
streamlit: "streamlit";
|
|
10921
11978
|
}>;
|
|
10922
11979
|
pythonOrm: z.ZodEnum<{
|
|
10923
11980
|
none: "none";
|
|
@@ -10925,6 +11982,7 @@ declare function getAllJsonSchemas(): {
|
|
|
10925
11982
|
sqlmodel: "sqlmodel";
|
|
10926
11983
|
"tortoise-orm": "tortoise-orm";
|
|
10927
11984
|
peewee: "peewee";
|
|
11985
|
+
pymongo: "pymongo";
|
|
10928
11986
|
}>;
|
|
10929
11987
|
pythonValidation: z.ZodEnum<{
|
|
10930
11988
|
none: "none";
|
|
@@ -10932,6 +11990,7 @@ declare function getAllJsonSchemas(): {
|
|
|
10932
11990
|
}>;
|
|
10933
11991
|
pythonAi: z.ZodArray<z.ZodEnum<{
|
|
10934
11992
|
none: "none";
|
|
11993
|
+
mcp: "mcp";
|
|
10935
11994
|
langgraph: "langgraph";
|
|
10936
11995
|
"openai-sdk": "openai-sdk";
|
|
10937
11996
|
"anthropic-sdk": "anthropic-sdk";
|
|
@@ -10942,11 +12001,16 @@ declare function getAllJsonSchemas(): {
|
|
|
10942
12001
|
haystack: "haystack";
|
|
10943
12002
|
"pydantic-ai": "pydantic-ai";
|
|
10944
12003
|
smolagents: "smolagents";
|
|
12004
|
+
pytorch: "pytorch";
|
|
12005
|
+
transformers: "transformers";
|
|
12006
|
+
"scikit-learn": "scikit-learn";
|
|
12007
|
+
tensorflow: "tensorflow";
|
|
10945
12008
|
}>>;
|
|
10946
12009
|
pythonAuth: z.ZodEnum<{
|
|
10947
12010
|
none: "none";
|
|
10948
12011
|
authlib: "authlib";
|
|
10949
12012
|
jwt: "jwt";
|
|
12013
|
+
pyjwt: "pyjwt";
|
|
10950
12014
|
"fastapi-users": "fastapi-users";
|
|
10951
12015
|
}>;
|
|
10952
12016
|
pythonApi: z.ZodOptional<z.ZodEnum<{
|
|
@@ -10977,6 +12041,7 @@ declare function getAllJsonSchemas(): {
|
|
|
10977
12041
|
none: "none";
|
|
10978
12042
|
pytest: "pytest";
|
|
10979
12043
|
hypothesis: "hypothesis";
|
|
12044
|
+
"pytest-cov": "pytest-cov";
|
|
10980
12045
|
}>>;
|
|
10981
12046
|
pythonCaching: z.ZodEnum<{
|
|
10982
12047
|
none: "none";
|
|
@@ -10991,6 +12056,7 @@ declare function getAllJsonSchemas(): {
|
|
|
10991
12056
|
pythonObservability: z.ZodEnum<{
|
|
10992
12057
|
none: "none";
|
|
10993
12058
|
opentelemetry: "opentelemetry";
|
|
12059
|
+
"prometheus-client": "prometheus-client";
|
|
10994
12060
|
}>;
|
|
10995
12061
|
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
10996
12062
|
none: "none";
|
|
@@ -10998,6 +12064,37 @@ declare function getAllJsonSchemas(): {
|
|
|
10998
12064
|
click: "click";
|
|
10999
12065
|
rich: "rich";
|
|
11000
12066
|
}>>;
|
|
12067
|
+
pythonCloudSdk: z.ZodEnum<{
|
|
12068
|
+
none: "none";
|
|
12069
|
+
boto3: "boto3";
|
|
12070
|
+
}>;
|
|
12071
|
+
pythonHttpClient: z.ZodEnum<{
|
|
12072
|
+
none: "none";
|
|
12073
|
+
requests: "requests";
|
|
12074
|
+
}>;
|
|
12075
|
+
pythonData: z.ZodArray<z.ZodEnum<{
|
|
12076
|
+
none: "none";
|
|
12077
|
+
numpy: "numpy";
|
|
12078
|
+
pandas: "pandas";
|
|
12079
|
+
scipy: "scipy";
|
|
12080
|
+
}>>;
|
|
12081
|
+
pythonMedia: z.ZodEnum<{
|
|
12082
|
+
none: "none";
|
|
12083
|
+
pillow: "pillow";
|
|
12084
|
+
}>;
|
|
12085
|
+
pythonServer: z.ZodEnum<{
|
|
12086
|
+
none: "none";
|
|
12087
|
+
gunicorn: "gunicorn";
|
|
12088
|
+
}>;
|
|
12089
|
+
pythonPackageManager: z.ZodEnum<{
|
|
12090
|
+
none: "none";
|
|
12091
|
+
uv: "uv";
|
|
12092
|
+
poetry: "poetry";
|
|
12093
|
+
}>;
|
|
12094
|
+
pythonMessageQueue: z.ZodEnum<{
|
|
12095
|
+
none: "none";
|
|
12096
|
+
"confluent-kafka": "confluent-kafka";
|
|
12097
|
+
}>;
|
|
11001
12098
|
goWebFramework: z.ZodEnum<{
|
|
11002
12099
|
none: "none";
|
|
11003
12100
|
gin: "gin";
|
|
@@ -11161,6 +12258,26 @@ declare function getAllJsonSchemas(): {
|
|
|
11161
12258
|
thymeleaf: "thymeleaf";
|
|
11162
12259
|
"spring-amqp": "spring-amqp";
|
|
11163
12260
|
"opentelemetry-java": "opentelemetry-java";
|
|
12261
|
+
"spring-data-redis": "spring-data-redis";
|
|
12262
|
+
"spring-data-mongodb": "spring-data-mongodb";
|
|
12263
|
+
"spring-data-elasticsearch": "spring-data-elasticsearch";
|
|
12264
|
+
"spring-data-neo4j": "spring-data-neo4j";
|
|
12265
|
+
"spring-data-cassandra": "spring-data-cassandra";
|
|
12266
|
+
"spring-data-couchbase": "spring-data-couchbase";
|
|
12267
|
+
"spring-data-jdbc": "spring-data-jdbc";
|
|
12268
|
+
"spring-data-rest": "spring-data-rest";
|
|
12269
|
+
"spring-quartz": "spring-quartz";
|
|
12270
|
+
"spring-pulsar": "spring-pulsar";
|
|
12271
|
+
"spring-integration": "spring-integration";
|
|
12272
|
+
"spring-websocket": "spring-websocket";
|
|
12273
|
+
"spring-rsocket": "spring-rsocket";
|
|
12274
|
+
"spring-hateoas": "spring-hateoas";
|
|
12275
|
+
"spring-session-redis": "spring-session-redis";
|
|
12276
|
+
"spring-session-jdbc": "spring-session-jdbc";
|
|
12277
|
+
"spring-ldap": "spring-ldap";
|
|
12278
|
+
"spring-oauth2-client": "spring-oauth2-client";
|
|
12279
|
+
"spring-saml2": "spring-saml2";
|
|
12280
|
+
"spring-restclient": "spring-restclient";
|
|
11164
12281
|
}>>;
|
|
11165
12282
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
11166
12283
|
none: "none";
|
|
@@ -11238,6 +12355,29 @@ declare function getAllJsonSchemas(): {
|
|
|
11238
12355
|
azure: "azure";
|
|
11239
12356
|
aws: "aws";
|
|
11240
12357
|
}>;
|
|
12358
|
+
dotnetLibraries: z.ZodArray<z.ZodEnum<{
|
|
12359
|
+
none: "none";
|
|
12360
|
+
sentry: "sentry";
|
|
12361
|
+
automapper: "automapper";
|
|
12362
|
+
mediatr: "mediatr";
|
|
12363
|
+
fastendpoints: "fastendpoints";
|
|
12364
|
+
"api-versioning": "api-versioning";
|
|
12365
|
+
scalar: "scalar";
|
|
12366
|
+
polly: "polly";
|
|
12367
|
+
masstransit: "masstransit";
|
|
12368
|
+
rebus: "rebus";
|
|
12369
|
+
coravel: "coravel";
|
|
12370
|
+
"magic-onion": "magic-onion";
|
|
12371
|
+
"prometheus-net": "prometheus-net";
|
|
12372
|
+
seq: "seq";
|
|
12373
|
+
"application-insights": "application-insights";
|
|
12374
|
+
"mongodb-driver": "mongodb-driver";
|
|
12375
|
+
nhibernate: "nhibernate";
|
|
12376
|
+
mapster: "mapster";
|
|
12377
|
+
scrutor: "scrutor";
|
|
12378
|
+
refit: "refit";
|
|
12379
|
+
"fluent-email": "fluent-email";
|
|
12380
|
+
}>>;
|
|
11241
12381
|
elixirWebFramework: z.ZodEnum<{
|
|
11242
12382
|
none: "none";
|
|
11243
12383
|
phoenix: "phoenix";
|
|
@@ -11379,6 +12519,7 @@ declare function getAllJsonSchemas(): {
|
|
|
11379
12519
|
payments: "payments";
|
|
11380
12520
|
frontend: "frontend";
|
|
11381
12521
|
examples: "examples";
|
|
12522
|
+
packageManager: "packageManager";
|
|
11382
12523
|
dbSetup: "dbSetup";
|
|
11383
12524
|
backend: "backend";
|
|
11384
12525
|
runtime: "runtime";
|
|
@@ -11427,6 +12568,11 @@ declare function getAllJsonSchemas(): {
|
|
|
11427
12568
|
httpClient: "httpClient";
|
|
11428
12569
|
libraries: "libraries";
|
|
11429
12570
|
templating: "templating";
|
|
12571
|
+
cloudSdk: "cloudSdk";
|
|
12572
|
+
data: "data";
|
|
12573
|
+
media: "media";
|
|
12574
|
+
server: "server";
|
|
12575
|
+
messageQueue: "messageQueue";
|
|
11430
12576
|
}>;
|
|
11431
12577
|
toolId: z.ZodString;
|
|
11432
12578
|
ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -11986,6 +13132,29 @@ declare function getAllJsonSchemas(): {
|
|
|
11986
13132
|
none: "none";
|
|
11987
13133
|
"expo-linking": "expo-linking";
|
|
11988
13134
|
}>;
|
|
13135
|
+
mobileLibraries: z.ZodArray<z.ZodEnum<{
|
|
13136
|
+
none: "none";
|
|
13137
|
+
"expo-sqlite": "expo-sqlite";
|
|
13138
|
+
"expo-camera": "expo-camera";
|
|
13139
|
+
"expo-image-picker": "expo-image-picker";
|
|
13140
|
+
"expo-location": "expo-location";
|
|
13141
|
+
"expo-sensors": "expo-sensors";
|
|
13142
|
+
"expo-file-system": "expo-file-system";
|
|
13143
|
+
"expo-image": "expo-image";
|
|
13144
|
+
"expo-audio": "expo-audio";
|
|
13145
|
+
"expo-video": "expo-video";
|
|
13146
|
+
"expo-contacts": "expo-contacts";
|
|
13147
|
+
"expo-calendar": "expo-calendar";
|
|
13148
|
+
"expo-local-authentication": "expo-local-authentication";
|
|
13149
|
+
"expo-sharing": "expo-sharing";
|
|
13150
|
+
"expo-clipboard": "expo-clipboard";
|
|
13151
|
+
"expo-task-manager": "expo-task-manager";
|
|
13152
|
+
"expo-background-task": "expo-background-task";
|
|
13153
|
+
"expo-maps": "expo-maps";
|
|
13154
|
+
"expo-brightness": "expo-brightness";
|
|
13155
|
+
"expo-battery": "expo-battery";
|
|
13156
|
+
"expo-screen-capture": "expo-screen-capture";
|
|
13157
|
+
}>>;
|
|
11989
13158
|
rustWebFramework: z.ZodEnum<{
|
|
11990
13159
|
none: "none";
|
|
11991
13160
|
axum: "axum";
|
|
@@ -12099,6 +13268,8 @@ declare function getAllJsonSchemas(): {
|
|
|
12099
13268
|
flask: "flask";
|
|
12100
13269
|
litestar: "litestar";
|
|
12101
13270
|
starlette: "starlette";
|
|
13271
|
+
aiohttp: "aiohttp";
|
|
13272
|
+
streamlit: "streamlit";
|
|
12102
13273
|
}>;
|
|
12103
13274
|
pythonOrm: z.ZodEnum<{
|
|
12104
13275
|
none: "none";
|
|
@@ -12106,6 +13277,7 @@ declare function getAllJsonSchemas(): {
|
|
|
12106
13277
|
sqlmodel: "sqlmodel";
|
|
12107
13278
|
"tortoise-orm": "tortoise-orm";
|
|
12108
13279
|
peewee: "peewee";
|
|
13280
|
+
pymongo: "pymongo";
|
|
12109
13281
|
}>;
|
|
12110
13282
|
pythonValidation: z.ZodEnum<{
|
|
12111
13283
|
none: "none";
|
|
@@ -12113,6 +13285,7 @@ declare function getAllJsonSchemas(): {
|
|
|
12113
13285
|
}>;
|
|
12114
13286
|
pythonAi: z.ZodArray<z.ZodEnum<{
|
|
12115
13287
|
none: "none";
|
|
13288
|
+
mcp: "mcp";
|
|
12116
13289
|
langgraph: "langgraph";
|
|
12117
13290
|
"openai-sdk": "openai-sdk";
|
|
12118
13291
|
"anthropic-sdk": "anthropic-sdk";
|
|
@@ -12123,11 +13296,16 @@ declare function getAllJsonSchemas(): {
|
|
|
12123
13296
|
haystack: "haystack";
|
|
12124
13297
|
"pydantic-ai": "pydantic-ai";
|
|
12125
13298
|
smolagents: "smolagents";
|
|
13299
|
+
pytorch: "pytorch";
|
|
13300
|
+
transformers: "transformers";
|
|
13301
|
+
"scikit-learn": "scikit-learn";
|
|
13302
|
+
tensorflow: "tensorflow";
|
|
12126
13303
|
}>>;
|
|
12127
13304
|
pythonAuth: z.ZodEnum<{
|
|
12128
13305
|
none: "none";
|
|
12129
13306
|
authlib: "authlib";
|
|
12130
13307
|
jwt: "jwt";
|
|
13308
|
+
pyjwt: "pyjwt";
|
|
12131
13309
|
"fastapi-users": "fastapi-users";
|
|
12132
13310
|
}>;
|
|
12133
13311
|
pythonApi: z.ZodEnum<{
|
|
@@ -12158,6 +13336,7 @@ declare function getAllJsonSchemas(): {
|
|
|
12158
13336
|
none: "none";
|
|
12159
13337
|
pytest: "pytest";
|
|
12160
13338
|
hypothesis: "hypothesis";
|
|
13339
|
+
"pytest-cov": "pytest-cov";
|
|
12161
13340
|
}>>;
|
|
12162
13341
|
pythonCaching: z.ZodEnum<{
|
|
12163
13342
|
none: "none";
|
|
@@ -12172,6 +13351,7 @@ declare function getAllJsonSchemas(): {
|
|
|
12172
13351
|
pythonObservability: z.ZodEnum<{
|
|
12173
13352
|
none: "none";
|
|
12174
13353
|
opentelemetry: "opentelemetry";
|
|
13354
|
+
"prometheus-client": "prometheus-client";
|
|
12175
13355
|
}>;
|
|
12176
13356
|
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
12177
13357
|
none: "none";
|
|
@@ -12179,6 +13359,37 @@ declare function getAllJsonSchemas(): {
|
|
|
12179
13359
|
click: "click";
|
|
12180
13360
|
rich: "rich";
|
|
12181
13361
|
}>>;
|
|
13362
|
+
pythonCloudSdk: z.ZodEnum<{
|
|
13363
|
+
none: "none";
|
|
13364
|
+
boto3: "boto3";
|
|
13365
|
+
}>;
|
|
13366
|
+
pythonHttpClient: z.ZodEnum<{
|
|
13367
|
+
none: "none";
|
|
13368
|
+
requests: "requests";
|
|
13369
|
+
}>;
|
|
13370
|
+
pythonData: z.ZodArray<z.ZodEnum<{
|
|
13371
|
+
none: "none";
|
|
13372
|
+
numpy: "numpy";
|
|
13373
|
+
pandas: "pandas";
|
|
13374
|
+
scipy: "scipy";
|
|
13375
|
+
}>>;
|
|
13376
|
+
pythonMedia: z.ZodEnum<{
|
|
13377
|
+
none: "none";
|
|
13378
|
+
pillow: "pillow";
|
|
13379
|
+
}>;
|
|
13380
|
+
pythonServer: z.ZodEnum<{
|
|
13381
|
+
none: "none";
|
|
13382
|
+
gunicorn: "gunicorn";
|
|
13383
|
+
}>;
|
|
13384
|
+
pythonPackageManager: z.ZodEnum<{
|
|
13385
|
+
none: "none";
|
|
13386
|
+
uv: "uv";
|
|
13387
|
+
poetry: "poetry";
|
|
13388
|
+
}>;
|
|
13389
|
+
pythonMessageQueue: z.ZodEnum<{
|
|
13390
|
+
none: "none";
|
|
13391
|
+
"confluent-kafka": "confluent-kafka";
|
|
13392
|
+
}>;
|
|
12182
13393
|
goWebFramework: z.ZodEnum<{
|
|
12183
13394
|
none: "none";
|
|
12184
13395
|
gin: "gin";
|
|
@@ -12342,6 +13553,26 @@ declare function getAllJsonSchemas(): {
|
|
|
12342
13553
|
thymeleaf: "thymeleaf";
|
|
12343
13554
|
"spring-amqp": "spring-amqp";
|
|
12344
13555
|
"opentelemetry-java": "opentelemetry-java";
|
|
13556
|
+
"spring-data-redis": "spring-data-redis";
|
|
13557
|
+
"spring-data-mongodb": "spring-data-mongodb";
|
|
13558
|
+
"spring-data-elasticsearch": "spring-data-elasticsearch";
|
|
13559
|
+
"spring-data-neo4j": "spring-data-neo4j";
|
|
13560
|
+
"spring-data-cassandra": "spring-data-cassandra";
|
|
13561
|
+
"spring-data-couchbase": "spring-data-couchbase";
|
|
13562
|
+
"spring-data-jdbc": "spring-data-jdbc";
|
|
13563
|
+
"spring-data-rest": "spring-data-rest";
|
|
13564
|
+
"spring-quartz": "spring-quartz";
|
|
13565
|
+
"spring-pulsar": "spring-pulsar";
|
|
13566
|
+
"spring-integration": "spring-integration";
|
|
13567
|
+
"spring-websocket": "spring-websocket";
|
|
13568
|
+
"spring-rsocket": "spring-rsocket";
|
|
13569
|
+
"spring-hateoas": "spring-hateoas";
|
|
13570
|
+
"spring-session-redis": "spring-session-redis";
|
|
13571
|
+
"spring-session-jdbc": "spring-session-jdbc";
|
|
13572
|
+
"spring-ldap": "spring-ldap";
|
|
13573
|
+
"spring-oauth2-client": "spring-oauth2-client";
|
|
13574
|
+
"spring-saml2": "spring-saml2";
|
|
13575
|
+
"spring-restclient": "spring-restclient";
|
|
12345
13576
|
}>>;
|
|
12346
13577
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
12347
13578
|
none: "none";
|
|
@@ -12419,6 +13650,29 @@ declare function getAllJsonSchemas(): {
|
|
|
12419
13650
|
azure: "azure";
|
|
12420
13651
|
aws: "aws";
|
|
12421
13652
|
}>;
|
|
13653
|
+
dotnetLibraries: z.ZodArray<z.ZodEnum<{
|
|
13654
|
+
none: "none";
|
|
13655
|
+
sentry: "sentry";
|
|
13656
|
+
automapper: "automapper";
|
|
13657
|
+
mediatr: "mediatr";
|
|
13658
|
+
fastendpoints: "fastendpoints";
|
|
13659
|
+
"api-versioning": "api-versioning";
|
|
13660
|
+
scalar: "scalar";
|
|
13661
|
+
polly: "polly";
|
|
13662
|
+
masstransit: "masstransit";
|
|
13663
|
+
rebus: "rebus";
|
|
13664
|
+
coravel: "coravel";
|
|
13665
|
+
"magic-onion": "magic-onion";
|
|
13666
|
+
"prometheus-net": "prometheus-net";
|
|
13667
|
+
seq: "seq";
|
|
13668
|
+
"application-insights": "application-insights";
|
|
13669
|
+
"mongodb-driver": "mongodb-driver";
|
|
13670
|
+
nhibernate: "nhibernate";
|
|
13671
|
+
mapster: "mapster";
|
|
13672
|
+
scrutor: "scrutor";
|
|
13673
|
+
refit: "refit";
|
|
13674
|
+
"fluent-email": "fluent-email";
|
|
13675
|
+
}>>;
|
|
12422
13676
|
elixirWebFramework: z.ZodEnum<{
|
|
12423
13677
|
none: "none";
|
|
12424
13678
|
phoenix: "phoenix";
|
|
@@ -12560,6 +13814,7 @@ declare function getAllJsonSchemas(): {
|
|
|
12560
13814
|
payments: "payments";
|
|
12561
13815
|
frontend: "frontend";
|
|
12562
13816
|
examples: "examples";
|
|
13817
|
+
packageManager: "packageManager";
|
|
12563
13818
|
dbSetup: "dbSetup";
|
|
12564
13819
|
backend: "backend";
|
|
12565
13820
|
runtime: "runtime";
|
|
@@ -12608,6 +13863,11 @@ declare function getAllJsonSchemas(): {
|
|
|
12608
13863
|
httpClient: "httpClient";
|
|
12609
13864
|
libraries: "libraries";
|
|
12610
13865
|
templating: "templating";
|
|
13866
|
+
cloudSdk: "cloudSdk";
|
|
13867
|
+
data: "data";
|
|
13868
|
+
media: "media";
|
|
13869
|
+
server: "server";
|
|
13870
|
+
messageQueue: "messageQueue";
|
|
12611
13871
|
}>;
|
|
12612
13872
|
toolId: z.ZodString;
|
|
12613
13873
|
ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -12646,5 +13906,5 @@ declare function getAllJsonSchemas(): {
|
|
|
12646
13906
|
}, z.core.$strip>>;
|
|
12647
13907
|
};
|
|
12648
13908
|
//#endregion
|
|
12649
|
-
export { getAPIJsonSchema, getAddonsJsonSchema, getAllJsonSchemas, getAuthJsonSchema, getBackendJsonSchema, getBetterFullstackConfigJsonSchema, getBetterTStackConfigJsonSchema, getCreateInputJsonSchema, getDatabaseJsonSchema, getDatabaseSetupJsonSchema, getDirectoryConflictJsonSchema, getElixirApiJsonSchema, getElixirApplicationFrameworkJsonSchema, getElixirAuthJsonSchema, getElixirCachingJsonSchema, getElixirClusteringJsonSchema, getElixirDeployJsonSchema, getElixirDocumentationJsonSchema, getElixirEmailJsonSchema, getElixirHttpJsonSchema, getElixirHttpServerJsonSchema, getElixirI18nJsonSchema, getElixirJobsJsonSchema, getElixirJsonJsonSchema, getElixirObservabilityJsonSchema, getElixirOrmJsonSchema, getElixirQualityJsonSchema, getElixirRealtimeJsonSchema, getElixirTestingJsonSchema, getElixirValidationJsonSchema, getElixirWebFrameworkJsonSchema, getExamplesJsonSchema, getFrontendJsonSchema, getGoApiJsonSchema, getGoAuthJsonSchema, getGoCachingJsonSchema, getGoCliJsonSchema, getGoConfigJsonSchema, getGoDIJsonSchema, getGoLoggingJsonSchema, getGoMessageQueueJsonSchema, getGoMigrationsJsonSchema, getGoObservabilityJsonSchema, getGoOrmJsonSchema, getGoProtoToolingJsonSchema, getGoQualityJsonSchema, getGoRealtimeJsonSchema, getGoTemplatingJsonSchema, getGoTestingJsonSchema, getGoValidationJsonSchema, getGoWebFrameworkJsonSchema, getInitResultJsonSchema, getJavaAuthJsonSchema, getJavaBuildToolJsonSchema, getJavaLibrariesJsonSchema, getJavaOrmJsonSchema, getJavaTestingLibrariesJsonSchema, getJavaWebFrameworkJsonSchema, getORMJsonSchema, getPackageManagerJsonSchema, getPaymentsJsonSchema, getProjectConfigJsonSchema, getRuntimeJsonSchema, getServerDeployJsonSchema, getTemplateJsonSchema, getWebDeployJsonSchema };
|
|
13909
|
+
export { getAPIJsonSchema, getAddonsJsonSchema, getAllJsonSchemas, getAuthJsonSchema, getBackendJsonSchema, getBetterFullstackConfigJsonSchema, getBetterTStackConfigJsonSchema, getCreateInputJsonSchema, getDatabaseJsonSchema, getDatabaseSetupJsonSchema, getDirectoryConflictJsonSchema, getDotnetLibrariesJsonSchema, getElixirApiJsonSchema, getElixirApplicationFrameworkJsonSchema, getElixirAuthJsonSchema, getElixirCachingJsonSchema, getElixirClusteringJsonSchema, getElixirDeployJsonSchema, getElixirDocumentationJsonSchema, getElixirEmailJsonSchema, getElixirHttpJsonSchema, getElixirHttpServerJsonSchema, getElixirI18nJsonSchema, getElixirJobsJsonSchema, getElixirJsonJsonSchema, getElixirObservabilityJsonSchema, getElixirOrmJsonSchema, getElixirQualityJsonSchema, getElixirRealtimeJsonSchema, getElixirTestingJsonSchema, getElixirValidationJsonSchema, getElixirWebFrameworkJsonSchema, getExamplesJsonSchema, getFrontendJsonSchema, getGoApiJsonSchema, getGoAuthJsonSchema, getGoCachingJsonSchema, getGoCliJsonSchema, getGoConfigJsonSchema, getGoDIJsonSchema, getGoLoggingJsonSchema, getGoMessageQueueJsonSchema, getGoMigrationsJsonSchema, getGoObservabilityJsonSchema, getGoOrmJsonSchema, getGoProtoToolingJsonSchema, getGoQualityJsonSchema, getGoRealtimeJsonSchema, getGoTemplatingJsonSchema, getGoTestingJsonSchema, getGoValidationJsonSchema, getGoWebFrameworkJsonSchema, getInitResultJsonSchema, getJavaAuthJsonSchema, getJavaBuildToolJsonSchema, getJavaLibrariesJsonSchema, getJavaOrmJsonSchema, getJavaTestingLibrariesJsonSchema, getJavaWebFrameworkJsonSchema, getMobileLibrariesJsonSchema, getORMJsonSchema, getPackageManagerJsonSchema, getPaymentsJsonSchema, getProjectConfigJsonSchema, getRuntimeJsonSchema, getServerDeployJsonSchema, getTemplateJsonSchema, getWebDeployJsonSchema };
|
|
12650
13910
|
//# sourceMappingURL=json-schema.d.mts.map
|