@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.cjs
CHANGED
|
@@ -1635,7 +1635,7 @@ var BookingService = class {
|
|
|
1635
1635
|
});
|
|
1636
1636
|
}
|
|
1637
1637
|
async cancelBooking(bookingId, jwt) {
|
|
1638
|
-
await this.client.
|
|
1638
|
+
await this.client.patch({
|
|
1639
1639
|
url: `/booking/${bookingId}/cancel`,
|
|
1640
1640
|
jwt
|
|
1641
1641
|
});
|
|
@@ -2406,7 +2406,7 @@ var VitalFit = class _VitalFit {
|
|
|
2406
2406
|
return _VitalFit.instance;
|
|
2407
2407
|
}
|
|
2408
2408
|
version() {
|
|
2409
|
-
return "0.3.
|
|
2409
|
+
return "0.3.2";
|
|
2410
2410
|
}
|
|
2411
2411
|
};
|
|
2412
2412
|
// Annotate the CommonJS export names for ESM import in node:
|