@elyx-code/project-logic-tree 0.0.6045 → 0.0.6047
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/bitcoin-api-response/ids.d.ts +1 -1
- package/dist/definitions/mock/default-mock/entities/bitcoin-api-response/properties.d.ts +4 -4
- package/dist/definitions/types/primitives.d.ts +5 -1
- package/dist/index.js +5 -5
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const BITCOIN_API_RESPONSE_ID = "bitcoin-api-response-id";
|
|
2
2
|
export declare const TIME_PROPERTY_ID = "time-property-id";
|
|
3
|
-
export declare const DISCLAMER_PROPERTY_ID = "
|
|
3
|
+
export declare const DISCLAMER_PROPERTY_ID = "disclaimer-property-id";
|
|
4
4
|
export declare const CHART_NAME_PROPERTY_ID = "chart-name-property-id";
|
|
5
5
|
export declare const BPI_PROPERTY_ID = "bpi-property-id";
|
|
6
6
|
export declare const BPI_ENTITY_ID = "bpi-entity-id";
|
|
@@ -4,10 +4,10 @@ export declare const timePropertyDataTypeParentRef: IPropertyReference;
|
|
|
4
4
|
export declare const timePropertyDataType: IDataTypeTransfer;
|
|
5
5
|
export declare const timePropertyParentRef: ICustomEntityReference;
|
|
6
6
|
export declare const timeProperty: IPropertyTransfer;
|
|
7
|
-
export declare const
|
|
8
|
-
export declare const
|
|
9
|
-
export declare const
|
|
10
|
-
export declare const
|
|
7
|
+
export declare const disclaimerPropertyDataTypeParentRef: IPropertyReference;
|
|
8
|
+
export declare const disclaimerPropertyDataType: IDataTypeTransfer;
|
|
9
|
+
export declare const disclaimerPropertyParentRef: ICustomEntityReference;
|
|
10
|
+
export declare const disclaimerProperty: IPropertyTransfer;
|
|
11
11
|
export declare const chartNamePropertyDataTypeParentRef: IPropertyReference;
|
|
12
12
|
export declare const chartNamePropertyDataType: IDataTypeTransfer;
|
|
13
13
|
export declare const chartNamePropertyParentRef: ICustomEntityReference;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IDataTypeReference, IProperty, IInputMap, IInputMapReference, EntityType, IChildEntity, IChildEntityTransfer, IBaseEntityTransfer, IDataType, IFunctionDeclaration, IFunctionDeclarationTransfer, IBuiltInBaseEntity, IBuiltInBaseEntityTransfer, ICustomEntity, ICustomEntityTransfer, IOperation, IOperationTransfer, StringAutogenerationOptions, NumberAutogenerationOptions, BooleanAutogenerationOptions, DateAutogenerationOptions, UUIDAutogenerationOptions, ValueAutogenerationOptions, EntityId, IGenericBase, IChildEntityShallowTransfer, ICustomEntityReference, IFunctionDeclarationReference, IOperationReference, IBaseEntity_meta, IBaseEntityShallowTransfer, IBuiltInBaseEntityReference, IPrimitiveEntityReference, IBaseEntityGenerationTarget, IChildEntityGenerationTarget } from '.';
|
|
1
|
+
import { IDataTypeReference, IProperty, IInputMap, IInputMapReference, EntityType, IChildEntity, IChildEntityTransfer, IBaseEntityTransfer, IDataType, IFunctionDeclaration, IFunctionDeclarationTransfer, IBuiltInBaseEntity, IBuiltInBaseEntityTransfer, ICustomEntity, ICustomEntityTransfer, IOperation, IOperationTransfer, StringAutogenerationOptions, NumberAutogenerationOptions, BooleanAutogenerationOptions, DateAutogenerationOptions, UUIDAutogenerationOptions, ValueAutogenerationOptions, EntityId, IGenericBase, IChildEntityShallowTransfer, ICustomEntityReference, IFunctionDeclarationReference, IOperationReference, IBaseEntity_meta, IBaseEntityShallowTransfer, IBuiltInBaseEntityReference, IPrimitiveEntityReference, IBaseEntityGenerationTarget, IChildEntityGenerationTarget, EntityWithValueReference, EntityWithValue } from '.';
|
|
2
2
|
|
|
3
3
|
export declare enum PrimitiveTypes {
|
|
4
4
|
EntityTemplate = "entity-template",
|
|
@@ -38,18 +38,22 @@ export interface IPrimitiveValue_meta extends IPrimitiveValue_base, IGenericBase
|
|
|
38
38
|
export interface IPrimitiveValueTransfer extends IPrimitiveValue_meta, IChildEntityTransfer {
|
|
39
39
|
valueAsType: PrimitiveValueAsTypeTransfer | PrimitiveValueAsTypeTransfer[] | null;
|
|
40
40
|
parent: IDataType | IDataTypeReference | IInputMap | IInputMapReference;
|
|
41
|
+
standaloneParent?: EntityWithValue | EntityWithValueReference;
|
|
41
42
|
}
|
|
42
43
|
export interface IPrimitiveValueGenerationTarget extends IPrimitiveValue_base, IChildEntityGenerationTarget {
|
|
43
44
|
valueAsType: EntityId | EntityId[] | null;
|
|
44
45
|
parent: EntityId;
|
|
46
|
+
standaloneParent?: EntityId;
|
|
45
47
|
}
|
|
46
48
|
export interface IPrimitiveValueShallowTransfer extends IPrimitiveValue_meta, IChildEntityShallowTransfer {
|
|
47
49
|
valueAsType: PrimitiveValueAsTypeReference | PrimitiveValueAsTypeReference[] | null;
|
|
48
50
|
parent: IDataTypeReference | IInputMapReference;
|
|
51
|
+
standaloneParent?: EntityWithValueReference;
|
|
49
52
|
}
|
|
50
53
|
export interface IPrimitiveValue extends IPrimitiveValueTransfer, IChildEntity {
|
|
51
54
|
valueAsType: PrimitiveValueAsType | PrimitiveValueAsType[] | null;
|
|
52
55
|
parent: IDataType | IInputMap;
|
|
56
|
+
standaloneParent?: EntityWithValue;
|
|
53
57
|
}
|
|
54
58
|
export interface IPrimitiveStringValueTransfer extends IPrimitiveValueTransfer {
|
|
55
59
|
name: PrimitiveTypes.String;
|
package/dist/index.js
CHANGED
|
@@ -9516,7 +9516,7 @@ const gA = {
|
|
|
9516
9516
|
x: 0,
|
|
9517
9517
|
y: 0,
|
|
9518
9518
|
parent: US
|
|
9519
|
-
}, Ki = "bitcoin-api-response-id", Yu = "time-property-id", zu = "
|
|
9519
|
+
}, Ki = "bitcoin-api-response-id", Yu = "time-property-id", zu = "disclaimer-property-id", Zu = "chart-name-property-id", Ku = "bpi-property-id", ps = "bpi-entity-id", Xu = "usd-property-id", Qu = "gbp-property-id", ep = "eur-property-id", Yr = "currency-entity-id", tp = "currency-code-property-id", np = "currency-symbol-property-id", rp = "currency-rate-property-id", ip = "currency-description-property-id", ap = "currency-rate-number-property-id", jS = {
|
|
9520
9520
|
type: n.GenericReference,
|
|
9521
9521
|
id: "code-property-data-type-parent-ref-id",
|
|
9522
9522
|
entityType: n.Property,
|
|
@@ -9928,13 +9928,13 @@ const gA = {
|
|
|
9928
9928
|
parent: DO
|
|
9929
9929
|
}, AO = {
|
|
9930
9930
|
type: n.GenericReference,
|
|
9931
|
-
id: "
|
|
9931
|
+
id: "disclaimer-property-data-type-parent-ref-id",
|
|
9932
9932
|
entityType: n.Property,
|
|
9933
9933
|
entityId: zu
|
|
9934
9934
|
}, SO = {
|
|
9935
9935
|
like: !1,
|
|
9936
9936
|
inferred: !1,
|
|
9937
|
-
id: "
|
|
9937
|
+
id: "disclaimer-property-data-type-id",
|
|
9938
9938
|
type: n.DataType,
|
|
9939
9939
|
andChildrenGroup: null,
|
|
9940
9940
|
orChildrenGroup: null,
|
|
@@ -9948,7 +9948,7 @@ const gA = {
|
|
|
9948
9948
|
parent: AO
|
|
9949
9949
|
}, OO = {
|
|
9950
9950
|
type: n.GenericReference,
|
|
9951
|
-
id: "
|
|
9951
|
+
id: "disclaimer-property-parent-ref-id",
|
|
9952
9952
|
entityType: n.CustomEntity,
|
|
9953
9953
|
entityId: Ki
|
|
9954
9954
|
}, CO = {
|
|
@@ -9957,7 +9957,7 @@ const gA = {
|
|
|
9957
9957
|
type: n.Property,
|
|
9958
9958
|
id: zu,
|
|
9959
9959
|
version: 1,
|
|
9960
|
-
name: "
|
|
9960
|
+
name: "disclaimer",
|
|
9961
9961
|
description: null,
|
|
9962
9962
|
index: 0,
|
|
9963
9963
|
dataType: SO,
|