@elyx-code/project-logic-tree 0.0.6605 → 0.0.6607
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 +4 -0
- package/dist/index.js +13387 -13294
- package/dist/index.umd.cjs +187 -187
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -17432,6 +17432,10 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
17432
17432
|
|
|
17433
17433
|
export declare const persistedBuiltInBaseEntityBaseColumnPropertyDateDataTypeOptionParentRef: IDataTypeReference;
|
|
17434
17434
|
|
|
17435
|
+
export declare const persistedBuiltInBaseEntityBaseColumnPropertyEnumDataTypeOption: IDataTypeTransfer;
|
|
17436
|
+
|
|
17437
|
+
export declare const persistedBuiltInBaseEntityBaseColumnPropertyEnumDataTypeOptionParentRef: IDataTypeReference;
|
|
17438
|
+
|
|
17435
17439
|
export declare const persistedBuiltInBaseEntityBaseColumnPropertyNumberDataTypeOption: IDataTypeTransfer;
|
|
17436
17440
|
|
|
17437
17441
|
export declare const persistedBuiltInBaseEntityBaseColumnPropertyNumberDataTypeOptionParentRef: IDataTypeReference;
|