@elyx-code/project-logic-tree 0.0.6828 → 0.0.6829

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
@@ -9571,7 +9571,8 @@ export declare enum BaseValueDescriptorIds {
9571
9571
  VariableDeclarationCannotBeMovedToLowerScopeBecauseInstancesUsage = "variable-declaration-cannot-be-moved-to-lower-scope-because-instances-usage",
9572
9572
  CannotChangeScopeBecauseItIsCalledByOtherEntities = "cannot-change-scope-because-it-is-called-by-other-entities",
9573
9573
  CannotChangeScopeBecauseItCallsOtherEntities = "cannot-change-scope-because-it-calls-other-entities",
9574
- CalledByErrorMustBePassThroughCallable = "called-by-error-must-be-pass-through-callable"
9574
+ CalledByErrorMustBePassThroughCallable = "called-by-error-must-be-pass-through-callable",
9575
+ CalledByErrorCannotBeConnectedToEntitiesCalledByOwnSuccessBranch = "called-by-error-cannot-be-connected-to-entities-called-by-own-success-branch"
9575
9576
  }
9576
9577
 
9577
9578
  export declare type CanvasEntityDisabledReason = CanvasEntityConnectionDisabledReason | CanvasEntityTestingDisabledReason | CanvasEntityOtherDisabledReason | StateMutationErrorCode;