@elyx-code/project-logic-tree 0.0.6558 → 0.0.6559

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
@@ -5037,11 +5037,19 @@ export declare function deleteRootProject(where: {
5037
5037
 
5038
5038
  export declare const downSqlRowTransformerEntityMethod: IActionDescriptorTransfer;
5039
5039
 
5040
+ export declare const downSqlRowTransformerEntityMethodNewShapeDataType: IDataTypeTransfer;
5041
+
5042
+ export declare const downSqlRowTransformerEntityMethodNewShapeDataTypeParentRef: IDataTypeReference;
5043
+
5040
5044
  export declare const downSqlRowTransformerEntityMethodParentRef: IBuiltInBaseEntityReference;
5041
5045
 
5046
+ export declare const downSqlRowTransformerEntityMethodRootDataType: IDataTypeTransfer;
5047
+
5048
+ export declare const downSqlRowTransformerEntityMethodRootDataTypeParentRef: IActionDescriptorReference;
5049
+
5042
5050
  export declare const downSqlRowTransformerEntityMethodVoidDataType: IDataTypeTransfer;
5043
5051
 
5044
- export declare const downSqlRowTransformerEntityMethodVoidDataTypeParentRef: IActionDescriptorReference;
5052
+ export declare const downSqlRowTransformerEntityMethodVoidDataTypeParentRef: IDataTypeReference;
5045
5053
 
5046
5054
  export declare const DRAGGABLE_CALLABLE_TYPES: EntityType[];
5047
5055
 
@@ -7535,7 +7543,6 @@ export declare class FunctionDeclarationState extends UserManagedVersionedState
7535
7543
  addReturnStatement(statement: ReturnStatementState): FunctionDeclarationState;
7536
7544
  removeReturnStatement(statement: ReturnStatementState): FunctionDeclarationState;
7537
7545
  getUniqueOutputProperties(): PropertyState[];
7538
- checkArgumentIsLoopAggregateResult(argument: ArgumentDeclarationState): boolean;
7539
7546
  removeUnrecognizedInputs(changeSet?: ChangeSet | null): IChangeSet<FunctionDeclarationState>;
7540
7547
  syncInputs(changeSet?: ChangeSet | null): IChangeSet<FunctionDeclarationState>;
7541
7548
  getUniqueInputMaps(): InputMapState[];