@elyx-code/project-logic-tree 0.0.6551 → 0.0.6553

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.
package/dist/index.d.ts CHANGED
@@ -5787,6 +5787,7 @@ export declare enum ExecutionState {
5787
5787
 
5788
5788
  export declare enum ExecutionTerminationType {
5789
5789
  Success = "success",
5790
+ ConditionNotMet = "condition-not-met",
5790
5791
  CaughtError = "caught-error",
5791
5792
  UnhandledError = "unhandled-error",
5792
5793
  Break = "break",