@tec.pet/tecpet-sdk 0.0.52 → 0.0.53

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.
@@ -8,7 +8,7 @@ class BookingGuardService {
8
8
  }
9
9
  async validation(body, shopId) {
10
10
  try {
11
- return await this.api.post(`/bookingGuard`, body, shopId);
11
+ return await this.api.post(`/bookingGuard/validation`, body, shopId);
12
12
  }
13
13
  catch (error) {
14
14
  throw error;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tec.pet/tecpet-sdk",
3
- "version": "0.0.52",
3
+ "version": "0.0.53",
4
4
  "description": "TecPet SDK for integration with TecPet services",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",