fiscalia_bo-nest-helpers 1.5.8 → 1.5.9

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.
@@ -86,11 +86,11 @@ let MsFilesService = class MsFilesService {
86
86
  }
87
87
  async getZipCompressFileRename(data, headers = {}) {
88
88
  headers['Content-Type'] = 'application/json';
89
- return this.msFileRequest({ url: '/v1/zip/compress/files/rename', method: 'POST', data }, headers);
89
+ return this.msFileRequest({ url: '/v2/zip/compress/files/rename', method: 'POST', data }, headers);
90
90
  }
91
91
  async getZipCompressFileUrl(data, headers = {}) {
92
92
  headers['Content-Type'] = 'application/json';
93
- return this.msFileRequest({ url: '/v2/zip/compress/files/url', method: 'POST', data }, headers);
93
+ return this.msFileRequest({ url: '/v1/zip/compress/files/url', method: 'POST', data }, headers);
94
94
  }
95
95
  async incrementCounter(data, headers = {}) {
96
96
  if (data.aprobadoAdsib === false && data.aprobadoAgetic === false) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fiscalia_bo-nest-helpers",
3
- "version": "1.5.8",
3
+ "version": "1.5.9",
4
4
  "description": "Helpers y servicios para NestJS",
5
5
  "author": "DNTIC - Ministerio Público",
6
6
  "contact": {