@elyx-code/project-logic-tree 0.0.6965 → 0.0.6967

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
@@ -22357,6 +22357,7 @@ export declare enum BaseValueDescriptorIds {
22357
22357
 
22358
22358
  export declare interface IExecutionCallbackContext {
22359
22359
  detached: boolean;
22360
+ execution?: Execution;
22360
22361
  }
22361
22362
 
22362
22363
  export declare interface IExecutionClient {