boldsign 1.0.3 → 1.0.4
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 +157 -156
- package/.openapi-generator/VERSION +1 -1
- package/.openapi-generator-ignore +23 -23
- package/LICENSE +21 -21
- package/README.md +307 -306
- package/api/apis.ts +163 -163
- package/api/brandingApi.ts +1183 -1183
- package/api/contactsApi.ts +772 -772
- package/api/customFieldApi.ts +817 -817
- package/api/documentApi.ts +2953 -2953
- package/api/identityVerificationApi.ts +586 -586
- package/api/index.ts +36 -36
- package/api/planApi.ts +274 -274
- package/api/senderIdentitiesApi.ts +898 -898
- package/api/teamsApi.ts +661 -661
- package/api/templateApi.ts +1915 -1915
- package/api/userApi.ts +968 -968
- package/api.ts +3 -3
- package/boldsign-1.0.4.tgz +0 -0
- package/dist/api/apis.d.ts +1 -1
- package/dist/api/apis.js +1 -1
- package/dist/model/auditTrail.d.ts +3 -1
- package/dist/model/auditTrail.js +2 -0
- package/dist/model/auditTrail.js.map +1 -1
- package/dist/model/collaborationSettings.d.ts +17 -0
- package/dist/model/collaborationSettings.js +33 -0
- package/dist/model/collaborationSettings.js.map +1 -0
- package/dist/model/createTemplateRequest.d.ts +1 -1
- package/dist/model/createTemplateRequest.js +5 -5
- package/dist/model/createTemplateRequest.js.map +1 -1
- package/dist/model/documentFiles.d.ts +1 -0
- package/dist/model/documentFiles.js +5 -0
- package/dist/model/documentFiles.js.map +1 -1
- package/dist/model/documentFormFields.d.ts +3 -0
- package/dist/model/documentFormFields.js +10 -0
- package/dist/model/documentFormFields.js.map +1 -1
- package/dist/model/documentSigner.d.ts +1 -0
- package/dist/model/documentSigner.js +5 -0
- package/dist/model/documentSigner.js.map +1 -1
- package/dist/model/documentSignerDetails.d.ts +1 -0
- package/dist/model/documentSignerDetails.js +5 -0
- package/dist/model/documentSignerDetails.js.map +1 -1
- package/dist/model/embeddedCreateTemplateRequest.d.ts +1 -1
- package/dist/model/embeddedCreateTemplateRequest.js +5 -5
- package/dist/model/embeddedCreateTemplateRequest.js.map +1 -1
- package/dist/model/embeddedDocumentRequest.d.ts +1 -1
- package/dist/model/embeddedDocumentRequest.js +5 -5
- package/dist/model/embeddedDocumentRequest.js.map +1 -1
- package/dist/model/embeddedMergeTemplateFormRequest.d.ts +1 -1
- package/dist/model/embeddedMergeTemplateFormRequest.js +5 -5
- package/dist/model/embeddedMergeTemplateFormRequest.js.map +1 -1
- package/dist/model/embeddedSendTemplateFormRequest.d.ts +1 -1
- package/dist/model/embeddedSendTemplateFormRequest.js +5 -5
- package/dist/model/embeddedSendTemplateFormRequest.js.map +1 -1
- package/dist/model/formField.d.ts +2 -0
- package/dist/model/formField.js +5 -0
- package/dist/model/formField.js.map +1 -1
- package/dist/model/index.d.ts +2 -1
- package/dist/model/index.js +6 -3
- package/dist/model/index.js.map +1 -1
- package/dist/model/mergeAndSendForSignForm.d.ts +1 -1
- package/dist/model/mergeAndSendForSignForm.js +5 -5
- package/dist/model/mergeAndSendForSignForm.js.map +1 -1
- package/dist/model/sendForSign.d.ts +1 -1
- package/dist/model/sendForSign.js +5 -5
- package/dist/model/sendForSign.js.map +1 -1
- package/dist/model/sendForSignFromTemplateForm.d.ts +1 -1
- package/dist/model/sendForSignFromTemplateForm.js +5 -5
- package/dist/model/sendForSignFromTemplateForm.js.map +1 -1
- package/dist/model/templateFormFields.d.ts +2 -0
- package/dist/model/templateFormFields.js +5 -0
- package/dist/model/templateFormFields.js.map +1 -1
- package/dist/model/textTagDefinition.d.ts +2 -0
- package/dist/model/textTagDefinition.js +5 -0
- package/dist/model/textTagDefinition.js.map +1 -1
- package/dist/tests/config.d.ts +5 -0
- package/dist/tests/config.js +43 -0
- package/dist/tests/config.js.map +1 -0
- package/dist/tests/integration/BrandingApiTest.spec.d.ts +1 -0
- package/dist/tests/integration/BrandingApiTest.spec.js +310 -0
- package/dist/tests/integration/BrandingApiTest.spec.js.map +1 -0
- package/dist/tests/integration/ContactsApiTest.spec.d.ts +1 -0
- package/dist/tests/integration/ContactsApiTest.spec.js +249 -0
- package/dist/tests/integration/ContactsApiTest.spec.js.map +1 -0
- package/dist/tests/integration/CustomFieldApiTest.spec.d.ts +1 -0
- package/dist/tests/integration/CustomFieldApiTest.spec.js +289 -0
- package/dist/tests/integration/CustomFieldApiTest.spec.js.map +1 -0
- package/dist/tests/integration/DocumentApiTest.spec.d.ts +1 -0
- package/dist/tests/integration/DocumentApiTest.spec.js +1710 -0
- package/dist/tests/integration/DocumentApiTest.spec.js.map +1 -0
- package/dist/tests/integration/IdentityVerificationApiTest.spec.d.ts +1 -0
- package/dist/tests/integration/IdentityVerificationApiTest.spec.js +160 -0
- package/dist/tests/integration/IdentityVerificationApiTest.spec.js.map +1 -0
- package/dist/tests/integration/TemplateApiTest.spec.d.ts +1 -0
- package/dist/tests/integration/TemplateApiTest.spec.js +1518 -0
- package/dist/tests/integration/TemplateApiTest.spec.js.map +1 -0
- package/dist/tests/integration/planApiTest.spec.d.ts +1 -0
- package/dist/tests/integration/planApiTest.spec.js +41 -0
- package/dist/tests/integration/planApiTest.spec.js.map +1 -0
- package/dist/tests/integration/senderIdentity.spec.d.ts +1 -0
- package/dist/tests/integration/senderIdentity.spec.js +481 -0
- package/dist/tests/integration/senderIdentity.spec.js.map +1 -0
- package/dist/tests/integration/teamsApiTest.spec.d.ts +1 -0
- package/dist/tests/integration/teamsApiTest.spec.js +230 -0
- package/dist/tests/integration/teamsApiTest.spec.js.map +1 -0
- package/dist/tests/integration/usersApiTest.spec.d.ts +1 -0
- package/dist/tests/integration/usersApiTest.spec.js +290 -0
- package/dist/tests/integration/usersApiTest.spec.js.map +1 -0
- package/dist/tests/unit/brandingApi.spec.d.ts +1 -0
- package/dist/tests/unit/brandingApi.spec.js +174 -0
- package/dist/tests/unit/brandingApi.spec.js.map +1 -0
- package/dist/tests/unit/contactsApi.spec.d.ts +1 -0
- package/dist/tests/unit/contactsApi.spec.js +154 -0
- package/dist/tests/unit/contactsApi.spec.js.map +1 -0
- package/dist/tests/unit/customFieldApi.spec.d.ts +1 -0
- package/dist/tests/unit/customFieldApi.spec.js +140 -0
- package/dist/tests/unit/customFieldApi.spec.js.map +1 -0
- package/dist/tests/unit/documentApi.spec.d.ts +1 -0
- package/dist/tests/unit/documentApi.spec.js +476 -0
- package/dist/tests/unit/documentApi.spec.js.map +1 -0
- package/dist/tests/unit/planApi.spec.d.ts +1 -0
- package/dist/tests/unit/planApi.spec.js +69 -0
- package/dist/tests/unit/planApi.spec.js.map +1 -0
- package/dist/tests/unit/senderIdentitiesApi.spec.d.ts +1 -0
- package/dist/tests/unit/senderIdentitiesApi.spec.js +148 -0
- package/dist/tests/unit/senderIdentitiesApi.spec.js.map +1 -0
- package/dist/tests/unit/teamApi.spec.d.ts +1 -0
- package/dist/tests/unit/teamApi.spec.js +116 -0
- package/dist/tests/unit/teamApi.spec.js.map +1 -0
- package/dist/tests/unit/templateApi.spec.d.ts +1 -0
- package/dist/tests/unit/templateApi.spec.js +285 -0
- package/dist/tests/unit/templateApi.spec.js.map +1 -0
- package/dist/tests/unit/userApi.spec.d.ts +1 -0
- package/dist/tests/unit/userApi.spec.js +163 -0
- package/dist/tests/unit/userApi.spec.js.map +1 -0
- 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 +21 -21
- package/docs/AuthenticationSettings.md +11 -11
- package/docs/Base64File.md +12 -12
- package/docs/BehalfDocument.md +27 -27
- 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 +258 -258
- package/docs/BrandingMessage.md +11 -11
- package/docs/BrandingRecords.md +11 -11
- package/docs/ChangeRecipient.md +18 -18
- package/docs/CollaborationSettings.md +14 -0
- 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/CreateSenderIdentityRequest.md +16 -16
- package/docs/CreateTeamRequest.md +11 -11
- package/docs/CreateTemplateRequest.md +35 -35
- package/docs/CreateUser.md +14 -14
- 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 +43 -43
- package/docs/Date.md +13 -13
- package/docs/DeleteCustomFieldReply.md +11 -11
- package/docs/Document.md +26 -26
- package/docs/DocumentApi.md +756 -756
- package/docs/DocumentCC.md +11 -11
- package/docs/DocumentCcDetails.md +12 -12
- package/docs/DocumentCreated.md +11 -11
- package/docs/DocumentExpirySettings.md +16 -16
- package/docs/DocumentFiles.md +14 -13
- package/docs/DocumentFormFields.md +51 -49
- package/docs/DocumentInfo.md +14 -14
- package/docs/DocumentProperties.md +50 -50
- package/docs/DocumentReassign.md +13 -13
- package/docs/DocumentRecords.md +12 -12
- package/docs/DocumentSenderDetail.md +14 -14
- package/docs/DocumentSigner.md +32 -31
- package/docs/DocumentSignerDetails.md +38 -37
- package/docs/DocumentTags.md +12 -12
- package/docs/DownloadImageRequest.md +16 -16
- package/docs/EditSenderIdentityRequest.md +14 -14
- package/docs/EditTemplateRequest.md +29 -29
- package/docs/EditableDateFieldSettings.md +13 -13
- package/docs/EmbeddedCreateTemplateRequest.md +46 -46
- package/docs/EmbeddedCustomFieldCreated.md +11 -11
- package/docs/EmbeddedDocumentRequest.md +55 -55
- package/docs/EmbeddedFileDetails.md +16 -16
- package/docs/EmbeddedFileLink.md +11 -11
- package/docs/EmbeddedMergeTemplateFormRequest.md +56 -56
- package/docs/EmbeddedSendCreated.md +12 -12
- package/docs/EmbeddedSendTemplateFormRequest.md +53 -53
- 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/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 +51 -50
- package/docs/FormGroup.md +15 -15
- package/docs/FormulaFieldSettings.md +12 -12
- package/docs/IdDocument.md +21 -21
- package/docs/IdReport.md +14 -14
- package/docs/IdVerification.md +18 -18
- package/docs/IdentityVerificationApi.md +109 -109
- package/docs/IdentityVerificationSettings.md +16 -16
- package/docs/ImageInfo.md +13 -13
- package/docs/MergeAndSendForSignForm.md +46 -46
- 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 +33 -33
- package/docs/Roles.md +33 -33
- package/docs/SendForSign.md +45 -45
- package/docs/SendForSignFromTemplateForm.md +43 -43
- package/docs/SenderIdentitiesApi.md +209 -209
- package/docs/SenderIdentityCreated.md +11 -11
- package/docs/SenderIdentityList.md +12 -12
- package/docs/SenderIdentityViewModel.md +19 -19
- 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 +484 -484
- package/docs/TemplateCC.md +12 -12
- package/docs/TemplateCreated.md +11 -11
- package/docs/TemplateFormFields.md +51 -50
- package/docs/TemplateProperties.md +37 -37
- package/docs/TemplateRecords.md +12 -12
- package/docs/TemplateRole.md +28 -28
- package/docs/TemplateSenderDetail.md +12 -12
- package/docs/TemplateSenderDetails.md +13 -13
- package/docs/TemplateSharedTemplateDetail.md +12 -12
- package/docs/TemplateSignerDetails.md +27 -27
- package/docs/TemplateTag.md +14 -14
- package/docs/TextTagDefinition.md +41 -40
- package/docs/TextTagOffset.md +12 -12
- package/docs/UpdateUser.md +14 -14
- package/docs/UpdateUserMetaData.md +12 -12
- package/docs/UserApi.md +240 -240
- 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 +34 -34
- package/docs/ViewCustomFieldDetails.md +17 -17
- package/examples/DocumentProperties.ts +14 -14
- package/examples/brandCreate.ts +28 -28
- package/examples/brandDelete.ts +14 -14
- package/examples/brandGet.ts +14 -14
- package/examples/brandList.ts +13 -13
- package/examples/brandResetDefault.ts +14 -14
- package/examples/brandUpdate.ts +20 -20
- package/examples/contactCreate.ts +25 -25
- package/examples/contactDelete.ts +14 -14
- package/examples/contactGet.ts +14 -14
- package/examples/contactList.ts +15 -15
- package/examples/contactUpdate.ts +25 -25
- package/examples/customFieldCreate.ts +27 -27
- package/examples/customFieldDelete.ts +14 -14
- package/examples/customFieldEdit.ts +29 -29
- package/examples/customFieldEmbeddedCreateUrl.ts +18 -18
- package/examples/customFieldList.ts +14 -14
- package/examples/documentAddAuthentication.ts +19 -19
- package/examples/documentAddTags.ts +18 -18
- package/examples/documentChangeAccessCode.ts +19 -19
- package/examples/documentChangeRecipients.ts +21 -21
- package/examples/documentDelete.ts +15 -15
- package/examples/documentDeleteTags.ts +18 -18
- package/examples/documentDownload.ts +15 -15
- package/examples/documentDownloadAttachment.ts +16 -16
- package/examples/documentDownloadAuditTrial.ts +15 -15
- package/examples/documentEmbeddedRequestLink.ts +48 -48
- package/examples/documentEmbeddedSignLink.ts +22 -22
- package/examples/documentExtendExpiry.ts +19 -19
- package/examples/documentList.ts +18 -18
- package/examples/documentListBehalf.ts +14 -14
- package/examples/documentListTeam.ts +14 -14
- package/examples/documentPrefillFieldCheckBox.ts +22 -22
- package/examples/documentPrefillFieldDropDown.ts +22 -22
- package/examples/documentPrefillFieldEditableDate.ts +22 -22
- package/examples/documentPrefillFieldImage.ts +22 -22
- package/examples/documentPrefillFieldRadioButton.ts +22 -22
- package/examples/documentPrefillFieldTextBox.ts +22 -22
- package/examples/documentRemoveAuthentication.ts +18 -18
- package/examples/documentRevoke.ts +18 -18
- package/examples/documentSend.ts +46 -46
- package/examples/documentSendOnBehalf.ts +52 -52
- package/examples/documentSendReminder.ts +19 -19
- package/examples/embeddedManualVerification.ts +22 -22
- package/examples/identityVerificationImage.ts +23 -23
- package/examples/identityVerificationReport.ts +21 -21
- package/examples/listTemplate.ts +15 -15
- package/examples/plan.ts +13 -13
- package/examples/senderIdentityCreate.ts +20 -20
- package/examples/senderIdentityDelete.ts +14 -14
- package/examples/senderIdentityList.ts +15 -15
- package/examples/senderIdentityRerequest.ts +14 -14
- package/examples/senderIdentityResendInvitation.ts +14 -14
- package/examples/senderIdentityUpdate.ts +19 -19
- package/examples/teamCreate.ts +17 -17
- package/examples/teamGet.ts +14 -14
- package/examples/teamList.ts +15 -15
- package/examples/teamUpdate.ts +18 -18
- package/examples/templateAddTag.ts +19 -19
- package/examples/templateCreate.ts +28 -28
- package/examples/templateDelete.ts +14 -14
- package/examples/templateDeleteTag.ts +19 -19
- package/examples/templateDetails.ts +14 -14
- package/examples/templateDownload.ts +14 -14
- package/examples/templateEdit.ts +21 -21
- package/examples/templateEmbeddedCreate.ts +28 -28
- package/examples/templateEmbeddedEdit.ts +23 -23
- package/examples/templateEmbeddedRequestLink.ts +33 -33
- package/examples/templateMergerEmbeddedRequestUrl.ts +36 -36
- package/examples/templateSendDocument.ts +59 -59
- package/examples/templateSendDocumentUsingMultipleTemplate.ts +39 -39
- package/examples/userCreate.ts +19 -19
- package/examples/userGet.ts +14 -14
- package/examples/userInvitationCancel.ts +14 -14
- package/examples/userList.ts +15 -15
- package/examples/userResendInvitation.ts +14 -14
- package/examples/userUpdateRole.ts +18 -18
- 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 +177 -175
- package/model/authenticationSettings.ts +40 -40
- package/model/base64File.ts +37 -37
- package/model/behalfDocument.ts +142 -142
- 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/collaborationSettings.ts +49 -0
- 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/createSenderIdentityRequest.ts +62 -62
- package/model/createTeamRequest.ts +31 -31
- package/model/createTemplateRequest.ts +181 -181
- package/model/createUser.ts +56 -56
- package/model/customDomainSettings.ts +37 -37
- package/model/customFieldCollection.ts +32 -32
- package/model/customFieldMessage.ts +37 -37
- package/model/customFormField.ts +275 -275
- package/model/deleteCustomFieldReply.ts +31 -31
- package/model/document.ts +135 -135
- package/model/documentCC.ts +31 -31
- package/model/documentCcDetails.ts +37 -37
- package/model/documentCreated.ts +31 -31
- package/model/documentExpirySettings.ts +69 -69
- package/model/documentFiles.ts +49 -43
- package/model/documentFormFields.ts +305 -292
- package/model/documentInfo.ts +90 -90
- package/model/documentProperties.ts +316 -316
- package/model/documentReassign.ts +43 -43
- package/model/documentRecords.ts +39 -39
- package/model/documentSenderDetail.ts +49 -49
- package/model/documentSigner.ts +221 -215
- package/model/documentSignerDetails.ts +265 -259
- package/model/documentTags.ts +37 -37
- package/model/downloadImageRequest.ts +61 -61
- package/model/editSenderIdentityRequest.ts +50 -50
- package/model/editTemplateRequest.ts +144 -144
- package/model/editableDateFieldSettings.ts +43 -43
- package/model/embeddedCreateTemplateRequest.ts +271 -271
- package/model/embeddedCustomFieldCreated.ts +31 -31
- package/model/embeddedDocumentRequest.ts +337 -337
- package/model/embeddedFileDetails.ts +61 -61
- package/model/embeddedFileLink.ts +31 -31
- package/model/embeddedMergeTemplateFormRequest.ts +343 -343
- package/model/embeddedSendCreated.ts +37 -37
- package/model/embeddedSendTemplateFormRequest.ts +324 -324
- package/model/embeddedSigningLink.ts +31 -31
- package/model/embeddedTemplateCreated.ts +37 -37
- package/model/embeddedTemplateEditRequest.ts +115 -115
- package/model/embeddedTemplateEdited.ts +31 -31
- 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 +89 -89
- package/model/formField.ts +327 -320
- package/model/formGroup.ts +63 -63
- package/model/formulaFieldSettings.ts +37 -37
- package/model/idDocument.ts +93 -93
- package/model/idReport.ts +50 -50
- package/model/idVerification.ts +73 -73
- package/model/identityVerificationSettings.ts +75 -75
- package/model/imageInfo.ts +43 -43
- package/model/index.ts +546 -543
- package/model/mergeAndSendForSignForm.ts +261 -261
- 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 +229 -229
- package/model/roles.ts +225 -225
- package/model/sendForSign.ts +255 -255
- package/model/sendForSignFromTemplateForm.ts +242 -242
- package/model/senderIdentityCreated.ts +31 -31
- package/model/senderIdentityList.ts +39 -39
- package/model/senderIdentityViewModel.ts +80 -80
- 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/templateFormFields.ts +304 -297
- package/model/templateProperties.ts +202 -202
- package/model/templateRecords.ts +39 -39
- package/model/templateRole.ts +195 -195
- package/model/templateSenderDetail.ts +37 -37
- package/model/templateSenderDetails.ts +43 -43
- package/model/templateSharedTemplateDetail.ts +43 -43
- package/model/templateSignerDetails.ts +160 -160
- package/model/templateTag.ts +49 -49
- package/model/textTagDefinition.ts +255 -248
- package/model/textTagOffset.ts +37 -37
- 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 +177 -177
- package/model/viewCustomFieldDetails.ts +68 -68
- package/package.json +52 -52
- package/tests/config.ts +20 -0
- package/tests/documents/agreement.pdf +0 -0
- package/tests/documents/logo.jpg +0 -0
- package/tests/integration/BrandingApiTest.spec.ts +254 -0
- package/tests/integration/ContactsApiTest.spec.ts +222 -0
- package/tests/integration/CustomFieldApiTest.spec.ts +231 -0
- package/tests/integration/DocumentApiTest.spec.ts +1624 -0
- package/tests/integration/IdentityVerificationApiTest.spec.ts +114 -0
- package/tests/integration/TemplateApiTest.spec.ts +1420 -0
- package/tests/integration/planApiTest.spec.ts +26 -0
- package/tests/integration/senderIdentity.spec.ts +397 -0
- package/tests/integration/teamsApiTest.spec.ts +226 -0
- package/tests/integration/usersApiTest.spec.ts +251 -0
- package/tests/unit/brandingApi.spec.ts +163 -0
- package/tests/unit/contactsApi.spec.ts +143 -0
- package/tests/unit/customFieldApi.spec.ts +123 -0
- package/tests/unit/documentApi.spec.ts +545 -0
- package/tests/unit/planApi.spec.ts +34 -0
- package/tests/unit/senderIdentitiesApi.spec.ts +148 -0
- package/tests/unit/teamApi.spec.ts +94 -0
- package/tests/unit/templateApi.spec.ts +307 -0
- package/tests/unit/userApi.spec.ts +162 -0
- package/tsconfig.json +24 -24
package/model/index.ts
CHANGED
|
@@ -1,543 +1,546 @@
|
|
|
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 {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
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
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
"
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
"
|
|
156
|
-
"
|
|
157
|
-
"CustomFormField.
|
|
158
|
-
"CustomFormField.
|
|
159
|
-
"CustomFormField.
|
|
160
|
-
"CustomFormField.
|
|
161
|
-
"CustomFormField.
|
|
162
|
-
"
|
|
163
|
-
"
|
|
164
|
-
"
|
|
165
|
-
"DocumentFormFields.
|
|
166
|
-
"DocumentFormFields.
|
|
167
|
-
"DocumentFormFields.
|
|
168
|
-
"
|
|
169
|
-
"DocumentInfo.
|
|
170
|
-
"
|
|
171
|
-
"DocumentProperties.
|
|
172
|
-
"DocumentProperties.
|
|
173
|
-
"DocumentProperties.
|
|
174
|
-
"
|
|
175
|
-
"DocumentSigner.
|
|
176
|
-
"DocumentSigner.
|
|
177
|
-
"DocumentSigner.
|
|
178
|
-
"DocumentSigner.
|
|
179
|
-
"
|
|
180
|
-
"DocumentSignerDetails.
|
|
181
|
-
"DocumentSignerDetails.
|
|
182
|
-
"DocumentSignerDetails.
|
|
183
|
-
"DocumentSignerDetails.
|
|
184
|
-
"DocumentSignerDetails.
|
|
185
|
-
"
|
|
186
|
-
"EmbeddedCreateTemplateRequest.
|
|
187
|
-
"
|
|
188
|
-
"EmbeddedDocumentRequest.
|
|
189
|
-
"EmbeddedDocumentRequest.
|
|
190
|
-
"EmbeddedDocumentRequest.
|
|
191
|
-
"
|
|
192
|
-
"EmbeddedMergeTemplateFormRequest.
|
|
193
|
-
"EmbeddedMergeTemplateFormRequest.
|
|
194
|
-
"EmbeddedMergeTemplateFormRequest.
|
|
195
|
-
"
|
|
196
|
-
"EmbeddedSendTemplateFormRequest.
|
|
197
|
-
"EmbeddedSendTemplateFormRequest.
|
|
198
|
-
"EmbeddedSendTemplateFormRequest.
|
|
199
|
-
"
|
|
200
|
-
"EmbeddedTemplateEditRequest.
|
|
201
|
-
"
|
|
202
|
-
"Font.
|
|
203
|
-
"
|
|
204
|
-
"FormField.
|
|
205
|
-
"FormField.
|
|
206
|
-
"FormField.
|
|
207
|
-
"FormField.
|
|
208
|
-
"FormField.
|
|
209
|
-
"
|
|
210
|
-
"
|
|
211
|
-
"IdentityVerificationSettings.
|
|
212
|
-
"
|
|
213
|
-
"MergeAndSendForSignForm.
|
|
214
|
-
"
|
|
215
|
-
"Role.
|
|
216
|
-
"Role.
|
|
217
|
-
"Role.
|
|
218
|
-
"Role.
|
|
219
|
-
"
|
|
220
|
-
"Roles.
|
|
221
|
-
"Roles.
|
|
222
|
-
"Roles.
|
|
223
|
-
"Roles.
|
|
224
|
-
"
|
|
225
|
-
"SendForSign.
|
|
226
|
-
"
|
|
227
|
-
"SendForSignFromTemplateForm.
|
|
228
|
-
"
|
|
229
|
-
"TeamUsers.
|
|
230
|
-
"
|
|
231
|
-
"Template.
|
|
232
|
-
"
|
|
233
|
-
"TemplateFormFields.
|
|
234
|
-
"TemplateFormFields.
|
|
235
|
-
"TemplateFormFields.
|
|
236
|
-
"
|
|
237
|
-
"
|
|
238
|
-
"TemplateRole.
|
|
239
|
-
"TemplateRole.
|
|
240
|
-
"TemplateRole.
|
|
241
|
-
"TemplateRole.
|
|
242
|
-
"
|
|
243
|
-
"
|
|
244
|
-
"TemplateSignerDetails.
|
|
245
|
-
"TemplateSignerDetails.
|
|
246
|
-
"TemplateSignerDetails.
|
|
247
|
-
"TemplateSignerDetails.
|
|
248
|
-
"
|
|
249
|
-
"TextTagDefinition.
|
|
250
|
-
"TextTagDefinition.
|
|
251
|
-
"TextTagDefinition.
|
|
252
|
-
"
|
|
253
|
-
"UpdateUser.
|
|
254
|
-
"
|
|
255
|
-
"
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
"
|
|
261
|
-
"
|
|
262
|
-
"
|
|
263
|
-
"
|
|
264
|
-
"
|
|
265
|
-
"
|
|
266
|
-
"
|
|
267
|
-
"
|
|
268
|
-
"
|
|
269
|
-
"
|
|
270
|
-
"
|
|
271
|
-
"
|
|
272
|
-
"
|
|
273
|
-
"
|
|
274
|
-
"
|
|
275
|
-
"
|
|
276
|
-
"
|
|
277
|
-
"
|
|
278
|
-
"
|
|
279
|
-
"
|
|
280
|
-
"
|
|
281
|
-
"
|
|
282
|
-
"
|
|
283
|
-
"
|
|
284
|
-
"
|
|
285
|
-
"
|
|
286
|
-
"
|
|
287
|
-
"
|
|
288
|
-
"
|
|
289
|
-
"
|
|
290
|
-
"
|
|
291
|
-
"
|
|
292
|
-
"
|
|
293
|
-
"
|
|
294
|
-
"
|
|
295
|
-
"
|
|
296
|
-
"
|
|
297
|
-
"
|
|
298
|
-
"
|
|
299
|
-
"
|
|
300
|
-
"
|
|
301
|
-
"
|
|
302
|
-
"
|
|
303
|
-
"
|
|
304
|
-
"
|
|
305
|
-
"
|
|
306
|
-
"
|
|
307
|
-
"
|
|
308
|
-
"
|
|
309
|
-
"
|
|
310
|
-
"
|
|
311
|
-
"
|
|
312
|
-
"
|
|
313
|
-
"
|
|
314
|
-
"
|
|
315
|
-
"
|
|
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
|
-
|
|
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 { CollaborationSettings } from './collaborationSettings';
|
|
19
|
+
import { ConditionalRule } from './conditionalRule';
|
|
20
|
+
import { ContactCreated } from './contactCreated';
|
|
21
|
+
import { ContactDetails } from './contactDetails';
|
|
22
|
+
import { ContactPageDetails } from './contactPageDetails';
|
|
23
|
+
import { ContactsDetails } from './contactsDetails';
|
|
24
|
+
import { ContactsList } from './contactsList';
|
|
25
|
+
import { CreateContactResponse } from './createContactResponse';
|
|
26
|
+
import { CreateSenderIdentityRequest } from './createSenderIdentityRequest';
|
|
27
|
+
import { CreateTeamRequest } from './createTeamRequest';
|
|
28
|
+
import { CreateTemplateRequest } from './createTemplateRequest';
|
|
29
|
+
import { CreateUser } from './createUser';
|
|
30
|
+
import { CustomDomainSettings } from './customDomainSettings';
|
|
31
|
+
import { CustomFieldCollection } from './customFieldCollection';
|
|
32
|
+
import { CustomFieldMessage } from './customFieldMessage';
|
|
33
|
+
import { CustomFormField } from './customFormField';
|
|
34
|
+
import { DeleteCustomFieldReply } from './deleteCustomFieldReply';
|
|
35
|
+
import { Document } from './document';
|
|
36
|
+
import { DocumentCC } from './documentCC';
|
|
37
|
+
import { DocumentCcDetails } from './documentCcDetails';
|
|
38
|
+
import { DocumentCreated } from './documentCreated';
|
|
39
|
+
import { DocumentExpirySettings } from './documentExpirySettings';
|
|
40
|
+
import { DocumentFiles } from './documentFiles';
|
|
41
|
+
import { DocumentFormFields } from './documentFormFields';
|
|
42
|
+
import { DocumentInfo } from './documentInfo';
|
|
43
|
+
import { DocumentProperties } from './documentProperties';
|
|
44
|
+
import { DocumentReassign } from './documentReassign';
|
|
45
|
+
import { DocumentRecords } from './documentRecords';
|
|
46
|
+
import { DocumentSenderDetail } from './documentSenderDetail';
|
|
47
|
+
import { DocumentSigner } from './documentSigner';
|
|
48
|
+
import { DocumentSignerDetails } from './documentSignerDetails';
|
|
49
|
+
import { DocumentTags } from './documentTags';
|
|
50
|
+
import { DownloadImageRequest } from './downloadImageRequest';
|
|
51
|
+
import { EditSenderIdentityRequest } from './editSenderIdentityRequest';
|
|
52
|
+
import { EditTemplateRequest } from './editTemplateRequest';
|
|
53
|
+
import { EditableDateFieldSettings } from './editableDateFieldSettings';
|
|
54
|
+
import { EmbeddedCreateTemplateRequest } from './embeddedCreateTemplateRequest';
|
|
55
|
+
import { EmbeddedCustomFieldCreated } from './embeddedCustomFieldCreated';
|
|
56
|
+
import { EmbeddedDocumentRequest } from './embeddedDocumentRequest';
|
|
57
|
+
import { EmbeddedFileDetails } from './embeddedFileDetails';
|
|
58
|
+
import { EmbeddedFileLink } from './embeddedFileLink';
|
|
59
|
+
import { EmbeddedMergeTemplateFormRequest } from './embeddedMergeTemplateFormRequest';
|
|
60
|
+
import { EmbeddedSendCreated } from './embeddedSendCreated';
|
|
61
|
+
import { EmbeddedSendTemplateFormRequest } from './embeddedSendTemplateFormRequest';
|
|
62
|
+
import { EmbeddedSigningLink } from './embeddedSigningLink';
|
|
63
|
+
import { EmbeddedTemplateCreated } from './embeddedTemplateCreated';
|
|
64
|
+
import { EmbeddedTemplateEditRequest } from './embeddedTemplateEditRequest';
|
|
65
|
+
import { EmbeddedTemplateEdited } from './embeddedTemplateEdited';
|
|
66
|
+
import { ErrorResult } from './errorResult';
|
|
67
|
+
import { ExistingFormField } from './existingFormField';
|
|
68
|
+
import { ExtendExpiry } from './extendExpiry';
|
|
69
|
+
import { FileInfo } from './fileInfo';
|
|
70
|
+
import { Font } from './font';
|
|
71
|
+
import { FormField } from './formField';
|
|
72
|
+
import { FormGroup } from './formGroup';
|
|
73
|
+
import { FormulaFieldSettings } from './formulaFieldSettings';
|
|
74
|
+
import { IdDocument } from './idDocument';
|
|
75
|
+
import { IdReport } from './idReport';
|
|
76
|
+
import { IdVerification } from './idVerification';
|
|
77
|
+
import { IdentityVerificationSettings } from './identityVerificationSettings';
|
|
78
|
+
import { ImageInfo } from './imageInfo';
|
|
79
|
+
import { MergeAndSendForSignForm } from './mergeAndSendForSignForm';
|
|
80
|
+
import { ModelDate } from './modelDate';
|
|
81
|
+
import { ModelError } from './modelError';
|
|
82
|
+
import { ModificationDetails } from './modificationDetails';
|
|
83
|
+
import { NotificationSettings } from './notificationSettings';
|
|
84
|
+
import { PageDetails } from './pageDetails';
|
|
85
|
+
import { PhoneNumber } from './phoneNumber';
|
|
86
|
+
import { PrefillField } from './prefillField';
|
|
87
|
+
import { PrefillFieldRequest } from './prefillFieldRequest';
|
|
88
|
+
import { RecipientChangeLog } from './recipientChangeLog';
|
|
89
|
+
import { RecipientNotificationSettings } from './recipientNotificationSettings';
|
|
90
|
+
import { Rectangle } from './rectangle';
|
|
91
|
+
import { ReminderMessage } from './reminderMessage';
|
|
92
|
+
import { ReminderSettings } from './reminderSettings';
|
|
93
|
+
import { RemoveAuthentication } from './removeAuthentication';
|
|
94
|
+
import { Removed } from './removed';
|
|
95
|
+
import { RevokeDocument } from './revokeDocument';
|
|
96
|
+
import { Role } from './role';
|
|
97
|
+
import { Roles } from './roles';
|
|
98
|
+
import { SendForSign } from './sendForSign';
|
|
99
|
+
import { SendForSignFromTemplateForm } from './sendForSignFromTemplateForm';
|
|
100
|
+
import { SenderIdentityCreated } from './senderIdentityCreated';
|
|
101
|
+
import { SenderIdentityList } from './senderIdentityList';
|
|
102
|
+
import { SenderIdentityViewModel } from './senderIdentityViewModel';
|
|
103
|
+
import { SignerAuthenticationSettings } from './signerAuthenticationSettings';
|
|
104
|
+
import { Size } from './size';
|
|
105
|
+
import { TeamCreated } from './teamCreated';
|
|
106
|
+
import { TeamDocumentRecords } from './teamDocumentRecords';
|
|
107
|
+
import { TeamListResponse } from './teamListResponse';
|
|
108
|
+
import { TeamPageDetails } from './teamPageDetails';
|
|
109
|
+
import { TeamResponse } from './teamResponse';
|
|
110
|
+
import { TeamUpdateRequest } from './teamUpdateRequest';
|
|
111
|
+
import { TeamUsers } from './teamUsers';
|
|
112
|
+
import { Teams } from './teams';
|
|
113
|
+
import { Template } from './template';
|
|
114
|
+
import { TemplateCC } from './templateCC';
|
|
115
|
+
import { TemplateCreated } from './templateCreated';
|
|
116
|
+
import { TemplateFormFields } from './templateFormFields';
|
|
117
|
+
import { TemplateProperties } from './templateProperties';
|
|
118
|
+
import { TemplateRecords } from './templateRecords';
|
|
119
|
+
import { TemplateRole } from './templateRole';
|
|
120
|
+
import { TemplateSenderDetail } from './templateSenderDetail';
|
|
121
|
+
import { TemplateSenderDetails } from './templateSenderDetails';
|
|
122
|
+
import { TemplateSharedTemplateDetail } from './templateSharedTemplateDetail';
|
|
123
|
+
import { TemplateSignerDetails } from './templateSignerDetails';
|
|
124
|
+
import { TemplateTag } from './templateTag';
|
|
125
|
+
import { TextTagDefinition } from './textTagDefinition';
|
|
126
|
+
import { TextTagOffset } from './textTagOffset';
|
|
127
|
+
import { UpdateUser } from './updateUser';
|
|
128
|
+
import { UpdateUserMetaData } from './updateUserMetaData';
|
|
129
|
+
import { UserPageDetails } from './userPageDetails';
|
|
130
|
+
import { UserProperties } from './userProperties';
|
|
131
|
+
import { UserRecords } from './userRecords';
|
|
132
|
+
import { UsersDetails } from './usersDetails';
|
|
133
|
+
import { Validation } from './validation';
|
|
134
|
+
import { VerificationDataRequest } from './verificationDataRequest';
|
|
135
|
+
import { ViewBrandDetails } from './viewBrandDetails';
|
|
136
|
+
import { ViewCustomFieldDetails } from './viewCustomFieldDetails';
|
|
137
|
+
import {
|
|
138
|
+
RequestDetailedFile,
|
|
139
|
+
RequestFile,
|
|
140
|
+
AttributeTypeMap,
|
|
141
|
+
ObjectSerializer,
|
|
142
|
+
Authentication,
|
|
143
|
+
HttpBasicAuth,
|
|
144
|
+
HttpBearerAuth,
|
|
145
|
+
ApiKeyAuth,
|
|
146
|
+
OAuth,
|
|
147
|
+
VoidAuth,
|
|
148
|
+
Interceptor,
|
|
149
|
+
} from "./models";
|
|
150
|
+
|
|
151
|
+
export let enumsMap: {[index: string]: any} = {
|
|
152
|
+
"AccessCodeDetail.AuthenticationTypeEnum": AccessCodeDetail.AuthenticationTypeEnum,
|
|
153
|
+
"AuditTrail.ActionEnum": AuditTrail.ActionEnum,
|
|
154
|
+
"AuthenticationSettings.AuthenticationFrequencyEnum": AuthenticationSettings.AuthenticationFrequencyEnum,
|
|
155
|
+
"BehalfDocument.StatusEnum": BehalfDocument.StatusEnum,
|
|
156
|
+
"CreateUser.UserRoleEnum": CreateUser.UserRoleEnum,
|
|
157
|
+
"CustomFormField.FieldTypeEnum": CustomFormField.FieldTypeEnum,
|
|
158
|
+
"CustomFormField.FontEnum": CustomFormField.FontEnum,
|
|
159
|
+
"CustomFormField.ValidationTypeEnum": CustomFormField.ValidationTypeEnum,
|
|
160
|
+
"CustomFormField.TextAlignEnum": CustomFormField.TextAlignEnum,
|
|
161
|
+
"CustomFormField.TextDirectionEnum": CustomFormField.TextDirectionEnum,
|
|
162
|
+
"CustomFormField.ResizeOptionEnum": CustomFormField.ResizeOptionEnum,
|
|
163
|
+
"Document.StatusEnum": Document.StatusEnum,
|
|
164
|
+
"DocumentExpirySettings.ExpiryDateTypeEnum": DocumentExpirySettings.ExpiryDateTypeEnum,
|
|
165
|
+
"DocumentFormFields.ValidationtypeEnum": DocumentFormFields.ValidationtypeEnum,
|
|
166
|
+
"DocumentFormFields.TextAlignEnum": DocumentFormFields.TextAlignEnum,
|
|
167
|
+
"DocumentFormFields.TextDirectionEnum": DocumentFormFields.TextDirectionEnum,
|
|
168
|
+
"DocumentFormFields.ResizeOptionEnum": DocumentFormFields.ResizeOptionEnum,
|
|
169
|
+
"DocumentInfo.LocaleEnum": DocumentInfo.LocaleEnum,
|
|
170
|
+
"DocumentInfo.LanguageEnum": DocumentInfo.LanguageEnum,
|
|
171
|
+
"DocumentProperties.StatusEnum": DocumentProperties.StatusEnum,
|
|
172
|
+
"DocumentProperties.ActivityActionEnum": DocumentProperties.ActivityActionEnum,
|
|
173
|
+
"DocumentProperties.ExpiryDateTypeEnum": DocumentProperties.ExpiryDateTypeEnum,
|
|
174
|
+
"DocumentProperties.DocumentDownloadOptionEnum": DocumentProperties.DocumentDownloadOptionEnum,
|
|
175
|
+
"DocumentSigner.AuthenticationTypeEnum": DocumentSigner.AuthenticationTypeEnum,
|
|
176
|
+
"DocumentSigner.DeliveryModeEnum": DocumentSigner.DeliveryModeEnum,
|
|
177
|
+
"DocumentSigner.SignerTypeEnum": DocumentSigner.SignerTypeEnum,
|
|
178
|
+
"DocumentSigner.LanguageEnum": DocumentSigner.LanguageEnum,
|
|
179
|
+
"DocumentSigner.LocaleEnum": DocumentSigner.LocaleEnum,
|
|
180
|
+
"DocumentSignerDetails.StatusEnum": DocumentSignerDetails.StatusEnum,
|
|
181
|
+
"DocumentSignerDetails.AuthenticationTypeEnum": DocumentSignerDetails.AuthenticationTypeEnum,
|
|
182
|
+
"DocumentSignerDetails.SignerTypeEnum": DocumentSignerDetails.SignerTypeEnum,
|
|
183
|
+
"DocumentSignerDetails.LanguageEnum": DocumentSignerDetails.LanguageEnum,
|
|
184
|
+
"DocumentSignerDetails.LocaleEnum": DocumentSignerDetails.LocaleEnum,
|
|
185
|
+
"DocumentSignerDetails.DeliveryModeEnum": DocumentSignerDetails.DeliveryModeEnum,
|
|
186
|
+
"EmbeddedCreateTemplateRequest.ViewOptionEnum": EmbeddedCreateTemplateRequest.ViewOptionEnum,
|
|
187
|
+
"EmbeddedCreateTemplateRequest.LocaleEnum": EmbeddedCreateTemplateRequest.LocaleEnum,
|
|
188
|
+
"EmbeddedDocumentRequest.SendViewOptionEnum": EmbeddedDocumentRequest.SendViewOptionEnum,
|
|
189
|
+
"EmbeddedDocumentRequest.LocaleEnum": EmbeddedDocumentRequest.LocaleEnum,
|
|
190
|
+
"EmbeddedDocumentRequest.ExpiryDateTypeEnum": EmbeddedDocumentRequest.ExpiryDateTypeEnum,
|
|
191
|
+
"EmbeddedDocumentRequest.DocumentDownloadOptionEnum": EmbeddedDocumentRequest.DocumentDownloadOptionEnum,
|
|
192
|
+
"EmbeddedMergeTemplateFormRequest.SendViewOptionEnum": EmbeddedMergeTemplateFormRequest.SendViewOptionEnum,
|
|
193
|
+
"EmbeddedMergeTemplateFormRequest.LocaleEnum": EmbeddedMergeTemplateFormRequest.LocaleEnum,
|
|
194
|
+
"EmbeddedMergeTemplateFormRequest.ExpiryDateTypeEnum": EmbeddedMergeTemplateFormRequest.ExpiryDateTypeEnum,
|
|
195
|
+
"EmbeddedMergeTemplateFormRequest.DocumentDownloadOptionEnum": EmbeddedMergeTemplateFormRequest.DocumentDownloadOptionEnum,
|
|
196
|
+
"EmbeddedSendTemplateFormRequest.SendViewOptionEnum": EmbeddedSendTemplateFormRequest.SendViewOptionEnum,
|
|
197
|
+
"EmbeddedSendTemplateFormRequest.LocaleEnum": EmbeddedSendTemplateFormRequest.LocaleEnum,
|
|
198
|
+
"EmbeddedSendTemplateFormRequest.ExpiryDateTypeEnum": EmbeddedSendTemplateFormRequest.ExpiryDateTypeEnum,
|
|
199
|
+
"EmbeddedSendTemplateFormRequest.DocumentDownloadOptionEnum": EmbeddedSendTemplateFormRequest.DocumentDownloadOptionEnum,
|
|
200
|
+
"EmbeddedTemplateEditRequest.ViewOptionEnum": EmbeddedTemplateEditRequest.ViewOptionEnum,
|
|
201
|
+
"EmbeddedTemplateEditRequest.LocaleEnum": EmbeddedTemplateEditRequest.LocaleEnum,
|
|
202
|
+
"Font.NameEnum": Font.NameEnum,
|
|
203
|
+
"Font.StyleEnum": Font.StyleEnum,
|
|
204
|
+
"FormField.FieldTypeEnum": FormField.FieldTypeEnum,
|
|
205
|
+
"FormField.FontEnum": FormField.FontEnum,
|
|
206
|
+
"FormField.ValidationTypeEnum": FormField.ValidationTypeEnum,
|
|
207
|
+
"FormField.TextAlignEnum": FormField.TextAlignEnum,
|
|
208
|
+
"FormField.TextDirectionEnum": FormField.TextDirectionEnum,
|
|
209
|
+
"FormField.ResizeOptionEnum": FormField.ResizeOptionEnum,
|
|
210
|
+
"FormGroup.GroupValidationEnum": FormGroup.GroupValidationEnum,
|
|
211
|
+
"IdentityVerificationSettings.TypeEnum": IdentityVerificationSettings.TypeEnum,
|
|
212
|
+
"IdentityVerificationSettings.NameMatcherEnum": IdentityVerificationSettings.NameMatcherEnum,
|
|
213
|
+
"MergeAndSendForSignForm.ExpiryDateTypeEnum": MergeAndSendForSignForm.ExpiryDateTypeEnum,
|
|
214
|
+
"MergeAndSendForSignForm.DocumentDownloadOptionEnum": MergeAndSendForSignForm.DocumentDownloadOptionEnum,
|
|
215
|
+
"Role.AuthenticationTypeEnum": Role.AuthenticationTypeEnum,
|
|
216
|
+
"Role.DeliveryModeEnum": Role.DeliveryModeEnum,
|
|
217
|
+
"Role.SignerTypeEnum": Role.SignerTypeEnum,
|
|
218
|
+
"Role.LanguageEnum": Role.LanguageEnum,
|
|
219
|
+
"Role.LocaleEnum": Role.LocaleEnum,
|
|
220
|
+
"Roles.SignerTypeEnum": Roles.SignerTypeEnum,
|
|
221
|
+
"Roles.LanguageEnum": Roles.LanguageEnum,
|
|
222
|
+
"Roles.LocaleEnum": Roles.LocaleEnum,
|
|
223
|
+
"Roles.ImposeAuthenticationEnum": Roles.ImposeAuthenticationEnum,
|
|
224
|
+
"Roles.DeliveryModeEnum": Roles.DeliveryModeEnum,
|
|
225
|
+
"SendForSign.ExpiryDateTypeEnum": SendForSign.ExpiryDateTypeEnum,
|
|
226
|
+
"SendForSign.DocumentDownloadOptionEnum": SendForSign.DocumentDownloadOptionEnum,
|
|
227
|
+
"SendForSignFromTemplateForm.ExpiryDateTypeEnum": SendForSignFromTemplateForm.ExpiryDateTypeEnum,
|
|
228
|
+
"SendForSignFromTemplateForm.DocumentDownloadOptionEnum": SendForSignFromTemplateForm.DocumentDownloadOptionEnum,
|
|
229
|
+
"TeamUsers.UserRoleEnum": TeamUsers.UserRoleEnum,
|
|
230
|
+
"TeamUsers.UserStatusEnum": TeamUsers.UserStatusEnum,
|
|
231
|
+
"Template.StatusEnum": Template.StatusEnum,
|
|
232
|
+
"Template.AccessTypeEnum": Template.AccessTypeEnum,
|
|
233
|
+
"TemplateFormFields.ValidationtypeEnum": TemplateFormFields.ValidationtypeEnum,
|
|
234
|
+
"TemplateFormFields.TextAlignEnum": TemplateFormFields.TextAlignEnum,
|
|
235
|
+
"TemplateFormFields.TextDirectionEnum": TemplateFormFields.TextDirectionEnum,
|
|
236
|
+
"TemplateFormFields.ResizeOptionEnum": TemplateFormFields.ResizeOptionEnum,
|
|
237
|
+
"TemplateProperties.DocumentDownloadOptionEnum": TemplateProperties.DocumentDownloadOptionEnum,
|
|
238
|
+
"TemplateRole.SignerTypeEnum": TemplateRole.SignerTypeEnum,
|
|
239
|
+
"TemplateRole.LanguageEnum": TemplateRole.LanguageEnum,
|
|
240
|
+
"TemplateRole.LocaleEnum": TemplateRole.LocaleEnum,
|
|
241
|
+
"TemplateRole.ImposeAuthenticationEnum": TemplateRole.ImposeAuthenticationEnum,
|
|
242
|
+
"TemplateRole.DeliveryModeEnum": TemplateRole.DeliveryModeEnum,
|
|
243
|
+
"TemplateSharedTemplateDetail.AccessTypeEnum": TemplateSharedTemplateDetail.AccessTypeEnum,
|
|
244
|
+
"TemplateSignerDetails.StatusEnum": TemplateSignerDetails.StatusEnum,
|
|
245
|
+
"TemplateSignerDetails.ImposeAuthenticationEnum": TemplateSignerDetails.ImposeAuthenticationEnum,
|
|
246
|
+
"TemplateSignerDetails.DeliveryModeEnum": TemplateSignerDetails.DeliveryModeEnum,
|
|
247
|
+
"TemplateSignerDetails.SignerTypeEnum": TemplateSignerDetails.SignerTypeEnum,
|
|
248
|
+
"TemplateSignerDetails.SignTypeEnum": TemplateSignerDetails.SignTypeEnum,
|
|
249
|
+
"TextTagDefinition.TypeEnum": TextTagDefinition.TypeEnum,
|
|
250
|
+
"TextTagDefinition.TextAlignEnum": TextTagDefinition.TextAlignEnum,
|
|
251
|
+
"TextTagDefinition.TextDirectionEnum": TextTagDefinition.TextDirectionEnum,
|
|
252
|
+
"TextTagDefinition.ResizeOptionEnum": TextTagDefinition.ResizeOptionEnum,
|
|
253
|
+
"UpdateUser.UserRoleEnum": UpdateUser.UserRoleEnum,
|
|
254
|
+
"UpdateUser.UserStatusEnum": UpdateUser.UserStatusEnum,
|
|
255
|
+
"Validation.TypeEnum": Validation.TypeEnum,
|
|
256
|
+
"ViewBrandDetails.EmailSignedDocumentEnum": ViewBrandDetails.EmailSignedDocumentEnum,
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
export let typeMap: {[index: string]: any} = {
|
|
260
|
+
"AccessCodeDetail": AccessCodeDetail,
|
|
261
|
+
"AccessCodeDetails": AccessCodeDetails,
|
|
262
|
+
"Added": Added,
|
|
263
|
+
"Address": Address,
|
|
264
|
+
"AttachmentInfo": AttachmentInfo,
|
|
265
|
+
"AuditTrail": AuditTrail,
|
|
266
|
+
"AuthenticationSettings": AuthenticationSettings,
|
|
267
|
+
"Base64File": Base64File,
|
|
268
|
+
"BehalfDocument": BehalfDocument,
|
|
269
|
+
"BehalfDocumentRecords": BehalfDocumentRecords,
|
|
270
|
+
"BehalfOf": BehalfOf,
|
|
271
|
+
"BillingViewModel": BillingViewModel,
|
|
272
|
+
"BrandCreated": BrandCreated,
|
|
273
|
+
"BrandCustomFieldDetails": BrandCustomFieldDetails,
|
|
274
|
+
"BrandingMessage": BrandingMessage,
|
|
275
|
+
"BrandingRecords": BrandingRecords,
|
|
276
|
+
"ChangeRecipient": ChangeRecipient,
|
|
277
|
+
"CollaborationSettings": CollaborationSettings,
|
|
278
|
+
"ConditionalRule": ConditionalRule,
|
|
279
|
+
"ContactCreated": ContactCreated,
|
|
280
|
+
"ContactDetails": ContactDetails,
|
|
281
|
+
"ContactPageDetails": ContactPageDetails,
|
|
282
|
+
"ContactsDetails": ContactsDetails,
|
|
283
|
+
"ContactsList": ContactsList,
|
|
284
|
+
"CreateContactResponse": CreateContactResponse,
|
|
285
|
+
"CreateSenderIdentityRequest": CreateSenderIdentityRequest,
|
|
286
|
+
"CreateTeamRequest": CreateTeamRequest,
|
|
287
|
+
"CreateTemplateRequest": CreateTemplateRequest,
|
|
288
|
+
"CreateUser": CreateUser,
|
|
289
|
+
"CustomDomainSettings": CustomDomainSettings,
|
|
290
|
+
"CustomFieldCollection": CustomFieldCollection,
|
|
291
|
+
"CustomFieldMessage": CustomFieldMessage,
|
|
292
|
+
"CustomFormField": CustomFormField,
|
|
293
|
+
"DeleteCustomFieldReply": DeleteCustomFieldReply,
|
|
294
|
+
"Document": Document,
|
|
295
|
+
"DocumentCC": DocumentCC,
|
|
296
|
+
"DocumentCcDetails": DocumentCcDetails,
|
|
297
|
+
"DocumentCreated": DocumentCreated,
|
|
298
|
+
"DocumentExpirySettings": DocumentExpirySettings,
|
|
299
|
+
"DocumentFiles": DocumentFiles,
|
|
300
|
+
"DocumentFormFields": DocumentFormFields,
|
|
301
|
+
"DocumentInfo": DocumentInfo,
|
|
302
|
+
"DocumentProperties": DocumentProperties,
|
|
303
|
+
"DocumentReassign": DocumentReassign,
|
|
304
|
+
"DocumentRecords": DocumentRecords,
|
|
305
|
+
"DocumentSenderDetail": DocumentSenderDetail,
|
|
306
|
+
"DocumentSigner": DocumentSigner,
|
|
307
|
+
"DocumentSignerDetails": DocumentSignerDetails,
|
|
308
|
+
"DocumentTags": DocumentTags,
|
|
309
|
+
"DownloadImageRequest": DownloadImageRequest,
|
|
310
|
+
"EditSenderIdentityRequest": EditSenderIdentityRequest,
|
|
311
|
+
"EditTemplateRequest": EditTemplateRequest,
|
|
312
|
+
"EditableDateFieldSettings": EditableDateFieldSettings,
|
|
313
|
+
"EmbeddedCreateTemplateRequest": EmbeddedCreateTemplateRequest,
|
|
314
|
+
"EmbeddedCustomFieldCreated": EmbeddedCustomFieldCreated,
|
|
315
|
+
"EmbeddedDocumentRequest": EmbeddedDocumentRequest,
|
|
316
|
+
"EmbeddedFileDetails": EmbeddedFileDetails,
|
|
317
|
+
"EmbeddedFileLink": EmbeddedFileLink,
|
|
318
|
+
"EmbeddedMergeTemplateFormRequest": EmbeddedMergeTemplateFormRequest,
|
|
319
|
+
"EmbeddedSendCreated": EmbeddedSendCreated,
|
|
320
|
+
"EmbeddedSendTemplateFormRequest": EmbeddedSendTemplateFormRequest,
|
|
321
|
+
"EmbeddedSigningLink": EmbeddedSigningLink,
|
|
322
|
+
"EmbeddedTemplateCreated": EmbeddedTemplateCreated,
|
|
323
|
+
"EmbeddedTemplateEditRequest": EmbeddedTemplateEditRequest,
|
|
324
|
+
"EmbeddedTemplateEdited": EmbeddedTemplateEdited,
|
|
325
|
+
"ErrorResult": ErrorResult,
|
|
326
|
+
"ExistingFormField": ExistingFormField,
|
|
327
|
+
"ExtendExpiry": ExtendExpiry,
|
|
328
|
+
"FileInfo": FileInfo,
|
|
329
|
+
"Font": Font,
|
|
330
|
+
"FormField": FormField,
|
|
331
|
+
"FormGroup": FormGroup,
|
|
332
|
+
"FormulaFieldSettings": FormulaFieldSettings,
|
|
333
|
+
"IdDocument": IdDocument,
|
|
334
|
+
"IdReport": IdReport,
|
|
335
|
+
"IdVerification": IdVerification,
|
|
336
|
+
"IdentityVerificationSettings": IdentityVerificationSettings,
|
|
337
|
+
"ImageInfo": ImageInfo,
|
|
338
|
+
"MergeAndSendForSignForm": MergeAndSendForSignForm,
|
|
339
|
+
"ModelDate": ModelDate,
|
|
340
|
+
"ModelError": ModelError,
|
|
341
|
+
"ModificationDetails": ModificationDetails,
|
|
342
|
+
"NotificationSettings": NotificationSettings,
|
|
343
|
+
"PageDetails": PageDetails,
|
|
344
|
+
"PhoneNumber": PhoneNumber,
|
|
345
|
+
"PrefillField": PrefillField,
|
|
346
|
+
"PrefillFieldRequest": PrefillFieldRequest,
|
|
347
|
+
"RecipientChangeLog": RecipientChangeLog,
|
|
348
|
+
"RecipientNotificationSettings": RecipientNotificationSettings,
|
|
349
|
+
"Rectangle": Rectangle,
|
|
350
|
+
"ReminderMessage": ReminderMessage,
|
|
351
|
+
"ReminderSettings": ReminderSettings,
|
|
352
|
+
"RemoveAuthentication": RemoveAuthentication,
|
|
353
|
+
"Removed": Removed,
|
|
354
|
+
"RevokeDocument": RevokeDocument,
|
|
355
|
+
"Role": Role,
|
|
356
|
+
"Roles": Roles,
|
|
357
|
+
"SendForSign": SendForSign,
|
|
358
|
+
"SendForSignFromTemplateForm": SendForSignFromTemplateForm,
|
|
359
|
+
"SenderIdentityCreated": SenderIdentityCreated,
|
|
360
|
+
"SenderIdentityList": SenderIdentityList,
|
|
361
|
+
"SenderIdentityViewModel": SenderIdentityViewModel,
|
|
362
|
+
"SignerAuthenticationSettings": SignerAuthenticationSettings,
|
|
363
|
+
"Size": Size,
|
|
364
|
+
"TeamCreated": TeamCreated,
|
|
365
|
+
"TeamDocumentRecords": TeamDocumentRecords,
|
|
366
|
+
"TeamListResponse": TeamListResponse,
|
|
367
|
+
"TeamPageDetails": TeamPageDetails,
|
|
368
|
+
"TeamResponse": TeamResponse,
|
|
369
|
+
"TeamUpdateRequest": TeamUpdateRequest,
|
|
370
|
+
"TeamUsers": TeamUsers,
|
|
371
|
+
"Teams": Teams,
|
|
372
|
+
"Template": Template,
|
|
373
|
+
"TemplateCC": TemplateCC,
|
|
374
|
+
"TemplateCreated": TemplateCreated,
|
|
375
|
+
"TemplateFormFields": TemplateFormFields,
|
|
376
|
+
"TemplateProperties": TemplateProperties,
|
|
377
|
+
"TemplateRecords": TemplateRecords,
|
|
378
|
+
"TemplateRole": TemplateRole,
|
|
379
|
+
"TemplateSenderDetail": TemplateSenderDetail,
|
|
380
|
+
"TemplateSenderDetails": TemplateSenderDetails,
|
|
381
|
+
"TemplateSharedTemplateDetail": TemplateSharedTemplateDetail,
|
|
382
|
+
"TemplateSignerDetails": TemplateSignerDetails,
|
|
383
|
+
"TemplateTag": TemplateTag,
|
|
384
|
+
"TextTagDefinition": TextTagDefinition,
|
|
385
|
+
"TextTagOffset": TextTagOffset,
|
|
386
|
+
"UpdateUser": UpdateUser,
|
|
387
|
+
"UpdateUserMetaData": UpdateUserMetaData,
|
|
388
|
+
"UserPageDetails": UserPageDetails,
|
|
389
|
+
"UserProperties": UserProperties,
|
|
390
|
+
"UserRecords": UserRecords,
|
|
391
|
+
"UsersDetails": UsersDetails,
|
|
392
|
+
"Validation": Validation,
|
|
393
|
+
"VerificationDataRequest": VerificationDataRequest,
|
|
394
|
+
"ViewBrandDetails": ViewBrandDetails,
|
|
395
|
+
"ViewCustomFieldDetails": ViewCustomFieldDetails,
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
export {
|
|
399
|
+
AccessCodeDetail,
|
|
400
|
+
AccessCodeDetails,
|
|
401
|
+
Added,
|
|
402
|
+
Address,
|
|
403
|
+
AttachmentInfo,
|
|
404
|
+
AuditTrail,
|
|
405
|
+
AuthenticationSettings,
|
|
406
|
+
Base64File,
|
|
407
|
+
BehalfDocument,
|
|
408
|
+
BehalfDocumentRecords,
|
|
409
|
+
BehalfOf,
|
|
410
|
+
BillingViewModel,
|
|
411
|
+
BrandCreated,
|
|
412
|
+
BrandCustomFieldDetails,
|
|
413
|
+
BrandingMessage,
|
|
414
|
+
BrandingRecords,
|
|
415
|
+
ChangeRecipient,
|
|
416
|
+
CollaborationSettings,
|
|
417
|
+
ConditionalRule,
|
|
418
|
+
ContactCreated,
|
|
419
|
+
ContactDetails,
|
|
420
|
+
ContactPageDetails,
|
|
421
|
+
ContactsDetails,
|
|
422
|
+
ContactsList,
|
|
423
|
+
CreateContactResponse,
|
|
424
|
+
CreateSenderIdentityRequest,
|
|
425
|
+
CreateTeamRequest,
|
|
426
|
+
CreateTemplateRequest,
|
|
427
|
+
CreateUser,
|
|
428
|
+
CustomDomainSettings,
|
|
429
|
+
CustomFieldCollection,
|
|
430
|
+
CustomFieldMessage,
|
|
431
|
+
CustomFormField,
|
|
432
|
+
DeleteCustomFieldReply,
|
|
433
|
+
Document,
|
|
434
|
+
DocumentCC,
|
|
435
|
+
DocumentCcDetails,
|
|
436
|
+
DocumentCreated,
|
|
437
|
+
DocumentExpirySettings,
|
|
438
|
+
DocumentFiles,
|
|
439
|
+
DocumentFormFields,
|
|
440
|
+
DocumentInfo,
|
|
441
|
+
DocumentProperties,
|
|
442
|
+
DocumentReassign,
|
|
443
|
+
DocumentRecords,
|
|
444
|
+
DocumentSenderDetail,
|
|
445
|
+
DocumentSigner,
|
|
446
|
+
DocumentSignerDetails,
|
|
447
|
+
DocumentTags,
|
|
448
|
+
DownloadImageRequest,
|
|
449
|
+
EditSenderIdentityRequest,
|
|
450
|
+
EditTemplateRequest,
|
|
451
|
+
EditableDateFieldSettings,
|
|
452
|
+
EmbeddedCreateTemplateRequest,
|
|
453
|
+
EmbeddedCustomFieldCreated,
|
|
454
|
+
EmbeddedDocumentRequest,
|
|
455
|
+
EmbeddedFileDetails,
|
|
456
|
+
EmbeddedFileLink,
|
|
457
|
+
EmbeddedMergeTemplateFormRequest,
|
|
458
|
+
EmbeddedSendCreated,
|
|
459
|
+
EmbeddedSendTemplateFormRequest,
|
|
460
|
+
EmbeddedSigningLink,
|
|
461
|
+
EmbeddedTemplateCreated,
|
|
462
|
+
EmbeddedTemplateEditRequest,
|
|
463
|
+
EmbeddedTemplateEdited,
|
|
464
|
+
ErrorResult,
|
|
465
|
+
ExistingFormField,
|
|
466
|
+
ExtendExpiry,
|
|
467
|
+
FileInfo,
|
|
468
|
+
Font,
|
|
469
|
+
FormField,
|
|
470
|
+
FormGroup,
|
|
471
|
+
FormulaFieldSettings,
|
|
472
|
+
IdDocument,
|
|
473
|
+
IdReport,
|
|
474
|
+
IdVerification,
|
|
475
|
+
IdentityVerificationSettings,
|
|
476
|
+
ImageInfo,
|
|
477
|
+
MergeAndSendForSignForm,
|
|
478
|
+
ModelDate,
|
|
479
|
+
ModelError,
|
|
480
|
+
ModificationDetails,
|
|
481
|
+
NotificationSettings,
|
|
482
|
+
PageDetails,
|
|
483
|
+
PhoneNumber,
|
|
484
|
+
PrefillField,
|
|
485
|
+
PrefillFieldRequest,
|
|
486
|
+
RecipientChangeLog,
|
|
487
|
+
RecipientNotificationSettings,
|
|
488
|
+
Rectangle,
|
|
489
|
+
ReminderMessage,
|
|
490
|
+
ReminderSettings,
|
|
491
|
+
RemoveAuthentication,
|
|
492
|
+
Removed,
|
|
493
|
+
RevokeDocument,
|
|
494
|
+
Role,
|
|
495
|
+
Roles,
|
|
496
|
+
SendForSign,
|
|
497
|
+
SendForSignFromTemplateForm,
|
|
498
|
+
SenderIdentityCreated,
|
|
499
|
+
SenderIdentityList,
|
|
500
|
+
SenderIdentityViewModel,
|
|
501
|
+
SignerAuthenticationSettings,
|
|
502
|
+
Size,
|
|
503
|
+
TeamCreated,
|
|
504
|
+
TeamDocumentRecords,
|
|
505
|
+
TeamListResponse,
|
|
506
|
+
TeamPageDetails,
|
|
507
|
+
TeamResponse,
|
|
508
|
+
TeamUpdateRequest,
|
|
509
|
+
TeamUsers,
|
|
510
|
+
Teams,
|
|
511
|
+
Template,
|
|
512
|
+
TemplateCC,
|
|
513
|
+
TemplateCreated,
|
|
514
|
+
TemplateFormFields,
|
|
515
|
+
TemplateProperties,
|
|
516
|
+
TemplateRecords,
|
|
517
|
+
TemplateRole,
|
|
518
|
+
TemplateSenderDetail,
|
|
519
|
+
TemplateSenderDetails,
|
|
520
|
+
TemplateSharedTemplateDetail,
|
|
521
|
+
TemplateSignerDetails,
|
|
522
|
+
TemplateTag,
|
|
523
|
+
TextTagDefinition,
|
|
524
|
+
TextTagOffset,
|
|
525
|
+
UpdateUser,
|
|
526
|
+
UpdateUserMetaData,
|
|
527
|
+
UserPageDetails,
|
|
528
|
+
UserProperties,
|
|
529
|
+
UserRecords,
|
|
530
|
+
UsersDetails,
|
|
531
|
+
Validation,
|
|
532
|
+
VerificationDataRequest,
|
|
533
|
+
ViewBrandDetails,
|
|
534
|
+
ViewCustomFieldDetails,
|
|
535
|
+
RequestDetailedFile,
|
|
536
|
+
RequestFile,
|
|
537
|
+
AttributeTypeMap,
|
|
538
|
+
ObjectSerializer,
|
|
539
|
+
Authentication,
|
|
540
|
+
HttpBasicAuth,
|
|
541
|
+
HttpBearerAuth,
|
|
542
|
+
ApiKeyAuth,
|
|
543
|
+
OAuth,
|
|
544
|
+
VoidAuth,
|
|
545
|
+
Interceptor,
|
|
546
|
+
};
|