@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
|
@@ -114,12 +114,6 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
|
|
|
114
114
|
srcPath: "/_api/bookings-service",
|
|
115
115
|
destPath: "/v2/bookings"
|
|
116
116
|
}
|
|
117
|
-
],
|
|
118
|
-
"api._api_base_domain_": [
|
|
119
|
-
{
|
|
120
|
-
srcPath: "/bookings-service",
|
|
121
|
-
destPath: ""
|
|
122
|
-
}
|
|
123
117
|
]
|
|
124
118
|
};
|
|
125
119
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|
|
@@ -225,12 +219,6 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
|
|
|
225
219
|
srcPath: "/_api/bookings-service",
|
|
226
220
|
destPath: "/v2/bookings"
|
|
227
221
|
}
|
|
228
|
-
],
|
|
229
|
-
"api._api_base_domain_": [
|
|
230
|
-
{
|
|
231
|
-
srcPath: "/bookings-service",
|
|
232
|
-
destPath: ""
|
|
233
|
-
}
|
|
234
222
|
]
|
|
235
223
|
};
|
|
236
224
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|