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