@wix/auto_sdk_data-extension-schema_schemas 1.0.165 → 1.0.166

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.
@@ -2781,7 +2781,13 @@ var RegionScopeScope = /* @__PURE__ */ ((RegionScopeScope2) => {
2781
2781
  return RegionScopeScope2;
2782
2782
  })(RegionScopeScope || {});
2783
2783
  var ValidationTargetMethod = /* @__PURE__ */ ((ValidationTargetMethod2) => {
2784
+ ValidationTargetMethod2["UNKNOWN_METHOD"] = "UNKNOWN_METHOD";
2784
2785
  ValidationTargetMethod2["RESCHEDULE"] = "RESCHEDULE";
2786
+ ValidationTargetMethod2["CREATE"] = "CREATE";
2787
+ ValidationTargetMethod2["CANCEL"] = "CANCEL";
2788
+ ValidationTargetMethod2["CREATE_MULTI_SERVICE"] = "CREATE_MULTI_SERVICE";
2789
+ ValidationTargetMethod2["CANCEL_MULTI_SERVICE"] = "CANCEL_MULTI_SERVICE";
2790
+ ValidationTargetMethod2["RESCHEDULE_MULTI_SERVICE"] = "RESCHEDULE_MULTI_SERVICE";
2785
2791
  return ValidationTargetMethod2;
2786
2792
  })(ValidationTargetMethod || {});
2787
2793
  var VibeActionType = /* @__PURE__ */ ((VibeActionType2) => {