sysone-api-mapper 1.0.159 → 1.0.161

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.
@@ -102,6 +102,14 @@ const billingModule = {
102
102
  responseMapper: (response) => (0, billing_1.getBillingTypeResponse)(response.data),
103
103
  },
104
104
  },
105
+ BILLING_GET_BY_CODE: {
106
+ default: {
107
+ url: 'billing/v1/billing/{0}',
108
+ method: exports.methods.GET,
109
+ requestMapper: (request) => ({ mappedParams: request }),
110
+ responseMapper: (response) => response.data,
111
+ },
112
+ },
105
113
  };
106
114
  // ============================================================================
107
115
  // INTERMEDIARY MODULE
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sysone-api-mapper",
3
- "version": "1.0.159",
3
+ "version": "1.0.161",
4
4
  "description": "Paquete mapper para portal de productores",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",