@elyx-code/project-logic-tree 0.0.6011 → 0.0.6012

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,12 @@
1
- import { IProjectReference, IVariableDeclarationTransfer } from '../../../../..';
1
+ import { IInputMapReference, IPrimitiveValueTransfer, IProjectReference, IVariableDeclarationReference, IVariableDeclarationTransfer, IVariableInputMapTransfer, IVariableInstanceReference, IVariableInstanceTransfer } from '../../../../..';
2
2
 
3
+ export declare const employeeMappedDTOVariableInstanceNowTimestampInputMapDefaultValueParentRef: IInputMapReference;
4
+ export declare const employeeMappedDTOVariableInstanceNowTimestampInputMapDefaultValue: IPrimitiveValueTransfer;
5
+ export declare const employeeMappedDTOVariableInstanceNowTimestampInputMapParentRef: IVariableInstanceReference;
6
+ export declare const employeeMappedDTOVariableInstanceNowTimestampInputMap: IVariableInputMapTransfer;
7
+ export declare const employeeMappedDTOVariableInstanceDeclRef: IVariableDeclarationReference;
8
+ export declare const employeeMappedDTOVariableInstanceCalledBySuccessRef: IVariableDeclarationReference;
9
+ export declare const employeeMappedDTOVariableInstanceParentRef: IProjectReference;
10
+ export declare const employeeMappedDTOVariableInstance: IVariableInstanceTransfer;
3
11
  export declare const employeeMappedDTOVariableParentRef: IProjectReference;
4
12
  export declare const employeeMappedDTOVariable: IVariableDeclarationTransfer;
@@ -2,6 +2,7 @@ export declare const RANDOM_COMPANY_EMPLOYEE_TEST_VARIABLE_ID = "random-company-
2
2
  export declare const MANAGER_BLOBAL_VARIABLE_ID = "manager-global-variable-id";
3
3
  export declare const GLOBAL_USER_INSTANCE_ID = "global-user-instance-id";
4
4
  export declare const EMPLOYEE_MAPPED_DTO_VARIABLE_ID = "employee-mapped-dto-variable-id";
5
+ export declare const EMPLOYEE_MAPPED_DTO_VARIABLE_INSTANCE_ID = "employee-mapped-dto-variable-instance-id";
5
6
  export declare const RANDOM_EMPLOYEE_ID_OUTPUT_MAP_ID = "random-employee-id-output-map-id";
6
7
  export declare const RANDOM_EMPLOYEE_BIRTH_DATE_OUTPUT_MAP_ID = "random-employee-birth-date-output-map-id";
7
8
  export declare const RANDOM_EMPLOYEE_DEPARTMENT_OUTPUT_MAP_ID = "random-employee-department-output-map-id";