@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.
package/build/cjs/meta.js CHANGED
@@ -169,12 +169,6 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
169
169
  srcPath: "/_api/bookings-service",
170
170
  destPath: "/v2/bookings"
171
171
  }
172
- ],
173
- "api._api_base_domain_": [
174
- {
175
- srcPath: "/bookings-service",
176
- destPath: ""
177
- }
178
172
  ]
179
173
  };
180
174
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
@@ -280,12 +274,6 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
280
274
  srcPath: "/_api/bookings-service",
281
275
  destPath: "/v2/bookings"
282
276
  }
283
- ],
284
- "api._api_base_domain_": [
285
- {
286
- srcPath: "/bookings-service",
287
- destPath: ""
288
- }
289
277
  ]
290
278
  };
291
279
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));