Kind: Interface
Source: atloria-monorepo/packages/api-client/src/endpoints/change-requests.ts
Change request model for API responses
Properties
| Property | Type |
|---|---|
id | string |
projectId | string |
kind | ChangeRequestKind |
status | ChangeRequestStatus |
title | string |
branchRef | string |
authorType | string |
authorId | `string |
baseCommit | `string |
headCommit | `string |
mergeCommit | `string |
files | `ChangeRequestProposedFile[] |
diffCache | unknown |
conflictState | `ChangeRequestConflictState |
gitMeta | `{ |
repoFullName?: string; branch?: string; headSha?: string; compareUrl?: string | null; pusherLogin?: string | null; author?: { name?: string | null; email?: string | null } | null; autoMerge?: boolean;
} | null| |error|string | null| |mergedAt|string | null| |mergedById|string | null| |createdAt|string| |updatedAt|string` |
Was this page helpful?