@wix/auto_sdk_bookings_bookings 1.0.74 → 1.0.76

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.
@@ -46,6 +46,14 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
46
46
  {
47
47
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
48
48
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
49
+ },
50
+ {
51
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
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"
49
57
  }
50
58
  ],
51
59
  "manage._base_domain_": [
@@ -90,6 +98,14 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
90
98
  {
91
99
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
92
100
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
101
+ },
102
+ {
103
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
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"
93
109
  }
94
110
  ],
95
111
  "www._base_domain_": [
@@ -144,6 +160,14 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
144
160
  {
145
161
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
146
162
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
163
+ },
164
+ {
165
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
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"
147
171
  }
148
172
  ]
149
173
  };
@@ -175,6 +199,14 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
175
199
  {
176
200
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
177
201
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
202
+ },
203
+ {
204
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
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"
178
210
  }
179
211
  ],
180
212
  "manage._base_domain_": [
@@ -219,6 +251,14 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
219
251
  {
220
252
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
221
253
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
254
+ },
255
+ {
256
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
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"
222
262
  }
223
263
  ],
224
264
  "www._base_domain_": [
@@ -273,6 +313,14 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
273
313
  {
274
314
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
275
315
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
316
+ },
317
+ {
318
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
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"
276
324
  }
277
325
  ]
278
326
  };
@@ -305,6 +353,18 @@ function resolveComWixpressBookingsConfirmatorV2ConfirmatorUrl(opts) {
305
353
  srcPath: "/_api/bookings-confirmator/v2/bulk/bookings/confirmOrDecline",
306
354
  destPath: "/v2/bulk/bookings/confirmOrDecline"
307
355
  }
356
+ ],
357
+ "*.dev.wix-code.com": [
358
+ {
359
+ srcPath: "/bookings/v2/confirmation",
360
+ destPath: "/v2/confirmation"
361
+ }
362
+ ],
363
+ _: [
364
+ {
365
+ srcPath: "/bookings/v2/confirmation",
366
+ destPath: "/v2/confirmation"
367
+ }
308
368
  ]
309
369
  };
310
370
  return resolveUrl(Object.assign(opts, { domainToMappings }));