@better-fullstack/types 2.2.0 → 2.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{defaults-DyNR1d-V.d.mts → defaults-BCprHCB6.d.mts} +2 -2
- package/dist/defaults-BCprHCB6.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 +1573 -313
- 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-D9kkuJz7.d.mts → schemas-B79HRN5e.d.mts} +1751 -614
- package/dist/schemas-B79HRN5e.d.mts.map +1 -0
- package/dist/{schemas-l7hOhH8U.mjs → schemas-CprYz5Sh.mjs} +142 -4
- package/dist/schemas-CprYz5Sh.mjs.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-BkHZlyKH.d.mts} +2 -2
- package/dist/{stack-graph-F6UKYYR0.d.mts.map → stack-graph-BkHZlyKH.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-BmsX82IA.d.mts} +26 -8
- package/dist/stack-translation-BmsX82IA.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-BuRzqsRV.d.mts} +12 -3
- package/dist/types-BuRzqsRV.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
|
@@ -21,13 +21,13 @@ declare function getORMJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEn
|
|
|
21
21
|
sequelize: "sequelize";
|
|
22
22
|
}>>;
|
|
23
23
|
declare function getBackendJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
24
|
+
effect: "effect";
|
|
24
25
|
none: "none";
|
|
25
26
|
hono: "hono";
|
|
26
27
|
express: "express";
|
|
27
28
|
fastify: "fastify";
|
|
28
29
|
elysia: "elysia";
|
|
29
30
|
fets: "fets";
|
|
30
|
-
effect: "effect";
|
|
31
31
|
nestjs: "nestjs";
|
|
32
32
|
adonisjs: "adonisjs";
|
|
33
33
|
nitro: "nitro";
|
|
@@ -105,8 +105,8 @@ declare function getAddonsJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.Zo
|
|
|
105
105
|
capacitor: "capacitor";
|
|
106
106
|
}>>;
|
|
107
107
|
declare function getExamplesJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
108
|
-
none: "none";
|
|
109
108
|
ai: "ai";
|
|
109
|
+
none: "none";
|
|
110
110
|
"chat-sdk": "chat-sdk";
|
|
111
111
|
"tanstack-showcase": "tanstack-showcase";
|
|
112
112
|
}>>;
|
|
@@ -188,28 +188,28 @@ declare function getServerDeployJsonSchema(): z.core.ZodStandardJSONSchemaPayloa
|
|
|
188
188
|
vercel: "vercel";
|
|
189
189
|
}>>;
|
|
190
190
|
declare function getDirectoryConflictJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
191
|
+
error: "error";
|
|
191
192
|
merge: "merge";
|
|
192
193
|
overwrite: "overwrite";
|
|
193
194
|
increment: "increment";
|
|
194
|
-
error: "error";
|
|
195
195
|
}>>;
|
|
196
196
|
declare function getTemplateJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
197
197
|
none: "none";
|
|
198
|
+
uniwind: "uniwind";
|
|
198
199
|
mern: "mern";
|
|
199
200
|
pern: "pern";
|
|
200
201
|
t3: "t3";
|
|
201
202
|
saas: "saas";
|
|
202
|
-
uniwind: "uniwind";
|
|
203
203
|
}>>;
|
|
204
204
|
declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
205
205
|
projectName: z.ZodOptional<z.ZodString>;
|
|
206
206
|
template: z.ZodOptional<z.ZodEnum<{
|
|
207
207
|
none: "none";
|
|
208
|
+
uniwind: "uniwind";
|
|
208
209
|
mern: "mern";
|
|
209
210
|
pern: "pern";
|
|
210
211
|
t3: "t3";
|
|
211
212
|
saas: "saas";
|
|
212
|
-
uniwind: "uniwind";
|
|
213
213
|
}>>;
|
|
214
214
|
yes: z.ZodOptional<z.ZodBoolean>;
|
|
215
215
|
yolo: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -336,8 +336,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
336
336
|
capacitor: "capacitor";
|
|
337
337
|
}>>>;
|
|
338
338
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
339
|
-
none: "none";
|
|
340
339
|
ai: "ai";
|
|
340
|
+
none: "none";
|
|
341
341
|
"chat-sdk": "chat-sdk";
|
|
342
342
|
"tanstack-showcase": "tanstack-showcase";
|
|
343
343
|
}>>>;
|
|
@@ -371,13 +371,13 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
371
371
|
docker: "docker";
|
|
372
372
|
}>>;
|
|
373
373
|
backend: z.ZodOptional<z.ZodEnum<{
|
|
374
|
+
effect: "effect";
|
|
374
375
|
none: "none";
|
|
375
376
|
hono: "hono";
|
|
376
377
|
express: "express";
|
|
377
378
|
fastify: "fastify";
|
|
378
379
|
elysia: "elysia";
|
|
379
380
|
fets: "fets";
|
|
380
|
-
effect: "effect";
|
|
381
381
|
nestjs: "nestjs";
|
|
382
382
|
adonisjs: "adonisjs";
|
|
383
383
|
nitro: "nitro";
|
|
@@ -424,10 +424,10 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
424
424
|
vercel: "vercel";
|
|
425
425
|
}>>;
|
|
426
426
|
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
427
|
+
error: "error";
|
|
427
428
|
merge: "merge";
|
|
428
429
|
overwrite: "overwrite";
|
|
429
430
|
increment: "increment";
|
|
430
|
-
error: "error";
|
|
431
431
|
}>>;
|
|
432
432
|
renderTitle: z.ZodOptional<z.ZodBoolean>;
|
|
433
433
|
disableAnalytics: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -456,8 +456,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
456
456
|
"ai-cli": "ai-cli";
|
|
457
457
|
}>>;
|
|
458
458
|
effect: z.ZodOptional<z.ZodEnum<{
|
|
459
|
-
none: "none";
|
|
460
459
|
effect: "effect";
|
|
460
|
+
none: "none";
|
|
461
461
|
"effect-full": "effect-full";
|
|
462
462
|
}>>;
|
|
463
463
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
@@ -592,8 +592,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
592
592
|
"geist-mono": "geist-mono";
|
|
593
593
|
}>>;
|
|
594
594
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
595
|
-
none: "none";
|
|
596
595
|
default: "default";
|
|
596
|
+
none: "none";
|
|
597
597
|
small: "small";
|
|
598
598
|
medium: "medium";
|
|
599
599
|
large: "large";
|
|
@@ -726,9 +726,9 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
726
726
|
}>>;
|
|
727
727
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
728
728
|
none: "none";
|
|
729
|
-
uniwind: "uniwind";
|
|
730
729
|
tamagui: "tamagui";
|
|
731
730
|
"gluestack-ui": "gluestack-ui";
|
|
731
|
+
uniwind: "uniwind";
|
|
732
732
|
unistyles: "unistyles";
|
|
733
733
|
}>>;
|
|
734
734
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -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";
|
|
@@ -790,12 +813,12 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
790
813
|
ratatui: "ratatui";
|
|
791
814
|
}>>;
|
|
792
815
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
816
|
+
config: "config";
|
|
793
817
|
none: "none";
|
|
794
818
|
serde: "serde";
|
|
795
819
|
uuid: "uuid";
|
|
796
820
|
chrono: "chrono";
|
|
797
821
|
reqwest: "reqwest";
|
|
798
|
-
config: "config";
|
|
799
822
|
dashmap: "dashmap";
|
|
800
823
|
"parking-lot": "parking-lot";
|
|
801
824
|
secrecy: "secrecy";
|
|
@@ -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";
|
|
@@ -1352,13 +1460,13 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1352
1460
|
sequelize: "sequelize";
|
|
1353
1461
|
}>;
|
|
1354
1462
|
backend: z.ZodEnum<{
|
|
1463
|
+
effect: "effect";
|
|
1355
1464
|
none: "none";
|
|
1356
1465
|
hono: "hono";
|
|
1357
1466
|
express: "express";
|
|
1358
1467
|
fastify: "fastify";
|
|
1359
1468
|
elysia: "elysia";
|
|
1360
1469
|
fets: "fets";
|
|
1361
|
-
effect: "effect";
|
|
1362
1470
|
nestjs: "nestjs";
|
|
1363
1471
|
adonisjs: "adonisjs";
|
|
1364
1472
|
nitro: "nitro";
|
|
@@ -1436,8 +1544,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1436
1544
|
capacitor: "capacitor";
|
|
1437
1545
|
}>>;
|
|
1438
1546
|
examples: z.ZodArray<z.ZodEnum<{
|
|
1439
|
-
none: "none";
|
|
1440
1547
|
ai: "ai";
|
|
1548
|
+
none: "none";
|
|
1441
1549
|
"chat-sdk": "chat-sdk";
|
|
1442
1550
|
"tanstack-showcase": "tanstack-showcase";
|
|
1443
1551
|
}>>;
|
|
@@ -1553,8 +1661,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1553
1661
|
"ai-cli": "ai-cli";
|
|
1554
1662
|
}>;
|
|
1555
1663
|
effect: z.ZodEnum<{
|
|
1556
|
-
none: "none";
|
|
1557
1664
|
effect: "effect";
|
|
1665
|
+
none: "none";
|
|
1558
1666
|
"effect-full": "effect-full";
|
|
1559
1667
|
}>;
|
|
1560
1668
|
stateManagement: z.ZodEnum<{
|
|
@@ -1689,8 +1797,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1689
1797
|
"geist-mono": "geist-mono";
|
|
1690
1798
|
}>>;
|
|
1691
1799
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
1692
|
-
none: "none";
|
|
1693
1800
|
default: "default";
|
|
1801
|
+
none: "none";
|
|
1694
1802
|
small: "small";
|
|
1695
1803
|
medium: "medium";
|
|
1696
1804
|
large: "large";
|
|
@@ -1823,9 +1931,9 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1823
1931
|
}>;
|
|
1824
1932
|
mobileUI: z.ZodEnum<{
|
|
1825
1933
|
none: "none";
|
|
1826
|
-
uniwind: "uniwind";
|
|
1827
1934
|
tamagui: "tamagui";
|
|
1828
1935
|
"gluestack-ui": "gluestack-ui";
|
|
1936
|
+
uniwind: "uniwind";
|
|
1829
1937
|
unistyles: "unistyles";
|
|
1830
1938
|
}>;
|
|
1831
1939
|
mobileStorage: z.ZodEnum<{
|
|
@@ -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";
|
|
@@ -1887,12 +2018,12 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1887
2018
|
ratatui: "ratatui";
|
|
1888
2019
|
}>;
|
|
1889
2020
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
2021
|
+
config: "config";
|
|
1890
2022
|
none: "none";
|
|
1891
2023
|
serde: "serde";
|
|
1892
2024
|
uuid: "uuid";
|
|
1893
2025
|
chrono: "chrono";
|
|
1894
2026
|
reqwest: "reqwest";
|
|
1895
|
-
config: "config";
|
|
1896
2027
|
dashmap: "dashmap";
|
|
1897
2028
|
"parking-lot": "parking-lot";
|
|
1898
2029
|
secrecy: "secrecy";
|
|
@@ -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";
|
|
@@ -2416,62 +2632,68 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2416
2632
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2417
2633
|
id: z.ZodString;
|
|
2418
2634
|
role: z.ZodEnum<{
|
|
2419
|
-
|
|
2420
|
-
|
|
2635
|
+
push: "push";
|
|
2636
|
+
frontend: "frontend";
|
|
2637
|
+
backend: "backend";
|
|
2638
|
+
mobile: "mobile";
|
|
2421
2639
|
database: "database";
|
|
2640
|
+
api: "api";
|
|
2641
|
+
graphql: "graphql";
|
|
2422
2642
|
orm: "orm";
|
|
2423
2643
|
auth: "auth";
|
|
2424
|
-
payments: "payments";
|
|
2425
|
-
frontend: "frontend";
|
|
2426
|
-
examples: "examples";
|
|
2427
|
-
dbSetup: "dbSetup";
|
|
2428
|
-
backend: "backend";
|
|
2429
2644
|
runtime: "runtime";
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
testing: "testing";
|
|
2434
|
-
email: "email";
|
|
2435
|
-
validation: "validation";
|
|
2645
|
+
deploy: "deploy";
|
|
2646
|
+
dbSetup: "dbSetup";
|
|
2647
|
+
migrations: "migrations";
|
|
2436
2648
|
realtime: "realtime";
|
|
2437
|
-
|
|
2438
|
-
animation: "animation";
|
|
2439
|
-
fileUpload: "fileUpload";
|
|
2440
|
-
logging: "logging";
|
|
2441
|
-
observability: "observability";
|
|
2442
|
-
featureFlags: "featureFlags";
|
|
2443
|
-
analytics: "analytics";
|
|
2444
|
-
cms: "cms";
|
|
2649
|
+
navigation: "navigation";
|
|
2445
2650
|
caching: "caching";
|
|
2446
|
-
|
|
2447
|
-
|
|
2651
|
+
observability: "observability";
|
|
2652
|
+
email: "email";
|
|
2448
2653
|
search: "search";
|
|
2449
2654
|
vectorDb: "vectorDb";
|
|
2450
2655
|
fileStorage: "fileStorage";
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2656
|
+
jobQueue: "jobQueue";
|
|
2657
|
+
rateLimit: "rateLimit";
|
|
2658
|
+
testing: "testing";
|
|
2659
|
+
stateManagement: "stateManagement";
|
|
2660
|
+
forms: "forms";
|
|
2661
|
+
animation: "animation";
|
|
2662
|
+
fileUpload: "fileUpload";
|
|
2663
|
+
validation: "validation";
|
|
2664
|
+
effect: "effect";
|
|
2457
2665
|
ui: "ui";
|
|
2458
2666
|
css: "css";
|
|
2459
2667
|
storage: "storage";
|
|
2460
|
-
push: "push";
|
|
2461
2668
|
ota: "ota";
|
|
2462
2669
|
deepLinking: "deepLinking";
|
|
2670
|
+
ai: "ai";
|
|
2671
|
+
payments: "payments";
|
|
2672
|
+
logging: "logging";
|
|
2673
|
+
featureFlags: "featureFlags";
|
|
2674
|
+
analytics: "analytics";
|
|
2675
|
+
cms: "cms";
|
|
2676
|
+
i18n: "i18n";
|
|
2463
2677
|
documentation: "documentation";
|
|
2464
2678
|
codeQuality: "codeQuality";
|
|
2465
2679
|
appPlatform: "appPlatform";
|
|
2466
2680
|
dataFetching: "dataFetching";
|
|
2467
2681
|
workspaceTooling: "workspaceTooling";
|
|
2682
|
+
examples: "examples";
|
|
2468
2683
|
language: "language";
|
|
2469
2684
|
buildTool: "buildTool";
|
|
2470
2685
|
cli: "cli";
|
|
2471
2686
|
errorHandling: "errorHandling";
|
|
2472
2687
|
httpClient: "httpClient";
|
|
2473
2688
|
libraries: "libraries";
|
|
2689
|
+
config: "config";
|
|
2474
2690
|
templating: "templating";
|
|
2691
|
+
cloudSdk: "cloudSdk";
|
|
2692
|
+
data: "data";
|
|
2693
|
+
media: "media";
|
|
2694
|
+
server: "server";
|
|
2695
|
+
packageManager: "packageManager";
|
|
2696
|
+
messageQueue: "messageQueue";
|
|
2475
2697
|
}>;
|
|
2476
2698
|
toolId: z.ZodString;
|
|
2477
2699
|
ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -2532,13 +2754,13 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2532
2754
|
sequelize: "sequelize";
|
|
2533
2755
|
}>;
|
|
2534
2756
|
backend: z.ZodEnum<{
|
|
2757
|
+
effect: "effect";
|
|
2535
2758
|
none: "none";
|
|
2536
2759
|
hono: "hono";
|
|
2537
2760
|
express: "express";
|
|
2538
2761
|
fastify: "fastify";
|
|
2539
2762
|
elysia: "elysia";
|
|
2540
2763
|
fets: "fets";
|
|
2541
|
-
effect: "effect";
|
|
2542
2764
|
nestjs: "nestjs";
|
|
2543
2765
|
adonisjs: "adonisjs";
|
|
2544
2766
|
nitro: "nitro";
|
|
@@ -2616,8 +2838,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2616
2838
|
capacitor: "capacitor";
|
|
2617
2839
|
}>>;
|
|
2618
2840
|
examples: z.ZodArray<z.ZodEnum<{
|
|
2619
|
-
none: "none";
|
|
2620
2841
|
ai: "ai";
|
|
2842
|
+
none: "none";
|
|
2621
2843
|
"chat-sdk": "chat-sdk";
|
|
2622
2844
|
"tanstack-showcase": "tanstack-showcase";
|
|
2623
2845
|
}>>;
|
|
@@ -2731,8 +2953,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2731
2953
|
"ai-cli": "ai-cli";
|
|
2732
2954
|
}>;
|
|
2733
2955
|
effect: z.ZodEnum<{
|
|
2734
|
-
none: "none";
|
|
2735
2956
|
effect: "effect";
|
|
2957
|
+
none: "none";
|
|
2736
2958
|
"effect-full": "effect-full";
|
|
2737
2959
|
}>;
|
|
2738
2960
|
stateManagement: z.ZodEnum<{
|
|
@@ -2867,8 +3089,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2867
3089
|
"geist-mono": "geist-mono";
|
|
2868
3090
|
}>>;
|
|
2869
3091
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
2870
|
-
none: "none";
|
|
2871
3092
|
default: "default";
|
|
3093
|
+
none: "none";
|
|
2872
3094
|
small: "small";
|
|
2873
3095
|
medium: "medium";
|
|
2874
3096
|
large: "large";
|
|
@@ -3001,9 +3223,9 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3001
3223
|
}>;
|
|
3002
3224
|
mobileUI: z.ZodEnum<{
|
|
3003
3225
|
none: "none";
|
|
3004
|
-
uniwind: "uniwind";
|
|
3005
3226
|
tamagui: "tamagui";
|
|
3006
3227
|
"gluestack-ui": "gluestack-ui";
|
|
3228
|
+
uniwind: "uniwind";
|
|
3007
3229
|
unistyles: "unistyles";
|
|
3008
3230
|
}>;
|
|
3009
3231
|
mobileStorage: 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";
|
|
@@ -3065,12 +3310,12 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3065
3310
|
ratatui: "ratatui";
|
|
3066
3311
|
}>;
|
|
3067
3312
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
3313
|
+
config: "config";
|
|
3068
3314
|
none: "none";
|
|
3069
3315
|
serde: "serde";
|
|
3070
3316
|
uuid: "uuid";
|
|
3071
3317
|
chrono: "chrono";
|
|
3072
3318
|
reqwest: "reqwest";
|
|
3073
|
-
config: "config";
|
|
3074
3319
|
dashmap: "dashmap";
|
|
3075
3320
|
"parking-lot": "parking-lot";
|
|
3076
3321
|
secrecy: "secrecy";
|
|
@@ -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";
|
|
@@ -3594,62 +3924,68 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3594
3924
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3595
3925
|
id: z.ZodString;
|
|
3596
3926
|
role: z.ZodEnum<{
|
|
3597
|
-
|
|
3598
|
-
|
|
3927
|
+
push: "push";
|
|
3928
|
+
frontend: "frontend";
|
|
3929
|
+
backend: "backend";
|
|
3930
|
+
mobile: "mobile";
|
|
3599
3931
|
database: "database";
|
|
3932
|
+
api: "api";
|
|
3933
|
+
graphql: "graphql";
|
|
3600
3934
|
orm: "orm";
|
|
3601
3935
|
auth: "auth";
|
|
3602
|
-
payments: "payments";
|
|
3603
|
-
frontend: "frontend";
|
|
3604
|
-
examples: "examples";
|
|
3605
|
-
dbSetup: "dbSetup";
|
|
3606
|
-
backend: "backend";
|
|
3607
3936
|
runtime: "runtime";
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
testing: "testing";
|
|
3612
|
-
email: "email";
|
|
3613
|
-
validation: "validation";
|
|
3937
|
+
deploy: "deploy";
|
|
3938
|
+
dbSetup: "dbSetup";
|
|
3939
|
+
migrations: "migrations";
|
|
3614
3940
|
realtime: "realtime";
|
|
3615
|
-
|
|
3616
|
-
animation: "animation";
|
|
3617
|
-
fileUpload: "fileUpload";
|
|
3618
|
-
logging: "logging";
|
|
3619
|
-
observability: "observability";
|
|
3620
|
-
featureFlags: "featureFlags";
|
|
3621
|
-
analytics: "analytics";
|
|
3622
|
-
cms: "cms";
|
|
3941
|
+
navigation: "navigation";
|
|
3623
3942
|
caching: "caching";
|
|
3624
|
-
|
|
3625
|
-
|
|
3943
|
+
observability: "observability";
|
|
3944
|
+
email: "email";
|
|
3626
3945
|
search: "search";
|
|
3627
3946
|
vectorDb: "vectorDb";
|
|
3628
3947
|
fileStorage: "fileStorage";
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
|
|
3948
|
+
jobQueue: "jobQueue";
|
|
3949
|
+
rateLimit: "rateLimit";
|
|
3950
|
+
testing: "testing";
|
|
3951
|
+
stateManagement: "stateManagement";
|
|
3952
|
+
forms: "forms";
|
|
3953
|
+
animation: "animation";
|
|
3954
|
+
fileUpload: "fileUpload";
|
|
3955
|
+
validation: "validation";
|
|
3956
|
+
effect: "effect";
|
|
3635
3957
|
ui: "ui";
|
|
3636
3958
|
css: "css";
|
|
3637
3959
|
storage: "storage";
|
|
3638
|
-
push: "push";
|
|
3639
3960
|
ota: "ota";
|
|
3640
3961
|
deepLinking: "deepLinking";
|
|
3962
|
+
ai: "ai";
|
|
3963
|
+
payments: "payments";
|
|
3964
|
+
logging: "logging";
|
|
3965
|
+
featureFlags: "featureFlags";
|
|
3966
|
+
analytics: "analytics";
|
|
3967
|
+
cms: "cms";
|
|
3968
|
+
i18n: "i18n";
|
|
3641
3969
|
documentation: "documentation";
|
|
3642
3970
|
codeQuality: "codeQuality";
|
|
3643
3971
|
appPlatform: "appPlatform";
|
|
3644
3972
|
dataFetching: "dataFetching";
|
|
3645
3973
|
workspaceTooling: "workspaceTooling";
|
|
3974
|
+
examples: "examples";
|
|
3646
3975
|
language: "language";
|
|
3647
3976
|
buildTool: "buildTool";
|
|
3648
3977
|
cli: "cli";
|
|
3649
3978
|
errorHandling: "errorHandling";
|
|
3650
3979
|
httpClient: "httpClient";
|
|
3651
3980
|
libraries: "libraries";
|
|
3981
|
+
config: "config";
|
|
3652
3982
|
templating: "templating";
|
|
3983
|
+
cloudSdk: "cloudSdk";
|
|
3984
|
+
data: "data";
|
|
3985
|
+
media: "media";
|
|
3986
|
+
server: "server";
|
|
3987
|
+
packageManager: "packageManager";
|
|
3988
|
+
messageQueue: "messageQueue";
|
|
3653
3989
|
}>;
|
|
3654
3990
|
toolId: z.ZodString;
|
|
3655
3991
|
ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -3710,13 +4046,13 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
3710
4046
|
sequelize: "sequelize";
|
|
3711
4047
|
}>;
|
|
3712
4048
|
backend: z.ZodEnum<{
|
|
4049
|
+
effect: "effect";
|
|
3713
4050
|
none: "none";
|
|
3714
4051
|
hono: "hono";
|
|
3715
4052
|
express: "express";
|
|
3716
4053
|
fastify: "fastify";
|
|
3717
4054
|
elysia: "elysia";
|
|
3718
4055
|
fets: "fets";
|
|
3719
|
-
effect: "effect";
|
|
3720
4056
|
nestjs: "nestjs";
|
|
3721
4057
|
adonisjs: "adonisjs";
|
|
3722
4058
|
nitro: "nitro";
|
|
@@ -3794,8 +4130,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
3794
4130
|
capacitor: "capacitor";
|
|
3795
4131
|
}>>;
|
|
3796
4132
|
examples: z.ZodArray<z.ZodEnum<{
|
|
3797
|
-
none: "none";
|
|
3798
4133
|
ai: "ai";
|
|
4134
|
+
none: "none";
|
|
3799
4135
|
"chat-sdk": "chat-sdk";
|
|
3800
4136
|
"tanstack-showcase": "tanstack-showcase";
|
|
3801
4137
|
}>>;
|
|
@@ -3909,8 +4245,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
3909
4245
|
"ai-cli": "ai-cli";
|
|
3910
4246
|
}>;
|
|
3911
4247
|
effect: z.ZodEnum<{
|
|
3912
|
-
none: "none";
|
|
3913
4248
|
effect: "effect";
|
|
4249
|
+
none: "none";
|
|
3914
4250
|
"effect-full": "effect-full";
|
|
3915
4251
|
}>;
|
|
3916
4252
|
stateManagement: z.ZodEnum<{
|
|
@@ -4045,8 +4381,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4045
4381
|
"geist-mono": "geist-mono";
|
|
4046
4382
|
}>>;
|
|
4047
4383
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
4048
|
-
none: "none";
|
|
4049
4384
|
default: "default";
|
|
4385
|
+
none: "none";
|
|
4050
4386
|
small: "small";
|
|
4051
4387
|
medium: "medium";
|
|
4052
4388
|
large: "large";
|
|
@@ -4179,9 +4515,9 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4179
4515
|
}>;
|
|
4180
4516
|
mobileUI: z.ZodEnum<{
|
|
4181
4517
|
none: "none";
|
|
4182
|
-
uniwind: "uniwind";
|
|
4183
4518
|
tamagui: "tamagui";
|
|
4184
4519
|
"gluestack-ui": "gluestack-ui";
|
|
4520
|
+
uniwind: "uniwind";
|
|
4185
4521
|
unistyles: "unistyles";
|
|
4186
4522
|
}>;
|
|
4187
4523
|
mobileStorage: 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";
|
|
@@ -4243,12 +4602,12 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4243
4602
|
ratatui: "ratatui";
|
|
4244
4603
|
}>;
|
|
4245
4604
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
4605
|
+
config: "config";
|
|
4246
4606
|
none: "none";
|
|
4247
4607
|
serde: "serde";
|
|
4248
4608
|
uuid: "uuid";
|
|
4249
4609
|
chrono: "chrono";
|
|
4250
4610
|
reqwest: "reqwest";
|
|
4251
|
-
config: "config";
|
|
4252
4611
|
dashmap: "dashmap";
|
|
4253
4612
|
"parking-lot": "parking-lot";
|
|
4254
4613
|
secrecy: "secrecy";
|
|
@@ -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";
|
|
@@ -4772,62 +5216,68 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4772
5216
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4773
5217
|
id: z.ZodString;
|
|
4774
5218
|
role: z.ZodEnum<{
|
|
4775
|
-
|
|
4776
|
-
|
|
5219
|
+
push: "push";
|
|
5220
|
+
frontend: "frontend";
|
|
5221
|
+
backend: "backend";
|
|
5222
|
+
mobile: "mobile";
|
|
4777
5223
|
database: "database";
|
|
5224
|
+
api: "api";
|
|
5225
|
+
graphql: "graphql";
|
|
4778
5226
|
orm: "orm";
|
|
4779
5227
|
auth: "auth";
|
|
4780
|
-
payments: "payments";
|
|
4781
|
-
frontend: "frontend";
|
|
4782
|
-
examples: "examples";
|
|
4783
|
-
dbSetup: "dbSetup";
|
|
4784
|
-
backend: "backend";
|
|
4785
5228
|
runtime: "runtime";
|
|
4786
|
-
|
|
4787
|
-
|
|
4788
|
-
|
|
4789
|
-
testing: "testing";
|
|
4790
|
-
email: "email";
|
|
4791
|
-
validation: "validation";
|
|
5229
|
+
deploy: "deploy";
|
|
5230
|
+
dbSetup: "dbSetup";
|
|
5231
|
+
migrations: "migrations";
|
|
4792
5232
|
realtime: "realtime";
|
|
4793
|
-
|
|
4794
|
-
animation: "animation";
|
|
4795
|
-
fileUpload: "fileUpload";
|
|
4796
|
-
logging: "logging";
|
|
4797
|
-
observability: "observability";
|
|
4798
|
-
featureFlags: "featureFlags";
|
|
4799
|
-
analytics: "analytics";
|
|
4800
|
-
cms: "cms";
|
|
5233
|
+
navigation: "navigation";
|
|
4801
5234
|
caching: "caching";
|
|
4802
|
-
|
|
4803
|
-
|
|
5235
|
+
observability: "observability";
|
|
5236
|
+
email: "email";
|
|
4804
5237
|
search: "search";
|
|
4805
5238
|
vectorDb: "vectorDb";
|
|
4806
5239
|
fileStorage: "fileStorage";
|
|
4807
|
-
|
|
4808
|
-
|
|
4809
|
-
|
|
4810
|
-
|
|
4811
|
-
|
|
4812
|
-
|
|
5240
|
+
jobQueue: "jobQueue";
|
|
5241
|
+
rateLimit: "rateLimit";
|
|
5242
|
+
testing: "testing";
|
|
5243
|
+
stateManagement: "stateManagement";
|
|
5244
|
+
forms: "forms";
|
|
5245
|
+
animation: "animation";
|
|
5246
|
+
fileUpload: "fileUpload";
|
|
5247
|
+
validation: "validation";
|
|
5248
|
+
effect: "effect";
|
|
4813
5249
|
ui: "ui";
|
|
4814
5250
|
css: "css";
|
|
4815
5251
|
storage: "storage";
|
|
4816
|
-
push: "push";
|
|
4817
5252
|
ota: "ota";
|
|
4818
5253
|
deepLinking: "deepLinking";
|
|
5254
|
+
ai: "ai";
|
|
5255
|
+
payments: "payments";
|
|
5256
|
+
logging: "logging";
|
|
5257
|
+
featureFlags: "featureFlags";
|
|
5258
|
+
analytics: "analytics";
|
|
5259
|
+
cms: "cms";
|
|
5260
|
+
i18n: "i18n";
|
|
4819
5261
|
documentation: "documentation";
|
|
4820
5262
|
codeQuality: "codeQuality";
|
|
4821
5263
|
appPlatform: "appPlatform";
|
|
4822
5264
|
dataFetching: "dataFetching";
|
|
4823
5265
|
workspaceTooling: "workspaceTooling";
|
|
5266
|
+
examples: "examples";
|
|
4824
5267
|
language: "language";
|
|
4825
5268
|
buildTool: "buildTool";
|
|
4826
5269
|
cli: "cli";
|
|
4827
5270
|
errorHandling: "errorHandling";
|
|
4828
5271
|
httpClient: "httpClient";
|
|
4829
5272
|
libraries: "libraries";
|
|
5273
|
+
config: "config";
|
|
4830
5274
|
templating: "templating";
|
|
5275
|
+
cloudSdk: "cloudSdk";
|
|
5276
|
+
data: "data";
|
|
5277
|
+
media: "media";
|
|
5278
|
+
server: "server";
|
|
5279
|
+
packageManager: "packageManager";
|
|
5280
|
+
messageQueue: "messageQueue";
|
|
4831
5281
|
}>;
|
|
4832
5282
|
toolId: z.ZodString;
|
|
4833
5283
|
ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -4889,13 +5339,13 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
4889
5339
|
sequelize: "sequelize";
|
|
4890
5340
|
}>;
|
|
4891
5341
|
backend: z.ZodEnum<{
|
|
5342
|
+
effect: "effect";
|
|
4892
5343
|
none: "none";
|
|
4893
5344
|
hono: "hono";
|
|
4894
5345
|
express: "express";
|
|
4895
5346
|
fastify: "fastify";
|
|
4896
5347
|
elysia: "elysia";
|
|
4897
5348
|
fets: "fets";
|
|
4898
|
-
effect: "effect";
|
|
4899
5349
|
nestjs: "nestjs";
|
|
4900
5350
|
adonisjs: "adonisjs";
|
|
4901
5351
|
nitro: "nitro";
|
|
@@ -4973,8 +5423,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
4973
5423
|
capacitor: "capacitor";
|
|
4974
5424
|
}>>;
|
|
4975
5425
|
examples: z.ZodArray<z.ZodEnum<{
|
|
4976
|
-
none: "none";
|
|
4977
5426
|
ai: "ai";
|
|
5427
|
+
none: "none";
|
|
4978
5428
|
"chat-sdk": "chat-sdk";
|
|
4979
5429
|
"tanstack-showcase": "tanstack-showcase";
|
|
4980
5430
|
}>>;
|
|
@@ -5090,8 +5540,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5090
5540
|
"ai-cli": "ai-cli";
|
|
5091
5541
|
}>;
|
|
5092
5542
|
effect: z.ZodEnum<{
|
|
5093
|
-
none: "none";
|
|
5094
5543
|
effect: "effect";
|
|
5544
|
+
none: "none";
|
|
5095
5545
|
"effect-full": "effect-full";
|
|
5096
5546
|
}>;
|
|
5097
5547
|
stateManagement: z.ZodEnum<{
|
|
@@ -5226,8 +5676,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5226
5676
|
"geist-mono": "geist-mono";
|
|
5227
5677
|
}>>;
|
|
5228
5678
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
5229
|
-
none: "none";
|
|
5230
5679
|
default: "default";
|
|
5680
|
+
none: "none";
|
|
5231
5681
|
small: "small";
|
|
5232
5682
|
medium: "medium";
|
|
5233
5683
|
large: "large";
|
|
@@ -5360,9 +5810,9 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5360
5810
|
}>;
|
|
5361
5811
|
mobileUI: z.ZodEnum<{
|
|
5362
5812
|
none: "none";
|
|
5363
|
-
uniwind: "uniwind";
|
|
5364
5813
|
tamagui: "tamagui";
|
|
5365
5814
|
"gluestack-ui": "gluestack-ui";
|
|
5815
|
+
uniwind: "uniwind";
|
|
5366
5816
|
unistyles: "unistyles";
|
|
5367
5817
|
}>;
|
|
5368
5818
|
mobileStorage: 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";
|
|
@@ -5424,12 +5897,12 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5424
5897
|
ratatui: "ratatui";
|
|
5425
5898
|
}>;
|
|
5426
5899
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
5900
|
+
config: "config";
|
|
5427
5901
|
none: "none";
|
|
5428
5902
|
serde: "serde";
|
|
5429
5903
|
uuid: "uuid";
|
|
5430
5904
|
chrono: "chrono";
|
|
5431
5905
|
reqwest: "reqwest";
|
|
5432
|
-
config: "config";
|
|
5433
5906
|
dashmap: "dashmap";
|
|
5434
5907
|
"parking-lot": "parking-lot";
|
|
5435
5908
|
secrecy: "secrecy";
|
|
@@ -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";
|
|
@@ -5953,62 +6511,68 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5953
6511
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5954
6512
|
id: z.ZodString;
|
|
5955
6513
|
role: z.ZodEnum<{
|
|
5956
|
-
|
|
5957
|
-
|
|
6514
|
+
push: "push";
|
|
6515
|
+
frontend: "frontend";
|
|
6516
|
+
backend: "backend";
|
|
6517
|
+
mobile: "mobile";
|
|
5958
6518
|
database: "database";
|
|
6519
|
+
api: "api";
|
|
6520
|
+
graphql: "graphql";
|
|
5959
6521
|
orm: "orm";
|
|
5960
6522
|
auth: "auth";
|
|
5961
|
-
payments: "payments";
|
|
5962
|
-
frontend: "frontend";
|
|
5963
|
-
examples: "examples";
|
|
5964
|
-
dbSetup: "dbSetup";
|
|
5965
|
-
backend: "backend";
|
|
5966
6523
|
runtime: "runtime";
|
|
5967
|
-
|
|
5968
|
-
|
|
5969
|
-
|
|
5970
|
-
testing: "testing";
|
|
5971
|
-
email: "email";
|
|
5972
|
-
validation: "validation";
|
|
6524
|
+
deploy: "deploy";
|
|
6525
|
+
dbSetup: "dbSetup";
|
|
6526
|
+
migrations: "migrations";
|
|
5973
6527
|
realtime: "realtime";
|
|
5974
|
-
|
|
5975
|
-
animation: "animation";
|
|
5976
|
-
fileUpload: "fileUpload";
|
|
5977
|
-
logging: "logging";
|
|
5978
|
-
observability: "observability";
|
|
5979
|
-
featureFlags: "featureFlags";
|
|
5980
|
-
analytics: "analytics";
|
|
5981
|
-
cms: "cms";
|
|
6528
|
+
navigation: "navigation";
|
|
5982
6529
|
caching: "caching";
|
|
5983
|
-
|
|
5984
|
-
|
|
6530
|
+
observability: "observability";
|
|
6531
|
+
email: "email";
|
|
5985
6532
|
search: "search";
|
|
5986
6533
|
vectorDb: "vectorDb";
|
|
5987
6534
|
fileStorage: "fileStorage";
|
|
5988
|
-
|
|
5989
|
-
|
|
5990
|
-
|
|
5991
|
-
|
|
5992
|
-
|
|
5993
|
-
|
|
6535
|
+
jobQueue: "jobQueue";
|
|
6536
|
+
rateLimit: "rateLimit";
|
|
6537
|
+
testing: "testing";
|
|
6538
|
+
stateManagement: "stateManagement";
|
|
6539
|
+
forms: "forms";
|
|
6540
|
+
animation: "animation";
|
|
6541
|
+
fileUpload: "fileUpload";
|
|
6542
|
+
validation: "validation";
|
|
6543
|
+
effect: "effect";
|
|
5994
6544
|
ui: "ui";
|
|
5995
6545
|
css: "css";
|
|
5996
6546
|
storage: "storage";
|
|
5997
|
-
push: "push";
|
|
5998
6547
|
ota: "ota";
|
|
5999
6548
|
deepLinking: "deepLinking";
|
|
6549
|
+
ai: "ai";
|
|
6550
|
+
payments: "payments";
|
|
6551
|
+
logging: "logging";
|
|
6552
|
+
featureFlags: "featureFlags";
|
|
6553
|
+
analytics: "analytics";
|
|
6554
|
+
cms: "cms";
|
|
6555
|
+
i18n: "i18n";
|
|
6000
6556
|
documentation: "documentation";
|
|
6001
6557
|
codeQuality: "codeQuality";
|
|
6002
6558
|
appPlatform: "appPlatform";
|
|
6003
6559
|
dataFetching: "dataFetching";
|
|
6004
6560
|
workspaceTooling: "workspaceTooling";
|
|
6561
|
+
examples: "examples";
|
|
6005
6562
|
language: "language";
|
|
6006
6563
|
buildTool: "buildTool";
|
|
6007
6564
|
cli: "cli";
|
|
6008
6565
|
errorHandling: "errorHandling";
|
|
6009
6566
|
httpClient: "httpClient";
|
|
6010
6567
|
libraries: "libraries";
|
|
6568
|
+
config: "config";
|
|
6011
6569
|
templating: "templating";
|
|
6570
|
+
cloudSdk: "cloudSdk";
|
|
6571
|
+
data: "data";
|
|
6572
|
+
media: "media";
|
|
6573
|
+
server: "server";
|
|
6574
|
+
packageManager: "packageManager";
|
|
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";
|
|
@@ -6343,13 +6973,13 @@ declare function getAllJsonSchemas(): {
|
|
|
6343
6973
|
sequelize: "sequelize";
|
|
6344
6974
|
}>>;
|
|
6345
6975
|
backend: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
6976
|
+
effect: "effect";
|
|
6346
6977
|
none: "none";
|
|
6347
6978
|
hono: "hono";
|
|
6348
6979
|
express: "express";
|
|
6349
6980
|
fastify: "fastify";
|
|
6350
6981
|
elysia: "elysia";
|
|
6351
6982
|
fets: "fets";
|
|
6352
|
-
effect: "effect";
|
|
6353
6983
|
nestjs: "nestjs";
|
|
6354
6984
|
adonisjs: "adonisjs";
|
|
6355
6985
|
nitro: "nitro";
|
|
@@ -6427,8 +7057,8 @@ declare function getAllJsonSchemas(): {
|
|
|
6427
7057
|
capacitor: "capacitor";
|
|
6428
7058
|
}>>;
|
|
6429
7059
|
examples: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
6430
|
-
none: "none";
|
|
6431
7060
|
ai: "ai";
|
|
7061
|
+
none: "none";
|
|
6432
7062
|
"chat-sdk": "chat-sdk";
|
|
6433
7063
|
"tanstack-showcase": "tanstack-showcase";
|
|
6434
7064
|
}>>;
|
|
@@ -6510,18 +7140,18 @@ declare function getAllJsonSchemas(): {
|
|
|
6510
7140
|
vercel: "vercel";
|
|
6511
7141
|
}>>;
|
|
6512
7142
|
directoryConflict: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7143
|
+
error: "error";
|
|
6513
7144
|
merge: "merge";
|
|
6514
7145
|
overwrite: "overwrite";
|
|
6515
7146
|
increment: "increment";
|
|
6516
|
-
error: "error";
|
|
6517
7147
|
}>>;
|
|
6518
7148
|
template: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
6519
7149
|
none: "none";
|
|
7150
|
+
uniwind: "uniwind";
|
|
6520
7151
|
mern: "mern";
|
|
6521
7152
|
pern: "pern";
|
|
6522
7153
|
t3: "t3";
|
|
6523
7154
|
saas: "saas";
|
|
6524
|
-
uniwind: "uniwind";
|
|
6525
7155
|
}>>;
|
|
6526
7156
|
goWebFramework: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
6527
7157
|
none: "none";
|
|
@@ -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";
|
|
@@ -6804,11 +7500,11 @@ declare function getAllJsonSchemas(): {
|
|
|
6804
7500
|
projectName: z.ZodOptional<z.ZodString>;
|
|
6805
7501
|
template: z.ZodOptional<z.ZodEnum<{
|
|
6806
7502
|
none: "none";
|
|
7503
|
+
uniwind: "uniwind";
|
|
6807
7504
|
mern: "mern";
|
|
6808
7505
|
pern: "pern";
|
|
6809
7506
|
t3: "t3";
|
|
6810
7507
|
saas: "saas";
|
|
6811
|
-
uniwind: "uniwind";
|
|
6812
7508
|
}>>;
|
|
6813
7509
|
yes: z.ZodOptional<z.ZodBoolean>;
|
|
6814
7510
|
yolo: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -6935,8 +7631,8 @@ declare function getAllJsonSchemas(): {
|
|
|
6935
7631
|
capacitor: "capacitor";
|
|
6936
7632
|
}>>>;
|
|
6937
7633
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
6938
|
-
none: "none";
|
|
6939
7634
|
ai: "ai";
|
|
7635
|
+
none: "none";
|
|
6940
7636
|
"chat-sdk": "chat-sdk";
|
|
6941
7637
|
"tanstack-showcase": "tanstack-showcase";
|
|
6942
7638
|
}>>>;
|
|
@@ -6970,13 +7666,13 @@ declare function getAllJsonSchemas(): {
|
|
|
6970
7666
|
docker: "docker";
|
|
6971
7667
|
}>>;
|
|
6972
7668
|
backend: z.ZodOptional<z.ZodEnum<{
|
|
7669
|
+
effect: "effect";
|
|
6973
7670
|
none: "none";
|
|
6974
7671
|
hono: "hono";
|
|
6975
7672
|
express: "express";
|
|
6976
7673
|
fastify: "fastify";
|
|
6977
7674
|
elysia: "elysia";
|
|
6978
7675
|
fets: "fets";
|
|
6979
|
-
effect: "effect";
|
|
6980
7676
|
nestjs: "nestjs";
|
|
6981
7677
|
adonisjs: "adonisjs";
|
|
6982
7678
|
nitro: "nitro";
|
|
@@ -7023,10 +7719,10 @@ declare function getAllJsonSchemas(): {
|
|
|
7023
7719
|
vercel: "vercel";
|
|
7024
7720
|
}>>;
|
|
7025
7721
|
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
7722
|
+
error: "error";
|
|
7026
7723
|
merge: "merge";
|
|
7027
7724
|
overwrite: "overwrite";
|
|
7028
7725
|
increment: "increment";
|
|
7029
|
-
error: "error";
|
|
7030
7726
|
}>>;
|
|
7031
7727
|
renderTitle: z.ZodOptional<z.ZodBoolean>;
|
|
7032
7728
|
disableAnalytics: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -7055,8 +7751,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7055
7751
|
"ai-cli": "ai-cli";
|
|
7056
7752
|
}>>;
|
|
7057
7753
|
effect: z.ZodOptional<z.ZodEnum<{
|
|
7058
|
-
none: "none";
|
|
7059
7754
|
effect: "effect";
|
|
7755
|
+
none: "none";
|
|
7060
7756
|
"effect-full": "effect-full";
|
|
7061
7757
|
}>>;
|
|
7062
7758
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
@@ -7191,8 +7887,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7191
7887
|
"geist-mono": "geist-mono";
|
|
7192
7888
|
}>>;
|
|
7193
7889
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
7194
|
-
none: "none";
|
|
7195
7890
|
default: "default";
|
|
7891
|
+
none: "none";
|
|
7196
7892
|
small: "small";
|
|
7197
7893
|
medium: "medium";
|
|
7198
7894
|
large: "large";
|
|
@@ -7325,9 +8021,9 @@ declare function getAllJsonSchemas(): {
|
|
|
7325
8021
|
}>>;
|
|
7326
8022
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
7327
8023
|
none: "none";
|
|
7328
|
-
uniwind: "uniwind";
|
|
7329
8024
|
tamagui: "tamagui";
|
|
7330
8025
|
"gluestack-ui": "gluestack-ui";
|
|
8026
|
+
uniwind: "uniwind";
|
|
7331
8027
|
unistyles: "unistyles";
|
|
7332
8028
|
}>>;
|
|
7333
8029
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -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";
|
|
@@ -7389,12 +8108,12 @@ declare function getAllJsonSchemas(): {
|
|
|
7389
8108
|
ratatui: "ratatui";
|
|
7390
8109
|
}>>;
|
|
7391
8110
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
8111
|
+
config: "config";
|
|
7392
8112
|
none: "none";
|
|
7393
8113
|
serde: "serde";
|
|
7394
8114
|
uuid: "uuid";
|
|
7395
8115
|
chrono: "chrono";
|
|
7396
8116
|
reqwest: "reqwest";
|
|
7397
|
-
config: "config";
|
|
7398
8117
|
dashmap: "dashmap";
|
|
7399
8118
|
"parking-lot": "parking-lot";
|
|
7400
8119
|
secrecy: "secrecy";
|
|
@@ -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";
|
|
@@ -7951,13 +8755,13 @@ declare function getAllJsonSchemas(): {
|
|
|
7951
8755
|
sequelize: "sequelize";
|
|
7952
8756
|
}>;
|
|
7953
8757
|
backend: z.ZodEnum<{
|
|
8758
|
+
effect: "effect";
|
|
7954
8759
|
none: "none";
|
|
7955
8760
|
hono: "hono";
|
|
7956
8761
|
express: "express";
|
|
7957
8762
|
fastify: "fastify";
|
|
7958
8763
|
elysia: "elysia";
|
|
7959
8764
|
fets: "fets";
|
|
7960
|
-
effect: "effect";
|
|
7961
8765
|
nestjs: "nestjs";
|
|
7962
8766
|
adonisjs: "adonisjs";
|
|
7963
8767
|
nitro: "nitro";
|
|
@@ -8035,8 +8839,8 @@ declare function getAllJsonSchemas(): {
|
|
|
8035
8839
|
capacitor: "capacitor";
|
|
8036
8840
|
}>>;
|
|
8037
8841
|
examples: z.ZodArray<z.ZodEnum<{
|
|
8038
|
-
none: "none";
|
|
8039
8842
|
ai: "ai";
|
|
8843
|
+
none: "none";
|
|
8040
8844
|
"chat-sdk": "chat-sdk";
|
|
8041
8845
|
"tanstack-showcase": "tanstack-showcase";
|
|
8042
8846
|
}>>;
|
|
@@ -8152,8 +8956,8 @@ declare function getAllJsonSchemas(): {
|
|
|
8152
8956
|
"ai-cli": "ai-cli";
|
|
8153
8957
|
}>;
|
|
8154
8958
|
effect: z.ZodEnum<{
|
|
8155
|
-
none: "none";
|
|
8156
8959
|
effect: "effect";
|
|
8960
|
+
none: "none";
|
|
8157
8961
|
"effect-full": "effect-full";
|
|
8158
8962
|
}>;
|
|
8159
8963
|
stateManagement: z.ZodEnum<{
|
|
@@ -8288,8 +9092,8 @@ declare function getAllJsonSchemas(): {
|
|
|
8288
9092
|
"geist-mono": "geist-mono";
|
|
8289
9093
|
}>>;
|
|
8290
9094
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
8291
|
-
none: "none";
|
|
8292
9095
|
default: "default";
|
|
9096
|
+
none: "none";
|
|
8293
9097
|
small: "small";
|
|
8294
9098
|
medium: "medium";
|
|
8295
9099
|
large: "large";
|
|
@@ -8422,9 +9226,9 @@ declare function getAllJsonSchemas(): {
|
|
|
8422
9226
|
}>;
|
|
8423
9227
|
mobileUI: z.ZodEnum<{
|
|
8424
9228
|
none: "none";
|
|
8425
|
-
uniwind: "uniwind";
|
|
8426
9229
|
tamagui: "tamagui";
|
|
8427
9230
|
"gluestack-ui": "gluestack-ui";
|
|
9231
|
+
uniwind: "uniwind";
|
|
8428
9232
|
unistyles: "unistyles";
|
|
8429
9233
|
}>;
|
|
8430
9234
|
mobileStorage: z.ZodEnum<{
|
|
@@ -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";
|
|
@@ -8486,12 +9313,12 @@ declare function getAllJsonSchemas(): {
|
|
|
8486
9313
|
ratatui: "ratatui";
|
|
8487
9314
|
}>;
|
|
8488
9315
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
9316
|
+
config: "config";
|
|
8489
9317
|
none: "none";
|
|
8490
9318
|
serde: "serde";
|
|
8491
9319
|
uuid: "uuid";
|
|
8492
9320
|
chrono: "chrono";
|
|
8493
9321
|
reqwest: "reqwest";
|
|
8494
|
-
config: "config";
|
|
8495
9322
|
dashmap: "dashmap";
|
|
8496
9323
|
"parking-lot": "parking-lot";
|
|
8497
9324
|
secrecy: "secrecy";
|
|
@@ -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";
|
|
@@ -9015,62 +9927,68 @@ declare function getAllJsonSchemas(): {
|
|
|
9015
9927
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9016
9928
|
id: z.ZodString;
|
|
9017
9929
|
role: z.ZodEnum<{
|
|
9018
|
-
|
|
9019
|
-
|
|
9930
|
+
push: "push";
|
|
9931
|
+
frontend: "frontend";
|
|
9932
|
+
backend: "backend";
|
|
9933
|
+
mobile: "mobile";
|
|
9020
9934
|
database: "database";
|
|
9935
|
+
api: "api";
|
|
9936
|
+
graphql: "graphql";
|
|
9021
9937
|
orm: "orm";
|
|
9022
9938
|
auth: "auth";
|
|
9023
|
-
payments: "payments";
|
|
9024
|
-
frontend: "frontend";
|
|
9025
|
-
examples: "examples";
|
|
9026
|
-
dbSetup: "dbSetup";
|
|
9027
|
-
backend: "backend";
|
|
9028
9939
|
runtime: "runtime";
|
|
9029
|
-
|
|
9030
|
-
|
|
9031
|
-
|
|
9032
|
-
testing: "testing";
|
|
9033
|
-
email: "email";
|
|
9034
|
-
validation: "validation";
|
|
9940
|
+
deploy: "deploy";
|
|
9941
|
+
dbSetup: "dbSetup";
|
|
9942
|
+
migrations: "migrations";
|
|
9035
9943
|
realtime: "realtime";
|
|
9036
|
-
|
|
9037
|
-
animation: "animation";
|
|
9038
|
-
fileUpload: "fileUpload";
|
|
9039
|
-
logging: "logging";
|
|
9040
|
-
observability: "observability";
|
|
9041
|
-
featureFlags: "featureFlags";
|
|
9042
|
-
analytics: "analytics";
|
|
9043
|
-
cms: "cms";
|
|
9944
|
+
navigation: "navigation";
|
|
9044
9945
|
caching: "caching";
|
|
9045
|
-
|
|
9046
|
-
|
|
9946
|
+
observability: "observability";
|
|
9947
|
+
email: "email";
|
|
9047
9948
|
search: "search";
|
|
9048
9949
|
vectorDb: "vectorDb";
|
|
9049
9950
|
fileStorage: "fileStorage";
|
|
9050
|
-
|
|
9051
|
-
|
|
9052
|
-
|
|
9053
|
-
|
|
9054
|
-
|
|
9055
|
-
|
|
9951
|
+
jobQueue: "jobQueue";
|
|
9952
|
+
rateLimit: "rateLimit";
|
|
9953
|
+
testing: "testing";
|
|
9954
|
+
stateManagement: "stateManagement";
|
|
9955
|
+
forms: "forms";
|
|
9956
|
+
animation: "animation";
|
|
9957
|
+
fileUpload: "fileUpload";
|
|
9958
|
+
validation: "validation";
|
|
9959
|
+
effect: "effect";
|
|
9056
9960
|
ui: "ui";
|
|
9057
9961
|
css: "css";
|
|
9058
9962
|
storage: "storage";
|
|
9059
|
-
push: "push";
|
|
9060
9963
|
ota: "ota";
|
|
9061
9964
|
deepLinking: "deepLinking";
|
|
9965
|
+
ai: "ai";
|
|
9966
|
+
payments: "payments";
|
|
9967
|
+
logging: "logging";
|
|
9968
|
+
featureFlags: "featureFlags";
|
|
9969
|
+
analytics: "analytics";
|
|
9970
|
+
cms: "cms";
|
|
9971
|
+
i18n: "i18n";
|
|
9062
9972
|
documentation: "documentation";
|
|
9063
9973
|
codeQuality: "codeQuality";
|
|
9064
9974
|
appPlatform: "appPlatform";
|
|
9065
9975
|
dataFetching: "dataFetching";
|
|
9066
9976
|
workspaceTooling: "workspaceTooling";
|
|
9977
|
+
examples: "examples";
|
|
9067
9978
|
language: "language";
|
|
9068
9979
|
buildTool: "buildTool";
|
|
9069
9980
|
cli: "cli";
|
|
9070
9981
|
errorHandling: "errorHandling";
|
|
9071
9982
|
httpClient: "httpClient";
|
|
9072
9983
|
libraries: "libraries";
|
|
9984
|
+
config: "config";
|
|
9073
9985
|
templating: "templating";
|
|
9986
|
+
cloudSdk: "cloudSdk";
|
|
9987
|
+
data: "data";
|
|
9988
|
+
media: "media";
|
|
9989
|
+
server: "server";
|
|
9990
|
+
packageManager: "packageManager";
|
|
9991
|
+
messageQueue: "messageQueue";
|
|
9074
9992
|
}>;
|
|
9075
9993
|
toolId: z.ZodString;
|
|
9076
9994
|
ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -9131,13 +10049,13 @@ declare function getAllJsonSchemas(): {
|
|
|
9131
10049
|
sequelize: "sequelize";
|
|
9132
10050
|
}>;
|
|
9133
10051
|
backend: z.ZodEnum<{
|
|
10052
|
+
effect: "effect";
|
|
9134
10053
|
none: "none";
|
|
9135
10054
|
hono: "hono";
|
|
9136
10055
|
express: "express";
|
|
9137
10056
|
fastify: "fastify";
|
|
9138
10057
|
elysia: "elysia";
|
|
9139
10058
|
fets: "fets";
|
|
9140
|
-
effect: "effect";
|
|
9141
10059
|
nestjs: "nestjs";
|
|
9142
10060
|
adonisjs: "adonisjs";
|
|
9143
10061
|
nitro: "nitro";
|
|
@@ -9215,8 +10133,8 @@ declare function getAllJsonSchemas(): {
|
|
|
9215
10133
|
capacitor: "capacitor";
|
|
9216
10134
|
}>>;
|
|
9217
10135
|
examples: z.ZodArray<z.ZodEnum<{
|
|
9218
|
-
none: "none";
|
|
9219
10136
|
ai: "ai";
|
|
10137
|
+
none: "none";
|
|
9220
10138
|
"chat-sdk": "chat-sdk";
|
|
9221
10139
|
"tanstack-showcase": "tanstack-showcase";
|
|
9222
10140
|
}>>;
|
|
@@ -9330,8 +10248,8 @@ declare function getAllJsonSchemas(): {
|
|
|
9330
10248
|
"ai-cli": "ai-cli";
|
|
9331
10249
|
}>;
|
|
9332
10250
|
effect: z.ZodEnum<{
|
|
9333
|
-
none: "none";
|
|
9334
10251
|
effect: "effect";
|
|
10252
|
+
none: "none";
|
|
9335
10253
|
"effect-full": "effect-full";
|
|
9336
10254
|
}>;
|
|
9337
10255
|
stateManagement: z.ZodEnum<{
|
|
@@ -9466,8 +10384,8 @@ declare function getAllJsonSchemas(): {
|
|
|
9466
10384
|
"geist-mono": "geist-mono";
|
|
9467
10385
|
}>>;
|
|
9468
10386
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
9469
|
-
none: "none";
|
|
9470
10387
|
default: "default";
|
|
10388
|
+
none: "none";
|
|
9471
10389
|
small: "small";
|
|
9472
10390
|
medium: "medium";
|
|
9473
10391
|
large: "large";
|
|
@@ -9600,9 +10518,9 @@ declare function getAllJsonSchemas(): {
|
|
|
9600
10518
|
}>;
|
|
9601
10519
|
mobileUI: z.ZodEnum<{
|
|
9602
10520
|
none: "none";
|
|
9603
|
-
uniwind: "uniwind";
|
|
9604
10521
|
tamagui: "tamagui";
|
|
9605
10522
|
"gluestack-ui": "gluestack-ui";
|
|
10523
|
+
uniwind: "uniwind";
|
|
9606
10524
|
unistyles: "unistyles";
|
|
9607
10525
|
}>;
|
|
9608
10526
|
mobileStorage: 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";
|
|
@@ -9664,12 +10605,12 @@ declare function getAllJsonSchemas(): {
|
|
|
9664
10605
|
ratatui: "ratatui";
|
|
9665
10606
|
}>;
|
|
9666
10607
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
10608
|
+
config: "config";
|
|
9667
10609
|
none: "none";
|
|
9668
10610
|
serde: "serde";
|
|
9669
10611
|
uuid: "uuid";
|
|
9670
10612
|
chrono: "chrono";
|
|
9671
10613
|
reqwest: "reqwest";
|
|
9672
|
-
config: "config";
|
|
9673
10614
|
dashmap: "dashmap";
|
|
9674
10615
|
"parking-lot": "parking-lot";
|
|
9675
10616
|
secrecy: "secrecy";
|
|
@@ -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";
|
|
@@ -10193,62 +11219,68 @@ declare function getAllJsonSchemas(): {
|
|
|
10193
11219
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10194
11220
|
id: z.ZodString;
|
|
10195
11221
|
role: z.ZodEnum<{
|
|
10196
|
-
|
|
10197
|
-
|
|
11222
|
+
push: "push";
|
|
11223
|
+
frontend: "frontend";
|
|
11224
|
+
backend: "backend";
|
|
11225
|
+
mobile: "mobile";
|
|
10198
11226
|
database: "database";
|
|
11227
|
+
api: "api";
|
|
11228
|
+
graphql: "graphql";
|
|
10199
11229
|
orm: "orm";
|
|
10200
11230
|
auth: "auth";
|
|
10201
|
-
payments: "payments";
|
|
10202
|
-
frontend: "frontend";
|
|
10203
|
-
examples: "examples";
|
|
10204
|
-
dbSetup: "dbSetup";
|
|
10205
|
-
backend: "backend";
|
|
10206
11231
|
runtime: "runtime";
|
|
10207
|
-
|
|
10208
|
-
|
|
10209
|
-
|
|
10210
|
-
testing: "testing";
|
|
10211
|
-
email: "email";
|
|
10212
|
-
validation: "validation";
|
|
11232
|
+
deploy: "deploy";
|
|
11233
|
+
dbSetup: "dbSetup";
|
|
11234
|
+
migrations: "migrations";
|
|
10213
11235
|
realtime: "realtime";
|
|
10214
|
-
|
|
10215
|
-
animation: "animation";
|
|
10216
|
-
fileUpload: "fileUpload";
|
|
10217
|
-
logging: "logging";
|
|
10218
|
-
observability: "observability";
|
|
10219
|
-
featureFlags: "featureFlags";
|
|
10220
|
-
analytics: "analytics";
|
|
10221
|
-
cms: "cms";
|
|
11236
|
+
navigation: "navigation";
|
|
10222
11237
|
caching: "caching";
|
|
10223
|
-
|
|
10224
|
-
|
|
11238
|
+
observability: "observability";
|
|
11239
|
+
email: "email";
|
|
10225
11240
|
search: "search";
|
|
10226
11241
|
vectorDb: "vectorDb";
|
|
10227
11242
|
fileStorage: "fileStorage";
|
|
10228
|
-
|
|
10229
|
-
|
|
10230
|
-
|
|
10231
|
-
|
|
10232
|
-
|
|
10233
|
-
|
|
11243
|
+
jobQueue: "jobQueue";
|
|
11244
|
+
rateLimit: "rateLimit";
|
|
11245
|
+
testing: "testing";
|
|
11246
|
+
stateManagement: "stateManagement";
|
|
11247
|
+
forms: "forms";
|
|
11248
|
+
animation: "animation";
|
|
11249
|
+
fileUpload: "fileUpload";
|
|
11250
|
+
validation: "validation";
|
|
11251
|
+
effect: "effect";
|
|
10234
11252
|
ui: "ui";
|
|
10235
11253
|
css: "css";
|
|
10236
11254
|
storage: "storage";
|
|
10237
|
-
push: "push";
|
|
10238
11255
|
ota: "ota";
|
|
10239
11256
|
deepLinking: "deepLinking";
|
|
11257
|
+
ai: "ai";
|
|
11258
|
+
payments: "payments";
|
|
11259
|
+
logging: "logging";
|
|
11260
|
+
featureFlags: "featureFlags";
|
|
11261
|
+
analytics: "analytics";
|
|
11262
|
+
cms: "cms";
|
|
11263
|
+
i18n: "i18n";
|
|
10240
11264
|
documentation: "documentation";
|
|
10241
11265
|
codeQuality: "codeQuality";
|
|
10242
11266
|
appPlatform: "appPlatform";
|
|
10243
11267
|
dataFetching: "dataFetching";
|
|
10244
11268
|
workspaceTooling: "workspaceTooling";
|
|
11269
|
+
examples: "examples";
|
|
10245
11270
|
language: "language";
|
|
10246
11271
|
buildTool: "buildTool";
|
|
10247
11272
|
cli: "cli";
|
|
10248
11273
|
errorHandling: "errorHandling";
|
|
10249
11274
|
httpClient: "httpClient";
|
|
10250
11275
|
libraries: "libraries";
|
|
11276
|
+
config: "config";
|
|
10251
11277
|
templating: "templating";
|
|
11278
|
+
cloudSdk: "cloudSdk";
|
|
11279
|
+
data: "data";
|
|
11280
|
+
media: "media";
|
|
11281
|
+
server: "server";
|
|
11282
|
+
packageManager: "packageManager";
|
|
11283
|
+
messageQueue: "messageQueue";
|
|
10252
11284
|
}>;
|
|
10253
11285
|
toolId: z.ZodString;
|
|
10254
11286
|
ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -10309,13 +11341,13 @@ declare function getAllJsonSchemas(): {
|
|
|
10309
11341
|
sequelize: "sequelize";
|
|
10310
11342
|
}>;
|
|
10311
11343
|
backend: z.ZodEnum<{
|
|
11344
|
+
effect: "effect";
|
|
10312
11345
|
none: "none";
|
|
10313
11346
|
hono: "hono";
|
|
10314
11347
|
express: "express";
|
|
10315
11348
|
fastify: "fastify";
|
|
10316
11349
|
elysia: "elysia";
|
|
10317
11350
|
fets: "fets";
|
|
10318
|
-
effect: "effect";
|
|
10319
11351
|
nestjs: "nestjs";
|
|
10320
11352
|
adonisjs: "adonisjs";
|
|
10321
11353
|
nitro: "nitro";
|
|
@@ -10393,8 +11425,8 @@ declare function getAllJsonSchemas(): {
|
|
|
10393
11425
|
capacitor: "capacitor";
|
|
10394
11426
|
}>>;
|
|
10395
11427
|
examples: z.ZodArray<z.ZodEnum<{
|
|
10396
|
-
none: "none";
|
|
10397
11428
|
ai: "ai";
|
|
11429
|
+
none: "none";
|
|
10398
11430
|
"chat-sdk": "chat-sdk";
|
|
10399
11431
|
"tanstack-showcase": "tanstack-showcase";
|
|
10400
11432
|
}>>;
|
|
@@ -10508,8 +11540,8 @@ declare function getAllJsonSchemas(): {
|
|
|
10508
11540
|
"ai-cli": "ai-cli";
|
|
10509
11541
|
}>;
|
|
10510
11542
|
effect: z.ZodEnum<{
|
|
10511
|
-
none: "none";
|
|
10512
11543
|
effect: "effect";
|
|
11544
|
+
none: "none";
|
|
10513
11545
|
"effect-full": "effect-full";
|
|
10514
11546
|
}>;
|
|
10515
11547
|
stateManagement: z.ZodEnum<{
|
|
@@ -10644,8 +11676,8 @@ declare function getAllJsonSchemas(): {
|
|
|
10644
11676
|
"geist-mono": "geist-mono";
|
|
10645
11677
|
}>>;
|
|
10646
11678
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
10647
|
-
none: "none";
|
|
10648
11679
|
default: "default";
|
|
11680
|
+
none: "none";
|
|
10649
11681
|
small: "small";
|
|
10650
11682
|
medium: "medium";
|
|
10651
11683
|
large: "large";
|
|
@@ -10778,9 +11810,9 @@ declare function getAllJsonSchemas(): {
|
|
|
10778
11810
|
}>;
|
|
10779
11811
|
mobileUI: z.ZodEnum<{
|
|
10780
11812
|
none: "none";
|
|
10781
|
-
uniwind: "uniwind";
|
|
10782
11813
|
tamagui: "tamagui";
|
|
10783
11814
|
"gluestack-ui": "gluestack-ui";
|
|
11815
|
+
uniwind: "uniwind";
|
|
10784
11816
|
unistyles: "unistyles";
|
|
10785
11817
|
}>;
|
|
10786
11818
|
mobileStorage: 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";
|
|
@@ -10842,12 +11897,12 @@ declare function getAllJsonSchemas(): {
|
|
|
10842
11897
|
ratatui: "ratatui";
|
|
10843
11898
|
}>;
|
|
10844
11899
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
11900
|
+
config: "config";
|
|
10845
11901
|
none: "none";
|
|
10846
11902
|
serde: "serde";
|
|
10847
11903
|
uuid: "uuid";
|
|
10848
11904
|
chrono: "chrono";
|
|
10849
11905
|
reqwest: "reqwest";
|
|
10850
|
-
config: "config";
|
|
10851
11906
|
dashmap: "dashmap";
|
|
10852
11907
|
"parking-lot": "parking-lot";
|
|
10853
11908
|
secrecy: "secrecy";
|
|
@@ -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";
|
|
@@ -11371,62 +12511,68 @@ declare function getAllJsonSchemas(): {
|
|
|
11371
12511
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
11372
12512
|
id: z.ZodString;
|
|
11373
12513
|
role: z.ZodEnum<{
|
|
11374
|
-
|
|
11375
|
-
|
|
12514
|
+
push: "push";
|
|
12515
|
+
frontend: "frontend";
|
|
12516
|
+
backend: "backend";
|
|
12517
|
+
mobile: "mobile";
|
|
11376
12518
|
database: "database";
|
|
12519
|
+
api: "api";
|
|
12520
|
+
graphql: "graphql";
|
|
11377
12521
|
orm: "orm";
|
|
11378
12522
|
auth: "auth";
|
|
11379
|
-
payments: "payments";
|
|
11380
|
-
frontend: "frontend";
|
|
11381
|
-
examples: "examples";
|
|
11382
|
-
dbSetup: "dbSetup";
|
|
11383
|
-
backend: "backend";
|
|
11384
12523
|
runtime: "runtime";
|
|
11385
|
-
|
|
11386
|
-
|
|
11387
|
-
|
|
11388
|
-
testing: "testing";
|
|
11389
|
-
email: "email";
|
|
11390
|
-
validation: "validation";
|
|
12524
|
+
deploy: "deploy";
|
|
12525
|
+
dbSetup: "dbSetup";
|
|
12526
|
+
migrations: "migrations";
|
|
11391
12527
|
realtime: "realtime";
|
|
11392
|
-
|
|
11393
|
-
animation: "animation";
|
|
11394
|
-
fileUpload: "fileUpload";
|
|
11395
|
-
logging: "logging";
|
|
11396
|
-
observability: "observability";
|
|
11397
|
-
featureFlags: "featureFlags";
|
|
11398
|
-
analytics: "analytics";
|
|
11399
|
-
cms: "cms";
|
|
12528
|
+
navigation: "navigation";
|
|
11400
12529
|
caching: "caching";
|
|
11401
|
-
|
|
11402
|
-
|
|
12530
|
+
observability: "observability";
|
|
12531
|
+
email: "email";
|
|
11403
12532
|
search: "search";
|
|
11404
12533
|
vectorDb: "vectorDb";
|
|
11405
12534
|
fileStorage: "fileStorage";
|
|
11406
|
-
|
|
11407
|
-
|
|
11408
|
-
|
|
11409
|
-
|
|
11410
|
-
|
|
11411
|
-
|
|
12535
|
+
jobQueue: "jobQueue";
|
|
12536
|
+
rateLimit: "rateLimit";
|
|
12537
|
+
testing: "testing";
|
|
12538
|
+
stateManagement: "stateManagement";
|
|
12539
|
+
forms: "forms";
|
|
12540
|
+
animation: "animation";
|
|
12541
|
+
fileUpload: "fileUpload";
|
|
12542
|
+
validation: "validation";
|
|
12543
|
+
effect: "effect";
|
|
11412
12544
|
ui: "ui";
|
|
11413
12545
|
css: "css";
|
|
11414
12546
|
storage: "storage";
|
|
11415
|
-
push: "push";
|
|
11416
12547
|
ota: "ota";
|
|
11417
12548
|
deepLinking: "deepLinking";
|
|
12549
|
+
ai: "ai";
|
|
12550
|
+
payments: "payments";
|
|
12551
|
+
logging: "logging";
|
|
12552
|
+
featureFlags: "featureFlags";
|
|
12553
|
+
analytics: "analytics";
|
|
12554
|
+
cms: "cms";
|
|
12555
|
+
i18n: "i18n";
|
|
11418
12556
|
documentation: "documentation";
|
|
11419
12557
|
codeQuality: "codeQuality";
|
|
11420
12558
|
appPlatform: "appPlatform";
|
|
11421
12559
|
dataFetching: "dataFetching";
|
|
11422
12560
|
workspaceTooling: "workspaceTooling";
|
|
12561
|
+
examples: "examples";
|
|
11423
12562
|
language: "language";
|
|
11424
12563
|
buildTool: "buildTool";
|
|
11425
12564
|
cli: "cli";
|
|
11426
12565
|
errorHandling: "errorHandling";
|
|
11427
12566
|
httpClient: "httpClient";
|
|
11428
12567
|
libraries: "libraries";
|
|
12568
|
+
config: "config";
|
|
11429
12569
|
templating: "templating";
|
|
12570
|
+
cloudSdk: "cloudSdk";
|
|
12571
|
+
data: "data";
|
|
12572
|
+
media: "media";
|
|
12573
|
+
server: "server";
|
|
12574
|
+
packageManager: "packageManager";
|
|
12575
|
+
messageQueue: "messageQueue";
|
|
11430
12576
|
}>;
|
|
11431
12577
|
toolId: z.ZodString;
|
|
11432
12578
|
ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -11488,13 +12634,13 @@ declare function getAllJsonSchemas(): {
|
|
|
11488
12634
|
sequelize: "sequelize";
|
|
11489
12635
|
}>;
|
|
11490
12636
|
backend: z.ZodEnum<{
|
|
12637
|
+
effect: "effect";
|
|
11491
12638
|
none: "none";
|
|
11492
12639
|
hono: "hono";
|
|
11493
12640
|
express: "express";
|
|
11494
12641
|
fastify: "fastify";
|
|
11495
12642
|
elysia: "elysia";
|
|
11496
12643
|
fets: "fets";
|
|
11497
|
-
effect: "effect";
|
|
11498
12644
|
nestjs: "nestjs";
|
|
11499
12645
|
adonisjs: "adonisjs";
|
|
11500
12646
|
nitro: "nitro";
|
|
@@ -11572,8 +12718,8 @@ declare function getAllJsonSchemas(): {
|
|
|
11572
12718
|
capacitor: "capacitor";
|
|
11573
12719
|
}>>;
|
|
11574
12720
|
examples: z.ZodArray<z.ZodEnum<{
|
|
11575
|
-
none: "none";
|
|
11576
12721
|
ai: "ai";
|
|
12722
|
+
none: "none";
|
|
11577
12723
|
"chat-sdk": "chat-sdk";
|
|
11578
12724
|
"tanstack-showcase": "tanstack-showcase";
|
|
11579
12725
|
}>>;
|
|
@@ -11689,8 +12835,8 @@ declare function getAllJsonSchemas(): {
|
|
|
11689
12835
|
"ai-cli": "ai-cli";
|
|
11690
12836
|
}>;
|
|
11691
12837
|
effect: z.ZodEnum<{
|
|
11692
|
-
none: "none";
|
|
11693
12838
|
effect: "effect";
|
|
12839
|
+
none: "none";
|
|
11694
12840
|
"effect-full": "effect-full";
|
|
11695
12841
|
}>;
|
|
11696
12842
|
stateManagement: z.ZodEnum<{
|
|
@@ -11825,8 +12971,8 @@ declare function getAllJsonSchemas(): {
|
|
|
11825
12971
|
"geist-mono": "geist-mono";
|
|
11826
12972
|
}>>;
|
|
11827
12973
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
11828
|
-
none: "none";
|
|
11829
12974
|
default: "default";
|
|
12975
|
+
none: "none";
|
|
11830
12976
|
small: "small";
|
|
11831
12977
|
medium: "medium";
|
|
11832
12978
|
large: "large";
|
|
@@ -11959,9 +13105,9 @@ declare function getAllJsonSchemas(): {
|
|
|
11959
13105
|
}>;
|
|
11960
13106
|
mobileUI: z.ZodEnum<{
|
|
11961
13107
|
none: "none";
|
|
11962
|
-
uniwind: "uniwind";
|
|
11963
13108
|
tamagui: "tamagui";
|
|
11964
13109
|
"gluestack-ui": "gluestack-ui";
|
|
13110
|
+
uniwind: "uniwind";
|
|
11965
13111
|
unistyles: "unistyles";
|
|
11966
13112
|
}>;
|
|
11967
13113
|
mobileStorage: 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";
|
|
@@ -12023,12 +13192,12 @@ declare function getAllJsonSchemas(): {
|
|
|
12023
13192
|
ratatui: "ratatui";
|
|
12024
13193
|
}>;
|
|
12025
13194
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
13195
|
+
config: "config";
|
|
12026
13196
|
none: "none";
|
|
12027
13197
|
serde: "serde";
|
|
12028
13198
|
uuid: "uuid";
|
|
12029
13199
|
chrono: "chrono";
|
|
12030
13200
|
reqwest: "reqwest";
|
|
12031
|
-
config: "config";
|
|
12032
13201
|
dashmap: "dashmap";
|
|
12033
13202
|
"parking-lot": "parking-lot";
|
|
12034
13203
|
secrecy: "secrecy";
|
|
@@ -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";
|
|
@@ -12552,62 +13806,68 @@ declare function getAllJsonSchemas(): {
|
|
|
12552
13806
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12553
13807
|
id: z.ZodString;
|
|
12554
13808
|
role: z.ZodEnum<{
|
|
12555
|
-
|
|
12556
|
-
|
|
13809
|
+
push: "push";
|
|
13810
|
+
frontend: "frontend";
|
|
13811
|
+
backend: "backend";
|
|
13812
|
+
mobile: "mobile";
|
|
12557
13813
|
database: "database";
|
|
13814
|
+
api: "api";
|
|
13815
|
+
graphql: "graphql";
|
|
12558
13816
|
orm: "orm";
|
|
12559
13817
|
auth: "auth";
|
|
12560
|
-
payments: "payments";
|
|
12561
|
-
frontend: "frontend";
|
|
12562
|
-
examples: "examples";
|
|
12563
|
-
dbSetup: "dbSetup";
|
|
12564
|
-
backend: "backend";
|
|
12565
13818
|
runtime: "runtime";
|
|
12566
|
-
|
|
12567
|
-
|
|
12568
|
-
|
|
12569
|
-
testing: "testing";
|
|
12570
|
-
email: "email";
|
|
12571
|
-
validation: "validation";
|
|
13819
|
+
deploy: "deploy";
|
|
13820
|
+
dbSetup: "dbSetup";
|
|
13821
|
+
migrations: "migrations";
|
|
12572
13822
|
realtime: "realtime";
|
|
12573
|
-
|
|
12574
|
-
animation: "animation";
|
|
12575
|
-
fileUpload: "fileUpload";
|
|
12576
|
-
logging: "logging";
|
|
12577
|
-
observability: "observability";
|
|
12578
|
-
featureFlags: "featureFlags";
|
|
12579
|
-
analytics: "analytics";
|
|
12580
|
-
cms: "cms";
|
|
13823
|
+
navigation: "navigation";
|
|
12581
13824
|
caching: "caching";
|
|
12582
|
-
|
|
12583
|
-
|
|
13825
|
+
observability: "observability";
|
|
13826
|
+
email: "email";
|
|
12584
13827
|
search: "search";
|
|
12585
13828
|
vectorDb: "vectorDb";
|
|
12586
13829
|
fileStorage: "fileStorage";
|
|
12587
|
-
|
|
12588
|
-
|
|
12589
|
-
|
|
12590
|
-
|
|
12591
|
-
|
|
12592
|
-
|
|
13830
|
+
jobQueue: "jobQueue";
|
|
13831
|
+
rateLimit: "rateLimit";
|
|
13832
|
+
testing: "testing";
|
|
13833
|
+
stateManagement: "stateManagement";
|
|
13834
|
+
forms: "forms";
|
|
13835
|
+
animation: "animation";
|
|
13836
|
+
fileUpload: "fileUpload";
|
|
13837
|
+
validation: "validation";
|
|
13838
|
+
effect: "effect";
|
|
12593
13839
|
ui: "ui";
|
|
12594
13840
|
css: "css";
|
|
12595
13841
|
storage: "storage";
|
|
12596
|
-
push: "push";
|
|
12597
13842
|
ota: "ota";
|
|
12598
13843
|
deepLinking: "deepLinking";
|
|
13844
|
+
ai: "ai";
|
|
13845
|
+
payments: "payments";
|
|
13846
|
+
logging: "logging";
|
|
13847
|
+
featureFlags: "featureFlags";
|
|
13848
|
+
analytics: "analytics";
|
|
13849
|
+
cms: "cms";
|
|
13850
|
+
i18n: "i18n";
|
|
12599
13851
|
documentation: "documentation";
|
|
12600
13852
|
codeQuality: "codeQuality";
|
|
12601
13853
|
appPlatform: "appPlatform";
|
|
12602
13854
|
dataFetching: "dataFetching";
|
|
12603
13855
|
workspaceTooling: "workspaceTooling";
|
|
13856
|
+
examples: "examples";
|
|
12604
13857
|
language: "language";
|
|
12605
13858
|
buildTool: "buildTool";
|
|
12606
13859
|
cli: "cli";
|
|
12607
13860
|
errorHandling: "errorHandling";
|
|
12608
13861
|
httpClient: "httpClient";
|
|
12609
13862
|
libraries: "libraries";
|
|
13863
|
+
config: "config";
|
|
12610
13864
|
templating: "templating";
|
|
13865
|
+
cloudSdk: "cloudSdk";
|
|
13866
|
+
data: "data";
|
|
13867
|
+
media: "media";
|
|
13868
|
+
server: "server";
|
|
13869
|
+
packageManager: "packageManager";
|
|
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
|