@wix/auto_sdk_bookings_bookings 1.0.72 → 1.0.73
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 +0 -12
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +0 -12
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +0 -12
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +0 -12
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +0 -12
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +0 -12
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +0 -12
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +0 -12
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +0 -12
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +0 -12
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +0 -12
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +0 -12
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -121,12 +121,6 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
|
|
|
121
121
|
srcPath: "/_api/bookings-service",
|
|
122
122
|
destPath: "/v2/bookings"
|
|
123
123
|
}
|
|
124
|
-
],
|
|
125
|
-
"api._api_base_domain_": [
|
|
126
|
-
{
|
|
127
|
-
srcPath: "/bookings-service",
|
|
128
|
-
destPath: ""
|
|
129
|
-
}
|
|
130
124
|
]
|
|
131
125
|
};
|
|
132
126
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|
|
@@ -232,12 +226,6 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
|
|
|
232
226
|
srcPath: "/_api/bookings-service",
|
|
233
227
|
destPath: "/v2/bookings"
|
|
234
228
|
}
|
|
235
|
-
],
|
|
236
|
-
"api._api_base_domain_": [
|
|
237
|
-
{
|
|
238
|
-
srcPath: "/bookings-service",
|
|
239
|
-
destPath: ""
|
|
240
|
-
}
|
|
241
229
|
]
|
|
242
230
|
};
|
|
243
231
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|