@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.
@@ -71,6 +71,10 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
71
71
  {
72
72
  srcPath: "/_api/bookings-service/v2/bulk/multi_service_bookings",
73
73
  destPath: "/v2/bulk/multi_service_bookings"
74
+ },
75
+ {
76
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
77
+ destPath: "/v2/multi_service_bookings"
74
78
  }
75
79
  ],
76
80
  "manage._base_domain_": [
@@ -103,6 +107,10 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
103
107
  {
104
108
  srcPath: "/bookings/v2/bulk/bookings",
105
109
  destPath: "/v2/bulk/bookings"
110
+ },
111
+ {
112
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
113
+ destPath: "/v2/multi_service_bookings"
106
114
  }
107
115
  ],
108
116
  "www._base_domain_": [
@@ -149,6 +157,10 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
149
157
  {
150
158
  srcPath: "/_api/bookings-service",
151
159
  destPath: "/v2/bookings"
160
+ },
161
+ {
162
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
163
+ destPath: "/v2/multi_service_bookings"
152
164
  }
153
165
  ]
154
166
  };
@@ -172,6 +184,10 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
172
184
  {
173
185
  srcPath: "/_api/bookings-service/v2/bulk/multi_service_bookings",
174
186
  destPath: "/v2/bulk/multi_service_bookings"
187
+ },
188
+ {
189
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
190
+ destPath: "/v2/multi_service_bookings"
175
191
  }
176
192
  ],
177
193
  "manage._base_domain_": [
@@ -204,6 +220,10 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
204
220
  {
205
221
  srcPath: "/bookings/v2/bulk/bookings",
206
222
  destPath: "/v2/bulk/bookings"
223
+ },
224
+ {
225
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
226
+ destPath: "/v2/multi_service_bookings"
207
227
  }
208
228
  ],
209
229
  "www._base_domain_": [
@@ -250,6 +270,10 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
250
270
  {
251
271
  srcPath: "/_api/bookings-service",
252
272
  destPath: "/v2/bookings"
273
+ },
274
+ {
275
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
276
+ destPath: "/v2/multi_service_bookings"
253
277
  }
254
278
  ]
255
279
  };