Skip to content

CrProposedFile

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/apps/api/src/change-request/change-request.service.ts

files as stored on a draft row: the proposal travels in the row (the job carries only crId). B1 git-sync extends the shape: createPath proposes a NEW page (documentId absent until the merge creates it); delete: true proposes an UNPUBLISH (never a hard-delete). Both are accepted only on kind:'git' rows — open() rejects them everywhere else.

Properties

PropertyType
documentId`string
proposedContentstring
createPathstring
deleteboolean

Was this page helpful?

Download as PDF