@wix/auto_sdk_bookings_bookings 1.0.75 → 1.0.77
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 +32 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +32 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +32 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +32 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +32 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +32 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +32 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +32 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +32 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +32 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +32 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +32 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -36,6 +36,10 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
|
|
|
36
36
|
{
|
|
37
37
|
srcPath: "/bookings/bookings/v2/bulk/bookings",
|
|
38
38
|
destPath: "/v2/bulk/bookings"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
|
|
42
|
+
destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
|
|
39
43
|
}
|
|
40
44
|
],
|
|
41
45
|
"manage._base_domain_": [
|
|
@@ -84,6 +88,10 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
|
|
|
84
88
|
{
|
|
85
89
|
srcPath: "/bookings/bookings/v2/bulk/bookings",
|
|
86
90
|
destPath: "/v2/bulk/bookings"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
|
|
94
|
+
destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
|
|
87
95
|
}
|
|
88
96
|
],
|
|
89
97
|
"www._base_domain_": [
|
|
@@ -142,6 +150,10 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
|
|
|
142
150
|
{
|
|
143
151
|
srcPath: "/bookings/bookings/v2/bulk/bookings",
|
|
144
152
|
destPath: "/v2/bulk/bookings"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
|
|
156
|
+
destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
|
|
145
157
|
}
|
|
146
158
|
]
|
|
147
159
|
};
|
|
@@ -177,6 +189,10 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
|
|
|
177
189
|
{
|
|
178
190
|
srcPath: "/bookings/bookings/v2/bulk/bookings",
|
|
179
191
|
destPath: "/v2/bulk/bookings"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
|
|
195
|
+
destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
|
|
180
196
|
}
|
|
181
197
|
],
|
|
182
198
|
"manage._base_domain_": [
|
|
@@ -225,6 +241,10 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
|
|
|
225
241
|
{
|
|
226
242
|
srcPath: "/bookings/bookings/v2/bulk/bookings",
|
|
227
243
|
destPath: "/v2/bulk/bookings"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
|
|
247
|
+
destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
|
|
228
248
|
}
|
|
229
249
|
],
|
|
230
250
|
"www._base_domain_": [
|
|
@@ -283,6 +303,10 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
|
|
|
283
303
|
{
|
|
284
304
|
srcPath: "/bookings/bookings/v2/bulk/bookings",
|
|
285
305
|
destPath: "/v2/bulk/bookings"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
|
|
309
|
+
destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
|
|
286
310
|
}
|
|
287
311
|
]
|
|
288
312
|
};
|
|
@@ -320,12 +344,20 @@ function resolveComWixpressBookingsConfirmatorV2ConfirmatorUrl(opts) {
|
|
|
320
344
|
{
|
|
321
345
|
srcPath: "/bookings/v2/confirmation",
|
|
322
346
|
destPath: "/v2/confirmation"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
srcPath: "/bookings/v2/bulk/bookings",
|
|
350
|
+
destPath: "/v2/bulk/bookings"
|
|
323
351
|
}
|
|
324
352
|
],
|
|
325
353
|
_: [
|
|
326
354
|
{
|
|
327
355
|
srcPath: "/bookings/v2/confirmation",
|
|
328
356
|
destPath: "/v2/confirmation"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
srcPath: "/bookings/v2/bulk/bookings",
|
|
360
|
+
destPath: "/v2/bulk/bookings"
|
|
329
361
|
}
|
|
330
362
|
]
|
|
331
363
|
};
|