@better-fullstack/types 2.3.1 → 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/LICENSE +22 -0
- package/dist/{defaults-Cl16mM84.mjs → defaults-BzWJP6p0.mjs} +3 -1
- package/dist/defaults-BzWJP6p0.mjs.map +1 -0
- package/dist/{defaults-BCprHCB6.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/defaults.mjs +1 -1
- package/dist/index.d.mts +6 -6
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +69 -5
- package/dist/index.mjs.map +1 -1
- package/dist/json-schema.d.mts +518 -20
- package/dist/json-schema.d.mts.map +1 -1
- package/dist/json-schema.mjs +1 -1
- package/dist/{schemas-B79HRN5e.d.mts → schemas-BRAokgPa.d.mts} +520 -27
- package/dist/schemas-BRAokgPa.d.mts.map +1 -0
- package/dist/{schemas-CprYz5Sh.mjs → schemas-CtieNRfz.mjs} +74 -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-BkHZlyKH.d.mts → stack-graph-BPw9KsNm.d.mts} +3 -3
- package/dist/stack-graph-BPw9KsNm.d.mts.map +1 -0
- package/dist/{stack-graph-DiLi3WuL.mjs → stack-graph-CXTiPofQ.mjs} +205 -27
- 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-Ay-_1mNB.mjs → stack-translation-B-zArJLM.mjs} +433 -29
- package/dist/stack-translation-B-zArJLM.mjs.map +1 -0
- package/dist/{stack-translation-BmsX82IA.d.mts → stack-translation-D7KkQm8W.d.mts} +30 -9
- 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-BuRzqsRV.d.mts → types-Br0NsnBr.d.mts} +10 -3
- package/dist/types-Br0NsnBr.d.mts.map +1 -0
- package/dist/types.d.mts +3 -3
- package/package.json +3 -2
- package/dist/defaults-BCprHCB6.d.mts.map +0 -1
- package/dist/defaults-Cl16mM84.mjs.map +0 -1
- package/dist/schemas-B79HRN5e.d.mts.map +0 -1
- package/dist/schemas-CprYz5Sh.mjs.map +0 -1
- package/dist/stack-graph-BkHZlyKH.d.mts.map +0 -1
- package/dist/stack-graph-DiLi3WuL.mjs.map +0 -1
- package/dist/stack-translation-Ay-_1mNB.mjs.map +0 -1
- package/dist/stack-translation-BmsX82IA.d.mts.map +0 -1
- package/dist/types-BuRzqsRV.d.mts.map +0 -1
package/dist/json-schema.d.mts
CHANGED
|
@@ -72,6 +72,8 @@ declare function getAddonsJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.Zo
|
|
|
72
72
|
biome: "biome";
|
|
73
73
|
lefthook: "lefthook";
|
|
74
74
|
husky: "husky";
|
|
75
|
+
knip: "knip";
|
|
76
|
+
gitleaks: "gitleaks";
|
|
75
77
|
ruler: "ruler";
|
|
76
78
|
mcp: "mcp";
|
|
77
79
|
skills: "skills";
|
|
@@ -93,6 +95,7 @@ declare function getAddonsJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.Zo
|
|
|
93
95
|
"backend-utils": "backend-utils";
|
|
94
96
|
devcontainer: "devcontainer";
|
|
95
97
|
"docker-compose": "docker-compose";
|
|
98
|
+
kong: "kong";
|
|
96
99
|
"github-actions": "github-actions";
|
|
97
100
|
eslint: "eslint";
|
|
98
101
|
prettier: "prettier";
|
|
@@ -164,6 +167,7 @@ declare function getPaymentsJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.
|
|
|
164
167
|
creem: "creem";
|
|
165
168
|
autumn: "autumn";
|
|
166
169
|
commet: "commet";
|
|
170
|
+
xendit: "xendit";
|
|
167
171
|
}>>;
|
|
168
172
|
declare function getWebDeployJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
169
173
|
none: "none";
|
|
@@ -271,6 +275,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
271
275
|
creem: "creem";
|
|
272
276
|
autumn: "autumn";
|
|
273
277
|
commet: "commet";
|
|
278
|
+
xendit: "xendit";
|
|
274
279
|
}>>;
|
|
275
280
|
frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
276
281
|
none: "none";
|
|
@@ -303,6 +308,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
303
308
|
biome: "biome";
|
|
304
309
|
lefthook: "lefthook";
|
|
305
310
|
husky: "husky";
|
|
311
|
+
knip: "knip";
|
|
312
|
+
gitleaks: "gitleaks";
|
|
306
313
|
ruler: "ruler";
|
|
307
314
|
mcp: "mcp";
|
|
308
315
|
skills: "skills";
|
|
@@ -324,6 +331,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
324
331
|
"backend-utils": "backend-utils";
|
|
325
332
|
devcontainer: "devcontainer";
|
|
326
333
|
"docker-compose": "docker-compose";
|
|
334
|
+
kong: "kong";
|
|
327
335
|
"github-actions": "github-actions";
|
|
328
336
|
eslint: "eslint";
|
|
329
337
|
prettier: "prettier";
|
|
@@ -648,6 +656,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
648
656
|
observability: z.ZodOptional<z.ZodEnum<{
|
|
649
657
|
none: "none";
|
|
650
658
|
opentelemetry: "opentelemetry";
|
|
659
|
+
signoz: "signoz";
|
|
651
660
|
sentry: "sentry";
|
|
652
661
|
grafana: "grafana";
|
|
653
662
|
datadog: "datadog";
|
|
@@ -662,6 +671,14 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
662
671
|
flagsmith: "flagsmith";
|
|
663
672
|
unleash: "unleash";
|
|
664
673
|
}>>;
|
|
674
|
+
integrations: z.ZodOptional<z.ZodEnum<{
|
|
675
|
+
none: "none";
|
|
676
|
+
nango: "nango";
|
|
677
|
+
}>>;
|
|
678
|
+
ecommerce: z.ZodOptional<z.ZodEnum<{
|
|
679
|
+
none: "none";
|
|
680
|
+
medusa: "medusa";
|
|
681
|
+
}>>;
|
|
665
682
|
analytics: z.ZodOptional<z.ZodEnum<{
|
|
666
683
|
none: "none";
|
|
667
684
|
posthog: "posthog";
|
|
@@ -792,6 +809,37 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
792
809
|
dioxus: "dioxus";
|
|
793
810
|
yew: "yew";
|
|
794
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
|
+
}>>;
|
|
795
843
|
rustOrm: z.ZodOptional<z.ZodEnum<{
|
|
796
844
|
none: "none";
|
|
797
845
|
mongodb: "mongodb";
|
|
@@ -972,6 +1020,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
972
1020
|
pythonObservability: z.ZodOptional<z.ZodEnum<{
|
|
973
1021
|
none: "none";
|
|
974
1022
|
opentelemetry: "opentelemetry";
|
|
1023
|
+
signoz: "signoz";
|
|
975
1024
|
"prometheus-client": "prometheus-client";
|
|
976
1025
|
}>>;
|
|
977
1026
|
pythonCli: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -1091,6 +1140,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
1091
1140
|
goObservability: z.ZodOptional<z.ZodEnum<{
|
|
1092
1141
|
none: "none";
|
|
1093
1142
|
opentelemetry: "opentelemetry";
|
|
1143
|
+
signoz: "signoz";
|
|
1094
1144
|
prometheus: "prometheus";
|
|
1095
1145
|
}>>;
|
|
1096
1146
|
goValidation: z.ZodOptional<z.ZodEnum<{
|
|
@@ -1124,6 +1174,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
1124
1174
|
javaWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
1125
1175
|
none: "none";
|
|
1126
1176
|
"spring-boot": "spring-boot";
|
|
1177
|
+
ktor: "ktor";
|
|
1127
1178
|
quarkus: "quarkus";
|
|
1128
1179
|
micronaut: "micronaut";
|
|
1129
1180
|
}>>;
|
|
@@ -1197,8 +1248,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
1197
1248
|
}>>>;
|
|
1198
1249
|
javaTestingLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1199
1250
|
none: "none";
|
|
1200
|
-
testcontainers: "testcontainers";
|
|
1201
1251
|
junit5: "junit5";
|
|
1252
|
+
testcontainers: "testcontainers";
|
|
1202
1253
|
mockito: "mockito";
|
|
1203
1254
|
assertj: "assertj";
|
|
1204
1255
|
"rest-assured": "rest-assured";
|
|
@@ -1511,6 +1562,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1511
1562
|
biome: "biome";
|
|
1512
1563
|
lefthook: "lefthook";
|
|
1513
1564
|
husky: "husky";
|
|
1565
|
+
knip: "knip";
|
|
1566
|
+
gitleaks: "gitleaks";
|
|
1514
1567
|
ruler: "ruler";
|
|
1515
1568
|
mcp: "mcp";
|
|
1516
1569
|
skills: "skills";
|
|
@@ -1532,6 +1585,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1532
1585
|
"backend-utils": "backend-utils";
|
|
1533
1586
|
devcontainer: "devcontainer";
|
|
1534
1587
|
"docker-compose": "docker-compose";
|
|
1588
|
+
kong: "kong";
|
|
1535
1589
|
"github-actions": "github-actions";
|
|
1536
1590
|
eslint: "eslint";
|
|
1537
1591
|
prettier: "prettier";
|
|
@@ -1575,6 +1629,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1575
1629
|
creem: "creem";
|
|
1576
1630
|
autumn: "autumn";
|
|
1577
1631
|
commet: "commet";
|
|
1632
|
+
xendit: "xendit";
|
|
1578
1633
|
}>;
|
|
1579
1634
|
git: z.ZodBoolean;
|
|
1580
1635
|
packageManager: z.ZodEnum<{
|
|
@@ -1853,6 +1908,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1853
1908
|
observability: z.ZodEnum<{
|
|
1854
1909
|
none: "none";
|
|
1855
1910
|
opentelemetry: "opentelemetry";
|
|
1911
|
+
signoz: "signoz";
|
|
1856
1912
|
sentry: "sentry";
|
|
1857
1913
|
grafana: "grafana";
|
|
1858
1914
|
datadog: "datadog";
|
|
@@ -1867,6 +1923,14 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1867
1923
|
flagsmith: "flagsmith";
|
|
1868
1924
|
unleash: "unleash";
|
|
1869
1925
|
}>;
|
|
1926
|
+
integrations: z.ZodDefault<z.ZodEnum<{
|
|
1927
|
+
none: "none";
|
|
1928
|
+
nango: "nango";
|
|
1929
|
+
}>>;
|
|
1930
|
+
ecommerce: z.ZodDefault<z.ZodEnum<{
|
|
1931
|
+
none: "none";
|
|
1932
|
+
medusa: "medusa";
|
|
1933
|
+
}>>;
|
|
1870
1934
|
analytics: z.ZodEnum<{
|
|
1871
1935
|
none: "none";
|
|
1872
1936
|
posthog: "posthog";
|
|
@@ -1997,6 +2061,37 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1997
2061
|
dioxus: "dioxus";
|
|
1998
2062
|
yew: "yew";
|
|
1999
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
|
+
}>>;
|
|
2000
2095
|
rustOrm: z.ZodEnum<{
|
|
2001
2096
|
none: "none";
|
|
2002
2097
|
mongodb: "mongodb";
|
|
@@ -2177,6 +2272,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2177
2272
|
pythonObservability: z.ZodEnum<{
|
|
2178
2273
|
none: "none";
|
|
2179
2274
|
opentelemetry: "opentelemetry";
|
|
2275
|
+
signoz: "signoz";
|
|
2180
2276
|
"prometheus-client": "prometheus-client";
|
|
2181
2277
|
}>;
|
|
2182
2278
|
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
@@ -2296,6 +2392,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2296
2392
|
goObservability: z.ZodEnum<{
|
|
2297
2393
|
none: "none";
|
|
2298
2394
|
opentelemetry: "opentelemetry";
|
|
2395
|
+
signoz: "signoz";
|
|
2299
2396
|
prometheus: "prometheus";
|
|
2300
2397
|
}>;
|
|
2301
2398
|
goValidation: z.ZodEnum<{
|
|
@@ -2329,6 +2426,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2329
2426
|
javaWebFramework: z.ZodEnum<{
|
|
2330
2427
|
none: "none";
|
|
2331
2428
|
"spring-boot": "spring-boot";
|
|
2429
|
+
ktor: "ktor";
|
|
2332
2430
|
quarkus: "quarkus";
|
|
2333
2431
|
micronaut: "micronaut";
|
|
2334
2432
|
}>;
|
|
@@ -2402,8 +2500,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2402
2500
|
}>>;
|
|
2403
2501
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
2404
2502
|
none: "none";
|
|
2405
|
-
testcontainers: "testcontainers";
|
|
2406
2503
|
junit5: "junit5";
|
|
2504
|
+
testcontainers: "testcontainers";
|
|
2407
2505
|
mockito: "mockito";
|
|
2408
2506
|
assertj: "assertj";
|
|
2409
2507
|
"rest-assured": "rest-assured";
|
|
@@ -2671,6 +2769,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2671
2769
|
payments: "payments";
|
|
2672
2770
|
logging: "logging";
|
|
2673
2771
|
featureFlags: "featureFlags";
|
|
2772
|
+
integrations: "integrations";
|
|
2773
|
+
ecommerce: "ecommerce";
|
|
2674
2774
|
analytics: "analytics";
|
|
2675
2775
|
cms: "cms";
|
|
2676
2776
|
i18n: "i18n";
|
|
@@ -2705,7 +2805,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2705
2805
|
java: "java";
|
|
2706
2806
|
elixir: "elixir";
|
|
2707
2807
|
dotnet: "dotnet";
|
|
2708
|
-
}>, z.ZodLiteral<"universal">]>;
|
|
2808
|
+
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
2709
2809
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
2710
2810
|
source: z.ZodEnum<{
|
|
2711
2811
|
selected: "selected";
|
|
@@ -2805,6 +2905,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2805
2905
|
biome: "biome";
|
|
2806
2906
|
lefthook: "lefthook";
|
|
2807
2907
|
husky: "husky";
|
|
2908
|
+
knip: "knip";
|
|
2909
|
+
gitleaks: "gitleaks";
|
|
2808
2910
|
ruler: "ruler";
|
|
2809
2911
|
mcp: "mcp";
|
|
2810
2912
|
skills: "skills";
|
|
@@ -2826,6 +2928,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2826
2928
|
"backend-utils": "backend-utils";
|
|
2827
2929
|
devcontainer: "devcontainer";
|
|
2828
2930
|
"docker-compose": "docker-compose";
|
|
2931
|
+
kong: "kong";
|
|
2829
2932
|
"github-actions": "github-actions";
|
|
2830
2933
|
eslint: "eslint";
|
|
2831
2934
|
prettier: "prettier";
|
|
@@ -2869,6 +2972,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2869
2972
|
creem: "creem";
|
|
2870
2973
|
autumn: "autumn";
|
|
2871
2974
|
commet: "commet";
|
|
2975
|
+
xendit: "xendit";
|
|
2872
2976
|
}>;
|
|
2873
2977
|
packageManager: z.ZodEnum<{
|
|
2874
2978
|
bun: "bun";
|
|
@@ -3145,6 +3249,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3145
3249
|
observability: z.ZodEnum<{
|
|
3146
3250
|
none: "none";
|
|
3147
3251
|
opentelemetry: "opentelemetry";
|
|
3252
|
+
signoz: "signoz";
|
|
3148
3253
|
sentry: "sentry";
|
|
3149
3254
|
grafana: "grafana";
|
|
3150
3255
|
datadog: "datadog";
|
|
@@ -3159,6 +3264,14 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3159
3264
|
flagsmith: "flagsmith";
|
|
3160
3265
|
unleash: "unleash";
|
|
3161
3266
|
}>;
|
|
3267
|
+
integrations: z.ZodDefault<z.ZodEnum<{
|
|
3268
|
+
none: "none";
|
|
3269
|
+
nango: "nango";
|
|
3270
|
+
}>>;
|
|
3271
|
+
ecommerce: z.ZodDefault<z.ZodEnum<{
|
|
3272
|
+
none: "none";
|
|
3273
|
+
medusa: "medusa";
|
|
3274
|
+
}>>;
|
|
3162
3275
|
analytics: z.ZodEnum<{
|
|
3163
3276
|
none: "none";
|
|
3164
3277
|
posthog: "posthog";
|
|
@@ -3289,6 +3402,37 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3289
3402
|
dioxus: "dioxus";
|
|
3290
3403
|
yew: "yew";
|
|
3291
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
|
+
}>>;
|
|
3292
3436
|
rustOrm: z.ZodEnum<{
|
|
3293
3437
|
none: "none";
|
|
3294
3438
|
mongodb: "mongodb";
|
|
@@ -3469,6 +3613,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3469
3613
|
pythonObservability: z.ZodEnum<{
|
|
3470
3614
|
none: "none";
|
|
3471
3615
|
opentelemetry: "opentelemetry";
|
|
3616
|
+
signoz: "signoz";
|
|
3472
3617
|
"prometheus-client": "prometheus-client";
|
|
3473
3618
|
}>;
|
|
3474
3619
|
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
@@ -3588,6 +3733,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3588
3733
|
goObservability: z.ZodEnum<{
|
|
3589
3734
|
none: "none";
|
|
3590
3735
|
opentelemetry: "opentelemetry";
|
|
3736
|
+
signoz: "signoz";
|
|
3591
3737
|
prometheus: "prometheus";
|
|
3592
3738
|
}>;
|
|
3593
3739
|
goValidation: z.ZodEnum<{
|
|
@@ -3621,6 +3767,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3621
3767
|
javaWebFramework: z.ZodEnum<{
|
|
3622
3768
|
none: "none";
|
|
3623
3769
|
"spring-boot": "spring-boot";
|
|
3770
|
+
ktor: "ktor";
|
|
3624
3771
|
quarkus: "quarkus";
|
|
3625
3772
|
micronaut: "micronaut";
|
|
3626
3773
|
}>;
|
|
@@ -3694,8 +3841,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3694
3841
|
}>>;
|
|
3695
3842
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
3696
3843
|
none: "none";
|
|
3697
|
-
testcontainers: "testcontainers";
|
|
3698
3844
|
junit5: "junit5";
|
|
3845
|
+
testcontainers: "testcontainers";
|
|
3699
3846
|
mockito: "mockito";
|
|
3700
3847
|
assertj: "assertj";
|
|
3701
3848
|
"rest-assured": "rest-assured";
|
|
@@ -3963,6 +4110,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3963
4110
|
payments: "payments";
|
|
3964
4111
|
logging: "logging";
|
|
3965
4112
|
featureFlags: "featureFlags";
|
|
4113
|
+
integrations: "integrations";
|
|
4114
|
+
ecommerce: "ecommerce";
|
|
3966
4115
|
analytics: "analytics";
|
|
3967
4116
|
cms: "cms";
|
|
3968
4117
|
i18n: "i18n";
|
|
@@ -3997,7 +4146,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3997
4146
|
java: "java";
|
|
3998
4147
|
elixir: "elixir";
|
|
3999
4148
|
dotnet: "dotnet";
|
|
4000
|
-
}>, z.ZodLiteral<"universal">]>;
|
|
4149
|
+
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
4001
4150
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
4002
4151
|
source: z.ZodEnum<{
|
|
4003
4152
|
selected: "selected";
|
|
@@ -4097,6 +4246,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4097
4246
|
biome: "biome";
|
|
4098
4247
|
lefthook: "lefthook";
|
|
4099
4248
|
husky: "husky";
|
|
4249
|
+
knip: "knip";
|
|
4250
|
+
gitleaks: "gitleaks";
|
|
4100
4251
|
ruler: "ruler";
|
|
4101
4252
|
mcp: "mcp";
|
|
4102
4253
|
skills: "skills";
|
|
@@ -4118,6 +4269,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4118
4269
|
"backend-utils": "backend-utils";
|
|
4119
4270
|
devcontainer: "devcontainer";
|
|
4120
4271
|
"docker-compose": "docker-compose";
|
|
4272
|
+
kong: "kong";
|
|
4121
4273
|
"github-actions": "github-actions";
|
|
4122
4274
|
eslint: "eslint";
|
|
4123
4275
|
prettier: "prettier";
|
|
@@ -4161,6 +4313,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4161
4313
|
creem: "creem";
|
|
4162
4314
|
autumn: "autumn";
|
|
4163
4315
|
commet: "commet";
|
|
4316
|
+
xendit: "xendit";
|
|
4164
4317
|
}>;
|
|
4165
4318
|
packageManager: z.ZodEnum<{
|
|
4166
4319
|
bun: "bun";
|
|
@@ -4437,6 +4590,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4437
4590
|
observability: z.ZodEnum<{
|
|
4438
4591
|
none: "none";
|
|
4439
4592
|
opentelemetry: "opentelemetry";
|
|
4593
|
+
signoz: "signoz";
|
|
4440
4594
|
sentry: "sentry";
|
|
4441
4595
|
grafana: "grafana";
|
|
4442
4596
|
datadog: "datadog";
|
|
@@ -4451,6 +4605,14 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4451
4605
|
flagsmith: "flagsmith";
|
|
4452
4606
|
unleash: "unleash";
|
|
4453
4607
|
}>;
|
|
4608
|
+
integrations: z.ZodDefault<z.ZodEnum<{
|
|
4609
|
+
none: "none";
|
|
4610
|
+
nango: "nango";
|
|
4611
|
+
}>>;
|
|
4612
|
+
ecommerce: z.ZodDefault<z.ZodEnum<{
|
|
4613
|
+
none: "none";
|
|
4614
|
+
medusa: "medusa";
|
|
4615
|
+
}>>;
|
|
4454
4616
|
analytics: z.ZodEnum<{
|
|
4455
4617
|
none: "none";
|
|
4456
4618
|
posthog: "posthog";
|
|
@@ -4581,6 +4743,37 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4581
4743
|
dioxus: "dioxus";
|
|
4582
4744
|
yew: "yew";
|
|
4583
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
|
+
}>>;
|
|
4584
4777
|
rustOrm: z.ZodEnum<{
|
|
4585
4778
|
none: "none";
|
|
4586
4779
|
mongodb: "mongodb";
|
|
@@ -4761,6 +4954,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4761
4954
|
pythonObservability: z.ZodEnum<{
|
|
4762
4955
|
none: "none";
|
|
4763
4956
|
opentelemetry: "opentelemetry";
|
|
4957
|
+
signoz: "signoz";
|
|
4764
4958
|
"prometheus-client": "prometheus-client";
|
|
4765
4959
|
}>;
|
|
4766
4960
|
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
@@ -4880,6 +5074,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4880
5074
|
goObservability: z.ZodEnum<{
|
|
4881
5075
|
none: "none";
|
|
4882
5076
|
opentelemetry: "opentelemetry";
|
|
5077
|
+
signoz: "signoz";
|
|
4883
5078
|
prometheus: "prometheus";
|
|
4884
5079
|
}>;
|
|
4885
5080
|
goValidation: z.ZodEnum<{
|
|
@@ -4913,6 +5108,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4913
5108
|
javaWebFramework: z.ZodEnum<{
|
|
4914
5109
|
none: "none";
|
|
4915
5110
|
"spring-boot": "spring-boot";
|
|
5111
|
+
ktor: "ktor";
|
|
4916
5112
|
quarkus: "quarkus";
|
|
4917
5113
|
micronaut: "micronaut";
|
|
4918
5114
|
}>;
|
|
@@ -4986,8 +5182,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4986
5182
|
}>>;
|
|
4987
5183
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
4988
5184
|
none: "none";
|
|
4989
|
-
testcontainers: "testcontainers";
|
|
4990
5185
|
junit5: "junit5";
|
|
5186
|
+
testcontainers: "testcontainers";
|
|
4991
5187
|
mockito: "mockito";
|
|
4992
5188
|
assertj: "assertj";
|
|
4993
5189
|
"rest-assured": "rest-assured";
|
|
@@ -5255,6 +5451,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
5255
5451
|
payments: "payments";
|
|
5256
5452
|
logging: "logging";
|
|
5257
5453
|
featureFlags: "featureFlags";
|
|
5454
|
+
integrations: "integrations";
|
|
5455
|
+
ecommerce: "ecommerce";
|
|
5258
5456
|
analytics: "analytics";
|
|
5259
5457
|
cms: "cms";
|
|
5260
5458
|
i18n: "i18n";
|
|
@@ -5289,7 +5487,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
5289
5487
|
java: "java";
|
|
5290
5488
|
elixir: "elixir";
|
|
5291
5489
|
dotnet: "dotnet";
|
|
5292
|
-
}>, z.ZodLiteral<"universal">]>;
|
|
5490
|
+
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
5293
5491
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
5294
5492
|
source: z.ZodEnum<{
|
|
5295
5493
|
selected: "selected";
|
|
@@ -5390,6 +5588,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5390
5588
|
biome: "biome";
|
|
5391
5589
|
lefthook: "lefthook";
|
|
5392
5590
|
husky: "husky";
|
|
5591
|
+
knip: "knip";
|
|
5592
|
+
gitleaks: "gitleaks";
|
|
5393
5593
|
ruler: "ruler";
|
|
5394
5594
|
mcp: "mcp";
|
|
5395
5595
|
skills: "skills";
|
|
@@ -5411,6 +5611,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5411
5611
|
"backend-utils": "backend-utils";
|
|
5412
5612
|
devcontainer: "devcontainer";
|
|
5413
5613
|
"docker-compose": "docker-compose";
|
|
5614
|
+
kong: "kong";
|
|
5414
5615
|
"github-actions": "github-actions";
|
|
5415
5616
|
eslint: "eslint";
|
|
5416
5617
|
prettier: "prettier";
|
|
@@ -5454,6 +5655,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5454
5655
|
creem: "creem";
|
|
5455
5656
|
autumn: "autumn";
|
|
5456
5657
|
commet: "commet";
|
|
5658
|
+
xendit: "xendit";
|
|
5457
5659
|
}>;
|
|
5458
5660
|
git: z.ZodBoolean;
|
|
5459
5661
|
packageManager: z.ZodEnum<{
|
|
@@ -5732,6 +5934,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5732
5934
|
observability: z.ZodEnum<{
|
|
5733
5935
|
none: "none";
|
|
5734
5936
|
opentelemetry: "opentelemetry";
|
|
5937
|
+
signoz: "signoz";
|
|
5735
5938
|
sentry: "sentry";
|
|
5736
5939
|
grafana: "grafana";
|
|
5737
5940
|
datadog: "datadog";
|
|
@@ -5746,6 +5949,14 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5746
5949
|
flagsmith: "flagsmith";
|
|
5747
5950
|
unleash: "unleash";
|
|
5748
5951
|
}>;
|
|
5952
|
+
integrations: z.ZodDefault<z.ZodEnum<{
|
|
5953
|
+
none: "none";
|
|
5954
|
+
nango: "nango";
|
|
5955
|
+
}>>;
|
|
5956
|
+
ecommerce: z.ZodDefault<z.ZodEnum<{
|
|
5957
|
+
none: "none";
|
|
5958
|
+
medusa: "medusa";
|
|
5959
|
+
}>>;
|
|
5749
5960
|
analytics: z.ZodEnum<{
|
|
5750
5961
|
none: "none";
|
|
5751
5962
|
posthog: "posthog";
|
|
@@ -5876,6 +6087,37 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5876
6087
|
dioxus: "dioxus";
|
|
5877
6088
|
yew: "yew";
|
|
5878
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
|
+
}>>;
|
|
5879
6121
|
rustOrm: z.ZodEnum<{
|
|
5880
6122
|
none: "none";
|
|
5881
6123
|
mongodb: "mongodb";
|
|
@@ -6056,6 +6298,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6056
6298
|
pythonObservability: z.ZodEnum<{
|
|
6057
6299
|
none: "none";
|
|
6058
6300
|
opentelemetry: "opentelemetry";
|
|
6301
|
+
signoz: "signoz";
|
|
6059
6302
|
"prometheus-client": "prometheus-client";
|
|
6060
6303
|
}>;
|
|
6061
6304
|
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
@@ -6175,6 +6418,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6175
6418
|
goObservability: z.ZodEnum<{
|
|
6176
6419
|
none: "none";
|
|
6177
6420
|
opentelemetry: "opentelemetry";
|
|
6421
|
+
signoz: "signoz";
|
|
6178
6422
|
prometheus: "prometheus";
|
|
6179
6423
|
}>;
|
|
6180
6424
|
goValidation: z.ZodEnum<{
|
|
@@ -6208,6 +6452,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6208
6452
|
javaWebFramework: z.ZodEnum<{
|
|
6209
6453
|
none: "none";
|
|
6210
6454
|
"spring-boot": "spring-boot";
|
|
6455
|
+
ktor: "ktor";
|
|
6211
6456
|
quarkus: "quarkus";
|
|
6212
6457
|
micronaut: "micronaut";
|
|
6213
6458
|
}>;
|
|
@@ -6281,8 +6526,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6281
6526
|
}>>;
|
|
6282
6527
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
6283
6528
|
none: "none";
|
|
6284
|
-
testcontainers: "testcontainers";
|
|
6285
6529
|
junit5: "junit5";
|
|
6530
|
+
testcontainers: "testcontainers";
|
|
6286
6531
|
mockito: "mockito";
|
|
6287
6532
|
assertj: "assertj";
|
|
6288
6533
|
"rest-assured": "rest-assured";
|
|
@@ -6550,6 +6795,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6550
6795
|
payments: "payments";
|
|
6551
6796
|
logging: "logging";
|
|
6552
6797
|
featureFlags: "featureFlags";
|
|
6798
|
+
integrations: "integrations";
|
|
6799
|
+
ecommerce: "ecommerce";
|
|
6553
6800
|
analytics: "analytics";
|
|
6554
6801
|
cms: "cms";
|
|
6555
6802
|
i18n: "i18n";
|
|
@@ -6584,7 +6831,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6584
6831
|
java: "java";
|
|
6585
6832
|
elixir: "elixir";
|
|
6586
6833
|
dotnet: "dotnet";
|
|
6587
|
-
}>, z.ZodLiteral<"universal">]>;
|
|
6834
|
+
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
6588
6835
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
6589
6836
|
source: z.ZodEnum<{
|
|
6590
6837
|
selected: "selected";
|
|
@@ -6612,6 +6859,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6612
6859
|
declare function getJavaWebFrameworkJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
6613
6860
|
none: "none";
|
|
6614
6861
|
"spring-boot": "spring-boot";
|
|
6862
|
+
ktor: "ktor";
|
|
6615
6863
|
quarkus: "quarkus";
|
|
6616
6864
|
micronaut: "micronaut";
|
|
6617
6865
|
}>>;
|
|
@@ -6711,6 +6959,7 @@ declare function getGoConfigJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.
|
|
|
6711
6959
|
declare function getGoObservabilityJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
6712
6960
|
none: "none";
|
|
6713
6961
|
opentelemetry: "opentelemetry";
|
|
6962
|
+
signoz: "signoz";
|
|
6714
6963
|
prometheus: "prometheus";
|
|
6715
6964
|
}>>;
|
|
6716
6965
|
declare function getGoValidationJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
@@ -6780,8 +7029,8 @@ declare function getJavaLibrariesJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
6780
7029
|
}>>;
|
|
6781
7030
|
declare function getJavaTestingLibrariesJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
6782
7031
|
none: "none";
|
|
6783
|
-
testcontainers: "testcontainers";
|
|
6784
7032
|
junit5: "junit5";
|
|
7033
|
+
testcontainers: "testcontainers";
|
|
6785
7034
|
mockito: "mockito";
|
|
6786
7035
|
assertj: "assertj";
|
|
6787
7036
|
"rest-assured": "rest-assured";
|
|
@@ -7024,6 +7273,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7024
7273
|
biome: "biome";
|
|
7025
7274
|
lefthook: "lefthook";
|
|
7026
7275
|
husky: "husky";
|
|
7276
|
+
knip: "knip";
|
|
7277
|
+
gitleaks: "gitleaks";
|
|
7027
7278
|
ruler: "ruler";
|
|
7028
7279
|
mcp: "mcp";
|
|
7029
7280
|
skills: "skills";
|
|
@@ -7045,6 +7296,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7045
7296
|
"backend-utils": "backend-utils";
|
|
7046
7297
|
devcontainer: "devcontainer";
|
|
7047
7298
|
"docker-compose": "docker-compose";
|
|
7299
|
+
kong: "kong";
|
|
7048
7300
|
"github-actions": "github-actions";
|
|
7049
7301
|
eslint: "eslint";
|
|
7050
7302
|
prettier: "prettier";
|
|
@@ -7116,6 +7368,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7116
7368
|
creem: "creem";
|
|
7117
7369
|
autumn: "autumn";
|
|
7118
7370
|
commet: "commet";
|
|
7371
|
+
xendit: "xendit";
|
|
7119
7372
|
}>>;
|
|
7120
7373
|
webDeploy: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7121
7374
|
none: "none";
|
|
@@ -7233,6 +7486,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7233
7486
|
goObservability: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7234
7487
|
none: "none";
|
|
7235
7488
|
opentelemetry: "opentelemetry";
|
|
7489
|
+
signoz: "signoz";
|
|
7236
7490
|
prometheus: "prometheus";
|
|
7237
7491
|
}>>;
|
|
7238
7492
|
goValidation: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
@@ -7262,6 +7516,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7262
7516
|
javaWebFramework: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7263
7517
|
none: "none";
|
|
7264
7518
|
"spring-boot": "spring-boot";
|
|
7519
|
+
ktor: "ktor";
|
|
7265
7520
|
quarkus: "quarkus";
|
|
7266
7521
|
micronaut: "micronaut";
|
|
7267
7522
|
}>>;
|
|
@@ -7324,8 +7579,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7324
7579
|
}>>;
|
|
7325
7580
|
javaTestingLibraries: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7326
7581
|
none: "none";
|
|
7327
|
-
testcontainers: "testcontainers";
|
|
7328
7582
|
junit5: "junit5";
|
|
7583
|
+
testcontainers: "testcontainers";
|
|
7329
7584
|
mockito: "mockito";
|
|
7330
7585
|
assertj: "assertj";
|
|
7331
7586
|
"rest-assured": "rest-assured";
|
|
@@ -7566,6 +7821,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7566
7821
|
creem: "creem";
|
|
7567
7822
|
autumn: "autumn";
|
|
7568
7823
|
commet: "commet";
|
|
7824
|
+
xendit: "xendit";
|
|
7569
7825
|
}>>;
|
|
7570
7826
|
frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
7571
7827
|
none: "none";
|
|
@@ -7598,6 +7854,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7598
7854
|
biome: "biome";
|
|
7599
7855
|
lefthook: "lefthook";
|
|
7600
7856
|
husky: "husky";
|
|
7857
|
+
knip: "knip";
|
|
7858
|
+
gitleaks: "gitleaks";
|
|
7601
7859
|
ruler: "ruler";
|
|
7602
7860
|
mcp: "mcp";
|
|
7603
7861
|
skills: "skills";
|
|
@@ -7619,6 +7877,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7619
7877
|
"backend-utils": "backend-utils";
|
|
7620
7878
|
devcontainer: "devcontainer";
|
|
7621
7879
|
"docker-compose": "docker-compose";
|
|
7880
|
+
kong: "kong";
|
|
7622
7881
|
"github-actions": "github-actions";
|
|
7623
7882
|
eslint: "eslint";
|
|
7624
7883
|
prettier: "prettier";
|
|
@@ -7943,6 +8202,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7943
8202
|
observability: z.ZodOptional<z.ZodEnum<{
|
|
7944
8203
|
none: "none";
|
|
7945
8204
|
opentelemetry: "opentelemetry";
|
|
8205
|
+
signoz: "signoz";
|
|
7946
8206
|
sentry: "sentry";
|
|
7947
8207
|
grafana: "grafana";
|
|
7948
8208
|
datadog: "datadog";
|
|
@@ -7957,6 +8217,14 @@ declare function getAllJsonSchemas(): {
|
|
|
7957
8217
|
flagsmith: "flagsmith";
|
|
7958
8218
|
unleash: "unleash";
|
|
7959
8219
|
}>>;
|
|
8220
|
+
integrations: z.ZodOptional<z.ZodEnum<{
|
|
8221
|
+
none: "none";
|
|
8222
|
+
nango: "nango";
|
|
8223
|
+
}>>;
|
|
8224
|
+
ecommerce: z.ZodOptional<z.ZodEnum<{
|
|
8225
|
+
none: "none";
|
|
8226
|
+
medusa: "medusa";
|
|
8227
|
+
}>>;
|
|
7960
8228
|
analytics: z.ZodOptional<z.ZodEnum<{
|
|
7961
8229
|
none: "none";
|
|
7962
8230
|
posthog: "posthog";
|
|
@@ -8087,6 +8355,37 @@ declare function getAllJsonSchemas(): {
|
|
|
8087
8355
|
dioxus: "dioxus";
|
|
8088
8356
|
yew: "yew";
|
|
8089
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
|
+
}>>;
|
|
8090
8389
|
rustOrm: z.ZodOptional<z.ZodEnum<{
|
|
8091
8390
|
none: "none";
|
|
8092
8391
|
mongodb: "mongodb";
|
|
@@ -8267,6 +8566,7 @@ declare function getAllJsonSchemas(): {
|
|
|
8267
8566
|
pythonObservability: z.ZodOptional<z.ZodEnum<{
|
|
8268
8567
|
none: "none";
|
|
8269
8568
|
opentelemetry: "opentelemetry";
|
|
8569
|
+
signoz: "signoz";
|
|
8270
8570
|
"prometheus-client": "prometheus-client";
|
|
8271
8571
|
}>>;
|
|
8272
8572
|
pythonCli: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -8386,6 +8686,7 @@ declare function getAllJsonSchemas(): {
|
|
|
8386
8686
|
goObservability: z.ZodOptional<z.ZodEnum<{
|
|
8387
8687
|
none: "none";
|
|
8388
8688
|
opentelemetry: "opentelemetry";
|
|
8689
|
+
signoz: "signoz";
|
|
8389
8690
|
prometheus: "prometheus";
|
|
8390
8691
|
}>>;
|
|
8391
8692
|
goValidation: z.ZodOptional<z.ZodEnum<{
|
|
@@ -8419,6 +8720,7 @@ declare function getAllJsonSchemas(): {
|
|
|
8419
8720
|
javaWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
8420
8721
|
none: "none";
|
|
8421
8722
|
"spring-boot": "spring-boot";
|
|
8723
|
+
ktor: "ktor";
|
|
8422
8724
|
quarkus: "quarkus";
|
|
8423
8725
|
micronaut: "micronaut";
|
|
8424
8726
|
}>>;
|
|
@@ -8492,8 +8794,8 @@ declare function getAllJsonSchemas(): {
|
|
|
8492
8794
|
}>>>;
|
|
8493
8795
|
javaTestingLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
8494
8796
|
none: "none";
|
|
8495
|
-
testcontainers: "testcontainers";
|
|
8496
8797
|
junit5: "junit5";
|
|
8798
|
+
testcontainers: "testcontainers";
|
|
8497
8799
|
mockito: "mockito";
|
|
8498
8800
|
assertj: "assertj";
|
|
8499
8801
|
"rest-assured": "rest-assured";
|
|
@@ -8806,6 +9108,8 @@ declare function getAllJsonSchemas(): {
|
|
|
8806
9108
|
biome: "biome";
|
|
8807
9109
|
lefthook: "lefthook";
|
|
8808
9110
|
husky: "husky";
|
|
9111
|
+
knip: "knip";
|
|
9112
|
+
gitleaks: "gitleaks";
|
|
8809
9113
|
ruler: "ruler";
|
|
8810
9114
|
mcp: "mcp";
|
|
8811
9115
|
skills: "skills";
|
|
@@ -8827,6 +9131,7 @@ declare function getAllJsonSchemas(): {
|
|
|
8827
9131
|
"backend-utils": "backend-utils";
|
|
8828
9132
|
devcontainer: "devcontainer";
|
|
8829
9133
|
"docker-compose": "docker-compose";
|
|
9134
|
+
kong: "kong";
|
|
8830
9135
|
"github-actions": "github-actions";
|
|
8831
9136
|
eslint: "eslint";
|
|
8832
9137
|
prettier: "prettier";
|
|
@@ -8870,6 +9175,7 @@ declare function getAllJsonSchemas(): {
|
|
|
8870
9175
|
creem: "creem";
|
|
8871
9176
|
autumn: "autumn";
|
|
8872
9177
|
commet: "commet";
|
|
9178
|
+
xendit: "xendit";
|
|
8873
9179
|
}>;
|
|
8874
9180
|
git: z.ZodBoolean;
|
|
8875
9181
|
packageManager: z.ZodEnum<{
|
|
@@ -9148,6 +9454,7 @@ declare function getAllJsonSchemas(): {
|
|
|
9148
9454
|
observability: z.ZodEnum<{
|
|
9149
9455
|
none: "none";
|
|
9150
9456
|
opentelemetry: "opentelemetry";
|
|
9457
|
+
signoz: "signoz";
|
|
9151
9458
|
sentry: "sentry";
|
|
9152
9459
|
grafana: "grafana";
|
|
9153
9460
|
datadog: "datadog";
|
|
@@ -9162,6 +9469,14 @@ declare function getAllJsonSchemas(): {
|
|
|
9162
9469
|
flagsmith: "flagsmith";
|
|
9163
9470
|
unleash: "unleash";
|
|
9164
9471
|
}>;
|
|
9472
|
+
integrations: z.ZodDefault<z.ZodEnum<{
|
|
9473
|
+
none: "none";
|
|
9474
|
+
nango: "nango";
|
|
9475
|
+
}>>;
|
|
9476
|
+
ecommerce: z.ZodDefault<z.ZodEnum<{
|
|
9477
|
+
none: "none";
|
|
9478
|
+
medusa: "medusa";
|
|
9479
|
+
}>>;
|
|
9165
9480
|
analytics: z.ZodEnum<{
|
|
9166
9481
|
none: "none";
|
|
9167
9482
|
posthog: "posthog";
|
|
@@ -9292,6 +9607,37 @@ declare function getAllJsonSchemas(): {
|
|
|
9292
9607
|
dioxus: "dioxus";
|
|
9293
9608
|
yew: "yew";
|
|
9294
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
|
+
}>>;
|
|
9295
9641
|
rustOrm: z.ZodEnum<{
|
|
9296
9642
|
none: "none";
|
|
9297
9643
|
mongodb: "mongodb";
|
|
@@ -9472,6 +9818,7 @@ declare function getAllJsonSchemas(): {
|
|
|
9472
9818
|
pythonObservability: z.ZodEnum<{
|
|
9473
9819
|
none: "none";
|
|
9474
9820
|
opentelemetry: "opentelemetry";
|
|
9821
|
+
signoz: "signoz";
|
|
9475
9822
|
"prometheus-client": "prometheus-client";
|
|
9476
9823
|
}>;
|
|
9477
9824
|
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
@@ -9591,6 +9938,7 @@ declare function getAllJsonSchemas(): {
|
|
|
9591
9938
|
goObservability: z.ZodEnum<{
|
|
9592
9939
|
none: "none";
|
|
9593
9940
|
opentelemetry: "opentelemetry";
|
|
9941
|
+
signoz: "signoz";
|
|
9594
9942
|
prometheus: "prometheus";
|
|
9595
9943
|
}>;
|
|
9596
9944
|
goValidation: z.ZodEnum<{
|
|
@@ -9624,6 +9972,7 @@ declare function getAllJsonSchemas(): {
|
|
|
9624
9972
|
javaWebFramework: z.ZodEnum<{
|
|
9625
9973
|
none: "none";
|
|
9626
9974
|
"spring-boot": "spring-boot";
|
|
9975
|
+
ktor: "ktor";
|
|
9627
9976
|
quarkus: "quarkus";
|
|
9628
9977
|
micronaut: "micronaut";
|
|
9629
9978
|
}>;
|
|
@@ -9697,8 +10046,8 @@ declare function getAllJsonSchemas(): {
|
|
|
9697
10046
|
}>>;
|
|
9698
10047
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
9699
10048
|
none: "none";
|
|
9700
|
-
testcontainers: "testcontainers";
|
|
9701
10049
|
junit5: "junit5";
|
|
10050
|
+
testcontainers: "testcontainers";
|
|
9702
10051
|
mockito: "mockito";
|
|
9703
10052
|
assertj: "assertj";
|
|
9704
10053
|
"rest-assured": "rest-assured";
|
|
@@ -9966,6 +10315,8 @@ declare function getAllJsonSchemas(): {
|
|
|
9966
10315
|
payments: "payments";
|
|
9967
10316
|
logging: "logging";
|
|
9968
10317
|
featureFlags: "featureFlags";
|
|
10318
|
+
integrations: "integrations";
|
|
10319
|
+
ecommerce: "ecommerce";
|
|
9969
10320
|
analytics: "analytics";
|
|
9970
10321
|
cms: "cms";
|
|
9971
10322
|
i18n: "i18n";
|
|
@@ -10000,7 +10351,7 @@ declare function getAllJsonSchemas(): {
|
|
|
10000
10351
|
java: "java";
|
|
10001
10352
|
elixir: "elixir";
|
|
10002
10353
|
dotnet: "dotnet";
|
|
10003
|
-
}>, z.ZodLiteral<"universal">]>;
|
|
10354
|
+
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
10004
10355
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
10005
10356
|
source: z.ZodEnum<{
|
|
10006
10357
|
selected: "selected";
|
|
@@ -10100,6 +10451,8 @@ declare function getAllJsonSchemas(): {
|
|
|
10100
10451
|
biome: "biome";
|
|
10101
10452
|
lefthook: "lefthook";
|
|
10102
10453
|
husky: "husky";
|
|
10454
|
+
knip: "knip";
|
|
10455
|
+
gitleaks: "gitleaks";
|
|
10103
10456
|
ruler: "ruler";
|
|
10104
10457
|
mcp: "mcp";
|
|
10105
10458
|
skills: "skills";
|
|
@@ -10121,6 +10474,7 @@ declare function getAllJsonSchemas(): {
|
|
|
10121
10474
|
"backend-utils": "backend-utils";
|
|
10122
10475
|
devcontainer: "devcontainer";
|
|
10123
10476
|
"docker-compose": "docker-compose";
|
|
10477
|
+
kong: "kong";
|
|
10124
10478
|
"github-actions": "github-actions";
|
|
10125
10479
|
eslint: "eslint";
|
|
10126
10480
|
prettier: "prettier";
|
|
@@ -10164,6 +10518,7 @@ declare function getAllJsonSchemas(): {
|
|
|
10164
10518
|
creem: "creem";
|
|
10165
10519
|
autumn: "autumn";
|
|
10166
10520
|
commet: "commet";
|
|
10521
|
+
xendit: "xendit";
|
|
10167
10522
|
}>;
|
|
10168
10523
|
packageManager: z.ZodEnum<{
|
|
10169
10524
|
bun: "bun";
|
|
@@ -10440,6 +10795,7 @@ declare function getAllJsonSchemas(): {
|
|
|
10440
10795
|
observability: z.ZodEnum<{
|
|
10441
10796
|
none: "none";
|
|
10442
10797
|
opentelemetry: "opentelemetry";
|
|
10798
|
+
signoz: "signoz";
|
|
10443
10799
|
sentry: "sentry";
|
|
10444
10800
|
grafana: "grafana";
|
|
10445
10801
|
datadog: "datadog";
|
|
@@ -10454,6 +10810,14 @@ declare function getAllJsonSchemas(): {
|
|
|
10454
10810
|
flagsmith: "flagsmith";
|
|
10455
10811
|
unleash: "unleash";
|
|
10456
10812
|
}>;
|
|
10813
|
+
integrations: z.ZodDefault<z.ZodEnum<{
|
|
10814
|
+
none: "none";
|
|
10815
|
+
nango: "nango";
|
|
10816
|
+
}>>;
|
|
10817
|
+
ecommerce: z.ZodDefault<z.ZodEnum<{
|
|
10818
|
+
none: "none";
|
|
10819
|
+
medusa: "medusa";
|
|
10820
|
+
}>>;
|
|
10457
10821
|
analytics: z.ZodEnum<{
|
|
10458
10822
|
none: "none";
|
|
10459
10823
|
posthog: "posthog";
|
|
@@ -10584,6 +10948,37 @@ declare function getAllJsonSchemas(): {
|
|
|
10584
10948
|
dioxus: "dioxus";
|
|
10585
10949
|
yew: "yew";
|
|
10586
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
|
+
}>>;
|
|
10587
10982
|
rustOrm: z.ZodEnum<{
|
|
10588
10983
|
none: "none";
|
|
10589
10984
|
mongodb: "mongodb";
|
|
@@ -10764,6 +11159,7 @@ declare function getAllJsonSchemas(): {
|
|
|
10764
11159
|
pythonObservability: z.ZodEnum<{
|
|
10765
11160
|
none: "none";
|
|
10766
11161
|
opentelemetry: "opentelemetry";
|
|
11162
|
+
signoz: "signoz";
|
|
10767
11163
|
"prometheus-client": "prometheus-client";
|
|
10768
11164
|
}>;
|
|
10769
11165
|
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
@@ -10883,6 +11279,7 @@ declare function getAllJsonSchemas(): {
|
|
|
10883
11279
|
goObservability: z.ZodEnum<{
|
|
10884
11280
|
none: "none";
|
|
10885
11281
|
opentelemetry: "opentelemetry";
|
|
11282
|
+
signoz: "signoz";
|
|
10886
11283
|
prometheus: "prometheus";
|
|
10887
11284
|
}>;
|
|
10888
11285
|
goValidation: z.ZodEnum<{
|
|
@@ -10916,6 +11313,7 @@ declare function getAllJsonSchemas(): {
|
|
|
10916
11313
|
javaWebFramework: z.ZodEnum<{
|
|
10917
11314
|
none: "none";
|
|
10918
11315
|
"spring-boot": "spring-boot";
|
|
11316
|
+
ktor: "ktor";
|
|
10919
11317
|
quarkus: "quarkus";
|
|
10920
11318
|
micronaut: "micronaut";
|
|
10921
11319
|
}>;
|
|
@@ -10989,8 +11387,8 @@ declare function getAllJsonSchemas(): {
|
|
|
10989
11387
|
}>>;
|
|
10990
11388
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
10991
11389
|
none: "none";
|
|
10992
|
-
testcontainers: "testcontainers";
|
|
10993
11390
|
junit5: "junit5";
|
|
11391
|
+
testcontainers: "testcontainers";
|
|
10994
11392
|
mockito: "mockito";
|
|
10995
11393
|
assertj: "assertj";
|
|
10996
11394
|
"rest-assured": "rest-assured";
|
|
@@ -11258,6 +11656,8 @@ declare function getAllJsonSchemas(): {
|
|
|
11258
11656
|
payments: "payments";
|
|
11259
11657
|
logging: "logging";
|
|
11260
11658
|
featureFlags: "featureFlags";
|
|
11659
|
+
integrations: "integrations";
|
|
11660
|
+
ecommerce: "ecommerce";
|
|
11261
11661
|
analytics: "analytics";
|
|
11262
11662
|
cms: "cms";
|
|
11263
11663
|
i18n: "i18n";
|
|
@@ -11292,7 +11692,7 @@ declare function getAllJsonSchemas(): {
|
|
|
11292
11692
|
java: "java";
|
|
11293
11693
|
elixir: "elixir";
|
|
11294
11694
|
dotnet: "dotnet";
|
|
11295
|
-
}>, z.ZodLiteral<"universal">]>;
|
|
11695
|
+
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
11296
11696
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
11297
11697
|
source: z.ZodEnum<{
|
|
11298
11698
|
selected: "selected";
|
|
@@ -11392,6 +11792,8 @@ declare function getAllJsonSchemas(): {
|
|
|
11392
11792
|
biome: "biome";
|
|
11393
11793
|
lefthook: "lefthook";
|
|
11394
11794
|
husky: "husky";
|
|
11795
|
+
knip: "knip";
|
|
11796
|
+
gitleaks: "gitleaks";
|
|
11395
11797
|
ruler: "ruler";
|
|
11396
11798
|
mcp: "mcp";
|
|
11397
11799
|
skills: "skills";
|
|
@@ -11413,6 +11815,7 @@ declare function getAllJsonSchemas(): {
|
|
|
11413
11815
|
"backend-utils": "backend-utils";
|
|
11414
11816
|
devcontainer: "devcontainer";
|
|
11415
11817
|
"docker-compose": "docker-compose";
|
|
11818
|
+
kong: "kong";
|
|
11416
11819
|
"github-actions": "github-actions";
|
|
11417
11820
|
eslint: "eslint";
|
|
11418
11821
|
prettier: "prettier";
|
|
@@ -11456,6 +11859,7 @@ declare function getAllJsonSchemas(): {
|
|
|
11456
11859
|
creem: "creem";
|
|
11457
11860
|
autumn: "autumn";
|
|
11458
11861
|
commet: "commet";
|
|
11862
|
+
xendit: "xendit";
|
|
11459
11863
|
}>;
|
|
11460
11864
|
packageManager: z.ZodEnum<{
|
|
11461
11865
|
bun: "bun";
|
|
@@ -11732,6 +12136,7 @@ declare function getAllJsonSchemas(): {
|
|
|
11732
12136
|
observability: z.ZodEnum<{
|
|
11733
12137
|
none: "none";
|
|
11734
12138
|
opentelemetry: "opentelemetry";
|
|
12139
|
+
signoz: "signoz";
|
|
11735
12140
|
sentry: "sentry";
|
|
11736
12141
|
grafana: "grafana";
|
|
11737
12142
|
datadog: "datadog";
|
|
@@ -11746,6 +12151,14 @@ declare function getAllJsonSchemas(): {
|
|
|
11746
12151
|
flagsmith: "flagsmith";
|
|
11747
12152
|
unleash: "unleash";
|
|
11748
12153
|
}>;
|
|
12154
|
+
integrations: z.ZodDefault<z.ZodEnum<{
|
|
12155
|
+
none: "none";
|
|
12156
|
+
nango: "nango";
|
|
12157
|
+
}>>;
|
|
12158
|
+
ecommerce: z.ZodDefault<z.ZodEnum<{
|
|
12159
|
+
none: "none";
|
|
12160
|
+
medusa: "medusa";
|
|
12161
|
+
}>>;
|
|
11749
12162
|
analytics: z.ZodEnum<{
|
|
11750
12163
|
none: "none";
|
|
11751
12164
|
posthog: "posthog";
|
|
@@ -11876,6 +12289,37 @@ declare function getAllJsonSchemas(): {
|
|
|
11876
12289
|
dioxus: "dioxus";
|
|
11877
12290
|
yew: "yew";
|
|
11878
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
|
+
}>>;
|
|
11879
12323
|
rustOrm: z.ZodEnum<{
|
|
11880
12324
|
none: "none";
|
|
11881
12325
|
mongodb: "mongodb";
|
|
@@ -12056,6 +12500,7 @@ declare function getAllJsonSchemas(): {
|
|
|
12056
12500
|
pythonObservability: z.ZodEnum<{
|
|
12057
12501
|
none: "none";
|
|
12058
12502
|
opentelemetry: "opentelemetry";
|
|
12503
|
+
signoz: "signoz";
|
|
12059
12504
|
"prometheus-client": "prometheus-client";
|
|
12060
12505
|
}>;
|
|
12061
12506
|
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
@@ -12175,6 +12620,7 @@ declare function getAllJsonSchemas(): {
|
|
|
12175
12620
|
goObservability: z.ZodEnum<{
|
|
12176
12621
|
none: "none";
|
|
12177
12622
|
opentelemetry: "opentelemetry";
|
|
12623
|
+
signoz: "signoz";
|
|
12178
12624
|
prometheus: "prometheus";
|
|
12179
12625
|
}>;
|
|
12180
12626
|
goValidation: z.ZodEnum<{
|
|
@@ -12208,6 +12654,7 @@ declare function getAllJsonSchemas(): {
|
|
|
12208
12654
|
javaWebFramework: z.ZodEnum<{
|
|
12209
12655
|
none: "none";
|
|
12210
12656
|
"spring-boot": "spring-boot";
|
|
12657
|
+
ktor: "ktor";
|
|
12211
12658
|
quarkus: "quarkus";
|
|
12212
12659
|
micronaut: "micronaut";
|
|
12213
12660
|
}>;
|
|
@@ -12281,8 +12728,8 @@ declare function getAllJsonSchemas(): {
|
|
|
12281
12728
|
}>>;
|
|
12282
12729
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
12283
12730
|
none: "none";
|
|
12284
|
-
testcontainers: "testcontainers";
|
|
12285
12731
|
junit5: "junit5";
|
|
12732
|
+
testcontainers: "testcontainers";
|
|
12286
12733
|
mockito: "mockito";
|
|
12287
12734
|
assertj: "assertj";
|
|
12288
12735
|
"rest-assured": "rest-assured";
|
|
@@ -12550,6 +12997,8 @@ declare function getAllJsonSchemas(): {
|
|
|
12550
12997
|
payments: "payments";
|
|
12551
12998
|
logging: "logging";
|
|
12552
12999
|
featureFlags: "featureFlags";
|
|
13000
|
+
integrations: "integrations";
|
|
13001
|
+
ecommerce: "ecommerce";
|
|
12553
13002
|
analytics: "analytics";
|
|
12554
13003
|
cms: "cms";
|
|
12555
13004
|
i18n: "i18n";
|
|
@@ -12584,7 +13033,7 @@ declare function getAllJsonSchemas(): {
|
|
|
12584
13033
|
java: "java";
|
|
12585
13034
|
elixir: "elixir";
|
|
12586
13035
|
dotnet: "dotnet";
|
|
12587
|
-
}>, z.ZodLiteral<"universal">]>;
|
|
13036
|
+
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
12588
13037
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
12589
13038
|
source: z.ZodEnum<{
|
|
12590
13039
|
selected: "selected";
|
|
@@ -12685,6 +13134,8 @@ declare function getAllJsonSchemas(): {
|
|
|
12685
13134
|
biome: "biome";
|
|
12686
13135
|
lefthook: "lefthook";
|
|
12687
13136
|
husky: "husky";
|
|
13137
|
+
knip: "knip";
|
|
13138
|
+
gitleaks: "gitleaks";
|
|
12688
13139
|
ruler: "ruler";
|
|
12689
13140
|
mcp: "mcp";
|
|
12690
13141
|
skills: "skills";
|
|
@@ -12706,6 +13157,7 @@ declare function getAllJsonSchemas(): {
|
|
|
12706
13157
|
"backend-utils": "backend-utils";
|
|
12707
13158
|
devcontainer: "devcontainer";
|
|
12708
13159
|
"docker-compose": "docker-compose";
|
|
13160
|
+
kong: "kong";
|
|
12709
13161
|
"github-actions": "github-actions";
|
|
12710
13162
|
eslint: "eslint";
|
|
12711
13163
|
prettier: "prettier";
|
|
@@ -12749,6 +13201,7 @@ declare function getAllJsonSchemas(): {
|
|
|
12749
13201
|
creem: "creem";
|
|
12750
13202
|
autumn: "autumn";
|
|
12751
13203
|
commet: "commet";
|
|
13204
|
+
xendit: "xendit";
|
|
12752
13205
|
}>;
|
|
12753
13206
|
git: z.ZodBoolean;
|
|
12754
13207
|
packageManager: z.ZodEnum<{
|
|
@@ -13027,6 +13480,7 @@ declare function getAllJsonSchemas(): {
|
|
|
13027
13480
|
observability: z.ZodEnum<{
|
|
13028
13481
|
none: "none";
|
|
13029
13482
|
opentelemetry: "opentelemetry";
|
|
13483
|
+
signoz: "signoz";
|
|
13030
13484
|
sentry: "sentry";
|
|
13031
13485
|
grafana: "grafana";
|
|
13032
13486
|
datadog: "datadog";
|
|
@@ -13041,6 +13495,14 @@ declare function getAllJsonSchemas(): {
|
|
|
13041
13495
|
flagsmith: "flagsmith";
|
|
13042
13496
|
unleash: "unleash";
|
|
13043
13497
|
}>;
|
|
13498
|
+
integrations: z.ZodDefault<z.ZodEnum<{
|
|
13499
|
+
none: "none";
|
|
13500
|
+
nango: "nango";
|
|
13501
|
+
}>>;
|
|
13502
|
+
ecommerce: z.ZodDefault<z.ZodEnum<{
|
|
13503
|
+
none: "none";
|
|
13504
|
+
medusa: "medusa";
|
|
13505
|
+
}>>;
|
|
13044
13506
|
analytics: z.ZodEnum<{
|
|
13045
13507
|
none: "none";
|
|
13046
13508
|
posthog: "posthog";
|
|
@@ -13171,6 +13633,37 @@ declare function getAllJsonSchemas(): {
|
|
|
13171
13633
|
dioxus: "dioxus";
|
|
13172
13634
|
yew: "yew";
|
|
13173
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
|
+
}>>;
|
|
13174
13667
|
rustOrm: z.ZodEnum<{
|
|
13175
13668
|
none: "none";
|
|
13176
13669
|
mongodb: "mongodb";
|
|
@@ -13351,6 +13844,7 @@ declare function getAllJsonSchemas(): {
|
|
|
13351
13844
|
pythonObservability: z.ZodEnum<{
|
|
13352
13845
|
none: "none";
|
|
13353
13846
|
opentelemetry: "opentelemetry";
|
|
13847
|
+
signoz: "signoz";
|
|
13354
13848
|
"prometheus-client": "prometheus-client";
|
|
13355
13849
|
}>;
|
|
13356
13850
|
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
@@ -13470,6 +13964,7 @@ declare function getAllJsonSchemas(): {
|
|
|
13470
13964
|
goObservability: z.ZodEnum<{
|
|
13471
13965
|
none: "none";
|
|
13472
13966
|
opentelemetry: "opentelemetry";
|
|
13967
|
+
signoz: "signoz";
|
|
13473
13968
|
prometheus: "prometheus";
|
|
13474
13969
|
}>;
|
|
13475
13970
|
goValidation: z.ZodEnum<{
|
|
@@ -13503,6 +13998,7 @@ declare function getAllJsonSchemas(): {
|
|
|
13503
13998
|
javaWebFramework: z.ZodEnum<{
|
|
13504
13999
|
none: "none";
|
|
13505
14000
|
"spring-boot": "spring-boot";
|
|
14001
|
+
ktor: "ktor";
|
|
13506
14002
|
quarkus: "quarkus";
|
|
13507
14003
|
micronaut: "micronaut";
|
|
13508
14004
|
}>;
|
|
@@ -13576,8 +14072,8 @@ declare function getAllJsonSchemas(): {
|
|
|
13576
14072
|
}>>;
|
|
13577
14073
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
13578
14074
|
none: "none";
|
|
13579
|
-
testcontainers: "testcontainers";
|
|
13580
14075
|
junit5: "junit5";
|
|
14076
|
+
testcontainers: "testcontainers";
|
|
13581
14077
|
mockito: "mockito";
|
|
13582
14078
|
assertj: "assertj";
|
|
13583
14079
|
"rest-assured": "rest-assured";
|
|
@@ -13845,6 +14341,8 @@ declare function getAllJsonSchemas(): {
|
|
|
13845
14341
|
payments: "payments";
|
|
13846
14342
|
logging: "logging";
|
|
13847
14343
|
featureFlags: "featureFlags";
|
|
14344
|
+
integrations: "integrations";
|
|
14345
|
+
ecommerce: "ecommerce";
|
|
13848
14346
|
analytics: "analytics";
|
|
13849
14347
|
cms: "cms";
|
|
13850
14348
|
i18n: "i18n";
|
|
@@ -13879,7 +14377,7 @@ declare function getAllJsonSchemas(): {
|
|
|
13879
14377
|
java: "java";
|
|
13880
14378
|
elixir: "elixir";
|
|
13881
14379
|
dotnet: "dotnet";
|
|
13882
|
-
}>, z.ZodLiteral<"universal">]>;
|
|
14380
|
+
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
13883
14381
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
13884
14382
|
source: z.ZodEnum<{
|
|
13885
14383
|
selected: "selected";
|