@elyx-code/project-logic-tree 0.0.6460 → 0.0.6462

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
@@ -1765,7 +1765,9 @@ export declare enum CanvasEntityConnectionDisabledReason {
1765
1765
  CallIsInHigherScope = "call-is-in-higher-scope",
1766
1766
  CallIsInLowerScope = "call-is-in-lower-scope",
1767
1767
  OtherIncompatibleScopeReason = "other-incompatible-scope-reason",
1768
- SiblingInternalCallAlreadyUsedInParentVariable = "sibling-internal-call-already-used-in-parent-variable"
1768
+ SiblingInternalCallAlreadyUsedInParentVariable = "sibling-internal-call-already-used-in-parent-variable",
1769
+ ErrorOututMapCannotBeConnectedToParentSuccessBranchCallees = "error-output-map-cannot-be-connected-to-parent-success-branch-callees",
1770
+ SuccessOutputMapCannotBeConnectedToParentErrorBranchCallees = "success-output-map-cannot-be-connected-to-parent-error-branch-callees"
1769
1771
  }
1770
1772
 
1771
1773
  export declare type CanvasEntityDisabledReason = CanvasEntityConnectionDisabledReason | CanvasEntityTestingDisabledReason | CanvasEntityOtherDisabledReason;