@wix/auto_sdk_bookings_bookings 1.0.26 → 1.0.28
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/build/index.d.mts +1 -1
- package/build/index.d.ts +1 -1
- package/build/index.js.map +1 -1
- package/build/index.mjs.map +1 -1
- package/build/internal/index.d.mts +1 -1
- package/build/internal/index.d.ts +1 -1
- package/build/internal/index.js.map +1 -1
- package/build/internal/index.mjs.map +1 -1
- package/build/internal/meta.js.map +1 -1
- package/build/internal/meta.mjs.map +1 -1
- package/build/meta.js.map +1 -1
- package/build/meta.mjs.map +1 -1
- package/package.json +2 -2
- package/build/es/package.json +0 -3
package/build/index.d.mts
CHANGED
|
@@ -91,7 +91,7 @@ interface CreateBookingSignature {
|
|
|
91
91
|
* ## Course booking
|
|
92
92
|
*
|
|
93
93
|
* For course services, specify the course's schedule ID in `bookedEntity.schedule.scheduleId`.
|
|
94
|
-
* We recommend following [this sample flow](https://dev.wix.com/docs/rest/business-solutions/bookings/
|
|
94
|
+
* We recommend following [this sample flow](https://dev.wix.com/docs/rest/business-solutions/bookings/end-to-end-booking-flows#book-a-course)
|
|
95
95
|
* to minimize failed calls due to unavailability.
|
|
96
96
|
*
|
|
97
97
|
* ## Related resources
|
package/build/index.d.ts
CHANGED
|
@@ -91,7 +91,7 @@ interface CreateBookingSignature {
|
|
|
91
91
|
* ## Course booking
|
|
92
92
|
*
|
|
93
93
|
* For course services, specify the course's schedule ID in `bookedEntity.schedule.scheduleId`.
|
|
94
|
-
* We recommend following [this sample flow](https://dev.wix.com/docs/rest/business-solutions/bookings/
|
|
94
|
+
* We recommend following [this sample flow](https://dev.wix.com/docs/rest/business-solutions/bookings/end-to-end-booking-flows#book-a-course)
|
|
95
95
|
* to minimize failed calls due to unavailability.
|
|
96
96
|
*
|
|
97
97
|
* ## Related resources
|