@elyx-code/project-logic-tree 0.0.6603 → 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 -5
- package/dist/index.js +17968 -18160
- package/dist/index.umd.cjs +208 -210
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -7082,11 +7082,6 @@ export declare function findNextSingleCallerAncestor(target: CallableEntityState
|
|
|
7082
7082
|
callType: 'success' | 'error' | 'entry' | 'loop-body' | null;
|
|
7083
7083
|
};
|
|
7084
7084
|
|
|
7085
|
-
export declare function findNextSingleCallerAncestorV2(target: CallableEntityState, from?: CallerEntityState, debug?: boolean): {
|
|
7086
|
-
ancestor: CallerEntityState | null;
|
|
7087
|
-
callType: 'success' | 'error' | 'entry' | 'loop-body' | null;
|
|
7088
|
-
};
|
|
7089
|
-
|
|
7090
7085
|
export declare function findReferencesToSelfInProject(element: EntityState): EntityState[];
|
|
7091
7086
|
|
|
7092
7087
|
export declare function findReferenceToSelfInList(element: EntityState, elements: EntityState[]): EntityState[];
|
|
@@ -17427,8 +17422,16 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
17427
17422
|
|
|
17428
17423
|
export declare const persistedBuiltInBaseEntityBaseColumnProperty: IPropertyTransfer;
|
|
17429
17424
|
|
|
17425
|
+
export declare const persistedBuiltInBaseEntityBaseColumnPropertyBooleanDataTypeOption: IDataTypeTransfer;
|
|
17426
|
+
|
|
17427
|
+
export declare const persistedBuiltInBaseEntityBaseColumnPropertyBooleanDataTypeOptionParentRef: IDataTypeReference;
|
|
17428
|
+
|
|
17430
17429
|
export declare const persistedBuiltInBaseEntityBaseColumnPropertyDataType: IDataTypeTransfer;
|
|
17431
17430
|
|
|
17431
|
+
export declare const persistedBuiltInBaseEntityBaseColumnPropertyDateDataTypeOption: IDataTypeTransfer;
|
|
17432
|
+
|
|
17433
|
+
export declare const persistedBuiltInBaseEntityBaseColumnPropertyDateDataTypeOptionParentRef: IDataTypeReference;
|
|
17434
|
+
|
|
17432
17435
|
export declare const persistedBuiltInBaseEntityBaseColumnPropertyNumberDataTypeOption: IDataTypeTransfer;
|
|
17433
17436
|
|
|
17434
17437
|
export declare const persistedBuiltInBaseEntityBaseColumnPropertyNumberDataTypeOptionParentRef: IDataTypeReference;
|