feat: added check-in, check-out & report apis

This commit is contained in:
Sathishkumar Krishnan
2022-01-07 08:52:32 +05:30
parent 19e868e203
commit 65bdd68314
3 changed files with 100 additions and 11 deletions

View File

@@ -68,6 +68,8 @@ const ItemTransactionTypes = [
"RESERVE"
];
const ReportItemForTypes = ["LOCATION", "ISSUE", "INCIDENT"];
module.exports = {
UserActions,
InventoryScopes,
@@ -85,4 +87,5 @@ module.exports = {
AUTHENTICATION_FAILURE_ERROR_MESSAGE,
AUTHORIZATION_FAILURE_ERROR_MESSAGE,
ItemTransactionTypes,
ReportItemForTypes,
};