@emilgroup/billing-sdk-node 1.17.1-beta.3 → 1.17.1

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/billing-sdk-node@1.17.1-beta.3 --save
20
+ npm install @emilgroup/billing-sdk-node@1.17.1 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/billing-sdk-node@1.17.1-beta.3
24
+ yarn add @emilgroup/billing-sdk-node@1.17.1
25
25
  ```
26
26
 
27
27
  And then you can import `InvoicesApi`.
@@ -40,7 +40,7 @@ export interface CreateInvoicePaymentRequestDto {
40
40
  */
41
41
  'comment'?: string;
42
42
  /**
43
- * Payment id.
43
+ * Unique identifier referencing the payment.
44
44
  * @type {number}
45
45
  * @memberof CreateInvoicePaymentRequestDto
46
46
  */
@@ -50,7 +50,7 @@ export interface InvoicePaymentClass {
50
50
  * @type {string}
51
51
  * @memberof InvoicePaymentClass
52
52
  */
53
- 'commment': string;
53
+ 'comment': string;
54
54
  /**
55
55
  * User who added payment.
56
56
  * @type {string}
@@ -88,7 +88,7 @@ export interface InvoicePaymentClass {
88
88
  */
89
89
  'newInvoiceStatus': string;
90
90
  /**
91
- * Id of the payment linked to the invoice.
91
+ * Unique identifier referencing the payment.
92
92
  * @type {number}
93
93
  * @memberof InvoicePaymentClass
94
94
  */
@@ -45,7 +45,7 @@ export interface CreateInvoicePaymentRequestDto {
45
45
  */
46
46
  'comment'?: string;
47
47
  /**
48
- * Payment id.
48
+ * Unique identifier referencing the payment.
49
49
  * @type {number}
50
50
  * @memberof CreateInvoicePaymentRequestDto
51
51
  */
@@ -55,7 +55,7 @@ export interface InvoicePaymentClass {
55
55
  * @type {string}
56
56
  * @memberof InvoicePaymentClass
57
57
  */
58
- 'commment': string;
58
+ 'comment': string;
59
59
  /**
60
60
  * User who added payment.
61
61
  * @type {string}
@@ -93,7 +93,7 @@ export interface InvoicePaymentClass {
93
93
  */
94
94
  'newInvoiceStatus': string;
95
95
  /**
96
- * Id of the payment linked to the invoice.
96
+ * Unique identifier referencing the payment.
97
97
  * @type {number}
98
98
  * @memberof InvoicePaymentClass
99
99
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/billing-sdk-node",
3
- "version": "1.17.1-beta.3",
3
+ "version": "1.17.1",
4
4
  "description": "OpenAPI client for @emilgroup/billing-sdk-node",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [