@hiennc24/constant 1.0.7 → 1.0.9
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/lib/service.constant.json +13 -1
- package/package.json +1 -1
|
@@ -29,6 +29,17 @@
|
|
|
29
29
|
"ACTION_UPDATE": "updateSettings",
|
|
30
30
|
"ACTION_DELETE": "deleteSettings"
|
|
31
31
|
},
|
|
32
|
+
"SVC_ADMINISTRATION_LIST_TRANSACTION_LISTS": {
|
|
33
|
+
"NAME": "svc-administration-list.transaction_lists",
|
|
34
|
+
"ACTION_GET_LIST": "getList",
|
|
35
|
+
"ACTION_GET_DETAIL": "getDetail",
|
|
36
|
+
"ACTION_CREATE": "create",
|
|
37
|
+
"ACTION_UPDATE": "update",
|
|
38
|
+
"ACTION_DELETE": "delete",
|
|
39
|
+
"ACTION_COUNT": "count",
|
|
40
|
+
"ACTION_LOCK": "lock",
|
|
41
|
+
"ACTION_UPLOAD": "upload"
|
|
42
|
+
},
|
|
32
43
|
"API_WAREHOUSE_VOUCHERS": {
|
|
33
44
|
"NAME": "api-warehouse.vouchers",
|
|
34
45
|
"ACTION_GET_LIST": "getList",
|
|
@@ -739,7 +750,8 @@
|
|
|
739
750
|
"ACTION_IMPORT": "import",
|
|
740
751
|
"ACTION_EXPORT": "export",
|
|
741
752
|
"ACTION_CREATE": "create",
|
|
742
|
-
"ACTION_UPDATE": "update"
|
|
753
|
+
"ACTION_UPDATE": "update",
|
|
754
|
+
"ACTION_GET_PAGE_BY_WORKING_STATUS": "getPageByWorkingStatus"
|
|
743
755
|
},
|
|
744
756
|
"SVC_ORGANIZATION_EMPLOYEE_SALARY_HISTORIES": {
|
|
745
757
|
"NAME": "svc-organization.employee-salary-histories"
|