@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.
@@ -50,6 +50,10 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
50
50
  {
51
51
  srcPath: "/bookings/bookings/v2/bulk/bookings",
52
52
  destPath: "/v2/bulk/bookings"
53
+ },
54
+ {
55
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
56
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
53
57
  }
54
58
  ],
55
59
  "manage._base_domain_": [
@@ -98,6 +102,10 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
98
102
  {
99
103
  srcPath: "/bookings/bookings/v2/bulk/bookings",
100
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"
101
109
  }
102
110
  ],
103
111
  "www._base_domain_": [
@@ -156,6 +164,10 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
156
164
  {
157
165
  srcPath: "/bookings/bookings/v2/bulk/bookings",
158
166
  destPath: "/v2/bulk/bookings"
167
+ },
168
+ {
169
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
170
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
159
171
  }
160
172
  ]
161
173
  };
@@ -191,6 +203,10 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
191
203
  {
192
204
  srcPath: "/bookings/bookings/v2/bulk/bookings",
193
205
  destPath: "/v2/bulk/bookings"
206
+ },
207
+ {
208
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
209
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
194
210
  }
195
211
  ],
196
212
  "manage._base_domain_": [
@@ -239,6 +255,10 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
239
255
  {
240
256
  srcPath: "/bookings/bookings/v2/bulk/bookings",
241
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"
242
262
  }
243
263
  ],
244
264
  "www._base_domain_": [
@@ -297,6 +317,10 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
297
317
  {
298
318
  srcPath: "/bookings/bookings/v2/bulk/bookings",
299
319
  destPath: "/v2/bulk/bookings"
320
+ },
321
+ {
322
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
323
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
300
324
  }
301
325
  ]
302
326
  };
@@ -334,12 +358,20 @@ function resolveComWixpressBookingsConfirmatorV2ConfirmatorUrl(opts) {
334
358
  {
335
359
  srcPath: "/bookings/v2/confirmation",
336
360
  destPath: "/v2/confirmation"
361
+ },
362
+ {
363
+ srcPath: "/bookings/v2/bulk/bookings",
364
+ destPath: "/v2/bulk/bookings"
337
365
  }
338
366
  ],
339
367
  _: [
340
368
  {
341
369
  srcPath: "/bookings/v2/confirmation",
342
370
  destPath: "/v2/confirmation"
371
+ },
372
+ {
373
+ srcPath: "/bookings/v2/bulk/bookings",
374
+ destPath: "/v2/bulk/bookings"
343
375
  }
344
376
  ]
345
377
  };