@elyx-code/project-logic-tree 0.0.6809 → 0.0.6812

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
@@ -14447,9 +14447,11 @@ export declare enum BaseValueDescriptorIds {
14447
14447
  * @param allKnownEntities
14448
14448
  * @param seenEntities
14449
14449
  * @param options
14450
- * @returns {Record<EntityId, DraggableElementTransfer | DraggableElement | DraggableElementShallowTransfer | CanvasEntityState>}
14450
+ * @returns {Record<EntityId, UserManagedElementTransfer | UserManagedElement | UserManagedElementShallowTransfer | UserManagedEntityState>}
14451
14451
  */
14452
- export declare function flattenNodeAsRecord(entity: DraggableElementTransfer | DraggableElement | DraggableElementShallowTransfer | CanvasEntityState, allKnownEntities: Record<EntityId, DraggableElementTransfer | DraggableElement | DraggableElementShallowTransfer | CanvasEntityState>, seenEntities?: Set<EntityId>, options?: {
14452
+ export declare function flattenNodeAsRecord(entity: DraggableElementTransfer | DraggableElement | DraggableElementShallowTransfer | CanvasEntityState, allKnownEntities: Record<EntityId, ElementTransfer | Element_2 | ElementShallowTransfer | EntityState> | {
14453
+ [EntityId: EntityId]: Element_2 | ElementTransfer | ElementShallowTransfer | EntityState;
14454
+ }, seenEntities?: Set<EntityId>, options?: {
14453
14455
  ignoreBuiltInBaseEntities?: boolean;
14454
14456
  allBuiltInEntityIds?: Set<EntityId>;
14455
14457
  entityMaps?: Map<string, string>;