@emilgroup/billing-sdk-node 1.17.0 → 1.18.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.
Files changed (104) hide show
  1. package/.openapi-generator/FILES +3 -17
  2. package/README.md +2 -2
  3. package/api/correction-invoices-api.ts +2 -4
  4. package/api/draft-invoice-api.ts +346 -0
  5. package/api/estimated-invoices-api.ts +112 -11
  6. package/api/initial-invoices-api.ts +2 -4
  7. package/api/invoices-api.ts +110 -222
  8. package/api/recurring-invoices-api.ts +2 -4
  9. package/api.ts +2 -0
  10. package/dist/api/correction-invoices-api.d.ts +3 -4
  11. package/dist/api/draft-invoice-api.d.ts +185 -0
  12. package/dist/api/draft-invoice-api.js +396 -0
  13. package/dist/api/estimated-invoices-api.d.ts +66 -12
  14. package/dist/api/estimated-invoices-api.js +97 -4
  15. package/dist/api/initial-invoices-api.d.ts +3 -4
  16. package/dist/api/invoices-api.d.ts +97 -157
  17. package/dist/api/invoices-api.js +70 -163
  18. package/dist/api/recurring-invoices-api.d.ts +3 -4
  19. package/dist/api.d.ts +1 -0
  20. package/dist/api.js +1 -0
  21. package/dist/models/create-draft-invoice-request-dto.d.ts +89 -0
  22. package/dist/models/{invoice-class.js → create-draft-invoice-request-dto.js} +2 -7
  23. package/dist/models/create-estimated-invoice-for-interval-request-dto.d.ts +49 -0
  24. package/dist/models/create-estimated-invoice-request-dto.d.ts +1 -7
  25. package/dist/models/create-invoice-payment-request-dto.d.ts +2 -2
  26. package/dist/models/create-invoice-request-dto.d.ts +5 -5
  27. package/dist/models/index.d.ts +2 -17
  28. package/dist/models/index.js +2 -17
  29. package/dist/models/inline-response200.d.ts +6 -6
  30. package/dist/models/inline-response503.d.ts +6 -6
  31. package/dist/models/policy-dto.d.ts +5 -19
  32. package/dist/models/policy-dto.js +0 -8
  33. package/dist/models/policy-object-dto.d.ts +14 -20
  34. package/dist/models/policy-premium-dto.d.ts +2 -2
  35. package/dist/models/policy-premium-item-dto.d.ts +2 -2
  36. package/dist/models/policy-version-dto.d.ts +9 -3
  37. package/dist/models/premium-formula-dto.d.ts +2 -2
  38. package/dist/models/timeslice-dto.d.ts +1 -1
  39. package/models/create-draft-invoice-request-dto.ts +98 -0
  40. package/models/create-estimated-invoice-for-interval-request-dto.ts +55 -0
  41. package/models/create-estimated-invoice-request-dto.ts +1 -7
  42. package/models/create-invoice-payment-request-dto.ts +2 -2
  43. package/models/create-invoice-request-dto.ts +5 -5
  44. package/models/index.ts +2 -17
  45. package/models/inline-response200.ts +6 -6
  46. package/models/inline-response503.ts +6 -6
  47. package/models/policy-dto.ts +5 -22
  48. package/models/policy-object-dto.ts +14 -20
  49. package/models/policy-premium-dto.ts +2 -2
  50. package/models/policy-premium-item-dto.ts +2 -2
  51. package/models/policy-version-dto.ts +9 -3
  52. package/models/premium-formula-dto.ts +2 -2
  53. package/models/timeslice-dto.ts +1 -1
  54. package/package.json +1 -1
  55. package/dist/models/create-correction-invoices-response-class.d.ts +0 -25
  56. package/dist/models/create-custom-estimated-invoice-response-class.d.ts +0 -24
  57. package/dist/models/create-custom-estimated-invoice-response-class.js +0 -15
  58. package/dist/models/create-estimated-invoice-response-class.d.ts +0 -31
  59. package/dist/models/create-estimated-invoice-response-class.js +0 -15
  60. package/dist/models/create-invoice-payment-response-class.d.ts +0 -25
  61. package/dist/models/create-invoice-payment-response-class.js +0 -15
  62. package/dist/models/create-invoice-response-class.d.ts +0 -25
  63. package/dist/models/create-invoice-response-class.js +0 -15
  64. package/dist/models/create-invoice-status-request-dto.d.ts +0 -36
  65. package/dist/models/create-invoice-status-request-dto.js +0 -21
  66. package/dist/models/create-termination-invoice-request-dto.d.ts +0 -54
  67. package/dist/models/create-termination-invoice-request-dto.js +0 -15
  68. package/dist/models/get-invoice-response-class.d.ts +0 -25
  69. package/dist/models/get-invoice-response-class.js +0 -15
  70. package/dist/models/invoice-class.d.ts +0 -170
  71. package/dist/models/invoice-item-class.d.ts +0 -129
  72. package/dist/models/invoice-item-class.js +0 -24
  73. package/dist/models/invoice-payment-class.d.ts +0 -102
  74. package/dist/models/invoice-payment-class.js +0 -15
  75. package/dist/models/invoice-payments-class.d.ts +0 -25
  76. package/dist/models/invoice-payments-class.js +0 -15
  77. package/dist/models/invoice-status-class.d.ts +0 -48
  78. package/dist/models/invoice-status-class.js +0 -21
  79. package/dist/models/list-invoices-response-class.d.ts +0 -31
  80. package/dist/models/list-invoices-response-class.js +0 -15
  81. package/dist/models/list-policies-billing-dates-response-class.d.ts +0 -31
  82. package/dist/models/list-policies-billing-dates-response-class.js +0 -15
  83. package/dist/models/omit-type-class.d.ts +0 -156
  84. package/dist/models/omit-type-class.js +0 -31
  85. package/dist/models/policy-billing-date-class.d.ts +0 -42
  86. package/dist/models/policy-billing-date-class.js +0 -15
  87. package/models/create-correction-invoices-response-class.ts +0 -31
  88. package/models/create-custom-estimated-invoice-response-class.ts +0 -30
  89. package/models/create-estimated-invoice-response-class.ts +0 -37
  90. package/models/create-invoice-payment-response-class.ts +0 -31
  91. package/models/create-invoice-response-class.ts +0 -31
  92. package/models/create-invoice-status-request-dto.ts +0 -45
  93. package/models/create-termination-invoice-request-dto.ts +0 -60
  94. package/models/get-invoice-response-class.ts +0 -31
  95. package/models/invoice-class.ts +0 -180
  96. package/models/invoice-item-class.ts +0 -138
  97. package/models/invoice-payment-class.ts +0 -108
  98. package/models/invoice-payments-class.ts +0 -31
  99. package/models/invoice-status-class.ts +0 -57
  100. package/models/list-invoices-response-class.ts +0 -37
  101. package/models/list-policies-billing-dates-response-class.ts +0 -37
  102. package/models/omit-type-class.ts +0 -166
  103. package/models/policy-billing-date-class.ts +0 -48
  104. /package/dist/models/{create-correction-invoices-response-class.js → create-estimated-invoice-for-interval-request-dto.js} +0 -0
@@ -28,21 +28,21 @@ export interface InlineResponse200 {
28
28
  'status'?: string;
29
29
  /**
30
30
  *
31
- * @type {{ [key: string]: { [key: string]: string; }; }}
31
+ * @type {{ [key: string]: { [key: string]: object; }; }}
32
32
  * @memberof InlineResponse200
33
33
  */
34
- 'info'?: { [key: string]: { [key: string]: string; }; } | null;
34
+ 'info'?: { [key: string]: { [key: string]: object; }; } | null;
35
35
  /**
36
36
  *
37
- * @type {{ [key: string]: { [key: string]: string; }; }}
37
+ * @type {{ [key: string]: { [key: string]: object; }; }}
38
38
  * @memberof InlineResponse200
39
39
  */
40
- 'error'?: { [key: string]: { [key: string]: string; }; } | null;
40
+ 'error'?: { [key: string]: { [key: string]: object; }; } | null;
41
41
  /**
42
42
  *
43
- * @type {{ [key: string]: { [key: string]: string; }; }}
43
+ * @type {{ [key: string]: { [key: string]: object; }; }}
44
44
  * @memberof InlineResponse200
45
45
  */
46
- 'details'?: { [key: string]: { [key: string]: string; }; };
46
+ 'details'?: { [key: string]: { [key: string]: object; }; };
47
47
  }
48
48
 
@@ -28,21 +28,21 @@ export interface InlineResponse503 {
28
28
  'status'?: string;
29
29
  /**
30
30
  *
31
- * @type {{ [key: string]: { [key: string]: string; }; }}
31
+ * @type {{ [key: string]: { [key: string]: object; }; }}
32
32
  * @memberof InlineResponse503
33
33
  */
34
- 'info'?: { [key: string]: { [key: string]: string; }; } | null;
34
+ 'info'?: { [key: string]: { [key: string]: object; }; } | null;
35
35
  /**
36
36
  *
37
- * @type {{ [key: string]: { [key: string]: string; }; }}
37
+ * @type {{ [key: string]: { [key: string]: object; }; }}
38
38
  * @memberof InlineResponse503
39
39
  */
40
- 'error'?: { [key: string]: { [key: string]: string; }; } | null;
40
+ 'error'?: { [key: string]: { [key: string]: object; }; } | null;
41
41
  /**
42
42
  *
43
- * @type {{ [key: string]: { [key: string]: string; }; }}
43
+ * @type {{ [key: string]: { [key: string]: object; }; }}
44
44
  * @memberof InlineResponse503
45
45
  */
46
- 'details'?: { [key: string]: { [key: string]: string; }; };
46
+ 'details'?: { [key: string]: { [key: string]: object; }; };
47
47
  }
48
48
 
@@ -68,7 +68,7 @@ export interface PolicyDto {
68
68
  * @type {string}
69
69
  * @memberof PolicyDto
70
70
  */
71
- 'status': PolicyDtoStatusEnum;
71
+ 'status': string;
72
72
  /**
73
73
  * Policy holder.
74
74
  * @type {string}
@@ -100,33 +100,16 @@ export interface PolicyDto {
100
100
  */
101
101
  'productName': string;
102
102
  /**
103
- * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
103
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
104
104
  * @type {string}
105
105
  * @memberof PolicyDto
106
106
  */
107
107
  'productSlug': string;
108
108
  /**
109
- *
110
- * @type {string}
111
- * @memberof PolicyDto
112
- */
113
- 'policyStartDate': string;
114
- /**
115
- *
116
- * @type {string}
109
+ * Linked partners.
110
+ * @type {Array<string>}
117
111
  * @memberof PolicyDto
118
112
  */
119
- 'ern': string;
113
+ 'partnerLinks': Array<string>;
120
114
  }
121
115
 
122
- export const PolicyDtoStatusEnum = {
123
- Active: 'ACTIVE',
124
- Withdrawn: 'WITHDRAWN',
125
- Terminated: 'TERMINATED',
126
- Suspended: 'SUSPENDED',
127
- Pending: 'PENDING'
128
- } as const;
129
-
130
- export type PolicyDtoStatusEnum = typeof PolicyDtoStatusEnum[keyof typeof PolicyDtoStatusEnum];
131
-
132
-
@@ -33,46 +33,40 @@ export interface PolicyObjectDto {
33
33
  */
34
34
  'insuredObjectName': string;
35
35
  /**
36
- * Insured object summary.
36
+ * Insured object label.
37
37
  * @type {string}
38
38
  * @memberof PolicyObjectDto
39
39
  */
40
- 'summary': string;
40
+ 'insuredObjectLabel': string;
41
41
  /**
42
- * Insured object data.
43
- * @type {object}
42
+ * A boolean value indicating whether the insured object accepts multiple objects.
43
+ * @type {boolean}
44
44
  * @memberof PolicyObjectDto
45
45
  */
46
- 'data': object;
46
+ 'isMultiInsuredObject': boolean;
47
47
  /**
48
- * Time at which the object was created.
48
+ * Insured object summary.
49
49
  * @type {string}
50
50
  * @memberof PolicyObjectDto
51
51
  */
52
- 'createdAt'?: string;
52
+ 'summary': string;
53
53
  /**
54
- * Time at which the object was updated.
55
- * @type {string}
54
+ * Insured object data.
55
+ * @type {object}
56
56
  * @memberof PolicyObjectDto
57
57
  */
58
- 'updatedAt'?: string;
58
+ 'data': object;
59
59
  /**
60
- *
60
+ * Time at which the object was created.
61
61
  * @type {string}
62
62
  * @memberof PolicyObjectDto
63
63
  */
64
- 'code': string;
64
+ 'createdAt': string;
65
65
  /**
66
- *
66
+ * Time at which the object was updated.
67
67
  * @type {string}
68
68
  * @memberof PolicyObjectDto
69
69
  */
70
- 'insuredObjectLabel': string;
71
- /**
72
- *
73
- * @type {boolean}
74
- * @memberof PolicyObjectDto
75
- */
76
- 'isMultiInsuredObject': boolean;
70
+ 'updatedAt': string;
77
71
  }
78
72
 
@@ -32,13 +32,13 @@ export interface PolicyPremiumDto {
32
32
  * @type {string}
33
33
  * @memberof PolicyPremiumDto
34
34
  */
35
- 'createdAt'?: string;
35
+ 'createdAt': string;
36
36
  /**
37
37
  * Time at which the object was updated.
38
38
  * @type {string}
39
39
  * @memberof PolicyPremiumDto
40
40
  */
41
- 'updatedAt'?: string;
41
+ 'updatedAt': string;
42
42
  /**
43
43
  * Premium Items.
44
44
  * @type {Array<PolicyPremiumItemDto>}
@@ -44,7 +44,7 @@ export interface PolicyPremiumItemDto {
44
44
  * @type {string}
45
45
  * @memberof PolicyPremiumItemDto
46
46
  */
47
- 'updatedAt'?: string;
47
+ 'updatedAt': string;
48
48
  /**
49
49
  * Item premium formula entity.
50
50
  * @type {PremiumFormulaDto}
@@ -56,6 +56,6 @@ export interface PolicyPremiumItemDto {
56
56
  * @type {boolean}
57
57
  * @memberof PolicyPremiumItemDto
58
58
  */
59
- 'isOverride'?: boolean;
59
+ 'isOverride': boolean;
60
60
  }
61
61
 
@@ -38,24 +38,30 @@ export interface PolicyVersionDto {
38
38
  * @type {object}
39
39
  * @memberof PolicyVersionDto
40
40
  */
41
- 'metadata'?: object;
41
+ 'metadata': object;
42
42
  /**
43
43
  * Time at which the object was created.
44
44
  * @type {string}
45
45
  * @memberof PolicyVersionDto
46
46
  */
47
- 'createdAt'?: string;
47
+ 'createdAt': string;
48
48
  /**
49
49
  * Time at which the object was updated.
50
50
  * @type {string}
51
51
  * @memberof PolicyVersionDto
52
52
  */
53
- 'updatedAt'?: string;
53
+ 'updatedAt': string;
54
54
  /**
55
55
  * Policy timeline.
56
56
  * @type {Array<TimesliceDto>}
57
57
  * @memberof PolicyVersionDto
58
58
  */
59
59
  'timeline': Array<TimesliceDto>;
60
+ /**
61
+ * Is this a draft policy version?
62
+ * @type {boolean}
63
+ * @memberof PolicyVersionDto
64
+ */
65
+ 'isDraft': boolean;
60
66
  }
61
67
 
@@ -67,12 +67,12 @@ export interface PremiumFormulaDto {
67
67
  * @type {string}
68
68
  * @memberof PremiumFormulaDto
69
69
  */
70
- 'createdAt'?: string;
70
+ 'createdAt': string;
71
71
  /**
72
72
  * Time at which the object was updated.
73
73
  * @type {string}
74
74
  * @memberof PremiumFormulaDto
75
75
  */
76
- 'updatedAt'?: string;
76
+ 'updatedAt': string;
77
77
  }
78
78
 
@@ -45,7 +45,7 @@ export interface TimesliceDto {
45
45
  * @type {string}
46
46
  * @memberof TimesliceDto
47
47
  */
48
- 'to'?: string;
48
+ 'to': string;
49
49
  /**
50
50
  * Time at which the object was created.
51
51
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/billing-sdk-node",
3
- "version": "1.17.0",
3
+ "version": "1.18.0",
4
4
  "description": "OpenAPI client for @emilgroup/billing-sdk-node",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [
@@ -1,25 +0,0 @@
1
- /**
2
- * EMIL BillingService
3
- * The EMIL BillingService 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 { OmitTypeClass } from './omit-type-class';
13
- /**
14
- *
15
- * @export
16
- * @interface CreateCorrectionInvoicesResponseClass
17
- */
18
- export interface CreateCorrectionInvoicesResponseClass {
19
- /**
20
- * Correction invoices response.
21
- * @type {OmitTypeClass}
22
- * @memberof CreateCorrectionInvoicesResponseClass
23
- */
24
- 'invoices': OmitTypeClass;
25
- }
@@ -1,24 +0,0 @@
1
- /**
2
- * EMIL BillingService
3
- * The EMIL BillingService 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 CreateCustomEstimatedInvoiceResponseClass
16
- */
17
- export interface CreateCustomEstimatedInvoiceResponseClass {
18
- /**
19
- * Recurring invoice response
20
- * @type {object}
21
- * @memberof CreateCustomEstimatedInvoiceResponseClass
22
- */
23
- 'custom': object;
24
- }
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * EMIL BillingService
6
- * The EMIL BillingService 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 BillingService
3
- * The EMIL BillingService 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 { InvoiceClass } from './invoice-class';
13
- /**
14
- *
15
- * @export
16
- * @interface CreateEstimatedInvoiceResponseClass
17
- */
18
- export interface CreateEstimatedInvoiceResponseClass {
19
- /**
20
- * Estimated invoice response.
21
- * @type {InvoiceClass}
22
- * @memberof CreateEstimatedInvoiceResponseClass
23
- */
24
- 'invoice': InvoiceClass;
25
- /**
26
- * In some cases, custom premium calculation needs to be used. In that case, a custom object is returned. It can hold up any kind of information. For more information, check the general documentation.
27
- * @type {object}
28
- * @memberof CreateEstimatedInvoiceResponseClass
29
- */
30
- 'custom': object;
31
- }
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * EMIL BillingService
6
- * The EMIL BillingService 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 BillingService
3
- * The EMIL BillingService 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 { OmitTypeClass } from './omit-type-class';
13
- /**
14
- *
15
- * @export
16
- * @interface CreateInvoicePaymentResponseClass
17
- */
18
- export interface CreateInvoicePaymentResponseClass {
19
- /**
20
- * Invoice updated after payment.
21
- * @type {OmitTypeClass}
22
- * @memberof CreateInvoicePaymentResponseClass
23
- */
24
- 'invoice': OmitTypeClass;
25
- }
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * EMIL BillingService
6
- * The EMIL BillingService 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 BillingService
3
- * The EMIL BillingService 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 { OmitTypeClass } from './omit-type-class';
13
- /**
14
- *
15
- * @export
16
- * @interface CreateInvoiceResponseClass
17
- */
18
- export interface CreateInvoiceResponseClass {
19
- /**
20
- * Invoice response.
21
- * @type {OmitTypeClass}
22
- * @memberof CreateInvoiceResponseClass
23
- */
24
- 'invoice': OmitTypeClass;
25
- }
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * EMIL BillingService
6
- * The EMIL BillingService 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,36 +0,0 @@
1
- /**
2
- * EMIL BillingService
3
- * The EMIL BillingService 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 CreateInvoiceStatusRequestDto
16
- */
17
- export interface CreateInvoiceStatusRequestDto {
18
- /**
19
- *
20
- * @type {number}
21
- * @memberof CreateInvoiceStatusRequestDto
22
- */
23
- 'invoiceId': number;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof CreateInvoiceStatusRequestDto
28
- */
29
- 'status': CreateInvoiceStatusRequestDtoStatusEnum;
30
- }
31
- export declare const CreateInvoiceStatusRequestDtoStatusEnum: {
32
- readonly Open: "open";
33
- readonly Paid: "paid";
34
- readonly PartiallyPaid: "partially-paid";
35
- };
36
- export type CreateInvoiceStatusRequestDtoStatusEnum = typeof CreateInvoiceStatusRequestDtoStatusEnum[keyof typeof CreateInvoiceStatusRequestDtoStatusEnum];
@@ -1,21 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * EMIL BillingService
6
- * The EMIL BillingService 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.CreateInvoiceStatusRequestDtoStatusEnum = void 0;
17
- exports.CreateInvoiceStatusRequestDtoStatusEnum = {
18
- Open: 'open',
19
- Paid: 'paid',
20
- PartiallyPaid: 'partially-paid'
21
- };
@@ -1,54 +0,0 @@
1
- /**
2
- * EMIL BillingService
3
- * The EMIL BillingService 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 CreateTerminationInvoiceRequestDto
16
- */
17
- export interface CreateTerminationInvoiceRequestDto {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof CreateTerminationInvoiceRequestDto
22
- */
23
- 'policyCode': string;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof CreateTerminationInvoiceRequestDto
28
- */
29
- 'accountNumber': string;
30
- /**
31
- *
32
- * @type {object}
33
- * @memberof CreateTerminationInvoiceRequestDto
34
- */
35
- 'metadata'?: object;
36
- /**
37
- *
38
- * @type {string}
39
- * @memberof CreateTerminationInvoiceRequestDto
40
- */
41
- 'billingIntervalFrom': string;
42
- /**
43
- *
44
- * @type {string}
45
- * @memberof CreateTerminationInvoiceRequestDto
46
- */
47
- 'billingIntervalTo': string;
48
- /**
49
- *
50
- * @type {string}
51
- * @memberof CreateTerminationInvoiceRequestDto
52
- */
53
- 'policyNumber': string;
54
- }
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * EMIL BillingService
6
- * The EMIL BillingService 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 BillingService
3
- * The EMIL BillingService 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 { OmitTypeClass } from './omit-type-class';
13
- /**
14
- *
15
- * @export
16
- * @interface GetInvoiceResponseClass
17
- */
18
- export interface GetInvoiceResponseClass {
19
- /**
20
- * Invoice response.
21
- * @type {OmitTypeClass}
22
- * @memberof GetInvoiceResponseClass
23
- */
24
- 'invoice': OmitTypeClass;
25
- }
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * EMIL BillingService
6
- * The EMIL BillingService 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 });