@elyx-code/project-logic-tree 0.0.6953 → 0.0.6957

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
@@ -32540,6 +32540,7 @@ export declare enum BaseValueDescriptorIds {
32540
32540
  addSort(sort: SortStatement): void;
32541
32541
  removeSort(sort: SortStatement): void;
32542
32542
  editSort(sort: SortStatement): void;
32543
+ sanitizeSelectionsForAggregation(): void;
32543
32544
  addSelection(selection: ColumnRef | AllColumnsSelector | FunctionCall): void;
32544
32545
  removeSelection(selection: ColumnRef | AllColumnsSelector | FunctionCall): void;
32545
32546
  editSelection(selection: ColumnRef | AllColumnsSelector | FunctionCall): void;