@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
|
@@ -20,7 +20,7 @@ declare const StackPartEcosystemSchema: z.ZodUnion<readonly [z.ZodEnum<{
|
|
|
20
20
|
java: "java";
|
|
21
21
|
elixir: "elixir";
|
|
22
22
|
dotnet: "dotnet";
|
|
23
|
-
}>, z.ZodLiteral<"universal">]>;
|
|
23
|
+
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
24
24
|
declare const StackPartRoleSchema: z.ZodEnum<{
|
|
25
25
|
push: "push";
|
|
26
26
|
frontend: "frontend";
|
|
@@ -61,6 +61,8 @@ declare const StackPartRoleSchema: z.ZodEnum<{
|
|
|
61
61
|
payments: "payments";
|
|
62
62
|
logging: "logging";
|
|
63
63
|
featureFlags: "featureFlags";
|
|
64
|
+
integrations: "integrations";
|
|
65
|
+
ecommerce: "ecommerce";
|
|
64
66
|
analytics: "analytics";
|
|
65
67
|
cms: "cms";
|
|
66
68
|
i18n: "i18n";
|
|
@@ -134,6 +136,8 @@ declare const StackPartSchema: z.ZodObject<{
|
|
|
134
136
|
payments: "payments";
|
|
135
137
|
logging: "logging";
|
|
136
138
|
featureFlags: "featureFlags";
|
|
139
|
+
integrations: "integrations";
|
|
140
|
+
ecommerce: "ecommerce";
|
|
137
141
|
analytics: "analytics";
|
|
138
142
|
cms: "cms";
|
|
139
143
|
i18n: "i18n";
|
|
@@ -168,7 +172,7 @@ declare const StackPartSchema: z.ZodObject<{
|
|
|
168
172
|
java: "java";
|
|
169
173
|
elixir: "elixir";
|
|
170
174
|
dotnet: "dotnet";
|
|
171
|
-
}>, z.ZodLiteral<"universal">]>;
|
|
175
|
+
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
172
176
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
173
177
|
source: z.ZodEnum<{
|
|
174
178
|
selected: "selected";
|
|
@@ -259,6 +263,8 @@ declare const AddonsSchema: z.ZodEnum<{
|
|
|
259
263
|
biome: "biome";
|
|
260
264
|
lefthook: "lefthook";
|
|
261
265
|
husky: "husky";
|
|
266
|
+
knip: "knip";
|
|
267
|
+
gitleaks: "gitleaks";
|
|
262
268
|
ruler: "ruler";
|
|
263
269
|
mcp: "mcp";
|
|
264
270
|
skills: "skills";
|
|
@@ -280,6 +286,7 @@ declare const AddonsSchema: z.ZodEnum<{
|
|
|
280
286
|
"backend-utils": "backend-utils";
|
|
281
287
|
devcontainer: "devcontainer";
|
|
282
288
|
"docker-compose": "docker-compose";
|
|
289
|
+
kong: "kong";
|
|
283
290
|
"github-actions": "github-actions";
|
|
284
291
|
eslint: "eslint";
|
|
285
292
|
prettier: "prettier";
|
|
@@ -367,6 +374,7 @@ declare const PaymentsSchema: z.ZodEnum<{
|
|
|
367
374
|
creem: "creem";
|
|
368
375
|
autumn: "autumn";
|
|
369
376
|
commet: "commet";
|
|
377
|
+
xendit: "xendit";
|
|
370
378
|
}>;
|
|
371
379
|
declare const WebDeploySchema: z.ZodEnum<{
|
|
372
380
|
none: "none";
|
|
@@ -552,6 +560,7 @@ declare const LoggingSchema: z.ZodEnum<{
|
|
|
552
560
|
declare const ObservabilitySchema: z.ZodEnum<{
|
|
553
561
|
none: "none";
|
|
554
562
|
opentelemetry: "opentelemetry";
|
|
563
|
+
signoz: "signoz";
|
|
555
564
|
sentry: "sentry";
|
|
556
565
|
grafana: "grafana";
|
|
557
566
|
datadog: "datadog";
|
|
@@ -566,6 +575,14 @@ declare const FeatureFlagsSchema: z.ZodEnum<{
|
|
|
566
575
|
flagsmith: "flagsmith";
|
|
567
576
|
unleash: "unleash";
|
|
568
577
|
}>;
|
|
578
|
+
declare const IntegrationsSchema: z.ZodEnum<{
|
|
579
|
+
none: "none";
|
|
580
|
+
nango: "nango";
|
|
581
|
+
}>;
|
|
582
|
+
declare const EcommerceSchema: z.ZodEnum<{
|
|
583
|
+
none: "none";
|
|
584
|
+
medusa: "medusa";
|
|
585
|
+
}>;
|
|
569
586
|
declare const AnalyticsSchema: z.ZodEnum<{
|
|
570
587
|
none: "none";
|
|
571
588
|
posthog: "posthog";
|
|
@@ -646,6 +663,37 @@ declare const RustFrontendSchema: z.ZodEnum<{
|
|
|
646
663
|
dioxus: "dioxus";
|
|
647
664
|
yew: "yew";
|
|
648
665
|
}>;
|
|
666
|
+
declare const DotnetFrontendSchema: z.ZodEnum<{
|
|
667
|
+
none: "none";
|
|
668
|
+
"blazor-webassembly": "blazor-webassembly";
|
|
669
|
+
"blazor-web-app": "blazor-web-app";
|
|
670
|
+
}>;
|
|
671
|
+
declare const KotlinMobileSchema: z.ZodEnum<{
|
|
672
|
+
none: "none";
|
|
673
|
+
"jetpack-compose": "jetpack-compose";
|
|
674
|
+
"compose-multiplatform": "compose-multiplatform";
|
|
675
|
+
}>;
|
|
676
|
+
declare const KotlinMobileLibrariesSchema: z.ZodEnum<{
|
|
677
|
+
none: "none";
|
|
678
|
+
"navigation-compose": "navigation-compose";
|
|
679
|
+
voyager: "voyager";
|
|
680
|
+
koin: "koin";
|
|
681
|
+
"ktor-client": "ktor-client";
|
|
682
|
+
"kotlinx-serialization-json": "kotlinx-serialization-json";
|
|
683
|
+
datastore: "datastore";
|
|
684
|
+
coil: "coil";
|
|
685
|
+
mockk: "mockk";
|
|
686
|
+
turbine: "turbine";
|
|
687
|
+
junit5: "junit5";
|
|
688
|
+
}>;
|
|
689
|
+
declare const SwiftMobileSchema: z.ZodEnum<{
|
|
690
|
+
none: "none";
|
|
691
|
+
swiftui: "swiftui";
|
|
692
|
+
}>;
|
|
693
|
+
declare const DartMobileSchema: z.ZodEnum<{
|
|
694
|
+
none: "none";
|
|
695
|
+
flutter: "flutter";
|
|
696
|
+
}>;
|
|
649
697
|
declare const RustOrmSchema: z.ZodEnum<{
|
|
650
698
|
none: "none";
|
|
651
699
|
mongodb: "mongodb";
|
|
@@ -826,6 +874,7 @@ declare const PythonRealtimeSchema: z.ZodEnum<{
|
|
|
826
874
|
declare const PythonObservabilitySchema: z.ZodEnum<{
|
|
827
875
|
none: "none";
|
|
828
876
|
opentelemetry: "opentelemetry";
|
|
877
|
+
signoz: "signoz";
|
|
829
878
|
"prometheus-client": "prometheus-client";
|
|
830
879
|
}>;
|
|
831
880
|
declare const PythonCliSchema: z.ZodEnum<{
|
|
@@ -945,6 +994,7 @@ declare const GoConfigSchema: z.ZodEnum<{
|
|
|
945
994
|
declare const GoObservabilitySchema: z.ZodEnum<{
|
|
946
995
|
none: "none";
|
|
947
996
|
opentelemetry: "opentelemetry";
|
|
997
|
+
signoz: "signoz";
|
|
948
998
|
prometheus: "prometheus";
|
|
949
999
|
}>;
|
|
950
1000
|
declare const GoValidationSchema: z.ZodEnum<{
|
|
@@ -978,6 +1028,7 @@ declare const JavaLanguageSchema: z.ZodEnum<{
|
|
|
978
1028
|
declare const JavaWebFrameworkSchema: z.ZodEnum<{
|
|
979
1029
|
none: "none";
|
|
980
1030
|
"spring-boot": "spring-boot";
|
|
1031
|
+
ktor: "ktor";
|
|
981
1032
|
quarkus: "quarkus";
|
|
982
1033
|
micronaut: "micronaut";
|
|
983
1034
|
}>;
|
|
@@ -1051,8 +1102,8 @@ declare const JavaLibrariesSchema: z.ZodEnum<{
|
|
|
1051
1102
|
}>;
|
|
1052
1103
|
declare const JavaTestingLibrariesSchema: z.ZodEnum<{
|
|
1053
1104
|
none: "none";
|
|
1054
|
-
testcontainers: "testcontainers";
|
|
1055
1105
|
junit5: "junit5";
|
|
1106
|
+
testcontainers: "testcontainers";
|
|
1056
1107
|
mockito: "mockito";
|
|
1057
1108
|
assertj: "assertj";
|
|
1058
1109
|
"rest-assured": "rest-assured";
|
|
@@ -1460,6 +1511,7 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1460
1511
|
creem: "creem";
|
|
1461
1512
|
autumn: "autumn";
|
|
1462
1513
|
commet: "commet";
|
|
1514
|
+
xendit: "xendit";
|
|
1463
1515
|
}>>;
|
|
1464
1516
|
frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1465
1517
|
none: "none";
|
|
@@ -1492,6 +1544,8 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1492
1544
|
biome: "biome";
|
|
1493
1545
|
lefthook: "lefthook";
|
|
1494
1546
|
husky: "husky";
|
|
1547
|
+
knip: "knip";
|
|
1548
|
+
gitleaks: "gitleaks";
|
|
1495
1549
|
ruler: "ruler";
|
|
1496
1550
|
mcp: "mcp";
|
|
1497
1551
|
skills: "skills";
|
|
@@ -1513,6 +1567,7 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1513
1567
|
"backend-utils": "backend-utils";
|
|
1514
1568
|
devcontainer: "devcontainer";
|
|
1515
1569
|
"docker-compose": "docker-compose";
|
|
1570
|
+
kong: "kong";
|
|
1516
1571
|
"github-actions": "github-actions";
|
|
1517
1572
|
eslint: "eslint";
|
|
1518
1573
|
prettier: "prettier";
|
|
@@ -1837,6 +1892,7 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1837
1892
|
observability: z.ZodOptional<z.ZodEnum<{
|
|
1838
1893
|
none: "none";
|
|
1839
1894
|
opentelemetry: "opentelemetry";
|
|
1895
|
+
signoz: "signoz";
|
|
1840
1896
|
sentry: "sentry";
|
|
1841
1897
|
grafana: "grafana";
|
|
1842
1898
|
datadog: "datadog";
|
|
@@ -1851,6 +1907,14 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1851
1907
|
flagsmith: "flagsmith";
|
|
1852
1908
|
unleash: "unleash";
|
|
1853
1909
|
}>>;
|
|
1910
|
+
integrations: z.ZodOptional<z.ZodEnum<{
|
|
1911
|
+
none: "none";
|
|
1912
|
+
nango: "nango";
|
|
1913
|
+
}>>;
|
|
1914
|
+
ecommerce: z.ZodOptional<z.ZodEnum<{
|
|
1915
|
+
none: "none";
|
|
1916
|
+
medusa: "medusa";
|
|
1917
|
+
}>>;
|
|
1854
1918
|
analytics: z.ZodOptional<z.ZodEnum<{
|
|
1855
1919
|
none: "none";
|
|
1856
1920
|
posthog: "posthog";
|
|
@@ -1981,6 +2045,37 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1981
2045
|
dioxus: "dioxus";
|
|
1982
2046
|
yew: "yew";
|
|
1983
2047
|
}>>;
|
|
2048
|
+
dotnetFrontend: z.ZodOptional<z.ZodEnum<{
|
|
2049
|
+
none: "none";
|
|
2050
|
+
"blazor-webassembly": "blazor-webassembly";
|
|
2051
|
+
"blazor-web-app": "blazor-web-app";
|
|
2052
|
+
}>>;
|
|
2053
|
+
kotlinMobile: z.ZodOptional<z.ZodEnum<{
|
|
2054
|
+
none: "none";
|
|
2055
|
+
"jetpack-compose": "jetpack-compose";
|
|
2056
|
+
"compose-multiplatform": "compose-multiplatform";
|
|
2057
|
+
}>>;
|
|
2058
|
+
kotlinMobileLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2059
|
+
none: "none";
|
|
2060
|
+
"navigation-compose": "navigation-compose";
|
|
2061
|
+
voyager: "voyager";
|
|
2062
|
+
koin: "koin";
|
|
2063
|
+
"ktor-client": "ktor-client";
|
|
2064
|
+
"kotlinx-serialization-json": "kotlinx-serialization-json";
|
|
2065
|
+
datastore: "datastore";
|
|
2066
|
+
coil: "coil";
|
|
2067
|
+
mockk: "mockk";
|
|
2068
|
+
turbine: "turbine";
|
|
2069
|
+
junit5: "junit5";
|
|
2070
|
+
}>>>;
|
|
2071
|
+
swiftMobile: z.ZodOptional<z.ZodEnum<{
|
|
2072
|
+
none: "none";
|
|
2073
|
+
swiftui: "swiftui";
|
|
2074
|
+
}>>;
|
|
2075
|
+
dartMobile: z.ZodOptional<z.ZodEnum<{
|
|
2076
|
+
none: "none";
|
|
2077
|
+
flutter: "flutter";
|
|
2078
|
+
}>>;
|
|
1984
2079
|
rustOrm: z.ZodOptional<z.ZodEnum<{
|
|
1985
2080
|
none: "none";
|
|
1986
2081
|
mongodb: "mongodb";
|
|
@@ -2161,6 +2256,7 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
2161
2256
|
pythonObservability: z.ZodOptional<z.ZodEnum<{
|
|
2162
2257
|
none: "none";
|
|
2163
2258
|
opentelemetry: "opentelemetry";
|
|
2259
|
+
signoz: "signoz";
|
|
2164
2260
|
"prometheus-client": "prometheus-client";
|
|
2165
2261
|
}>>;
|
|
2166
2262
|
pythonCli: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -2280,6 +2376,7 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
2280
2376
|
goObservability: z.ZodOptional<z.ZodEnum<{
|
|
2281
2377
|
none: "none";
|
|
2282
2378
|
opentelemetry: "opentelemetry";
|
|
2379
|
+
signoz: "signoz";
|
|
2283
2380
|
prometheus: "prometheus";
|
|
2284
2381
|
}>>;
|
|
2285
2382
|
goValidation: z.ZodOptional<z.ZodEnum<{
|
|
@@ -2313,6 +2410,7 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
2313
2410
|
javaWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
2314
2411
|
none: "none";
|
|
2315
2412
|
"spring-boot": "spring-boot";
|
|
2413
|
+
ktor: "ktor";
|
|
2316
2414
|
quarkus: "quarkus";
|
|
2317
2415
|
micronaut: "micronaut";
|
|
2318
2416
|
}>>;
|
|
@@ -2386,8 +2484,8 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
2386
2484
|
}>>>;
|
|
2387
2485
|
javaTestingLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2388
2486
|
none: "none";
|
|
2389
|
-
testcontainers: "testcontainers";
|
|
2390
2487
|
junit5: "junit5";
|
|
2488
|
+
testcontainers: "testcontainers";
|
|
2391
2489
|
mockito: "mockito";
|
|
2392
2490
|
assertj: "assertj";
|
|
2393
2491
|
"rest-assured": "rest-assured";
|
|
@@ -2733,6 +2831,7 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
2733
2831
|
observability: z.ZodOptional<z.ZodEnum<{
|
|
2734
2832
|
none: "none";
|
|
2735
2833
|
opentelemetry: "opentelemetry";
|
|
2834
|
+
signoz: "signoz";
|
|
2736
2835
|
sentry: "sentry";
|
|
2737
2836
|
grafana: "grafana";
|
|
2738
2837
|
datadog: "datadog";
|
|
@@ -2872,6 +2971,7 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
2872
2971
|
creem: "creem";
|
|
2873
2972
|
autumn: "autumn";
|
|
2874
2973
|
commet: "commet";
|
|
2974
|
+
xendit: "xendit";
|
|
2875
2975
|
}>>;
|
|
2876
2976
|
logging: z.ZodOptional<z.ZodEnum<{
|
|
2877
2977
|
none: "none";
|
|
@@ -2887,6 +2987,14 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
2887
2987
|
flagsmith: "flagsmith";
|
|
2888
2988
|
unleash: "unleash";
|
|
2889
2989
|
}>>;
|
|
2990
|
+
integrations: z.ZodOptional<z.ZodEnum<{
|
|
2991
|
+
none: "none";
|
|
2992
|
+
nango: "nango";
|
|
2993
|
+
}>>;
|
|
2994
|
+
ecommerce: z.ZodOptional<z.ZodEnum<{
|
|
2995
|
+
none: "none";
|
|
2996
|
+
medusa: "medusa";
|
|
2997
|
+
}>>;
|
|
2890
2998
|
analytics: z.ZodOptional<z.ZodEnum<{
|
|
2891
2999
|
none: "none";
|
|
2892
3000
|
posthog: "posthog";
|
|
@@ -2942,6 +3050,8 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
2942
3050
|
biome: "biome";
|
|
2943
3051
|
lefthook: "lefthook";
|
|
2944
3052
|
husky: "husky";
|
|
3053
|
+
knip: "knip";
|
|
3054
|
+
gitleaks: "gitleaks";
|
|
2945
3055
|
ruler: "ruler";
|
|
2946
3056
|
mcp: "mcp";
|
|
2947
3057
|
skills: "skills";
|
|
@@ -2963,6 +3073,7 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
2963
3073
|
"backend-utils": "backend-utils";
|
|
2964
3074
|
devcontainer: "devcontainer";
|
|
2965
3075
|
"docker-compose": "docker-compose";
|
|
3076
|
+
kong: "kong";
|
|
2966
3077
|
"github-actions": "github-actions";
|
|
2967
3078
|
eslint: "eslint";
|
|
2968
3079
|
prettier: "prettier";
|
|
@@ -3183,6 +3294,37 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
3183
3294
|
dioxus: "dioxus";
|
|
3184
3295
|
yew: "yew";
|
|
3185
3296
|
}>>;
|
|
3297
|
+
dotnetFrontend: z.ZodOptional<z.ZodEnum<{
|
|
3298
|
+
none: "none";
|
|
3299
|
+
"blazor-webassembly": "blazor-webassembly";
|
|
3300
|
+
"blazor-web-app": "blazor-web-app";
|
|
3301
|
+
}>>;
|
|
3302
|
+
kotlinMobile: z.ZodOptional<z.ZodEnum<{
|
|
3303
|
+
none: "none";
|
|
3304
|
+
"jetpack-compose": "jetpack-compose";
|
|
3305
|
+
"compose-multiplatform": "compose-multiplatform";
|
|
3306
|
+
}>>;
|
|
3307
|
+
kotlinMobileLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3308
|
+
none: "none";
|
|
3309
|
+
"navigation-compose": "navigation-compose";
|
|
3310
|
+
voyager: "voyager";
|
|
3311
|
+
koin: "koin";
|
|
3312
|
+
"ktor-client": "ktor-client";
|
|
3313
|
+
"kotlinx-serialization-json": "kotlinx-serialization-json";
|
|
3314
|
+
datastore: "datastore";
|
|
3315
|
+
coil: "coil";
|
|
3316
|
+
mockk: "mockk";
|
|
3317
|
+
turbine: "turbine";
|
|
3318
|
+
junit5: "junit5";
|
|
3319
|
+
}>>>;
|
|
3320
|
+
swiftMobile: z.ZodOptional<z.ZodEnum<{
|
|
3321
|
+
none: "none";
|
|
3322
|
+
swiftui: "swiftui";
|
|
3323
|
+
}>>;
|
|
3324
|
+
dartMobile: z.ZodOptional<z.ZodEnum<{
|
|
3325
|
+
none: "none";
|
|
3326
|
+
flutter: "flutter";
|
|
3327
|
+
}>>;
|
|
3186
3328
|
rustOrm: z.ZodOptional<z.ZodEnum<{
|
|
3187
3329
|
none: "none";
|
|
3188
3330
|
mongodb: "mongodb";
|
|
@@ -3363,6 +3505,7 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
3363
3505
|
pythonObservability: z.ZodOptional<z.ZodEnum<{
|
|
3364
3506
|
none: "none";
|
|
3365
3507
|
opentelemetry: "opentelemetry";
|
|
3508
|
+
signoz: "signoz";
|
|
3366
3509
|
"prometheus-client": "prometheus-client";
|
|
3367
3510
|
}>>;
|
|
3368
3511
|
pythonCli: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -3482,6 +3625,7 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
3482
3625
|
goObservability: z.ZodOptional<z.ZodEnum<{
|
|
3483
3626
|
none: "none";
|
|
3484
3627
|
opentelemetry: "opentelemetry";
|
|
3628
|
+
signoz: "signoz";
|
|
3485
3629
|
prometheus: "prometheus";
|
|
3486
3630
|
}>>;
|
|
3487
3631
|
goValidation: z.ZodOptional<z.ZodEnum<{
|
|
@@ -3515,6 +3659,7 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
3515
3659
|
javaWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
3516
3660
|
none: "none";
|
|
3517
3661
|
"spring-boot": "spring-boot";
|
|
3662
|
+
ktor: "ktor";
|
|
3518
3663
|
quarkus: "quarkus";
|
|
3519
3664
|
micronaut: "micronaut";
|
|
3520
3665
|
}>>;
|
|
@@ -3588,8 +3733,8 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
3588
3733
|
}>>>;
|
|
3589
3734
|
javaTestingLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3590
3735
|
none: "none";
|
|
3591
|
-
testcontainers: "testcontainers";
|
|
3592
3736
|
junit5: "junit5";
|
|
3737
|
+
testcontainers: "testcontainers";
|
|
3593
3738
|
mockito: "mockito";
|
|
3594
3739
|
assertj: "assertj";
|
|
3595
3740
|
"rest-assured": "rest-assured";
|
|
@@ -3889,6 +4034,7 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
3889
4034
|
creem: "creem";
|
|
3890
4035
|
autumn: "autumn";
|
|
3891
4036
|
commet: "commet";
|
|
4037
|
+
xendit: "xendit";
|
|
3892
4038
|
}>>;
|
|
3893
4039
|
frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3894
4040
|
none: "none";
|
|
@@ -3921,6 +4067,8 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
3921
4067
|
biome: "biome";
|
|
3922
4068
|
lefthook: "lefthook";
|
|
3923
4069
|
husky: "husky";
|
|
4070
|
+
knip: "knip";
|
|
4071
|
+
gitleaks: "gitleaks";
|
|
3924
4072
|
ruler: "ruler";
|
|
3925
4073
|
mcp: "mcp";
|
|
3926
4074
|
skills: "skills";
|
|
@@ -3942,6 +4090,7 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
3942
4090
|
"backend-utils": "backend-utils";
|
|
3943
4091
|
devcontainer: "devcontainer";
|
|
3944
4092
|
"docker-compose": "docker-compose";
|
|
4093
|
+
kong: "kong";
|
|
3945
4094
|
"github-actions": "github-actions";
|
|
3946
4095
|
eslint: "eslint";
|
|
3947
4096
|
prettier: "prettier";
|
|
@@ -4266,6 +4415,7 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
4266
4415
|
observability: z.ZodOptional<z.ZodEnum<{
|
|
4267
4416
|
none: "none";
|
|
4268
4417
|
opentelemetry: "opentelemetry";
|
|
4418
|
+
signoz: "signoz";
|
|
4269
4419
|
sentry: "sentry";
|
|
4270
4420
|
grafana: "grafana";
|
|
4271
4421
|
datadog: "datadog";
|
|
@@ -4280,6 +4430,14 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
4280
4430
|
flagsmith: "flagsmith";
|
|
4281
4431
|
unleash: "unleash";
|
|
4282
4432
|
}>>;
|
|
4433
|
+
integrations: z.ZodOptional<z.ZodEnum<{
|
|
4434
|
+
none: "none";
|
|
4435
|
+
nango: "nango";
|
|
4436
|
+
}>>;
|
|
4437
|
+
ecommerce: z.ZodOptional<z.ZodEnum<{
|
|
4438
|
+
none: "none";
|
|
4439
|
+
medusa: "medusa";
|
|
4440
|
+
}>>;
|
|
4283
4441
|
analytics: z.ZodOptional<z.ZodEnum<{
|
|
4284
4442
|
none: "none";
|
|
4285
4443
|
posthog: "posthog";
|
|
@@ -4410,6 +4568,37 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
4410
4568
|
dioxus: "dioxus";
|
|
4411
4569
|
yew: "yew";
|
|
4412
4570
|
}>>;
|
|
4571
|
+
dotnetFrontend: z.ZodOptional<z.ZodEnum<{
|
|
4572
|
+
none: "none";
|
|
4573
|
+
"blazor-webassembly": "blazor-webassembly";
|
|
4574
|
+
"blazor-web-app": "blazor-web-app";
|
|
4575
|
+
}>>;
|
|
4576
|
+
kotlinMobile: z.ZodOptional<z.ZodEnum<{
|
|
4577
|
+
none: "none";
|
|
4578
|
+
"jetpack-compose": "jetpack-compose";
|
|
4579
|
+
"compose-multiplatform": "compose-multiplatform";
|
|
4580
|
+
}>>;
|
|
4581
|
+
kotlinMobileLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
4582
|
+
none: "none";
|
|
4583
|
+
"navigation-compose": "navigation-compose";
|
|
4584
|
+
voyager: "voyager";
|
|
4585
|
+
koin: "koin";
|
|
4586
|
+
"ktor-client": "ktor-client";
|
|
4587
|
+
"kotlinx-serialization-json": "kotlinx-serialization-json";
|
|
4588
|
+
datastore: "datastore";
|
|
4589
|
+
coil: "coil";
|
|
4590
|
+
mockk: "mockk";
|
|
4591
|
+
turbine: "turbine";
|
|
4592
|
+
junit5: "junit5";
|
|
4593
|
+
}>>>;
|
|
4594
|
+
swiftMobile: z.ZodOptional<z.ZodEnum<{
|
|
4595
|
+
none: "none";
|
|
4596
|
+
swiftui: "swiftui";
|
|
4597
|
+
}>>;
|
|
4598
|
+
dartMobile: z.ZodOptional<z.ZodEnum<{
|
|
4599
|
+
none: "none";
|
|
4600
|
+
flutter: "flutter";
|
|
4601
|
+
}>>;
|
|
4413
4602
|
rustOrm: z.ZodOptional<z.ZodEnum<{
|
|
4414
4603
|
none: "none";
|
|
4415
4604
|
mongodb: "mongodb";
|
|
@@ -4590,6 +4779,7 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
4590
4779
|
pythonObservability: z.ZodOptional<z.ZodEnum<{
|
|
4591
4780
|
none: "none";
|
|
4592
4781
|
opentelemetry: "opentelemetry";
|
|
4782
|
+
signoz: "signoz";
|
|
4593
4783
|
"prometheus-client": "prometheus-client";
|
|
4594
4784
|
}>>;
|
|
4595
4785
|
pythonCli: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -4709,6 +4899,7 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
4709
4899
|
goObservability: z.ZodOptional<z.ZodEnum<{
|
|
4710
4900
|
none: "none";
|
|
4711
4901
|
opentelemetry: "opentelemetry";
|
|
4902
|
+
signoz: "signoz";
|
|
4712
4903
|
prometheus: "prometheus";
|
|
4713
4904
|
}>>;
|
|
4714
4905
|
goValidation: z.ZodOptional<z.ZodEnum<{
|
|
@@ -4742,6 +4933,7 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
4742
4933
|
javaWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
4743
4934
|
none: "none";
|
|
4744
4935
|
"spring-boot": "spring-boot";
|
|
4936
|
+
ktor: "ktor";
|
|
4745
4937
|
quarkus: "quarkus";
|
|
4746
4938
|
micronaut: "micronaut";
|
|
4747
4939
|
}>>;
|
|
@@ -4815,8 +5007,8 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
4815
5007
|
}>>>;
|
|
4816
5008
|
javaTestingLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
4817
5009
|
none: "none";
|
|
4818
|
-
testcontainers: "testcontainers";
|
|
4819
5010
|
junit5: "junit5";
|
|
5011
|
+
testcontainers: "testcontainers";
|
|
4820
5012
|
mockito: "mockito";
|
|
4821
5013
|
assertj: "assertj";
|
|
4822
5014
|
"rest-assured": "rest-assured";
|
|
@@ -5130,6 +5322,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
5130
5322
|
biome: "biome";
|
|
5131
5323
|
lefthook: "lefthook";
|
|
5132
5324
|
husky: "husky";
|
|
5325
|
+
knip: "knip";
|
|
5326
|
+
gitleaks: "gitleaks";
|
|
5133
5327
|
ruler: "ruler";
|
|
5134
5328
|
mcp: "mcp";
|
|
5135
5329
|
skills: "skills";
|
|
@@ -5151,6 +5345,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
5151
5345
|
"backend-utils": "backend-utils";
|
|
5152
5346
|
devcontainer: "devcontainer";
|
|
5153
5347
|
"docker-compose": "docker-compose";
|
|
5348
|
+
kong: "kong";
|
|
5154
5349
|
"github-actions": "github-actions";
|
|
5155
5350
|
eslint: "eslint";
|
|
5156
5351
|
prettier: "prettier";
|
|
@@ -5194,6 +5389,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
5194
5389
|
creem: "creem";
|
|
5195
5390
|
autumn: "autumn";
|
|
5196
5391
|
commet: "commet";
|
|
5392
|
+
xendit: "xendit";
|
|
5197
5393
|
}>;
|
|
5198
5394
|
git: z.ZodBoolean;
|
|
5199
5395
|
packageManager: z.ZodEnum<{
|
|
@@ -5472,6 +5668,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
5472
5668
|
observability: z.ZodEnum<{
|
|
5473
5669
|
none: "none";
|
|
5474
5670
|
opentelemetry: "opentelemetry";
|
|
5671
|
+
signoz: "signoz";
|
|
5475
5672
|
sentry: "sentry";
|
|
5476
5673
|
grafana: "grafana";
|
|
5477
5674
|
datadog: "datadog";
|
|
@@ -5486,6 +5683,14 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
5486
5683
|
flagsmith: "flagsmith";
|
|
5487
5684
|
unleash: "unleash";
|
|
5488
5685
|
}>;
|
|
5686
|
+
integrations: z.ZodDefault<z.ZodEnum<{
|
|
5687
|
+
none: "none";
|
|
5688
|
+
nango: "nango";
|
|
5689
|
+
}>>;
|
|
5690
|
+
ecommerce: z.ZodDefault<z.ZodEnum<{
|
|
5691
|
+
none: "none";
|
|
5692
|
+
medusa: "medusa";
|
|
5693
|
+
}>>;
|
|
5489
5694
|
analytics: z.ZodEnum<{
|
|
5490
5695
|
none: "none";
|
|
5491
5696
|
posthog: "posthog";
|
|
@@ -5616,6 +5821,37 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
5616
5821
|
dioxus: "dioxus";
|
|
5617
5822
|
yew: "yew";
|
|
5618
5823
|
}>;
|
|
5824
|
+
dotnetFrontend: z.ZodOptional<z.ZodEnum<{
|
|
5825
|
+
none: "none";
|
|
5826
|
+
"blazor-webassembly": "blazor-webassembly";
|
|
5827
|
+
"blazor-web-app": "blazor-web-app";
|
|
5828
|
+
}>>;
|
|
5829
|
+
kotlinMobile: z.ZodOptional<z.ZodEnum<{
|
|
5830
|
+
none: "none";
|
|
5831
|
+
"jetpack-compose": "jetpack-compose";
|
|
5832
|
+
"compose-multiplatform": "compose-multiplatform";
|
|
5833
|
+
}>>;
|
|
5834
|
+
kotlinMobileLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
5835
|
+
none: "none";
|
|
5836
|
+
"navigation-compose": "navigation-compose";
|
|
5837
|
+
voyager: "voyager";
|
|
5838
|
+
koin: "koin";
|
|
5839
|
+
"ktor-client": "ktor-client";
|
|
5840
|
+
"kotlinx-serialization-json": "kotlinx-serialization-json";
|
|
5841
|
+
datastore: "datastore";
|
|
5842
|
+
coil: "coil";
|
|
5843
|
+
mockk: "mockk";
|
|
5844
|
+
turbine: "turbine";
|
|
5845
|
+
junit5: "junit5";
|
|
5846
|
+
}>>>;
|
|
5847
|
+
swiftMobile: z.ZodOptional<z.ZodEnum<{
|
|
5848
|
+
none: "none";
|
|
5849
|
+
swiftui: "swiftui";
|
|
5850
|
+
}>>;
|
|
5851
|
+
dartMobile: z.ZodOptional<z.ZodEnum<{
|
|
5852
|
+
none: "none";
|
|
5853
|
+
flutter: "flutter";
|
|
5854
|
+
}>>;
|
|
5619
5855
|
rustOrm: z.ZodEnum<{
|
|
5620
5856
|
none: "none";
|
|
5621
5857
|
mongodb: "mongodb";
|
|
@@ -5796,6 +6032,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
5796
6032
|
pythonObservability: z.ZodEnum<{
|
|
5797
6033
|
none: "none";
|
|
5798
6034
|
opentelemetry: "opentelemetry";
|
|
6035
|
+
signoz: "signoz";
|
|
5799
6036
|
"prometheus-client": "prometheus-client";
|
|
5800
6037
|
}>;
|
|
5801
6038
|
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
@@ -5915,6 +6152,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
5915
6152
|
goObservability: z.ZodEnum<{
|
|
5916
6153
|
none: "none";
|
|
5917
6154
|
opentelemetry: "opentelemetry";
|
|
6155
|
+
signoz: "signoz";
|
|
5918
6156
|
prometheus: "prometheus";
|
|
5919
6157
|
}>;
|
|
5920
6158
|
goValidation: z.ZodEnum<{
|
|
@@ -5948,6 +6186,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
5948
6186
|
javaWebFramework: z.ZodEnum<{
|
|
5949
6187
|
none: "none";
|
|
5950
6188
|
"spring-boot": "spring-boot";
|
|
6189
|
+
ktor: "ktor";
|
|
5951
6190
|
quarkus: "quarkus";
|
|
5952
6191
|
micronaut: "micronaut";
|
|
5953
6192
|
}>;
|
|
@@ -6021,8 +6260,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
6021
6260
|
}>>;
|
|
6022
6261
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
6023
6262
|
none: "none";
|
|
6024
|
-
testcontainers: "testcontainers";
|
|
6025
6263
|
junit5: "junit5";
|
|
6264
|
+
testcontainers: "testcontainers";
|
|
6026
6265
|
mockito: "mockito";
|
|
6027
6266
|
assertj: "assertj";
|
|
6028
6267
|
"rest-assured": "rest-assured";
|
|
@@ -6290,6 +6529,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
6290
6529
|
payments: "payments";
|
|
6291
6530
|
logging: "logging";
|
|
6292
6531
|
featureFlags: "featureFlags";
|
|
6532
|
+
integrations: "integrations";
|
|
6533
|
+
ecommerce: "ecommerce";
|
|
6293
6534
|
analytics: "analytics";
|
|
6294
6535
|
cms: "cms";
|
|
6295
6536
|
i18n: "i18n";
|
|
@@ -6324,7 +6565,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
6324
6565
|
java: "java";
|
|
6325
6566
|
elixir: "elixir";
|
|
6326
6567
|
dotnet: "dotnet";
|
|
6327
|
-
}>, z.ZodLiteral<"universal">]>;
|
|
6568
|
+
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
6328
6569
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
6329
6570
|
source: z.ZodEnum<{
|
|
6330
6571
|
selected: "selected";
|
|
@@ -6424,6 +6665,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
6424
6665
|
biome: "biome";
|
|
6425
6666
|
lefthook: "lefthook";
|
|
6426
6667
|
husky: "husky";
|
|
6668
|
+
knip: "knip";
|
|
6669
|
+
gitleaks: "gitleaks";
|
|
6427
6670
|
ruler: "ruler";
|
|
6428
6671
|
mcp: "mcp";
|
|
6429
6672
|
skills: "skills";
|
|
@@ -6445,6 +6688,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
6445
6688
|
"backend-utils": "backend-utils";
|
|
6446
6689
|
devcontainer: "devcontainer";
|
|
6447
6690
|
"docker-compose": "docker-compose";
|
|
6691
|
+
kong: "kong";
|
|
6448
6692
|
"github-actions": "github-actions";
|
|
6449
6693
|
eslint: "eslint";
|
|
6450
6694
|
prettier: "prettier";
|
|
@@ -6488,6 +6732,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
6488
6732
|
creem: "creem";
|
|
6489
6733
|
autumn: "autumn";
|
|
6490
6734
|
commet: "commet";
|
|
6735
|
+
xendit: "xendit";
|
|
6491
6736
|
}>;
|
|
6492
6737
|
packageManager: z.ZodEnum<{
|
|
6493
6738
|
bun: "bun";
|
|
@@ -6764,6 +7009,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
6764
7009
|
observability: z.ZodEnum<{
|
|
6765
7010
|
none: "none";
|
|
6766
7011
|
opentelemetry: "opentelemetry";
|
|
7012
|
+
signoz: "signoz";
|
|
6767
7013
|
sentry: "sentry";
|
|
6768
7014
|
grafana: "grafana";
|
|
6769
7015
|
datadog: "datadog";
|
|
@@ -6778,6 +7024,14 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
6778
7024
|
flagsmith: "flagsmith";
|
|
6779
7025
|
unleash: "unleash";
|
|
6780
7026
|
}>;
|
|
7027
|
+
integrations: z.ZodDefault<z.ZodEnum<{
|
|
7028
|
+
none: "none";
|
|
7029
|
+
nango: "nango";
|
|
7030
|
+
}>>;
|
|
7031
|
+
ecommerce: z.ZodDefault<z.ZodEnum<{
|
|
7032
|
+
none: "none";
|
|
7033
|
+
medusa: "medusa";
|
|
7034
|
+
}>>;
|
|
6781
7035
|
analytics: z.ZodEnum<{
|
|
6782
7036
|
none: "none";
|
|
6783
7037
|
posthog: "posthog";
|
|
@@ -6908,6 +7162,37 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
6908
7162
|
dioxus: "dioxus";
|
|
6909
7163
|
yew: "yew";
|
|
6910
7164
|
}>;
|
|
7165
|
+
dotnetFrontend: z.ZodOptional<z.ZodEnum<{
|
|
7166
|
+
none: "none";
|
|
7167
|
+
"blazor-webassembly": "blazor-webassembly";
|
|
7168
|
+
"blazor-web-app": "blazor-web-app";
|
|
7169
|
+
}>>;
|
|
7170
|
+
kotlinMobile: z.ZodOptional<z.ZodEnum<{
|
|
7171
|
+
none: "none";
|
|
7172
|
+
"jetpack-compose": "jetpack-compose";
|
|
7173
|
+
"compose-multiplatform": "compose-multiplatform";
|
|
7174
|
+
}>>;
|
|
7175
|
+
kotlinMobileLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
7176
|
+
none: "none";
|
|
7177
|
+
"navigation-compose": "navigation-compose";
|
|
7178
|
+
voyager: "voyager";
|
|
7179
|
+
koin: "koin";
|
|
7180
|
+
"ktor-client": "ktor-client";
|
|
7181
|
+
"kotlinx-serialization-json": "kotlinx-serialization-json";
|
|
7182
|
+
datastore: "datastore";
|
|
7183
|
+
coil: "coil";
|
|
7184
|
+
mockk: "mockk";
|
|
7185
|
+
turbine: "turbine";
|
|
7186
|
+
junit5: "junit5";
|
|
7187
|
+
}>>>;
|
|
7188
|
+
swiftMobile: z.ZodOptional<z.ZodEnum<{
|
|
7189
|
+
none: "none";
|
|
7190
|
+
swiftui: "swiftui";
|
|
7191
|
+
}>>;
|
|
7192
|
+
dartMobile: z.ZodOptional<z.ZodEnum<{
|
|
7193
|
+
none: "none";
|
|
7194
|
+
flutter: "flutter";
|
|
7195
|
+
}>>;
|
|
6911
7196
|
rustOrm: z.ZodEnum<{
|
|
6912
7197
|
none: "none";
|
|
6913
7198
|
mongodb: "mongodb";
|
|
@@ -7088,6 +7373,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
7088
7373
|
pythonObservability: z.ZodEnum<{
|
|
7089
7374
|
none: "none";
|
|
7090
7375
|
opentelemetry: "opentelemetry";
|
|
7376
|
+
signoz: "signoz";
|
|
7091
7377
|
"prometheus-client": "prometheus-client";
|
|
7092
7378
|
}>;
|
|
7093
7379
|
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
@@ -7207,6 +7493,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
7207
7493
|
goObservability: z.ZodEnum<{
|
|
7208
7494
|
none: "none";
|
|
7209
7495
|
opentelemetry: "opentelemetry";
|
|
7496
|
+
signoz: "signoz";
|
|
7210
7497
|
prometheus: "prometheus";
|
|
7211
7498
|
}>;
|
|
7212
7499
|
goValidation: z.ZodEnum<{
|
|
@@ -7240,6 +7527,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
7240
7527
|
javaWebFramework: z.ZodEnum<{
|
|
7241
7528
|
none: "none";
|
|
7242
7529
|
"spring-boot": "spring-boot";
|
|
7530
|
+
ktor: "ktor";
|
|
7243
7531
|
quarkus: "quarkus";
|
|
7244
7532
|
micronaut: "micronaut";
|
|
7245
7533
|
}>;
|
|
@@ -7313,8 +7601,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
7313
7601
|
}>>;
|
|
7314
7602
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
7315
7603
|
none: "none";
|
|
7316
|
-
testcontainers: "testcontainers";
|
|
7317
7604
|
junit5: "junit5";
|
|
7605
|
+
testcontainers: "testcontainers";
|
|
7318
7606
|
mockito: "mockito";
|
|
7319
7607
|
assertj: "assertj";
|
|
7320
7608
|
"rest-assured": "rest-assured";
|
|
@@ -7582,6 +7870,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
7582
7870
|
payments: "payments";
|
|
7583
7871
|
logging: "logging";
|
|
7584
7872
|
featureFlags: "featureFlags";
|
|
7873
|
+
integrations: "integrations";
|
|
7874
|
+
ecommerce: "ecommerce";
|
|
7585
7875
|
analytics: "analytics";
|
|
7586
7876
|
cms: "cms";
|
|
7587
7877
|
i18n: "i18n";
|
|
@@ -7616,7 +7906,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
7616
7906
|
java: "java";
|
|
7617
7907
|
elixir: "elixir";
|
|
7618
7908
|
dotnet: "dotnet";
|
|
7619
|
-
}>, z.ZodLiteral<"universal">]>;
|
|
7909
|
+
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
7620
7910
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
7621
7911
|
source: z.ZodEnum<{
|
|
7622
7912
|
selected: "selected";
|
|
@@ -7716,6 +8006,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
7716
8006
|
biome: "biome";
|
|
7717
8007
|
lefthook: "lefthook";
|
|
7718
8008
|
husky: "husky";
|
|
8009
|
+
knip: "knip";
|
|
8010
|
+
gitleaks: "gitleaks";
|
|
7719
8011
|
ruler: "ruler";
|
|
7720
8012
|
mcp: "mcp";
|
|
7721
8013
|
skills: "skills";
|
|
@@ -7737,6 +8029,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
7737
8029
|
"backend-utils": "backend-utils";
|
|
7738
8030
|
devcontainer: "devcontainer";
|
|
7739
8031
|
"docker-compose": "docker-compose";
|
|
8032
|
+
kong: "kong";
|
|
7740
8033
|
"github-actions": "github-actions";
|
|
7741
8034
|
eslint: "eslint";
|
|
7742
8035
|
prettier: "prettier";
|
|
@@ -7780,6 +8073,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
7780
8073
|
creem: "creem";
|
|
7781
8074
|
autumn: "autumn";
|
|
7782
8075
|
commet: "commet";
|
|
8076
|
+
xendit: "xendit";
|
|
7783
8077
|
}>;
|
|
7784
8078
|
packageManager: z.ZodEnum<{
|
|
7785
8079
|
bun: "bun";
|
|
@@ -8056,6 +8350,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
8056
8350
|
observability: z.ZodEnum<{
|
|
8057
8351
|
none: "none";
|
|
8058
8352
|
opentelemetry: "opentelemetry";
|
|
8353
|
+
signoz: "signoz";
|
|
8059
8354
|
sentry: "sentry";
|
|
8060
8355
|
grafana: "grafana";
|
|
8061
8356
|
datadog: "datadog";
|
|
@@ -8070,6 +8365,14 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
8070
8365
|
flagsmith: "flagsmith";
|
|
8071
8366
|
unleash: "unleash";
|
|
8072
8367
|
}>;
|
|
8368
|
+
integrations: z.ZodDefault<z.ZodEnum<{
|
|
8369
|
+
none: "none";
|
|
8370
|
+
nango: "nango";
|
|
8371
|
+
}>>;
|
|
8372
|
+
ecommerce: z.ZodDefault<z.ZodEnum<{
|
|
8373
|
+
none: "none";
|
|
8374
|
+
medusa: "medusa";
|
|
8375
|
+
}>>;
|
|
8073
8376
|
analytics: z.ZodEnum<{
|
|
8074
8377
|
none: "none";
|
|
8075
8378
|
posthog: "posthog";
|
|
@@ -8200,6 +8503,37 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
8200
8503
|
dioxus: "dioxus";
|
|
8201
8504
|
yew: "yew";
|
|
8202
8505
|
}>;
|
|
8506
|
+
dotnetFrontend: z.ZodOptional<z.ZodEnum<{
|
|
8507
|
+
none: "none";
|
|
8508
|
+
"blazor-webassembly": "blazor-webassembly";
|
|
8509
|
+
"blazor-web-app": "blazor-web-app";
|
|
8510
|
+
}>>;
|
|
8511
|
+
kotlinMobile: z.ZodOptional<z.ZodEnum<{
|
|
8512
|
+
none: "none";
|
|
8513
|
+
"jetpack-compose": "jetpack-compose";
|
|
8514
|
+
"compose-multiplatform": "compose-multiplatform";
|
|
8515
|
+
}>>;
|
|
8516
|
+
kotlinMobileLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
8517
|
+
none: "none";
|
|
8518
|
+
"navigation-compose": "navigation-compose";
|
|
8519
|
+
voyager: "voyager";
|
|
8520
|
+
koin: "koin";
|
|
8521
|
+
"ktor-client": "ktor-client";
|
|
8522
|
+
"kotlinx-serialization-json": "kotlinx-serialization-json";
|
|
8523
|
+
datastore: "datastore";
|
|
8524
|
+
coil: "coil";
|
|
8525
|
+
mockk: "mockk";
|
|
8526
|
+
turbine: "turbine";
|
|
8527
|
+
junit5: "junit5";
|
|
8528
|
+
}>>>;
|
|
8529
|
+
swiftMobile: z.ZodOptional<z.ZodEnum<{
|
|
8530
|
+
none: "none";
|
|
8531
|
+
swiftui: "swiftui";
|
|
8532
|
+
}>>;
|
|
8533
|
+
dartMobile: z.ZodOptional<z.ZodEnum<{
|
|
8534
|
+
none: "none";
|
|
8535
|
+
flutter: "flutter";
|
|
8536
|
+
}>>;
|
|
8203
8537
|
rustOrm: z.ZodEnum<{
|
|
8204
8538
|
none: "none";
|
|
8205
8539
|
mongodb: "mongodb";
|
|
@@ -8380,6 +8714,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
8380
8714
|
pythonObservability: z.ZodEnum<{
|
|
8381
8715
|
none: "none";
|
|
8382
8716
|
opentelemetry: "opentelemetry";
|
|
8717
|
+
signoz: "signoz";
|
|
8383
8718
|
"prometheus-client": "prometheus-client";
|
|
8384
8719
|
}>;
|
|
8385
8720
|
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
@@ -8499,6 +8834,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
8499
8834
|
goObservability: z.ZodEnum<{
|
|
8500
8835
|
none: "none";
|
|
8501
8836
|
opentelemetry: "opentelemetry";
|
|
8837
|
+
signoz: "signoz";
|
|
8502
8838
|
prometheus: "prometheus";
|
|
8503
8839
|
}>;
|
|
8504
8840
|
goValidation: z.ZodEnum<{
|
|
@@ -8532,6 +8868,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
8532
8868
|
javaWebFramework: z.ZodEnum<{
|
|
8533
8869
|
none: "none";
|
|
8534
8870
|
"spring-boot": "spring-boot";
|
|
8871
|
+
ktor: "ktor";
|
|
8535
8872
|
quarkus: "quarkus";
|
|
8536
8873
|
micronaut: "micronaut";
|
|
8537
8874
|
}>;
|
|
@@ -8605,8 +8942,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
8605
8942
|
}>>;
|
|
8606
8943
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
8607
8944
|
none: "none";
|
|
8608
|
-
testcontainers: "testcontainers";
|
|
8609
8945
|
junit5: "junit5";
|
|
8946
|
+
testcontainers: "testcontainers";
|
|
8610
8947
|
mockito: "mockito";
|
|
8611
8948
|
assertj: "assertj";
|
|
8612
8949
|
"rest-assured": "rest-assured";
|
|
@@ -8874,6 +9211,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
8874
9211
|
payments: "payments";
|
|
8875
9212
|
logging: "logging";
|
|
8876
9213
|
featureFlags: "featureFlags";
|
|
9214
|
+
integrations: "integrations";
|
|
9215
|
+
ecommerce: "ecommerce";
|
|
8877
9216
|
analytics: "analytics";
|
|
8878
9217
|
cms: "cms";
|
|
8879
9218
|
i18n: "i18n";
|
|
@@ -8908,7 +9247,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
8908
9247
|
java: "java";
|
|
8909
9248
|
elixir: "elixir";
|
|
8910
9249
|
dotnet: "dotnet";
|
|
8911
|
-
}>, z.ZodLiteral<"universal">]>;
|
|
9250
|
+
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
8912
9251
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
8913
9252
|
source: z.ZodEnum<{
|
|
8914
9253
|
selected: "selected";
|
|
@@ -9009,6 +9348,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
9009
9348
|
biome: "biome";
|
|
9010
9349
|
lefthook: "lefthook";
|
|
9011
9350
|
husky: "husky";
|
|
9351
|
+
knip: "knip";
|
|
9352
|
+
gitleaks: "gitleaks";
|
|
9012
9353
|
ruler: "ruler";
|
|
9013
9354
|
mcp: "mcp";
|
|
9014
9355
|
skills: "skills";
|
|
@@ -9030,6 +9371,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
9030
9371
|
"backend-utils": "backend-utils";
|
|
9031
9372
|
devcontainer: "devcontainer";
|
|
9032
9373
|
"docker-compose": "docker-compose";
|
|
9374
|
+
kong: "kong";
|
|
9033
9375
|
"github-actions": "github-actions";
|
|
9034
9376
|
eslint: "eslint";
|
|
9035
9377
|
prettier: "prettier";
|
|
@@ -9073,6 +9415,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
9073
9415
|
creem: "creem";
|
|
9074
9416
|
autumn: "autumn";
|
|
9075
9417
|
commet: "commet";
|
|
9418
|
+
xendit: "xendit";
|
|
9076
9419
|
}>;
|
|
9077
9420
|
packageManager: z.ZodEnum<{
|
|
9078
9421
|
bun: "bun";
|
|
@@ -9349,6 +9692,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
9349
9692
|
observability: z.ZodEnum<{
|
|
9350
9693
|
none: "none";
|
|
9351
9694
|
opentelemetry: "opentelemetry";
|
|
9695
|
+
signoz: "signoz";
|
|
9352
9696
|
sentry: "sentry";
|
|
9353
9697
|
grafana: "grafana";
|
|
9354
9698
|
datadog: "datadog";
|
|
@@ -9363,6 +9707,14 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
9363
9707
|
flagsmith: "flagsmith";
|
|
9364
9708
|
unleash: "unleash";
|
|
9365
9709
|
}>;
|
|
9710
|
+
integrations: z.ZodDefault<z.ZodEnum<{
|
|
9711
|
+
none: "none";
|
|
9712
|
+
nango: "nango";
|
|
9713
|
+
}>>;
|
|
9714
|
+
ecommerce: z.ZodDefault<z.ZodEnum<{
|
|
9715
|
+
none: "none";
|
|
9716
|
+
medusa: "medusa";
|
|
9717
|
+
}>>;
|
|
9366
9718
|
analytics: z.ZodEnum<{
|
|
9367
9719
|
none: "none";
|
|
9368
9720
|
posthog: "posthog";
|
|
@@ -9493,6 +9845,37 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
9493
9845
|
dioxus: "dioxus";
|
|
9494
9846
|
yew: "yew";
|
|
9495
9847
|
}>;
|
|
9848
|
+
dotnetFrontend: z.ZodOptional<z.ZodEnum<{
|
|
9849
|
+
none: "none";
|
|
9850
|
+
"blazor-webassembly": "blazor-webassembly";
|
|
9851
|
+
"blazor-web-app": "blazor-web-app";
|
|
9852
|
+
}>>;
|
|
9853
|
+
kotlinMobile: z.ZodOptional<z.ZodEnum<{
|
|
9854
|
+
none: "none";
|
|
9855
|
+
"jetpack-compose": "jetpack-compose";
|
|
9856
|
+
"compose-multiplatform": "compose-multiplatform";
|
|
9857
|
+
}>>;
|
|
9858
|
+
kotlinMobileLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
9859
|
+
none: "none";
|
|
9860
|
+
"navigation-compose": "navigation-compose";
|
|
9861
|
+
voyager: "voyager";
|
|
9862
|
+
koin: "koin";
|
|
9863
|
+
"ktor-client": "ktor-client";
|
|
9864
|
+
"kotlinx-serialization-json": "kotlinx-serialization-json";
|
|
9865
|
+
datastore: "datastore";
|
|
9866
|
+
coil: "coil";
|
|
9867
|
+
mockk: "mockk";
|
|
9868
|
+
turbine: "turbine";
|
|
9869
|
+
junit5: "junit5";
|
|
9870
|
+
}>>>;
|
|
9871
|
+
swiftMobile: z.ZodOptional<z.ZodEnum<{
|
|
9872
|
+
none: "none";
|
|
9873
|
+
swiftui: "swiftui";
|
|
9874
|
+
}>>;
|
|
9875
|
+
dartMobile: z.ZodOptional<z.ZodEnum<{
|
|
9876
|
+
none: "none";
|
|
9877
|
+
flutter: "flutter";
|
|
9878
|
+
}>>;
|
|
9496
9879
|
rustOrm: z.ZodEnum<{
|
|
9497
9880
|
none: "none";
|
|
9498
9881
|
mongodb: "mongodb";
|
|
@@ -9673,6 +10056,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
9673
10056
|
pythonObservability: z.ZodEnum<{
|
|
9674
10057
|
none: "none";
|
|
9675
10058
|
opentelemetry: "opentelemetry";
|
|
10059
|
+
signoz: "signoz";
|
|
9676
10060
|
"prometheus-client": "prometheus-client";
|
|
9677
10061
|
}>;
|
|
9678
10062
|
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
@@ -9792,6 +10176,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
9792
10176
|
goObservability: z.ZodEnum<{
|
|
9793
10177
|
none: "none";
|
|
9794
10178
|
opentelemetry: "opentelemetry";
|
|
10179
|
+
signoz: "signoz";
|
|
9795
10180
|
prometheus: "prometheus";
|
|
9796
10181
|
}>;
|
|
9797
10182
|
goValidation: z.ZodEnum<{
|
|
@@ -9825,6 +10210,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
9825
10210
|
javaWebFramework: z.ZodEnum<{
|
|
9826
10211
|
none: "none";
|
|
9827
10212
|
"spring-boot": "spring-boot";
|
|
10213
|
+
ktor: "ktor";
|
|
9828
10214
|
quarkus: "quarkus";
|
|
9829
10215
|
micronaut: "micronaut";
|
|
9830
10216
|
}>;
|
|
@@ -9898,8 +10284,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
9898
10284
|
}>>;
|
|
9899
10285
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
9900
10286
|
none: "none";
|
|
9901
|
-
testcontainers: "testcontainers";
|
|
9902
10287
|
junit5: "junit5";
|
|
10288
|
+
testcontainers: "testcontainers";
|
|
9903
10289
|
mockito: "mockito";
|
|
9904
10290
|
assertj: "assertj";
|
|
9905
10291
|
"rest-assured": "rest-assured";
|
|
@@ -10167,6 +10553,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
10167
10553
|
payments: "payments";
|
|
10168
10554
|
logging: "logging";
|
|
10169
10555
|
featureFlags: "featureFlags";
|
|
10556
|
+
integrations: "integrations";
|
|
10557
|
+
ecommerce: "ecommerce";
|
|
10170
10558
|
analytics: "analytics";
|
|
10171
10559
|
cms: "cms";
|
|
10172
10560
|
i18n: "i18n";
|
|
@@ -10201,7 +10589,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
10201
10589
|
java: "java";
|
|
10202
10590
|
elixir: "elixir";
|
|
10203
10591
|
dotnet: "dotnet";
|
|
10204
|
-
}>, z.ZodLiteral<"universal">]>;
|
|
10592
|
+
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
10205
10593
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
10206
10594
|
source: z.ZodEnum<{
|
|
10207
10595
|
selected: "selected";
|
|
@@ -10302,6 +10690,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
10302
10690
|
biome: "biome";
|
|
10303
10691
|
lefthook: "lefthook";
|
|
10304
10692
|
husky: "husky";
|
|
10693
|
+
knip: "knip";
|
|
10694
|
+
gitleaks: "gitleaks";
|
|
10305
10695
|
ruler: "ruler";
|
|
10306
10696
|
mcp: "mcp";
|
|
10307
10697
|
skills: "skills";
|
|
@@ -10323,6 +10713,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
10323
10713
|
"backend-utils": "backend-utils";
|
|
10324
10714
|
devcontainer: "devcontainer";
|
|
10325
10715
|
"docker-compose": "docker-compose";
|
|
10716
|
+
kong: "kong";
|
|
10326
10717
|
"github-actions": "github-actions";
|
|
10327
10718
|
eslint: "eslint";
|
|
10328
10719
|
prettier: "prettier";
|
|
@@ -10366,6 +10757,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
10366
10757
|
creem: "creem";
|
|
10367
10758
|
autumn: "autumn";
|
|
10368
10759
|
commet: "commet";
|
|
10760
|
+
xendit: "xendit";
|
|
10369
10761
|
}>;
|
|
10370
10762
|
packageManager: z.ZodEnum<{
|
|
10371
10763
|
bun: "bun";
|
|
@@ -10642,6 +11034,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
10642
11034
|
observability: z.ZodEnum<{
|
|
10643
11035
|
none: "none";
|
|
10644
11036
|
opentelemetry: "opentelemetry";
|
|
11037
|
+
signoz: "signoz";
|
|
10645
11038
|
sentry: "sentry";
|
|
10646
11039
|
grafana: "grafana";
|
|
10647
11040
|
datadog: "datadog";
|
|
@@ -10656,6 +11049,14 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
10656
11049
|
flagsmith: "flagsmith";
|
|
10657
11050
|
unleash: "unleash";
|
|
10658
11051
|
}>;
|
|
11052
|
+
integrations: z.ZodDefault<z.ZodEnum<{
|
|
11053
|
+
none: "none";
|
|
11054
|
+
nango: "nango";
|
|
11055
|
+
}>>;
|
|
11056
|
+
ecommerce: z.ZodDefault<z.ZodEnum<{
|
|
11057
|
+
none: "none";
|
|
11058
|
+
medusa: "medusa";
|
|
11059
|
+
}>>;
|
|
10659
11060
|
analytics: z.ZodEnum<{
|
|
10660
11061
|
none: "none";
|
|
10661
11062
|
posthog: "posthog";
|
|
@@ -10786,6 +11187,37 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
10786
11187
|
dioxus: "dioxus";
|
|
10787
11188
|
yew: "yew";
|
|
10788
11189
|
}>;
|
|
11190
|
+
dotnetFrontend: z.ZodOptional<z.ZodEnum<{
|
|
11191
|
+
none: "none";
|
|
11192
|
+
"blazor-webassembly": "blazor-webassembly";
|
|
11193
|
+
"blazor-web-app": "blazor-web-app";
|
|
11194
|
+
}>>;
|
|
11195
|
+
kotlinMobile: z.ZodOptional<z.ZodEnum<{
|
|
11196
|
+
none: "none";
|
|
11197
|
+
"jetpack-compose": "jetpack-compose";
|
|
11198
|
+
"compose-multiplatform": "compose-multiplatform";
|
|
11199
|
+
}>>;
|
|
11200
|
+
kotlinMobileLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
11201
|
+
none: "none";
|
|
11202
|
+
"navigation-compose": "navigation-compose";
|
|
11203
|
+
voyager: "voyager";
|
|
11204
|
+
koin: "koin";
|
|
11205
|
+
"ktor-client": "ktor-client";
|
|
11206
|
+
"kotlinx-serialization-json": "kotlinx-serialization-json";
|
|
11207
|
+
datastore: "datastore";
|
|
11208
|
+
coil: "coil";
|
|
11209
|
+
mockk: "mockk";
|
|
11210
|
+
turbine: "turbine";
|
|
11211
|
+
junit5: "junit5";
|
|
11212
|
+
}>>>;
|
|
11213
|
+
swiftMobile: z.ZodOptional<z.ZodEnum<{
|
|
11214
|
+
none: "none";
|
|
11215
|
+
swiftui: "swiftui";
|
|
11216
|
+
}>>;
|
|
11217
|
+
dartMobile: z.ZodOptional<z.ZodEnum<{
|
|
11218
|
+
none: "none";
|
|
11219
|
+
flutter: "flutter";
|
|
11220
|
+
}>>;
|
|
10789
11221
|
rustOrm: z.ZodEnum<{
|
|
10790
11222
|
none: "none";
|
|
10791
11223
|
mongodb: "mongodb";
|
|
@@ -10966,6 +11398,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
10966
11398
|
pythonObservability: z.ZodEnum<{
|
|
10967
11399
|
none: "none";
|
|
10968
11400
|
opentelemetry: "opentelemetry";
|
|
11401
|
+
signoz: "signoz";
|
|
10969
11402
|
"prometheus-client": "prometheus-client";
|
|
10970
11403
|
}>;
|
|
10971
11404
|
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
@@ -11085,6 +11518,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
11085
11518
|
goObservability: z.ZodEnum<{
|
|
11086
11519
|
none: "none";
|
|
11087
11520
|
opentelemetry: "opentelemetry";
|
|
11521
|
+
signoz: "signoz";
|
|
11088
11522
|
prometheus: "prometheus";
|
|
11089
11523
|
}>;
|
|
11090
11524
|
goValidation: z.ZodEnum<{
|
|
@@ -11118,6 +11552,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
11118
11552
|
javaWebFramework: z.ZodEnum<{
|
|
11119
11553
|
none: "none";
|
|
11120
11554
|
"spring-boot": "spring-boot";
|
|
11555
|
+
ktor: "ktor";
|
|
11121
11556
|
quarkus: "quarkus";
|
|
11122
11557
|
micronaut: "micronaut";
|
|
11123
11558
|
}>;
|
|
@@ -11191,8 +11626,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
11191
11626
|
}>>;
|
|
11192
11627
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
11193
11628
|
none: "none";
|
|
11194
|
-
testcontainers: "testcontainers";
|
|
11195
11629
|
junit5: "junit5";
|
|
11630
|
+
testcontainers: "testcontainers";
|
|
11196
11631
|
mockito: "mockito";
|
|
11197
11632
|
assertj: "assertj";
|
|
11198
11633
|
"rest-assured": "rest-assured";
|
|
@@ -11460,6 +11895,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
11460
11895
|
payments: "payments";
|
|
11461
11896
|
logging: "logging";
|
|
11462
11897
|
featureFlags: "featureFlags";
|
|
11898
|
+
integrations: "integrations";
|
|
11899
|
+
ecommerce: "ecommerce";
|
|
11463
11900
|
analytics: "analytics";
|
|
11464
11901
|
cms: "cms";
|
|
11465
11902
|
i18n: "i18n";
|
|
@@ -11494,7 +11931,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
11494
11931
|
java: "java";
|
|
11495
11932
|
elixir: "elixir";
|
|
11496
11933
|
dotnet: "dotnet";
|
|
11497
|
-
}>, z.ZodLiteral<"universal">]>;
|
|
11934
|
+
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
11498
11935
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
11499
11936
|
source: z.ZodEnum<{
|
|
11500
11937
|
selected: "selected";
|
|
@@ -11595,6 +12032,8 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
11595
12032
|
biome: "biome";
|
|
11596
12033
|
lefthook: "lefthook";
|
|
11597
12034
|
husky: "husky";
|
|
12035
|
+
knip: "knip";
|
|
12036
|
+
gitleaks: "gitleaks";
|
|
11598
12037
|
ruler: "ruler";
|
|
11599
12038
|
mcp: "mcp";
|
|
11600
12039
|
skills: "skills";
|
|
@@ -11616,6 +12055,7 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
11616
12055
|
"backend-utils": "backend-utils";
|
|
11617
12056
|
devcontainer: "devcontainer";
|
|
11618
12057
|
"docker-compose": "docker-compose";
|
|
12058
|
+
kong: "kong";
|
|
11619
12059
|
"github-actions": "github-actions";
|
|
11620
12060
|
eslint: "eslint";
|
|
11621
12061
|
prettier: "prettier";
|
|
@@ -11659,6 +12099,7 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
11659
12099
|
creem: "creem";
|
|
11660
12100
|
autumn: "autumn";
|
|
11661
12101
|
commet: "commet";
|
|
12102
|
+
xendit: "xendit";
|
|
11662
12103
|
}>;
|
|
11663
12104
|
git: z.ZodBoolean;
|
|
11664
12105
|
packageManager: z.ZodEnum<{
|
|
@@ -11937,6 +12378,7 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
11937
12378
|
observability: z.ZodEnum<{
|
|
11938
12379
|
none: "none";
|
|
11939
12380
|
opentelemetry: "opentelemetry";
|
|
12381
|
+
signoz: "signoz";
|
|
11940
12382
|
sentry: "sentry";
|
|
11941
12383
|
grafana: "grafana";
|
|
11942
12384
|
datadog: "datadog";
|
|
@@ -11951,6 +12393,14 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
11951
12393
|
flagsmith: "flagsmith";
|
|
11952
12394
|
unleash: "unleash";
|
|
11953
12395
|
}>;
|
|
12396
|
+
integrations: z.ZodDefault<z.ZodEnum<{
|
|
12397
|
+
none: "none";
|
|
12398
|
+
nango: "nango";
|
|
12399
|
+
}>>;
|
|
12400
|
+
ecommerce: z.ZodDefault<z.ZodEnum<{
|
|
12401
|
+
none: "none";
|
|
12402
|
+
medusa: "medusa";
|
|
12403
|
+
}>>;
|
|
11954
12404
|
analytics: z.ZodEnum<{
|
|
11955
12405
|
none: "none";
|
|
11956
12406
|
posthog: "posthog";
|
|
@@ -12081,6 +12531,37 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
12081
12531
|
dioxus: "dioxus";
|
|
12082
12532
|
yew: "yew";
|
|
12083
12533
|
}>;
|
|
12534
|
+
dotnetFrontend: z.ZodOptional<z.ZodEnum<{
|
|
12535
|
+
none: "none";
|
|
12536
|
+
"blazor-webassembly": "blazor-webassembly";
|
|
12537
|
+
"blazor-web-app": "blazor-web-app";
|
|
12538
|
+
}>>;
|
|
12539
|
+
kotlinMobile: z.ZodOptional<z.ZodEnum<{
|
|
12540
|
+
none: "none";
|
|
12541
|
+
"jetpack-compose": "jetpack-compose";
|
|
12542
|
+
"compose-multiplatform": "compose-multiplatform";
|
|
12543
|
+
}>>;
|
|
12544
|
+
kotlinMobileLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
12545
|
+
none: "none";
|
|
12546
|
+
"navigation-compose": "navigation-compose";
|
|
12547
|
+
voyager: "voyager";
|
|
12548
|
+
koin: "koin";
|
|
12549
|
+
"ktor-client": "ktor-client";
|
|
12550
|
+
"kotlinx-serialization-json": "kotlinx-serialization-json";
|
|
12551
|
+
datastore: "datastore";
|
|
12552
|
+
coil: "coil";
|
|
12553
|
+
mockk: "mockk";
|
|
12554
|
+
turbine: "turbine";
|
|
12555
|
+
junit5: "junit5";
|
|
12556
|
+
}>>>;
|
|
12557
|
+
swiftMobile: z.ZodOptional<z.ZodEnum<{
|
|
12558
|
+
none: "none";
|
|
12559
|
+
swiftui: "swiftui";
|
|
12560
|
+
}>>;
|
|
12561
|
+
dartMobile: z.ZodOptional<z.ZodEnum<{
|
|
12562
|
+
none: "none";
|
|
12563
|
+
flutter: "flutter";
|
|
12564
|
+
}>>;
|
|
12084
12565
|
rustOrm: z.ZodEnum<{
|
|
12085
12566
|
none: "none";
|
|
12086
12567
|
mongodb: "mongodb";
|
|
@@ -12261,6 +12742,7 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
12261
12742
|
pythonObservability: z.ZodEnum<{
|
|
12262
12743
|
none: "none";
|
|
12263
12744
|
opentelemetry: "opentelemetry";
|
|
12745
|
+
signoz: "signoz";
|
|
12264
12746
|
"prometheus-client": "prometheus-client";
|
|
12265
12747
|
}>;
|
|
12266
12748
|
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
@@ -12380,6 +12862,7 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
12380
12862
|
goObservability: z.ZodEnum<{
|
|
12381
12863
|
none: "none";
|
|
12382
12864
|
opentelemetry: "opentelemetry";
|
|
12865
|
+
signoz: "signoz";
|
|
12383
12866
|
prometheus: "prometheus";
|
|
12384
12867
|
}>;
|
|
12385
12868
|
goValidation: z.ZodEnum<{
|
|
@@ -12413,6 +12896,7 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
12413
12896
|
javaWebFramework: z.ZodEnum<{
|
|
12414
12897
|
none: "none";
|
|
12415
12898
|
"spring-boot": "spring-boot";
|
|
12899
|
+
ktor: "ktor";
|
|
12416
12900
|
quarkus: "quarkus";
|
|
12417
12901
|
micronaut: "micronaut";
|
|
12418
12902
|
}>;
|
|
@@ -12486,8 +12970,8 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
12486
12970
|
}>>;
|
|
12487
12971
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
12488
12972
|
none: "none";
|
|
12489
|
-
testcontainers: "testcontainers";
|
|
12490
12973
|
junit5: "junit5";
|
|
12974
|
+
testcontainers: "testcontainers";
|
|
12491
12975
|
mockito: "mockito";
|
|
12492
12976
|
assertj: "assertj";
|
|
12493
12977
|
"rest-assured": "rest-assured";
|
|
@@ -12755,6 +13239,8 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
12755
13239
|
payments: "payments";
|
|
12756
13240
|
logging: "logging";
|
|
12757
13241
|
featureFlags: "featureFlags";
|
|
13242
|
+
integrations: "integrations";
|
|
13243
|
+
ecommerce: "ecommerce";
|
|
12758
13244
|
analytics: "analytics";
|
|
12759
13245
|
cms: "cms";
|
|
12760
13246
|
i18n: "i18n";
|
|
@@ -12789,7 +13275,7 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
12789
13275
|
java: "java";
|
|
12790
13276
|
elixir: "elixir";
|
|
12791
13277
|
dotnet: "dotnet";
|
|
12792
|
-
}>, z.ZodLiteral<"universal">]>;
|
|
13278
|
+
}>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
|
|
12793
13279
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
12794
13280
|
source: z.ZodEnum<{
|
|
12795
13281
|
selected: "selected";
|
|
@@ -12819,7 +13305,7 @@ declare const ORM_VALUES: ("none" | "drizzle" | "prisma" | "mongoose" | "typeorm
|
|
|
12819
13305
|
declare const BACKEND_VALUES: ("effect" | "none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self")[];
|
|
12820
13306
|
declare const RUNTIME_VALUES: ("none" | "bun" | "node" | "workers")[];
|
|
12821
13307
|
declare const FRONTEND_VALUES: ("none" | "tanstack-router" | "react-router" | "react-vite" | "vanilla-vite" | "vue" | "tanstack-start" | "next" | "vinext" | "nuxt" | "native-bare" | "native-uniwind" | "native-unistyles" | "svelte" | "solid" | "solid-start" | "astro" | "qwik" | "angular" | "redwood" | "fresh")[];
|
|
12822
|
-
declare const ADDONS_VALUES: ("none" | "pwa" | "tauri" | "starlight" | "biome" | "lefthook" | "husky" | "ruler" | "mcp" | "skills" | "turborepo" | "nx" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "msw" | "storybook" | "swr" | "tanstack-query" | "tanstack-table" | "tanstack-virtual" | "tanstack-db" | "tanstack-pacer" | "backend-utils" | "devcontainer" | "docker-compose" | "github-actions" | "eslint" | "prettier" | "axios" | "firebase" | "graphql-codegen" | "openapi-typescript" | "apollo-client" | "electron" | "capacitor")[];
|
|
13308
|
+
declare const ADDONS_VALUES: ("none" | "pwa" | "tauri" | "starlight" | "biome" | "lefthook" | "husky" | "knip" | "gitleaks" | "ruler" | "mcp" | "skills" | "turborepo" | "nx" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "msw" | "storybook" | "swr" | "tanstack-query" | "tanstack-table" | "tanstack-virtual" | "tanstack-db" | "tanstack-pacer" | "backend-utils" | "devcontainer" | "docker-compose" | "kong" | "github-actions" | "eslint" | "prettier" | "axios" | "firebase" | "graphql-codegen" | "openapi-typescript" | "apollo-client" | "electron" | "capacitor")[];
|
|
12823
13309
|
declare const EXAMPLES_VALUES: ("ai" | "none" | "chat-sdk" | "tanstack-showcase")[];
|
|
12824
13310
|
declare const PACKAGE_MANAGER_VALUES: ("bun" | "npm" | "pnpm" | "yarn")[];
|
|
12825
13311
|
declare const WORKSPACE_SHAPE_VALUES: ("monorepo" | "single-app")[];
|
|
@@ -12827,7 +13313,7 @@ declare const VERSION_CHANNEL_VALUES: ("stable" | "latest" | "beta")[];
|
|
|
12827
13313
|
declare const DATABASE_SETUP_VALUES: ("none" | "turso" | "neon" | "prisma-postgres" | "planetscale" | "mongodb-atlas" | "supabase" | "upstash" | "d1" | "docker")[];
|
|
12828
13314
|
declare const API_VALUES: ("none" | "trpc" | "orpc" | "ts-rest" | "garph" | "graphql-yoga" | "apollo-server" | "openapi")[];
|
|
12829
13315
|
declare const AUTH_VALUES: ("none" | "better-auth" | "better-auth-organizations" | "go-better-auth" | "clerk" | "nextauth" | "stack-auth" | "supabase-auth" | "auth0" | "workos" | "kinde" | "passport")[];
|
|
12830
|
-
declare const PAYMENTS_VALUES: ("none" | "revenuecat" | "polar" | "stripe" | "lemon-squeezy" | "paddle" | "paypal" | "dodo" | "creem" | "autumn" | "commet")[];
|
|
13316
|
+
declare const PAYMENTS_VALUES: ("none" | "revenuecat" | "polar" | "stripe" | "lemon-squeezy" | "paddle" | "paypal" | "dodo" | "creem" | "autumn" | "commet" | "xendit")[];
|
|
12831
13317
|
declare const WEB_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
|
|
12832
13318
|
declare const SERVER_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
|
|
12833
13319
|
declare const DIRECTORY_CONFLICT_VALUES: ("error" | "merge" | "overwrite" | "increment")[];
|
|
@@ -12847,8 +13333,10 @@ declare const JOB_QUEUE_VALUES: ("none" | "bullmq" | "trigger-dev" | "inngest" |
|
|
|
12847
13333
|
declare const ANIMATION_VALUES: ("none" | "framer-motion" | "gsap" | "react-spring" | "auto-animate" | "lottie")[];
|
|
12848
13334
|
declare const FILE_UPLOAD_VALUES: ("none" | "uploadthing" | "filepond" | "uppy")[];
|
|
12849
13335
|
declare const LOGGING_VALUES: ("none" | "pino" | "winston" | "evlog")[];
|
|
12850
|
-
declare const OBSERVABILITY_VALUES: ("none" | "opentelemetry" | "sentry" | "grafana" | "datadog" | "axiom" | "betterstack")[];
|
|
13336
|
+
declare const OBSERVABILITY_VALUES: ("none" | "opentelemetry" | "signoz" | "sentry" | "grafana" | "datadog" | "axiom" | "betterstack")[];
|
|
12851
13337
|
declare const FEATURE_FLAGS_VALUES: ("none" | "growthbook" | "posthog" | "launchdarkly" | "flagsmith" | "unleash")[];
|
|
13338
|
+
declare const INTEGRATIONS_VALUES: ("none" | "nango")[];
|
|
13339
|
+
declare const ECOMMERCE_VALUES: ("none" | "medusa")[];
|
|
12852
13340
|
declare const ANALYTICS_VALUES: ("none" | "posthog" | "plausible" | "umami" | "ga4")[];
|
|
12853
13341
|
declare const MOBILE_NAVIGATION_VALUES: ("none" | "expo-router" | "react-navigation")[];
|
|
12854
13342
|
declare const MOBILE_UI_VALUES: ("none" | "tamagui" | "gluestack-ui" | "uniwind" | "unistyles")[];
|
|
@@ -12868,6 +13356,11 @@ declare const FILE_STORAGE_VALUES: ("none" | "s3" | "r2" | "cloudinary" | "supab
|
|
|
12868
13356
|
declare const ECOSYSTEM_VALUES: ("typescript" | "react-native" | "rust" | "python" | "go" | "java" | "elixir" | "dotnet")[];
|
|
12869
13357
|
declare const RUST_WEB_FRAMEWORK_VALUES: ("none" | "axum" | "actix-web" | "rocket" | "poem" | "loco" | "warp" | "salvo")[];
|
|
12870
13358
|
declare const RUST_FRONTEND_VALUES: ("none" | "leptos" | "dioxus" | "yew")[];
|
|
13359
|
+
declare const DOTNET_FRONTEND_VALUES: ("none" | "blazor-webassembly" | "blazor-web-app")[];
|
|
13360
|
+
declare const KOTLIN_MOBILE_VALUES: ("none" | "jetpack-compose" | "compose-multiplatform")[];
|
|
13361
|
+
declare const KOTLIN_MOBILE_LIBRARIES_VALUES: ("none" | "navigation-compose" | "voyager" | "koin" | "ktor-client" | "kotlinx-serialization-json" | "datastore" | "coil" | "mockk" | "turbine" | "junit5")[];
|
|
13362
|
+
declare const SWIFT_MOBILE_VALUES: ("none" | "swiftui")[];
|
|
13363
|
+
declare const DART_MOBILE_VALUES: ("none" | "flutter")[];
|
|
12871
13364
|
declare const RUST_ORM_VALUES: ("none" | "mongodb" | "sea-orm" | "sqlx" | "diesel" | "rusqlite" | "tokio-postgres")[];
|
|
12872
13365
|
declare const RUST_API_VALUES: ("none" | "tonic" | "async-graphql" | "jsonrpsee")[];
|
|
12873
13366
|
declare const RUST_CLI_VALUES: ("none" | "clap" | "ratatui")[];
|
|
@@ -12892,7 +13385,7 @@ declare const PYTHON_QUALITY_VALUES: ("none" | "ruff" | "mypy" | "pyright")[];
|
|
|
12892
13385
|
declare const PYTHON_TESTING_VALUES: ("none" | "pytest" | "hypothesis" | "pytest-cov")[];
|
|
12893
13386
|
declare const PYTHON_CACHING_VALUES: ("none" | "redis" | "aiocache")[];
|
|
12894
13387
|
declare const PYTHON_REALTIME_VALUES: ("none" | "python-socketio" | "websockets")[];
|
|
12895
|
-
declare const PYTHON_OBSERVABILITY_VALUES: ("none" | "opentelemetry" | "prometheus-client")[];
|
|
13388
|
+
declare const PYTHON_OBSERVABILITY_VALUES: ("none" | "opentelemetry" | "signoz" | "prometheus-client")[];
|
|
12896
13389
|
declare const PYTHON_CLI_VALUES: ("none" | "typer" | "click" | "rich")[];
|
|
12897
13390
|
declare const PYTHON_CLOUD_SDK_VALUES: ("none" | "boto3")[];
|
|
12898
13391
|
declare const PYTHON_HTTP_CLIENT_VALUES: ("none" | "requests")[];
|
|
@@ -12912,7 +13405,7 @@ declare const GO_REALTIME_VALUES: ("none" | "gorilla-websocket" | "centrifuge")[
|
|
|
12912
13405
|
declare const GO_MESSAGE_QUEUE_VALUES: ("none" | "nats" | "watermill" | "kafka-go" | "asynq")[];
|
|
12913
13406
|
declare const GO_CACHING_VALUES: ("none" | "redis" | "ristretto")[];
|
|
12914
13407
|
declare const GO_CONFIG_VALUES: ("none" | "viper" | "koanf")[];
|
|
12915
|
-
declare const GO_OBSERVABILITY_VALUES: ("none" | "opentelemetry" | "prometheus")[];
|
|
13408
|
+
declare const GO_OBSERVABILITY_VALUES: ("none" | "opentelemetry" | "signoz" | "prometheus")[];
|
|
12916
13409
|
declare const GO_VALIDATION_VALUES: ("none" | "validator")[];
|
|
12917
13410
|
declare const GO_QUALITY_VALUES: ("none" | "golangci-lint")[];
|
|
12918
13411
|
declare const GO_MIGRATIONS_VALUES: ("none" | "golang-migrate")[];
|
|
@@ -12920,14 +13413,14 @@ declare const GO_TEMPLATING_VALUES: ("none" | "templ")[];
|
|
|
12920
13413
|
declare const GO_PROTO_TOOLING_VALUES: ("none" | "buf")[];
|
|
12921
13414
|
declare const GO_DI_VALUES: ("none" | "fx")[];
|
|
12922
13415
|
declare const JAVA_LANGUAGE_VALUES: ("java" | "kotlin")[];
|
|
12923
|
-
declare const JAVA_WEB_FRAMEWORK_VALUES: ("none" | "spring-boot" | "quarkus" | "micronaut")[];
|
|
13416
|
+
declare const JAVA_WEB_FRAMEWORK_VALUES: ("none" | "spring-boot" | "ktor" | "quarkus" | "micronaut")[];
|
|
12924
13417
|
declare const JAVA_BUILD_TOOL_VALUES: ("none" | "maven" | "gradle")[];
|
|
12925
13418
|
declare const JAVA_ORM_VALUES: ("none" | "spring-data-jpa" | "jooq" | "mybatis")[];
|
|
12926
13419
|
declare const JAVA_AUTH_VALUES: ("none" | "spring-security" | "keycloak")[];
|
|
12927
13420
|
declare const JAVA_API_VALUES: ("none" | "spring-graphql" | "openapi-generator" | "grpc")[];
|
|
12928
13421
|
declare const JAVA_LOGGING_VALUES: ("none" | "logback" | "log4j2")[];
|
|
12929
13422
|
declare const JAVA_LIBRARIES_VALUES: ("none" | "spring-actuator" | "spring-validation" | "flyway" | "liquibase" | "springdoc-openapi" | "lombok" | "mapstruct" | "caffeine" | "resilience4j" | "spring-webflux" | "spring-batch" | "spring-kafka" | "spring-mail" | "spring-devtools" | "micrometer-prometheus" | "thymeleaf" | "spring-amqp" | "opentelemetry-java" | "spring-data-redis" | "spring-data-mongodb" | "spring-data-elasticsearch" | "spring-data-neo4j" | "spring-data-cassandra" | "spring-data-couchbase" | "spring-data-jdbc" | "spring-data-rest" | "spring-quartz" | "spring-pulsar" | "spring-integration" | "spring-websocket" | "spring-rsocket" | "spring-hateoas" | "spring-session-redis" | "spring-session-jdbc" | "spring-ldap" | "spring-oauth2-client" | "spring-saml2" | "spring-restclient")[];
|
|
12930
|
-
declare const JAVA_TESTING_LIBRARIES_VALUES: ("none" | "
|
|
13423
|
+
declare const JAVA_TESTING_LIBRARIES_VALUES: ("none" | "junit5" | "testcontainers" | "mockito" | "assertj" | "rest-assured" | "wiremock" | "awaitility" | "archunit" | "jqwik")[];
|
|
12931
13424
|
declare const DOTNET_WEB_FRAMEWORK_VALUES: ("none" | "aspnet-minimal" | "aspnet-mvc" | "aspnet-blazor")[];
|
|
12932
13425
|
declare const DOTNET_ORM_VALUES: ("none" | "ef-core" | "dapper" | "linq2db")[];
|
|
12933
13426
|
declare const DOTNET_AUTH_VALUES: ("none" | "aspnet-identity" | "duende-identityserver" | "auth0-aspnet")[];
|
|
@@ -12970,5 +13463,5 @@ declare const SHADCN_BASE_COLOR_VALUES: ("neutral" | "stone" | "zinc" | "gray")[
|
|
|
12970
13463
|
declare const SHADCN_FONT_VALUES: ("inter" | "geist" | "noto-sans" | "nunito-sans" | "figtree" | "roboto" | "raleway" | "dm-sans" | "public-sans" | "outfit" | "jetbrains-mono" | "geist-mono")[];
|
|
12971
13464
|
declare const SHADCN_RADIUS_VALUES: ("default" | "none" | "small" | "medium" | "large")[];
|
|
12972
13465
|
//#endregion
|
|
12973
|
-
export {
|
|
12974
|
-
//# sourceMappingURL=schemas-
|
|
13466
|
+
export { DirectoryConflictSchema as $, SwiftMobileSchema as $a, RUST_CACHING_VALUES as $i, GoTemplatingSchema as $n, ObservabilitySchema as $r, ElixirJobsSchema as $t, CSS_FRAMEWORK_VALUES as A, SHADCN_BASE_COLOR_VALUES as Aa, PythonCachingSchema as Ai, GO_OBSERVABILITY_VALUES as An, KotlinMobileLibrariesSchema as Ar, ELIXIR_OBSERVABILITY_VALUES as At, DOTNET_DEPLOY_VALUES as B, ServerDeploySchema as Ba, PythonPackageManagerSchema as Bi, GoAuthSchema as Bn, MOBILE_TESTING_VALUES as Br, EcosystemSchema as Bt, BetterTStackConfigFileSchema as C, RustObservabilitySchema as Ca, PackageManagerSchema as Ci, GO_CACHING_VALUES as Cn, JavaLoggingSchema as Cr, ELIXIR_EMAIL_VALUES as Ct, CMSSchema as D, RustWebFrameworkSchema as Da, PythonAiSchema as Di, GO_LOGGING_VALUES as Dn, JobQueueSchema as Dr, ELIXIR_JOBS_VALUES as Dt, CLIInputSchema as E, RustTemplatingSchema as Ea, ProjectNameSchema as Ei, GO_DI_VALUES as En, JavaWebFrameworkSchema as Er, ELIXIR_I18N_VALUES as Et, DATABASE_VALUES as F, SHADCN_RADIUS_VALUES as Fa, PythonHttpClientSchema as Fi, GO_TEMPLATING_VALUES as Fn, MOBILE_LIBRARIES_VALUES as Fr, ELIXIR_VALIDATION_VALUES as Ft, DOTNET_ORM_VALUES as G, ShadcnIconLibrarySchema as Ga, PythonTestingSchema as Gi, GoLoggingSchema as Gn, MobileOTASchema as Gr, ElixirCachingSchema as Gt, DOTNET_JOB_QUEUE_VALUES as H, ShadcnBaseSchema as Ha, PythonRealtimeSchema as Hi, GoCliSchema as Hn, MobileDeepLinkingSchema as Hr, ElixirApiSchema as Ht, DIRECTORY_CONFLICT_VALUES as I, SHADCN_STYLE_VALUES as Ia, PythonMediaSchema as Ii, GO_TESTING_VALUES as In, MOBILE_NAVIGATION_VALUES as Ir, ELIXIR_WEB_FRAMEWORK_VALUES as It, DOTNET_VALIDATION_VALUES as J, StackPartEcosystemSchema as Ja, RATE_LIMIT_VALUES as Ji, GoObservabilitySchema as Jn, MobileTestingSchema as Jr, ElixirDocumentationSchema as Jt, DOTNET_REALTIME_VALUES as K, ShadcnRadiusSchema as Ka, PythonValidationSchema as Ki, GoMessageQueueSchema as Kn, MobilePushSchema as Kr, ElixirClusteringSchema as Kt, DOTNET_API_VALUES as L, STATE_MANAGEMENT_VALUES as La, PythonMessageQueueSchema as Li, GO_VALIDATION_VALUES as Ln, MOBILE_OTA_VALUES as Lr, EMAIL_VALUES as Lt, CreateInputSchema as M, SHADCN_COLOR_THEME_VALUES as Ma, PythonCloudSdkSchema as Mi, GO_PROTO_TOOLING_VALUES as Mn, LOGGING_VALUES as Mr, ELIXIR_QUALITY_VALUES as Mt, DART_MOBILE_VALUES as N, SHADCN_FONT_VALUES as Na, PythonDataSchema as Ni, GO_QUALITY_VALUES as Nn, LoggingSchema as Nr, ELIXIR_REALTIME_VALUES as Nt, CMS_VALUES as O, SEARCH_VALUES as Oa, PythonApiSchema as Oi, GO_MESSAGE_QUEUE_VALUES as On, KOTLIN_MOBILE_LIBRARIES_VALUES as Or, ELIXIR_JSON_VALUES as Ot, DATABASE_SETUP_VALUES as P, SHADCN_ICON_LIBRARY_VALUES as Pa, PythonGraphqlSchema as Pi, GO_REALTIME_VALUES as Pn, MOBILE_DEEP_LINKING_VALUES as Pr, ELIXIR_TESTING_VALUES as Pt, DatabaseSetupSchema as Q, StateManagementSchema as Qa, RUST_AUTH_VALUES as Qi, GoRealtimeSchema as Qn, ORM_VALUES as Qr, ElixirI18nSchema as Qt, DOTNET_AUTH_VALUES as R, SWIFT_MOBILE_VALUES as Ra, PythonObservabilitySchema as Ri, GO_WEB_FRAMEWORK_VALUES as Rn, MOBILE_PUSH_VALUES as Rr, EXAMPLES_VALUES as Rt, BetterFullstackConfigSchema as S, RustMessageQueueSchema as Sa, PYTHON_WEB_FRAMEWORK_VALUES as Si, GO_AUTH_VALUES as Sn, JavaLibrariesSchema as Sr, ELIXIR_DOCUMENTATION_VALUES as St, CACHING_VALUES as T, RustRealtimeSchema as Ta, ProjectConfigSchema as Ti, GO_CONFIG_VALUES as Tn, JavaTestingLibrariesSchema as Tr, ELIXIR_HTTP_VALUES as Tt, DOTNET_LIBRARIES_VALUES as U, ShadcnColorThemeSchema as Ua, PythonServerSchema as Ui, GoConfigSchema as Un, MobileLibrariesSchema as Ur, ElixirApplicationFrameworkSchema as Ut, DOTNET_FRONTEND_VALUES as V, ShadcnBaseColorSchema as Va, PythonQualitySchema as Vi, GoCachingSchema as Vn, MOBILE_UI_VALUES as Vr, EffectSchema as Vt, DOTNET_OBSERVABILITY_VALUES as W, ShadcnFontSchema as Wa, PythonTaskQueueSchema as Wi, GoDISchema as Wn, MobileNavigationSchema as Wr, ElixirAuthSchema as Wt, DartMobileSchema as X, StackPartSchema as Xa, RUNTIME_VALUES as Xi, GoProtoToolingSchema as Xn, OBSERVABILITY_VALUES as Xr, ElixirHttpSchema as Xt, DOTNET_WEB_FRAMEWORK_VALUES as Y, StackPartRoleSchema as Ya, REALTIME_VALUES as Yi, GoOrmSchema as Yn, MobileUISchema as Yr, ElixirEmailSchema as Yt, DatabaseSchema as Z, StackPartSourceSchema as Za, RUST_API_VALUES as Zi, GoQualitySchema as Zn, ORMSchema as Zr, ElixirHttpServerSchema as Zt, AstroIntegrationSchema as _, RustCliSchema as _a, PYTHON_REALTIME_VALUES as _i, FileStorageSchema as _n, JOB_QUEUE_VALUES as _r, ELIXIR_APPLICATION_FRAMEWORK_VALUES as _t, ANALYTICS_VALUES as a, RUST_MESSAGE_QUEUE_VALUES as aa, PYTHON_CACHING_VALUES as ai, ElixirRealtimeSchema as an, UI_LIBRARY_VALUES as ao, INTEGRATIONS_VALUES as ar, DotnetJobQueueSchema as at, BackendSchema as b, RustLibrariesSchema as ba, PYTHON_TESTING_VALUES as bi, FrontendSchema as bn, JavaBuildToolSchema as br, ELIXIR_CLUSTERING_VALUES as bt, API_VALUES as c, RUST_REALTIME_VALUES as ca, PYTHON_DATA_VALUES as ci, ElixirWebFrameworkSchema as cn, VERSION_CHANNEL_VALUES as co, JAVA_API_VALUES as cr, DotnetOrmSchema as ct, AUTH_VALUES as d, RateLimitSchema as da, PYTHON_MEDIA_VALUES as di, FEATURE_FLAGS_VALUES as dn, VersionChannelSchema as do, JAVA_LANGUAGE_VALUES as dr, DotnetValidationSchema as dt, RUST_CLI_VALUES as ea, PACKAGE_MANAGER_VALUES as ei, ElixirJsonSchema as en, TEMPLATE_VALUES as eo, GoTestingSchema as er, DotnetApiSchema as et, AddInputSchema as f, RealtimeSchema as fa, PYTHON_MESSAGE_QUEUE_VALUES as fi, FILE_STORAGE_VALUES as fn, WEB_DEPLOY_VALUES as fo, JAVA_LIBRARIES_VALUES as fr, DotnetWebFrameworkSchema as ft, AnimationSchema as g, RustCachingSchema as ga, PYTHON_QUALITY_VALUES as gi, FeatureFlagsSchema as gn, JAVA_WEB_FRAMEWORK_VALUES as gr, ELIXIR_API_VALUES as gt, AnalyticsSchema as h, RustAuthSchema as ha, PYTHON_PACKAGE_MANAGER_VALUES as hi, FRONTEND_VALUES as hn, WorkspaceShapeSchema as ho, JAVA_TESTING_LIBRARIES_VALUES as hr, EFFECT_VALUES as ht, AI_VALUES as i, RUST_LOGGING_VALUES as ia, PYTHON_AUTH_VALUES as ii, ElixirQualitySchema as in, UILibrarySchema as io, I18nSchema as ir, DotnetFrontendSchema as it, CachingSchema as j, SHADCN_BASE_VALUES as ja, PythonCliSchema as ji, GO_ORM_VALUES as jn, KotlinMobileSchema as jr, ELIXIR_ORM_VALUES as jt, CSSFrameworkSchema as k, SERVER_DEPLOY_VALUES as ka, PythonAuthSchema as ki, GO_MIGRATIONS_VALUES as kn, KOTLIN_MOBILE_VALUES as kr, ELIXIR_LIBRARIES_VALUES as kt, APP_PLATFORM_ADDON_VALUES as l, RUST_TEMPLATING_VALUES as la, PYTHON_GRAPHQL_VALUES as li, EmailSchema as ln, ValidationSchema as lo, JAVA_AUTH_VALUES as lr, DotnetRealtimeSchema as lt, AiDocsSchema as m, RustApiSchema as ma, PYTHON_ORM_VALUES as mi, FORMS_VALUES as mn, WebDeploySchema as mo, JAVA_ORM_VALUES as mr, ECOSYSTEM_VALUES as mt, AISchema as n, RUST_FRONTEND_VALUES as na, PYTHON_AI_VALUES as ni, ElixirObservabilitySchema as nn, TemplateSchema as no, GoWebFrameworkSchema as nr, DotnetCachingSchema as nt, ANIMATION_VALUES as o, RUST_OBSERVABILITY_VALUES as oa, PYTHON_CLI_VALUES as oi, ElixirTestingSchema as on, VALIDATION_VALUES as oo, InitResultSchema as or, DotnetLibrariesSchema as ot, AddonsSchema as p, RuntimeSchema as pa, PYTHON_OBSERVABILITY_VALUES as pi, FILE_UPLOAD_VALUES as pn, WORKSPACE_SHAPE_VALUES as po, JAVA_LOGGING_VALUES as pr, ECOMMERCE_VALUES as pt, DOTNET_TESTING_VALUES as q, ShadcnStyleSchema as qa, PythonWebFrameworkSchema as qi, GoMigrationsSchema as qn, MobileStorageSchema as qr, ElixirDeploySchema as qt, AI_DOCS_VALUES as r, RUST_LIBRARIES_VALUES as ra, PYTHON_API_VALUES as ri, ElixirOrmSchema as rn, TestingSchema as ro, I18N_VALUES as rr, DotnetDeploySchema as rt, APISchema as s, RUST_ORM_VALUES as sa, PYTHON_CLOUD_SDK_VALUES as si, ElixirValidationSchema as sn, VECTOR_DB_VALUES as so, IntegrationsSchema as sr, DotnetObservabilitySchema as st, ADDONS_VALUES as t, RUST_ERROR_HANDLING_VALUES as ta, PAYMENTS_VALUES as ti, ElixirLibrariesSchema as tn, TESTING_VALUES as to, GoValidationSchema as tr, DotnetAuthSchema as tt, ASTRO_INTEGRATION_VALUES as u, RUST_WEB_FRAMEWORK_VALUES as ua, PYTHON_HTTP_CLIENT_VALUES as ui, ExamplesSchema as un, VectorDbSchema as uo, JAVA_BUILD_TOOL_VALUES as ur, DotnetTestingSchema as ut, AuthSchema as v, RustErrorHandlingSchema as va, PYTHON_SERVER_VALUES as vi, FileUploadSchema as vn, JavaApiSchema as vr, ELIXIR_AUTH_VALUES as vt, BetterTStackConfigSchema as w, RustOrmSchema as wa, PaymentsSchema as wi, GO_CLI_VALUES as wn, JavaOrmSchema as wr, ELIXIR_HTTP_SERVER_VALUES as wt, BetterFullstackConfigFileSchema as x, RustLoggingSchema as xa, PYTHON_VALIDATION_VALUES as xi, GO_API_VALUES as xn, JavaLanguageSchema as xr, ELIXIR_DEPLOY_VALUES as xt, BACKEND_VALUES as y, RustFrontendSchema as ya, PYTHON_TASK_QUEUE_VALUES as yi, FormsSchema as yn, JavaAuthSchema as yr, ELIXIR_CACHING_VALUES as yt, DOTNET_CACHING_VALUES as z, SearchSchema as za, PythonOrmSchema as zi, GoApiSchema as zn, MOBILE_STORAGE_VALUES as zr, EcommerceSchema as zt };
|
|
13467
|
+
//# sourceMappingURL=schemas-BRAokgPa.d.mts.map
|