@better-t-stack/types 3.28.1-pr1036.ff20c00 → 3.28.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json-schema.d.mts +14 -14
- package/dist/schemas.d.mts +9 -9
- package/package.json +1 -1
package/dist/json-schema.d.mts
CHANGED
|
@@ -268,13 +268,13 @@ declare function getAddonOptionsJsonSchema(): z.core.ZodStandardJSONSchemaPayloa
|
|
|
268
268
|
eslint: "eslint";
|
|
269
269
|
}>>;
|
|
270
270
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
271
|
-
void: "void";
|
|
272
271
|
antigravity: "antigravity";
|
|
273
272
|
cursor: "cursor";
|
|
274
273
|
vscode: "vscode";
|
|
275
274
|
zed: "zed";
|
|
276
275
|
windsurf: "windsurf";
|
|
277
276
|
trae: "trae";
|
|
277
|
+
void: "void";
|
|
278
278
|
codebuddy: "codebuddy";
|
|
279
279
|
bob: "bob";
|
|
280
280
|
kiro: "kiro";
|
|
@@ -516,13 +516,13 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
516
516
|
eslint: "eslint";
|
|
517
517
|
}>>;
|
|
518
518
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
519
|
-
void: "void";
|
|
520
519
|
antigravity: "antigravity";
|
|
521
520
|
cursor: "cursor";
|
|
522
521
|
vscode: "vscode";
|
|
523
522
|
zed: "zed";
|
|
524
523
|
windsurf: "windsurf";
|
|
525
524
|
trae: "trae";
|
|
525
|
+
void: "void";
|
|
526
526
|
codebuddy: "codebuddy";
|
|
527
527
|
bob: "bob";
|
|
528
528
|
kiro: "kiro";
|
|
@@ -889,13 +889,13 @@ declare function getAddInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.
|
|
|
889
889
|
eslint: "eslint";
|
|
890
890
|
}>>;
|
|
891
891
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
892
|
-
void: "void";
|
|
893
892
|
antigravity: "antigravity";
|
|
894
893
|
cursor: "cursor";
|
|
895
894
|
vscode: "vscode";
|
|
896
895
|
zed: "zed";
|
|
897
896
|
windsurf: "windsurf";
|
|
898
897
|
trae: "trae";
|
|
898
|
+
void: "void";
|
|
899
899
|
codebuddy: "codebuddy";
|
|
900
900
|
bob: "bob";
|
|
901
901
|
kiro: "kiro";
|
|
@@ -1123,13 +1123,13 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1123
1123
|
eslint: "eslint";
|
|
1124
1124
|
}>>;
|
|
1125
1125
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1126
|
-
void: "void";
|
|
1127
1126
|
antigravity: "antigravity";
|
|
1128
1127
|
cursor: "cursor";
|
|
1129
1128
|
vscode: "vscode";
|
|
1130
1129
|
zed: "zed";
|
|
1131
1130
|
windsurf: "windsurf";
|
|
1132
1131
|
trae: "trae";
|
|
1132
|
+
void: "void";
|
|
1133
1133
|
codebuddy: "codebuddy";
|
|
1134
1134
|
bob: "bob";
|
|
1135
1135
|
kiro: "kiro";
|
|
@@ -1470,13 +1470,13 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
1470
1470
|
eslint: "eslint";
|
|
1471
1471
|
}>>;
|
|
1472
1472
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1473
|
-
void: "void";
|
|
1474
1473
|
antigravity: "antigravity";
|
|
1475
1474
|
cursor: "cursor";
|
|
1476
1475
|
vscode: "vscode";
|
|
1477
1476
|
zed: "zed";
|
|
1478
1477
|
windsurf: "windsurf";
|
|
1479
1478
|
trae: "trae";
|
|
1479
|
+
void: "void";
|
|
1480
1480
|
codebuddy: "codebuddy";
|
|
1481
1481
|
bob: "bob";
|
|
1482
1482
|
kiro: "kiro";
|
|
@@ -1816,13 +1816,13 @@ declare function getBetterTStackConfigFileJsonSchema(): z.core.ZodStandardJSONSc
|
|
|
1816
1816
|
eslint: "eslint";
|
|
1817
1817
|
}>>;
|
|
1818
1818
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1819
|
-
void: "void";
|
|
1820
1819
|
antigravity: "antigravity";
|
|
1821
1820
|
cursor: "cursor";
|
|
1822
1821
|
vscode: "vscode";
|
|
1823
1822
|
zed: "zed";
|
|
1824
1823
|
windsurf: "windsurf";
|
|
1825
1824
|
trae: "trae";
|
|
1825
|
+
void: "void";
|
|
1826
1826
|
codebuddy: "codebuddy";
|
|
1827
1827
|
bob: "bob";
|
|
1828
1828
|
kiro: "kiro";
|
|
@@ -2163,13 +2163,13 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
2163
2163
|
eslint: "eslint";
|
|
2164
2164
|
}>>;
|
|
2165
2165
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2166
|
-
void: "void";
|
|
2167
2166
|
antigravity: "antigravity";
|
|
2168
2167
|
cursor: "cursor";
|
|
2169
2168
|
vscode: "vscode";
|
|
2170
2169
|
zed: "zed";
|
|
2171
2170
|
windsurf: "windsurf";
|
|
2172
2171
|
trae: "trae";
|
|
2172
|
+
void: "void";
|
|
2173
2173
|
codebuddy: "codebuddy";
|
|
2174
2174
|
bob: "bob";
|
|
2175
2175
|
kiro: "kiro";
|
|
@@ -2632,13 +2632,13 @@ declare function getAllJsonSchemas(): {
|
|
|
2632
2632
|
eslint: "eslint";
|
|
2633
2633
|
}>>;
|
|
2634
2634
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2635
|
-
void: "void";
|
|
2636
2635
|
antigravity: "antigravity";
|
|
2637
2636
|
cursor: "cursor";
|
|
2638
2637
|
vscode: "vscode";
|
|
2639
2638
|
zed: "zed";
|
|
2640
2639
|
windsurf: "windsurf";
|
|
2641
2640
|
trae: "trae";
|
|
2641
|
+
void: "void";
|
|
2642
2642
|
codebuddy: "codebuddy";
|
|
2643
2643
|
bob: "bob";
|
|
2644
2644
|
kiro: "kiro";
|
|
@@ -2880,13 +2880,13 @@ declare function getAllJsonSchemas(): {
|
|
|
2880
2880
|
eslint: "eslint";
|
|
2881
2881
|
}>>;
|
|
2882
2882
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2883
|
-
void: "void";
|
|
2884
2883
|
antigravity: "antigravity";
|
|
2885
2884
|
cursor: "cursor";
|
|
2886
2885
|
vscode: "vscode";
|
|
2887
2886
|
zed: "zed";
|
|
2888
2887
|
windsurf: "windsurf";
|
|
2889
2888
|
trae: "trae";
|
|
2889
|
+
void: "void";
|
|
2890
2890
|
codebuddy: "codebuddy";
|
|
2891
2891
|
bob: "bob";
|
|
2892
2892
|
kiro: "kiro";
|
|
@@ -3253,13 +3253,13 @@ declare function getAllJsonSchemas(): {
|
|
|
3253
3253
|
eslint: "eslint";
|
|
3254
3254
|
}>>;
|
|
3255
3255
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3256
|
-
void: "void";
|
|
3257
3256
|
antigravity: "antigravity";
|
|
3258
3257
|
cursor: "cursor";
|
|
3259
3258
|
vscode: "vscode";
|
|
3260
3259
|
zed: "zed";
|
|
3261
3260
|
windsurf: "windsurf";
|
|
3262
3261
|
trae: "trae";
|
|
3262
|
+
void: "void";
|
|
3263
3263
|
codebuddy: "codebuddy";
|
|
3264
3264
|
bob: "bob";
|
|
3265
3265
|
kiro: "kiro";
|
|
@@ -3487,13 +3487,13 @@ declare function getAllJsonSchemas(): {
|
|
|
3487
3487
|
eslint: "eslint";
|
|
3488
3488
|
}>>;
|
|
3489
3489
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3490
|
-
void: "void";
|
|
3491
3490
|
antigravity: "antigravity";
|
|
3492
3491
|
cursor: "cursor";
|
|
3493
3492
|
vscode: "vscode";
|
|
3494
3493
|
zed: "zed";
|
|
3495
3494
|
windsurf: "windsurf";
|
|
3496
3495
|
trae: "trae";
|
|
3496
|
+
void: "void";
|
|
3497
3497
|
codebuddy: "codebuddy";
|
|
3498
3498
|
bob: "bob";
|
|
3499
3499
|
kiro: "kiro";
|
|
@@ -3834,13 +3834,13 @@ declare function getAllJsonSchemas(): {
|
|
|
3834
3834
|
eslint: "eslint";
|
|
3835
3835
|
}>>;
|
|
3836
3836
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3837
|
-
void: "void";
|
|
3838
3837
|
antigravity: "antigravity";
|
|
3839
3838
|
cursor: "cursor";
|
|
3840
3839
|
vscode: "vscode";
|
|
3841
3840
|
zed: "zed";
|
|
3842
3841
|
windsurf: "windsurf";
|
|
3843
3842
|
trae: "trae";
|
|
3843
|
+
void: "void";
|
|
3844
3844
|
codebuddy: "codebuddy";
|
|
3845
3845
|
bob: "bob";
|
|
3846
3846
|
kiro: "kiro";
|
|
@@ -4180,13 +4180,13 @@ declare function getAllJsonSchemas(): {
|
|
|
4180
4180
|
eslint: "eslint";
|
|
4181
4181
|
}>>;
|
|
4182
4182
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
4183
|
-
void: "void";
|
|
4184
4183
|
antigravity: "antigravity";
|
|
4185
4184
|
cursor: "cursor";
|
|
4186
4185
|
vscode: "vscode";
|
|
4187
4186
|
zed: "zed";
|
|
4188
4187
|
windsurf: "windsurf";
|
|
4189
4188
|
trae: "trae";
|
|
4189
|
+
void: "void";
|
|
4190
4190
|
codebuddy: "codebuddy";
|
|
4191
4191
|
bob: "bob";
|
|
4192
4192
|
kiro: "kiro";
|
|
@@ -4527,13 +4527,13 @@ declare function getAllJsonSchemas(): {
|
|
|
4527
4527
|
eslint: "eslint";
|
|
4528
4528
|
}>>;
|
|
4529
4529
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
4530
|
-
void: "void";
|
|
4531
4530
|
antigravity: "antigravity";
|
|
4532
4531
|
cursor: "cursor";
|
|
4533
4532
|
vscode: "vscode";
|
|
4534
4533
|
zed: "zed";
|
|
4535
4534
|
windsurf: "windsurf";
|
|
4536
4535
|
trae: "trae";
|
|
4536
|
+
void: "void";
|
|
4537
4537
|
codebuddy: "codebuddy";
|
|
4538
4538
|
bob: "bob";
|
|
4539
4539
|
kiro: "kiro";
|
package/dist/schemas.d.mts
CHANGED
|
@@ -272,13 +272,13 @@ declare const UltraciteLinterSchema: z.ZodEnum<{
|
|
|
272
272
|
eslint: "eslint";
|
|
273
273
|
}>;
|
|
274
274
|
declare const UltraciteEditorSchema: z.ZodEnum<{
|
|
275
|
-
void: "void";
|
|
276
275
|
antigravity: "antigravity";
|
|
277
276
|
cursor: "cursor";
|
|
278
277
|
vscode: "vscode";
|
|
279
278
|
zed: "zed";
|
|
280
279
|
windsurf: "windsurf";
|
|
281
280
|
trae: "trae";
|
|
281
|
+
void: "void";
|
|
282
282
|
codebuddy: "codebuddy";
|
|
283
283
|
bob: "bob";
|
|
284
284
|
kiro: "kiro";
|
|
@@ -491,13 +491,13 @@ declare const AddonOptionsSchema: z.ZodObject<{
|
|
|
491
491
|
eslint: "eslint";
|
|
492
492
|
}>>;
|
|
493
493
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
494
|
-
void: "void";
|
|
495
494
|
antigravity: "antigravity";
|
|
496
495
|
cursor: "cursor";
|
|
497
496
|
vscode: "vscode";
|
|
498
497
|
zed: "zed";
|
|
499
498
|
windsurf: "windsurf";
|
|
500
499
|
trae: "trae";
|
|
500
|
+
void: "void";
|
|
501
501
|
codebuddy: "codebuddy";
|
|
502
502
|
bob: "bob";
|
|
503
503
|
kiro: "kiro";
|
|
@@ -740,13 +740,13 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
740
740
|
eslint: "eslint";
|
|
741
741
|
}>>;
|
|
742
742
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
743
|
-
void: "void";
|
|
744
743
|
antigravity: "antigravity";
|
|
745
744
|
cursor: "cursor";
|
|
746
745
|
vscode: "vscode";
|
|
747
746
|
zed: "zed";
|
|
748
747
|
windsurf: "windsurf";
|
|
749
748
|
trae: "trae";
|
|
749
|
+
void: "void";
|
|
750
750
|
codebuddy: "codebuddy";
|
|
751
751
|
bob: "bob";
|
|
752
752
|
kiro: "kiro";
|
|
@@ -1113,13 +1113,13 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
1113
1113
|
eslint: "eslint";
|
|
1114
1114
|
}>>;
|
|
1115
1115
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1116
|
-
void: "void";
|
|
1117
1116
|
antigravity: "antigravity";
|
|
1118
1117
|
cursor: "cursor";
|
|
1119
1118
|
vscode: "vscode";
|
|
1120
1119
|
zed: "zed";
|
|
1121
1120
|
windsurf: "windsurf";
|
|
1122
1121
|
trae: "trae";
|
|
1122
|
+
void: "void";
|
|
1123
1123
|
codebuddy: "codebuddy";
|
|
1124
1124
|
bob: "bob";
|
|
1125
1125
|
kiro: "kiro";
|
|
@@ -1356,13 +1356,13 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
1356
1356
|
eslint: "eslint";
|
|
1357
1357
|
}>>;
|
|
1358
1358
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1359
|
-
void: "void";
|
|
1360
1359
|
antigravity: "antigravity";
|
|
1361
1360
|
cursor: "cursor";
|
|
1362
1361
|
vscode: "vscode";
|
|
1363
1362
|
zed: "zed";
|
|
1364
1363
|
windsurf: "windsurf";
|
|
1365
1364
|
trae: "trae";
|
|
1365
|
+
void: "void";
|
|
1366
1366
|
codebuddy: "codebuddy";
|
|
1367
1367
|
bob: "bob";
|
|
1368
1368
|
kiro: "kiro";
|
|
@@ -1713,13 +1713,13 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
1713
1713
|
eslint: "eslint";
|
|
1714
1714
|
}>>;
|
|
1715
1715
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1716
|
-
void: "void";
|
|
1717
1716
|
antigravity: "antigravity";
|
|
1718
1717
|
cursor: "cursor";
|
|
1719
1718
|
vscode: "vscode";
|
|
1720
1719
|
zed: "zed";
|
|
1721
1720
|
windsurf: "windsurf";
|
|
1722
1721
|
trae: "trae";
|
|
1722
|
+
void: "void";
|
|
1723
1723
|
codebuddy: "codebuddy";
|
|
1724
1724
|
bob: "bob";
|
|
1725
1725
|
kiro: "kiro";
|
|
@@ -2060,13 +2060,13 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
2060
2060
|
eslint: "eslint";
|
|
2061
2061
|
}>>;
|
|
2062
2062
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2063
|
-
void: "void";
|
|
2064
2063
|
antigravity: "antigravity";
|
|
2065
2064
|
cursor: "cursor";
|
|
2066
2065
|
vscode: "vscode";
|
|
2067
2066
|
zed: "zed";
|
|
2068
2067
|
windsurf: "windsurf";
|
|
2069
2068
|
trae: "trae";
|
|
2069
|
+
void: "void";
|
|
2070
2070
|
codebuddy: "codebuddy";
|
|
2071
2071
|
bob: "bob";
|
|
2072
2072
|
kiro: "kiro";
|
|
@@ -2406,13 +2406,13 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
2406
2406
|
eslint: "eslint";
|
|
2407
2407
|
}>>;
|
|
2408
2408
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2409
|
-
void: "void";
|
|
2410
2409
|
antigravity: "antigravity";
|
|
2411
2410
|
cursor: "cursor";
|
|
2412
2411
|
vscode: "vscode";
|
|
2413
2412
|
zed: "zed";
|
|
2414
2413
|
windsurf: "windsurf";
|
|
2415
2414
|
trae: "trae";
|
|
2415
|
+
void: "void";
|
|
2416
2416
|
codebuddy: "codebuddy";
|
|
2417
2417
|
bob: "bob";
|
|
2418
2418
|
kiro: "kiro";
|
|
@@ -2753,13 +2753,13 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
2753
2753
|
eslint: "eslint";
|
|
2754
2754
|
}>>;
|
|
2755
2755
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2756
|
-
void: "void";
|
|
2757
2756
|
antigravity: "antigravity";
|
|
2758
2757
|
cursor: "cursor";
|
|
2759
2758
|
vscode: "vscode";
|
|
2760
2759
|
zed: "zed";
|
|
2761
2760
|
windsurf: "windsurf";
|
|
2762
2761
|
trae: "trae";
|
|
2762
|
+
void: "void";
|
|
2763
2763
|
codebuddy: "codebuddy";
|
|
2764
2764
|
bob: "bob";
|
|
2765
2765
|
kiro: "kiro";
|