@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.
@@ -39,6 +39,14 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
39
39
  {
40
40
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
41
41
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
42
+ },
43
+ {
44
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
45
+ destPath: "/v2/bulk/bookings"
46
+ },
47
+ {
48
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
49
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
42
50
  }
43
51
  ],
44
52
  "manage._base_domain_": [
@@ -83,6 +91,14 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
83
91
  {
84
92
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
85
93
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
94
+ },
95
+ {
96
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
97
+ destPath: "/v2/bulk/bookings"
98
+ },
99
+ {
100
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
101
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
86
102
  }
87
103
  ],
88
104
  "www._base_domain_": [
@@ -137,6 +153,14 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
137
153
  {
138
154
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
139
155
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
156
+ },
157
+ {
158
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
159
+ destPath: "/v2/bulk/bookings"
160
+ },
161
+ {
162
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
163
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
140
164
  }
141
165
  ]
142
166
  };
@@ -168,6 +192,14 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
168
192
  {
169
193
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
170
194
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
195
+ },
196
+ {
197
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
198
+ destPath: "/v2/bulk/bookings"
199
+ },
200
+ {
201
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
202
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
171
203
  }
172
204
  ],
173
205
  "manage._base_domain_": [
@@ -212,6 +244,14 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
212
244
  {
213
245
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
214
246
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
247
+ },
248
+ {
249
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
250
+ destPath: "/v2/bulk/bookings"
251
+ },
252
+ {
253
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
254
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
215
255
  }
216
256
  ],
217
257
  "www._base_domain_": [
@@ -266,6 +306,14 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
266
306
  {
267
307
  srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings/add_bookings_to_multi_service_booking",
268
308
  destPath: "/v2/multi_service_bookings/add_bookings_to_multi_service_booking"
309
+ },
310
+ {
311
+ srcPath: "/bookings/bookings/v2/bulk/bookings",
312
+ destPath: "/v2/bulk/bookings"
313
+ },
314
+ {
315
+ srcPath: "/bookings/multiServiceBookings/v2/bulk/multi_service_bookings/get_allowed_actions",
316
+ destPath: "/v2/bulk/multi_service_bookings/get_allowed_actions"
269
317
  }
270
318
  ]
271
319
  };
@@ -298,6 +346,18 @@ function resolveComWixpressBookingsConfirmatorV2ConfirmatorUrl(opts) {
298
346
  srcPath: "/_api/bookings-confirmator/v2/bulk/bookings/confirmOrDecline",
299
347
  destPath: "/v2/bulk/bookings/confirmOrDecline"
300
348
  }
349
+ ],
350
+ "*.dev.wix-code.com": [
351
+ {
352
+ srcPath: "/bookings/v2/confirmation",
353
+ destPath: "/v2/confirmation"
354
+ }
355
+ ],
356
+ _: [
357
+ {
358
+ srcPath: "/bookings/v2/confirmation",
359
+ destPath: "/v2/confirmation"
360
+ }
301
361
  ]
302
362
  };
303
363
  return resolveUrl(Object.assign(opts, { domainToMappings }));