@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.
@@ -2609,6 +2609,8 @@ var TimeConstraintType = /* @__PURE__ */ ((TimeConstraintType2) => {
2609
2609
  TimeConstraintType2["BETWEEN"] = "BETWEEN";
2610
2610
  TimeConstraintType2["TODAY"] = "TODAY";
2611
2611
  TimeConstraintType2["THIS_MONTH"] = "THIS_MONTH";
2612
+ TimeConstraintType2["AFTER"] = "AFTER";
2613
+ TimeConstraintType2["BEFORE"] = "BEFORE";
2612
2614
  return TimeConstraintType2;
2613
2615
  })(TimeConstraintType || {});
2614
2616
  var ValueConstraintType = /* @__PURE__ */ ((ValueConstraintType2) => {