@elyx-code/project-logic-tree 0.0.6459 → 0.0.6461

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,8 @@ 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"
1769
1770
  }
1770
1771
 
1771
1772
  export declare type CanvasEntityDisabledReason = CanvasEntityConnectionDisabledReason | CanvasEntityTestingDisabledReason | CanvasEntityOtherDisabledReason;
@@ -10937,6 +10938,7 @@ export declare interface IOutputMapGenerationTarget extends IChildEntityGenerati
10937
10938
  id: EntityId;
10938
10939
  type: EntityType.OutputMap;
10939
10940
  declaration?: EntityId | null;
10941
+ parentRelationType?: OutputMapParentChildRelation;
10940
10942
  parent: EntityId;
10941
10943
  }
10942
10944