@elyx-code/project-logic-tree 0.0.6749 → 0.0.6750

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
@@ -14886,6 +14886,8 @@ export declare function generateNewRowMigrationDefinition(project: ProjectState,
14886
14886
  y?: number;
14887
14887
  }): DefinitionEntityState;
14888
14888
 
14889
+ export declare function generatePlaceholderValueResolutionContext(project: ProjectState): IValueResolutionContext;
14890
+
14889
14891
  export declare function generatePlaceholderValueStore(id: string, project: ProjectState): IValueStoreClient;
14890
14892
 
14891
14893
  export declare const generateRandomAlphanumericOperation: IActionDescriptorTransfer;