api-client-fideicomisos 1.5.0 → 1.6.0

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.
package/dist/client.d.ts CHANGED
@@ -190,8 +190,6 @@ export function client(options: any): {
190
190
  }) => any;
191
191
  };
192
192
  blog: {
193
- getBlogSection: any;
194
- updateBlogSection: any;
195
193
  getByIdBlog: ({ blogId }: {
196
194
  blogId: any;
197
195
  }) => any;
@@ -2,8 +2,6 @@ export = companies;
2
2
  declare function companies({ client }: {
3
3
  client: any;
4
4
  }): {
5
- getBlogSection: any;
6
- updateBlogSection: any;
7
5
  getByIdBlog: ({ blogId }: {
8
6
  blogId: any;
9
7
  }) => any;
@@ -297,8 +297,6 @@ function companies(_ref) {
297
297
  });
298
298
  }
299
299
  return {
300
- getBlogSection: getBlogSection,
301
- updateBlogSection: updateBlogSection,
302
300
  getByIdBlog: getByIdBlog,
303
301
  getAllBlogs: getAllBlogs,
304
302
  updateBlog: updateBlog,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "api-client-fideicomisos",
3
- "version": "1.5.0",
3
+ "version": "1.6.0",
4
4
  "description": "Api client Banco Provincia Fideicomisos",
5
5
  "homepage": "https://github.com/TeoCoop/api-client-fideicomisos.git",
6
6
  "bugs": {
@@ -257,8 +257,6 @@ function companies({ client }) {
257
257
  });
258
258
  }
259
259
  return {
260
- getBlogSection,
261
- updateBlogSection,
262
260
  getByIdBlog,
263
261
  getAllBlogs,
264
262
  updateBlog,