@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.
- package/build/cjs/index.js +8 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +8 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +8 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +8 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +8 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +8 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +8 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +8 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +8 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +8 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +8 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +8 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/meta.js
CHANGED
|
@@ -406,12 +406,20 @@ function resolveComWixpressBookingsConfirmatorV2ConfirmatorUrl(opts) {
|
|
|
406
406
|
{
|
|
407
407
|
srcPath: "/bookings/v2/confirmation",
|
|
408
408
|
destPath: "/v2/confirmation"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
srcPath: "/bookings/v2/bulk/bookings",
|
|
412
|
+
destPath: "/v2/bulk/bookings"
|
|
409
413
|
}
|
|
410
414
|
],
|
|
411
415
|
_: [
|
|
412
416
|
{
|
|
413
417
|
srcPath: "/bookings/v2/confirmation",
|
|
414
418
|
destPath: "/v2/confirmation"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
srcPath: "/bookings/v2/bulk/bookings",
|
|
422
|
+
destPath: "/v2/bulk/bookings"
|
|
415
423
|
}
|
|
416
424
|
]
|
|
417
425
|
};
|