@vitalfit/sdk 0.3.1 → 0.3.2
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/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1595,7 +1595,7 @@ var BookingService = class {
|
|
|
1595
1595
|
});
|
|
1596
1596
|
}
|
|
1597
1597
|
async cancelBooking(bookingId, jwt) {
|
|
1598
|
-
await this.client.
|
|
1598
|
+
await this.client.patch({
|
|
1599
1599
|
url: `/booking/${bookingId}/cancel`,
|
|
1600
1600
|
jwt
|
|
1601
1601
|
});
|
|
@@ -2366,7 +2366,7 @@ var VitalFit = class _VitalFit {
|
|
|
2366
2366
|
return _VitalFit.instance;
|
|
2367
2367
|
}
|
|
2368
2368
|
version() {
|
|
2369
|
-
return "0.3.
|
|
2369
|
+
return "0.3.2";
|
|
2370
2370
|
}
|
|
2371
2371
|
};
|
|
2372
2372
|
export {
|