@emilgroup/public-api-sdk 1.18.0 → 1.20.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/public-api-sdk@1.18.0 --save
20
+ npm install @emilgroup/public-api-sdk@1.20.0 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/public-api-sdk@1.18.0
24
+ yarn add @emilgroup/public-api-sdk@1.20.0
25
25
  ```
26
26
 
27
27
  And then you can import `PublicApi`.
@@ -80,7 +80,7 @@ export interface LeadAccountClass {
80
80
  * @type {string}
81
81
  * @memberof LeadAccountClass
82
82
  */
83
- 'phone': string;
83
+ 'phone'?: string;
84
84
  /**
85
85
  * Optional metadata.
86
86
  * @type {object}
@@ -75,6 +75,18 @@ export interface ProductDocumentClass {
75
75
  * @memberof ProductDocumentClass
76
76
  */
77
77
  'createdAt': string;
78
+ /**
79
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
80
+ * @type {string}
81
+ * @memberof ProductDocumentClass
82
+ */
83
+ 'slug': string;
84
+ /**
85
+ * The current verison of a document.
86
+ * @type {number}
87
+ * @memberof ProductDocumentClass
88
+ */
89
+ 'versionNumber': number;
78
90
  }
79
91
  export declare const ProductDocumentClassContentTypeEnum: {
80
92
  readonly Pdf: "pdf";
@@ -85,7 +85,7 @@ export interface LeadAccountClass {
85
85
  * @type {string}
86
86
  * @memberof LeadAccountClass
87
87
  */
88
- 'phone': string;
88
+ 'phone'?: string;
89
89
  /**
90
90
  * Optional metadata.
91
91
  * @type {object}
@@ -80,6 +80,18 @@ export interface ProductDocumentClass {
80
80
  * @memberof ProductDocumentClass
81
81
  */
82
82
  'createdAt': string;
83
+ /**
84
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
85
+ * @type {string}
86
+ * @memberof ProductDocumentClass
87
+ */
88
+ 'slug': string;
89
+ /**
90
+ * The current verison of a document.
91
+ * @type {number}
92
+ * @memberof ProductDocumentClass
93
+ */
94
+ 'versionNumber': number;
83
95
  }
84
96
 
85
97
  export const ProductDocumentClassContentTypeEnum = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/public-api-sdk",
3
- "version": "1.18.0",
3
+ "version": "1.20.0",
4
4
  "description": "OpenAPI client for @emilgroup/public-api-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [