@wix/auto_sdk_bookings_bookings 1.0.112 → 1.0.113
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/cjs/index.d.ts +3 -14
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +1 -13
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.d.mts +3 -14
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +1 -13
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +2 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +1 -1
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.d.mts +2 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +1 -1
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -5392,7 +5392,7 @@ declare function getBookingAnonymously(token: string): Promise<NonNullablePaths<
|
|
|
5392
5392
|
* Get scheduling URL for a service
|
|
5393
5393
|
* The scheduling URL can be shared with customers to allow them to book a service.
|
|
5394
5394
|
* @param serviceId - ID of the service for which to get the scheduling URL.
|
|
5395
|
-
* @
|
|
5395
|
+
* @internal
|
|
5396
5396
|
* @documentationMaturity preview
|
|
5397
5397
|
* @requiredField serviceId
|
|
5398
5398
|
* @permissionId BOOKINGS.ANONYMOUS_BOOKING_ACTIONS_READ
|