vercel-api-js 1.22.1 → 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.
- package/dist/index.cjs +2 -1
- package/dist/index.d.ts +182 -139
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{schemas-qgadqphn.js → schemas-ixq6057d.js} +21 -1
- package/dist/{schemas-bbadnxh8.cjs → schemas-vog3t7vh.cjs} +21 -0
- package/dist/schemas.cjs +2 -1
- package/dist/schemas.d.mts +21 -2
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +1 -1
- package/dist/types.d.mts +26 -2
- package/dist/types.d.mts.map +1 -1
- package/package.json +4 -4
|
@@ -3576,6 +3576,19 @@ const userEventSchema = z__namespace.object({
|
|
|
3576
3576
|
}).optional().describe("Since June 2023 Determines if comments should be posted to the git host. Replaces `github.silent` in the vercel.json."),
|
|
3577
3577
|
gitHashtagVercel: z__namespace.array(z__namespace.string()).optional().describe("Since February 2022 All the hashtag-vercel tags found in the commit message triggering the deploy. For example, #VERCEL_DO_SOMETHING"),
|
|
3578
3578
|
headInfo: z__namespace.object({
|
|
3579
|
+
commitMetadata: z__namespace.object({
|
|
3580
|
+
author: z__namespace.object({
|
|
3581
|
+
date: z__namespace.string(),
|
|
3582
|
+
email: z__namespace.string(),
|
|
3583
|
+
name: z__namespace.string()
|
|
3584
|
+
}),
|
|
3585
|
+
committer: z__namespace.object({
|
|
3586
|
+
date: z__namespace.string(),
|
|
3587
|
+
email: z__namespace.string(),
|
|
3588
|
+
name: z__namespace.string()
|
|
3589
|
+
}),
|
|
3590
|
+
message: z__namespace.string()
|
|
3591
|
+
}).optional(),
|
|
3579
3592
|
org: z__namespace.string(),
|
|
3580
3593
|
ref: z__namespace.string(),
|
|
3581
3594
|
repo: z__namespace.string(),
|
|
@@ -4644,6 +4657,11 @@ const userEventSchema = z__namespace.object({
|
|
|
4644
4657
|
reason: z__namespace.string(),
|
|
4645
4658
|
scanner: z__namespace.string()
|
|
4646
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."),
|
|
4647
4665
|
scanner: z__namespace.string().optional().describe("Since November 2021. Guides the abuse scanner in build container."),
|
|
4648
4666
|
scheduledBlock: z__namespace.object({
|
|
4649
4667
|
caseId: z__namespace.string().optional().describe("Absent from the automated evaluation path, which has no case."),
|
|
@@ -23267,6 +23285,7 @@ const getNamedSandboxStatus403Schema = z__namespace.unknown();
|
|
|
23267
23285
|
const getNamedSandboxStatus404Schema = z__namespace.unknown();
|
|
23268
23286
|
const getNamedSandboxStatus409Schema = z__namespace.unknown();
|
|
23269
23287
|
const getNamedSandboxStatus410Schema = z__namespace.unknown();
|
|
23288
|
+
const getNamedSandboxStatus422Schema = z__namespace.unknown();
|
|
23270
23289
|
const getNamedSandboxStatus429Schema = z__namespace.unknown();
|
|
23271
23290
|
const getNamedSandboxStatus500Schema = z__namespace.unknown();
|
|
23272
23291
|
const getNamedSandboxStatus502Schema = z__namespace.unknown();
|
|
@@ -23279,6 +23298,7 @@ const getNamedSandboxErrorSchema = z__namespace.union([
|
|
|
23279
23298
|
getNamedSandboxStatus404Schema,
|
|
23280
23299
|
getNamedSandboxStatus409Schema,
|
|
23281
23300
|
getNamedSandboxStatus410Schema,
|
|
23301
|
+
getNamedSandboxStatus422Schema,
|
|
23282
23302
|
getNamedSandboxStatus429Schema,
|
|
23283
23303
|
getNamedSandboxStatus500Schema,
|
|
23284
23304
|
getNamedSandboxStatus502Schema
|
|
@@ -29259,6 +29279,7 @@ exports.getNamedSandboxStatus403Schema = getNamedSandboxStatus403Schema;
|
|
|
29259
29279
|
exports.getNamedSandboxStatus404Schema = getNamedSandboxStatus404Schema;
|
|
29260
29280
|
exports.getNamedSandboxStatus409Schema = getNamedSandboxStatus409Schema;
|
|
29261
29281
|
exports.getNamedSandboxStatus410Schema = getNamedSandboxStatus410Schema;
|
|
29282
|
+
exports.getNamedSandboxStatus422Schema = getNamedSandboxStatus422Schema;
|
|
29262
29283
|
exports.getNamedSandboxStatus429Schema = getNamedSandboxStatus429Schema;
|
|
29263
29284
|
exports.getNamedSandboxStatus500Schema = getNamedSandboxStatus500Schema;
|
|
29264
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-
|
|
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;
|