@elyx-code/project-logic-tree 0.0.6327 → 0.0.6328
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 -0
- package/dist/index.js +360 -351
- package/dist/index.umd.cjs +50 -50
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -7096,6 +7096,8 @@ export declare function getTerminationTypeSchema(): z_2.ZodUnion<[z_2.ZodUnion<[
|
|
|
7096
7096
|
type: import("../../..").EntityType.ContinueStatement;
|
|
7097
7097
|
}>, z_2.ZodRecord<z_2.ZodString, z_2.ZodAny>]>]>;
|
|
7098
7098
|
|
|
7099
|
+
export declare function getTopLevelParentEntityId(entity: EntityState): EntityId | null;
|
|
7100
|
+
|
|
7099
7101
|
export declare function getTouchedCanvasEntitiesFromChangeSet(changeSet: ChangeSet): CanvasEntityState[];
|
|
7100
7102
|
|
|
7101
7103
|
export declare function getUsedArgFromDeclaration(argumentDeclaration: ArgumentDeclarationState, entity: ConditionState | FunctionCallState | OperationState): InputMapState | null;
|