vercel-api-js 1.22.4 → 1.23.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/components.cjs +1 -1
- package/dist/components.d.mts +31 -31
- package/dist/components.d.mts.map +1 -1
- package/dist/components.mjs +1 -1
- package/dist/effect.cjs +1 -1
- package/dist/effect.d.mts +5 -5
- package/dist/effect.d.mts.map +1 -1
- package/dist/effect.mjs +1 -1
- package/dist/index.cjs +4 -3
- package/dist/index.d.ts +143 -124
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/{schemas-lx16ogc0.cjs → schemas-b217bkcw.cjs} +51 -36
- package/dist/{schemas-iwnqohvk.js → schemas-h4cvz6o7.js} +50 -36
- package/dist/schemas.cjs +3 -2
- package/dist/schemas.d.mts +32 -23
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +1 -1
- package/dist/types.cjs +6 -0
- package/dist/types.d.mts +78 -68
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs +6 -0
- package/package.json +1 -1
- package/dist/{components-hyg3vbj4.cjs → components-cuxd0v55.cjs} +39 -39
- package/dist/{components-o20wilwi.js → components-g9wc6knb.js} +39 -39
|
@@ -6097,6 +6097,12 @@ const userEventSchema = z__namespace.object({
|
|
|
6097
6097
|
projectName: z__namespace.string(),
|
|
6098
6098
|
toDeploymentId: z__namespace.string()
|
|
6099
6099
|
}).strict(),
|
|
6100
|
+
z__namespace.object({
|
|
6101
|
+
invoiceCollection: z__namespace.union([
|
|
6102
|
+
z__namespace.literal(false),
|
|
6103
|
+
z__namespace.literal(true)
|
|
6104
|
+
])
|
|
6105
|
+
}).strict(),
|
|
6100
6106
|
z__namespace.object({
|
|
6101
6107
|
periods: z__namespace.array(z__namespace.object({
|
|
6102
6108
|
endDate: z__namespace.string(),
|
|
@@ -10093,6 +10099,8 @@ const userEventSchema = z__namespace.object({
|
|
|
10093
10099
|
"login-connection-linked",
|
|
10094
10100
|
"login-connection-unlinked",
|
|
10095
10101
|
"manual-deployment-promotion-created",
|
|
10102
|
+
"marketplace-auto-card-collection-updated",
|
|
10103
|
+
"marketplace-billing-collection-updated",
|
|
10096
10104
|
"marketplace-flex-commit-opt-in",
|
|
10097
10105
|
"marketplace-integration-allowlist-updated",
|
|
10098
10106
|
"microfrontend-group-added",
|
|
@@ -10871,6 +10879,8 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
10871
10879
|
"login-connection-linked",
|
|
10872
10880
|
"login-connection-unlinked",
|
|
10873
10881
|
"manual-deployment-promotion-created",
|
|
10882
|
+
"marketplace-auto-card-collection-updated",
|
|
10883
|
+
"marketplace-billing-collection-updated",
|
|
10874
10884
|
"marketplace-flex-commit-opt-in",
|
|
10875
10885
|
"marketplace-integration-allowlist-updated",
|
|
10876
10886
|
"microfrontend-group-added",
|
|
@@ -11565,6 +11575,8 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
11565
11575
|
"login-connection-linked",
|
|
11566
11576
|
"login-connection-unlinked",
|
|
11567
11577
|
"manual-deployment-promotion-created",
|
|
11578
|
+
"marketplace-auto-card-collection-updated",
|
|
11579
|
+
"marketplace-billing-collection-updated",
|
|
11568
11580
|
"marketplace-flex-commit-opt-in",
|
|
11569
11581
|
"marketplace-integration-allowlist-updated",
|
|
11570
11582
|
"microfrontend-group-added",
|
|
@@ -19117,6 +19129,7 @@ const listFlagsV2Status402Schema = z__namespace.unknown();
|
|
|
19117
19129
|
const listFlagsV2Status403Schema = z__namespace.unknown();
|
|
19118
19130
|
const listFlagsV2Status404Schema = z__namespace.unknown();
|
|
19119
19131
|
const listFlagsV2Status410Schema = z__namespace.unknown();
|
|
19132
|
+
const listFlagsV2Status503Schema = z__namespace.unknown();
|
|
19120
19133
|
const listFlagsV2ResponseSchema = listFlagsV2Status200Schema;
|
|
19121
19134
|
const listFlagsV2ErrorSchema = z__namespace.union([
|
|
19122
19135
|
listFlagsV2Status400Schema,
|
|
@@ -19124,7 +19137,8 @@ const listFlagsV2ErrorSchema = z__namespace.union([
|
|
|
19124
19137
|
listFlagsV2Status402Schema,
|
|
19125
19138
|
listFlagsV2Status403Schema,
|
|
19126
19139
|
listFlagsV2Status404Schema,
|
|
19127
|
-
listFlagsV2Status410Schema
|
|
19140
|
+
listFlagsV2Status410Schema,
|
|
19141
|
+
listFlagsV2Status503Schema
|
|
19128
19142
|
]);
|
|
19129
19143
|
const listFlagsPathProjectIdOrNameSchema = z__namespace.string().describe("The project id or name");
|
|
19130
19144
|
const listFlagsQueryStateSchema = z__namespace.enum([
|
|
@@ -19441,12 +19455,14 @@ const listTeamFlagsV2Status400Schema = z__namespace.unknown();
|
|
|
19441
19455
|
const listTeamFlagsV2Status401Schema = z__namespace.unknown();
|
|
19442
19456
|
const listTeamFlagsV2Status403Schema = z__namespace.unknown();
|
|
19443
19457
|
const listTeamFlagsV2Status410Schema = z__namespace.unknown();
|
|
19458
|
+
const listTeamFlagsV2Status503Schema = z__namespace.unknown();
|
|
19444
19459
|
const listTeamFlagsV2ResponseSchema = listTeamFlagsV2Status200Schema;
|
|
19445
19460
|
const listTeamFlagsV2ErrorSchema = z__namespace.union([
|
|
19446
19461
|
listTeamFlagsV2Status400Schema,
|
|
19447
19462
|
listTeamFlagsV2Status401Schema,
|
|
19448
19463
|
listTeamFlagsV2Status403Schema,
|
|
19449
|
-
listTeamFlagsV2Status410Schema
|
|
19464
|
+
listTeamFlagsV2Status410Schema,
|
|
19465
|
+
listTeamFlagsV2Status503Schema
|
|
19450
19466
|
]);
|
|
19451
19467
|
const listTeamFlagsQueryStateSchema = z__namespace.enum([
|
|
19452
19468
|
"active",
|
|
@@ -20427,6 +20443,36 @@ const createApiKeysErrorSchema = z__namespace.union([
|
|
|
20427
20443
|
createApiKeysStatus429Schema,
|
|
20428
20444
|
createApiKeysStatus500Schema
|
|
20429
20445
|
]);
|
|
20446
|
+
const signKmsMessagePathIssuerIdSchema = z__namespace.string().describe("The ID of the issuer.");
|
|
20447
|
+
const signKmsMessageStatus200Schema = z__namespace.unknown();
|
|
20448
|
+
const signKmsMessageStatus400Schema = z__namespace.unknown();
|
|
20449
|
+
const signKmsMessageStatus401Schema = z__namespace.unknown();
|
|
20450
|
+
const signKmsMessageStatus403Schema = z__namespace.unknown();
|
|
20451
|
+
const signKmsMessageStatus404Schema = z__namespace.unknown();
|
|
20452
|
+
const signKmsMessageStatus429Schema = z__namespace.unknown();
|
|
20453
|
+
const signKmsMessageResponseSchema = signKmsMessageStatus200Schema;
|
|
20454
|
+
const signKmsMessageErrorSchema = z__namespace.union([
|
|
20455
|
+
signKmsMessageStatus400Schema,
|
|
20456
|
+
signKmsMessageStatus401Schema,
|
|
20457
|
+
signKmsMessageStatus403Schema,
|
|
20458
|
+
signKmsMessageStatus404Schema,
|
|
20459
|
+
signKmsMessageStatus429Schema
|
|
20460
|
+
]);
|
|
20461
|
+
const signKmsTokenPathIssuerIdSchema = z__namespace.string().describe("The ID of the issuer.");
|
|
20462
|
+
const signKmsTokenStatus200Schema = z__namespace.unknown();
|
|
20463
|
+
const signKmsTokenStatus400Schema = z__namespace.unknown();
|
|
20464
|
+
const signKmsTokenStatus401Schema = z__namespace.unknown();
|
|
20465
|
+
const signKmsTokenStatus403Schema = z__namespace.unknown();
|
|
20466
|
+
const signKmsTokenStatus404Schema = z__namespace.unknown();
|
|
20467
|
+
const signKmsTokenStatus429Schema = z__namespace.unknown();
|
|
20468
|
+
const signKmsTokenResponseSchema = signKmsTokenStatus200Schema;
|
|
20469
|
+
const signKmsTokenErrorSchema = z__namespace.union([
|
|
20470
|
+
signKmsTokenStatus400Schema,
|
|
20471
|
+
signKmsTokenStatus401Schema,
|
|
20472
|
+
signKmsTokenStatus403Schema,
|
|
20473
|
+
signKmsTokenStatus404Schema,
|
|
20474
|
+
signKmsTokenStatus429Schema
|
|
20475
|
+
]);
|
|
20430
20476
|
const listKmsIssuersQueryLimitSchema = z__namespace.int().min(1).max(100).optional().describe("Maximum number of issuers to return.");
|
|
20431
20477
|
const listKmsIssuersQueryNextSchema = z__namespace.string().max(1024).regex(/^[A-Za-z0-9_-]+$/).optional().describe("Continuation cursor to retrieve the next page of results.");
|
|
20432
20478
|
const listKmsIssuersQueryTeamIdSchema = z__namespace.string().optional().describe("The Team identifier to perform the request on behalf of.").meta({
|
|
@@ -20475,36 +20521,6 @@ const createKmsIssuerErrorSchema = z__namespace.union([
|
|
|
20475
20521
|
createKmsIssuerStatus404Schema,
|
|
20476
20522
|
createKmsIssuerStatus410Schema
|
|
20477
20523
|
]);
|
|
20478
|
-
const signKmsMessagePathIssuerIdSchema = z__namespace.string().describe("The ID of the issuer.");
|
|
20479
|
-
const signKmsMessageStatus200Schema = z__namespace.unknown();
|
|
20480
|
-
const signKmsMessageStatus400Schema = z__namespace.unknown();
|
|
20481
|
-
const signKmsMessageStatus401Schema = z__namespace.unknown();
|
|
20482
|
-
const signKmsMessageStatus403Schema = z__namespace.unknown();
|
|
20483
|
-
const signKmsMessageStatus404Schema = z__namespace.unknown();
|
|
20484
|
-
const signKmsMessageStatus429Schema = z__namespace.unknown();
|
|
20485
|
-
const signKmsMessageResponseSchema = signKmsMessageStatus200Schema;
|
|
20486
|
-
const signKmsMessageErrorSchema = z__namespace.union([
|
|
20487
|
-
signKmsMessageStatus400Schema,
|
|
20488
|
-
signKmsMessageStatus401Schema,
|
|
20489
|
-
signKmsMessageStatus403Schema,
|
|
20490
|
-
signKmsMessageStatus404Schema,
|
|
20491
|
-
signKmsMessageStatus429Schema
|
|
20492
|
-
]);
|
|
20493
|
-
const signKmsTokenPathIssuerIdSchema = z__namespace.string().describe("The ID of the issuer.");
|
|
20494
|
-
const signKmsTokenStatus200Schema = z__namespace.unknown();
|
|
20495
|
-
const signKmsTokenStatus400Schema = z__namespace.unknown();
|
|
20496
|
-
const signKmsTokenStatus401Schema = z__namespace.unknown();
|
|
20497
|
-
const signKmsTokenStatus403Schema = z__namespace.unknown();
|
|
20498
|
-
const signKmsTokenStatus404Schema = z__namespace.unknown();
|
|
20499
|
-
const signKmsTokenStatus429Schema = z__namespace.unknown();
|
|
20500
|
-
const signKmsTokenResponseSchema = signKmsTokenStatus200Schema;
|
|
20501
|
-
const signKmsTokenErrorSchema = z__namespace.union([
|
|
20502
|
-
signKmsTokenStatus400Schema,
|
|
20503
|
-
signKmsTokenStatus401Schema,
|
|
20504
|
-
signKmsTokenStatus403Schema,
|
|
20505
|
-
signKmsTokenStatus404Schema,
|
|
20506
|
-
signKmsTokenStatus429Schema
|
|
20507
|
-
]);
|
|
20508
20524
|
const createKmsSigningKeyPathIssuerIdSchema = z__namespace.string().describe("The ID of the issuer.");
|
|
20509
20525
|
const createKmsSigningKeyQueryTeamIdSchema = z__namespace.string().optional().describe("The Team identifier to perform the request on behalf of.").meta({
|
|
20510
20526
|
examples: [
|
|
@@ -21655,7 +21671,6 @@ const updateProjectStatus404Schema = z__namespace.unknown();
|
|
|
21655
21671
|
const updateProjectStatus409Schema = z__namespace.unknown();
|
|
21656
21672
|
const updateProjectStatus410Schema = z__namespace.unknown();
|
|
21657
21673
|
const updateProjectStatus428Schema = z__namespace.unknown();
|
|
21658
|
-
const updateProjectStatus429Schema = z__namespace.unknown();
|
|
21659
21674
|
const updateProjectResponseSchema = updateProjectStatus200Schema;
|
|
21660
21675
|
const updateProjectErrorSchema = z__namespace.union([
|
|
21661
21676
|
updateProjectStatus400Schema,
|
|
@@ -21665,8 +21680,7 @@ const updateProjectErrorSchema = z__namespace.union([
|
|
|
21665
21680
|
updateProjectStatus404Schema,
|
|
21666
21681
|
updateProjectStatus409Schema,
|
|
21667
21682
|
updateProjectStatus410Schema,
|
|
21668
|
-
updateProjectStatus428Schema
|
|
21669
|
-
updateProjectStatus429Schema
|
|
21683
|
+
updateProjectStatus428Schema
|
|
21670
21684
|
]);
|
|
21671
21685
|
const deleteProjectPathIdOrNameSchema = z__namespace.string().describe("The unique project identifier or the project name").meta({
|
|
21672
21686
|
examples: [
|
|
@@ -30249,6 +30263,7 @@ exports.listFlagsV2Status402Schema = listFlagsV2Status402Schema;
|
|
|
30249
30263
|
exports.listFlagsV2Status403Schema = listFlagsV2Status403Schema;
|
|
30250
30264
|
exports.listFlagsV2Status404Schema = listFlagsV2Status404Schema;
|
|
30251
30265
|
exports.listFlagsV2Status410Schema = listFlagsV2Status410Schema;
|
|
30266
|
+
exports.listFlagsV2Status503Schema = listFlagsV2Status503Schema;
|
|
30252
30267
|
exports.listKmsIssuersErrorSchema = listKmsIssuersErrorSchema;
|
|
30253
30268
|
exports.listKmsIssuersQueryLimitSchema = listKmsIssuersQueryLimitSchema;
|
|
30254
30269
|
exports.listKmsIssuersQueryNextSchema = listKmsIssuersQueryNextSchema;
|
|
@@ -30506,6 +30521,7 @@ exports.listTeamFlagsV2Status400Schema = listTeamFlagsV2Status400Schema;
|
|
|
30506
30521
|
exports.listTeamFlagsV2Status401Schema = listTeamFlagsV2Status401Schema;
|
|
30507
30522
|
exports.listTeamFlagsV2Status403Schema = listTeamFlagsV2Status403Schema;
|
|
30508
30523
|
exports.listTeamFlagsV2Status410Schema = listTeamFlagsV2Status410Schema;
|
|
30524
|
+
exports.listTeamFlagsV2Status503Schema = listTeamFlagsV2Status503Schema;
|
|
30509
30525
|
exports.listUserEventsErrorSchema = listUserEventsErrorSchema;
|
|
30510
30526
|
exports.listUserEventsQueryEntityIdSchema = listUserEventsQueryEntityIdSchema;
|
|
30511
30527
|
exports.listUserEventsQueryLimitSchema = listUserEventsQueryLimitSchema;
|
|
@@ -31642,7 +31658,6 @@ exports.updateProjectStatus404Schema = updateProjectStatus404Schema;
|
|
|
31642
31658
|
exports.updateProjectStatus409Schema = updateProjectStatus409Schema;
|
|
31643
31659
|
exports.updateProjectStatus410Schema = updateProjectStatus410Schema;
|
|
31644
31660
|
exports.updateProjectStatus428Schema = updateProjectStatus428Schema;
|
|
31645
|
-
exports.updateProjectStatus429Schema = updateProjectStatus429Schema;
|
|
31646
31661
|
exports.updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionErrorSchema = updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionErrorSchema;
|
|
31647
31662
|
exports.updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionPathDeploymentIdSchema = updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionPathDeploymentIdSchema;
|
|
31648
31663
|
exports.updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionPathProjectIdSchema = updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionPathProjectIdSchema;
|