@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.
@@ -173,6 +173,12 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
173
173
  srcPath: "/_api/bookings-service",
174
174
  destPath: "/v2/bookings"
175
175
  }
176
+ ],
177
+ "api._api_base_domain_": [
178
+ {
179
+ srcPath: "/bookings-service",
180
+ destPath: ""
181
+ }
176
182
  ]
177
183
  };
178
184
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
@@ -278,6 +284,12 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
278
284
  srcPath: "/_api/bookings-service",
279
285
  destPath: "/v2/bookings"
280
286
  }
287
+ ],
288
+ "api._api_base_domain_": [
289
+ {
290
+ srcPath: "/bookings-service",
291
+ destPath: ""
292
+ }
281
293
  ]
282
294
  };
283
295
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));