@wix/auto_sdk_data-extension-schema_schemas 1.0.124 → 1.0.125

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.
@@ -2973,9 +2973,12 @@ var TimeConstraintType = /* @__PURE__ */ ((TimeConstraintType2) => {
2973
2973
  TimeConstraintType2["LAST_DAYS"] = "LAST_DAYS";
2974
2974
  TimeConstraintType2["NEXT_DAYS"] = "NEXT_DAYS";
2975
2975
  TimeConstraintType2["BETWEEN"] = "BETWEEN";
2976
+ TimeConstraintType2["TODAY"] = "TODAY";
2976
2977
  TimeConstraintType2["THIS_MONTH"] = "THIS_MONTH";
2977
2978
  TimeConstraintType2["ON_OR_AFTER"] = "ON_OR_AFTER";
2978
2979
  TimeConstraintType2["ON_OR_BEFORE"] = "ON_OR_BEFORE";
2980
+ TimeConstraintType2["LAST_MONTHS"] = "LAST_MONTHS";
2981
+ TimeConstraintType2["NEXT_MONTHS"] = "NEXT_MONTHS";
2979
2982
  return TimeConstraintType2;
2980
2983
  })(TimeConstraintType || {});
2981
2984
  var ValueConstraintType = /* @__PURE__ */ ((ValueConstraintType2) => {