@elyx-code/project-logic-tree 0.0.6333 → 0.0.6335

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
@@ -11309,7 +11309,7 @@ export { outputMapValidation }
11309
11309
  export declare class ParallelExecutionOperation extends ActionDescriptorState {
11310
11310
  readonly id = ExecutionOperations.Parallel;
11311
11311
  readonly name = ExecutionOperations.Parallel;
11312
- readonly description = "Execute a list of actions one after the other";
11312
+ readonly description = "Programmatically execute a list of actions one after the other";
11313
11313
  readonly version = "1";
11314
11314
  readonly autoexecutable = true;
11315
11315
  initialData: IActionDescriptor | IActionDescriptorTransfer;
@@ -11549,6 +11549,8 @@ export declare enum PrimitiveTypes {
11549
11549
  Untyped = "untyped"
11550
11550
  }
11551
11551
 
11552
+ export declare function printEntity(entity: ElementGenerationTarget | EntityState, project: ProjectState): string;
11553
+
11552
11554
  export declare const processOutputGlobalValueDescriptorDataType: IDataTypeTransfer;
11553
11555
 
11554
11556
  export declare const processOutputGlobalValueDescriptorReturn: IValueDescriptorTransfer;
@@ -12687,7 +12689,7 @@ export { searchValidation }
12687
12689
  export declare class SequentialExecutionOperation extends ActionDescriptorState {
12688
12690
  readonly id = ExecutionOperations.Sequential;
12689
12691
  readonly name = ExecutionOperations.Sequential;
12690
- readonly description = "Execute a list of actions one after the other";
12692
+ readonly description = "Programmatically execute a list of actions one after the other";
12691
12693
  readonly version = "1";
12692
12694
  readonly autoexecutable = true;
12693
12695
  initialData: IActionDescriptor | IActionDescriptorTransfer;