@elyx-code/project-logic-tree 0.0.6792 → 0.0.6793
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.cjs +141 -141
- package/dist/index.d.ts +1 -0
- package/dist/index.js +22615 -22619
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -24821,6 +24821,7 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
24821
24821
|
static repository: IEditableEntityPersistanceRepository;
|
|
24822
24822
|
static type: EntityType.LiteralValue;
|
|
24823
24823
|
static USER_MANAGED_PARENT_TYPES: EntityType[];
|
|
24824
|
+
static USER_MANAGED_STANDALONE_PARENT_TYPES: EntityType[];
|
|
24824
24825
|
static PARENT_TYPES: EntityType[];
|
|
24825
24826
|
static MUTABLE_BASE_PROPERTIES: string[];
|
|
24826
24827
|
static INMUTABLE_BASE_PROPERTIES: string[];
|