@hiennc24/constant 1.2.24 → 1.2.25
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.
|
@@ -1342,7 +1342,8 @@
|
|
|
1342
1342
|
"ACTION_UPDATE_PD_SEGMENT": "bathcUpdatePdSegment",
|
|
1343
1343
|
"ACTION_UPDATE_PD_TO_DO": "bathcUpdatePdToDo",
|
|
1344
1344
|
"ACTION_GET_PARENT_ID": "getParentId",
|
|
1345
|
-
"ACTION_SORT": "sortProcessDetail"
|
|
1345
|
+
"ACTION_SORT": "sortProcessDetail",
|
|
1346
|
+
"ACTION_APPROVE": "approveProcessDetail"
|
|
1346
1347
|
},
|
|
1347
1348
|
"SVC_ORGANIZATION_PROCESS": {
|
|
1348
1349
|
"NAME": "svc-organization.process",
|
|
@@ -1350,7 +1351,8 @@
|
|
|
1350
1351
|
"ACTION_DELETE_PROCESS": "deleteProcesses",
|
|
1351
1352
|
"ACTION_MODIFY_PROCESS": "modifyProcesses",
|
|
1352
1353
|
"ACTION_CREATE_PROCESS": "createProcess",
|
|
1353
|
-
"ACTION_UPDATE_PROCESS": "updateProcess"
|
|
1354
|
+
"ACTION_UPDATE_PROCESS": "updateProcess",
|
|
1355
|
+
"ACTION_UPDATE_MANY_PROCESS": "updateManyProcesses"
|
|
1354
1356
|
},
|
|
1355
1357
|
"SVC_ORGANIZATION_VALUE_CHAIN": {
|
|
1356
1358
|
"NAME": "svc-organization.value-chain",
|