@elyx-code/project-logic-tree 0.0.6930 → 0.0.6931
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 +105 -105
- package/dist/index.d.ts +2 -0
- package/dist/index.js +7014 -6990
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -31736,6 +31736,8 @@ export declare enum BaseValueDescriptorIds {
|
|
|
31736
31736
|
onCallRemoved?: (caller: CallerEntityState, callee: CallableEntityState, callType: 'success' | 'error' | 'entry' | 'loop-body') => Promise<void>;
|
|
31737
31737
|
}): Promise<ChangeSet | null>;
|
|
31738
31738
|
|
|
31739
|
+
export declare function renameDefToNextAvailableName(entity: DefinitionEntityState, changeSet: ChangeSet | null): void;
|
|
31740
|
+
|
|
31739
31741
|
export declare function repeatList(list: unknown, count: unknown): any[];
|
|
31740
31742
|
|
|
31741
31743
|
export declare const repliesActionRef: IActionDescriptorReference;
|