@emilgroup/document-sdk-node 1.37.1-beta.3 → 1.38.1-beta.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/README.md +2 -2
- package/api/documents-api.ts +4 -4
- package/dist/api/documents-api.d.ts +4 -4
- package/dist/api/documents-api.js +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
|
|
|
17
17
|
Navigate to the folder of your consuming project and run one of the following commands:
|
|
18
18
|
|
|
19
19
|
```
|
|
20
|
-
npm install @emilgroup/document-sdk-node@1.
|
|
20
|
+
npm install @emilgroup/document-sdk-node@1.38.1-beta.0 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/document-sdk-node@1.
|
|
24
|
+
yarn add @emilgroup/document-sdk-node@1.38.1-beta.0
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
And then you can import `DocumentsApi`.
|
package/api/documents-api.ts
CHANGED
|
@@ -240,7 +240,7 @@ export const DocumentsApiAxiosParamCreator = function (configuration?: Configura
|
|
|
240
240
|
};
|
|
241
241
|
},
|
|
242
242
|
/**
|
|
243
|
-
* This will return a presigned URL for a random S3 key
|
|
243
|
+
* This will return a presigned URL for a random S3 key
|
|
244
244
|
* @summary Fetches a presigned URL for a S3 key
|
|
245
245
|
* @param {string} s3Key Key for the file in S3 bucket to create the presigned download URL for
|
|
246
246
|
* @param {string} [authorization] Bearer Token
|
|
@@ -526,7 +526,7 @@ export const DocumentsApiFp = function(configuration?: Configuration) {
|
|
|
526
526
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
527
527
|
},
|
|
528
528
|
/**
|
|
529
|
-
* This will return a presigned URL for a random S3 key
|
|
529
|
+
* This will return a presigned URL for a random S3 key
|
|
530
530
|
* @summary Fetches a presigned URL for a S3 key
|
|
531
531
|
* @param {string} s3Key Key for the file in S3 bucket to create the presigned download URL for
|
|
532
532
|
* @param {string} [authorization] Bearer Token
|
|
@@ -637,7 +637,7 @@ export const DocumentsApiFactory = function (configuration?: Configuration, base
|
|
|
637
637
|
return localVarFp.getDocumentDownloadUrl(code, authorization, contentDisposition, options).then((request) => request(axios, basePath));
|
|
638
638
|
},
|
|
639
639
|
/**
|
|
640
|
-
* This will return a presigned URL for a random S3 key
|
|
640
|
+
* This will return a presigned URL for a random S3 key
|
|
641
641
|
* @summary Fetches a presigned URL for a S3 key
|
|
642
642
|
* @param {string} s3Key Key for the file in S3 bucket to create the presigned download URL for
|
|
643
643
|
* @param {string} [authorization] Bearer Token
|
|
@@ -978,7 +978,7 @@ export class DocumentsApi extends BaseAPI {
|
|
|
978
978
|
}
|
|
979
979
|
|
|
980
980
|
/**
|
|
981
|
-
* This will return a presigned URL for a random S3 key
|
|
981
|
+
* This will return a presigned URL for a random S3 key
|
|
982
982
|
* @summary Fetches a presigned URL for a S3 key
|
|
983
983
|
* @param {DocumentsApiGetSignedS3keyUrlRequest} requestParameters Request parameters.
|
|
984
984
|
* @param {*} [options] Override http request option.
|
|
@@ -65,7 +65,7 @@ export declare const DocumentsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
65
65
|
*/
|
|
66
66
|
getDocumentDownloadUrl: (code: string, authorization?: string, contentDisposition?: 'attachment' | 'inline', options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
67
67
|
/**
|
|
68
|
-
* This will return a presigned URL for a random S3 key
|
|
68
|
+
* This will return a presigned URL for a random S3 key
|
|
69
69
|
* @summary Fetches a presigned URL for a S3 key
|
|
70
70
|
* @param {string} s3Key Key for the file in S3 bucket to create the presigned download URL for
|
|
71
71
|
* @param {string} [authorization] Bearer Token
|
|
@@ -152,7 +152,7 @@ export declare const DocumentsApiFp: (configuration?: Configuration) => {
|
|
|
152
152
|
*/
|
|
153
153
|
getDocumentDownloadUrl(code: string, authorization?: string, contentDisposition?: 'attachment' | 'inline', options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetDocumentDownloadUrlResponseClass>>;
|
|
154
154
|
/**
|
|
155
|
-
* This will return a presigned URL for a random S3 key
|
|
155
|
+
* This will return a presigned URL for a random S3 key
|
|
156
156
|
* @summary Fetches a presigned URL for a S3 key
|
|
157
157
|
* @param {string} s3Key Key for the file in S3 bucket to create the presigned download URL for
|
|
158
158
|
* @param {string} [authorization] Bearer Token
|
|
@@ -239,7 +239,7 @@ export declare const DocumentsApiFactory: (configuration?: Configuration, basePa
|
|
|
239
239
|
*/
|
|
240
240
|
getDocumentDownloadUrl(code: string, authorization?: string, contentDisposition?: 'attachment' | 'inline', options?: any): AxiosPromise<GetDocumentDownloadUrlResponseClass>;
|
|
241
241
|
/**
|
|
242
|
-
* This will return a presigned URL for a random S3 key
|
|
242
|
+
* This will return a presigned URL for a random S3 key
|
|
243
243
|
* @summary Fetches a presigned URL for a S3 key
|
|
244
244
|
* @param {string} s3Key Key for the file in S3 bucket to create the presigned download URL for
|
|
245
245
|
* @param {string} [authorization] Bearer Token
|
|
@@ -533,7 +533,7 @@ export declare class DocumentsApi extends BaseAPI {
|
|
|
533
533
|
*/
|
|
534
534
|
getDocumentDownloadUrl(requestParameters: DocumentsApiGetDocumentDownloadUrlRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetDocumentDownloadUrlResponseClass, any>>;
|
|
535
535
|
/**
|
|
536
|
-
* This will return a presigned URL for a random S3 key
|
|
536
|
+
* This will return a presigned URL for a random S3 key
|
|
537
537
|
* @summary Fetches a presigned URL for a S3 key
|
|
538
538
|
* @param {DocumentsApiGetSignedS3keyUrlRequest} requestParameters Request parameters.
|
|
539
539
|
* @param {*} [options] Override http request option.
|
|
@@ -295,7 +295,7 @@ var DocumentsApiAxiosParamCreator = function (configuration) {
|
|
|
295
295
|
});
|
|
296
296
|
},
|
|
297
297
|
/**
|
|
298
|
-
* This will return a presigned URL for a random S3 key
|
|
298
|
+
* This will return a presigned URL for a random S3 key
|
|
299
299
|
* @summary Fetches a presigned URL for a S3 key
|
|
300
300
|
* @param {string} s3Key Key for the file in S3 bucket to create the presigned download URL for
|
|
301
301
|
* @param {string} [authorization] Bearer Token
|
|
@@ -618,7 +618,7 @@ var DocumentsApiFp = function (configuration) {
|
|
|
618
618
|
});
|
|
619
619
|
},
|
|
620
620
|
/**
|
|
621
|
-
* This will return a presigned URL for a random S3 key
|
|
621
|
+
* This will return a presigned URL for a random S3 key
|
|
622
622
|
* @summary Fetches a presigned URL for a S3 key
|
|
623
623
|
* @param {string} s3Key Key for the file in S3 bucket to create the presigned download URL for
|
|
624
624
|
* @param {string} [authorization] Bearer Token
|
|
@@ -765,7 +765,7 @@ var DocumentsApiFactory = function (configuration, basePath, axios) {
|
|
|
765
765
|
return localVarFp.getDocumentDownloadUrl(code, authorization, contentDisposition, options).then(function (request) { return request(axios, basePath); });
|
|
766
766
|
},
|
|
767
767
|
/**
|
|
768
|
-
* This will return a presigned URL for a random S3 key
|
|
768
|
+
* This will return a presigned URL for a random S3 key
|
|
769
769
|
* @summary Fetches a presigned URL for a S3 key
|
|
770
770
|
* @param {string} s3Key Key for the file in S3 bucket to create the presigned download URL for
|
|
771
771
|
* @param {string} [authorization] Bearer Token
|
|
@@ -879,7 +879,7 @@ var DocumentsApi = /** @class */ (function (_super) {
|
|
|
879
879
|
return (0, exports.DocumentsApiFp)(this.configuration).getDocumentDownloadUrl(requestParameters.code, requestParameters.authorization, requestParameters.contentDisposition, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
880
880
|
};
|
|
881
881
|
/**
|
|
882
|
-
* This will return a presigned URL for a random S3 key
|
|
882
|
+
* This will return a presigned URL for a random S3 key
|
|
883
883
|
* @summary Fetches a presigned URL for a S3 key
|
|
884
884
|
* @param {DocumentsApiGetSignedS3keyUrlRequest} requestParameters Request parameters.
|
|
885
885
|
* @param {*} [options] Override http request option.
|