@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.
- package/build/cjs/index.js +8 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +1 -0
- 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.d.mts +1 -0
- 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.d.ts +1 -0
- 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.d.mts +1 -0
- 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/es/index.mjs
CHANGED
|
@@ -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
|
};
|