@hiennc24/constant 1.1.50 → 1.1.52
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.
|
@@ -453,7 +453,8 @@
|
|
|
453
453
|
"ACTION_CRUD_ORDER_ADDRESS": "crudOrderAddress"
|
|
454
454
|
},
|
|
455
455
|
"SVC_SALES_ORDER_HISTORIES": {
|
|
456
|
-
"NAME": "api-sales-order-histories"
|
|
456
|
+
"NAME": "api-sales-order-histories",
|
|
457
|
+
"ACTION_CREATE_MANY": "createHistory"
|
|
457
458
|
},
|
|
458
459
|
"API_SALES_DEBT_HISTORIES": {
|
|
459
460
|
"NAME": "api-sales.debt-histories",
|
|
@@ -1048,7 +1049,8 @@
|
|
|
1048
1049
|
"ACTION_GET_LIST_BY_MANAGERS": "getListByManagers",
|
|
1049
1050
|
"ACTION_GET_PERSONAL_DATA": "getPersonalData",
|
|
1050
1051
|
"ACTION_IN_SHIFT": "inShift",
|
|
1051
|
-
"ACTION_OUT_SHIFT": "outShift"
|
|
1052
|
+
"ACTION_OUT_SHIFT": "outShift",
|
|
1053
|
+
"ACTION_APPROVE_OR_REJECT": "approveOrReject"
|
|
1052
1054
|
},
|
|
1053
1055
|
"API_HCM_TIMEKEEPING_COMPONENTS": {
|
|
1054
1056
|
"NAME": "api-hcm.timekeeping-components",
|