@emilgroup/billing-sdk 1.39.1-beta.2 → 1.40.1-beta.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/README.md +2 -2
- package/api/correction-invoices-api.ts +4 -4
- package/api/draft-invoice-api.ts +12 -12
- package/api/estimated-invoices-api.ts +12 -12
- package/api/initial-invoices-api.ts +4 -4
- package/api/invoices-api.ts +16 -16
- package/api/policy-billing-api.ts +12 -12
- package/api/recurring-invoices-api.ts +4 -4
- package/dist/api/correction-invoices-api.d.ts +4 -4
- package/dist/api/correction-invoices-api.js +4 -4
- package/dist/api/draft-invoice-api.d.ts +12 -12
- package/dist/api/draft-invoice-api.js +12 -12
- package/dist/api/estimated-invoices-api.d.ts +12 -12
- package/dist/api/estimated-invoices-api.js +12 -12
- package/dist/api/initial-invoices-api.d.ts +4 -4
- package/dist/api/initial-invoices-api.js +4 -4
- package/dist/api/invoices-api.d.ts +16 -16
- package/dist/api/invoices-api.js +16 -16
- package/dist/api/policy-billing-api.d.ts +12 -12
- package/dist/api/policy-billing-api.js +12 -12
- package/dist/api/recurring-invoices-api.d.ts +4 -4
- package/dist/api/recurring-invoices-api.js +4 -4
- package/package.json +1 -1
|
@@ -93,7 +93,7 @@ var CorrectionInvoicesApiAxiosParamCreator = function (configuration) {
|
|
|
93
93
|
var _this = this;
|
|
94
94
|
return {
|
|
95
95
|
/**
|
|
96
|
-
* This will create a correction invoice. That will be generated on policy update which affects the price, These invoices usually are positive or negative value. The main purpose of this invoices is to recalculate the customer invoices and be created if any price difference.
|
|
96
|
+
* This will create a correction invoice. That will be generated on policy update which affects the price, These invoices usually are positive or negative value. The main purpose of this invoices is to recalculate the customer invoices and be created if any price difference. **Required Permissions** \"billing-management.invoices.create\"
|
|
97
97
|
* @summary Create the correction invoice
|
|
98
98
|
* @param {CreateInvoiceForPolicyRequestDto} createInvoiceForPolicyRequestDto
|
|
99
99
|
* @param {string} [authorization] Bearer Token
|
|
@@ -156,7 +156,7 @@ var CorrectionInvoicesApiFp = function (configuration) {
|
|
|
156
156
|
var localVarAxiosParamCreator = (0, exports.CorrectionInvoicesApiAxiosParamCreator)(configuration);
|
|
157
157
|
return {
|
|
158
158
|
/**
|
|
159
|
-
* This will create a correction invoice. That will be generated on policy update which affects the price, These invoices usually are positive or negative value. The main purpose of this invoices is to recalculate the customer invoices and be created if any price difference.
|
|
159
|
+
* This will create a correction invoice. That will be generated on policy update which affects the price, These invoices usually are positive or negative value. The main purpose of this invoices is to recalculate the customer invoices and be created if any price difference. **Required Permissions** \"billing-management.invoices.create\"
|
|
160
160
|
* @summary Create the correction invoice
|
|
161
161
|
* @param {CreateInvoiceForPolicyRequestDto} createInvoiceForPolicyRequestDto
|
|
162
162
|
* @param {string} [authorization] Bearer Token
|
|
@@ -188,7 +188,7 @@ var CorrectionInvoicesApiFactory = function (configuration, basePath, axios) {
|
|
|
188
188
|
var localVarFp = (0, exports.CorrectionInvoicesApiFp)(configuration);
|
|
189
189
|
return {
|
|
190
190
|
/**
|
|
191
|
-
* This will create a correction invoice. That will be generated on policy update which affects the price, These invoices usually are positive or negative value. The main purpose of this invoices is to recalculate the customer invoices and be created if any price difference.
|
|
191
|
+
* This will create a correction invoice. That will be generated on policy update which affects the price, These invoices usually are positive or negative value. The main purpose of this invoices is to recalculate the customer invoices and be created if any price difference. **Required Permissions** \"billing-management.invoices.create\"
|
|
192
192
|
* @summary Create the correction invoice
|
|
193
193
|
* @param {CreateInvoiceForPolicyRequestDto} createInvoiceForPolicyRequestDto
|
|
194
194
|
* @param {string} [authorization] Bearer Token
|
|
@@ -214,7 +214,7 @@ var CorrectionInvoicesApi = /** @class */ (function (_super) {
|
|
|
214
214
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
215
215
|
}
|
|
216
216
|
/**
|
|
217
|
-
* This will create a correction invoice. That will be generated on policy update which affects the price, These invoices usually are positive or negative value. The main purpose of this invoices is to recalculate the customer invoices and be created if any price difference.
|
|
217
|
+
* This will create a correction invoice. That will be generated on policy update which affects the price, These invoices usually are positive or negative value. The main purpose of this invoices is to recalculate the customer invoices and be created if any price difference. **Required Permissions** \"billing-management.invoices.create\"
|
|
218
218
|
* @summary Create the correction invoice
|
|
219
219
|
* @param {CorrectionInvoicesApiCreateCorrectionInvoiceRequest} requestParameters Request parameters.
|
|
220
220
|
* @param {*} [options] Override http request option.
|
|
@@ -19,7 +19,7 @@ import { CreateDraftInvoiceRequestDto } from '../models';
|
|
|
19
19
|
*/
|
|
20
20
|
export declare const DraftInvoiceApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
21
21
|
/**
|
|
22
|
-
*
|
|
22
|
+
* undefined **Required Permissions** \"billing-management.invoices.create\"
|
|
23
23
|
* @param {CreateDraftInvoiceRequestDto} createDraftInvoiceRequestDto
|
|
24
24
|
* @param {string} [authorization] Bearer Token
|
|
25
25
|
* @param {*} [options] Override http request option.
|
|
@@ -27,14 +27,14 @@ export declare const DraftInvoiceApiAxiosParamCreator: (configuration?: Configur
|
|
|
27
27
|
*/
|
|
28
28
|
createDraftInvoice: (createDraftInvoiceRequestDto: CreateDraftInvoiceRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* undefined **Required Permissions** \"billing-management.invoices.delete\"
|
|
31
31
|
* @param {string} [authorization] Bearer Token
|
|
32
32
|
* @param {*} [options] Override http request option.
|
|
33
33
|
* @throws {RequiredError}
|
|
34
34
|
*/
|
|
35
35
|
deleteAllDraftInvoices: (authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* undefined **Required Permissions** \"billing-management.invoices.delete\"
|
|
38
38
|
* @param {object} body
|
|
39
39
|
* @param {string} [authorization] Bearer Token
|
|
40
40
|
* @param {*} [options] Override http request option.
|
|
@@ -48,7 +48,7 @@ export declare const DraftInvoiceApiAxiosParamCreator: (configuration?: Configur
|
|
|
48
48
|
*/
|
|
49
49
|
export declare const DraftInvoiceApiFp: (configuration?: Configuration) => {
|
|
50
50
|
/**
|
|
51
|
-
*
|
|
51
|
+
* undefined **Required Permissions** \"billing-management.invoices.create\"
|
|
52
52
|
* @param {CreateDraftInvoiceRequestDto} createDraftInvoiceRequestDto
|
|
53
53
|
* @param {string} [authorization] Bearer Token
|
|
54
54
|
* @param {*} [options] Override http request option.
|
|
@@ -56,14 +56,14 @@ export declare const DraftInvoiceApiFp: (configuration?: Configuration) => {
|
|
|
56
56
|
*/
|
|
57
57
|
createDraftInvoice(createDraftInvoiceRequestDto: CreateDraftInvoiceRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
58
58
|
/**
|
|
59
|
-
*
|
|
59
|
+
* undefined **Required Permissions** \"billing-management.invoices.delete\"
|
|
60
60
|
* @param {string} [authorization] Bearer Token
|
|
61
61
|
* @param {*} [options] Override http request option.
|
|
62
62
|
* @throws {RequiredError}
|
|
63
63
|
*/
|
|
64
64
|
deleteAllDraftInvoices(authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
65
65
|
/**
|
|
66
|
-
*
|
|
66
|
+
* undefined **Required Permissions** \"billing-management.invoices.delete\"
|
|
67
67
|
* @param {object} body
|
|
68
68
|
* @param {string} [authorization] Bearer Token
|
|
69
69
|
* @param {*} [options] Override http request option.
|
|
@@ -77,7 +77,7 @@ export declare const DraftInvoiceApiFp: (configuration?: Configuration) => {
|
|
|
77
77
|
*/
|
|
78
78
|
export declare const DraftInvoiceApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
79
79
|
/**
|
|
80
|
-
*
|
|
80
|
+
* undefined **Required Permissions** \"billing-management.invoices.create\"
|
|
81
81
|
* @param {CreateDraftInvoiceRequestDto} createDraftInvoiceRequestDto
|
|
82
82
|
* @param {string} [authorization] Bearer Token
|
|
83
83
|
* @param {*} [options] Override http request option.
|
|
@@ -85,14 +85,14 @@ export declare const DraftInvoiceApiFactory: (configuration?: Configuration, bas
|
|
|
85
85
|
*/
|
|
86
86
|
createDraftInvoice(createDraftInvoiceRequestDto: CreateDraftInvoiceRequestDto, authorization?: string, options?: any): AxiosPromise<void>;
|
|
87
87
|
/**
|
|
88
|
-
*
|
|
88
|
+
* undefined **Required Permissions** \"billing-management.invoices.delete\"
|
|
89
89
|
* @param {string} [authorization] Bearer Token
|
|
90
90
|
* @param {*} [options] Override http request option.
|
|
91
91
|
* @throws {RequiredError}
|
|
92
92
|
*/
|
|
93
93
|
deleteAllDraftInvoices(authorization?: string, options?: any): AxiosPromise<void>;
|
|
94
94
|
/**
|
|
95
|
-
*
|
|
95
|
+
* undefined **Required Permissions** \"billing-management.invoices.delete\"
|
|
96
96
|
* @param {object} body
|
|
97
97
|
* @param {string} [authorization] Bearer Token
|
|
98
98
|
* @param {*} [options] Override http request option.
|
|
@@ -159,7 +159,7 @@ export interface DraftInvoiceApiDeleteDraftInvoiceRequest {
|
|
|
159
159
|
*/
|
|
160
160
|
export declare class DraftInvoiceApi extends BaseAPI {
|
|
161
161
|
/**
|
|
162
|
-
*
|
|
162
|
+
* undefined **Required Permissions** \"billing-management.invoices.create\"
|
|
163
163
|
* @param {DraftInvoiceApiCreateDraftInvoiceRequest} requestParameters Request parameters.
|
|
164
164
|
* @param {*} [options] Override http request option.
|
|
165
165
|
* @throws {RequiredError}
|
|
@@ -167,7 +167,7 @@ export declare class DraftInvoiceApi extends BaseAPI {
|
|
|
167
167
|
*/
|
|
168
168
|
createDraftInvoice(requestParameters: DraftInvoiceApiCreateDraftInvoiceRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
169
169
|
/**
|
|
170
|
-
*
|
|
170
|
+
* undefined **Required Permissions** \"billing-management.invoices.delete\"
|
|
171
171
|
* @param {DraftInvoiceApiDeleteAllDraftInvoicesRequest} requestParameters Request parameters.
|
|
172
172
|
* @param {*} [options] Override http request option.
|
|
173
173
|
* @throws {RequiredError}
|
|
@@ -175,7 +175,7 @@ export declare class DraftInvoiceApi extends BaseAPI {
|
|
|
175
175
|
*/
|
|
176
176
|
deleteAllDraftInvoices(requestParameters?: DraftInvoiceApiDeleteAllDraftInvoicesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
177
177
|
/**
|
|
178
|
-
*
|
|
178
|
+
* undefined **Required Permissions** \"billing-management.invoices.delete\"
|
|
179
179
|
* @param {DraftInvoiceApiDeleteDraftInvoiceRequest} requestParameters Request parameters.
|
|
180
180
|
* @param {*} [options] Override http request option.
|
|
181
181
|
* @throws {RequiredError}
|
|
@@ -93,7 +93,7 @@ var DraftInvoiceApiAxiosParamCreator = function (configuration) {
|
|
|
93
93
|
var _this = this;
|
|
94
94
|
return {
|
|
95
95
|
/**
|
|
96
|
-
*
|
|
96
|
+
* undefined **Required Permissions** \"billing-management.invoices.create\"
|
|
97
97
|
* @param {CreateDraftInvoiceRequestDto} createDraftInvoiceRequestDto
|
|
98
98
|
* @param {string} [authorization] Bearer Token
|
|
99
99
|
* @param {*} [options] Override http request option.
|
|
@@ -141,7 +141,7 @@ var DraftInvoiceApiAxiosParamCreator = function (configuration) {
|
|
|
141
141
|
});
|
|
142
142
|
},
|
|
143
143
|
/**
|
|
144
|
-
*
|
|
144
|
+
* undefined **Required Permissions** \"billing-management.invoices.delete\"
|
|
145
145
|
* @param {string} [authorization] Bearer Token
|
|
146
146
|
* @param {*} [options] Override http request option.
|
|
147
147
|
* @throws {RequiredError}
|
|
@@ -184,7 +184,7 @@ var DraftInvoiceApiAxiosParamCreator = function (configuration) {
|
|
|
184
184
|
});
|
|
185
185
|
},
|
|
186
186
|
/**
|
|
187
|
-
*
|
|
187
|
+
* undefined **Required Permissions** \"billing-management.invoices.delete\"
|
|
188
188
|
* @param {object} body
|
|
189
189
|
* @param {string} [authorization] Bearer Token
|
|
190
190
|
* @param {*} [options] Override http request option.
|
|
@@ -242,7 +242,7 @@ var DraftInvoiceApiFp = function (configuration) {
|
|
|
242
242
|
var localVarAxiosParamCreator = (0, exports.DraftInvoiceApiAxiosParamCreator)(configuration);
|
|
243
243
|
return {
|
|
244
244
|
/**
|
|
245
|
-
*
|
|
245
|
+
* undefined **Required Permissions** \"billing-management.invoices.create\"
|
|
246
246
|
* @param {CreateDraftInvoiceRequestDto} createDraftInvoiceRequestDto
|
|
247
247
|
* @param {string} [authorization] Bearer Token
|
|
248
248
|
* @param {*} [options] Override http request option.
|
|
@@ -262,7 +262,7 @@ var DraftInvoiceApiFp = function (configuration) {
|
|
|
262
262
|
});
|
|
263
263
|
},
|
|
264
264
|
/**
|
|
265
|
-
*
|
|
265
|
+
* undefined **Required Permissions** \"billing-management.invoices.delete\"
|
|
266
266
|
* @param {string} [authorization] Bearer Token
|
|
267
267
|
* @param {*} [options] Override http request option.
|
|
268
268
|
* @throws {RequiredError}
|
|
@@ -281,7 +281,7 @@ var DraftInvoiceApiFp = function (configuration) {
|
|
|
281
281
|
});
|
|
282
282
|
},
|
|
283
283
|
/**
|
|
284
|
-
*
|
|
284
|
+
* undefined **Required Permissions** \"billing-management.invoices.delete\"
|
|
285
285
|
* @param {object} body
|
|
286
286
|
* @param {string} [authorization] Bearer Token
|
|
287
287
|
* @param {*} [options] Override http request option.
|
|
@@ -311,7 +311,7 @@ var DraftInvoiceApiFactory = function (configuration, basePath, axios) {
|
|
|
311
311
|
var localVarFp = (0, exports.DraftInvoiceApiFp)(configuration);
|
|
312
312
|
return {
|
|
313
313
|
/**
|
|
314
|
-
*
|
|
314
|
+
* undefined **Required Permissions** \"billing-management.invoices.create\"
|
|
315
315
|
* @param {CreateDraftInvoiceRequestDto} createDraftInvoiceRequestDto
|
|
316
316
|
* @param {string} [authorization] Bearer Token
|
|
317
317
|
* @param {*} [options] Override http request option.
|
|
@@ -321,7 +321,7 @@ var DraftInvoiceApiFactory = function (configuration, basePath, axios) {
|
|
|
321
321
|
return localVarFp.createDraftInvoice(createDraftInvoiceRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
322
322
|
},
|
|
323
323
|
/**
|
|
324
|
-
*
|
|
324
|
+
* undefined **Required Permissions** \"billing-management.invoices.delete\"
|
|
325
325
|
* @param {string} [authorization] Bearer Token
|
|
326
326
|
* @param {*} [options] Override http request option.
|
|
327
327
|
* @throws {RequiredError}
|
|
@@ -330,7 +330,7 @@ var DraftInvoiceApiFactory = function (configuration, basePath, axios) {
|
|
|
330
330
|
return localVarFp.deleteAllDraftInvoices(authorization, options).then(function (request) { return request(axios, basePath); });
|
|
331
331
|
},
|
|
332
332
|
/**
|
|
333
|
-
*
|
|
333
|
+
* undefined **Required Permissions** \"billing-management.invoices.delete\"
|
|
334
334
|
* @param {object} body
|
|
335
335
|
* @param {string} [authorization] Bearer Token
|
|
336
336
|
* @param {*} [options] Override http request option.
|
|
@@ -354,7 +354,7 @@ var DraftInvoiceApi = /** @class */ (function (_super) {
|
|
|
354
354
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
355
355
|
}
|
|
356
356
|
/**
|
|
357
|
-
*
|
|
357
|
+
* undefined **Required Permissions** \"billing-management.invoices.create\"
|
|
358
358
|
* @param {DraftInvoiceApiCreateDraftInvoiceRequest} requestParameters Request parameters.
|
|
359
359
|
* @param {*} [options] Override http request option.
|
|
360
360
|
* @throws {RequiredError}
|
|
@@ -365,7 +365,7 @@ var DraftInvoiceApi = /** @class */ (function (_super) {
|
|
|
365
365
|
return (0, exports.DraftInvoiceApiFp)(this.configuration).createDraftInvoice(requestParameters.createDraftInvoiceRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
366
366
|
};
|
|
367
367
|
/**
|
|
368
|
-
*
|
|
368
|
+
* undefined **Required Permissions** \"billing-management.invoices.delete\"
|
|
369
369
|
* @param {DraftInvoiceApiDeleteAllDraftInvoicesRequest} requestParameters Request parameters.
|
|
370
370
|
* @param {*} [options] Override http request option.
|
|
371
371
|
* @throws {RequiredError}
|
|
@@ -377,7 +377,7 @@ var DraftInvoiceApi = /** @class */ (function (_super) {
|
|
|
377
377
|
return (0, exports.DraftInvoiceApiFp)(this.configuration).deleteAllDraftInvoices(requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
378
378
|
};
|
|
379
379
|
/**
|
|
380
|
-
*
|
|
380
|
+
* undefined **Required Permissions** \"billing-management.invoices.delete\"
|
|
381
381
|
* @param {DraftInvoiceApiDeleteDraftInvoiceRequest} requestParameters Request parameters.
|
|
382
382
|
* @param {*} [options] Override http request option.
|
|
383
383
|
* @throws {RequiredError}
|
|
@@ -24,7 +24,7 @@ import { CreateEstimatedInvoiceResponseClass } from '../models';
|
|
|
24
24
|
*/
|
|
25
25
|
export declare const EstimatedInvoicesApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
26
26
|
/**
|
|
27
|
-
* This will create a custom estimated invoice.
|
|
27
|
+
* This will create a custom estimated invoice. **Required Permissions** \"billing-management.invoices.create\"
|
|
28
28
|
* @summary Create the custom estimated invoice
|
|
29
29
|
* @param {CreateCustomEstimatedInvoiceRequestDto} createCustomEstimatedInvoiceRequestDto
|
|
30
30
|
* @param {string} [authorization] Bearer Token
|
|
@@ -33,7 +33,7 @@ export declare const EstimatedInvoicesApiAxiosParamCreator: (configuration?: Con
|
|
|
33
33
|
*/
|
|
34
34
|
createCustomEstimatedInvoice: (createCustomEstimatedInvoiceRequestDto: CreateCustomEstimatedInvoiceRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
35
35
|
/**
|
|
36
|
-
* This creates an estimated invoice. It will not be saved in the database.
|
|
36
|
+
* This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
|
|
37
37
|
* @summary Create the estimated invoice
|
|
38
38
|
* @param {CreateEstimatedInvoiceRequestDto} createEstimatedInvoiceRequestDto
|
|
39
39
|
* @param {string} [authorization] Bearer Token
|
|
@@ -42,7 +42,7 @@ export declare const EstimatedInvoicesApiAxiosParamCreator: (configuration?: Con
|
|
|
42
42
|
*/
|
|
43
43
|
createEstimatedInvoice: (createEstimatedInvoiceRequestDto: CreateEstimatedInvoiceRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
44
44
|
/**
|
|
45
|
-
* This creates an estimated invoice. It will not be saved in the database.
|
|
45
|
+
* This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
|
|
46
46
|
* @summary Create the estimated invoice
|
|
47
47
|
* @param {CreateEstimatedInvoiceForIntervalRequestDto} createEstimatedInvoiceForIntervalRequestDto
|
|
48
48
|
* @param {string} [authorization] Bearer Token
|
|
@@ -57,7 +57,7 @@ export declare const EstimatedInvoicesApiAxiosParamCreator: (configuration?: Con
|
|
|
57
57
|
*/
|
|
58
58
|
export declare const EstimatedInvoicesApiFp: (configuration?: Configuration) => {
|
|
59
59
|
/**
|
|
60
|
-
* This will create a custom estimated invoice.
|
|
60
|
+
* This will create a custom estimated invoice. **Required Permissions** \"billing-management.invoices.create\"
|
|
61
61
|
* @summary Create the custom estimated invoice
|
|
62
62
|
* @param {CreateCustomEstimatedInvoiceRequestDto} createCustomEstimatedInvoiceRequestDto
|
|
63
63
|
* @param {string} [authorization] Bearer Token
|
|
@@ -66,7 +66,7 @@ export declare const EstimatedInvoicesApiFp: (configuration?: Configuration) =>
|
|
|
66
66
|
*/
|
|
67
67
|
createCustomEstimatedInvoice(createCustomEstimatedInvoiceRequestDto: CreateCustomEstimatedInvoiceRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateCustomEstimatedInvoiceResponseClass>>;
|
|
68
68
|
/**
|
|
69
|
-
* This creates an estimated invoice. It will not be saved in the database.
|
|
69
|
+
* This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
|
|
70
70
|
* @summary Create the estimated invoice
|
|
71
71
|
* @param {CreateEstimatedInvoiceRequestDto} createEstimatedInvoiceRequestDto
|
|
72
72
|
* @param {string} [authorization] Bearer Token
|
|
@@ -75,7 +75,7 @@ export declare const EstimatedInvoicesApiFp: (configuration?: Configuration) =>
|
|
|
75
75
|
*/
|
|
76
76
|
createEstimatedInvoice(createEstimatedInvoiceRequestDto: CreateEstimatedInvoiceRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateEstimatedInvoiceResponseClass>>;
|
|
77
77
|
/**
|
|
78
|
-
* This creates an estimated invoice. It will not be saved in the database.
|
|
78
|
+
* This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
|
|
79
79
|
* @summary Create the estimated invoice
|
|
80
80
|
* @param {CreateEstimatedInvoiceForIntervalRequestDto} createEstimatedInvoiceForIntervalRequestDto
|
|
81
81
|
* @param {string} [authorization] Bearer Token
|
|
@@ -90,7 +90,7 @@ export declare const EstimatedInvoicesApiFp: (configuration?: Configuration) =>
|
|
|
90
90
|
*/
|
|
91
91
|
export declare const EstimatedInvoicesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
92
92
|
/**
|
|
93
|
-
* This will create a custom estimated invoice.
|
|
93
|
+
* This will create a custom estimated invoice. **Required Permissions** \"billing-management.invoices.create\"
|
|
94
94
|
* @summary Create the custom estimated invoice
|
|
95
95
|
* @param {CreateCustomEstimatedInvoiceRequestDto} createCustomEstimatedInvoiceRequestDto
|
|
96
96
|
* @param {string} [authorization] Bearer Token
|
|
@@ -99,7 +99,7 @@ export declare const EstimatedInvoicesApiFactory: (configuration?: Configuration
|
|
|
99
99
|
*/
|
|
100
100
|
createCustomEstimatedInvoice(createCustomEstimatedInvoiceRequestDto: CreateCustomEstimatedInvoiceRequestDto, authorization?: string, options?: any): AxiosPromise<CreateCustomEstimatedInvoiceResponseClass>;
|
|
101
101
|
/**
|
|
102
|
-
* This creates an estimated invoice. It will not be saved in the database.
|
|
102
|
+
* This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
|
|
103
103
|
* @summary Create the estimated invoice
|
|
104
104
|
* @param {CreateEstimatedInvoiceRequestDto} createEstimatedInvoiceRequestDto
|
|
105
105
|
* @param {string} [authorization] Bearer Token
|
|
@@ -108,7 +108,7 @@ export declare const EstimatedInvoicesApiFactory: (configuration?: Configuration
|
|
|
108
108
|
*/
|
|
109
109
|
createEstimatedInvoice(createEstimatedInvoiceRequestDto: CreateEstimatedInvoiceRequestDto, authorization?: string, options?: any): AxiosPromise<CreateEstimatedInvoiceResponseClass>;
|
|
110
110
|
/**
|
|
111
|
-
* This creates an estimated invoice. It will not be saved in the database.
|
|
111
|
+
* This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
|
|
112
112
|
* @summary Create the estimated invoice
|
|
113
113
|
* @param {CreateEstimatedInvoiceForIntervalRequestDto} createEstimatedInvoiceForIntervalRequestDto
|
|
114
114
|
* @param {string} [authorization] Bearer Token
|
|
@@ -182,7 +182,7 @@ export interface EstimatedInvoicesApiCreateEstimatedInvoiceFromIntervalRequest {
|
|
|
182
182
|
*/
|
|
183
183
|
export declare class EstimatedInvoicesApi extends BaseAPI {
|
|
184
184
|
/**
|
|
185
|
-
* This will create a custom estimated invoice.
|
|
185
|
+
* This will create a custom estimated invoice. **Required Permissions** \"billing-management.invoices.create\"
|
|
186
186
|
* @summary Create the custom estimated invoice
|
|
187
187
|
* @param {EstimatedInvoicesApiCreateCustomEstimatedInvoiceRequest} requestParameters Request parameters.
|
|
188
188
|
* @param {*} [options] Override http request option.
|
|
@@ -191,7 +191,7 @@ export declare class EstimatedInvoicesApi extends BaseAPI {
|
|
|
191
191
|
*/
|
|
192
192
|
createCustomEstimatedInvoice(requestParameters: EstimatedInvoicesApiCreateCustomEstimatedInvoiceRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateCustomEstimatedInvoiceResponseClass, any>>;
|
|
193
193
|
/**
|
|
194
|
-
* This creates an estimated invoice. It will not be saved in the database.
|
|
194
|
+
* This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
|
|
195
195
|
* @summary Create the estimated invoice
|
|
196
196
|
* @param {EstimatedInvoicesApiCreateEstimatedInvoiceRequest} requestParameters Request parameters.
|
|
197
197
|
* @param {*} [options] Override http request option.
|
|
@@ -200,7 +200,7 @@ export declare class EstimatedInvoicesApi extends BaseAPI {
|
|
|
200
200
|
*/
|
|
201
201
|
createEstimatedInvoice(requestParameters: EstimatedInvoicesApiCreateEstimatedInvoiceRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateEstimatedInvoiceResponseClass, any>>;
|
|
202
202
|
/**
|
|
203
|
-
* This creates an estimated invoice. It will not be saved in the database.
|
|
203
|
+
* This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
|
|
204
204
|
* @summary Create the estimated invoice
|
|
205
205
|
* @param {EstimatedInvoicesApiCreateEstimatedInvoiceFromIntervalRequest} requestParameters Request parameters.
|
|
206
206
|
* @param {*} [options] Override http request option.
|
|
@@ -93,7 +93,7 @@ var EstimatedInvoicesApiAxiosParamCreator = function (configuration) {
|
|
|
93
93
|
var _this = this;
|
|
94
94
|
return {
|
|
95
95
|
/**
|
|
96
|
-
* This will create a custom estimated invoice.
|
|
96
|
+
* This will create a custom estimated invoice. **Required Permissions** \"billing-management.invoices.create\"
|
|
97
97
|
* @summary Create the custom estimated invoice
|
|
98
98
|
* @param {CreateCustomEstimatedInvoiceRequestDto} createCustomEstimatedInvoiceRequestDto
|
|
99
99
|
* @param {string} [authorization] Bearer Token
|
|
@@ -142,7 +142,7 @@ var EstimatedInvoicesApiAxiosParamCreator = function (configuration) {
|
|
|
142
142
|
});
|
|
143
143
|
},
|
|
144
144
|
/**
|
|
145
|
-
* This creates an estimated invoice. It will not be saved in the database.
|
|
145
|
+
* This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
|
|
146
146
|
* @summary Create the estimated invoice
|
|
147
147
|
* @param {CreateEstimatedInvoiceRequestDto} createEstimatedInvoiceRequestDto
|
|
148
148
|
* @param {string} [authorization] Bearer Token
|
|
@@ -191,7 +191,7 @@ var EstimatedInvoicesApiAxiosParamCreator = function (configuration) {
|
|
|
191
191
|
});
|
|
192
192
|
},
|
|
193
193
|
/**
|
|
194
|
-
* This creates an estimated invoice. It will not be saved in the database.
|
|
194
|
+
* This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
|
|
195
195
|
* @summary Create the estimated invoice
|
|
196
196
|
* @param {CreateEstimatedInvoiceForIntervalRequestDto} createEstimatedInvoiceForIntervalRequestDto
|
|
197
197
|
* @param {string} [authorization] Bearer Token
|
|
@@ -250,7 +250,7 @@ var EstimatedInvoicesApiFp = function (configuration) {
|
|
|
250
250
|
var localVarAxiosParamCreator = (0, exports.EstimatedInvoicesApiAxiosParamCreator)(configuration);
|
|
251
251
|
return {
|
|
252
252
|
/**
|
|
253
|
-
* This will create a custom estimated invoice.
|
|
253
|
+
* This will create a custom estimated invoice. **Required Permissions** \"billing-management.invoices.create\"
|
|
254
254
|
* @summary Create the custom estimated invoice
|
|
255
255
|
* @param {CreateCustomEstimatedInvoiceRequestDto} createCustomEstimatedInvoiceRequestDto
|
|
256
256
|
* @param {string} [authorization] Bearer Token
|
|
@@ -271,7 +271,7 @@ var EstimatedInvoicesApiFp = function (configuration) {
|
|
|
271
271
|
});
|
|
272
272
|
},
|
|
273
273
|
/**
|
|
274
|
-
* This creates an estimated invoice. It will not be saved in the database.
|
|
274
|
+
* This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
|
|
275
275
|
* @summary Create the estimated invoice
|
|
276
276
|
* @param {CreateEstimatedInvoiceRequestDto} createEstimatedInvoiceRequestDto
|
|
277
277
|
* @param {string} [authorization] Bearer Token
|
|
@@ -292,7 +292,7 @@ var EstimatedInvoicesApiFp = function (configuration) {
|
|
|
292
292
|
});
|
|
293
293
|
},
|
|
294
294
|
/**
|
|
295
|
-
* This creates an estimated invoice. It will not be saved in the database.
|
|
295
|
+
* This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
|
|
296
296
|
* @summary Create the estimated invoice
|
|
297
297
|
* @param {CreateEstimatedInvoiceForIntervalRequestDto} createEstimatedInvoiceForIntervalRequestDto
|
|
298
298
|
* @param {string} [authorization] Bearer Token
|
|
@@ -323,7 +323,7 @@ var EstimatedInvoicesApiFactory = function (configuration, basePath, axios) {
|
|
|
323
323
|
var localVarFp = (0, exports.EstimatedInvoicesApiFp)(configuration);
|
|
324
324
|
return {
|
|
325
325
|
/**
|
|
326
|
-
* This will create a custom estimated invoice.
|
|
326
|
+
* This will create a custom estimated invoice. **Required Permissions** \"billing-management.invoices.create\"
|
|
327
327
|
* @summary Create the custom estimated invoice
|
|
328
328
|
* @param {CreateCustomEstimatedInvoiceRequestDto} createCustomEstimatedInvoiceRequestDto
|
|
329
329
|
* @param {string} [authorization] Bearer Token
|
|
@@ -334,7 +334,7 @@ var EstimatedInvoicesApiFactory = function (configuration, basePath, axios) {
|
|
|
334
334
|
return localVarFp.createCustomEstimatedInvoice(createCustomEstimatedInvoiceRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
335
335
|
},
|
|
336
336
|
/**
|
|
337
|
-
* This creates an estimated invoice. It will not be saved in the database.
|
|
337
|
+
* This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
|
|
338
338
|
* @summary Create the estimated invoice
|
|
339
339
|
* @param {CreateEstimatedInvoiceRequestDto} createEstimatedInvoiceRequestDto
|
|
340
340
|
* @param {string} [authorization] Bearer Token
|
|
@@ -345,7 +345,7 @@ var EstimatedInvoicesApiFactory = function (configuration, basePath, axios) {
|
|
|
345
345
|
return localVarFp.createEstimatedInvoice(createEstimatedInvoiceRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
346
346
|
},
|
|
347
347
|
/**
|
|
348
|
-
* This creates an estimated invoice. It will not be saved in the database.
|
|
348
|
+
* This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
|
|
349
349
|
* @summary Create the estimated invoice
|
|
350
350
|
* @param {CreateEstimatedInvoiceForIntervalRequestDto} createEstimatedInvoiceForIntervalRequestDto
|
|
351
351
|
* @param {string} [authorization] Bearer Token
|
|
@@ -370,7 +370,7 @@ var EstimatedInvoicesApi = /** @class */ (function (_super) {
|
|
|
370
370
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
371
371
|
}
|
|
372
372
|
/**
|
|
373
|
-
* This will create a custom estimated invoice.
|
|
373
|
+
* This will create a custom estimated invoice. **Required Permissions** \"billing-management.invoices.create\"
|
|
374
374
|
* @summary Create the custom estimated invoice
|
|
375
375
|
* @param {EstimatedInvoicesApiCreateCustomEstimatedInvoiceRequest} requestParameters Request parameters.
|
|
376
376
|
* @param {*} [options] Override http request option.
|
|
@@ -382,7 +382,7 @@ var EstimatedInvoicesApi = /** @class */ (function (_super) {
|
|
|
382
382
|
return (0, exports.EstimatedInvoicesApiFp)(this.configuration).createCustomEstimatedInvoice(requestParameters.createCustomEstimatedInvoiceRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
383
383
|
};
|
|
384
384
|
/**
|
|
385
|
-
* This creates an estimated invoice. It will not be saved in the database.
|
|
385
|
+
* This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
|
|
386
386
|
* @summary Create the estimated invoice
|
|
387
387
|
* @param {EstimatedInvoicesApiCreateEstimatedInvoiceRequest} requestParameters Request parameters.
|
|
388
388
|
* @param {*} [options] Override http request option.
|
|
@@ -394,7 +394,7 @@ var EstimatedInvoicesApi = /** @class */ (function (_super) {
|
|
|
394
394
|
return (0, exports.EstimatedInvoicesApiFp)(this.configuration).createEstimatedInvoice(requestParameters.createEstimatedInvoiceRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
395
395
|
};
|
|
396
396
|
/**
|
|
397
|
-
* This creates an estimated invoice. It will not be saved in the database.
|
|
397
|
+
* This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
|
|
398
398
|
* @summary Create the estimated invoice
|
|
399
399
|
* @param {EstimatedInvoicesApiCreateEstimatedInvoiceFromIntervalRequest} requestParameters Request parameters.
|
|
400
400
|
* @param {*} [options] Override http request option.
|
|
@@ -20,7 +20,7 @@ import { CreateInvoiceResponseClass } from '../models';
|
|
|
20
20
|
*/
|
|
21
21
|
export declare const InitialInvoicesApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
22
22
|
/**
|
|
23
|
-
* This will create an initial invoice. It will be created once a policy is approved and it will cover a partial until the issuing of the regular invoice.
|
|
23
|
+
* This will create an initial invoice. It will be created once a policy is approved and it will cover a partial until the issuing of the regular invoice. **Required Permissions** \"billing-management.invoices.create\"
|
|
24
24
|
* @summary Create the initial invoice
|
|
25
25
|
* @param {CreateInvoiceForPolicyRequestDto} createInvoiceForPolicyRequestDto
|
|
26
26
|
* @param {string} [authorization] Bearer Token
|
|
@@ -36,7 +36,7 @@ export declare const InitialInvoicesApiAxiosParamCreator: (configuration?: Confi
|
|
|
36
36
|
*/
|
|
37
37
|
export declare const InitialInvoicesApiFp: (configuration?: Configuration) => {
|
|
38
38
|
/**
|
|
39
|
-
* This will create an initial invoice. It will be created once a policy is approved and it will cover a partial until the issuing of the regular invoice.
|
|
39
|
+
* This will create an initial invoice. It will be created once a policy is approved and it will cover a partial until the issuing of the regular invoice. **Required Permissions** \"billing-management.invoices.create\"
|
|
40
40
|
* @summary Create the initial invoice
|
|
41
41
|
* @param {CreateInvoiceForPolicyRequestDto} createInvoiceForPolicyRequestDto
|
|
42
42
|
* @param {string} [authorization] Bearer Token
|
|
@@ -52,7 +52,7 @@ export declare const InitialInvoicesApiFp: (configuration?: Configuration) => {
|
|
|
52
52
|
*/
|
|
53
53
|
export declare const InitialInvoicesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
54
54
|
/**
|
|
55
|
-
* This will create an initial invoice. It will be created once a policy is approved and it will cover a partial until the issuing of the regular invoice.
|
|
55
|
+
* This will create an initial invoice. It will be created once a policy is approved and it will cover a partial until the issuing of the regular invoice. **Required Permissions** \"billing-management.invoices.create\"
|
|
56
56
|
* @summary Create the initial invoice
|
|
57
57
|
* @param {CreateInvoiceForPolicyRequestDto} createInvoiceForPolicyRequestDto
|
|
58
58
|
* @param {string} [authorization] Bearer Token
|
|
@@ -95,7 +95,7 @@ export interface InitialInvoicesApiCreateInitialInvoiceRequest {
|
|
|
95
95
|
*/
|
|
96
96
|
export declare class InitialInvoicesApi extends BaseAPI {
|
|
97
97
|
/**
|
|
98
|
-
* This will create an initial invoice. It will be created once a policy is approved and it will cover a partial until the issuing of the regular invoice.
|
|
98
|
+
* This will create an initial invoice. It will be created once a policy is approved and it will cover a partial until the issuing of the regular invoice. **Required Permissions** \"billing-management.invoices.create\"
|
|
99
99
|
* @summary Create the initial invoice
|
|
100
100
|
* @param {InitialInvoicesApiCreateInitialInvoiceRequest} requestParameters Request parameters.
|
|
101
101
|
* @param {*} [options] Override http request option.
|
|
@@ -93,7 +93,7 @@ var InitialInvoicesApiAxiosParamCreator = function (configuration) {
|
|
|
93
93
|
var _this = this;
|
|
94
94
|
return {
|
|
95
95
|
/**
|
|
96
|
-
* This will create an initial invoice. It will be created once a policy is approved and it will cover a partial until the issuing of the regular invoice.
|
|
96
|
+
* This will create an initial invoice. It will be created once a policy is approved and it will cover a partial until the issuing of the regular invoice. **Required Permissions** \"billing-management.invoices.create\"
|
|
97
97
|
* @summary Create the initial invoice
|
|
98
98
|
* @param {CreateInvoiceForPolicyRequestDto} createInvoiceForPolicyRequestDto
|
|
99
99
|
* @param {string} [authorization] Bearer Token
|
|
@@ -156,7 +156,7 @@ var InitialInvoicesApiFp = function (configuration) {
|
|
|
156
156
|
var localVarAxiosParamCreator = (0, exports.InitialInvoicesApiAxiosParamCreator)(configuration);
|
|
157
157
|
return {
|
|
158
158
|
/**
|
|
159
|
-
* This will create an initial invoice. It will be created once a policy is approved and it will cover a partial until the issuing of the regular invoice.
|
|
159
|
+
* This will create an initial invoice. It will be created once a policy is approved and it will cover a partial until the issuing of the regular invoice. **Required Permissions** \"billing-management.invoices.create\"
|
|
160
160
|
* @summary Create the initial invoice
|
|
161
161
|
* @param {CreateInvoiceForPolicyRequestDto} createInvoiceForPolicyRequestDto
|
|
162
162
|
* @param {string} [authorization] Bearer Token
|
|
@@ -188,7 +188,7 @@ var InitialInvoicesApiFactory = function (configuration, basePath, axios) {
|
|
|
188
188
|
var localVarFp = (0, exports.InitialInvoicesApiFp)(configuration);
|
|
189
189
|
return {
|
|
190
190
|
/**
|
|
191
|
-
* This will create an initial invoice. It will be created once a policy is approved and it will cover a partial until the issuing of the regular invoice.
|
|
191
|
+
* This will create an initial invoice. It will be created once a policy is approved and it will cover a partial until the issuing of the regular invoice. **Required Permissions** \"billing-management.invoices.create\"
|
|
192
192
|
* @summary Create the initial invoice
|
|
193
193
|
* @param {CreateInvoiceForPolicyRequestDto} createInvoiceForPolicyRequestDto
|
|
194
194
|
* @param {string} [authorization] Bearer Token
|
|
@@ -214,7 +214,7 @@ var InitialInvoicesApi = /** @class */ (function (_super) {
|
|
|
214
214
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
215
215
|
}
|
|
216
216
|
/**
|
|
217
|
-
* This will create an initial invoice. It will be created once a policy is approved and it will cover a partial until the issuing of the regular invoice.
|
|
217
|
+
* This will create an initial invoice. It will be created once a policy is approved and it will cover a partial until the issuing of the regular invoice. **Required Permissions** \"billing-management.invoices.create\"
|
|
218
218
|
* @summary Create the initial invoice
|
|
219
219
|
* @param {InitialInvoicesApiCreateInitialInvoiceRequest} requestParameters Request parameters.
|
|
220
220
|
* @param {*} [options] Override http request option.
|