@emilgroup/accounting-sdk-node 1.32.1-beta.18 → 1.32.1-beta.19
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 +13 -2
- package/README.md +2 -2
- package/api/product-account-mappings-api.ts +1474 -0
- package/api.ts +2 -2
- package/dist/api/product-account-mappings-api.d.ts +851 -0
- package/dist/api/product-account-mappings-api.js +1228 -0
- package/dist/api.d.ts +1 -1
- package/dist/api.js +1 -1
- package/dist/models/index.d.ts +12 -1
- package/dist/models/index.js +12 -1
- package/dist/models/list-product-account-mappings-response-class.d.ts +43 -0
- package/dist/models/list-products-with-account-mappings-response-class.d.ts +43 -0
- package/dist/models/list-products-with-account-mappings-response-class.js +15 -0
- package/dist/models/premium-item-account-mapping-class.d.ts +37 -0
- package/dist/models/premium-item-account-mapping-class.js +15 -0
- package/dist/models/product-account-mapping-class.d.ts +61 -0
- package/dist/models/product-account-mapping-class.js +15 -0
- package/dist/models/product-account-mapping-detail-class.d.ts +50 -0
- package/dist/models/product-account-mapping-detail-class.js +15 -0
- package/dist/models/product-version-account-mapping-detail-class.d.ts +50 -0
- package/dist/models/product-version-account-mapping-detail-class.js +15 -0
- package/dist/models/product-version-with-account-mappings-class.d.ts +42 -0
- package/dist/models/product-version-with-account-mappings-class.js +15 -0
- package/dist/models/product-with-account-mappings-class.d.ts +49 -0
- package/dist/models/product-with-account-mappings-class.js +15 -0
- package/dist/models/put-premium-item-account-body-dto.d.ts +24 -0
- package/dist/models/put-premium-item-account-body-dto.js +15 -0
- package/dist/models/put-product-category-account-body-dto.d.ts +24 -0
- package/dist/models/put-product-category-account-body-dto.js +15 -0
- package/dist/models/put-product-version-category-account-body-dto.d.ts +24 -0
- package/dist/models/put-product-version-category-account-body-dto.js +15 -0
- package/dist/models/resolved-account-mapping-class.d.ts +31 -0
- package/dist/models/resolved-account-mapping-class.js +15 -0
- package/models/index.ts +12 -1
- package/models/list-product-account-mappings-response-class.ts +49 -0
- package/models/list-products-with-account-mappings-response-class.ts +49 -0
- package/models/premium-item-account-mapping-class.ts +43 -0
- package/models/product-account-mapping-class.ts +67 -0
- package/models/product-account-mapping-detail-class.ts +56 -0
- package/models/product-version-account-mapping-detail-class.ts +56 -0
- package/models/product-version-with-account-mappings-class.ts +48 -0
- package/models/product-with-account-mappings-class.ts +55 -0
- package/models/put-premium-item-account-body-dto.ts +30 -0
- package/models/put-product-category-account-body-dto.ts +30 -0
- package/models/put-product-version-category-account-body-dto.ts +30 -0
- package/models/resolved-account-mapping-class.ts +37 -0
- package/package.json +1 -1
- package/api/account-mappings-api.ts +0 -250
- package/dist/api/account-mappings-api.d.ts +0 -150
- package/dist/api/account-mappings-api.js +0 -264
- package/dist/models/list-account-mappings-response-class.d.ts +0 -31
- package/models/list-account-mappings-response-class.ts +0 -37
- /package/dist/models/{list-account-mappings-response-class.js → list-product-account-mappings-response-class.js} +0 -0
package/dist/api.d.ts
CHANGED
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
export * from './api/account-mappings-api';
|
|
13
12
|
export * from './api/accounting-configs-api';
|
|
14
13
|
export * from './api/booking-entries-api';
|
|
15
14
|
export * from './api/financial-accounts-api';
|
|
@@ -17,3 +16,4 @@ export * from './api/financial-transactions-api';
|
|
|
17
16
|
export * from './api/health-api';
|
|
18
17
|
export * from './api/number-ranges-api';
|
|
19
18
|
export * from './api/personal-accounts-api';
|
|
19
|
+
export * from './api/product-account-mappings-api';
|
package/dist/api.js
CHANGED
|
@@ -27,7 +27,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
27
27
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
-
__exportStar(require("./api/account-mappings-api"), exports);
|
|
31
30
|
__exportStar(require("./api/accounting-configs-api"), exports);
|
|
32
31
|
__exportStar(require("./api/booking-entries-api"), exports);
|
|
33
32
|
__exportStar(require("./api/financial-accounts-api"), exports);
|
|
@@ -35,3 +34,4 @@ __exportStar(require("./api/financial-transactions-api"), exports);
|
|
|
35
34
|
__exportStar(require("./api/health-api"), exports);
|
|
36
35
|
__exportStar(require("./api/number-ranges-api"), exports);
|
|
37
36
|
__exportStar(require("./api/personal-accounts-api"), exports);
|
|
37
|
+
__exportStar(require("./api/product-account-mappings-api"), exports);
|
package/dist/models/index.d.ts
CHANGED
|
@@ -30,14 +30,25 @@ export * from './get-number-range-response-class';
|
|
|
30
30
|
export * from './get-personal-account-response-class';
|
|
31
31
|
export * from './inline-response200';
|
|
32
32
|
export * from './inline-response503';
|
|
33
|
-
export * from './list-account-mappings-response-class';
|
|
34
33
|
export * from './list-booking-entries-response-class';
|
|
35
34
|
export * from './list-financial-accounts-response-class';
|
|
36
35
|
export * from './list-financial-transactions-response-class';
|
|
37
36
|
export * from './list-number-range-response-class';
|
|
38
37
|
export * from './list-personal-accounts-response-class';
|
|
38
|
+
export * from './list-product-account-mappings-response-class';
|
|
39
|
+
export * from './list-products-with-account-mappings-response-class';
|
|
39
40
|
export * from './number-range-class';
|
|
40
41
|
export * from './personal-account-class';
|
|
42
|
+
export * from './premium-item-account-mapping-class';
|
|
43
|
+
export * from './product-account-mapping-class';
|
|
44
|
+
export * from './product-account-mapping-detail-class';
|
|
45
|
+
export * from './product-version-account-mapping-detail-class';
|
|
46
|
+
export * from './product-version-with-account-mappings-class';
|
|
47
|
+
export * from './product-with-account-mappings-class';
|
|
48
|
+
export * from './put-premium-item-account-body-dto';
|
|
49
|
+
export * from './put-product-category-account-body-dto';
|
|
50
|
+
export * from './put-product-version-category-account-body-dto';
|
|
51
|
+
export * from './resolved-account-mapping-class';
|
|
41
52
|
export * from './update-financial-account-body-dto';
|
|
42
53
|
export * from './update-financial-account-response-class';
|
|
43
54
|
export * from './validate-accounting-config-request-dto';
|
package/dist/models/index.js
CHANGED
|
@@ -46,14 +46,25 @@ __exportStar(require("./get-number-range-response-class"), exports);
|
|
|
46
46
|
__exportStar(require("./get-personal-account-response-class"), exports);
|
|
47
47
|
__exportStar(require("./inline-response200"), exports);
|
|
48
48
|
__exportStar(require("./inline-response503"), exports);
|
|
49
|
-
__exportStar(require("./list-account-mappings-response-class"), exports);
|
|
50
49
|
__exportStar(require("./list-booking-entries-response-class"), exports);
|
|
51
50
|
__exportStar(require("./list-financial-accounts-response-class"), exports);
|
|
52
51
|
__exportStar(require("./list-financial-transactions-response-class"), exports);
|
|
53
52
|
__exportStar(require("./list-number-range-response-class"), exports);
|
|
54
53
|
__exportStar(require("./list-personal-accounts-response-class"), exports);
|
|
54
|
+
__exportStar(require("./list-product-account-mappings-response-class"), exports);
|
|
55
|
+
__exportStar(require("./list-products-with-account-mappings-response-class"), exports);
|
|
55
56
|
__exportStar(require("./number-range-class"), exports);
|
|
56
57
|
__exportStar(require("./personal-account-class"), exports);
|
|
58
|
+
__exportStar(require("./premium-item-account-mapping-class"), exports);
|
|
59
|
+
__exportStar(require("./product-account-mapping-class"), exports);
|
|
60
|
+
__exportStar(require("./product-account-mapping-detail-class"), exports);
|
|
61
|
+
__exportStar(require("./product-version-account-mapping-detail-class"), exports);
|
|
62
|
+
__exportStar(require("./product-version-with-account-mappings-class"), exports);
|
|
63
|
+
__exportStar(require("./product-with-account-mappings-class"), exports);
|
|
64
|
+
__exportStar(require("./put-premium-item-account-body-dto"), exports);
|
|
65
|
+
__exportStar(require("./put-product-category-account-body-dto"), exports);
|
|
66
|
+
__exportStar(require("./put-product-version-category-account-body-dto"), exports);
|
|
67
|
+
__exportStar(require("./resolved-account-mapping-class"), exports);
|
|
57
68
|
__exportStar(require("./update-financial-account-body-dto"), exports);
|
|
58
69
|
__exportStar(require("./update-financial-account-response-class"), exports);
|
|
59
70
|
__exportStar(require("./validate-accounting-config-request-dto"), exports);
|
|
@@ -0,0 +1,43 @@
|
|
|
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 { ProductAccountMappingClass } from './product-account-mapping-class';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ListProductAccountMappingsResponseClass
|
|
17
|
+
*/
|
|
18
|
+
export interface ListProductAccountMappingsResponseClass {
|
|
19
|
+
/**
|
|
20
|
+
* Next page token.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ListProductAccountMappingsResponseClass
|
|
23
|
+
*/
|
|
24
|
+
'nextPageToken': string;
|
|
25
|
+
/**
|
|
26
|
+
* Total amount of items.
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof ListProductAccountMappingsResponseClass
|
|
29
|
+
*/
|
|
30
|
+
'totalItems': number;
|
|
31
|
+
/**
|
|
32
|
+
* Items per page.
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof ListProductAccountMappingsResponseClass
|
|
35
|
+
*/
|
|
36
|
+
'itemsPerPage': number;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {Array<ProductAccountMappingClass>}
|
|
40
|
+
* @memberof ListProductAccountMappingsResponseClass
|
|
41
|
+
*/
|
|
42
|
+
'items': Array<ProductAccountMappingClass>;
|
|
43
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
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 { ProductWithAccountMappingsClass } from './product-with-account-mappings-class';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ListProductsWithAccountMappingsResponseClass
|
|
17
|
+
*/
|
|
18
|
+
export interface ListProductsWithAccountMappingsResponseClass {
|
|
19
|
+
/**
|
|
20
|
+
* Next page token.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ListProductsWithAccountMappingsResponseClass
|
|
23
|
+
*/
|
|
24
|
+
'nextPageToken': string;
|
|
25
|
+
/**
|
|
26
|
+
* Not yet populated -- insuranceservice\'s own product list doesn\'t carry this either.
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof ListProductsWithAccountMappingsResponseClass
|
|
29
|
+
*/
|
|
30
|
+
'totalItems'?: number;
|
|
31
|
+
/**
|
|
32
|
+
* Not yet populated -- insuranceservice\'s own product list doesn\'t carry this either.
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof ListProductsWithAccountMappingsResponseClass
|
|
35
|
+
*/
|
|
36
|
+
'itemsPerPage'?: number;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {Array<ProductWithAccountMappingsClass>}
|
|
40
|
+
* @memberof ListProductsWithAccountMappingsResponseClass
|
|
41
|
+
*/
|
|
42
|
+
'items': Array<ProductWithAccountMappingsClass>;
|
|
43
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|
|
@@ -0,0 +1,37 @@
|
|
|
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 { ResolvedAccountMappingClass } from './resolved-account-mapping-class';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface PremiumItemAccountMappingClass
|
|
17
|
+
*/
|
|
18
|
+
export interface PremiumItemAccountMappingClass {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof PremiumItemAccountMappingClass
|
|
23
|
+
*/
|
|
24
|
+
'premiumFormulaCode': string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof PremiumItemAccountMappingClass
|
|
29
|
+
*/
|
|
30
|
+
'premiumFormulaName': string;
|
|
31
|
+
/**
|
|
32
|
+
* The accounts assigned to this item: 1 entry (unconfigured, or VAT/revenue-classified) or 2 (tax: pending + due), never one-per-eligible-category. Each entry\'s own financialAccount.functionalCategory determines which leg it is — array order is not meaningful, select an entry by functionalCategory, never by position.
|
|
33
|
+
* @type {Array<ResolvedAccountMappingClass>}
|
|
34
|
+
* @memberof PremiumItemAccountMappingClass
|
|
35
|
+
*/
|
|
36
|
+
'accountMappings': Array<ResolvedAccountMappingClass>;
|
|
37
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|
|
@@ -0,0 +1,61 @@
|
|
|
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 ProductAccountMappingClass
|
|
17
|
+
*/
|
|
18
|
+
export interface ProductAccountMappingClass {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ProductAccountMappingClass
|
|
23
|
+
*/
|
|
24
|
+
'productCode': string;
|
|
25
|
+
/**
|
|
26
|
+
* Empty string when this row is product-level (not version-scoped).
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ProductAccountMappingClass
|
|
29
|
+
*/
|
|
30
|
+
'productVersionCode': string;
|
|
31
|
+
/**
|
|
32
|
+
* Empty string unless this row is premium-item-level.
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof ProductAccountMappingClass
|
|
35
|
+
*/
|
|
36
|
+
'premiumFormulaCode': string;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof ProductAccountMappingClass
|
|
41
|
+
*/
|
|
42
|
+
'category': string;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {FinancialAccountClass}
|
|
46
|
+
* @memberof ProductAccountMappingClass
|
|
47
|
+
*/
|
|
48
|
+
'financialAccount': FinancialAccountClass;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof ProductAccountMappingClass
|
|
53
|
+
*/
|
|
54
|
+
'createdAt'?: string;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof ProductAccountMappingClass
|
|
59
|
+
*/
|
|
60
|
+
'updatedAt'?: string;
|
|
61
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|
|
@@ -0,0 +1,50 @@
|
|
|
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 { ProductVersionWithAccountMappingsClass } from './product-version-with-account-mappings-class';
|
|
13
|
+
import { ResolvedAccountMappingClass } from './resolved-account-mapping-class';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ProductAccountMappingDetailClass
|
|
18
|
+
*/
|
|
19
|
+
export interface ProductAccountMappingDetailClass {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof ProductAccountMappingDetailClass
|
|
24
|
+
*/
|
|
25
|
+
'productCode': string;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof ProductAccountMappingDetailClass
|
|
30
|
+
*/
|
|
31
|
+
'productSlug': string;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof ProductAccountMappingDetailClass
|
|
36
|
+
*/
|
|
37
|
+
'productName': string;
|
|
38
|
+
/**
|
|
39
|
+
* One entry per category eligible for product-level override, always listed whether overridden or not. Each entry always carries exactly one resolved account.
|
|
40
|
+
* @type {Array<ResolvedAccountMappingClass>}
|
|
41
|
+
* @memberof ProductAccountMappingDetailClass
|
|
42
|
+
*/
|
|
43
|
+
'accountMappings': Array<ResolvedAccountMappingClass>;
|
|
44
|
+
/**
|
|
45
|
+
* Same shape as the catalog list, so this endpoint is usable standalone without a prior catalog call.
|
|
46
|
+
* @type {Array<ProductVersionWithAccountMappingsClass>}
|
|
47
|
+
* @memberof ProductAccountMappingDetailClass
|
|
48
|
+
*/
|
|
49
|
+
'versions': Array<ProductVersionWithAccountMappingsClass>;
|
|
50
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|
|
@@ -0,0 +1,50 @@
|
|
|
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 { PremiumItemAccountMappingClass } from './premium-item-account-mapping-class';
|
|
13
|
+
import { ResolvedAccountMappingClass } from './resolved-account-mapping-class';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ProductVersionAccountMappingDetailClass
|
|
18
|
+
*/
|
|
19
|
+
export interface ProductVersionAccountMappingDetailClass {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof ProductVersionAccountMappingDetailClass
|
|
24
|
+
*/
|
|
25
|
+
'productVersionCode': string;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof ProductVersionAccountMappingDetailClass
|
|
30
|
+
*/
|
|
31
|
+
'description': string;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof ProductVersionAccountMappingDetailClass
|
|
36
|
+
*/
|
|
37
|
+
'status': string;
|
|
38
|
+
/**
|
|
39
|
+
* One entry per category eligible for product/version-level override, resolved via PRODUCT_VERSION -> PRODUCT -> CATEGORY_DEFAULT.
|
|
40
|
+
* @type {Array<ResolvedAccountMappingClass>}
|
|
41
|
+
* @memberof ProductVersionAccountMappingDetailClass
|
|
42
|
+
*/
|
|
43
|
+
'accountMappings': Array<ResolvedAccountMappingClass>;
|
|
44
|
+
/**
|
|
45
|
+
* Every public, calculation-relevant premium item on this version, whether overridden or not.
|
|
46
|
+
* @type {Array<PremiumItemAccountMappingClass>}
|
|
47
|
+
* @memberof ProductVersionAccountMappingDetailClass
|
|
48
|
+
*/
|
|
49
|
+
'premiumItems': Array<PremiumItemAccountMappingClass>;
|
|
50
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|
|
@@ -0,0 +1,42 @@
|
|
|
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 ProductVersionWithAccountMappingsClass
|
|
16
|
+
*/
|
|
17
|
+
export interface ProductVersionWithAccountMappingsClass {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ProductVersionWithAccountMappingsClass
|
|
22
|
+
*/
|
|
23
|
+
'productVersionCode': string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ProductVersionWithAccountMappingsClass
|
|
28
|
+
*/
|
|
29
|
+
'description': string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ProductVersionWithAccountMappingsClass
|
|
34
|
+
*/
|
|
35
|
+
'status': string;
|
|
36
|
+
/**
|
|
37
|
+
* True when this version has at least one product-version-level or premium-item-level override, computed via a bulk local badge lookup.
|
|
38
|
+
* @type {boolean}
|
|
39
|
+
* @memberof ProductVersionWithAccountMappingsClass
|
|
40
|
+
*/
|
|
41
|
+
'hasCustomMapping': boolean;
|
|
42
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|
|
@@ -0,0 +1,49 @@
|
|
|
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 { ProductVersionWithAccountMappingsClass } from './product-version-with-account-mappings-class';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ProductWithAccountMappingsClass
|
|
17
|
+
*/
|
|
18
|
+
export interface ProductWithAccountMappingsClass {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ProductWithAccountMappingsClass
|
|
23
|
+
*/
|
|
24
|
+
'productCode': string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ProductWithAccountMappingsClass
|
|
29
|
+
*/
|
|
30
|
+
'productSlug': string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof ProductWithAccountMappingsClass
|
|
35
|
+
*/
|
|
36
|
+
'productName': string;
|
|
37
|
+
/**
|
|
38
|
+
* Aggregate: true if the product itself, any version, or any premium item under any version is overridden.
|
|
39
|
+
* @type {boolean}
|
|
40
|
+
* @memberof ProductWithAccountMappingsClass
|
|
41
|
+
*/
|
|
42
|
+
'hasCustomMapping': boolean;
|
|
43
|
+
/**
|
|
44
|
+
* Every version of this product, regardless of status.
|
|
45
|
+
* @type {Array<ProductVersionWithAccountMappingsClass>}
|
|
46
|
+
* @memberof ProductWithAccountMappingsClass
|
|
47
|
+
*/
|
|
48
|
+
'versions': Array<ProductVersionWithAccountMappingsClass>;
|
|
49
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|
|
@@ -0,0 +1,24 @@
|
|
|
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 PutPremiumItemAccountBodyDto
|
|
16
|
+
*/
|
|
17
|
+
export interface PutPremiumItemAccountBodyDto {
|
|
18
|
+
/**
|
|
19
|
+
* Code of the financial account to use. Must belong to the category named in this request\'s path.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof PutPremiumItemAccountBodyDto
|
|
22
|
+
*/
|
|
23
|
+
'financialAccountCode': string;
|
|
24
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|
|
@@ -0,0 +1,24 @@
|
|
|
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 PutProductCategoryAccountBodyDto
|
|
16
|
+
*/
|
|
17
|
+
export interface PutProductCategoryAccountBodyDto {
|
|
18
|
+
/**
|
|
19
|
+
* Code of the financial account to use as the override. Must belong to the category named in this request\'s path.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof PutProductCategoryAccountBodyDto
|
|
22
|
+
*/
|
|
23
|
+
'financialAccountCode': string;
|
|
24
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|