@emilgroup/billing-sdk-node 1.10.0 → 1.17.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 +1 -0
- package/README.md +2 -2
- package/api/invoices-api.ts +134 -0
- package/dist/api/correction-invoices-api.d.ts +106 -0
- package/dist/api/correction-invoices-api.js +234 -0
- package/dist/api/default-api.d.ts +66 -0
- package/dist/api/default-api.js +200 -0
- package/dist/api/estimated-invoices-api.d.ts +154 -0
- package/dist/api/estimated-invoices-api.js +321 -0
- package/dist/api/initial-invoices-api.d.ts +106 -0
- package/dist/api/initial-invoices-api.js +234 -0
- package/dist/api/invoices-api.d.ts +382 -0
- package/dist/api/invoices-api.js +586 -0
- package/dist/api/recurring-invoices-api.d.ts +106 -0
- package/dist/api/recurring-invoices-api.js +234 -0
- package/dist/api.d.ts +17 -0
- package/dist/api.js +35 -0
- package/dist/base.d.ts +78 -0
- package/dist/base.js +394 -0
- package/dist/common.d.ts +92 -0
- package/dist/common.js +277 -0
- package/dist/configuration.d.ts +90 -0
- package/dist/configuration.js +44 -0
- package/dist/index.d.ts +15 -0
- package/dist/index.js +36 -0
- package/dist/models/create-correction-invoices-response-class.d.ts +25 -0
- package/dist/models/create-correction-invoices-response-class.js +15 -0
- package/dist/models/create-custom-estimated-invoice-request-dto.d.ts +35 -0
- package/dist/models/create-custom-estimated-invoice-request-dto.js +20 -0
- package/dist/models/create-custom-estimated-invoice-response-class.d.ts +24 -0
- package/dist/models/create-custom-estimated-invoice-response-class.js +15 -0
- package/dist/models/create-estimated-invoice-request-dto.d.ts +37 -0
- package/dist/models/create-estimated-invoice-request-dto.js +15 -0
- package/dist/models/create-estimated-invoice-response-class.d.ts +31 -0
- package/dist/models/create-estimated-invoice-response-class.js +15 -0
- package/dist/models/create-invoice-payment-request-dto.d.ts +48 -0
- package/dist/models/create-invoice-payment-request-dto.js +15 -0
- package/dist/models/create-invoice-payment-response-class.d.ts +25 -0
- package/dist/models/create-invoice-payment-response-class.js +15 -0
- package/dist/models/create-invoice-request-dto.d.ts +83 -0
- package/dist/models/create-invoice-request-dto.js +26 -0
- package/dist/models/create-invoice-response-class.d.ts +25 -0
- package/dist/models/create-invoice-response-class.js +15 -0
- package/dist/models/create-invoice-status-request-dto.d.ts +36 -0
- package/dist/models/create-invoice-status-request-dto.js +21 -0
- package/dist/models/create-termination-invoice-request-dto.d.ts +54 -0
- package/dist/models/create-termination-invoice-request-dto.js +15 -0
- package/dist/models/get-invoice-response-class.d.ts +25 -0
- package/dist/models/get-invoice-response-class.js +15 -0
- package/dist/models/index.d.ts +32 -0
- package/dist/models/index.js +48 -0
- package/dist/models/inline-response200.d.ts +54 -0
- package/dist/models/inline-response200.js +15 -0
- package/dist/models/inline-response503.d.ts +54 -0
- package/dist/models/inline-response503.js +15 -0
- package/dist/models/invoice-class.d.ts +170 -0
- package/dist/models/invoice-class.js +31 -0
- package/dist/models/invoice-item-class.d.ts +129 -0
- package/dist/models/invoice-item-class.js +24 -0
- package/dist/models/invoice-payment-class.d.ts +102 -0
- package/dist/models/invoice-payment-class.js +15 -0
- package/dist/models/invoice-payments-class.d.ts +25 -0
- package/dist/models/invoice-payments-class.js +15 -0
- package/dist/models/invoice-status-class.d.ts +48 -0
- package/dist/models/invoice-status-class.js +21 -0
- package/dist/models/list-invoices-response-class.d.ts +31 -0
- package/dist/models/list-invoices-response-class.js +15 -0
- package/dist/models/list-policies-billing-dates-response-class.d.ts +31 -0
- package/dist/models/list-policies-billing-dates-response-class.js +15 -0
- package/dist/models/list-request-dto.d.ts +54 -0
- package/dist/models/list-request-dto.js +15 -0
- package/dist/models/omit-type-class.d.ts +156 -0
- package/dist/models/omit-type-class.js +31 -0
- package/dist/models/policy-billing-date-class.d.ts +42 -0
- package/dist/models/policy-billing-date-class.js +15 -0
- package/dist/models/policy-dto.d.ts +123 -0
- package/dist/models/policy-dto.js +23 -0
- package/dist/models/policy-object-dto.d.ts +72 -0
- package/dist/models/policy-object-dto.js +15 -0
- package/dist/models/policy-premium-dto.d.ts +49 -0
- package/dist/models/policy-premium-dto.js +15 -0
- package/dist/models/policy-premium-item-dto.d.ts +55 -0
- package/dist/models/policy-premium-item-dto.js +15 -0
- package/dist/models/policy-version-dto.d.ts +55 -0
- package/dist/models/policy-version-dto.js +15 -0
- package/dist/models/premium-formula-dto.d.ts +72 -0
- package/dist/models/premium-formula-dto.js +15 -0
- package/dist/models/revert-invoice-request-dto.d.ts +24 -0
- package/dist/models/revert-invoice-request-dto.js +15 -0
- package/dist/models/timeslice-dto.d.ts +62 -0
- package/dist/models/timeslice-dto.js +15 -0
- package/models/create-estimated-invoice-request-dto.ts +7 -1
- package/models/create-invoice-payment-request-dto.ts +0 -6
- package/models/create-invoice-payment-response-class.ts +31 -0
- package/models/create-invoice-request-dto.ts +6 -0
- package/models/create-termination-invoice-request-dto.ts +6 -0
- package/models/index.ts +1 -0
- package/models/invoice-class.ts +6 -0
- package/models/invoice-payment-class.ts +7 -1
- package/models/omit-type-class.ts +6 -7
- package/models/policy-dto.ts +3 -2
- package/models/policy-object-dto.ts +24 -0
- package/models/policy-version-dto.ts +3 -3
- package/models/timeslice-dto.ts +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,31 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|
|
@@ -0,0 +1,48 @@
|
|
|
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 CreateInvoicePaymentRequestDto
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateInvoicePaymentRequestDto {
|
|
18
|
+
/**
|
|
19
|
+
* Payment amount.
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof CreateInvoicePaymentRequestDto
|
|
22
|
+
*/
|
|
23
|
+
'transactionAmount': number;
|
|
24
|
+
/**
|
|
25
|
+
* Payment date.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof CreateInvoicePaymentRequestDto
|
|
28
|
+
*/
|
|
29
|
+
'transactionDate': string;
|
|
30
|
+
/**
|
|
31
|
+
* Transaction reference.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof CreateInvoicePaymentRequestDto
|
|
34
|
+
*/
|
|
35
|
+
'transactionReference': string;
|
|
36
|
+
/**
|
|
37
|
+
* Payment comment.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof CreateInvoicePaymentRequestDto
|
|
40
|
+
*/
|
|
41
|
+
'comment'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Payment id.
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof CreateInvoicePaymentRequestDto
|
|
46
|
+
*/
|
|
47
|
+
'paymentId': number;
|
|
48
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|
|
@@ -0,0 +1,83 @@
|
|
|
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 CreateInvoiceRequestDto
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateInvoiceRequestDto {
|
|
18
|
+
/**
|
|
19
|
+
* Unique number for the invoice. If not set, the system will automatically assign a value.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CreateInvoiceRequestDto
|
|
22
|
+
*/
|
|
23
|
+
'invoiceNumber'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Account number.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof CreateInvoiceRequestDto
|
|
28
|
+
*/
|
|
29
|
+
'accountNumber': string;
|
|
30
|
+
/**
|
|
31
|
+
* Unique identifier of the policy that this object belongs to.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof CreateInvoiceRequestDto
|
|
34
|
+
*/
|
|
35
|
+
'policyCode': string;
|
|
36
|
+
/**
|
|
37
|
+
* Policy number.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof CreateInvoiceRequestDto
|
|
40
|
+
*/
|
|
41
|
+
'policyNumber': string;
|
|
42
|
+
/**
|
|
43
|
+
* Type of the invoice.
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof CreateInvoiceRequestDto
|
|
46
|
+
*/
|
|
47
|
+
'type': CreateInvoiceRequestDtoTypeEnum;
|
|
48
|
+
/**
|
|
49
|
+
* Metadata contains extra information that the object would need for specific cases.
|
|
50
|
+
* @type {object}
|
|
51
|
+
* @memberof CreateInvoiceRequestDto
|
|
52
|
+
*/
|
|
53
|
+
'metadata'?: object;
|
|
54
|
+
/**
|
|
55
|
+
* This is the date from which the invoice item interval starts.
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof CreateInvoiceRequestDto
|
|
58
|
+
*/
|
|
59
|
+
'billingIntervalFrom': string;
|
|
60
|
+
/**
|
|
61
|
+
* This is the date that the invoice item interval ends.
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof CreateInvoiceRequestDto
|
|
64
|
+
*/
|
|
65
|
+
'billingIntervalTo': string;
|
|
66
|
+
/**
|
|
67
|
+
* Invoice due date.
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof CreateInvoiceRequestDto
|
|
70
|
+
*/
|
|
71
|
+
'dueDate'?: string;
|
|
72
|
+
}
|
|
73
|
+
export declare const CreateInvoiceRequestDtoTypeEnum: {
|
|
74
|
+
readonly Initial: "initial";
|
|
75
|
+
readonly Recurring: "recurring";
|
|
76
|
+
readonly Correction: "correction";
|
|
77
|
+
readonly Estimated: "estimated";
|
|
78
|
+
readonly Penalty: "penalty";
|
|
79
|
+
readonly Other: "other";
|
|
80
|
+
readonly Withdraw: "withdraw";
|
|
81
|
+
readonly Final: "final";
|
|
82
|
+
};
|
|
83
|
+
export type CreateInvoiceRequestDtoTypeEnum = typeof CreateInvoiceRequestDtoTypeEnum[keyof typeof CreateInvoiceRequestDtoTypeEnum];
|
|
@@ -0,0 +1,26 @@
|
|
|
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.CreateInvoiceRequestDtoTypeEnum = void 0;
|
|
17
|
+
exports.CreateInvoiceRequestDtoTypeEnum = {
|
|
18
|
+
Initial: 'initial',
|
|
19
|
+
Recurring: 'recurring',
|
|
20
|
+
Correction: 'correction',
|
|
21
|
+
Estimated: 'estimated',
|
|
22
|
+
Penalty: 'penalty',
|
|
23
|
+
Other: 'other',
|
|
24
|
+
Withdraw: 'withdraw',
|
|
25
|
+
Final: 'final'
|
|
26
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|
|
@@ -0,0 +1,36 @@
|
|
|
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];
|
|
@@ -0,0 +1,21 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1,54 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export * from './create-correction-invoices-response-class';
|
|
2
|
+
export * from './create-custom-estimated-invoice-request-dto';
|
|
3
|
+
export * from './create-custom-estimated-invoice-response-class';
|
|
4
|
+
export * from './create-estimated-invoice-request-dto';
|
|
5
|
+
export * from './create-estimated-invoice-response-class';
|
|
6
|
+
export * from './create-invoice-payment-request-dto';
|
|
7
|
+
export * from './create-invoice-payment-response-class';
|
|
8
|
+
export * from './create-invoice-request-dto';
|
|
9
|
+
export * from './create-invoice-response-class';
|
|
10
|
+
export * from './create-invoice-status-request-dto';
|
|
11
|
+
export * from './create-termination-invoice-request-dto';
|
|
12
|
+
export * from './get-invoice-response-class';
|
|
13
|
+
export * from './inline-response200';
|
|
14
|
+
export * from './inline-response503';
|
|
15
|
+
export * from './invoice-class';
|
|
16
|
+
export * from './invoice-item-class';
|
|
17
|
+
export * from './invoice-payment-class';
|
|
18
|
+
export * from './invoice-payments-class';
|
|
19
|
+
export * from './invoice-status-class';
|
|
20
|
+
export * from './list-invoices-response-class';
|
|
21
|
+
export * from './list-policies-billing-dates-response-class';
|
|
22
|
+
export * from './list-request-dto';
|
|
23
|
+
export * from './omit-type-class';
|
|
24
|
+
export * from './policy-billing-date-class';
|
|
25
|
+
export * from './policy-dto';
|
|
26
|
+
export * from './policy-object-dto';
|
|
27
|
+
export * from './policy-premium-dto';
|
|
28
|
+
export * from './policy-premium-item-dto';
|
|
29
|
+
export * from './policy-version-dto';
|
|
30
|
+
export * from './premium-formula-dto';
|
|
31
|
+
export * from './revert-invoice-request-dto';
|
|
32
|
+
export * from './timeslice-dto';
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./create-correction-invoices-response-class"), exports);
|
|
18
|
+
__exportStar(require("./create-custom-estimated-invoice-request-dto"), exports);
|
|
19
|
+
__exportStar(require("./create-custom-estimated-invoice-response-class"), exports);
|
|
20
|
+
__exportStar(require("./create-estimated-invoice-request-dto"), exports);
|
|
21
|
+
__exportStar(require("./create-estimated-invoice-response-class"), exports);
|
|
22
|
+
__exportStar(require("./create-invoice-payment-request-dto"), exports);
|
|
23
|
+
__exportStar(require("./create-invoice-payment-response-class"), exports);
|
|
24
|
+
__exportStar(require("./create-invoice-request-dto"), exports);
|
|
25
|
+
__exportStar(require("./create-invoice-response-class"), exports);
|
|
26
|
+
__exportStar(require("./create-invoice-status-request-dto"), exports);
|
|
27
|
+
__exportStar(require("./create-termination-invoice-request-dto"), exports);
|
|
28
|
+
__exportStar(require("./get-invoice-response-class"), exports);
|
|
29
|
+
__exportStar(require("./inline-response200"), exports);
|
|
30
|
+
__exportStar(require("./inline-response503"), exports);
|
|
31
|
+
__exportStar(require("./invoice-class"), exports);
|
|
32
|
+
__exportStar(require("./invoice-item-class"), exports);
|
|
33
|
+
__exportStar(require("./invoice-payment-class"), exports);
|
|
34
|
+
__exportStar(require("./invoice-payments-class"), exports);
|
|
35
|
+
__exportStar(require("./invoice-status-class"), exports);
|
|
36
|
+
__exportStar(require("./list-invoices-response-class"), exports);
|
|
37
|
+
__exportStar(require("./list-policies-billing-dates-response-class"), exports);
|
|
38
|
+
__exportStar(require("./list-request-dto"), exports);
|
|
39
|
+
__exportStar(require("./omit-type-class"), exports);
|
|
40
|
+
__exportStar(require("./policy-billing-date-class"), exports);
|
|
41
|
+
__exportStar(require("./policy-dto"), exports);
|
|
42
|
+
__exportStar(require("./policy-object-dto"), exports);
|
|
43
|
+
__exportStar(require("./policy-premium-dto"), exports);
|
|
44
|
+
__exportStar(require("./policy-premium-item-dto"), exports);
|
|
45
|
+
__exportStar(require("./policy-version-dto"), exports);
|
|
46
|
+
__exportStar(require("./premium-formula-dto"), exports);
|
|
47
|
+
__exportStar(require("./revert-invoice-request-dto"), exports);
|
|
48
|
+
__exportStar(require("./timeslice-dto"), exports);
|
|
@@ -0,0 +1,54 @@
|
|
|
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 InlineResponse200
|
|
16
|
+
*/
|
|
17
|
+
export interface InlineResponse200 {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof InlineResponse200
|
|
22
|
+
*/
|
|
23
|
+
'status'?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {{ [key: string]: { [key: string]: string; }; }}
|
|
27
|
+
* @memberof InlineResponse200
|
|
28
|
+
*/
|
|
29
|
+
'info'?: {
|
|
30
|
+
[key: string]: {
|
|
31
|
+
[key: string]: string;
|
|
32
|
+
};
|
|
33
|
+
} | null;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {{ [key: string]: { [key: string]: string; }; }}
|
|
37
|
+
* @memberof InlineResponse200
|
|
38
|
+
*/
|
|
39
|
+
'error'?: {
|
|
40
|
+
[key: string]: {
|
|
41
|
+
[key: string]: string;
|
|
42
|
+
};
|
|
43
|
+
} | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {{ [key: string]: { [key: string]: string; }; }}
|
|
47
|
+
* @memberof InlineResponse200
|
|
48
|
+
*/
|
|
49
|
+
'details'?: {
|
|
50
|
+
[key: string]: {
|
|
51
|
+
[key: string]: string;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|