@emilgroup/public-api-sdk 1.9.0 → 1.10.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.9.0 --save
20
+ npm install @emilgroup/public-api-sdk@1.10.0 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/public-api-sdk@1.9.0
24
+ yarn add @emilgroup/public-api-sdk@1.10.0
25
25
  ```
26
26
 
27
27
  And then you can import `PublicApi`.
@@ -125,4 +125,10 @@ export interface InvoiceClass {
125
125
  * @memberof InvoiceClass
126
126
  */
127
127
  'statuses': Array<InvoiceStatusClass>;
128
+ /**
129
+ * Invoice currency. EUR is used by default.
130
+ * @type {string}
131
+ * @memberof InvoiceClass
132
+ */
133
+ 'currency': string;
128
134
  }
@@ -130,5 +130,11 @@ export interface InvoiceClass {
130
130
  * @memberof InvoiceClass
131
131
  */
132
132
  'statuses': Array<InvoiceStatusClass>;
133
+ /**
134
+ * Invoice currency. EUR is used by default.
135
+ * @type {string}
136
+ * @memberof InvoiceClass
137
+ */
138
+ 'currency': string;
133
139
  }
134
140
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/public-api-sdk",
3
- "version": "1.9.0",
3
+ "version": "1.10.0",
4
4
  "description": "OpenAPI client for @emilgroup/public-api-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [