@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.
- package/.openapi-generator/FILES +3 -17
- package/README.md +2 -2
- package/api/correction-invoices-api.ts +2 -4
- package/api/draft-invoice-api.ts +346 -0
- package/api/estimated-invoices-api.ts +112 -11
- package/api/initial-invoices-api.ts +2 -4
- package/api/invoices-api.ts +110 -222
- package/api/recurring-invoices-api.ts +2 -4
- package/api.ts +2 -0
- package/dist/api/correction-invoices-api.d.ts +3 -4
- package/dist/api/draft-invoice-api.d.ts +185 -0
- package/dist/api/draft-invoice-api.js +396 -0
- package/dist/api/estimated-invoices-api.d.ts +66 -12
- package/dist/api/estimated-invoices-api.js +97 -4
- package/dist/api/initial-invoices-api.d.ts +3 -4
- package/dist/api/invoices-api.d.ts +97 -157
- package/dist/api/invoices-api.js +70 -163
- package/dist/api/recurring-invoices-api.d.ts +3 -4
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/models/create-draft-invoice-request-dto.d.ts +89 -0
- package/dist/models/{invoice-class.js → create-draft-invoice-request-dto.js} +2 -7
- package/dist/models/create-estimated-invoice-for-interval-request-dto.d.ts +49 -0
- package/dist/models/create-estimated-invoice-request-dto.d.ts +1 -7
- package/dist/models/create-invoice-payment-request-dto.d.ts +2 -2
- package/dist/models/create-invoice-request-dto.d.ts +5 -5
- package/dist/models/index.d.ts +2 -17
- package/dist/models/index.js +2 -17
- package/dist/models/inline-response200.d.ts +6 -6
- package/dist/models/inline-response503.d.ts +6 -6
- package/dist/models/policy-dto.d.ts +5 -19
- package/dist/models/policy-dto.js +0 -8
- package/dist/models/policy-object-dto.d.ts +14 -20
- package/dist/models/policy-premium-dto.d.ts +2 -2
- package/dist/models/policy-premium-item-dto.d.ts +2 -2
- package/dist/models/policy-version-dto.d.ts +9 -3
- package/dist/models/premium-formula-dto.d.ts +2 -2
- package/dist/models/timeslice-dto.d.ts +1 -1
- package/models/create-draft-invoice-request-dto.ts +98 -0
- package/models/create-estimated-invoice-for-interval-request-dto.ts +55 -0
- package/models/create-estimated-invoice-request-dto.ts +1 -7
- package/models/create-invoice-payment-request-dto.ts +2 -2
- package/models/create-invoice-request-dto.ts +5 -5
- package/models/index.ts +2 -17
- package/models/inline-response200.ts +6 -6
- package/models/inline-response503.ts +6 -6
- package/models/policy-dto.ts +5 -22
- package/models/policy-object-dto.ts +14 -20
- package/models/policy-premium-dto.ts +2 -2
- package/models/policy-premium-item-dto.ts +2 -2
- package/models/policy-version-dto.ts +9 -3
- package/models/premium-formula-dto.ts +2 -2
- package/models/timeslice-dto.ts +1 -1
- package/package.json +1 -1
- package/dist/models/create-correction-invoices-response-class.d.ts +0 -25
- package/dist/models/create-custom-estimated-invoice-response-class.d.ts +0 -24
- package/dist/models/create-custom-estimated-invoice-response-class.js +0 -15
- package/dist/models/create-estimated-invoice-response-class.d.ts +0 -31
- package/dist/models/create-estimated-invoice-response-class.js +0 -15
- package/dist/models/create-invoice-payment-response-class.d.ts +0 -25
- package/dist/models/create-invoice-payment-response-class.js +0 -15
- package/dist/models/create-invoice-response-class.d.ts +0 -25
- package/dist/models/create-invoice-response-class.js +0 -15
- package/dist/models/create-invoice-status-request-dto.d.ts +0 -36
- package/dist/models/create-invoice-status-request-dto.js +0 -21
- package/dist/models/create-termination-invoice-request-dto.d.ts +0 -54
- package/dist/models/create-termination-invoice-request-dto.js +0 -15
- package/dist/models/get-invoice-response-class.d.ts +0 -25
- package/dist/models/get-invoice-response-class.js +0 -15
- package/dist/models/invoice-class.d.ts +0 -170
- package/dist/models/invoice-item-class.d.ts +0 -129
- package/dist/models/invoice-item-class.js +0 -24
- package/dist/models/invoice-payment-class.d.ts +0 -102
- package/dist/models/invoice-payment-class.js +0 -15
- package/dist/models/invoice-payments-class.d.ts +0 -25
- package/dist/models/invoice-payments-class.js +0 -15
- package/dist/models/invoice-status-class.d.ts +0 -48
- package/dist/models/invoice-status-class.js +0 -21
- package/dist/models/list-invoices-response-class.d.ts +0 -31
- package/dist/models/list-invoices-response-class.js +0 -15
- package/dist/models/list-policies-billing-dates-response-class.d.ts +0 -31
- package/dist/models/list-policies-billing-dates-response-class.js +0 -15
- package/dist/models/omit-type-class.d.ts +0 -156
- package/dist/models/omit-type-class.js +0 -31
- package/dist/models/policy-billing-date-class.d.ts +0 -42
- package/dist/models/policy-billing-date-class.js +0 -15
- package/models/create-correction-invoices-response-class.ts +0 -31
- package/models/create-custom-estimated-invoice-response-class.ts +0 -30
- package/models/create-estimated-invoice-response-class.ts +0 -37
- package/models/create-invoice-payment-response-class.ts +0 -31
- package/models/create-invoice-response-class.ts +0 -31
- package/models/create-invoice-status-request-dto.ts +0 -45
- package/models/create-termination-invoice-request-dto.ts +0 -60
- package/models/get-invoice-response-class.ts +0 -31
- package/models/invoice-class.ts +0 -180
- package/models/invoice-item-class.ts +0 -138
- package/models/invoice-payment-class.ts +0 -108
- package/models/invoice-payments-class.ts +0 -31
- package/models/invoice-status-class.ts +0 -57
- package/models/list-invoices-response-class.ts +0 -37
- package/models/list-policies-billing-dates-response-class.ts +0 -37
- package/models/omit-type-class.ts +0 -166
- package/models/policy-billing-date-class.ts +0 -48
- /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]:
|
|
31
|
+
* @type {{ [key: string]: { [key: string]: object; }; }}
|
|
32
32
|
* @memberof InlineResponse200
|
|
33
33
|
*/
|
|
34
|
-
'info'?: { [key: string]: { [key: string]:
|
|
34
|
+
'info'?: { [key: string]: { [key: string]: object; }; } | null;
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
|
-
* @type {{ [key: string]: { [key: string]:
|
|
37
|
+
* @type {{ [key: string]: { [key: string]: object; }; }}
|
|
38
38
|
* @memberof InlineResponse200
|
|
39
39
|
*/
|
|
40
|
-
'error'?: { [key: string]: { [key: string]:
|
|
40
|
+
'error'?: { [key: string]: { [key: string]: object; }; } | null;
|
|
41
41
|
/**
|
|
42
42
|
*
|
|
43
|
-
* @type {{ [key: string]: { [key: string]:
|
|
43
|
+
* @type {{ [key: string]: { [key: string]: object; }; }}
|
|
44
44
|
* @memberof InlineResponse200
|
|
45
45
|
*/
|
|
46
|
-
'details'?: { [key: string]: { [key: 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]:
|
|
31
|
+
* @type {{ [key: string]: { [key: string]: object; }; }}
|
|
32
32
|
* @memberof InlineResponse503
|
|
33
33
|
*/
|
|
34
|
-
'info'?: { [key: string]: { [key: string]:
|
|
34
|
+
'info'?: { [key: string]: { [key: string]: object; }; } | null;
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
|
-
* @type {{ [key: string]: { [key: string]:
|
|
37
|
+
* @type {{ [key: string]: { [key: string]: object; }; }}
|
|
38
38
|
* @memberof InlineResponse503
|
|
39
39
|
*/
|
|
40
|
-
'error'?: { [key: string]: { [key: string]:
|
|
40
|
+
'error'?: { [key: string]: { [key: string]: object; }; } | null;
|
|
41
41
|
/**
|
|
42
42
|
*
|
|
43
|
-
* @type {{ [key: string]: { [key: string]:
|
|
43
|
+
* @type {{ [key: string]: { [key: string]: object; }; }}
|
|
44
44
|
* @memberof InlineResponse503
|
|
45
45
|
*/
|
|
46
|
-
'details'?: { [key: string]: { [key: string]:
|
|
46
|
+
'details'?: { [key: string]: { [key: string]: object; }; };
|
|
47
47
|
}
|
|
48
48
|
|
package/models/policy-dto.ts
CHANGED
|
@@ -68,7 +68,7 @@ export interface PolicyDto {
|
|
|
68
68
|
* @type {string}
|
|
69
69
|
* @memberof PolicyDto
|
|
70
70
|
*/
|
|
71
|
-
'status':
|
|
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
|
|
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
|
-
'
|
|
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
|
|
36
|
+
* Insured object label.
|
|
37
37
|
* @type {string}
|
|
38
38
|
* @memberof PolicyObjectDto
|
|
39
39
|
*/
|
|
40
|
-
'
|
|
40
|
+
'insuredObjectLabel': string;
|
|
41
41
|
/**
|
|
42
|
-
*
|
|
43
|
-
* @type {
|
|
42
|
+
* A boolean value indicating whether the insured object accepts multiple objects.
|
|
43
|
+
* @type {boolean}
|
|
44
44
|
* @memberof PolicyObjectDto
|
|
45
45
|
*/
|
|
46
|
-
'
|
|
46
|
+
'isMultiInsuredObject': boolean;
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* Insured object summary.
|
|
49
49
|
* @type {string}
|
|
50
50
|
* @memberof PolicyObjectDto
|
|
51
51
|
*/
|
|
52
|
-
'
|
|
52
|
+
'summary': string;
|
|
53
53
|
/**
|
|
54
|
-
*
|
|
55
|
-
* @type {
|
|
54
|
+
* Insured object data.
|
|
55
|
+
* @type {object}
|
|
56
56
|
* @memberof PolicyObjectDto
|
|
57
57
|
*/
|
|
58
|
-
'
|
|
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
|
-
'
|
|
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
|
-
'
|
|
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'
|
|
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'
|
|
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'
|
|
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'
|
|
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'
|
|
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'
|
|
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'
|
|
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'
|
|
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'
|
|
76
|
+
'updatedAt': string;
|
|
77
77
|
}
|
|
78
78
|
|
package/models/timeslice-dto.ts
CHANGED
package/package.json
CHANGED
|
@@ -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 });
|