@wix/auto_sdk_bookings_bookings 1.0.76 → 1.0.78

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.
@@ -424,12 +424,20 @@ function resolveComWixpressBookingsConfirmatorV2ConfirmatorUrl(opts) {
424
424
  {
425
425
  srcPath: "/bookings/v2/confirmation",
426
426
  destPath: "/v2/confirmation"
427
+ },
428
+ {
429
+ srcPath: "/bookings/v2/bulk/bookings",
430
+ destPath: "/v2/bulk/bookings"
427
431
  }
428
432
  ],
429
433
  _: [
430
434
  {
431
435
  srcPath: "/bookings/v2/confirmation",
432
436
  destPath: "/v2/confirmation"
437
+ },
438
+ {
439
+ srcPath: "/bookings/v2/bulk/bookings",
440
+ destPath: "/v2/bulk/bookings"
433
441
  }
434
442
  ]
435
443
  };