@wix/auto_sdk_bookings_bookings 1.0.46 → 1.0.47
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
|
@@ -103,6 +103,10 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
|
|
|
103
103
|
{
|
|
104
104
|
srcPath: "/bookings/v2/bulk/bookings",
|
|
105
105
|
destPath: "/v2/bulk/bookings"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
srcPath: "/_api/bookings-service/v2/multi_service_bookings",
|
|
109
|
+
destPath: "/v2/multi_service_bookings"
|
|
106
110
|
}
|
|
107
111
|
],
|
|
108
112
|
"www._base_domain_": [
|
|
@@ -204,6 +208,10 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
|
|
|
204
208
|
{
|
|
205
209
|
srcPath: "/bookings/v2/bulk/bookings",
|
|
206
210
|
destPath: "/v2/bulk/bookings"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
srcPath: "/_api/bookings-service/v2/multi_service_bookings",
|
|
214
|
+
destPath: "/v2/multi_service_bookings"
|
|
207
215
|
}
|
|
208
216
|
],
|
|
209
217
|
"www._base_domain_": [
|