sysone-api-mapper 1.0.163 → 1.0.164

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.
@@ -2704,7 +2704,7 @@ export namespace tenantsConfig {
2704
2704
  let source_61: string;
2705
2705
  export { source_61 as source };
2706
2706
  export function requestMapper_100(request: any): {
2707
- mappedParams: any;
2707
+ mappedBody: any;
2708
2708
  };
2709
2709
  export { requestMapper_100 as requestMapper };
2710
2710
  export function responseMapper_100(response: any): any;
@@ -401,7 +401,7 @@ const partyModule = {
401
401
  url: 'party/v1/parties/{0}/{1}/validation',
402
402
  method: exports.methods.POST,
403
403
  source: "https://apidoc.sysone.com/party/v1/open-api.html#/paths/~1v1~1parties~1%7Bidentification-type-code%7D~1%7Bidentification-value%7D~1validation/post",
404
- requestMapper: (request) => ({ mappedParams: request }),
404
+ requestMapper: (request) => ({ mappedBody: request }),
405
405
  responseMapper: (response) => response.data,
406
406
  },
407
407
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sysone-api-mapper",
3
- "version": "1.0.163",
3
+ "version": "1.0.164",
4
4
  "description": "Paquete mapper para portal de productores",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",