@wix/auto_sdk_bookings_bookings 1.0.199 → 1.0.201
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 +4 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +4 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +4 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +4 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +4 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +4 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +4 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +4 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +4 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +4 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +4 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +4 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -436,6 +436,10 @@ function resolveWixBookingsAnonymousActionsV1AnonymousBookingActionsServiceUrl(o
|
|
|
436
436
|
{
|
|
437
437
|
srcPath: "/_api/v1/anonymous-bookings",
|
|
438
438
|
destPath: "/v1/anonymous-bookings"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
srcPath: "/v1/anonymous-multi-service-bookings",
|
|
442
|
+
destPath: "/v1/anonymous-multi-service-bookings"
|
|
439
443
|
}
|
|
440
444
|
],
|
|
441
445
|
_: [
|