@better-t-stack/types 3.36.1 → 3.36.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
|
@@ -274,13 +274,13 @@ declare function getAddonOptionsJsonSchema(): z.core.ZodStandardJSONSchemaPayloa
|
|
|
274
274
|
eslint: "eslint";
|
|
275
275
|
}>>;
|
|
276
276
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
277
|
-
void: "void";
|
|
278
277
|
antigravity: "antigravity";
|
|
279
278
|
cursor: "cursor";
|
|
280
279
|
vscode: "vscode";
|
|
281
280
|
zed: "zed";
|
|
282
281
|
windsurf: "windsurf";
|
|
283
282
|
trae: "trae";
|
|
283
|
+
void: "void";
|
|
284
284
|
codebuddy: "codebuddy";
|
|
285
285
|
bob: "bob";
|
|
286
286
|
kiro: "kiro";
|
|
@@ -523,13 +523,13 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
523
523
|
eslint: "eslint";
|
|
524
524
|
}>>;
|
|
525
525
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
526
|
-
void: "void";
|
|
527
526
|
antigravity: "antigravity";
|
|
528
527
|
cursor: "cursor";
|
|
529
528
|
vscode: "vscode";
|
|
530
529
|
zed: "zed";
|
|
531
530
|
windsurf: "windsurf";
|
|
532
531
|
trae: "trae";
|
|
532
|
+
void: "void";
|
|
533
533
|
codebuddy: "codebuddy";
|
|
534
534
|
bob: "bob";
|
|
535
535
|
kiro: "kiro";
|
|
@@ -903,13 +903,13 @@ declare function getAddInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.
|
|
|
903
903
|
eslint: "eslint";
|
|
904
904
|
}>>;
|
|
905
905
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
906
|
-
void: "void";
|
|
907
906
|
antigravity: "antigravity";
|
|
908
907
|
cursor: "cursor";
|
|
909
908
|
vscode: "vscode";
|
|
910
909
|
zed: "zed";
|
|
911
910
|
windsurf: "windsurf";
|
|
912
911
|
trae: "trae";
|
|
912
|
+
void: "void";
|
|
913
913
|
codebuddy: "codebuddy";
|
|
914
914
|
bob: "bob";
|
|
915
915
|
kiro: "kiro";
|
|
@@ -1142,13 +1142,13 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1142
1142
|
eslint: "eslint";
|
|
1143
1143
|
}>>;
|
|
1144
1144
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1145
|
-
void: "void";
|
|
1146
1145
|
antigravity: "antigravity";
|
|
1147
1146
|
cursor: "cursor";
|
|
1148
1147
|
vscode: "vscode";
|
|
1149
1148
|
zed: "zed";
|
|
1150
1149
|
windsurf: "windsurf";
|
|
1151
1150
|
trae: "trae";
|
|
1151
|
+
void: "void";
|
|
1152
1152
|
codebuddy: "codebuddy";
|
|
1153
1153
|
bob: "bob";
|
|
1154
1154
|
kiro: "kiro";
|
|
@@ -1495,13 +1495,13 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
1495
1495
|
eslint: "eslint";
|
|
1496
1496
|
}>>;
|
|
1497
1497
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1498
|
-
void: "void";
|
|
1499
1498
|
antigravity: "antigravity";
|
|
1500
1499
|
cursor: "cursor";
|
|
1501
1500
|
vscode: "vscode";
|
|
1502
1501
|
zed: "zed";
|
|
1503
1502
|
windsurf: "windsurf";
|
|
1504
1503
|
trae: "trae";
|
|
1504
|
+
void: "void";
|
|
1505
1505
|
codebuddy: "codebuddy";
|
|
1506
1506
|
bob: "bob";
|
|
1507
1507
|
kiro: "kiro";
|
|
@@ -1847,13 +1847,13 @@ declare function getBetterTStackConfigFileJsonSchema(): z.core.ZodStandardJSONSc
|
|
|
1847
1847
|
eslint: "eslint";
|
|
1848
1848
|
}>>;
|
|
1849
1849
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1850
|
-
void: "void";
|
|
1851
1850
|
antigravity: "antigravity";
|
|
1852
1851
|
cursor: "cursor";
|
|
1853
1852
|
vscode: "vscode";
|
|
1854
1853
|
zed: "zed";
|
|
1855
1854
|
windsurf: "windsurf";
|
|
1856
1855
|
trae: "trae";
|
|
1856
|
+
void: "void";
|
|
1857
1857
|
codebuddy: "codebuddy";
|
|
1858
1858
|
bob: "bob";
|
|
1859
1859
|
kiro: "kiro";
|
|
@@ -2200,13 +2200,13 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
2200
2200
|
eslint: "eslint";
|
|
2201
2201
|
}>>;
|
|
2202
2202
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2203
|
-
void: "void";
|
|
2204
2203
|
antigravity: "antigravity";
|
|
2205
2204
|
cursor: "cursor";
|
|
2206
2205
|
vscode: "vscode";
|
|
2207
2206
|
zed: "zed";
|
|
2208
2207
|
windsurf: "windsurf";
|
|
2209
2208
|
trae: "trae";
|
|
2209
|
+
void: "void";
|
|
2210
2210
|
codebuddy: "codebuddy";
|
|
2211
2211
|
bob: "bob";
|
|
2212
2212
|
kiro: "kiro";
|
|
@@ -2680,13 +2680,13 @@ declare function getAllJsonSchemas(): {
|
|
|
2680
2680
|
eslint: "eslint";
|
|
2681
2681
|
}>>;
|
|
2682
2682
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2683
|
-
void: "void";
|
|
2684
2683
|
antigravity: "antigravity";
|
|
2685
2684
|
cursor: "cursor";
|
|
2686
2685
|
vscode: "vscode";
|
|
2687
2686
|
zed: "zed";
|
|
2688
2687
|
windsurf: "windsurf";
|
|
2689
2688
|
trae: "trae";
|
|
2689
|
+
void: "void";
|
|
2690
2690
|
codebuddy: "codebuddy";
|
|
2691
2691
|
bob: "bob";
|
|
2692
2692
|
kiro: "kiro";
|
|
@@ -2929,13 +2929,13 @@ declare function getAllJsonSchemas(): {
|
|
|
2929
2929
|
eslint: "eslint";
|
|
2930
2930
|
}>>;
|
|
2931
2931
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2932
|
-
void: "void";
|
|
2933
2932
|
antigravity: "antigravity";
|
|
2934
2933
|
cursor: "cursor";
|
|
2935
2934
|
vscode: "vscode";
|
|
2936
2935
|
zed: "zed";
|
|
2937
2936
|
windsurf: "windsurf";
|
|
2938
2937
|
trae: "trae";
|
|
2938
|
+
void: "void";
|
|
2939
2939
|
codebuddy: "codebuddy";
|
|
2940
2940
|
bob: "bob";
|
|
2941
2941
|
kiro: "kiro";
|
|
@@ -3309,13 +3309,13 @@ declare function getAllJsonSchemas(): {
|
|
|
3309
3309
|
eslint: "eslint";
|
|
3310
3310
|
}>>;
|
|
3311
3311
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3312
|
-
void: "void";
|
|
3313
3312
|
antigravity: "antigravity";
|
|
3314
3313
|
cursor: "cursor";
|
|
3315
3314
|
vscode: "vscode";
|
|
3316
3315
|
zed: "zed";
|
|
3317
3316
|
windsurf: "windsurf";
|
|
3318
3317
|
trae: "trae";
|
|
3318
|
+
void: "void";
|
|
3319
3319
|
codebuddy: "codebuddy";
|
|
3320
3320
|
bob: "bob";
|
|
3321
3321
|
kiro: "kiro";
|
|
@@ -3548,13 +3548,13 @@ declare function getAllJsonSchemas(): {
|
|
|
3548
3548
|
eslint: "eslint";
|
|
3549
3549
|
}>>;
|
|
3550
3550
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3551
|
-
void: "void";
|
|
3552
3551
|
antigravity: "antigravity";
|
|
3553
3552
|
cursor: "cursor";
|
|
3554
3553
|
vscode: "vscode";
|
|
3555
3554
|
zed: "zed";
|
|
3556
3555
|
windsurf: "windsurf";
|
|
3557
3556
|
trae: "trae";
|
|
3557
|
+
void: "void";
|
|
3558
3558
|
codebuddy: "codebuddy";
|
|
3559
3559
|
bob: "bob";
|
|
3560
3560
|
kiro: "kiro";
|
|
@@ -3901,13 +3901,13 @@ declare function getAllJsonSchemas(): {
|
|
|
3901
3901
|
eslint: "eslint";
|
|
3902
3902
|
}>>;
|
|
3903
3903
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3904
|
-
void: "void";
|
|
3905
3904
|
antigravity: "antigravity";
|
|
3906
3905
|
cursor: "cursor";
|
|
3907
3906
|
vscode: "vscode";
|
|
3908
3907
|
zed: "zed";
|
|
3909
3908
|
windsurf: "windsurf";
|
|
3910
3909
|
trae: "trae";
|
|
3910
|
+
void: "void";
|
|
3911
3911
|
codebuddy: "codebuddy";
|
|
3912
3912
|
bob: "bob";
|
|
3913
3913
|
kiro: "kiro";
|
|
@@ -4253,13 +4253,13 @@ declare function getAllJsonSchemas(): {
|
|
|
4253
4253
|
eslint: "eslint";
|
|
4254
4254
|
}>>;
|
|
4255
4255
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
4256
|
-
void: "void";
|
|
4257
4256
|
antigravity: "antigravity";
|
|
4258
4257
|
cursor: "cursor";
|
|
4259
4258
|
vscode: "vscode";
|
|
4260
4259
|
zed: "zed";
|
|
4261
4260
|
windsurf: "windsurf";
|
|
4262
4261
|
trae: "trae";
|
|
4262
|
+
void: "void";
|
|
4263
4263
|
codebuddy: "codebuddy";
|
|
4264
4264
|
bob: "bob";
|
|
4265
4265
|
kiro: "kiro";
|
|
@@ -4606,13 +4606,13 @@ declare function getAllJsonSchemas(): {
|
|
|
4606
4606
|
eslint: "eslint";
|
|
4607
4607
|
}>>;
|
|
4608
4608
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
4609
|
-
void: "void";
|
|
4610
4609
|
antigravity: "antigravity";
|
|
4611
4610
|
cursor: "cursor";
|
|
4612
4611
|
vscode: "vscode";
|
|
4613
4612
|
zed: "zed";
|
|
4614
4613
|
windsurf: "windsurf";
|
|
4615
4614
|
trae: "trae";
|
|
4615
|
+
void: "void";
|
|
4616
4616
|
codebuddy: "codebuddy";
|
|
4617
4617
|
bob: "bob";
|
|
4618
4618
|
kiro: "kiro";
|
package/dist/schemas.d.mts
CHANGED
|
@@ -278,13 +278,13 @@ declare const UltraciteLinterSchema: z.ZodEnum<{
|
|
|
278
278
|
eslint: "eslint";
|
|
279
279
|
}>;
|
|
280
280
|
declare const UltraciteEditorSchema: z.ZodEnum<{
|
|
281
|
-
void: "void";
|
|
282
281
|
antigravity: "antigravity";
|
|
283
282
|
cursor: "cursor";
|
|
284
283
|
vscode: "vscode";
|
|
285
284
|
zed: "zed";
|
|
286
285
|
windsurf: "windsurf";
|
|
287
286
|
trae: "trae";
|
|
287
|
+
void: "void";
|
|
288
288
|
codebuddy: "codebuddy";
|
|
289
289
|
bob: "bob";
|
|
290
290
|
kiro: "kiro";
|
|
@@ -498,13 +498,13 @@ declare const AddonOptionsSchema: z.ZodObject<{
|
|
|
498
498
|
eslint: "eslint";
|
|
499
499
|
}>>;
|
|
500
500
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
501
|
-
void: "void";
|
|
502
501
|
antigravity: "antigravity";
|
|
503
502
|
cursor: "cursor";
|
|
504
503
|
vscode: "vscode";
|
|
505
504
|
zed: "zed";
|
|
506
505
|
windsurf: "windsurf";
|
|
507
506
|
trae: "trae";
|
|
507
|
+
void: "void";
|
|
508
508
|
codebuddy: "codebuddy";
|
|
509
509
|
bob: "bob";
|
|
510
510
|
kiro: "kiro";
|
|
@@ -748,13 +748,13 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
748
748
|
eslint: "eslint";
|
|
749
749
|
}>>;
|
|
750
750
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
751
|
-
void: "void";
|
|
752
751
|
antigravity: "antigravity";
|
|
753
752
|
cursor: "cursor";
|
|
754
753
|
vscode: "vscode";
|
|
755
754
|
zed: "zed";
|
|
756
755
|
windsurf: "windsurf";
|
|
757
756
|
trae: "trae";
|
|
757
|
+
void: "void";
|
|
758
758
|
codebuddy: "codebuddy";
|
|
759
759
|
bob: "bob";
|
|
760
760
|
kiro: "kiro";
|
|
@@ -1128,13 +1128,13 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
1128
1128
|
eslint: "eslint";
|
|
1129
1129
|
}>>;
|
|
1130
1130
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1131
|
-
void: "void";
|
|
1132
1131
|
antigravity: "antigravity";
|
|
1133
1132
|
cursor: "cursor";
|
|
1134
1133
|
vscode: "vscode";
|
|
1135
1134
|
zed: "zed";
|
|
1136
1135
|
windsurf: "windsurf";
|
|
1137
1136
|
trae: "trae";
|
|
1137
|
+
void: "void";
|
|
1138
1138
|
codebuddy: "codebuddy";
|
|
1139
1139
|
bob: "bob";
|
|
1140
1140
|
kiro: "kiro";
|
|
@@ -1376,13 +1376,13 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
1376
1376
|
eslint: "eslint";
|
|
1377
1377
|
}>>;
|
|
1378
1378
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1379
|
-
void: "void";
|
|
1380
1379
|
antigravity: "antigravity";
|
|
1381
1380
|
cursor: "cursor";
|
|
1382
1381
|
vscode: "vscode";
|
|
1383
1382
|
zed: "zed";
|
|
1384
1383
|
windsurf: "windsurf";
|
|
1385
1384
|
trae: "trae";
|
|
1385
|
+
void: "void";
|
|
1386
1386
|
codebuddy: "codebuddy";
|
|
1387
1387
|
bob: "bob";
|
|
1388
1388
|
kiro: "kiro";
|
|
@@ -1739,13 +1739,13 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
1739
1739
|
eslint: "eslint";
|
|
1740
1740
|
}>>;
|
|
1741
1741
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1742
|
-
void: "void";
|
|
1743
1742
|
antigravity: "antigravity";
|
|
1744
1743
|
cursor: "cursor";
|
|
1745
1744
|
vscode: "vscode";
|
|
1746
1745
|
zed: "zed";
|
|
1747
1746
|
windsurf: "windsurf";
|
|
1748
1747
|
trae: "trae";
|
|
1748
|
+
void: "void";
|
|
1749
1749
|
codebuddy: "codebuddy";
|
|
1750
1750
|
bob: "bob";
|
|
1751
1751
|
kiro: "kiro";
|
|
@@ -2092,13 +2092,13 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
2092
2092
|
eslint: "eslint";
|
|
2093
2093
|
}>>;
|
|
2094
2094
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2095
|
-
void: "void";
|
|
2096
2095
|
antigravity: "antigravity";
|
|
2097
2096
|
cursor: "cursor";
|
|
2098
2097
|
vscode: "vscode";
|
|
2099
2098
|
zed: "zed";
|
|
2100
2099
|
windsurf: "windsurf";
|
|
2101
2100
|
trae: "trae";
|
|
2101
|
+
void: "void";
|
|
2102
2102
|
codebuddy: "codebuddy";
|
|
2103
2103
|
bob: "bob";
|
|
2104
2104
|
kiro: "kiro";
|
|
@@ -2444,13 +2444,13 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
2444
2444
|
eslint: "eslint";
|
|
2445
2445
|
}>>;
|
|
2446
2446
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2447
|
-
void: "void";
|
|
2448
2447
|
antigravity: "antigravity";
|
|
2449
2448
|
cursor: "cursor";
|
|
2450
2449
|
vscode: "vscode";
|
|
2451
2450
|
zed: "zed";
|
|
2452
2451
|
windsurf: "windsurf";
|
|
2453
2452
|
trae: "trae";
|
|
2453
|
+
void: "void";
|
|
2454
2454
|
codebuddy: "codebuddy";
|
|
2455
2455
|
bob: "bob";
|
|
2456
2456
|
kiro: "kiro";
|
|
@@ -2797,13 +2797,13 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
2797
2797
|
eslint: "eslint";
|
|
2798
2798
|
}>>;
|
|
2799
2799
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2800
|
-
void: "void";
|
|
2801
2800
|
antigravity: "antigravity";
|
|
2802
2801
|
cursor: "cursor";
|
|
2803
2802
|
vscode: "vscode";
|
|
2804
2803
|
zed: "zed";
|
|
2805
2804
|
windsurf: "windsurf";
|
|
2806
2805
|
trae: "trae";
|
|
2806
|
+
void: "void";
|
|
2807
2807
|
codebuddy: "codebuddy";
|
|
2808
2808
|
bob: "bob";
|
|
2809
2809
|
kiro: "kiro";
|