@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.
@@ -358,12 +358,20 @@ function resolveComWixpressBookingsConfirmatorV2ConfirmatorUrl(opts) {
358
358
  {
359
359
  srcPath: "/bookings/v2/confirmation",
360
360
  destPath: "/v2/confirmation"
361
+ },
362
+ {
363
+ srcPath: "/bookings/v2/bulk/bookings",
364
+ destPath: "/v2/bulk/bookings"
361
365
  }
362
366
  ],
363
367
  _: [
364
368
  {
365
369
  srcPath: "/bookings/v2/confirmation",
366
370
  destPath: "/v2/confirmation"
371
+ },
372
+ {
373
+ srcPath: "/bookings/v2/bulk/bookings",
374
+ destPath: "/v2/bulk/bookings"
367
375
  }
368
376
  ]
369
377
  };