@emilgroup/billing-sdk-node 1.19.0 → 1.20.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 +0 -17
- package/README.md +2 -2
- package/api/correction-invoices-api.ts +2 -4
- package/api/estimated-invoices-api.ts +6 -12
- package/api/initial-invoices-api.ts +2 -4
- package/api/invoices-api.ts +6 -12
- package/api/recurring-invoices-api.ts +2 -4
- package/dist/api/correction-invoices-api.d.ts +3 -4
- package/dist/api/estimated-invoices-api.d.ts +9 -12
- package/dist/api/initial-invoices-api.d.ts +3 -4
- package/dist/api/invoices-api.d.ts +9 -12
- package/dist/api/recurring-invoices-api.d.ts +3 -4
- package/dist/models/create-estimated-invoice-request-dto.d.ts +1 -7
- package/dist/models/create-invoice-payment-request-dto.d.ts +1 -7
- package/dist/models/create-invoice-request-dto.d.ts +4 -4
- package/dist/models/index.d.ts +0 -17
- package/dist/models/index.js +0 -17
- package/dist/models/policy-dto.d.ts +3 -23
- package/dist/models/policy-dto.js +0 -8
- package/dist/models/policy-object-dto.d.ts +2 -8
- 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 +3 -3
- package/dist/models/premium-formula-dto.d.ts +2 -2
- package/dist/models/timeslice-dto.d.ts +1 -1
- package/models/create-estimated-invoice-request-dto.ts +1 -7
- package/models/create-invoice-payment-request-dto.ts +1 -7
- package/models/create-invoice-request-dto.ts +4 -4
- package/models/index.ts +0 -17
- package/models/policy-dto.ts +3 -26
- package/models/policy-object-dto.ts +2 -8
- package/models/policy-premium-dto.ts +2 -2
- package/models/policy-premium-item-dto.ts +2 -2
- package/models/policy-version-dto.ts +3 -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-correction-invoices-response-class.js +0 -15
- 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-for-interval-response-class.d.ts +0 -25
- package/dist/models/create-estimated-invoice-for-interval-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-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 -37
- package/dist/models/create-invoice-status-request-dto.js +0 -22
- 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 -171
- package/dist/models/invoice-class.js +0 -32
- package/dist/models/invoice-item-class.d.ts +0 -141
- 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 -49
- package/dist/models/invoice-status-class.js +0 -22
- 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 -164
- package/dist/models/omit-type-class.js +0 -32
- 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-for-interval-response-class.ts +0 -31
- package/models/create-estimated-invoice-response-class.ts +0 -37
- package/models/create-invoice-response-class.ts +0 -31
- package/models/create-invoice-status-request-dto.ts +0 -46
- 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 -181
- package/models/invoice-item-class.ts +0 -150
- package/models/invoice-payment-class.ts +0 -108
- package/models/invoice-payments-class.ts +0 -31
- package/models/invoice-status-class.ts +0 -58
- 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 -174
- package/models/policy-billing-date-class.ts +0 -48
package/dist/models/index.d.ts
CHANGED
|
@@ -1,29 +1,12 @@
|
|
|
1
|
-
export * from './create-correction-invoices-response-class';
|
|
2
1
|
export * from './create-custom-estimated-invoice-request-dto';
|
|
3
|
-
export * from './create-custom-estimated-invoice-response-class';
|
|
4
2
|
export * from './create-draft-invoice-request-dto';
|
|
5
3
|
export * from './create-estimated-invoice-for-interval-request-dto';
|
|
6
|
-
export * from './create-estimated-invoice-for-interval-response-class';
|
|
7
4
|
export * from './create-estimated-invoice-request-dto';
|
|
8
|
-
export * from './create-estimated-invoice-response-class';
|
|
9
5
|
export * from './create-invoice-payment-request-dto';
|
|
10
6
|
export * from './create-invoice-request-dto';
|
|
11
|
-
export * from './create-invoice-response-class';
|
|
12
|
-
export * from './create-invoice-status-request-dto';
|
|
13
|
-
export * from './create-termination-invoice-request-dto';
|
|
14
|
-
export * from './get-invoice-response-class';
|
|
15
7
|
export * from './inline-response200';
|
|
16
8
|
export * from './inline-response503';
|
|
17
|
-
export * from './invoice-class';
|
|
18
|
-
export * from './invoice-item-class';
|
|
19
|
-
export * from './invoice-payment-class';
|
|
20
|
-
export * from './invoice-payments-class';
|
|
21
|
-
export * from './invoice-status-class';
|
|
22
|
-
export * from './list-invoices-response-class';
|
|
23
|
-
export * from './list-policies-billing-dates-response-class';
|
|
24
9
|
export * from './list-request-dto';
|
|
25
|
-
export * from './omit-type-class';
|
|
26
|
-
export * from './policy-billing-date-class';
|
|
27
10
|
export * from './policy-dto';
|
|
28
11
|
export * from './policy-object-dto';
|
|
29
12
|
export * from './policy-premium-dto';
|
package/dist/models/index.js
CHANGED
|
@@ -14,32 +14,15 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./create-correction-invoices-response-class"), exports);
|
|
18
17
|
__exportStar(require("./create-custom-estimated-invoice-request-dto"), exports);
|
|
19
|
-
__exportStar(require("./create-custom-estimated-invoice-response-class"), exports);
|
|
20
18
|
__exportStar(require("./create-draft-invoice-request-dto"), exports);
|
|
21
19
|
__exportStar(require("./create-estimated-invoice-for-interval-request-dto"), exports);
|
|
22
|
-
__exportStar(require("./create-estimated-invoice-for-interval-response-class"), exports);
|
|
23
20
|
__exportStar(require("./create-estimated-invoice-request-dto"), exports);
|
|
24
|
-
__exportStar(require("./create-estimated-invoice-response-class"), exports);
|
|
25
21
|
__exportStar(require("./create-invoice-payment-request-dto"), exports);
|
|
26
22
|
__exportStar(require("./create-invoice-request-dto"), exports);
|
|
27
|
-
__exportStar(require("./create-invoice-response-class"), exports);
|
|
28
|
-
__exportStar(require("./create-invoice-status-request-dto"), exports);
|
|
29
|
-
__exportStar(require("./create-termination-invoice-request-dto"), exports);
|
|
30
|
-
__exportStar(require("./get-invoice-response-class"), exports);
|
|
31
23
|
__exportStar(require("./inline-response200"), exports);
|
|
32
24
|
__exportStar(require("./inline-response503"), exports);
|
|
33
|
-
__exportStar(require("./invoice-class"), exports);
|
|
34
|
-
__exportStar(require("./invoice-item-class"), exports);
|
|
35
|
-
__exportStar(require("./invoice-payment-class"), exports);
|
|
36
|
-
__exportStar(require("./invoice-payments-class"), exports);
|
|
37
|
-
__exportStar(require("./invoice-status-class"), exports);
|
|
38
|
-
__exportStar(require("./list-invoices-response-class"), exports);
|
|
39
|
-
__exportStar(require("./list-policies-billing-dates-response-class"), exports);
|
|
40
25
|
__exportStar(require("./list-request-dto"), exports);
|
|
41
|
-
__exportStar(require("./omit-type-class"), exports);
|
|
42
|
-
__exportStar(require("./policy-billing-date-class"), exports);
|
|
43
26
|
__exportStar(require("./policy-dto"), exports);
|
|
44
27
|
__exportStar(require("./policy-object-dto"), exports);
|
|
45
28
|
__exportStar(require("./policy-premium-dto"), exports);
|
|
@@ -63,7 +63,7 @@ export interface PolicyDto {
|
|
|
63
63
|
* @type {string}
|
|
64
64
|
* @memberof PolicyDto
|
|
65
65
|
*/
|
|
66
|
-
'status':
|
|
66
|
+
'status': string;
|
|
67
67
|
/**
|
|
68
68
|
* Policy holder.
|
|
69
69
|
* @type {string}
|
|
@@ -102,28 +102,8 @@ export interface PolicyDto {
|
|
|
102
102
|
'productSlug': string;
|
|
103
103
|
/**
|
|
104
104
|
* Linked partners.
|
|
105
|
-
* @type {Array<
|
|
105
|
+
* @type {Array<string>}
|
|
106
106
|
* @memberof PolicyDto
|
|
107
107
|
*/
|
|
108
|
-
'partnerLinks': Array<
|
|
109
|
-
/**
|
|
110
|
-
*
|
|
111
|
-
* @type {string}
|
|
112
|
-
* @memberof PolicyDto
|
|
113
|
-
*/
|
|
114
|
-
'policyStartDate': string;
|
|
115
|
-
/**
|
|
116
|
-
*
|
|
117
|
-
* @type {string}
|
|
118
|
-
* @memberof PolicyDto
|
|
119
|
-
*/
|
|
120
|
-
'ern': string;
|
|
108
|
+
'partnerLinks': Array<string>;
|
|
121
109
|
}
|
|
122
|
-
export declare const PolicyDtoStatusEnum: {
|
|
123
|
-
readonly Active: "ACTIVE";
|
|
124
|
-
readonly Withdrawn: "WITHDRAWN";
|
|
125
|
-
readonly Terminated: "TERMINATED";
|
|
126
|
-
readonly Suspended: "SUSPENDED";
|
|
127
|
-
readonly Pending: "PENDING";
|
|
128
|
-
};
|
|
129
|
-
export type PolicyDtoStatusEnum = typeof PolicyDtoStatusEnum[keyof typeof PolicyDtoStatusEnum];
|
|
@@ -13,11 +13,3 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.PolicyDtoStatusEnum = void 0;
|
|
17
|
-
exports.PolicyDtoStatusEnum = {
|
|
18
|
-
Active: 'ACTIVE',
|
|
19
|
-
Withdrawn: 'WITHDRAWN',
|
|
20
|
-
Terminated: 'TERMINATED',
|
|
21
|
-
Suspended: 'SUSPENDED',
|
|
22
|
-
Pending: 'PENDING'
|
|
23
|
-
};
|
|
@@ -56,17 +56,11 @@ export interface PolicyObjectDto {
|
|
|
56
56
|
* @type {string}
|
|
57
57
|
* @memberof PolicyObjectDto
|
|
58
58
|
*/
|
|
59
|
-
'createdAt'
|
|
59
|
+
'createdAt': string;
|
|
60
60
|
/**
|
|
61
61
|
* Time at which the object was updated.
|
|
62
62
|
* @type {string}
|
|
63
63
|
* @memberof PolicyObjectDto
|
|
64
64
|
*/
|
|
65
|
-
'updatedAt'
|
|
66
|
-
/**
|
|
67
|
-
*
|
|
68
|
-
* @type {string}
|
|
69
|
-
* @memberof PolicyObjectDto
|
|
70
|
-
*/
|
|
71
|
-
'code': string;
|
|
65
|
+
'updatedAt': string;
|
|
72
66
|
}
|
|
@@ -27,13 +27,13 @@ export interface PolicyPremiumDto {
|
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof PolicyPremiumDto
|
|
29
29
|
*/
|
|
30
|
-
'createdAt'
|
|
30
|
+
'createdAt': string;
|
|
31
31
|
/**
|
|
32
32
|
* Time at which the object was updated.
|
|
33
33
|
* @type {string}
|
|
34
34
|
* @memberof PolicyPremiumDto
|
|
35
35
|
*/
|
|
36
|
-
'updatedAt'
|
|
36
|
+
'updatedAt': string;
|
|
37
37
|
/**
|
|
38
38
|
* Premium Items.
|
|
39
39
|
* @type {Array<PolicyPremiumItemDto>}
|
|
@@ -39,7 +39,7 @@ export interface PolicyPremiumItemDto {
|
|
|
39
39
|
* @type {string}
|
|
40
40
|
* @memberof PolicyPremiumItemDto
|
|
41
41
|
*/
|
|
42
|
-
'updatedAt'
|
|
42
|
+
'updatedAt': string;
|
|
43
43
|
/**
|
|
44
44
|
* Item premium formula entity.
|
|
45
45
|
* @type {PremiumFormulaDto}
|
|
@@ -51,5 +51,5 @@ export interface PolicyPremiumItemDto {
|
|
|
51
51
|
* @type {boolean}
|
|
52
52
|
* @memberof PolicyPremiumItemDto
|
|
53
53
|
*/
|
|
54
|
-
'isOverride'
|
|
54
|
+
'isOverride': boolean;
|
|
55
55
|
}
|
|
@@ -33,19 +33,19 @@ export interface PolicyVersionDto {
|
|
|
33
33
|
* @type {object}
|
|
34
34
|
* @memberof PolicyVersionDto
|
|
35
35
|
*/
|
|
36
|
-
'metadata'
|
|
36
|
+
'metadata': object;
|
|
37
37
|
/**
|
|
38
38
|
* Time at which the object was created.
|
|
39
39
|
* @type {string}
|
|
40
40
|
* @memberof PolicyVersionDto
|
|
41
41
|
*/
|
|
42
|
-
'createdAt'
|
|
42
|
+
'createdAt': string;
|
|
43
43
|
/**
|
|
44
44
|
* Time at which the object was updated.
|
|
45
45
|
* @type {string}
|
|
46
46
|
* @memberof PolicyVersionDto
|
|
47
47
|
*/
|
|
48
|
-
'updatedAt'
|
|
48
|
+
'updatedAt': string;
|
|
49
49
|
/**
|
|
50
50
|
* Policy timeline.
|
|
51
51
|
* @type {Array<TimesliceDto>}
|
|
@@ -62,11 +62,11 @@ export interface PremiumFormulaDto {
|
|
|
62
62
|
* @type {string}
|
|
63
63
|
* @memberof PremiumFormulaDto
|
|
64
64
|
*/
|
|
65
|
-
'createdAt'
|
|
65
|
+
'createdAt': string;
|
|
66
66
|
/**
|
|
67
67
|
* Time at which the object was updated.
|
|
68
68
|
* @type {string}
|
|
69
69
|
* @memberof PremiumFormulaDto
|
|
70
70
|
*/
|
|
71
|
-
'updatedAt'
|
|
71
|
+
'updatedAt': string;
|
|
72
72
|
}
|
|
@@ -32,12 +32,6 @@ export interface CreateEstimatedInvoiceRequestDto {
|
|
|
32
32
|
* @type {object}
|
|
33
33
|
* @memberof CreateEstimatedInvoiceRequestDto
|
|
34
34
|
*/
|
|
35
|
-
'metadata'
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {boolean}
|
|
39
|
-
* @memberof CreateEstimatedInvoiceRequestDto
|
|
40
|
-
*/
|
|
41
|
-
'calculateProRata'?: boolean;
|
|
35
|
+
'metadata': object;
|
|
42
36
|
}
|
|
43
37
|
|
|
@@ -43,18 +43,12 @@ export interface CreateInvoicePaymentRequestDto {
|
|
|
43
43
|
* @type {string}
|
|
44
44
|
* @memberof CreateInvoicePaymentRequestDto
|
|
45
45
|
*/
|
|
46
|
-
'comment'
|
|
46
|
+
'comment': string;
|
|
47
47
|
/**
|
|
48
48
|
* Unique identifier referencing the payment.
|
|
49
49
|
* @type {number}
|
|
50
50
|
* @memberof CreateInvoicePaymentRequestDto
|
|
51
51
|
*/
|
|
52
52
|
'paymentId': number;
|
|
53
|
-
/**
|
|
54
|
-
*
|
|
55
|
-
* @type {number}
|
|
56
|
-
* @memberof CreateInvoicePaymentRequestDto
|
|
57
|
-
*/
|
|
58
|
-
'invoiceId': number;
|
|
59
53
|
}
|
|
60
54
|
|
|
@@ -25,7 +25,7 @@ export interface CreateInvoiceRequestDto {
|
|
|
25
25
|
* @type {string}
|
|
26
26
|
* @memberof CreateInvoiceRequestDto
|
|
27
27
|
*/
|
|
28
|
-
'invoiceNumber'
|
|
28
|
+
'invoiceNumber': string;
|
|
29
29
|
/**
|
|
30
30
|
* Account number.
|
|
31
31
|
* @type {string}
|
|
@@ -49,13 +49,13 @@ export interface CreateInvoiceRequestDto {
|
|
|
49
49
|
* @type {string}
|
|
50
50
|
* @memberof CreateInvoiceRequestDto
|
|
51
51
|
*/
|
|
52
|
-
'type'
|
|
52
|
+
'type': CreateInvoiceRequestDtoTypeEnum;
|
|
53
53
|
/**
|
|
54
54
|
* Metadata contains extra information that the object would need for specific cases.
|
|
55
55
|
* @type {object}
|
|
56
56
|
* @memberof CreateInvoiceRequestDto
|
|
57
57
|
*/
|
|
58
|
-
'metadata'
|
|
58
|
+
'metadata': object;
|
|
59
59
|
/**
|
|
60
60
|
* This is the date from which the invoice interval starts.
|
|
61
61
|
* @type {string}
|
|
@@ -73,7 +73,7 @@ export interface CreateInvoiceRequestDto {
|
|
|
73
73
|
* @type {string}
|
|
74
74
|
* @memberof CreateInvoiceRequestDto
|
|
75
75
|
*/
|
|
76
|
-
'dueDate'
|
|
76
|
+
'dueDate': string;
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
export const CreateInvoiceRequestDtoTypeEnum = {
|
package/models/index.ts
CHANGED
|
@@ -1,29 +1,12 @@
|
|
|
1
|
-
export * from './create-correction-invoices-response-class';
|
|
2
1
|
export * from './create-custom-estimated-invoice-request-dto';
|
|
3
|
-
export * from './create-custom-estimated-invoice-response-class';
|
|
4
2
|
export * from './create-draft-invoice-request-dto';
|
|
5
3
|
export * from './create-estimated-invoice-for-interval-request-dto';
|
|
6
|
-
export * from './create-estimated-invoice-for-interval-response-class';
|
|
7
4
|
export * from './create-estimated-invoice-request-dto';
|
|
8
|
-
export * from './create-estimated-invoice-response-class';
|
|
9
5
|
export * from './create-invoice-payment-request-dto';
|
|
10
6
|
export * from './create-invoice-request-dto';
|
|
11
|
-
export * from './create-invoice-response-class';
|
|
12
|
-
export * from './create-invoice-status-request-dto';
|
|
13
|
-
export * from './create-termination-invoice-request-dto';
|
|
14
|
-
export * from './get-invoice-response-class';
|
|
15
7
|
export * from './inline-response200';
|
|
16
8
|
export * from './inline-response503';
|
|
17
|
-
export * from './invoice-class';
|
|
18
|
-
export * from './invoice-item-class';
|
|
19
|
-
export * from './invoice-payment-class';
|
|
20
|
-
export * from './invoice-payments-class';
|
|
21
|
-
export * from './invoice-status-class';
|
|
22
|
-
export * from './list-invoices-response-class';
|
|
23
|
-
export * from './list-policies-billing-dates-response-class';
|
|
24
9
|
export * from './list-request-dto';
|
|
25
|
-
export * from './omit-type-class';
|
|
26
|
-
export * from './policy-billing-date-class';
|
|
27
10
|
export * from './policy-dto';
|
|
28
11
|
export * from './policy-object-dto';
|
|
29
12
|
export * from './policy-premium-dto';
|
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}
|
|
@@ -107,32 +107,9 @@ export interface PolicyDto {
|
|
|
107
107
|
'productSlug': string;
|
|
108
108
|
/**
|
|
109
109
|
* Linked partners.
|
|
110
|
-
* @type {Array<
|
|
110
|
+
* @type {Array<string>}
|
|
111
111
|
* @memberof PolicyDto
|
|
112
112
|
*/
|
|
113
|
-
'partnerLinks': Array<
|
|
114
|
-
/**
|
|
115
|
-
*
|
|
116
|
-
* @type {string}
|
|
117
|
-
* @memberof PolicyDto
|
|
118
|
-
*/
|
|
119
|
-
'policyStartDate': string;
|
|
120
|
-
/**
|
|
121
|
-
*
|
|
122
|
-
* @type {string}
|
|
123
|
-
* @memberof PolicyDto
|
|
124
|
-
*/
|
|
125
|
-
'ern': string;
|
|
113
|
+
'partnerLinks': Array<string>;
|
|
126
114
|
}
|
|
127
115
|
|
|
128
|
-
export const PolicyDtoStatusEnum = {
|
|
129
|
-
Active: 'ACTIVE',
|
|
130
|
-
Withdrawn: 'WITHDRAWN',
|
|
131
|
-
Terminated: 'TERMINATED',
|
|
132
|
-
Suspended: 'SUSPENDED',
|
|
133
|
-
Pending: 'PENDING'
|
|
134
|
-
} as const;
|
|
135
|
-
|
|
136
|
-
export type PolicyDtoStatusEnum = typeof PolicyDtoStatusEnum[keyof typeof PolicyDtoStatusEnum];
|
|
137
|
-
|
|
138
|
-
|
|
@@ -61,18 +61,12 @@ export interface PolicyObjectDto {
|
|
|
61
61
|
* @type {string}
|
|
62
62
|
* @memberof PolicyObjectDto
|
|
63
63
|
*/
|
|
64
|
-
'createdAt'
|
|
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
|
-
'updatedAt'
|
|
71
|
-
/**
|
|
72
|
-
*
|
|
73
|
-
* @type {string}
|
|
74
|
-
* @memberof PolicyObjectDto
|
|
75
|
-
*/
|
|
76
|
-
'code': string;
|
|
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,19 +38,19 @@ 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>}
|
|
@@ -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,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,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,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 { InvoiceClass } from './invoice-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface CreateEstimatedInvoiceForIntervalResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface CreateEstimatedInvoiceForIntervalResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* Estimated invoice response
|
|
21
|
-
* @type {InvoiceClass}
|
|
22
|
-
* @memberof CreateEstimatedInvoiceForIntervalResponseClass
|
|
23
|
-
*/
|
|
24
|
-
'invoice': InvoiceClass;
|
|
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,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 });
|