@eleva-io/erp-sdk 0.1.86 → 0.1.87

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.
@@ -5,7 +5,7 @@ const crud_1 = require("../../utils/crud");
5
5
  class TagsAPI extends crud_1.CRUD {
6
6
  constructor(httpClient, baseUrl, _tagId) {
7
7
  super(httpClient, {
8
- basePath: baseUrl,
8
+ basePath: `${baseUrl}/tags`,
9
9
  id: _tagId,
10
10
  });
11
11
  }
@@ -1 +1 @@
1
- {"version":3,"file":"api.js","sourceRoot":"","sources":["../../../../src/modules/tags/api.ts"],"names":[],"mappings":";;;AACA,2CAAuC;AAGvC,MAAa,OAAQ,SAAQ,WAAqC;IAChE,YAAY,UAAsB,EAAE,OAAe,EAAE,MAAe;QAClE,KAAK,CAAC,UAAU,EAAE;YAChB,QAAQ,EAAE,OAAO;YACjB,EAAE,EAAE,MAAM;SACX,CAAC,CAAA;IACJ,CAAC;CACF;AAPD,0BAOC"}
1
+ {"version":3,"file":"api.js","sourceRoot":"","sources":["../../../../src/modules/tags/api.ts"],"names":[],"mappings":";;;AACA,2CAAuC;AAGvC,MAAa,OAAQ,SAAQ,WAAqC;IAChE,YAAY,UAAsB,EAAE,OAAe,EAAE,MAAe;QAClE,KAAK,CAAC,UAAU,EAAE;YAChB,QAAQ,EAAE,GAAG,OAAO,OAAO;YAC3B,EAAE,EAAE,MAAM;SACX,CAAC,CAAA;IACJ,CAAC;CACF;AAPD,0BAOC"}
@@ -2,7 +2,7 @@ import { CRUD } from '../../utils/crud';
2
2
  export class TagsAPI extends CRUD {
3
3
  constructor(httpClient, baseUrl, _tagId) {
4
4
  super(httpClient, {
5
- basePath: baseUrl,
5
+ basePath: `${baseUrl}/tags`,
6
6
  id: _tagId,
7
7
  });
8
8
  }
@@ -1 +1 @@
1
- {"version":3,"file":"api.js","sourceRoot":"","sources":["../../../../src/modules/tags/api.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAA;AAGvC,MAAM,OAAO,OAAQ,SAAQ,IAAqC;IAChE,YAAY,UAAsB,EAAE,OAAe,EAAE,MAAe;QAClE,KAAK,CAAC,UAAU,EAAE;YAChB,QAAQ,EAAE,OAAO;YACjB,EAAE,EAAE,MAAM;SACX,CAAC,CAAA;IACJ,CAAC;CACF"}
1
+ {"version":3,"file":"api.js","sourceRoot":"","sources":["../../../../src/modules/tags/api.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAA;AAGvC,MAAM,OAAO,OAAQ,SAAQ,IAAqC;IAChE,YAAY,UAAsB,EAAE,OAAe,EAAE,MAAe;QAClE,KAAK,CAAC,UAAU,EAAE;YAChB,QAAQ,EAAE,GAAG,OAAO,OAAO;YAC3B,EAAE,EAAE,MAAM;SACX,CAAC,CAAA;IACJ,CAAC;CACF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eleva-io/erp-sdk",
3
- "version": "0.1.86",
3
+ "version": "0.1.87",
4
4
  "description": "SDK oficial para el ERP de Eleva",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",