@better-fullstack/types 2.3.0 → 2.4.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-BT-WhLPX.d.mts → defaults-DdEGPWbd.d.mts} +2 -2
- package/dist/defaults-DdEGPWbd.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 +23 -5
- package/dist/index.mjs.map +1 -1
- package/dist/json-schema.d.mts +176 -0
- package/dist/json-schema.d.mts.map +1 -1
- package/dist/json-schema.mjs +1 -1
- package/dist/{schemas-q5-QVYJy.d.mts → schemas-BMTIauzB.d.mts} +175 -7
- package/dist/schemas-BMTIauzB.d.mts.map +1 -0
- package/dist/{schemas-CprYz5Sh.mjs → schemas-CNrFm0ld.mjs} +21 -2
- package/dist/schemas-CNrFm0ld.mjs.map +1 -0
- package/dist/schemas.d.mts +2 -2
- package/dist/schemas.mjs +2 -2
- package/dist/{stack-graph-DiLi3WuL.mjs → stack-graph-BqmxkJKS.mjs} +110 -9
- package/dist/stack-graph-BqmxkJKS.mjs.map +1 -0
- package/dist/{stack-graph-CgFYIeir.d.mts → stack-graph-DWpdF4s0.d.mts} +2 -2
- package/dist/{stack-graph-CgFYIeir.d.mts.map → stack-graph-DWpdF4s0.d.mts.map} +1 -1
- package/dist/stack-graph.d.mts +3 -3
- package/dist/stack-graph.mjs +2 -2
- package/dist/{stack-translation-Ay-_1mNB.mjs → stack-translation-CIt0ziI4.mjs} +234 -9
- package/dist/stack-translation-CIt0ziI4.mjs.map +1 -0
- package/dist/{stack-translation-CU1kpqq3.d.mts → stack-translation-DyfJJgeD.d.mts} +18 -7
- package/dist/stack-translation-DyfJJgeD.d.mts.map +1 -0
- package/dist/stack-translation.d.mts +4 -4
- package/dist/stack-translation.mjs +3 -3
- package/dist/{types-Cp7krSdb.d.mts → types-BUQyhJDc.d.mts} +5 -3
- package/dist/types-BUQyhJDc.d.mts.map +1 -0
- package/dist/types.d.mts +3 -3
- package/package.json +3 -2
- package/dist/defaults-BT-WhLPX.d.mts.map +0 -1
- package/dist/defaults-Cl16mM84.mjs.map +0 -1
- package/dist/schemas-CprYz5Sh.mjs.map +0 -1
- package/dist/schemas-q5-QVYJy.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-CU1kpqq3.d.mts.map +0 -1
- package/dist/types-Cp7krSdb.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";
|
|
@@ -972,6 +989,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
972
989
|
pythonObservability: z.ZodOptional<z.ZodEnum<{
|
|
973
990
|
none: "none";
|
|
974
991
|
opentelemetry: "opentelemetry";
|
|
992
|
+
signoz: "signoz";
|
|
975
993
|
"prometheus-client": "prometheus-client";
|
|
976
994
|
}>>;
|
|
977
995
|
pythonCli: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -1091,6 +1109,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
1091
1109
|
goObservability: z.ZodOptional<z.ZodEnum<{
|
|
1092
1110
|
none: "none";
|
|
1093
1111
|
opentelemetry: "opentelemetry";
|
|
1112
|
+
signoz: "signoz";
|
|
1094
1113
|
prometheus: "prometheus";
|
|
1095
1114
|
}>>;
|
|
1096
1115
|
goValidation: z.ZodOptional<z.ZodEnum<{
|
|
@@ -1511,6 +1530,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1511
1530
|
biome: "biome";
|
|
1512
1531
|
lefthook: "lefthook";
|
|
1513
1532
|
husky: "husky";
|
|
1533
|
+
knip: "knip";
|
|
1534
|
+
gitleaks: "gitleaks";
|
|
1514
1535
|
ruler: "ruler";
|
|
1515
1536
|
mcp: "mcp";
|
|
1516
1537
|
skills: "skills";
|
|
@@ -1532,6 +1553,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1532
1553
|
"backend-utils": "backend-utils";
|
|
1533
1554
|
devcontainer: "devcontainer";
|
|
1534
1555
|
"docker-compose": "docker-compose";
|
|
1556
|
+
kong: "kong";
|
|
1535
1557
|
"github-actions": "github-actions";
|
|
1536
1558
|
eslint: "eslint";
|
|
1537
1559
|
prettier: "prettier";
|
|
@@ -1575,6 +1597,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1575
1597
|
creem: "creem";
|
|
1576
1598
|
autumn: "autumn";
|
|
1577
1599
|
commet: "commet";
|
|
1600
|
+
xendit: "xendit";
|
|
1578
1601
|
}>;
|
|
1579
1602
|
git: z.ZodBoolean;
|
|
1580
1603
|
packageManager: z.ZodEnum<{
|
|
@@ -1853,6 +1876,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1853
1876
|
observability: z.ZodEnum<{
|
|
1854
1877
|
none: "none";
|
|
1855
1878
|
opentelemetry: "opentelemetry";
|
|
1879
|
+
signoz: "signoz";
|
|
1856
1880
|
sentry: "sentry";
|
|
1857
1881
|
grafana: "grafana";
|
|
1858
1882
|
datadog: "datadog";
|
|
@@ -1867,6 +1891,14 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1867
1891
|
flagsmith: "flagsmith";
|
|
1868
1892
|
unleash: "unleash";
|
|
1869
1893
|
}>;
|
|
1894
|
+
integrations: z.ZodDefault<z.ZodEnum<{
|
|
1895
|
+
none: "none";
|
|
1896
|
+
nango: "nango";
|
|
1897
|
+
}>>;
|
|
1898
|
+
ecommerce: z.ZodDefault<z.ZodEnum<{
|
|
1899
|
+
none: "none";
|
|
1900
|
+
medusa: "medusa";
|
|
1901
|
+
}>>;
|
|
1870
1902
|
analytics: z.ZodEnum<{
|
|
1871
1903
|
none: "none";
|
|
1872
1904
|
posthog: "posthog";
|
|
@@ -2177,6 +2209,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2177
2209
|
pythonObservability: z.ZodEnum<{
|
|
2178
2210
|
none: "none";
|
|
2179
2211
|
opentelemetry: "opentelemetry";
|
|
2212
|
+
signoz: "signoz";
|
|
2180
2213
|
"prometheus-client": "prometheus-client";
|
|
2181
2214
|
}>;
|
|
2182
2215
|
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
@@ -2296,6 +2329,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2296
2329
|
goObservability: z.ZodEnum<{
|
|
2297
2330
|
none: "none";
|
|
2298
2331
|
opentelemetry: "opentelemetry";
|
|
2332
|
+
signoz: "signoz";
|
|
2299
2333
|
prometheus: "prometheus";
|
|
2300
2334
|
}>;
|
|
2301
2335
|
goValidation: z.ZodEnum<{
|
|
@@ -2657,6 +2691,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2657
2691
|
logging: "logging";
|
|
2658
2692
|
observability: "observability";
|
|
2659
2693
|
featureFlags: "featureFlags";
|
|
2694
|
+
integrations: "integrations";
|
|
2695
|
+
ecommerce: "ecommerce";
|
|
2660
2696
|
analytics: "analytics";
|
|
2661
2697
|
cms: "cms";
|
|
2662
2698
|
caching: "caching";
|
|
@@ -2805,6 +2841,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2805
2841
|
biome: "biome";
|
|
2806
2842
|
lefthook: "lefthook";
|
|
2807
2843
|
husky: "husky";
|
|
2844
|
+
knip: "knip";
|
|
2845
|
+
gitleaks: "gitleaks";
|
|
2808
2846
|
ruler: "ruler";
|
|
2809
2847
|
mcp: "mcp";
|
|
2810
2848
|
skills: "skills";
|
|
@@ -2826,6 +2864,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2826
2864
|
"backend-utils": "backend-utils";
|
|
2827
2865
|
devcontainer: "devcontainer";
|
|
2828
2866
|
"docker-compose": "docker-compose";
|
|
2867
|
+
kong: "kong";
|
|
2829
2868
|
"github-actions": "github-actions";
|
|
2830
2869
|
eslint: "eslint";
|
|
2831
2870
|
prettier: "prettier";
|
|
@@ -2869,6 +2908,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2869
2908
|
creem: "creem";
|
|
2870
2909
|
autumn: "autumn";
|
|
2871
2910
|
commet: "commet";
|
|
2911
|
+
xendit: "xendit";
|
|
2872
2912
|
}>;
|
|
2873
2913
|
packageManager: z.ZodEnum<{
|
|
2874
2914
|
bun: "bun";
|
|
@@ -3145,6 +3185,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3145
3185
|
observability: z.ZodEnum<{
|
|
3146
3186
|
none: "none";
|
|
3147
3187
|
opentelemetry: "opentelemetry";
|
|
3188
|
+
signoz: "signoz";
|
|
3148
3189
|
sentry: "sentry";
|
|
3149
3190
|
grafana: "grafana";
|
|
3150
3191
|
datadog: "datadog";
|
|
@@ -3159,6 +3200,14 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3159
3200
|
flagsmith: "flagsmith";
|
|
3160
3201
|
unleash: "unleash";
|
|
3161
3202
|
}>;
|
|
3203
|
+
integrations: z.ZodDefault<z.ZodEnum<{
|
|
3204
|
+
none: "none";
|
|
3205
|
+
nango: "nango";
|
|
3206
|
+
}>>;
|
|
3207
|
+
ecommerce: z.ZodDefault<z.ZodEnum<{
|
|
3208
|
+
none: "none";
|
|
3209
|
+
medusa: "medusa";
|
|
3210
|
+
}>>;
|
|
3162
3211
|
analytics: z.ZodEnum<{
|
|
3163
3212
|
none: "none";
|
|
3164
3213
|
posthog: "posthog";
|
|
@@ -3469,6 +3518,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3469
3518
|
pythonObservability: z.ZodEnum<{
|
|
3470
3519
|
none: "none";
|
|
3471
3520
|
opentelemetry: "opentelemetry";
|
|
3521
|
+
signoz: "signoz";
|
|
3472
3522
|
"prometheus-client": "prometheus-client";
|
|
3473
3523
|
}>;
|
|
3474
3524
|
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
@@ -3588,6 +3638,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3588
3638
|
goObservability: z.ZodEnum<{
|
|
3589
3639
|
none: "none";
|
|
3590
3640
|
opentelemetry: "opentelemetry";
|
|
3641
|
+
signoz: "signoz";
|
|
3591
3642
|
prometheus: "prometheus";
|
|
3592
3643
|
}>;
|
|
3593
3644
|
goValidation: z.ZodEnum<{
|
|
@@ -3949,6 +4000,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3949
4000
|
logging: "logging";
|
|
3950
4001
|
observability: "observability";
|
|
3951
4002
|
featureFlags: "featureFlags";
|
|
4003
|
+
integrations: "integrations";
|
|
4004
|
+
ecommerce: "ecommerce";
|
|
3952
4005
|
analytics: "analytics";
|
|
3953
4006
|
cms: "cms";
|
|
3954
4007
|
caching: "caching";
|
|
@@ -4097,6 +4150,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4097
4150
|
biome: "biome";
|
|
4098
4151
|
lefthook: "lefthook";
|
|
4099
4152
|
husky: "husky";
|
|
4153
|
+
knip: "knip";
|
|
4154
|
+
gitleaks: "gitleaks";
|
|
4100
4155
|
ruler: "ruler";
|
|
4101
4156
|
mcp: "mcp";
|
|
4102
4157
|
skills: "skills";
|
|
@@ -4118,6 +4173,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4118
4173
|
"backend-utils": "backend-utils";
|
|
4119
4174
|
devcontainer: "devcontainer";
|
|
4120
4175
|
"docker-compose": "docker-compose";
|
|
4176
|
+
kong: "kong";
|
|
4121
4177
|
"github-actions": "github-actions";
|
|
4122
4178
|
eslint: "eslint";
|
|
4123
4179
|
prettier: "prettier";
|
|
@@ -4161,6 +4217,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4161
4217
|
creem: "creem";
|
|
4162
4218
|
autumn: "autumn";
|
|
4163
4219
|
commet: "commet";
|
|
4220
|
+
xendit: "xendit";
|
|
4164
4221
|
}>;
|
|
4165
4222
|
packageManager: z.ZodEnum<{
|
|
4166
4223
|
bun: "bun";
|
|
@@ -4437,6 +4494,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4437
4494
|
observability: z.ZodEnum<{
|
|
4438
4495
|
none: "none";
|
|
4439
4496
|
opentelemetry: "opentelemetry";
|
|
4497
|
+
signoz: "signoz";
|
|
4440
4498
|
sentry: "sentry";
|
|
4441
4499
|
grafana: "grafana";
|
|
4442
4500
|
datadog: "datadog";
|
|
@@ -4451,6 +4509,14 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4451
4509
|
flagsmith: "flagsmith";
|
|
4452
4510
|
unleash: "unleash";
|
|
4453
4511
|
}>;
|
|
4512
|
+
integrations: z.ZodDefault<z.ZodEnum<{
|
|
4513
|
+
none: "none";
|
|
4514
|
+
nango: "nango";
|
|
4515
|
+
}>>;
|
|
4516
|
+
ecommerce: z.ZodDefault<z.ZodEnum<{
|
|
4517
|
+
none: "none";
|
|
4518
|
+
medusa: "medusa";
|
|
4519
|
+
}>>;
|
|
4454
4520
|
analytics: z.ZodEnum<{
|
|
4455
4521
|
none: "none";
|
|
4456
4522
|
posthog: "posthog";
|
|
@@ -4761,6 +4827,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4761
4827
|
pythonObservability: z.ZodEnum<{
|
|
4762
4828
|
none: "none";
|
|
4763
4829
|
opentelemetry: "opentelemetry";
|
|
4830
|
+
signoz: "signoz";
|
|
4764
4831
|
"prometheus-client": "prometheus-client";
|
|
4765
4832
|
}>;
|
|
4766
4833
|
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
@@ -4880,6 +4947,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4880
4947
|
goObservability: z.ZodEnum<{
|
|
4881
4948
|
none: "none";
|
|
4882
4949
|
opentelemetry: "opentelemetry";
|
|
4950
|
+
signoz: "signoz";
|
|
4883
4951
|
prometheus: "prometheus";
|
|
4884
4952
|
}>;
|
|
4885
4953
|
goValidation: z.ZodEnum<{
|
|
@@ -5241,6 +5309,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
5241
5309
|
logging: "logging";
|
|
5242
5310
|
observability: "observability";
|
|
5243
5311
|
featureFlags: "featureFlags";
|
|
5312
|
+
integrations: "integrations";
|
|
5313
|
+
ecommerce: "ecommerce";
|
|
5244
5314
|
analytics: "analytics";
|
|
5245
5315
|
cms: "cms";
|
|
5246
5316
|
caching: "caching";
|
|
@@ -5390,6 +5460,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5390
5460
|
biome: "biome";
|
|
5391
5461
|
lefthook: "lefthook";
|
|
5392
5462
|
husky: "husky";
|
|
5463
|
+
knip: "knip";
|
|
5464
|
+
gitleaks: "gitleaks";
|
|
5393
5465
|
ruler: "ruler";
|
|
5394
5466
|
mcp: "mcp";
|
|
5395
5467
|
skills: "skills";
|
|
@@ -5411,6 +5483,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5411
5483
|
"backend-utils": "backend-utils";
|
|
5412
5484
|
devcontainer: "devcontainer";
|
|
5413
5485
|
"docker-compose": "docker-compose";
|
|
5486
|
+
kong: "kong";
|
|
5414
5487
|
"github-actions": "github-actions";
|
|
5415
5488
|
eslint: "eslint";
|
|
5416
5489
|
prettier: "prettier";
|
|
@@ -5454,6 +5527,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5454
5527
|
creem: "creem";
|
|
5455
5528
|
autumn: "autumn";
|
|
5456
5529
|
commet: "commet";
|
|
5530
|
+
xendit: "xendit";
|
|
5457
5531
|
}>;
|
|
5458
5532
|
git: z.ZodBoolean;
|
|
5459
5533
|
packageManager: z.ZodEnum<{
|
|
@@ -5732,6 +5806,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5732
5806
|
observability: z.ZodEnum<{
|
|
5733
5807
|
none: "none";
|
|
5734
5808
|
opentelemetry: "opentelemetry";
|
|
5809
|
+
signoz: "signoz";
|
|
5735
5810
|
sentry: "sentry";
|
|
5736
5811
|
grafana: "grafana";
|
|
5737
5812
|
datadog: "datadog";
|
|
@@ -5746,6 +5821,14 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5746
5821
|
flagsmith: "flagsmith";
|
|
5747
5822
|
unleash: "unleash";
|
|
5748
5823
|
}>;
|
|
5824
|
+
integrations: z.ZodDefault<z.ZodEnum<{
|
|
5825
|
+
none: "none";
|
|
5826
|
+
nango: "nango";
|
|
5827
|
+
}>>;
|
|
5828
|
+
ecommerce: z.ZodDefault<z.ZodEnum<{
|
|
5829
|
+
none: "none";
|
|
5830
|
+
medusa: "medusa";
|
|
5831
|
+
}>>;
|
|
5749
5832
|
analytics: z.ZodEnum<{
|
|
5750
5833
|
none: "none";
|
|
5751
5834
|
posthog: "posthog";
|
|
@@ -6056,6 +6139,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6056
6139
|
pythonObservability: z.ZodEnum<{
|
|
6057
6140
|
none: "none";
|
|
6058
6141
|
opentelemetry: "opentelemetry";
|
|
6142
|
+
signoz: "signoz";
|
|
6059
6143
|
"prometheus-client": "prometheus-client";
|
|
6060
6144
|
}>;
|
|
6061
6145
|
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
@@ -6175,6 +6259,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6175
6259
|
goObservability: z.ZodEnum<{
|
|
6176
6260
|
none: "none";
|
|
6177
6261
|
opentelemetry: "opentelemetry";
|
|
6262
|
+
signoz: "signoz";
|
|
6178
6263
|
prometheus: "prometheus";
|
|
6179
6264
|
}>;
|
|
6180
6265
|
goValidation: z.ZodEnum<{
|
|
@@ -6536,6 +6621,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6536
6621
|
logging: "logging";
|
|
6537
6622
|
observability: "observability";
|
|
6538
6623
|
featureFlags: "featureFlags";
|
|
6624
|
+
integrations: "integrations";
|
|
6625
|
+
ecommerce: "ecommerce";
|
|
6539
6626
|
analytics: "analytics";
|
|
6540
6627
|
cms: "cms";
|
|
6541
6628
|
caching: "caching";
|
|
@@ -6711,6 +6798,7 @@ declare function getGoConfigJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.
|
|
|
6711
6798
|
declare function getGoObservabilityJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
6712
6799
|
none: "none";
|
|
6713
6800
|
opentelemetry: "opentelemetry";
|
|
6801
|
+
signoz: "signoz";
|
|
6714
6802
|
prometheus: "prometheus";
|
|
6715
6803
|
}>>;
|
|
6716
6804
|
declare function getGoValidationJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
@@ -7024,6 +7112,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7024
7112
|
biome: "biome";
|
|
7025
7113
|
lefthook: "lefthook";
|
|
7026
7114
|
husky: "husky";
|
|
7115
|
+
knip: "knip";
|
|
7116
|
+
gitleaks: "gitleaks";
|
|
7027
7117
|
ruler: "ruler";
|
|
7028
7118
|
mcp: "mcp";
|
|
7029
7119
|
skills: "skills";
|
|
@@ -7045,6 +7135,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7045
7135
|
"backend-utils": "backend-utils";
|
|
7046
7136
|
devcontainer: "devcontainer";
|
|
7047
7137
|
"docker-compose": "docker-compose";
|
|
7138
|
+
kong: "kong";
|
|
7048
7139
|
"github-actions": "github-actions";
|
|
7049
7140
|
eslint: "eslint";
|
|
7050
7141
|
prettier: "prettier";
|
|
@@ -7116,6 +7207,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7116
7207
|
creem: "creem";
|
|
7117
7208
|
autumn: "autumn";
|
|
7118
7209
|
commet: "commet";
|
|
7210
|
+
xendit: "xendit";
|
|
7119
7211
|
}>>;
|
|
7120
7212
|
webDeploy: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7121
7213
|
none: "none";
|
|
@@ -7233,6 +7325,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7233
7325
|
goObservability: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7234
7326
|
none: "none";
|
|
7235
7327
|
opentelemetry: "opentelemetry";
|
|
7328
|
+
signoz: "signoz";
|
|
7236
7329
|
prometheus: "prometheus";
|
|
7237
7330
|
}>>;
|
|
7238
7331
|
goValidation: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
@@ -7566,6 +7659,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7566
7659
|
creem: "creem";
|
|
7567
7660
|
autumn: "autumn";
|
|
7568
7661
|
commet: "commet";
|
|
7662
|
+
xendit: "xendit";
|
|
7569
7663
|
}>>;
|
|
7570
7664
|
frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
7571
7665
|
none: "none";
|
|
@@ -7598,6 +7692,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7598
7692
|
biome: "biome";
|
|
7599
7693
|
lefthook: "lefthook";
|
|
7600
7694
|
husky: "husky";
|
|
7695
|
+
knip: "knip";
|
|
7696
|
+
gitleaks: "gitleaks";
|
|
7601
7697
|
ruler: "ruler";
|
|
7602
7698
|
mcp: "mcp";
|
|
7603
7699
|
skills: "skills";
|
|
@@ -7619,6 +7715,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7619
7715
|
"backend-utils": "backend-utils";
|
|
7620
7716
|
devcontainer: "devcontainer";
|
|
7621
7717
|
"docker-compose": "docker-compose";
|
|
7718
|
+
kong: "kong";
|
|
7622
7719
|
"github-actions": "github-actions";
|
|
7623
7720
|
eslint: "eslint";
|
|
7624
7721
|
prettier: "prettier";
|
|
@@ -7943,6 +8040,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7943
8040
|
observability: z.ZodOptional<z.ZodEnum<{
|
|
7944
8041
|
none: "none";
|
|
7945
8042
|
opentelemetry: "opentelemetry";
|
|
8043
|
+
signoz: "signoz";
|
|
7946
8044
|
sentry: "sentry";
|
|
7947
8045
|
grafana: "grafana";
|
|
7948
8046
|
datadog: "datadog";
|
|
@@ -7957,6 +8055,14 @@ declare function getAllJsonSchemas(): {
|
|
|
7957
8055
|
flagsmith: "flagsmith";
|
|
7958
8056
|
unleash: "unleash";
|
|
7959
8057
|
}>>;
|
|
8058
|
+
integrations: z.ZodOptional<z.ZodEnum<{
|
|
8059
|
+
none: "none";
|
|
8060
|
+
nango: "nango";
|
|
8061
|
+
}>>;
|
|
8062
|
+
ecommerce: z.ZodOptional<z.ZodEnum<{
|
|
8063
|
+
none: "none";
|
|
8064
|
+
medusa: "medusa";
|
|
8065
|
+
}>>;
|
|
7960
8066
|
analytics: z.ZodOptional<z.ZodEnum<{
|
|
7961
8067
|
none: "none";
|
|
7962
8068
|
posthog: "posthog";
|
|
@@ -8267,6 +8373,7 @@ declare function getAllJsonSchemas(): {
|
|
|
8267
8373
|
pythonObservability: z.ZodOptional<z.ZodEnum<{
|
|
8268
8374
|
none: "none";
|
|
8269
8375
|
opentelemetry: "opentelemetry";
|
|
8376
|
+
signoz: "signoz";
|
|
8270
8377
|
"prometheus-client": "prometheus-client";
|
|
8271
8378
|
}>>;
|
|
8272
8379
|
pythonCli: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -8386,6 +8493,7 @@ declare function getAllJsonSchemas(): {
|
|
|
8386
8493
|
goObservability: z.ZodOptional<z.ZodEnum<{
|
|
8387
8494
|
none: "none";
|
|
8388
8495
|
opentelemetry: "opentelemetry";
|
|
8496
|
+
signoz: "signoz";
|
|
8389
8497
|
prometheus: "prometheus";
|
|
8390
8498
|
}>>;
|
|
8391
8499
|
goValidation: z.ZodOptional<z.ZodEnum<{
|
|
@@ -8806,6 +8914,8 @@ declare function getAllJsonSchemas(): {
|
|
|
8806
8914
|
biome: "biome";
|
|
8807
8915
|
lefthook: "lefthook";
|
|
8808
8916
|
husky: "husky";
|
|
8917
|
+
knip: "knip";
|
|
8918
|
+
gitleaks: "gitleaks";
|
|
8809
8919
|
ruler: "ruler";
|
|
8810
8920
|
mcp: "mcp";
|
|
8811
8921
|
skills: "skills";
|
|
@@ -8827,6 +8937,7 @@ declare function getAllJsonSchemas(): {
|
|
|
8827
8937
|
"backend-utils": "backend-utils";
|
|
8828
8938
|
devcontainer: "devcontainer";
|
|
8829
8939
|
"docker-compose": "docker-compose";
|
|
8940
|
+
kong: "kong";
|
|
8830
8941
|
"github-actions": "github-actions";
|
|
8831
8942
|
eslint: "eslint";
|
|
8832
8943
|
prettier: "prettier";
|
|
@@ -8870,6 +8981,7 @@ declare function getAllJsonSchemas(): {
|
|
|
8870
8981
|
creem: "creem";
|
|
8871
8982
|
autumn: "autumn";
|
|
8872
8983
|
commet: "commet";
|
|
8984
|
+
xendit: "xendit";
|
|
8873
8985
|
}>;
|
|
8874
8986
|
git: z.ZodBoolean;
|
|
8875
8987
|
packageManager: z.ZodEnum<{
|
|
@@ -9148,6 +9260,7 @@ declare function getAllJsonSchemas(): {
|
|
|
9148
9260
|
observability: z.ZodEnum<{
|
|
9149
9261
|
none: "none";
|
|
9150
9262
|
opentelemetry: "opentelemetry";
|
|
9263
|
+
signoz: "signoz";
|
|
9151
9264
|
sentry: "sentry";
|
|
9152
9265
|
grafana: "grafana";
|
|
9153
9266
|
datadog: "datadog";
|
|
@@ -9162,6 +9275,14 @@ declare function getAllJsonSchemas(): {
|
|
|
9162
9275
|
flagsmith: "flagsmith";
|
|
9163
9276
|
unleash: "unleash";
|
|
9164
9277
|
}>;
|
|
9278
|
+
integrations: z.ZodDefault<z.ZodEnum<{
|
|
9279
|
+
none: "none";
|
|
9280
|
+
nango: "nango";
|
|
9281
|
+
}>>;
|
|
9282
|
+
ecommerce: z.ZodDefault<z.ZodEnum<{
|
|
9283
|
+
none: "none";
|
|
9284
|
+
medusa: "medusa";
|
|
9285
|
+
}>>;
|
|
9165
9286
|
analytics: z.ZodEnum<{
|
|
9166
9287
|
none: "none";
|
|
9167
9288
|
posthog: "posthog";
|
|
@@ -9472,6 +9593,7 @@ declare function getAllJsonSchemas(): {
|
|
|
9472
9593
|
pythonObservability: z.ZodEnum<{
|
|
9473
9594
|
none: "none";
|
|
9474
9595
|
opentelemetry: "opentelemetry";
|
|
9596
|
+
signoz: "signoz";
|
|
9475
9597
|
"prometheus-client": "prometheus-client";
|
|
9476
9598
|
}>;
|
|
9477
9599
|
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
@@ -9591,6 +9713,7 @@ declare function getAllJsonSchemas(): {
|
|
|
9591
9713
|
goObservability: z.ZodEnum<{
|
|
9592
9714
|
none: "none";
|
|
9593
9715
|
opentelemetry: "opentelemetry";
|
|
9716
|
+
signoz: "signoz";
|
|
9594
9717
|
prometheus: "prometheus";
|
|
9595
9718
|
}>;
|
|
9596
9719
|
goValidation: z.ZodEnum<{
|
|
@@ -9952,6 +10075,8 @@ declare function getAllJsonSchemas(): {
|
|
|
9952
10075
|
logging: "logging";
|
|
9953
10076
|
observability: "observability";
|
|
9954
10077
|
featureFlags: "featureFlags";
|
|
10078
|
+
integrations: "integrations";
|
|
10079
|
+
ecommerce: "ecommerce";
|
|
9955
10080
|
analytics: "analytics";
|
|
9956
10081
|
cms: "cms";
|
|
9957
10082
|
caching: "caching";
|
|
@@ -10100,6 +10225,8 @@ declare function getAllJsonSchemas(): {
|
|
|
10100
10225
|
biome: "biome";
|
|
10101
10226
|
lefthook: "lefthook";
|
|
10102
10227
|
husky: "husky";
|
|
10228
|
+
knip: "knip";
|
|
10229
|
+
gitleaks: "gitleaks";
|
|
10103
10230
|
ruler: "ruler";
|
|
10104
10231
|
mcp: "mcp";
|
|
10105
10232
|
skills: "skills";
|
|
@@ -10121,6 +10248,7 @@ declare function getAllJsonSchemas(): {
|
|
|
10121
10248
|
"backend-utils": "backend-utils";
|
|
10122
10249
|
devcontainer: "devcontainer";
|
|
10123
10250
|
"docker-compose": "docker-compose";
|
|
10251
|
+
kong: "kong";
|
|
10124
10252
|
"github-actions": "github-actions";
|
|
10125
10253
|
eslint: "eslint";
|
|
10126
10254
|
prettier: "prettier";
|
|
@@ -10164,6 +10292,7 @@ declare function getAllJsonSchemas(): {
|
|
|
10164
10292
|
creem: "creem";
|
|
10165
10293
|
autumn: "autumn";
|
|
10166
10294
|
commet: "commet";
|
|
10295
|
+
xendit: "xendit";
|
|
10167
10296
|
}>;
|
|
10168
10297
|
packageManager: z.ZodEnum<{
|
|
10169
10298
|
bun: "bun";
|
|
@@ -10440,6 +10569,7 @@ declare function getAllJsonSchemas(): {
|
|
|
10440
10569
|
observability: z.ZodEnum<{
|
|
10441
10570
|
none: "none";
|
|
10442
10571
|
opentelemetry: "opentelemetry";
|
|
10572
|
+
signoz: "signoz";
|
|
10443
10573
|
sentry: "sentry";
|
|
10444
10574
|
grafana: "grafana";
|
|
10445
10575
|
datadog: "datadog";
|
|
@@ -10454,6 +10584,14 @@ declare function getAllJsonSchemas(): {
|
|
|
10454
10584
|
flagsmith: "flagsmith";
|
|
10455
10585
|
unleash: "unleash";
|
|
10456
10586
|
}>;
|
|
10587
|
+
integrations: z.ZodDefault<z.ZodEnum<{
|
|
10588
|
+
none: "none";
|
|
10589
|
+
nango: "nango";
|
|
10590
|
+
}>>;
|
|
10591
|
+
ecommerce: z.ZodDefault<z.ZodEnum<{
|
|
10592
|
+
none: "none";
|
|
10593
|
+
medusa: "medusa";
|
|
10594
|
+
}>>;
|
|
10457
10595
|
analytics: z.ZodEnum<{
|
|
10458
10596
|
none: "none";
|
|
10459
10597
|
posthog: "posthog";
|
|
@@ -10764,6 +10902,7 @@ declare function getAllJsonSchemas(): {
|
|
|
10764
10902
|
pythonObservability: z.ZodEnum<{
|
|
10765
10903
|
none: "none";
|
|
10766
10904
|
opentelemetry: "opentelemetry";
|
|
10905
|
+
signoz: "signoz";
|
|
10767
10906
|
"prometheus-client": "prometheus-client";
|
|
10768
10907
|
}>;
|
|
10769
10908
|
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
@@ -10883,6 +11022,7 @@ declare function getAllJsonSchemas(): {
|
|
|
10883
11022
|
goObservability: z.ZodEnum<{
|
|
10884
11023
|
none: "none";
|
|
10885
11024
|
opentelemetry: "opentelemetry";
|
|
11025
|
+
signoz: "signoz";
|
|
10886
11026
|
prometheus: "prometheus";
|
|
10887
11027
|
}>;
|
|
10888
11028
|
goValidation: z.ZodEnum<{
|
|
@@ -11244,6 +11384,8 @@ declare function getAllJsonSchemas(): {
|
|
|
11244
11384
|
logging: "logging";
|
|
11245
11385
|
observability: "observability";
|
|
11246
11386
|
featureFlags: "featureFlags";
|
|
11387
|
+
integrations: "integrations";
|
|
11388
|
+
ecommerce: "ecommerce";
|
|
11247
11389
|
analytics: "analytics";
|
|
11248
11390
|
cms: "cms";
|
|
11249
11391
|
caching: "caching";
|
|
@@ -11392,6 +11534,8 @@ declare function getAllJsonSchemas(): {
|
|
|
11392
11534
|
biome: "biome";
|
|
11393
11535
|
lefthook: "lefthook";
|
|
11394
11536
|
husky: "husky";
|
|
11537
|
+
knip: "knip";
|
|
11538
|
+
gitleaks: "gitleaks";
|
|
11395
11539
|
ruler: "ruler";
|
|
11396
11540
|
mcp: "mcp";
|
|
11397
11541
|
skills: "skills";
|
|
@@ -11413,6 +11557,7 @@ declare function getAllJsonSchemas(): {
|
|
|
11413
11557
|
"backend-utils": "backend-utils";
|
|
11414
11558
|
devcontainer: "devcontainer";
|
|
11415
11559
|
"docker-compose": "docker-compose";
|
|
11560
|
+
kong: "kong";
|
|
11416
11561
|
"github-actions": "github-actions";
|
|
11417
11562
|
eslint: "eslint";
|
|
11418
11563
|
prettier: "prettier";
|
|
@@ -11456,6 +11601,7 @@ declare function getAllJsonSchemas(): {
|
|
|
11456
11601
|
creem: "creem";
|
|
11457
11602
|
autumn: "autumn";
|
|
11458
11603
|
commet: "commet";
|
|
11604
|
+
xendit: "xendit";
|
|
11459
11605
|
}>;
|
|
11460
11606
|
packageManager: z.ZodEnum<{
|
|
11461
11607
|
bun: "bun";
|
|
@@ -11732,6 +11878,7 @@ declare function getAllJsonSchemas(): {
|
|
|
11732
11878
|
observability: z.ZodEnum<{
|
|
11733
11879
|
none: "none";
|
|
11734
11880
|
opentelemetry: "opentelemetry";
|
|
11881
|
+
signoz: "signoz";
|
|
11735
11882
|
sentry: "sentry";
|
|
11736
11883
|
grafana: "grafana";
|
|
11737
11884
|
datadog: "datadog";
|
|
@@ -11746,6 +11893,14 @@ declare function getAllJsonSchemas(): {
|
|
|
11746
11893
|
flagsmith: "flagsmith";
|
|
11747
11894
|
unleash: "unleash";
|
|
11748
11895
|
}>;
|
|
11896
|
+
integrations: z.ZodDefault<z.ZodEnum<{
|
|
11897
|
+
none: "none";
|
|
11898
|
+
nango: "nango";
|
|
11899
|
+
}>>;
|
|
11900
|
+
ecommerce: z.ZodDefault<z.ZodEnum<{
|
|
11901
|
+
none: "none";
|
|
11902
|
+
medusa: "medusa";
|
|
11903
|
+
}>>;
|
|
11749
11904
|
analytics: z.ZodEnum<{
|
|
11750
11905
|
none: "none";
|
|
11751
11906
|
posthog: "posthog";
|
|
@@ -12056,6 +12211,7 @@ declare function getAllJsonSchemas(): {
|
|
|
12056
12211
|
pythonObservability: z.ZodEnum<{
|
|
12057
12212
|
none: "none";
|
|
12058
12213
|
opentelemetry: "opentelemetry";
|
|
12214
|
+
signoz: "signoz";
|
|
12059
12215
|
"prometheus-client": "prometheus-client";
|
|
12060
12216
|
}>;
|
|
12061
12217
|
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
@@ -12175,6 +12331,7 @@ declare function getAllJsonSchemas(): {
|
|
|
12175
12331
|
goObservability: z.ZodEnum<{
|
|
12176
12332
|
none: "none";
|
|
12177
12333
|
opentelemetry: "opentelemetry";
|
|
12334
|
+
signoz: "signoz";
|
|
12178
12335
|
prometheus: "prometheus";
|
|
12179
12336
|
}>;
|
|
12180
12337
|
goValidation: z.ZodEnum<{
|
|
@@ -12536,6 +12693,8 @@ declare function getAllJsonSchemas(): {
|
|
|
12536
12693
|
logging: "logging";
|
|
12537
12694
|
observability: "observability";
|
|
12538
12695
|
featureFlags: "featureFlags";
|
|
12696
|
+
integrations: "integrations";
|
|
12697
|
+
ecommerce: "ecommerce";
|
|
12539
12698
|
analytics: "analytics";
|
|
12540
12699
|
cms: "cms";
|
|
12541
12700
|
caching: "caching";
|
|
@@ -12685,6 +12844,8 @@ declare function getAllJsonSchemas(): {
|
|
|
12685
12844
|
biome: "biome";
|
|
12686
12845
|
lefthook: "lefthook";
|
|
12687
12846
|
husky: "husky";
|
|
12847
|
+
knip: "knip";
|
|
12848
|
+
gitleaks: "gitleaks";
|
|
12688
12849
|
ruler: "ruler";
|
|
12689
12850
|
mcp: "mcp";
|
|
12690
12851
|
skills: "skills";
|
|
@@ -12706,6 +12867,7 @@ declare function getAllJsonSchemas(): {
|
|
|
12706
12867
|
"backend-utils": "backend-utils";
|
|
12707
12868
|
devcontainer: "devcontainer";
|
|
12708
12869
|
"docker-compose": "docker-compose";
|
|
12870
|
+
kong: "kong";
|
|
12709
12871
|
"github-actions": "github-actions";
|
|
12710
12872
|
eslint: "eslint";
|
|
12711
12873
|
prettier: "prettier";
|
|
@@ -12749,6 +12911,7 @@ declare function getAllJsonSchemas(): {
|
|
|
12749
12911
|
creem: "creem";
|
|
12750
12912
|
autumn: "autumn";
|
|
12751
12913
|
commet: "commet";
|
|
12914
|
+
xendit: "xendit";
|
|
12752
12915
|
}>;
|
|
12753
12916
|
git: z.ZodBoolean;
|
|
12754
12917
|
packageManager: z.ZodEnum<{
|
|
@@ -13027,6 +13190,7 @@ declare function getAllJsonSchemas(): {
|
|
|
13027
13190
|
observability: z.ZodEnum<{
|
|
13028
13191
|
none: "none";
|
|
13029
13192
|
opentelemetry: "opentelemetry";
|
|
13193
|
+
signoz: "signoz";
|
|
13030
13194
|
sentry: "sentry";
|
|
13031
13195
|
grafana: "grafana";
|
|
13032
13196
|
datadog: "datadog";
|
|
@@ -13041,6 +13205,14 @@ declare function getAllJsonSchemas(): {
|
|
|
13041
13205
|
flagsmith: "flagsmith";
|
|
13042
13206
|
unleash: "unleash";
|
|
13043
13207
|
}>;
|
|
13208
|
+
integrations: z.ZodDefault<z.ZodEnum<{
|
|
13209
|
+
none: "none";
|
|
13210
|
+
nango: "nango";
|
|
13211
|
+
}>>;
|
|
13212
|
+
ecommerce: z.ZodDefault<z.ZodEnum<{
|
|
13213
|
+
none: "none";
|
|
13214
|
+
medusa: "medusa";
|
|
13215
|
+
}>>;
|
|
13044
13216
|
analytics: z.ZodEnum<{
|
|
13045
13217
|
none: "none";
|
|
13046
13218
|
posthog: "posthog";
|
|
@@ -13351,6 +13523,7 @@ declare function getAllJsonSchemas(): {
|
|
|
13351
13523
|
pythonObservability: z.ZodEnum<{
|
|
13352
13524
|
none: "none";
|
|
13353
13525
|
opentelemetry: "opentelemetry";
|
|
13526
|
+
signoz: "signoz";
|
|
13354
13527
|
"prometheus-client": "prometheus-client";
|
|
13355
13528
|
}>;
|
|
13356
13529
|
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
@@ -13470,6 +13643,7 @@ declare function getAllJsonSchemas(): {
|
|
|
13470
13643
|
goObservability: z.ZodEnum<{
|
|
13471
13644
|
none: "none";
|
|
13472
13645
|
opentelemetry: "opentelemetry";
|
|
13646
|
+
signoz: "signoz";
|
|
13473
13647
|
prometheus: "prometheus";
|
|
13474
13648
|
}>;
|
|
13475
13649
|
goValidation: z.ZodEnum<{
|
|
@@ -13831,6 +14005,8 @@ declare function getAllJsonSchemas(): {
|
|
|
13831
14005
|
logging: "logging";
|
|
13832
14006
|
observability: "observability";
|
|
13833
14007
|
featureFlags: "featureFlags";
|
|
14008
|
+
integrations: "integrations";
|
|
14009
|
+
ecommerce: "ecommerce";
|
|
13834
14010
|
analytics: "analytics";
|
|
13835
14011
|
cms: "cms";
|
|
13836
14012
|
caching: "caching";
|