@elyx-code/project-logic-tree 0.0.6631 → 0.0.6632

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
@@ -20825,6 +20825,8 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
20825
20825
 
20826
20826
  export declare function inferLoopDataType(entity: LoopState, _changeSet?: ChangeSet | null): DataTypeState | null;
20827
20827
 
20828
+ export declare function inferOperationDataType(entity: OperationState, _changeSet?: ChangeSet | null): DataTypeState | null;
20829
+
20828
20830
  export declare function inferOutputMapDataType(entity: OutputMapState, _changeSet?: ChangeSet | null): DataTypeState | null;
20829
20831
 
20830
20832
  export declare function inferPropertyDataType(entity: PropertyState, _changeSet?: ChangeSet | null): DataTypeState | null;