@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.
@@ -32,6 +32,14 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
32
32
  {
33
33
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
34
34
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
35
+ },
36
+ {
37
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
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"
35
43
  }
36
44
  ],
37
45
  "manage._base_domain_": [
@@ -76,6 +84,14 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
76
84
  {
77
85
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
78
86
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
87
+ },
88
+ {
89
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
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"
79
95
  }
80
96
  ],
81
97
  "www._base_domain_": [
@@ -130,6 +146,14 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
130
146
  {
131
147
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
132
148
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
149
+ },
150
+ {
151
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
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"
133
157
  }
134
158
  ]
135
159
  };
@@ -161,6 +185,14 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
161
185
  {
162
186
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
163
187
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
188
+ },
189
+ {
190
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
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"
164
196
  }
165
197
  ],
166
198
  "manage._base_domain_": [
@@ -205,6 +237,14 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
205
237
  {
206
238
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
207
239
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
240
+ },
241
+ {
242
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
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"
208
248
  }
209
249
  ],
210
250
  "www._base_domain_": [
@@ -259,6 +299,14 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
259
299
  {
260
300
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
261
301
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
302
+ },
303
+ {
304
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
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"
262
310
  }
263
311
  ]
264
312
  };
@@ -291,6 +339,18 @@ function resolveComWixpressBookingsConfirmatorV2ConfirmatorUrl(opts) {
291
339
  srcPath: "/_api/bookings-confirmator/v2/bulk/bookings/confirmOrDecline",
292
340
  destPath: "/v2/bulk/bookings/confirmOrDecline"
293
341
  }
342
+ ],
343
+ "*.dev.wix-code.com": [
344
+ {
345
+ srcPath: "/bookings/v2/confirmation",
346
+ destPath: "/v2/confirmation"
347
+ }
348
+ ],
349
+ _: [
350
+ {
351
+ srcPath: "/bookings/v2/confirmation",
352
+ destPath: "/v2/confirmation"
353
+ }
294
354
  ]
295
355
  };
296
356
  return resolveUrl(Object.assign(opts, { domainToMappings }));