@elyx-code/project-logic-tree 0.0.6604 → 0.0.6605
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 +8 -0
- package/dist/index.js +5061 -4993
- package/dist/index.umd.cjs +87 -87
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -17422,8 +17422,16 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
17422
17422
|
|
|
17423
17423
|
export declare const persistedBuiltInBaseEntityBaseColumnProperty: IPropertyTransfer;
|
|
17424
17424
|
|
|
17425
|
+
export declare const persistedBuiltInBaseEntityBaseColumnPropertyBooleanDataTypeOption: IDataTypeTransfer;
|
|
17426
|
+
|
|
17427
|
+
export declare const persistedBuiltInBaseEntityBaseColumnPropertyBooleanDataTypeOptionParentRef: IDataTypeReference;
|
|
17428
|
+
|
|
17425
17429
|
export declare const persistedBuiltInBaseEntityBaseColumnPropertyDataType: IDataTypeTransfer;
|
|
17426
17430
|
|
|
17431
|
+
export declare const persistedBuiltInBaseEntityBaseColumnPropertyDateDataTypeOption: IDataTypeTransfer;
|
|
17432
|
+
|
|
17433
|
+
export declare const persistedBuiltInBaseEntityBaseColumnPropertyDateDataTypeOptionParentRef: IDataTypeReference;
|
|
17434
|
+
|
|
17427
17435
|
export declare const persistedBuiltInBaseEntityBaseColumnPropertyNumberDataTypeOption: IDataTypeTransfer;
|
|
17428
17436
|
|
|
17429
17437
|
export declare const persistedBuiltInBaseEntityBaseColumnPropertyNumberDataTypeOptionParentRef: IDataTypeReference;
|