@wix/auto_sdk_bookings_bookings 1.0.44 → 1.0.45

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: "/_api/bookings-service/v2/bulk/multi_service_bookings",
104
104
  destPath: "/v2/bulk/multi_service_bookings"
105
+ },
106
+ {
107
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
108
+ destPath: "/v2/multi_service_bookings"
105
109
  }
106
110
  ],
107
111
  "manage._base_domain_": [
@@ -134,6 +138,10 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
134
138
  {
135
139
  srcPath: "/bookings/v2/bulk/bookings",
136
140
  destPath: "/v2/bulk/bookings"
141
+ },
142
+ {
143
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
144
+ destPath: "/v2/multi_service_bookings"
137
145
  }
138
146
  ],
139
147
  "www._base_domain_": [
@@ -180,6 +188,10 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
180
188
  {
181
189
  srcPath: "/_api/bookings-service",
182
190
  destPath: "/v2/bookings"
191
+ },
192
+ {
193
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
194
+ destPath: "/v2/multi_service_bookings"
183
195
  }
184
196
  ]
185
197
  };
@@ -203,6 +215,10 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
203
215
  {
204
216
  srcPath: "/_api/bookings-service/v2/bulk/multi_service_bookings",
205
217
  destPath: "/v2/bulk/multi_service_bookings"
218
+ },
219
+ {
220
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
221
+ destPath: "/v2/multi_service_bookings"
206
222
  }
207
223
  ],
208
224
  "manage._base_domain_": [
@@ -235,6 +251,10 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
235
251
  {
236
252
  srcPath: "/bookings/v2/bulk/bookings",
237
253
  destPath: "/v2/bulk/bookings"
254
+ },
255
+ {
256
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
257
+ destPath: "/v2/multi_service_bookings"
238
258
  }
239
259
  ],
240
260
  "www._base_domain_": [
@@ -281,6 +301,10 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
281
301
  {
282
302
  srcPath: "/_api/bookings-service",
283
303
  destPath: "/v2/bookings"
304
+ },
305
+ {
306
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
307
+ destPath: "/v2/multi_service_bookings"
284
308
  }
285
309
  ]
286
310
  };