@elyx-code/project-logic-tree 0.0.6502 → 0.0.6503

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
@@ -7374,6 +7374,8 @@ export declare function getCommonAncestor(entityA: EntityState, entityB: EntityS
7374
7374
 
7375
7375
  export declare function getCommonChildren(entityA: CanvasEntityState, entityB: CanvasEntityState, seenEntities?: Set<EntityId>): CanvasEntityState[];
7376
7376
 
7377
+ export declare function getConnectionIdFromDefinitionEntity(entity: DefinitionEntityState | BuiltInBaseEntityState): string | null;
7378
+
7377
7379
  export declare function getDatabaseEntities(project: ProjectState): DefinitionEntityState[];
7378
7380
 
7379
7381
  export declare function getDatabaseEntity(entity: DefinitionEntityState): DefinitionEntityState | null;