vercel-api-js 1.22.2 → 1.22.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.
@@ -4657,6 +4657,11 @@ const userEventSchema = z__namespace.object({
4657
4657
  reason: z__namespace.string(),
4658
4658
  scanner: z__namespace.string()
4659
4659
  })).optional().describe("(scanner history). Since November 2021. First element is newest."),
4660
+ registeredShaBlock: z__namespace.object({
4661
+ createdAt: z__namespace.string(),
4662
+ createdBy: z__namespace.string(),
4663
+ sha: z__namespace.string()
4664
+ }).optional().describe("Since September 2026. The git SHA a non-cascading hard block of this owner auto-registered in the lineage blocklist, so unblocking can disable the row that block created. Lives on the owner rather than a project block because this registration path runs only when the block did not cascade, leaving the owner's single project unblocked and with no block record to carry it. Absent means the block registered nothing, which includes the case where registration was skipped because the SHA already belonged to an earlier block. Unblock must clear only what is named here."),
4660
4665
  scanner: z__namespace.string().optional().describe("Since November 2021. Guides the abuse scanner in build container."),
4661
4666
  scheduledBlock: z__namespace.object({
4662
4667
  caseId: z__namespace.string().optional().describe("Absent from the automated evaluation path, which has no case."),
@@ -23280,6 +23285,7 @@ const getNamedSandboxStatus403Schema = z__namespace.unknown();
23280
23285
  const getNamedSandboxStatus404Schema = z__namespace.unknown();
23281
23286
  const getNamedSandboxStatus409Schema = z__namespace.unknown();
23282
23287
  const getNamedSandboxStatus410Schema = z__namespace.unknown();
23288
+ const getNamedSandboxStatus422Schema = z__namespace.unknown();
23283
23289
  const getNamedSandboxStatus429Schema = z__namespace.unknown();
23284
23290
  const getNamedSandboxStatus500Schema = z__namespace.unknown();
23285
23291
  const getNamedSandboxStatus502Schema = z__namespace.unknown();
@@ -23292,6 +23298,7 @@ const getNamedSandboxErrorSchema = z__namespace.union([
23292
23298
  getNamedSandboxStatus404Schema,
23293
23299
  getNamedSandboxStatus409Schema,
23294
23300
  getNamedSandboxStatus410Schema,
23301
+ getNamedSandboxStatus422Schema,
23295
23302
  getNamedSandboxStatus429Schema,
23296
23303
  getNamedSandboxStatus500Schema,
23297
23304
  getNamedSandboxStatus502Schema
@@ -29272,6 +29279,7 @@ exports.getNamedSandboxStatus403Schema = getNamedSandboxStatus403Schema;
29272
29279
  exports.getNamedSandboxStatus404Schema = getNamedSandboxStatus404Schema;
29273
29280
  exports.getNamedSandboxStatus409Schema = getNamedSandboxStatus409Schema;
29274
29281
  exports.getNamedSandboxStatus410Schema = getNamedSandboxStatus410Schema;
29282
+ exports.getNamedSandboxStatus422Schema = getNamedSandboxStatus422Schema;
29275
29283
  exports.getNamedSandboxStatus429Schema = getNamedSandboxStatus429Schema;
29276
29284
  exports.getNamedSandboxStatus500Schema = getNamedSandboxStatus500Schema;
29277
29285
  exports.getNamedSandboxStatus502Schema = getNamedSandboxStatus502Schema;
package/dist/schemas.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- var schemas = require('./schemas-earo35w8.cjs');
3
+ var schemas = require('./schemas-vog3t7vh.cjs');
4
4
 
5
5
 
6
6
 
@@ -2604,6 +2604,7 @@ exports.getNamedSandboxStatus403Schema = schemas.getNamedSandboxStatus403Schema;
2604
2604
  exports.getNamedSandboxStatus404Schema = schemas.getNamedSandboxStatus404Schema;
2605
2605
  exports.getNamedSandboxStatus409Schema = schemas.getNamedSandboxStatus409Schema;
2606
2606
  exports.getNamedSandboxStatus410Schema = schemas.getNamedSandboxStatus410Schema;
2607
+ exports.getNamedSandboxStatus422Schema = schemas.getNamedSandboxStatus422Schema;
2607
2608
  exports.getNamedSandboxStatus429Schema = schemas.getNamedSandboxStatus429Schema;
2608
2609
  exports.getNamedSandboxStatus500Schema = schemas.getNamedSandboxStatus500Schema;
2609
2610
  exports.getNamedSandboxStatus502Schema = schemas.getNamedSandboxStatus502Schema;