@better-fullstack/types 1.6.3 → 1.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{defaults-aGwVXJh5.mjs → defaults-DtBqH42_.mjs} +2 -1
- package/dist/{defaults-aGwVXJh5.mjs.map → defaults-DtBqH42_.mjs.map} +1 -1
- package/dist/{defaults-C-sFuvss.d.mts → defaults-Ra4H-o6R.d.mts} +2 -2
- package/dist/defaults-Ra4H-o6R.d.mts.map +1 -0
- package/dist/defaults.d.mts +3 -3
- package/dist/defaults.mjs +1 -1
- package/dist/index.d.mts +5 -176
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +4 -2811
- package/dist/index.mjs.map +1 -1
- package/dist/json-schema.d.mts +362 -0
- package/dist/json-schema.d.mts.map +1 -1
- package/dist/json-schema.mjs +1 -1
- package/dist/{schemas-CDxaaiIP.mjs → schemas-B2DBDBdl.mjs} +67 -8
- package/dist/schemas-B2DBDBdl.mjs.map +1 -0
- package/dist/{schemas-BsdLtIDm.d.mts → schemas-CC-_Vkoh.d.mts} +317 -15
- package/dist/schemas-CC-_Vkoh.d.mts.map +1 -0
- package/dist/schemas.d.mts +2 -2
- package/dist/schemas.mjs +2 -2
- package/dist/stack-translation-B8OgQLwv.d.mts +303 -0
- package/dist/stack-translation-B8OgQLwv.d.mts.map +1 -0
- package/dist/stack-translation-Bag2NJRD.mjs +3946 -0
- package/dist/stack-translation-Bag2NJRD.mjs.map +1 -0
- package/dist/stack-translation.d.mts +5 -0
- package/dist/stack-translation.mjs +4 -0
- package/dist/{types-rP2wE60D.d.mts → types-Cd8oAhRY.d.mts} +4 -3
- package/dist/types-Cd8oAhRY.d.mts.map +1 -0
- package/dist/types.d.mts +3 -3
- package/package.json +6 -2
- package/dist/defaults-C-sFuvss.d.mts.map +0 -1
- package/dist/schemas-BsdLtIDm.d.mts.map +0 -1
- package/dist/schemas-CDxaaiIP.mjs.map +0 -1
- package/dist/types-rP2wE60D.d.mts.map +0 -1
|
@@ -315,6 +315,9 @@ declare const FeatureFlagsSchema: z.ZodEnum<{
|
|
|
315
315
|
none: "none";
|
|
316
316
|
growthbook: "growthbook";
|
|
317
317
|
posthog: "posthog";
|
|
318
|
+
launchdarkly: "launchdarkly";
|
|
319
|
+
flagsmith: "flagsmith";
|
|
320
|
+
unleash: "unleash";
|
|
318
321
|
}>;
|
|
319
322
|
declare const AnalyticsSchema: z.ZodEnum<{
|
|
320
323
|
none: "none";
|
|
@@ -351,11 +354,22 @@ declare const RustCliSchema: z.ZodEnum<{
|
|
|
351
354
|
declare const RustLibrariesSchema: z.ZodEnum<{
|
|
352
355
|
none: "none";
|
|
353
356
|
serde: "serde";
|
|
357
|
+
uuid: "uuid";
|
|
358
|
+
chrono: "chrono";
|
|
359
|
+
reqwest: "reqwest";
|
|
360
|
+
config: "config";
|
|
361
|
+
dashmap: "dashmap";
|
|
362
|
+
"parking-lot": "parking-lot";
|
|
363
|
+
secrecy: "secrecy";
|
|
364
|
+
"tokio-util": "tokio-util";
|
|
365
|
+
utoipa: "utoipa";
|
|
354
366
|
validator: "validator";
|
|
355
367
|
jsonwebtoken: "jsonwebtoken";
|
|
356
368
|
argon2: "argon2";
|
|
357
369
|
"tokio-test": "tokio-test";
|
|
358
370
|
mockall: "mockall";
|
|
371
|
+
proptest: "proptest";
|
|
372
|
+
insta: "insta";
|
|
359
373
|
}>;
|
|
360
374
|
declare const RustLoggingSchema: z.ZodEnum<{
|
|
361
375
|
none: "none";
|
|
@@ -401,23 +415,35 @@ declare const PythonAiSchema: z.ZodEnum<{
|
|
|
401
415
|
"openai-sdk": "openai-sdk";
|
|
402
416
|
"anthropic-sdk": "anthropic-sdk";
|
|
403
417
|
crewai: "crewai";
|
|
418
|
+
haystack: "haystack";
|
|
404
419
|
}>;
|
|
405
420
|
declare const PythonAuthSchema: z.ZodEnum<{
|
|
406
421
|
none: "none";
|
|
407
422
|
authlib: "authlib";
|
|
408
423
|
jwt: "jwt";
|
|
409
424
|
}>;
|
|
425
|
+
declare const PythonApiSchema: z.ZodEnum<{
|
|
426
|
+
none: "none";
|
|
427
|
+
"django-rest-framework": "django-rest-framework";
|
|
428
|
+
"django-ninja": "django-ninja";
|
|
429
|
+
}>;
|
|
410
430
|
declare const PythonTaskQueueSchema: z.ZodEnum<{
|
|
411
431
|
none: "none";
|
|
412
432
|
celery: "celery";
|
|
433
|
+
rq: "rq";
|
|
434
|
+
dramatiq: "dramatiq";
|
|
435
|
+
huey: "huey";
|
|
413
436
|
}>;
|
|
414
437
|
declare const PythonGraphqlSchema: z.ZodEnum<{
|
|
415
438
|
none: "none";
|
|
416
439
|
strawberry: "strawberry";
|
|
440
|
+
ariadne: "ariadne";
|
|
417
441
|
}>;
|
|
418
442
|
declare const PythonQualitySchema: z.ZodEnum<{
|
|
419
443
|
none: "none";
|
|
420
444
|
ruff: "ruff";
|
|
445
|
+
mypy: "mypy";
|
|
446
|
+
pyright: "pyright";
|
|
421
447
|
}>;
|
|
422
448
|
declare const GoWebFrameworkSchema: z.ZodEnum<{
|
|
423
449
|
none: "none";
|
|
@@ -440,12 +466,14 @@ declare const GoCliSchema: z.ZodEnum<{
|
|
|
440
466
|
none: "none";
|
|
441
467
|
cobra: "cobra";
|
|
442
468
|
bubbletea: "bubbletea";
|
|
469
|
+
"urfave-cli": "urfave-cli";
|
|
443
470
|
}>;
|
|
444
471
|
declare const GoLoggingSchema: z.ZodEnum<{
|
|
445
472
|
none: "none";
|
|
446
473
|
zap: "zap";
|
|
447
474
|
zerolog: "zerolog";
|
|
448
475
|
slog: "slog";
|
|
476
|
+
logrus: "logrus";
|
|
449
477
|
}>;
|
|
450
478
|
declare const GoAuthSchema: z.ZodEnum<{
|
|
451
479
|
none: "none";
|
|
@@ -455,6 +483,7 @@ declare const GoAuthSchema: z.ZodEnum<{
|
|
|
455
483
|
declare const JavaWebFrameworkSchema: z.ZodEnum<{
|
|
456
484
|
none: "none";
|
|
457
485
|
"spring-boot": "spring-boot";
|
|
486
|
+
quarkus: "quarkus";
|
|
458
487
|
}>;
|
|
459
488
|
declare const JavaBuildToolSchema: z.ZodEnum<{
|
|
460
489
|
none: "none";
|
|
@@ -479,6 +508,14 @@ declare const JavaLibrariesSchema: z.ZodEnum<{
|
|
|
479
508
|
lombok: "lombok";
|
|
480
509
|
mapstruct: "mapstruct";
|
|
481
510
|
caffeine: "caffeine";
|
|
511
|
+
resilience4j: "resilience4j";
|
|
512
|
+
"spring-webflux": "spring-webflux";
|
|
513
|
+
"spring-batch": "spring-batch";
|
|
514
|
+
"spring-kafka": "spring-kafka";
|
|
515
|
+
"spring-mail": "spring-mail";
|
|
516
|
+
"spring-devtools": "spring-devtools";
|
|
517
|
+
"micrometer-prometheus": "micrometer-prometheus";
|
|
518
|
+
thymeleaf: "thymeleaf";
|
|
482
519
|
}>;
|
|
483
520
|
declare const JavaTestingLibrariesSchema: z.ZodEnum<{
|
|
484
521
|
none: "none";
|
|
@@ -515,6 +552,8 @@ declare const UILibrarySchema: z.ZodEnum<{
|
|
|
515
552
|
"chakra-ui": "chakra-ui";
|
|
516
553
|
nextui: "nextui";
|
|
517
554
|
mantine: "mantine";
|
|
555
|
+
mui: "mui";
|
|
556
|
+
antd: "antd";
|
|
518
557
|
"base-ui": "base-ui";
|
|
519
558
|
"ark-ui": "ark-ui";
|
|
520
559
|
"react-aria": "react-aria";
|
|
@@ -529,6 +568,8 @@ declare const ShadcnStyleSchema: z.ZodEnum<{
|
|
|
529
568
|
maia: "maia";
|
|
530
569
|
lyra: "lyra";
|
|
531
570
|
mira: "mira";
|
|
571
|
+
luma: "luma";
|
|
572
|
+
sera: "sera";
|
|
532
573
|
}>;
|
|
533
574
|
declare const ShadcnIconLibrarySchema: z.ZodEnum<{
|
|
534
575
|
lucide: "lucide";
|
|
@@ -536,6 +577,8 @@ declare const ShadcnIconLibrarySchema: z.ZodEnum<{
|
|
|
536
577
|
hugeicons: "hugeicons";
|
|
537
578
|
phosphor: "phosphor";
|
|
538
579
|
remixicon: "remixicon";
|
|
580
|
+
heroicons: "heroicons";
|
|
581
|
+
"react-icons": "react-icons";
|
|
539
582
|
}>;
|
|
540
583
|
declare const ShadcnColorThemeSchema: z.ZodEnum<{
|
|
541
584
|
neutral: "neutral";
|
|
@@ -873,6 +916,8 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
873
916
|
"chakra-ui": "chakra-ui";
|
|
874
917
|
nextui: "nextui";
|
|
875
918
|
mantine: "mantine";
|
|
919
|
+
mui: "mui";
|
|
920
|
+
antd: "antd";
|
|
876
921
|
"base-ui": "base-ui";
|
|
877
922
|
"ark-ui": "ark-ui";
|
|
878
923
|
"react-aria": "react-aria";
|
|
@@ -887,6 +932,8 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
887
932
|
maia: "maia";
|
|
888
933
|
lyra: "lyra";
|
|
889
934
|
mira: "mira";
|
|
935
|
+
luma: "luma";
|
|
936
|
+
sera: "sera";
|
|
890
937
|
}>>;
|
|
891
938
|
shadcnIconLibrary: z.ZodOptional<z.ZodEnum<{
|
|
892
939
|
lucide: "lucide";
|
|
@@ -894,6 +941,8 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
894
941
|
hugeicons: "hugeicons";
|
|
895
942
|
phosphor: "phosphor";
|
|
896
943
|
remixicon: "remixicon";
|
|
944
|
+
heroicons: "heroicons";
|
|
945
|
+
"react-icons": "react-icons";
|
|
897
946
|
}>>;
|
|
898
947
|
shadcnColorTheme: z.ZodOptional<z.ZodEnum<{
|
|
899
948
|
neutral: "neutral";
|
|
@@ -1000,6 +1049,9 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1000
1049
|
none: "none";
|
|
1001
1050
|
growthbook: "growthbook";
|
|
1002
1051
|
posthog: "posthog";
|
|
1052
|
+
launchdarkly: "launchdarkly";
|
|
1053
|
+
flagsmith: "flagsmith";
|
|
1054
|
+
unleash: "unleash";
|
|
1003
1055
|
}>>;
|
|
1004
1056
|
analytics: z.ZodOptional<z.ZodEnum<{
|
|
1005
1057
|
none: "none";
|
|
@@ -1064,11 +1116,22 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1064
1116
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1065
1117
|
none: "none";
|
|
1066
1118
|
serde: "serde";
|
|
1119
|
+
uuid: "uuid";
|
|
1120
|
+
chrono: "chrono";
|
|
1121
|
+
reqwest: "reqwest";
|
|
1122
|
+
config: "config";
|
|
1123
|
+
dashmap: "dashmap";
|
|
1124
|
+
"parking-lot": "parking-lot";
|
|
1125
|
+
secrecy: "secrecy";
|
|
1126
|
+
"tokio-util": "tokio-util";
|
|
1127
|
+
utoipa: "utoipa";
|
|
1067
1128
|
validator: "validator";
|
|
1068
1129
|
jsonwebtoken: "jsonwebtoken";
|
|
1069
1130
|
argon2: "argon2";
|
|
1070
1131
|
"tokio-test": "tokio-test";
|
|
1071
1132
|
mockall: "mockall";
|
|
1133
|
+
proptest: "proptest";
|
|
1134
|
+
insta: "insta";
|
|
1072
1135
|
}>>>;
|
|
1073
1136
|
rustLogging: z.ZodOptional<z.ZodEnum<{
|
|
1074
1137
|
none: "none";
|
|
@@ -1114,23 +1177,35 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1114
1177
|
"openai-sdk": "openai-sdk";
|
|
1115
1178
|
"anthropic-sdk": "anthropic-sdk";
|
|
1116
1179
|
crewai: "crewai";
|
|
1180
|
+
haystack: "haystack";
|
|
1117
1181
|
}>>>;
|
|
1118
1182
|
pythonAuth: z.ZodOptional<z.ZodEnum<{
|
|
1119
1183
|
none: "none";
|
|
1120
1184
|
authlib: "authlib";
|
|
1121
1185
|
jwt: "jwt";
|
|
1122
1186
|
}>>;
|
|
1187
|
+
pythonApi: z.ZodOptional<z.ZodEnum<{
|
|
1188
|
+
none: "none";
|
|
1189
|
+
"django-rest-framework": "django-rest-framework";
|
|
1190
|
+
"django-ninja": "django-ninja";
|
|
1191
|
+
}>>;
|
|
1123
1192
|
pythonTaskQueue: z.ZodOptional<z.ZodEnum<{
|
|
1124
1193
|
none: "none";
|
|
1125
1194
|
celery: "celery";
|
|
1195
|
+
rq: "rq";
|
|
1196
|
+
dramatiq: "dramatiq";
|
|
1197
|
+
huey: "huey";
|
|
1126
1198
|
}>>;
|
|
1127
1199
|
pythonGraphql: z.ZodOptional<z.ZodEnum<{
|
|
1128
1200
|
none: "none";
|
|
1129
1201
|
strawberry: "strawberry";
|
|
1202
|
+
ariadne: "ariadne";
|
|
1130
1203
|
}>>;
|
|
1131
1204
|
pythonQuality: z.ZodOptional<z.ZodEnum<{
|
|
1132
1205
|
none: "none";
|
|
1133
1206
|
ruff: "ruff";
|
|
1207
|
+
mypy: "mypy";
|
|
1208
|
+
pyright: "pyright";
|
|
1134
1209
|
}>>;
|
|
1135
1210
|
goWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
1136
1211
|
none: "none";
|
|
@@ -1153,12 +1228,14 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1153
1228
|
none: "none";
|
|
1154
1229
|
cobra: "cobra";
|
|
1155
1230
|
bubbletea: "bubbletea";
|
|
1231
|
+
"urfave-cli": "urfave-cli";
|
|
1156
1232
|
}>>;
|
|
1157
1233
|
goLogging: z.ZodOptional<z.ZodEnum<{
|
|
1158
1234
|
none: "none";
|
|
1159
1235
|
zap: "zap";
|
|
1160
1236
|
zerolog: "zerolog";
|
|
1161
1237
|
slog: "slog";
|
|
1238
|
+
logrus: "logrus";
|
|
1162
1239
|
}>>;
|
|
1163
1240
|
goAuth: z.ZodOptional<z.ZodEnum<{
|
|
1164
1241
|
none: "none";
|
|
@@ -1168,6 +1245,7 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1168
1245
|
javaWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
1169
1246
|
none: "none";
|
|
1170
1247
|
"spring-boot": "spring-boot";
|
|
1248
|
+
quarkus: "quarkus";
|
|
1171
1249
|
}>>;
|
|
1172
1250
|
javaBuildTool: z.ZodOptional<z.ZodEnum<{
|
|
1173
1251
|
none: "none";
|
|
@@ -1192,6 +1270,14 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1192
1270
|
lombok: "lombok";
|
|
1193
1271
|
mapstruct: "mapstruct";
|
|
1194
1272
|
caffeine: "caffeine";
|
|
1273
|
+
resilience4j: "resilience4j";
|
|
1274
|
+
"spring-webflux": "spring-webflux";
|
|
1275
|
+
"spring-batch": "spring-batch";
|
|
1276
|
+
"spring-kafka": "spring-kafka";
|
|
1277
|
+
"spring-mail": "spring-mail";
|
|
1278
|
+
"spring-devtools": "spring-devtools";
|
|
1279
|
+
"micrometer-prometheus": "micrometer-prometheus";
|
|
1280
|
+
thymeleaf: "thymeleaf";
|
|
1195
1281
|
}>>>;
|
|
1196
1282
|
javaTestingLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1197
1283
|
none: "none";
|
|
@@ -1538,6 +1624,8 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
1538
1624
|
"chakra-ui": "chakra-ui";
|
|
1539
1625
|
nextui: "nextui";
|
|
1540
1626
|
mantine: "mantine";
|
|
1627
|
+
mui: "mui";
|
|
1628
|
+
antd: "antd";
|
|
1541
1629
|
"base-ui": "base-ui";
|
|
1542
1630
|
"ark-ui": "ark-ui";
|
|
1543
1631
|
"react-aria": "react-aria";
|
|
@@ -1552,6 +1640,8 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
1552
1640
|
maia: "maia";
|
|
1553
1641
|
lyra: "lyra";
|
|
1554
1642
|
mira: "mira";
|
|
1643
|
+
luma: "luma";
|
|
1644
|
+
sera: "sera";
|
|
1555
1645
|
}>>;
|
|
1556
1646
|
shadcnIconLibrary: z.ZodOptional<z.ZodEnum<{
|
|
1557
1647
|
lucide: "lucide";
|
|
@@ -1559,6 +1649,8 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
1559
1649
|
hugeicons: "hugeicons";
|
|
1560
1650
|
phosphor: "phosphor";
|
|
1561
1651
|
remixicon: "remixicon";
|
|
1652
|
+
heroicons: "heroicons";
|
|
1653
|
+
"react-icons": "react-icons";
|
|
1562
1654
|
}>>;
|
|
1563
1655
|
shadcnColorTheme: z.ZodOptional<z.ZodEnum<{
|
|
1564
1656
|
neutral: "neutral";
|
|
@@ -1665,6 +1757,9 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
1665
1757
|
none: "none";
|
|
1666
1758
|
growthbook: "growthbook";
|
|
1667
1759
|
posthog: "posthog";
|
|
1760
|
+
launchdarkly: "launchdarkly";
|
|
1761
|
+
flagsmith: "flagsmith";
|
|
1762
|
+
unleash: "unleash";
|
|
1668
1763
|
}>>;
|
|
1669
1764
|
analytics: z.ZodOptional<z.ZodEnum<{
|
|
1670
1765
|
none: "none";
|
|
@@ -1729,11 +1824,22 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
1729
1824
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1730
1825
|
none: "none";
|
|
1731
1826
|
serde: "serde";
|
|
1827
|
+
uuid: "uuid";
|
|
1828
|
+
chrono: "chrono";
|
|
1829
|
+
reqwest: "reqwest";
|
|
1830
|
+
config: "config";
|
|
1831
|
+
dashmap: "dashmap";
|
|
1832
|
+
"parking-lot": "parking-lot";
|
|
1833
|
+
secrecy: "secrecy";
|
|
1834
|
+
"tokio-util": "tokio-util";
|
|
1835
|
+
utoipa: "utoipa";
|
|
1732
1836
|
validator: "validator";
|
|
1733
1837
|
jsonwebtoken: "jsonwebtoken";
|
|
1734
1838
|
argon2: "argon2";
|
|
1735
1839
|
"tokio-test": "tokio-test";
|
|
1736
1840
|
mockall: "mockall";
|
|
1841
|
+
proptest: "proptest";
|
|
1842
|
+
insta: "insta";
|
|
1737
1843
|
}>>>;
|
|
1738
1844
|
rustLogging: z.ZodOptional<z.ZodEnum<{
|
|
1739
1845
|
none: "none";
|
|
@@ -1779,23 +1885,35 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
1779
1885
|
"openai-sdk": "openai-sdk";
|
|
1780
1886
|
"anthropic-sdk": "anthropic-sdk";
|
|
1781
1887
|
crewai: "crewai";
|
|
1888
|
+
haystack: "haystack";
|
|
1782
1889
|
}>>>;
|
|
1783
1890
|
pythonAuth: z.ZodOptional<z.ZodEnum<{
|
|
1784
1891
|
none: "none";
|
|
1785
1892
|
authlib: "authlib";
|
|
1786
1893
|
jwt: "jwt";
|
|
1787
1894
|
}>>;
|
|
1895
|
+
pythonApi: z.ZodOptional<z.ZodEnum<{
|
|
1896
|
+
none: "none";
|
|
1897
|
+
"django-rest-framework": "django-rest-framework";
|
|
1898
|
+
"django-ninja": "django-ninja";
|
|
1899
|
+
}>>;
|
|
1788
1900
|
pythonTaskQueue: z.ZodOptional<z.ZodEnum<{
|
|
1789
1901
|
none: "none";
|
|
1790
1902
|
celery: "celery";
|
|
1903
|
+
rq: "rq";
|
|
1904
|
+
dramatiq: "dramatiq";
|
|
1905
|
+
huey: "huey";
|
|
1791
1906
|
}>>;
|
|
1792
1907
|
pythonGraphql: z.ZodOptional<z.ZodEnum<{
|
|
1793
1908
|
none: "none";
|
|
1794
1909
|
strawberry: "strawberry";
|
|
1910
|
+
ariadne: "ariadne";
|
|
1795
1911
|
}>>;
|
|
1796
1912
|
pythonQuality: z.ZodOptional<z.ZodEnum<{
|
|
1797
1913
|
none: "none";
|
|
1798
1914
|
ruff: "ruff";
|
|
1915
|
+
mypy: "mypy";
|
|
1916
|
+
pyright: "pyright";
|
|
1799
1917
|
}>>;
|
|
1800
1918
|
goWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
1801
1919
|
none: "none";
|
|
@@ -1818,12 +1936,14 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
1818
1936
|
none: "none";
|
|
1819
1937
|
cobra: "cobra";
|
|
1820
1938
|
bubbletea: "bubbletea";
|
|
1939
|
+
"urfave-cli": "urfave-cli";
|
|
1821
1940
|
}>>;
|
|
1822
1941
|
goLogging: z.ZodOptional<z.ZodEnum<{
|
|
1823
1942
|
none: "none";
|
|
1824
1943
|
zap: "zap";
|
|
1825
1944
|
zerolog: "zerolog";
|
|
1826
1945
|
slog: "slog";
|
|
1946
|
+
logrus: "logrus";
|
|
1827
1947
|
}>>;
|
|
1828
1948
|
goAuth: z.ZodOptional<z.ZodEnum<{
|
|
1829
1949
|
none: "none";
|
|
@@ -1833,6 +1953,7 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
1833
1953
|
javaWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
1834
1954
|
none: "none";
|
|
1835
1955
|
"spring-boot": "spring-boot";
|
|
1956
|
+
quarkus: "quarkus";
|
|
1836
1957
|
}>>;
|
|
1837
1958
|
javaBuildTool: z.ZodOptional<z.ZodEnum<{
|
|
1838
1959
|
none: "none";
|
|
@@ -1857,6 +1978,14 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
1857
1978
|
lombok: "lombok";
|
|
1858
1979
|
mapstruct: "mapstruct";
|
|
1859
1980
|
caffeine: "caffeine";
|
|
1981
|
+
resilience4j: "resilience4j";
|
|
1982
|
+
"spring-webflux": "spring-webflux";
|
|
1983
|
+
"spring-batch": "spring-batch";
|
|
1984
|
+
"spring-kafka": "spring-kafka";
|
|
1985
|
+
"spring-mail": "spring-mail";
|
|
1986
|
+
"spring-devtools": "spring-devtools";
|
|
1987
|
+
"micrometer-prometheus": "micrometer-prometheus";
|
|
1988
|
+
thymeleaf: "thymeleaf";
|
|
1860
1989
|
}>>>;
|
|
1861
1990
|
javaTestingLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1862
1991
|
none: "none";
|
|
@@ -2132,6 +2261,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
2132
2261
|
"chakra-ui": "chakra-ui";
|
|
2133
2262
|
nextui: "nextui";
|
|
2134
2263
|
mantine: "mantine";
|
|
2264
|
+
mui: "mui";
|
|
2265
|
+
antd: "antd";
|
|
2135
2266
|
"base-ui": "base-ui";
|
|
2136
2267
|
"ark-ui": "ark-ui";
|
|
2137
2268
|
"react-aria": "react-aria";
|
|
@@ -2146,6 +2277,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
2146
2277
|
maia: "maia";
|
|
2147
2278
|
lyra: "lyra";
|
|
2148
2279
|
mira: "mira";
|
|
2280
|
+
luma: "luma";
|
|
2281
|
+
sera: "sera";
|
|
2149
2282
|
}>>;
|
|
2150
2283
|
shadcnIconLibrary: z.ZodOptional<z.ZodEnum<{
|
|
2151
2284
|
lucide: "lucide";
|
|
@@ -2153,6 +2286,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
2153
2286
|
hugeicons: "hugeicons";
|
|
2154
2287
|
phosphor: "phosphor";
|
|
2155
2288
|
remixicon: "remixicon";
|
|
2289
|
+
heroicons: "heroicons";
|
|
2290
|
+
"react-icons": "react-icons";
|
|
2156
2291
|
}>>;
|
|
2157
2292
|
shadcnColorTheme: z.ZodOptional<z.ZodEnum<{
|
|
2158
2293
|
neutral: "neutral";
|
|
@@ -2259,6 +2394,9 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
2259
2394
|
none: "none";
|
|
2260
2395
|
growthbook: "growthbook";
|
|
2261
2396
|
posthog: "posthog";
|
|
2397
|
+
launchdarkly: "launchdarkly";
|
|
2398
|
+
flagsmith: "flagsmith";
|
|
2399
|
+
unleash: "unleash";
|
|
2262
2400
|
}>;
|
|
2263
2401
|
analytics: z.ZodEnum<{
|
|
2264
2402
|
none: "none";
|
|
@@ -2323,11 +2461,22 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
2323
2461
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
2324
2462
|
none: "none";
|
|
2325
2463
|
serde: "serde";
|
|
2464
|
+
uuid: "uuid";
|
|
2465
|
+
chrono: "chrono";
|
|
2466
|
+
reqwest: "reqwest";
|
|
2467
|
+
config: "config";
|
|
2468
|
+
dashmap: "dashmap";
|
|
2469
|
+
"parking-lot": "parking-lot";
|
|
2470
|
+
secrecy: "secrecy";
|
|
2471
|
+
"tokio-util": "tokio-util";
|
|
2472
|
+
utoipa: "utoipa";
|
|
2326
2473
|
validator: "validator";
|
|
2327
2474
|
jsonwebtoken: "jsonwebtoken";
|
|
2328
2475
|
argon2: "argon2";
|
|
2329
2476
|
"tokio-test": "tokio-test";
|
|
2330
2477
|
mockall: "mockall";
|
|
2478
|
+
proptest: "proptest";
|
|
2479
|
+
insta: "insta";
|
|
2331
2480
|
}>>;
|
|
2332
2481
|
rustLogging: z.ZodEnum<{
|
|
2333
2482
|
none: "none";
|
|
@@ -2373,23 +2522,35 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
2373
2522
|
"openai-sdk": "openai-sdk";
|
|
2374
2523
|
"anthropic-sdk": "anthropic-sdk";
|
|
2375
2524
|
crewai: "crewai";
|
|
2525
|
+
haystack: "haystack";
|
|
2376
2526
|
}>>;
|
|
2377
2527
|
pythonAuth: z.ZodEnum<{
|
|
2378
2528
|
none: "none";
|
|
2379
2529
|
authlib: "authlib";
|
|
2380
2530
|
jwt: "jwt";
|
|
2381
2531
|
}>;
|
|
2532
|
+
pythonApi: z.ZodEnum<{
|
|
2533
|
+
none: "none";
|
|
2534
|
+
"django-rest-framework": "django-rest-framework";
|
|
2535
|
+
"django-ninja": "django-ninja";
|
|
2536
|
+
}>;
|
|
2382
2537
|
pythonTaskQueue: z.ZodEnum<{
|
|
2383
2538
|
none: "none";
|
|
2384
2539
|
celery: "celery";
|
|
2540
|
+
rq: "rq";
|
|
2541
|
+
dramatiq: "dramatiq";
|
|
2542
|
+
huey: "huey";
|
|
2385
2543
|
}>;
|
|
2386
2544
|
pythonGraphql: z.ZodEnum<{
|
|
2387
2545
|
none: "none";
|
|
2388
2546
|
strawberry: "strawberry";
|
|
2547
|
+
ariadne: "ariadne";
|
|
2389
2548
|
}>;
|
|
2390
2549
|
pythonQuality: z.ZodEnum<{
|
|
2391
2550
|
none: "none";
|
|
2392
2551
|
ruff: "ruff";
|
|
2552
|
+
mypy: "mypy";
|
|
2553
|
+
pyright: "pyright";
|
|
2393
2554
|
}>;
|
|
2394
2555
|
goWebFramework: z.ZodEnum<{
|
|
2395
2556
|
none: "none";
|
|
@@ -2412,12 +2573,14 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
2412
2573
|
none: "none";
|
|
2413
2574
|
cobra: "cobra";
|
|
2414
2575
|
bubbletea: "bubbletea";
|
|
2576
|
+
"urfave-cli": "urfave-cli";
|
|
2415
2577
|
}>;
|
|
2416
2578
|
goLogging: z.ZodEnum<{
|
|
2417
2579
|
none: "none";
|
|
2418
2580
|
zap: "zap";
|
|
2419
2581
|
zerolog: "zerolog";
|
|
2420
2582
|
slog: "slog";
|
|
2583
|
+
logrus: "logrus";
|
|
2421
2584
|
}>;
|
|
2422
2585
|
goAuth: z.ZodEnum<{
|
|
2423
2586
|
none: "none";
|
|
@@ -2427,6 +2590,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
2427
2590
|
javaWebFramework: z.ZodEnum<{
|
|
2428
2591
|
none: "none";
|
|
2429
2592
|
"spring-boot": "spring-boot";
|
|
2593
|
+
quarkus: "quarkus";
|
|
2430
2594
|
}>;
|
|
2431
2595
|
javaBuildTool: z.ZodEnum<{
|
|
2432
2596
|
none: "none";
|
|
@@ -2451,6 +2615,14 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
2451
2615
|
lombok: "lombok";
|
|
2452
2616
|
mapstruct: "mapstruct";
|
|
2453
2617
|
caffeine: "caffeine";
|
|
2618
|
+
resilience4j: "resilience4j";
|
|
2619
|
+
"spring-webflux": "spring-webflux";
|
|
2620
|
+
"spring-batch": "spring-batch";
|
|
2621
|
+
"spring-kafka": "spring-kafka";
|
|
2622
|
+
"spring-mail": "spring-mail";
|
|
2623
|
+
"spring-devtools": "spring-devtools";
|
|
2624
|
+
"micrometer-prometheus": "micrometer-prometheus";
|
|
2625
|
+
thymeleaf: "thymeleaf";
|
|
2454
2626
|
}>>;
|
|
2455
2627
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
2456
2628
|
none: "none";
|
|
@@ -2722,6 +2894,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
2722
2894
|
"chakra-ui": "chakra-ui";
|
|
2723
2895
|
nextui: "nextui";
|
|
2724
2896
|
mantine: "mantine";
|
|
2897
|
+
mui: "mui";
|
|
2898
|
+
antd: "antd";
|
|
2725
2899
|
"base-ui": "base-ui";
|
|
2726
2900
|
"ark-ui": "ark-ui";
|
|
2727
2901
|
"react-aria": "react-aria";
|
|
@@ -2736,6 +2910,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
2736
2910
|
maia: "maia";
|
|
2737
2911
|
lyra: "lyra";
|
|
2738
2912
|
mira: "mira";
|
|
2913
|
+
luma: "luma";
|
|
2914
|
+
sera: "sera";
|
|
2739
2915
|
}>>;
|
|
2740
2916
|
shadcnIconLibrary: z.ZodOptional<z.ZodEnum<{
|
|
2741
2917
|
lucide: "lucide";
|
|
@@ -2743,6 +2919,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
2743
2919
|
hugeicons: "hugeicons";
|
|
2744
2920
|
phosphor: "phosphor";
|
|
2745
2921
|
remixicon: "remixicon";
|
|
2922
|
+
heroicons: "heroicons";
|
|
2923
|
+
"react-icons": "react-icons";
|
|
2746
2924
|
}>>;
|
|
2747
2925
|
shadcnColorTheme: z.ZodOptional<z.ZodEnum<{
|
|
2748
2926
|
neutral: "neutral";
|
|
@@ -2849,6 +3027,9 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
2849
3027
|
none: "none";
|
|
2850
3028
|
growthbook: "growthbook";
|
|
2851
3029
|
posthog: "posthog";
|
|
3030
|
+
launchdarkly: "launchdarkly";
|
|
3031
|
+
flagsmith: "flagsmith";
|
|
3032
|
+
unleash: "unleash";
|
|
2852
3033
|
}>;
|
|
2853
3034
|
analytics: z.ZodEnum<{
|
|
2854
3035
|
none: "none";
|
|
@@ -2913,11 +3094,22 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
2913
3094
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
2914
3095
|
none: "none";
|
|
2915
3096
|
serde: "serde";
|
|
3097
|
+
uuid: "uuid";
|
|
3098
|
+
chrono: "chrono";
|
|
3099
|
+
reqwest: "reqwest";
|
|
3100
|
+
config: "config";
|
|
3101
|
+
dashmap: "dashmap";
|
|
3102
|
+
"parking-lot": "parking-lot";
|
|
3103
|
+
secrecy: "secrecy";
|
|
3104
|
+
"tokio-util": "tokio-util";
|
|
3105
|
+
utoipa: "utoipa";
|
|
2916
3106
|
validator: "validator";
|
|
2917
3107
|
jsonwebtoken: "jsonwebtoken";
|
|
2918
3108
|
argon2: "argon2";
|
|
2919
3109
|
"tokio-test": "tokio-test";
|
|
2920
3110
|
mockall: "mockall";
|
|
3111
|
+
proptest: "proptest";
|
|
3112
|
+
insta: "insta";
|
|
2921
3113
|
}>>;
|
|
2922
3114
|
rustLogging: z.ZodEnum<{
|
|
2923
3115
|
none: "none";
|
|
@@ -2963,23 +3155,35 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
2963
3155
|
"openai-sdk": "openai-sdk";
|
|
2964
3156
|
"anthropic-sdk": "anthropic-sdk";
|
|
2965
3157
|
crewai: "crewai";
|
|
3158
|
+
haystack: "haystack";
|
|
2966
3159
|
}>>;
|
|
2967
3160
|
pythonAuth: z.ZodEnum<{
|
|
2968
3161
|
none: "none";
|
|
2969
3162
|
authlib: "authlib";
|
|
2970
3163
|
jwt: "jwt";
|
|
2971
3164
|
}>;
|
|
3165
|
+
pythonApi: z.ZodOptional<z.ZodEnum<{
|
|
3166
|
+
none: "none";
|
|
3167
|
+
"django-rest-framework": "django-rest-framework";
|
|
3168
|
+
"django-ninja": "django-ninja";
|
|
3169
|
+
}>>;
|
|
2972
3170
|
pythonTaskQueue: z.ZodEnum<{
|
|
2973
3171
|
none: "none";
|
|
2974
3172
|
celery: "celery";
|
|
3173
|
+
rq: "rq";
|
|
3174
|
+
dramatiq: "dramatiq";
|
|
3175
|
+
huey: "huey";
|
|
2975
3176
|
}>;
|
|
2976
3177
|
pythonGraphql: z.ZodEnum<{
|
|
2977
3178
|
none: "none";
|
|
2978
3179
|
strawberry: "strawberry";
|
|
3180
|
+
ariadne: "ariadne";
|
|
2979
3181
|
}>;
|
|
2980
3182
|
pythonQuality: z.ZodEnum<{
|
|
2981
3183
|
none: "none";
|
|
2982
3184
|
ruff: "ruff";
|
|
3185
|
+
mypy: "mypy";
|
|
3186
|
+
pyright: "pyright";
|
|
2983
3187
|
}>;
|
|
2984
3188
|
goWebFramework: z.ZodEnum<{
|
|
2985
3189
|
none: "none";
|
|
@@ -3002,12 +3206,14 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
3002
3206
|
none: "none";
|
|
3003
3207
|
cobra: "cobra";
|
|
3004
3208
|
bubbletea: "bubbletea";
|
|
3209
|
+
"urfave-cli": "urfave-cli";
|
|
3005
3210
|
}>;
|
|
3006
3211
|
goLogging: z.ZodEnum<{
|
|
3007
3212
|
none: "none";
|
|
3008
3213
|
zap: "zap";
|
|
3009
3214
|
zerolog: "zerolog";
|
|
3010
3215
|
slog: "slog";
|
|
3216
|
+
logrus: "logrus";
|
|
3011
3217
|
}>;
|
|
3012
3218
|
goAuth: z.ZodEnum<{
|
|
3013
3219
|
none: "none";
|
|
@@ -3017,6 +3223,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
3017
3223
|
javaWebFramework: z.ZodEnum<{
|
|
3018
3224
|
none: "none";
|
|
3019
3225
|
"spring-boot": "spring-boot";
|
|
3226
|
+
quarkus: "quarkus";
|
|
3020
3227
|
}>;
|
|
3021
3228
|
javaBuildTool: z.ZodEnum<{
|
|
3022
3229
|
none: "none";
|
|
@@ -3041,6 +3248,14 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
3041
3248
|
lombok: "lombok";
|
|
3042
3249
|
mapstruct: "mapstruct";
|
|
3043
3250
|
caffeine: "caffeine";
|
|
3251
|
+
resilience4j: "resilience4j";
|
|
3252
|
+
"spring-webflux": "spring-webflux";
|
|
3253
|
+
"spring-batch": "spring-batch";
|
|
3254
|
+
"spring-kafka": "spring-kafka";
|
|
3255
|
+
"spring-mail": "spring-mail";
|
|
3256
|
+
"spring-devtools": "spring-devtools";
|
|
3257
|
+
"micrometer-prometheus": "micrometer-prometheus";
|
|
3258
|
+
thymeleaf: "thymeleaf";
|
|
3044
3259
|
}>>;
|
|
3045
3260
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
3046
3261
|
none: "none";
|
|
@@ -3313,6 +3528,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
3313
3528
|
"chakra-ui": "chakra-ui";
|
|
3314
3529
|
nextui: "nextui";
|
|
3315
3530
|
mantine: "mantine";
|
|
3531
|
+
mui: "mui";
|
|
3532
|
+
antd: "antd";
|
|
3316
3533
|
"base-ui": "base-ui";
|
|
3317
3534
|
"ark-ui": "ark-ui";
|
|
3318
3535
|
"react-aria": "react-aria";
|
|
@@ -3327,6 +3544,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
3327
3544
|
maia: "maia";
|
|
3328
3545
|
lyra: "lyra";
|
|
3329
3546
|
mira: "mira";
|
|
3547
|
+
luma: "luma";
|
|
3548
|
+
sera: "sera";
|
|
3330
3549
|
}>>;
|
|
3331
3550
|
shadcnIconLibrary: z.ZodOptional<z.ZodEnum<{
|
|
3332
3551
|
lucide: "lucide";
|
|
@@ -3334,6 +3553,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
3334
3553
|
hugeicons: "hugeicons";
|
|
3335
3554
|
phosphor: "phosphor";
|
|
3336
3555
|
remixicon: "remixicon";
|
|
3556
|
+
heroicons: "heroicons";
|
|
3557
|
+
"react-icons": "react-icons";
|
|
3337
3558
|
}>>;
|
|
3338
3559
|
shadcnColorTheme: z.ZodOptional<z.ZodEnum<{
|
|
3339
3560
|
neutral: "neutral";
|
|
@@ -3440,6 +3661,9 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
3440
3661
|
none: "none";
|
|
3441
3662
|
growthbook: "growthbook";
|
|
3442
3663
|
posthog: "posthog";
|
|
3664
|
+
launchdarkly: "launchdarkly";
|
|
3665
|
+
flagsmith: "flagsmith";
|
|
3666
|
+
unleash: "unleash";
|
|
3443
3667
|
}>;
|
|
3444
3668
|
analytics: z.ZodEnum<{
|
|
3445
3669
|
none: "none";
|
|
@@ -3504,11 +3728,22 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
3504
3728
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
3505
3729
|
none: "none";
|
|
3506
3730
|
serde: "serde";
|
|
3731
|
+
uuid: "uuid";
|
|
3732
|
+
chrono: "chrono";
|
|
3733
|
+
reqwest: "reqwest";
|
|
3734
|
+
config: "config";
|
|
3735
|
+
dashmap: "dashmap";
|
|
3736
|
+
"parking-lot": "parking-lot";
|
|
3737
|
+
secrecy: "secrecy";
|
|
3738
|
+
"tokio-util": "tokio-util";
|
|
3739
|
+
utoipa: "utoipa";
|
|
3507
3740
|
validator: "validator";
|
|
3508
3741
|
jsonwebtoken: "jsonwebtoken";
|
|
3509
3742
|
argon2: "argon2";
|
|
3510
3743
|
"tokio-test": "tokio-test";
|
|
3511
3744
|
mockall: "mockall";
|
|
3745
|
+
proptest: "proptest";
|
|
3746
|
+
insta: "insta";
|
|
3512
3747
|
}>>;
|
|
3513
3748
|
rustLogging: z.ZodEnum<{
|
|
3514
3749
|
none: "none";
|
|
@@ -3554,23 +3789,35 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
3554
3789
|
"openai-sdk": "openai-sdk";
|
|
3555
3790
|
"anthropic-sdk": "anthropic-sdk";
|
|
3556
3791
|
crewai: "crewai";
|
|
3792
|
+
haystack: "haystack";
|
|
3557
3793
|
}>>;
|
|
3558
3794
|
pythonAuth: z.ZodEnum<{
|
|
3559
3795
|
none: "none";
|
|
3560
3796
|
authlib: "authlib";
|
|
3561
3797
|
jwt: "jwt";
|
|
3562
3798
|
}>;
|
|
3799
|
+
pythonApi: z.ZodOptional<z.ZodEnum<{
|
|
3800
|
+
none: "none";
|
|
3801
|
+
"django-rest-framework": "django-rest-framework";
|
|
3802
|
+
"django-ninja": "django-ninja";
|
|
3803
|
+
}>>;
|
|
3563
3804
|
pythonTaskQueue: z.ZodEnum<{
|
|
3564
3805
|
none: "none";
|
|
3565
3806
|
celery: "celery";
|
|
3807
|
+
rq: "rq";
|
|
3808
|
+
dramatiq: "dramatiq";
|
|
3809
|
+
huey: "huey";
|
|
3566
3810
|
}>;
|
|
3567
3811
|
pythonGraphql: z.ZodEnum<{
|
|
3568
3812
|
none: "none";
|
|
3569
3813
|
strawberry: "strawberry";
|
|
3814
|
+
ariadne: "ariadne";
|
|
3570
3815
|
}>;
|
|
3571
3816
|
pythonQuality: z.ZodEnum<{
|
|
3572
3817
|
none: "none";
|
|
3573
3818
|
ruff: "ruff";
|
|
3819
|
+
mypy: "mypy";
|
|
3820
|
+
pyright: "pyright";
|
|
3574
3821
|
}>;
|
|
3575
3822
|
goWebFramework: z.ZodEnum<{
|
|
3576
3823
|
none: "none";
|
|
@@ -3593,12 +3840,14 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
3593
3840
|
none: "none";
|
|
3594
3841
|
cobra: "cobra";
|
|
3595
3842
|
bubbletea: "bubbletea";
|
|
3843
|
+
"urfave-cli": "urfave-cli";
|
|
3596
3844
|
}>;
|
|
3597
3845
|
goLogging: z.ZodEnum<{
|
|
3598
3846
|
none: "none";
|
|
3599
3847
|
zap: "zap";
|
|
3600
3848
|
zerolog: "zerolog";
|
|
3601
3849
|
slog: "slog";
|
|
3850
|
+
logrus: "logrus";
|
|
3602
3851
|
}>;
|
|
3603
3852
|
goAuth: z.ZodEnum<{
|
|
3604
3853
|
none: "none";
|
|
@@ -3608,6 +3857,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
3608
3857
|
javaWebFramework: z.ZodEnum<{
|
|
3609
3858
|
none: "none";
|
|
3610
3859
|
"spring-boot": "spring-boot";
|
|
3860
|
+
quarkus: "quarkus";
|
|
3611
3861
|
}>;
|
|
3612
3862
|
javaBuildTool: z.ZodEnum<{
|
|
3613
3863
|
none: "none";
|
|
@@ -3632,6 +3882,14 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
3632
3882
|
lombok: "lombok";
|
|
3633
3883
|
mapstruct: "mapstruct";
|
|
3634
3884
|
caffeine: "caffeine";
|
|
3885
|
+
resilience4j: "resilience4j";
|
|
3886
|
+
"spring-webflux": "spring-webflux";
|
|
3887
|
+
"spring-batch": "spring-batch";
|
|
3888
|
+
"spring-kafka": "spring-kafka";
|
|
3889
|
+
"spring-mail": "spring-mail";
|
|
3890
|
+
"spring-devtools": "spring-devtools";
|
|
3891
|
+
"micrometer-prometheus": "micrometer-prometheus";
|
|
3892
|
+
thymeleaf: "thymeleaf";
|
|
3635
3893
|
}>>;
|
|
3636
3894
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
3637
3895
|
none: "none";
|
|
@@ -3908,6 +4166,8 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
3908
4166
|
"chakra-ui": "chakra-ui";
|
|
3909
4167
|
nextui: "nextui";
|
|
3910
4168
|
mantine: "mantine";
|
|
4169
|
+
mui: "mui";
|
|
4170
|
+
antd: "antd";
|
|
3911
4171
|
"base-ui": "base-ui";
|
|
3912
4172
|
"ark-ui": "ark-ui";
|
|
3913
4173
|
"react-aria": "react-aria";
|
|
@@ -3922,6 +4182,8 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
3922
4182
|
maia: "maia";
|
|
3923
4183
|
lyra: "lyra";
|
|
3924
4184
|
mira: "mira";
|
|
4185
|
+
luma: "luma";
|
|
4186
|
+
sera: "sera";
|
|
3925
4187
|
}>>;
|
|
3926
4188
|
shadcnIconLibrary: z.ZodOptional<z.ZodEnum<{
|
|
3927
4189
|
lucide: "lucide";
|
|
@@ -3929,6 +4191,8 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
3929
4191
|
hugeicons: "hugeicons";
|
|
3930
4192
|
phosphor: "phosphor";
|
|
3931
4193
|
remixicon: "remixicon";
|
|
4194
|
+
heroicons: "heroicons";
|
|
4195
|
+
"react-icons": "react-icons";
|
|
3932
4196
|
}>>;
|
|
3933
4197
|
shadcnColorTheme: z.ZodOptional<z.ZodEnum<{
|
|
3934
4198
|
neutral: "neutral";
|
|
@@ -4035,6 +4299,9 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
4035
4299
|
none: "none";
|
|
4036
4300
|
growthbook: "growthbook";
|
|
4037
4301
|
posthog: "posthog";
|
|
4302
|
+
launchdarkly: "launchdarkly";
|
|
4303
|
+
flagsmith: "flagsmith";
|
|
4304
|
+
unleash: "unleash";
|
|
4038
4305
|
}>;
|
|
4039
4306
|
analytics: z.ZodEnum<{
|
|
4040
4307
|
none: "none";
|
|
@@ -4099,11 +4366,22 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
4099
4366
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
4100
4367
|
none: "none";
|
|
4101
4368
|
serde: "serde";
|
|
4369
|
+
uuid: "uuid";
|
|
4370
|
+
chrono: "chrono";
|
|
4371
|
+
reqwest: "reqwest";
|
|
4372
|
+
config: "config";
|
|
4373
|
+
dashmap: "dashmap";
|
|
4374
|
+
"parking-lot": "parking-lot";
|
|
4375
|
+
secrecy: "secrecy";
|
|
4376
|
+
"tokio-util": "tokio-util";
|
|
4377
|
+
utoipa: "utoipa";
|
|
4102
4378
|
validator: "validator";
|
|
4103
4379
|
jsonwebtoken: "jsonwebtoken";
|
|
4104
4380
|
argon2: "argon2";
|
|
4105
4381
|
"tokio-test": "tokio-test";
|
|
4106
4382
|
mockall: "mockall";
|
|
4383
|
+
proptest: "proptest";
|
|
4384
|
+
insta: "insta";
|
|
4107
4385
|
}>>;
|
|
4108
4386
|
rustLogging: z.ZodEnum<{
|
|
4109
4387
|
none: "none";
|
|
@@ -4149,23 +4427,35 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
4149
4427
|
"openai-sdk": "openai-sdk";
|
|
4150
4428
|
"anthropic-sdk": "anthropic-sdk";
|
|
4151
4429
|
crewai: "crewai";
|
|
4430
|
+
haystack: "haystack";
|
|
4152
4431
|
}>>;
|
|
4153
4432
|
pythonAuth: z.ZodEnum<{
|
|
4154
4433
|
none: "none";
|
|
4155
4434
|
authlib: "authlib";
|
|
4156
4435
|
jwt: "jwt";
|
|
4157
4436
|
}>;
|
|
4437
|
+
pythonApi: z.ZodEnum<{
|
|
4438
|
+
none: "none";
|
|
4439
|
+
"django-rest-framework": "django-rest-framework";
|
|
4440
|
+
"django-ninja": "django-ninja";
|
|
4441
|
+
}>;
|
|
4158
4442
|
pythonTaskQueue: z.ZodEnum<{
|
|
4159
4443
|
none: "none";
|
|
4160
4444
|
celery: "celery";
|
|
4445
|
+
rq: "rq";
|
|
4446
|
+
dramatiq: "dramatiq";
|
|
4447
|
+
huey: "huey";
|
|
4161
4448
|
}>;
|
|
4162
4449
|
pythonGraphql: z.ZodEnum<{
|
|
4163
4450
|
none: "none";
|
|
4164
4451
|
strawberry: "strawberry";
|
|
4452
|
+
ariadne: "ariadne";
|
|
4165
4453
|
}>;
|
|
4166
4454
|
pythonQuality: z.ZodEnum<{
|
|
4167
4455
|
none: "none";
|
|
4168
4456
|
ruff: "ruff";
|
|
4457
|
+
mypy: "mypy";
|
|
4458
|
+
pyright: "pyright";
|
|
4169
4459
|
}>;
|
|
4170
4460
|
goWebFramework: z.ZodEnum<{
|
|
4171
4461
|
none: "none";
|
|
@@ -4188,12 +4478,14 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
4188
4478
|
none: "none";
|
|
4189
4479
|
cobra: "cobra";
|
|
4190
4480
|
bubbletea: "bubbletea";
|
|
4481
|
+
"urfave-cli": "urfave-cli";
|
|
4191
4482
|
}>;
|
|
4192
4483
|
goLogging: z.ZodEnum<{
|
|
4193
4484
|
none: "none";
|
|
4194
4485
|
zap: "zap";
|
|
4195
4486
|
zerolog: "zerolog";
|
|
4196
4487
|
slog: "slog";
|
|
4488
|
+
logrus: "logrus";
|
|
4197
4489
|
}>;
|
|
4198
4490
|
goAuth: z.ZodEnum<{
|
|
4199
4491
|
none: "none";
|
|
@@ -4203,6 +4495,7 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
4203
4495
|
javaWebFramework: z.ZodEnum<{
|
|
4204
4496
|
none: "none";
|
|
4205
4497
|
"spring-boot": "spring-boot";
|
|
4498
|
+
quarkus: "quarkus";
|
|
4206
4499
|
}>;
|
|
4207
4500
|
javaBuildTool: z.ZodEnum<{
|
|
4208
4501
|
none: "none";
|
|
@@ -4227,6 +4520,14 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
4227
4520
|
lombok: "lombok";
|
|
4228
4521
|
mapstruct: "mapstruct";
|
|
4229
4522
|
caffeine: "caffeine";
|
|
4523
|
+
resilience4j: "resilience4j";
|
|
4524
|
+
"spring-webflux": "spring-webflux";
|
|
4525
|
+
"spring-batch": "spring-batch";
|
|
4526
|
+
"spring-kafka": "spring-kafka";
|
|
4527
|
+
"spring-mail": "spring-mail";
|
|
4528
|
+
"spring-devtools": "spring-devtools";
|
|
4529
|
+
"micrometer-prometheus": "micrometer-prometheus";
|
|
4530
|
+
thymeleaf: "thymeleaf";
|
|
4230
4531
|
}>>;
|
|
4231
4532
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
4232
4533
|
none: "none";
|
|
@@ -4279,7 +4580,7 @@ declare const FORMS_VALUES: ("none" | "tanstack-form" | "react-hook-form" | "for
|
|
|
4279
4580
|
declare const TESTING_VALUES: ("none" | "vitest" | "playwright" | "vitest-playwright" | "jest" | "cypress")[];
|
|
4280
4581
|
declare const EMAIL_VALUES: ("none" | "react-email" | "resend" | "nodemailer" | "postmark" | "sendgrid" | "aws-ses" | "mailgun" | "plunk")[];
|
|
4281
4582
|
declare const CSS_FRAMEWORK_VALUES: ("none" | "tailwind" | "scss" | "less" | "postcss-only")[];
|
|
4282
|
-
declare const UI_LIBRARY_VALUES: ("none" | "shadcn-ui" | "daisyui" | "radix-ui" | "headless-ui" | "park-ui" | "chakra-ui" | "nextui" | "mantine" | "base-ui" | "ark-ui" | "react-aria")[];
|
|
4583
|
+
declare const UI_LIBRARY_VALUES: ("none" | "shadcn-ui" | "daisyui" | "radix-ui" | "headless-ui" | "park-ui" | "chakra-ui" | "nextui" | "mantine" | "mui" | "antd" | "base-ui" | "ark-ui" | "react-aria")[];
|
|
4283
4584
|
declare const VALIDATION_VALUES: ("none" | "zod" | "valibot" | "arktype" | "typebox" | "typia" | "runtypes" | "effect-schema")[];
|
|
4284
4585
|
declare const REALTIME_VALUES: ("none" | "socket-io" | "partykit" | "ably" | "pusher" | "liveblocks" | "yjs")[];
|
|
4285
4586
|
declare const JOB_QUEUE_VALUES: ("none" | "bullmq" | "trigger-dev" | "inngest" | "temporal")[];
|
|
@@ -4287,7 +4588,7 @@ declare const ANIMATION_VALUES: ("none" | "framer-motion" | "gsap" | "react-spri
|
|
|
4287
4588
|
declare const FILE_UPLOAD_VALUES: ("none" | "uploadthing" | "filepond" | "uppy")[];
|
|
4288
4589
|
declare const LOGGING_VALUES: ("none" | "pino" | "winston")[];
|
|
4289
4590
|
declare const OBSERVABILITY_VALUES: ("none" | "opentelemetry" | "sentry" | "grafana")[];
|
|
4290
|
-
declare const FEATURE_FLAGS_VALUES: ("none" | "growthbook" | "posthog")[];
|
|
4591
|
+
declare const FEATURE_FLAGS_VALUES: ("none" | "growthbook" | "posthog" | "launchdarkly" | "flagsmith" | "unleash")[];
|
|
4291
4592
|
declare const ANALYTICS_VALUES: ("none" | "plausible" | "umami")[];
|
|
4292
4593
|
declare const CMS_VALUES: ("none" | "payload" | "sanity" | "strapi" | "tinacms")[];
|
|
4293
4594
|
declare const CACHING_VALUES: ("none" | "upstash-redis")[];
|
|
@@ -4300,7 +4601,7 @@ declare const RUST_FRONTEND_VALUES: ("none" | "leptos" | "dioxus")[];
|
|
|
4300
4601
|
declare const RUST_ORM_VALUES: ("none" | "sea-orm" | "sqlx" | "diesel")[];
|
|
4301
4602
|
declare const RUST_API_VALUES: ("none" | "tonic" | "async-graphql")[];
|
|
4302
4603
|
declare const RUST_CLI_VALUES: ("none" | "clap" | "ratatui")[];
|
|
4303
|
-
declare const RUST_LIBRARIES_VALUES: ("none" | "serde" | "validator" | "jsonwebtoken" | "argon2" | "tokio-test" | "mockall")[];
|
|
4604
|
+
declare const RUST_LIBRARIES_VALUES: ("none" | "serde" | "uuid" | "chrono" | "reqwest" | "config" | "dashmap" | "parking-lot" | "secrecy" | "tokio-util" | "utoipa" | "validator" | "jsonwebtoken" | "argon2" | "tokio-test" | "mockall" | "proptest" | "insta")[];
|
|
4304
4605
|
declare const RUST_LOGGING_VALUES: ("none" | "tracing" | "env-logger")[];
|
|
4305
4606
|
declare const RUST_ERROR_HANDLING_VALUES: ("none" | "anyhow-thiserror" | "eyre")[];
|
|
4306
4607
|
declare const RUST_CACHING_VALUES: ("none" | "redis" | "moka")[];
|
|
@@ -4308,31 +4609,32 @@ declare const RUST_AUTH_VALUES: ("none" | "oauth2")[];
|
|
|
4308
4609
|
declare const PYTHON_WEB_FRAMEWORK_VALUES: ("none" | "fastapi" | "django" | "flask" | "litestar")[];
|
|
4309
4610
|
declare const PYTHON_ORM_VALUES: ("none" | "sqlalchemy" | "sqlmodel" | "tortoise-orm")[];
|
|
4310
4611
|
declare const PYTHON_VALIDATION_VALUES: ("none" | "pydantic")[];
|
|
4311
|
-
declare const PYTHON_AI_VALUES: ("none" | "langgraph" | "langchain" | "llamaindex" | "openai-sdk" | "anthropic-sdk" | "crewai")[];
|
|
4612
|
+
declare const PYTHON_AI_VALUES: ("none" | "langgraph" | "langchain" | "llamaindex" | "openai-sdk" | "anthropic-sdk" | "crewai" | "haystack")[];
|
|
4312
4613
|
declare const PYTHON_AUTH_VALUES: ("none" | "authlib" | "jwt")[];
|
|
4313
|
-
declare const
|
|
4314
|
-
declare const
|
|
4315
|
-
declare const
|
|
4614
|
+
declare const PYTHON_API_VALUES: ("none" | "django-rest-framework" | "django-ninja")[];
|
|
4615
|
+
declare const PYTHON_TASK_QUEUE_VALUES: ("none" | "celery" | "rq" | "dramatiq" | "huey")[];
|
|
4616
|
+
declare const PYTHON_GRAPHQL_VALUES: ("none" | "strawberry" | "ariadne")[];
|
|
4617
|
+
declare const PYTHON_QUALITY_VALUES: ("none" | "ruff" | "mypy" | "pyright")[];
|
|
4316
4618
|
declare const GO_WEB_FRAMEWORK_VALUES: ("none" | "gin" | "echo" | "fiber" | "chi")[];
|
|
4317
4619
|
declare const GO_ORM_VALUES: ("none" | "gorm" | "sqlc" | "ent")[];
|
|
4318
4620
|
declare const GO_API_VALUES: ("none" | "grpc-go")[];
|
|
4319
|
-
declare const GO_CLI_VALUES: ("none" | "cobra" | "bubbletea")[];
|
|
4320
|
-
declare const GO_LOGGING_VALUES: ("none" | "zap" | "zerolog" | "slog")[];
|
|
4621
|
+
declare const GO_CLI_VALUES: ("none" | "cobra" | "bubbletea" | "urfave-cli")[];
|
|
4622
|
+
declare const GO_LOGGING_VALUES: ("none" | "zap" | "zerolog" | "slog" | "logrus")[];
|
|
4321
4623
|
declare const GO_AUTH_VALUES: ("none" | "jwt" | "casbin")[];
|
|
4322
|
-
declare const JAVA_WEB_FRAMEWORK_VALUES: ("none" | "spring-boot")[];
|
|
4624
|
+
declare const JAVA_WEB_FRAMEWORK_VALUES: ("none" | "spring-boot" | "quarkus")[];
|
|
4323
4625
|
declare const JAVA_BUILD_TOOL_VALUES: ("none" | "maven" | "gradle")[];
|
|
4324
4626
|
declare const JAVA_ORM_VALUES: ("none" | "spring-data-jpa")[];
|
|
4325
4627
|
declare const JAVA_AUTH_VALUES: ("none" | "spring-security")[];
|
|
4326
|
-
declare const JAVA_LIBRARIES_VALUES: ("none" | "spring-actuator" | "spring-validation" | "flyway" | "liquibase" | "springdoc-openapi" | "lombok" | "mapstruct" | "caffeine")[];
|
|
4628
|
+
declare const JAVA_LIBRARIES_VALUES: ("none" | "spring-actuator" | "spring-validation" | "flyway" | "liquibase" | "springdoc-openapi" | "lombok" | "mapstruct" | "caffeine" | "resilience4j" | "spring-webflux" | "spring-batch" | "spring-kafka" | "spring-mail" | "spring-devtools" | "micrometer-prometheus" | "thymeleaf")[];
|
|
4327
4629
|
declare const JAVA_TESTING_LIBRARIES_VALUES: ("none" | "junit5" | "mockito" | "testcontainers" | "assertj" | "rest-assured" | "wiremock" | "awaitility" | "archunit" | "jqwik")[];
|
|
4328
4630
|
declare const AI_DOCS_VALUES: ("none" | "claude-md" | "agents-md" | "cursorrules")[];
|
|
4329
4631
|
declare const SHADCN_BASE_VALUES: ("radix" | "base")[];
|
|
4330
|
-
declare const SHADCN_STYLE_VALUES: ("vega" | "nova" | "maia" | "lyra" | "mira")[];
|
|
4331
|
-
declare const SHADCN_ICON_LIBRARY_VALUES: ("lucide" | "tabler" | "hugeicons" | "phosphor" | "remixicon")[];
|
|
4632
|
+
declare const SHADCN_STYLE_VALUES: ("vega" | "nova" | "maia" | "lyra" | "mira" | "luma" | "sera")[];
|
|
4633
|
+
declare const SHADCN_ICON_LIBRARY_VALUES: ("lucide" | "tabler" | "hugeicons" | "phosphor" | "remixicon" | "heroicons" | "react-icons")[];
|
|
4332
4634
|
declare const SHADCN_COLOR_THEME_VALUES: ("neutral" | "stone" | "zinc" | "gray" | "amber" | "blue" | "cyan" | "emerald" | "fuchsia" | "green" | "indigo" | "lime" | "orange" | "pink" | "purple" | "red" | "rose" | "sky" | "teal" | "violet" | "yellow")[];
|
|
4333
4635
|
declare const SHADCN_BASE_COLOR_VALUES: ("neutral" | "stone" | "zinc" | "gray")[];
|
|
4334
4636
|
declare const SHADCN_FONT_VALUES: ("inter" | "geist" | "noto-sans" | "nunito-sans" | "figtree" | "roboto" | "raleway" | "dm-sans" | "public-sans" | "outfit" | "jetbrains-mono" | "geist-mono")[];
|
|
4335
4637
|
declare const SHADCN_RADIUS_VALUES: ("none" | "default" | "small" | "medium" | "large")[];
|
|
4336
4638
|
//#endregion
|
|
4337
|
-
export { FrontendSchema as $,
|
|
4338
|
-
//# sourceMappingURL=schemas-
|
|
4639
|
+
export { FrontendSchema as $, UILibrarySchema as $n, PythonGraphqlSchema as $t, DATABASE_SETUP_VALUES as A, SERVER_DEPLOY_VALUES as An, LoggingSchema as At, EcosystemSchema as B, ServerDeploySchema as Bn, PYTHON_GRAPHQL_VALUES as Bt, CLIInputSchema as C, RustErrorHandlingSchema as Cn, JavaBuildToolSchema as Ct, CSS_FRAMEWORK_VALUES as D, RustOrmSchema as Dn, JavaWebFrameworkSchema as Dt, CSSFrameworkSchema as E, RustLoggingSchema as En, JavaTestingLibrariesSchema as Et, DirectoryConflictSchema as F, SHADCN_ICON_LIBRARY_VALUES as Fn, PACKAGE_MANAGER_VALUES as Ft, FILE_STORAGE_VALUES as G, ShadcnIconLibrarySchema as Gn, PYTHON_WEB_FRAMEWORK_VALUES as Gt, EmailSchema as H, ShadcnBaseSchema as Hn, PYTHON_QUALITY_VALUES as Ht, ECOSYSTEM_VALUES as I, SHADCN_RADIUS_VALUES as In, PAYMENTS_VALUES as It, FRONTEND_VALUES as J, StateManagementSchema as Jn, ProjectConfigSchema as Jt, FILE_UPLOAD_VALUES as K, ShadcnRadiusSchema as Kn, PackageManagerSchema as Kt, EFFECT_VALUES as L, SHADCN_STYLE_VALUES as Ln, PYTHON_AI_VALUES as Lt, DIRECTORY_CONFLICT_VALUES as M, SHADCN_BASE_VALUES as Mn, ORMSchema as Mt, DatabaseSchema as N, SHADCN_COLOR_THEME_VALUES as Nn, ORM_VALUES as Nt, CachingSchema as O, RustWebFrameworkSchema as On, JobQueueSchema as Ot, DatabaseSetupSchema as P, SHADCN_FONT_VALUES as Pn, ObservabilitySchema as Pt, FormsSchema as Q, TestingSchema as Qn, PythonAuthSchema as Qt, EMAIL_VALUES as R, STATE_MANAGEMENT_VALUES as Rn, PYTHON_API_VALUES as Rt, CACHING_VALUES as S, RustCliSchema as Sn, JavaAuthSchema as St, CMS_VALUES as T, RustLibrariesSchema as Tn, JavaOrmSchema as Tt, ExamplesSchema as U, ShadcnColorThemeSchema as Un, PYTHON_TASK_QUEUE_VALUES as Ut, EffectSchema as V, ShadcnBaseColorSchema as Vn, PYTHON_ORM_VALUES as Vt, FEATURE_FLAGS_VALUES as W, ShadcnFontSchema as Wn, PYTHON_VALIDATION_VALUES as Wt, FileStorageSchema as X, TESTING_VALUES as Xn, PythonAiSchema as Xt, FeatureFlagsSchema as Y, TEMPLATE_VALUES as Yn, ProjectNameSchema as Yt, FileUploadSchema as Z, TemplateSchema as Zn, PythonApiSchema as Zt, AuthSchema as _, RealtimeSchema as _n, JAVA_LIBRARIES_VALUES as _t, ANALYTICS_VALUES as a, REALTIME_VALUES as an, WEB_DEPLOY_VALUES as ar, GO_WEB_FRAMEWORK_VALUES as at, BetterTStackConfigFileSchema as b, RustAuthSchema as bn, JAVA_WEB_FRAMEWORK_VALUES as bt, API_VALUES as c, RUST_AUTH_VALUES as cn, GoCliSchema as ct, AddInputSchema as d, RUST_ERROR_HANDLING_VALUES as dn, GoWebFrameworkSchema as dt, PythonOrmSchema as en, UI_LIBRARY_VALUES as er, GO_API_VALUES as et, AddonsSchema as f, RUST_FRONTEND_VALUES as fn, I18N_VALUES as ft, AstroIntegrationSchema as g, RUST_WEB_FRAMEWORK_VALUES as gn, JAVA_BUILD_TOOL_VALUES as gt, AnimationSchema as h, RUST_ORM_VALUES as hn, JAVA_AUTH_VALUES as ht, AI_VALUES as i, PythonWebFrameworkSchema as in, VersionChannelSchema as ir, GO_ORM_VALUES as it, DATABASE_VALUES as j, SHADCN_BASE_COLOR_VALUES as jn, OBSERVABILITY_VALUES as jt, CreateInputSchema as k, SEARCH_VALUES as kn, LOGGING_VALUES as kt, ASTRO_INTEGRATION_VALUES as l, RUST_CACHING_VALUES as ln, GoLoggingSchema as lt, AnalyticsSchema as m, RUST_LOGGING_VALUES as mn, InitResultSchema as mt, AISchema as n, PythonTaskQueueSchema as nn, VERSION_CHANNEL_VALUES as nr, GO_CLI_VALUES as nt, ANIMATION_VALUES as o, RUNTIME_VALUES as on, WebDeploySchema as or, GoApiSchema as ot, AiDocsSchema as p, RUST_LIBRARIES_VALUES as pn, I18nSchema as pt, FORMS_VALUES as q, ShadcnStyleSchema as qn, PaymentsSchema as qt, AI_DOCS_VALUES as r, PythonValidationSchema as rn, ValidationSchema as rr, GO_LOGGING_VALUES as rt, APISchema as s, RUST_API_VALUES as sn, GoAuthSchema as st, ADDONS_VALUES as t, PythonQualitySchema as tn, VALIDATION_VALUES as tr, GO_AUTH_VALUES as tt, AUTH_VALUES as u, RUST_CLI_VALUES as un, GoOrmSchema as ut, BACKEND_VALUES as v, RuntimeSchema as vn, JAVA_ORM_VALUES as vt, CMSSchema as w, RustFrontendSchema as wn, JavaLibrariesSchema as wt, BetterTStackConfigSchema as x, RustCachingSchema as xn, JOB_QUEUE_VALUES as xt, BackendSchema as y, RustApiSchema as yn, JAVA_TESTING_LIBRARIES_VALUES as yt, EXAMPLES_VALUES as z, SearchSchema as zn, PYTHON_AUTH_VALUES as zt };
|
|
4640
|
+
//# sourceMappingURL=schemas-CC-_Vkoh.d.mts.map
|