@elyx-code/project-logic-tree 0.0.6013 → 0.0.6015
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.
- package/dist/definitions/mock/default-mock/variables/global-data-mapping/ids.d.ts +1 -0
- package/dist/index.js +1909 -1898
- package/dist/index.umd.cjs +69 -69
- package/dist/tree/state/value-descriptor/value-descriptor.d.ts +2 -0
- package/dist/tree/state/variable-declaration/variable-declaration.d.ts +1 -0
- package/dist/tree/utils/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -10,6 +10,7 @@ export declare const RANDOM_EMPLOYEE_MANAGER_OUTPUT_MAP_ID = "random-employee-ma
|
|
|
10
10
|
export declare const MANAGER_BLOBAL_ID_OUTPUT_MAP_ID = "manager-global-id-output-map-id";
|
|
11
11
|
export declare const GLOBAL_USER_INSTANCE_ID_OUTPUT_MAP_ID = "global-user-instance-id-output-map-id";
|
|
12
12
|
export declare const EMPLOYEE_MAPPED_DTO_REQUESTER_ID_INPUT_MAP_ID = "employee-mapped-dto-requester-id-input-map-id";
|
|
13
|
+
export declare const EMPLOYEE_MAPPED_DTO_NOW_TIMESTAMP_INPUT_MAP_ID = "employee-mapped-dto-now-timestamp-input-map-id";
|
|
13
14
|
export declare const EMPLOYEE_MAPPED_DTO_ID_INPUT_MAP_ID = "employee-mapped-dto-id-input-map-id";
|
|
14
15
|
export declare const EMPLOYEE_MAPPED_DTO_BIRTH_DATE_INPUT_MAP_ID = "employee-mapped-dto-birth-date-input-map-id";
|
|
15
16
|
export declare const EMPLOYEE_MAPPED_DTO_DEPARTMENT_INPUT_MAP_ID = "employee-mapped-dto-department-input-map-id";
|