@elyx-code/project-logic-tree 0.0.6118 → 0.0.6119

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.
@@ -1,4 +1,4 @@
1
- import { IFunctionCallReference, IGlobalEventReference, IActionOutputMapTransfer, IInputMapReference, IActionInputMapTransfer, IOperationTransfer, IOperationReference } from '../../../../..';
1
+ import { IFunctionCallReference, IGlobalEventReference, IActionOutputMapTransfer, IInputMapReference, IActionInputMapTransfer, IOperationTransfer } from '../../../../..';
2
2
 
3
3
  export declare const getBitcoinPriceHTTPCallRefTwo: IFunctionCallReference;
4
4
  export declare const getBitcoinPriceRequestMethodArgument: IActionInputMapTransfer;
@@ -15,6 +15,6 @@ export declare const getBitcoinPriceHTTPCallRefSeven: IFunctionCallReference;
15
15
  export declare const getBitcoinPriceCallCodeReturn: IActionOutputMapTransfer;
16
16
  export declare const getBitcoinPriceHTTPCallRefEight: IFunctionCallReference;
17
17
  export declare const getBitcoinPriceHttpCallResponseReturn: IActionOutputMapTransfer;
18
- export declare const getBitcoinPriceHTTPCallRef: IOperationReference;
18
+ export declare const getBitcoinPriceHTTPCallRef: IGlobalEventReference;
19
19
  export declare const globalProjectEventRefTwo: IGlobalEventReference;
20
20
  export declare const getBitcoinPriceHTTPCall: IOperationTransfer;
@@ -1,8 +1,8 @@
1
- import { IActionInputMapTransfer, ILoopReference, ILoopTransfer, IProjectReference, IVariableDeclarationReference } from '../../../..';
1
+ import { IActionInputMapTransfer, ILoopReference, ILoopTransfer, IProjectReference, IVariableDeclarationReference, IVariableInstanceReference } from '../../../..';
2
2
 
3
3
  export declare const globalObjectValuesTestLoopIterationListInputMapParentRef: ILoopReference;
4
4
  export declare const globalObjectValuesTestLoopIterationListInputMapReadsValueRef: IVariableDeclarationReference;
5
5
  export declare const globalObjectValuesTestLoopIterationListInputMap: IActionInputMapTransfer;
6
6
  export declare const globalObjectValuesTestLoopParentRef: IProjectReference;
7
- export declare const globalObjectValuesTestLoopCalledBySuccessRef: IVariableDeclarationReference;
7
+ export declare const globalObjectValuesTestLoopCalledBySuccessRef: IVariableInstanceReference;
8
8
  export declare const globalObjectValuesTestLoop: ILoopTransfer;