@lifestreamdynamics/booking-widget 0.1.6 → 0.1.7

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -65,7 +65,7 @@ element.addEventListener('lsv-booking-submitted', (event) => {
65
65
 
66
66
  | Field | Type | Description |
67
67
  |--------------|----------|------------------------------------|
68
- | `bookingId` | `string` | ID of the created booking. |
68
+ | `bookingId` | `string` | Currently always an empty string (the public booking-confirm endpoint does not return a booking ID). |
69
69
  | `startAt` | `string` | ISO 8601 start timestamp. |
70
70
  | `endAt` | `string` | ISO 8601 end timestamp. |
71
71
  | `slotTitle` | `string` | Title of the booked slot. |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifestreamdynamics/booking-widget",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Embeddable booking widget Web Component for Lifestream Vault",
5
5
  "engines": {
6
6
  "node": ">=22"