@servicelabsco/slabs-access-manager 0.1.212 → 0.1.214

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.
@@ -83,7 +83,7 @@ let SlabsService = class SlabsService {
83
83
  async getGstinsFromPan(pan) {
84
84
  const options = {
85
85
  method: 'GET',
86
- url: `vendor/pan/${pan}/gstins`,
86
+ url: `vendor/gst/${pan}/gstins`,
87
87
  };
88
88
  return this.fetchData(options);
89
89
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicelabsco/slabs-access-manager",
3
- "version": "0.1.212",
3
+ "version": "0.1.214",
4
4
  "description": "Support for application level menus and dashboards",
5
5
  "author": "Hemant Kumar Sah <hemantanshu@gmail.com>",
6
6
  "license": "MIT",