@emilgroup/accounting-sdk-node 1.32.1-beta.28 → 1.32.1-beta.29

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/accounting-sdk-node@1.32.1-beta.28 --save
20
+ npm install @emilgroup/accounting-sdk-node@1.32.1-beta.29 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/accounting-sdk-node@1.32.1-beta.28
24
+ yarn add @emilgroup/accounting-sdk-node@1.32.1-beta.29
25
25
  ```
26
26
 
27
27
  And then you can import `FinancialAccountsApi`.
@@ -23,17 +23,17 @@ export interface ListCommissionAgreementsWithAccountMappingsResponseClass {
23
23
  */
24
24
  'nextPageToken': string;
25
25
  /**
26
- * Not yet populated -- commissionservice\'s own agreement list doesn\'t carry this either.
26
+ * Total amount of items.
27
27
  * @type {number}
28
28
  * @memberof ListCommissionAgreementsWithAccountMappingsResponseClass
29
29
  */
30
- 'totalItems'?: number;
30
+ 'totalItems': number;
31
31
  /**
32
- * Not yet populated -- commissionservice\'s own agreement list doesn\'t carry this either.
32
+ * Items per page.
33
33
  * @type {number}
34
34
  * @memberof ListCommissionAgreementsWithAccountMappingsResponseClass
35
35
  */
36
- 'itemsPerPage'?: number;
36
+ 'itemsPerPage': number;
37
37
  /**
38
38
  *
39
39
  * @type {Array<CommissionAgreementWithAccountMappingClass>}
@@ -28,17 +28,17 @@ export interface ListCommissionAgreementsWithAccountMappingsResponseClass {
28
28
  */
29
29
  'nextPageToken': string;
30
30
  /**
31
- * Not yet populated -- commissionservice\'s own agreement list doesn\'t carry this either.
31
+ * Total amount of items.
32
32
  * @type {number}
33
33
  * @memberof ListCommissionAgreementsWithAccountMappingsResponseClass
34
34
  */
35
- 'totalItems'?: number;
35
+ 'totalItems': number;
36
36
  /**
37
- * Not yet populated -- commissionservice\'s own agreement list doesn\'t carry this either.
37
+ * Items per page.
38
38
  * @type {number}
39
39
  * @memberof ListCommissionAgreementsWithAccountMappingsResponseClass
40
40
  */
41
- 'itemsPerPage'?: number;
41
+ 'itemsPerPage': number;
42
42
  /**
43
43
  *
44
44
  * @type {Array<CommissionAgreementWithAccountMappingClass>}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/accounting-sdk-node",
3
- "version": "1.32.1-beta.28",
3
+ "version": "1.32.1-beta.29",
4
4
  "description": "OpenAPI client for @emilgroup/accounting-sdk-node",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [