SeatBlock
July 24, 2026 ยท View on GitHub
NSNB Blocked metadata
Example Usage
import { SeatBlock } from "@vercel/sdk/models/canceldeploymentresponsebody.js";
let value: SeatBlock = {
blockCode: "TEAM_ACCESS_REQUIRED",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
blockCode | models.BlockCode | :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.CancelDeploymentGitUserId | :heavy_minus_sign: | N/A |
gitProvider | models.CancelDeploymentGitProvider | :heavy_minus_sign: | The git provider type associated with gitUserId. |