@wix/auto_sdk_bookings_bookings 1.0.72 → 1.0.73

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