@elyx-code/project-logic-tree 0.0.6130 → 0.0.6132
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.
|
@@ -29,6 +29,7 @@ export declare class DataTypeState implements IDataType, UserManagedEntityStateF
|
|
|
29
29
|
parentRelationType?: DataTypeParentChildRelation;
|
|
30
30
|
like: boolean;
|
|
31
31
|
implementationChooseOne: boolean;
|
|
32
|
+
inferred: boolean;
|
|
32
33
|
entity: DefinitionEntityState | PrimitiveEntityState | ActionDescriptorState | BuiltInBaseEntityState | LiteralValueState | null;
|
|
33
34
|
andChildrenGroup: DataTypeState[] | null;
|
|
34
35
|
orChildrenGroup: DataTypeState[] | null;
|
|
@@ -36,7 +37,6 @@ export declare class DataTypeState implements IDataType, UserManagedEntityStateF
|
|
|
36
37
|
errors: EntityError[];
|
|
37
38
|
parent: PropertyState | ArgumentDeclarationState | ReturnDeclarationState | VariableDeclarationState | ValueDescriptorState | InputMapState | OutputMapState | DataTypeState;
|
|
38
39
|
initialized: boolean;
|
|
39
|
-
inferred: boolean;
|
|
40
40
|
constructor(initialDataTypeData: IDataType | IDataTypeTransfer, parentProjectState: ProjectState);
|
|
41
41
|
static repository: IEditableEntityPersistanceRepository;
|
|
42
42
|
static MUTABLE_BASE_PROPERTIES: string[];
|
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.6132",
|
|
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",
|