@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.
@@ -3063,7 +3063,13 @@ var RegionScopeScope = /* @__PURE__ */ ((RegionScopeScope2) => {
3063
3063
  return RegionScopeScope2;
3064
3064
  })(RegionScopeScope || {});
3065
3065
  var ValidationTargetMethod = /* @__PURE__ */ ((ValidationTargetMethod2) => {
3066
+ ValidationTargetMethod2["UNKNOWN_METHOD"] = "UNKNOWN_METHOD";
3066
3067
  ValidationTargetMethod2["RESCHEDULE"] = "RESCHEDULE";
3068
+ ValidationTargetMethod2["CREATE"] = "CREATE";
3069
+ ValidationTargetMethod2["CANCEL"] = "CANCEL";
3070
+ ValidationTargetMethod2["CREATE_MULTI_SERVICE"] = "CREATE_MULTI_SERVICE";
3071
+ ValidationTargetMethod2["CANCEL_MULTI_SERVICE"] = "CANCEL_MULTI_SERVICE";
3072
+ ValidationTargetMethod2["RESCHEDULE_MULTI_SERVICE"] = "RESCHEDULE_MULTI_SERVICE";
3067
3073
  return ValidationTargetMethod2;
3068
3074
  })(ValidationTargetMethod || {});
3069
3075
  var VibeActionType = /* @__PURE__ */ ((VibeActionType2) => {