@emilgroup/accounting-sdk-node 1.20.1-beta.2 → 1.22.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/.openapi-generator/FILES +52 -29
- package/README.md +2 -2
- package/api/health-api.ts +7 -7
- package/api/mailbox-api.ts +255 -0
- package/api/messages-api.ts +1100 -0
- package/api/users-api.ts +496 -0
- package/api/vbas-api.ts +592 -0
- package/api/vbus-api.ts +701 -0
- package/api/{booking-entries-api.ts → zip-codes-api.ts} +162 -195
- package/api.ts +14 -12
- package/base.ts +2 -2
- package/common.ts +4 -4
- package/configuration.ts +2 -2
- package/dist/api/health-api.d.ts +6 -6
- package/dist/api/health-api.js +7 -7
- package/dist/api/mailbox-api.d.ts +142 -0
- package/dist/api/mailbox-api.js +315 -0
- package/dist/api/messages-api.d.ts +632 -0
- package/dist/api/messages-api.js +916 -0
- package/dist/api/users-api.d.ts +275 -0
- package/dist/api/{financial-accounts-api.js → users-api.js} +134 -171
- package/dist/api/vbas-api.d.ts +337 -0
- package/dist/api/{number-ranges-api.js → vbas-api.js} +161 -156
- package/dist/api/vbus-api.d.ts +395 -0
- package/dist/api/{personal-accounts-api.js → vbus-api.js} +234 -136
- package/dist/api/{booking-entries-api.d.ts → zip-codes-api.d.ts} +111 -130
- package/dist/api/{booking-entries-api.js → zip-codes-api.js} +130 -144
- package/dist/api.d.ts +8 -7
- package/dist/api.js +8 -7
- package/dist/base.d.ts +2 -2
- package/dist/base.js +2 -2
- package/dist/common.d.ts +4 -4
- package/dist/common.js +2 -2
- package/dist/configuration.d.ts +2 -2
- package/dist/configuration.js +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/models/address-class.d.ts +48 -0
- package/dist/models/{create-number-range-response-class.js → address-class.js} +2 -2
- package/dist/models/create-mailbox-request-dto.d.ts +36 -0
- package/dist/models/{create-booking-entry-request-dto.js → create-mailbox-request-dto.js} +2 -2
- package/dist/models/create-user-request-dto.d.ts +76 -0
- package/dist/models/{create-personal-account-request-dto.js → create-user-request-dto.js} +10 -7
- package/dist/models/create-user-response-class.d.ts +25 -0
- package/dist/models/{create-financial-account-response-class.js → create-user-response-class.js} +2 -2
- package/dist/models/create-vba-request-dto.d.ts +41 -0
- package/dist/models/create-vba-request-dto.js +20 -0
- package/dist/models/create-vba-response-class.d.ts +24 -0
- package/dist/models/{create-booking-entry-response-class.js → create-vba-response-class.js} +2 -2
- package/dist/models/create-vbu-request-dto.d.ts +41 -0
- package/dist/models/create-vbu-request-dto.js +20 -0
- package/dist/models/create-vbu-response-class.d.ts +24 -0
- package/dist/models/create-vbu-response-class.js +15 -0
- package/dist/models/create-vbuv-request-dto.d.ts +41 -0
- package/dist/models/create-vbuv-request-dto.js +20 -0
- package/dist/models/create-vbuv-response-class.d.ts +24 -0
- package/dist/models/create-vbuv-response-class.js +15 -0
- package/dist/models/get-request-message-response-class.d.ts +25 -0
- package/dist/models/get-request-message-response-class.js +15 -0
- package/dist/models/get-response-message-response-class.d.ts +25 -0
- package/dist/models/get-response-message-response-class.js +15 -0
- package/dist/models/get-user-response-class.d.ts +25 -0
- package/dist/models/get-user-response-class.js +15 -0
- package/dist/models/get-vba-response-class.d.ts +25 -0
- package/dist/models/get-vba-response-class.js +15 -0
- package/dist/models/get-vbu-response-class.d.ts +25 -0
- package/dist/models/get-vbu-response-class.js +15 -0
- package/dist/models/get-zip-code-response-class.d.ts +25 -0
- package/dist/models/get-zip-code-response-class.js +15 -0
- package/dist/models/index.d.ts +46 -24
- package/dist/models/index.js +46 -24
- package/dist/models/inline-response200.d.ts +2 -2
- package/dist/models/inline-response200.js +2 -2
- package/dist/models/inline-response503.d.ts +2 -2
- package/dist/models/inline-response503.js +2 -2
- package/dist/models/list-all-messages-response-class.d.ts +31 -0
- package/dist/models/list-all-messages-response-class.js +15 -0
- package/dist/models/list-requests-messages-response-class.d.ts +31 -0
- package/dist/models/list-requests-messages-response-class.js +15 -0
- package/dist/models/list-responses-messages-response-class.d.ts +31 -0
- package/dist/models/list-responses-messages-response-class.js +15 -0
- package/dist/models/list-users-response-class.d.ts +31 -0
- package/dist/models/list-users-response-class.js +15 -0
- package/dist/models/list-vbas-response-class.d.ts +31 -0
- package/dist/models/list-vbas-response-class.js +15 -0
- package/dist/models/list-vbus-response-class.d.ts +31 -0
- package/dist/models/list-vbus-response-class.js +15 -0
- package/dist/models/list-zip-codes-response-class.d.ts +31 -0
- package/dist/models/list-zip-codes-response-class.js +15 -0
- package/dist/models/message-class.d.ts +90 -0
- package/dist/models/message-class.js +15 -0
- package/dist/models/request-details-class.d.ts +48 -0
- package/dist/models/request-details-class.js +15 -0
- package/dist/models/request-message-class.d.ts +127 -0
- package/dist/models/request-message-class.js +15 -0
- package/dist/models/response-details-class.d.ts +42 -0
- package/dist/models/response-details-class.js +15 -0
- package/dist/models/response-message-class.d.ts +139 -0
- package/dist/models/response-message-class.js +15 -0
- package/dist/models/store-zip-codes-request-dto.d.ts +25 -0
- package/dist/models/store-zip-codes-request-dto.js +15 -0
- package/dist/models/store-zip-codes-response-class.d.ts +25 -0
- package/dist/models/store-zip-codes-response-class.js +15 -0
- package/dist/models/update-request-message-request-dto.d.ts +36 -0
- package/dist/models/update-request-message-request-dto.js +15 -0
- package/dist/models/update-request-message-response-class.d.ts +25 -0
- package/dist/models/update-request-message-response-class.js +15 -0
- package/dist/models/update-response-message-request-dto.d.ts +36 -0
- package/dist/models/update-response-message-request-dto.js +15 -0
- package/dist/models/update-response-message-response-class.d.ts +25 -0
- package/dist/models/update-response-message-response-class.js +15 -0
- package/dist/models/update-user-request-dto.d.ts +82 -0
- package/dist/models/update-user-request-dto.js +24 -0
- package/dist/models/update-user-response-class.d.ts +25 -0
- package/dist/models/update-user-response-class.js +15 -0
- package/dist/models/update-vba-request-dto.d.ts +30 -0
- package/dist/models/update-vba-request-dto.js +15 -0
- package/dist/models/update-vbu-request-dto.d.ts +30 -0
- package/dist/models/update-vbu-request-dto.js +15 -0
- package/dist/models/update-vbu-response-class.d.ts +25 -0
- package/dist/models/update-vbu-response-class.js +15 -0
- package/dist/models/user-class.d.ts +107 -0
- package/dist/models/user-class.js +20 -0
- package/dist/models/vba-class.d.ts +116 -0
- package/dist/models/vba-class.js +15 -0
- package/dist/models/vba-response-class.d.ts +48 -0
- package/dist/models/vba-response-class.js +15 -0
- package/dist/models/vbu-class.d.ts +115 -0
- package/dist/models/vbu-class.js +15 -0
- package/dist/models/vbu-response-class.d.ts +48 -0
- package/dist/models/vbu-response-class.js +15 -0
- package/dist/models/xlsx-zip-code-dto.d.ts +30 -0
- package/dist/models/xlsx-zip-code-dto.js +15 -0
- package/dist/models/zip-code-class.d.ts +60 -0
- package/dist/models/zip-code-class.js +15 -0
- package/index.ts +2 -2
- package/models/address-class.ts +54 -0
- package/models/create-mailbox-request-dto.ts +42 -0
- package/models/create-user-request-dto.ts +86 -0
- package/models/create-user-response-class.ts +31 -0
- package/models/create-vba-request-dto.ts +50 -0
- package/models/create-vba-response-class.ts +30 -0
- package/models/create-vbu-request-dto.ts +50 -0
- package/models/create-vbu-response-class.ts +30 -0
- package/models/create-vbuv-request-dto.ts +50 -0
- package/models/create-vbuv-response-class.ts +30 -0
- package/models/get-request-message-response-class.ts +31 -0
- package/models/get-response-message-response-class.ts +31 -0
- package/models/get-user-response-class.ts +31 -0
- package/models/get-vba-response-class.ts +31 -0
- package/models/get-vbu-response-class.ts +31 -0
- package/models/get-zip-code-response-class.ts +31 -0
- package/models/index.ts +46 -24
- package/models/inline-response200.ts +2 -2
- package/models/inline-response503.ts +2 -2
- package/models/list-all-messages-response-class.ts +37 -0
- package/models/list-requests-messages-response-class.ts +37 -0
- package/models/list-responses-messages-response-class.ts +37 -0
- package/models/list-users-response-class.ts +37 -0
- package/models/list-vbas-response-class.ts +37 -0
- package/models/list-vbus-response-class.ts +37 -0
- package/models/list-zip-codes-response-class.ts +37 -0
- package/models/message-class.ts +96 -0
- package/models/request-details-class.ts +54 -0
- package/models/request-message-class.ts +133 -0
- package/models/response-details-class.ts +48 -0
- package/models/response-message-class.ts +145 -0
- package/models/store-zip-codes-request-dto.ts +31 -0
- package/models/store-zip-codes-response-class.ts +31 -0
- package/models/update-request-message-request-dto.ts +42 -0
- package/models/update-request-message-response-class.ts +31 -0
- package/models/update-response-message-request-dto.ts +42 -0
- package/models/update-response-message-response-class.ts +31 -0
- package/models/update-user-request-dto.ts +92 -0
- package/models/update-user-response-class.ts +31 -0
- package/models/update-vba-request-dto.ts +36 -0
- package/models/update-vbu-request-dto.ts +36 -0
- package/models/update-vbu-response-class.ts +31 -0
- package/models/user-class.ts +116 -0
- package/models/vba-class.ts +122 -0
- package/models/vba-response-class.ts +54 -0
- package/models/vbu-class.ts +121 -0
- package/models/vbu-response-class.ts +54 -0
- package/models/xlsx-zip-code-dto.ts +36 -0
- package/models/zip-code-class.ts +66 -0
- package/package.json +1 -1
- package/api/financial-accounts-api.ts +0 -577
- package/api/financial-transactions-api.ts +0 -369
- package/api/number-ranges-api.ts +0 -577
- package/api/personal-accounts-api.ts +0 -577
- package/dist/api/financial-accounts-api.d.ts +0 -327
- package/dist/api/financial-transactions-api.d.ts +0 -215
- package/dist/api/financial-transactions-api.js +0 -364
- package/dist/api/number-ranges-api.d.ts +0 -327
- package/dist/api/personal-accounts-api.d.ts +0 -327
- package/dist/models/booking-entry-class.d.ts +0 -123
- package/dist/models/booking-entry-class.js +0 -29
- package/dist/models/create-booking-entry-request-dto.d.ts +0 -61
- package/dist/models/create-booking-entry-response-class.d.ts +0 -25
- package/dist/models/create-financial-account-request-dto.d.ts +0 -75
- package/dist/models/create-financial-account-request-dto.js +0 -24
- package/dist/models/create-financial-account-response-class.d.ts +0 -25
- package/dist/models/create-number-range-request-dto.d.ts +0 -53
- package/dist/models/create-number-range-request-dto.js +0 -26
- package/dist/models/create-number-range-response-class.d.ts +0 -25
- package/dist/models/create-personal-account-request-dto.d.ts +0 -60
- package/dist/models/create-personal-account-response-class.d.ts +0 -25
- package/dist/models/create-personal-account-response-class.js +0 -15
- package/dist/models/financial-account-class.d.ts +0 -111
- package/dist/models/financial-account-class.js +0 -24
- package/dist/models/financial-transaction-class.d.ts +0 -114
- package/dist/models/financial-transaction-class.js +0 -15
- package/dist/models/financial-transaction-data-dto.d.ts +0 -71
- package/dist/models/financial-transaction-data-dto.js +0 -25
- package/dist/models/get-booking-entry-response-class.d.ts +0 -25
- package/dist/models/get-booking-entry-response-class.js +0 -15
- package/dist/models/get-financial-account-response-class.d.ts +0 -25
- package/dist/models/get-financial-account-response-class.js +0 -15
- package/dist/models/get-financial-transaction-response-class.d.ts +0 -25
- package/dist/models/get-financial-transaction-response-class.js +0 -15
- package/dist/models/get-number-range-response-class.d.ts +0 -25
- package/dist/models/get-number-range-response-class.js +0 -15
- package/dist/models/get-personal-account-response-class.d.ts +0 -25
- package/dist/models/get-personal-account-response-class.js +0 -15
- package/dist/models/list-booking-entries-response-class.d.ts +0 -31
- package/dist/models/list-booking-entries-response-class.js +0 -15
- package/dist/models/list-financial-accounts-response-class.d.ts +0 -31
- package/dist/models/list-financial-accounts-response-class.js +0 -15
- package/dist/models/list-financial-transactions-response-class.d.ts +0 -31
- package/dist/models/list-financial-transactions-response-class.js +0 -15
- package/dist/models/list-number-range-response-class.d.ts +0 -31
- package/dist/models/list-number-range-response-class.js +0 -15
- package/dist/models/list-personal-accounts-response-class.d.ts +0 -31
- package/dist/models/list-personal-accounts-response-class.js +0 -15
- package/dist/models/number-range-class.d.ts +0 -84
- package/dist/models/number-range-class.js +0 -15
- package/dist/models/personal-account-class.d.ts +0 -105
- package/dist/models/personal-account-class.js +0 -24
- package/models/booking-entry-class.ts +0 -132
- package/models/create-booking-entry-request-dto.ts +0 -67
- package/models/create-booking-entry-response-class.ts +0 -31
- package/models/create-financial-account-request-dto.ts +0 -84
- package/models/create-financial-account-response-class.ts +0 -31
- package/models/create-number-range-request-dto.ts +0 -62
- package/models/create-number-range-response-class.ts +0 -31
- package/models/create-personal-account-request-dto.ts +0 -69
- package/models/create-personal-account-response-class.ts +0 -31
- package/models/financial-account-class.ts +0 -120
- package/models/financial-transaction-class.ts +0 -120
- package/models/financial-transaction-data-dto.ts +0 -81
- package/models/get-booking-entry-response-class.ts +0 -31
- package/models/get-financial-account-response-class.ts +0 -31
- package/models/get-financial-transaction-response-class.ts +0 -31
- package/models/get-number-range-response-class.ts +0 -31
- package/models/get-personal-account-response-class.ts +0 -31
- package/models/list-booking-entries-response-class.ts +0 -37
- package/models/list-financial-accounts-response-class.ts +0 -37
- package/models/list-financial-transactions-response-class.ts +0 -37
- package/models/list-number-range-response-class.ts +0 -37
- package/models/list-personal-accounts-response-class.ts +0 -37
- package/models/number-range-class.ts +0 -90
- package/models/personal-account-class.ts +0 -114
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL AccountingService
|
|
3
|
-
* The EMIL AccountingService API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { FinancialAccountClass } from './financial-account-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface GetFinancialAccountResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface GetFinancialAccountResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* The financial account response.
|
|
21
|
-
* @type {FinancialAccountClass}
|
|
22
|
-
* @memberof GetFinancialAccountResponseClass
|
|
23
|
-
*/
|
|
24
|
-
'financialAccount': FinancialAccountClass;
|
|
25
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL AccountingService
|
|
6
|
-
* The EMIL AccountingService API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL AccountingService
|
|
3
|
-
* The EMIL AccountingService API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { FinancialTransactionClass } from './financial-transaction-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface GetFinancialTransactionResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface GetFinancialTransactionResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* The financial-transaction response.
|
|
21
|
-
* @type {FinancialTransactionClass}
|
|
22
|
-
* @memberof GetFinancialTransactionResponseClass
|
|
23
|
-
*/
|
|
24
|
-
'financialTransaction': FinancialTransactionClass;
|
|
25
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL AccountingService
|
|
6
|
-
* The EMIL AccountingService API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL AccountingService
|
|
3
|
-
* The EMIL AccountingService API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { NumberRangeClass } from './number-range-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface GetNumberRangeResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface GetNumberRangeResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* The number range response.
|
|
21
|
-
* @type {NumberRangeClass}
|
|
22
|
-
* @memberof GetNumberRangeResponseClass
|
|
23
|
-
*/
|
|
24
|
-
'numberRange': NumberRangeClass;
|
|
25
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL AccountingService
|
|
6
|
-
* The EMIL AccountingService API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL AccountingService
|
|
3
|
-
* The EMIL AccountingService API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { PersonalAccountClass } from './personal-account-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface GetPersonalAccountResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface GetPersonalAccountResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* The personal account response.
|
|
21
|
-
* @type {PersonalAccountClass}
|
|
22
|
-
* @memberof GetPersonalAccountResponseClass
|
|
23
|
-
*/
|
|
24
|
-
'personalAccount': PersonalAccountClass;
|
|
25
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL AccountingService
|
|
6
|
-
* The EMIL AccountingService API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL AccountingService
|
|
3
|
-
* The EMIL AccountingService API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { BookingEntryClass } from './booking-entry-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ListBookingEntriesResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface ListBookingEntriesResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* Booking entries
|
|
21
|
-
* @type {Array<BookingEntryClass>}
|
|
22
|
-
* @memberof ListBookingEntriesResponseClass
|
|
23
|
-
*/
|
|
24
|
-
'items': Array<BookingEntryClass>;
|
|
25
|
-
/**
|
|
26
|
-
* The next page token
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof ListBookingEntriesResponseClass
|
|
29
|
-
*/
|
|
30
|
-
'nextPageToken': string;
|
|
31
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL AccountingService
|
|
6
|
-
* The EMIL AccountingService API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL AccountingService
|
|
3
|
-
* The EMIL AccountingService API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { FinancialAccountClass } from './financial-account-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ListFinancialAccountsResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface ListFinancialAccountsResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* The list of financial accounts.
|
|
21
|
-
* @type {Array<FinancialAccountClass>}
|
|
22
|
-
* @memberof ListFinancialAccountsResponseClass
|
|
23
|
-
*/
|
|
24
|
-
'items': Array<FinancialAccountClass>;
|
|
25
|
-
/**
|
|
26
|
-
* Next page token
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof ListFinancialAccountsResponseClass
|
|
29
|
-
*/
|
|
30
|
-
'nextPageToken': string;
|
|
31
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL AccountingService
|
|
6
|
-
* The EMIL AccountingService API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL AccountingService
|
|
3
|
-
* The EMIL AccountingService API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { FinancialTransactionClass } from './financial-transaction-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ListFinancialTransactionsResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface ListFinancialTransactionsResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* Financial transactions
|
|
21
|
-
* @type {Array<FinancialTransactionClass>}
|
|
22
|
-
* @memberof ListFinancialTransactionsResponseClass
|
|
23
|
-
*/
|
|
24
|
-
'items': Array<FinancialTransactionClass>;
|
|
25
|
-
/**
|
|
26
|
-
* The next page token
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof ListFinancialTransactionsResponseClass
|
|
29
|
-
*/
|
|
30
|
-
'nextPageToken': string;
|
|
31
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL AccountingService
|
|
6
|
-
* The EMIL AccountingService API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL AccountingService
|
|
3
|
-
* The EMIL AccountingService API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { NumberRangeClass } from './number-range-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ListNumberRangeResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface ListNumberRangeResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* The list of number ranges.
|
|
21
|
-
* @type {Array<NumberRangeClass>}
|
|
22
|
-
* @memberof ListNumberRangeResponseClass
|
|
23
|
-
*/
|
|
24
|
-
'items': Array<NumberRangeClass>;
|
|
25
|
-
/**
|
|
26
|
-
* Next page token
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof ListNumberRangeResponseClass
|
|
29
|
-
*/
|
|
30
|
-
'nextPageToken': string;
|
|
31
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL AccountingService
|
|
6
|
-
* The EMIL AccountingService API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL AccountingService
|
|
3
|
-
* The EMIL AccountingService API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { PersonalAccountClass } from './personal-account-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ListPersonalAccountsResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface ListPersonalAccountsResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* The list of personal accounts.
|
|
21
|
-
* @type {Array<PersonalAccountClass>}
|
|
22
|
-
* @memberof ListPersonalAccountsResponseClass
|
|
23
|
-
*/
|
|
24
|
-
'items': Array<PersonalAccountClass>;
|
|
25
|
-
/**
|
|
26
|
-
* Next page token
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof ListPersonalAccountsResponseClass
|
|
29
|
-
*/
|
|
30
|
-
'nextPageToken': string;
|
|
31
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL AccountingService
|
|
6
|
-
* The EMIL AccountingService API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL AccountingService
|
|
3
|
-
* The EMIL AccountingService API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface NumberRangeClass
|
|
16
|
-
*/
|
|
17
|
-
export interface NumberRangeClass {
|
|
18
|
-
/**
|
|
19
|
-
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof NumberRangeClass
|
|
22
|
-
*/
|
|
23
|
-
'id': number;
|
|
24
|
-
/**
|
|
25
|
-
* Unique identifier for the object.
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof NumberRangeClass
|
|
28
|
-
*/
|
|
29
|
-
'code': string;
|
|
30
|
-
/**
|
|
31
|
-
* The name of the account.
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof NumberRangeClass
|
|
34
|
-
*/
|
|
35
|
-
'slug': string;
|
|
36
|
-
/**
|
|
37
|
-
* The type of the account.
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof NumberRangeClass
|
|
40
|
-
*/
|
|
41
|
-
'accountType': string;
|
|
42
|
-
/**
|
|
43
|
-
* The minimum value of the number range.
|
|
44
|
-
* @type {number}
|
|
45
|
-
* @memberof NumberRangeClass
|
|
46
|
-
*/
|
|
47
|
-
'minValue': number;
|
|
48
|
-
/**
|
|
49
|
-
* The maximum value of the number range.
|
|
50
|
-
* @type {number}
|
|
51
|
-
* @memberof NumberRangeClass
|
|
52
|
-
*/
|
|
53
|
-
'maxValue': number;
|
|
54
|
-
/**
|
|
55
|
-
* The code of the entity number in number generator.
|
|
56
|
-
* @type {string}
|
|
57
|
-
* @memberof NumberRangeClass
|
|
58
|
-
*/
|
|
59
|
-
'entityNumberCode': string;
|
|
60
|
-
/**
|
|
61
|
-
* Time at which the object was created.
|
|
62
|
-
* @type {string}
|
|
63
|
-
* @memberof NumberRangeClass
|
|
64
|
-
*/
|
|
65
|
-
'createdAt': string;
|
|
66
|
-
/**
|
|
67
|
-
* Time at which the object was updated.
|
|
68
|
-
* @type {string}
|
|
69
|
-
* @memberof NumberRangeClass
|
|
70
|
-
*/
|
|
71
|
-
'updatedAt': string;
|
|
72
|
-
/**
|
|
73
|
-
* Identifier of the user who created the record.
|
|
74
|
-
* @type {string}
|
|
75
|
-
* @memberof NumberRangeClass
|
|
76
|
-
*/
|
|
77
|
-
'createdBy': string;
|
|
78
|
-
/**
|
|
79
|
-
* Identifier of the user who last updated the record.
|
|
80
|
-
* @type {string}
|
|
81
|
-
* @memberof NumberRangeClass
|
|
82
|
-
*/
|
|
83
|
-
'updatedBy': string;
|
|
84
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL AccountingService
|
|
6
|
-
* The EMIL AccountingService API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL AccountingService
|
|
3
|
-
* The EMIL AccountingService API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface PersonalAccountClass
|
|
16
|
-
*/
|
|
17
|
-
export interface PersonalAccountClass {
|
|
18
|
-
/**
|
|
19
|
-
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof PersonalAccountClass
|
|
22
|
-
*/
|
|
23
|
-
'id': number;
|
|
24
|
-
/**
|
|
25
|
-
* Unique identifier for the object.
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof PersonalAccountClass
|
|
28
|
-
*/
|
|
29
|
-
'code': string;
|
|
30
|
-
/**
|
|
31
|
-
* The name of the account.
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof PersonalAccountClass
|
|
34
|
-
*/
|
|
35
|
-
'name': string;
|
|
36
|
-
/**
|
|
37
|
-
* The personal account number.
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof PersonalAccountClass
|
|
40
|
-
*/
|
|
41
|
-
'personalAccountNumber': string;
|
|
42
|
-
/**
|
|
43
|
-
* The financial account number.
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof PersonalAccountClass
|
|
46
|
-
*/
|
|
47
|
-
'financialAccountNumber': string;
|
|
48
|
-
/**
|
|
49
|
-
* The partner number of the account (account number, partner number, etc...).
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof PersonalAccountClass
|
|
52
|
-
*/
|
|
53
|
-
'partnerNumber': string;
|
|
54
|
-
/**
|
|
55
|
-
* The entity code of the account (account code, bank account code, etc...).
|
|
56
|
-
* @type {string}
|
|
57
|
-
* @memberof PersonalAccountClass
|
|
58
|
-
*/
|
|
59
|
-
'entityCode'?: string;
|
|
60
|
-
/**
|
|
61
|
-
* The type of account, e.g. \"Asset\", \"Liability\", \"Equity\", \"Revenue\", \"Expense\".
|
|
62
|
-
* @type {string}
|
|
63
|
-
* @memberof PersonalAccountClass
|
|
64
|
-
*/
|
|
65
|
-
'type': PersonalAccountClassTypeEnum;
|
|
66
|
-
/**
|
|
67
|
-
* Metadata about the object.
|
|
68
|
-
* @type {object}
|
|
69
|
-
* @memberof PersonalAccountClass
|
|
70
|
-
*/
|
|
71
|
-
'customFields'?: object;
|
|
72
|
-
/**
|
|
73
|
-
* Time at which the object was created.
|
|
74
|
-
* @type {string}
|
|
75
|
-
* @memberof PersonalAccountClass
|
|
76
|
-
*/
|
|
77
|
-
'createdAt': string;
|
|
78
|
-
/**
|
|
79
|
-
* Time at which the object was updated.
|
|
80
|
-
* @type {string}
|
|
81
|
-
* @memberof PersonalAccountClass
|
|
82
|
-
*/
|
|
83
|
-
'updatedAt': string;
|
|
84
|
-
/**
|
|
85
|
-
* Identifier of the user who created the record.
|
|
86
|
-
* @type {string}
|
|
87
|
-
* @memberof PersonalAccountClass
|
|
88
|
-
*/
|
|
89
|
-
'createdBy': string;
|
|
90
|
-
/**
|
|
91
|
-
* Identifier of the user who last updated the record.
|
|
92
|
-
* @type {string}
|
|
93
|
-
* @memberof PersonalAccountClass
|
|
94
|
-
*/
|
|
95
|
-
'updatedBy': string;
|
|
96
|
-
}
|
|
97
|
-
export declare const PersonalAccountClassTypeEnum: {
|
|
98
|
-
readonly Asset: "asset";
|
|
99
|
-
readonly Liability: "liability";
|
|
100
|
-
readonly Equity: "equity";
|
|
101
|
-
readonly Revenue: "revenue";
|
|
102
|
-
readonly Expense: "expense";
|
|
103
|
-
readonly OpeningBalance: "opening_balance";
|
|
104
|
-
};
|
|
105
|
-
export type PersonalAccountClassTypeEnum = typeof PersonalAccountClassTypeEnum[keyof typeof PersonalAccountClassTypeEnum];
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL AccountingService
|
|
6
|
-
* The EMIL AccountingService API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.PersonalAccountClassTypeEnum = void 0;
|
|
17
|
-
exports.PersonalAccountClassTypeEnum = {
|
|
18
|
-
Asset: 'asset',
|
|
19
|
-
Liability: 'liability',
|
|
20
|
-
Equity: 'equity',
|
|
21
|
-
Revenue: 'revenue',
|
|
22
|
-
Expense: 'expense',
|
|
23
|
-
OpeningBalance: 'opening_balance'
|
|
24
|
-
};
|