@elyx-code/project-logic-tree 0.0.6843 → 0.0.6845
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.cjs +234 -234
- package/dist/index.d.ts +1 -1
- package/dist/index.js +33564 -33555
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -31568,7 +31568,7 @@ export declare enum BaseValueDescriptorIds {
|
|
|
31568
31568
|
|
|
31569
31569
|
export declare const roundToUnitDT: IDataTypeTransfer;
|
|
31570
31570
|
|
|
31571
|
-
export declare function safeResolveEntityName(entity:
|
|
31571
|
+
export declare function safeResolveEntityName(entity: EntityPayloadUnion, project: ProjectState, fallback?: string): string;
|
|
31572
31572
|
|
|
31573
31573
|
export declare const saltEncDefault: ILiteralValueTransfer;
|
|
31574
31574
|
|