sysone-api-mapper 1.0.169 → 1.0.171

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.
@@ -121,6 +121,14 @@ const billingModule = {
121
121
  responseMapper: (response) => response
122
122
  },
123
123
  },
124
+ GET_BILLING_PAYMENT_STATUS: {
125
+ default: {
126
+ url: 'billing/v1/billing-payment-status',
127
+ method: exports.methods.GET,
128
+ requestMapper: (request) => ({ mappedParams: request }),
129
+ responseMapper: (response) => response.data,
130
+ },
131
+ }
124
132
  };
125
133
  // ============================================================================
126
134
  // INTERMEDIARY MODULE
@@ -736,9 +744,6 @@ const policyModule = {
736
744
  requestMapper: (request) => ({
737
745
  mappedParams: request,
738
746
  responseType: "arraybuffer",
739
- headers: {
740
- "Content-Type": "application/pdf",
741
- },
742
747
  }),
743
748
  responseMapper: (response) => response.data,
744
749
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sysone-api-mapper",
3
- "version": "1.0.169",
3
+ "version": "1.0.171",
4
4
  "description": "Paquete mapper para portal de productores",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",