@elyx-code/project-logic-tree 0.0.6615 → 0.0.6617
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.d.ts +13 -0
- package/dist/index.js +27341 -26751
- package/dist/index.umd.cjs +191 -191
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4445,6 +4445,7 @@ export declare class DataTypeState extends UserManagedVersionedState implements
|
|
|
4445
4445
|
interactiveEntities: boolean | null;
|
|
4446
4446
|
actionEntities: boolean | null;
|
|
4447
4447
|
index: number | null;
|
|
4448
|
+
foreignKeyAllowed: boolean | null;
|
|
4448
4449
|
entity: DataTypeStateEntityOption | null;
|
|
4449
4450
|
foreignKeyRef: PropertyState | null;
|
|
4450
4451
|
andChildrenGroup: DataTypeState[] | null;
|
|
@@ -13510,6 +13511,7 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
13510
13511
|
options?: string[];
|
|
13511
13512
|
parentRelationType?: DataTypeParentChildRelation;
|
|
13512
13513
|
like?: boolean;
|
|
13514
|
+
foreignKeyAllowed?: boolean;
|
|
13513
13515
|
implementationChooseOne?: boolean;
|
|
13514
13516
|
staticEntities?: boolean;
|
|
13515
13517
|
interactiveEntities?: boolean;
|
|
@@ -13524,6 +13526,7 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
13524
13526
|
implementationChooseOne: boolean;
|
|
13525
13527
|
options: string[] | null;
|
|
13526
13528
|
parentRelationType: DataTypeParentChildRelation | null;
|
|
13529
|
+
foreignKeyAllowed: boolean | null;
|
|
13527
13530
|
asType: boolean | null;
|
|
13528
13531
|
isList: boolean | null;
|
|
13529
13532
|
staticEntities: boolean | null;
|
|
@@ -17461,6 +17464,10 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
17461
17464
|
|
|
17462
17465
|
export declare const persistedBuiltInBaseEntityBaseColumnPropertyEnumDataTypeOptionParentRef: IDataTypeReference;
|
|
17463
17466
|
|
|
17467
|
+
export declare const persistedBuiltInBaseEntityBaseColumnPropertyForeignKeyDataTypeOption: IDataTypeTransfer;
|
|
17468
|
+
|
|
17469
|
+
export declare const persistedBuiltInBaseEntityBaseColumnPropertyForeignKeyDataTypeOptionParentRef: IDataTypeReference;
|
|
17470
|
+
|
|
17464
17471
|
export declare const persistedBuiltInBaseEntityBaseColumnPropertyNumberDataTypeOption: IDataTypeTransfer;
|
|
17465
17472
|
|
|
17466
17473
|
export declare const persistedBuiltInBaseEntityBaseColumnPropertyNumberDataTypeOptionParentRef: IDataTypeReference;
|
|
@@ -19551,12 +19558,16 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
19551
19558
|
|
|
19552
19559
|
export declare const splitListOperationInputListArgument: IValueDescriptorTransfer;
|
|
19553
19560
|
|
|
19561
|
+
export declare const splitListOperationInputListArgumentParentRef: IActionDescriptorReference;
|
|
19562
|
+
|
|
19554
19563
|
/** list: list<any> */
|
|
19555
19564
|
export declare const splitListOperationInputListDataType: IDataTypeTransfer;
|
|
19556
19565
|
|
|
19557
19566
|
/** action-level response dataType (entity = SplitListResponse) */
|
|
19558
19567
|
export declare const splitListOperationResponseDataType: IDataTypeTransfer;
|
|
19559
19568
|
|
|
19569
|
+
export declare const splitListOperationResponseDataTypeParentRef: IActionDescriptorReference;
|
|
19570
|
+
|
|
19560
19571
|
/** response entity */
|
|
19561
19572
|
export declare const splitListOperationResponseEntity: IDefinitionEntityTransfer;
|
|
19562
19573
|
|
|
@@ -19567,6 +19578,8 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
19567
19578
|
|
|
19568
19579
|
export declare const splitListOperationSplitIndexArgument: IValueDescriptorTransfer;
|
|
19569
19580
|
|
|
19581
|
+
export declare const splitListOperationSplitIndexArgumentParentRef: IActionDescriptorReference;
|
|
19582
|
+
|
|
19570
19583
|
/** index: number */
|
|
19571
19584
|
export declare const splitListOperationSplitIndexDataType: IDataTypeTransfer;
|
|
19572
19585
|
|