@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.
@@ -344,12 +344,20 @@ function resolveComWixpressBookingsConfirmatorV2ConfirmatorUrl(opts) {
344
344
  {
345
345
  srcPath: "/bookings/v2/confirmation",
346
346
  destPath: "/v2/confirmation"
347
+ },
348
+ {
349
+ srcPath: "/bookings/v2/bulk/bookings",
350
+ destPath: "/v2/bulk/bookings"
347
351
  }
348
352
  ],
349
353
  _: [
350
354
  {
351
355
  srcPath: "/bookings/v2/confirmation",
352
356
  destPath: "/v2/confirmation"
357
+ },
358
+ {
359
+ srcPath: "/bookings/v2/bulk/bookings",
360
+ destPath: "/v2/bulk/bookings"
353
361
  }
354
362
  ]
355
363
  };