@better-t-stack/types 3.35.2 → 3.35.3

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.
@@ -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";
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";
@@ -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";
525
524
  antigravity: "antigravity";
526
525
  cursor: "cursor";
527
526
  vscode: "vscode";
528
527
  zed: "zed";
529
528
  windsurf: "windsurf";
530
529
  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";
903
902
  antigravity: "antigravity";
904
903
  cursor: "cursor";
905
904
  vscode: "vscode";
906
905
  zed: "zed";
907
906
  windsurf: "windsurf";
908
907
  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";
1140
1139
  antigravity: "antigravity";
1141
1140
  cursor: "cursor";
1142
1141
  vscode: "vscode";
1143
1142
  zed: "zed";
1144
1143
  windsurf: "windsurf";
1145
1144
  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";
1491
1490
  antigravity: "antigravity";
1492
1491
  cursor: "cursor";
1493
1492
  vscode: "vscode";
1494
1493
  zed: "zed";
1495
1494
  windsurf: "windsurf";
1496
1495
  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";
1841
1840
  antigravity: "antigravity";
1842
1841
  cursor: "cursor";
1843
1842
  vscode: "vscode";
1844
1843
  zed: "zed";
1845
1844
  windsurf: "windsurf";
1846
1845
  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";
2192
2191
  antigravity: "antigravity";
2193
2192
  cursor: "cursor";
2194
2193
  vscode: "vscode";
2195
2194
  zed: "zed";
2196
2195
  windsurf: "windsurf";
2197
2196
  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";
2668
2667
  antigravity: "antigravity";
2669
2668
  cursor: "cursor";
2670
2669
  vscode: "vscode";
2671
2670
  zed: "zed";
2672
2671
  windsurf: "windsurf";
2673
2672
  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";
2917
2916
  antigravity: "antigravity";
2918
2917
  cursor: "cursor";
2919
2918
  vscode: "vscode";
2920
2919
  zed: "zed";
2921
2920
  windsurf: "windsurf";
2922
2921
  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";
3295
3294
  antigravity: "antigravity";
3296
3295
  cursor: "cursor";
3297
3296
  vscode: "vscode";
3298
3297
  zed: "zed";
3299
3298
  windsurf: "windsurf";
3300
3299
  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";
3532
3531
  antigravity: "antigravity";
3533
3532
  cursor: "cursor";
3534
3533
  vscode: "vscode";
3535
3534
  zed: "zed";
3536
3535
  windsurf: "windsurf";
3537
3536
  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";
3883
3882
  antigravity: "antigravity";
3884
3883
  cursor: "cursor";
3885
3884
  vscode: "vscode";
3886
3885
  zed: "zed";
3887
3886
  windsurf: "windsurf";
3888
3887
  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";
4233
4232
  antigravity: "antigravity";
4234
4233
  cursor: "cursor";
4235
4234
  vscode: "vscode";
4236
4235
  zed: "zed";
4237
4236
  windsurf: "windsurf";
4238
4237
  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";
4584
4583
  antigravity: "antigravity";
4585
4584
  cursor: "cursor";
4586
4585
  vscode: "vscode";
4587
4586
  zed: "zed";
4588
4587
  windsurf: "windsurf";
4589
4588
  trae: "trae";
4589
+ void: "void";
4590
4590
  codebuddy: "codebuddy";
4591
4591
  bob: "bob";
4592
4592
  kiro: "kiro";
@@ -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";
280
279
  antigravity: "antigravity";
281
280
  cursor: "cursor";
282
281
  vscode: "vscode";
283
282
  zed: "zed";
284
283
  windsurf: "windsurf";
285
284
  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";
500
499
  antigravity: "antigravity";
501
500
  cursor: "cursor";
502
501
  vscode: "vscode";
503
502
  zed: "zed";
504
503
  windsurf: "windsurf";
505
504
  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";
750
749
  antigravity: "antigravity";
751
750
  cursor: "cursor";
752
751
  vscode: "vscode";
753
752
  zed: "zed";
754
753
  windsurf: "windsurf";
755
754
  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";
1128
1127
  antigravity: "antigravity";
1129
1128
  cursor: "cursor";
1130
1129
  vscode: "vscode";
1131
1130
  zed: "zed";
1132
1131
  windsurf: "windsurf";
1133
1132
  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";
1374
1373
  antigravity: "antigravity";
1375
1374
  cursor: "cursor";
1376
1375
  vscode: "vscode";
1377
1376
  zed: "zed";
1378
1377
  windsurf: "windsurf";
1379
1378
  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";
1735
1734
  antigravity: "antigravity";
1736
1735
  cursor: "cursor";
1737
1736
  vscode: "vscode";
1738
1737
  zed: "zed";
1739
1738
  windsurf: "windsurf";
1740
1739
  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";
2086
2085
  antigravity: "antigravity";
2087
2086
  cursor: "cursor";
2088
2087
  vscode: "vscode";
2089
2088
  zed: "zed";
2090
2089
  windsurf: "windsurf";
2091
2090
  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";
2436
2435
  antigravity: "antigravity";
2437
2436
  cursor: "cursor";
2438
2437
  vscode: "vscode";
2439
2438
  zed: "zed";
2440
2439
  windsurf: "windsurf";
2441
2440
  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";
2787
2786
  antigravity: "antigravity";
2788
2787
  cursor: "cursor";
2789
2788
  vscode: "vscode";
2790
2789
  zed: "zed";
2791
2790
  windsurf: "windsurf";
2792
2791
  trae: "trae";
2792
+ void: "void";
2793
2793
  codebuddy: "codebuddy";
2794
2794
  bob: "bob";
2795
2795
  kiro: "kiro";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-t-stack/types",
3
- "version": "3.35.2",
3
+ "version": "3.35.3",
4
4
  "description": "TypeScript types and schemas for create-better-t-stack CLI",
5
5
  "keywords": [
6
6
  "better-t-stack",