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