boldsign 1.0.1 → 1.0.2
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 +2 -0
- package/README.md +2 -0
- package/api/apis.ts +1 -1
- package/dist/api/apis.d.ts +1 -1
- package/dist/api/apis.js +1 -1
- package/dist/model/accessCodeDetail.d.ts +2 -0
- package/dist/model/accessCodeDetail.js +5 -0
- package/dist/model/accessCodeDetail.js.map +1 -1
- package/dist/model/authenticationSettings.d.ts +22 -0
- package/dist/model/authenticationSettings.js +27 -0
- package/dist/model/authenticationSettings.js.map +1 -0
- package/dist/model/documentSigner.d.ts +2 -0
- package/dist/model/documentSigner.js +5 -0
- package/dist/model/documentSigner.js.map +1 -1
- package/dist/model/documentSignerDetails.d.ts +2 -0
- package/dist/model/documentSignerDetails.js +5 -0
- package/dist/model/documentSignerDetails.js.map +1 -1
- package/dist/model/index.d.ts +3 -1
- package/dist/model/index.js +10 -3
- package/dist/model/index.js.map +1 -1
- package/dist/model/role.d.ts +2 -0
- package/dist/model/role.js +5 -0
- package/dist/model/role.js.map +1 -1
- package/dist/model/signerAuthenticationSettings.d.ts +15 -0
- package/dist/model/signerAuthenticationSettings.js +23 -0
- package/dist/model/signerAuthenticationSettings.js.map +1 -0
- 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 +1691 -0
- package/dist/tests/integration/DocumentApiTest.spec.js.map +1 -0
- package/dist/tests/integration/TemplateApiTest.spec.d.ts +1 -0
- package/dist/tests/integration/TemplateApiTest.spec.js +1440 -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 -0
- package/docs/AccessCodeDetails.md +13 -0
- package/docs/Address.md +16 -0
- package/docs/AttachmentInfo.md +14 -0
- package/docs/AuditTrail.md +18 -0
- package/docs/AuthenticationSettings.md +11 -0
- package/docs/Base64File.md +12 -0
- package/docs/BehalfDocument.md +27 -0
- package/docs/BehalfDocumentRecords.md +12 -0
- package/docs/BehalfOf.md +12 -0
- package/docs/BillingViewModel.md +11 -0
- package/docs/BrandCreated.md +11 -0
- package/docs/BrandCustomFieldDetails.md +16 -0
- package/docs/BrandingApi.md +258 -0
- package/docs/BrandingMessage.md +11 -0
- package/docs/BrandingRecords.md +11 -0
- package/docs/ChangeRecipient.md +18 -0
- package/docs/ConditionalRule.md +13 -0
- package/docs/ContactCreated.md +12 -0
- package/docs/ContactDetails.md +15 -0
- package/docs/ContactPageDetails.md +13 -0
- package/docs/ContactsApi.md +176 -0
- package/docs/ContactsDetails.md +16 -0
- package/docs/ContactsList.md +12 -0
- package/docs/CreateContactResponse.md +11 -0
- package/docs/CreateSenderIdentityRequest.md +16 -0
- package/docs/CreateTeamRequest.md +11 -0
- package/docs/CreateTemplateRequest.md +35 -0
- package/docs/CreateUser.md +14 -0
- package/docs/CustomDomainSettings.md +12 -0
- package/docs/CustomFieldApi.md +174 -0
- package/docs/CustomFieldCollection.md +11 -0
- package/docs/CustomFieldMessage.md +12 -0
- package/docs/CustomFormField.md +43 -0
- package/docs/Date.md +13 -0
- package/docs/DeleteCustomFieldReply.md +11 -0
- package/docs/Document.md +26 -0
- package/docs/DocumentApi.md +756 -0
- package/docs/DocumentCC.md +11 -0
- package/docs/DocumentCcDetails.md +12 -0
- package/docs/DocumentCreated.md +11 -0
- package/docs/DocumentExpirySettings.md +16 -0
- package/docs/DocumentFiles.md +13 -0
- package/docs/DocumentFormFields.md +49 -0
- package/docs/DocumentInfo.md +14 -0
- package/docs/DocumentProperties.md +50 -0
- package/docs/DocumentReassign.md +13 -0
- package/docs/DocumentRecords.md +12 -0
- package/docs/DocumentSenderDetail.md +14 -0
- package/docs/DocumentSigner.md +31 -0
- package/docs/DocumentSignerDetails.md +37 -0
- package/docs/DocumentTags.md +12 -0
- package/docs/DownloadImageRequest.md +16 -0
- package/docs/EditSenderIdentityRequest.md +14 -0
- package/docs/EditTemplateRequest.md +29 -0
- package/docs/EditableDateFieldSettings.md +13 -0
- package/docs/EmbeddedCreateTemplateRequest.md +46 -0
- package/docs/EmbeddedCustomFieldCreated.md +11 -0
- package/docs/EmbeddedDocumentRequest.md +55 -0
- package/docs/EmbeddedFileDetails.md +16 -0
- package/docs/EmbeddedFileLink.md +11 -0
- package/docs/EmbeddedMergeTemplateFormRequest.md +56 -0
- package/docs/EmbeddedSendCreated.md +12 -0
- package/docs/EmbeddedSendTemplateFormRequest.md +53 -0
- package/docs/EmbeddedSigningLink.md +11 -0
- package/docs/EmbeddedTemplateCreated.md +12 -0
- package/docs/EmbeddedTemplateEditRequest.md +21 -0
- package/docs/EmbeddedTemplateEdited.md +11 -0
- package/docs/Error.md +12 -0
- package/docs/ErrorResult.md +11 -0
- package/docs/ExistingFormField.md +15 -0
- package/docs/ExtendExpiry.md +14 -0
- package/docs/FileInfo.md +14 -0
- package/docs/Font.md +18 -0
- package/docs/FormField.md +50 -0
- package/docs/FormGroup.md +15 -0
- package/docs/FormulaFieldSettings.md +12 -0
- package/docs/IdDocument.md +21 -0
- package/docs/IdReport.md +14 -0
- package/docs/IdVerification.md +18 -0
- package/docs/IdentityVerificationApi.md +109 -0
- package/docs/IdentityVerificationSettings.md +16 -0
- package/docs/ImageInfo.md +13 -0
- package/docs/MergeAndSendForSignForm.md +46 -0
- package/docs/NotificationSettings.md +22 -0
- package/docs/PageDetails.md +16 -0
- package/docs/PhoneNumber.md +12 -0
- package/docs/PlanApi.md +38 -0
- package/docs/PrefillField.md +12 -0
- package/docs/PrefillFieldRequest.md +12 -0
- package/docs/ProblemDetails.md +15 -0
- package/docs/RecipientNotificationSettings.md +22 -0
- package/docs/Rectangle.md +14 -0
- package/docs/ReminderMessage.md +13 -0
- package/docs/ReminderSettings.md +13 -0
- package/docs/RemoveAuthentication.md +14 -0
- package/docs/RevokeDocument.md +12 -0
- package/docs/Role.md +33 -0
- package/docs/Roles.md +33 -0
- package/docs/SendForSign.md +45 -0
- package/docs/SendForSignFromTemplateForm.md +43 -0
- package/docs/SenderIdentitiesApi.md +209 -0
- package/docs/SenderIdentityCreated.md +11 -0
- package/docs/SenderIdentityList.md +12 -0
- package/docs/SenderIdentityViewModel.md +19 -0
- package/docs/SignerAuthenticationSettings.md +12 -0
- package/docs/Size.md +12 -0
- package/docs/TeamCreated.md +11 -0
- package/docs/TeamDocumentRecords.md +12 -0
- package/docs/TeamListResponse.md +12 -0
- package/docs/TeamPageDetails.md +12 -0
- package/docs/TeamResponse.md +15 -0
- package/docs/TeamUpdateRequest.md +12 -0
- package/docs/TeamUsers.md +16 -0
- package/docs/Teams.md +14 -0
- package/docs/TeamsApi.md +141 -0
- package/docs/Template.md +29 -0
- package/docs/TemplateApi.md +484 -0
- package/docs/TemplateCC.md +12 -0
- package/docs/TemplateCreated.md +11 -0
- package/docs/TemplateFormFields.md +50 -0
- package/docs/TemplateProperties.md +37 -0
- package/docs/TemplateRecords.md +12 -0
- package/docs/TemplateRole.md +28 -0
- package/docs/TemplateSenderDetail.md +12 -0
- package/docs/TemplateSenderDetails.md +13 -0
- package/docs/TemplateSharedTemplateDetail.md +12 -0
- package/docs/TemplateSignerDetails.md +27 -0
- package/docs/TemplateTag.md +14 -0
- package/docs/TextTagDefinition.md +40 -0
- package/docs/TextTagOffset.md +12 -0
- package/docs/UpdateUser.md +14 -0
- package/docs/UpdateUserMetaData.md +12 -0
- package/docs/UserApi.md +240 -0
- package/docs/UserPageDetails.md +12 -0
- package/docs/UserProperties.md +21 -0
- package/docs/UserRecords.md +12 -0
- package/docs/UsersDetails.md +21 -0
- package/docs/Validation.md +13 -0
- package/docs/VerificationDataRequest.md +15 -0
- package/docs/ViewBrandDetails.md +34 -0
- package/docs/ViewCustomFieldDetails.md +17 -0
- package/model/accessCodeDetail.ts +7 -0
- package/model/authenticationSettings.ts +39 -0
- package/model/documentSigner.ts +7 -0
- package/model/documentSignerDetails.ts +7 -0
- package/model/index.ts +7 -0
- package/model/role.ts +7 -0
- package/model/signerAuthenticationSettings.ts +37 -0
- package/package.json +2 -1
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# # EmbeddedSendTemplateFormRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
| `files` | ```Array<RequestFile>``` | | |
|
|
10
|
+
| `fileUrls` | ```Array<string>``` | | |
|
|
11
|
+
| `redirectUrl` | ```string``` | | |
|
|
12
|
+
| `showToolbar` | ```boolean``` | | |
|
|
13
|
+
| `sendViewOption` | ```string``` | | |
|
|
14
|
+
| `showSaveButton` | ```boolean``` | | |
|
|
15
|
+
| `locale` | ```string``` | | |
|
|
16
|
+
| `showSendButton` | ```boolean``` | | |
|
|
17
|
+
| `showPreviewButton` | ```boolean``` | | |
|
|
18
|
+
| `showNavigationButtons` | ```boolean``` | | |
|
|
19
|
+
| `sendLinkValidTill` | ```Date``` | | |
|
|
20
|
+
| `showTooltip` | ```boolean``` | | |
|
|
21
|
+
| `documentId` | ```string``` | | |
|
|
22
|
+
| `title` | ```string``` | | |
|
|
23
|
+
| `message` | ```string``` | | |
|
|
24
|
+
| `roles` | [```Array<Role>```](Role.md) | | |
|
|
25
|
+
| `brandId` | ```string``` | | |
|
|
26
|
+
| `labels` | ```Array<string>``` | | |
|
|
27
|
+
| `disableEmails` | ```boolean``` | | |
|
|
28
|
+
| `disableSMS` | ```boolean``` | | [default to false] |
|
|
29
|
+
| `hideDocumentId` | ```boolean``` | | |
|
|
30
|
+
| `reminderSettings` | [```ReminderSettings```](ReminderSettings.md) | | |
|
|
31
|
+
| `cc` | [```Array<DocumentCC>```](DocumentCC.md) | | |
|
|
32
|
+
| `expiryDays` | ```number``` | | |
|
|
33
|
+
| `expiryDateType` | ```string``` | | |
|
|
34
|
+
| `expiryValue` | ```number``` | | [default to 60] |
|
|
35
|
+
| `enablePrintAndSign` | ```boolean``` | | |
|
|
36
|
+
| `enableReassign` | ```boolean``` | | |
|
|
37
|
+
| `enableSigningOrder` | ```boolean``` | | |
|
|
38
|
+
| `disableExpiryAlert` | ```boolean``` | | |
|
|
39
|
+
| `documentInfo` | [```Array<DocumentInfo>```](DocumentInfo.md) | | |
|
|
40
|
+
| `onBehalfOf` | ```string``` | | |
|
|
41
|
+
| `isSandbox` | ```boolean``` | | |
|
|
42
|
+
| `roleRemovalIndices` | ```Array<number>``` | | |
|
|
43
|
+
| `documentDownloadOption` | ```string``` | | |
|
|
44
|
+
| `metaData` | ```{ [key: string]: string | null; }``` | | |
|
|
45
|
+
| `recipientNotificationSettings` | [```RecipientNotificationSettings```](RecipientNotificationSettings.md) | | |
|
|
46
|
+
| `formGroups` | [```Array<FormGroup>```](FormGroup.md) | | |
|
|
47
|
+
| `removeFormFields` | ```Array<string>``` | | |
|
|
48
|
+
| `enableAuditTrailLocalization` | ```boolean``` | | |
|
|
49
|
+
| `downloadFileName` | ```string``` | | |
|
|
50
|
+
| `scheduledSendTime` | ```number``` | | |
|
|
51
|
+
| `allowScheduledSend` | ```boolean``` | | [default to false] |
|
|
52
|
+
|
|
53
|
+
[[Back to Model list]](../README.md#models) [[Back to API list]](../README.md#api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# # EmbeddedSigningLink
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
| `signLink` | ```string``` | | |
|
|
10
|
+
|
|
11
|
+
[[Back to Model list]](../README.md#models) [[Back to API list]](../README.md#api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# # EmbeddedTemplateCreated
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
| `templateId` | ```string``` | | |
|
|
10
|
+
| `createUrl` | ```string``` | | |
|
|
11
|
+
|
|
12
|
+
[[Back to Model list]](../README.md#models) [[Back to API list]](../README.md#api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# # EmbeddedTemplateEditRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
| `redirectUrl` | ```string``` | | |
|
|
10
|
+
| `showToolbar` | ```boolean``` | | [default to false] |
|
|
11
|
+
| `viewOption` | ```string``` | | [default to ViewOptionEnum.PreparePage] |
|
|
12
|
+
| `showSaveButton` | ```boolean``` | | [default to true] |
|
|
13
|
+
| `locale` | ```string``` | | [default to LocaleEnum.En] |
|
|
14
|
+
| `showCreateButton` | ```boolean``` | | [default to true] |
|
|
15
|
+
| `showPreviewButton` | ```boolean``` | | [default to true] |
|
|
16
|
+
| `showNavigationButtons` | ```boolean``` | | [default to true] |
|
|
17
|
+
| `linkValidTill` | ```Date``` | | |
|
|
18
|
+
| `showTooltip` | ```boolean``` | | [default to false] |
|
|
19
|
+
| `onBehalfOf` | ```string``` | | |
|
|
20
|
+
|
|
21
|
+
[[Back to Model list]](../README.md#models) [[Back to API list]](../README.md#api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# # EmbeddedTemplateEdited
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
| `editUrl` | ```string``` | | |
|
|
10
|
+
|
|
11
|
+
[[Back to Model list]](../README.md#models) [[Back to API list]](../README.md#api-endpoints) [[Back to README]](../README.md)
|
package/docs/Error.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# # ModelError
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
| `code` | ```string``` | | |
|
|
10
|
+
| `message` | ```string``` | | |
|
|
11
|
+
|
|
12
|
+
[[Back to Model list]](../README.md#models) [[Back to API list]](../README.md#api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# # ErrorResult
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
| `error` | ```string``` | | |
|
|
10
|
+
|
|
11
|
+
[[Back to Model list]](../README.md#models) [[Back to API list]](../README.md#api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# # ExistingFormField
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
| `index` | ```number``` | | |
|
|
10
|
+
| `name` | ```string``` | | |
|
|
11
|
+
| `id` | ```string``` | | |
|
|
12
|
+
| `value` | ```string``` | | |
|
|
13
|
+
| `isReadOnly` | ```boolean``` | | |
|
|
14
|
+
|
|
15
|
+
[[Back to Model list]](../README.md#models) [[Back to API list]](../README.md#api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# # ExtendExpiry
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
| `newExpiryValue` | ```string``` | | |
|
|
10
|
+
| `newExpiryDate` | ```string``` | | |
|
|
11
|
+
| `warnPrior` | ```boolean``` | | |
|
|
12
|
+
| `onBehalfOf` | ```string``` | | |
|
|
13
|
+
|
|
14
|
+
[[Back to Model list]](../README.md#models) [[Back to API list]](../README.md#api-endpoints) [[Back to README]](../README.md)
|
package/docs/FileInfo.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# # FileInfo
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
| `fileName` | ```string``` | | |
|
|
10
|
+
| `fileSize` | ```number``` | | |
|
|
11
|
+
| `contentType` | ```string``` | | |
|
|
12
|
+
| `extension` | ```string``` | | |
|
|
13
|
+
|
|
14
|
+
[[Back to Model list]](../README.md#models) [[Back to API list]](../README.md#api-endpoints) [[Back to README]](../README.md)
|
package/docs/Font.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# # Font
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
| `name` | ```string``` | | |
|
|
10
|
+
| `color` | ```string``` | | |
|
|
11
|
+
| `size` | ```number``` | | |
|
|
12
|
+
| `style` | ```string``` | | |
|
|
13
|
+
| `lineHeight` | ```number``` | | |
|
|
14
|
+
| `isBoldFont` | ```boolean``` | | |
|
|
15
|
+
| `isItalicFont` | ```boolean``` | | |
|
|
16
|
+
| `isUnderLineFont` | ```boolean``` | | |
|
|
17
|
+
|
|
18
|
+
[[Back to Model list]](../README.md#models) [[Back to API list]](../README.md#api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# # FormField
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
| `fieldType`<sup>*_required_</sup> | ```string``` | | |
|
|
10
|
+
| `pageNumber`<sup>*_required_</sup> | ```number``` | | |
|
|
11
|
+
| `bounds`<sup>*_required_</sup> | [```Rectangle```](Rectangle.md) | | |
|
|
12
|
+
| `id` | ```string``` | | |
|
|
13
|
+
| `name` | ```string``` | | |
|
|
14
|
+
| `isRequired` | ```boolean``` | | |
|
|
15
|
+
| `isReadOnly` | ```boolean``` | | |
|
|
16
|
+
| `value` | ```string``` | | |
|
|
17
|
+
| `fontSize` | ```number``` | | |
|
|
18
|
+
| `font` | ```string``` | | |
|
|
19
|
+
| `fontHexColor` | ```string``` | | |
|
|
20
|
+
| `isBoldFont` | ```boolean``` | | |
|
|
21
|
+
| `isItalicFont` | ```boolean``` | | |
|
|
22
|
+
| `isUnderLineFont` | ```boolean``` | | |
|
|
23
|
+
| `lineHeight` | ```number``` | | |
|
|
24
|
+
| `characterLimit` | ```number``` | | |
|
|
25
|
+
| `groupName` | ```string``` | | |
|
|
26
|
+
| `label` | ```string``` | | |
|
|
27
|
+
| `placeHolder` | ```string``` | | |
|
|
28
|
+
| `validationType` | ```string``` | | |
|
|
29
|
+
| `validationCustomRegex` | ```string``` | | |
|
|
30
|
+
| `validationCustomRegexMessage` | ```string``` | | |
|
|
31
|
+
| `dateFormat` | ```string``` | | |
|
|
32
|
+
| `timeFormat` | ```string``` | | |
|
|
33
|
+
| `imageInfo` | [```ImageInfo```](ImageInfo.md) | | |
|
|
34
|
+
| `attachmentInfo` | [```AttachmentInfo```](AttachmentInfo.md) | | |
|
|
35
|
+
| `editableDateFieldSettings` | [```EditableDateFieldSettings```](EditableDateFieldSettings.md) | | |
|
|
36
|
+
| `hyperlinkText` | ```string``` | | |
|
|
37
|
+
| `conditionalRules` | [```Array<ConditionalRule>```](ConditionalRule.md) | | |
|
|
38
|
+
| `dataSyncTag` | ```string``` | | |
|
|
39
|
+
| `dropdownOptions` | ```Array<string>``` | | |
|
|
40
|
+
| `textAlign` | ```string``` | | |
|
|
41
|
+
| `textDirection` | ```string``` | | |
|
|
42
|
+
| `characterSpacing` | ```number``` | | |
|
|
43
|
+
| `backgroundHexColor` | ```string``` | | |
|
|
44
|
+
| `tabIndex` | ```number``` | | |
|
|
45
|
+
| `formulaFieldSettings` | [```FormulaFieldSettings```](FormulaFieldSettings.md) | | |
|
|
46
|
+
| `resizeOption` | ```string``` | | |
|
|
47
|
+
| `allowEditFormField` | ```boolean``` | | |
|
|
48
|
+
| `allowDeleteFormField` | ```boolean``` | | |
|
|
49
|
+
|
|
50
|
+
[[Back to Model list]](../README.md#models) [[Back to API list]](../README.md#api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# # FormGroup
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
| `groupNames`<sup>*_required_</sup> | ```Array<string>``` | | |
|
|
10
|
+
| `groupValidation`<sup>*_required_</sup> | ```string``` | | |
|
|
11
|
+
| `minimumCount` | ```number``` | | |
|
|
12
|
+
| `maximumCount` | ```number``` | | |
|
|
13
|
+
| `dataSyncTag` | ```string``` | | |
|
|
14
|
+
|
|
15
|
+
[[Back to Model list]](../README.md#models) [[Back to API list]](../README.md#api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# # FormulaFieldSettings
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
| `formulaExpression` | ```string``` | | |
|
|
10
|
+
| `decimalPrecision` | ```number``` | | [default to 0] |
|
|
11
|
+
|
|
12
|
+
[[Back to Model list]](../README.md#models) [[Back to API list]](../README.md#api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# # IdDocument
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
| `type` | ```string``` | | |
|
|
10
|
+
| `firstName` | ```string``` | | |
|
|
11
|
+
| `lastName` | ```string``` | | |
|
|
12
|
+
| `country` | ```string``` | | |
|
|
13
|
+
| `documentNumber` | ```string``` | | |
|
|
14
|
+
| `address` | [```Address```](Address.md) | | |
|
|
15
|
+
| `dob` | [```ModelDate```](ModelDate.md) | | |
|
|
16
|
+
| `issuedDate` | [```ModelDate```](ModelDate.md) | | |
|
|
17
|
+
| `expirationDate` | [```ModelDate```](ModelDate.md) | | |
|
|
18
|
+
| `documentFiles` | ```Array<string>``` | | |
|
|
19
|
+
| `selfieFile` | ```string``` | | |
|
|
20
|
+
|
|
21
|
+
[[Back to Model list]](../README.md#models) [[Back to API list]](../README.md#api-endpoints) [[Back to README]](../README.md)
|
package/docs/IdReport.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# # IdReport
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
| `verificationResult` | ```string``` | | |
|
|
10
|
+
| `verifiedDate` | ```Date``` | | |
|
|
11
|
+
| `error` | ```Error``` | | |
|
|
12
|
+
| `document` | [```IdDocument```](IdDocument.md) | | |
|
|
13
|
+
|
|
14
|
+
[[Back to Model list]](../README.md#models) [[Back to API list]](../README.md#api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# # IdVerification
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
| `type` | ```string``` | | |
|
|
10
|
+
| `maximumRetryCount` | ```number``` | | |
|
|
11
|
+
| `status` | ```string``` | | |
|
|
12
|
+
| `nameMatcher` | ```string``` | | |
|
|
13
|
+
| `requireLiveCapture` | ```boolean``` | | |
|
|
14
|
+
| `requireMatchingSelfie` | ```boolean``` | | |
|
|
15
|
+
| `holdForPrefill` | ```boolean``` | | |
|
|
16
|
+
| `prefillCompleted` | ```boolean``` | | |
|
|
17
|
+
|
|
18
|
+
[[Back to Model list]](../README.md#models) [[Back to API list]](../README.md#api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
# IdentityVerificationApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to https://api.boldsign.com.
|
|
4
|
+
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
| ------------- | ------------- | ------------- |
|
|
7
|
+
| [**createEmbeddedVerificationUrl()**](IdentityVerificationApi.md#createEmbeddedVerificationUrl) | **POST** /v1/identityVerification/createEmbeddedVerificationUrl | Generate a URL that embeds manual ID verification for the specified document signer into your application. |
|
|
8
|
+
| [**image()**](IdentityVerificationApi.md#image) | **POST** /v1/identityVerification/image | Retrieve the uploaded ID verification document or selfie image for the specified document signer using the file ID. |
|
|
9
|
+
| [**report()**](IdentityVerificationApi.md#report) | **POST** /v1/identityVerification/report | Retrieve the ID verification report for the specified document signer. |
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
## `createEmbeddedVerificationUrl()`
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
createEmbeddedVerificationUrl(documentId: string, embeddedFileDetails: EmbeddedFileDetails): EmbeddedFileLink
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
Generate a URL that embeds manual ID verification for the specified document signer into your application.
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Parameters
|
|
22
|
+
|
|
23
|
+
|Name | Type | Description | Notes |
|
|
24
|
+
| ------------- | ------------- | ------------- | ------------- |
|
|
25
|
+
| **documentId** | **string**| The document id. | |
|
|
26
|
+
| **embeddedFileDetails** | [**EmbeddedFileDetails**](../docs/EmbeddedFileDetails.md)| The embedded verification link request. | [optional] |
|
|
27
|
+
|
|
28
|
+
### Return type
|
|
29
|
+
|
|
30
|
+
[**EmbeddedFileLink**](../docs/EmbeddedFileLink.md)
|
|
31
|
+
|
|
32
|
+
### Authorization
|
|
33
|
+
|
|
34
|
+
[X-API-KEY](../README.md#X-API-KEY), [Bearer](../README.md#Bearer)
|
|
35
|
+
|
|
36
|
+
### HTTP request headers
|
|
37
|
+
|
|
38
|
+
- **Content-Type**: `application/json;odata.metadata=minimal;odata.streaming=true`, `application/json;odata.metadata=minimal;odata.streaming=false`, `application/json;odata.metadata=minimal`, `application/json;odata.metadata=full;odata.streaming=true`, `application/json;odata.metadata=full;odata.streaming=false`, `application/json;odata.metadata=full`, `application/json;odata.metadata=none;odata.streaming=true`, `application/json;odata.metadata=none;odata.streaming=false`, `application/json;odata.metadata=none`, `application/json;odata.streaming=true`, `application/json;odata.streaming=false`, `application/json`, `application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false`, `application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true`, `application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false`, `application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true`, `application/json;odata.metadata=minimal;IEEE754Compatible=false`, `application/json;odata.metadata=minimal;IEEE754Compatible=true`, `application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false`, `application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true`, `application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false`, `application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true`, `application/json;odata.metadata=full;IEEE754Compatible=false`, `application/json;odata.metadata=full;IEEE754Compatible=true`, `application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false`, `application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true`, `application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true`, `application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false`, `application/json;odata.metadata=none;IEEE754Compatible=false`, `application/json;odata.metadata=none;IEEE754Compatible=true`, `application/json;odata.streaming=true;IEEE754Compatible=false`, `application/json;odata.streaming=true;IEEE754Compatible=true`, `application/json;odata.streaming=false;IEEE754Compatible=false`, `application/json;odata.streaming=false;IEEE754Compatible=true`, `application/json;IEEE754Compatible=false`, `application/json;IEEE754Compatible=true`, `application/xml`, `text/plain`, `application/json-patch+json`, `text/json`, `application/*+json`
|
|
39
|
+
- **Accept**: `application/json`
|
|
40
|
+
|
|
41
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints)
|
|
42
|
+
[[Back to Model list]](../README.md#models)
|
|
43
|
+
[[Back to README]](../README.md)
|
|
44
|
+
|
|
45
|
+
## `image()`
|
|
46
|
+
|
|
47
|
+
```typescript
|
|
48
|
+
image(documentId: string, downloadImageRequest: DownloadImageRequest): Buffer
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
Retrieve the uploaded ID verification document or selfie image for the specified document signer using the file ID.
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
### Parameters
|
|
55
|
+
|
|
56
|
+
|Name | Type | Description | Notes |
|
|
57
|
+
| ------------- | ------------- | ------------- | ------------- |
|
|
58
|
+
| **documentId** | **string**| The document id. | |
|
|
59
|
+
| **downloadImageRequest** | [**DownloadImageRequest**](../docs/DownloadImageRequest.md)| The download image request. | |
|
|
60
|
+
|
|
61
|
+
### Return type
|
|
62
|
+
|
|
63
|
+
**Buffer**
|
|
64
|
+
|
|
65
|
+
### Authorization
|
|
66
|
+
|
|
67
|
+
[X-API-KEY](../README.md#X-API-KEY), [Bearer](../README.md#Bearer)
|
|
68
|
+
|
|
69
|
+
### HTTP request headers
|
|
70
|
+
|
|
71
|
+
- **Content-Type**: `application/json;odata.metadata=minimal;odata.streaming=true`, `application/json;odata.metadata=minimal;odata.streaming=false`, `application/json;odata.metadata=minimal`, `application/json;odata.metadata=full;odata.streaming=true`, `application/json;odata.metadata=full;odata.streaming=false`, `application/json;odata.metadata=full`, `application/json;odata.metadata=none;odata.streaming=true`, `application/json;odata.metadata=none;odata.streaming=false`, `application/json;odata.metadata=none`, `application/json;odata.streaming=true`, `application/json;odata.streaming=false`, `application/json`, `application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false`, `application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true`, `application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false`, `application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true`, `application/json;odata.metadata=minimal;IEEE754Compatible=false`, `application/json;odata.metadata=minimal;IEEE754Compatible=true`, `application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false`, `application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true`, `application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false`, `application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true`, `application/json;odata.metadata=full;IEEE754Compatible=false`, `application/json;odata.metadata=full;IEEE754Compatible=true`, `application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false`, `application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true`, `application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true`, `application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false`, `application/json;odata.metadata=none;IEEE754Compatible=false`, `application/json;odata.metadata=none;IEEE754Compatible=true`, `application/json;odata.streaming=true;IEEE754Compatible=false`, `application/json;odata.streaming=true;IEEE754Compatible=true`, `application/json;odata.streaming=false;IEEE754Compatible=false`, `application/json;odata.streaming=false;IEEE754Compatible=true`, `application/json;IEEE754Compatible=false`, `application/json;IEEE754Compatible=true`, `application/xml`, `text/plain`, `application/json-patch+json`, `text/json`, `application/*+json`
|
|
72
|
+
- **Accept**: `application/json;odata.metadata=minimal;odata.streaming=true`, `application/json;odata.metadata=minimal;odata.streaming=false`, `application/json;odata.metadata=minimal`, `application/json;odata.metadata=full;odata.streaming=true`, `application/json;odata.metadata=full;odata.streaming=false`, `application/json;odata.metadata=full`, `application/json;odata.metadata=none;odata.streaming=true`, `application/json;odata.metadata=none;odata.streaming=false`, `application/json;odata.metadata=none`, `application/json;odata.streaming=true`, `application/json;odata.streaming=false`, `application/json`, `application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false`, `application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true`, `application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false`, `application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true`, `application/json;odata.metadata=minimal;IEEE754Compatible=false`, `application/json;odata.metadata=minimal;IEEE754Compatible=true`, `application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false`, `application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true`, `application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false`, `application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true`, `application/json;odata.metadata=full;IEEE754Compatible=false`, `application/json;odata.metadata=full;IEEE754Compatible=true`, `application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false`, `application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true`, `application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true`, `application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false`, `application/json;odata.metadata=none;IEEE754Compatible=false`, `application/json;odata.metadata=none;IEEE754Compatible=true`, `application/json;odata.streaming=true;IEEE754Compatible=false`, `application/json;odata.streaming=true;IEEE754Compatible=true`, `application/json;odata.streaming=false;IEEE754Compatible=false`, `application/json;odata.streaming=false;IEEE754Compatible=true`, `application/json;IEEE754Compatible=false`, `application/json;IEEE754Compatible=true`, `application/xml`, `text/plain`, `application/octet-stream`, `text/json`
|
|
73
|
+
|
|
74
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints)
|
|
75
|
+
[[Back to Model list]](../README.md#models)
|
|
76
|
+
[[Back to README]](../README.md)
|
|
77
|
+
|
|
78
|
+
## `report()`
|
|
79
|
+
|
|
80
|
+
```typescript
|
|
81
|
+
report(documentId: string, verificationDataRequest: VerificationDataRequest): IdReport
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
Retrieve the ID verification report for the specified document signer.
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
### Parameters
|
|
88
|
+
|
|
89
|
+
|Name | Type | Description | Notes |
|
|
90
|
+
| ------------- | ------------- | ------------- | ------------- |
|
|
91
|
+
| **documentId** | **string**| The document id. | |
|
|
92
|
+
| **verificationDataRequest** | [**VerificationDataRequest**](../docs/VerificationDataRequest.md)| The download image request. | |
|
|
93
|
+
|
|
94
|
+
### Return type
|
|
95
|
+
|
|
96
|
+
[**IdReport**](../docs/IdReport.md)
|
|
97
|
+
|
|
98
|
+
### Authorization
|
|
99
|
+
|
|
100
|
+
[X-API-KEY](../README.md#X-API-KEY), [Bearer](../README.md#Bearer)
|
|
101
|
+
|
|
102
|
+
### HTTP request headers
|
|
103
|
+
|
|
104
|
+
- **Content-Type**: `application/json;odata.metadata=minimal;odata.streaming=true`, `application/json;odata.metadata=minimal;odata.streaming=false`, `application/json;odata.metadata=minimal`, `application/json;odata.metadata=full;odata.streaming=true`, `application/json;odata.metadata=full;odata.streaming=false`, `application/json;odata.metadata=full`, `application/json;odata.metadata=none;odata.streaming=true`, `application/json;odata.metadata=none;odata.streaming=false`, `application/json;odata.metadata=none`, `application/json;odata.streaming=true`, `application/json;odata.streaming=false`, `application/json`, `application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false`, `application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true`, `application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false`, `application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true`, `application/json;odata.metadata=minimal;IEEE754Compatible=false`, `application/json;odata.metadata=minimal;IEEE754Compatible=true`, `application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false`, `application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true`, `application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false`, `application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true`, `application/json;odata.metadata=full;IEEE754Compatible=false`, `application/json;odata.metadata=full;IEEE754Compatible=true`, `application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false`, `application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true`, `application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true`, `application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false`, `application/json;odata.metadata=none;IEEE754Compatible=false`, `application/json;odata.metadata=none;IEEE754Compatible=true`, `application/json;odata.streaming=true;IEEE754Compatible=false`, `application/json;odata.streaming=true;IEEE754Compatible=true`, `application/json;odata.streaming=false;IEEE754Compatible=false`, `application/json;odata.streaming=false;IEEE754Compatible=true`, `application/json;IEEE754Compatible=false`, `application/json;IEEE754Compatible=true`, `application/xml`, `text/plain`, `application/json-patch+json`, `text/json`, `application/*+json`
|
|
105
|
+
- **Accept**: `application/json`
|
|
106
|
+
|
|
107
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints)
|
|
108
|
+
[[Back to Model list]](../README.md#models)
|
|
109
|
+
[[Back to README]](../README.md)
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# # IdentityVerificationSettings
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
| `type` | ```string``` | | |
|
|
10
|
+
| `maximumRetryCount` | ```number``` | | |
|
|
11
|
+
| `requireLiveCapture` | ```boolean``` | | |
|
|
12
|
+
| `requireMatchingSelfie` | ```boolean``` | | |
|
|
13
|
+
| `nameMatcher` | ```string``` | | |
|
|
14
|
+
| `holdForPrefill` | ```boolean``` | | |
|
|
15
|
+
|
|
16
|
+
[[Back to Model list]](../README.md#models) [[Back to API list]](../README.md#api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# # ImageInfo
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
| `title`<sup>*_required_</sup> | ```string``` | | |
|
|
10
|
+
| `allowedFileExtensions`<sup>*_required_</sup> | ```string``` | | |
|
|
11
|
+
| `description` | ```string``` | | |
|
|
12
|
+
|
|
13
|
+
[[Back to Model list]](../README.md#models) [[Back to API list]](../README.md#api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# # MergeAndSendForSignForm
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
| `files` | ```Array<RequestFile>``` | | |
|
|
10
|
+
| `fileUrls` | ```Array<string>``` | | |
|
|
11
|
+
| `templateIds` | ```Array<string>``` | | |
|
|
12
|
+
| `useTextTags` | ```boolean``` | | |
|
|
13
|
+
| `textTagDefinitions` | [```Array<TextTagDefinition>```](TextTagDefinition.md) | | |
|
|
14
|
+
| `documentId` | ```string``` | | |
|
|
15
|
+
| `title` | ```string``` | | |
|
|
16
|
+
| `message` | ```string``` | | |
|
|
17
|
+
| `roles` | [```Array<Role>```](Role.md) | | |
|
|
18
|
+
| `brandId` | ```string``` | | |
|
|
19
|
+
| `labels` | ```Array<string>``` | | |
|
|
20
|
+
| `disableEmails` | ```boolean``` | | |
|
|
21
|
+
| `disableSMS` | ```boolean``` | | [default to false] |
|
|
22
|
+
| `hideDocumentId` | ```boolean``` | | |
|
|
23
|
+
| `reminderSettings` | [```ReminderSettings```](ReminderSettings.md) | | |
|
|
24
|
+
| `cc` | [```Array<DocumentCC>```](DocumentCC.md) | | |
|
|
25
|
+
| `expiryDays` | ```number``` | | |
|
|
26
|
+
| `expiryDateType` | ```string``` | | |
|
|
27
|
+
| `expiryValue` | ```number``` | | [default to 60] |
|
|
28
|
+
| `enablePrintAndSign` | ```boolean``` | | |
|
|
29
|
+
| `enableReassign` | ```boolean``` | | |
|
|
30
|
+
| `enableSigningOrder` | ```boolean``` | | |
|
|
31
|
+
| `disableExpiryAlert` | ```boolean``` | | |
|
|
32
|
+
| `documentInfo` | [```Array<DocumentInfo>```](DocumentInfo.md) | | |
|
|
33
|
+
| `onBehalfOf` | ```string``` | | |
|
|
34
|
+
| `isSandbox` | ```boolean``` | | |
|
|
35
|
+
| `roleRemovalIndices` | ```Array<number>``` | | |
|
|
36
|
+
| `documentDownloadOption` | ```string``` | | |
|
|
37
|
+
| `metaData` | ```{ [key: string]: string | null; }``` | | |
|
|
38
|
+
| `recipientNotificationSettings` | [```RecipientNotificationSettings```](RecipientNotificationSettings.md) | | |
|
|
39
|
+
| `formGroups` | [```Array<FormGroup>```](FormGroup.md) | | |
|
|
40
|
+
| `removeFormFields` | ```Array<string>``` | | |
|
|
41
|
+
| `enableAuditTrailLocalization` | ```boolean``` | | |
|
|
42
|
+
| `downloadFileName` | ```string``` | | |
|
|
43
|
+
| `scheduledSendTime` | ```number``` | | |
|
|
44
|
+
| `allowScheduledSend` | ```boolean``` | | [default to false] |
|
|
45
|
+
|
|
46
|
+
[[Back to Model list]](../README.md#models) [[Back to API list]](../README.md#api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# # NotificationSettings
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
| `viewed` | ```boolean``` | | [default to true] |
|
|
10
|
+
| `sent` | ```boolean``` | | [default to false] |
|
|
11
|
+
| `deliveryFailed` | ```boolean``` | | [default to true] |
|
|
12
|
+
| `declined` | ```boolean``` | | [default to true] |
|
|
13
|
+
| `revoked` | ```boolean``` | | [default to true] |
|
|
14
|
+
| `reassigned` | ```boolean``` | | [default to true] |
|
|
15
|
+
| `completed` | ```boolean``` | | [default to true] |
|
|
16
|
+
| `signed` | ```boolean``` | | [default to true] |
|
|
17
|
+
| `expired` | ```boolean``` | | [default to true] |
|
|
18
|
+
| `authenticationFailed` | ```boolean``` | | [default to true] |
|
|
19
|
+
| `reminders` | ```boolean``` | | [default to true] |
|
|
20
|
+
| `attachSignedDocument` | ```boolean``` | | [default to false] |
|
|
21
|
+
|
|
22
|
+
[[Back to Model list]](../README.md#models) [[Back to API list]](../README.md#api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# # PageDetails
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
| `pageSize` | ```number``` | | |
|
|
10
|
+
| `page` | ```number``` | | |
|
|
11
|
+
| `totalRecordsCount` | ```number``` | | |
|
|
12
|
+
| `totalPages` | ```number``` | | |
|
|
13
|
+
| `sortedColumn` | ```string``` | | |
|
|
14
|
+
| `sortDirection` | ```string``` | | |
|
|
15
|
+
|
|
16
|
+
[[Back to Model list]](../README.md#models) [[Back to API list]](../README.md#api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# # PhoneNumber
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
| `countryCode` | ```string``` | | |
|
|
10
|
+
| `number` | ```string``` | | |
|
|
11
|
+
|
|
12
|
+
[[Back to Model list]](../README.md#models) [[Back to API list]](../README.md#api-endpoints) [[Back to README]](../README.md)
|
package/docs/PlanApi.md
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# PlanApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to https://api.boldsign.com.
|
|
4
|
+
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
| ------------- | ------------- | ------------- |
|
|
7
|
+
| [**apiCreditsCount()**](PlanApi.md#apiCreditsCount) | **GET** /v1/plan/apiCreditsCount | Gets the Api credits details. |
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## `apiCreditsCount()`
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
apiCreditsCount(): BillingViewModel
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
Gets the Api credits details.
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Parameters
|
|
20
|
+
|
|
21
|
+
|This endpoint does not need any parameter. |
|
|
22
|
+
|
|
23
|
+
### Return type
|
|
24
|
+
|
|
25
|
+
[**BillingViewModel**](../docs/BillingViewModel.md)
|
|
26
|
+
|
|
27
|
+
### Authorization
|
|
28
|
+
|
|
29
|
+
[X-API-KEY](../README.md#X-API-KEY), [Bearer](../README.md#Bearer)
|
|
30
|
+
|
|
31
|
+
### HTTP request headers
|
|
32
|
+
|
|
33
|
+
- **Content-Type**: Not defined
|
|
34
|
+
- **Accept**: `application/json`
|
|
35
|
+
|
|
36
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints)
|
|
37
|
+
[[Back to Model list]](../README.md#models)
|
|
38
|
+
[[Back to README]](../README.md)
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# # PrefillField
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
| `id`<sup>*_required_</sup> | ```string``` | | |
|
|
10
|
+
| `value`<sup>*_required_</sup> | ```string``` | | |
|
|
11
|
+
|
|
12
|
+
[[Back to Model list]](../README.md#models) [[Back to API list]](../README.md#api-endpoints) [[Back to README]](../README.md)
|