@better-t-stack/types 3.33.2 → 3.35.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/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
|
@@ -272,13 +272,13 @@ declare function getAddonOptionsJsonSchema(): z.core.ZodStandardJSONSchemaPayloa
|
|
|
272
272
|
eslint: "eslint";
|
|
273
273
|
}>>;
|
|
274
274
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
275
|
+
void: "void";
|
|
275
276
|
antigravity: "antigravity";
|
|
276
277
|
cursor: "cursor";
|
|
277
278
|
vscode: "vscode";
|
|
278
279
|
zed: "zed";
|
|
279
280
|
windsurf: "windsurf";
|
|
280
281
|
trae: "trae";
|
|
281
|
-
void: "void";
|
|
282
282
|
codebuddy: "codebuddy";
|
|
283
283
|
bob: "bob";
|
|
284
284
|
kiro: "kiro";
|
|
@@ -521,13 +521,13 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
521
521
|
eslint: "eslint";
|
|
522
522
|
}>>;
|
|
523
523
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
524
|
+
void: "void";
|
|
524
525
|
antigravity: "antigravity";
|
|
525
526
|
cursor: "cursor";
|
|
526
527
|
vscode: "vscode";
|
|
527
528
|
zed: "zed";
|
|
528
529
|
windsurf: "windsurf";
|
|
529
530
|
trae: "trae";
|
|
530
|
-
void: "void";
|
|
531
531
|
codebuddy: "codebuddy";
|
|
532
532
|
bob: "bob";
|
|
533
533
|
kiro: "kiro";
|
|
@@ -899,13 +899,13 @@ declare function getAddInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.
|
|
|
899
899
|
eslint: "eslint";
|
|
900
900
|
}>>;
|
|
901
901
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
902
|
+
void: "void";
|
|
902
903
|
antigravity: "antigravity";
|
|
903
904
|
cursor: "cursor";
|
|
904
905
|
vscode: "vscode";
|
|
905
906
|
zed: "zed";
|
|
906
907
|
windsurf: "windsurf";
|
|
907
908
|
trae: "trae";
|
|
908
|
-
void: "void";
|
|
909
909
|
codebuddy: "codebuddy";
|
|
910
910
|
bob: "bob";
|
|
911
911
|
kiro: "kiro";
|
|
@@ -1136,13 +1136,13 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1136
1136
|
eslint: "eslint";
|
|
1137
1137
|
}>>;
|
|
1138
1138
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1139
|
+
void: "void";
|
|
1139
1140
|
antigravity: "antigravity";
|
|
1140
1141
|
cursor: "cursor";
|
|
1141
1142
|
vscode: "vscode";
|
|
1142
1143
|
zed: "zed";
|
|
1143
1144
|
windsurf: "windsurf";
|
|
1144
1145
|
trae: "trae";
|
|
1145
|
-
void: "void";
|
|
1146
1146
|
codebuddy: "codebuddy";
|
|
1147
1147
|
bob: "bob";
|
|
1148
1148
|
kiro: "kiro";
|
|
@@ -1487,13 +1487,13 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
1487
1487
|
eslint: "eslint";
|
|
1488
1488
|
}>>;
|
|
1489
1489
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1490
|
+
void: "void";
|
|
1490
1491
|
antigravity: "antigravity";
|
|
1491
1492
|
cursor: "cursor";
|
|
1492
1493
|
vscode: "vscode";
|
|
1493
1494
|
zed: "zed";
|
|
1494
1495
|
windsurf: "windsurf";
|
|
1495
1496
|
trae: "trae";
|
|
1496
|
-
void: "void";
|
|
1497
1497
|
codebuddy: "codebuddy";
|
|
1498
1498
|
bob: "bob";
|
|
1499
1499
|
kiro: "kiro";
|
|
@@ -1837,13 +1837,13 @@ declare function getBetterTStackConfigFileJsonSchema(): z.core.ZodStandardJSONSc
|
|
|
1837
1837
|
eslint: "eslint";
|
|
1838
1838
|
}>>;
|
|
1839
1839
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1840
|
+
void: "void";
|
|
1840
1841
|
antigravity: "antigravity";
|
|
1841
1842
|
cursor: "cursor";
|
|
1842
1843
|
vscode: "vscode";
|
|
1843
1844
|
zed: "zed";
|
|
1844
1845
|
windsurf: "windsurf";
|
|
1845
1846
|
trae: "trae";
|
|
1846
|
-
void: "void";
|
|
1847
1847
|
codebuddy: "codebuddy";
|
|
1848
1848
|
bob: "bob";
|
|
1849
1849
|
kiro: "kiro";
|
|
@@ -2188,13 +2188,13 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
2188
2188
|
eslint: "eslint";
|
|
2189
2189
|
}>>;
|
|
2190
2190
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2191
|
+
void: "void";
|
|
2191
2192
|
antigravity: "antigravity";
|
|
2192
2193
|
cursor: "cursor";
|
|
2193
2194
|
vscode: "vscode";
|
|
2194
2195
|
zed: "zed";
|
|
2195
2196
|
windsurf: "windsurf";
|
|
2196
2197
|
trae: "trae";
|
|
2197
|
-
void: "void";
|
|
2198
2198
|
codebuddy: "codebuddy";
|
|
2199
2199
|
bob: "bob";
|
|
2200
2200
|
kiro: "kiro";
|
|
@@ -2664,13 +2664,13 @@ declare function getAllJsonSchemas(): {
|
|
|
2664
2664
|
eslint: "eslint";
|
|
2665
2665
|
}>>;
|
|
2666
2666
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2667
|
+
void: "void";
|
|
2667
2668
|
antigravity: "antigravity";
|
|
2668
2669
|
cursor: "cursor";
|
|
2669
2670
|
vscode: "vscode";
|
|
2670
2671
|
zed: "zed";
|
|
2671
2672
|
windsurf: "windsurf";
|
|
2672
2673
|
trae: "trae";
|
|
2673
|
-
void: "void";
|
|
2674
2674
|
codebuddy: "codebuddy";
|
|
2675
2675
|
bob: "bob";
|
|
2676
2676
|
kiro: "kiro";
|
|
@@ -2913,13 +2913,13 @@ declare function getAllJsonSchemas(): {
|
|
|
2913
2913
|
eslint: "eslint";
|
|
2914
2914
|
}>>;
|
|
2915
2915
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2916
|
+
void: "void";
|
|
2916
2917
|
antigravity: "antigravity";
|
|
2917
2918
|
cursor: "cursor";
|
|
2918
2919
|
vscode: "vscode";
|
|
2919
2920
|
zed: "zed";
|
|
2920
2921
|
windsurf: "windsurf";
|
|
2921
2922
|
trae: "trae";
|
|
2922
|
-
void: "void";
|
|
2923
2923
|
codebuddy: "codebuddy";
|
|
2924
2924
|
bob: "bob";
|
|
2925
2925
|
kiro: "kiro";
|
|
@@ -3291,13 +3291,13 @@ declare function getAllJsonSchemas(): {
|
|
|
3291
3291
|
eslint: "eslint";
|
|
3292
3292
|
}>>;
|
|
3293
3293
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3294
|
+
void: "void";
|
|
3294
3295
|
antigravity: "antigravity";
|
|
3295
3296
|
cursor: "cursor";
|
|
3296
3297
|
vscode: "vscode";
|
|
3297
3298
|
zed: "zed";
|
|
3298
3299
|
windsurf: "windsurf";
|
|
3299
3300
|
trae: "trae";
|
|
3300
|
-
void: "void";
|
|
3301
3301
|
codebuddy: "codebuddy";
|
|
3302
3302
|
bob: "bob";
|
|
3303
3303
|
kiro: "kiro";
|
|
@@ -3528,13 +3528,13 @@ declare function getAllJsonSchemas(): {
|
|
|
3528
3528
|
eslint: "eslint";
|
|
3529
3529
|
}>>;
|
|
3530
3530
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3531
|
+
void: "void";
|
|
3531
3532
|
antigravity: "antigravity";
|
|
3532
3533
|
cursor: "cursor";
|
|
3533
3534
|
vscode: "vscode";
|
|
3534
3535
|
zed: "zed";
|
|
3535
3536
|
windsurf: "windsurf";
|
|
3536
3537
|
trae: "trae";
|
|
3537
|
-
void: "void";
|
|
3538
3538
|
codebuddy: "codebuddy";
|
|
3539
3539
|
bob: "bob";
|
|
3540
3540
|
kiro: "kiro";
|
|
@@ -3879,13 +3879,13 @@ declare function getAllJsonSchemas(): {
|
|
|
3879
3879
|
eslint: "eslint";
|
|
3880
3880
|
}>>;
|
|
3881
3881
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3882
|
+
void: "void";
|
|
3882
3883
|
antigravity: "antigravity";
|
|
3883
3884
|
cursor: "cursor";
|
|
3884
3885
|
vscode: "vscode";
|
|
3885
3886
|
zed: "zed";
|
|
3886
3887
|
windsurf: "windsurf";
|
|
3887
3888
|
trae: "trae";
|
|
3888
|
-
void: "void";
|
|
3889
3889
|
codebuddy: "codebuddy";
|
|
3890
3890
|
bob: "bob";
|
|
3891
3891
|
kiro: "kiro";
|
|
@@ -4229,13 +4229,13 @@ declare function getAllJsonSchemas(): {
|
|
|
4229
4229
|
eslint: "eslint";
|
|
4230
4230
|
}>>;
|
|
4231
4231
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
4232
|
+
void: "void";
|
|
4232
4233
|
antigravity: "antigravity";
|
|
4233
4234
|
cursor: "cursor";
|
|
4234
4235
|
vscode: "vscode";
|
|
4235
4236
|
zed: "zed";
|
|
4236
4237
|
windsurf: "windsurf";
|
|
4237
4238
|
trae: "trae";
|
|
4238
|
-
void: "void";
|
|
4239
4239
|
codebuddy: "codebuddy";
|
|
4240
4240
|
bob: "bob";
|
|
4241
4241
|
kiro: "kiro";
|
|
@@ -4580,13 +4580,13 @@ declare function getAllJsonSchemas(): {
|
|
|
4580
4580
|
eslint: "eslint";
|
|
4581
4581
|
}>>;
|
|
4582
4582
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
4583
|
+
void: "void";
|
|
4583
4584
|
antigravity: "antigravity";
|
|
4584
4585
|
cursor: "cursor";
|
|
4585
4586
|
vscode: "vscode";
|
|
4586
4587
|
zed: "zed";
|
|
4587
4588
|
windsurf: "windsurf";
|
|
4588
4589
|
trae: "trae";
|
|
4589
|
-
void: "void";
|
|
4590
4590
|
codebuddy: "codebuddy";
|
|
4591
4591
|
bob: "bob";
|
|
4592
4592
|
kiro: "kiro";
|
package/dist/schemas.d.mts
CHANGED
|
@@ -276,13 +276,13 @@ declare const UltraciteLinterSchema: z.ZodEnum<{
|
|
|
276
276
|
eslint: "eslint";
|
|
277
277
|
}>;
|
|
278
278
|
declare const UltraciteEditorSchema: z.ZodEnum<{
|
|
279
|
+
void: "void";
|
|
279
280
|
antigravity: "antigravity";
|
|
280
281
|
cursor: "cursor";
|
|
281
282
|
vscode: "vscode";
|
|
282
283
|
zed: "zed";
|
|
283
284
|
windsurf: "windsurf";
|
|
284
285
|
trae: "trae";
|
|
285
|
-
void: "void";
|
|
286
286
|
codebuddy: "codebuddy";
|
|
287
287
|
bob: "bob";
|
|
288
288
|
kiro: "kiro";
|
|
@@ -496,13 +496,13 @@ declare const AddonOptionsSchema: z.ZodObject<{
|
|
|
496
496
|
eslint: "eslint";
|
|
497
497
|
}>>;
|
|
498
498
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
499
|
+
void: "void";
|
|
499
500
|
antigravity: "antigravity";
|
|
500
501
|
cursor: "cursor";
|
|
501
502
|
vscode: "vscode";
|
|
502
503
|
zed: "zed";
|
|
503
504
|
windsurf: "windsurf";
|
|
504
505
|
trae: "trae";
|
|
505
|
-
void: "void";
|
|
506
506
|
codebuddy: "codebuddy";
|
|
507
507
|
bob: "bob";
|
|
508
508
|
kiro: "kiro";
|
|
@@ -746,13 +746,13 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
746
746
|
eslint: "eslint";
|
|
747
747
|
}>>;
|
|
748
748
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
749
|
+
void: "void";
|
|
749
750
|
antigravity: "antigravity";
|
|
750
751
|
cursor: "cursor";
|
|
751
752
|
vscode: "vscode";
|
|
752
753
|
zed: "zed";
|
|
753
754
|
windsurf: "windsurf";
|
|
754
755
|
trae: "trae";
|
|
755
|
-
void: "void";
|
|
756
756
|
codebuddy: "codebuddy";
|
|
757
757
|
bob: "bob";
|
|
758
758
|
kiro: "kiro";
|
|
@@ -1124,13 +1124,13 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
1124
1124
|
eslint: "eslint";
|
|
1125
1125
|
}>>;
|
|
1126
1126
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1127
|
+
void: "void";
|
|
1127
1128
|
antigravity: "antigravity";
|
|
1128
1129
|
cursor: "cursor";
|
|
1129
1130
|
vscode: "vscode";
|
|
1130
1131
|
zed: "zed";
|
|
1131
1132
|
windsurf: "windsurf";
|
|
1132
1133
|
trae: "trae";
|
|
1133
|
-
void: "void";
|
|
1134
1134
|
codebuddy: "codebuddy";
|
|
1135
1135
|
bob: "bob";
|
|
1136
1136
|
kiro: "kiro";
|
|
@@ -1370,13 +1370,13 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
1370
1370
|
eslint: "eslint";
|
|
1371
1371
|
}>>;
|
|
1372
1372
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1373
|
+
void: "void";
|
|
1373
1374
|
antigravity: "antigravity";
|
|
1374
1375
|
cursor: "cursor";
|
|
1375
1376
|
vscode: "vscode";
|
|
1376
1377
|
zed: "zed";
|
|
1377
1378
|
windsurf: "windsurf";
|
|
1378
1379
|
trae: "trae";
|
|
1379
|
-
void: "void";
|
|
1380
1380
|
codebuddy: "codebuddy";
|
|
1381
1381
|
bob: "bob";
|
|
1382
1382
|
kiro: "kiro";
|
|
@@ -1731,13 +1731,13 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
1731
1731
|
eslint: "eslint";
|
|
1732
1732
|
}>>;
|
|
1733
1733
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1734
|
+
void: "void";
|
|
1734
1735
|
antigravity: "antigravity";
|
|
1735
1736
|
cursor: "cursor";
|
|
1736
1737
|
vscode: "vscode";
|
|
1737
1738
|
zed: "zed";
|
|
1738
1739
|
windsurf: "windsurf";
|
|
1739
1740
|
trae: "trae";
|
|
1740
|
-
void: "void";
|
|
1741
1741
|
codebuddy: "codebuddy";
|
|
1742
1742
|
bob: "bob";
|
|
1743
1743
|
kiro: "kiro";
|
|
@@ -2082,13 +2082,13 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
2082
2082
|
eslint: "eslint";
|
|
2083
2083
|
}>>;
|
|
2084
2084
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2085
|
+
void: "void";
|
|
2085
2086
|
antigravity: "antigravity";
|
|
2086
2087
|
cursor: "cursor";
|
|
2087
2088
|
vscode: "vscode";
|
|
2088
2089
|
zed: "zed";
|
|
2089
2090
|
windsurf: "windsurf";
|
|
2090
2091
|
trae: "trae";
|
|
2091
|
-
void: "void";
|
|
2092
2092
|
codebuddy: "codebuddy";
|
|
2093
2093
|
bob: "bob";
|
|
2094
2094
|
kiro: "kiro";
|
|
@@ -2432,13 +2432,13 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
2432
2432
|
eslint: "eslint";
|
|
2433
2433
|
}>>;
|
|
2434
2434
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2435
|
+
void: "void";
|
|
2435
2436
|
antigravity: "antigravity";
|
|
2436
2437
|
cursor: "cursor";
|
|
2437
2438
|
vscode: "vscode";
|
|
2438
2439
|
zed: "zed";
|
|
2439
2440
|
windsurf: "windsurf";
|
|
2440
2441
|
trae: "trae";
|
|
2441
|
-
void: "void";
|
|
2442
2442
|
codebuddy: "codebuddy";
|
|
2443
2443
|
bob: "bob";
|
|
2444
2444
|
kiro: "kiro";
|
|
@@ -2783,13 +2783,13 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
2783
2783
|
eslint: "eslint";
|
|
2784
2784
|
}>>;
|
|
2785
2785
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2786
|
+
void: "void";
|
|
2786
2787
|
antigravity: "antigravity";
|
|
2787
2788
|
cursor: "cursor";
|
|
2788
2789
|
vscode: "vscode";
|
|
2789
2790
|
zed: "zed";
|
|
2790
2791
|
windsurf: "windsurf";
|
|
2791
2792
|
trae: "trae";
|
|
2792
|
-
void: "void";
|
|
2793
2793
|
codebuddy: "codebuddy";
|
|
2794
2794
|
bob: "bob";
|
|
2795
2795
|
kiro: "kiro";
|