@wix/auto_sdk_bookings_bookings 1.0.74 → 1.0.76

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.
@@ -98,6 +98,14 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
98
98
  {
99
99
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
100
100
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
101
+ },
102
+ {
103
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
104
+ destPath: "/v2/bulk/bookings"
105
+ },
106
+ {
107
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
108
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
101
109
  }
102
110
  ],
103
111
  "manage._base_domain_": [
@@ -142,6 +150,14 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
142
150
  {
143
151
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
144
152
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
153
+ },
154
+ {
155
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
156
+ destPath: "/v2/bulk/bookings"
157
+ },
158
+ {
159
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
160
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
145
161
  }
146
162
  ],
147
163
  "www._base_domain_": [
@@ -196,6 +212,14 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
196
212
  {
197
213
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
198
214
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
215
+ },
216
+ {
217
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
218
+ destPath: "/v2/bulk/bookings"
219
+ },
220
+ {
221
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
222
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
199
223
  }
200
224
  ]
201
225
  };
@@ -227,6 +251,14 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
227
251
  {
228
252
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
229
253
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
254
+ },
255
+ {
256
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
257
+ destPath: "/v2/bulk/bookings"
258
+ },
259
+ {
260
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
261
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
230
262
  }
231
263
  ],
232
264
  "manage._base_domain_": [
@@ -271,6 +303,14 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
271
303
  {
272
304
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
273
305
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
306
+ },
307
+ {
308
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
309
+ destPath: "/v2/bulk/bookings"
310
+ },
311
+ {
312
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
313
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
274
314
  }
275
315
  ],
276
316
  "www._base_domain_": [
@@ -325,6 +365,14 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
325
365
  {
326
366
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
327
367
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
368
+ },
369
+ {
370
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
371
+ destPath: "/v2/bulk/bookings"
372
+ },
373
+ {
374
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
375
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
328
376
  }
329
377
  ]
330
378
  };
@@ -357,6 +405,18 @@ function resolveComWixpressBookingsConfirmatorV2ConfirmatorUrl(opts) {
357
405
  srcPath: "/_api/bookings-confirmator/v2/bulk/bookings/confirmOrDecline",
358
406
  destPath: "/v2/bulk/bookings/confirmOrDecline"
359
407
  }
408
+ ],
409
+ "*.dev.wix-code.com": [
410
+ {
411
+ srcPath: "/bookings/v2/confirmation",
412
+ destPath: "/v2/confirmation"
413
+ }
414
+ ],
415
+ _: [
416
+ {
417
+ srcPath: "/bookings/v2/confirmation",
418
+ destPath: "/v2/confirmation"
419
+ }
360
420
  ]
361
421
  };
362
422
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));