@emilgroup/document-sdk 1.38.1-beta.2 → 1.39.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 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@1.38.1-beta.2 --save
20
+ npm install @emilgroup/document-sdk@1.39.0 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/document-sdk@1.38.1-beta.2
24
+ yarn add @emilgroup/document-sdk@1.39.0
25
25
  ```
26
26
 
27
27
  And then you can import `DocumentsApi`.
@@ -236,7 +236,7 @@ export const DocumentsApiAxiosParamCreator = function (configuration?: Configura
236
236
  };
237
237
  },
238
238
  /**
239
- * This will return a presigned URL for a random S3 key **Required Permissions** \"document-management.documents.view\"
239
+ * This will return a presigned URL for a random S3 key
240
240
  * @summary Fetches a presigned URL for a S3 key
241
241
  * @param {string} s3Key Key for the file in S3 bucket to create the presigned download URL for
242
242
  * @param {string} [authorization] Bearer Token
@@ -522,7 +522,7 @@ export const DocumentsApiFp = function(configuration?: Configuration) {
522
522
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
523
523
  },
524
524
  /**
525
- * This will return a presigned URL for a random S3 key **Required Permissions** \"document-management.documents.view\"
525
+ * This will return a presigned URL for a random S3 key
526
526
  * @summary Fetches a presigned URL for a S3 key
527
527
  * @param {string} s3Key Key for the file in S3 bucket to create the presigned download URL for
528
528
  * @param {string} [authorization] Bearer Token
@@ -633,7 +633,7 @@ export const DocumentsApiFactory = function (configuration?: Configuration, base
633
633
  return localVarFp.getDocumentDownloadUrl(code, authorization, contentDisposition, options).then((request) => request(axios, basePath));
634
634
  },
635
635
  /**
636
- * This will return a presigned URL for a random S3 key **Required Permissions** \"document-management.documents.view\"
636
+ * This will return a presigned URL for a random S3 key
637
637
  * @summary Fetches a presigned URL for a S3 key
638
638
  * @param {string} s3Key Key for the file in S3 bucket to create the presigned download URL for
639
639
  * @param {string} [authorization] Bearer Token
@@ -974,7 +974,7 @@ export class DocumentsApi extends BaseAPI {
974
974
  }
975
975
 
976
976
  /**
977
- * This will return a presigned URL for a random S3 key **Required Permissions** \"document-management.documents.view\"
977
+ * This will return a presigned URL for a random S3 key
978
978
  * @summary Fetches a presigned URL for a S3 key
979
979
  * @param {DocumentsApiGetSignedS3keyUrlRequest} requestParameters Request parameters.
980
980
  * @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 **Required Permissions** \"document-management.documents.view\"
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 **Required Permissions** \"document-management.documents.view\"
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 **Required Permissions** \"document-management.documents.view\"
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 **Required Permissions** \"document-management.documents.view\"
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.
@@ -291,7 +291,7 @@ var DocumentsApiAxiosParamCreator = function (configuration) {
291
291
  });
292
292
  },
293
293
  /**
294
- * This will return a presigned URL for a random S3 key **Required Permissions** \"document-management.documents.view\"
294
+ * This will return a presigned URL for a random S3 key
295
295
  * @summary Fetches a presigned URL for a S3 key
296
296
  * @param {string} s3Key Key for the file in S3 bucket to create the presigned download URL for
297
297
  * @param {string} [authorization] Bearer Token
@@ -614,7 +614,7 @@ var DocumentsApiFp = function (configuration) {
614
614
  });
615
615
  },
616
616
  /**
617
- * This will return a presigned URL for a random S3 key **Required Permissions** \"document-management.documents.view\"
617
+ * This will return a presigned URL for a random S3 key
618
618
  * @summary Fetches a presigned URL for a S3 key
619
619
  * @param {string} s3Key Key for the file in S3 bucket to create the presigned download URL for
620
620
  * @param {string} [authorization] Bearer Token
@@ -761,7 +761,7 @@ var DocumentsApiFactory = function (configuration, basePath, axios) {
761
761
  return localVarFp.getDocumentDownloadUrl(code, authorization, contentDisposition, options).then(function (request) { return request(axios, basePath); });
762
762
  },
763
763
  /**
764
- * This will return a presigned URL for a random S3 key **Required Permissions** \"document-management.documents.view\"
764
+ * This will return a presigned URL for a random S3 key
765
765
  * @summary Fetches a presigned URL for a S3 key
766
766
  * @param {string} s3Key Key for the file in S3 bucket to create the presigned download URL for
767
767
  * @param {string} [authorization] Bearer Token
@@ -875,7 +875,7 @@ var DocumentsApi = /** @class */ (function (_super) {
875
875
  return (0, exports.DocumentsApiFp)(this.configuration).getDocumentDownloadUrl(requestParameters.code, requestParameters.authorization, requestParameters.contentDisposition, options).then(function (request) { return request(_this.axios, _this.basePath); });
876
876
  };
877
877
  /**
878
- * This will return a presigned URL for a random S3 key **Required Permissions** \"document-management.documents.view\"
878
+ * This will return a presigned URL for a random S3 key
879
879
  * @summary Fetches a presigned URL for a S3 key
880
880
  * @param {DocumentsApiGetSignedS3keyUrlRequest} requestParameters Request parameters.
881
881
  * @param {*} [options] Override http request option.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/document-sdk",
3
- "version": "1.38.1-beta.2",
3
+ "version": "1.39.0",
4
4
  "description": "OpenAPI client for @emilgroup/document-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [