@hiennc24/constant 1.5.20 → 1.5.22
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 +12 -4
- package/package.json +1 -1
|
@@ -234,7 +234,8 @@
|
|
|
234
234
|
"ACTION_GET_DETAIL_VOUCHER": "getDetail",
|
|
235
235
|
"ACTION_CONFIRM_VOUCHER": "confirmVoucher",
|
|
236
236
|
"ACTION_CHANGE_STATUS_VOUCHER": "changeStatus",
|
|
237
|
-
"ACTION_GET_ORDER_AVAILABLE_LIST": "getOrderAvailableList"
|
|
237
|
+
"ACTION_GET_ORDER_AVAILABLE_LIST": "getOrderAvailableList",
|
|
238
|
+
"ACTION_GET_ORDER_REMAINING_PRODUCTS": "getOrderRemainingProducts"
|
|
238
239
|
},
|
|
239
240
|
"SVC_WAREHOUSE_VOUCHER_PRODUCTS": {
|
|
240
241
|
"NAME": "svc-warehouse.voucher-products",
|
|
@@ -377,7 +378,10 @@
|
|
|
377
378
|
"ACTION_GET_DETAIL": "getDetail",
|
|
378
379
|
"ACTION_GEN_CODE": "gen-code",
|
|
379
380
|
"ACTION_CHANGE_STATUS": "change-status",
|
|
380
|
-
"ACTION_UPDATE_MANY_STATUS": "update-many-status"
|
|
381
|
+
"ACTION_UPDATE_MANY_STATUS": "update-many-status",
|
|
382
|
+
"ACTION_GET_DASHBOARD_KPIS": "getDashboardKPIs",
|
|
383
|
+
"ACTION_CHECK_CONFLICTS": "checkConflicts",
|
|
384
|
+
"ACTION_VALIDATE_PROMOTION": "validatePromotion"
|
|
381
385
|
},
|
|
382
386
|
"SVC_PROMOTION_MANAGEMENT_PRODUCT": {
|
|
383
387
|
"NAME": "svc-promotion.promotion-products"
|
|
@@ -392,6 +396,8 @@
|
|
|
392
396
|
"ACTION_DELETE_MANY": "delete-many",
|
|
393
397
|
"ACTION_GET_HISTORIES": "get-histories",
|
|
394
398
|
"ACTION_CALCULATE_PRICE": "calculate-price",
|
|
399
|
+
"ACTION_CHANGE_STATUS": "changeStatus",
|
|
400
|
+
"ACTION_BULK_CHANGE_STATUS": "bulk-change-status",
|
|
395
401
|
"ACTION_FINALIZE_POLICY": "finalize-policy",
|
|
396
402
|
"ACTION_CREATE_POLICY_DRAFT": "create-policy-draft",
|
|
397
403
|
"ACTION_CREATE_POLICY_PRODUCTS": "create-policy-products",
|
|
@@ -1546,7 +1552,8 @@
|
|
|
1546
1552
|
"ACTION_VERIFY_ACCOUNT": "verifyAccount",
|
|
1547
1553
|
"ACTION_CREATE_ACCOUNT": "createAccount",
|
|
1548
1554
|
"ACTION_UPDATE_ACCOUNT": "updateAccount",
|
|
1549
|
-
"ACTION_SWITCH_ORG": "switchOrg"
|
|
1555
|
+
"ACTION_SWITCH_ORG": "switchOrg",
|
|
1556
|
+
"ACTION_REGISTER_TRIAL": "registerTrial"
|
|
1550
1557
|
},
|
|
1551
1558
|
"SVC_ORGANIZATION_EMPLOYEES": {
|
|
1552
1559
|
"NAME": "svc-organization.employees",
|
|
@@ -2237,7 +2244,8 @@
|
|
|
2237
2244
|
"ACTION_IMPORT": "import",
|
|
2238
2245
|
"ACTION_COUNT": "count",
|
|
2239
2246
|
"ACTION_BULK_DELETE": "bulkDelete",
|
|
2240
|
-
"ACTION_UPDATE_STATUS": "updateStatus"
|
|
2247
|
+
"ACTION_UPDATE_STATUS": "updateStatus",
|
|
2248
|
+
"ACTION_CREATE_ORDER_FROM_CONTRACT": "createOrderFromContract"
|
|
2241
2249
|
},
|
|
2242
2250
|
"SVC_ADMINISTRATION_LIST_CONTRACT_PRODUCTS": {
|
|
2243
2251
|
"NAME": "svc-administration-list.contract_products",
|