@wix/auto_sdk_bookings_bookings 1.0.69 → 1.0.71
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 +2 -2
- package/build/cjs/index.js +0 -24
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +35 -3
- package/build/cjs/index.typings.js +0 -24
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +33 -1
- package/build/cjs/meta.js +0 -24
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs +0 -24
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +35 -3
- package/build/es/index.typings.mjs +0 -24
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +33 -1
- package/build/es/meta.mjs +0 -24
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js +0 -24
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +35 -3
- package/build/internal/cjs/index.typings.js +0 -24
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +33 -1
- package/build/internal/cjs/meta.js +0 -24
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs +0 -24
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +35 -3
- package/build/internal/es/index.typings.mjs +0 -24
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +33 -1
- package/build/internal/es/meta.mjs +0 -24
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.d.ts
CHANGED
|
@@ -575,7 +575,7 @@ interface CreateMultiServiceBookingSignature {
|
|
|
575
575
|
*
|
|
576
576
|
* ### When to call this method
|
|
577
577
|
*
|
|
578
|
-
* Create sequential appointments where customers book related services together. For adding existing single-service bookings to an existing multi-service booking, call Add Bookings to Multi Service Booking ([SDK](https://dev.wix.com/docs/
|
|
578
|
+
* Create sequential appointments where customers book related services together. For adding existing single-service bookings to an existing multi-service booking, call Add Bookings to Multi Service Booking ([SDK](https://dev.wix.com/docs/api-reference/business-solutions/bookings/bookings/bookings-writer-v2/add-bookings-to-multi-service-booking?apiView=SDK) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/bookings/bookings-writer-v2/add-bookings-to-multi-service-booking)) instead.
|
|
579
579
|
*
|
|
580
580
|
* ### Requirements and behavior
|
|
581
581
|
*
|
|
@@ -583,7 +583,7 @@ interface CreateMultiServiceBookingSignature {
|
|
|
583
583
|
*
|
|
584
584
|
* __Timing specification__: You must provide complete `slot` details (`scheduleId`, `startDate`, `endDate`) for each single-service booking. Wix Bookings validates sequential timing but doesn't auto-calculate it.
|
|
585
585
|
*
|
|
586
|
-
* __Package pricing__: The total price equals the sum of individual services. Wix Bookings automatically syncs the payment status from the corresponding Wix eCommerce order ([SDK](https://dev.wix.com/docs/
|
|
586
|
+
* __Package pricing__: The total price equals the sum of individual services. Wix Bookings automatically syncs the payment status from the corresponding Wix eCommerce order ([SDK](https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/orders/introduction?apiView=SDK) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/orders/introduction)) if the customer paid via an eCommerce checkout ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/introduction) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
|
|
587
587
|
*
|
|
588
588
|
* __Package notifications__: Customers receive 1 unified notification for the entire multi-service booking. Wix Bookings doesn't send notifications for the package's individual single-service bookings.
|
|
589
589
|
*
|
package/build/cjs/index.js
CHANGED
|
@@ -104,10 +104,6 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
|
|
|
104
104
|
{
|
|
105
105
|
srcPath: "/_api/bookings-service/v2/bulk/multi_service_bookings",
|
|
106
106
|
destPath: "/v2/bulk/multi_service_bookings"
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
|
|
110
|
-
destPath: "/v2/multi_service_bookings"
|
|
111
107
|
}
|
|
112
108
|
],
|
|
113
109
|
"manage._base_domain_": [
|
|
@@ -144,10 +140,6 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
|
|
|
144
140
|
{
|
|
145
141
|
srcPath: "/_api/bookings-service/v2/multi_service_bookings",
|
|
146
142
|
destPath: "/v2/multi_service_bookings"
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
|
|
150
|
-
destPath: "/v2/multi_service_bookings"
|
|
151
143
|
}
|
|
152
144
|
],
|
|
153
145
|
"www._base_domain_": [
|
|
@@ -194,10 +186,6 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
|
|
|
194
186
|
{
|
|
195
187
|
srcPath: "/_api/bookings-service",
|
|
196
188
|
destPath: "/v2/bookings"
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
|
|
200
|
-
destPath: "/v2/multi_service_bookings"
|
|
201
189
|
}
|
|
202
190
|
]
|
|
203
191
|
};
|
|
@@ -221,10 +209,6 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
|
|
|
221
209
|
{
|
|
222
210
|
srcPath: "/_api/bookings-service/v2/bulk/multi_service_bookings",
|
|
223
211
|
destPath: "/v2/bulk/multi_service_bookings"
|
|
224
|
-
},
|
|
225
|
-
{
|
|
226
|
-
srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
|
|
227
|
-
destPath: "/v2/multi_service_bookings"
|
|
228
212
|
}
|
|
229
213
|
],
|
|
230
214
|
"manage._base_domain_": [
|
|
@@ -261,10 +245,6 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
|
|
|
261
245
|
{
|
|
262
246
|
srcPath: "/_api/bookings-service/v2/multi_service_bookings",
|
|
263
247
|
destPath: "/v2/multi_service_bookings"
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
|
|
267
|
-
destPath: "/v2/multi_service_bookings"
|
|
268
248
|
}
|
|
269
249
|
],
|
|
270
250
|
"www._base_domain_": [
|
|
@@ -311,10 +291,6 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
|
|
|
311
291
|
{
|
|
312
292
|
srcPath: "/_api/bookings-service",
|
|
313
293
|
destPath: "/v2/bookings"
|
|
314
|
-
},
|
|
315
|
-
{
|
|
316
|
-
srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
|
|
317
|
-
destPath: "/v2/multi_service_bookings"
|
|
318
294
|
}
|
|
319
295
|
]
|
|
320
296
|
};
|