@openfilz-sdk/typescript-ee 1.8.1 → 1.8.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 +40 -4
- package/.openapi-generator/openfilz-api-generate-typescript-sdk.sha256 +1 -1
- package/README.md +43 -13
- package/api/esign-api.ts +719 -0
- package/api/esign-enterprise-api.ts +286 -0
- package/api/{digital-signature-public-api.ts → esign-public-api.ts} +183 -24
- package/api/{digital-signature-api.ts → esign-templates-api.ts} +137 -113
- package/api.ts +4 -2
- package/dist/api/esign-api.d.ts +334 -0
- package/dist/api/esign-api.js +693 -0
- package/dist/api/esign-enterprise-api.d.ts +138 -0
- package/dist/api/esign-enterprise-api.js +278 -0
- package/dist/{esm/api/digital-signature-public-api.d.ts → api/esign-public-api.d.ts} +81 -12
- package/dist/api/{digital-signature-public-api.js → esign-public-api.js} +178 -29
- package/dist/api/esign-templates-api.d.ts +234 -0
- package/dist/api/{digital-signature-api.js → esign-templates-api.js} +137 -115
- package/dist/api.d.ts +4 -2
- package/dist/api.js +4 -2
- package/dist/esm/api/esign-api.d.ts +334 -0
- package/dist/esm/api/esign-api.js +686 -0
- package/dist/esm/api/esign-enterprise-api.d.ts +138 -0
- package/dist/esm/api/esign-enterprise-api.js +271 -0
- package/dist/{api/digital-signature-public-api.d.ts → esm/api/esign-public-api.d.ts} +81 -12
- package/dist/esm/api/{digital-signature-public-api.js → esign-public-api.js} +173 -24
- package/dist/esm/api/esign-templates-api.d.ts +234 -0
- package/dist/esm/api/{digital-signature-api.js → esign-templates-api.js} +132 -110
- package/dist/esm/api.d.ts +4 -2
- package/dist/esm/api.js +4 -2
- package/dist/esm/models/apply-signature-request.d.ts +3 -0
- package/dist/esm/models/bulk-row-result.d.ts +17 -0
- package/dist/esm/models/bulk-row-result.js +14 -0
- package/dist/esm/models/bulk-row.d.ts +19 -0
- package/dist/esm/models/bulk-row.js +14 -0
- package/dist/esm/models/bulk-send-request.d.ts +19 -0
- package/dist/esm/models/bulk-send-request.js +14 -0
- package/dist/esm/models/bulk-send-response.d.ts +18 -0
- package/dist/esm/models/bulk-send-response.js +14 -0
- package/dist/esm/models/create-signature-envelope-request.d.ts +5 -0
- package/dist/esm/models/embed-url-response.d.ts +16 -0
- package/dist/esm/models/embed-url-response.js +14 -0
- package/dist/esm/models/enriched-audit-log.d.ts +3 -0
- package/dist/esm/models/enriched-audit-log.js +3 -0
- package/dist/esm/models/index.d.ts +16 -0
- package/dist/esm/models/index.js +16 -0
- package/dist/esm/models/instantiate-template-request.d.ts +22 -0
- package/dist/esm/models/instantiate-template-request.js +14 -0
- package/dist/esm/models/public-signature-view.d.ts +13 -0
- package/dist/esm/models/public-signature-view.js +5 -0
- package/dist/esm/models/role-binding.d.ts +19 -0
- package/dist/esm/models/role-binding.js +14 -0
- package/dist/esm/models/search-by-audit-log-request.d.ts +3 -0
- package/dist/esm/models/search-by-audit-log-request.js +3 -0
- package/dist/esm/models/settings.d.ts +3 -0
- package/dist/esm/models/signature-envelope-dto.d.ts +6 -0
- package/dist/esm/models/signature-event-dto.d.ts +33 -0
- package/dist/esm/models/signature-event-dto.js +26 -0
- package/dist/esm/models/signature-field-dto.d.ts +44 -0
- package/dist/esm/models/signature-field-dto.js +27 -0
- package/dist/esm/models/signature-field-input.d.ts +39 -0
- package/dist/esm/models/signature-field-input.js +27 -0
- package/dist/esm/models/signature-field-value.d.ts +16 -0
- package/dist/esm/models/signature-field-value.js +14 -0
- package/dist/esm/models/signature-recipient-dto.d.ts +16 -0
- package/dist/esm/models/signature-recipient-dto.js +9 -0
- package/dist/esm/models/signature-recipient-input.d.ts +19 -1
- package/dist/esm/models/signature-recipient-input.js +9 -1
- package/dist/esm/models/signature-template-dto.d.ts +27 -0
- package/dist/esm/models/signature-template-dto.js +14 -0
- package/dist/esm/models/signature-template-field.d.ts +40 -0
- package/dist/esm/models/signature-template-field.js +27 -0
- package/dist/esm/models/signature-template-request.d.ts +23 -0
- package/dist/esm/models/signature-template-request.js +14 -0
- package/dist/esm/models/signature-template-role.d.ts +28 -0
- package/dist/esm/models/signature-template-role.js +22 -0
- package/dist/esm/models/verify-otp-request.d.ts +14 -0
- package/dist/esm/models/verify-otp-request.js +14 -0
- package/dist/models/apply-signature-request.d.ts +3 -0
- package/dist/models/bulk-row-result.d.ts +17 -0
- package/dist/models/bulk-row-result.js +15 -0
- package/dist/models/bulk-row.d.ts +19 -0
- package/dist/models/bulk-row.js +15 -0
- package/dist/models/bulk-send-request.d.ts +19 -0
- package/dist/models/bulk-send-request.js +15 -0
- package/dist/models/bulk-send-response.d.ts +18 -0
- package/dist/models/bulk-send-response.js +15 -0
- package/dist/models/create-signature-envelope-request.d.ts +5 -0
- package/dist/models/embed-url-response.d.ts +16 -0
- package/dist/models/embed-url-response.js +15 -0
- package/dist/models/enriched-audit-log.d.ts +3 -0
- package/dist/models/enriched-audit-log.js +3 -0
- package/dist/models/index.d.ts +16 -0
- package/dist/models/index.js +16 -0
- package/dist/models/instantiate-template-request.d.ts +22 -0
- package/dist/models/instantiate-template-request.js +15 -0
- package/dist/models/public-signature-view.d.ts +13 -0
- package/dist/models/public-signature-view.js +6 -1
- package/dist/models/role-binding.d.ts +19 -0
- package/dist/models/role-binding.js +15 -0
- package/dist/models/search-by-audit-log-request.d.ts +3 -0
- package/dist/models/search-by-audit-log-request.js +3 -0
- package/dist/models/settings.d.ts +3 -0
- package/dist/models/signature-envelope-dto.d.ts +6 -0
- package/dist/models/signature-event-dto.d.ts +33 -0
- package/dist/models/signature-event-dto.js +29 -0
- package/dist/models/signature-field-dto.d.ts +44 -0
- package/dist/models/signature-field-dto.js +30 -0
- package/dist/models/signature-field-input.d.ts +39 -0
- package/dist/models/signature-field-input.js +30 -0
- package/dist/models/signature-field-value.d.ts +16 -0
- package/dist/models/signature-field-value.js +15 -0
- package/dist/models/signature-recipient-dto.d.ts +16 -0
- package/dist/models/signature-recipient-dto.js +10 -1
- package/dist/models/signature-recipient-input.d.ts +19 -1
- package/dist/models/signature-recipient-input.js +10 -0
- package/dist/models/signature-template-dto.d.ts +27 -0
- package/dist/models/signature-template-dto.js +15 -0
- package/dist/models/signature-template-field.d.ts +40 -0
- package/dist/models/signature-template-field.js +30 -0
- package/dist/models/signature-template-request.d.ts +23 -0
- package/dist/models/signature-template-request.js +15 -0
- package/dist/models/signature-template-role.d.ts +28 -0
- package/dist/models/signature-template-role.js +25 -0
- package/dist/models/verify-otp-request.d.ts +14 -0
- package/dist/models/verify-otp-request.js +15 -0
- package/docs/ApplySignatureRequest.md +4 -0
- package/docs/BulkRow.md +28 -0
- package/docs/BulkRowResult.md +26 -0
- package/docs/BulkSendRequest.md +28 -0
- package/docs/BulkSendResponse.md +26 -0
- package/docs/CreateSignatureEnvelopeRequest.md +10 -0
- package/docs/ESignApi.md +463 -0
- package/docs/ESignEnterpriseApi.md +164 -0
- package/docs/{DigitalSignaturePublicApi.md → ESignPublicApi.md} +118 -12
- package/docs/{DigitalSignatureApi.md → ESignTemplatesApi.md} +76 -61
- package/docs/EmbedUrlResponse.md +24 -0
- package/docs/InstantiateTemplateRequest.md +34 -0
- package/docs/PublicSignatureView.md +12 -0
- package/docs/RoleBinding.md +30 -0
- package/docs/Settings.md +6 -0
- package/docs/SignatureEnvelopeDTO.md +12 -0
- package/docs/SignatureEventDTO.md +30 -0
- package/docs/SignatureFieldDTO.md +46 -0
- package/docs/SignatureFieldInput.md +36 -0
- package/docs/SignatureFieldValue.md +24 -0
- package/docs/SignatureRecipientDTO.md +8 -0
- package/docs/SignatureRecipientInput.md +13 -1
- package/docs/SignatureTemplateDTO.md +42 -0
- package/docs/SignatureTemplateField.md +38 -0
- package/docs/SignatureTemplateRequest.md +34 -0
- package/docs/SignatureTemplateRole.md +26 -0
- package/docs/VerifyOtpRequest.md +20 -0
- package/models/apply-signature-request.ts +5 -0
- package/models/bulk-row-result.ts +23 -0
- package/models/bulk-row.ts +27 -0
- package/models/bulk-send-request.ts +27 -0
- package/models/bulk-send-response.ts +26 -0
- package/models/create-signature-envelope-request.ts +5 -0
- package/models/embed-url-response.ts +22 -0
- package/models/enriched-audit-log.ts +3 -0
- package/models/index.ts +16 -0
- package/models/instantiate-template-request.ts +30 -0
- package/models/public-signature-view.ts +16 -0
- package/models/role-binding.ts +25 -0
- package/models/search-by-audit-log-request.ts +3 -0
- package/models/settings.ts +3 -0
- package/models/signature-envelope-dto.ts +6 -0
- package/models/signature-event-dto.ts +42 -0
- package/models/signature-field-dto.ts +51 -0
- package/models/signature-field-input.ts +46 -0
- package/models/signature-field-value.ts +22 -0
- package/models/signature-recipient-dto.ts +20 -0
- package/models/signature-recipient-input.ts +25 -1
- package/models/signature-template-dto.ts +37 -0
- package/models/signature-template-field.ts +47 -0
- package/models/signature-template-request.ts +33 -0
- package/models/signature-template-role.ts +38 -0
- package/models/verify-otp-request.ts +20 -0
- package/package.json +1 -1
- package/dist/api/digital-signature-api.d.ts +0 -221
- package/dist/esm/api/digital-signature-api.d.ts +0 -221
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* openfilz-api
|
|
5
|
+
* API for Document Management System
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* openfilz-api
|
|
3
|
+
* API for Document Management System
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { BulkRow } from './bulk-row';
|
|
13
|
+
export interface BulkSendRequest {
|
|
14
|
+
'templateId': string;
|
|
15
|
+
'rows': Array<BulkRow>;
|
|
16
|
+
'expiresInDays'?: number;
|
|
17
|
+
'reminderDays'?: number;
|
|
18
|
+
'send'?: boolean;
|
|
19
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* openfilz-api
|
|
5
|
+
* API for Document Management System
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* openfilz-api
|
|
3
|
+
* API for Document Management System
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { BulkRowResult } from './bulk-row-result';
|
|
13
|
+
export interface BulkSendResponse {
|
|
14
|
+
'total'?: number;
|
|
15
|
+
'created'?: number;
|
|
16
|
+
'failed'?: number;
|
|
17
|
+
'results'?: Array<BulkRowResult>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* openfilz-api
|
|
5
|
+
* API for Document Management System
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -16,4 +16,9 @@ export interface CreateSignatureEnvelopeRequest {
|
|
|
16
16
|
'message'?: string;
|
|
17
17
|
'recipients': Array<SignatureRecipientInput>;
|
|
18
18
|
'expiresInDays'?: number;
|
|
19
|
+
'sequential'?: boolean;
|
|
20
|
+
'reminderDays'?: number;
|
|
21
|
+
'locale'?: string;
|
|
22
|
+
'send'?: boolean;
|
|
23
|
+
'templateId'?: string;
|
|
19
24
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* openfilz-api
|
|
3
|
+
* API for Document Management System
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface EmbedUrlResponse {
|
|
13
|
+
'recipientId'?: string;
|
|
14
|
+
'url'?: string;
|
|
15
|
+
'issuedAt'?: string;
|
|
16
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* openfilz-api
|
|
5
|
+
* API for Document Management System
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -73,6 +73,9 @@ export declare const EnrichedAuditLogActionEnum: {
|
|
|
73
73
|
readonly SignatureEnvelopeDeclined: "SIGNATURE_ENVELOPE_DECLINED";
|
|
74
74
|
readonly SignatureEnvelopeCancelled: "SIGNATURE_ENVELOPE_CANCELLED";
|
|
75
75
|
readonly SignatureEnvelopeExpired: "SIGNATURE_ENVELOPE_EXPIRED";
|
|
76
|
+
readonly SignatureReminderSent: "SIGNATURE_REMINDER_SENT";
|
|
77
|
+
readonly SignatureTemplateCreated: "SIGNATURE_TEMPLATE_CREATED";
|
|
78
|
+
readonly SignatureTemplateDeleted: "SIGNATURE_TEMPLATE_DELETED";
|
|
76
79
|
};
|
|
77
80
|
export type EnrichedAuditLogActionEnum = typeof EnrichedAuditLogActionEnum[keyof typeof EnrichedAuditLogActionEnum];
|
|
78
81
|
export declare const EnrichedAuditLogResourceTypeEnum: {
|
|
@@ -59,6 +59,9 @@ export const EnrichedAuditLogActionEnum = {
|
|
|
59
59
|
SignatureEnvelopeDeclined: 'SIGNATURE_ENVELOPE_DECLINED',
|
|
60
60
|
SignatureEnvelopeCancelled: 'SIGNATURE_ENVELOPE_CANCELLED',
|
|
61
61
|
SignatureEnvelopeExpired: 'SIGNATURE_ENVELOPE_EXPIRED',
|
|
62
|
+
SignatureReminderSent: 'SIGNATURE_REMINDER_SENT',
|
|
63
|
+
SignatureTemplateCreated: 'SIGNATURE_TEMPLATE_CREATED',
|
|
64
|
+
SignatureTemplateDeleted: 'SIGNATURE_TEMPLATE_DELETED',
|
|
62
65
|
};
|
|
63
66
|
export const EnrichedAuditLogResourceTypeEnum = {
|
|
64
67
|
File: 'FILE',
|
|
@@ -9,6 +9,10 @@ export * from './apply-signature-request';
|
|
|
9
9
|
export * from './audit-log-details';
|
|
10
10
|
export * from './audit-verification-result';
|
|
11
11
|
export * from './broken-link';
|
|
12
|
+
export * from './bulk-row';
|
|
13
|
+
export * from './bulk-row-result';
|
|
14
|
+
export * from './bulk-send-request';
|
|
15
|
+
export * from './bulk-send-response';
|
|
12
16
|
export * from './comment-dto';
|
|
13
17
|
export * from './consume-delegated-grant-request';
|
|
14
18
|
export * from './copy-audit';
|
|
@@ -34,6 +38,7 @@ export * from './document-info';
|
|
|
34
38
|
export * from './document-position';
|
|
35
39
|
export * from './document-version-info';
|
|
36
40
|
export * from './element-info';
|
|
41
|
+
export * from './embed-url-response';
|
|
37
42
|
export * from './enriched-audit-log';
|
|
38
43
|
export * from './enriched-audit-log-details';
|
|
39
44
|
export * from './file-type-stats';
|
|
@@ -41,6 +46,7 @@ export * from './filter-input';
|
|
|
41
46
|
export * from './folder-element-info';
|
|
42
47
|
export * from './folder-response';
|
|
43
48
|
export * from './ingestion-status-dto';
|
|
49
|
+
export * from './instantiate-template-request';
|
|
44
50
|
export * from './list-ai-models-request';
|
|
45
51
|
export * from './mint-upload-token-request';
|
|
46
52
|
export * from './move-audit';
|
|
@@ -52,6 +58,7 @@ export * from './rename-request';
|
|
|
52
58
|
export * from './replace-audit';
|
|
53
59
|
export * from './restore-version-audit';
|
|
54
60
|
export * from './restore-version-response';
|
|
61
|
+
export * from './role-binding';
|
|
55
62
|
export * from './save-ai-settings-request';
|
|
56
63
|
export * from './scan-job-status-dto';
|
|
57
64
|
export * from './scan-request-dto';
|
|
@@ -66,9 +73,17 @@ export * from './share-result-item';
|
|
|
66
73
|
export * from './share-result-response';
|
|
67
74
|
export * from './signature-archive-dto';
|
|
68
75
|
export * from './signature-envelope-dto';
|
|
76
|
+
export * from './signature-event-dto';
|
|
77
|
+
export * from './signature-field-dto';
|
|
78
|
+
export * from './signature-field-input';
|
|
69
79
|
export * from './signature-field-placement';
|
|
80
|
+
export * from './signature-field-value';
|
|
70
81
|
export * from './signature-recipient-dto';
|
|
71
82
|
export * from './signature-recipient-input';
|
|
83
|
+
export * from './signature-template-dto';
|
|
84
|
+
export * from './signature-template-field';
|
|
85
|
+
export * from './signature-template-request';
|
|
86
|
+
export * from './signature-template-role';
|
|
72
87
|
export * from './sort-input';
|
|
73
88
|
export * from './storage-breakdown';
|
|
74
89
|
export * from './suggest';
|
|
@@ -88,3 +103,4 @@ export * from './upload-token-response';
|
|
|
88
103
|
export * from './user-preferences-request';
|
|
89
104
|
export * from './user-privacy-dto';
|
|
90
105
|
export * from './user-registration-request';
|
|
106
|
+
export * from './verify-otp-request';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -9,6 +9,10 @@ export * from './apply-signature-request';
|
|
|
9
9
|
export * from './audit-log-details';
|
|
10
10
|
export * from './audit-verification-result';
|
|
11
11
|
export * from './broken-link';
|
|
12
|
+
export * from './bulk-row';
|
|
13
|
+
export * from './bulk-row-result';
|
|
14
|
+
export * from './bulk-send-request';
|
|
15
|
+
export * from './bulk-send-response';
|
|
12
16
|
export * from './comment-dto';
|
|
13
17
|
export * from './consume-delegated-grant-request';
|
|
14
18
|
export * from './copy-audit';
|
|
@@ -34,6 +38,7 @@ export * from './document-info';
|
|
|
34
38
|
export * from './document-position';
|
|
35
39
|
export * from './document-version-info';
|
|
36
40
|
export * from './element-info';
|
|
41
|
+
export * from './embed-url-response';
|
|
37
42
|
export * from './enriched-audit-log';
|
|
38
43
|
export * from './enriched-audit-log-details';
|
|
39
44
|
export * from './file-type-stats';
|
|
@@ -41,6 +46,7 @@ export * from './filter-input';
|
|
|
41
46
|
export * from './folder-element-info';
|
|
42
47
|
export * from './folder-response';
|
|
43
48
|
export * from './ingestion-status-dto';
|
|
49
|
+
export * from './instantiate-template-request';
|
|
44
50
|
export * from './list-ai-models-request';
|
|
45
51
|
export * from './mint-upload-token-request';
|
|
46
52
|
export * from './move-audit';
|
|
@@ -52,6 +58,7 @@ export * from './rename-request';
|
|
|
52
58
|
export * from './replace-audit';
|
|
53
59
|
export * from './restore-version-audit';
|
|
54
60
|
export * from './restore-version-response';
|
|
61
|
+
export * from './role-binding';
|
|
55
62
|
export * from './save-ai-settings-request';
|
|
56
63
|
export * from './scan-job-status-dto';
|
|
57
64
|
export * from './scan-request-dto';
|
|
@@ -66,9 +73,17 @@ export * from './share-result-item';
|
|
|
66
73
|
export * from './share-result-response';
|
|
67
74
|
export * from './signature-archive-dto';
|
|
68
75
|
export * from './signature-envelope-dto';
|
|
76
|
+
export * from './signature-event-dto';
|
|
77
|
+
export * from './signature-field-dto';
|
|
78
|
+
export * from './signature-field-input';
|
|
69
79
|
export * from './signature-field-placement';
|
|
80
|
+
export * from './signature-field-value';
|
|
70
81
|
export * from './signature-recipient-dto';
|
|
71
82
|
export * from './signature-recipient-input';
|
|
83
|
+
export * from './signature-template-dto';
|
|
84
|
+
export * from './signature-template-field';
|
|
85
|
+
export * from './signature-template-request';
|
|
86
|
+
export * from './signature-template-role';
|
|
72
87
|
export * from './sort-input';
|
|
73
88
|
export * from './storage-breakdown';
|
|
74
89
|
export * from './suggest';
|
|
@@ -88,3 +103,4 @@ export * from './upload-token-response';
|
|
|
88
103
|
export * from './user-preferences-request';
|
|
89
104
|
export * from './user-privacy-dto';
|
|
90
105
|
export * from './user-registration-request';
|
|
106
|
+
export * from './verify-otp-request';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* openfilz-api
|
|
3
|
+
* API for Document Management System
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { RoleBinding } from './role-binding';
|
|
13
|
+
export interface InstantiateTemplateRequest {
|
|
14
|
+
'sourceDocId'?: string;
|
|
15
|
+
'title'?: string;
|
|
16
|
+
'message'?: string;
|
|
17
|
+
'recipients': Array<RoleBinding>;
|
|
18
|
+
'expiresInDays'?: number;
|
|
19
|
+
'reminderDays'?: number;
|
|
20
|
+
'locale'?: string;
|
|
21
|
+
'send'?: boolean;
|
|
22
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* openfilz-api
|
|
5
|
+
* API for Document Management System
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { SignatureFieldDTO } from './signature-field-dto';
|
|
12
13
|
export interface PublicSignatureView {
|
|
13
14
|
'envelopeTitle'?: string;
|
|
14
15
|
'message'?: string;
|
|
@@ -18,6 +19,12 @@ export interface PublicSignatureView {
|
|
|
18
19
|
'recipientEmail'?: string;
|
|
19
20
|
'envelopeStatus'?: PublicSignatureViewEnvelopeStatusEnum;
|
|
20
21
|
'recipientStatus'?: PublicSignatureViewRecipientStatusEnum;
|
|
22
|
+
'myTurn'?: boolean;
|
|
23
|
+
'authMethod'?: PublicSignatureViewAuthMethodEnum;
|
|
24
|
+
'otpRequired'?: boolean;
|
|
25
|
+
'otpVerified'?: boolean;
|
|
26
|
+
'fields'?: Array<SignatureFieldDTO>;
|
|
27
|
+
'otherFields'?: Array<SignatureFieldDTO>;
|
|
21
28
|
'fieldPage'?: number;
|
|
22
29
|
'fieldX'?: number;
|
|
23
30
|
'fieldY'?: number;
|
|
@@ -42,3 +49,9 @@ export declare const PublicSignatureViewRecipientStatusEnum: {
|
|
|
42
49
|
readonly Declined: "DECLINED";
|
|
43
50
|
};
|
|
44
51
|
export type PublicSignatureViewRecipientStatusEnum = typeof PublicSignatureViewRecipientStatusEnum[keyof typeof PublicSignatureViewRecipientStatusEnum];
|
|
52
|
+
export declare const PublicSignatureViewAuthMethodEnum: {
|
|
53
|
+
readonly None: "NONE";
|
|
54
|
+
readonly EmailOtp: "EMAIL_OTP";
|
|
55
|
+
readonly SmsOtp: "SMS_OTP";
|
|
56
|
+
};
|
|
57
|
+
export type PublicSignatureViewAuthMethodEnum = typeof PublicSignatureViewAuthMethodEnum[keyof typeof PublicSignatureViewAuthMethodEnum];
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* openfilz-api
|
|
3
|
+
* API for Document Management System
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface RoleBinding {
|
|
13
|
+
'role': string;
|
|
14
|
+
'userId'?: string;
|
|
15
|
+
'name'?: string;
|
|
16
|
+
'email': string;
|
|
17
|
+
'phone'?: string;
|
|
18
|
+
'locale'?: string;
|
|
19
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* openfilz-api
|
|
5
|
+
* API for Document Management System
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -89,5 +89,8 @@ export declare const SearchByAuditLogRequestActionEnum: {
|
|
|
89
89
|
readonly SignatureEnvelopeDeclined: "SIGNATURE_ENVELOPE_DECLINED";
|
|
90
90
|
readonly SignatureEnvelopeCancelled: "SIGNATURE_ENVELOPE_CANCELLED";
|
|
91
91
|
readonly SignatureEnvelopeExpired: "SIGNATURE_ENVELOPE_EXPIRED";
|
|
92
|
+
readonly SignatureReminderSent: "SIGNATURE_REMINDER_SENT";
|
|
93
|
+
readonly SignatureTemplateCreated: "SIGNATURE_TEMPLATE_CREATED";
|
|
94
|
+
readonly SignatureTemplateDeleted: "SIGNATURE_TEMPLATE_DELETED";
|
|
92
95
|
};
|
|
93
96
|
export type SearchByAuditLogRequestActionEnum = typeof SearchByAuditLogRequestActionEnum[keyof typeof SearchByAuditLogRequestActionEnum];
|
|
@@ -63,4 +63,7 @@ export const SearchByAuditLogRequestActionEnum = {
|
|
|
63
63
|
SignatureEnvelopeDeclined: 'SIGNATURE_ENVELOPE_DECLINED',
|
|
64
64
|
SignatureEnvelopeCancelled: 'SIGNATURE_ENVELOPE_CANCELLED',
|
|
65
65
|
SignatureEnvelopeExpired: 'SIGNATURE_ENVELOPE_EXPIRED',
|
|
66
|
+
SignatureReminderSent: 'SIGNATURE_REMINDER_SENT',
|
|
67
|
+
SignatureTemplateCreated: 'SIGNATURE_TEMPLATE_CREATED',
|
|
68
|
+
SignatureTemplateDeleted: 'SIGNATURE_TEMPLATE_DELETED',
|
|
66
69
|
};
|
|
@@ -18,7 +18,13 @@ export interface SignatureEnvelopeDTO {
|
|
|
18
18
|
'signedDocId'?: string;
|
|
19
19
|
'status'?: SignatureEnvelopeDTOStatusEnum;
|
|
20
20
|
'initiatorEmail'?: string;
|
|
21
|
+
'sequential'?: boolean;
|
|
22
|
+
'currentOrder'?: number;
|
|
23
|
+
'templateId'?: string;
|
|
24
|
+
'reminderDays'?: number;
|
|
25
|
+
'sealProvider'?: string;
|
|
21
26
|
'createdAt'?: string;
|
|
27
|
+
'sentAt'?: string;
|
|
22
28
|
'completedAt'?: string;
|
|
23
29
|
'expiresAt'?: string;
|
|
24
30
|
'recipients'?: Array<SignatureRecipientDTO>;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* openfilz-api
|
|
3
|
+
* API for Document Management System
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface SignatureEventDTO {
|
|
13
|
+
'type'?: SignatureEventDTOTypeEnum;
|
|
14
|
+
'actor'?: string;
|
|
15
|
+
'docSha256'?: string;
|
|
16
|
+
'signerIp'?: string;
|
|
17
|
+
'details'?: string;
|
|
18
|
+
'createdAt'?: string;
|
|
19
|
+
}
|
|
20
|
+
export declare const SignatureEventDTOTypeEnum: {
|
|
21
|
+
readonly EnvelopeCreated: "ENVELOPE_CREATED";
|
|
22
|
+
readonly EnvelopeSent: "ENVELOPE_SENT";
|
|
23
|
+
readonly RecipientViewed: "RECIPIENT_VIEWED";
|
|
24
|
+
readonly RecipientOtpVerified: "RECIPIENT_OTP_VERIFIED";
|
|
25
|
+
readonly RecipientSigned: "RECIPIENT_SIGNED";
|
|
26
|
+
readonly RecipientDeclined: "RECIPIENT_DECLINED";
|
|
27
|
+
readonly RecipientReminded: "RECIPIENT_REMINDED";
|
|
28
|
+
readonly RecipientLinkResent: "RECIPIENT_LINK_RESENT";
|
|
29
|
+
readonly EnvelopeCompleted: "ENVELOPE_COMPLETED";
|
|
30
|
+
readonly EnvelopeCancelled: "ENVELOPE_CANCELLED";
|
|
31
|
+
readonly EnvelopeExpired: "ENVELOPE_EXPIRED";
|
|
32
|
+
};
|
|
33
|
+
export type SignatureEventDTOTypeEnum = typeof SignatureEventDTOTypeEnum[keyof typeof SignatureEventDTOTypeEnum];
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* openfilz-api
|
|
5
|
+
* API for Document Management System
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export const SignatureEventDTOTypeEnum = {
|
|
15
|
+
EnvelopeCreated: 'ENVELOPE_CREATED',
|
|
16
|
+
EnvelopeSent: 'ENVELOPE_SENT',
|
|
17
|
+
RecipientViewed: 'RECIPIENT_VIEWED',
|
|
18
|
+
RecipientOtpVerified: 'RECIPIENT_OTP_VERIFIED',
|
|
19
|
+
RecipientSigned: 'RECIPIENT_SIGNED',
|
|
20
|
+
RecipientDeclined: 'RECIPIENT_DECLINED',
|
|
21
|
+
RecipientReminded: 'RECIPIENT_REMINDED',
|
|
22
|
+
RecipientLinkResent: 'RECIPIENT_LINK_RESENT',
|
|
23
|
+
EnvelopeCompleted: 'ENVELOPE_COMPLETED',
|
|
24
|
+
EnvelopeCancelled: 'ENVELOPE_CANCELLED',
|
|
25
|
+
EnvelopeExpired: 'ENVELOPE_EXPIRED',
|
|
26
|
+
};
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* openfilz-api
|
|
3
|
+
* API for Document Management System
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface SignatureFieldDTO {
|
|
13
|
+
'id'?: string;
|
|
14
|
+
'recipientId'?: string;
|
|
15
|
+
'type'?: SignatureFieldDTOTypeEnum;
|
|
16
|
+
'page'?: number;
|
|
17
|
+
'x'?: number;
|
|
18
|
+
'y'?: number;
|
|
19
|
+
'w'?: number;
|
|
20
|
+
'h'?: number;
|
|
21
|
+
'required'?: boolean;
|
|
22
|
+
'label'?: string;
|
|
23
|
+
'options'?: {
|
|
24
|
+
[key: string]: any;
|
|
25
|
+
};
|
|
26
|
+
'value'?: string;
|
|
27
|
+
'valueImage'?: string;
|
|
28
|
+
'filledAt'?: string;
|
|
29
|
+
}
|
|
30
|
+
export declare const SignatureFieldDTOTypeEnum: {
|
|
31
|
+
readonly Signature: "SIGNATURE";
|
|
32
|
+
readonly Initials: "INITIALS";
|
|
33
|
+
readonly DateSigned: "DATE_SIGNED";
|
|
34
|
+
readonly Text: "TEXT";
|
|
35
|
+
readonly Number: "NUMBER";
|
|
36
|
+
readonly Email: "EMAIL";
|
|
37
|
+
readonly Phone: "PHONE";
|
|
38
|
+
readonly Checkbox: "CHECKBOX";
|
|
39
|
+
readonly Radio: "RADIO";
|
|
40
|
+
readonly Select: "SELECT";
|
|
41
|
+
readonly Image: "IMAGE";
|
|
42
|
+
readonly Stamp: "STAMP";
|
|
43
|
+
};
|
|
44
|
+
export type SignatureFieldDTOTypeEnum = typeof SignatureFieldDTOTypeEnum[keyof typeof SignatureFieldDTOTypeEnum];
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* openfilz-api
|
|
5
|
+
* API for Document Management System
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export const SignatureFieldDTOTypeEnum = {
|
|
15
|
+
Signature: 'SIGNATURE',
|
|
16
|
+
Initials: 'INITIALS',
|
|
17
|
+
DateSigned: 'DATE_SIGNED',
|
|
18
|
+
Text: 'TEXT',
|
|
19
|
+
Number: 'NUMBER',
|
|
20
|
+
Email: 'EMAIL',
|
|
21
|
+
Phone: 'PHONE',
|
|
22
|
+
Checkbox: 'CHECKBOX',
|
|
23
|
+
Radio: 'RADIO',
|
|
24
|
+
Select: 'SELECT',
|
|
25
|
+
Image: 'IMAGE',
|
|
26
|
+
Stamp: 'STAMP',
|
|
27
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* openfilz-api
|
|
3
|
+
* API for Document Management System
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface SignatureFieldInput {
|
|
13
|
+
'type': SignatureFieldInputTypeEnum;
|
|
14
|
+
'page': number;
|
|
15
|
+
'x': number;
|
|
16
|
+
'y': number;
|
|
17
|
+
'w': number;
|
|
18
|
+
'h': number;
|
|
19
|
+
'required'?: boolean;
|
|
20
|
+
'label'?: string;
|
|
21
|
+
'options'?: {
|
|
22
|
+
[key: string]: any;
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
export declare const SignatureFieldInputTypeEnum: {
|
|
26
|
+
readonly Signature: "SIGNATURE";
|
|
27
|
+
readonly Initials: "INITIALS";
|
|
28
|
+
readonly DateSigned: "DATE_SIGNED";
|
|
29
|
+
readonly Text: "TEXT";
|
|
30
|
+
readonly Number: "NUMBER";
|
|
31
|
+
readonly Email: "EMAIL";
|
|
32
|
+
readonly Phone: "PHONE";
|
|
33
|
+
readonly Checkbox: "CHECKBOX";
|
|
34
|
+
readonly Radio: "RADIO";
|
|
35
|
+
readonly Select: "SELECT";
|
|
36
|
+
readonly Image: "IMAGE";
|
|
37
|
+
readonly Stamp: "STAMP";
|
|
38
|
+
};
|
|
39
|
+
export type SignatureFieldInputTypeEnum = typeof SignatureFieldInputTypeEnum[keyof typeof SignatureFieldInputTypeEnum];
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* openfilz-api
|
|
5
|
+
* API for Document Management System
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export const SignatureFieldInputTypeEnum = {
|
|
15
|
+
Signature: 'SIGNATURE',
|
|
16
|
+
Initials: 'INITIALS',
|
|
17
|
+
DateSigned: 'DATE_SIGNED',
|
|
18
|
+
Text: 'TEXT',
|
|
19
|
+
Number: 'NUMBER',
|
|
20
|
+
Email: 'EMAIL',
|
|
21
|
+
Phone: 'PHONE',
|
|
22
|
+
Checkbox: 'CHECKBOX',
|
|
23
|
+
Radio: 'RADIO',
|
|
24
|
+
Select: 'SELECT',
|
|
25
|
+
Image: 'IMAGE',
|
|
26
|
+
Stamp: 'STAMP',
|
|
27
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* openfilz-api
|
|
3
|
+
* API for Document Management System
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface SignatureFieldValue {
|
|
13
|
+
'fieldId': string;
|
|
14
|
+
'value'?: string;
|
|
15
|
+
'valueImage'?: string;
|
|
16
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* openfilz-api
|
|
5
|
+
* API for Document Management System
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|