@emilgroup/claim-sdk 1.33.1-beta.4 → 1.34.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
17
17
  Navigate to the folder of your consuming project and run one of the following commands:
18
18
 
19
19
  ```
20
- npm install @emilgroup/claim-sdk@1.33.1-beta.4 --save
20
+ npm install @emilgroup/claim-sdk@1.34.0 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/claim-sdk@1.33.1-beta.4
24
+ yarn add @emilgroup/claim-sdk@1.34.0
25
25
  ```
26
26
 
27
27
  And then you can import `ClaimsApi`.
@@ -39,7 +39,7 @@ import { UpdateClaimPartnerRoleResponseClass } from '../models';
39
39
  export const ClaimPartnerRolesApiAxiosParamCreator = function (configuration?: Configuration) {
40
40
  return {
41
41
  /**
42
- * This will create a claim partner role. **Required Permissions** \"claim-management.partner-roles.create\"
42
+ * This will create a claim partner role.
43
43
  * @summary Create the claim partner role
44
44
  * @param {CreateClaimPartnerRoleRequestDto} createClaimPartnerRoleRequestDto
45
45
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -86,7 +86,7 @@ export const ClaimPartnerRolesApiAxiosParamCreator = function (configuration?: C
86
86
  };
87
87
  },
88
88
  /**
89
- * Permanently deletes the claim partner role. Supply the unique code that was returned when you created the claim partner role and this will delete it. **Required Permissions** \"claim-management.partner-roles.delete\"
89
+ * Permanently deletes the claim partner role. Supply the unique code that was returned when you created the claim partner role and this will delete it.
90
90
  * @summary Delete the claim partner role
91
91
  * @param {string} code Unique identifier for the object.
92
92
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -131,7 +131,7 @@ export const ClaimPartnerRolesApiAxiosParamCreator = function (configuration?: C
131
131
  };
132
132
  },
133
133
  /**
134
- * Retrieves the details of the claim partner role that was previously created. Supply the unique claim partner role code that was returned when you created it and Emil Api will return the corresponding claim partner role information. **Required Permissions** \"claim-management.partner-roles.view\"
134
+ * Retrieves the details of the claim partner role that was previously created. Supply the unique claim partner role code that was returned when you created it and Emil Api will return the corresponding claim partner role information.
135
135
  * @summary Retrieve the claim partner role
136
136
  * @param {string} code Unique identifier for the object.
137
137
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -176,7 +176,7 @@ export const ClaimPartnerRolesApiAxiosParamCreator = function (configuration?: C
176
176
  };
177
177
  },
178
178
  /**
179
- * Returns a list of claim partner roles you have previously created. The claim partner roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partner-roles.view\"
179
+ * Returns a list of claim partner roles you have previously created. The claim partner roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
180
180
  * @summary List claim partner roles
181
181
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
182
182
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -252,7 +252,7 @@ export const ClaimPartnerRolesApiAxiosParamCreator = function (configuration?: C
252
252
  };
253
253
  },
254
254
  /**
255
- * Updates the specified claim partner role by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"claim-management.partner-roles.update\"
255
+ * Updates the specified claim partner role by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
256
256
  * @summary Update the claim partner role
257
257
  * @param {string} code Unique identifier for the object.
258
258
  * @param {UpdateClaimPartnerRoleRequestDto} updateClaimPartnerRoleRequestDto
@@ -313,7 +313,7 @@ export const ClaimPartnerRolesApiFp = function(configuration?: Configuration) {
313
313
  const localVarAxiosParamCreator = ClaimPartnerRolesApiAxiosParamCreator(configuration)
314
314
  return {
315
315
  /**
316
- * This will create a claim partner role. **Required Permissions** \"claim-management.partner-roles.create\"
316
+ * This will create a claim partner role.
317
317
  * @summary Create the claim partner role
318
318
  * @param {CreateClaimPartnerRoleRequestDto} createClaimPartnerRoleRequestDto
319
319
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -325,7 +325,7 @@ export const ClaimPartnerRolesApiFp = function(configuration?: Configuration) {
325
325
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
326
326
  },
327
327
  /**
328
- * Permanently deletes the claim partner role. Supply the unique code that was returned when you created the claim partner role and this will delete it. **Required Permissions** \"claim-management.partner-roles.delete\"
328
+ * Permanently deletes the claim partner role. Supply the unique code that was returned when you created the claim partner role and this will delete it.
329
329
  * @summary Delete the claim partner role
330
330
  * @param {string} code Unique identifier for the object.
331
331
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -337,7 +337,7 @@ export const ClaimPartnerRolesApiFp = function(configuration?: Configuration) {
337
337
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
338
338
  },
339
339
  /**
340
- * Retrieves the details of the claim partner role that was previously created. Supply the unique claim partner role code that was returned when you created it and Emil Api will return the corresponding claim partner role information. **Required Permissions** \"claim-management.partner-roles.view\"
340
+ * Retrieves the details of the claim partner role that was previously created. Supply the unique claim partner role code that was returned when you created it and Emil Api will return the corresponding claim partner role information.
341
341
  * @summary Retrieve the claim partner role
342
342
  * @param {string} code Unique identifier for the object.
343
343
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -349,7 +349,7 @@ export const ClaimPartnerRolesApiFp = function(configuration?: Configuration) {
349
349
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
350
350
  },
351
351
  /**
352
- * Returns a list of claim partner roles you have previously created. The claim partner roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partner-roles.view\"
352
+ * Returns a list of claim partner roles you have previously created. The claim partner roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
353
353
  * @summary List claim partner roles
354
354
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
355
355
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -367,7 +367,7 @@ export const ClaimPartnerRolesApiFp = function(configuration?: Configuration) {
367
367
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
368
368
  },
369
369
  /**
370
- * Updates the specified claim partner role by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"claim-management.partner-roles.update\"
370
+ * Updates the specified claim partner role by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
371
371
  * @summary Update the claim partner role
372
372
  * @param {string} code Unique identifier for the object.
373
373
  * @param {UpdateClaimPartnerRoleRequestDto} updateClaimPartnerRoleRequestDto
@@ -390,7 +390,7 @@ export const ClaimPartnerRolesApiFactory = function (configuration?: Configurati
390
390
  const localVarFp = ClaimPartnerRolesApiFp(configuration)
391
391
  return {
392
392
  /**
393
- * This will create a claim partner role. **Required Permissions** \"claim-management.partner-roles.create\"
393
+ * This will create a claim partner role.
394
394
  * @summary Create the claim partner role
395
395
  * @param {CreateClaimPartnerRoleRequestDto} createClaimPartnerRoleRequestDto
396
396
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -401,7 +401,7 @@ export const ClaimPartnerRolesApiFactory = function (configuration?: Configurati
401
401
  return localVarFp.createClaimPartnerRole(createClaimPartnerRoleRequestDto, authorization, options).then((request) => request(axios, basePath));
402
402
  },
403
403
  /**
404
- * Permanently deletes the claim partner role. Supply the unique code that was returned when you created the claim partner role and this will delete it. **Required Permissions** \"claim-management.partner-roles.delete\"
404
+ * Permanently deletes the claim partner role. Supply the unique code that was returned when you created the claim partner role and this will delete it.
405
405
  * @summary Delete the claim partner role
406
406
  * @param {string} code Unique identifier for the object.
407
407
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -412,7 +412,7 @@ export const ClaimPartnerRolesApiFactory = function (configuration?: Configurati
412
412
  return localVarFp.deleteClaimPartnerRole(code, authorization, options).then((request) => request(axios, basePath));
413
413
  },
414
414
  /**
415
- * Retrieves the details of the claim partner role that was previously created. Supply the unique claim partner role code that was returned when you created it and Emil Api will return the corresponding claim partner role information. **Required Permissions** \"claim-management.partner-roles.view\"
415
+ * Retrieves the details of the claim partner role that was previously created. Supply the unique claim partner role code that was returned when you created it and Emil Api will return the corresponding claim partner role information.
416
416
  * @summary Retrieve the claim partner role
417
417
  * @param {string} code Unique identifier for the object.
418
418
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -423,7 +423,7 @@ export const ClaimPartnerRolesApiFactory = function (configuration?: Configurati
423
423
  return localVarFp.getClaimPartnerRole(code, authorization, options).then((request) => request(axios, basePath));
424
424
  },
425
425
  /**
426
- * Returns a list of claim partner roles you have previously created. The claim partner roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partner-roles.view\"
426
+ * Returns a list of claim partner roles you have previously created. The claim partner roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
427
427
  * @summary List claim partner roles
428
428
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
429
429
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -440,7 +440,7 @@ export const ClaimPartnerRolesApiFactory = function (configuration?: Configurati
440
440
  return localVarFp.listClaimPartnerRole(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then((request) => request(axios, basePath));
441
441
  },
442
442
  /**
443
- * Updates the specified claim partner role by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"claim-management.partner-roles.update\"
443
+ * Updates the specified claim partner role by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
444
444
  * @summary Update the claim partner role
445
445
  * @param {string} code Unique identifier for the object.
446
446
  * @param {UpdateClaimPartnerRoleRequestDto} updateClaimPartnerRoleRequestDto
@@ -616,7 +616,7 @@ export interface ClaimPartnerRolesApiUpdateClaimPartnerRoleRequest {
616
616
  */
617
617
  export class ClaimPartnerRolesApi extends BaseAPI {
618
618
  /**
619
- * This will create a claim partner role. **Required Permissions** \"claim-management.partner-roles.create\"
619
+ * This will create a claim partner role.
620
620
  * @summary Create the claim partner role
621
621
  * @param {ClaimPartnerRolesApiCreateClaimPartnerRoleRequest} requestParameters Request parameters.
622
622
  * @param {*} [options] Override http request option.
@@ -628,7 +628,7 @@ export class ClaimPartnerRolesApi extends BaseAPI {
628
628
  }
629
629
 
630
630
  /**
631
- * Permanently deletes the claim partner role. Supply the unique code that was returned when you created the claim partner role and this will delete it. **Required Permissions** \"claim-management.partner-roles.delete\"
631
+ * Permanently deletes the claim partner role. Supply the unique code that was returned when you created the claim partner role and this will delete it.
632
632
  * @summary Delete the claim partner role
633
633
  * @param {ClaimPartnerRolesApiDeleteClaimPartnerRoleRequest} requestParameters Request parameters.
634
634
  * @param {*} [options] Override http request option.
@@ -640,7 +640,7 @@ export class ClaimPartnerRolesApi extends BaseAPI {
640
640
  }
641
641
 
642
642
  /**
643
- * Retrieves the details of the claim partner role that was previously created. Supply the unique claim partner role code that was returned when you created it and Emil Api will return the corresponding claim partner role information. **Required Permissions** \"claim-management.partner-roles.view\"
643
+ * Retrieves the details of the claim partner role that was previously created. Supply the unique claim partner role code that was returned when you created it and Emil Api will return the corresponding claim partner role information.
644
644
  * @summary Retrieve the claim partner role
645
645
  * @param {ClaimPartnerRolesApiGetClaimPartnerRoleRequest} requestParameters Request parameters.
646
646
  * @param {*} [options] Override http request option.
@@ -652,7 +652,7 @@ export class ClaimPartnerRolesApi extends BaseAPI {
652
652
  }
653
653
 
654
654
  /**
655
- * Returns a list of claim partner roles you have previously created. The claim partner roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partner-roles.view\"
655
+ * Returns a list of claim partner roles you have previously created. The claim partner roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
656
656
  * @summary List claim partner roles
657
657
  * @param {ClaimPartnerRolesApiListClaimPartnerRoleRequest} requestParameters Request parameters.
658
658
  * @param {*} [options] Override http request option.
@@ -664,7 +664,7 @@ export class ClaimPartnerRolesApi extends BaseAPI {
664
664
  }
665
665
 
666
666
  /**
667
- * Updates the specified claim partner role by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"claim-management.partner-roles.update\"
667
+ * Updates the specified claim partner role by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
668
668
  * @summary Update the claim partner role
669
669
  * @param {ClaimPartnerRolesApiUpdateClaimPartnerRoleRequest} requestParameters Request parameters.
670
670
  * @param {*} [options] Override http request option.
@@ -35,7 +35,7 @@ import { ListClaimPartnersResponseClass } from '../models';
35
35
  export const ClaimPartnersApiAxiosParamCreator = function (configuration?: Configuration) {
36
36
  return {
37
37
  /**
38
- * This will create a claim partner. **Required Permissions** \"claim-management.partners.create\"
38
+ * This will create a claim partner.
39
39
  * @summary Create the claim partner
40
40
  * @param {string} claimCode Unique identifier for the claim object.
41
41
  * @param {CreateClaimPartnerRequestDto} createClaimPartnerRequestDto
@@ -86,7 +86,7 @@ export const ClaimPartnersApiAxiosParamCreator = function (configuration?: Confi
86
86
  };
87
87
  },
88
88
  /**
89
- * 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\"
89
+ * Permanently deletes the claim partner. Supply the unique id that was returned when you created the claim partner and this will delete it.
90
90
  * @summary Delete the claim partner
91
91
  * @param {number} id
92
92
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -131,7 +131,7 @@ export const ClaimPartnersApiAxiosParamCreator = function (configuration?: Confi
131
131
  };
132
132
  },
133
133
  /**
134
- * 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\"
134
+ * 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.
135
135
  * @summary Retrieve the claim partner
136
136
  * @param {number} id
137
137
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -176,7 +176,7 @@ export const ClaimPartnersApiAxiosParamCreator = function (configuration?: Confi
176
176
  };
177
177
  },
178
178
  /**
179
- * 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\"
179
+ * 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.
180
180
  * @summary List claim partners
181
181
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
182
182
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -262,7 +262,7 @@ export const ClaimPartnersApiFp = function(configuration?: Configuration) {
262
262
  const localVarAxiosParamCreator = ClaimPartnersApiAxiosParamCreator(configuration)
263
263
  return {
264
264
  /**
265
- * This will create a claim partner. **Required Permissions** \"claim-management.partners.create\"
265
+ * This will create a claim partner.
266
266
  * @summary Create the claim partner
267
267
  * @param {string} claimCode Unique identifier for the claim object.
268
268
  * @param {CreateClaimPartnerRequestDto} createClaimPartnerRequestDto
@@ -275,7 +275,7 @@ export const ClaimPartnersApiFp = function(configuration?: Configuration) {
275
275
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
276
276
  },
277
277
  /**
278
- * 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\"
278
+ * Permanently deletes the claim partner. Supply the unique id that was returned when you created the claim partner and this will delete it.
279
279
  * @summary Delete the claim partner
280
280
  * @param {number} id
281
281
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -287,7 +287,7 @@ export const ClaimPartnersApiFp = function(configuration?: Configuration) {
287
287
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
288
288
  },
289
289
  /**
290
- * 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\"
290
+ * 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.
291
291
  * @summary Retrieve the claim partner
292
292
  * @param {number} id
293
293
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -299,7 +299,7 @@ export const ClaimPartnersApiFp = function(configuration?: Configuration) {
299
299
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
300
300
  },
301
301
  /**
302
- * 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\"
302
+ * 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.
303
303
  * @summary List claim partners
304
304
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
305
305
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -327,7 +327,7 @@ export const ClaimPartnersApiFactory = function (configuration?: Configuration,
327
327
  const localVarFp = ClaimPartnersApiFp(configuration)
328
328
  return {
329
329
  /**
330
- * This will create a claim partner. **Required Permissions** \"claim-management.partners.create\"
330
+ * This will create a claim partner.
331
331
  * @summary Create the claim partner
332
332
  * @param {string} claimCode Unique identifier for the claim object.
333
333
  * @param {CreateClaimPartnerRequestDto} createClaimPartnerRequestDto
@@ -339,7 +339,7 @@ export const ClaimPartnersApiFactory = function (configuration?: Configuration,
339
339
  return localVarFp.createClaimPartner(claimCode, createClaimPartnerRequestDto, authorization, options).then((request) => request(axios, basePath));
340
340
  },
341
341
  /**
342
- * 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\"
342
+ * Permanently deletes the claim partner. Supply the unique id that was returned when you created the claim partner and this will delete it.
343
343
  * @summary Delete the claim partner
344
344
  * @param {number} id
345
345
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -350,7 +350,7 @@ export const ClaimPartnersApiFactory = function (configuration?: Configuration,
350
350
  return localVarFp.deleteClaimPartner(id, authorization, options).then((request) => request(axios, basePath));
351
351
  },
352
352
  /**
353
- * 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\"
353
+ * 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.
354
354
  * @summary Retrieve the claim partner
355
355
  * @param {number} id
356
356
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -361,7 +361,7 @@ export const ClaimPartnersApiFactory = function (configuration?: Configuration,
361
361
  return localVarFp.getClaimPartner(id, authorization, options).then((request) => request(axios, basePath));
362
362
  },
363
363
  /**
364
- * 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\"
364
+ * 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.
365
365
  * @summary List claim partners
366
366
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
367
367
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -521,7 +521,7 @@ export interface ClaimPartnersApiListClaimPartnersRequest {
521
521
  */
522
522
  export class ClaimPartnersApi extends BaseAPI {
523
523
  /**
524
- * This will create a claim partner. **Required Permissions** \"claim-management.partners.create\"
524
+ * This will create a claim partner.
525
525
  * @summary Create the claim partner
526
526
  * @param {ClaimPartnersApiCreateClaimPartnerRequest} requestParameters Request parameters.
527
527
  * @param {*} [options] Override http request option.
@@ -533,7 +533,7 @@ export class ClaimPartnersApi extends BaseAPI {
533
533
  }
534
534
 
535
535
  /**
536
- * 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\"
536
+ * Permanently deletes the claim partner. Supply the unique id that was returned when you created the claim partner and this will delete it.
537
537
  * @summary Delete the claim partner
538
538
  * @param {ClaimPartnersApiDeleteClaimPartnerRequest} requestParameters Request parameters.
539
539
  * @param {*} [options] Override http request option.
@@ -545,7 +545,7 @@ export class ClaimPartnersApi extends BaseAPI {
545
545
  }
546
546
 
547
547
  /**
548
- * 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\"
548
+ * 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.
549
549
  * @summary Retrieve the claim partner
550
550
  * @param {ClaimPartnersApiGetClaimPartnerRequest} requestParameters Request parameters.
551
551
  * @param {*} [options] Override http request option.
@@ -557,7 +557,7 @@ export class ClaimPartnersApi extends BaseAPI {
557
557
  }
558
558
 
559
559
  /**
560
- * 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\"
560
+ * 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.
561
561
  * @summary List claim partners
562
562
  * @param {ClaimPartnersApiListClaimPartnersRequest} requestParameters Request parameters.
563
563
  * @param {*} [options] Override http request option.
@@ -35,7 +35,7 @@ import { UpdateRegulationItemRequestDtoRest } from '../models';
35
35
  export const ClaimRegulationsApiAxiosParamCreator = function (configuration?: Configuration) {
36
36
  return {
37
37
  /**
38
- * This endpoint will create a new regulation item for a claim **Required Permissions** \"claim-management.regulations.create\"
38
+ * This endpoint will create a new regulation item for a claim
39
39
  * @summary Create the claim regulation item
40
40
  * @param {CreateRegulationItemRequestDto} createRegulationItemRequestDto
41
41
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -82,7 +82,7 @@ export const ClaimRegulationsApiAxiosParamCreator = function (configuration?: Co
82
82
  };
83
83
  },
84
84
  /**
85
- * This will delete the regulation item identified by the code. **Required Permissions** \"claim-management.regulations.delete\"
85
+ * This will delete the regulation item identified by the code.
86
86
  * @summary Delete the claim regulation item
87
87
  * @param {string} code Unique identifier for the object.
88
88
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -127,7 +127,7 @@ export const ClaimRegulationsApiAxiosParamCreator = function (configuration?: Co
127
127
  };
128
128
  },
129
129
  /**
130
- * 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\"
130
+ * 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.
131
131
  * @summary Retrieve the claim regulation item
132
132
  * @param {string} code
133
133
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -177,7 +177,7 @@ export const ClaimRegulationsApiAxiosParamCreator = function (configuration?: Co
177
177
  };
178
178
  },
179
179
  /**
180
- * 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\"
180
+ * 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.
181
181
  * @summary List claim regulation items
182
182
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
183
183
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -253,7 +253,7 @@ export const ClaimRegulationsApiAxiosParamCreator = function (configuration?: Co
253
253
  };
254
254
  },
255
255
  /**
256
- * 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\"
256
+ * 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.
257
257
  * @summary Update the claim regulation item
258
258
  * @param {string} code Unique identifier for the object.
259
259
  * @param {UpdateRegulationItemRequestDtoRest} updateRegulationItemRequestDtoRest
@@ -314,7 +314,7 @@ export const ClaimRegulationsApiFp = function(configuration?: Configuration) {
314
314
  const localVarAxiosParamCreator = ClaimRegulationsApiAxiosParamCreator(configuration)
315
315
  return {
316
316
  /**
317
- * This endpoint will create a new regulation item for a claim **Required Permissions** \"claim-management.regulations.create\"
317
+ * This endpoint will create a new regulation item for a claim
318
318
  * @summary Create the claim regulation item
319
319
  * @param {CreateRegulationItemRequestDto} createRegulationItemRequestDto
320
320
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -326,7 +326,7 @@ export const ClaimRegulationsApiFp = function(configuration?: Configuration) {
326
326
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
327
327
  },
328
328
  /**
329
- * This will delete the regulation item identified by the code. **Required Permissions** \"claim-management.regulations.delete\"
329
+ * This will delete the regulation item identified by the code.
330
330
  * @summary Delete the claim regulation item
331
331
  * @param {string} code Unique identifier for the object.
332
332
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -338,7 +338,7 @@ export const ClaimRegulationsApiFp = function(configuration?: Configuration) {
338
338
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
339
339
  },
340
340
  /**
341
- * 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\"
341
+ * 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.
342
342
  * @summary Retrieve the claim regulation item
343
343
  * @param {string} code
344
344
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -351,7 +351,7 @@ export const ClaimRegulationsApiFp = function(configuration?: Configuration) {
351
351
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
352
352
  },
353
353
  /**
354
- * 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\"
354
+ * 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.
355
355
  * @summary List claim regulation items
356
356
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
357
357
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -369,7 +369,7 @@ export const ClaimRegulationsApiFp = function(configuration?: Configuration) {
369
369
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
370
370
  },
371
371
  /**
372
- * 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\"
372
+ * 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.
373
373
  * @summary Update the claim regulation item
374
374
  * @param {string} code Unique identifier for the object.
375
375
  * @param {UpdateRegulationItemRequestDtoRest} updateRegulationItemRequestDtoRest
@@ -392,7 +392,7 @@ export const ClaimRegulationsApiFactory = function (configuration?: Configuratio
392
392
  const localVarFp = ClaimRegulationsApiFp(configuration)
393
393
  return {
394
394
  /**
395
- * This endpoint will create a new regulation item for a claim **Required Permissions** \"claim-management.regulations.create\"
395
+ * This endpoint will create a new regulation item for a claim
396
396
  * @summary Create the claim regulation item
397
397
  * @param {CreateRegulationItemRequestDto} createRegulationItemRequestDto
398
398
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -403,7 +403,7 @@ export const ClaimRegulationsApiFactory = function (configuration?: Configuratio
403
403
  return localVarFp.createClaimRegulation(createRegulationItemRequestDto, authorization, options).then((request) => request(axios, basePath));
404
404
  },
405
405
  /**
406
- * This will delete the regulation item identified by the code. **Required Permissions** \"claim-management.regulations.delete\"
406
+ * This will delete the regulation item identified by the code.
407
407
  * @summary Delete the claim regulation item
408
408
  * @param {string} code Unique identifier for the object.
409
409
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -414,7 +414,7 @@ export const ClaimRegulationsApiFactory = function (configuration?: Configuratio
414
414
  return localVarFp.deleteClaimRegulations(code, authorization, options).then((request) => request(axios, basePath));
415
415
  },
416
416
  /**
417
- * 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\"
417
+ * 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.
418
418
  * @summary Retrieve the claim regulation item
419
419
  * @param {string} code
420
420
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -426,7 +426,7 @@ export const ClaimRegulationsApiFactory = function (configuration?: Configuratio
426
426
  return localVarFp.getClaimRegulation(code, authorization, expand, options).then((request) => request(axios, basePath));
427
427
  },
428
428
  /**
429
- * 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\"
429
+ * 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.
430
430
  * @summary List claim regulation items
431
431
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
432
432
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -443,7 +443,7 @@ export const ClaimRegulationsApiFactory = function (configuration?: Configuratio
443
443
  return localVarFp.listClaimRegulations(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then((request) => request(axios, basePath));
444
444
  },
445
445
  /**
446
- * 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\"
446
+ * 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.
447
447
  * @summary Update the claim regulation item
448
448
  * @param {string} code Unique identifier for the object.
449
449
  * @param {UpdateRegulationItemRequestDtoRest} updateRegulationItemRequestDtoRest
@@ -626,7 +626,7 @@ export interface ClaimRegulationsApiUpdateClaimRegulationRequest {
626
626
  */
627
627
  export class ClaimRegulationsApi extends BaseAPI {
628
628
  /**
629
- * This endpoint will create a new regulation item for a claim **Required Permissions** \"claim-management.regulations.create\"
629
+ * This endpoint will create a new regulation item for a claim
630
630
  * @summary Create the claim regulation item
631
631
  * @param {ClaimRegulationsApiCreateClaimRegulationRequest} requestParameters Request parameters.
632
632
  * @param {*} [options] Override http request option.
@@ -638,7 +638,7 @@ export class ClaimRegulationsApi extends BaseAPI {
638
638
  }
639
639
 
640
640
  /**
641
- * This will delete the regulation item identified by the code. **Required Permissions** \"claim-management.regulations.delete\"
641
+ * This will delete the regulation item identified by the code.
642
642
  * @summary Delete the claim regulation item
643
643
  * @param {ClaimRegulationsApiDeleteClaimRegulationsRequest} requestParameters Request parameters.
644
644
  * @param {*} [options] Override http request option.
@@ -650,7 +650,7 @@ export class ClaimRegulationsApi extends BaseAPI {
650
650
  }
651
651
 
652
652
  /**
653
- * 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\"
653
+ * 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.
654
654
  * @summary Retrieve the claim regulation item
655
655
  * @param {ClaimRegulationsApiGetClaimRegulationRequest} requestParameters Request parameters.
656
656
  * @param {*} [options] Override http request option.
@@ -662,7 +662,7 @@ export class ClaimRegulationsApi extends BaseAPI {
662
662
  }
663
663
 
664
664
  /**
665
- * 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\"
665
+ * 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.
666
666
  * @summary List claim regulation items
667
667
  * @param {ClaimRegulationsApiListClaimRegulationsRequest} requestParameters Request parameters.
668
668
  * @param {*} [options] Override http request option.
@@ -674,7 +674,7 @@ export class ClaimRegulationsApi extends BaseAPI {
674
674
  }
675
675
 
676
676
  /**
677
- * 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\"
677
+ * 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.
678
678
  * @summary Update the claim regulation item
679
679
  * @param {ClaimRegulationsApiUpdateClaimRegulationRequest} requestParameters Request parameters.
680
680
  * @param {*} [options] Override http request option.