sysone-api-mapper 1.0.33 → 1.0.34

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.33",
3
+ "version": "1.0.34",
4
4
  "description": "Paquete mapper para portal de productores",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -174,7 +174,7 @@ export const tenantsConfig = {
174
174
  responseMapper: (response) => response,
175
175
  },
176
176
  },
177
- GET_SAVINGS_DISTRIBUTION: {
177
+ GET_QUOTATION_BENEFITS: {
178
178
  cnp: {
179
179
  url: 'party/v1/quotation-benefits',
180
180
  method: methods.GET,