@elyx-code/project-logic-tree 0.0.6028 → 0.0.6030

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,13 +1,21 @@
1
- import { IActionInputMapTransfer, IActionOutputMapTransfer, IArgumentDeclarationReference, IConditionReference, IFunctionDeclarationReference, IInputMapReference, IOperationReference, IOperationTransfer, IOutputMapReference } from '../../../..';
1
+ import { IActionInputMapTransfer, IActionOutputMapTransfer, IArgumentDeclarationReference, IConditionReference, IFunctionDeclarationReference, IOperationReference, IOperationTransfer, IOutputMapReference, IVariableDeclarationReference, IVariableDeclarationTransfer, IVariableInputMapTransfer } from '../../../..';
2
2
 
3
- export declare const createNewBankAccountAccountOwnerDynamicInputMapParentRef: IInputMapReference;
3
+ export declare const createNewBankAccountAccountOwnerDynamicInputMapParentRef: IVariableDeclarationReference;
4
4
  export declare const createNewBankAccountAccountOwnerDynamicInputMapReadsValueRef: IOutputMapReference;
5
+ export declare const createNewBankAccountAccountOwnerDynamicInputMap: IVariableInputMapTransfer;
5
6
  export declare const createNewBankAccountAccountNumberDynamicInputMapReadsValueRef: IArgumentDeclarationReference;
6
- export declare const createNewBankAccountAccountNumberDynamicInputMapParentRef: IInputMapReference;
7
+ export declare const createNewBankAccountAccountNumberDynamicInputMapParentRef: IVariableDeclarationReference;
8
+ export declare const createNewBankAccountAccountNumberDynamicInputMap: IVariableInputMapTransfer;
7
9
  export declare const createNewBankAccountInstanceOperationEntityToCreateInputMapParentRef: IOperationReference;
8
10
  export declare const createNewBankAccountInstanceOperationEntityToCreateInputMap: IActionInputMapTransfer;
11
+ export declare const createNewBankAccountInstanceOperationEntityDataInputMapReadsValueRef: IVariableDeclarationReference;
12
+ export declare const createNewBankAccountInstanceOperationEntityDataInputMap: IActionInputMapTransfer;
9
13
  export declare const createNewBankAccountInstanceOperationOutputEntityMapParentRef: IOperationReference;
10
14
  export declare const createNewBankAccountInstanceOperationOutputEntityMap: IActionOutputMapTransfer;
11
- export declare const createNewBankAccountInstanceOperationCalledByRef: IConditionReference;
15
+ export declare const createNewBankAccountInstanceOperationCalledByRefTwo: IConditionReference;
16
+ export declare const createNewBankAccountInstanceOperationCalledByRefOne: IVariableDeclarationReference;
12
17
  export declare const createNewBankAccountInstanceOperationParentRef: IFunctionDeclarationReference;
13
18
  export declare const createNewBankAccountInstanceOperation: IOperationTransfer;
19
+ export declare const newBankAccountDataVariableDeclarationParentRef: IFunctionDeclarationReference;
20
+ export declare const newBankAccountDataVariableDeclarationCalledByRef: IConditionReference;
21
+ export declare const newBankAccountDataVariableDeclaration: IVariableDeclarationTransfer;
@@ -14,3 +14,4 @@ export declare const OLD_BANK_ACCOUNT_VAR_DECL_ID = "old-bank-account-var-declar
14
14
  export declare const OLD_BANK_ACCOUNT_VAR_INST_ID = "old-bank-account-var-instance-id";
15
15
  export declare const COMPANY_VARIABLE_INSTANCE_ID = "company-variable-instance-id";
16
16
  export declare const DELETE_BANK_ACCOUNT_INTERNAL_CALL_ID = "delete-bank-account-internal-call-id";
17
+ export declare const NEW_BANK_ACCOUNT_DATA_VARIABLE_DECLARATION_ID = "new-bank-account-data-variable-declaration-id";