@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.
@@ -102,6 +102,10 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
102
102
  {
103
103
  srcPath: "/bookings/bookings/v2/bulk/bookings",
104
104
  destPath: "/v2/bulk/bookings"
105
+ },
106
+ {
107
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
108
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
105
109
  }
106
110
  ],
107
111
  "manage._base_domain_": [
@@ -150,6 +154,10 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
150
154
  {
151
155
  srcPath: "/bookings/bookings/v2/bulk/bookings",
152
156
  destPath: "/v2/bulk/bookings"
157
+ },
158
+ {
159
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
160
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
153
161
  }
154
162
  ],
155
163
  "www._base_domain_": [
@@ -208,6 +216,10 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
208
216
  {
209
217
  srcPath: "/bookings/bookings/v2/bulk/bookings",
210
218
  destPath: "/v2/bulk/bookings"
219
+ },
220
+ {
221
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
222
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
211
223
  }
212
224
  ]
213
225
  };
@@ -243,6 +255,10 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
243
255
  {
244
256
  srcPath: "/bookings/bookings/v2/bulk/bookings",
245
257
  destPath: "/v2/bulk/bookings"
258
+ },
259
+ {
260
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
261
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
246
262
  }
247
263
  ],
248
264
  "manage._base_domain_": [
@@ -291,6 +307,10 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
291
307
  {
292
308
  srcPath: "/bookings/bookings/v2/bulk/bookings",
293
309
  destPath: "/v2/bulk/bookings"
310
+ },
311
+ {
312
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
313
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
294
314
  }
295
315
  ],
296
316
  "www._base_domain_": [
@@ -349,6 +369,10 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
349
369
  {
350
370
  srcPath: "/bookings/bookings/v2/bulk/bookings",
351
371
  destPath: "/v2/bulk/bookings"
372
+ },
373
+ {
374
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
375
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
352
376
  }
353
377
  ]
354
378
  };
@@ -386,12 +410,20 @@ function resolveComWixpressBookingsConfirmatorV2ConfirmatorUrl(opts) {
386
410
  {
387
411
  srcPath: "/bookings/v2/confirmation",
388
412
  destPath: "/v2/confirmation"
413
+ },
414
+ {
415
+ srcPath: "/bookings/v2/bulk/bookings",
416
+ destPath: "/v2/bulk/bookings"
389
417
  }
390
418
  ],
391
419
  _: [
392
420
  {
393
421
  srcPath: "/bookings/v2/confirmation",
394
422
  destPath: "/v2/confirmation"
423
+ },
424
+ {
425
+ srcPath: "/bookings/v2/bulk/bookings",
426
+ destPath: "/v2/bulk/bookings"
395
427
  }
396
428
  ]
397
429
  };