@wix/auto_sdk_data-extension-schema_schemas 1.0.97 → 1.0.98

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.
@@ -2876,6 +2876,8 @@ var TimeConstraintType = /* @__PURE__ */ ((TimeConstraintType2) => {
2876
2876
  TimeConstraintType2["BETWEEN"] = "BETWEEN";
2877
2877
  TimeConstraintType2["TODAY"] = "TODAY";
2878
2878
  TimeConstraintType2["THIS_MONTH"] = "THIS_MONTH";
2879
+ TimeConstraintType2["AFTER"] = "AFTER";
2880
+ TimeConstraintType2["BEFORE"] = "BEFORE";
2879
2881
  return TimeConstraintType2;
2880
2882
  })(TimeConstraintType || {});
2881
2883
  var ValueConstraintType = /* @__PURE__ */ ((ValueConstraintType2) => {