@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.
@@ -800,6 +800,7 @@ var Type = /* @__PURE__ */ ((Type2) => {
800
800
  Type2["UNKNOWN_ACTION_TYPE"] = "UNKNOWN_ACTION_TYPE";
801
801
  Type2["APP_DEFINED"] = "APP_DEFINED";
802
802
  Type2["CONDITION"] = "CONDITION";
803
+ Type2["CODE_CONDITION"] = "CODE_CONDITION";
803
804
  Type2["DELAY"] = "DELAY";
804
805
  Type2["RATE_LIMIT"] = "RATE_LIMIT";
805
806
  return Type2;