@emilgroup/accounting-sdk-node 1.16.1-beta.2 → 1.16.1-beta.4

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.
@@ -0,0 +1,37 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * EMIL AccountingService
5
+ * The EMIL AccountingService API description
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ * Contact: kontakt@emil.de
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ import { FinancialTransactionClass } from './financial-transaction-class';
17
+
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface ListFinancialTransactionsResponseClass
22
+ */
23
+ export interface ListFinancialTransactionsResponseClass {
24
+ /**
25
+ * Financial transactions
26
+ * @type {Array<FinancialTransactionClass>}
27
+ * @memberof ListFinancialTransactionsResponseClass
28
+ */
29
+ 'items': Array<FinancialTransactionClass>;
30
+ /**
31
+ * The next page token
32
+ * @type {string}
33
+ * @memberof ListFinancialTransactionsResponseClass
34
+ */
35
+ 'nextPageToken': string;
36
+ }
37
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/accounting-sdk-node",
3
- "version": "1.16.1-beta.2",
3
+ "version": "1.16.1-beta.4",
4
4
  "description": "OpenAPI client for @emilgroup/accounting-sdk-node",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [