@elyx-code/project-logic-tree 0.0.6084 → 0.0.6085
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.js +4516 -4503
- package/dist/index.umd.cjs +49 -49
- package/dist/tree/utils/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -169,3 +169,4 @@ export declare function getPeristedEntities(project: ProjectState): CustomEntity
|
|
|
169
169
|
export declare function getDatabaseEntities(project: ProjectState): CustomEntityState[];
|
|
170
170
|
export declare function resolvePrimaryKeyProperty(entity: CustomEntityState): PropertyState | null;
|
|
171
171
|
export declare function getColumnProperties(entity: CustomEntityState): PropertyState[];
|
|
172
|
+
export declare function getDatabaseEntity(entity: CustomEntityState): CustomEntityState | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elyx-code/project-logic-tree",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6085",
|
|
4
4
|
"author": "Sergio Herrero",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"description": "An installable module which contains the type definitions and ephemeral state management for a projects' logic tree data structure",
|