@emilgroup/billing-sdk-node 1.17.0 → 1.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/.openapi-generator/FILES +3 -17
  2. package/README.md +2 -2
  3. package/api/correction-invoices-api.ts +2 -4
  4. package/api/draft-invoice-api.ts +346 -0
  5. package/api/estimated-invoices-api.ts +112 -11
  6. package/api/initial-invoices-api.ts +2 -4
  7. package/api/invoices-api.ts +110 -222
  8. package/api/recurring-invoices-api.ts +2 -4
  9. package/api.ts +2 -0
  10. package/dist/api/correction-invoices-api.d.ts +3 -4
  11. package/dist/api/draft-invoice-api.d.ts +185 -0
  12. package/dist/api/draft-invoice-api.js +396 -0
  13. package/dist/api/estimated-invoices-api.d.ts +66 -12
  14. package/dist/api/estimated-invoices-api.js +97 -4
  15. package/dist/api/initial-invoices-api.d.ts +3 -4
  16. package/dist/api/invoices-api.d.ts +97 -157
  17. package/dist/api/invoices-api.js +70 -163
  18. package/dist/api/recurring-invoices-api.d.ts +3 -4
  19. package/dist/api.d.ts +1 -0
  20. package/dist/api.js +1 -0
  21. package/dist/models/create-draft-invoice-request-dto.d.ts +89 -0
  22. package/dist/models/{invoice-class.js → create-draft-invoice-request-dto.js} +2 -7
  23. package/dist/models/create-estimated-invoice-for-interval-request-dto.d.ts +49 -0
  24. package/dist/models/create-estimated-invoice-request-dto.d.ts +1 -7
  25. package/dist/models/create-invoice-payment-request-dto.d.ts +2 -2
  26. package/dist/models/create-invoice-request-dto.d.ts +5 -5
  27. package/dist/models/index.d.ts +2 -17
  28. package/dist/models/index.js +2 -17
  29. package/dist/models/inline-response200.d.ts +6 -6
  30. package/dist/models/inline-response503.d.ts +6 -6
  31. package/dist/models/policy-dto.d.ts +5 -19
  32. package/dist/models/policy-dto.js +0 -8
  33. package/dist/models/policy-object-dto.d.ts +14 -20
  34. package/dist/models/policy-premium-dto.d.ts +2 -2
  35. package/dist/models/policy-premium-item-dto.d.ts +2 -2
  36. package/dist/models/policy-version-dto.d.ts +9 -3
  37. package/dist/models/premium-formula-dto.d.ts +2 -2
  38. package/dist/models/timeslice-dto.d.ts +1 -1
  39. package/models/create-draft-invoice-request-dto.ts +98 -0
  40. package/models/create-estimated-invoice-for-interval-request-dto.ts +55 -0
  41. package/models/create-estimated-invoice-request-dto.ts +1 -7
  42. package/models/create-invoice-payment-request-dto.ts +2 -2
  43. package/models/create-invoice-request-dto.ts +5 -5
  44. package/models/index.ts +2 -17
  45. package/models/inline-response200.ts +6 -6
  46. package/models/inline-response503.ts +6 -6
  47. package/models/policy-dto.ts +5 -22
  48. package/models/policy-object-dto.ts +14 -20
  49. package/models/policy-premium-dto.ts +2 -2
  50. package/models/policy-premium-item-dto.ts +2 -2
  51. package/models/policy-version-dto.ts +9 -3
  52. package/models/premium-formula-dto.ts +2 -2
  53. package/models/timeslice-dto.ts +1 -1
  54. package/package.json +1 -1
  55. package/dist/models/create-correction-invoices-response-class.d.ts +0 -25
  56. package/dist/models/create-custom-estimated-invoice-response-class.d.ts +0 -24
  57. package/dist/models/create-custom-estimated-invoice-response-class.js +0 -15
  58. package/dist/models/create-estimated-invoice-response-class.d.ts +0 -31
  59. package/dist/models/create-estimated-invoice-response-class.js +0 -15
  60. package/dist/models/create-invoice-payment-response-class.d.ts +0 -25
  61. package/dist/models/create-invoice-payment-response-class.js +0 -15
  62. package/dist/models/create-invoice-response-class.d.ts +0 -25
  63. package/dist/models/create-invoice-response-class.js +0 -15
  64. package/dist/models/create-invoice-status-request-dto.d.ts +0 -36
  65. package/dist/models/create-invoice-status-request-dto.js +0 -21
  66. package/dist/models/create-termination-invoice-request-dto.d.ts +0 -54
  67. package/dist/models/create-termination-invoice-request-dto.js +0 -15
  68. package/dist/models/get-invoice-response-class.d.ts +0 -25
  69. package/dist/models/get-invoice-response-class.js +0 -15
  70. package/dist/models/invoice-class.d.ts +0 -170
  71. package/dist/models/invoice-item-class.d.ts +0 -129
  72. package/dist/models/invoice-item-class.js +0 -24
  73. package/dist/models/invoice-payment-class.d.ts +0 -102
  74. package/dist/models/invoice-payment-class.js +0 -15
  75. package/dist/models/invoice-payments-class.d.ts +0 -25
  76. package/dist/models/invoice-payments-class.js +0 -15
  77. package/dist/models/invoice-status-class.d.ts +0 -48
  78. package/dist/models/invoice-status-class.js +0 -21
  79. package/dist/models/list-invoices-response-class.d.ts +0 -31
  80. package/dist/models/list-invoices-response-class.js +0 -15
  81. package/dist/models/list-policies-billing-dates-response-class.d.ts +0 -31
  82. package/dist/models/list-policies-billing-dates-response-class.js +0 -15
  83. package/dist/models/omit-type-class.d.ts +0 -156
  84. package/dist/models/omit-type-class.js +0 -31
  85. package/dist/models/policy-billing-date-class.d.ts +0 -42
  86. package/dist/models/policy-billing-date-class.js +0 -15
  87. package/models/create-correction-invoices-response-class.ts +0 -31
  88. package/models/create-custom-estimated-invoice-response-class.ts +0 -30
  89. package/models/create-estimated-invoice-response-class.ts +0 -37
  90. package/models/create-invoice-payment-response-class.ts +0 -31
  91. package/models/create-invoice-response-class.ts +0 -31
  92. package/models/create-invoice-status-request-dto.ts +0 -45
  93. package/models/create-termination-invoice-request-dto.ts +0 -60
  94. package/models/get-invoice-response-class.ts +0 -31
  95. package/models/invoice-class.ts +0 -180
  96. package/models/invoice-item-class.ts +0 -138
  97. package/models/invoice-payment-class.ts +0 -108
  98. package/models/invoice-payments-class.ts +0 -31
  99. package/models/invoice-status-class.ts +0 -57
  100. package/models/list-invoices-response-class.ts +0 -37
  101. package/models/list-policies-billing-dates-response-class.ts +0 -37
  102. package/models/omit-type-class.ts +0 -166
  103. package/models/policy-billing-date-class.ts +0 -48
  104. /package/dist/models/{create-correction-invoices-response-class.js → create-estimated-invoice-for-interval-request-dto.js} +0 -0
@@ -1,170 +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 { InvoiceItemClass } from './invoice-item-class';
13
- import { InvoicePaymentsClass } from './invoice-payments-class';
14
- import { InvoiceStatusClass } from './invoice-status-class';
15
- /**
16
- *
17
- * @export
18
- * @interface InvoiceClass
19
- */
20
- export interface InvoiceClass {
21
- /**
22
- * Internal unique identifier for the object. You should not have to use this, use code instead.
23
- * @type {number}
24
- * @memberof InvoiceClass
25
- */
26
- 'id': number;
27
- /**
28
- * Unique identifier of the policy that this object belongs to.
29
- * @type {string}
30
- * @memberof InvoiceClass
31
- */
32
- 'policyCode': string;
33
- /**
34
- * Account number.
35
- * @type {string}
36
- * @memberof InvoiceClass
37
- */
38
- 'accountNumber': string;
39
- /**
40
- * Policy number.
41
- * @type {string}
42
- * @memberof InvoiceClass
43
- */
44
- 'policyNumber': string;
45
- /**
46
- * Unique identifier for the object.
47
- * @type {string}
48
- * @memberof InvoiceClass
49
- */
50
- 'code': string;
51
- /**
52
- * Invoice type.
53
- * @type {string}
54
- * @memberof InvoiceClass
55
- */
56
- 'type': InvoiceClassTypeEnum;
57
- /**
58
- * Invoice number.
59
- * @type {string}
60
- * @memberof InvoiceClass
61
- */
62
- 'invoiceNumber': string;
63
- /**
64
- * Net amount is in cents.
65
- * @type {number}
66
- * @memberof InvoiceClass
67
- */
68
- 'netAmount': number;
69
- /**
70
- * Tax amount is in cents.
71
- * @type {number}
72
- * @memberof InvoiceClass
73
- */
74
- 'taxAmount': number;
75
- /**
76
- * Credit amount.
77
- * @type {number}
78
- * @memberof InvoiceClass
79
- */
80
- 'creditAmount': number;
81
- /**
82
- * Gross amount. This property is sum of taxAmount and netAmount.
83
- * @type {number}
84
- * @memberof InvoiceClass
85
- */
86
- 'grossAmount': number;
87
- /**
88
- * Paid amount. This property is amount paid by this invoice. The amount corresponds to the sum (positives and negatives) of all payments relating to that invoice.
89
- * @type {number}
90
- * @memberof InvoiceClass
91
- */
92
- 'paidAmount': number;
93
- /**
94
- * Invoice status.
95
- * @type {string}
96
- * @memberof InvoiceClass
97
- */
98
- 'status': InvoiceClassStatusEnum;
99
- /**
100
- * Invoice due date.
101
- * @type {string}
102
- * @memberof InvoiceClass
103
- */
104
- 'dueDate': string;
105
- /**
106
- * Metadata contains extra information that the object would need for specific cases.
107
- * @type {object}
108
- * @memberof InvoiceClass
109
- */
110
- 'metadata': object;
111
- /**
112
- * Start date of billing interval.
113
- * @type {string}
114
- * @memberof InvoiceClass
115
- */
116
- 'billingIntervalFrom': string;
117
- /**
118
- * End date of billing interval.
119
- * @type {string}
120
- * @memberof InvoiceClass
121
- */
122
- 'billingIntervalTo': string;
123
- /**
124
- * Time at which the object was created.
125
- * @type {string}
126
- * @memberof InvoiceClass
127
- */
128
- 'createdAt': string;
129
- /**
130
- * Invoice items.
131
- * @type {Array<InvoiceItemClass>}
132
- * @memberof InvoiceClass
133
- */
134
- 'invoiceItems': Array<InvoiceItemClass>;
135
- /**
136
- * Invoice statuses.
137
- * @type {Array<InvoiceStatusClass>}
138
- * @memberof InvoiceClass
139
- */
140
- 'statuses': Array<InvoiceStatusClass>;
141
- /**
142
- * Invoice currency. EUR is used by default.
143
- * @type {string}
144
- * @memberof InvoiceClass
145
- */
146
- 'currency': string;
147
- /**
148
- * Invoice payments.
149
- * @type {InvoicePaymentsClass}
150
- * @memberof InvoiceClass
151
- */
152
- 'payments': InvoicePaymentsClass;
153
- }
154
- export declare const InvoiceClassTypeEnum: {
155
- readonly Initial: "initial";
156
- readonly Recurring: "recurring";
157
- readonly Correction: "correction";
158
- readonly Estimated: "estimated";
159
- readonly Penalty: "penalty";
160
- readonly Other: "other";
161
- readonly Withdraw: "withdraw";
162
- readonly Final: "final";
163
- };
164
- export type InvoiceClassTypeEnum = typeof InvoiceClassTypeEnum[keyof typeof InvoiceClassTypeEnum];
165
- export declare const InvoiceClassStatusEnum: {
166
- readonly Open: "open";
167
- readonly Paid: "paid";
168
- readonly PartiallyPaid: "partially-paid";
169
- };
170
- export type InvoiceClassStatusEnum = typeof InvoiceClassStatusEnum[keyof typeof InvoiceClassStatusEnum];
@@ -1,129 +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 InvoiceItemClass
16
- */
17
- export interface InvoiceItemClass {
18
- /**
19
- * Internal unique identifier for the object. You should not have to use this, use code instead.
20
- * @type {number}
21
- * @memberof InvoiceItemClass
22
- */
23
- 'id': number;
24
- /**
25
- * Unique identifier referencing the premium formula.
26
- * @type {number}
27
- * @memberof InvoiceItemClass
28
- */
29
- 'premiumFormulaId': number;
30
- /**
31
- * Product name.
32
- * @type {string}
33
- * @memberof InvoiceItemClass
34
- */
35
- 'name': string;
36
- /**
37
- * Unique identifier of the tax that this object belongs to.
38
- * @type {string}
39
- * @memberof InvoiceItemClass
40
- */
41
- 'taxCode': string;
42
- /**
43
- * Unit of Premium..Premium units are determined based on time or distance.
44
- * @type {string}
45
- * @memberof InvoiceItemClass
46
- */
47
- 'unit': InvoiceItemClassUnitEnum;
48
- /**
49
- * Invoice group.
50
- * @type {string}
51
- * @memberof InvoiceItemClass
52
- */
53
- 'group': string;
54
- /**
55
- * Item quantity. this property determines number of days during the billing interval.
56
- * @type {number}
57
- * @memberof InvoiceItemClass
58
- */
59
- 'quantity': number;
60
- /**
61
- * Item price per unit.
62
- * @type {number}
63
- * @memberof InvoiceItemClass
64
- */
65
- 'pricePerUnit': number;
66
- /**
67
- * Item tax rate.
68
- * @type {number}
69
- * @memberof InvoiceItemClass
70
- */
71
- 'taxRate': number;
72
- /**
73
- * Net amount is in cents. It is calculated by multiplying the quantity and the price Per unit.
74
- * @type {number}
75
- * @memberof InvoiceItemClass
76
- */
77
- 'netAmount': number;
78
- /**
79
- * Tax amount is in cents.
80
- * @type {number}
81
- * @memberof InvoiceItemClass
82
- */
83
- 'taxAmount': number;
84
- /**
85
- * Gross amount. This property is sum of taxAmount and netAmount.
86
- * @type {number}
87
- * @memberof InvoiceItemClass
88
- */
89
- 'grossAmount': number;
90
- /**
91
- * Credit amount.
92
- * @type {number}
93
- * @memberof InvoiceItemClass
94
- */
95
- 'creditAmount': number;
96
- /**
97
- * This is the date from which the invoice item interval starts.
98
- * @type {string}
99
- * @memberof InvoiceItemClass
100
- */
101
- 'billingIntervalFrom': string;
102
- /**
103
- * This is the date that the invoice item interval ends.
104
- * @type {string}
105
- * @memberof InvoiceItemClass
106
- */
107
- 'billingIntervalTo': string;
108
- /**
109
- * Type of Premium item.
110
- * @type {string}
111
- * @memberof InvoiceItemClass
112
- */
113
- 'itemType'?: string;
114
- /**
115
- * Visibility of Premium item.
116
- * @type {string}
117
- * @memberof InvoiceItemClass
118
- */
119
- 'visibility'?: string;
120
- }
121
- export declare const InvoiceItemClassUnitEnum: {
122
- readonly Day: "day";
123
- readonly Week: "week";
124
- readonly Month: "month";
125
- readonly Quarter: "quarter";
126
- readonly Year: "year";
127
- readonly OneTimePayment: "oneTimePayment";
128
- };
129
- export type InvoiceItemClassUnitEnum = typeof InvoiceItemClassUnitEnum[keyof typeof InvoiceItemClassUnitEnum];
@@ -1,24 +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.InvoiceItemClassUnitEnum = void 0;
17
- exports.InvoiceItemClassUnitEnum = {
18
- Day: 'day',
19
- Week: 'week',
20
- Month: 'month',
21
- Quarter: 'quarter',
22
- Year: 'year',
23
- OneTimePayment: 'oneTimePayment'
24
- };
@@ -1,102 +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 InvoicePaymentClass
16
- */
17
- export interface InvoicePaymentClass {
18
- /**
19
- * Internal unique identifier for the object. You should not have to use this, use code instead.
20
- * @type {number}
21
- * @memberof InvoicePaymentClass
22
- */
23
- 'id': number;
24
- /**
25
- * Unique identifier referencing the invoice.
26
- * @type {number}
27
- * @memberof InvoicePaymentClass
28
- */
29
- 'invoiceId': number;
30
- /**
31
- * Payment amount is in cents.
32
- * @type {number}
33
- * @memberof InvoicePaymentClass
34
- */
35
- 'transactionAmount': number;
36
- /**
37
- * This is the date when the payment was made.
38
- * @type {string}
39
- * @memberof InvoicePaymentClass
40
- */
41
- 'transactionDate': string;
42
- /**
43
- * Transaction reference.
44
- * @type {string}
45
- * @memberof InvoicePaymentClass
46
- */
47
- 'transactionReference': string;
48
- /**
49
- * Payment comment.
50
- * @type {string}
51
- * @memberof InvoicePaymentClass
52
- */
53
- 'comment': string;
54
- /**
55
- * User who added payment.
56
- * @type {string}
57
- * @memberof InvoicePaymentClass
58
- */
59
- 'createdBy': string;
60
- /**
61
- * Invoice gross amount is in cents.
62
- * @type {number}
63
- * @memberof InvoicePaymentClass
64
- */
65
- 'invoiceGrossAmount': number;
66
- /**
67
- * Invoice paid amount before payment. The amount is in cents.
68
- * @type {number}
69
- * @memberof InvoicePaymentClass
70
- */
71
- 'oldInvoicePaidAmount': number;
72
- /**
73
- * Invoice paid amount after payment. The amount is in cents.
74
- * @type {number}
75
- * @memberof InvoicePaymentClass
76
- */
77
- 'newInvoicePaidAmount': number;
78
- /**
79
- * Invoice status before payment.
80
- * @type {string}
81
- * @memberof InvoicePaymentClass
82
- */
83
- 'oldInvoiceStatus': string;
84
- /**
85
- * Invoice status after payment.
86
- * @type {string}
87
- * @memberof InvoicePaymentClass
88
- */
89
- 'newInvoiceStatus': string;
90
- /**
91
- * Time at which the object was created.
92
- * @type {string}
93
- * @memberof InvoicePaymentClass
94
- */
95
- 'createdAt': string;
96
- /**
97
- * Invoice payment id.
98
- * @type {number}
99
- * @memberof InvoicePaymentClass
100
- */
101
- 'paymentId': number;
102
- }
@@ -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 { InvoicePaymentClass } from './invoice-payment-class';
13
- /**
14
- *
15
- * @export
16
- * @interface InvoicePaymentsClass
17
- */
18
- export interface InvoicePaymentsClass {
19
- /**
20
- * Invoice payments.
21
- * @type {Array<InvoicePaymentClass>}
22
- * @memberof InvoicePaymentsClass
23
- */
24
- 'payments': Array<InvoicePaymentClass>;
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,48 +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 InvoiceStatusClass
16
- */
17
- export interface InvoiceStatusClass {
18
- /**
19
- * Internal unique identifier for the object. You should not have to use this, use code instead.
20
- * @type {number}
21
- * @memberof InvoiceStatusClass
22
- */
23
- 'id': number;
24
- /**
25
- * Unique identifier referencing the invoice.
26
- * @type {number}
27
- * @memberof InvoiceStatusClass
28
- */
29
- 'invoiceId': number;
30
- /**
31
- * Invoice type.
32
- * @type {string}
33
- * @memberof InvoiceStatusClass
34
- */
35
- 'status': InvoiceStatusClassStatusEnum;
36
- /**
37
- * Time at which the object was created.
38
- * @type {string}
39
- * @memberof InvoiceStatusClass
40
- */
41
- 'createdAt': string;
42
- }
43
- export declare const InvoiceStatusClassStatusEnum: {
44
- readonly Open: "open";
45
- readonly Paid: "paid";
46
- readonly PartiallyPaid: "partially-paid";
47
- };
48
- export type InvoiceStatusClassStatusEnum = typeof InvoiceStatusClassStatusEnum[keyof typeof InvoiceStatusClassStatusEnum];
@@ -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.InvoiceStatusClassStatusEnum = void 0;
17
- exports.InvoiceStatusClassStatusEnum = {
18
- Open: 'open',
19
- Paid: 'paid',
20
- PartiallyPaid: 'partially-paid'
21
- };
@@ -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 ListInvoicesResponseClass
17
- */
18
- export interface ListInvoicesResponseClass {
19
- /**
20
- * Invoices list items.
21
- * @type {Array<InvoiceClass>}
22
- * @memberof ListInvoicesResponseClass
23
- */
24
- 'items': Array<InvoiceClass>;
25
- /**
26
- * Next page token.
27
- * @type {string}
28
- * @memberof ListInvoicesResponseClass
29
- */
30
- 'nextPageToken': string;
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,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 { PolicyBillingDateClass } from './policy-billing-date-class';
13
- /**
14
- *
15
- * @export
16
- * @interface ListPoliciesBillingDatesResponseClass
17
- */
18
- export interface ListPoliciesBillingDatesResponseClass {
19
- /**
20
- * Invoices list items.
21
- * @type {Array<PolicyBillingDateClass>}
22
- * @memberof ListPoliciesBillingDatesResponseClass
23
- */
24
- 'items': Array<PolicyBillingDateClass>;
25
- /**
26
- * Next page token.
27
- * @type {string}
28
- * @memberof ListPoliciesBillingDatesResponseClass
29
- */
30
- 'nextPageToken': string;
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 });