@emilgroup/claim-sdk-node 1.32.0 → 1.32.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.
@@ -97,7 +97,7 @@ var ClaimPartnersApiAxiosParamCreator = function (configuration) {
97
97
  var _this = this;
98
98
  return {
99
99
  /**
100
- * This will create a claim partner.
100
+ * This will create a claim partner. **Required Permissions** \"claim-management.partners.create\"
101
101
  * @summary Create the claim partner
102
102
  * @param {string} claimCode Unique identifier for the claim object.
103
103
  * @param {CreateClaimPartnerRequestDto} createClaimPartnerRequestDto
@@ -150,7 +150,7 @@ var ClaimPartnersApiAxiosParamCreator = function (configuration) {
150
150
  });
151
151
  },
152
152
  /**
153
- * Permanently deletes the claim partner. Supply the unique id that was returned when you created the claim partner and this will delete it.
153
+ * Permanently deletes the claim partner. Supply the unique id that was returned when you created the claim partner and this will delete it. **Required Permissions** \"claim-management.partners.delete\"
154
154
  * @summary Delete the claim partner
155
155
  * @param {number} id
156
156
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -198,7 +198,7 @@ var ClaimPartnersApiAxiosParamCreator = function (configuration) {
198
198
  });
199
199
  },
200
200
  /**
201
- * Retrieves the details of the claim partner that was previously created. Supply the unique claim partner id that was returned when you created it and Emil Api will return the corresponding claim partner information.
201
+ * Retrieves the details of the claim partner that was previously created. Supply the unique claim partner id that was returned when you created it and Emil Api will return the corresponding claim partner information. **Required Permissions** \"claim-management.partners.view\"
202
202
  * @summary Retrieve the claim partner
203
203
  * @param {number} id
204
204
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -246,7 +246,7 @@ var ClaimPartnersApiAxiosParamCreator = function (configuration) {
246
246
  });
247
247
  },
248
248
  /**
249
- * Returns a list of claim partners you have previously created. The claim partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
249
+ * Returns a list of claim partners you have previously created. The claim partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partners.view\"
250
250
  * @summary List claim partners
251
251
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
252
252
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -328,7 +328,7 @@ var ClaimPartnersApiFp = function (configuration) {
328
328
  var localVarAxiosParamCreator = (0, exports.ClaimPartnersApiAxiosParamCreator)(configuration);
329
329
  return {
330
330
  /**
331
- * This will create a claim partner.
331
+ * This will create a claim partner. **Required Permissions** \"claim-management.partners.create\"
332
332
  * @summary Create the claim partner
333
333
  * @param {string} claimCode Unique identifier for the claim object.
334
334
  * @param {CreateClaimPartnerRequestDto} createClaimPartnerRequestDto
@@ -350,7 +350,7 @@ var ClaimPartnersApiFp = function (configuration) {
350
350
  });
351
351
  },
352
352
  /**
353
- * Permanently deletes the claim partner. Supply the unique id that was returned when you created the claim partner and this will delete it.
353
+ * Permanently deletes the claim partner. Supply the unique id that was returned when you created the claim partner and this will delete it. **Required Permissions** \"claim-management.partners.delete\"
354
354
  * @summary Delete the claim partner
355
355
  * @param {number} id
356
356
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -371,7 +371,7 @@ var ClaimPartnersApiFp = function (configuration) {
371
371
  });
372
372
  },
373
373
  /**
374
- * Retrieves the details of the claim partner that was previously created. Supply the unique claim partner id that was returned when you created it and Emil Api will return the corresponding claim partner information.
374
+ * Retrieves the details of the claim partner that was previously created. Supply the unique claim partner id that was returned when you created it and Emil Api will return the corresponding claim partner information. **Required Permissions** \"claim-management.partners.view\"
375
375
  * @summary Retrieve the claim partner
376
376
  * @param {number} id
377
377
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -392,7 +392,7 @@ var ClaimPartnersApiFp = function (configuration) {
392
392
  });
393
393
  },
394
394
  /**
395
- * Returns a list of claim partners you have previously created. The claim partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
395
+ * Returns a list of claim partners you have previously created. The claim partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partners.view\"
396
396
  * @summary List claim partners
397
397
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
398
398
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -429,7 +429,7 @@ var ClaimPartnersApiFactory = function (configuration, basePath, axios) {
429
429
  var localVarFp = (0, exports.ClaimPartnersApiFp)(configuration);
430
430
  return {
431
431
  /**
432
- * This will create a claim partner.
432
+ * This will create a claim partner. **Required Permissions** \"claim-management.partners.create\"
433
433
  * @summary Create the claim partner
434
434
  * @param {string} claimCode Unique identifier for the claim object.
435
435
  * @param {CreateClaimPartnerRequestDto} createClaimPartnerRequestDto
@@ -441,7 +441,7 @@ var ClaimPartnersApiFactory = function (configuration, basePath, axios) {
441
441
  return localVarFp.createClaimPartner(claimCode, createClaimPartnerRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
442
442
  },
443
443
  /**
444
- * Permanently deletes the claim partner. Supply the unique id that was returned when you created the claim partner and this will delete it.
444
+ * Permanently deletes the claim partner. Supply the unique id that was returned when you created the claim partner and this will delete it. **Required Permissions** \"claim-management.partners.delete\"
445
445
  * @summary Delete the claim partner
446
446
  * @param {number} id
447
447
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -452,7 +452,7 @@ var ClaimPartnersApiFactory = function (configuration, basePath, axios) {
452
452
  return localVarFp.deleteClaimPartner(id, authorization, options).then(function (request) { return request(axios, basePath); });
453
453
  },
454
454
  /**
455
- * Retrieves the details of the claim partner that was previously created. Supply the unique claim partner id that was returned when you created it and Emil Api will return the corresponding claim partner information.
455
+ * Retrieves the details of the claim partner that was previously created. Supply the unique claim partner id that was returned when you created it and Emil Api will return the corresponding claim partner information. **Required Permissions** \"claim-management.partners.view\"
456
456
  * @summary Retrieve the claim partner
457
457
  * @param {number} id
458
458
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -463,7 +463,7 @@ var ClaimPartnersApiFactory = function (configuration, basePath, axios) {
463
463
  return localVarFp.getClaimPartner(id, authorization, options).then(function (request) { return request(axios, basePath); });
464
464
  },
465
465
  /**
466
- * Returns a list of claim partners you have previously created. The claim partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
466
+ * Returns a list of claim partners you have previously created. The claim partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partners.view\"
467
467
  * @summary List claim partners
468
468
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
469
469
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -494,7 +494,7 @@ var ClaimPartnersApi = /** @class */ (function (_super) {
494
494
  return _super !== null && _super.apply(this, arguments) || this;
495
495
  }
496
496
  /**
497
- * This will create a claim partner.
497
+ * This will create a claim partner. **Required Permissions** \"claim-management.partners.create\"
498
498
  * @summary Create the claim partner
499
499
  * @param {ClaimPartnersApiCreateClaimPartnerRequest} requestParameters Request parameters.
500
500
  * @param {*} [options] Override http request option.
@@ -506,7 +506,7 @@ var ClaimPartnersApi = /** @class */ (function (_super) {
506
506
  return (0, exports.ClaimPartnersApiFp)(this.configuration).createClaimPartner(requestParameters.claimCode, requestParameters.createClaimPartnerRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
507
507
  };
508
508
  /**
509
- * Permanently deletes the claim partner. Supply the unique id that was returned when you created the claim partner and this will delete it.
509
+ * Permanently deletes the claim partner. Supply the unique id that was returned when you created the claim partner and this will delete it. **Required Permissions** \"claim-management.partners.delete\"
510
510
  * @summary Delete the claim partner
511
511
  * @param {ClaimPartnersApiDeleteClaimPartnerRequest} requestParameters Request parameters.
512
512
  * @param {*} [options] Override http request option.
@@ -518,7 +518,7 @@ var ClaimPartnersApi = /** @class */ (function (_super) {
518
518
  return (0, exports.ClaimPartnersApiFp)(this.configuration).deleteClaimPartner(requestParameters.id, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
519
519
  };
520
520
  /**
521
- * Retrieves the details of the claim partner that was previously created. Supply the unique claim partner id that was returned when you created it and Emil Api will return the corresponding claim partner information.
521
+ * Retrieves the details of the claim partner that was previously created. Supply the unique claim partner id that was returned when you created it and Emil Api will return the corresponding claim partner information. **Required Permissions** \"claim-management.partners.view\"
522
522
  * @summary Retrieve the claim partner
523
523
  * @param {ClaimPartnersApiGetClaimPartnerRequest} requestParameters Request parameters.
524
524
  * @param {*} [options] Override http request option.
@@ -530,7 +530,7 @@ var ClaimPartnersApi = /** @class */ (function (_super) {
530
530
  return (0, exports.ClaimPartnersApiFp)(this.configuration).getClaimPartner(requestParameters.id, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
531
531
  };
532
532
  /**
533
- * Returns a list of claim partners you have previously created. The claim partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
533
+ * Returns a list of claim partners you have previously created. The claim partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partners.view\"
534
534
  * @summary List claim partners
535
535
  * @param {ClaimPartnersApiListClaimPartnersRequest} requestParameters Request parameters.
536
536
  * @param {*} [options] Override http request option.
@@ -22,7 +22,7 @@ import { UpdateRegulationItemRequestDtoRest } from '../models';
22
22
  */
23
23
  export declare const ClaimRegulationsApiAxiosParamCreator: (configuration?: Configuration) => {
24
24
  /**
25
- * This endpoint will create a new regulation item for a claim
25
+ * This endpoint will create a new regulation item for a claim **Required Permissions** \"claim-management.regulations.create\"
26
26
  * @summary Create the claim regulation item
27
27
  * @param {CreateRegulationItemRequestDto} createRegulationItemRequestDto
28
28
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -31,7 +31,7 @@ export declare const ClaimRegulationsApiAxiosParamCreator: (configuration?: Conf
31
31
  */
32
32
  createClaimRegulation: (createRegulationItemRequestDto: CreateRegulationItemRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
33
33
  /**
34
- * This will delete the regulation item identified by the code.
34
+ * This will delete the regulation item identified by the code. **Required Permissions** \"claim-management.regulations.delete\"
35
35
  * @summary Delete the claim regulation item
36
36
  * @param {string} code Unique identifier for the object.
37
37
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -40,7 +40,7 @@ export declare const ClaimRegulationsApiAxiosParamCreator: (configuration?: Conf
40
40
  */
41
41
  deleteClaimRegulations: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
42
42
  /**
43
- * Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information.
43
+ * Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information. **Required Permissions** \"claim-management.regulations.view\"
44
44
  * @summary Retrieve the claim regulation item
45
45
  * @param {string} code
46
46
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -50,7 +50,7 @@ export declare const ClaimRegulationsApiAxiosParamCreator: (configuration?: Conf
50
50
  */
51
51
  getClaimRegulation: (code: string, authorization?: string, expand?: 'claim', options?: AxiosRequestConfig) => Promise<RequestArgs>;
52
52
  /**
53
- * Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
53
+ * Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.regulations.view\"
54
54
  * @summary List claim regulation items
55
55
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
56
56
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -65,7 +65,7 @@ export declare const ClaimRegulationsApiAxiosParamCreator: (configuration?: Conf
65
65
  */
66
66
  listClaimRegulations: (authorization?: string, pageSize?: any, pageToken?: any, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
67
67
  /**
68
- * Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created.
68
+ * Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created. **Required Permissions** \"claim-management.regulations.update\"
69
69
  * @summary Update the claim regulation item
70
70
  * @param {string} code Unique identifier for the object.
71
71
  * @param {UpdateRegulationItemRequestDtoRest} updateRegulationItemRequestDtoRest
@@ -81,7 +81,7 @@ export declare const ClaimRegulationsApiAxiosParamCreator: (configuration?: Conf
81
81
  */
82
82
  export declare const ClaimRegulationsApiFp: (configuration?: Configuration) => {
83
83
  /**
84
- * This endpoint will create a new regulation item for a claim
84
+ * This endpoint will create a new regulation item for a claim **Required Permissions** \"claim-management.regulations.create\"
85
85
  * @summary Create the claim regulation item
86
86
  * @param {CreateRegulationItemRequestDto} createRegulationItemRequestDto
87
87
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -90,7 +90,7 @@ export declare const ClaimRegulationsApiFp: (configuration?: Configuration) => {
90
90
  */
91
91
  createClaimRegulation(createRegulationItemRequestDto: CreateRegulationItemRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RegulationItemResponseClass>>;
92
92
  /**
93
- * This will delete the regulation item identified by the code.
93
+ * This will delete the regulation item identified by the code. **Required Permissions** \"claim-management.regulations.delete\"
94
94
  * @summary Delete the claim regulation item
95
95
  * @param {string} code Unique identifier for the object.
96
96
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -99,7 +99,7 @@ export declare const ClaimRegulationsApiFp: (configuration?: Configuration) => {
99
99
  */
100
100
  deleteClaimRegulations(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
101
101
  /**
102
- * Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information.
102
+ * Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information. **Required Permissions** \"claim-management.regulations.view\"
103
103
  * @summary Retrieve the claim regulation item
104
104
  * @param {string} code
105
105
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -109,7 +109,7 @@ export declare const ClaimRegulationsApiFp: (configuration?: Configuration) => {
109
109
  */
110
110
  getClaimRegulation(code: string, authorization?: string, expand?: 'claim', options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RegulationItemResponseClass>>;
111
111
  /**
112
- * Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
112
+ * Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.regulations.view\"
113
113
  * @summary List claim regulation items
114
114
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
115
115
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -124,7 +124,7 @@ export declare const ClaimRegulationsApiFp: (configuration?: Configuration) => {
124
124
  */
125
125
  listClaimRegulations(authorization?: string, pageSize?: any, pageToken?: any, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListRegulationsResponseClass>>;
126
126
  /**
127
- * Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created.
127
+ * Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created. **Required Permissions** \"claim-management.regulations.update\"
128
128
  * @summary Update the claim regulation item
129
129
  * @param {string} code Unique identifier for the object.
130
130
  * @param {UpdateRegulationItemRequestDtoRest} updateRegulationItemRequestDtoRest
@@ -140,7 +140,7 @@ export declare const ClaimRegulationsApiFp: (configuration?: Configuration) => {
140
140
  */
141
141
  export declare const ClaimRegulationsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
142
142
  /**
143
- * This endpoint will create a new regulation item for a claim
143
+ * This endpoint will create a new regulation item for a claim **Required Permissions** \"claim-management.regulations.create\"
144
144
  * @summary Create the claim regulation item
145
145
  * @param {CreateRegulationItemRequestDto} createRegulationItemRequestDto
146
146
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -149,7 +149,7 @@ export declare const ClaimRegulationsApiFactory: (configuration?: Configuration,
149
149
  */
150
150
  createClaimRegulation(createRegulationItemRequestDto: CreateRegulationItemRequestDto, authorization?: string, options?: any): AxiosPromise<RegulationItemResponseClass>;
151
151
  /**
152
- * This will delete the regulation item identified by the code.
152
+ * This will delete the regulation item identified by the code. **Required Permissions** \"claim-management.regulations.delete\"
153
153
  * @summary Delete the claim regulation item
154
154
  * @param {string} code Unique identifier for the object.
155
155
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -158,7 +158,7 @@ export declare const ClaimRegulationsApiFactory: (configuration?: Configuration,
158
158
  */
159
159
  deleteClaimRegulations(code: string, authorization?: string, options?: any): AxiosPromise<void>;
160
160
  /**
161
- * Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information.
161
+ * Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information. **Required Permissions** \"claim-management.regulations.view\"
162
162
  * @summary Retrieve the claim regulation item
163
163
  * @param {string} code
164
164
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -168,7 +168,7 @@ export declare const ClaimRegulationsApiFactory: (configuration?: Configuration,
168
168
  */
169
169
  getClaimRegulation(code: string, authorization?: string, expand?: 'claim', options?: any): AxiosPromise<RegulationItemResponseClass>;
170
170
  /**
171
- * Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
171
+ * Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.regulations.view\"
172
172
  * @summary List claim regulation items
173
173
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
174
174
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -183,7 +183,7 @@ export declare const ClaimRegulationsApiFactory: (configuration?: Configuration,
183
183
  */
184
184
  listClaimRegulations(authorization?: string, pageSize?: any, pageToken?: any, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListRegulationsResponseClass>;
185
185
  /**
186
- * Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created.
186
+ * Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created. **Required Permissions** \"claim-management.regulations.update\"
187
187
  * @summary Update the claim regulation item
188
188
  * @param {string} code Unique identifier for the object.
189
189
  * @param {UpdateRegulationItemRequestDtoRest} updateRegulationItemRequestDtoRest
@@ -344,7 +344,7 @@ export interface ClaimRegulationsApiUpdateClaimRegulationRequest {
344
344
  */
345
345
  export declare class ClaimRegulationsApi extends BaseAPI {
346
346
  /**
347
- * This endpoint will create a new regulation item for a claim
347
+ * This endpoint will create a new regulation item for a claim **Required Permissions** \"claim-management.regulations.create\"
348
348
  * @summary Create the claim regulation item
349
349
  * @param {ClaimRegulationsApiCreateClaimRegulationRequest} requestParameters Request parameters.
350
350
  * @param {*} [options] Override http request option.
@@ -353,7 +353,7 @@ export declare class ClaimRegulationsApi extends BaseAPI {
353
353
  */
354
354
  createClaimRegulation(requestParameters: ClaimRegulationsApiCreateClaimRegulationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RegulationItemResponseClass, any>>;
355
355
  /**
356
- * This will delete the regulation item identified by the code.
356
+ * This will delete the regulation item identified by the code. **Required Permissions** \"claim-management.regulations.delete\"
357
357
  * @summary Delete the claim regulation item
358
358
  * @param {ClaimRegulationsApiDeleteClaimRegulationsRequest} requestParameters Request parameters.
359
359
  * @param {*} [options] Override http request option.
@@ -362,7 +362,7 @@ export declare class ClaimRegulationsApi extends BaseAPI {
362
362
  */
363
363
  deleteClaimRegulations(requestParameters: ClaimRegulationsApiDeleteClaimRegulationsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
364
364
  /**
365
- * Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information.
365
+ * Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information. **Required Permissions** \"claim-management.regulations.view\"
366
366
  * @summary Retrieve the claim regulation item
367
367
  * @param {ClaimRegulationsApiGetClaimRegulationRequest} requestParameters Request parameters.
368
368
  * @param {*} [options] Override http request option.
@@ -371,7 +371,7 @@ export declare class ClaimRegulationsApi extends BaseAPI {
371
371
  */
372
372
  getClaimRegulation(requestParameters: ClaimRegulationsApiGetClaimRegulationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RegulationItemResponseClass, any>>;
373
373
  /**
374
- * Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
374
+ * Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.regulations.view\"
375
375
  * @summary List claim regulation items
376
376
  * @param {ClaimRegulationsApiListClaimRegulationsRequest} requestParameters Request parameters.
377
377
  * @param {*} [options] Override http request option.
@@ -380,7 +380,7 @@ export declare class ClaimRegulationsApi extends BaseAPI {
380
380
  */
381
381
  listClaimRegulations(requestParameters?: ClaimRegulationsApiListClaimRegulationsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListRegulationsResponseClass, any>>;
382
382
  /**
383
- * Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created.
383
+ * Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created. **Required Permissions** \"claim-management.regulations.update\"
384
384
  * @summary Update the claim regulation item
385
385
  * @param {ClaimRegulationsApiUpdateClaimRegulationRequest} requestParameters Request parameters.
386
386
  * @param {*} [options] Override http request option.
@@ -97,7 +97,7 @@ var ClaimRegulationsApiAxiosParamCreator = function (configuration) {
97
97
  var _this = this;
98
98
  return {
99
99
  /**
100
- * This endpoint will create a new regulation item for a claim
100
+ * This endpoint will create a new regulation item for a claim **Required Permissions** \"claim-management.regulations.create\"
101
101
  * @summary Create the claim regulation item
102
102
  * @param {CreateRegulationItemRequestDto} createRegulationItemRequestDto
103
103
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -146,7 +146,7 @@ var ClaimRegulationsApiAxiosParamCreator = function (configuration) {
146
146
  });
147
147
  },
148
148
  /**
149
- * This will delete the regulation item identified by the code.
149
+ * This will delete the regulation item identified by the code. **Required Permissions** \"claim-management.regulations.delete\"
150
150
  * @summary Delete the claim regulation item
151
151
  * @param {string} code Unique identifier for the object.
152
152
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -194,7 +194,7 @@ var ClaimRegulationsApiAxiosParamCreator = function (configuration) {
194
194
  });
195
195
  },
196
196
  /**
197
- * Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information.
197
+ * Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information. **Required Permissions** \"claim-management.regulations.view\"
198
198
  * @summary Retrieve the claim regulation item
199
199
  * @param {string} code
200
200
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -246,7 +246,7 @@ var ClaimRegulationsApiAxiosParamCreator = function (configuration) {
246
246
  });
247
247
  },
248
248
  /**
249
- * Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
249
+ * Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.regulations.view\"
250
250
  * @summary List claim regulation items
251
251
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
252
252
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -318,7 +318,7 @@ var ClaimRegulationsApiAxiosParamCreator = function (configuration) {
318
318
  });
319
319
  },
320
320
  /**
321
- * Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created.
321
+ * Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created. **Required Permissions** \"claim-management.regulations.update\"
322
322
  * @summary Update the claim regulation item
323
323
  * @param {string} code Unique identifier for the object.
324
324
  * @param {UpdateRegulationItemRequestDtoRest} updateRegulationItemRequestDtoRest
@@ -381,7 +381,7 @@ var ClaimRegulationsApiFp = function (configuration) {
381
381
  var localVarAxiosParamCreator = (0, exports.ClaimRegulationsApiAxiosParamCreator)(configuration);
382
382
  return {
383
383
  /**
384
- * This endpoint will create a new regulation item for a claim
384
+ * This endpoint will create a new regulation item for a claim **Required Permissions** \"claim-management.regulations.create\"
385
385
  * @summary Create the claim regulation item
386
386
  * @param {CreateRegulationItemRequestDto} createRegulationItemRequestDto
387
387
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -402,7 +402,7 @@ var ClaimRegulationsApiFp = function (configuration) {
402
402
  });
403
403
  },
404
404
  /**
405
- * This will delete the regulation item identified by the code.
405
+ * This will delete the regulation item identified by the code. **Required Permissions** \"claim-management.regulations.delete\"
406
406
  * @summary Delete the claim regulation item
407
407
  * @param {string} code Unique identifier for the object.
408
408
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -423,7 +423,7 @@ var ClaimRegulationsApiFp = function (configuration) {
423
423
  });
424
424
  },
425
425
  /**
426
- * Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information.
426
+ * Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information. **Required Permissions** \"claim-management.regulations.view\"
427
427
  * @summary Retrieve the claim regulation item
428
428
  * @param {string} code
429
429
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -445,7 +445,7 @@ var ClaimRegulationsApiFp = function (configuration) {
445
445
  });
446
446
  },
447
447
  /**
448
- * Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
448
+ * Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.regulations.view\"
449
449
  * @summary List claim regulation items
450
450
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
451
451
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -472,7 +472,7 @@ var ClaimRegulationsApiFp = function (configuration) {
472
472
  });
473
473
  },
474
474
  /**
475
- * Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created.
475
+ * Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created. **Required Permissions** \"claim-management.regulations.update\"
476
476
  * @summary Update the claim regulation item
477
477
  * @param {string} code Unique identifier for the object.
478
478
  * @param {UpdateRegulationItemRequestDtoRest} updateRegulationItemRequestDtoRest
@@ -504,7 +504,7 @@ var ClaimRegulationsApiFactory = function (configuration, basePath, axios) {
504
504
  var localVarFp = (0, exports.ClaimRegulationsApiFp)(configuration);
505
505
  return {
506
506
  /**
507
- * This endpoint will create a new regulation item for a claim
507
+ * This endpoint will create a new regulation item for a claim **Required Permissions** \"claim-management.regulations.create\"
508
508
  * @summary Create the claim regulation item
509
509
  * @param {CreateRegulationItemRequestDto} createRegulationItemRequestDto
510
510
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -515,7 +515,7 @@ var ClaimRegulationsApiFactory = function (configuration, basePath, axios) {
515
515
  return localVarFp.createClaimRegulation(createRegulationItemRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
516
516
  },
517
517
  /**
518
- * This will delete the regulation item identified by the code.
518
+ * This will delete the regulation item identified by the code. **Required Permissions** \"claim-management.regulations.delete\"
519
519
  * @summary Delete the claim regulation item
520
520
  * @param {string} code Unique identifier for the object.
521
521
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -526,7 +526,7 @@ var ClaimRegulationsApiFactory = function (configuration, basePath, axios) {
526
526
  return localVarFp.deleteClaimRegulations(code, authorization, options).then(function (request) { return request(axios, basePath); });
527
527
  },
528
528
  /**
529
- * Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information.
529
+ * Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information. **Required Permissions** \"claim-management.regulations.view\"
530
530
  * @summary Retrieve the claim regulation item
531
531
  * @param {string} code
532
532
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -538,7 +538,7 @@ var ClaimRegulationsApiFactory = function (configuration, basePath, axios) {
538
538
  return localVarFp.getClaimRegulation(code, authorization, expand, options).then(function (request) { return request(axios, basePath); });
539
539
  },
540
540
  /**
541
- * Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
541
+ * Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.regulations.view\"
542
542
  * @summary List claim regulation items
543
543
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
544
544
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -555,7 +555,7 @@ var ClaimRegulationsApiFactory = function (configuration, basePath, axios) {
555
555
  return localVarFp.listClaimRegulations(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then(function (request) { return request(axios, basePath); });
556
556
  },
557
557
  /**
558
- * Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created.
558
+ * Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created. **Required Permissions** \"claim-management.regulations.update\"
559
559
  * @summary Update the claim regulation item
560
560
  * @param {string} code Unique identifier for the object.
561
561
  * @param {UpdateRegulationItemRequestDtoRest} updateRegulationItemRequestDtoRest
@@ -581,7 +581,7 @@ var ClaimRegulationsApi = /** @class */ (function (_super) {
581
581
  return _super !== null && _super.apply(this, arguments) || this;
582
582
  }
583
583
  /**
584
- * This endpoint will create a new regulation item for a claim
584
+ * This endpoint will create a new regulation item for a claim **Required Permissions** \"claim-management.regulations.create\"
585
585
  * @summary Create the claim regulation item
586
586
  * @param {ClaimRegulationsApiCreateClaimRegulationRequest} requestParameters Request parameters.
587
587
  * @param {*} [options] Override http request option.
@@ -593,7 +593,7 @@ var ClaimRegulationsApi = /** @class */ (function (_super) {
593
593
  return (0, exports.ClaimRegulationsApiFp)(this.configuration).createClaimRegulation(requestParameters.createRegulationItemRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
594
594
  };
595
595
  /**
596
- * This will delete the regulation item identified by the code.
596
+ * This will delete the regulation item identified by the code. **Required Permissions** \"claim-management.regulations.delete\"
597
597
  * @summary Delete the claim regulation item
598
598
  * @param {ClaimRegulationsApiDeleteClaimRegulationsRequest} requestParameters Request parameters.
599
599
  * @param {*} [options] Override http request option.
@@ -605,7 +605,7 @@ var ClaimRegulationsApi = /** @class */ (function (_super) {
605
605
  return (0, exports.ClaimRegulationsApiFp)(this.configuration).deleteClaimRegulations(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
606
606
  };
607
607
  /**
608
- * Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information.
608
+ * Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information. **Required Permissions** \"claim-management.regulations.view\"
609
609
  * @summary Retrieve the claim regulation item
610
610
  * @param {ClaimRegulationsApiGetClaimRegulationRequest} requestParameters Request parameters.
611
611
  * @param {*} [options] Override http request option.
@@ -617,7 +617,7 @@ var ClaimRegulationsApi = /** @class */ (function (_super) {
617
617
  return (0, exports.ClaimRegulationsApiFp)(this.configuration).getClaimRegulation(requestParameters.code, requestParameters.authorization, requestParameters.expand, options).then(function (request) { return request(_this.axios, _this.basePath); });
618
618
  };
619
619
  /**
620
- * Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
620
+ * Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.regulations.view\"
621
621
  * @summary List claim regulation items
622
622
  * @param {ClaimRegulationsApiListClaimRegulationsRequest} requestParameters Request parameters.
623
623
  * @param {*} [options] Override http request option.
@@ -630,7 +630,7 @@ var ClaimRegulationsApi = /** @class */ (function (_super) {
630
630
  return (0, exports.ClaimRegulationsApiFp)(this.configuration).listClaimRegulations(requestParameters.authorization, requestParameters.pageSize, requestParameters.pageToken, requestParameters.filter, requestParameters.search, requestParameters.order, requestParameters.expand, requestParameters.filters, options).then(function (request) { return request(_this.axios, _this.basePath); });
631
631
  };
632
632
  /**
633
- * Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created.
633
+ * Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created. **Required Permissions** \"claim-management.regulations.update\"
634
634
  * @summary Update the claim regulation item
635
635
  * @param {ClaimRegulationsApiUpdateClaimRegulationRequest} requestParameters Request parameters.
636
636
  * @param {*} [options] Override http request option.