boldsign 3.1.4 → 3.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +188 -184
- package/.openapi-generator/VERSION +1 -1
- package/.openapi-generator-ignore +23 -23
- package/LICENSE +21 -21
- package/README.md +350 -345
- package/api/apis.ts +208 -208
- package/api/brandingApi.ts +1233 -1233
- package/api/contactsApi.ts +772 -772
- package/api/customFieldApi.ts +817 -817
- package/api/documentApi.ts +3470 -3470
- package/api/groupContactsApi.ts +779 -779
- package/api/identityVerificationApi.ts +586 -586
- package/api/index.ts +38 -38
- package/api/planApi.ts +274 -274
- package/api/senderIdentitiesApi.ts +1017 -1017
- package/api/teamsApi.ts +661 -661
- package/api/templateApi.ts +2188 -2046
- package/api/userApi.ts +1094 -1094
- package/api.ts +3 -3
- package/dist/api/apis.d.ts +1 -1
- package/dist/api/apis.js +1 -1
- package/dist/api/templateApi.d.ts +2 -1
- package/dist/api/templateApi.js +90 -0
- package/dist/api/templateApi.js.map +1 -1
- package/dist/model/documentProperties.d.ts +3 -0
- package/dist/model/documentProperties.js +15 -0
- package/dist/model/documentProperties.js.map +1 -1
- package/dist/model/errorResponse.d.ts +15 -0
- package/dist/model/errorResponse.js +23 -0
- package/dist/model/errorResponse.js.map +1 -0
- package/dist/model/index.d.ts +5 -1
- package/dist/model/index.js +17 -3
- package/dist/model/index.js.map +1 -1
- package/dist/model/templateProperties.d.ts +1 -0
- package/dist/model/templateProperties.js +5 -0
- package/dist/model/templateProperties.js.map +1 -1
- package/dist/model/templateShareErrorResponse.d.ts +17 -0
- package/dist/model/templateShareErrorResponse.js +33 -0
- package/dist/model/templateShareErrorResponse.js.map +1 -0
- package/dist/model/templateShareRequest.d.ts +15 -0
- package/dist/model/templateShareRequest.js +18 -0
- package/dist/model/templateShareRequest.js.map +1 -0
- package/dist/model/templateTeamShareRequest.d.ts +26 -0
- package/dist/model/templateTeamShareRequest.js +40 -0
- package/dist/model/templateTeamShareRequest.js.map +1 -0
- package/dist/model/textTagDefinition.d.ts +2 -0
- package/dist/model/textTagDefinition.js +5 -0
- package/dist/model/textTagDefinition.js.map +1 -1
- package/docs/AccessCodeDetail.md +19 -19
- package/docs/AccessCodeDetails.md +13 -13
- package/docs/Added.md +13 -13
- package/docs/Address.md +16 -16
- package/docs/AttachmentInfo.md +14 -14
- package/docs/AuditTrail.md +25 -25
- package/docs/AuthenticationSettings.md +11 -11
- package/docs/Base64File.md +12 -12
- package/docs/BehalfDocument.md +29 -29
- package/docs/BehalfDocumentRecords.md +12 -12
- package/docs/BehalfOf.md +12 -12
- package/docs/BillingViewModel.md +11 -11
- package/docs/BrandCreated.md +11 -11
- package/docs/BrandCustomFieldDetails.md +16 -16
- package/docs/BrandingApi.md +268 -268
- package/docs/BrandingMessage.md +11 -11
- package/docs/BrandingRecords.md +11 -11
- package/docs/ChangeRecipient.md +18 -18
- package/docs/ChangeTeamRequest.md +12 -12
- package/docs/CollaborationSettings.md +14 -14
- package/docs/ConditionalRule.md +13 -13
- package/docs/ContactCreated.md +12 -12
- package/docs/ContactDetails.md +15 -15
- package/docs/ContactPageDetails.md +13 -13
- package/docs/ContactsApi.md +176 -176
- package/docs/ContactsDetails.md +16 -16
- package/docs/ContactsList.md +12 -12
- package/docs/CreateContactResponse.md +11 -11
- package/docs/CreateGroupContactResponse.md +12 -12
- package/docs/CreateSenderIdentityRequest.md +17 -17
- package/docs/CreateTeamRequest.md +11 -11
- package/docs/CreateTemplateRequest.md +39 -39
- package/docs/CreateUser.md +14 -14
- package/docs/Creators.md +12 -12
- package/docs/CustomDomainSettings.md +12 -12
- package/docs/CustomFieldApi.md +174 -174
- package/docs/CustomFieldCollection.md +11 -11
- package/docs/CustomFieldMessage.md +12 -12
- package/docs/CustomFormField.md +44 -44
- package/docs/Date.md +13 -13
- package/docs/DeleteCustomFieldReply.md +11 -11
- package/docs/Document.md +28 -28
- package/docs/DocumentApi.md +891 -891
- package/docs/DocumentCC.md +11 -11
- package/docs/DocumentCcDetails.md +12 -12
- package/docs/DocumentCreated.md +11 -11
- package/docs/DocumentEdited.md +11 -11
- package/docs/DocumentExpirySettings.md +16 -16
- package/docs/DocumentFiles.md +16 -16
- package/docs/DocumentFormFields.md +53 -53
- package/docs/DocumentInfo.md +14 -14
- package/docs/DocumentProperties.md +57 -54
- package/docs/DocumentReassign.md +13 -13
- package/docs/DocumentRecords.md +12 -12
- package/docs/DocumentSenderDetail.md +14 -14
- package/docs/DocumentSigner.md +34 -34
- package/docs/DocumentSignerDetails.md +41 -41
- package/docs/DocumentTags.md +12 -12
- package/docs/DownloadImageRequest.md +16 -16
- package/docs/EditDocumentFile.md +14 -14
- package/docs/EditDocumentRequest.md +41 -41
- package/docs/EditDocumentSigner.md +35 -35
- package/docs/EditFormField.md +52 -52
- package/docs/EditSenderIdentityRequest.md +15 -15
- package/docs/EditTemplateRequest.md +34 -34
- package/docs/EditableDateFieldSettings.md +14 -14
- package/docs/EmbeddedCreateTemplateRequest.md +50 -50
- package/docs/EmbeddedCustomFieldCreated.md +11 -11
- package/docs/EmbeddedDocumentEditJsonRequest.md +19 -19
- package/docs/EmbeddedDocumentEdited.md +11 -11
- package/docs/EmbeddedDocumentRequest.md +58 -58
- package/docs/EmbeddedFileDetails.md +16 -16
- package/docs/EmbeddedFileLink.md +11 -11
- package/docs/EmbeddedMergeTemplateFormRequest.md +59 -59
- package/docs/EmbeddedSendCreated.md +12 -12
- package/docs/EmbeddedSendTemplateFormRequest.md +56 -56
- package/docs/EmbeddedSigningLink.md +11 -11
- package/docs/EmbeddedTemplateCreated.md +12 -12
- package/docs/EmbeddedTemplateEditRequest.md +21 -21
- package/docs/EmbeddedTemplateEdited.md +11 -11
- package/docs/EmbeddedTemplatePreview.md +11 -11
- package/docs/EmbeddedTemplatePreviewJsonRequest.md +12 -12
- package/docs/Error.md +12 -12
- package/docs/ErrorResult.md +11 -11
- package/docs/ExistingFormField.md +15 -15
- package/docs/ExtendExpiry.md +14 -14
- package/docs/FileInfo.md +14 -14
- package/docs/Font.md +18 -18
- package/docs/FormField.md +53 -53
- package/docs/FormFieldPermission.md +13 -13
- package/docs/FormGroup.md +15 -15
- package/docs/FormulaFieldSettings.md +12 -12
- package/docs/GetGroupContactDetails.md +15 -15
- package/docs/GroupContact.md +14 -14
- package/docs/GroupContactDetails.md +13 -13
- package/docs/GroupContactsApi.md +177 -177
- package/docs/GroupContactsList.md +12 -12
- package/docs/GroupSigner.md +17 -17
- package/docs/GroupSignerSettings.md +12 -12
- package/docs/GroupUser.md +12 -12
- package/docs/IdDocument.md +21 -21
- package/docs/IdReport.md +14 -14
- package/docs/IdVerification.md +19 -19
- package/docs/IdVerificationDetails.md +20 -20
- package/docs/IdentityVerificationApi.md +109 -109
- package/docs/IdentityVerificationSettings.md +17 -17
- package/docs/ImageInfo.md +13 -13
- package/docs/MergeAndSendForSignForm.md +49 -49
- package/docs/ModificationDetails.md +12 -12
- package/docs/NotificationSettings.md +22 -22
- package/docs/PageDetails.md +16 -16
- package/docs/PhoneNumber.md +12 -12
- package/docs/PlanApi.md +38 -38
- package/docs/PrefillField.md +12 -12
- package/docs/PrefillFieldRequest.md +12 -12
- package/docs/ProblemDetails.md +15 -15
- package/docs/RecipientChangeLog.md +12 -12
- package/docs/RecipientNotificationSettings.md +22 -22
- package/docs/Rectangle.md +14 -14
- package/docs/ReminderMessage.md +13 -13
- package/docs/ReminderSettings.md +13 -13
- package/docs/RemoveAuthentication.md +14 -14
- package/docs/Removed.md +13 -13
- package/docs/RevokeDocument.md +12 -12
- package/docs/Role.md +35 -35
- package/docs/Roles.md +36 -36
- package/docs/SendForSign.md +48 -48
- package/docs/SendForSignFromTemplateForm.md +46 -46
- package/docs/SenderIdentitiesApi.md +243 -243
- package/docs/SenderIdentityCreated.md +11 -11
- package/docs/SenderIdentityList.md +12 -12
- package/docs/SenderIdentityViewModel.md +21 -21
- package/docs/SignatureFrameSettings.md +14 -14
- package/docs/SignerAuthenticationSettings.md +12 -12
- package/docs/Size.md +12 -12
- package/docs/TeamCreated.md +11 -11
- package/docs/TeamDocumentRecords.md +12 -12
- package/docs/TeamListResponse.md +12 -12
- package/docs/TeamPageDetails.md +12 -12
- package/docs/TeamResponse.md +15 -15
- package/docs/TeamUpdateRequest.md +12 -12
- package/docs/TeamUsers.md +16 -16
- package/docs/Teams.md +14 -14
- package/docs/TeamsApi.md +141 -141
- package/docs/Template.md +29 -29
- package/docs/TemplateApi.md +554 -520
- package/docs/TemplateCC.md +12 -12
- package/docs/TemplateCreated.md +11 -11
- package/docs/TemplateFiles.md +14 -14
- package/docs/TemplateFormFields.md +53 -53
- package/docs/TemplateGroupSigner.md +12 -12
- package/docs/TemplateProperties.md +42 -41
- package/docs/TemplateRecords.md +12 -12
- package/docs/TemplateRole.md +30 -30
- package/docs/TemplateSenderDetail.md +12 -12
- package/docs/TemplateSenderDetails.md +13 -13
- package/docs/TemplateSharedTemplateDetail.md +12 -12
- package/docs/TemplateSharing.md +11 -11
- package/docs/TemplateSignerDetails.md +29 -29
- package/docs/TemplateTag.md +14 -14
- package/docs/TemplateTeamShare.md +12 -12
- package/docs/TextTagDefinition.md +43 -42
- package/docs/TextTagOffset.md +12 -12
- package/docs/UpdateGroupContact.md +13 -13
- package/docs/UpdateUser.md +14 -14
- package/docs/UpdateUserMetaData.md +12 -12
- package/docs/UserApi.md +275 -275
- package/docs/UserPageDetails.md +12 -12
- package/docs/UserProperties.md +21 -21
- package/docs/UserRecords.md +12 -12
- package/docs/UsersDetails.md +21 -21
- package/docs/Validation.md +13 -13
- package/docs/VerificationDataRequest.md +15 -15
- package/docs/ViewBrandDetails.md +36 -36
- package/docs/ViewCustomFieldDetails.md +17 -17
- package/git_push.sh +57 -57
- package/model/accessCodeDetail.ts +91 -91
- package/model/accessCodeDetails.ts +44 -44
- package/model/added.ts +43 -43
- package/model/address.ts +61 -61
- package/model/attachmentInfo.ts +49 -49
- package/model/auditTrail.ts +201 -201
- package/model/authenticationSettings.ts +39 -39
- package/model/base64File.ts +37 -37
- package/model/behalfDocument.ts +154 -154
- package/model/behalfDocumentRecords.ts +39 -39
- package/model/behalfOf.ts +37 -37
- package/model/billingViewModel.ts +31 -31
- package/model/brandCreated.ts +31 -31
- package/model/brandCustomFieldDetails.ts +62 -62
- package/model/brandingMessage.ts +31 -31
- package/model/brandingRecords.ts +32 -32
- package/model/changeRecipient.ts +74 -74
- package/model/changeTeamRequest.ts +37 -37
- package/model/collaborationSettings.ts +49 -49
- package/model/conditionalRule.ts +43 -43
- package/model/contactCreated.ts +37 -37
- package/model/contactDetails.ts +56 -56
- package/model/contactPageDetails.ts +43 -43
- package/model/contactsDetails.ts +62 -62
- package/model/contactsList.ts +39 -39
- package/model/createContactResponse.ts +32 -32
- package/model/createGroupContactResponse.ts +37 -37
- package/model/createSenderIdentityRequest.ts +93 -93
- package/model/createTeamRequest.ts +31 -31
- package/model/createTemplateRequest.ts +214 -214
- package/model/createUser.ts +56 -56
- package/model/creators.ts +37 -37
- package/model/customDomainSettings.ts +37 -37
- package/model/customFieldCollection.ts +32 -32
- package/model/customFieldMessage.ts +37 -37
- package/model/customFormField.ts +282 -282
- package/model/deleteCustomFieldReply.ts +31 -31
- package/model/document.ts +147 -147
- package/model/documentCC.ts +31 -31
- package/model/documentCcDetails.ts +37 -37
- package/model/documentCreated.ts +31 -31
- package/model/documentEdited.ts +37 -37
- package/model/documentExpirySettings.ts +68 -68
- package/model/documentFiles.ts +61 -61
- package/model/documentFormFields.ts +316 -316
- package/model/documentInfo.ts +100 -100
- package/model/documentProperties.ts +364 -346
- package/model/documentReassign.ts +43 -43
- package/model/documentRecords.ts +39 -39
- package/model/documentSenderDetail.ts +49 -49
- package/model/documentSigner.ts +247 -247
- package/model/documentSignerDetails.ts +298 -298
- package/model/documentTags.ts +37 -37
- package/model/downloadImageRequest.ts +61 -61
- package/model/editDocumentFile.ts +56 -56
- package/model/editDocumentRequest.ts +236 -236
- package/model/editDocumentSigner.ts +255 -255
- package/model/editFormField.ts +338 -338
- package/model/editSenderIdentityRequest.ts +81 -81
- package/model/editTemplateRequest.ts +183 -183
- package/model/editableDateFieldSettings.ts +49 -49
- package/model/embeddedCreateTemplateRequest.ts +307 -307
- package/model/embeddedCustomFieldCreated.ts +31 -31
- package/model/embeddedDocumentEditJsonRequest.ts +108 -108
- package/model/embeddedDocumentEdited.ts +31 -31
- package/model/embeddedDocumentRequest.ts +364 -364
- package/model/embeddedFileDetails.ts +61 -61
- package/model/embeddedFileLink.ts +31 -31
- package/model/embeddedMergeTemplateFormRequest.ts +370 -370
- package/model/embeddedSendCreated.ts +37 -37
- package/model/embeddedSendTemplateFormRequest.ts +351 -351
- package/model/embeddedSigningLink.ts +31 -31
- package/model/embeddedTemplateCreated.ts +37 -37
- package/model/embeddedTemplateEditRequest.ts +120 -120
- package/model/embeddedTemplateEdited.ts +31 -31
- package/model/embeddedTemplatePreview.ts +31 -31
- package/model/embeddedTemplatePreviewJsonRequest.ts +37 -37
- package/model/errorResponse.ts +37 -0
- package/model/errorResult.ts +31 -31
- package/model/existingFormField.ts +55 -55
- package/model/extendExpiry.ts +49 -49
- package/model/fileInfo.ts +49 -49
- package/model/font.ts +88 -88
- package/model/formField.ts +340 -340
- package/model/formFieldPermission.ts +43 -43
- package/model/formGroup.ts +63 -63
- package/model/formulaFieldSettings.ts +37 -37
- package/model/getGroupContactDetails.ts +57 -57
- package/model/groupContact.ts +50 -50
- package/model/groupContactDetails.ts +44 -44
- package/model/groupContactsList.ts +39 -39
- package/model/groupSigner.ts +77 -77
- package/model/groupSignerSettings.ts +37 -37
- package/model/groupUser.ts +37 -37
- package/model/idDocument.ts +93 -93
- package/model/idReport.ts +50 -50
- package/model/idVerification.ts +79 -79
- package/model/idVerificationDetails.ts +85 -85
- package/model/identityVerificationSettings.ts +84 -84
- package/model/imageInfo.ts +43 -43
- package/model/index.ts +680 -666
- package/model/mergeAndSendForSignForm.ts +283 -283
- package/model/modelDate.ts +43 -43
- package/model/modelError.ts +37 -37
- package/model/models.ts +244 -244
- package/model/modificationDetails.ts +37 -37
- package/model/notificationSettings.ts +97 -97
- package/model/pageDetails.ts +61 -61
- package/model/phoneNumber.ts +37 -37
- package/model/prefillField.ts +37 -37
- package/model/prefillFieldRequest.ts +38 -38
- package/model/problemDetails.ts +55 -55
- package/model/recipientChangeLog.ts +39 -39
- package/model/recipientNotificationSettings.ts +97 -97
- package/model/rectangle.ts +49 -49
- package/model/reminderMessage.ts +44 -44
- package/model/reminderSettings.ts +43 -43
- package/model/removeAuthentication.ts +50 -50
- package/model/removed.ts +43 -43
- package/model/revokeDocument.ts +37 -37
- package/model/role.ts +254 -254
- package/model/roles.ts +258 -258
- package/model/sendForSign.ts +277 -277
- package/model/sendForSignFromTemplateForm.ts +264 -264
- package/model/senderIdentityCreated.ts +31 -31
- package/model/senderIdentityList.ts +39 -39
- package/model/senderIdentityViewModel.ts +92 -92
- package/model/signatureFrameSettings.ts +49 -49
- package/model/signerAuthenticationSettings.ts +37 -37
- package/model/size.ts +37 -37
- package/model/teamCreated.ts +31 -31
- package/model/teamDocumentRecords.ts +39 -39
- package/model/teamListResponse.ts +39 -39
- package/model/teamPageDetails.ts +37 -37
- package/model/teamResponse.ts +56 -56
- package/model/teamUpdateRequest.ts +37 -37
- package/model/teamUsers.ts +73 -73
- package/model/teams.ts +49 -49
- package/model/template.ts +159 -159
- package/model/templateCC.ts +37 -37
- package/model/templateCreated.ts +31 -31
- package/model/templateFiles.ts +49 -49
- package/model/templateFormFields.ts +315 -315
- package/model/templateGroupSigner.ts +37 -37
- package/model/templateProperties.ts +240 -234
- package/model/templateRecords.ts +39 -39
- package/model/templateRole.ts +221 -221
- package/model/templateSenderDetail.ts +37 -37
- package/model/templateSenderDetails.ts +43 -43
- package/model/templateShareErrorResponse.ts +49 -0
- package/model/templateShareRequest.ts +32 -0
- package/model/templateSharedTemplateDetail.ts +43 -43
- package/model/templateSharing.ts +32 -32
- package/model/templateSignerDetails.ts +173 -173
- package/model/templateTag.ts +49 -49
- package/model/templateTeamShare.ts +44 -44
- package/model/templateTeamShareRequest.ts +53 -0
- package/model/textTagDefinition.ts +268 -261
- package/model/textTagOffset.ts +37 -37
- package/model/updateGroupContact.ts +44 -44
- package/model/updateUser.ts +60 -60
- package/model/updateUserMetaData.ts +37 -37
- package/model/userPageDetails.ts +37 -37
- package/model/userProperties.ts +91 -91
- package/model/userRecords.ts +39 -39
- package/model/usersDetails.ts +91 -91
- package/model/validation.ts +52 -52
- package/model/verificationDataRequest.ts +55 -55
- package/model/viewBrandDetails.ts +190 -190
- package/model/viewCustomFieldDetails.ts +68 -68
- package/package.json +52 -52
- package/tsconfig.json +24 -24
- package/boldsign-3.1.4.tgz +0 -0
- package/dist/examples/DocumentProperties.d.ts +0 -1
- package/dist/examples/DocumentProperties.js +0 -28
- package/dist/examples/DocumentProperties.js.map +0 -1
- package/dist/examples/brandCreate.d.ts +0 -1
- package/dist/examples/brandCreate.js +0 -68
- package/dist/examples/brandCreate.js.map +0 -1
- package/dist/examples/brandDelete.d.ts +0 -1
- package/dist/examples/brandDelete.js +0 -28
- package/dist/examples/brandDelete.js.map +0 -1
- package/dist/examples/brandGet.d.ts +0 -1
- package/dist/examples/brandGet.js +0 -28
- package/dist/examples/brandGet.js.map +0 -1
- package/dist/examples/brandList.d.ts +0 -1
- package/dist/examples/brandList.js +0 -27
- package/dist/examples/brandList.js.map +0 -1
- package/dist/examples/brandResetDefault.d.ts +0 -1
- package/dist/examples/brandResetDefault.js +0 -28
- package/dist/examples/brandResetDefault.js.map +0 -1
- package/dist/examples/brandUpdate.d.ts +0 -1
- package/dist/examples/brandUpdate.js +0 -68
- package/dist/examples/brandUpdate.js.map +0 -1
- package/dist/examples/contactCreate.d.ts +0 -1
- package/dist/examples/contactCreate.js +0 -38
- package/dist/examples/contactCreate.js.map +0 -1
- package/dist/examples/contactDelete.d.ts +0 -1
- package/dist/examples/contactDelete.js +0 -28
- package/dist/examples/contactDelete.js.map +0 -1
- package/dist/examples/contactGet.d.ts +0 -1
- package/dist/examples/contactGet.js +0 -28
- package/dist/examples/contactGet.js.map +0 -1
- package/dist/examples/contactGroupDelete.d.ts +0 -1
- package/dist/examples/contactGroupDelete.js +0 -27
- package/dist/examples/contactGroupDelete.js.map +0 -1
- package/dist/examples/contactGroupGet.d.ts +0 -1
- package/dist/examples/contactGroupGet.js +0 -27
- package/dist/examples/contactGroupGet.js.map +0 -1
- package/dist/examples/contactGroupList.d.ts +0 -1
- package/dist/examples/contactGroupList.js +0 -29
- package/dist/examples/contactGroupList.js.map +0 -1
- package/dist/examples/contactGroupUpdate.d.ts +0 -1
- package/dist/examples/contactGroupUpdate.js +0 -34
- package/dist/examples/contactGroupUpdate.js.map +0 -1
- package/dist/examples/contactGroupsCreate.d.ts +0 -1
- package/dist/examples/contactGroupsCreate.js +0 -35
- package/dist/examples/contactGroupsCreate.js.map +0 -1
- package/dist/examples/contactList.d.ts +0 -1
- package/dist/examples/contactList.js +0 -29
- package/dist/examples/contactList.js.map +0 -1
- package/dist/examples/contactUpdate.d.ts +0 -1
- package/dist/examples/contactUpdate.js +0 -38
- package/dist/examples/contactUpdate.js.map +0 -1
- package/dist/examples/customFieldCreate.d.ts +0 -1
- package/dist/examples/customFieldCreate.js +0 -39
- package/dist/examples/customFieldCreate.js.map +0 -1
- package/dist/examples/customFieldDelete.d.ts +0 -1
- package/dist/examples/customFieldDelete.js +0 -28
- package/dist/examples/customFieldDelete.js.map +0 -1
- package/dist/examples/customFieldEdit.d.ts +0 -1
- package/dist/examples/customFieldEdit.js +0 -40
- package/dist/examples/customFieldEdit.js.map +0 -1
- package/dist/examples/customFieldEmbeddedCreateUrl.d.ts +0 -1
- package/dist/examples/customFieldEmbeddedCreateUrl.js +0 -31
- package/dist/examples/customFieldEmbeddedCreateUrl.js.map +0 -1
- package/dist/examples/customFieldList.d.ts +0 -1
- package/dist/examples/customFieldList.js +0 -28
- package/dist/examples/customFieldList.js.map +0 -1
- package/dist/examples/documentAddAuthentication.d.ts +0 -1
- package/dist/examples/documentAddAuthentication.js +0 -32
- package/dist/examples/documentAddAuthentication.js.map +0 -1
- package/dist/examples/documentAddTags.d.ts +0 -1
- package/dist/examples/documentAddTags.js +0 -31
- package/dist/examples/documentAddTags.js.map +0 -1
- package/dist/examples/documentCancelEditing.d.ts +0 -1
- package/dist/examples/documentCancelEditing.js +0 -27
- package/dist/examples/documentCancelEditing.js.map +0 -1
- package/dist/examples/documentChangeAccessCode.d.ts +0 -1
- package/dist/examples/documentChangeAccessCode.js +0 -32
- package/dist/examples/documentChangeAccessCode.js.map +0 -1
- package/dist/examples/documentChangeRecipients.d.ts +0 -1
- package/dist/examples/documentChangeRecipients.js +0 -34
- package/dist/examples/documentChangeRecipients.js.map +0 -1
- package/dist/examples/documentCreateEmbeddedEditUrl.d.ts +0 -1
- package/dist/examples/documentCreateEmbeddedEditUrl.js +0 -32
- package/dist/examples/documentCreateEmbeddedEditUrl.js.map +0 -1
- package/dist/examples/documentDelete.d.ts +0 -1
- package/dist/examples/documentDelete.js +0 -29
- package/dist/examples/documentDelete.js.map +0 -1
- package/dist/examples/documentDeleteTags.d.ts +0 -1
- package/dist/examples/documentDeleteTags.js +0 -31
- package/dist/examples/documentDeleteTags.js.map +0 -1
- package/dist/examples/documentDownload.d.ts +0 -1
- package/dist/examples/documentDownload.js +0 -29
- package/dist/examples/documentDownload.js.map +0 -1
- package/dist/examples/documentDownloadAttachment.d.ts +0 -1
- package/dist/examples/documentDownloadAttachment.js +0 -30
- package/dist/examples/documentDownloadAttachment.js.map +0 -1
- package/dist/examples/documentDownloadAuditTrial.d.ts +0 -1
- package/dist/examples/documentDownloadAuditTrial.js +0 -29
- package/dist/examples/documentDownloadAuditTrial.js.map +0 -1
- package/dist/examples/documentEdit.d.ts +0 -1
- package/dist/examples/documentEdit.js +0 -86
- package/dist/examples/documentEdit.js.map +0 -1
- package/dist/examples/documentEmbeddedRequestLink.d.ts +0 -1
- package/dist/examples/documentEmbeddedRequestLink.js +0 -96
- package/dist/examples/documentEmbeddedRequestLink.js.map +0 -1
- package/dist/examples/documentEmbeddedSignLink.d.ts +0 -1
- package/dist/examples/documentEmbeddedSignLink.js +0 -35
- package/dist/examples/documentEmbeddedSignLink.js.map +0 -1
- package/dist/examples/documentExtendExpiry.d.ts +0 -1
- package/dist/examples/documentExtendExpiry.js +0 -32
- package/dist/examples/documentExtendExpiry.js.map +0 -1
- package/dist/examples/documentList.d.ts +0 -1
- package/dist/examples/documentList.js +0 -29
- package/dist/examples/documentList.js.map +0 -1
- package/dist/examples/documentListBehalf.d.ts +0 -1
- package/dist/examples/documentListBehalf.js +0 -28
- package/dist/examples/documentListBehalf.js.map +0 -1
- package/dist/examples/documentListTeam.d.ts +0 -1
- package/dist/examples/documentListTeam.js +0 -28
- package/dist/examples/documentListTeam.js.map +0 -1
- package/dist/examples/documentPrefillFieldCheckBox.d.ts +0 -1
- package/dist/examples/documentPrefillFieldCheckBox.js +0 -34
- package/dist/examples/documentPrefillFieldCheckBox.js.map +0 -1
- package/dist/examples/documentPrefillFieldDropDown.d.ts +0 -1
- package/dist/examples/documentPrefillFieldDropDown.js +0 -34
- package/dist/examples/documentPrefillFieldDropDown.js.map +0 -1
- package/dist/examples/documentPrefillFieldEditableDate.d.ts +0 -1
- package/dist/examples/documentPrefillFieldEditableDate.js +0 -34
- package/dist/examples/documentPrefillFieldEditableDate.js.map +0 -1
- package/dist/examples/documentPrefillFieldImage.d.ts +0 -1
- package/dist/examples/documentPrefillFieldImage.js +0 -34
- package/dist/examples/documentPrefillFieldImage.js.map +0 -1
- package/dist/examples/documentPrefillFieldRadioButton.d.ts +0 -1
- package/dist/examples/documentPrefillFieldRadioButton.js +0 -34
- package/dist/examples/documentPrefillFieldRadioButton.js.map +0 -1
- package/dist/examples/documentPrefillFieldTextBox.d.ts +0 -1
- package/dist/examples/documentPrefillFieldTextBox.js +0 -34
- package/dist/examples/documentPrefillFieldTextBox.js.map +0 -1
- package/dist/examples/documentRemoveAuthentication.d.ts +0 -1
- package/dist/examples/documentRemoveAuthentication.js +0 -31
- package/dist/examples/documentRemoveAuthentication.js.map +0 -1
- package/dist/examples/documentRevoke.d.ts +0 -1
- package/dist/examples/documentRevoke.js +0 -31
- package/dist/examples/documentRevoke.js.map +0 -1
- package/dist/examples/documentSend.d.ts +0 -1
- package/dist/examples/documentSend.js +0 -90
- package/dist/examples/documentSend.js.map +0 -1
- package/dist/examples/documentSendOnBehalf.d.ts +0 -1
- package/dist/examples/documentSendOnBehalf.js +0 -101
- package/dist/examples/documentSendOnBehalf.js.map +0 -1
- package/dist/examples/documentSendReminder.d.ts +0 -1
- package/dist/examples/documentSendReminder.js +0 -32
- package/dist/examples/documentSendReminder.js.map +0 -1
- package/dist/examples/draftSend.d.ts +0 -1
- package/dist/examples/draftSend.js +0 -27
- package/dist/examples/draftSend.js.map +0 -1
- package/dist/examples/embeddedCreatePreviewUrl.d.ts +0 -1
- package/dist/examples/embeddedCreatePreviewUrl.js +0 -29
- package/dist/examples/embeddedCreatePreviewUrl.js.map +0 -1
- package/dist/examples/embeddedManualVerification.d.ts +0 -1
- package/dist/examples/embeddedManualVerification.js +0 -34
- package/dist/examples/embeddedManualVerification.js.map +0 -1
- package/dist/examples/identityVerificationImage.d.ts +0 -1
- package/dist/examples/identityVerificationImage.js +0 -34
- package/dist/examples/identityVerificationImage.js.map +0 -1
- package/dist/examples/identityVerificationReport.d.ts +0 -1
- package/dist/examples/identityVerificationReport.js +0 -33
- package/dist/examples/identityVerificationReport.js.map +0 -1
- package/dist/examples/listTemplate.d.ts +0 -1
- package/dist/examples/listTemplate.js +0 -29
- package/dist/examples/listTemplate.js.map +0 -1
- package/dist/examples/plan.d.ts +0 -1
- package/dist/examples/plan.js +0 -27
- package/dist/examples/plan.js.map +0 -1
- package/dist/examples/senderIdentityCreate.d.ts +0 -1
- package/dist/examples/senderIdentityCreate.js +0 -33
- package/dist/examples/senderIdentityCreate.js.map +0 -1
- package/dist/examples/senderIdentityDelete.d.ts +0 -1
- package/dist/examples/senderIdentityDelete.js +0 -28
- package/dist/examples/senderIdentityDelete.js.map +0 -1
- package/dist/examples/senderIdentityList.d.ts +0 -1
- package/dist/examples/senderIdentityList.js +0 -29
- package/dist/examples/senderIdentityList.js.map +0 -1
- package/dist/examples/senderIdentityProperties.d.ts +0 -1
- package/dist/examples/senderIdentityProperties.js +0 -27
- package/dist/examples/senderIdentityProperties.js.map +0 -1
- package/dist/examples/senderIdentityRerequest.d.ts +0 -1
- package/dist/examples/senderIdentityRerequest.js +0 -28
- package/dist/examples/senderIdentityRerequest.js.map +0 -1
- package/dist/examples/senderIdentityResendInvitation.d.ts +0 -1
- package/dist/examples/senderIdentityResendInvitation.js +0 -28
- package/dist/examples/senderIdentityResendInvitation.js.map +0 -1
- package/dist/examples/senderIdentityUpdate.d.ts +0 -1
- package/dist/examples/senderIdentityUpdate.js +0 -32
- package/dist/examples/senderIdentityUpdate.js.map +0 -1
- package/dist/examples/teamCreate.d.ts +0 -1
- package/dist/examples/teamCreate.js +0 -30
- package/dist/examples/teamCreate.js.map +0 -1
- package/dist/examples/teamGet.d.ts +0 -1
- package/dist/examples/teamGet.js +0 -28
- package/dist/examples/teamGet.js.map +0 -1
- package/dist/examples/teamList.d.ts +0 -1
- package/dist/examples/teamList.js +0 -29
- package/dist/examples/teamList.js.map +0 -1
- package/dist/examples/teamUpdate.d.ts +0 -1
- package/dist/examples/teamUpdate.js +0 -31
- package/dist/examples/teamUpdate.js.map +0 -1
- package/dist/examples/templateAddTag.d.ts +0 -1
- package/dist/examples/templateAddTag.js +0 -32
- package/dist/examples/templateAddTag.js.map +0 -1
- package/dist/examples/templateCreate.d.ts +0 -1
- package/dist/examples/templateCreate.js +0 -91
- package/dist/examples/templateCreate.js.map +0 -1
- package/dist/examples/templateDelete.d.ts +0 -1
- package/dist/examples/templateDelete.js +0 -28
- package/dist/examples/templateDelete.js.map +0 -1
- package/dist/examples/templateDeleteTag.d.ts +0 -1
- package/dist/examples/templateDeleteTag.js +0 -32
- package/dist/examples/templateDeleteTag.js.map +0 -1
- package/dist/examples/templateDetails.d.ts +0 -1
- package/dist/examples/templateDetails.js +0 -28
- package/dist/examples/templateDetails.js.map +0 -1
- package/dist/examples/templateDownload.d.ts +0 -1
- package/dist/examples/templateDownload.js +0 -28
- package/dist/examples/templateDownload.js.map +0 -1
- package/dist/examples/templateEdit.d.ts +0 -1
- package/dist/examples/templateEdit.js +0 -39
- package/dist/examples/templateEdit.js.map +0 -1
- package/dist/examples/templateEmbeddedCreate.d.ts +0 -1
- package/dist/examples/templateEmbeddedCreate.js +0 -76
- package/dist/examples/templateEmbeddedCreate.js.map +0 -1
- package/dist/examples/templateEmbeddedEdit.d.ts +0 -1
- package/dist/examples/templateEmbeddedEdit.js +0 -36
- package/dist/examples/templateEmbeddedEdit.js.map +0 -1
- package/dist/examples/templateEmbeddedRequestLink.d.ts +0 -1
- package/dist/examples/templateEmbeddedRequestLink.js +0 -78
- package/dist/examples/templateEmbeddedRequestLink.js.map +0 -1
- package/dist/examples/templateMergerEmbeddedRequestUrl.d.ts +0 -1
- package/dist/examples/templateMergerEmbeddedRequestUrl.js +0 -80
- package/dist/examples/templateMergerEmbeddedRequestUrl.js.map +0 -1
- package/dist/examples/templateSendDocument.d.ts +0 -1
- package/dist/examples/templateSendDocument.js +0 -102
- package/dist/examples/templateSendDocument.js.map +0 -1
- package/dist/examples/templateSendDocumentUsingMultipleTemplate.d.ts +0 -1
- package/dist/examples/templateSendDocumentUsingMultipleTemplate.js +0 -50
- package/dist/examples/templateSendDocumentUsingMultipleTemplate.js.map +0 -1
- package/dist/examples/userChangeTeam.d.ts +0 -1
- package/dist/examples/userChangeTeam.js +0 -30
- package/dist/examples/userChangeTeam.js.map +0 -1
- package/dist/examples/userCreate.d.ts +0 -1
- package/dist/examples/userCreate.js +0 -32
- package/dist/examples/userCreate.js.map +0 -1
- package/dist/examples/userGet.d.ts +0 -1
- package/dist/examples/userGet.js +0 -28
- package/dist/examples/userGet.js.map +0 -1
- package/dist/examples/userInvitationCancel.d.ts +0 -1
- package/dist/examples/userInvitationCancel.js +0 -28
- package/dist/examples/userInvitationCancel.js.map +0 -1
- package/dist/examples/userList.d.ts +0 -1
- package/dist/examples/userList.js +0 -29
- package/dist/examples/userList.js.map +0 -1
- package/dist/examples/userResendInvitation.d.ts +0 -1
- package/dist/examples/userResendInvitation.js +0 -28
- package/dist/examples/userResendInvitation.js.map +0 -1
- package/dist/examples/userUpdateRole.d.ts +0 -1
- package/dist/examples/userUpdateRole.js +0 -31
- package/dist/examples/userUpdateRole.js.map +0 -1
- package/dist/tests/config.d.ts +0 -5
- package/dist/tests/config.js +0 -43
- package/dist/tests/config.js.map +0 -1
- package/dist/tests/integration/BrandingApiTest.spec.d.ts +0 -1
- package/dist/tests/integration/BrandingApiTest.spec.js +0 -310
- package/dist/tests/integration/BrandingApiTest.spec.js.map +0 -1
- package/dist/tests/integration/ContactsApiTest.spec.d.ts +0 -1
- package/dist/tests/integration/ContactsApiTest.spec.js +0 -249
- package/dist/tests/integration/ContactsApiTest.spec.js.map +0 -1
- package/dist/tests/integration/CustomFieldApiTest.spec.d.ts +0 -1
- package/dist/tests/integration/CustomFieldApiTest.spec.js +0 -289
- package/dist/tests/integration/CustomFieldApiTest.spec.js.map +0 -1
- package/dist/tests/integration/DocumentApiTest.spec.d.ts +0 -1
- package/dist/tests/integration/DocumentApiTest.spec.js +0 -1710
- package/dist/tests/integration/DocumentApiTest.spec.js.map +0 -1
- package/dist/tests/integration/IdentityVerificationApiTest.spec.d.ts +0 -1
- package/dist/tests/integration/IdentityVerificationApiTest.spec.js +0 -160
- package/dist/tests/integration/IdentityVerificationApiTest.spec.js.map +0 -1
- package/dist/tests/integration/TemplateApiTest.spec.d.ts +0 -1
- package/dist/tests/integration/TemplateApiTest.spec.js +0 -1518
- package/dist/tests/integration/TemplateApiTest.spec.js.map +0 -1
- package/dist/tests/integration/planApiTest.spec.d.ts +0 -1
- package/dist/tests/integration/planApiTest.spec.js +0 -41
- package/dist/tests/integration/planApiTest.spec.js.map +0 -1
- package/dist/tests/integration/senderIdentity.spec.d.ts +0 -1
- package/dist/tests/integration/senderIdentity.spec.js +0 -481
- package/dist/tests/integration/senderIdentity.spec.js.map +0 -1
- package/dist/tests/integration/teamsApiTest.spec.d.ts +0 -1
- package/dist/tests/integration/teamsApiTest.spec.js +0 -230
- package/dist/tests/integration/teamsApiTest.spec.js.map +0 -1
- package/dist/tests/integration/usersApiTest.spec.d.ts +0 -1
- package/dist/tests/integration/usersApiTest.spec.js +0 -290
- package/dist/tests/integration/usersApiTest.spec.js.map +0 -1
- package/dist/tests/performance/performanceApiTest.spec.d.ts +0 -1
- package/dist/tests/performance/performanceApiTest.spec.js +0 -368
- package/dist/tests/performance/performanceApiTest.spec.js.map +0 -1
- package/dist/tests/unit/brandingApi.spec.d.ts +0 -1
- package/dist/tests/unit/brandingApi.spec.js +0 -174
- package/dist/tests/unit/brandingApi.spec.js.map +0 -1
- package/dist/tests/unit/contactsApi.spec.d.ts +0 -1
- package/dist/tests/unit/contactsApi.spec.js +0 -154
- package/dist/tests/unit/contactsApi.spec.js.map +0 -1
- package/dist/tests/unit/customFieldApi.spec.d.ts +0 -1
- package/dist/tests/unit/customFieldApi.spec.js +0 -140
- package/dist/tests/unit/customFieldApi.spec.js.map +0 -1
- package/dist/tests/unit/documentApi.spec.d.ts +0 -1
- package/dist/tests/unit/documentApi.spec.js +0 -476
- package/dist/tests/unit/documentApi.spec.js.map +0 -1
- package/dist/tests/unit/planApi.spec.d.ts +0 -1
- package/dist/tests/unit/planApi.spec.js +0 -69
- package/dist/tests/unit/planApi.spec.js.map +0 -1
- package/dist/tests/unit/senderIdentitiesApi.spec.d.ts +0 -1
- package/dist/tests/unit/senderIdentitiesApi.spec.js +0 -148
- package/dist/tests/unit/senderIdentitiesApi.spec.js.map +0 -1
- package/dist/tests/unit/teamApi.spec.d.ts +0 -1
- package/dist/tests/unit/teamApi.spec.js +0 -116
- package/dist/tests/unit/teamApi.spec.js.map +0 -1
- package/dist/tests/unit/templateApi.spec.d.ts +0 -1
- package/dist/tests/unit/templateApi.spec.js +0 -285
- package/dist/tests/unit/templateApi.spec.js.map +0 -1
- package/dist/tests/unit/userApi.spec.d.ts +0 -1
- package/dist/tests/unit/userApi.spec.js +0 -163
- package/dist/tests/unit/userApi.spec.js.map +0 -1
- package/examples/DocumentProperties.ts +0 -15
- package/examples/brandCreate.ts +0 -29
- package/examples/brandDelete.ts +0 -15
- package/examples/brandGet.ts +0 -15
- package/examples/brandList.ts +0 -14
- package/examples/brandResetDefault.ts +0 -15
- package/examples/brandUpdate.ts +0 -21
- package/examples/contactCreate.ts +0 -26
- package/examples/contactDelete.ts +0 -15
- package/examples/contactGet.ts +0 -15
- package/examples/contactGroupDelete.ts +0 -14
- package/examples/contactGroupGet.ts +0 -14
- package/examples/contactGroupList.ts +0 -16
- package/examples/contactGroupUpdate.ts +0 -21
- package/examples/contactGroupsCreate.ts +0 -24
- package/examples/contactList.ts +0 -16
- package/examples/contactUpdate.ts +0 -26
- package/examples/customFieldCreate.ts +0 -28
- package/examples/customFieldDelete.ts +0 -15
- package/examples/customFieldEdit.ts +0 -30
- package/examples/customFieldEmbeddedCreateUrl.ts +0 -19
- package/examples/customFieldList.ts +0 -15
- package/examples/documentAddAuthentication.ts +0 -20
- package/examples/documentAddTags.ts +0 -19
- package/examples/documentCancelEditing.ts +0 -14
- package/examples/documentChangeAccessCode.ts +0 -20
- package/examples/documentChangeRecipients.ts +0 -22
- package/examples/documentCreateEmbeddedEditUrl.ts +0 -19
- package/examples/documentDelete.ts +0 -16
- package/examples/documentDeleteTags.ts +0 -19
- package/examples/documentDownload.ts +0 -16
- package/examples/documentDownloadAttachment.ts +0 -17
- package/examples/documentDownloadAuditTrial.ts +0 -16
- package/examples/documentEdit.ts +0 -43
- package/examples/documentEmbeddedRequestLink.ts +0 -49
- package/examples/documentEmbeddedSignLink.ts +0 -23
- package/examples/documentExtendExpiry.ts +0 -20
- package/examples/documentList.ts +0 -19
- package/examples/documentListBehalf.ts +0 -15
- package/examples/documentListTeam.ts +0 -15
- package/examples/documentPrefillFieldCheckBox.ts +0 -23
- package/examples/documentPrefillFieldDropDown.ts +0 -23
- package/examples/documentPrefillFieldEditableDate.ts +0 -23
- package/examples/documentPrefillFieldImage.ts +0 -23
- package/examples/documentPrefillFieldRadioButton.ts +0 -23
- package/examples/documentPrefillFieldTextBox.ts +0 -23
- package/examples/documentRemoveAuthentication.ts +0 -19
- package/examples/documentRevoke.ts +0 -19
- package/examples/documentSend.ts +0 -51
- package/examples/documentSendOnBehalf.ts +0 -53
- package/examples/documentSendReminder.ts +0 -20
- package/examples/documents/agreement.pdf +0 -0
- package/examples/documents/logo.jpg +0 -0
- package/examples/draftSend.ts +0 -12
- package/examples/embeddedCreatePreviewUrl.ts +0 -15
- package/examples/embeddedManualVerification.ts +0 -22
- package/examples/identityVerificationImage.ts +0 -23
- package/examples/identityVerificationReport.ts +0 -21
- package/examples/listTemplate.ts +0 -16
- package/examples/plan.ts +0 -14
- package/examples/senderIdentityCreate.ts +0 -21
- package/examples/senderIdentityDelete.ts +0 -15
- package/examples/senderIdentityList.ts +0 -16
- package/examples/senderIdentityProperties.ts +0 -15
- package/examples/senderIdentityRerequest.ts +0 -15
- package/examples/senderIdentityResendInvitation.ts +0 -15
- package/examples/senderIdentityUpdate.ts +0 -20
- package/examples/teamCreate.ts +0 -18
- package/examples/teamGet.ts +0 -15
- package/examples/teamList.ts +0 -16
- package/examples/teamUpdate.ts +0 -19
- package/examples/templateAddTag.ts +0 -20
- package/examples/templateCreate.ts +0 -47
- package/examples/templateDelete.ts +0 -15
- package/examples/templateDeleteTag.ts +0 -20
- package/examples/templateDetails.ts +0 -15
- package/examples/templateDownload.ts +0 -15
- package/examples/templateEdit.ts +0 -28
- package/examples/templateEmbeddedCreate.ts +0 -29
- package/examples/templateEmbeddedEdit.ts +0 -24
- package/examples/templateEmbeddedRequestLink.ts +0 -34
- package/examples/templateMergerEmbeddedRequestUrl.ts +0 -37
- package/examples/templateSendDocument.ts +0 -60
- package/examples/templateSendDocumentUsingMultipleTemplate.ts +0 -40
- package/examples/userChangeTeam.ts +0 -15
- package/examples/userCreate.ts +0 -20
- package/examples/userGet.ts +0 -15
- package/examples/userInvitationCancel.ts +0 -15
- package/examples/userList.ts +0 -16
- package/examples/userResendInvitation.ts +0 -15
- package/examples/userUpdateRole.ts +0 -19
- package/tests/config.ts +0 -20
- package/tests/documents/agreement.pdf +0 -0
- package/tests/documents/logo.jpg +0 -0
- package/tests/integration/BrandingApiTest.spec.ts +0 -254
- package/tests/integration/ContactsApiTest.spec.ts +0 -222
- package/tests/integration/CustomFieldApiTest.spec.ts +0 -231
- package/tests/integration/DocumentApiTest.spec.ts +0 -1624
- package/tests/integration/IdentityVerificationApiTest.spec.ts +0 -114
- package/tests/integration/TemplateApiTest.spec.ts +0 -1420
- package/tests/integration/planApiTest.spec.ts +0 -26
- package/tests/integration/senderIdentity.spec.ts +0 -397
- package/tests/integration/teamsApiTest.spec.ts +0 -226
- package/tests/integration/usersApiTest.spec.ts +0 -251
- package/tests/performance/performanceApiTest.spec.ts +0 -362
- package/tests/unit/brandingApi.spec.ts +0 -163
- package/tests/unit/contactsApi.spec.ts +0 -143
- package/tests/unit/customFieldApi.spec.ts +0 -123
- package/tests/unit/documentApi.spec.ts +0 -545
- package/tests/unit/planApi.spec.ts +0 -34
- package/tests/unit/senderIdentitiesApi.spec.ts +0 -148
- package/tests/unit/teamApi.spec.ts +0 -94
- package/tests/unit/templateApi.spec.ts +0 -307
- package/tests/unit/userApi.spec.ts +0 -162
package/model/index.ts
CHANGED
|
@@ -1,666 +1,680 @@
|
|
|
1
|
-
import { AccessCodeDetail } from './accessCodeDetail';
|
|
2
|
-
import { AccessCodeDetails } from './accessCodeDetails';
|
|
3
|
-
import { Added } from './added';
|
|
4
|
-
import { Address } from './address';
|
|
5
|
-
import { AttachmentInfo } from './attachmentInfo';
|
|
6
|
-
import { AuditTrail } from './auditTrail';
|
|
7
|
-
import { AuthenticationSettings } from './authenticationSettings';
|
|
8
|
-
import { Base64File } from './base64File';
|
|
9
|
-
import { BehalfDocument } from './behalfDocument';
|
|
10
|
-
import { BehalfDocumentRecords } from './behalfDocumentRecords';
|
|
11
|
-
import { BehalfOf } from './behalfOf';
|
|
12
|
-
import { BillingViewModel } from './billingViewModel';
|
|
13
|
-
import { BrandCreated } from './brandCreated';
|
|
14
|
-
import { BrandCustomFieldDetails } from './brandCustomFieldDetails';
|
|
15
|
-
import { BrandingMessage } from './brandingMessage';
|
|
16
|
-
import { BrandingRecords } from './brandingRecords';
|
|
17
|
-
import { ChangeRecipient } from './changeRecipient';
|
|
18
|
-
import { ChangeTeamRequest } from './changeTeamRequest';
|
|
19
|
-
import { CollaborationSettings } from './collaborationSettings';
|
|
20
|
-
import { ConditionalRule } from './conditionalRule';
|
|
21
|
-
import { ContactCreated } from './contactCreated';
|
|
22
|
-
import { ContactDetails } from './contactDetails';
|
|
23
|
-
import { ContactPageDetails } from './contactPageDetails';
|
|
24
|
-
import { ContactsDetails } from './contactsDetails';
|
|
25
|
-
import { ContactsList } from './contactsList';
|
|
26
|
-
import { CreateContactResponse } from './createContactResponse';
|
|
27
|
-
import { CreateGroupContactResponse } from './createGroupContactResponse';
|
|
28
|
-
import { CreateSenderIdentityRequest } from './createSenderIdentityRequest';
|
|
29
|
-
import { CreateTeamRequest } from './createTeamRequest';
|
|
30
|
-
import { CreateTemplateRequest } from './createTemplateRequest';
|
|
31
|
-
import { CreateUser } from './createUser';
|
|
32
|
-
import { Creators } from './creators';
|
|
33
|
-
import { CustomDomainSettings } from './customDomainSettings';
|
|
34
|
-
import { CustomFieldCollection } from './customFieldCollection';
|
|
35
|
-
import { CustomFieldMessage } from './customFieldMessage';
|
|
36
|
-
import { CustomFormField } from './customFormField';
|
|
37
|
-
import { DeleteCustomFieldReply } from './deleteCustomFieldReply';
|
|
38
|
-
import { Document } from './document';
|
|
39
|
-
import { DocumentCC } from './documentCC';
|
|
40
|
-
import { DocumentCcDetails } from './documentCcDetails';
|
|
41
|
-
import { DocumentCreated } from './documentCreated';
|
|
42
|
-
import { DocumentEdited } from './documentEdited';
|
|
43
|
-
import { DocumentExpirySettings } from './documentExpirySettings';
|
|
44
|
-
import { DocumentFiles } from './documentFiles';
|
|
45
|
-
import { DocumentFormFields } from './documentFormFields';
|
|
46
|
-
import { DocumentInfo } from './documentInfo';
|
|
47
|
-
import { DocumentProperties } from './documentProperties';
|
|
48
|
-
import { DocumentReassign } from './documentReassign';
|
|
49
|
-
import { DocumentRecords } from './documentRecords';
|
|
50
|
-
import { DocumentSenderDetail } from './documentSenderDetail';
|
|
51
|
-
import { DocumentSigner } from './documentSigner';
|
|
52
|
-
import { DocumentSignerDetails } from './documentSignerDetails';
|
|
53
|
-
import { DocumentTags } from './documentTags';
|
|
54
|
-
import { DownloadImageRequest } from './downloadImageRequest';
|
|
55
|
-
import { EditDocumentFile } from './editDocumentFile';
|
|
56
|
-
import { EditDocumentRequest } from './editDocumentRequest';
|
|
57
|
-
import { EditDocumentSigner } from './editDocumentSigner';
|
|
58
|
-
import { EditFormField } from './editFormField';
|
|
59
|
-
import { EditSenderIdentityRequest } from './editSenderIdentityRequest';
|
|
60
|
-
import { EditTemplateRequest } from './editTemplateRequest';
|
|
61
|
-
import { EditableDateFieldSettings } from './editableDateFieldSettings';
|
|
62
|
-
import { EmbeddedCreateTemplateRequest } from './embeddedCreateTemplateRequest';
|
|
63
|
-
import { EmbeddedCustomFieldCreated } from './embeddedCustomFieldCreated';
|
|
64
|
-
import { EmbeddedDocumentEditJsonRequest } from './embeddedDocumentEditJsonRequest';
|
|
65
|
-
import { EmbeddedDocumentEdited } from './embeddedDocumentEdited';
|
|
66
|
-
import { EmbeddedDocumentRequest } from './embeddedDocumentRequest';
|
|
67
|
-
import { EmbeddedFileDetails } from './embeddedFileDetails';
|
|
68
|
-
import { EmbeddedFileLink } from './embeddedFileLink';
|
|
69
|
-
import { EmbeddedMergeTemplateFormRequest } from './embeddedMergeTemplateFormRequest';
|
|
70
|
-
import { EmbeddedSendCreated } from './embeddedSendCreated';
|
|
71
|
-
import { EmbeddedSendTemplateFormRequest } from './embeddedSendTemplateFormRequest';
|
|
72
|
-
import { EmbeddedSigningLink } from './embeddedSigningLink';
|
|
73
|
-
import { EmbeddedTemplateCreated } from './embeddedTemplateCreated';
|
|
74
|
-
import { EmbeddedTemplateEditRequest } from './embeddedTemplateEditRequest';
|
|
75
|
-
import { EmbeddedTemplateEdited } from './embeddedTemplateEdited';
|
|
76
|
-
import { EmbeddedTemplatePreview } from './embeddedTemplatePreview';
|
|
77
|
-
import { EmbeddedTemplatePreviewJsonRequest } from './embeddedTemplatePreviewJsonRequest';
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
"
|
|
183
|
-
"
|
|
184
|
-
"
|
|
185
|
-
"
|
|
186
|
-
"
|
|
187
|
-
"
|
|
188
|
-
"
|
|
189
|
-
"CustomFormField.
|
|
190
|
-
"CustomFormField.
|
|
191
|
-
"
|
|
192
|
-
"
|
|
193
|
-
"
|
|
194
|
-
"
|
|
195
|
-
"
|
|
196
|
-
"
|
|
197
|
-
"
|
|
198
|
-
"
|
|
199
|
-
"
|
|
200
|
-
"
|
|
201
|
-
"
|
|
202
|
-
"
|
|
203
|
-
"
|
|
204
|
-
"DocumentProperties.
|
|
205
|
-
"
|
|
206
|
-
"
|
|
207
|
-
"
|
|
208
|
-
"
|
|
209
|
-
"DocumentSigner.
|
|
210
|
-
"DocumentSigner.
|
|
211
|
-
"
|
|
212
|
-
"
|
|
213
|
-
"
|
|
214
|
-
"
|
|
215
|
-
"DocumentSignerDetails.
|
|
216
|
-
"DocumentSignerDetails.
|
|
217
|
-
"DocumentSignerDetails.
|
|
218
|
-
"
|
|
219
|
-
"
|
|
220
|
-
"
|
|
221
|
-
"
|
|
222
|
-
"
|
|
223
|
-
"
|
|
224
|
-
"
|
|
225
|
-
"
|
|
226
|
-
"EditDocumentSigner.
|
|
227
|
-
"EditDocumentSigner.
|
|
228
|
-
"EditDocumentSigner.
|
|
229
|
-
"
|
|
230
|
-
"
|
|
231
|
-
"
|
|
232
|
-
"
|
|
233
|
-
"EditFormField.
|
|
234
|
-
"EditFormField.
|
|
235
|
-
"EditFormField.
|
|
236
|
-
"
|
|
237
|
-
"
|
|
238
|
-
"
|
|
239
|
-
"
|
|
240
|
-
"
|
|
241
|
-
"
|
|
242
|
-
"
|
|
243
|
-
"
|
|
244
|
-
"
|
|
245
|
-
"
|
|
246
|
-
"
|
|
247
|
-
"EmbeddedDocumentRequest.
|
|
248
|
-
"
|
|
249
|
-
"
|
|
250
|
-
"
|
|
251
|
-
"
|
|
252
|
-
"EmbeddedMergeTemplateFormRequest.
|
|
253
|
-
"
|
|
254
|
-
"
|
|
255
|
-
"
|
|
256
|
-
"
|
|
257
|
-
"EmbeddedSendTemplateFormRequest.
|
|
258
|
-
"
|
|
259
|
-
"
|
|
260
|
-
"
|
|
261
|
-
"
|
|
262
|
-
"
|
|
263
|
-
"
|
|
264
|
-
"
|
|
265
|
-
"
|
|
266
|
-
"FormField.
|
|
267
|
-
"FormField.
|
|
268
|
-
"
|
|
269
|
-
"
|
|
270
|
-
"
|
|
271
|
-
"
|
|
272
|
-
"
|
|
273
|
-
"
|
|
274
|
-
"
|
|
275
|
-
"
|
|
276
|
-
"
|
|
277
|
-
"
|
|
278
|
-
"
|
|
279
|
-
"
|
|
280
|
-
"Role.
|
|
281
|
-
"Role.
|
|
282
|
-
"
|
|
283
|
-
"
|
|
284
|
-
"
|
|
285
|
-
"
|
|
286
|
-
"Roles.
|
|
287
|
-
"Roles.
|
|
288
|
-
"
|
|
289
|
-
"
|
|
290
|
-
"
|
|
291
|
-
"
|
|
292
|
-
"
|
|
293
|
-
"
|
|
294
|
-
"
|
|
295
|
-
"
|
|
296
|
-
"
|
|
297
|
-
"
|
|
298
|
-
"
|
|
299
|
-
"
|
|
300
|
-
"
|
|
301
|
-
"
|
|
302
|
-
"
|
|
303
|
-
"
|
|
304
|
-
"
|
|
305
|
-
"
|
|
306
|
-
"
|
|
307
|
-
"
|
|
308
|
-
"TemplateRole.
|
|
309
|
-
"TemplateRole.
|
|
310
|
-
"
|
|
311
|
-
"
|
|
312
|
-
"
|
|
313
|
-
"
|
|
314
|
-
"
|
|
315
|
-
"TemplateSignerDetails.
|
|
316
|
-
"
|
|
317
|
-
"
|
|
318
|
-
"
|
|
319
|
-
"
|
|
320
|
-
"
|
|
321
|
-
"
|
|
322
|
-
"
|
|
323
|
-
"
|
|
324
|
-
"
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
"
|
|
335
|
-
"
|
|
336
|
-
"
|
|
337
|
-
"
|
|
338
|
-
"
|
|
339
|
-
"
|
|
340
|
-
"
|
|
341
|
-
"
|
|
342
|
-
"
|
|
343
|
-
"
|
|
344
|
-
"
|
|
345
|
-
"
|
|
346
|
-
"
|
|
347
|
-
"
|
|
348
|
-
"
|
|
349
|
-
"
|
|
350
|
-
"
|
|
351
|
-
"
|
|
352
|
-
"
|
|
353
|
-
"
|
|
354
|
-
"
|
|
355
|
-
"
|
|
356
|
-
"
|
|
357
|
-
"
|
|
358
|
-
"
|
|
359
|
-
"
|
|
360
|
-
"
|
|
361
|
-
"
|
|
362
|
-
"
|
|
363
|
-
"
|
|
364
|
-
"
|
|
365
|
-
"
|
|
366
|
-
"
|
|
367
|
-
"
|
|
368
|
-
"
|
|
369
|
-
"
|
|
370
|
-
"
|
|
371
|
-
"
|
|
372
|
-
"
|
|
373
|
-
"
|
|
374
|
-
"
|
|
375
|
-
"
|
|
376
|
-
"
|
|
377
|
-
"
|
|
378
|
-
"
|
|
379
|
-
"
|
|
380
|
-
"
|
|
381
|
-
"
|
|
382
|
-
"
|
|
383
|
-
"
|
|
384
|
-
"
|
|
385
|
-
"
|
|
386
|
-
"
|
|
387
|
-
"
|
|
388
|
-
"
|
|
389
|
-
"
|
|
390
|
-
"
|
|
391
|
-
"
|
|
392
|
-
"
|
|
393
|
-
"
|
|
394
|
-
"
|
|
395
|
-
"
|
|
396
|
-
"
|
|
397
|
-
"
|
|
398
|
-
"
|
|
399
|
-
"
|
|
400
|
-
"
|
|
401
|
-
"
|
|
402
|
-
"
|
|
403
|
-
"
|
|
404
|
-
"
|
|
405
|
-
"
|
|
406
|
-
"
|
|
407
|
-
"
|
|
408
|
-
"
|
|
409
|
-
"
|
|
410
|
-
"
|
|
411
|
-
"
|
|
412
|
-
"
|
|
413
|
-
"
|
|
414
|
-
"
|
|
415
|
-
"
|
|
416
|
-
"
|
|
417
|
-
"
|
|
418
|
-
"
|
|
419
|
-
"
|
|
420
|
-
"
|
|
421
|
-
"
|
|
422
|
-
"
|
|
423
|
-
"
|
|
424
|
-
"
|
|
425
|
-
"
|
|
426
|
-
"
|
|
427
|
-
"
|
|
428
|
-
"
|
|
429
|
-
"
|
|
430
|
-
"
|
|
431
|
-
"
|
|
432
|
-
"
|
|
433
|
-
"
|
|
434
|
-
"
|
|
435
|
-
"
|
|
436
|
-
"
|
|
437
|
-
"
|
|
438
|
-
"
|
|
439
|
-
"
|
|
440
|
-
"
|
|
441
|
-
"
|
|
442
|
-
"
|
|
443
|
-
"
|
|
444
|
-
"
|
|
445
|
-
"
|
|
446
|
-
"
|
|
447
|
-
"
|
|
448
|
-
"
|
|
449
|
-
"
|
|
450
|
-
"
|
|
451
|
-
"
|
|
452
|
-
"
|
|
453
|
-
"
|
|
454
|
-
"
|
|
455
|
-
"
|
|
456
|
-
"
|
|
457
|
-
"
|
|
458
|
-
"
|
|
459
|
-
"
|
|
460
|
-
"
|
|
461
|
-
"
|
|
462
|
-
"
|
|
463
|
-
"
|
|
464
|
-
"
|
|
465
|
-
"
|
|
466
|
-
"
|
|
467
|
-
"
|
|
468
|
-
"
|
|
469
|
-
"
|
|
470
|
-
"
|
|
471
|
-
"
|
|
472
|
-
"
|
|
473
|
-
"
|
|
474
|
-
"
|
|
475
|
-
"
|
|
476
|
-
"
|
|
477
|
-
"
|
|
478
|
-
"
|
|
479
|
-
"
|
|
480
|
-
"
|
|
481
|
-
"
|
|
482
|
-
"
|
|
483
|
-
"
|
|
484
|
-
"
|
|
485
|
-
"
|
|
486
|
-
"
|
|
487
|
-
"
|
|
488
|
-
"
|
|
489
|
-
"
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
1
|
+
import { AccessCodeDetail } from './accessCodeDetail';
|
|
2
|
+
import { AccessCodeDetails } from './accessCodeDetails';
|
|
3
|
+
import { Added } from './added';
|
|
4
|
+
import { Address } from './address';
|
|
5
|
+
import { AttachmentInfo } from './attachmentInfo';
|
|
6
|
+
import { AuditTrail } from './auditTrail';
|
|
7
|
+
import { AuthenticationSettings } from './authenticationSettings';
|
|
8
|
+
import { Base64File } from './base64File';
|
|
9
|
+
import { BehalfDocument } from './behalfDocument';
|
|
10
|
+
import { BehalfDocumentRecords } from './behalfDocumentRecords';
|
|
11
|
+
import { BehalfOf } from './behalfOf';
|
|
12
|
+
import { BillingViewModel } from './billingViewModel';
|
|
13
|
+
import { BrandCreated } from './brandCreated';
|
|
14
|
+
import { BrandCustomFieldDetails } from './brandCustomFieldDetails';
|
|
15
|
+
import { BrandingMessage } from './brandingMessage';
|
|
16
|
+
import { BrandingRecords } from './brandingRecords';
|
|
17
|
+
import { ChangeRecipient } from './changeRecipient';
|
|
18
|
+
import { ChangeTeamRequest } from './changeTeamRequest';
|
|
19
|
+
import { CollaborationSettings } from './collaborationSettings';
|
|
20
|
+
import { ConditionalRule } from './conditionalRule';
|
|
21
|
+
import { ContactCreated } from './contactCreated';
|
|
22
|
+
import { ContactDetails } from './contactDetails';
|
|
23
|
+
import { ContactPageDetails } from './contactPageDetails';
|
|
24
|
+
import { ContactsDetails } from './contactsDetails';
|
|
25
|
+
import { ContactsList } from './contactsList';
|
|
26
|
+
import { CreateContactResponse } from './createContactResponse';
|
|
27
|
+
import { CreateGroupContactResponse } from './createGroupContactResponse';
|
|
28
|
+
import { CreateSenderIdentityRequest } from './createSenderIdentityRequest';
|
|
29
|
+
import { CreateTeamRequest } from './createTeamRequest';
|
|
30
|
+
import { CreateTemplateRequest } from './createTemplateRequest';
|
|
31
|
+
import { CreateUser } from './createUser';
|
|
32
|
+
import { Creators } from './creators';
|
|
33
|
+
import { CustomDomainSettings } from './customDomainSettings';
|
|
34
|
+
import { CustomFieldCollection } from './customFieldCollection';
|
|
35
|
+
import { CustomFieldMessage } from './customFieldMessage';
|
|
36
|
+
import { CustomFormField } from './customFormField';
|
|
37
|
+
import { DeleteCustomFieldReply } from './deleteCustomFieldReply';
|
|
38
|
+
import { Document } from './document';
|
|
39
|
+
import { DocumentCC } from './documentCC';
|
|
40
|
+
import { DocumentCcDetails } from './documentCcDetails';
|
|
41
|
+
import { DocumentCreated } from './documentCreated';
|
|
42
|
+
import { DocumentEdited } from './documentEdited';
|
|
43
|
+
import { DocumentExpirySettings } from './documentExpirySettings';
|
|
44
|
+
import { DocumentFiles } from './documentFiles';
|
|
45
|
+
import { DocumentFormFields } from './documentFormFields';
|
|
46
|
+
import { DocumentInfo } from './documentInfo';
|
|
47
|
+
import { DocumentProperties } from './documentProperties';
|
|
48
|
+
import { DocumentReassign } from './documentReassign';
|
|
49
|
+
import { DocumentRecords } from './documentRecords';
|
|
50
|
+
import { DocumentSenderDetail } from './documentSenderDetail';
|
|
51
|
+
import { DocumentSigner } from './documentSigner';
|
|
52
|
+
import { DocumentSignerDetails } from './documentSignerDetails';
|
|
53
|
+
import { DocumentTags } from './documentTags';
|
|
54
|
+
import { DownloadImageRequest } from './downloadImageRequest';
|
|
55
|
+
import { EditDocumentFile } from './editDocumentFile';
|
|
56
|
+
import { EditDocumentRequest } from './editDocumentRequest';
|
|
57
|
+
import { EditDocumentSigner } from './editDocumentSigner';
|
|
58
|
+
import { EditFormField } from './editFormField';
|
|
59
|
+
import { EditSenderIdentityRequest } from './editSenderIdentityRequest';
|
|
60
|
+
import { EditTemplateRequest } from './editTemplateRequest';
|
|
61
|
+
import { EditableDateFieldSettings } from './editableDateFieldSettings';
|
|
62
|
+
import { EmbeddedCreateTemplateRequest } from './embeddedCreateTemplateRequest';
|
|
63
|
+
import { EmbeddedCustomFieldCreated } from './embeddedCustomFieldCreated';
|
|
64
|
+
import { EmbeddedDocumentEditJsonRequest } from './embeddedDocumentEditJsonRequest';
|
|
65
|
+
import { EmbeddedDocumentEdited } from './embeddedDocumentEdited';
|
|
66
|
+
import { EmbeddedDocumentRequest } from './embeddedDocumentRequest';
|
|
67
|
+
import { EmbeddedFileDetails } from './embeddedFileDetails';
|
|
68
|
+
import { EmbeddedFileLink } from './embeddedFileLink';
|
|
69
|
+
import { EmbeddedMergeTemplateFormRequest } from './embeddedMergeTemplateFormRequest';
|
|
70
|
+
import { EmbeddedSendCreated } from './embeddedSendCreated';
|
|
71
|
+
import { EmbeddedSendTemplateFormRequest } from './embeddedSendTemplateFormRequest';
|
|
72
|
+
import { EmbeddedSigningLink } from './embeddedSigningLink';
|
|
73
|
+
import { EmbeddedTemplateCreated } from './embeddedTemplateCreated';
|
|
74
|
+
import { EmbeddedTemplateEditRequest } from './embeddedTemplateEditRequest';
|
|
75
|
+
import { EmbeddedTemplateEdited } from './embeddedTemplateEdited';
|
|
76
|
+
import { EmbeddedTemplatePreview } from './embeddedTemplatePreview';
|
|
77
|
+
import { EmbeddedTemplatePreviewJsonRequest } from './embeddedTemplatePreviewJsonRequest';
|
|
78
|
+
import { ErrorResponse } from './errorResponse';
|
|
79
|
+
import { ErrorResult } from './errorResult';
|
|
80
|
+
import { ExistingFormField } from './existingFormField';
|
|
81
|
+
import { ExtendExpiry } from './extendExpiry';
|
|
82
|
+
import { FileInfo } from './fileInfo';
|
|
83
|
+
import { Font } from './font';
|
|
84
|
+
import { FormField } from './formField';
|
|
85
|
+
import { FormFieldPermission } from './formFieldPermission';
|
|
86
|
+
import { FormGroup } from './formGroup';
|
|
87
|
+
import { FormulaFieldSettings } from './formulaFieldSettings';
|
|
88
|
+
import { GetGroupContactDetails } from './getGroupContactDetails';
|
|
89
|
+
import { GroupContact } from './groupContact';
|
|
90
|
+
import { GroupContactDetails } from './groupContactDetails';
|
|
91
|
+
import { GroupContactsList } from './groupContactsList';
|
|
92
|
+
import { GroupSigner } from './groupSigner';
|
|
93
|
+
import { GroupSignerSettings } from './groupSignerSettings';
|
|
94
|
+
import { GroupUser } from './groupUser';
|
|
95
|
+
import { IdDocument } from './idDocument';
|
|
96
|
+
import { IdReport } from './idReport';
|
|
97
|
+
import { IdVerificationDetails } from './idVerificationDetails';
|
|
98
|
+
import { IdentityVerificationSettings } from './identityVerificationSettings';
|
|
99
|
+
import { ImageInfo } from './imageInfo';
|
|
100
|
+
import { MergeAndSendForSignForm } from './mergeAndSendForSignForm';
|
|
101
|
+
import { ModelDate } from './modelDate';
|
|
102
|
+
import { ModelError } from './modelError';
|
|
103
|
+
import { ModificationDetails } from './modificationDetails';
|
|
104
|
+
import { NotificationSettings } from './notificationSettings';
|
|
105
|
+
import { PageDetails } from './pageDetails';
|
|
106
|
+
import { PhoneNumber } from './phoneNumber';
|
|
107
|
+
import { PrefillField } from './prefillField';
|
|
108
|
+
import { PrefillFieldRequest } from './prefillFieldRequest';
|
|
109
|
+
import { RecipientChangeLog } from './recipientChangeLog';
|
|
110
|
+
import { RecipientNotificationSettings } from './recipientNotificationSettings';
|
|
111
|
+
import { Rectangle } from './rectangle';
|
|
112
|
+
import { ReminderMessage } from './reminderMessage';
|
|
113
|
+
import { ReminderSettings } from './reminderSettings';
|
|
114
|
+
import { RemoveAuthentication } from './removeAuthentication';
|
|
115
|
+
import { Removed } from './removed';
|
|
116
|
+
import { RevokeDocument } from './revokeDocument';
|
|
117
|
+
import { Role } from './role';
|
|
118
|
+
import { Roles } from './roles';
|
|
119
|
+
import { SendForSign } from './sendForSign';
|
|
120
|
+
import { SendForSignFromTemplateForm } from './sendForSignFromTemplateForm';
|
|
121
|
+
import { SenderIdentityCreated } from './senderIdentityCreated';
|
|
122
|
+
import { SenderIdentityList } from './senderIdentityList';
|
|
123
|
+
import { SenderIdentityViewModel } from './senderIdentityViewModel';
|
|
124
|
+
import { SignatureFrameSettings } from './signatureFrameSettings';
|
|
125
|
+
import { SignerAuthenticationSettings } from './signerAuthenticationSettings';
|
|
126
|
+
import { Size } from './size';
|
|
127
|
+
import { TeamCreated } from './teamCreated';
|
|
128
|
+
import { TeamDocumentRecords } from './teamDocumentRecords';
|
|
129
|
+
import { TeamListResponse } from './teamListResponse';
|
|
130
|
+
import { TeamPageDetails } from './teamPageDetails';
|
|
131
|
+
import { TeamResponse } from './teamResponse';
|
|
132
|
+
import { TeamUpdateRequest } from './teamUpdateRequest';
|
|
133
|
+
import { TeamUsers } from './teamUsers';
|
|
134
|
+
import { Teams } from './teams';
|
|
135
|
+
import { Template } from './template';
|
|
136
|
+
import { TemplateCC } from './templateCC';
|
|
137
|
+
import { TemplateCreated } from './templateCreated';
|
|
138
|
+
import { TemplateFiles } from './templateFiles';
|
|
139
|
+
import { TemplateFormFields } from './templateFormFields';
|
|
140
|
+
import { TemplateGroupSigner } from './templateGroupSigner';
|
|
141
|
+
import { TemplateProperties } from './templateProperties';
|
|
142
|
+
import { TemplateRecords } from './templateRecords';
|
|
143
|
+
import { TemplateRole } from './templateRole';
|
|
144
|
+
import { TemplateSenderDetail } from './templateSenderDetail';
|
|
145
|
+
import { TemplateSenderDetails } from './templateSenderDetails';
|
|
146
|
+
import { TemplateShareErrorResponse } from './templateShareErrorResponse';
|
|
147
|
+
import { TemplateShareRequest } from './templateShareRequest';
|
|
148
|
+
import { TemplateSharedTemplateDetail } from './templateSharedTemplateDetail';
|
|
149
|
+
import { TemplateSharing } from './templateSharing';
|
|
150
|
+
import { TemplateSignerDetails } from './templateSignerDetails';
|
|
151
|
+
import { TemplateTag } from './templateTag';
|
|
152
|
+
import { TemplateTeamShare } from './templateTeamShare';
|
|
153
|
+
import { TemplateTeamShareRequest } from './templateTeamShareRequest';
|
|
154
|
+
import { TextTagDefinition } from './textTagDefinition';
|
|
155
|
+
import { TextTagOffset } from './textTagOffset';
|
|
156
|
+
import { UpdateGroupContact } from './updateGroupContact';
|
|
157
|
+
import { UpdateUser } from './updateUser';
|
|
158
|
+
import { UpdateUserMetaData } from './updateUserMetaData';
|
|
159
|
+
import { UserPageDetails } from './userPageDetails';
|
|
160
|
+
import { UserProperties } from './userProperties';
|
|
161
|
+
import { UserRecords } from './userRecords';
|
|
162
|
+
import { UsersDetails } from './usersDetails';
|
|
163
|
+
import { Validation } from './validation';
|
|
164
|
+
import { VerificationDataRequest } from './verificationDataRequest';
|
|
165
|
+
import { ViewBrandDetails } from './viewBrandDetails';
|
|
166
|
+
import { ViewCustomFieldDetails } from './viewCustomFieldDetails';
|
|
167
|
+
import {
|
|
168
|
+
RequestDetailedFile,
|
|
169
|
+
RequestFile,
|
|
170
|
+
AttributeTypeMap,
|
|
171
|
+
ObjectSerializer,
|
|
172
|
+
Authentication,
|
|
173
|
+
HttpBasicAuth,
|
|
174
|
+
HttpBearerAuth,
|
|
175
|
+
ApiKeyAuth,
|
|
176
|
+
OAuth,
|
|
177
|
+
VoidAuth,
|
|
178
|
+
Interceptor,
|
|
179
|
+
} from "./models";
|
|
180
|
+
|
|
181
|
+
export let enumsMap: {[index: string]: any} = {
|
|
182
|
+
"AccessCodeDetail.AuthenticationTypeEnum": AccessCodeDetail.AuthenticationTypeEnum,
|
|
183
|
+
"AuditTrail.ActionEnum": AuditTrail.ActionEnum,
|
|
184
|
+
"AuthenticationSettings.AuthenticationFrequencyEnum": AuthenticationSettings.AuthenticationFrequencyEnum,
|
|
185
|
+
"BehalfDocument.StatusEnum": BehalfDocument.StatusEnum,
|
|
186
|
+
"CreateSenderIdentityRequest.LocaleEnum": CreateSenderIdentityRequest.LocaleEnum,
|
|
187
|
+
"CreateTemplateRequest.AllowedSignatureTypesEnum": CreateTemplateRequest.AllowedSignatureTypesEnum,
|
|
188
|
+
"CreateUser.UserRoleEnum": CreateUser.UserRoleEnum,
|
|
189
|
+
"CustomFormField.FieldTypeEnum": CustomFormField.FieldTypeEnum,
|
|
190
|
+
"CustomFormField.FontEnum": CustomFormField.FontEnum,
|
|
191
|
+
"CustomFormField.ValidationTypeEnum": CustomFormField.ValidationTypeEnum,
|
|
192
|
+
"CustomFormField.TextAlignEnum": CustomFormField.TextAlignEnum,
|
|
193
|
+
"CustomFormField.TextDirectionEnum": CustomFormField.TextDirectionEnum,
|
|
194
|
+
"CustomFormField.ResizeOptionEnum": CustomFormField.ResizeOptionEnum,
|
|
195
|
+
"Document.StatusEnum": Document.StatusEnum,
|
|
196
|
+
"DocumentEdited.StatusEnum": DocumentEdited.StatusEnum,
|
|
197
|
+
"DocumentExpirySettings.ExpiryDateTypeEnum": DocumentExpirySettings.ExpiryDateTypeEnum,
|
|
198
|
+
"DocumentFormFields.ValidationtypeEnum": DocumentFormFields.ValidationtypeEnum,
|
|
199
|
+
"DocumentFormFields.TextAlignEnum": DocumentFormFields.TextAlignEnum,
|
|
200
|
+
"DocumentFormFields.TextDirectionEnum": DocumentFormFields.TextDirectionEnum,
|
|
201
|
+
"DocumentFormFields.ResizeOptionEnum": DocumentFormFields.ResizeOptionEnum,
|
|
202
|
+
"DocumentInfo.LocaleEnum": DocumentInfo.LocaleEnum,
|
|
203
|
+
"DocumentInfo.LanguageEnum": DocumentInfo.LanguageEnum,
|
|
204
|
+
"DocumentProperties.StatusEnum": DocumentProperties.StatusEnum,
|
|
205
|
+
"DocumentProperties.ActivityActionEnum": DocumentProperties.ActivityActionEnum,
|
|
206
|
+
"DocumentProperties.ExpiryDateTypeEnum": DocumentProperties.ExpiryDateTypeEnum,
|
|
207
|
+
"DocumentProperties.DocumentDownloadOptionEnum": DocumentProperties.DocumentDownloadOptionEnum,
|
|
208
|
+
"DocumentProperties.AllowedSignatureTypesEnum": DocumentProperties.AllowedSignatureTypesEnum,
|
|
209
|
+
"DocumentSigner.AuthenticationTypeEnum": DocumentSigner.AuthenticationTypeEnum,
|
|
210
|
+
"DocumentSigner.DeliveryModeEnum": DocumentSigner.DeliveryModeEnum,
|
|
211
|
+
"DocumentSigner.SignerTypeEnum": DocumentSigner.SignerTypeEnum,
|
|
212
|
+
"DocumentSigner.LanguageEnum": DocumentSigner.LanguageEnum,
|
|
213
|
+
"DocumentSigner.LocaleEnum": DocumentSigner.LocaleEnum,
|
|
214
|
+
"DocumentSigner.SignTypeEnum": DocumentSigner.SignTypeEnum,
|
|
215
|
+
"DocumentSignerDetails.StatusEnum": DocumentSignerDetails.StatusEnum,
|
|
216
|
+
"DocumentSignerDetails.AuthenticationTypeEnum": DocumentSignerDetails.AuthenticationTypeEnum,
|
|
217
|
+
"DocumentSignerDetails.SignerTypeEnum": DocumentSignerDetails.SignerTypeEnum,
|
|
218
|
+
"DocumentSignerDetails.LanguageEnum": DocumentSignerDetails.LanguageEnum,
|
|
219
|
+
"DocumentSignerDetails.LocaleEnum": DocumentSignerDetails.LocaleEnum,
|
|
220
|
+
"DocumentSignerDetails.SignTypeEnum": DocumentSignerDetails.SignTypeEnum,
|
|
221
|
+
"DocumentSignerDetails.DeliveryModeEnum": DocumentSignerDetails.DeliveryModeEnum,
|
|
222
|
+
"EditDocumentFile.EditActionEnum": EditDocumentFile.EditActionEnum,
|
|
223
|
+
"EditDocumentRequest.ExpiryDateTypeEnum": EditDocumentRequest.ExpiryDateTypeEnum,
|
|
224
|
+
"EditDocumentRequest.DocumentDownloadOptionEnum": EditDocumentRequest.DocumentDownloadOptionEnum,
|
|
225
|
+
"EditDocumentRequest.AllowedSignatureTypesEnum": EditDocumentRequest.AllowedSignatureTypesEnum,
|
|
226
|
+
"EditDocumentSigner.EditActionEnum": EditDocumentSigner.EditActionEnum,
|
|
227
|
+
"EditDocumentSigner.AuthenticationTypeEnum": EditDocumentSigner.AuthenticationTypeEnum,
|
|
228
|
+
"EditDocumentSigner.DeliveryModeEnum": EditDocumentSigner.DeliveryModeEnum,
|
|
229
|
+
"EditDocumentSigner.SignerTypeEnum": EditDocumentSigner.SignerTypeEnum,
|
|
230
|
+
"EditDocumentSigner.LanguageEnum": EditDocumentSigner.LanguageEnum,
|
|
231
|
+
"EditDocumentSigner.LocaleEnum": EditDocumentSigner.LocaleEnum,
|
|
232
|
+
"EditDocumentSigner.SignTypeEnum": EditDocumentSigner.SignTypeEnum,
|
|
233
|
+
"EditFormField.EditActionEnum": EditFormField.EditActionEnum,
|
|
234
|
+
"EditFormField.FieldTypeEnum": EditFormField.FieldTypeEnum,
|
|
235
|
+
"EditFormField.FontEnum": EditFormField.FontEnum,
|
|
236
|
+
"EditFormField.ValidationTypeEnum": EditFormField.ValidationTypeEnum,
|
|
237
|
+
"EditFormField.TextAlignEnum": EditFormField.TextAlignEnum,
|
|
238
|
+
"EditFormField.TextDirectionEnum": EditFormField.TextDirectionEnum,
|
|
239
|
+
"EditFormField.ResizeOptionEnum": EditFormField.ResizeOptionEnum,
|
|
240
|
+
"EditSenderIdentityRequest.LocaleEnum": EditSenderIdentityRequest.LocaleEnum,
|
|
241
|
+
"EditTemplateRequest.AllowedSignatureTypesEnum": EditTemplateRequest.AllowedSignatureTypesEnum,
|
|
242
|
+
"EmbeddedCreateTemplateRequest.ViewOptionEnum": EmbeddedCreateTemplateRequest.ViewOptionEnum,
|
|
243
|
+
"EmbeddedCreateTemplateRequest.LocaleEnum": EmbeddedCreateTemplateRequest.LocaleEnum,
|
|
244
|
+
"EmbeddedCreateTemplateRequest.AllowedSignatureTypesEnum": EmbeddedCreateTemplateRequest.AllowedSignatureTypesEnum,
|
|
245
|
+
"EmbeddedDocumentEditJsonRequest.SendViewOptionEnum": EmbeddedDocumentEditJsonRequest.SendViewOptionEnum,
|
|
246
|
+
"EmbeddedDocumentEditJsonRequest.LocaleEnum": EmbeddedDocumentEditJsonRequest.LocaleEnum,
|
|
247
|
+
"EmbeddedDocumentRequest.SendViewOptionEnum": EmbeddedDocumentRequest.SendViewOptionEnum,
|
|
248
|
+
"EmbeddedDocumentRequest.LocaleEnum": EmbeddedDocumentRequest.LocaleEnum,
|
|
249
|
+
"EmbeddedDocumentRequest.ExpiryDateTypeEnum": EmbeddedDocumentRequest.ExpiryDateTypeEnum,
|
|
250
|
+
"EmbeddedDocumentRequest.DocumentDownloadOptionEnum": EmbeddedDocumentRequest.DocumentDownloadOptionEnum,
|
|
251
|
+
"EmbeddedDocumentRequest.AllowedSignatureTypesEnum": EmbeddedDocumentRequest.AllowedSignatureTypesEnum,
|
|
252
|
+
"EmbeddedMergeTemplateFormRequest.SendViewOptionEnum": EmbeddedMergeTemplateFormRequest.SendViewOptionEnum,
|
|
253
|
+
"EmbeddedMergeTemplateFormRequest.LocaleEnum": EmbeddedMergeTemplateFormRequest.LocaleEnum,
|
|
254
|
+
"EmbeddedMergeTemplateFormRequest.ExpiryDateTypeEnum": EmbeddedMergeTemplateFormRequest.ExpiryDateTypeEnum,
|
|
255
|
+
"EmbeddedMergeTemplateFormRequest.DocumentDownloadOptionEnum": EmbeddedMergeTemplateFormRequest.DocumentDownloadOptionEnum,
|
|
256
|
+
"EmbeddedMergeTemplateFormRequest.AllowedSignatureTypesEnum": EmbeddedMergeTemplateFormRequest.AllowedSignatureTypesEnum,
|
|
257
|
+
"EmbeddedSendTemplateFormRequest.SendViewOptionEnum": EmbeddedSendTemplateFormRequest.SendViewOptionEnum,
|
|
258
|
+
"EmbeddedSendTemplateFormRequest.LocaleEnum": EmbeddedSendTemplateFormRequest.LocaleEnum,
|
|
259
|
+
"EmbeddedSendTemplateFormRequest.ExpiryDateTypeEnum": EmbeddedSendTemplateFormRequest.ExpiryDateTypeEnum,
|
|
260
|
+
"EmbeddedSendTemplateFormRequest.DocumentDownloadOptionEnum": EmbeddedSendTemplateFormRequest.DocumentDownloadOptionEnum,
|
|
261
|
+
"EmbeddedSendTemplateFormRequest.AllowedSignatureTypesEnum": EmbeddedSendTemplateFormRequest.AllowedSignatureTypesEnum,
|
|
262
|
+
"EmbeddedTemplateEditRequest.ViewOptionEnum": EmbeddedTemplateEditRequest.ViewOptionEnum,
|
|
263
|
+
"EmbeddedTemplateEditRequest.LocaleEnum": EmbeddedTemplateEditRequest.LocaleEnum,
|
|
264
|
+
"Font.NameEnum": Font.NameEnum,
|
|
265
|
+
"Font.StyleEnum": Font.StyleEnum,
|
|
266
|
+
"FormField.FieldTypeEnum": FormField.FieldTypeEnum,
|
|
267
|
+
"FormField.FontEnum": FormField.FontEnum,
|
|
268
|
+
"FormField.ValidationTypeEnum": FormField.ValidationTypeEnum,
|
|
269
|
+
"FormField.TextAlignEnum": FormField.TextAlignEnum,
|
|
270
|
+
"FormField.TextDirectionEnum": FormField.TextDirectionEnum,
|
|
271
|
+
"FormField.ResizeOptionEnum": FormField.ResizeOptionEnum,
|
|
272
|
+
"FormGroup.GroupValidationEnum": FormGroup.GroupValidationEnum,
|
|
273
|
+
"GroupSigner.StatusEnum": GroupSigner.StatusEnum,
|
|
274
|
+
"IdentityVerificationSettings.TypeEnum": IdentityVerificationSettings.TypeEnum,
|
|
275
|
+
"IdentityVerificationSettings.NameMatcherEnum": IdentityVerificationSettings.NameMatcherEnum,
|
|
276
|
+
"IdentityVerificationSettings.AllowedDocumentTypesEnum": IdentityVerificationSettings.AllowedDocumentTypesEnum,
|
|
277
|
+
"MergeAndSendForSignForm.ExpiryDateTypeEnum": MergeAndSendForSignForm.ExpiryDateTypeEnum,
|
|
278
|
+
"MergeAndSendForSignForm.DocumentDownloadOptionEnum": MergeAndSendForSignForm.DocumentDownloadOptionEnum,
|
|
279
|
+
"MergeAndSendForSignForm.AllowedSignatureTypesEnum": MergeAndSendForSignForm.AllowedSignatureTypesEnum,
|
|
280
|
+
"Role.AuthenticationTypeEnum": Role.AuthenticationTypeEnum,
|
|
281
|
+
"Role.DeliveryModeEnum": Role.DeliveryModeEnum,
|
|
282
|
+
"Role.SignerTypeEnum": Role.SignerTypeEnum,
|
|
283
|
+
"Role.LanguageEnum": Role.LanguageEnum,
|
|
284
|
+
"Role.LocaleEnum": Role.LocaleEnum,
|
|
285
|
+
"Role.SignTypeEnum": Role.SignTypeEnum,
|
|
286
|
+
"Roles.SignerTypeEnum": Roles.SignerTypeEnum,
|
|
287
|
+
"Roles.LanguageEnum": Roles.LanguageEnum,
|
|
288
|
+
"Roles.LocaleEnum": Roles.LocaleEnum,
|
|
289
|
+
"Roles.SignTypeEnum": Roles.SignTypeEnum,
|
|
290
|
+
"Roles.ImposeAuthenticationEnum": Roles.ImposeAuthenticationEnum,
|
|
291
|
+
"Roles.DeliveryModeEnum": Roles.DeliveryModeEnum,
|
|
292
|
+
"SendForSign.ExpiryDateTypeEnum": SendForSign.ExpiryDateTypeEnum,
|
|
293
|
+
"SendForSign.DocumentDownloadOptionEnum": SendForSign.DocumentDownloadOptionEnum,
|
|
294
|
+
"SendForSign.AllowedSignatureTypesEnum": SendForSign.AllowedSignatureTypesEnum,
|
|
295
|
+
"SendForSignFromTemplateForm.ExpiryDateTypeEnum": SendForSignFromTemplateForm.ExpiryDateTypeEnum,
|
|
296
|
+
"SendForSignFromTemplateForm.DocumentDownloadOptionEnum": SendForSignFromTemplateForm.DocumentDownloadOptionEnum,
|
|
297
|
+
"SendForSignFromTemplateForm.AllowedSignatureTypesEnum": SendForSignFromTemplateForm.AllowedSignatureTypesEnum,
|
|
298
|
+
"TeamUsers.UserRoleEnum": TeamUsers.UserRoleEnum,
|
|
299
|
+
"TeamUsers.UserStatusEnum": TeamUsers.UserStatusEnum,
|
|
300
|
+
"Template.StatusEnum": Template.StatusEnum,
|
|
301
|
+
"Template.AccessTypeEnum": Template.AccessTypeEnum,
|
|
302
|
+
"TemplateFormFields.ValidationtypeEnum": TemplateFormFields.ValidationtypeEnum,
|
|
303
|
+
"TemplateFormFields.TextAlignEnum": TemplateFormFields.TextAlignEnum,
|
|
304
|
+
"TemplateFormFields.TextDirectionEnum": TemplateFormFields.TextDirectionEnum,
|
|
305
|
+
"TemplateFormFields.ResizeOptionEnum": TemplateFormFields.ResizeOptionEnum,
|
|
306
|
+
"TemplateProperties.DocumentDownloadOptionEnum": TemplateProperties.DocumentDownloadOptionEnum,
|
|
307
|
+
"TemplateProperties.AllowedSignatureTypesEnum": TemplateProperties.AllowedSignatureTypesEnum,
|
|
308
|
+
"TemplateRole.SignerTypeEnum": TemplateRole.SignerTypeEnum,
|
|
309
|
+
"TemplateRole.LanguageEnum": TemplateRole.LanguageEnum,
|
|
310
|
+
"TemplateRole.LocaleEnum": TemplateRole.LocaleEnum,
|
|
311
|
+
"TemplateRole.SignTypeEnum": TemplateRole.SignTypeEnum,
|
|
312
|
+
"TemplateRole.ImposeAuthenticationEnum": TemplateRole.ImposeAuthenticationEnum,
|
|
313
|
+
"TemplateRole.DeliveryModeEnum": TemplateRole.DeliveryModeEnum,
|
|
314
|
+
"TemplateSharedTemplateDetail.AccessTypeEnum": TemplateSharedTemplateDetail.AccessTypeEnum,
|
|
315
|
+
"TemplateSignerDetails.StatusEnum": TemplateSignerDetails.StatusEnum,
|
|
316
|
+
"TemplateSignerDetails.ImposeAuthenticationEnum": TemplateSignerDetails.ImposeAuthenticationEnum,
|
|
317
|
+
"TemplateSignerDetails.DeliveryModeEnum": TemplateSignerDetails.DeliveryModeEnum,
|
|
318
|
+
"TemplateSignerDetails.SignerTypeEnum": TemplateSignerDetails.SignerTypeEnum,
|
|
319
|
+
"TemplateSignerDetails.SignTypeEnum": TemplateSignerDetails.SignTypeEnum,
|
|
320
|
+
"TemplateTeamShare.AccessTypeEnum": TemplateTeamShare.AccessTypeEnum,
|
|
321
|
+
"TemplateTeamShareRequest.ActionEnum": TemplateTeamShareRequest.ActionEnum,
|
|
322
|
+
"TemplateTeamShareRequest.AccessLevelEnum": TemplateTeamShareRequest.AccessLevelEnum,
|
|
323
|
+
"TextTagDefinition.TypeEnum": TextTagDefinition.TypeEnum,
|
|
324
|
+
"TextTagDefinition.TextAlignEnum": TextTagDefinition.TextAlignEnum,
|
|
325
|
+
"TextTagDefinition.TextDirectionEnum": TextTagDefinition.TextDirectionEnum,
|
|
326
|
+
"TextTagDefinition.ResizeOptionEnum": TextTagDefinition.ResizeOptionEnum,
|
|
327
|
+
"UpdateUser.UserRoleEnum": UpdateUser.UserRoleEnum,
|
|
328
|
+
"UpdateUser.UserStatusEnum": UpdateUser.UserStatusEnum,
|
|
329
|
+
"Validation.TypeEnum": Validation.TypeEnum,
|
|
330
|
+
"ViewBrandDetails.EmailSignedDocumentEnum": ViewBrandDetails.EmailSignedDocumentEnum,
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
export let typeMap: {[index: string]: any} = {
|
|
334
|
+
"AccessCodeDetail": AccessCodeDetail,
|
|
335
|
+
"AccessCodeDetails": AccessCodeDetails,
|
|
336
|
+
"Added": Added,
|
|
337
|
+
"Address": Address,
|
|
338
|
+
"AttachmentInfo": AttachmentInfo,
|
|
339
|
+
"AuditTrail": AuditTrail,
|
|
340
|
+
"AuthenticationSettings": AuthenticationSettings,
|
|
341
|
+
"Base64File": Base64File,
|
|
342
|
+
"BehalfDocument": BehalfDocument,
|
|
343
|
+
"BehalfDocumentRecords": BehalfDocumentRecords,
|
|
344
|
+
"BehalfOf": BehalfOf,
|
|
345
|
+
"BillingViewModel": BillingViewModel,
|
|
346
|
+
"BrandCreated": BrandCreated,
|
|
347
|
+
"BrandCustomFieldDetails": BrandCustomFieldDetails,
|
|
348
|
+
"BrandingMessage": BrandingMessage,
|
|
349
|
+
"BrandingRecords": BrandingRecords,
|
|
350
|
+
"ChangeRecipient": ChangeRecipient,
|
|
351
|
+
"ChangeTeamRequest": ChangeTeamRequest,
|
|
352
|
+
"CollaborationSettings": CollaborationSettings,
|
|
353
|
+
"ConditionalRule": ConditionalRule,
|
|
354
|
+
"ContactCreated": ContactCreated,
|
|
355
|
+
"ContactDetails": ContactDetails,
|
|
356
|
+
"ContactPageDetails": ContactPageDetails,
|
|
357
|
+
"ContactsDetails": ContactsDetails,
|
|
358
|
+
"ContactsList": ContactsList,
|
|
359
|
+
"CreateContactResponse": CreateContactResponse,
|
|
360
|
+
"CreateGroupContactResponse": CreateGroupContactResponse,
|
|
361
|
+
"CreateSenderIdentityRequest": CreateSenderIdentityRequest,
|
|
362
|
+
"CreateTeamRequest": CreateTeamRequest,
|
|
363
|
+
"CreateTemplateRequest": CreateTemplateRequest,
|
|
364
|
+
"CreateUser": CreateUser,
|
|
365
|
+
"Creators": Creators,
|
|
366
|
+
"CustomDomainSettings": CustomDomainSettings,
|
|
367
|
+
"CustomFieldCollection": CustomFieldCollection,
|
|
368
|
+
"CustomFieldMessage": CustomFieldMessage,
|
|
369
|
+
"CustomFormField": CustomFormField,
|
|
370
|
+
"DeleteCustomFieldReply": DeleteCustomFieldReply,
|
|
371
|
+
"Document": Document,
|
|
372
|
+
"DocumentCC": DocumentCC,
|
|
373
|
+
"DocumentCcDetails": DocumentCcDetails,
|
|
374
|
+
"DocumentCreated": DocumentCreated,
|
|
375
|
+
"DocumentEdited": DocumentEdited,
|
|
376
|
+
"DocumentExpirySettings": DocumentExpirySettings,
|
|
377
|
+
"DocumentFiles": DocumentFiles,
|
|
378
|
+
"DocumentFormFields": DocumentFormFields,
|
|
379
|
+
"DocumentInfo": DocumentInfo,
|
|
380
|
+
"DocumentProperties": DocumentProperties,
|
|
381
|
+
"DocumentReassign": DocumentReassign,
|
|
382
|
+
"DocumentRecords": DocumentRecords,
|
|
383
|
+
"DocumentSenderDetail": DocumentSenderDetail,
|
|
384
|
+
"DocumentSigner": DocumentSigner,
|
|
385
|
+
"DocumentSignerDetails": DocumentSignerDetails,
|
|
386
|
+
"DocumentTags": DocumentTags,
|
|
387
|
+
"DownloadImageRequest": DownloadImageRequest,
|
|
388
|
+
"EditDocumentFile": EditDocumentFile,
|
|
389
|
+
"EditDocumentRequest": EditDocumentRequest,
|
|
390
|
+
"EditDocumentSigner": EditDocumentSigner,
|
|
391
|
+
"EditFormField": EditFormField,
|
|
392
|
+
"EditSenderIdentityRequest": EditSenderIdentityRequest,
|
|
393
|
+
"EditTemplateRequest": EditTemplateRequest,
|
|
394
|
+
"EditableDateFieldSettings": EditableDateFieldSettings,
|
|
395
|
+
"EmbeddedCreateTemplateRequest": EmbeddedCreateTemplateRequest,
|
|
396
|
+
"EmbeddedCustomFieldCreated": EmbeddedCustomFieldCreated,
|
|
397
|
+
"EmbeddedDocumentEditJsonRequest": EmbeddedDocumentEditJsonRequest,
|
|
398
|
+
"EmbeddedDocumentEdited": EmbeddedDocumentEdited,
|
|
399
|
+
"EmbeddedDocumentRequest": EmbeddedDocumentRequest,
|
|
400
|
+
"EmbeddedFileDetails": EmbeddedFileDetails,
|
|
401
|
+
"EmbeddedFileLink": EmbeddedFileLink,
|
|
402
|
+
"EmbeddedMergeTemplateFormRequest": EmbeddedMergeTemplateFormRequest,
|
|
403
|
+
"EmbeddedSendCreated": EmbeddedSendCreated,
|
|
404
|
+
"EmbeddedSendTemplateFormRequest": EmbeddedSendTemplateFormRequest,
|
|
405
|
+
"EmbeddedSigningLink": EmbeddedSigningLink,
|
|
406
|
+
"EmbeddedTemplateCreated": EmbeddedTemplateCreated,
|
|
407
|
+
"EmbeddedTemplateEditRequest": EmbeddedTemplateEditRequest,
|
|
408
|
+
"EmbeddedTemplateEdited": EmbeddedTemplateEdited,
|
|
409
|
+
"EmbeddedTemplatePreview": EmbeddedTemplatePreview,
|
|
410
|
+
"EmbeddedTemplatePreviewJsonRequest": EmbeddedTemplatePreviewJsonRequest,
|
|
411
|
+
"ErrorResponse": ErrorResponse,
|
|
412
|
+
"ErrorResult": ErrorResult,
|
|
413
|
+
"ExistingFormField": ExistingFormField,
|
|
414
|
+
"ExtendExpiry": ExtendExpiry,
|
|
415
|
+
"FileInfo": FileInfo,
|
|
416
|
+
"Font": Font,
|
|
417
|
+
"FormField": FormField,
|
|
418
|
+
"FormFieldPermission": FormFieldPermission,
|
|
419
|
+
"FormGroup": FormGroup,
|
|
420
|
+
"FormulaFieldSettings": FormulaFieldSettings,
|
|
421
|
+
"GetGroupContactDetails": GetGroupContactDetails,
|
|
422
|
+
"GroupContact": GroupContact,
|
|
423
|
+
"GroupContactDetails": GroupContactDetails,
|
|
424
|
+
"GroupContactsList": GroupContactsList,
|
|
425
|
+
"GroupSigner": GroupSigner,
|
|
426
|
+
"GroupSignerSettings": GroupSignerSettings,
|
|
427
|
+
"GroupUser": GroupUser,
|
|
428
|
+
"IdDocument": IdDocument,
|
|
429
|
+
"IdReport": IdReport,
|
|
430
|
+
"IdVerificationDetails": IdVerificationDetails,
|
|
431
|
+
"IdentityVerificationSettings": IdentityVerificationSettings,
|
|
432
|
+
"ImageInfo": ImageInfo,
|
|
433
|
+
"MergeAndSendForSignForm": MergeAndSendForSignForm,
|
|
434
|
+
"ModelDate": ModelDate,
|
|
435
|
+
"ModelError": ModelError,
|
|
436
|
+
"ModificationDetails": ModificationDetails,
|
|
437
|
+
"NotificationSettings": NotificationSettings,
|
|
438
|
+
"PageDetails": PageDetails,
|
|
439
|
+
"PhoneNumber": PhoneNumber,
|
|
440
|
+
"PrefillField": PrefillField,
|
|
441
|
+
"PrefillFieldRequest": PrefillFieldRequest,
|
|
442
|
+
"RecipientChangeLog": RecipientChangeLog,
|
|
443
|
+
"RecipientNotificationSettings": RecipientNotificationSettings,
|
|
444
|
+
"Rectangle": Rectangle,
|
|
445
|
+
"ReminderMessage": ReminderMessage,
|
|
446
|
+
"ReminderSettings": ReminderSettings,
|
|
447
|
+
"RemoveAuthentication": RemoveAuthentication,
|
|
448
|
+
"Removed": Removed,
|
|
449
|
+
"RevokeDocument": RevokeDocument,
|
|
450
|
+
"Role": Role,
|
|
451
|
+
"Roles": Roles,
|
|
452
|
+
"SendForSign": SendForSign,
|
|
453
|
+
"SendForSignFromTemplateForm": SendForSignFromTemplateForm,
|
|
454
|
+
"SenderIdentityCreated": SenderIdentityCreated,
|
|
455
|
+
"SenderIdentityList": SenderIdentityList,
|
|
456
|
+
"SenderIdentityViewModel": SenderIdentityViewModel,
|
|
457
|
+
"SignatureFrameSettings": SignatureFrameSettings,
|
|
458
|
+
"SignerAuthenticationSettings": SignerAuthenticationSettings,
|
|
459
|
+
"Size": Size,
|
|
460
|
+
"TeamCreated": TeamCreated,
|
|
461
|
+
"TeamDocumentRecords": TeamDocumentRecords,
|
|
462
|
+
"TeamListResponse": TeamListResponse,
|
|
463
|
+
"TeamPageDetails": TeamPageDetails,
|
|
464
|
+
"TeamResponse": TeamResponse,
|
|
465
|
+
"TeamUpdateRequest": TeamUpdateRequest,
|
|
466
|
+
"TeamUsers": TeamUsers,
|
|
467
|
+
"Teams": Teams,
|
|
468
|
+
"Template": Template,
|
|
469
|
+
"TemplateCC": TemplateCC,
|
|
470
|
+
"TemplateCreated": TemplateCreated,
|
|
471
|
+
"TemplateFiles": TemplateFiles,
|
|
472
|
+
"TemplateFormFields": TemplateFormFields,
|
|
473
|
+
"TemplateGroupSigner": TemplateGroupSigner,
|
|
474
|
+
"TemplateProperties": TemplateProperties,
|
|
475
|
+
"TemplateRecords": TemplateRecords,
|
|
476
|
+
"TemplateRole": TemplateRole,
|
|
477
|
+
"TemplateSenderDetail": TemplateSenderDetail,
|
|
478
|
+
"TemplateSenderDetails": TemplateSenderDetails,
|
|
479
|
+
"TemplateShareErrorResponse": TemplateShareErrorResponse,
|
|
480
|
+
"TemplateShareRequest": TemplateShareRequest,
|
|
481
|
+
"TemplateSharedTemplateDetail": TemplateSharedTemplateDetail,
|
|
482
|
+
"TemplateSharing": TemplateSharing,
|
|
483
|
+
"TemplateSignerDetails": TemplateSignerDetails,
|
|
484
|
+
"TemplateTag": TemplateTag,
|
|
485
|
+
"TemplateTeamShare": TemplateTeamShare,
|
|
486
|
+
"TemplateTeamShareRequest": TemplateTeamShareRequest,
|
|
487
|
+
"TextTagDefinition": TextTagDefinition,
|
|
488
|
+
"TextTagOffset": TextTagOffset,
|
|
489
|
+
"UpdateGroupContact": UpdateGroupContact,
|
|
490
|
+
"UpdateUser": UpdateUser,
|
|
491
|
+
"UpdateUserMetaData": UpdateUserMetaData,
|
|
492
|
+
"UserPageDetails": UserPageDetails,
|
|
493
|
+
"UserProperties": UserProperties,
|
|
494
|
+
"UserRecords": UserRecords,
|
|
495
|
+
"UsersDetails": UsersDetails,
|
|
496
|
+
"Validation": Validation,
|
|
497
|
+
"VerificationDataRequest": VerificationDataRequest,
|
|
498
|
+
"ViewBrandDetails": ViewBrandDetails,
|
|
499
|
+
"ViewCustomFieldDetails": ViewCustomFieldDetails,
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
export {
|
|
503
|
+
AccessCodeDetail,
|
|
504
|
+
AccessCodeDetails,
|
|
505
|
+
Added,
|
|
506
|
+
Address,
|
|
507
|
+
AttachmentInfo,
|
|
508
|
+
AuditTrail,
|
|
509
|
+
AuthenticationSettings,
|
|
510
|
+
Base64File,
|
|
511
|
+
BehalfDocument,
|
|
512
|
+
BehalfDocumentRecords,
|
|
513
|
+
BehalfOf,
|
|
514
|
+
BillingViewModel,
|
|
515
|
+
BrandCreated,
|
|
516
|
+
BrandCustomFieldDetails,
|
|
517
|
+
BrandingMessage,
|
|
518
|
+
BrandingRecords,
|
|
519
|
+
ChangeRecipient,
|
|
520
|
+
ChangeTeamRequest,
|
|
521
|
+
CollaborationSettings,
|
|
522
|
+
ConditionalRule,
|
|
523
|
+
ContactCreated,
|
|
524
|
+
ContactDetails,
|
|
525
|
+
ContactPageDetails,
|
|
526
|
+
ContactsDetails,
|
|
527
|
+
ContactsList,
|
|
528
|
+
CreateContactResponse,
|
|
529
|
+
CreateGroupContactResponse,
|
|
530
|
+
CreateSenderIdentityRequest,
|
|
531
|
+
CreateTeamRequest,
|
|
532
|
+
CreateTemplateRequest,
|
|
533
|
+
CreateUser,
|
|
534
|
+
Creators,
|
|
535
|
+
CustomDomainSettings,
|
|
536
|
+
CustomFieldCollection,
|
|
537
|
+
CustomFieldMessage,
|
|
538
|
+
CustomFormField,
|
|
539
|
+
DeleteCustomFieldReply,
|
|
540
|
+
Document,
|
|
541
|
+
DocumentCC,
|
|
542
|
+
DocumentCcDetails,
|
|
543
|
+
DocumentCreated,
|
|
544
|
+
DocumentEdited,
|
|
545
|
+
DocumentExpirySettings,
|
|
546
|
+
DocumentFiles,
|
|
547
|
+
DocumentFormFields,
|
|
548
|
+
DocumentInfo,
|
|
549
|
+
DocumentProperties,
|
|
550
|
+
DocumentReassign,
|
|
551
|
+
DocumentRecords,
|
|
552
|
+
DocumentSenderDetail,
|
|
553
|
+
DocumentSigner,
|
|
554
|
+
DocumentSignerDetails,
|
|
555
|
+
DocumentTags,
|
|
556
|
+
DownloadImageRequest,
|
|
557
|
+
EditDocumentFile,
|
|
558
|
+
EditDocumentRequest,
|
|
559
|
+
EditDocumentSigner,
|
|
560
|
+
EditFormField,
|
|
561
|
+
EditSenderIdentityRequest,
|
|
562
|
+
EditTemplateRequest,
|
|
563
|
+
EditableDateFieldSettings,
|
|
564
|
+
EmbeddedCreateTemplateRequest,
|
|
565
|
+
EmbeddedCustomFieldCreated,
|
|
566
|
+
EmbeddedDocumentEditJsonRequest,
|
|
567
|
+
EmbeddedDocumentEdited,
|
|
568
|
+
EmbeddedDocumentRequest,
|
|
569
|
+
EmbeddedFileDetails,
|
|
570
|
+
EmbeddedFileLink,
|
|
571
|
+
EmbeddedMergeTemplateFormRequest,
|
|
572
|
+
EmbeddedSendCreated,
|
|
573
|
+
EmbeddedSendTemplateFormRequest,
|
|
574
|
+
EmbeddedSigningLink,
|
|
575
|
+
EmbeddedTemplateCreated,
|
|
576
|
+
EmbeddedTemplateEditRequest,
|
|
577
|
+
EmbeddedTemplateEdited,
|
|
578
|
+
EmbeddedTemplatePreview,
|
|
579
|
+
EmbeddedTemplatePreviewJsonRequest,
|
|
580
|
+
ErrorResponse,
|
|
581
|
+
ErrorResult,
|
|
582
|
+
ExistingFormField,
|
|
583
|
+
ExtendExpiry,
|
|
584
|
+
FileInfo,
|
|
585
|
+
Font,
|
|
586
|
+
FormField,
|
|
587
|
+
FormFieldPermission,
|
|
588
|
+
FormGroup,
|
|
589
|
+
FormulaFieldSettings,
|
|
590
|
+
GetGroupContactDetails,
|
|
591
|
+
GroupContact,
|
|
592
|
+
GroupContactDetails,
|
|
593
|
+
GroupContactsList,
|
|
594
|
+
GroupSigner,
|
|
595
|
+
GroupSignerSettings,
|
|
596
|
+
GroupUser,
|
|
597
|
+
IdDocument,
|
|
598
|
+
IdReport,
|
|
599
|
+
IdVerificationDetails,
|
|
600
|
+
IdentityVerificationSettings,
|
|
601
|
+
ImageInfo,
|
|
602
|
+
MergeAndSendForSignForm,
|
|
603
|
+
ModelDate,
|
|
604
|
+
ModelError,
|
|
605
|
+
ModificationDetails,
|
|
606
|
+
NotificationSettings,
|
|
607
|
+
PageDetails,
|
|
608
|
+
PhoneNumber,
|
|
609
|
+
PrefillField,
|
|
610
|
+
PrefillFieldRequest,
|
|
611
|
+
RecipientChangeLog,
|
|
612
|
+
RecipientNotificationSettings,
|
|
613
|
+
Rectangle,
|
|
614
|
+
ReminderMessage,
|
|
615
|
+
ReminderSettings,
|
|
616
|
+
RemoveAuthentication,
|
|
617
|
+
Removed,
|
|
618
|
+
RevokeDocument,
|
|
619
|
+
Role,
|
|
620
|
+
Roles,
|
|
621
|
+
SendForSign,
|
|
622
|
+
SendForSignFromTemplateForm,
|
|
623
|
+
SenderIdentityCreated,
|
|
624
|
+
SenderIdentityList,
|
|
625
|
+
SenderIdentityViewModel,
|
|
626
|
+
SignatureFrameSettings,
|
|
627
|
+
SignerAuthenticationSettings,
|
|
628
|
+
Size,
|
|
629
|
+
TeamCreated,
|
|
630
|
+
TeamDocumentRecords,
|
|
631
|
+
TeamListResponse,
|
|
632
|
+
TeamPageDetails,
|
|
633
|
+
TeamResponse,
|
|
634
|
+
TeamUpdateRequest,
|
|
635
|
+
TeamUsers,
|
|
636
|
+
Teams,
|
|
637
|
+
Template,
|
|
638
|
+
TemplateCC,
|
|
639
|
+
TemplateCreated,
|
|
640
|
+
TemplateFiles,
|
|
641
|
+
TemplateFormFields,
|
|
642
|
+
TemplateGroupSigner,
|
|
643
|
+
TemplateProperties,
|
|
644
|
+
TemplateRecords,
|
|
645
|
+
TemplateRole,
|
|
646
|
+
TemplateSenderDetail,
|
|
647
|
+
TemplateSenderDetails,
|
|
648
|
+
TemplateShareErrorResponse,
|
|
649
|
+
TemplateShareRequest,
|
|
650
|
+
TemplateSharedTemplateDetail,
|
|
651
|
+
TemplateSharing,
|
|
652
|
+
TemplateSignerDetails,
|
|
653
|
+
TemplateTag,
|
|
654
|
+
TemplateTeamShare,
|
|
655
|
+
TemplateTeamShareRequest,
|
|
656
|
+
TextTagDefinition,
|
|
657
|
+
TextTagOffset,
|
|
658
|
+
UpdateGroupContact,
|
|
659
|
+
UpdateUser,
|
|
660
|
+
UpdateUserMetaData,
|
|
661
|
+
UserPageDetails,
|
|
662
|
+
UserProperties,
|
|
663
|
+
UserRecords,
|
|
664
|
+
UsersDetails,
|
|
665
|
+
Validation,
|
|
666
|
+
VerificationDataRequest,
|
|
667
|
+
ViewBrandDetails,
|
|
668
|
+
ViewCustomFieldDetails,
|
|
669
|
+
RequestDetailedFile,
|
|
670
|
+
RequestFile,
|
|
671
|
+
AttributeTypeMap,
|
|
672
|
+
ObjectSerializer,
|
|
673
|
+
Authentication,
|
|
674
|
+
HttpBasicAuth,
|
|
675
|
+
HttpBearerAuth,
|
|
676
|
+
ApiKeyAuth,
|
|
677
|
+
OAuth,
|
|
678
|
+
VoidAuth,
|
|
679
|
+
Interceptor,
|
|
680
|
+
};
|