@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.
Files changed (53) hide show
  1. package/.openapi-generator/FILES +13 -2
  2. package/README.md +2 -2
  3. package/api/product-account-mappings-api.ts +1474 -0
  4. package/api.ts +2 -2
  5. package/dist/api/product-account-mappings-api.d.ts +851 -0
  6. package/dist/api/product-account-mappings-api.js +1228 -0
  7. package/dist/api.d.ts +1 -1
  8. package/dist/api.js +1 -1
  9. package/dist/models/index.d.ts +12 -1
  10. package/dist/models/index.js +12 -1
  11. package/dist/models/list-product-account-mappings-response-class.d.ts +43 -0
  12. package/dist/models/list-products-with-account-mappings-response-class.d.ts +43 -0
  13. package/dist/models/list-products-with-account-mappings-response-class.js +15 -0
  14. package/dist/models/premium-item-account-mapping-class.d.ts +37 -0
  15. package/dist/models/premium-item-account-mapping-class.js +15 -0
  16. package/dist/models/product-account-mapping-class.d.ts +61 -0
  17. package/dist/models/product-account-mapping-class.js +15 -0
  18. package/dist/models/product-account-mapping-detail-class.d.ts +50 -0
  19. package/dist/models/product-account-mapping-detail-class.js +15 -0
  20. package/dist/models/product-version-account-mapping-detail-class.d.ts +50 -0
  21. package/dist/models/product-version-account-mapping-detail-class.js +15 -0
  22. package/dist/models/product-version-with-account-mappings-class.d.ts +42 -0
  23. package/dist/models/product-version-with-account-mappings-class.js +15 -0
  24. package/dist/models/product-with-account-mappings-class.d.ts +49 -0
  25. package/dist/models/product-with-account-mappings-class.js +15 -0
  26. package/dist/models/put-premium-item-account-body-dto.d.ts +24 -0
  27. package/dist/models/put-premium-item-account-body-dto.js +15 -0
  28. package/dist/models/put-product-category-account-body-dto.d.ts +24 -0
  29. package/dist/models/put-product-category-account-body-dto.js +15 -0
  30. package/dist/models/put-product-version-category-account-body-dto.d.ts +24 -0
  31. package/dist/models/put-product-version-category-account-body-dto.js +15 -0
  32. package/dist/models/resolved-account-mapping-class.d.ts +31 -0
  33. package/dist/models/resolved-account-mapping-class.js +15 -0
  34. package/models/index.ts +12 -1
  35. package/models/list-product-account-mappings-response-class.ts +49 -0
  36. package/models/list-products-with-account-mappings-response-class.ts +49 -0
  37. package/models/premium-item-account-mapping-class.ts +43 -0
  38. package/models/product-account-mapping-class.ts +67 -0
  39. package/models/product-account-mapping-detail-class.ts +56 -0
  40. package/models/product-version-account-mapping-detail-class.ts +56 -0
  41. package/models/product-version-with-account-mappings-class.ts +48 -0
  42. package/models/product-with-account-mappings-class.ts +55 -0
  43. package/models/put-premium-item-account-body-dto.ts +30 -0
  44. package/models/put-product-category-account-body-dto.ts +30 -0
  45. package/models/put-product-version-category-account-body-dto.ts +30 -0
  46. package/models/resolved-account-mapping-class.ts +37 -0
  47. package/package.json +1 -1
  48. package/api/account-mappings-api.ts +0 -250
  49. package/dist/api/account-mappings-api.d.ts +0 -150
  50. package/dist/api/account-mappings-api.js +0 -264
  51. package/dist/models/list-account-mappings-response-class.d.ts +0 -31
  52. package/models/list-account-mappings-response-class.ts +0 -37
  53. /package/dist/models/{list-account-mappings-response-class.js → list-product-account-mappings-response-class.js} +0 -0
@@ -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 PutProductVersionCategoryAccountBodyDto
16
+ */
17
+ export interface PutProductVersionCategoryAccountBodyDto {
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 PutProductVersionCategoryAccountBodyDto
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,31 @@
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 ResolvedAccountMappingClass
17
+ */
18
+ export interface ResolvedAccountMappingClass {
19
+ /**
20
+ * The linked account\'s current state, read live.
21
+ * @type {FinancialAccountClass}
22
+ * @memberof ResolvedAccountMappingClass
23
+ */
24
+ 'financialAccount': FinancialAccountClass;
25
+ /**
26
+ * Which level of the cascade produced this value: CATEGORY_DEFAULT, PRODUCT, PRODUCT_VERSION, or PREMIUM_ITEM. Audit/debug only.
27
+ * @type {string}
28
+ * @memberof ResolvedAccountMappingClass
29
+ */
30
+ 'source': string;
31
+ }
@@ -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 });
package/models/index.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';
@@ -0,0 +1,49 @@
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 { ProductAccountMappingClass } from './product-account-mapping-class';
17
+
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface ListProductAccountMappingsResponseClass
22
+ */
23
+ export interface ListProductAccountMappingsResponseClass {
24
+ /**
25
+ * Next page token.
26
+ * @type {string}
27
+ * @memberof ListProductAccountMappingsResponseClass
28
+ */
29
+ 'nextPageToken': string;
30
+ /**
31
+ * Total amount of items.
32
+ * @type {number}
33
+ * @memberof ListProductAccountMappingsResponseClass
34
+ */
35
+ 'totalItems': number;
36
+ /**
37
+ * Items per page.
38
+ * @type {number}
39
+ * @memberof ListProductAccountMappingsResponseClass
40
+ */
41
+ 'itemsPerPage': number;
42
+ /**
43
+ *
44
+ * @type {Array<ProductAccountMappingClass>}
45
+ * @memberof ListProductAccountMappingsResponseClass
46
+ */
47
+ 'items': Array<ProductAccountMappingClass>;
48
+ }
49
+
@@ -0,0 +1,49 @@
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 { ProductWithAccountMappingsClass } from './product-with-account-mappings-class';
17
+
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface ListProductsWithAccountMappingsResponseClass
22
+ */
23
+ export interface ListProductsWithAccountMappingsResponseClass {
24
+ /**
25
+ * Next page token.
26
+ * @type {string}
27
+ * @memberof ListProductsWithAccountMappingsResponseClass
28
+ */
29
+ 'nextPageToken': string;
30
+ /**
31
+ * Not yet populated -- insuranceservice\'s own product list doesn\'t carry this either.
32
+ * @type {number}
33
+ * @memberof ListProductsWithAccountMappingsResponseClass
34
+ */
35
+ 'totalItems'?: number;
36
+ /**
37
+ * Not yet populated -- insuranceservice\'s own product list doesn\'t carry this either.
38
+ * @type {number}
39
+ * @memberof ListProductsWithAccountMappingsResponseClass
40
+ */
41
+ 'itemsPerPage'?: number;
42
+ /**
43
+ *
44
+ * @type {Array<ProductWithAccountMappingsClass>}
45
+ * @memberof ListProductsWithAccountMappingsResponseClass
46
+ */
47
+ 'items': Array<ProductWithAccountMappingsClass>;
48
+ }
49
+
@@ -0,0 +1,43 @@
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 { ResolvedAccountMappingClass } from './resolved-account-mapping-class';
17
+
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface PremiumItemAccountMappingClass
22
+ */
23
+ export interface PremiumItemAccountMappingClass {
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof PremiumItemAccountMappingClass
28
+ */
29
+ 'premiumFormulaCode': string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof PremiumItemAccountMappingClass
34
+ */
35
+ 'premiumFormulaName': string;
36
+ /**
37
+ * 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.
38
+ * @type {Array<ResolvedAccountMappingClass>}
39
+ * @memberof PremiumItemAccountMappingClass
40
+ */
41
+ 'accountMappings': Array<ResolvedAccountMappingClass>;
42
+ }
43
+
@@ -0,0 +1,67 @@
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 { FinancialAccountClass } from './financial-account-class';
17
+
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface ProductAccountMappingClass
22
+ */
23
+ export interface ProductAccountMappingClass {
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof ProductAccountMappingClass
28
+ */
29
+ 'productCode': string;
30
+ /**
31
+ * Empty string when this row is product-level (not version-scoped).
32
+ * @type {string}
33
+ * @memberof ProductAccountMappingClass
34
+ */
35
+ 'productVersionCode': string;
36
+ /**
37
+ * Empty string unless this row is premium-item-level.
38
+ * @type {string}
39
+ * @memberof ProductAccountMappingClass
40
+ */
41
+ 'premiumFormulaCode': string;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof ProductAccountMappingClass
46
+ */
47
+ 'category': string;
48
+ /**
49
+ *
50
+ * @type {FinancialAccountClass}
51
+ * @memberof ProductAccountMappingClass
52
+ */
53
+ 'financialAccount': FinancialAccountClass;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof ProductAccountMappingClass
58
+ */
59
+ 'createdAt'?: string;
60
+ /**
61
+ *
62
+ * @type {string}
63
+ * @memberof ProductAccountMappingClass
64
+ */
65
+ 'updatedAt'?: string;
66
+ }
67
+
@@ -0,0 +1,56 @@
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 { ProductVersionWithAccountMappingsClass } from './product-version-with-account-mappings-class';
17
+ import { ResolvedAccountMappingClass } from './resolved-account-mapping-class';
18
+
19
+ /**
20
+ *
21
+ * @export
22
+ * @interface ProductAccountMappingDetailClass
23
+ */
24
+ export interface ProductAccountMappingDetailClass {
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof ProductAccountMappingDetailClass
29
+ */
30
+ 'productCode': string;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof ProductAccountMappingDetailClass
35
+ */
36
+ 'productSlug': string;
37
+ /**
38
+ *
39
+ * @type {string}
40
+ * @memberof ProductAccountMappingDetailClass
41
+ */
42
+ 'productName': string;
43
+ /**
44
+ * One entry per category eligible for product-level override, always listed whether overridden or not. Each entry always carries exactly one resolved account.
45
+ * @type {Array<ResolvedAccountMappingClass>}
46
+ * @memberof ProductAccountMappingDetailClass
47
+ */
48
+ 'accountMappings': Array<ResolvedAccountMappingClass>;
49
+ /**
50
+ * Same shape as the catalog list, so this endpoint is usable standalone without a prior catalog call.
51
+ * @type {Array<ProductVersionWithAccountMappingsClass>}
52
+ * @memberof ProductAccountMappingDetailClass
53
+ */
54
+ 'versions': Array<ProductVersionWithAccountMappingsClass>;
55
+ }
56
+
@@ -0,0 +1,56 @@
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 { PremiumItemAccountMappingClass } from './premium-item-account-mapping-class';
17
+ import { ResolvedAccountMappingClass } from './resolved-account-mapping-class';
18
+
19
+ /**
20
+ *
21
+ * @export
22
+ * @interface ProductVersionAccountMappingDetailClass
23
+ */
24
+ export interface ProductVersionAccountMappingDetailClass {
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof ProductVersionAccountMappingDetailClass
29
+ */
30
+ 'productVersionCode': string;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof ProductVersionAccountMappingDetailClass
35
+ */
36
+ 'description': string;
37
+ /**
38
+ *
39
+ * @type {string}
40
+ * @memberof ProductVersionAccountMappingDetailClass
41
+ */
42
+ 'status': string;
43
+ /**
44
+ * One entry per category eligible for product/version-level override, resolved via PRODUCT_VERSION -> PRODUCT -> CATEGORY_DEFAULT.
45
+ * @type {Array<ResolvedAccountMappingClass>}
46
+ * @memberof ProductVersionAccountMappingDetailClass
47
+ */
48
+ 'accountMappings': Array<ResolvedAccountMappingClass>;
49
+ /**
50
+ * Every public, calculation-relevant premium item on this version, whether overridden or not.
51
+ * @type {Array<PremiumItemAccountMappingClass>}
52
+ * @memberof ProductVersionAccountMappingDetailClass
53
+ */
54
+ 'premiumItems': Array<PremiumItemAccountMappingClass>;
55
+ }
56
+
@@ -0,0 +1,48 @@
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
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface ProductVersionWithAccountMappingsClass
21
+ */
22
+ export interface ProductVersionWithAccountMappingsClass {
23
+ /**
24
+ *
25
+ * @type {string}
26
+ * @memberof ProductVersionWithAccountMappingsClass
27
+ */
28
+ 'productVersionCode': string;
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof ProductVersionWithAccountMappingsClass
33
+ */
34
+ 'description': string;
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof ProductVersionWithAccountMappingsClass
39
+ */
40
+ 'status': string;
41
+ /**
42
+ * True when this version has at least one product-version-level or premium-item-level override, computed via a bulk local badge lookup.
43
+ * @type {boolean}
44
+ * @memberof ProductVersionWithAccountMappingsClass
45
+ */
46
+ 'hasCustomMapping': boolean;
47
+ }
48
+
@@ -0,0 +1,55 @@
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 { ProductVersionWithAccountMappingsClass } from './product-version-with-account-mappings-class';
17
+
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface ProductWithAccountMappingsClass
22
+ */
23
+ export interface ProductWithAccountMappingsClass {
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof ProductWithAccountMappingsClass
28
+ */
29
+ 'productCode': string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof ProductWithAccountMappingsClass
34
+ */
35
+ 'productSlug': string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof ProductWithAccountMappingsClass
40
+ */
41
+ 'productName': string;
42
+ /**
43
+ * Aggregate: true if the product itself, any version, or any premium item under any version is overridden.
44
+ * @type {boolean}
45
+ * @memberof ProductWithAccountMappingsClass
46
+ */
47
+ 'hasCustomMapping': boolean;
48
+ /**
49
+ * Every version of this product, regardless of status.
50
+ * @type {Array<ProductVersionWithAccountMappingsClass>}
51
+ * @memberof ProductWithAccountMappingsClass
52
+ */
53
+ 'versions': Array<ProductVersionWithAccountMappingsClass>;
54
+ }
55
+
@@ -0,0 +1,30 @@
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
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface PutPremiumItemAccountBodyDto
21
+ */
22
+ export interface PutPremiumItemAccountBodyDto {
23
+ /**
24
+ * Code of the financial account to use. Must belong to the category named in this request\'s path.
25
+ * @type {string}
26
+ * @memberof PutPremiumItemAccountBodyDto
27
+ */
28
+ 'financialAccountCode': string;
29
+ }
30
+
@@ -0,0 +1,30 @@
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
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface PutProductCategoryAccountBodyDto
21
+ */
22
+ export interface PutProductCategoryAccountBodyDto {
23
+ /**
24
+ * Code of the financial account to use as the override. Must belong to the category named in this request\'s path.
25
+ * @type {string}
26
+ * @memberof PutProductCategoryAccountBodyDto
27
+ */
28
+ 'financialAccountCode': string;
29
+ }
30
+
@@ -0,0 +1,30 @@
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
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface PutProductVersionCategoryAccountBodyDto
21
+ */
22
+ export interface PutProductVersionCategoryAccountBodyDto {
23
+ /**
24
+ * Code of the financial account to use as the override. Must belong to the category named in this request\'s path.
25
+ * @type {string}
26
+ * @memberof PutProductVersionCategoryAccountBodyDto
27
+ */
28
+ 'financialAccountCode': string;
29
+ }
30
+
@@ -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 { FinancialAccountClass } from './financial-account-class';
17
+
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface ResolvedAccountMappingClass
22
+ */
23
+ export interface ResolvedAccountMappingClass {
24
+ /**
25
+ * The linked account\'s current state, read live.
26
+ * @type {FinancialAccountClass}
27
+ * @memberof ResolvedAccountMappingClass
28
+ */
29
+ 'financialAccount': FinancialAccountClass;
30
+ /**
31
+ * Which level of the cascade produced this value: CATEGORY_DEFAULT, PRODUCT, PRODUCT_VERSION, or PREMIUM_ITEM. Audit/debug only.
32
+ * @type {string}
33
+ * @memberof ResolvedAccountMappingClass
34
+ */
35
+ 'source': string;
36
+ }
37
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/accounting-sdk-node",
3
- "version": "1.32.1-beta.18",
3
+ "version": "1.32.1-beta.19",
4
4
  "description": "OpenAPI client for @emilgroup/accounting-sdk-node",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [