@better-t-stack/types 3.27.3 → 3.27.4
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 +12 -12
- package/dist/schemas.d.mts +9 -9
- package/package.json +4 -4
package/dist/json-schema.d.mts
CHANGED
|
@@ -254,13 +254,13 @@ declare function getAddonOptionsJsonSchema(): z.core.ZodStandardJSONSchemaPayloa
|
|
|
254
254
|
eslint: "eslint";
|
|
255
255
|
}>>;
|
|
256
256
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
257
|
-
void: "void";
|
|
258
257
|
antigravity: "antigravity";
|
|
259
258
|
cursor: "cursor";
|
|
260
259
|
vscode: "vscode";
|
|
261
260
|
zed: "zed";
|
|
262
261
|
windsurf: "windsurf";
|
|
263
262
|
trae: "trae";
|
|
263
|
+
void: "void";
|
|
264
264
|
kiro: "kiro";
|
|
265
265
|
}>>>;
|
|
266
266
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -468,13 +468,13 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
468
468
|
eslint: "eslint";
|
|
469
469
|
}>>;
|
|
470
470
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
471
|
-
void: "void";
|
|
472
471
|
antigravity: "antigravity";
|
|
473
472
|
cursor: "cursor";
|
|
474
473
|
vscode: "vscode";
|
|
475
474
|
zed: "zed";
|
|
476
475
|
windsurf: "windsurf";
|
|
477
476
|
trae: "trae";
|
|
477
|
+
void: "void";
|
|
478
478
|
kiro: "kiro";
|
|
479
479
|
}>>>;
|
|
480
480
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -805,13 +805,13 @@ declare function getAddInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.
|
|
|
805
805
|
eslint: "eslint";
|
|
806
806
|
}>>;
|
|
807
807
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
808
|
-
void: "void";
|
|
809
808
|
antigravity: "antigravity";
|
|
810
809
|
cursor: "cursor";
|
|
811
810
|
vscode: "vscode";
|
|
812
811
|
zed: "zed";
|
|
813
812
|
windsurf: "windsurf";
|
|
814
813
|
trae: "trae";
|
|
814
|
+
void: "void";
|
|
815
815
|
kiro: "kiro";
|
|
816
816
|
}>>>;
|
|
817
817
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -1005,13 +1005,13 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1005
1005
|
eslint: "eslint";
|
|
1006
1006
|
}>>;
|
|
1007
1007
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1008
|
-
void: "void";
|
|
1009
1008
|
antigravity: "antigravity";
|
|
1010
1009
|
cursor: "cursor";
|
|
1011
1010
|
vscode: "vscode";
|
|
1012
1011
|
zed: "zed";
|
|
1013
1012
|
windsurf: "windsurf";
|
|
1014
1013
|
trae: "trae";
|
|
1014
|
+
void: "void";
|
|
1015
1015
|
kiro: "kiro";
|
|
1016
1016
|
}>>>;
|
|
1017
1017
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -1317,13 +1317,13 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
1317
1317
|
eslint: "eslint";
|
|
1318
1318
|
}>>;
|
|
1319
1319
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1320
|
-
void: "void";
|
|
1321
1320
|
antigravity: "antigravity";
|
|
1322
1321
|
cursor: "cursor";
|
|
1323
1322
|
vscode: "vscode";
|
|
1324
1323
|
zed: "zed";
|
|
1325
1324
|
windsurf: "windsurf";
|
|
1326
1325
|
trae: "trae";
|
|
1326
|
+
void: "void";
|
|
1327
1327
|
kiro: "kiro";
|
|
1328
1328
|
}>>>;
|
|
1329
1329
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -1629,13 +1629,13 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
1629
1629
|
eslint: "eslint";
|
|
1630
1630
|
}>>;
|
|
1631
1631
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1632
|
-
void: "void";
|
|
1633
1632
|
antigravity: "antigravity";
|
|
1634
1633
|
cursor: "cursor";
|
|
1635
1634
|
vscode: "vscode";
|
|
1636
1635
|
zed: "zed";
|
|
1637
1636
|
windsurf: "windsurf";
|
|
1638
1637
|
trae: "trae";
|
|
1638
|
+
void: "void";
|
|
1639
1639
|
kiro: "kiro";
|
|
1640
1640
|
}>>>;
|
|
1641
1641
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -2062,13 +2062,13 @@ declare function getAllJsonSchemas(): {
|
|
|
2062
2062
|
eslint: "eslint";
|
|
2063
2063
|
}>>;
|
|
2064
2064
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2065
|
-
void: "void";
|
|
2066
2065
|
antigravity: "antigravity";
|
|
2067
2066
|
cursor: "cursor";
|
|
2068
2067
|
vscode: "vscode";
|
|
2069
2068
|
zed: "zed";
|
|
2070
2069
|
windsurf: "windsurf";
|
|
2071
2070
|
trae: "trae";
|
|
2071
|
+
void: "void";
|
|
2072
2072
|
kiro: "kiro";
|
|
2073
2073
|
}>>>;
|
|
2074
2074
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -2276,13 +2276,13 @@ declare function getAllJsonSchemas(): {
|
|
|
2276
2276
|
eslint: "eslint";
|
|
2277
2277
|
}>>;
|
|
2278
2278
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2279
|
-
void: "void";
|
|
2280
2279
|
antigravity: "antigravity";
|
|
2281
2280
|
cursor: "cursor";
|
|
2282
2281
|
vscode: "vscode";
|
|
2283
2282
|
zed: "zed";
|
|
2284
2283
|
windsurf: "windsurf";
|
|
2285
2284
|
trae: "trae";
|
|
2285
|
+
void: "void";
|
|
2286
2286
|
kiro: "kiro";
|
|
2287
2287
|
}>>>;
|
|
2288
2288
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -2613,13 +2613,13 @@ declare function getAllJsonSchemas(): {
|
|
|
2613
2613
|
eslint: "eslint";
|
|
2614
2614
|
}>>;
|
|
2615
2615
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2616
|
-
void: "void";
|
|
2617
2616
|
antigravity: "antigravity";
|
|
2618
2617
|
cursor: "cursor";
|
|
2619
2618
|
vscode: "vscode";
|
|
2620
2619
|
zed: "zed";
|
|
2621
2620
|
windsurf: "windsurf";
|
|
2622
2621
|
trae: "trae";
|
|
2622
|
+
void: "void";
|
|
2623
2623
|
kiro: "kiro";
|
|
2624
2624
|
}>>>;
|
|
2625
2625
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -2813,13 +2813,13 @@ declare function getAllJsonSchemas(): {
|
|
|
2813
2813
|
eslint: "eslint";
|
|
2814
2814
|
}>>;
|
|
2815
2815
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2816
|
-
void: "void";
|
|
2817
2816
|
antigravity: "antigravity";
|
|
2818
2817
|
cursor: "cursor";
|
|
2819
2818
|
vscode: "vscode";
|
|
2820
2819
|
zed: "zed";
|
|
2821
2820
|
windsurf: "windsurf";
|
|
2822
2821
|
trae: "trae";
|
|
2822
|
+
void: "void";
|
|
2823
2823
|
kiro: "kiro";
|
|
2824
2824
|
}>>>;
|
|
2825
2825
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -3125,13 +3125,13 @@ declare function getAllJsonSchemas(): {
|
|
|
3125
3125
|
eslint: "eslint";
|
|
3126
3126
|
}>>;
|
|
3127
3127
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3128
|
-
void: "void";
|
|
3129
3128
|
antigravity: "antigravity";
|
|
3130
3129
|
cursor: "cursor";
|
|
3131
3130
|
vscode: "vscode";
|
|
3132
3131
|
zed: "zed";
|
|
3133
3132
|
windsurf: "windsurf";
|
|
3134
3133
|
trae: "trae";
|
|
3134
|
+
void: "void";
|
|
3135
3135
|
kiro: "kiro";
|
|
3136
3136
|
}>>>;
|
|
3137
3137
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -3437,13 +3437,13 @@ declare function getAllJsonSchemas(): {
|
|
|
3437
3437
|
eslint: "eslint";
|
|
3438
3438
|
}>>;
|
|
3439
3439
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3440
|
-
void: "void";
|
|
3441
3440
|
antigravity: "antigravity";
|
|
3442
3441
|
cursor: "cursor";
|
|
3443
3442
|
vscode: "vscode";
|
|
3444
3443
|
zed: "zed";
|
|
3445
3444
|
windsurf: "windsurf";
|
|
3446
3445
|
trae: "trae";
|
|
3446
|
+
void: "void";
|
|
3447
3447
|
kiro: "kiro";
|
|
3448
3448
|
}>>>;
|
|
3449
3449
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
package/dist/schemas.d.mts
CHANGED
|
@@ -257,13 +257,13 @@ declare const UltraciteLinterSchema: z.ZodEnum<{
|
|
|
257
257
|
eslint: "eslint";
|
|
258
258
|
}>;
|
|
259
259
|
declare const UltraciteEditorSchema: z.ZodEnum<{
|
|
260
|
-
void: "void";
|
|
261
260
|
antigravity: "antigravity";
|
|
262
261
|
cursor: "cursor";
|
|
263
262
|
vscode: "vscode";
|
|
264
263
|
zed: "zed";
|
|
265
264
|
windsurf: "windsurf";
|
|
266
265
|
trae: "trae";
|
|
266
|
+
void: "void";
|
|
267
267
|
kiro: "kiro";
|
|
268
268
|
}>;
|
|
269
269
|
declare const UltraciteAgentSchema: z.ZodEnum<{
|
|
@@ -442,13 +442,13 @@ declare const AddonOptionsSchema: z.ZodObject<{
|
|
|
442
442
|
eslint: "eslint";
|
|
443
443
|
}>>;
|
|
444
444
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
445
|
-
void: "void";
|
|
446
445
|
antigravity: "antigravity";
|
|
447
446
|
cursor: "cursor";
|
|
448
447
|
vscode: "vscode";
|
|
449
448
|
zed: "zed";
|
|
450
449
|
windsurf: "windsurf";
|
|
451
450
|
trae: "trae";
|
|
451
|
+
void: "void";
|
|
452
452
|
kiro: "kiro";
|
|
453
453
|
}>>>;
|
|
454
454
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -657,13 +657,13 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
657
657
|
eslint: "eslint";
|
|
658
658
|
}>>;
|
|
659
659
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
660
|
-
void: "void";
|
|
661
660
|
antigravity: "antigravity";
|
|
662
661
|
cursor: "cursor";
|
|
663
662
|
vscode: "vscode";
|
|
664
663
|
zed: "zed";
|
|
665
664
|
windsurf: "windsurf";
|
|
666
665
|
trae: "trae";
|
|
666
|
+
void: "void";
|
|
667
667
|
kiro: "kiro";
|
|
668
668
|
}>>>;
|
|
669
669
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -994,13 +994,13 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
994
994
|
eslint: "eslint";
|
|
995
995
|
}>>;
|
|
996
996
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
997
|
-
void: "void";
|
|
998
997
|
antigravity: "antigravity";
|
|
999
998
|
cursor: "cursor";
|
|
1000
999
|
vscode: "vscode";
|
|
1001
1000
|
zed: "zed";
|
|
1002
1001
|
windsurf: "windsurf";
|
|
1003
1002
|
trae: "trae";
|
|
1003
|
+
void: "void";
|
|
1004
1004
|
kiro: "kiro";
|
|
1005
1005
|
}>>>;
|
|
1006
1006
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -1203,13 +1203,13 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
1203
1203
|
eslint: "eslint";
|
|
1204
1204
|
}>>;
|
|
1205
1205
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1206
|
-
void: "void";
|
|
1207
1206
|
antigravity: "antigravity";
|
|
1208
1207
|
cursor: "cursor";
|
|
1209
1208
|
vscode: "vscode";
|
|
1210
1209
|
zed: "zed";
|
|
1211
1210
|
windsurf: "windsurf";
|
|
1212
1211
|
trae: "trae";
|
|
1212
|
+
void: "void";
|
|
1213
1213
|
kiro: "kiro";
|
|
1214
1214
|
}>>>;
|
|
1215
1215
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -1525,13 +1525,13 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
1525
1525
|
eslint: "eslint";
|
|
1526
1526
|
}>>;
|
|
1527
1527
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1528
|
-
void: "void";
|
|
1529
1528
|
antigravity: "antigravity";
|
|
1530
1529
|
cursor: "cursor";
|
|
1531
1530
|
vscode: "vscode";
|
|
1532
1531
|
zed: "zed";
|
|
1533
1532
|
windsurf: "windsurf";
|
|
1534
1533
|
trae: "trae";
|
|
1534
|
+
void: "void";
|
|
1535
1535
|
kiro: "kiro";
|
|
1536
1536
|
}>>>;
|
|
1537
1537
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -1837,13 +1837,13 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
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
|
kiro: "kiro";
|
|
1848
1848
|
}>>>;
|
|
1849
1849
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -2148,13 +2148,13 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
2148
2148
|
eslint: "eslint";
|
|
2149
2149
|
}>>;
|
|
2150
2150
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2151
|
-
void: "void";
|
|
2152
2151
|
antigravity: "antigravity";
|
|
2153
2152
|
cursor: "cursor";
|
|
2154
2153
|
vscode: "vscode";
|
|
2155
2154
|
zed: "zed";
|
|
2156
2155
|
windsurf: "windsurf";
|
|
2157
2156
|
trae: "trae";
|
|
2157
|
+
void: "void";
|
|
2158
2158
|
kiro: "kiro";
|
|
2159
2159
|
}>>>;
|
|
2160
2160
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -2460,13 +2460,13 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
2460
2460
|
eslint: "eslint";
|
|
2461
2461
|
}>>;
|
|
2462
2462
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2463
|
-
void: "void";
|
|
2464
2463
|
antigravity: "antigravity";
|
|
2465
2464
|
cursor: "cursor";
|
|
2466
2465
|
vscode: "vscode";
|
|
2467
2466
|
zed: "zed";
|
|
2468
2467
|
windsurf: "windsurf";
|
|
2469
2468
|
trae: "trae";
|
|
2469
|
+
void: "void";
|
|
2470
2470
|
kiro: "kiro";
|
|
2471
2471
|
}>>>;
|
|
2472
2472
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@better-t-stack/types",
|
|
3
|
-
"version": "3.27.
|
|
3
|
+
"version": "3.27.4",
|
|
4
4
|
"description": "TypeScript types and schemas for create-better-t-stack CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"better-t-stack",
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"prepublishOnly": "bun run build"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"zod": "
|
|
46
|
+
"zod": "^4.3.6"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"tsdown": "
|
|
50
|
-
"typescript": "
|
|
49
|
+
"tsdown": "^0.21.9",
|
|
50
|
+
"typescript": "^6.0.3"
|
|
51
51
|
}
|
|
52
52
|
}
|