UNPKG

@signnow/api-client

Version:
30 lines (29 loc) 2.99 kB
export type { FolderDocumentsGet as FolderDocumentsGetResponse } from './response/folderDocumentsGet'; export type { FolderGet as FolderGetResponse } from './response/folderGet'; export type { Folder as FolderResponseAttribute } from './response/data/folder'; export type { Attachment as DocumentAttachmentResponseAttribute } from './response/data/document/attachment'; export type { Check as DocumentCheckResponseAttribute } from './response/data/document/check'; export type { Data as DocumentDataResponseAttribute } from './response/data/document/data'; export type { Document as DocumentResponseAttribute } from './response/data/document/document'; export type { DocumentGroupInfo as DocumentDocumentGroupInfoResponseAttribute } from './response/data/document/documentGroupInfo'; export type { EmailGroup as DocumentEmailGroupResponseAttribute } from './response/data/document/emailGroup'; export type { EmailSentStatus as DocumentEmailSentStatusResponseAttribute } from './response/data/document/emailSentStatus'; export type { EnumerationOption as DocumentEnumerationOptionResponseAttribute } from './response/data/document/enumerationOption'; export type { Field as DocumentFieldResponseAttribute } from './response/data/document/field'; export type { FieldInvite as DocumentFieldInviteResponseAttribute } from './response/data/document/fieldInvite'; export type { FreeformInvite as DocumentFreeformInviteResponseAttribute } from './response/data/document/freeformInvite'; export type { Insert as DocumentInsertResponseAttribute } from './response/data/document/insert'; export type { Integration as DocumentIntegrationResponseAttribute } from './response/data/document/integration'; export type { JsonAttribute as DocumentJsonAttributeResponseAttribute } from './response/data/document/jsonAttribute'; export type { Radiobutton as DocumentRadiobuttonResponseAttribute } from './response/data/document/radiobutton'; export type { Reminder as DocumentReminderResponseAttribute } from './response/data/document/reminder'; export type { Request as DocumentRequestResponseAttribute } from './response/data/document/request'; export type { Role as DocumentRoleResponseAttribute } from './response/data/document/role'; export type { RoutingDetail as DocumentRoutingDetailResponseAttribute } from './response/data/document/routingDetail'; export type { Seal as DocumentSealResponseAttribute } from './response/data/document/seal'; export type { Signature as DocumentSignatureResponseAttribute } from './response/data/document/signature'; export type { Tag as DocumentTagResponseAttribute } from './response/data/document/tag'; export type { Text as DocumentTextResponseAttribute } from './response/data/document/text'; export type { Thumbnail as DocumentThumbnailResponseAttribute } from './response/data/document/thumbnail'; export { FolderDocumentsGet as FolderDocumentsGetRequest } from './request/folderDocumentsGet'; export { FolderGet as FolderGetRequest } from './request/folderGet';