@elyx-code/project-logic-tree 0.0.598 → 0.0.599

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.
@@ -11,5 +11,6 @@ export declare const CREATE_NEW_BANK_ACCOUNT_INSTANCE_OPERATION_ID = "create-new
11
11
  export declare const CREATE_NEW_BANK_ACCOUNT_INSTANCE_OP_OUTPUT_ENTITY_MAP_ID = "create-new-bank-account-instance-operation-output-entity-map-id";
12
12
  export declare const COMPANY_BANK_ACCOUNT_OUTPUT_MAP_ID = "company-bank-account-output-map-id";
13
13
  export declare const OLD_BANK_ACCOUNT_VAR_DECL_ID = "old-bank-account-var-declaration-id";
14
+ export declare const OLD_BANK_ACCOUNT_VAR_INST_ID = "old-bank-account-var-instance-id";
14
15
  export declare const COMPANY_VARIABLE_INSTANCE_ID = "company-variable-instance-id";
15
16
  export declare const DELETE_BANK_ACCOUNT_INTERNAL_CALL_ID = "delete-bank-account-internal-call-id";
@@ -1,4 +1,4 @@
1
- import { IDataTypeTransfer, IFunctionDeclarationReference, IInternalCallTransfer, IOperationReference, IOutputMapReference, IVariableDeclarationReference, IVariableDeclarationTransfer } from '../../../../';
1
+ import { IDataTypeTransfer, IFunctionDeclarationReference, IInternalCallTransfer, IOperationReference, IOutputMapReference, IVariableDeclarationReference, IVariableDeclarationTransfer, IVariableInstanceTransfer } from '../../../../';
2
2
 
3
3
  export declare const oldBankAccountVariableDataTypeParentRef: IVariableDeclarationReference;
4
4
  export declare const oldBankAccountVariableDataType: IDataTypeTransfer;
@@ -7,5 +7,8 @@ export declare const oldBankAccountVariableParentRef: IFunctionDeclarationRefere
7
7
  export declare const oldBankAccountVariableCalledByRef: IVariableDeclarationReference;
8
8
  export declare const deleteBankAccountInternalCallCalledByRef: IOperationReference;
9
9
  export declare const deleteBankAccountInternalCallParentRef: IVariableDeclarationReference;
10
+ export declare const deleteBankAccountInternalCallCalledByRefTwo: IVariableDeclarationReference;
10
11
  export declare const deleteBankAccountInternalCall: IInternalCallTransfer;
11
- export declare const oldBankAccountVariable: IVariableDeclarationTransfer;
12
+ export declare const oldBankAccountVariableTriggerDeleteDeclRef: IVariableDeclarationReference;
13
+ export declare const oldBankAccountVariableTriggerDelete: IVariableInstanceTransfer;
14
+ export declare const oldBankAccountVariableSetNewValue: IVariableDeclarationTransfer;