GetDeploymentsSeatBlock
June 9, 2026 ยท View on GitHub
NSNB Blocked metadata
Example Usage
import { GetDeploymentsSeatBlock } from "@vercel/sdk/models/getdeploymentsop.js";
let value: GetDeploymentsSeatBlock = {
blockCode: "COMMIT_AUTHOR_REQUIRED",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
blockCode | models.GetDeploymentsBlockCode | :heavy_check_mark: | The NSNB decision code for the seat block. TODO: We should consolidate block types. |
userId | string | :heavy_minus_sign: | The blocked vercel user ID. |
isVerified | boolean | :heavy_minus_sign: | Determines if the user was verified during the block. In the git integration case, the commit sender was the author. |
gitUserId | models.GetDeploymentsGitUserId | :heavy_minus_sign: | N/A |
gitProvider | models.GetDeploymentsGitProvider | :heavy_minus_sign: | The git provider type associated with gitUserId. |