@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/es/meta.mjs CHANGED
@@ -107,12 +107,6 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
107
107
  srcPath: "/_api/bookings-service",
108
108
  destPath: "/v2/bookings"
109
109
  }
110
- ],
111
- "api._api_base_domain_": [
112
- {
113
- srcPath: "/bookings-service",
114
- destPath: ""
115
- }
116
110
  ]
117
111
  };
118
112
  return resolveUrl(Object.assign(opts, { domainToMappings }));
@@ -218,12 +212,6 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
218
212
  srcPath: "/_api/bookings-service",
219
213
  destPath: "/v2/bookings"
220
214
  }
221
- ],
222
- "api._api_base_domain_": [
223
- {
224
- srcPath: "/bookings-service",
225
- destPath: ""
226
- }
227
215
  ]
228
216
  };
229
217
  return resolveUrl(Object.assign(opts, { domainToMappings }));