sysone-api-mapper 1.0.132 → 1.0.133

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sysone-api-mapper",
3
- "version": "1.0.132",
3
+ "version": "1.0.133",
4
4
  "description": "Paquete mapper para portal de productores",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -486,7 +486,7 @@ const policyModule = {
486
486
 
487
487
  GET_INSUREDS: {
488
488
  default: {
489
- url: 'policy-life/v1/policies/{0}/insureds',
489
+ url: '{0}/v1/policies/{1}/insureds',
490
490
  method: methods.GET,
491
491
  source: 'https://apidoc.sysone.com/policy-life/v1/open-api.html#/paths/~1v1~1policies~1%7Bcode%7D~1insureds/get',
492
492
  requestMapper: (request) => ({ mappedParams: request }),