cemiar-epic-service-common 1.0.120 → 1.0.121

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.
@@ -285,7 +285,7 @@ class EpicService extends BaseEpicService_1.default {
285
285
  return await this.post('generalLedgerBank', payload);
286
286
  }
287
287
  async getAdditionalInterests(queryParams) {
288
- return this.get('additionalinterests', queryParams);
288
+ return this.get('personalAuto/additionalinterests', queryParams);
289
289
  }
290
290
  }
291
291
  exports.default = EpicService;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cemiar-epic-service-common",
3
- "version": "1.0.120",
3
+ "version": "1.0.121",
4
4
  "description": "Cemiar package to handle epic service",
5
5
  "engines": {
6
6
  "npm": ">=9.5.1",