@elyx-code/project-logic-tree 0.0.6211 → 0.0.6213
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/definitions/mock/default-mock/entities/animal.d.ts +3 -1
- package/dist/index.js +4461 -4411
- package/dist/index.umd.cjs +95 -95
- package/dist/tree/state/literal-value/literal-value.d.ts +1 -0
- package/dist/tree/state/literal-value/literal-value.test.d.ts +1 -0
- package/dist/tree/utils/index.d.ts +3 -5
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IDefinitionEntityReference, IDefinitionEntityTransfer, IPropertyReference, IDataTypeTransfer, IProjectReference, IPropertyTransfer } from '../../..';
|
|
1
|
+
import { IDefinitionEntityReference, IDefinitionEntityTransfer, IPropertyReference, IDataTypeTransfer, IProjectReference, IPropertyTransfer, ILiteralValueTransfer } from '../../..';
|
|
2
2
|
|
|
3
3
|
export declare const animalPrototypeDatabasePropertyRef: IPropertyReference;
|
|
4
4
|
export declare const animalPrototypeDatabasePropertyDataTypeDefaultValueParentRef: IPropertyReference;
|
|
@@ -7,6 +7,8 @@ export declare const animalPrototypeDatabaseProperty: IPropertyTransfer;
|
|
|
7
7
|
export declare const animalNamePropertyRef: IPropertyReference;
|
|
8
8
|
export declare const animalNamePropertyDataType: IDataTypeTransfer;
|
|
9
9
|
export declare const animalNamePropertyParentRef: IDefinitionEntityReference;
|
|
10
|
+
export declare const animalNameDefaultValueParentRef: IPropertyReference;
|
|
11
|
+
export declare const animalNameDefaultValue: ILiteralValueTransfer;
|
|
10
12
|
export declare const animalNameProperty: IPropertyTransfer;
|
|
11
13
|
export declare const mainProjectRefTen: IProjectReference;
|
|
12
14
|
export declare const animalPrototype: IDefinitionEntityTransfer;
|