@elyx-code/project-logic-tree 0.0.5992 → 0.0.5993

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 { IDataTypeTransfer, IFunctionDeclarationReference, IInternalCallTransfer, IOperationReference, IOutputMapReference, IVariableDeclarationReference, IVariableDeclarationTransfer, IVariableInstanceTransfer } from '../../../../';
1
+ import { IDataTypeTransfer, IFunctionDeclarationReference, IInternalCallTransfer, IOperationReference, IOutputMapReference, IVariableDeclarationReference, IVariableDeclarationTransfer, IVariableInstanceReference, IVariableInstanceTransfer } from '../../../../';
2
2
 
3
3
  export declare const oldBankAccountVariableDataTypeParentRef: IVariableDeclarationReference;
4
4
  export declare const oldBankAccountVariableDataType: IDataTypeTransfer;
@@ -6,9 +6,10 @@ export declare const oldBankAccountVariableReadsValueRef: IOutputMapReference;
6
6
  export declare const oldBankAccountVariableParentRef: IFunctionDeclarationReference;
7
7
  export declare const oldBankAccountVariableCalledByRef: IVariableDeclarationReference;
8
8
  export declare const deleteBankAccountInternalCallCalledByRef: IOperationReference;
9
- export declare const deleteBankAccountInternalCallParentRef: IVariableDeclarationReference;
9
+ export declare const deleteBankAccountInternalCallParentRef: IVariableInstanceReference;
10
10
  export declare const deleteBankAccountInternalCallCalledByRefTwo: IVariableDeclarationReference;
11
11
  export declare const deleteBankAccountInternalCall: IInternalCallTransfer;
12
12
  export declare const oldBankAccountVariableTriggerDeleteDeclRef: IVariableDeclarationReference;
13
+ export declare const oldBankAccountVariableParentRefTwo: IFunctionDeclarationReference;
13
14
  export declare const oldBankAccountVariableTriggerDelete: IVariableInstanceTransfer;
14
15
  export declare const oldBankAccountVariableSetNewValue: IVariableDeclarationTransfer;