@emilgroup/billing-sdk-node 1.45.0 → 1.46.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.
@@ -20,7 +20,7 @@ import { CreateInvoiceForPolicyRequestDto } from '../models';
20
20
  */
21
21
  export declare const CorrectionInvoicesApiAxiosParamCreator: (configuration?: Configuration) => {
22
22
  /**
23
- * 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.
23
+ * 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\"
24
24
  * @summary Create the correction invoice
25
25
  * @param {CreateInvoiceForPolicyRequestDto} createInvoiceForPolicyRequestDto
26
26
  * @param {string} [authorization] Bearer Token
@@ -36,7 +36,7 @@ export declare const CorrectionInvoicesApiAxiosParamCreator: (configuration?: Co
36
36
  */
37
37
  export declare const CorrectionInvoicesApiFp: (configuration?: Configuration) => {
38
38
  /**
39
- * 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.
39
+ * 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\"
40
40
  * @summary Create the correction invoice
41
41
  * @param {CreateInvoiceForPolicyRequestDto} createInvoiceForPolicyRequestDto
42
42
  * @param {string} [authorization] Bearer Token
@@ -52,7 +52,7 @@ export declare const CorrectionInvoicesApiFp: (configuration?: Configuration) =>
52
52
  */
53
53
  export declare const CorrectionInvoicesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
54
54
  /**
55
- * 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.
55
+ * 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\"
56
56
  * @summary Create the correction invoice
57
57
  * @param {CreateInvoiceForPolicyRequestDto} createInvoiceForPolicyRequestDto
58
58
  * @param {string} [authorization] Bearer Token
@@ -95,7 +95,7 @@ export interface CorrectionInvoicesApiCreateCorrectionInvoiceRequest {
95
95
  */
96
96
  export declare class CorrectionInvoicesApi extends BaseAPI {
97
97
  /**
98
- * 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.
98
+ * 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\"
99
99
  * @summary Create the correction invoice
100
100
  * @param {CorrectionInvoicesApiCreateCorrectionInvoiceRequest} requestParameters Request parameters.
101
101
  * @param {*} [options] Override http request option.
@@ -97,7 +97,7 @@ var CorrectionInvoicesApiAxiosParamCreator = function (configuration) {
97
97
  var _this = this;
98
98
  return {
99
99
  /**
100
- * 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.
100
+ * 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\"
101
101
  * @summary Create the correction invoice
102
102
  * @param {CreateInvoiceForPolicyRequestDto} createInvoiceForPolicyRequestDto
103
103
  * @param {string} [authorization] Bearer Token
@@ -160,7 +160,7 @@ var CorrectionInvoicesApiFp = function (configuration) {
160
160
  var localVarAxiosParamCreator = (0, exports.CorrectionInvoicesApiAxiosParamCreator)(configuration);
161
161
  return {
162
162
  /**
163
- * 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.
163
+ * 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\"
164
164
  * @summary Create the correction invoice
165
165
  * @param {CreateInvoiceForPolicyRequestDto} createInvoiceForPolicyRequestDto
166
166
  * @param {string} [authorization] Bearer Token
@@ -192,7 +192,7 @@ var CorrectionInvoicesApiFactory = function (configuration, basePath, axios) {
192
192
  var localVarFp = (0, exports.CorrectionInvoicesApiFp)(configuration);
193
193
  return {
194
194
  /**
195
- * 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.
195
+ * 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\"
196
196
  * @summary Create the correction invoice
197
197
  * @param {CreateInvoiceForPolicyRequestDto} createInvoiceForPolicyRequestDto
198
198
  * @param {string} [authorization] Bearer Token
@@ -218,7 +218,7 @@ var CorrectionInvoicesApi = /** @class */ (function (_super) {
218
218
  return _super !== null && _super.apply(this, arguments) || this;
219
219
  }
220
220
  /**
221
- * 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.
221
+ * 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\"
222
222
  * @summary Create the correction invoice
223
223
  * @param {CorrectionInvoicesApiCreateCorrectionInvoiceRequest} requestParameters Request parameters.
224
224
  * @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}
@@ -97,7 +97,7 @@ var DraftInvoiceApiAxiosParamCreator = function (configuration) {
97
97
  var _this = this;
98
98
  return {
99
99
  /**
100
- *
100
+ * undefined **Required Permissions** \"billing-management.invoices.create\"
101
101
  * @param {CreateDraftInvoiceRequestDto} createDraftInvoiceRequestDto
102
102
  * @param {string} [authorization] Bearer Token
103
103
  * @param {*} [options] Override http request option.
@@ -145,7 +145,7 @@ var DraftInvoiceApiAxiosParamCreator = function (configuration) {
145
145
  });
146
146
  },
147
147
  /**
148
- *
148
+ * undefined **Required Permissions** \"billing-management.invoices.delete\"
149
149
  * @param {string} [authorization] Bearer Token
150
150
  * @param {*} [options] Override http request option.
151
151
  * @throws {RequiredError}
@@ -188,7 +188,7 @@ var DraftInvoiceApiAxiosParamCreator = function (configuration) {
188
188
  });
189
189
  },
190
190
  /**
191
- *
191
+ * undefined **Required Permissions** \"billing-management.invoices.delete\"
192
192
  * @param {object} body
193
193
  * @param {string} [authorization] Bearer Token
194
194
  * @param {*} [options] Override http request option.
@@ -246,7 +246,7 @@ var DraftInvoiceApiFp = function (configuration) {
246
246
  var localVarAxiosParamCreator = (0, exports.DraftInvoiceApiAxiosParamCreator)(configuration);
247
247
  return {
248
248
  /**
249
- *
249
+ * undefined **Required Permissions** \"billing-management.invoices.create\"
250
250
  * @param {CreateDraftInvoiceRequestDto} createDraftInvoiceRequestDto
251
251
  * @param {string} [authorization] Bearer Token
252
252
  * @param {*} [options] Override http request option.
@@ -266,7 +266,7 @@ var DraftInvoiceApiFp = function (configuration) {
266
266
  });
267
267
  },
268
268
  /**
269
- *
269
+ * undefined **Required Permissions** \"billing-management.invoices.delete\"
270
270
  * @param {string} [authorization] Bearer Token
271
271
  * @param {*} [options] Override http request option.
272
272
  * @throws {RequiredError}
@@ -285,7 +285,7 @@ var DraftInvoiceApiFp = function (configuration) {
285
285
  });
286
286
  },
287
287
  /**
288
- *
288
+ * undefined **Required Permissions** \"billing-management.invoices.delete\"
289
289
  * @param {object} body
290
290
  * @param {string} [authorization] Bearer Token
291
291
  * @param {*} [options] Override http request option.
@@ -315,7 +315,7 @@ var DraftInvoiceApiFactory = function (configuration, basePath, axios) {
315
315
  var localVarFp = (0, exports.DraftInvoiceApiFp)(configuration);
316
316
  return {
317
317
  /**
318
- *
318
+ * undefined **Required Permissions** \"billing-management.invoices.create\"
319
319
  * @param {CreateDraftInvoiceRequestDto} createDraftInvoiceRequestDto
320
320
  * @param {string} [authorization] Bearer Token
321
321
  * @param {*} [options] Override http request option.
@@ -325,7 +325,7 @@ var DraftInvoiceApiFactory = function (configuration, basePath, axios) {
325
325
  return localVarFp.createDraftInvoice(createDraftInvoiceRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
326
326
  },
327
327
  /**
328
- *
328
+ * undefined **Required Permissions** \"billing-management.invoices.delete\"
329
329
  * @param {string} [authorization] Bearer Token
330
330
  * @param {*} [options] Override http request option.
331
331
  * @throws {RequiredError}
@@ -334,7 +334,7 @@ var DraftInvoiceApiFactory = function (configuration, basePath, axios) {
334
334
  return localVarFp.deleteAllDraftInvoices(authorization, options).then(function (request) { return request(axios, basePath); });
335
335
  },
336
336
  /**
337
- *
337
+ * undefined **Required Permissions** \"billing-management.invoices.delete\"
338
338
  * @param {object} body
339
339
  * @param {string} [authorization] Bearer Token
340
340
  * @param {*} [options] Override http request option.
@@ -358,7 +358,7 @@ var DraftInvoiceApi = /** @class */ (function (_super) {
358
358
  return _super !== null && _super.apply(this, arguments) || this;
359
359
  }
360
360
  /**
361
- *
361
+ * undefined **Required Permissions** \"billing-management.invoices.create\"
362
362
  * @param {DraftInvoiceApiCreateDraftInvoiceRequest} requestParameters Request parameters.
363
363
  * @param {*} [options] Override http request option.
364
364
  * @throws {RequiredError}
@@ -369,7 +369,7 @@ var DraftInvoiceApi = /** @class */ (function (_super) {
369
369
  return (0, exports.DraftInvoiceApiFp)(this.configuration).createDraftInvoice(requestParameters.createDraftInvoiceRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
370
370
  };
371
371
  /**
372
- *
372
+ * undefined **Required Permissions** \"billing-management.invoices.delete\"
373
373
  * @param {DraftInvoiceApiDeleteAllDraftInvoicesRequest} requestParameters Request parameters.
374
374
  * @param {*} [options] Override http request option.
375
375
  * @throws {RequiredError}
@@ -381,7 +381,7 @@ var DraftInvoiceApi = /** @class */ (function (_super) {
381
381
  return (0, exports.DraftInvoiceApiFp)(this.configuration).deleteAllDraftInvoices(requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
382
382
  };
383
383
  /**
384
- *
384
+ * undefined **Required Permissions** \"billing-management.invoices.delete\"
385
385
  * @param {DraftInvoiceApiDeleteDraftInvoiceRequest} requestParameters Request parameters.
386
386
  * @param {*} [options] Override http request option.
387
387
  * @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.
@@ -97,7 +97,7 @@ var EstimatedInvoicesApiAxiosParamCreator = function (configuration) {
97
97
  var _this = this;
98
98
  return {
99
99
  /**
100
- * This will create a custom estimated invoice.
100
+ * This will create a custom estimated invoice. **Required Permissions** \"billing-management.invoices.create\"
101
101
  * @summary Create the custom estimated invoice
102
102
  * @param {CreateCustomEstimatedInvoiceRequestDto} createCustomEstimatedInvoiceRequestDto
103
103
  * @param {string} [authorization] Bearer Token
@@ -146,7 +146,7 @@ var EstimatedInvoicesApiAxiosParamCreator = function (configuration) {
146
146
  });
147
147
  },
148
148
  /**
149
- * This creates an estimated invoice. It will not be saved in the database.
149
+ * This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
150
150
  * @summary Create the estimated invoice
151
151
  * @param {CreateEstimatedInvoiceRequestDto} createEstimatedInvoiceRequestDto
152
152
  * @param {string} [authorization] Bearer Token
@@ -195,7 +195,7 @@ var EstimatedInvoicesApiAxiosParamCreator = function (configuration) {
195
195
  });
196
196
  },
197
197
  /**
198
- * This creates an estimated invoice. It will not be saved in the database.
198
+ * This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
199
199
  * @summary Create the estimated invoice
200
200
  * @param {CreateEstimatedInvoiceForIntervalRequestDto} createEstimatedInvoiceForIntervalRequestDto
201
201
  * @param {string} [authorization] Bearer Token
@@ -254,7 +254,7 @@ var EstimatedInvoicesApiFp = function (configuration) {
254
254
  var localVarAxiosParamCreator = (0, exports.EstimatedInvoicesApiAxiosParamCreator)(configuration);
255
255
  return {
256
256
  /**
257
- * This will create a custom estimated invoice.
257
+ * This will create a custom estimated invoice. **Required Permissions** \"billing-management.invoices.create\"
258
258
  * @summary Create the custom estimated invoice
259
259
  * @param {CreateCustomEstimatedInvoiceRequestDto} createCustomEstimatedInvoiceRequestDto
260
260
  * @param {string} [authorization] Bearer Token
@@ -275,7 +275,7 @@ var EstimatedInvoicesApiFp = function (configuration) {
275
275
  });
276
276
  },
277
277
  /**
278
- * This creates an estimated invoice. It will not be saved in the database.
278
+ * This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
279
279
  * @summary Create the estimated invoice
280
280
  * @param {CreateEstimatedInvoiceRequestDto} createEstimatedInvoiceRequestDto
281
281
  * @param {string} [authorization] Bearer Token
@@ -296,7 +296,7 @@ var EstimatedInvoicesApiFp = function (configuration) {
296
296
  });
297
297
  },
298
298
  /**
299
- * This creates an estimated invoice. It will not be saved in the database.
299
+ * This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
300
300
  * @summary Create the estimated invoice
301
301
  * @param {CreateEstimatedInvoiceForIntervalRequestDto} createEstimatedInvoiceForIntervalRequestDto
302
302
  * @param {string} [authorization] Bearer Token
@@ -327,7 +327,7 @@ var EstimatedInvoicesApiFactory = function (configuration, basePath, axios) {
327
327
  var localVarFp = (0, exports.EstimatedInvoicesApiFp)(configuration);
328
328
  return {
329
329
  /**
330
- * This will create a custom estimated invoice.
330
+ * This will create a custom estimated invoice. **Required Permissions** \"billing-management.invoices.create\"
331
331
  * @summary Create the custom estimated invoice
332
332
  * @param {CreateCustomEstimatedInvoiceRequestDto} createCustomEstimatedInvoiceRequestDto
333
333
  * @param {string} [authorization] Bearer Token
@@ -338,7 +338,7 @@ var EstimatedInvoicesApiFactory = function (configuration, basePath, axios) {
338
338
  return localVarFp.createCustomEstimatedInvoice(createCustomEstimatedInvoiceRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
339
339
  },
340
340
  /**
341
- * This creates an estimated invoice. It will not be saved in the database.
341
+ * This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
342
342
  * @summary Create the estimated invoice
343
343
  * @param {CreateEstimatedInvoiceRequestDto} createEstimatedInvoiceRequestDto
344
344
  * @param {string} [authorization] Bearer Token
@@ -349,7 +349,7 @@ var EstimatedInvoicesApiFactory = function (configuration, basePath, axios) {
349
349
  return localVarFp.createEstimatedInvoice(createEstimatedInvoiceRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
350
350
  },
351
351
  /**
352
- * This creates an estimated invoice. It will not be saved in the database.
352
+ * This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
353
353
  * @summary Create the estimated invoice
354
354
  * @param {CreateEstimatedInvoiceForIntervalRequestDto} createEstimatedInvoiceForIntervalRequestDto
355
355
  * @param {string} [authorization] Bearer Token
@@ -374,7 +374,7 @@ var EstimatedInvoicesApi = /** @class */ (function (_super) {
374
374
  return _super !== null && _super.apply(this, arguments) || this;
375
375
  }
376
376
  /**
377
- * This will create a custom estimated invoice.
377
+ * This will create a custom estimated invoice. **Required Permissions** \"billing-management.invoices.create\"
378
378
  * @summary Create the custom estimated invoice
379
379
  * @param {EstimatedInvoicesApiCreateCustomEstimatedInvoiceRequest} requestParameters Request parameters.
380
380
  * @param {*} [options] Override http request option.
@@ -386,7 +386,7 @@ var EstimatedInvoicesApi = /** @class */ (function (_super) {
386
386
  return (0, exports.EstimatedInvoicesApiFp)(this.configuration).createCustomEstimatedInvoice(requestParameters.createCustomEstimatedInvoiceRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
387
387
  };
388
388
  /**
389
- * This creates an estimated invoice. It will not be saved in the database.
389
+ * This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
390
390
  * @summary Create the estimated invoice
391
391
  * @param {EstimatedInvoicesApiCreateEstimatedInvoiceRequest} requestParameters Request parameters.
392
392
  * @param {*} [options] Override http request option.
@@ -398,7 +398,7 @@ var EstimatedInvoicesApi = /** @class */ (function (_super) {
398
398
  return (0, exports.EstimatedInvoicesApiFp)(this.configuration).createEstimatedInvoice(requestParameters.createEstimatedInvoiceRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
399
399
  };
400
400
  /**
401
- * This creates an estimated invoice. It will not be saved in the database.
401
+ * This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
402
402
  * @summary Create the estimated invoice
403
403
  * @param {EstimatedInvoicesApiCreateEstimatedInvoiceFromIntervalRequest} requestParameters Request parameters.
404
404
  * @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.
@@ -97,7 +97,7 @@ var InitialInvoicesApiAxiosParamCreator = function (configuration) {
97
97
  var _this = this;
98
98
  return {
99
99
  /**
100
- * 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.
100
+ * 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\"
101
101
  * @summary Create the initial invoice
102
102
  * @param {CreateInvoiceForPolicyRequestDto} createInvoiceForPolicyRequestDto
103
103
  * @param {string} [authorization] Bearer Token
@@ -160,7 +160,7 @@ var InitialInvoicesApiFp = function (configuration) {
160
160
  var localVarAxiosParamCreator = (0, exports.InitialInvoicesApiAxiosParamCreator)(configuration);
161
161
  return {
162
162
  /**
163
- * 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.
163
+ * 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\"
164
164
  * @summary Create the initial invoice
165
165
  * @param {CreateInvoiceForPolicyRequestDto} createInvoiceForPolicyRequestDto
166
166
  * @param {string} [authorization] Bearer Token
@@ -192,7 +192,7 @@ var InitialInvoicesApiFactory = function (configuration, basePath, axios) {
192
192
  var localVarFp = (0, exports.InitialInvoicesApiFp)(configuration);
193
193
  return {
194
194
  /**
195
- * 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.
195
+ * 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\"
196
196
  * @summary Create the initial invoice
197
197
  * @param {CreateInvoiceForPolicyRequestDto} createInvoiceForPolicyRequestDto
198
198
  * @param {string} [authorization] Bearer Token
@@ -218,7 +218,7 @@ var InitialInvoicesApi = /** @class */ (function (_super) {
218
218
  return _super !== null && _super.apply(this, arguments) || this;
219
219
  }
220
220
  /**
221
- * 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.
221
+ * 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\"
222
222
  * @summary Create the initial invoice
223
223
  * @param {InitialInvoicesApiCreateInitialInvoiceRequest} requestParameters Request parameters.
224
224
  * @param {*} [options] Override http request option.