@emilgroup/document-sdk-node 1.4.1 → 1.4.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/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.4.1 --save
20
+ npm install @emilgroup/document-sdk-node@1.4.2 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/document-sdk-node@1.4.1
24
+ yarn add @emilgroup/document-sdk-node@1.4.2
25
25
  ```
26
26
 
27
27
  And then you can import `DocumentsApi`.
@@ -75,12 +75,6 @@ export interface ProductDocumentClass {
75
75
  * @memberof ProductDocumentClass
76
76
  */
77
77
  'productSlug': string;
78
- /**
79
- * Product document filename
80
- * @type {string}
81
- * @memberof ProductDocumentClass
82
- */
83
- 'filename'?: string;
84
78
  /**
85
79
  * Time at which the object was created.
86
80
  * @type {string}
@@ -80,12 +80,6 @@ export interface ProductDocumentClass {
80
80
  * @memberof ProductDocumentClass
81
81
  */
82
82
  'productSlug': string;
83
- /**
84
- * Product document filename
85
- * @type {string}
86
- * @memberof ProductDocumentClass
87
- */
88
- 'filename'?: string;
89
83
  /**
90
84
  * Time at which the object was created.
91
85
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/document-sdk-node",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "OpenAPI client for @emilgroup/document-sdk-node",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [