@wix/auto_sdk_bookings_availability-time-slots 1.0.251 → 1.0.252

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.
@@ -285,6 +285,7 @@ var ReasonCode = /* @__PURE__ */ ((ReasonCode2) => {
285
285
  ReasonCode2["RESOURCE_BLOCKED"] = "RESOURCE_BLOCKED";
286
286
  ReasonCode2["RESOURCE_HAS_NO_WORKING_HOURS"] = "RESOURCE_HAS_NO_WORKING_HOURS";
287
287
  ReasonCode2["RESOURCE_NOT_ASSIGNED_TO_SERVICE"] = "RESOURCE_NOT_ASSIGNED_TO_SERVICE";
288
+ ReasonCode2["RESOURCE_NOT_AVAILABLE_AT_SERVICE_LOCATION"] = "RESOURCE_NOT_AVAILABLE_AT_SERVICE_LOCATION";
288
289
  return ReasonCode2;
289
290
  })(ReasonCode || {});
290
291
  var SuggestedAction = /* @__PURE__ */ ((SuggestedAction2) => {