@hiennc24/constant 1.3.12 → 1.3.14
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.
|
@@ -1146,7 +1146,8 @@
|
|
|
1146
1146
|
"ACTION_UPDATE": "update",
|
|
1147
1147
|
"ACTION_DELETE_MANY": "deleteMany",
|
|
1148
1148
|
"ACTION_PREVIEW_BY_IDS": "previewByIds",
|
|
1149
|
-
"ACTION_PREVIEW_BY_ENTITY": "previewByEntity"
|
|
1149
|
+
"ACTION_PREVIEW_BY_ENTITY": "previewByEntity",
|
|
1150
|
+
"ACTION_GENERATE_CODE": "generateCode"
|
|
1150
1151
|
},
|
|
1151
1152
|
"API_HCM_TIMEKEEPING_SUMMARIES": {
|
|
1152
1153
|
"NAME": "api-hcm.timekeeping-summaries",
|
|
@@ -1155,7 +1156,8 @@
|
|
|
1155
1156
|
"ACTION_CREATE": "create",
|
|
1156
1157
|
"ACTION_UPDATE": "update",
|
|
1157
1158
|
"ACTION_DELETE_MANY": "deleteMany",
|
|
1158
|
-
"ACTION_GET_STATISTIC": "getStatistic"
|
|
1159
|
+
"ACTION_GET_STATISTIC": "getStatistic",
|
|
1160
|
+
"ACTION_GENERATE_CODE": "generateCode"
|
|
1159
1161
|
},
|
|
1160
1162
|
"API_HCM_TIMEKEEPING_TIMEKEEPERS": {
|
|
1161
1163
|
"NAME": "api-hcm.timekeeping-timekeepers",
|
|
@@ -1207,7 +1209,10 @@
|
|
|
1207
1209
|
"ACTION_GET_DETAIL": "getDetail",
|
|
1208
1210
|
"ACTION_CREATE": "create",
|
|
1209
1211
|
"ACTION_UPDATE": "update",
|
|
1210
|
-
"
|
|
1212
|
+
"ACTION_CANCEL": "cancel",
|
|
1213
|
+
"ACTION_APPROVE": "approve",
|
|
1214
|
+
"ACTION_DELETE_MANY": "deleteMany",
|
|
1215
|
+
"ACTION_GENERATE_CODE": "generateCode"
|
|
1211
1216
|
},
|
|
1212
1217
|
"API_HCM_BUSINESS_TRIP": {
|
|
1213
1218
|
"NAME": "api-hcm.business-trips",
|