@better-fullstack/types 2.4.0 → 2.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{defaults-DdEGPWbd.d.mts → defaults-RqRyHpap.d.mts} +2 -2
- package/dist/defaults-RqRyHpap.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 +342 -20
- package/dist/json-schema.d.mts.map +1 -1
- package/dist/json-schema.mjs +1 -1
- package/dist/{schemas-CNrFm0ld.mjs → schemas-CtieNRfz.mjs} +55 -3
- package/dist/schemas-CtieNRfz.mjs.map +1 -0
- package/dist/{schemas-BMTIauzB.d.mts → schemas-GnlaSaAD.d.mts} +347 -22
- package/dist/schemas-GnlaSaAD.d.mts.map +1 -0
- package/dist/schemas.d.mts +2 -2
- package/dist/schemas.mjs +2 -2
- 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-DWpdF4s0.d.mts → stack-graph-D8YLovR0.d.mts} +3 -3
- package/dist/stack-graph-D8YLovR0.d.mts.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-BV7cLYdZ.d.mts} +16 -6
- package/dist/stack-translation-BV7cLYdZ.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-BdHthWR-.d.mts} +8 -3
- package/dist/types-BdHthWR-.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
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|