vercel-api-js 1.22.4 → 1.22.5

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.
@@ -19117,6 +19117,7 @@ const listFlagsV2Status402Schema = z__namespace.unknown();
19117
19117
  const listFlagsV2Status403Schema = z__namespace.unknown();
19118
19118
  const listFlagsV2Status404Schema = z__namespace.unknown();
19119
19119
  const listFlagsV2Status410Schema = z__namespace.unknown();
19120
+ const listFlagsV2Status503Schema = z__namespace.unknown();
19120
19121
  const listFlagsV2ResponseSchema = listFlagsV2Status200Schema;
19121
19122
  const listFlagsV2ErrorSchema = z__namespace.union([
19122
19123
  listFlagsV2Status400Schema,
@@ -19124,7 +19125,8 @@ const listFlagsV2ErrorSchema = z__namespace.union([
19124
19125
  listFlagsV2Status402Schema,
19125
19126
  listFlagsV2Status403Schema,
19126
19127
  listFlagsV2Status404Schema,
19127
- listFlagsV2Status410Schema
19128
+ listFlagsV2Status410Schema,
19129
+ listFlagsV2Status503Schema
19128
19130
  ]);
19129
19131
  const listFlagsPathProjectIdOrNameSchema = z__namespace.string().describe("The project id or name");
19130
19132
  const listFlagsQueryStateSchema = z__namespace.enum([
@@ -19441,12 +19443,14 @@ const listTeamFlagsV2Status400Schema = z__namespace.unknown();
19441
19443
  const listTeamFlagsV2Status401Schema = z__namespace.unknown();
19442
19444
  const listTeamFlagsV2Status403Schema = z__namespace.unknown();
19443
19445
  const listTeamFlagsV2Status410Schema = z__namespace.unknown();
19446
+ const listTeamFlagsV2Status503Schema = z__namespace.unknown();
19444
19447
  const listTeamFlagsV2ResponseSchema = listTeamFlagsV2Status200Schema;
19445
19448
  const listTeamFlagsV2ErrorSchema = z__namespace.union([
19446
19449
  listTeamFlagsV2Status400Schema,
19447
19450
  listTeamFlagsV2Status401Schema,
19448
19451
  listTeamFlagsV2Status403Schema,
19449
- listTeamFlagsV2Status410Schema
19452
+ listTeamFlagsV2Status410Schema,
19453
+ listTeamFlagsV2Status503Schema
19450
19454
  ]);
19451
19455
  const listTeamFlagsQueryStateSchema = z__namespace.enum([
19452
19456
  "active",
@@ -20427,6 +20431,36 @@ const createApiKeysErrorSchema = z__namespace.union([
20427
20431
  createApiKeysStatus429Schema,
20428
20432
  createApiKeysStatus500Schema
20429
20433
  ]);
20434
+ const signKmsMessagePathIssuerIdSchema = z__namespace.string().describe("The ID of the issuer.");
20435
+ const signKmsMessageStatus200Schema = z__namespace.unknown();
20436
+ const signKmsMessageStatus400Schema = z__namespace.unknown();
20437
+ const signKmsMessageStatus401Schema = z__namespace.unknown();
20438
+ const signKmsMessageStatus403Schema = z__namespace.unknown();
20439
+ const signKmsMessageStatus404Schema = z__namespace.unknown();
20440
+ const signKmsMessageStatus429Schema = z__namespace.unknown();
20441
+ const signKmsMessageResponseSchema = signKmsMessageStatus200Schema;
20442
+ const signKmsMessageErrorSchema = z__namespace.union([
20443
+ signKmsMessageStatus400Schema,
20444
+ signKmsMessageStatus401Schema,
20445
+ signKmsMessageStatus403Schema,
20446
+ signKmsMessageStatus404Schema,
20447
+ signKmsMessageStatus429Schema
20448
+ ]);
20449
+ const signKmsTokenPathIssuerIdSchema = z__namespace.string().describe("The ID of the issuer.");
20450
+ const signKmsTokenStatus200Schema = z__namespace.unknown();
20451
+ const signKmsTokenStatus400Schema = z__namespace.unknown();
20452
+ const signKmsTokenStatus401Schema = z__namespace.unknown();
20453
+ const signKmsTokenStatus403Schema = z__namespace.unknown();
20454
+ const signKmsTokenStatus404Schema = z__namespace.unknown();
20455
+ const signKmsTokenStatus429Schema = z__namespace.unknown();
20456
+ const signKmsTokenResponseSchema = signKmsTokenStatus200Schema;
20457
+ const signKmsTokenErrorSchema = z__namespace.union([
20458
+ signKmsTokenStatus400Schema,
20459
+ signKmsTokenStatus401Schema,
20460
+ signKmsTokenStatus403Schema,
20461
+ signKmsTokenStatus404Schema,
20462
+ signKmsTokenStatus429Schema
20463
+ ]);
20430
20464
  const listKmsIssuersQueryLimitSchema = z__namespace.int().min(1).max(100).optional().describe("Maximum number of issuers to return.");
20431
20465
  const listKmsIssuersQueryNextSchema = z__namespace.string().max(1024).regex(/^[A-Za-z0-9_-]+$/).optional().describe("Continuation cursor to retrieve the next page of results.");
20432
20466
  const listKmsIssuersQueryTeamIdSchema = z__namespace.string().optional().describe("The Team identifier to perform the request on behalf of.").meta({
@@ -20475,36 +20509,6 @@ const createKmsIssuerErrorSchema = z__namespace.union([
20475
20509
  createKmsIssuerStatus404Schema,
20476
20510
  createKmsIssuerStatus410Schema
20477
20511
  ]);
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
20512
  const createKmsSigningKeyPathIssuerIdSchema = z__namespace.string().describe("The ID of the issuer.");
20509
20513
  const createKmsSigningKeyQueryTeamIdSchema = z__namespace.string().optional().describe("The Team identifier to perform the request on behalf of.").meta({
20510
20514
  examples: [
@@ -30249,6 +30253,7 @@ exports.listFlagsV2Status402Schema = listFlagsV2Status402Schema;
30249
30253
  exports.listFlagsV2Status403Schema = listFlagsV2Status403Schema;
30250
30254
  exports.listFlagsV2Status404Schema = listFlagsV2Status404Schema;
30251
30255
  exports.listFlagsV2Status410Schema = listFlagsV2Status410Schema;
30256
+ exports.listFlagsV2Status503Schema = listFlagsV2Status503Schema;
30252
30257
  exports.listKmsIssuersErrorSchema = listKmsIssuersErrorSchema;
30253
30258
  exports.listKmsIssuersQueryLimitSchema = listKmsIssuersQueryLimitSchema;
30254
30259
  exports.listKmsIssuersQueryNextSchema = listKmsIssuersQueryNextSchema;
@@ -30506,6 +30511,7 @@ exports.listTeamFlagsV2Status400Schema = listTeamFlagsV2Status400Schema;
30506
30511
  exports.listTeamFlagsV2Status401Schema = listTeamFlagsV2Status401Schema;
30507
30512
  exports.listTeamFlagsV2Status403Schema = listTeamFlagsV2Status403Schema;
30508
30513
  exports.listTeamFlagsV2Status410Schema = listTeamFlagsV2Status410Schema;
30514
+ exports.listTeamFlagsV2Status503Schema = listTeamFlagsV2Status503Schema;
30509
30515
  exports.listUserEventsErrorSchema = listUserEventsErrorSchema;
30510
30516
  exports.listUserEventsQueryEntityIdSchema = listUserEventsQueryEntityIdSchema;
30511
30517
  exports.listUserEventsQueryLimitSchema = listUserEventsQueryLimitSchema;