@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.
@@ -112,6 +112,14 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
112
112
  {
113
113
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
114
114
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
115
+ },
116
+ {
117
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
118
+ destPath: "/v2/bulk/bookings"
119
+ },
120
+ {
121
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
122
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
115
123
  }
116
124
  ],
117
125
  "manage._base_domain_": [
@@ -156,6 +164,14 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
156
164
  {
157
165
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
158
166
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
167
+ },
168
+ {
169
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
170
+ destPath: "/v2/bulk/bookings"
171
+ },
172
+ {
173
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
174
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
159
175
  }
160
176
  ],
161
177
  "www._base_domain_": [
@@ -210,6 +226,14 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
210
226
  {
211
227
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
212
228
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
229
+ },
230
+ {
231
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
232
+ destPath: "/v2/bulk/bookings"
233
+ },
234
+ {
235
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
236
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
213
237
  }
214
238
  ]
215
239
  };
@@ -241,6 +265,14 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
241
265
  {
242
266
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
243
267
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
268
+ },
269
+ {
270
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
271
+ destPath: "/v2/bulk/bookings"
272
+ },
273
+ {
274
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
275
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
244
276
  }
245
277
  ],
246
278
  "manage._base_domain_": [
@@ -285,6 +317,14 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
285
317
  {
286
318
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
287
319
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
320
+ },
321
+ {
322
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
323
+ destPath: "/v2/bulk/bookings"
324
+ },
325
+ {
326
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
327
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
288
328
  }
289
329
  ],
290
330
  "www._base_domain_": [
@@ -339,6 +379,14 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
339
379
  {
340
380
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
341
381
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
382
+ },
383
+ {
384
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
385
+ destPath: "/v2/bulk/bookings"
386
+ },
387
+ {
388
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
389
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
342
390
  }
343
391
  ]
344
392
  };
@@ -371,6 +419,18 @@ function resolveComWixpressBookingsConfirmatorV2ConfirmatorUrl(opts) {
371
419
  srcPath: "/_api/bookings-confirmator/v2/bulk/bookings/confirmOrDecline",
372
420
  destPath: "/v2/bulk/bookings/confirmOrDecline"
373
421
  }
422
+ ],
423
+ "*.dev.wix-code.com": [
424
+ {
425
+ srcPath: "/bookings/v2/confirmation",
426
+ destPath: "/v2/confirmation"
427
+ }
428
+ ],
429
+ _: [
430
+ {
431
+ srcPath: "/bookings/v2/confirmation",
432
+ destPath: "/v2/confirmation"
433
+ }
374
434
  ]
375
435
  };
376
436
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));