@openfilz-sdk/typescript-ee 1.5.3 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/VERSION +1 -1
- package/.openapi-generator/openfilz-api-generate-typescript-sdk.sha256 +1 -1
- package/README.md +2 -2
- package/api/collaboration-audit-controller-api.ts +2 -2
- package/api/collaboration-controller-api.ts +9 -9
- package/api/comments-api.ts +2 -2
- package/api/delegated-browse-grants-admin-api.ts +3 -3
- package/api/delegated-browse-grants-end-user-api.ts +5 -5
- package/api/digital-signature-api.ts +3 -3
- package/api/document-controller-api.ts +10 -10
- package/api/favorites-api.ts +4 -4
- package/api/file-controller-api.ts +1 -1
- package/api/folder-controller-api.ts +1 -1
- package/api/notifications-api.ts +1 -1
- package/api/scan-agent-api.ts +1 -1
- package/api/scanner-proxy-api.ts +4 -4
- package/api/tus-controller-api.ts +6 -6
- package/configuration.ts +2 -2
- package/dist/api/collaboration-audit-controller-api.js +2 -2
- package/dist/api/collaboration-controller-api.js +9 -9
- package/dist/api/comments-api.js +2 -2
- package/dist/api/delegated-browse-grants-admin-api.js +3 -3
- package/dist/api/delegated-browse-grants-end-user-api.js +5 -5
- package/dist/api/digital-signature-api.js +3 -3
- package/dist/api/document-controller-api.js +10 -10
- package/dist/api/favorites-api.js +4 -4
- package/dist/api/file-controller-api.js +1 -1
- package/dist/api/folder-controller-api.js +1 -1
- package/dist/api/notifications-api.js +1 -1
- package/dist/api/scan-agent-api.js +1 -1
- package/dist/api/scanner-proxy-api.js +4 -4
- package/dist/api/tus-controller-api.js +6 -6
- package/dist/configuration.js +2 -2
- package/dist/esm/api/collaboration-audit-controller-api.js +2 -2
- package/dist/esm/api/collaboration-controller-api.js +9 -9
- package/dist/esm/api/comments-api.js +2 -2
- package/dist/esm/api/delegated-browse-grants-admin-api.js +3 -3
- package/dist/esm/api/delegated-browse-grants-end-user-api.js +5 -5
- package/dist/esm/api/digital-signature-api.js +3 -3
- package/dist/esm/api/document-controller-api.js +10 -10
- package/dist/esm/api/favorites-api.js +4 -4
- package/dist/esm/api/file-controller-api.js +1 -1
- package/dist/esm/api/folder-controller-api.js +1 -1
- package/dist/esm/api/notifications-api.js +1 -1
- package/dist/esm/api/scan-agent-api.js +1 -1
- package/dist/esm/api/scanner-proxy-api.js +4 -4
- package/dist/esm/api/tus-controller-api.js +6 -6
- package/dist/esm/configuration.js +2 -2
- package/dist/esm/models/audit-verification-result.js +1 -1
- package/dist/esm/models/create-blank-document-request.js +1 -1
- package/dist/esm/models/create-delegated-grant-request.js +1 -1
- package/dist/esm/models/delegated-grant-dto.js +2 -2
- package/dist/esm/models/document-info.js +1 -1
- package/dist/esm/models/enriched-audit-log.js +2 -2
- package/dist/esm/models/folder-element-info.js +1 -1
- package/dist/esm/models/notification-dto.js +1 -1
- package/dist/esm/models/public-signature-view.js +2 -2
- package/dist/esm/models/search-by-audit-log-request.js +2 -2
- package/dist/esm/models/search-by-metadata-request.js +1 -1
- package/dist/esm/models/share-request.js +1 -1
- package/dist/esm/models/share-result-error.js +1 -1
- package/dist/esm/models/signature-envelope-dto.js +1 -1
- package/dist/esm/models/signature-recipient-dto.js +1 -1
- package/dist/esm/models/sort-input.js +1 -1
- package/dist/esm/models/team-member-info.js +1 -1
- package/dist/esm/models/update-user-request.js +1 -1
- package/dist/esm/models/user-registration-request.js +1 -1
- package/dist/models/audit-verification-result.js +1 -1
- package/dist/models/create-blank-document-request.js +1 -1
- package/dist/models/create-delegated-grant-request.js +1 -1
- package/dist/models/delegated-grant-dto.js +2 -2
- package/dist/models/document-info.js +1 -1
- package/dist/models/enriched-audit-log.js +2 -2
- package/dist/models/folder-element-info.js +1 -1
- package/dist/models/notification-dto.js +1 -1
- package/dist/models/public-signature-view.js +2 -2
- package/dist/models/search-by-audit-log-request.js +2 -2
- package/dist/models/search-by-metadata-request.js +1 -1
- package/dist/models/share-request.js +1 -1
- package/dist/models/share-result-error.js +1 -1
- package/dist/models/signature-envelope-dto.js +1 -1
- package/dist/models/signature-recipient-dto.js +1 -1
- package/dist/models/sort-input.js +1 -1
- package/dist/models/team-member-info.js +1 -1
- package/dist/models/update-user-request.js +1 -1
- package/dist/models/user-registration-request.js +1 -1
- package/models/audit-verification-result.ts +1 -1
- package/models/create-blank-document-request.ts +1 -1
- package/models/create-delegated-grant-request.ts +1 -1
- package/models/delegated-grant-dto.ts +2 -2
- package/models/document-info.ts +1 -1
- package/models/enriched-audit-log.ts +2 -2
- package/models/folder-element-info.ts +1 -1
- package/models/notification-dto.ts +1 -1
- package/models/public-signature-view.ts +2 -2
- package/models/search-by-audit-log-request.ts +2 -2
- package/models/search-by-metadata-request.ts +1 -1
- package/models/share-request.ts +1 -1
- package/models/share-result-error.ts +1 -1
- package/models/signature-envelope-dto.ts +1 -1
- package/models/signature-recipient-dto.ts +1 -1
- package/models/sort-input.ts +1 -1
- package/models/team-member-info.ts +1 -1
- package/models/update-user-request.ts +1 -1
- package/models/user-registration-request.ts +1 -1
- package/package.json +2 -2
package/dist/api/comments-api.js
CHANGED
|
@@ -79,7 +79,7 @@ const CommentsApiAxiosParamCreator = function (configuration) {
|
|
|
79
79
|
// verify required parameter 'id' is not null or undefined
|
|
80
80
|
(0, common_1.assertParamExists)('deleteComment', 'id', id);
|
|
81
81
|
const localVarPath = `/api/v1/documents/comments/{id}`
|
|
82
|
-
.replace(
|
|
82
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
83
83
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
84
84
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
85
85
|
let baseOptions;
|
|
@@ -114,7 +114,7 @@ const CommentsApiAxiosParamCreator = function (configuration) {
|
|
|
114
114
|
// verify required parameter 'updateCommentRequest' is not null or undefined
|
|
115
115
|
(0, common_1.assertParamExists)('updateComment', 'updateCommentRequest', updateCommentRequest);
|
|
116
116
|
const localVarPath = `/api/v1/documents/comments/{id}`
|
|
117
|
-
.replace(
|
|
117
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
118
118
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
119
119
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
120
120
|
let baseOptions;
|
|
@@ -87,7 +87,7 @@ const DelegatedBrowseGrantsAdminApiAxiosParamCreator = function (configuration)
|
|
|
87
87
|
// verify required parameter 'consumeDelegatedGrantRequest' is not null or undefined
|
|
88
88
|
(0, common_1.assertParamExists)('consume', 'consumeDelegatedGrantRequest', consumeDelegatedGrantRequest);
|
|
89
89
|
const localVarPath = `/api/v1/admin/delegated/grants/{id}/consume`
|
|
90
|
-
.replace(
|
|
90
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
91
91
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
92
92
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
93
93
|
let baseOptions;
|
|
@@ -122,7 +122,7 @@ const DelegatedBrowseGrantsAdminApiAxiosParamCreator = function (configuration)
|
|
|
122
122
|
// verify required parameter 'id' is not null or undefined
|
|
123
123
|
(0, common_1.assertParamExists)('getGrant', 'id', id);
|
|
124
124
|
const localVarPath = `/api/v1/admin/delegated/grants/{id}`
|
|
125
|
-
.replace(
|
|
125
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
126
126
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
127
127
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
128
128
|
let baseOptions;
|
|
@@ -430,5 +430,5 @@ exports.ListMineStatusEnum = {
|
|
|
430
430
|
Declined: 'DECLINED',
|
|
431
431
|
Revoked: 'REVOKED',
|
|
432
432
|
Expired: 'EXPIRED',
|
|
433
|
-
Consumed: 'CONSUMED'
|
|
433
|
+
Consumed: 'CONSUMED',
|
|
434
434
|
};
|
|
@@ -45,7 +45,7 @@ const DelegatedBrowseGrantsEndUserApiAxiosParamCreator = function (configuration
|
|
|
45
45
|
// verify required parameter 'id' is not null or undefined
|
|
46
46
|
(0, common_1.assertParamExists)('accept', 'id', id);
|
|
47
47
|
const localVarPath = `/api/v1/users/me/delegated/grants/{id}/accept`
|
|
48
|
-
.replace(
|
|
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);
|
|
51
51
|
let baseOptions;
|
|
@@ -78,7 +78,7 @@ const DelegatedBrowseGrantsEndUserApiAxiosParamCreator = function (configuration
|
|
|
78
78
|
// verify required parameter 'id' is not null or undefined
|
|
79
79
|
(0, common_1.assertParamExists)('decline', 'id', id);
|
|
80
80
|
const localVarPath = `/api/v1/users/me/delegated/grants/{id}/decline`
|
|
81
|
-
.replace(
|
|
81
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
82
82
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
83
83
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
84
84
|
let baseOptions;
|
|
@@ -111,7 +111,7 @@ const DelegatedBrowseGrantsEndUserApiAxiosParamCreator = function (configuration
|
|
|
111
111
|
// verify required parameter 'id' is not null or undefined
|
|
112
112
|
(0, common_1.assertParamExists)('disableLinkedWebhook', 'id', id);
|
|
113
113
|
const localVarPath = `/api/v1/users/me/delegated/grants/{id}/disable-webhook`
|
|
114
|
-
.replace(
|
|
114
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
115
115
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
116
116
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
117
117
|
let baseOptions;
|
|
@@ -177,7 +177,7 @@ const DelegatedBrowseGrantsEndUserApiAxiosParamCreator = function (configuration
|
|
|
177
177
|
// verify required parameter 'id' is not null or undefined
|
|
178
178
|
(0, common_1.assertParamExists)('revoke', 'id', id);
|
|
179
179
|
const localVarPath = `/api/v1/users/me/delegated/grants/{id}/revoke`
|
|
180
|
-
.replace(
|
|
180
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
181
181
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
182
182
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
183
183
|
let baseOptions;
|
|
@@ -412,5 +412,5 @@ exports.ListIncomingStatusEnum = {
|
|
|
412
412
|
Declined: 'DECLINED',
|
|
413
413
|
Revoked: 'REVOKED',
|
|
414
414
|
Expired: 'EXPIRED',
|
|
415
|
-
Consumed: 'CONSUMED'
|
|
415
|
+
Consumed: 'CONSUMED',
|
|
416
416
|
};
|
|
@@ -45,7 +45,7 @@ const DigitalSignatureApiAxiosParamCreator = function (configuration) {
|
|
|
45
45
|
// verify required parameter 'id' is not null or undefined
|
|
46
46
|
(0, common_1.assertParamExists)('archive', 'id', id);
|
|
47
47
|
const localVarPath = `/api/v1/signatures/{id}/archive`
|
|
48
|
-
.replace(
|
|
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);
|
|
51
51
|
let baseOptions;
|
|
@@ -78,7 +78,7 @@ const DigitalSignatureApiAxiosParamCreator = function (configuration) {
|
|
|
78
78
|
// verify required parameter 'id' is not null or undefined
|
|
79
79
|
(0, common_1.assertParamExists)('cancel', 'id', id);
|
|
80
80
|
const localVarPath = `/api/v1/signatures/{id}/cancel`
|
|
81
|
-
.replace(
|
|
81
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
82
82
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
83
83
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
84
84
|
let baseOptions;
|
|
@@ -145,7 +145,7 @@ const DigitalSignatureApiAxiosParamCreator = function (configuration) {
|
|
|
145
145
|
// verify required parameter 'id' is not null or undefined
|
|
146
146
|
(0, common_1.assertParamExists)('get1', 'id', id);
|
|
147
147
|
const localVarPath = `/api/v1/signatures/{id}`
|
|
148
|
-
.replace(
|
|
148
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
149
149
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
150
150
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
151
151
|
let baseOptions;
|
|
@@ -82,7 +82,7 @@ const DocumentControllerApiAxiosParamCreator = function (configuration) {
|
|
|
82
82
|
// verify required parameter 'deleteMetadataRequest' is not null or undefined
|
|
83
83
|
(0, common_1.assertParamExists)('deleteDocumentMetadata', 'deleteMetadataRequest', deleteMetadataRequest);
|
|
84
84
|
const localVarPath = `/api/v1/documents/{documentId}/metadata`
|
|
85
|
-
.replace(
|
|
85
|
+
.replace('{documentId}', encodeURIComponent(String(documentId)));
|
|
86
86
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
87
87
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
88
88
|
let baseOptions;
|
|
@@ -116,7 +116,7 @@ const DocumentControllerApiAxiosParamCreator = function (configuration) {
|
|
|
116
116
|
// verify required parameter 'documentId' is not null or undefined
|
|
117
117
|
(0, common_1.assertParamExists)('downloadDocument', 'documentId', documentId);
|
|
118
118
|
const localVarPath = `/api/v1/documents/{documentId}/download`
|
|
119
|
-
.replace(
|
|
119
|
+
.replace('{documentId}', encodeURIComponent(String(documentId)));
|
|
120
120
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
121
121
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
122
122
|
let baseOptions;
|
|
@@ -152,7 +152,7 @@ const DocumentControllerApiAxiosParamCreator = function (configuration) {
|
|
|
152
152
|
// verify required parameter 'token' is not null or undefined
|
|
153
153
|
(0, common_1.assertParamExists)('downloadForOnlyOffice', 'token', token);
|
|
154
154
|
const localVarPath = `/api/v1/documents/{documentId}/onlyoffice-download`
|
|
155
|
-
.replace(
|
|
155
|
+
.replace('{documentId}', encodeURIComponent(String(documentId)));
|
|
156
156
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
157
157
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
158
158
|
let baseOptions;
|
|
@@ -222,7 +222,7 @@ const DocumentControllerApiAxiosParamCreator = function (configuration) {
|
|
|
222
222
|
// verify required parameter 'documentId' is not null or undefined
|
|
223
223
|
(0, common_1.assertParamExists)('getDocumentAncestors', 'documentId', documentId);
|
|
224
224
|
const localVarPath = `/api/v1/documents/{documentId}/ancestors`
|
|
225
|
-
.replace(
|
|
225
|
+
.replace('{documentId}', encodeURIComponent(String(documentId)));
|
|
226
226
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
227
227
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
228
228
|
let baseOptions;
|
|
@@ -256,7 +256,7 @@ const DocumentControllerApiAxiosParamCreator = function (configuration) {
|
|
|
256
256
|
// verify required parameter 'documentId' is not null or undefined
|
|
257
257
|
(0, common_1.assertParamExists)('getDocumentInfo', 'documentId', documentId);
|
|
258
258
|
const localVarPath = `/api/v1/documents/{documentId}/info`
|
|
259
|
-
.replace(
|
|
259
|
+
.replace('{documentId}', encodeURIComponent(String(documentId)));
|
|
260
260
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
261
261
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
262
262
|
let baseOptions;
|
|
@@ -293,7 +293,7 @@ const DocumentControllerApiAxiosParamCreator = function (configuration) {
|
|
|
293
293
|
// verify required parameter 'documentId' is not null or undefined
|
|
294
294
|
(0, common_1.assertParamExists)('getDocumentMetadata', 'documentId', documentId);
|
|
295
295
|
const localVarPath = `/api/v1/documents/{documentId}/search/metadata`
|
|
296
|
-
.replace(
|
|
296
|
+
.replace('{documentId}', encodeURIComponent(String(documentId)));
|
|
297
297
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
298
298
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
299
299
|
let baseOptions;
|
|
@@ -330,7 +330,7 @@ const DocumentControllerApiAxiosParamCreator = function (configuration) {
|
|
|
330
330
|
// verify required parameter 'documentId' is not null or undefined
|
|
331
331
|
(0, common_1.assertParamExists)('getDocumentPosition', 'documentId', documentId);
|
|
332
332
|
const localVarPath = `/api/v1/documents/{documentId}/position`
|
|
333
|
-
.replace(
|
|
333
|
+
.replace('{documentId}', encodeURIComponent(String(documentId)));
|
|
334
334
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
335
335
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
336
336
|
let baseOptions;
|
|
@@ -372,7 +372,7 @@ const DocumentControllerApiAxiosParamCreator = function (configuration) {
|
|
|
372
372
|
// verify required parameter 'file' is not null or undefined
|
|
373
373
|
(0, common_1.assertParamExists)('replaceDocumentContent', 'file', file);
|
|
374
374
|
const localVarPath = `/api/v1/documents/{documentId}/replace-content`
|
|
375
|
-
.replace(
|
|
375
|
+
.replace('{documentId}', encodeURIComponent(String(documentId)));
|
|
376
376
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
377
377
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
378
378
|
let baseOptions;
|
|
@@ -414,7 +414,7 @@ const DocumentControllerApiAxiosParamCreator = function (configuration) {
|
|
|
414
414
|
// verify required parameter 'requestBody' is not null or undefined
|
|
415
415
|
(0, common_1.assertParamExists)('replaceDocumentMetadata', 'requestBody', requestBody);
|
|
416
416
|
const localVarPath = `/api/v1/documents/{documentId}/replace-metadata`
|
|
417
|
-
.replace(
|
|
417
|
+
.replace('{documentId}', encodeURIComponent(String(documentId)));
|
|
418
418
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
419
419
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
420
420
|
let baseOptions;
|
|
@@ -486,7 +486,7 @@ const DocumentControllerApiAxiosParamCreator = function (configuration) {
|
|
|
486
486
|
// verify required parameter 'updateMetadataRequest' is not null or undefined
|
|
487
487
|
(0, common_1.assertParamExists)('updateDocumentMetadata', 'updateMetadataRequest', updateMetadataRequest);
|
|
488
488
|
const localVarPath = `/api/v1/documents/{documentId}/metadata`
|
|
489
|
-
.replace(
|
|
489
|
+
.replace('{documentId}', encodeURIComponent(String(documentId)));
|
|
490
490
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
491
491
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
492
492
|
let baseOptions;
|
|
@@ -45,7 +45,7 @@ const FavoritesApiAxiosParamCreator = function (configuration) {
|
|
|
45
45
|
// verify required parameter 'documentId' is not null or undefined
|
|
46
46
|
(0, common_1.assertParamExists)('addFavorite', 'documentId', documentId);
|
|
47
47
|
const localVarPath = `/api/v1/favorites/{documentId}`
|
|
48
|
-
.replace(
|
|
48
|
+
.replace('{documentId}', encodeURIComponent(String(documentId)));
|
|
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);
|
|
51
51
|
let baseOptions;
|
|
@@ -77,7 +77,7 @@ const FavoritesApiAxiosParamCreator = function (configuration) {
|
|
|
77
77
|
// verify required parameter 'documentId' is not null or undefined
|
|
78
78
|
(0, common_1.assertParamExists)('isFavorite', 'documentId', documentId);
|
|
79
79
|
const localVarPath = `/api/v1/favorites/{documentId}/is-favorite`
|
|
80
|
-
.replace(
|
|
80
|
+
.replace('{documentId}', encodeURIComponent(String(documentId)));
|
|
81
81
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
82
82
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
83
83
|
let baseOptions;
|
|
@@ -110,7 +110,7 @@ const FavoritesApiAxiosParamCreator = function (configuration) {
|
|
|
110
110
|
// verify required parameter 'documentId' is not null or undefined
|
|
111
111
|
(0, common_1.assertParamExists)('removeFavorite', 'documentId', documentId);
|
|
112
112
|
const localVarPath = `/api/v1/favorites/{documentId}`
|
|
113
|
-
.replace(
|
|
113
|
+
.replace('{documentId}', encodeURIComponent(String(documentId)));
|
|
114
114
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
115
115
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
116
116
|
let baseOptions;
|
|
@@ -142,7 +142,7 @@ const FavoritesApiAxiosParamCreator = function (configuration) {
|
|
|
142
142
|
// verify required parameter 'documentId' is not null or undefined
|
|
143
143
|
(0, common_1.assertParamExists)('toggleFavorite', 'documentId', documentId);
|
|
144
144
|
const localVarPath = `/api/v1/favorites/{documentId}/toggle`
|
|
145
|
-
.replace(
|
|
145
|
+
.replace('{documentId}', encodeURIComponent(String(documentId)));
|
|
146
146
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
147
147
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
148
148
|
let baseOptions;
|
|
@@ -148,7 +148,7 @@ const FileControllerApiAxiosParamCreator = function (configuration) {
|
|
|
148
148
|
// verify required parameter 'renameRequest' is not null or undefined
|
|
149
149
|
(0, common_1.assertParamExists)('renameFile', 'renameRequest', renameRequest);
|
|
150
150
|
const localVarPath = `/api/v1/files/{fileId}/rename`
|
|
151
|
-
.replace(
|
|
151
|
+
.replace('{fileId}', encodeURIComponent(String(fileId)));
|
|
152
152
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
153
153
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
154
154
|
let baseOptions;
|
|
@@ -256,7 +256,7 @@ const FolderControllerApiAxiosParamCreator = function (configuration) {
|
|
|
256
256
|
// verify required parameter 'renameRequest' is not null or undefined
|
|
257
257
|
(0, common_1.assertParamExists)('renameFolder', 'renameRequest', renameRequest);
|
|
258
258
|
const localVarPath = `/api/v1/folders/{folderId}/rename`
|
|
259
|
-
.replace(
|
|
259
|
+
.replace('{folderId}', encodeURIComponent(String(folderId)));
|
|
260
260
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
261
261
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
262
262
|
let baseOptions;
|
|
@@ -131,7 +131,7 @@ const NotificationsApiAxiosParamCreator = function (configuration) {
|
|
|
131
131
|
// verify required parameter 'id' is not null or undefined
|
|
132
132
|
(0, common_1.assertParamExists)('markAsRead', 'id', id);
|
|
133
133
|
const localVarPath = `/api/v1/notifications/{id}/read`
|
|
134
|
-
.replace(
|
|
134
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
135
135
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
136
136
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
137
137
|
let baseOptions;
|
|
@@ -47,7 +47,7 @@ const ScanAgentApiAxiosParamCreator = function (configuration) {
|
|
|
47
47
|
// verify required parameter 'platform' is not null or undefined
|
|
48
48
|
(0, common_1.assertParamExists)('download', 'platform', platform);
|
|
49
49
|
const localVarPath = `/api/v1/agent/download/{platform}`
|
|
50
|
-
.replace(
|
|
50
|
+
.replace('{platform}', encodeURIComponent(String(platform)));
|
|
51
51
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
52
52
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
53
53
|
let baseOptions;
|
|
@@ -77,8 +77,8 @@ const ScannerProxyApiAxiosParamCreator = function (configuration) {
|
|
|
77
77
|
// verify required parameter 'jobId' is not null or undefined
|
|
78
78
|
(0, common_1.assertParamExists)('getScanJobStatus', 'jobId', jobId);
|
|
79
79
|
const localVarPath = `/api/v1/scan/scanners/{id}/scan/{jobId}/status`
|
|
80
|
-
.replace(
|
|
81
|
-
.replace(
|
|
80
|
+
.replace('{id}', encodeURIComponent(String(id)))
|
|
81
|
+
.replace('{jobId}', encodeURIComponent(String(jobId)));
|
|
82
82
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
83
83
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
84
84
|
let baseOptions;
|
|
@@ -111,7 +111,7 @@ const ScannerProxyApiAxiosParamCreator = function (configuration) {
|
|
|
111
111
|
// verify required parameter 'id' is not null or undefined
|
|
112
112
|
(0, common_1.assertParamExists)('getScannerCapabilities', 'id', id);
|
|
113
113
|
const localVarPath = `/api/v1/scan/scanners/{id}/capabilities`
|
|
114
|
-
.replace(
|
|
114
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
115
115
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
116
116
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
117
117
|
let baseOptions;
|
|
@@ -175,7 +175,7 @@ const ScannerProxyApiAxiosParamCreator = function (configuration) {
|
|
|
175
175
|
// verify required parameter 'id' is not null or undefined
|
|
176
176
|
(0, common_1.assertParamExists)('triggerScan', 'id', id);
|
|
177
177
|
const localVarPath = `/api/v1/scan/scanners/{id}/scan`
|
|
178
|
-
.replace(
|
|
178
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
179
179
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
180
180
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
181
181
|
let baseOptions;
|
|
@@ -73,7 +73,7 @@ const TusControllerApiAxiosParamCreator = function (configuration) {
|
|
|
73
73
|
// verify required parameter 'uploadId' is not null or undefined
|
|
74
74
|
(0, common_1.assertParamExists)('cancelUpload', 'uploadId', uploadId);
|
|
75
75
|
const localVarPath = `/api/v1/tus/{uploadId}`
|
|
76
|
-
.replace(
|
|
76
|
+
.replace('{uploadId}', encodeURIComponent(String(uploadId)));
|
|
77
77
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
78
78
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
79
79
|
let baseOptions;
|
|
@@ -148,7 +148,7 @@ const TusControllerApiAxiosParamCreator = function (configuration) {
|
|
|
148
148
|
// verify required parameter 'tusFinalizeRequest' is not null or undefined
|
|
149
149
|
(0, common_1.assertParamExists)('finalizeUpload', 'tusFinalizeRequest', tusFinalizeRequest);
|
|
150
150
|
const localVarPath = `/api/v1/tus/{uploadId}/finalize`
|
|
151
|
-
.replace(
|
|
151
|
+
.replace('{uploadId}', encodeURIComponent(String(uploadId)));
|
|
152
152
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
153
153
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
154
154
|
let baseOptions;
|
|
@@ -212,7 +212,7 @@ const TusControllerApiAxiosParamCreator = function (configuration) {
|
|
|
212
212
|
// verify required parameter 'uploadId' is not null or undefined
|
|
213
213
|
(0, common_1.assertParamExists)('getUploadInfo', 'uploadId', uploadId);
|
|
214
214
|
const localVarPath = `/api/v1/tus/{uploadId}/info`
|
|
215
|
-
.replace(
|
|
215
|
+
.replace('{uploadId}', encodeURIComponent(String(uploadId)));
|
|
216
216
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
217
217
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
218
218
|
let baseOptions;
|
|
@@ -245,7 +245,7 @@ const TusControllerApiAxiosParamCreator = function (configuration) {
|
|
|
245
245
|
// verify required parameter 'uploadId' is not null or undefined
|
|
246
246
|
(0, common_1.assertParamExists)('getUploadOffset', 'uploadId', uploadId);
|
|
247
247
|
const localVarPath = `/api/v1/tus/{uploadId}`
|
|
248
|
-
.replace(
|
|
248
|
+
.replace('{uploadId}', encodeURIComponent(String(uploadId)));
|
|
249
249
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
250
250
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
251
251
|
let baseOptions;
|
|
@@ -277,7 +277,7 @@ const TusControllerApiAxiosParamCreator = function (configuration) {
|
|
|
277
277
|
// verify required parameter 'uploadId' is not null or undefined
|
|
278
278
|
(0, common_1.assertParamExists)('isUploadComplete', 'uploadId', uploadId);
|
|
279
279
|
const localVarPath = `/api/v1/tus/{uploadId}/complete`
|
|
280
|
-
.replace(
|
|
280
|
+
.replace('{uploadId}', encodeURIComponent(String(uploadId)));
|
|
281
281
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
282
282
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
283
283
|
let baseOptions;
|
|
@@ -317,7 +317,7 @@ const TusControllerApiAxiosParamCreator = function (configuration) {
|
|
|
317
317
|
// verify required parameter 'requestBody' is not null or undefined
|
|
318
318
|
(0, common_1.assertParamExists)('uploadChunk', 'requestBody', requestBody);
|
|
319
319
|
const localVarPath = `/api/v1/tus/{uploadId}`
|
|
320
|
-
.replace(
|
|
320
|
+
.replace('{uploadId}', encodeURIComponent(String(uploadId)));
|
|
321
321
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
322
322
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
323
323
|
let baseOptions;
|
package/dist/configuration.js
CHANGED
|
@@ -37,8 +37,8 @@ class Configuration {
|
|
|
37
37
|
* @return True if the given MIME is JSON, false otherwise.
|
|
38
38
|
*/
|
|
39
39
|
isJsonMime(mime) {
|
|
40
|
-
const jsonMime =
|
|
41
|
-
return mime !== null &&
|
|
40
|
+
const jsonMime = /^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$/i;
|
|
41
|
+
return mime !== null && jsonMime.test(mime);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
exports.Configuration = Configuration;
|
|
@@ -43,7 +43,7 @@ export const CollaborationAuditControllerApiAxiosParamCreator = function (config
|
|
|
43
43
|
// verify required parameter 'id' is not null or undefined
|
|
44
44
|
assertParamExists('getAuditTrail', 'id', id);
|
|
45
45
|
const localVarPath = `/api/v1/audit/{id}`
|
|
46
|
-
.replace(
|
|
46
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
47
47
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
48
48
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
49
49
|
let baseOptions;
|
|
@@ -264,5 +264,5 @@ export class CollaborationAuditControllerApi extends BaseAPI {
|
|
|
264
264
|
}
|
|
265
265
|
export const GetAuditTrailSortEnum = {
|
|
266
266
|
Asc: 'ASC',
|
|
267
|
-
Desc: 'DESC'
|
|
267
|
+
Desc: 'DESC',
|
|
268
268
|
};
|
|
@@ -42,7 +42,7 @@ export const CollaborationControllerApiAxiosParamCreator = function (configurati
|
|
|
42
42
|
// verify required parameter 'id' is not null or undefined
|
|
43
43
|
assertParamExists('acceptShareRequest', 'id', id);
|
|
44
44
|
const localVarPath = `/api/v1/users/share-requests/{id}/accept`
|
|
45
|
-
.replace(
|
|
45
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
46
46
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
47
47
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
48
48
|
let baseOptions;
|
|
@@ -78,7 +78,7 @@ export const CollaborationControllerApiAxiosParamCreator = function (configurati
|
|
|
78
78
|
// verify required parameter 'requestBody' is not null or undefined
|
|
79
79
|
assertParamExists('addTeamMembers', 'requestBody', requestBody);
|
|
80
80
|
const localVarPath = `/api/v1/users/teams/{teamId}/members`
|
|
81
|
-
.replace(
|
|
81
|
+
.replace('{teamId}', encodeURIComponent(String(teamId)));
|
|
82
82
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
83
83
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
84
84
|
let baseOptions;
|
|
@@ -214,7 +214,7 @@ export const CollaborationControllerApiAxiosParamCreator = function (configurati
|
|
|
214
214
|
// verify required parameter 'userId' is not null or undefined
|
|
215
215
|
assertParamExists('deactivateUser', 'userId', userId);
|
|
216
216
|
const localVarPath = `/api/v1/users/{userId}`
|
|
217
|
-
.replace(
|
|
217
|
+
.replace('{userId}', encodeURIComponent(String(userId)));
|
|
218
218
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
219
219
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
220
220
|
let baseOptions;
|
|
@@ -280,7 +280,7 @@ export const CollaborationControllerApiAxiosParamCreator = function (configurati
|
|
|
280
280
|
// verify required parameter 'teamId' is not null or undefined
|
|
281
281
|
assertParamExists('deleteTeam', 'teamId', teamId);
|
|
282
282
|
const localVarPath = `/api/v1/users/teams/{teamId}`
|
|
283
|
-
.replace(
|
|
283
|
+
.replace('{teamId}', encodeURIComponent(String(teamId)));
|
|
284
284
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
285
285
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
286
286
|
let baseOptions;
|
|
@@ -312,7 +312,7 @@ export const CollaborationControllerApiAxiosParamCreator = function (configurati
|
|
|
312
312
|
// verify required parameter 'teamId' is not null or undefined
|
|
313
313
|
assertParamExists('getTeamMembers', 'teamId', teamId);
|
|
314
314
|
const localVarPath = `/api/v1/users/teams/{teamId}/members`
|
|
315
|
-
.replace(
|
|
315
|
+
.replace('{teamId}', encodeURIComponent(String(teamId)));
|
|
316
316
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
317
317
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
318
318
|
let baseOptions;
|
|
@@ -373,7 +373,7 @@ export const CollaborationControllerApiAxiosParamCreator = function (configurati
|
|
|
373
373
|
// verify required parameter 'id' is not null or undefined
|
|
374
374
|
assertParamExists('rejectShareRequest', 'id', id);
|
|
375
375
|
const localVarPath = `/api/v1/users/share-requests/{id}`
|
|
376
|
-
.replace(
|
|
376
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
377
377
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
378
378
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
379
379
|
let baseOptions;
|
|
@@ -408,7 +408,7 @@ export const CollaborationControllerApiAxiosParamCreator = function (configurati
|
|
|
408
408
|
// verify required parameter 'requestBody' is not null or undefined
|
|
409
409
|
assertParamExists('removeTeamMembers', 'requestBody', requestBody);
|
|
410
410
|
const localVarPath = `/api/v1/users/teams/{teamId}/members`
|
|
411
|
-
.replace(
|
|
411
|
+
.replace('{teamId}', encodeURIComponent(String(teamId)));
|
|
412
412
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
413
413
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
414
414
|
let baseOptions;
|
|
@@ -479,7 +479,7 @@ export const CollaborationControllerApiAxiosParamCreator = function (configurati
|
|
|
479
479
|
// verify required parameter 'updateTeamRequest' is not null or undefined
|
|
480
480
|
assertParamExists('updateTeam', 'updateTeamRequest', updateTeamRequest);
|
|
481
481
|
const localVarPath = `/api/v1/users/teams/{teamId}`
|
|
482
|
-
.replace(
|
|
482
|
+
.replace('{teamId}', encodeURIComponent(String(teamId)));
|
|
483
483
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
484
484
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
485
485
|
let baseOptions;
|
|
@@ -516,7 +516,7 @@ export const CollaborationControllerApiAxiosParamCreator = function (configurati
|
|
|
516
516
|
// verify required parameter 'updateUserRequest' is not null or undefined
|
|
517
517
|
assertParamExists('updateUser', 'updateUserRequest', updateUserRequest);
|
|
518
518
|
const localVarPath = `/api/v1/users/{userId}`
|
|
519
|
-
.replace(
|
|
519
|
+
.replace('{userId}', encodeURIComponent(String(userId)));
|
|
520
520
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
521
521
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
522
522
|
let baseOptions;
|
|
@@ -76,7 +76,7 @@ export const CommentsApiAxiosParamCreator = function (configuration) {
|
|
|
76
76
|
// verify required parameter 'id' is not null or undefined
|
|
77
77
|
assertParamExists('deleteComment', 'id', id);
|
|
78
78
|
const localVarPath = `/api/v1/documents/comments/{id}`
|
|
79
|
-
.replace(
|
|
79
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
80
80
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
81
81
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
82
82
|
let baseOptions;
|
|
@@ -111,7 +111,7 @@ export const CommentsApiAxiosParamCreator = function (configuration) {
|
|
|
111
111
|
// verify required parameter 'updateCommentRequest' is not null or undefined
|
|
112
112
|
assertParamExists('updateComment', 'updateCommentRequest', updateCommentRequest);
|
|
113
113
|
const localVarPath = `/api/v1/documents/comments/{id}`
|
|
114
|
-
.replace(
|
|
114
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
115
115
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
116
116
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
117
117
|
let baseOptions;
|
|
@@ -84,7 +84,7 @@ export const DelegatedBrowseGrantsAdminApiAxiosParamCreator = function (configur
|
|
|
84
84
|
// verify required parameter 'consumeDelegatedGrantRequest' is not null or undefined
|
|
85
85
|
assertParamExists('consume', 'consumeDelegatedGrantRequest', consumeDelegatedGrantRequest);
|
|
86
86
|
const localVarPath = `/api/v1/admin/delegated/grants/{id}/consume`
|
|
87
|
-
.replace(
|
|
87
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
88
88
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
89
89
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
90
90
|
let baseOptions;
|
|
@@ -119,7 +119,7 @@ export const DelegatedBrowseGrantsAdminApiAxiosParamCreator = function (configur
|
|
|
119
119
|
// verify required parameter 'id' is not null or undefined
|
|
120
120
|
assertParamExists('getGrant', 'id', id);
|
|
121
121
|
const localVarPath = `/api/v1/admin/delegated/grants/{id}`
|
|
122
|
-
.replace(
|
|
122
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
123
123
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
124
124
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
125
125
|
let baseOptions;
|
|
@@ -423,5 +423,5 @@ export const ListMineStatusEnum = {
|
|
|
423
423
|
Declined: 'DECLINED',
|
|
424
424
|
Revoked: 'REVOKED',
|
|
425
425
|
Expired: 'EXPIRED',
|
|
426
|
-
Consumed: 'CONSUMED'
|
|
426
|
+
Consumed: 'CONSUMED',
|
|
427
427
|
};
|
|
@@ -42,7 +42,7 @@ export const DelegatedBrowseGrantsEndUserApiAxiosParamCreator = function (config
|
|
|
42
42
|
// verify required parameter 'id' is not null or undefined
|
|
43
43
|
assertParamExists('accept', 'id', id);
|
|
44
44
|
const localVarPath = `/api/v1/users/me/delegated/grants/{id}/accept`
|
|
45
|
-
.replace(
|
|
45
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
46
46
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
47
47
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
48
48
|
let baseOptions;
|
|
@@ -75,7 +75,7 @@ export const DelegatedBrowseGrantsEndUserApiAxiosParamCreator = function (config
|
|
|
75
75
|
// verify required parameter 'id' is not null or undefined
|
|
76
76
|
assertParamExists('decline', 'id', id);
|
|
77
77
|
const localVarPath = `/api/v1/users/me/delegated/grants/{id}/decline`
|
|
78
|
-
.replace(
|
|
78
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
79
79
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
80
80
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
81
81
|
let baseOptions;
|
|
@@ -108,7 +108,7 @@ export const DelegatedBrowseGrantsEndUserApiAxiosParamCreator = function (config
|
|
|
108
108
|
// verify required parameter 'id' is not null or undefined
|
|
109
109
|
assertParamExists('disableLinkedWebhook', 'id', id);
|
|
110
110
|
const localVarPath = `/api/v1/users/me/delegated/grants/{id}/disable-webhook`
|
|
111
|
-
.replace(
|
|
111
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
112
112
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
113
113
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
114
114
|
let baseOptions;
|
|
@@ -174,7 +174,7 @@ export const DelegatedBrowseGrantsEndUserApiAxiosParamCreator = function (config
|
|
|
174
174
|
// verify required parameter 'id' is not null or undefined
|
|
175
175
|
assertParamExists('revoke', 'id', id);
|
|
176
176
|
const localVarPath = `/api/v1/users/me/delegated/grants/{id}/revoke`
|
|
177
|
-
.replace(
|
|
177
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
178
178
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
179
179
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
180
180
|
let baseOptions;
|
|
@@ -405,5 +405,5 @@ export const ListIncomingStatusEnum = {
|
|
|
405
405
|
Declined: 'DECLINED',
|
|
406
406
|
Revoked: 'REVOKED',
|
|
407
407
|
Expired: 'EXPIRED',
|
|
408
|
-
Consumed: 'CONSUMED'
|
|
408
|
+
Consumed: 'CONSUMED',
|
|
409
409
|
};
|
|
@@ -42,7 +42,7 @@ export const DigitalSignatureApiAxiosParamCreator = function (configuration) {
|
|
|
42
42
|
// verify required parameter 'id' is not null or undefined
|
|
43
43
|
assertParamExists('archive', 'id', id);
|
|
44
44
|
const localVarPath = `/api/v1/signatures/{id}/archive`
|
|
45
|
-
.replace(
|
|
45
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
46
46
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
47
47
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
48
48
|
let baseOptions;
|
|
@@ -75,7 +75,7 @@ export const DigitalSignatureApiAxiosParamCreator = function (configuration) {
|
|
|
75
75
|
// verify required parameter 'id' is not null or undefined
|
|
76
76
|
assertParamExists('cancel', 'id', id);
|
|
77
77
|
const localVarPath = `/api/v1/signatures/{id}/cancel`
|
|
78
|
-
.replace(
|
|
78
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
79
79
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
80
80
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
81
81
|
let baseOptions;
|
|
@@ -142,7 +142,7 @@ export const DigitalSignatureApiAxiosParamCreator = function (configuration) {
|
|
|
142
142
|
// verify required parameter 'id' is not null or undefined
|
|
143
143
|
assertParamExists('get1', 'id', id);
|
|
144
144
|
const localVarPath = `/api/v1/signatures/{id}`
|
|
145
|
-
.replace(
|
|
145
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
146
146
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
147
147
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
148
148
|
let baseOptions;
|