@wix/auto_sdk_bookings_bookings 1.0.71 → 1.0.72

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.
@@ -187,6 +187,12 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
187
187
  srcPath: "/_api/bookings-service",
188
188
  destPath: "/v2/bookings"
189
189
  }
190
+ ],
191
+ "api._api_base_domain_": [
192
+ {
193
+ srcPath: "/bookings-service",
194
+ destPath: ""
195
+ }
190
196
  ]
191
197
  };
192
198
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
@@ -292,6 +298,12 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
292
298
  srcPath: "/_api/bookings-service",
293
299
  destPath: "/v2/bookings"
294
300
  }
301
+ ],
302
+ "api._api_base_domain_": [
303
+ {
304
+ srcPath: "/bookings-service",
305
+ destPath: ""
306
+ }
295
307
  ]
296
308
  };
297
309
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));