@emilgroup/document-sdk 1.46.1-beta.11 → 1.46.1-beta.14

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.46.1-beta.11 --save
20
+ npm install @emilgroup/document-sdk@1.46.1-beta.14 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/document-sdk@1.46.1-beta.11
24
+ yarn add @emilgroup/document-sdk@1.46.1-beta.14
25
25
  ```
26
26
 
27
27
  And then you can import `DocumentsApi`.
@@ -58,18 +58,6 @@ export interface LayoutClass {
58
58
  * @memberof LayoutClass
59
59
  */
60
60
  'footerTemplate': HtmlTemplateClass;
61
- /**
62
- * Time at which the object was created.
63
- * @type {string}
64
- * @memberof LayoutClass
65
- */
66
- 'createdAt': string;
67
- /**
68
- * Time at which the object was updated.
69
- * @type {string}
70
- * @memberof LayoutClass
71
- */
72
- 'updatedAt': string;
73
61
  /**
74
62
  * Time at which the layout was deleted.
75
63
  * @type {string}
@@ -63,18 +63,6 @@ export interface LayoutClass {
63
63
  * @memberof LayoutClass
64
64
  */
65
65
  'footerTemplate': HtmlTemplateClass;
66
- /**
67
- * Time at which the object was created.
68
- * @type {string}
69
- * @memberof LayoutClass
70
- */
71
- 'createdAt': string;
72
- /**
73
- * Time at which the object was updated.
74
- * @type {string}
75
- * @memberof LayoutClass
76
- */
77
- 'updatedAt': string;
78
66
  /**
79
67
  * Time at which the layout was deleted.
80
68
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/document-sdk",
3
- "version": "1.46.1-beta.11",
3
+ "version": "1.46.1-beta.14",
4
4
  "description": "OpenAPI client for @emilgroup/document-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [