sysone-api-mapper 1.0.157 → 1.0.158

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.
@@ -560,6 +560,14 @@ const policyModule = {
560
560
  responseMapper: (response) => (0, policy_1.getPolicyCollection)(response.data)
561
561
  },
562
562
  },
563
+ GET_COLLECTION_STATUSES: {
564
+ default: {
565
+ url: "collection/v1/collection-statuses",
566
+ method: exports.methods.GET,
567
+ requestMapper: (request) => ({ mappedParams: request }),
568
+ responseMapper: (response) => response.data,
569
+ },
570
+ },
563
571
  GET_POLICY_HOME_COLLECTIVE_DETAIL: {
564
572
  default: {
565
573
  url: 'policy-home/v1/policies/{0}/details',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sysone-api-mapper",
3
- "version": "1.0.157",
3
+ "version": "1.0.158",
4
4
  "description": "Paquete mapper para portal de productores",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",