@wix/auto_sdk_bookings_bookings 1.0.72 → 1.0.74
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 +46 -10
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +46 -10
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +46 -10
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +46 -10
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +46 -10
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +46 -10
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +46 -10
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +46 -10
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +46 -10
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +46 -10
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +46 -10
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +46 -10
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -104,6 +104,14 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
|
|
|
104
104
|
{
|
|
105
105
|
srcPath: "/_api/bookings-service/v2/bulk/multi_service_bookings",
|
|
106
106
|
destPath: "/v2/bulk/multi_service_bookings"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
|
|
110
|
+
destPath: "/v2/multi_service_bookings"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
|
|
114
|
+
destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
|
|
107
115
|
}
|
|
108
116
|
],
|
|
109
117
|
"manage._base_domain_": [
|
|
@@ -140,6 +148,14 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
|
|
|
140
148
|
{
|
|
141
149
|
srcPath: "/_api/bookings-service/v2/multi_service_bookings",
|
|
142
150
|
destPath: "/v2/multi_service_bookings"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
|
|
154
|
+
destPath: "/v2/multi_service_bookings"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
|
|
158
|
+
destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
|
|
143
159
|
}
|
|
144
160
|
],
|
|
145
161
|
"www._base_domain_": [
|
|
@@ -186,12 +202,14 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
|
|
|
186
202
|
{
|
|
187
203
|
srcPath: "/_api/bookings-service",
|
|
188
204
|
destPath: "/v2/bookings"
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
|
|
208
|
+
destPath: "/v2/multi_service_bookings"
|
|
209
|
+
},
|
|
192
210
|
{
|
|
193
|
-
srcPath: "/bookings
|
|
194
|
-
destPath: ""
|
|
211
|
+
srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
|
|
212
|
+
destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
|
|
195
213
|
}
|
|
196
214
|
]
|
|
197
215
|
};
|
|
@@ -215,6 +233,14 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
|
|
|
215
233
|
{
|
|
216
234
|
srcPath: "/_api/bookings-service/v2/bulk/multi_service_bookings",
|
|
217
235
|
destPath: "/v2/bulk/multi_service_bookings"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
|
|
239
|
+
destPath: "/v2/multi_service_bookings"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
|
|
243
|
+
destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
|
|
218
244
|
}
|
|
219
245
|
],
|
|
220
246
|
"manage._base_domain_": [
|
|
@@ -251,6 +277,14 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
|
|
|
251
277
|
{
|
|
252
278
|
srcPath: "/_api/bookings-service/v2/multi_service_bookings",
|
|
253
279
|
destPath: "/v2/multi_service_bookings"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
|
|
283
|
+
destPath: "/v2/multi_service_bookings"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
|
|
287
|
+
destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
|
|
254
288
|
}
|
|
255
289
|
],
|
|
256
290
|
"www._base_domain_": [
|
|
@@ -297,12 +331,14 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
|
|
|
297
331
|
{
|
|
298
332
|
srcPath: "/_api/bookings-service",
|
|
299
333
|
destPath: "/v2/bookings"
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
|
|
337
|
+
destPath: "/v2/multi_service_bookings"
|
|
338
|
+
},
|
|
303
339
|
{
|
|
304
|
-
srcPath: "/bookings
|
|
305
|
-
destPath: ""
|
|
340
|
+
srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
|
|
341
|
+
destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
|
|
306
342
|
}
|
|
307
343
|
]
|
|
308
344
|
};
|