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