@elyx-code/project-logic-tree 0.0.6569 → 0.0.6571
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 +2 -2
- package/dist/index.js +2848 -2847
- package/dist/index.umd.cjs +63 -63
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3640,7 +3640,7 @@ export declare enum CanvasEntityConnectionDisabledReason {
|
|
|
3640
3640
|
SuccessOutputMapCannotBeConnectedToParentErrorBranchCallees = "success-output-map-cannot-be-connected-to-parent-error-branch-callees"
|
|
3641
3641
|
}
|
|
3642
3642
|
|
|
3643
|
-
export declare type CanvasEntityDisabledReason = CanvasEntityConnectionDisabledReason | CanvasEntityTestingDisabledReason | CanvasEntityOtherDisabledReason;
|
|
3643
|
+
export declare type CanvasEntityDisabledReason = CanvasEntityConnectionDisabledReason | CanvasEntityTestingDisabledReason | CanvasEntityOtherDisabledReason | StateMutationErrorCode;
|
|
3644
3644
|
|
|
3645
3645
|
export declare enum CanvasEntityOtherDisabledReason {
|
|
3646
3646
|
Suggestion = "suggestion",
|
|
@@ -9612,7 +9612,7 @@ export declare function getEarliestCommonCallerAncestor(entityA: ExecutableEntit
|
|
|
9612
9612
|
callType: 'success' | 'error' | 'entry' | 'loop-body' | 'same-entity' | null;
|
|
9613
9613
|
};
|
|
9614
9614
|
|
|
9615
|
-
export declare function getEarliestSingleCallerAncestorOfValueWriterAndItsValueReaders(entity:
|
|
9615
|
+
export declare function getEarliestSingleCallerAncestorOfValueWriterAndItsValueReaders(entity: PassThroughCallableEntityWithOutputsState | OutputMapState): {
|
|
9616
9616
|
ancestor: CallerEntityState | null;
|
|
9617
9617
|
callType: 'success' | 'error' | 'entry' | 'loop-body' | null;
|
|
9618
9618
|
};
|