@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
|
@@ -22,7 +22,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
22
22
|
});
|
|
23
23
|
};
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
-
exports.
|
|
25
|
+
exports.ESignTemplatesApi = exports.ESignTemplatesApiFactory = exports.ESignTemplatesApiFp = exports.ESignTemplatesApiAxiosParamCreator = void 0;
|
|
26
26
|
const axios_1 = require("axios");
|
|
27
27
|
// Some imports not used depending on template conditions
|
|
28
28
|
// @ts-ignore
|
|
@@ -30,21 +30,21 @@ const common_1 = require("../common");
|
|
|
30
30
|
// @ts-ignore
|
|
31
31
|
const base_1 = require("../base");
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* ESignTemplatesApi - axios parameter creator
|
|
34
34
|
*/
|
|
35
|
-
const
|
|
35
|
+
const ESignTemplatesApiAxiosParamCreator = function (configuration) {
|
|
36
36
|
return {
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
|
-
* @summary
|
|
39
|
+
* @summary Delete a template
|
|
40
40
|
* @param {string} id
|
|
41
41
|
* @param {*} [options] Override http request option.
|
|
42
42
|
* @throws {RequiredError}
|
|
43
43
|
*/
|
|
44
|
-
|
|
44
|
+
_delete: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
45
45
|
// verify required parameter 'id' is not null or undefined
|
|
46
|
-
(0, common_1.assertParamExists)('
|
|
47
|
-
const localVarPath = `/api/v1/
|
|
46
|
+
(0, common_1.assertParamExists)('_delete', 'id', id);
|
|
47
|
+
const localVarPath = `/api/v1/signature-templates/{id}`
|
|
48
48
|
.replace('{id}', encodeURIComponent(String(id)));
|
|
49
49
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
50
50
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -52,13 +52,12 @@ const DigitalSignatureApiAxiosParamCreator = function (configuration) {
|
|
|
52
52
|
if (configuration) {
|
|
53
53
|
baseOptions = configuration.baseOptions;
|
|
54
54
|
}
|
|
55
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
55
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
|
|
56
56
|
const localVarHeaderParameter = {};
|
|
57
57
|
const localVarQueryParameter = {};
|
|
58
58
|
// authentication keycloak_auth required
|
|
59
59
|
// http bearer authentication required
|
|
60
60
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
61
|
-
localVarHeaderParameter['Accept'] = 'application/json';
|
|
62
61
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
63
62
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
64
63
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -69,16 +68,15 @@ const DigitalSignatureApiAxiosParamCreator = function (configuration) {
|
|
|
69
68
|
}),
|
|
70
69
|
/**
|
|
71
70
|
*
|
|
72
|
-
* @summary
|
|
73
|
-
* @param {
|
|
71
|
+
* @summary Create a template
|
|
72
|
+
* @param {SignatureTemplateRequest} signatureTemplateRequest
|
|
74
73
|
* @param {*} [options] Override http request option.
|
|
75
74
|
* @throws {RequiredError}
|
|
76
75
|
*/
|
|
77
|
-
|
|
78
|
-
// verify required parameter '
|
|
79
|
-
(0, common_1.assertParamExists)('
|
|
80
|
-
const localVarPath = `/api/v1/
|
|
81
|
-
.replace('{id}', encodeURIComponent(String(id)));
|
|
76
|
+
create1: (signatureTemplateRequest_1, ...args_1) => __awaiter(this, [signatureTemplateRequest_1, ...args_1], void 0, function* (signatureTemplateRequest, options = {}) {
|
|
77
|
+
// verify required parameter 'signatureTemplateRequest' is not null or undefined
|
|
78
|
+
(0, common_1.assertParamExists)('create1', 'signatureTemplateRequest', signatureTemplateRequest);
|
|
79
|
+
const localVarPath = `/api/v1/signature-templates`;
|
|
82
80
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
83
81
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
84
82
|
let baseOptions;
|
|
@@ -91,10 +89,12 @@ const DigitalSignatureApiAxiosParamCreator = function (configuration) {
|
|
|
91
89
|
// authentication keycloak_auth required
|
|
92
90
|
// http bearer authentication required
|
|
93
91
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
92
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
94
93
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
95
94
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
96
95
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
97
96
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
97
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(signatureTemplateRequest, localVarRequestOptions, configuration);
|
|
98
98
|
return {
|
|
99
99
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
100
100
|
options: localVarRequestOptions,
|
|
@@ -102,33 +102,32 @@ const DigitalSignatureApiAxiosParamCreator = function (configuration) {
|
|
|
102
102
|
}),
|
|
103
103
|
/**
|
|
104
104
|
*
|
|
105
|
-
* @summary
|
|
106
|
-
* @param {
|
|
105
|
+
* @summary Get a template
|
|
106
|
+
* @param {string} id
|
|
107
107
|
* @param {*} [options] Override http request option.
|
|
108
108
|
* @throws {RequiredError}
|
|
109
109
|
*/
|
|
110
|
-
|
|
111
|
-
// verify required parameter '
|
|
112
|
-
(0, common_1.assertParamExists)('
|
|
113
|
-
const localVarPath = `/api/v1/
|
|
110
|
+
get1: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
111
|
+
// verify required parameter 'id' is not null or undefined
|
|
112
|
+
(0, common_1.assertParamExists)('get1', 'id', id);
|
|
113
|
+
const localVarPath = `/api/v1/signature-templates/{id}`
|
|
114
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
114
115
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
115
116
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
116
117
|
let baseOptions;
|
|
117
118
|
if (configuration) {
|
|
118
119
|
baseOptions = configuration.baseOptions;
|
|
119
120
|
}
|
|
120
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
121
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
121
122
|
const localVarHeaderParameter = {};
|
|
122
123
|
const localVarQueryParameter = {};
|
|
123
124
|
// authentication keycloak_auth required
|
|
124
125
|
// http bearer authentication required
|
|
125
126
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
126
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
127
127
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
128
128
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
129
129
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
130
130
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
131
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(createSignatureEnvelopeRequest, localVarRequestOptions, configuration);
|
|
132
131
|
return {
|
|
133
132
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
134
133
|
options: localVarRequestOptions,
|
|
@@ -136,15 +135,18 @@ const DigitalSignatureApiAxiosParamCreator = function (configuration) {
|
|
|
136
135
|
}),
|
|
137
136
|
/**
|
|
138
137
|
*
|
|
139
|
-
* @summary
|
|
138
|
+
* @summary Create (and send) an envelope from a template
|
|
140
139
|
* @param {string} id
|
|
140
|
+
* @param {InstantiateTemplateRequest} instantiateTemplateRequest
|
|
141
141
|
* @param {*} [options] Override http request option.
|
|
142
142
|
* @throws {RequiredError}
|
|
143
143
|
*/
|
|
144
|
-
|
|
144
|
+
instantiate: (id_1, instantiateTemplateRequest_1, ...args_1) => __awaiter(this, [id_1, instantiateTemplateRequest_1, ...args_1], void 0, function* (id, instantiateTemplateRequest, options = {}) {
|
|
145
145
|
// verify required parameter 'id' is not null or undefined
|
|
146
|
-
(0, common_1.assertParamExists)('
|
|
147
|
-
|
|
146
|
+
(0, common_1.assertParamExists)('instantiate', 'id', id);
|
|
147
|
+
// verify required parameter 'instantiateTemplateRequest' is not null or undefined
|
|
148
|
+
(0, common_1.assertParamExists)('instantiate', 'instantiateTemplateRequest', instantiateTemplateRequest);
|
|
149
|
+
const localVarPath = `/api/v1/signature-templates/{id}/envelopes`
|
|
148
150
|
.replace('{id}', encodeURIComponent(String(id)));
|
|
149
151
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
150
152
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -152,16 +154,18 @@ const DigitalSignatureApiAxiosParamCreator = function (configuration) {
|
|
|
152
154
|
if (configuration) {
|
|
153
155
|
baseOptions = configuration.baseOptions;
|
|
154
156
|
}
|
|
155
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
157
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
156
158
|
const localVarHeaderParameter = {};
|
|
157
159
|
const localVarQueryParameter = {};
|
|
158
160
|
// authentication keycloak_auth required
|
|
159
161
|
// http bearer authentication required
|
|
160
162
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
163
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
161
164
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
162
165
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
163
166
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
164
167
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
168
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(instantiateTemplateRequest, localVarRequestOptions, configuration);
|
|
165
169
|
return {
|
|
166
170
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
167
171
|
options: localVarRequestOptions,
|
|
@@ -169,12 +173,12 @@ const DigitalSignatureApiAxiosParamCreator = function (configuration) {
|
|
|
169
173
|
}),
|
|
170
174
|
/**
|
|
171
175
|
*
|
|
172
|
-
* @summary List
|
|
176
|
+
* @summary List my templates
|
|
173
177
|
* @param {*} [options] Override http request option.
|
|
174
178
|
* @throws {RequiredError}
|
|
175
179
|
*/
|
|
176
|
-
|
|
177
|
-
const localVarPath = `/api/v1/
|
|
180
|
+
list: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
181
|
+
const localVarPath = `/api/v1/signature-templates`;
|
|
178
182
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
179
183
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
180
184
|
let baseOptions;
|
|
@@ -198,28 +202,37 @@ const DigitalSignatureApiAxiosParamCreator = function (configuration) {
|
|
|
198
202
|
}),
|
|
199
203
|
/**
|
|
200
204
|
*
|
|
201
|
-
* @summary
|
|
205
|
+
* @summary Update a template
|
|
206
|
+
* @param {string} id
|
|
207
|
+
* @param {SignatureTemplateRequest} signatureTemplateRequest
|
|
202
208
|
* @param {*} [options] Override http request option.
|
|
203
209
|
* @throws {RequiredError}
|
|
204
210
|
*/
|
|
205
|
-
|
|
206
|
-
|
|
211
|
+
update1: (id_1, signatureTemplateRequest_1, ...args_1) => __awaiter(this, [id_1, signatureTemplateRequest_1, ...args_1], void 0, function* (id, signatureTemplateRequest, options = {}) {
|
|
212
|
+
// verify required parameter 'id' is not null or undefined
|
|
213
|
+
(0, common_1.assertParamExists)('update1', 'id', id);
|
|
214
|
+
// verify required parameter 'signatureTemplateRequest' is not null or undefined
|
|
215
|
+
(0, common_1.assertParamExists)('update1', 'signatureTemplateRequest', signatureTemplateRequest);
|
|
216
|
+
const localVarPath = `/api/v1/signature-templates/{id}`
|
|
217
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
207
218
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
208
219
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
209
220
|
let baseOptions;
|
|
210
221
|
if (configuration) {
|
|
211
222
|
baseOptions = configuration.baseOptions;
|
|
212
223
|
}
|
|
213
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
224
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
214
225
|
const localVarHeaderParameter = {};
|
|
215
226
|
const localVarQueryParameter = {};
|
|
216
227
|
// authentication keycloak_auth required
|
|
217
228
|
// http bearer authentication required
|
|
218
229
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
230
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
219
231
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
220
232
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
221
233
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
222
234
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
235
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(signatureTemplateRequest, localVarRequestOptions, configuration);
|
|
223
236
|
return {
|
|
224
237
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
225
238
|
options: localVarRequestOptions,
|
|
@@ -227,238 +240,247 @@ const DigitalSignatureApiAxiosParamCreator = function (configuration) {
|
|
|
227
240
|
}),
|
|
228
241
|
};
|
|
229
242
|
};
|
|
230
|
-
exports.
|
|
243
|
+
exports.ESignTemplatesApiAxiosParamCreator = ESignTemplatesApiAxiosParamCreator;
|
|
231
244
|
/**
|
|
232
|
-
*
|
|
245
|
+
* ESignTemplatesApi - functional programming interface
|
|
233
246
|
*/
|
|
234
|
-
const
|
|
235
|
-
const localVarAxiosParamCreator = (0, exports.
|
|
247
|
+
const ESignTemplatesApiFp = function (configuration) {
|
|
248
|
+
const localVarAxiosParamCreator = (0, exports.ESignTemplatesApiAxiosParamCreator)(configuration);
|
|
236
249
|
return {
|
|
237
250
|
/**
|
|
238
251
|
*
|
|
239
|
-
* @summary
|
|
252
|
+
* @summary Delete a template
|
|
240
253
|
* @param {string} id
|
|
241
254
|
* @param {*} [options] Override http request option.
|
|
242
255
|
* @throws {RequiredError}
|
|
243
256
|
*/
|
|
244
|
-
|
|
257
|
+
_delete(id, options) {
|
|
245
258
|
return __awaiter(this, void 0, void 0, function* () {
|
|
246
259
|
var _a, _b, _c;
|
|
247
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
260
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator._delete(id, options);
|
|
248
261
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
249
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
262
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ESignTemplatesApi._delete']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
250
263
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
251
264
|
});
|
|
252
265
|
},
|
|
253
266
|
/**
|
|
254
267
|
*
|
|
255
|
-
* @summary
|
|
256
|
-
* @param {
|
|
268
|
+
* @summary Create a template
|
|
269
|
+
* @param {SignatureTemplateRequest} signatureTemplateRequest
|
|
257
270
|
* @param {*} [options] Override http request option.
|
|
258
271
|
* @throws {RequiredError}
|
|
259
272
|
*/
|
|
260
|
-
|
|
273
|
+
create1(signatureTemplateRequest, options) {
|
|
261
274
|
return __awaiter(this, void 0, void 0, function* () {
|
|
262
275
|
var _a, _b, _c;
|
|
263
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
276
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.create1(signatureTemplateRequest, options);
|
|
264
277
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
265
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
278
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ESignTemplatesApi.create1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
266
279
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
267
280
|
});
|
|
268
281
|
},
|
|
269
282
|
/**
|
|
270
283
|
*
|
|
271
|
-
* @summary
|
|
272
|
-
* @param {
|
|
284
|
+
* @summary Get a template
|
|
285
|
+
* @param {string} id
|
|
273
286
|
* @param {*} [options] Override http request option.
|
|
274
287
|
* @throws {RequiredError}
|
|
275
288
|
*/
|
|
276
|
-
|
|
289
|
+
get1(id, options) {
|
|
277
290
|
return __awaiter(this, void 0, void 0, function* () {
|
|
278
291
|
var _a, _b, _c;
|
|
279
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
292
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.get1(id, options);
|
|
280
293
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
281
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
294
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ESignTemplatesApi.get1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
282
295
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
283
296
|
});
|
|
284
297
|
},
|
|
285
298
|
/**
|
|
286
299
|
*
|
|
287
|
-
* @summary
|
|
300
|
+
* @summary Create (and send) an envelope from a template
|
|
288
301
|
* @param {string} id
|
|
302
|
+
* @param {InstantiateTemplateRequest} instantiateTemplateRequest
|
|
289
303
|
* @param {*} [options] Override http request option.
|
|
290
304
|
* @throws {RequiredError}
|
|
291
305
|
*/
|
|
292
|
-
|
|
306
|
+
instantiate(id, instantiateTemplateRequest, options) {
|
|
293
307
|
return __awaiter(this, void 0, void 0, function* () {
|
|
294
308
|
var _a, _b, _c;
|
|
295
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
309
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.instantiate(id, instantiateTemplateRequest, options);
|
|
296
310
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
297
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
311
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ESignTemplatesApi.instantiate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
298
312
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
299
313
|
});
|
|
300
314
|
},
|
|
301
315
|
/**
|
|
302
316
|
*
|
|
303
|
-
* @summary List
|
|
317
|
+
* @summary List my templates
|
|
304
318
|
* @param {*} [options] Override http request option.
|
|
305
319
|
* @throws {RequiredError}
|
|
306
320
|
*/
|
|
307
|
-
|
|
321
|
+
list(options) {
|
|
308
322
|
return __awaiter(this, void 0, void 0, function* () {
|
|
309
323
|
var _a, _b, _c;
|
|
310
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
324
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.list(options);
|
|
311
325
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
312
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
326
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ESignTemplatesApi.list']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
313
327
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
314
328
|
});
|
|
315
329
|
},
|
|
316
330
|
/**
|
|
317
331
|
*
|
|
318
|
-
* @summary
|
|
332
|
+
* @summary Update a template
|
|
333
|
+
* @param {string} id
|
|
334
|
+
* @param {SignatureTemplateRequest} signatureTemplateRequest
|
|
319
335
|
* @param {*} [options] Override http request option.
|
|
320
336
|
* @throws {RequiredError}
|
|
321
337
|
*/
|
|
322
|
-
|
|
338
|
+
update1(id, signatureTemplateRequest, options) {
|
|
323
339
|
return __awaiter(this, void 0, void 0, function* () {
|
|
324
340
|
var _a, _b, _c;
|
|
325
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
341
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.update1(id, signatureTemplateRequest, options);
|
|
326
342
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
327
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
343
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ESignTemplatesApi.update1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
328
344
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
329
345
|
});
|
|
330
346
|
},
|
|
331
347
|
};
|
|
332
348
|
};
|
|
333
|
-
exports.
|
|
349
|
+
exports.ESignTemplatesApiFp = ESignTemplatesApiFp;
|
|
334
350
|
/**
|
|
335
|
-
*
|
|
351
|
+
* ESignTemplatesApi - factory interface
|
|
336
352
|
*/
|
|
337
|
-
const
|
|
338
|
-
const localVarFp = (0, exports.
|
|
353
|
+
const ESignTemplatesApiFactory = function (configuration, basePath, axios) {
|
|
354
|
+
const localVarFp = (0, exports.ESignTemplatesApiFp)(configuration);
|
|
339
355
|
return {
|
|
340
356
|
/**
|
|
341
357
|
*
|
|
342
|
-
* @summary
|
|
358
|
+
* @summary Delete a template
|
|
343
359
|
* @param {string} id
|
|
344
360
|
* @param {*} [options] Override http request option.
|
|
345
361
|
* @throws {RequiredError}
|
|
346
362
|
*/
|
|
347
|
-
|
|
348
|
-
return localVarFp.
|
|
363
|
+
_delete(id, options) {
|
|
364
|
+
return localVarFp._delete(id, options).then((request) => request(axios, basePath));
|
|
349
365
|
},
|
|
350
366
|
/**
|
|
351
367
|
*
|
|
352
|
-
* @summary
|
|
353
|
-
* @param {
|
|
368
|
+
* @summary Create a template
|
|
369
|
+
* @param {SignatureTemplateRequest} signatureTemplateRequest
|
|
354
370
|
* @param {*} [options] Override http request option.
|
|
355
371
|
* @throws {RequiredError}
|
|
356
372
|
*/
|
|
357
|
-
|
|
358
|
-
return localVarFp.
|
|
373
|
+
create1(signatureTemplateRequest, options) {
|
|
374
|
+
return localVarFp.create1(signatureTemplateRequest, options).then((request) => request(axios, basePath));
|
|
359
375
|
},
|
|
360
376
|
/**
|
|
361
377
|
*
|
|
362
|
-
* @summary
|
|
363
|
-
* @param {
|
|
378
|
+
* @summary Get a template
|
|
379
|
+
* @param {string} id
|
|
364
380
|
* @param {*} [options] Override http request option.
|
|
365
381
|
* @throws {RequiredError}
|
|
366
382
|
*/
|
|
367
|
-
|
|
368
|
-
return localVarFp.
|
|
383
|
+
get1(id, options) {
|
|
384
|
+
return localVarFp.get1(id, options).then((request) => request(axios, basePath));
|
|
369
385
|
},
|
|
370
386
|
/**
|
|
371
387
|
*
|
|
372
|
-
* @summary
|
|
388
|
+
* @summary Create (and send) an envelope from a template
|
|
373
389
|
* @param {string} id
|
|
390
|
+
* @param {InstantiateTemplateRequest} instantiateTemplateRequest
|
|
374
391
|
* @param {*} [options] Override http request option.
|
|
375
392
|
* @throws {RequiredError}
|
|
376
393
|
*/
|
|
377
|
-
|
|
378
|
-
return localVarFp.
|
|
394
|
+
instantiate(id, instantiateTemplateRequest, options) {
|
|
395
|
+
return localVarFp.instantiate(id, instantiateTemplateRequest, options).then((request) => request(axios, basePath));
|
|
379
396
|
},
|
|
380
397
|
/**
|
|
381
398
|
*
|
|
382
|
-
* @summary List
|
|
399
|
+
* @summary List my templates
|
|
383
400
|
* @param {*} [options] Override http request option.
|
|
384
401
|
* @throws {RequiredError}
|
|
385
402
|
*/
|
|
386
|
-
|
|
387
|
-
return localVarFp.
|
|
403
|
+
list(options) {
|
|
404
|
+
return localVarFp.list(options).then((request) => request(axios, basePath));
|
|
388
405
|
},
|
|
389
406
|
/**
|
|
390
407
|
*
|
|
391
|
-
* @summary
|
|
408
|
+
* @summary Update a template
|
|
409
|
+
* @param {string} id
|
|
410
|
+
* @param {SignatureTemplateRequest} signatureTemplateRequest
|
|
392
411
|
* @param {*} [options] Override http request option.
|
|
393
412
|
* @throws {RequiredError}
|
|
394
413
|
*/
|
|
395
|
-
|
|
396
|
-
return localVarFp.
|
|
414
|
+
update1(id, signatureTemplateRequest, options) {
|
|
415
|
+
return localVarFp.update1(id, signatureTemplateRequest, options).then((request) => request(axios, basePath));
|
|
397
416
|
},
|
|
398
417
|
};
|
|
399
418
|
};
|
|
400
|
-
exports.
|
|
419
|
+
exports.ESignTemplatesApiFactory = ESignTemplatesApiFactory;
|
|
401
420
|
/**
|
|
402
|
-
*
|
|
421
|
+
* ESignTemplatesApi - object-oriented interface
|
|
403
422
|
*/
|
|
404
|
-
class
|
|
423
|
+
class ESignTemplatesApi extends base_1.BaseAPI {
|
|
405
424
|
/**
|
|
406
425
|
*
|
|
407
|
-
* @summary
|
|
426
|
+
* @summary Delete a template
|
|
408
427
|
* @param {string} id
|
|
409
428
|
* @param {*} [options] Override http request option.
|
|
410
429
|
* @throws {RequiredError}
|
|
411
430
|
*/
|
|
412
|
-
|
|
413
|
-
return (0, exports.
|
|
431
|
+
_delete(id, options) {
|
|
432
|
+
return (0, exports.ESignTemplatesApiFp)(this.configuration)._delete(id, options).then((request) => request(this.axios, this.basePath));
|
|
414
433
|
}
|
|
415
434
|
/**
|
|
416
435
|
*
|
|
417
|
-
* @summary
|
|
418
|
-
* @param {
|
|
436
|
+
* @summary Create a template
|
|
437
|
+
* @param {SignatureTemplateRequest} signatureTemplateRequest
|
|
419
438
|
* @param {*} [options] Override http request option.
|
|
420
439
|
* @throws {RequiredError}
|
|
421
440
|
*/
|
|
422
|
-
|
|
423
|
-
return (0, exports.
|
|
441
|
+
create1(signatureTemplateRequest, options) {
|
|
442
|
+
return (0, exports.ESignTemplatesApiFp)(this.configuration).create1(signatureTemplateRequest, options).then((request) => request(this.axios, this.basePath));
|
|
424
443
|
}
|
|
425
444
|
/**
|
|
426
445
|
*
|
|
427
|
-
* @summary
|
|
428
|
-
* @param {
|
|
446
|
+
* @summary Get a template
|
|
447
|
+
* @param {string} id
|
|
429
448
|
* @param {*} [options] Override http request option.
|
|
430
449
|
* @throws {RequiredError}
|
|
431
450
|
*/
|
|
432
|
-
|
|
433
|
-
return (0, exports.
|
|
451
|
+
get1(id, options) {
|
|
452
|
+
return (0, exports.ESignTemplatesApiFp)(this.configuration).get1(id, options).then((request) => request(this.axios, this.basePath));
|
|
434
453
|
}
|
|
435
454
|
/**
|
|
436
455
|
*
|
|
437
|
-
* @summary
|
|
456
|
+
* @summary Create (and send) an envelope from a template
|
|
438
457
|
* @param {string} id
|
|
458
|
+
* @param {InstantiateTemplateRequest} instantiateTemplateRequest
|
|
439
459
|
* @param {*} [options] Override http request option.
|
|
440
460
|
* @throws {RequiredError}
|
|
441
461
|
*/
|
|
442
|
-
|
|
443
|
-
return (0, exports.
|
|
462
|
+
instantiate(id, instantiateTemplateRequest, options) {
|
|
463
|
+
return (0, exports.ESignTemplatesApiFp)(this.configuration).instantiate(id, instantiateTemplateRequest, options).then((request) => request(this.axios, this.basePath));
|
|
444
464
|
}
|
|
445
465
|
/**
|
|
446
466
|
*
|
|
447
|
-
* @summary List
|
|
467
|
+
* @summary List my templates
|
|
448
468
|
* @param {*} [options] Override http request option.
|
|
449
469
|
* @throws {RequiredError}
|
|
450
470
|
*/
|
|
451
|
-
|
|
452
|
-
return (0, exports.
|
|
471
|
+
list(options) {
|
|
472
|
+
return (0, exports.ESignTemplatesApiFp)(this.configuration).list(options).then((request) => request(this.axios, this.basePath));
|
|
453
473
|
}
|
|
454
474
|
/**
|
|
455
475
|
*
|
|
456
|
-
* @summary
|
|
476
|
+
* @summary Update a template
|
|
477
|
+
* @param {string} id
|
|
478
|
+
* @param {SignatureTemplateRequest} signatureTemplateRequest
|
|
457
479
|
* @param {*} [options] Override http request option.
|
|
458
480
|
* @throws {RequiredError}
|
|
459
481
|
*/
|
|
460
|
-
|
|
461
|
-
return (0, exports.
|
|
482
|
+
update1(id, signatureTemplateRequest, options) {
|
|
483
|
+
return (0, exports.ESignTemplatesApiFp)(this.configuration).update1(id, signatureTemplateRequest, options).then((request) => request(this.axios, this.basePath));
|
|
462
484
|
}
|
|
463
485
|
}
|
|
464
|
-
exports.
|
|
486
|
+
exports.ESignTemplatesApi = ESignTemplatesApi;
|
package/dist/api.d.ts
CHANGED
|
@@ -17,11 +17,13 @@ export * from './api/comments-api';
|
|
|
17
17
|
export * from './api/dashboard-api';
|
|
18
18
|
export * from './api/delegated-browse-grants-admin-api';
|
|
19
19
|
export * from './api/delegated-browse-grants-end-user-api';
|
|
20
|
-
export * from './api/digital-signature-api';
|
|
21
|
-
export * from './api/digital-signature-public-api';
|
|
22
20
|
export * from './api/document-controller-api';
|
|
23
21
|
export * from './api/document-suggestion-controller-api';
|
|
24
22
|
export * from './api/document-version-controller-api';
|
|
23
|
+
export * from './api/esign-api';
|
|
24
|
+
export * from './api/esign-enterprise-api';
|
|
25
|
+
export * from './api/esign-public-api';
|
|
26
|
+
export * from './api/esign-templates-api';
|
|
25
27
|
export * from './api/favorites-api';
|
|
26
28
|
export * from './api/file-controller-api';
|
|
27
29
|
export * from './api/folder-controller-api';
|
package/dist/api.js
CHANGED
|
@@ -35,11 +35,13 @@ __exportStar(require("./api/comments-api"), exports);
|
|
|
35
35
|
__exportStar(require("./api/dashboard-api"), exports);
|
|
36
36
|
__exportStar(require("./api/delegated-browse-grants-admin-api"), exports);
|
|
37
37
|
__exportStar(require("./api/delegated-browse-grants-end-user-api"), exports);
|
|
38
|
-
__exportStar(require("./api/digital-signature-api"), exports);
|
|
39
|
-
__exportStar(require("./api/digital-signature-public-api"), exports);
|
|
40
38
|
__exportStar(require("./api/document-controller-api"), exports);
|
|
41
39
|
__exportStar(require("./api/document-suggestion-controller-api"), exports);
|
|
42
40
|
__exportStar(require("./api/document-version-controller-api"), exports);
|
|
41
|
+
__exportStar(require("./api/esign-api"), exports);
|
|
42
|
+
__exportStar(require("./api/esign-enterprise-api"), exports);
|
|
43
|
+
__exportStar(require("./api/esign-public-api"), exports);
|
|
44
|
+
__exportStar(require("./api/esign-templates-api"), exports);
|
|
43
45
|
__exportStar(require("./api/favorites-api"), exports);
|
|
44
46
|
__exportStar(require("./api/file-controller-api"), exports);
|
|
45
47
|
__exportStar(require("./api/folder-controller-api"), exports);
|