@emilgroup/billing-sdk-node 1.8.0 → 1.10.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 +6 -0
- package/README.md +2 -2
- package/api/default-api.ts +124 -0
- package/api/invoices-api.ts +32 -32
- package/api.ts +2 -0
- package/base.ts +1 -0
- package/models/create-invoice-payment-request-dto.ts +60 -0
- package/models/create-invoice-status-request-dto.ts +2 -1
- package/models/index.ts +5 -0
- package/models/inline-response200.ts +48 -0
- package/models/inline-response503.ts +48 -0
- package/models/invoice-class.ts +15 -1
- package/models/invoice-payment-class.ts +102 -0
- package/{dist/models/create-custom-estimated-invoice-request-dto.js → models/invoice-payments-class.ts} +18 -7
- package/models/invoice-status-class.ts +2 -1
- package/models/omit-type-class.ts +15 -1
- package/package.json +1 -1
- package/dist/api/correction-invoices-api.d.ts +0 -106
- package/dist/api/correction-invoices-api.js +0 -234
- package/dist/api/estimated-invoices-api.d.ts +0 -154
- package/dist/api/estimated-invoices-api.js +0 -321
- package/dist/api/initial-invoices-api.d.ts +0 -106
- package/dist/api/initial-invoices-api.js +0 -234
- package/dist/api/invoices-api.d.ts +0 -307
- package/dist/api/invoices-api.js +0 -481
- package/dist/api/recurring-invoices-api.d.ts +0 -106
- package/dist/api/recurring-invoices-api.js +0 -234
- package/dist/api.d.ts +0 -16
- package/dist/api.js +0 -34
- package/dist/base.d.ts +0 -77
- package/dist/base.js +0 -393
- package/dist/common.d.ts +0 -92
- package/dist/common.js +0 -277
- package/dist/configuration.d.ts +0 -90
- package/dist/configuration.js +0 -44
- package/dist/index.d.ts +0 -15
- package/dist/index.js +0 -36
- 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-request-dto.d.ts +0 -35
- 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-request-dto.d.ts +0 -31
- package/dist/models/create-estimated-invoice-request-dto.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-request-dto.d.ts +0 -77
- package/dist/models/create-invoice-request-dto.js +0 -26
- 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 -35
- package/dist/models/create-invoice-status-request-dto.js +0 -20
- package/dist/models/create-termination-invoice-request-dto.d.ts +0 -48
- 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/index.d.ts +0 -26
- package/dist/models/index.js +0 -42
- package/dist/models/invoice-class.d.ts +0 -150
- package/dist/models/invoice-class.js +0 -30
- package/dist/models/invoice-item-class.d.ts +0 -129
- package/dist/models/invoice-item-class.js +0 -24
- package/dist/models/invoice-status-class.d.ts +0 -47
- package/dist/models/invoice-status-class.js +0 -20
- 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/list-request-dto.d.ts +0 -54
- package/dist/models/list-request-dto.js +0 -15
- package/dist/models/omit-type-class.d.ts +0 -143
- package/dist/models/omit-type-class.js +0 -30
- package/dist/models/policy-billing-date-class.d.ts +0 -42
- package/dist/models/policy-billing-date-class.js +0 -15
- package/dist/models/policy-dto.d.ts +0 -122
- package/dist/models/policy-dto.js +0 -22
- package/dist/models/policy-object-dto.d.ts +0 -48
- package/dist/models/policy-object-dto.js +0 -15
- package/dist/models/policy-premium-dto.d.ts +0 -49
- package/dist/models/policy-premium-dto.js +0 -15
- package/dist/models/policy-premium-item-dto.d.ts +0 -55
- package/dist/models/policy-premium-item-dto.js +0 -15
- package/dist/models/policy-version-dto.d.ts +0 -55
- package/dist/models/policy-version-dto.js +0 -15
- package/dist/models/premium-formula-dto.d.ts +0 -72
- package/dist/models/premium-formula-dto.js +0 -15
- package/dist/models/revert-invoice-request-dto.d.ts +0 -24
- package/dist/models/revert-invoice-request-dto.js +0 -15
- package/dist/models/timeslice-dto.d.ts +0 -62
- package/dist/models/timeslice-dto.js +0 -15
|
@@ -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,49 +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 { PolicyPremiumItemDto } from './policy-premium-item-dto';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface PolicyPremiumDto
|
|
17
|
-
*/
|
|
18
|
-
export interface PolicyPremiumDto {
|
|
19
|
-
/**
|
|
20
|
-
* The grand total of a policy premium is the net sum of all policy premium items.
|
|
21
|
-
* @type {number}
|
|
22
|
-
* @memberof PolicyPremiumDto
|
|
23
|
-
*/
|
|
24
|
-
'grandTotal': number;
|
|
25
|
-
/**
|
|
26
|
-
* Time at which the object was created.
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof PolicyPremiumDto
|
|
29
|
-
*/
|
|
30
|
-
'createdAt'?: string;
|
|
31
|
-
/**
|
|
32
|
-
* Time at which the object was updated.
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof PolicyPremiumDto
|
|
35
|
-
*/
|
|
36
|
-
'updatedAt'?: string;
|
|
37
|
-
/**
|
|
38
|
-
* Premium Items.
|
|
39
|
-
* @type {Array<PolicyPremiumItemDto>}
|
|
40
|
-
* @memberof PolicyPremiumDto
|
|
41
|
-
*/
|
|
42
|
-
'premiumItems': Array<PolicyPremiumItemDto>;
|
|
43
|
-
/**
|
|
44
|
-
* The currency of policy premium
|
|
45
|
-
* @type {string}
|
|
46
|
-
* @memberof PolicyPremiumDto
|
|
47
|
-
*/
|
|
48
|
-
'currency': string;
|
|
49
|
-
}
|
|
@@ -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,55 +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 { PremiumFormulaDto } from './premium-formula-dto';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface PolicyPremiumItemDto
|
|
17
|
-
*/
|
|
18
|
-
export interface PolicyPremiumItemDto {
|
|
19
|
-
/**
|
|
20
|
-
* Unique identifier referencing the item premium formula.
|
|
21
|
-
* @type {number}
|
|
22
|
-
* @memberof PolicyPremiumItemDto
|
|
23
|
-
*/
|
|
24
|
-
'premiumFormulaId': number;
|
|
25
|
-
/**
|
|
26
|
-
* Item total.
|
|
27
|
-
* @type {number}
|
|
28
|
-
* @memberof PolicyPremiumItemDto
|
|
29
|
-
*/
|
|
30
|
-
'total': number;
|
|
31
|
-
/**
|
|
32
|
-
* Time at which the object was created.
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof PolicyPremiumItemDto
|
|
35
|
-
*/
|
|
36
|
-
'createdAt': string;
|
|
37
|
-
/**
|
|
38
|
-
* Time at which the object was updated.
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof PolicyPremiumItemDto
|
|
41
|
-
*/
|
|
42
|
-
'updatedAt'?: string;
|
|
43
|
-
/**
|
|
44
|
-
* Item premium formula entity.
|
|
45
|
-
* @type {PremiumFormulaDto}
|
|
46
|
-
* @memberof PolicyPremiumItemDto
|
|
47
|
-
*/
|
|
48
|
-
'premiumFormula': PremiumFormulaDto;
|
|
49
|
-
/**
|
|
50
|
-
* It indicates if the premium override exist.
|
|
51
|
-
* @type {boolean}
|
|
52
|
-
* @memberof PolicyPremiumItemDto
|
|
53
|
-
*/
|
|
54
|
-
'isOverride'?: boolean;
|
|
55
|
-
}
|
|
@@ -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,55 +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 { TimesliceDto } from './timeslice-dto';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface PolicyVersionDto
|
|
17
|
-
*/
|
|
18
|
-
export interface PolicyVersionDto {
|
|
19
|
-
/**
|
|
20
|
-
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
21
|
-
* @type {number}
|
|
22
|
-
* @memberof PolicyVersionDto
|
|
23
|
-
*/
|
|
24
|
-
'id': number;
|
|
25
|
-
/**
|
|
26
|
-
* It indicates if the policy version is current.
|
|
27
|
-
* @type {boolean}
|
|
28
|
-
* @memberof PolicyVersionDto
|
|
29
|
-
*/
|
|
30
|
-
'isCurrent': boolean;
|
|
31
|
-
/**
|
|
32
|
-
* Metadata contains extra information that the object would need for specific cases.
|
|
33
|
-
* @type {object}
|
|
34
|
-
* @memberof PolicyVersionDto
|
|
35
|
-
*/
|
|
36
|
-
'metadata': object;
|
|
37
|
-
/**
|
|
38
|
-
* Time at which the object was created.
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof PolicyVersionDto
|
|
41
|
-
*/
|
|
42
|
-
'createdAt': string;
|
|
43
|
-
/**
|
|
44
|
-
* Time at which the object was updated.
|
|
45
|
-
* @type {string}
|
|
46
|
-
* @memberof PolicyVersionDto
|
|
47
|
-
*/
|
|
48
|
-
'updatedAt': string;
|
|
49
|
-
/**
|
|
50
|
-
* Policy timeline.
|
|
51
|
-
* @type {Array<TimesliceDto>}
|
|
52
|
-
* @memberof PolicyVersionDto
|
|
53
|
-
*/
|
|
54
|
-
'timeline': Array<TimesliceDto>;
|
|
55
|
-
}
|
|
@@ -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,72 +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 PremiumFormulaDto
|
|
16
|
-
*/
|
|
17
|
-
export interface PremiumFormulaDto {
|
|
18
|
-
/**
|
|
19
|
-
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof PremiumFormulaDto
|
|
22
|
-
*/
|
|
23
|
-
'id': number;
|
|
24
|
-
/**
|
|
25
|
-
* Unique identifier referencing the product version.
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof PremiumFormulaDto
|
|
28
|
-
*/
|
|
29
|
-
'productVersionId': number;
|
|
30
|
-
/**
|
|
31
|
-
* Premium group name.
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof PremiumFormulaDto
|
|
34
|
-
*/
|
|
35
|
-
'group': string;
|
|
36
|
-
/**
|
|
37
|
-
* Premium name.
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof PremiumFormulaDto
|
|
40
|
-
*/
|
|
41
|
-
'name': string;
|
|
42
|
-
/**
|
|
43
|
-
* Premium expression.
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof PremiumFormulaDto
|
|
46
|
-
*/
|
|
47
|
-
'expression': string;
|
|
48
|
-
/**
|
|
49
|
-
* Type of Premium that is based on time.
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof PremiumFormulaDto
|
|
52
|
-
*/
|
|
53
|
-
'type': string;
|
|
54
|
-
/**
|
|
55
|
-
* This is unit of Premium. Premium units are determined based on day, week, month and year.
|
|
56
|
-
* @type {string}
|
|
57
|
-
* @memberof PremiumFormulaDto
|
|
58
|
-
*/
|
|
59
|
-
'unit': string;
|
|
60
|
-
/**
|
|
61
|
-
* Time at which the object was created.
|
|
62
|
-
* @type {string}
|
|
63
|
-
* @memberof PremiumFormulaDto
|
|
64
|
-
*/
|
|
65
|
-
'createdAt'?: string;
|
|
66
|
-
/**
|
|
67
|
-
* Time at which the object was updated.
|
|
68
|
-
* @type {string}
|
|
69
|
-
* @memberof PremiumFormulaDto
|
|
70
|
-
*/
|
|
71
|
-
'updatedAt'?: string;
|
|
72
|
-
}
|
|
@@ -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 RevertInvoiceRequestDto
|
|
16
|
-
*/
|
|
17
|
-
export interface RevertInvoiceRequestDto {
|
|
18
|
-
/**
|
|
19
|
-
* Unique identifier for the object.
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof RevertInvoiceRequestDto
|
|
22
|
-
*/
|
|
23
|
-
'invoiceCode': string;
|
|
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,62 +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 { PolicyObjectDto } from './policy-object-dto';
|
|
13
|
-
import { PolicyPremiumDto } from './policy-premium-dto';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface TimesliceDto
|
|
18
|
-
*/
|
|
19
|
-
export interface TimesliceDto {
|
|
20
|
-
/**
|
|
21
|
-
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
22
|
-
* @type {number}
|
|
23
|
-
* @memberof TimesliceDto
|
|
24
|
-
*/
|
|
25
|
-
'id': number;
|
|
26
|
-
/**
|
|
27
|
-
* Timeslice policy data.
|
|
28
|
-
* @type {Array<PolicyObjectDto>}
|
|
29
|
-
* @memberof TimesliceDto
|
|
30
|
-
*/
|
|
31
|
-
'policyObjects': Array<PolicyObjectDto>;
|
|
32
|
-
/**
|
|
33
|
-
* Timeslice validity start.
|
|
34
|
-
* @type {string}
|
|
35
|
-
* @memberof TimesliceDto
|
|
36
|
-
*/
|
|
37
|
-
'from': string;
|
|
38
|
-
/**
|
|
39
|
-
* Timeslice validity end.
|
|
40
|
-
* @type {string}
|
|
41
|
-
* @memberof TimesliceDto
|
|
42
|
-
*/
|
|
43
|
-
'to': string;
|
|
44
|
-
/**
|
|
45
|
-
* Time at which the object was created.
|
|
46
|
-
* @type {string}
|
|
47
|
-
* @memberof TimesliceDto
|
|
48
|
-
*/
|
|
49
|
-
'createdAt': string;
|
|
50
|
-
/**
|
|
51
|
-
* Time at which the object was updated.
|
|
52
|
-
* @type {string}
|
|
53
|
-
* @memberof TimesliceDto
|
|
54
|
-
*/
|
|
55
|
-
'updatedAt': string;
|
|
56
|
-
/**
|
|
57
|
-
* Timeslice premium.
|
|
58
|
-
* @type {PolicyPremiumDto}
|
|
59
|
-
* @memberof TimesliceDto
|
|
60
|
-
*/
|
|
61
|
-
'premium': PolicyPremiumDto;
|
|
62
|
-
}
|
|
@@ -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 });
|