Home Manual Reference Source

Variable

Static Public Summary
public

CommentState: {"COMMENT": string, "TODO": string, "DONE": string}

public

FileAssignee: {"PROOF": string, "ATTACHMENT": string, "SNAPSHOT": string}

public

FileStatus: {"OK": string, "UPLOADING": string, "QUEUED": string, "RIPPING": string, "ERROR": string}

public

ProofState: {"UPLOADING": string, "FILE_ERROR": string, "PROCESSING": string, "ARCHIVED": string, "PROOFERS_NEEDED": string, "TODOS_REQUESTED": string, "AWAITING_NEW_VERSION": string, "APPROVED": string, "NOT_STARTED": string, "OVERDUE": string, "ACTIVE": string}

public

ProofStatus: {"NEW": *, "PROOFING": number, "FINAL_APPROVING": number, "TODOS_REQUESTED": number, "AWAITING_NEW_VERSION": number, "APPROVED": number, "ARCHIVED": number}

public

ResponseStatus: {"ERROR_CRITICAL": number, "OK": number, "ERROR_INVALID": number, "ERROR_NO_ACCESS": number, "ERROR_NO_ACCESS_WRITE": number, "ERROR_RESTRICTED": number, "ERROR_SQL_ERROR": number, "ERROR_OUT_SYNC": number, "ERROR_STORAGE_ERROR": number, "ERROR_QUEUE_ERROR": number, "ERROR_SQL_DEADLOCK_ERROR": number, "ERROR_BAD_REQUEST": number, "ERROR_UNAUTHORISED": number, "ERROR_MEDIA_PERMISSION_NO_ACCESS": number, "ERROR_NOT_FOUND": number, "ERROR_CREATE": number, "ERROR_UPDATE": number, "ERROR_DELETE": number, "ERROR_EXISTS": number, "ERROR_USER_INVALID_LOGIN": number, "ERROR_USER_INVALID_PASSWORD": number, "ERROR_USER_IS_REGISTERED": number, "ERROR_USER_INVALID_EMAIL": number, "ERROR_USER_INVALID_LOGIN_COUNT": number, "ERROR_USER_DISABLED": number, "ERROR_BAD_REQUEST_DATE": number, "ERROR_THROTTLED": number}

public

WorkflowStepState: {"NONE": *, "NOT_VISIBLE": string, "VISIBLE": string, "COMPLETE": string}

public

WorkflowUserRole: {"REVIEWER": string, "MANDATORY": string, "GATEKEEPER": string, "APPROVER": string}

public

WorkflowUserState: {"NONE": *, "NOT_VISIBLE": string, "VISIBLE": string, "SEEN": string, "SKIPPED": string, "FINISHED": string}

Static Public

public CommentState: {"COMMENT": string, "TODO": string, "DONE": string} source

import CommentState from '@pageproof/sdk/src/enum/CommentState.js'

public FileAssignee: {"PROOF": string, "ATTACHMENT": string, "SNAPSHOT": string} source

import FileAssignee from '@pageproof/sdk/src/enum/FileAssignee.js'

public FileStatus: {"OK": string, "UPLOADING": string, "QUEUED": string, "RIPPING": string, "ERROR": string} source

import FileStatus from '@pageproof/sdk/src/enum/FileStatus.js'

public ProofState: {"UPLOADING": string, "FILE_ERROR": string, "PROCESSING": string, "ARCHIVED": string, "PROOFERS_NEEDED": string, "TODOS_REQUESTED": string, "AWAITING_NEW_VERSION": string, "APPROVED": string, "NOT_STARTED": string, "OVERDUE": string, "ACTIVE": string} source

import ProofState from '@pageproof/sdk/src/enum/ProofState.js'

public ProofStatus: {"NEW": *, "PROOFING": number, "FINAL_APPROVING": number, "TODOS_REQUESTED": number, "AWAITING_NEW_VERSION": number, "APPROVED": number, "ARCHIVED": number} source

import ProofStatus from '@pageproof/sdk/src/enum/ProofStatus.js'

public ResponseStatus: {"ERROR_CRITICAL": number, "OK": number, "ERROR_INVALID": number, "ERROR_NO_ACCESS": number, "ERROR_NO_ACCESS_WRITE": number, "ERROR_RESTRICTED": number, "ERROR_SQL_ERROR": number, "ERROR_OUT_SYNC": number, "ERROR_STORAGE_ERROR": number, "ERROR_QUEUE_ERROR": number, "ERROR_SQL_DEADLOCK_ERROR": number, "ERROR_BAD_REQUEST": number, "ERROR_UNAUTHORISED": number, "ERROR_MEDIA_PERMISSION_NO_ACCESS": number, "ERROR_NOT_FOUND": number, "ERROR_CREATE": number, "ERROR_UPDATE": number, "ERROR_DELETE": number, "ERROR_EXISTS": number, "ERROR_USER_INVALID_LOGIN": number, "ERROR_USER_INVALID_PASSWORD": number, "ERROR_USER_IS_REGISTERED": number, "ERROR_USER_INVALID_EMAIL": number, "ERROR_USER_INVALID_LOGIN_COUNT": number, "ERROR_USER_DISABLED": number, "ERROR_BAD_REQUEST_DATE": number, "ERROR_THROTTLED": number} source

import ResponseStatus from '@pageproof/sdk/src/enum/ResponseStatus.js'

public WorkflowStepState: {"NONE": *, "NOT_VISIBLE": string, "VISIBLE": string, "COMPLETE": string} source

import WorkflowStepState from '@pageproof/sdk/src/enum/WorkflowStepState.js'

public WorkflowUserRole: {"REVIEWER": string, "MANDATORY": string, "GATEKEEPER": string, "APPROVER": string} source

import WorkflowUserRole from '@pageproof/sdk/src/enum/WorkflowUserRole.js'

public WorkflowUserState: {"NONE": *, "NOT_VISIBLE": string, "VISIBLE": string, "SEEN": string, "SKIPPED": string, "FINISHED": string} source

import WorkflowUserState from '@pageproof/sdk/src/enum/WorkflowUserState.js'