@hiennc24/constant 1.1.19 → 1.1.20
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.
|
@@ -636,5 +636,7 @@ declare const COLLECTIONS: {
|
|
|
636
636
|
WORK_SHIFT_REGISTRATION_DETAIL_REPOSITORY_NAME: string;
|
|
637
637
|
REQUEST_MANAGEMENT_COLLECTION_NAME: string;
|
|
638
638
|
REQUEST_MANAGEMENT_REPOSITORY_NAME: string;
|
|
639
|
+
SETTING_APPROVE_COLLECTION_NAME: string;
|
|
640
|
+
SETTING_APPROVE_REPOSITORY_NAME: string;
|
|
639
641
|
};
|
|
640
642
|
export default COLLECTIONS;
|
|
@@ -797,5 +797,7 @@ const COLLECTIONS = {
|
|
|
797
797
|
WORK_SHIFT_REGISTRATION_DETAIL_REPOSITORY_NAME: "workShiftRegistrationDetail",
|
|
798
798
|
REQUEST_MANAGEMENT_COLLECTION_NAME: "request_managements",
|
|
799
799
|
REQUEST_MANAGEMENT_REPOSITORY_NAME: "requestManagement",
|
|
800
|
+
SETTING_APPROVE_COLLECTION_NAME: "setting_approves",
|
|
801
|
+
SETTING_APPROVE_REPOSITORY_NAME: "settingApprove",
|
|
800
802
|
};
|
|
801
803
|
exports.default = COLLECTIONS;
|
|
@@ -2168,5 +2168,38 @@
|
|
|
2168
2168
|
"SVC_WORKFLOWS_PERMISSION": {
|
|
2169
2169
|
"NAME": "api-workflows.permission-actions",
|
|
2170
2170
|
"ACTION_GET_PERMISSION_ACTIONS": "get-list"
|
|
2171
|
+
},
|
|
2172
|
+
"API_HCM_SETTING_APPROVES": {
|
|
2173
|
+
"NAME": "api-hcm.setting-approves",
|
|
2174
|
+
"ACTION_GET": "getSettingApprove",
|
|
2175
|
+
"ACTION_UPDATE": "updateSettingApprove"
|
|
2176
|
+
},
|
|
2177
|
+
"SVC_ACCOUNTING_VOUCHER_SALE_ORDER": {
|
|
2178
|
+
"NAME": "svc-orders.accounting-voucher-sale-order",
|
|
2179
|
+
"ACTION_GET_LIST_VOUCHER_SALE_ORDER": "getLists",
|
|
2180
|
+
"ACTION_GET_DETAIL_VOUCHER_SALE_ORDER": "getDetail",
|
|
2181
|
+
"ACTION_CREATE_VOUCHER_SALE_ORDER": "create",
|
|
2182
|
+
"ACTION_UPDATE_VOUCHER_SALE_ORDER": "update",
|
|
2183
|
+
"ACTION_DELETE_VOUCHER_SALE_ORDER": "delete"
|
|
2184
|
+
},
|
|
2185
|
+
"SVC_ACCOUNTING_VOUCHER_PURCHASE_ORDER": {
|
|
2186
|
+
"NAME": "svc-orders.accounting-voucher-purchase-order",
|
|
2187
|
+
"ACTION_GET_LIST_VOUCHER_PURCHASE_ORDER": "getLists",
|
|
2188
|
+
"ACTION_GET_DETAIL_VOUCHER_PURCHASE_ORDER": "getDetail",
|
|
2189
|
+
"ACTION_CREATE_VOUCHER_PURCHASE_ORDER": "create",
|
|
2190
|
+
"ACTION_UPDATE_VOUCHER_PURCHASE_ORDER": "update",
|
|
2191
|
+
"ACTION_DELETE_VOUCHER_PURCHASE_ORDER": "delete"
|
|
2192
|
+
},
|
|
2193
|
+
"SVC_ACCOUNTING_PRODUCT_VOUCHER_SALE_ORDER": {
|
|
2194
|
+
"NAME": "svc-orders.accounting-product-voucher-sale-order",
|
|
2195
|
+
"ACTION_CREATE_SALE_ORDER_PRODUCT_VOUCHER": "create",
|
|
2196
|
+
"ACTION_UPDATE_SALE_ORDER_PRODUCT_VOUCHER": "update",
|
|
2197
|
+
"ACTION_DELETE_SALE_ORDER_PRODUCT_VOUCHER": "delete"
|
|
2198
|
+
},
|
|
2199
|
+
"SVC_ACCOUNTING_PRODUCT_VOUCHER_PURCHASE_ORDER": {
|
|
2200
|
+
"NAME": "svc-orders.accounting-product-voucher-purchase-order",
|
|
2201
|
+
"ACTION_CREATE_PURCHASE_ORDER_PRODUCT_VOUCHER": "create",
|
|
2202
|
+
"ACTION_UPDATE_PURCHASE_ORDER_PRODUCT_VOUCHER": "update",
|
|
2203
|
+
"ACTION_DELETE_PURCHASE_ORDER_PRODUCT_VOUCHER": "delete"
|
|
2171
2204
|
}
|
|
2172
2205
|
}
|