@wix/auto_sdk_bookings_bookings 1.0.76 → 1.0.77

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.
@@ -410,12 +410,20 @@ function resolveComWixpressBookingsConfirmatorV2ConfirmatorUrl(opts) {
410
410
  {
411
411
  srcPath: "/bookings/v2/confirmation",
412
412
  destPath: "/v2/confirmation"
413
+ },
414
+ {
415
+ srcPath: "/bookings/v2/bulk/bookings",
416
+ destPath: "/v2/bulk/bookings"
413
417
  }
414
418
  ],
415
419
  _: [
416
420
  {
417
421
  srcPath: "/bookings/v2/confirmation",
418
422
  destPath: "/v2/confirmation"
423
+ },
424
+ {
425
+ srcPath: "/bookings/v2/bulk/bookings",
426
+ destPath: "/v2/bulk/bookings"
419
427
  }
420
428
  ]
421
429
  };