@elyx-code/project-logic-tree 0.0.7024 → 0.0.7026

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
@@ -14671,6 +14671,7 @@ export declare enum BaseValueDescriptorIds {
14671
14671
  export declare function flattenDataTypesInOrGroup(dataType: DataTypeState | null, options?: {
14672
14672
  removeDuplicates?: boolean;
14673
14673
  removeNulls?: boolean;
14674
+ excludeSelf?: boolean;
14674
14675
  }): DataTypeState[];
14675
14676
 
14676
14677
  export declare function flattenDefinitionEntity(entity: IDefinitionEntity | IDefinitionEntityTransfer | IDefinitionEntityShallowTransfer, seenEntities?: Set<EntityId>, options?: {