@elyx-code/project-logic-tree 0.0.6946 → 0.0.6947

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 CHANGED
@@ -31863,6 +31863,8 @@ export declare enum BaseValueDescriptorIds {
31863
31863
 
31864
31864
  export declare function resolveActionDescriptorName(actionDescriptor: ActionDescriptorState): string;
31865
31865
 
31866
+ export declare function resolveActionDescriptorNameById(id: string): string | null;
31867
+
31866
31868
  /**
31867
31869
  * Recursively resolves all condition entities which need to be passed
31868
31870
  * to get from the entry point to the given entity.