@elyx-code/project-logic-tree 0.0.6616 → 0.0.6619
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 +7 -0
- package/dist/index.js +12151 -11610
- package/dist/index.umd.cjs +111 -111
- 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;
|