@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.
@@ -94,6 +94,14 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
94
94
  {
95
95
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
96
96
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
97
+ },
98
+ {
99
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
100
+ destPath: "/v2/bulk/bookings"
101
+ },
102
+ {
103
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
104
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
97
105
  }
98
106
  ],
99
107
  "manage._base_domain_": [
@@ -138,6 +146,14 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
138
146
  {
139
147
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
140
148
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
149
+ },
150
+ {
151
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
152
+ destPath: "/v2/bulk/bookings"
153
+ },
154
+ {
155
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
156
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
141
157
  }
142
158
  ],
143
159
  "www._base_domain_": [
@@ -192,6 +208,14 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
192
208
  {
193
209
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
194
210
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
211
+ },
212
+ {
213
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
214
+ destPath: "/v2/bulk/bookings"
215
+ },
216
+ {
217
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
218
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
195
219
  }
196
220
  ]
197
221
  };
@@ -223,6 +247,14 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
223
247
  {
224
248
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
225
249
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
250
+ },
251
+ {
252
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
253
+ destPath: "/v2/bulk/bookings"
254
+ },
255
+ {
256
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
257
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
226
258
  }
227
259
  ],
228
260
  "manage._base_domain_": [
@@ -267,6 +299,14 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
267
299
  {
268
300
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
269
301
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
302
+ },
303
+ {
304
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
305
+ destPath: "/v2/bulk/bookings"
306
+ },
307
+ {
308
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
309
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
270
310
  }
271
311
  ],
272
312
  "www._base_domain_": [
@@ -321,6 +361,14 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
321
361
  {
322
362
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
323
363
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
364
+ },
365
+ {
366
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
367
+ destPath: "/v2/bulk/bookings"
368
+ },
369
+ {
370
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
371
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
324
372
  }
325
373
  ]
326
374
  };
@@ -353,6 +401,18 @@ function resolveComWixpressBookingsConfirmatorV2ConfirmatorUrl(opts) {
353
401
  srcPath: "/_api/bookings-confirmator/v2/bulk/bookings/confirmOrDecline",
354
402
  destPath: "/v2/bulk/bookings/confirmOrDecline"
355
403
  }
404
+ ],
405
+ "*.dev.wix-code.com": [
406
+ {
407
+ srcPath: "/bookings/v2/confirmation",
408
+ destPath: "/v2/confirmation"
409
+ }
410
+ ],
411
+ _: [
412
+ {
413
+ srcPath: "/bookings/v2/confirmation",
414
+ destPath: "/v2/confirmation"
415
+ }
356
416
  ]
357
417
  };
358
418
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));