@wix/auto_sdk_bookings_service-options-and-variants 1.0.65 → 1.0.66

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.
@@ -140,6 +140,12 @@ function resolveWixBookingsCatalogV1ServiceOptionsAndVariantsServiceUrl(opts) {
140
140
  srcPath: "/_api/v1/service-options-and-variants",
141
141
  destPath: "/v1/serviceOptionsAndVariants"
142
142
  }
143
+ ],
144
+ "www._base_domain_": [
145
+ {
146
+ srcPath: "/_api/v1/service-options-and-variants",
147
+ destPath: "/v1/service-options-and-variants"
148
+ }
143
149
  ]
144
150
  };
145
151
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));