@wix/auto_sdk_automations_automations-v-2 1.0.24 → 1.0.26

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.
@@ -863,6 +863,7 @@ var TriggerErrorType = /* @__PURE__ */ ((TriggerErrorType2) => {
863
863
  TriggerErrorType2["INVALID_TRIGGER_KEY"] = "INVALID_TRIGGER_KEY";
864
864
  TriggerErrorType2["INVALID_FILTER_FIELD_KEY"] = "INVALID_FILTER_FIELD_KEY";
865
865
  TriggerErrorType2["INVALID_FILTER_EXPRESSION"] = "INVALID_FILTER_EXPRESSION";
866
+ TriggerErrorType2["MISSING_REQUIRED_FILTER"] = "MISSING_REQUIRED_FILTER";
866
867
  return TriggerErrorType2;
867
868
  })(TriggerErrorType || {});
868
869
  var ValidationErrorSeverity = /* @__PURE__ */ ((ValidationErrorSeverity2) => {