@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.
@@ -88,6 +88,10 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
88
88
  {
89
89
  srcPath: "/_api/bookings-service/v2/bulk/multi_service_bookings",
90
90
  destPath: "/v2/bulk/multi_service_bookings"
91
+ },
92
+ {
93
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
94
+ destPath: "/v2/multi_service_bookings"
91
95
  }
92
96
  ],
93
97
  "manage._base_domain_": [
@@ -120,6 +124,10 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
120
124
  {
121
125
  srcPath: "/bookings/v2/bulk/bookings",
122
126
  destPath: "/v2/bulk/bookings"
127
+ },
128
+ {
129
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
130
+ destPath: "/v2/multi_service_bookings"
123
131
  }
124
132
  ],
125
133
  "www._base_domain_": [
@@ -166,6 +174,10 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
166
174
  {
167
175
  srcPath: "/_api/bookings-service",
168
176
  destPath: "/v2/bookings"
177
+ },
178
+ {
179
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
180
+ destPath: "/v2/multi_service_bookings"
169
181
  }
170
182
  ]
171
183
  };
@@ -189,6 +201,10 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
189
201
  {
190
202
  srcPath: "/_api/bookings-service/v2/bulk/multi_service_bookings",
191
203
  destPath: "/v2/bulk/multi_service_bookings"
204
+ },
205
+ {
206
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
207
+ destPath: "/v2/multi_service_bookings"
192
208
  }
193
209
  ],
194
210
  "manage._base_domain_": [
@@ -221,6 +237,10 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
221
237
  {
222
238
  srcPath: "/bookings/v2/bulk/bookings",
223
239
  destPath: "/v2/bulk/bookings"
240
+ },
241
+ {
242
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
243
+ destPath: "/v2/multi_service_bookings"
224
244
  }
225
245
  ],
226
246
  "www._base_domain_": [
@@ -267,6 +287,10 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
267
287
  {
268
288
  srcPath: "/_api/bookings-service",
269
289
  destPath: "/v2/bookings"
290
+ },
291
+ {
292
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
293
+ destPath: "/v2/multi_service_bookings"
270
294
  }
271
295
  ]
272
296
  };