@wix/auto_sdk_automations_automations-v-2 1.0.84 → 1.0.85

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.
@@ -869,6 +869,7 @@ var Type = /* @__PURE__ */ ((Type2) => {
869
869
  Type2["UNKNOWN_ACTION_TYPE"] = "UNKNOWN_ACTION_TYPE";
870
870
  Type2["APP_DEFINED"] = "APP_DEFINED";
871
871
  Type2["CONDITION"] = "CONDITION";
872
+ Type2["CODE_CONDITION"] = "CODE_CONDITION";
872
873
  Type2["DELAY"] = "DELAY";
873
874
  Type2["RATE_LIMIT"] = "RATE_LIMIT";
874
875
  return Type2;