File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import { FILE_STATUS, SIGN_REQUEST_STATUS } from '../constants.js'
2323 * signRequestId?: number
2424 * displayName?: string
2525 * email?: string
26- * sign_uuid ?: string | null
26+ * sign_request_uuid ?: string | null
2727 * me?: boolean
2828 * status?: number
2929 * signed?: string | null | boolean | unknown[]
@@ -35,7 +35,6 @@ import { FILE_STATUS, SIGN_REQUEST_STATUS } from '../constants.js'
3535 * @typedef {{
3636 * canSign?: boolean
3737 * canRequestSign?: boolean
38- * signerFileUuid?: string | null
3938 * phoneNumber?: string
4039 * hasSignatureFile?: boolean
4140 * isApprover?: boolean
@@ -81,10 +80,6 @@ import { FILE_STATUS, SIGN_REQUEST_STATUS } from '../constants.js'
8180 * name?: string
8281 * description?: string
8382 * uuid?: string | null
84- * signUuid?: string | null
85- * sign_uuid?: string | null
86- * signRequestUuid?: string | null
87- * sign_request_uuid?: string | null
8883 * nodeId?: number
8984 * nodeType?: string
9085 * status?: number | string
You can’t perform that action at this time.
0 commit comments