Skip to content

Commit 6cff80a

Browse files
fix: align sign store document contract
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 203c444 commit 6cff80a

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/store/sign.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)