@better-fullstack/types 2.4.0 → 2.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{defaults-DdEGPWbd.d.mts → defaults-CbLlpynl.d.mts} +2 -2
- package/dist/defaults-CbLlpynl.d.mts.map +1 -0
- package/dist/defaults.d.mts +3 -3
- package/dist/index.d.mts +6 -6
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +50 -4
- package/dist/index.mjs.map +1 -1
- package/dist/json-schema.d.mts +670 -348
- package/dist/json-schema.d.mts.map +1 -1
- package/dist/json-schema.mjs +1 -1
- package/dist/{schemas-BMTIauzB.d.mts → schemas-BRAokgPa.d.mts} +964 -639
- package/dist/schemas-BRAokgPa.d.mts.map +1 -0
- package/dist/{schemas-CNrFm0ld.mjs → schemas-CtieNRfz.mjs} +55 -3
- package/dist/schemas-CtieNRfz.mjs.map +1 -0
- package/dist/schemas.d.mts +2 -2
- package/dist/schemas.mjs +2 -2
- package/dist/{stack-graph-DWpdF4s0.d.mts → stack-graph-BPw9KsNm.d.mts} +3 -3
- package/dist/stack-graph-BPw9KsNm.d.mts.map +1 -0
- package/dist/{stack-graph-BqmxkJKS.mjs → stack-graph-CXTiPofQ.mjs} +97 -20
- package/dist/stack-graph-CXTiPofQ.mjs.map +1 -0
- package/dist/stack-graph.d.mts +3 -3
- package/dist/stack-graph.mjs +2 -2
- package/dist/{stack-translation-CIt0ziI4.mjs → stack-translation-B-zArJLM.mjs} +202 -23
- package/dist/stack-translation-B-zArJLM.mjs.map +1 -0
- package/dist/{stack-translation-DyfJJgeD.d.mts → stack-translation-D7KkQm8W.d.mts} +16 -6
- package/dist/stack-translation-D7KkQm8W.d.mts.map +1 -0
- package/dist/stack-translation.d.mts +4 -4
- package/dist/stack-translation.mjs +3 -3
- package/dist/{types-BUQyhJDc.d.mts → types-Br0NsnBr.d.mts} +8 -3
- package/dist/types-Br0NsnBr.d.mts.map +1 -0
- package/dist/types.d.mts +3 -3
- package/package.json +1 -1
- package/dist/defaults-DdEGPWbd.d.mts.map +0 -1
- package/dist/schemas-BMTIauzB.d.mts.map +0 -1
- package/dist/schemas-CNrFm0ld.mjs.map +0 -1
- package/dist/stack-graph-BqmxkJKS.mjs.map +0 -1
- package/dist/stack-graph-DWpdF4s0.d.mts.map +0 -1
- package/dist/stack-translation-CIt0ziI4.mjs.map +0 -1
- package/dist/stack-translation-DyfJJgeD.d.mts.map +0 -1
- package/dist/types-BUQyhJDc.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";
|
|
@@ -108,8 +108,8 @@ declare function getAddonsJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.Zo
|
|
|
108
108
|
capacitor: "capacitor";
|
|
109
109
|
}>>;
|
|
110
110
|
declare function getExamplesJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
111
|
-
none: "none";
|
|
112
111
|
ai: "ai";
|
|
112
|
+
none: "none";
|
|
113
113
|
"chat-sdk": "chat-sdk";
|
|
114
114
|
"tanstack-showcase": "tanstack-showcase";
|
|
115
115
|
}>>;
|
|
@@ -192,28 +192,28 @@ declare function getServerDeployJsonSchema(): z.core.ZodStandardJSONSchemaPayloa
|
|
|
192
192
|
vercel: "vercel";
|
|
193
193
|
}>>;
|
|
194
194
|
declare function getDirectoryConflictJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
195
|
+
error: "error";
|
|
195
196
|
merge: "merge";
|
|
196
197
|
overwrite: "overwrite";
|
|
197
198
|
increment: "increment";
|
|
198
|
-
error: "error";
|
|
199
199
|
}>>;
|
|
200
200
|
declare function getTemplateJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
201
201
|
none: "none";
|
|
202
|
+
uniwind: "uniwind";
|
|
202
203
|
mern: "mern";
|
|
203
204
|
pern: "pern";
|
|
204
205
|
t3: "t3";
|
|
205
206
|
saas: "saas";
|
|
206
|
-
uniwind: "uniwind";
|
|
207
207
|
}>>;
|
|
208
208
|
declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
209
209
|
projectName: z.ZodOptional<z.ZodString>;
|
|
210
210
|
template: z.ZodOptional<z.ZodEnum<{
|
|
211
211
|
none: "none";
|
|
212
|
+
uniwind: "uniwind";
|
|
212
213
|
mern: "mern";
|
|
213
214
|
pern: "pern";
|
|
214
215
|
t3: "t3";
|
|
215
216
|
saas: "saas";
|
|
216
|
-
uniwind: "uniwind";
|
|
217
217
|
}>>;
|
|
218
218
|
yes: z.ZodOptional<z.ZodBoolean>;
|
|
219
219
|
yolo: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -344,8 +344,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
344
344
|
capacitor: "capacitor";
|
|
345
345
|
}>>>;
|
|
346
346
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
347
|
-
none: "none";
|
|
348
347
|
ai: "ai";
|
|
348
|
+
none: "none";
|
|
349
349
|
"chat-sdk": "chat-sdk";
|
|
350
350
|
"tanstack-showcase": "tanstack-showcase";
|
|
351
351
|
}>>>;
|
|
@@ -379,13 +379,13 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
379
379
|
docker: "docker";
|
|
380
380
|
}>>;
|
|
381
381
|
backend: z.ZodOptional<z.ZodEnum<{
|
|
382
|
+
effect: "effect";
|
|
382
383
|
none: "none";
|
|
383
384
|
hono: "hono";
|
|
384
385
|
express: "express";
|
|
385
386
|
fastify: "fastify";
|
|
386
387
|
elysia: "elysia";
|
|
387
388
|
fets: "fets";
|
|
388
|
-
effect: "effect";
|
|
389
389
|
nestjs: "nestjs";
|
|
390
390
|
adonisjs: "adonisjs";
|
|
391
391
|
nitro: "nitro";
|
|
@@ -432,10 +432,10 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
432
432
|
vercel: "vercel";
|
|
433
433
|
}>>;
|
|
434
434
|
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
435
|
+
error: "error";
|
|
435
436
|
merge: "merge";
|
|
436
437
|
overwrite: "overwrite";
|
|
437
438
|
increment: "increment";
|
|
438
|
-
error: "error";
|
|
439
439
|
}>>;
|
|
440
440
|
renderTitle: z.ZodOptional<z.ZodBoolean>;
|
|
441
441
|
disableAnalytics: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -464,8 +464,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
464
464
|
"ai-cli": "ai-cli";
|
|
465
465
|
}>>;
|
|
466
466
|
effect: z.ZodOptional<z.ZodEnum<{
|
|
467
|
-
none: "none";
|
|
468
467
|
effect: "effect";
|
|
468
|
+
none: "none";
|
|
469
469
|
"effect-full": "effect-full";
|
|
470
470
|
}>>;
|
|
471
471
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
@@ -600,8 +600,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
600
600
|
"geist-mono": "geist-mono";
|
|
601
601
|
}>>;
|
|
602
602
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
603
|
-
none: "none";
|
|
604
603
|
default: "default";
|
|
604
|
+
none: "none";
|
|
605
605
|
small: "small";
|
|
606
606
|
medium: "medium";
|
|
607
607
|
large: "large";
|
|
@@ -743,9 +743,9 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
743
743
|
}>>;
|
|
744
744
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
745
745
|
none: "none";
|
|
746
|
-
uniwind: "uniwind";
|
|
747
746
|
tamagui: "tamagui";
|
|
748
747
|
"gluestack-ui": "gluestack-ui";
|
|
748
|
+
uniwind: "uniwind";
|
|
749
749
|
unistyles: "unistyles";
|
|
750
750
|
}>>;
|
|
751
751
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -809,6 +809,37 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
809
809
|
dioxus: "dioxus";
|
|
810
810
|
yew: "yew";
|
|
811
811
|
}>>;
|
|
812
|
+
dotnetFrontend: z.ZodOptional<z.ZodEnum<{
|
|
813
|
+
none: "none";
|
|
814
|
+
"blazor-webassembly": "blazor-webassembly";
|
|
815
|
+
"blazor-web-app": "blazor-web-app";
|
|
816
|
+
}>>;
|
|
817
|
+
kotlinMobile: z.ZodOptional<z.ZodEnum<{
|
|
818
|
+
none: "none";
|
|
819
|
+
"jetpack-compose": "jetpack-compose";
|
|
820
|
+
"compose-multiplatform": "compose-multiplatform";
|
|
821
|
+
}>>;
|
|
822
|
+
kotlinMobileLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
823
|
+
none: "none";
|
|
824
|
+
"navigation-compose": "navigation-compose";
|
|
825
|
+
voyager: "voyager";
|
|
826
|
+
koin: "koin";
|
|
827
|
+
"ktor-client": "ktor-client";
|
|
828
|
+
"kotlinx-serialization-json": "kotlinx-serialization-json";
|
|
829
|
+
datastore: "datastore";
|
|
830
|
+
coil: "coil";
|
|
831
|
+
mockk: "mockk";
|
|
832
|
+
turbine: "turbine";
|
|
833
|
+
junit5: "junit5";
|
|
834
|
+
}>>>;
|
|
835
|
+
swiftMobile: z.ZodOptional<z.ZodEnum<{
|
|
836
|
+
none: "none";
|
|
837
|
+
swiftui: "swiftui";
|
|
838
|
+
}>>;
|
|
839
|
+
dartMobile: z.ZodOptional<z.ZodEnum<{
|
|
840
|
+
none: "none";
|
|
841
|
+
flutter: "flutter";
|
|
842
|
+
}>>;
|
|
812
843
|
rustOrm: z.ZodOptional<z.ZodEnum<{
|
|
813
844
|
none: "none";
|
|
814
845
|
mongodb: "mongodb";
|
|
@@ -830,12 +861,12 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
830
861
|
ratatui: "ratatui";
|
|
831
862
|
}>>;
|
|
832
863
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
864
|
+
config: "config";
|
|
833
865
|
none: "none";
|
|
834
866
|
serde: "serde";
|
|
835
867
|
uuid: "uuid";
|
|
836
868
|
chrono: "chrono";
|
|
837
869
|
reqwest: "reqwest";
|
|
838
|
-
config: "config";
|
|
839
870
|
dashmap: "dashmap";
|
|
840
871
|
"parking-lot": "parking-lot";
|
|
841
872
|
secrecy: "secrecy";
|
|
@@ -1143,6 +1174,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
1143
1174
|
javaWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
1144
1175
|
none: "none";
|
|
1145
1176
|
"spring-boot": "spring-boot";
|
|
1177
|
+
ktor: "ktor";
|
|
1146
1178
|
quarkus: "quarkus";
|
|
1147
1179
|
micronaut: "micronaut";
|
|
1148
1180
|
}>>;
|
|
@@ -1216,8 +1248,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
1216
1248
|
}>>>;
|
|
1217
1249
|
javaTestingLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1218
1250
|
none: "none";
|
|
1219
|
-
testcontainers: "testcontainers";
|
|
1220
1251
|
junit5: "junit5";
|
|
1252
|
+
testcontainers: "testcontainers";
|
|
1221
1253
|
mockito: "mockito";
|
|
1222
1254
|
assertj: "assertj";
|
|
1223
1255
|
"rest-assured": "rest-assured";
|
|
@@ -1479,13 +1511,13 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1479
1511
|
sequelize: "sequelize";
|
|
1480
1512
|
}>;
|
|
1481
1513
|
backend: z.ZodEnum<{
|
|
1514
|
+
effect: "effect";
|
|
1482
1515
|
none: "none";
|
|
1483
1516
|
hono: "hono";
|
|
1484
1517
|
express: "express";
|
|
1485
1518
|
fastify: "fastify";
|
|
1486
1519
|
elysia: "elysia";
|
|
1487
1520
|
fets: "fets";
|
|
1488
|
-
effect: "effect";
|
|
1489
1521
|
nestjs: "nestjs";
|
|
1490
1522
|
adonisjs: "adonisjs";
|
|
1491
1523
|
nitro: "nitro";
|
|
@@ -1566,8 +1598,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1566
1598
|
capacitor: "capacitor";
|
|
1567
1599
|
}>>;
|
|
1568
1600
|
examples: z.ZodArray<z.ZodEnum<{
|
|
1569
|
-
none: "none";
|
|
1570
1601
|
ai: "ai";
|
|
1602
|
+
none: "none";
|
|
1571
1603
|
"chat-sdk": "chat-sdk";
|
|
1572
1604
|
"tanstack-showcase": "tanstack-showcase";
|
|
1573
1605
|
}>>;
|
|
@@ -1684,8 +1716,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1684
1716
|
"ai-cli": "ai-cli";
|
|
1685
1717
|
}>;
|
|
1686
1718
|
effect: z.ZodEnum<{
|
|
1687
|
-
none: "none";
|
|
1688
1719
|
effect: "effect";
|
|
1720
|
+
none: "none";
|
|
1689
1721
|
"effect-full": "effect-full";
|
|
1690
1722
|
}>;
|
|
1691
1723
|
stateManagement: z.ZodEnum<{
|
|
@@ -1820,8 +1852,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1820
1852
|
"geist-mono": "geist-mono";
|
|
1821
1853
|
}>>;
|
|
1822
1854
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
1823
|
-
none: "none";
|
|
1824
1855
|
default: "default";
|
|
1856
|
+
none: "none";
|
|
1825
1857
|
small: "small";
|
|
1826
1858
|
medium: "medium";
|
|
1827
1859
|
large: "large";
|
|
@@ -1963,9 +1995,9 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1963
1995
|
}>;
|
|
1964
1996
|
mobileUI: z.ZodEnum<{
|
|
1965
1997
|
none: "none";
|
|
1966
|
-
uniwind: "uniwind";
|
|
1967
1998
|
tamagui: "tamagui";
|
|
1968
1999
|
"gluestack-ui": "gluestack-ui";
|
|
2000
|
+
uniwind: "uniwind";
|
|
1969
2001
|
unistyles: "unistyles";
|
|
1970
2002
|
}>;
|
|
1971
2003
|
mobileStorage: z.ZodEnum<{
|
|
@@ -2029,6 +2061,37 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2029
2061
|
dioxus: "dioxus";
|
|
2030
2062
|
yew: "yew";
|
|
2031
2063
|
}>;
|
|
2064
|
+
dotnetFrontend: z.ZodOptional<z.ZodEnum<{
|
|
2065
|
+
none: "none";
|
|
2066
|
+
"blazor-webassembly": "blazor-webassembly";
|
|
2067
|
+
"blazor-web-app": "blazor-web-app";
|
|
2068
|
+
}>>;
|
|
2069
|
+
kotlinMobile: z.ZodOptional<z.ZodEnum<{
|
|
2070
|
+
none: "none";
|
|
2071
|
+
"jetpack-compose": "jetpack-compose";
|
|
2072
|
+
"compose-multiplatform": "compose-multiplatform";
|
|
2073
|
+
}>>;
|
|
2074
|
+
kotlinMobileLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2075
|
+
none: "none";
|
|
2076
|
+
"navigation-compose": "navigation-compose";
|
|
2077
|
+
voyager: "voyager";
|
|
2078
|
+
koin: "koin";
|
|
2079
|
+
"ktor-client": "ktor-client";
|
|
2080
|
+
"kotlinx-serialization-json": "kotlinx-serialization-json";
|
|
2081
|
+
datastore: "datastore";
|
|
2082
|
+
coil: "coil";
|
|
2083
|
+
mockk: "mockk";
|
|
2084
|
+
turbine: "turbine";
|
|
2085
|
+
junit5: "junit5";
|
|
2086
|
+
}>>>;
|
|
2087
|
+
swiftMobile: z.ZodOptional<z.ZodEnum<{
|
|
2088
|
+
none: "none";
|
|
2089
|
+
swiftui: "swiftui";
|
|
2090
|
+
}>>;
|
|
2091
|
+
dartMobile: z.ZodOptional<z.ZodEnum<{
|
|
2092
|
+
none: "none";
|
|
2093
|
+
flutter: "flutter";
|
|
2094
|
+
}>>;
|
|
2032
2095
|
rustOrm: z.ZodEnum<{
|
|
2033
2096
|
none: "none";
|
|
2034
2097
|
mongodb: "mongodb";
|
|
@@ -2050,12 +2113,12 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2050
2113
|
ratatui: "ratatui";
|
|
2051
2114
|
}>;
|
|
2052
2115
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
2116
|
+
config: "config";
|
|
2053
2117
|
none: "none";
|
|
2054
2118
|
serde: "serde";
|
|
2055
2119
|
uuid: "uuid";
|
|
2056
2120
|
chrono: "chrono";
|
|
2057
2121
|
reqwest: "reqwest";
|
|
2058
|
-
config: "config";
|
|
2059
2122
|
dashmap: "dashmap";
|
|
2060
2123
|
"parking-lot": "parking-lot";
|
|
2061
2124
|
secrecy: "secrecy";
|
|
@@ -2363,6 +2426,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2363
2426
|
javaWebFramework: z.ZodEnum<{
|
|
2364
2427
|
none: "none";
|
|
2365
2428
|
"spring-boot": "spring-boot";
|
|
2429
|
+
ktor: "ktor";
|
|
2366
2430
|
quarkus: "quarkus";
|
|
2367
2431
|
micronaut: "micronaut";
|
|
2368
2432
|
}>;
|
|
@@ -2436,8 +2500,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2436
2500
|
}>>;
|
|
2437
2501
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
2438
2502
|
none: "none";
|
|
2439
|
-
testcontainers: "testcontainers";
|
|
2440
2503
|
junit5: "junit5";
|
|
2504
|
+
testcontainers: "testcontainers";
|
|
2441
2505
|
mockito: "mockito";
|
|
2442
2506
|
assertj: "assertj";
|
|
2443
2507
|
"rest-assured": "rest-assured";
|
|
@@ -2666,69 +2730,69 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2666
2730
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2667
2731
|
id: z.ZodString;
|
|
2668
2732
|
role: z.ZodEnum<{
|
|
2669
|
-
|
|
2670
|
-
|
|
2733
|
+
push: "push";
|
|
2734
|
+
frontend: "frontend";
|
|
2735
|
+
backend: "backend";
|
|
2736
|
+
mobile: "mobile";
|
|
2671
2737
|
database: "database";
|
|
2738
|
+
api: "api";
|
|
2739
|
+
graphql: "graphql";
|
|
2672
2740
|
orm: "orm";
|
|
2673
2741
|
auth: "auth";
|
|
2674
|
-
payments: "payments";
|
|
2675
|
-
frontend: "frontend";
|
|
2676
|
-
examples: "examples";
|
|
2677
|
-
packageManager: "packageManager";
|
|
2678
|
-
dbSetup: "dbSetup";
|
|
2679
|
-
backend: "backend";
|
|
2680
2742
|
runtime: "runtime";
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
testing: "testing";
|
|
2685
|
-
email: "email";
|
|
2686
|
-
validation: "validation";
|
|
2743
|
+
deploy: "deploy";
|
|
2744
|
+
dbSetup: "dbSetup";
|
|
2745
|
+
migrations: "migrations";
|
|
2687
2746
|
realtime: "realtime";
|
|
2747
|
+
navigation: "navigation";
|
|
2748
|
+
caching: "caching";
|
|
2749
|
+
observability: "observability";
|
|
2750
|
+
email: "email";
|
|
2751
|
+
search: "search";
|
|
2752
|
+
vectorDb: "vectorDb";
|
|
2753
|
+
fileStorage: "fileStorage";
|
|
2688
2754
|
jobQueue: "jobQueue";
|
|
2755
|
+
rateLimit: "rateLimit";
|
|
2756
|
+
testing: "testing";
|
|
2757
|
+
stateManagement: "stateManagement";
|
|
2758
|
+
forms: "forms";
|
|
2689
2759
|
animation: "animation";
|
|
2690
2760
|
fileUpload: "fileUpload";
|
|
2761
|
+
validation: "validation";
|
|
2762
|
+
effect: "effect";
|
|
2763
|
+
ui: "ui";
|
|
2764
|
+
css: "css";
|
|
2765
|
+
storage: "storage";
|
|
2766
|
+
ota: "ota";
|
|
2767
|
+
deepLinking: "deepLinking";
|
|
2768
|
+
ai: "ai";
|
|
2769
|
+
payments: "payments";
|
|
2691
2770
|
logging: "logging";
|
|
2692
|
-
observability: "observability";
|
|
2693
2771
|
featureFlags: "featureFlags";
|
|
2694
2772
|
integrations: "integrations";
|
|
2695
2773
|
ecommerce: "ecommerce";
|
|
2696
2774
|
analytics: "analytics";
|
|
2697
2775
|
cms: "cms";
|
|
2698
|
-
caching: "caching";
|
|
2699
|
-
rateLimit: "rateLimit";
|
|
2700
2776
|
i18n: "i18n";
|
|
2701
|
-
search: "search";
|
|
2702
|
-
vectorDb: "vectorDb";
|
|
2703
|
-
fileStorage: "fileStorage";
|
|
2704
|
-
config: "config";
|
|
2705
|
-
mobile: "mobile";
|
|
2706
|
-
graphql: "graphql";
|
|
2707
|
-
deploy: "deploy";
|
|
2708
|
-
migrations: "migrations";
|
|
2709
|
-
navigation: "navigation";
|
|
2710
|
-
ui: "ui";
|
|
2711
|
-
css: "css";
|
|
2712
|
-
storage: "storage";
|
|
2713
|
-
push: "push";
|
|
2714
|
-
ota: "ota";
|
|
2715
|
-
deepLinking: "deepLinking";
|
|
2716
2777
|
documentation: "documentation";
|
|
2717
2778
|
codeQuality: "codeQuality";
|
|
2718
2779
|
appPlatform: "appPlatform";
|
|
2719
2780
|
dataFetching: "dataFetching";
|
|
2720
2781
|
workspaceTooling: "workspaceTooling";
|
|
2782
|
+
examples: "examples";
|
|
2721
2783
|
language: "language";
|
|
2722
2784
|
buildTool: "buildTool";
|
|
2723
2785
|
cli: "cli";
|
|
2724
2786
|
errorHandling: "errorHandling";
|
|
2725
2787
|
httpClient: "httpClient";
|
|
2726
2788
|
libraries: "libraries";
|
|
2789
|
+
config: "config";
|
|
2727
2790
|
templating: "templating";
|
|
2728
2791
|
cloudSdk: "cloudSdk";
|
|
2729
2792
|
data: "data";
|
|
2730
2793
|
media: "media";
|
|
2731
2794
|
server: "server";
|
|
2795
|
+
packageManager: "packageManager";
|
|
2732
2796
|
messageQueue: "messageQueue";
|
|
2733
2797
|
}>;
|
|
2734
2798
|
toolId: z.ZodString;
|
|
@@ -2741,7 +2805,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2741
2805
|
java: "java";
|
|
2742
2806
|
elixir: "elixir";
|
|
2743
2807
|
dotnet: "dotnet";
|
|
2744
|
-
}>, z.ZodLiteral<"universal">]>;
|
|
2808
|
+
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
2745
2809
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
2746
2810
|
source: z.ZodEnum<{
|
|
2747
2811
|
selected: "selected";
|
|
@@ -2790,13 +2854,13 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2790
2854
|
sequelize: "sequelize";
|
|
2791
2855
|
}>;
|
|
2792
2856
|
backend: z.ZodEnum<{
|
|
2857
|
+
effect: "effect";
|
|
2793
2858
|
none: "none";
|
|
2794
2859
|
hono: "hono";
|
|
2795
2860
|
express: "express";
|
|
2796
2861
|
fastify: "fastify";
|
|
2797
2862
|
elysia: "elysia";
|
|
2798
2863
|
fets: "fets";
|
|
2799
|
-
effect: "effect";
|
|
2800
2864
|
nestjs: "nestjs";
|
|
2801
2865
|
adonisjs: "adonisjs";
|
|
2802
2866
|
nitro: "nitro";
|
|
@@ -2877,8 +2941,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2877
2941
|
capacitor: "capacitor";
|
|
2878
2942
|
}>>;
|
|
2879
2943
|
examples: z.ZodArray<z.ZodEnum<{
|
|
2880
|
-
none: "none";
|
|
2881
2944
|
ai: "ai";
|
|
2945
|
+
none: "none";
|
|
2882
2946
|
"chat-sdk": "chat-sdk";
|
|
2883
2947
|
"tanstack-showcase": "tanstack-showcase";
|
|
2884
2948
|
}>>;
|
|
@@ -2993,8 +3057,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2993
3057
|
"ai-cli": "ai-cli";
|
|
2994
3058
|
}>;
|
|
2995
3059
|
effect: z.ZodEnum<{
|
|
2996
|
-
none: "none";
|
|
2997
3060
|
effect: "effect";
|
|
3061
|
+
none: "none";
|
|
2998
3062
|
"effect-full": "effect-full";
|
|
2999
3063
|
}>;
|
|
3000
3064
|
stateManagement: z.ZodEnum<{
|
|
@@ -3129,8 +3193,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3129
3193
|
"geist-mono": "geist-mono";
|
|
3130
3194
|
}>>;
|
|
3131
3195
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
3132
|
-
none: "none";
|
|
3133
3196
|
default: "default";
|
|
3197
|
+
none: "none";
|
|
3134
3198
|
small: "small";
|
|
3135
3199
|
medium: "medium";
|
|
3136
3200
|
large: "large";
|
|
@@ -3272,9 +3336,9 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3272
3336
|
}>;
|
|
3273
3337
|
mobileUI: z.ZodEnum<{
|
|
3274
3338
|
none: "none";
|
|
3275
|
-
uniwind: "uniwind";
|
|
3276
3339
|
tamagui: "tamagui";
|
|
3277
3340
|
"gluestack-ui": "gluestack-ui";
|
|
3341
|
+
uniwind: "uniwind";
|
|
3278
3342
|
unistyles: "unistyles";
|
|
3279
3343
|
}>;
|
|
3280
3344
|
mobileStorage: z.ZodEnum<{
|
|
@@ -3338,6 +3402,37 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3338
3402
|
dioxus: "dioxus";
|
|
3339
3403
|
yew: "yew";
|
|
3340
3404
|
}>;
|
|
3405
|
+
dotnetFrontend: z.ZodOptional<z.ZodEnum<{
|
|
3406
|
+
none: "none";
|
|
3407
|
+
"blazor-webassembly": "blazor-webassembly";
|
|
3408
|
+
"blazor-web-app": "blazor-web-app";
|
|
3409
|
+
}>>;
|
|
3410
|
+
kotlinMobile: z.ZodOptional<z.ZodEnum<{
|
|
3411
|
+
none: "none";
|
|
3412
|
+
"jetpack-compose": "jetpack-compose";
|
|
3413
|
+
"compose-multiplatform": "compose-multiplatform";
|
|
3414
|
+
}>>;
|
|
3415
|
+
kotlinMobileLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3416
|
+
none: "none";
|
|
3417
|
+
"navigation-compose": "navigation-compose";
|
|
3418
|
+
voyager: "voyager";
|
|
3419
|
+
koin: "koin";
|
|
3420
|
+
"ktor-client": "ktor-client";
|
|
3421
|
+
"kotlinx-serialization-json": "kotlinx-serialization-json";
|
|
3422
|
+
datastore: "datastore";
|
|
3423
|
+
coil: "coil";
|
|
3424
|
+
mockk: "mockk";
|
|
3425
|
+
turbine: "turbine";
|
|
3426
|
+
junit5: "junit5";
|
|
3427
|
+
}>>>;
|
|
3428
|
+
swiftMobile: z.ZodOptional<z.ZodEnum<{
|
|
3429
|
+
none: "none";
|
|
3430
|
+
swiftui: "swiftui";
|
|
3431
|
+
}>>;
|
|
3432
|
+
dartMobile: z.ZodOptional<z.ZodEnum<{
|
|
3433
|
+
none: "none";
|
|
3434
|
+
flutter: "flutter";
|
|
3435
|
+
}>>;
|
|
3341
3436
|
rustOrm: z.ZodEnum<{
|
|
3342
3437
|
none: "none";
|
|
3343
3438
|
mongodb: "mongodb";
|
|
@@ -3359,12 +3454,12 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3359
3454
|
ratatui: "ratatui";
|
|
3360
3455
|
}>;
|
|
3361
3456
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
3457
|
+
config: "config";
|
|
3362
3458
|
none: "none";
|
|
3363
3459
|
serde: "serde";
|
|
3364
3460
|
uuid: "uuid";
|
|
3365
3461
|
chrono: "chrono";
|
|
3366
3462
|
reqwest: "reqwest";
|
|
3367
|
-
config: "config";
|
|
3368
3463
|
dashmap: "dashmap";
|
|
3369
3464
|
"parking-lot": "parking-lot";
|
|
3370
3465
|
secrecy: "secrecy";
|
|
@@ -3672,6 +3767,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3672
3767
|
javaWebFramework: z.ZodEnum<{
|
|
3673
3768
|
none: "none";
|
|
3674
3769
|
"spring-boot": "spring-boot";
|
|
3770
|
+
ktor: "ktor";
|
|
3675
3771
|
quarkus: "quarkus";
|
|
3676
3772
|
micronaut: "micronaut";
|
|
3677
3773
|
}>;
|
|
@@ -3745,8 +3841,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3745
3841
|
}>>;
|
|
3746
3842
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
3747
3843
|
none: "none";
|
|
3748
|
-
testcontainers: "testcontainers";
|
|
3749
3844
|
junit5: "junit5";
|
|
3845
|
+
testcontainers: "testcontainers";
|
|
3750
3846
|
mockito: "mockito";
|
|
3751
3847
|
assertj: "assertj";
|
|
3752
3848
|
"rest-assured": "rest-assured";
|
|
@@ -3975,69 +4071,69 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3975
4071
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3976
4072
|
id: z.ZodString;
|
|
3977
4073
|
role: z.ZodEnum<{
|
|
3978
|
-
|
|
3979
|
-
|
|
4074
|
+
push: "push";
|
|
4075
|
+
frontend: "frontend";
|
|
4076
|
+
backend: "backend";
|
|
4077
|
+
mobile: "mobile";
|
|
3980
4078
|
database: "database";
|
|
4079
|
+
api: "api";
|
|
4080
|
+
graphql: "graphql";
|
|
3981
4081
|
orm: "orm";
|
|
3982
4082
|
auth: "auth";
|
|
3983
|
-
payments: "payments";
|
|
3984
|
-
frontend: "frontend";
|
|
3985
|
-
examples: "examples";
|
|
3986
|
-
packageManager: "packageManager";
|
|
3987
|
-
dbSetup: "dbSetup";
|
|
3988
|
-
backend: "backend";
|
|
3989
4083
|
runtime: "runtime";
|
|
3990
|
-
|
|
3991
|
-
|
|
3992
|
-
|
|
3993
|
-
testing: "testing";
|
|
3994
|
-
email: "email";
|
|
3995
|
-
validation: "validation";
|
|
4084
|
+
deploy: "deploy";
|
|
4085
|
+
dbSetup: "dbSetup";
|
|
4086
|
+
migrations: "migrations";
|
|
3996
4087
|
realtime: "realtime";
|
|
4088
|
+
navigation: "navigation";
|
|
4089
|
+
caching: "caching";
|
|
4090
|
+
observability: "observability";
|
|
4091
|
+
email: "email";
|
|
4092
|
+
search: "search";
|
|
4093
|
+
vectorDb: "vectorDb";
|
|
4094
|
+
fileStorage: "fileStorage";
|
|
3997
4095
|
jobQueue: "jobQueue";
|
|
4096
|
+
rateLimit: "rateLimit";
|
|
4097
|
+
testing: "testing";
|
|
4098
|
+
stateManagement: "stateManagement";
|
|
4099
|
+
forms: "forms";
|
|
3998
4100
|
animation: "animation";
|
|
3999
4101
|
fileUpload: "fileUpload";
|
|
4102
|
+
validation: "validation";
|
|
4103
|
+
effect: "effect";
|
|
4104
|
+
ui: "ui";
|
|
4105
|
+
css: "css";
|
|
4106
|
+
storage: "storage";
|
|
4107
|
+
ota: "ota";
|
|
4108
|
+
deepLinking: "deepLinking";
|
|
4109
|
+
ai: "ai";
|
|
4110
|
+
payments: "payments";
|
|
4000
4111
|
logging: "logging";
|
|
4001
|
-
observability: "observability";
|
|
4002
4112
|
featureFlags: "featureFlags";
|
|
4003
4113
|
integrations: "integrations";
|
|
4004
4114
|
ecommerce: "ecommerce";
|
|
4005
4115
|
analytics: "analytics";
|
|
4006
4116
|
cms: "cms";
|
|
4007
|
-
caching: "caching";
|
|
4008
|
-
rateLimit: "rateLimit";
|
|
4009
4117
|
i18n: "i18n";
|
|
4010
|
-
search: "search";
|
|
4011
|
-
vectorDb: "vectorDb";
|
|
4012
|
-
fileStorage: "fileStorage";
|
|
4013
|
-
config: "config";
|
|
4014
|
-
mobile: "mobile";
|
|
4015
|
-
graphql: "graphql";
|
|
4016
|
-
deploy: "deploy";
|
|
4017
|
-
migrations: "migrations";
|
|
4018
|
-
navigation: "navigation";
|
|
4019
|
-
ui: "ui";
|
|
4020
|
-
css: "css";
|
|
4021
|
-
storage: "storage";
|
|
4022
|
-
push: "push";
|
|
4023
|
-
ota: "ota";
|
|
4024
|
-
deepLinking: "deepLinking";
|
|
4025
4118
|
documentation: "documentation";
|
|
4026
4119
|
codeQuality: "codeQuality";
|
|
4027
4120
|
appPlatform: "appPlatform";
|
|
4028
4121
|
dataFetching: "dataFetching";
|
|
4029
4122
|
workspaceTooling: "workspaceTooling";
|
|
4123
|
+
examples: "examples";
|
|
4030
4124
|
language: "language";
|
|
4031
4125
|
buildTool: "buildTool";
|
|
4032
4126
|
cli: "cli";
|
|
4033
4127
|
errorHandling: "errorHandling";
|
|
4034
4128
|
httpClient: "httpClient";
|
|
4035
4129
|
libraries: "libraries";
|
|
4130
|
+
config: "config";
|
|
4036
4131
|
templating: "templating";
|
|
4037
4132
|
cloudSdk: "cloudSdk";
|
|
4038
4133
|
data: "data";
|
|
4039
4134
|
media: "media";
|
|
4040
4135
|
server: "server";
|
|
4136
|
+
packageManager: "packageManager";
|
|
4041
4137
|
messageQueue: "messageQueue";
|
|
4042
4138
|
}>;
|
|
4043
4139
|
toolId: z.ZodString;
|
|
@@ -4050,7 +4146,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
4050
4146
|
java: "java";
|
|
4051
4147
|
elixir: "elixir";
|
|
4052
4148
|
dotnet: "dotnet";
|
|
4053
|
-
}>, z.ZodLiteral<"universal">]>;
|
|
4149
|
+
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
4054
4150
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
4055
4151
|
source: z.ZodEnum<{
|
|
4056
4152
|
selected: "selected";
|
|
@@ -4099,13 +4195,13 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4099
4195
|
sequelize: "sequelize";
|
|
4100
4196
|
}>;
|
|
4101
4197
|
backend: z.ZodEnum<{
|
|
4198
|
+
effect: "effect";
|
|
4102
4199
|
none: "none";
|
|
4103
4200
|
hono: "hono";
|
|
4104
4201
|
express: "express";
|
|
4105
4202
|
fastify: "fastify";
|
|
4106
4203
|
elysia: "elysia";
|
|
4107
4204
|
fets: "fets";
|
|
4108
|
-
effect: "effect";
|
|
4109
4205
|
nestjs: "nestjs";
|
|
4110
4206
|
adonisjs: "adonisjs";
|
|
4111
4207
|
nitro: "nitro";
|
|
@@ -4186,8 +4282,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4186
4282
|
capacitor: "capacitor";
|
|
4187
4283
|
}>>;
|
|
4188
4284
|
examples: z.ZodArray<z.ZodEnum<{
|
|
4189
|
-
none: "none";
|
|
4190
4285
|
ai: "ai";
|
|
4286
|
+
none: "none";
|
|
4191
4287
|
"chat-sdk": "chat-sdk";
|
|
4192
4288
|
"tanstack-showcase": "tanstack-showcase";
|
|
4193
4289
|
}>>;
|
|
@@ -4302,8 +4398,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4302
4398
|
"ai-cli": "ai-cli";
|
|
4303
4399
|
}>;
|
|
4304
4400
|
effect: z.ZodEnum<{
|
|
4305
|
-
none: "none";
|
|
4306
4401
|
effect: "effect";
|
|
4402
|
+
none: "none";
|
|
4307
4403
|
"effect-full": "effect-full";
|
|
4308
4404
|
}>;
|
|
4309
4405
|
stateManagement: z.ZodEnum<{
|
|
@@ -4438,8 +4534,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4438
4534
|
"geist-mono": "geist-mono";
|
|
4439
4535
|
}>>;
|
|
4440
4536
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
4441
|
-
none: "none";
|
|
4442
4537
|
default: "default";
|
|
4538
|
+
none: "none";
|
|
4443
4539
|
small: "small";
|
|
4444
4540
|
medium: "medium";
|
|
4445
4541
|
large: "large";
|
|
@@ -4581,9 +4677,9 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4581
4677
|
}>;
|
|
4582
4678
|
mobileUI: z.ZodEnum<{
|
|
4583
4679
|
none: "none";
|
|
4584
|
-
uniwind: "uniwind";
|
|
4585
4680
|
tamagui: "tamagui";
|
|
4586
4681
|
"gluestack-ui": "gluestack-ui";
|
|
4682
|
+
uniwind: "uniwind";
|
|
4587
4683
|
unistyles: "unistyles";
|
|
4588
4684
|
}>;
|
|
4589
4685
|
mobileStorage: z.ZodEnum<{
|
|
@@ -4647,6 +4743,37 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4647
4743
|
dioxus: "dioxus";
|
|
4648
4744
|
yew: "yew";
|
|
4649
4745
|
}>;
|
|
4746
|
+
dotnetFrontend: z.ZodOptional<z.ZodEnum<{
|
|
4747
|
+
none: "none";
|
|
4748
|
+
"blazor-webassembly": "blazor-webassembly";
|
|
4749
|
+
"blazor-web-app": "blazor-web-app";
|
|
4750
|
+
}>>;
|
|
4751
|
+
kotlinMobile: z.ZodOptional<z.ZodEnum<{
|
|
4752
|
+
none: "none";
|
|
4753
|
+
"jetpack-compose": "jetpack-compose";
|
|
4754
|
+
"compose-multiplatform": "compose-multiplatform";
|
|
4755
|
+
}>>;
|
|
4756
|
+
kotlinMobileLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
4757
|
+
none: "none";
|
|
4758
|
+
"navigation-compose": "navigation-compose";
|
|
4759
|
+
voyager: "voyager";
|
|
4760
|
+
koin: "koin";
|
|
4761
|
+
"ktor-client": "ktor-client";
|
|
4762
|
+
"kotlinx-serialization-json": "kotlinx-serialization-json";
|
|
4763
|
+
datastore: "datastore";
|
|
4764
|
+
coil: "coil";
|
|
4765
|
+
mockk: "mockk";
|
|
4766
|
+
turbine: "turbine";
|
|
4767
|
+
junit5: "junit5";
|
|
4768
|
+
}>>>;
|
|
4769
|
+
swiftMobile: z.ZodOptional<z.ZodEnum<{
|
|
4770
|
+
none: "none";
|
|
4771
|
+
swiftui: "swiftui";
|
|
4772
|
+
}>>;
|
|
4773
|
+
dartMobile: z.ZodOptional<z.ZodEnum<{
|
|
4774
|
+
none: "none";
|
|
4775
|
+
flutter: "flutter";
|
|
4776
|
+
}>>;
|
|
4650
4777
|
rustOrm: z.ZodEnum<{
|
|
4651
4778
|
none: "none";
|
|
4652
4779
|
mongodb: "mongodb";
|
|
@@ -4668,12 +4795,12 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4668
4795
|
ratatui: "ratatui";
|
|
4669
4796
|
}>;
|
|
4670
4797
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
4798
|
+
config: "config";
|
|
4671
4799
|
none: "none";
|
|
4672
4800
|
serde: "serde";
|
|
4673
4801
|
uuid: "uuid";
|
|
4674
4802
|
chrono: "chrono";
|
|
4675
4803
|
reqwest: "reqwest";
|
|
4676
|
-
config: "config";
|
|
4677
4804
|
dashmap: "dashmap";
|
|
4678
4805
|
"parking-lot": "parking-lot";
|
|
4679
4806
|
secrecy: "secrecy";
|
|
@@ -4981,6 +5108,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4981
5108
|
javaWebFramework: z.ZodEnum<{
|
|
4982
5109
|
none: "none";
|
|
4983
5110
|
"spring-boot": "spring-boot";
|
|
5111
|
+
ktor: "ktor";
|
|
4984
5112
|
quarkus: "quarkus";
|
|
4985
5113
|
micronaut: "micronaut";
|
|
4986
5114
|
}>;
|
|
@@ -5054,8 +5182,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
5054
5182
|
}>>;
|
|
5055
5183
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
5056
5184
|
none: "none";
|
|
5057
|
-
testcontainers: "testcontainers";
|
|
5058
5185
|
junit5: "junit5";
|
|
5186
|
+
testcontainers: "testcontainers";
|
|
5059
5187
|
mockito: "mockito";
|
|
5060
5188
|
assertj: "assertj";
|
|
5061
5189
|
"rest-assured": "rest-assured";
|
|
@@ -5284,69 +5412,69 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
5284
5412
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5285
5413
|
id: z.ZodString;
|
|
5286
5414
|
role: z.ZodEnum<{
|
|
5287
|
-
|
|
5288
|
-
|
|
5415
|
+
push: "push";
|
|
5416
|
+
frontend: "frontend";
|
|
5417
|
+
backend: "backend";
|
|
5418
|
+
mobile: "mobile";
|
|
5289
5419
|
database: "database";
|
|
5420
|
+
api: "api";
|
|
5421
|
+
graphql: "graphql";
|
|
5290
5422
|
orm: "orm";
|
|
5291
5423
|
auth: "auth";
|
|
5292
|
-
payments: "payments";
|
|
5293
|
-
frontend: "frontend";
|
|
5294
|
-
examples: "examples";
|
|
5295
|
-
packageManager: "packageManager";
|
|
5296
|
-
dbSetup: "dbSetup";
|
|
5297
|
-
backend: "backend";
|
|
5298
5424
|
runtime: "runtime";
|
|
5299
|
-
|
|
5300
|
-
|
|
5301
|
-
|
|
5302
|
-
testing: "testing";
|
|
5303
|
-
email: "email";
|
|
5304
|
-
validation: "validation";
|
|
5425
|
+
deploy: "deploy";
|
|
5426
|
+
dbSetup: "dbSetup";
|
|
5427
|
+
migrations: "migrations";
|
|
5305
5428
|
realtime: "realtime";
|
|
5429
|
+
navigation: "navigation";
|
|
5430
|
+
caching: "caching";
|
|
5431
|
+
observability: "observability";
|
|
5432
|
+
email: "email";
|
|
5433
|
+
search: "search";
|
|
5434
|
+
vectorDb: "vectorDb";
|
|
5435
|
+
fileStorage: "fileStorage";
|
|
5306
5436
|
jobQueue: "jobQueue";
|
|
5437
|
+
rateLimit: "rateLimit";
|
|
5438
|
+
testing: "testing";
|
|
5439
|
+
stateManagement: "stateManagement";
|
|
5440
|
+
forms: "forms";
|
|
5307
5441
|
animation: "animation";
|
|
5308
5442
|
fileUpload: "fileUpload";
|
|
5443
|
+
validation: "validation";
|
|
5444
|
+
effect: "effect";
|
|
5445
|
+
ui: "ui";
|
|
5446
|
+
css: "css";
|
|
5447
|
+
storage: "storage";
|
|
5448
|
+
ota: "ota";
|
|
5449
|
+
deepLinking: "deepLinking";
|
|
5450
|
+
ai: "ai";
|
|
5451
|
+
payments: "payments";
|
|
5309
5452
|
logging: "logging";
|
|
5310
|
-
observability: "observability";
|
|
5311
5453
|
featureFlags: "featureFlags";
|
|
5312
5454
|
integrations: "integrations";
|
|
5313
5455
|
ecommerce: "ecommerce";
|
|
5314
5456
|
analytics: "analytics";
|
|
5315
5457
|
cms: "cms";
|
|
5316
|
-
caching: "caching";
|
|
5317
|
-
rateLimit: "rateLimit";
|
|
5318
5458
|
i18n: "i18n";
|
|
5319
|
-
search: "search";
|
|
5320
|
-
vectorDb: "vectorDb";
|
|
5321
|
-
fileStorage: "fileStorage";
|
|
5322
|
-
config: "config";
|
|
5323
|
-
mobile: "mobile";
|
|
5324
|
-
graphql: "graphql";
|
|
5325
|
-
deploy: "deploy";
|
|
5326
|
-
migrations: "migrations";
|
|
5327
|
-
navigation: "navigation";
|
|
5328
|
-
ui: "ui";
|
|
5329
|
-
css: "css";
|
|
5330
|
-
storage: "storage";
|
|
5331
|
-
push: "push";
|
|
5332
|
-
ota: "ota";
|
|
5333
|
-
deepLinking: "deepLinking";
|
|
5334
5459
|
documentation: "documentation";
|
|
5335
5460
|
codeQuality: "codeQuality";
|
|
5336
5461
|
appPlatform: "appPlatform";
|
|
5337
5462
|
dataFetching: "dataFetching";
|
|
5338
5463
|
workspaceTooling: "workspaceTooling";
|
|
5464
|
+
examples: "examples";
|
|
5339
5465
|
language: "language";
|
|
5340
5466
|
buildTool: "buildTool";
|
|
5341
5467
|
cli: "cli";
|
|
5342
5468
|
errorHandling: "errorHandling";
|
|
5343
5469
|
httpClient: "httpClient";
|
|
5344
5470
|
libraries: "libraries";
|
|
5471
|
+
config: "config";
|
|
5345
5472
|
templating: "templating";
|
|
5346
5473
|
cloudSdk: "cloudSdk";
|
|
5347
5474
|
data: "data";
|
|
5348
5475
|
media: "media";
|
|
5349
5476
|
server: "server";
|
|
5477
|
+
packageManager: "packageManager";
|
|
5350
5478
|
messageQueue: "messageQueue";
|
|
5351
5479
|
}>;
|
|
5352
5480
|
toolId: z.ZodString;
|
|
@@ -5359,7 +5487,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
5359
5487
|
java: "java";
|
|
5360
5488
|
elixir: "elixir";
|
|
5361
5489
|
dotnet: "dotnet";
|
|
5362
|
-
}>, z.ZodLiteral<"universal">]>;
|
|
5490
|
+
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
5363
5491
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
5364
5492
|
source: z.ZodEnum<{
|
|
5365
5493
|
selected: "selected";
|
|
@@ -5409,13 +5537,13 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5409
5537
|
sequelize: "sequelize";
|
|
5410
5538
|
}>;
|
|
5411
5539
|
backend: z.ZodEnum<{
|
|
5540
|
+
effect: "effect";
|
|
5412
5541
|
none: "none";
|
|
5413
5542
|
hono: "hono";
|
|
5414
5543
|
express: "express";
|
|
5415
5544
|
fastify: "fastify";
|
|
5416
5545
|
elysia: "elysia";
|
|
5417
5546
|
fets: "fets";
|
|
5418
|
-
effect: "effect";
|
|
5419
5547
|
nestjs: "nestjs";
|
|
5420
5548
|
adonisjs: "adonisjs";
|
|
5421
5549
|
nitro: "nitro";
|
|
@@ -5496,8 +5624,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5496
5624
|
capacitor: "capacitor";
|
|
5497
5625
|
}>>;
|
|
5498
5626
|
examples: z.ZodArray<z.ZodEnum<{
|
|
5499
|
-
none: "none";
|
|
5500
5627
|
ai: "ai";
|
|
5628
|
+
none: "none";
|
|
5501
5629
|
"chat-sdk": "chat-sdk";
|
|
5502
5630
|
"tanstack-showcase": "tanstack-showcase";
|
|
5503
5631
|
}>>;
|
|
@@ -5614,8 +5742,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5614
5742
|
"ai-cli": "ai-cli";
|
|
5615
5743
|
}>;
|
|
5616
5744
|
effect: z.ZodEnum<{
|
|
5617
|
-
none: "none";
|
|
5618
5745
|
effect: "effect";
|
|
5746
|
+
none: "none";
|
|
5619
5747
|
"effect-full": "effect-full";
|
|
5620
5748
|
}>;
|
|
5621
5749
|
stateManagement: z.ZodEnum<{
|
|
@@ -5750,8 +5878,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5750
5878
|
"geist-mono": "geist-mono";
|
|
5751
5879
|
}>>;
|
|
5752
5880
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
5753
|
-
none: "none";
|
|
5754
5881
|
default: "default";
|
|
5882
|
+
none: "none";
|
|
5755
5883
|
small: "small";
|
|
5756
5884
|
medium: "medium";
|
|
5757
5885
|
large: "large";
|
|
@@ -5893,9 +6021,9 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5893
6021
|
}>;
|
|
5894
6022
|
mobileUI: z.ZodEnum<{
|
|
5895
6023
|
none: "none";
|
|
5896
|
-
uniwind: "uniwind";
|
|
5897
6024
|
tamagui: "tamagui";
|
|
5898
6025
|
"gluestack-ui": "gluestack-ui";
|
|
6026
|
+
uniwind: "uniwind";
|
|
5899
6027
|
unistyles: "unistyles";
|
|
5900
6028
|
}>;
|
|
5901
6029
|
mobileStorage: z.ZodEnum<{
|
|
@@ -5959,6 +6087,37 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5959
6087
|
dioxus: "dioxus";
|
|
5960
6088
|
yew: "yew";
|
|
5961
6089
|
}>;
|
|
6090
|
+
dotnetFrontend: z.ZodOptional<z.ZodEnum<{
|
|
6091
|
+
none: "none";
|
|
6092
|
+
"blazor-webassembly": "blazor-webassembly";
|
|
6093
|
+
"blazor-web-app": "blazor-web-app";
|
|
6094
|
+
}>>;
|
|
6095
|
+
kotlinMobile: z.ZodOptional<z.ZodEnum<{
|
|
6096
|
+
none: "none";
|
|
6097
|
+
"jetpack-compose": "jetpack-compose";
|
|
6098
|
+
"compose-multiplatform": "compose-multiplatform";
|
|
6099
|
+
}>>;
|
|
6100
|
+
kotlinMobileLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
6101
|
+
none: "none";
|
|
6102
|
+
"navigation-compose": "navigation-compose";
|
|
6103
|
+
voyager: "voyager";
|
|
6104
|
+
koin: "koin";
|
|
6105
|
+
"ktor-client": "ktor-client";
|
|
6106
|
+
"kotlinx-serialization-json": "kotlinx-serialization-json";
|
|
6107
|
+
datastore: "datastore";
|
|
6108
|
+
coil: "coil";
|
|
6109
|
+
mockk: "mockk";
|
|
6110
|
+
turbine: "turbine";
|
|
6111
|
+
junit5: "junit5";
|
|
6112
|
+
}>>>;
|
|
6113
|
+
swiftMobile: z.ZodOptional<z.ZodEnum<{
|
|
6114
|
+
none: "none";
|
|
6115
|
+
swiftui: "swiftui";
|
|
6116
|
+
}>>;
|
|
6117
|
+
dartMobile: z.ZodOptional<z.ZodEnum<{
|
|
6118
|
+
none: "none";
|
|
6119
|
+
flutter: "flutter";
|
|
6120
|
+
}>>;
|
|
5962
6121
|
rustOrm: z.ZodEnum<{
|
|
5963
6122
|
none: "none";
|
|
5964
6123
|
mongodb: "mongodb";
|
|
@@ -5980,12 +6139,12 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5980
6139
|
ratatui: "ratatui";
|
|
5981
6140
|
}>;
|
|
5982
6141
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
6142
|
+
config: "config";
|
|
5983
6143
|
none: "none";
|
|
5984
6144
|
serde: "serde";
|
|
5985
6145
|
uuid: "uuid";
|
|
5986
6146
|
chrono: "chrono";
|
|
5987
6147
|
reqwest: "reqwest";
|
|
5988
|
-
config: "config";
|
|
5989
6148
|
dashmap: "dashmap";
|
|
5990
6149
|
"parking-lot": "parking-lot";
|
|
5991
6150
|
secrecy: "secrecy";
|
|
@@ -6293,6 +6452,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6293
6452
|
javaWebFramework: z.ZodEnum<{
|
|
6294
6453
|
none: "none";
|
|
6295
6454
|
"spring-boot": "spring-boot";
|
|
6455
|
+
ktor: "ktor";
|
|
6296
6456
|
quarkus: "quarkus";
|
|
6297
6457
|
micronaut: "micronaut";
|
|
6298
6458
|
}>;
|
|
@@ -6366,8 +6526,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6366
6526
|
}>>;
|
|
6367
6527
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
6368
6528
|
none: "none";
|
|
6369
|
-
testcontainers: "testcontainers";
|
|
6370
6529
|
junit5: "junit5";
|
|
6530
|
+
testcontainers: "testcontainers";
|
|
6371
6531
|
mockito: "mockito";
|
|
6372
6532
|
assertj: "assertj";
|
|
6373
6533
|
"rest-assured": "rest-assured";
|
|
@@ -6596,69 +6756,69 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6596
6756
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6597
6757
|
id: z.ZodString;
|
|
6598
6758
|
role: z.ZodEnum<{
|
|
6599
|
-
|
|
6600
|
-
|
|
6759
|
+
push: "push";
|
|
6760
|
+
frontend: "frontend";
|
|
6761
|
+
backend: "backend";
|
|
6762
|
+
mobile: "mobile";
|
|
6601
6763
|
database: "database";
|
|
6764
|
+
api: "api";
|
|
6765
|
+
graphql: "graphql";
|
|
6602
6766
|
orm: "orm";
|
|
6603
6767
|
auth: "auth";
|
|
6604
|
-
payments: "payments";
|
|
6605
|
-
frontend: "frontend";
|
|
6606
|
-
examples: "examples";
|
|
6607
|
-
packageManager: "packageManager";
|
|
6608
|
-
dbSetup: "dbSetup";
|
|
6609
|
-
backend: "backend";
|
|
6610
6768
|
runtime: "runtime";
|
|
6611
|
-
|
|
6612
|
-
|
|
6613
|
-
|
|
6614
|
-
testing: "testing";
|
|
6615
|
-
email: "email";
|
|
6616
|
-
validation: "validation";
|
|
6769
|
+
deploy: "deploy";
|
|
6770
|
+
dbSetup: "dbSetup";
|
|
6771
|
+
migrations: "migrations";
|
|
6617
6772
|
realtime: "realtime";
|
|
6773
|
+
navigation: "navigation";
|
|
6774
|
+
caching: "caching";
|
|
6775
|
+
observability: "observability";
|
|
6776
|
+
email: "email";
|
|
6777
|
+
search: "search";
|
|
6778
|
+
vectorDb: "vectorDb";
|
|
6779
|
+
fileStorage: "fileStorage";
|
|
6618
6780
|
jobQueue: "jobQueue";
|
|
6781
|
+
rateLimit: "rateLimit";
|
|
6782
|
+
testing: "testing";
|
|
6783
|
+
stateManagement: "stateManagement";
|
|
6784
|
+
forms: "forms";
|
|
6619
6785
|
animation: "animation";
|
|
6620
6786
|
fileUpload: "fileUpload";
|
|
6787
|
+
validation: "validation";
|
|
6788
|
+
effect: "effect";
|
|
6789
|
+
ui: "ui";
|
|
6790
|
+
css: "css";
|
|
6791
|
+
storage: "storage";
|
|
6792
|
+
ota: "ota";
|
|
6793
|
+
deepLinking: "deepLinking";
|
|
6794
|
+
ai: "ai";
|
|
6795
|
+
payments: "payments";
|
|
6621
6796
|
logging: "logging";
|
|
6622
|
-
observability: "observability";
|
|
6623
6797
|
featureFlags: "featureFlags";
|
|
6624
6798
|
integrations: "integrations";
|
|
6625
6799
|
ecommerce: "ecommerce";
|
|
6626
6800
|
analytics: "analytics";
|
|
6627
6801
|
cms: "cms";
|
|
6628
|
-
caching: "caching";
|
|
6629
|
-
rateLimit: "rateLimit";
|
|
6630
6802
|
i18n: "i18n";
|
|
6631
|
-
search: "search";
|
|
6632
|
-
vectorDb: "vectorDb";
|
|
6633
|
-
fileStorage: "fileStorage";
|
|
6634
|
-
config: "config";
|
|
6635
|
-
mobile: "mobile";
|
|
6636
|
-
graphql: "graphql";
|
|
6637
|
-
deploy: "deploy";
|
|
6638
|
-
migrations: "migrations";
|
|
6639
|
-
navigation: "navigation";
|
|
6640
|
-
ui: "ui";
|
|
6641
|
-
css: "css";
|
|
6642
|
-
storage: "storage";
|
|
6643
|
-
push: "push";
|
|
6644
|
-
ota: "ota";
|
|
6645
|
-
deepLinking: "deepLinking";
|
|
6646
6803
|
documentation: "documentation";
|
|
6647
6804
|
codeQuality: "codeQuality";
|
|
6648
6805
|
appPlatform: "appPlatform";
|
|
6649
6806
|
dataFetching: "dataFetching";
|
|
6650
6807
|
workspaceTooling: "workspaceTooling";
|
|
6808
|
+
examples: "examples";
|
|
6651
6809
|
language: "language";
|
|
6652
6810
|
buildTool: "buildTool";
|
|
6653
6811
|
cli: "cli";
|
|
6654
6812
|
errorHandling: "errorHandling";
|
|
6655
6813
|
httpClient: "httpClient";
|
|
6656
6814
|
libraries: "libraries";
|
|
6815
|
+
config: "config";
|
|
6657
6816
|
templating: "templating";
|
|
6658
6817
|
cloudSdk: "cloudSdk";
|
|
6659
6818
|
data: "data";
|
|
6660
6819
|
media: "media";
|
|
6661
6820
|
server: "server";
|
|
6821
|
+
packageManager: "packageManager";
|
|
6662
6822
|
messageQueue: "messageQueue";
|
|
6663
6823
|
}>;
|
|
6664
6824
|
toolId: z.ZodString;
|
|
@@ -6671,7 +6831,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6671
6831
|
java: "java";
|
|
6672
6832
|
elixir: "elixir";
|
|
6673
6833
|
dotnet: "dotnet";
|
|
6674
|
-
}>, z.ZodLiteral<"universal">]>;
|
|
6834
|
+
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
6675
6835
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
6676
6836
|
source: z.ZodEnum<{
|
|
6677
6837
|
selected: "selected";
|
|
@@ -6699,6 +6859,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6699
6859
|
declare function getJavaWebFrameworkJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
6700
6860
|
none: "none";
|
|
6701
6861
|
"spring-boot": "spring-boot";
|
|
6862
|
+
ktor: "ktor";
|
|
6702
6863
|
quarkus: "quarkus";
|
|
6703
6864
|
micronaut: "micronaut";
|
|
6704
6865
|
}>>;
|
|
@@ -6868,8 +7029,8 @@ declare function getJavaLibrariesJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
6868
7029
|
}>>;
|
|
6869
7030
|
declare function getJavaTestingLibrariesJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
6870
7031
|
none: "none";
|
|
6871
|
-
testcontainers: "testcontainers";
|
|
6872
7032
|
junit5: "junit5";
|
|
7033
|
+
testcontainers: "testcontainers";
|
|
6873
7034
|
mockito: "mockito";
|
|
6874
7035
|
assertj: "assertj";
|
|
6875
7036
|
"rest-assured": "rest-assured";
|
|
@@ -7061,13 +7222,13 @@ declare function getAllJsonSchemas(): {
|
|
|
7061
7222
|
sequelize: "sequelize";
|
|
7062
7223
|
}>>;
|
|
7063
7224
|
backend: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7225
|
+
effect: "effect";
|
|
7064
7226
|
none: "none";
|
|
7065
7227
|
hono: "hono";
|
|
7066
7228
|
express: "express";
|
|
7067
7229
|
fastify: "fastify";
|
|
7068
7230
|
elysia: "elysia";
|
|
7069
7231
|
fets: "fets";
|
|
7070
|
-
effect: "effect";
|
|
7071
7232
|
nestjs: "nestjs";
|
|
7072
7233
|
adonisjs: "adonisjs";
|
|
7073
7234
|
nitro: "nitro";
|
|
@@ -7148,8 +7309,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7148
7309
|
capacitor: "capacitor";
|
|
7149
7310
|
}>>;
|
|
7150
7311
|
examples: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7151
|
-
none: "none";
|
|
7152
7312
|
ai: "ai";
|
|
7313
|
+
none: "none";
|
|
7153
7314
|
"chat-sdk": "chat-sdk";
|
|
7154
7315
|
"tanstack-showcase": "tanstack-showcase";
|
|
7155
7316
|
}>>;
|
|
@@ -7232,18 +7393,18 @@ declare function getAllJsonSchemas(): {
|
|
|
7232
7393
|
vercel: "vercel";
|
|
7233
7394
|
}>>;
|
|
7234
7395
|
directoryConflict: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7396
|
+
error: "error";
|
|
7235
7397
|
merge: "merge";
|
|
7236
7398
|
overwrite: "overwrite";
|
|
7237
7399
|
increment: "increment";
|
|
7238
|
-
error: "error";
|
|
7239
7400
|
}>>;
|
|
7240
7401
|
template: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7241
7402
|
none: "none";
|
|
7403
|
+
uniwind: "uniwind";
|
|
7242
7404
|
mern: "mern";
|
|
7243
7405
|
pern: "pern";
|
|
7244
7406
|
t3: "t3";
|
|
7245
7407
|
saas: "saas";
|
|
7246
|
-
uniwind: "uniwind";
|
|
7247
7408
|
}>>;
|
|
7248
7409
|
goWebFramework: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7249
7410
|
none: "none";
|
|
@@ -7355,6 +7516,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7355
7516
|
javaWebFramework: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7356
7517
|
none: "none";
|
|
7357
7518
|
"spring-boot": "spring-boot";
|
|
7519
|
+
ktor: "ktor";
|
|
7358
7520
|
quarkus: "quarkus";
|
|
7359
7521
|
micronaut: "micronaut";
|
|
7360
7522
|
}>>;
|
|
@@ -7417,8 +7579,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7417
7579
|
}>>;
|
|
7418
7580
|
javaTestingLibraries: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7419
7581
|
none: "none";
|
|
7420
|
-
testcontainers: "testcontainers";
|
|
7421
7582
|
junit5: "junit5";
|
|
7583
|
+
testcontainers: "testcontainers";
|
|
7422
7584
|
mockito: "mockito";
|
|
7423
7585
|
assertj: "assertj";
|
|
7424
7586
|
"rest-assured": "rest-assured";
|
|
@@ -7593,11 +7755,11 @@ declare function getAllJsonSchemas(): {
|
|
|
7593
7755
|
projectName: z.ZodOptional<z.ZodString>;
|
|
7594
7756
|
template: z.ZodOptional<z.ZodEnum<{
|
|
7595
7757
|
none: "none";
|
|
7758
|
+
uniwind: "uniwind";
|
|
7596
7759
|
mern: "mern";
|
|
7597
7760
|
pern: "pern";
|
|
7598
7761
|
t3: "t3";
|
|
7599
7762
|
saas: "saas";
|
|
7600
|
-
uniwind: "uniwind";
|
|
7601
7763
|
}>>;
|
|
7602
7764
|
yes: z.ZodOptional<z.ZodBoolean>;
|
|
7603
7765
|
yolo: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -7728,8 +7890,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7728
7890
|
capacitor: "capacitor";
|
|
7729
7891
|
}>>>;
|
|
7730
7892
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
7731
|
-
none: "none";
|
|
7732
7893
|
ai: "ai";
|
|
7894
|
+
none: "none";
|
|
7733
7895
|
"chat-sdk": "chat-sdk";
|
|
7734
7896
|
"tanstack-showcase": "tanstack-showcase";
|
|
7735
7897
|
}>>>;
|
|
@@ -7763,13 +7925,13 @@ declare function getAllJsonSchemas(): {
|
|
|
7763
7925
|
docker: "docker";
|
|
7764
7926
|
}>>;
|
|
7765
7927
|
backend: z.ZodOptional<z.ZodEnum<{
|
|
7928
|
+
effect: "effect";
|
|
7766
7929
|
none: "none";
|
|
7767
7930
|
hono: "hono";
|
|
7768
7931
|
express: "express";
|
|
7769
7932
|
fastify: "fastify";
|
|
7770
7933
|
elysia: "elysia";
|
|
7771
7934
|
fets: "fets";
|
|
7772
|
-
effect: "effect";
|
|
7773
7935
|
nestjs: "nestjs";
|
|
7774
7936
|
adonisjs: "adonisjs";
|
|
7775
7937
|
nitro: "nitro";
|
|
@@ -7816,10 +7978,10 @@ declare function getAllJsonSchemas(): {
|
|
|
7816
7978
|
vercel: "vercel";
|
|
7817
7979
|
}>>;
|
|
7818
7980
|
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
7981
|
+
error: "error";
|
|
7819
7982
|
merge: "merge";
|
|
7820
7983
|
overwrite: "overwrite";
|
|
7821
7984
|
increment: "increment";
|
|
7822
|
-
error: "error";
|
|
7823
7985
|
}>>;
|
|
7824
7986
|
renderTitle: z.ZodOptional<z.ZodBoolean>;
|
|
7825
7987
|
disableAnalytics: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -7848,8 +8010,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7848
8010
|
"ai-cli": "ai-cli";
|
|
7849
8011
|
}>>;
|
|
7850
8012
|
effect: z.ZodOptional<z.ZodEnum<{
|
|
7851
|
-
none: "none";
|
|
7852
8013
|
effect: "effect";
|
|
8014
|
+
none: "none";
|
|
7853
8015
|
"effect-full": "effect-full";
|
|
7854
8016
|
}>>;
|
|
7855
8017
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
@@ -7984,8 +8146,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7984
8146
|
"geist-mono": "geist-mono";
|
|
7985
8147
|
}>>;
|
|
7986
8148
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
7987
|
-
none: "none";
|
|
7988
8149
|
default: "default";
|
|
8150
|
+
none: "none";
|
|
7989
8151
|
small: "small";
|
|
7990
8152
|
medium: "medium";
|
|
7991
8153
|
large: "large";
|
|
@@ -8127,9 +8289,9 @@ declare function getAllJsonSchemas(): {
|
|
|
8127
8289
|
}>>;
|
|
8128
8290
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
8129
8291
|
none: "none";
|
|
8130
|
-
uniwind: "uniwind";
|
|
8131
8292
|
tamagui: "tamagui";
|
|
8132
8293
|
"gluestack-ui": "gluestack-ui";
|
|
8294
|
+
uniwind: "uniwind";
|
|
8133
8295
|
unistyles: "unistyles";
|
|
8134
8296
|
}>>;
|
|
8135
8297
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -8193,6 +8355,37 @@ declare function getAllJsonSchemas(): {
|
|
|
8193
8355
|
dioxus: "dioxus";
|
|
8194
8356
|
yew: "yew";
|
|
8195
8357
|
}>>;
|
|
8358
|
+
dotnetFrontend: z.ZodOptional<z.ZodEnum<{
|
|
8359
|
+
none: "none";
|
|
8360
|
+
"blazor-webassembly": "blazor-webassembly";
|
|
8361
|
+
"blazor-web-app": "blazor-web-app";
|
|
8362
|
+
}>>;
|
|
8363
|
+
kotlinMobile: z.ZodOptional<z.ZodEnum<{
|
|
8364
|
+
none: "none";
|
|
8365
|
+
"jetpack-compose": "jetpack-compose";
|
|
8366
|
+
"compose-multiplatform": "compose-multiplatform";
|
|
8367
|
+
}>>;
|
|
8368
|
+
kotlinMobileLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
8369
|
+
none: "none";
|
|
8370
|
+
"navigation-compose": "navigation-compose";
|
|
8371
|
+
voyager: "voyager";
|
|
8372
|
+
koin: "koin";
|
|
8373
|
+
"ktor-client": "ktor-client";
|
|
8374
|
+
"kotlinx-serialization-json": "kotlinx-serialization-json";
|
|
8375
|
+
datastore: "datastore";
|
|
8376
|
+
coil: "coil";
|
|
8377
|
+
mockk: "mockk";
|
|
8378
|
+
turbine: "turbine";
|
|
8379
|
+
junit5: "junit5";
|
|
8380
|
+
}>>>;
|
|
8381
|
+
swiftMobile: z.ZodOptional<z.ZodEnum<{
|
|
8382
|
+
none: "none";
|
|
8383
|
+
swiftui: "swiftui";
|
|
8384
|
+
}>>;
|
|
8385
|
+
dartMobile: z.ZodOptional<z.ZodEnum<{
|
|
8386
|
+
none: "none";
|
|
8387
|
+
flutter: "flutter";
|
|
8388
|
+
}>>;
|
|
8196
8389
|
rustOrm: z.ZodOptional<z.ZodEnum<{
|
|
8197
8390
|
none: "none";
|
|
8198
8391
|
mongodb: "mongodb";
|
|
@@ -8214,12 +8407,12 @@ declare function getAllJsonSchemas(): {
|
|
|
8214
8407
|
ratatui: "ratatui";
|
|
8215
8408
|
}>>;
|
|
8216
8409
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
8410
|
+
config: "config";
|
|
8217
8411
|
none: "none";
|
|
8218
8412
|
serde: "serde";
|
|
8219
8413
|
uuid: "uuid";
|
|
8220
8414
|
chrono: "chrono";
|
|
8221
8415
|
reqwest: "reqwest";
|
|
8222
|
-
config: "config";
|
|
8223
8416
|
dashmap: "dashmap";
|
|
8224
8417
|
"parking-lot": "parking-lot";
|
|
8225
8418
|
secrecy: "secrecy";
|
|
@@ -8527,6 +8720,7 @@ declare function getAllJsonSchemas(): {
|
|
|
8527
8720
|
javaWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
8528
8721
|
none: "none";
|
|
8529
8722
|
"spring-boot": "spring-boot";
|
|
8723
|
+
ktor: "ktor";
|
|
8530
8724
|
quarkus: "quarkus";
|
|
8531
8725
|
micronaut: "micronaut";
|
|
8532
8726
|
}>>;
|
|
@@ -8600,8 +8794,8 @@ declare function getAllJsonSchemas(): {
|
|
|
8600
8794
|
}>>>;
|
|
8601
8795
|
javaTestingLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
8602
8796
|
none: "none";
|
|
8603
|
-
testcontainers: "testcontainers";
|
|
8604
8797
|
junit5: "junit5";
|
|
8798
|
+
testcontainers: "testcontainers";
|
|
8605
8799
|
mockito: "mockito";
|
|
8606
8800
|
assertj: "assertj";
|
|
8607
8801
|
"rest-assured": "rest-assured";
|
|
@@ -8863,13 +9057,13 @@ declare function getAllJsonSchemas(): {
|
|
|
8863
9057
|
sequelize: "sequelize";
|
|
8864
9058
|
}>;
|
|
8865
9059
|
backend: z.ZodEnum<{
|
|
9060
|
+
effect: "effect";
|
|
8866
9061
|
none: "none";
|
|
8867
9062
|
hono: "hono";
|
|
8868
9063
|
express: "express";
|
|
8869
9064
|
fastify: "fastify";
|
|
8870
9065
|
elysia: "elysia";
|
|
8871
9066
|
fets: "fets";
|
|
8872
|
-
effect: "effect";
|
|
8873
9067
|
nestjs: "nestjs";
|
|
8874
9068
|
adonisjs: "adonisjs";
|
|
8875
9069
|
nitro: "nitro";
|
|
@@ -8950,8 +9144,8 @@ declare function getAllJsonSchemas(): {
|
|
|
8950
9144
|
capacitor: "capacitor";
|
|
8951
9145
|
}>>;
|
|
8952
9146
|
examples: z.ZodArray<z.ZodEnum<{
|
|
8953
|
-
none: "none";
|
|
8954
9147
|
ai: "ai";
|
|
9148
|
+
none: "none";
|
|
8955
9149
|
"chat-sdk": "chat-sdk";
|
|
8956
9150
|
"tanstack-showcase": "tanstack-showcase";
|
|
8957
9151
|
}>>;
|
|
@@ -9068,8 +9262,8 @@ declare function getAllJsonSchemas(): {
|
|
|
9068
9262
|
"ai-cli": "ai-cli";
|
|
9069
9263
|
}>;
|
|
9070
9264
|
effect: z.ZodEnum<{
|
|
9071
|
-
none: "none";
|
|
9072
9265
|
effect: "effect";
|
|
9266
|
+
none: "none";
|
|
9073
9267
|
"effect-full": "effect-full";
|
|
9074
9268
|
}>;
|
|
9075
9269
|
stateManagement: z.ZodEnum<{
|
|
@@ -9204,8 +9398,8 @@ declare function getAllJsonSchemas(): {
|
|
|
9204
9398
|
"geist-mono": "geist-mono";
|
|
9205
9399
|
}>>;
|
|
9206
9400
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
9207
|
-
none: "none";
|
|
9208
9401
|
default: "default";
|
|
9402
|
+
none: "none";
|
|
9209
9403
|
small: "small";
|
|
9210
9404
|
medium: "medium";
|
|
9211
9405
|
large: "large";
|
|
@@ -9347,9 +9541,9 @@ declare function getAllJsonSchemas(): {
|
|
|
9347
9541
|
}>;
|
|
9348
9542
|
mobileUI: z.ZodEnum<{
|
|
9349
9543
|
none: "none";
|
|
9350
|
-
uniwind: "uniwind";
|
|
9351
9544
|
tamagui: "tamagui";
|
|
9352
9545
|
"gluestack-ui": "gluestack-ui";
|
|
9546
|
+
uniwind: "uniwind";
|
|
9353
9547
|
unistyles: "unistyles";
|
|
9354
9548
|
}>;
|
|
9355
9549
|
mobileStorage: z.ZodEnum<{
|
|
@@ -9413,6 +9607,37 @@ declare function getAllJsonSchemas(): {
|
|
|
9413
9607
|
dioxus: "dioxus";
|
|
9414
9608
|
yew: "yew";
|
|
9415
9609
|
}>;
|
|
9610
|
+
dotnetFrontend: z.ZodOptional<z.ZodEnum<{
|
|
9611
|
+
none: "none";
|
|
9612
|
+
"blazor-webassembly": "blazor-webassembly";
|
|
9613
|
+
"blazor-web-app": "blazor-web-app";
|
|
9614
|
+
}>>;
|
|
9615
|
+
kotlinMobile: z.ZodOptional<z.ZodEnum<{
|
|
9616
|
+
none: "none";
|
|
9617
|
+
"jetpack-compose": "jetpack-compose";
|
|
9618
|
+
"compose-multiplatform": "compose-multiplatform";
|
|
9619
|
+
}>>;
|
|
9620
|
+
kotlinMobileLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
9621
|
+
none: "none";
|
|
9622
|
+
"navigation-compose": "navigation-compose";
|
|
9623
|
+
voyager: "voyager";
|
|
9624
|
+
koin: "koin";
|
|
9625
|
+
"ktor-client": "ktor-client";
|
|
9626
|
+
"kotlinx-serialization-json": "kotlinx-serialization-json";
|
|
9627
|
+
datastore: "datastore";
|
|
9628
|
+
coil: "coil";
|
|
9629
|
+
mockk: "mockk";
|
|
9630
|
+
turbine: "turbine";
|
|
9631
|
+
junit5: "junit5";
|
|
9632
|
+
}>>>;
|
|
9633
|
+
swiftMobile: z.ZodOptional<z.ZodEnum<{
|
|
9634
|
+
none: "none";
|
|
9635
|
+
swiftui: "swiftui";
|
|
9636
|
+
}>>;
|
|
9637
|
+
dartMobile: z.ZodOptional<z.ZodEnum<{
|
|
9638
|
+
none: "none";
|
|
9639
|
+
flutter: "flutter";
|
|
9640
|
+
}>>;
|
|
9416
9641
|
rustOrm: z.ZodEnum<{
|
|
9417
9642
|
none: "none";
|
|
9418
9643
|
mongodb: "mongodb";
|
|
@@ -9434,12 +9659,12 @@ declare function getAllJsonSchemas(): {
|
|
|
9434
9659
|
ratatui: "ratatui";
|
|
9435
9660
|
}>;
|
|
9436
9661
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
9662
|
+
config: "config";
|
|
9437
9663
|
none: "none";
|
|
9438
9664
|
serde: "serde";
|
|
9439
9665
|
uuid: "uuid";
|
|
9440
9666
|
chrono: "chrono";
|
|
9441
9667
|
reqwest: "reqwest";
|
|
9442
|
-
config: "config";
|
|
9443
9668
|
dashmap: "dashmap";
|
|
9444
9669
|
"parking-lot": "parking-lot";
|
|
9445
9670
|
secrecy: "secrecy";
|
|
@@ -9747,6 +9972,7 @@ declare function getAllJsonSchemas(): {
|
|
|
9747
9972
|
javaWebFramework: z.ZodEnum<{
|
|
9748
9973
|
none: "none";
|
|
9749
9974
|
"spring-boot": "spring-boot";
|
|
9975
|
+
ktor: "ktor";
|
|
9750
9976
|
quarkus: "quarkus";
|
|
9751
9977
|
micronaut: "micronaut";
|
|
9752
9978
|
}>;
|
|
@@ -9820,8 +10046,8 @@ declare function getAllJsonSchemas(): {
|
|
|
9820
10046
|
}>>;
|
|
9821
10047
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
9822
10048
|
none: "none";
|
|
9823
|
-
testcontainers: "testcontainers";
|
|
9824
10049
|
junit5: "junit5";
|
|
10050
|
+
testcontainers: "testcontainers";
|
|
9825
10051
|
mockito: "mockito";
|
|
9826
10052
|
assertj: "assertj";
|
|
9827
10053
|
"rest-assured": "rest-assured";
|
|
@@ -10050,69 +10276,69 @@ declare function getAllJsonSchemas(): {
|
|
|
10050
10276
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10051
10277
|
id: z.ZodString;
|
|
10052
10278
|
role: z.ZodEnum<{
|
|
10053
|
-
|
|
10054
|
-
|
|
10279
|
+
push: "push";
|
|
10280
|
+
frontend: "frontend";
|
|
10281
|
+
backend: "backend";
|
|
10282
|
+
mobile: "mobile";
|
|
10055
10283
|
database: "database";
|
|
10284
|
+
api: "api";
|
|
10285
|
+
graphql: "graphql";
|
|
10056
10286
|
orm: "orm";
|
|
10057
10287
|
auth: "auth";
|
|
10058
|
-
payments: "payments";
|
|
10059
|
-
frontend: "frontend";
|
|
10060
|
-
examples: "examples";
|
|
10061
|
-
packageManager: "packageManager";
|
|
10062
|
-
dbSetup: "dbSetup";
|
|
10063
|
-
backend: "backend";
|
|
10064
10288
|
runtime: "runtime";
|
|
10065
|
-
|
|
10066
|
-
|
|
10067
|
-
|
|
10068
|
-
testing: "testing";
|
|
10069
|
-
email: "email";
|
|
10070
|
-
validation: "validation";
|
|
10289
|
+
deploy: "deploy";
|
|
10290
|
+
dbSetup: "dbSetup";
|
|
10291
|
+
migrations: "migrations";
|
|
10071
10292
|
realtime: "realtime";
|
|
10293
|
+
navigation: "navigation";
|
|
10294
|
+
caching: "caching";
|
|
10295
|
+
observability: "observability";
|
|
10296
|
+
email: "email";
|
|
10297
|
+
search: "search";
|
|
10298
|
+
vectorDb: "vectorDb";
|
|
10299
|
+
fileStorage: "fileStorage";
|
|
10072
10300
|
jobQueue: "jobQueue";
|
|
10301
|
+
rateLimit: "rateLimit";
|
|
10302
|
+
testing: "testing";
|
|
10303
|
+
stateManagement: "stateManagement";
|
|
10304
|
+
forms: "forms";
|
|
10073
10305
|
animation: "animation";
|
|
10074
10306
|
fileUpload: "fileUpload";
|
|
10307
|
+
validation: "validation";
|
|
10308
|
+
effect: "effect";
|
|
10309
|
+
ui: "ui";
|
|
10310
|
+
css: "css";
|
|
10311
|
+
storage: "storage";
|
|
10312
|
+
ota: "ota";
|
|
10313
|
+
deepLinking: "deepLinking";
|
|
10314
|
+
ai: "ai";
|
|
10315
|
+
payments: "payments";
|
|
10075
10316
|
logging: "logging";
|
|
10076
|
-
observability: "observability";
|
|
10077
10317
|
featureFlags: "featureFlags";
|
|
10078
10318
|
integrations: "integrations";
|
|
10079
10319
|
ecommerce: "ecommerce";
|
|
10080
10320
|
analytics: "analytics";
|
|
10081
10321
|
cms: "cms";
|
|
10082
|
-
caching: "caching";
|
|
10083
|
-
rateLimit: "rateLimit";
|
|
10084
10322
|
i18n: "i18n";
|
|
10085
|
-
search: "search";
|
|
10086
|
-
vectorDb: "vectorDb";
|
|
10087
|
-
fileStorage: "fileStorage";
|
|
10088
|
-
config: "config";
|
|
10089
|
-
mobile: "mobile";
|
|
10090
|
-
graphql: "graphql";
|
|
10091
|
-
deploy: "deploy";
|
|
10092
|
-
migrations: "migrations";
|
|
10093
|
-
navigation: "navigation";
|
|
10094
|
-
ui: "ui";
|
|
10095
|
-
css: "css";
|
|
10096
|
-
storage: "storage";
|
|
10097
|
-
push: "push";
|
|
10098
|
-
ota: "ota";
|
|
10099
|
-
deepLinking: "deepLinking";
|
|
10100
10323
|
documentation: "documentation";
|
|
10101
10324
|
codeQuality: "codeQuality";
|
|
10102
10325
|
appPlatform: "appPlatform";
|
|
10103
10326
|
dataFetching: "dataFetching";
|
|
10104
10327
|
workspaceTooling: "workspaceTooling";
|
|
10328
|
+
examples: "examples";
|
|
10105
10329
|
language: "language";
|
|
10106
10330
|
buildTool: "buildTool";
|
|
10107
10331
|
cli: "cli";
|
|
10108
10332
|
errorHandling: "errorHandling";
|
|
10109
10333
|
httpClient: "httpClient";
|
|
10110
10334
|
libraries: "libraries";
|
|
10335
|
+
config: "config";
|
|
10111
10336
|
templating: "templating";
|
|
10112
10337
|
cloudSdk: "cloudSdk";
|
|
10113
10338
|
data: "data";
|
|
10114
10339
|
media: "media";
|
|
10115
10340
|
server: "server";
|
|
10341
|
+
packageManager: "packageManager";
|
|
10116
10342
|
messageQueue: "messageQueue";
|
|
10117
10343
|
}>;
|
|
10118
10344
|
toolId: z.ZodString;
|
|
@@ -10125,7 +10351,7 @@ declare function getAllJsonSchemas(): {
|
|
|
10125
10351
|
java: "java";
|
|
10126
10352
|
elixir: "elixir";
|
|
10127
10353
|
dotnet: "dotnet";
|
|
10128
|
-
}>, z.ZodLiteral<"universal">]>;
|
|
10354
|
+
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
10129
10355
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
10130
10356
|
source: z.ZodEnum<{
|
|
10131
10357
|
selected: "selected";
|
|
@@ -10174,13 +10400,13 @@ declare function getAllJsonSchemas(): {
|
|
|
10174
10400
|
sequelize: "sequelize";
|
|
10175
10401
|
}>;
|
|
10176
10402
|
backend: z.ZodEnum<{
|
|
10403
|
+
effect: "effect";
|
|
10177
10404
|
none: "none";
|
|
10178
10405
|
hono: "hono";
|
|
10179
10406
|
express: "express";
|
|
10180
10407
|
fastify: "fastify";
|
|
10181
10408
|
elysia: "elysia";
|
|
10182
10409
|
fets: "fets";
|
|
10183
|
-
effect: "effect";
|
|
10184
10410
|
nestjs: "nestjs";
|
|
10185
10411
|
adonisjs: "adonisjs";
|
|
10186
10412
|
nitro: "nitro";
|
|
@@ -10261,8 +10487,8 @@ declare function getAllJsonSchemas(): {
|
|
|
10261
10487
|
capacitor: "capacitor";
|
|
10262
10488
|
}>>;
|
|
10263
10489
|
examples: z.ZodArray<z.ZodEnum<{
|
|
10264
|
-
none: "none";
|
|
10265
10490
|
ai: "ai";
|
|
10491
|
+
none: "none";
|
|
10266
10492
|
"chat-sdk": "chat-sdk";
|
|
10267
10493
|
"tanstack-showcase": "tanstack-showcase";
|
|
10268
10494
|
}>>;
|
|
@@ -10377,8 +10603,8 @@ declare function getAllJsonSchemas(): {
|
|
|
10377
10603
|
"ai-cli": "ai-cli";
|
|
10378
10604
|
}>;
|
|
10379
10605
|
effect: z.ZodEnum<{
|
|
10380
|
-
none: "none";
|
|
10381
10606
|
effect: "effect";
|
|
10607
|
+
none: "none";
|
|
10382
10608
|
"effect-full": "effect-full";
|
|
10383
10609
|
}>;
|
|
10384
10610
|
stateManagement: z.ZodEnum<{
|
|
@@ -10513,8 +10739,8 @@ declare function getAllJsonSchemas(): {
|
|
|
10513
10739
|
"geist-mono": "geist-mono";
|
|
10514
10740
|
}>>;
|
|
10515
10741
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
10516
|
-
none: "none";
|
|
10517
10742
|
default: "default";
|
|
10743
|
+
none: "none";
|
|
10518
10744
|
small: "small";
|
|
10519
10745
|
medium: "medium";
|
|
10520
10746
|
large: "large";
|
|
@@ -10656,9 +10882,9 @@ declare function getAllJsonSchemas(): {
|
|
|
10656
10882
|
}>;
|
|
10657
10883
|
mobileUI: z.ZodEnum<{
|
|
10658
10884
|
none: "none";
|
|
10659
|
-
uniwind: "uniwind";
|
|
10660
10885
|
tamagui: "tamagui";
|
|
10661
10886
|
"gluestack-ui": "gluestack-ui";
|
|
10887
|
+
uniwind: "uniwind";
|
|
10662
10888
|
unistyles: "unistyles";
|
|
10663
10889
|
}>;
|
|
10664
10890
|
mobileStorage: z.ZodEnum<{
|
|
@@ -10722,6 +10948,37 @@ declare function getAllJsonSchemas(): {
|
|
|
10722
10948
|
dioxus: "dioxus";
|
|
10723
10949
|
yew: "yew";
|
|
10724
10950
|
}>;
|
|
10951
|
+
dotnetFrontend: z.ZodOptional<z.ZodEnum<{
|
|
10952
|
+
none: "none";
|
|
10953
|
+
"blazor-webassembly": "blazor-webassembly";
|
|
10954
|
+
"blazor-web-app": "blazor-web-app";
|
|
10955
|
+
}>>;
|
|
10956
|
+
kotlinMobile: z.ZodOptional<z.ZodEnum<{
|
|
10957
|
+
none: "none";
|
|
10958
|
+
"jetpack-compose": "jetpack-compose";
|
|
10959
|
+
"compose-multiplatform": "compose-multiplatform";
|
|
10960
|
+
}>>;
|
|
10961
|
+
kotlinMobileLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
10962
|
+
none: "none";
|
|
10963
|
+
"navigation-compose": "navigation-compose";
|
|
10964
|
+
voyager: "voyager";
|
|
10965
|
+
koin: "koin";
|
|
10966
|
+
"ktor-client": "ktor-client";
|
|
10967
|
+
"kotlinx-serialization-json": "kotlinx-serialization-json";
|
|
10968
|
+
datastore: "datastore";
|
|
10969
|
+
coil: "coil";
|
|
10970
|
+
mockk: "mockk";
|
|
10971
|
+
turbine: "turbine";
|
|
10972
|
+
junit5: "junit5";
|
|
10973
|
+
}>>>;
|
|
10974
|
+
swiftMobile: z.ZodOptional<z.ZodEnum<{
|
|
10975
|
+
none: "none";
|
|
10976
|
+
swiftui: "swiftui";
|
|
10977
|
+
}>>;
|
|
10978
|
+
dartMobile: z.ZodOptional<z.ZodEnum<{
|
|
10979
|
+
none: "none";
|
|
10980
|
+
flutter: "flutter";
|
|
10981
|
+
}>>;
|
|
10725
10982
|
rustOrm: z.ZodEnum<{
|
|
10726
10983
|
none: "none";
|
|
10727
10984
|
mongodb: "mongodb";
|
|
@@ -10743,12 +11000,12 @@ declare function getAllJsonSchemas(): {
|
|
|
10743
11000
|
ratatui: "ratatui";
|
|
10744
11001
|
}>;
|
|
10745
11002
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
11003
|
+
config: "config";
|
|
10746
11004
|
none: "none";
|
|
10747
11005
|
serde: "serde";
|
|
10748
11006
|
uuid: "uuid";
|
|
10749
11007
|
chrono: "chrono";
|
|
10750
11008
|
reqwest: "reqwest";
|
|
10751
|
-
config: "config";
|
|
10752
11009
|
dashmap: "dashmap";
|
|
10753
11010
|
"parking-lot": "parking-lot";
|
|
10754
11011
|
secrecy: "secrecy";
|
|
@@ -11056,6 +11313,7 @@ declare function getAllJsonSchemas(): {
|
|
|
11056
11313
|
javaWebFramework: z.ZodEnum<{
|
|
11057
11314
|
none: "none";
|
|
11058
11315
|
"spring-boot": "spring-boot";
|
|
11316
|
+
ktor: "ktor";
|
|
11059
11317
|
quarkus: "quarkus";
|
|
11060
11318
|
micronaut: "micronaut";
|
|
11061
11319
|
}>;
|
|
@@ -11129,8 +11387,8 @@ declare function getAllJsonSchemas(): {
|
|
|
11129
11387
|
}>>;
|
|
11130
11388
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
11131
11389
|
none: "none";
|
|
11132
|
-
testcontainers: "testcontainers";
|
|
11133
11390
|
junit5: "junit5";
|
|
11391
|
+
testcontainers: "testcontainers";
|
|
11134
11392
|
mockito: "mockito";
|
|
11135
11393
|
assertj: "assertj";
|
|
11136
11394
|
"rest-assured": "rest-assured";
|
|
@@ -11359,69 +11617,69 @@ declare function getAllJsonSchemas(): {
|
|
|
11359
11617
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
11360
11618
|
id: z.ZodString;
|
|
11361
11619
|
role: z.ZodEnum<{
|
|
11362
|
-
|
|
11363
|
-
|
|
11620
|
+
push: "push";
|
|
11621
|
+
frontend: "frontend";
|
|
11622
|
+
backend: "backend";
|
|
11623
|
+
mobile: "mobile";
|
|
11364
11624
|
database: "database";
|
|
11625
|
+
api: "api";
|
|
11626
|
+
graphql: "graphql";
|
|
11365
11627
|
orm: "orm";
|
|
11366
11628
|
auth: "auth";
|
|
11367
|
-
payments: "payments";
|
|
11368
|
-
frontend: "frontend";
|
|
11369
|
-
examples: "examples";
|
|
11370
|
-
packageManager: "packageManager";
|
|
11371
|
-
dbSetup: "dbSetup";
|
|
11372
|
-
backend: "backend";
|
|
11373
11629
|
runtime: "runtime";
|
|
11374
|
-
|
|
11375
|
-
|
|
11376
|
-
|
|
11377
|
-
testing: "testing";
|
|
11378
|
-
email: "email";
|
|
11379
|
-
validation: "validation";
|
|
11630
|
+
deploy: "deploy";
|
|
11631
|
+
dbSetup: "dbSetup";
|
|
11632
|
+
migrations: "migrations";
|
|
11380
11633
|
realtime: "realtime";
|
|
11634
|
+
navigation: "navigation";
|
|
11635
|
+
caching: "caching";
|
|
11636
|
+
observability: "observability";
|
|
11637
|
+
email: "email";
|
|
11638
|
+
search: "search";
|
|
11639
|
+
vectorDb: "vectorDb";
|
|
11640
|
+
fileStorage: "fileStorage";
|
|
11381
11641
|
jobQueue: "jobQueue";
|
|
11642
|
+
rateLimit: "rateLimit";
|
|
11643
|
+
testing: "testing";
|
|
11644
|
+
stateManagement: "stateManagement";
|
|
11645
|
+
forms: "forms";
|
|
11382
11646
|
animation: "animation";
|
|
11383
11647
|
fileUpload: "fileUpload";
|
|
11648
|
+
validation: "validation";
|
|
11649
|
+
effect: "effect";
|
|
11650
|
+
ui: "ui";
|
|
11651
|
+
css: "css";
|
|
11652
|
+
storage: "storage";
|
|
11653
|
+
ota: "ota";
|
|
11654
|
+
deepLinking: "deepLinking";
|
|
11655
|
+
ai: "ai";
|
|
11656
|
+
payments: "payments";
|
|
11384
11657
|
logging: "logging";
|
|
11385
|
-
observability: "observability";
|
|
11386
11658
|
featureFlags: "featureFlags";
|
|
11387
11659
|
integrations: "integrations";
|
|
11388
11660
|
ecommerce: "ecommerce";
|
|
11389
11661
|
analytics: "analytics";
|
|
11390
11662
|
cms: "cms";
|
|
11391
|
-
caching: "caching";
|
|
11392
|
-
rateLimit: "rateLimit";
|
|
11393
11663
|
i18n: "i18n";
|
|
11394
|
-
search: "search";
|
|
11395
|
-
vectorDb: "vectorDb";
|
|
11396
|
-
fileStorage: "fileStorage";
|
|
11397
|
-
config: "config";
|
|
11398
|
-
mobile: "mobile";
|
|
11399
|
-
graphql: "graphql";
|
|
11400
|
-
deploy: "deploy";
|
|
11401
|
-
migrations: "migrations";
|
|
11402
|
-
navigation: "navigation";
|
|
11403
|
-
ui: "ui";
|
|
11404
|
-
css: "css";
|
|
11405
|
-
storage: "storage";
|
|
11406
|
-
push: "push";
|
|
11407
|
-
ota: "ota";
|
|
11408
|
-
deepLinking: "deepLinking";
|
|
11409
11664
|
documentation: "documentation";
|
|
11410
11665
|
codeQuality: "codeQuality";
|
|
11411
11666
|
appPlatform: "appPlatform";
|
|
11412
11667
|
dataFetching: "dataFetching";
|
|
11413
11668
|
workspaceTooling: "workspaceTooling";
|
|
11669
|
+
examples: "examples";
|
|
11414
11670
|
language: "language";
|
|
11415
11671
|
buildTool: "buildTool";
|
|
11416
11672
|
cli: "cli";
|
|
11417
11673
|
errorHandling: "errorHandling";
|
|
11418
11674
|
httpClient: "httpClient";
|
|
11419
11675
|
libraries: "libraries";
|
|
11676
|
+
config: "config";
|
|
11420
11677
|
templating: "templating";
|
|
11421
11678
|
cloudSdk: "cloudSdk";
|
|
11422
11679
|
data: "data";
|
|
11423
11680
|
media: "media";
|
|
11424
11681
|
server: "server";
|
|
11682
|
+
packageManager: "packageManager";
|
|
11425
11683
|
messageQueue: "messageQueue";
|
|
11426
11684
|
}>;
|
|
11427
11685
|
toolId: z.ZodString;
|
|
@@ -11434,7 +11692,7 @@ declare function getAllJsonSchemas(): {
|
|
|
11434
11692
|
java: "java";
|
|
11435
11693
|
elixir: "elixir";
|
|
11436
11694
|
dotnet: "dotnet";
|
|
11437
|
-
}>, z.ZodLiteral<"universal">]>;
|
|
11695
|
+
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
11438
11696
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
11439
11697
|
source: z.ZodEnum<{
|
|
11440
11698
|
selected: "selected";
|
|
@@ -11483,13 +11741,13 @@ declare function getAllJsonSchemas(): {
|
|
|
11483
11741
|
sequelize: "sequelize";
|
|
11484
11742
|
}>;
|
|
11485
11743
|
backend: z.ZodEnum<{
|
|
11744
|
+
effect: "effect";
|
|
11486
11745
|
none: "none";
|
|
11487
11746
|
hono: "hono";
|
|
11488
11747
|
express: "express";
|
|
11489
11748
|
fastify: "fastify";
|
|
11490
11749
|
elysia: "elysia";
|
|
11491
11750
|
fets: "fets";
|
|
11492
|
-
effect: "effect";
|
|
11493
11751
|
nestjs: "nestjs";
|
|
11494
11752
|
adonisjs: "adonisjs";
|
|
11495
11753
|
nitro: "nitro";
|
|
@@ -11570,8 +11828,8 @@ declare function getAllJsonSchemas(): {
|
|
|
11570
11828
|
capacitor: "capacitor";
|
|
11571
11829
|
}>>;
|
|
11572
11830
|
examples: z.ZodArray<z.ZodEnum<{
|
|
11573
|
-
none: "none";
|
|
11574
11831
|
ai: "ai";
|
|
11832
|
+
none: "none";
|
|
11575
11833
|
"chat-sdk": "chat-sdk";
|
|
11576
11834
|
"tanstack-showcase": "tanstack-showcase";
|
|
11577
11835
|
}>>;
|
|
@@ -11686,8 +11944,8 @@ declare function getAllJsonSchemas(): {
|
|
|
11686
11944
|
"ai-cli": "ai-cli";
|
|
11687
11945
|
}>;
|
|
11688
11946
|
effect: z.ZodEnum<{
|
|
11689
|
-
none: "none";
|
|
11690
11947
|
effect: "effect";
|
|
11948
|
+
none: "none";
|
|
11691
11949
|
"effect-full": "effect-full";
|
|
11692
11950
|
}>;
|
|
11693
11951
|
stateManagement: z.ZodEnum<{
|
|
@@ -11822,8 +12080,8 @@ declare function getAllJsonSchemas(): {
|
|
|
11822
12080
|
"geist-mono": "geist-mono";
|
|
11823
12081
|
}>>;
|
|
11824
12082
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
11825
|
-
none: "none";
|
|
11826
12083
|
default: "default";
|
|
12084
|
+
none: "none";
|
|
11827
12085
|
small: "small";
|
|
11828
12086
|
medium: "medium";
|
|
11829
12087
|
large: "large";
|
|
@@ -11965,9 +12223,9 @@ declare function getAllJsonSchemas(): {
|
|
|
11965
12223
|
}>;
|
|
11966
12224
|
mobileUI: z.ZodEnum<{
|
|
11967
12225
|
none: "none";
|
|
11968
|
-
uniwind: "uniwind";
|
|
11969
12226
|
tamagui: "tamagui";
|
|
11970
12227
|
"gluestack-ui": "gluestack-ui";
|
|
12228
|
+
uniwind: "uniwind";
|
|
11971
12229
|
unistyles: "unistyles";
|
|
11972
12230
|
}>;
|
|
11973
12231
|
mobileStorage: z.ZodEnum<{
|
|
@@ -12031,6 +12289,37 @@ declare function getAllJsonSchemas(): {
|
|
|
12031
12289
|
dioxus: "dioxus";
|
|
12032
12290
|
yew: "yew";
|
|
12033
12291
|
}>;
|
|
12292
|
+
dotnetFrontend: z.ZodOptional<z.ZodEnum<{
|
|
12293
|
+
none: "none";
|
|
12294
|
+
"blazor-webassembly": "blazor-webassembly";
|
|
12295
|
+
"blazor-web-app": "blazor-web-app";
|
|
12296
|
+
}>>;
|
|
12297
|
+
kotlinMobile: z.ZodOptional<z.ZodEnum<{
|
|
12298
|
+
none: "none";
|
|
12299
|
+
"jetpack-compose": "jetpack-compose";
|
|
12300
|
+
"compose-multiplatform": "compose-multiplatform";
|
|
12301
|
+
}>>;
|
|
12302
|
+
kotlinMobileLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
12303
|
+
none: "none";
|
|
12304
|
+
"navigation-compose": "navigation-compose";
|
|
12305
|
+
voyager: "voyager";
|
|
12306
|
+
koin: "koin";
|
|
12307
|
+
"ktor-client": "ktor-client";
|
|
12308
|
+
"kotlinx-serialization-json": "kotlinx-serialization-json";
|
|
12309
|
+
datastore: "datastore";
|
|
12310
|
+
coil: "coil";
|
|
12311
|
+
mockk: "mockk";
|
|
12312
|
+
turbine: "turbine";
|
|
12313
|
+
junit5: "junit5";
|
|
12314
|
+
}>>>;
|
|
12315
|
+
swiftMobile: z.ZodOptional<z.ZodEnum<{
|
|
12316
|
+
none: "none";
|
|
12317
|
+
swiftui: "swiftui";
|
|
12318
|
+
}>>;
|
|
12319
|
+
dartMobile: z.ZodOptional<z.ZodEnum<{
|
|
12320
|
+
none: "none";
|
|
12321
|
+
flutter: "flutter";
|
|
12322
|
+
}>>;
|
|
12034
12323
|
rustOrm: z.ZodEnum<{
|
|
12035
12324
|
none: "none";
|
|
12036
12325
|
mongodb: "mongodb";
|
|
@@ -12052,12 +12341,12 @@ declare function getAllJsonSchemas(): {
|
|
|
12052
12341
|
ratatui: "ratatui";
|
|
12053
12342
|
}>;
|
|
12054
12343
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
12344
|
+
config: "config";
|
|
12055
12345
|
none: "none";
|
|
12056
12346
|
serde: "serde";
|
|
12057
12347
|
uuid: "uuid";
|
|
12058
12348
|
chrono: "chrono";
|
|
12059
12349
|
reqwest: "reqwest";
|
|
12060
|
-
config: "config";
|
|
12061
12350
|
dashmap: "dashmap";
|
|
12062
12351
|
"parking-lot": "parking-lot";
|
|
12063
12352
|
secrecy: "secrecy";
|
|
@@ -12365,6 +12654,7 @@ declare function getAllJsonSchemas(): {
|
|
|
12365
12654
|
javaWebFramework: z.ZodEnum<{
|
|
12366
12655
|
none: "none";
|
|
12367
12656
|
"spring-boot": "spring-boot";
|
|
12657
|
+
ktor: "ktor";
|
|
12368
12658
|
quarkus: "quarkus";
|
|
12369
12659
|
micronaut: "micronaut";
|
|
12370
12660
|
}>;
|
|
@@ -12438,8 +12728,8 @@ declare function getAllJsonSchemas(): {
|
|
|
12438
12728
|
}>>;
|
|
12439
12729
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
12440
12730
|
none: "none";
|
|
12441
|
-
testcontainers: "testcontainers";
|
|
12442
12731
|
junit5: "junit5";
|
|
12732
|
+
testcontainers: "testcontainers";
|
|
12443
12733
|
mockito: "mockito";
|
|
12444
12734
|
assertj: "assertj";
|
|
12445
12735
|
"rest-assured": "rest-assured";
|
|
@@ -12668,69 +12958,69 @@ declare function getAllJsonSchemas(): {
|
|
|
12668
12958
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12669
12959
|
id: z.ZodString;
|
|
12670
12960
|
role: z.ZodEnum<{
|
|
12671
|
-
|
|
12672
|
-
|
|
12961
|
+
push: "push";
|
|
12962
|
+
frontend: "frontend";
|
|
12963
|
+
backend: "backend";
|
|
12964
|
+
mobile: "mobile";
|
|
12673
12965
|
database: "database";
|
|
12966
|
+
api: "api";
|
|
12967
|
+
graphql: "graphql";
|
|
12674
12968
|
orm: "orm";
|
|
12675
12969
|
auth: "auth";
|
|
12676
|
-
payments: "payments";
|
|
12677
|
-
frontend: "frontend";
|
|
12678
|
-
examples: "examples";
|
|
12679
|
-
packageManager: "packageManager";
|
|
12680
|
-
dbSetup: "dbSetup";
|
|
12681
|
-
backend: "backend";
|
|
12682
12970
|
runtime: "runtime";
|
|
12683
|
-
|
|
12684
|
-
|
|
12685
|
-
|
|
12686
|
-
testing: "testing";
|
|
12687
|
-
email: "email";
|
|
12688
|
-
validation: "validation";
|
|
12971
|
+
deploy: "deploy";
|
|
12972
|
+
dbSetup: "dbSetup";
|
|
12973
|
+
migrations: "migrations";
|
|
12689
12974
|
realtime: "realtime";
|
|
12975
|
+
navigation: "navigation";
|
|
12976
|
+
caching: "caching";
|
|
12977
|
+
observability: "observability";
|
|
12978
|
+
email: "email";
|
|
12979
|
+
search: "search";
|
|
12980
|
+
vectorDb: "vectorDb";
|
|
12981
|
+
fileStorage: "fileStorage";
|
|
12690
12982
|
jobQueue: "jobQueue";
|
|
12983
|
+
rateLimit: "rateLimit";
|
|
12984
|
+
testing: "testing";
|
|
12985
|
+
stateManagement: "stateManagement";
|
|
12986
|
+
forms: "forms";
|
|
12691
12987
|
animation: "animation";
|
|
12692
12988
|
fileUpload: "fileUpload";
|
|
12989
|
+
validation: "validation";
|
|
12990
|
+
effect: "effect";
|
|
12991
|
+
ui: "ui";
|
|
12992
|
+
css: "css";
|
|
12993
|
+
storage: "storage";
|
|
12994
|
+
ota: "ota";
|
|
12995
|
+
deepLinking: "deepLinking";
|
|
12996
|
+
ai: "ai";
|
|
12997
|
+
payments: "payments";
|
|
12693
12998
|
logging: "logging";
|
|
12694
|
-
observability: "observability";
|
|
12695
12999
|
featureFlags: "featureFlags";
|
|
12696
13000
|
integrations: "integrations";
|
|
12697
13001
|
ecommerce: "ecommerce";
|
|
12698
13002
|
analytics: "analytics";
|
|
12699
13003
|
cms: "cms";
|
|
12700
|
-
caching: "caching";
|
|
12701
|
-
rateLimit: "rateLimit";
|
|
12702
13004
|
i18n: "i18n";
|
|
12703
|
-
search: "search";
|
|
12704
|
-
vectorDb: "vectorDb";
|
|
12705
|
-
fileStorage: "fileStorage";
|
|
12706
|
-
config: "config";
|
|
12707
|
-
mobile: "mobile";
|
|
12708
|
-
graphql: "graphql";
|
|
12709
|
-
deploy: "deploy";
|
|
12710
|
-
migrations: "migrations";
|
|
12711
|
-
navigation: "navigation";
|
|
12712
|
-
ui: "ui";
|
|
12713
|
-
css: "css";
|
|
12714
|
-
storage: "storage";
|
|
12715
|
-
push: "push";
|
|
12716
|
-
ota: "ota";
|
|
12717
|
-
deepLinking: "deepLinking";
|
|
12718
13005
|
documentation: "documentation";
|
|
12719
13006
|
codeQuality: "codeQuality";
|
|
12720
13007
|
appPlatform: "appPlatform";
|
|
12721
13008
|
dataFetching: "dataFetching";
|
|
12722
13009
|
workspaceTooling: "workspaceTooling";
|
|
13010
|
+
examples: "examples";
|
|
12723
13011
|
language: "language";
|
|
12724
13012
|
buildTool: "buildTool";
|
|
12725
13013
|
cli: "cli";
|
|
12726
13014
|
errorHandling: "errorHandling";
|
|
12727
13015
|
httpClient: "httpClient";
|
|
12728
13016
|
libraries: "libraries";
|
|
13017
|
+
config: "config";
|
|
12729
13018
|
templating: "templating";
|
|
12730
13019
|
cloudSdk: "cloudSdk";
|
|
12731
13020
|
data: "data";
|
|
12732
13021
|
media: "media";
|
|
12733
13022
|
server: "server";
|
|
13023
|
+
packageManager: "packageManager";
|
|
12734
13024
|
messageQueue: "messageQueue";
|
|
12735
13025
|
}>;
|
|
12736
13026
|
toolId: z.ZodString;
|
|
@@ -12743,7 +13033,7 @@ declare function getAllJsonSchemas(): {
|
|
|
12743
13033
|
java: "java";
|
|
12744
13034
|
elixir: "elixir";
|
|
12745
13035
|
dotnet: "dotnet";
|
|
12746
|
-
}>, z.ZodLiteral<"universal">]>;
|
|
13036
|
+
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
12747
13037
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
12748
13038
|
source: z.ZodEnum<{
|
|
12749
13039
|
selected: "selected";
|
|
@@ -12793,13 +13083,13 @@ declare function getAllJsonSchemas(): {
|
|
|
12793
13083
|
sequelize: "sequelize";
|
|
12794
13084
|
}>;
|
|
12795
13085
|
backend: z.ZodEnum<{
|
|
13086
|
+
effect: "effect";
|
|
12796
13087
|
none: "none";
|
|
12797
13088
|
hono: "hono";
|
|
12798
13089
|
express: "express";
|
|
12799
13090
|
fastify: "fastify";
|
|
12800
13091
|
elysia: "elysia";
|
|
12801
13092
|
fets: "fets";
|
|
12802
|
-
effect: "effect";
|
|
12803
13093
|
nestjs: "nestjs";
|
|
12804
13094
|
adonisjs: "adonisjs";
|
|
12805
13095
|
nitro: "nitro";
|
|
@@ -12880,8 +13170,8 @@ declare function getAllJsonSchemas(): {
|
|
|
12880
13170
|
capacitor: "capacitor";
|
|
12881
13171
|
}>>;
|
|
12882
13172
|
examples: z.ZodArray<z.ZodEnum<{
|
|
12883
|
-
none: "none";
|
|
12884
13173
|
ai: "ai";
|
|
13174
|
+
none: "none";
|
|
12885
13175
|
"chat-sdk": "chat-sdk";
|
|
12886
13176
|
"tanstack-showcase": "tanstack-showcase";
|
|
12887
13177
|
}>>;
|
|
@@ -12998,8 +13288,8 @@ declare function getAllJsonSchemas(): {
|
|
|
12998
13288
|
"ai-cli": "ai-cli";
|
|
12999
13289
|
}>;
|
|
13000
13290
|
effect: z.ZodEnum<{
|
|
13001
|
-
none: "none";
|
|
13002
13291
|
effect: "effect";
|
|
13292
|
+
none: "none";
|
|
13003
13293
|
"effect-full": "effect-full";
|
|
13004
13294
|
}>;
|
|
13005
13295
|
stateManagement: z.ZodEnum<{
|
|
@@ -13134,8 +13424,8 @@ declare function getAllJsonSchemas(): {
|
|
|
13134
13424
|
"geist-mono": "geist-mono";
|
|
13135
13425
|
}>>;
|
|
13136
13426
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
13137
|
-
none: "none";
|
|
13138
13427
|
default: "default";
|
|
13428
|
+
none: "none";
|
|
13139
13429
|
small: "small";
|
|
13140
13430
|
medium: "medium";
|
|
13141
13431
|
large: "large";
|
|
@@ -13277,9 +13567,9 @@ declare function getAllJsonSchemas(): {
|
|
|
13277
13567
|
}>;
|
|
13278
13568
|
mobileUI: z.ZodEnum<{
|
|
13279
13569
|
none: "none";
|
|
13280
|
-
uniwind: "uniwind";
|
|
13281
13570
|
tamagui: "tamagui";
|
|
13282
13571
|
"gluestack-ui": "gluestack-ui";
|
|
13572
|
+
uniwind: "uniwind";
|
|
13283
13573
|
unistyles: "unistyles";
|
|
13284
13574
|
}>;
|
|
13285
13575
|
mobileStorage: z.ZodEnum<{
|
|
@@ -13343,6 +13633,37 @@ declare function getAllJsonSchemas(): {
|
|
|
13343
13633
|
dioxus: "dioxus";
|
|
13344
13634
|
yew: "yew";
|
|
13345
13635
|
}>;
|
|
13636
|
+
dotnetFrontend: z.ZodOptional<z.ZodEnum<{
|
|
13637
|
+
none: "none";
|
|
13638
|
+
"blazor-webassembly": "blazor-webassembly";
|
|
13639
|
+
"blazor-web-app": "blazor-web-app";
|
|
13640
|
+
}>>;
|
|
13641
|
+
kotlinMobile: z.ZodOptional<z.ZodEnum<{
|
|
13642
|
+
none: "none";
|
|
13643
|
+
"jetpack-compose": "jetpack-compose";
|
|
13644
|
+
"compose-multiplatform": "compose-multiplatform";
|
|
13645
|
+
}>>;
|
|
13646
|
+
kotlinMobileLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
13647
|
+
none: "none";
|
|
13648
|
+
"navigation-compose": "navigation-compose";
|
|
13649
|
+
voyager: "voyager";
|
|
13650
|
+
koin: "koin";
|
|
13651
|
+
"ktor-client": "ktor-client";
|
|
13652
|
+
"kotlinx-serialization-json": "kotlinx-serialization-json";
|
|
13653
|
+
datastore: "datastore";
|
|
13654
|
+
coil: "coil";
|
|
13655
|
+
mockk: "mockk";
|
|
13656
|
+
turbine: "turbine";
|
|
13657
|
+
junit5: "junit5";
|
|
13658
|
+
}>>>;
|
|
13659
|
+
swiftMobile: z.ZodOptional<z.ZodEnum<{
|
|
13660
|
+
none: "none";
|
|
13661
|
+
swiftui: "swiftui";
|
|
13662
|
+
}>>;
|
|
13663
|
+
dartMobile: z.ZodOptional<z.ZodEnum<{
|
|
13664
|
+
none: "none";
|
|
13665
|
+
flutter: "flutter";
|
|
13666
|
+
}>>;
|
|
13346
13667
|
rustOrm: z.ZodEnum<{
|
|
13347
13668
|
none: "none";
|
|
13348
13669
|
mongodb: "mongodb";
|
|
@@ -13364,12 +13685,12 @@ declare function getAllJsonSchemas(): {
|
|
|
13364
13685
|
ratatui: "ratatui";
|
|
13365
13686
|
}>;
|
|
13366
13687
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
13688
|
+
config: "config";
|
|
13367
13689
|
none: "none";
|
|
13368
13690
|
serde: "serde";
|
|
13369
13691
|
uuid: "uuid";
|
|
13370
13692
|
chrono: "chrono";
|
|
13371
13693
|
reqwest: "reqwest";
|
|
13372
|
-
config: "config";
|
|
13373
13694
|
dashmap: "dashmap";
|
|
13374
13695
|
"parking-lot": "parking-lot";
|
|
13375
13696
|
secrecy: "secrecy";
|
|
@@ -13677,6 +13998,7 @@ declare function getAllJsonSchemas(): {
|
|
|
13677
13998
|
javaWebFramework: z.ZodEnum<{
|
|
13678
13999
|
none: "none";
|
|
13679
14000
|
"spring-boot": "spring-boot";
|
|
14001
|
+
ktor: "ktor";
|
|
13680
14002
|
quarkus: "quarkus";
|
|
13681
14003
|
micronaut: "micronaut";
|
|
13682
14004
|
}>;
|
|
@@ -13750,8 +14072,8 @@ declare function getAllJsonSchemas(): {
|
|
|
13750
14072
|
}>>;
|
|
13751
14073
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
13752
14074
|
none: "none";
|
|
13753
|
-
testcontainers: "testcontainers";
|
|
13754
14075
|
junit5: "junit5";
|
|
14076
|
+
testcontainers: "testcontainers";
|
|
13755
14077
|
mockito: "mockito";
|
|
13756
14078
|
assertj: "assertj";
|
|
13757
14079
|
"rest-assured": "rest-assured";
|
|
@@ -13980,69 +14302,69 @@ declare function getAllJsonSchemas(): {
|
|
|
13980
14302
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13981
14303
|
id: z.ZodString;
|
|
13982
14304
|
role: z.ZodEnum<{
|
|
13983
|
-
|
|
13984
|
-
|
|
14305
|
+
push: "push";
|
|
14306
|
+
frontend: "frontend";
|
|
14307
|
+
backend: "backend";
|
|
14308
|
+
mobile: "mobile";
|
|
13985
14309
|
database: "database";
|
|
14310
|
+
api: "api";
|
|
14311
|
+
graphql: "graphql";
|
|
13986
14312
|
orm: "orm";
|
|
13987
14313
|
auth: "auth";
|
|
13988
|
-
payments: "payments";
|
|
13989
|
-
frontend: "frontend";
|
|
13990
|
-
examples: "examples";
|
|
13991
|
-
packageManager: "packageManager";
|
|
13992
|
-
dbSetup: "dbSetup";
|
|
13993
|
-
backend: "backend";
|
|
13994
14314
|
runtime: "runtime";
|
|
13995
|
-
|
|
13996
|
-
|
|
13997
|
-
|
|
13998
|
-
testing: "testing";
|
|
13999
|
-
email: "email";
|
|
14000
|
-
validation: "validation";
|
|
14315
|
+
deploy: "deploy";
|
|
14316
|
+
dbSetup: "dbSetup";
|
|
14317
|
+
migrations: "migrations";
|
|
14001
14318
|
realtime: "realtime";
|
|
14319
|
+
navigation: "navigation";
|
|
14320
|
+
caching: "caching";
|
|
14321
|
+
observability: "observability";
|
|
14322
|
+
email: "email";
|
|
14323
|
+
search: "search";
|
|
14324
|
+
vectorDb: "vectorDb";
|
|
14325
|
+
fileStorage: "fileStorage";
|
|
14002
14326
|
jobQueue: "jobQueue";
|
|
14327
|
+
rateLimit: "rateLimit";
|
|
14328
|
+
testing: "testing";
|
|
14329
|
+
stateManagement: "stateManagement";
|
|
14330
|
+
forms: "forms";
|
|
14003
14331
|
animation: "animation";
|
|
14004
14332
|
fileUpload: "fileUpload";
|
|
14333
|
+
validation: "validation";
|
|
14334
|
+
effect: "effect";
|
|
14335
|
+
ui: "ui";
|
|
14336
|
+
css: "css";
|
|
14337
|
+
storage: "storage";
|
|
14338
|
+
ota: "ota";
|
|
14339
|
+
deepLinking: "deepLinking";
|
|
14340
|
+
ai: "ai";
|
|
14341
|
+
payments: "payments";
|
|
14005
14342
|
logging: "logging";
|
|
14006
|
-
observability: "observability";
|
|
14007
14343
|
featureFlags: "featureFlags";
|
|
14008
14344
|
integrations: "integrations";
|
|
14009
14345
|
ecommerce: "ecommerce";
|
|
14010
14346
|
analytics: "analytics";
|
|
14011
14347
|
cms: "cms";
|
|
14012
|
-
caching: "caching";
|
|
14013
|
-
rateLimit: "rateLimit";
|
|
14014
14348
|
i18n: "i18n";
|
|
14015
|
-
search: "search";
|
|
14016
|
-
vectorDb: "vectorDb";
|
|
14017
|
-
fileStorage: "fileStorage";
|
|
14018
|
-
config: "config";
|
|
14019
|
-
mobile: "mobile";
|
|
14020
|
-
graphql: "graphql";
|
|
14021
|
-
deploy: "deploy";
|
|
14022
|
-
migrations: "migrations";
|
|
14023
|
-
navigation: "navigation";
|
|
14024
|
-
ui: "ui";
|
|
14025
|
-
css: "css";
|
|
14026
|
-
storage: "storage";
|
|
14027
|
-
push: "push";
|
|
14028
|
-
ota: "ota";
|
|
14029
|
-
deepLinking: "deepLinking";
|
|
14030
14349
|
documentation: "documentation";
|
|
14031
14350
|
codeQuality: "codeQuality";
|
|
14032
14351
|
appPlatform: "appPlatform";
|
|
14033
14352
|
dataFetching: "dataFetching";
|
|
14034
14353
|
workspaceTooling: "workspaceTooling";
|
|
14354
|
+
examples: "examples";
|
|
14035
14355
|
language: "language";
|
|
14036
14356
|
buildTool: "buildTool";
|
|
14037
14357
|
cli: "cli";
|
|
14038
14358
|
errorHandling: "errorHandling";
|
|
14039
14359
|
httpClient: "httpClient";
|
|
14040
14360
|
libraries: "libraries";
|
|
14361
|
+
config: "config";
|
|
14041
14362
|
templating: "templating";
|
|
14042
14363
|
cloudSdk: "cloudSdk";
|
|
14043
14364
|
data: "data";
|
|
14044
14365
|
media: "media";
|
|
14045
14366
|
server: "server";
|
|
14367
|
+
packageManager: "packageManager";
|
|
14046
14368
|
messageQueue: "messageQueue";
|
|
14047
14369
|
}>;
|
|
14048
14370
|
toolId: z.ZodString;
|
|
@@ -14055,7 +14377,7 @@ declare function getAllJsonSchemas(): {
|
|
|
14055
14377
|
java: "java";
|
|
14056
14378
|
elixir: "elixir";
|
|
14057
14379
|
dotnet: "dotnet";
|
|
14058
|
-
}>, z.ZodLiteral<"universal">]>;
|
|
14380
|
+
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
14059
14381
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
14060
14382
|
source: z.ZodEnum<{
|
|
14061
14383
|
selected: "selected";
|