Skip to content

Commit 05da001

Browse files
refactor(types): expose sign action OpenAPI aliases
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 3227e61 commit 05da001

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/types/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ export type LoadedValidationEnvelopeDocument = LoadedValidationDocument & {
6969
}
7070
export type SignatureMethodsRecord = ApiComponents['schemas']['SignatureMethods']
7171
export type UserElementRecord = ApiComponents['schemas']['UserElement']
72+
export type SignActionResponseRecord = ApiComponents['schemas']['SignActionResponse']
73+
export type SigningJobRecord = ApiComponents['schemas']['SigningJob']
74+
export type FileUuidReferenceRecord = ApiComponents['schemas']['FileUuidReference']
7275
export type RequestSignerRecord = ApiComponents['schemas']['NewSigner']
7376
export type ValidationMetadataRecord = ApiComponents['schemas']['ValidateMetadata']
7477
export type RequestedByRecord = ApiComponents['schemas']['RequestedBy']

0 commit comments

Comments
 (0)