@hiennc24/constant 1.6.4 → 1.6.6
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 +30 -4
- package/package.json +2 -2
|
@@ -17,6 +17,9 @@
|
|
|
17
17
|
"ORGANIZATION": {
|
|
18
18
|
"EMPLOYEE_UPDATED": "organization.employee.updated",
|
|
19
19
|
"POSITION_UPDATED": "organization.position.updated"
|
|
20
|
+
},
|
|
21
|
+
"PRODUCT": {
|
|
22
|
+
"UPDATED": "product.product.updated"
|
|
20
23
|
}
|
|
21
24
|
},
|
|
22
25
|
"CHANNEL_CONSUMER_GROUPS": {
|
|
@@ -24,6 +27,9 @@
|
|
|
24
27
|
"LEAVE_MANAGEMENT": "hrm.leave-management",
|
|
25
28
|
"TIMEKEEPING": "hrm.timekeeping",
|
|
26
29
|
"WORKSHIFT": "hrm.workshift"
|
|
30
|
+
},
|
|
31
|
+
"WAREHOUSE": {
|
|
32
|
+
"INVENTORY": "warehouse.inventory"
|
|
27
33
|
}
|
|
28
34
|
},
|
|
29
35
|
"CHANNEL_DLQ_QUEUES": {
|
|
@@ -31,6 +37,9 @@
|
|
|
31
37
|
"LEAVE_EMPLOYEE_UPDATED": "DEAD_LETTER.hrm.employee.updated",
|
|
32
38
|
"TIMEKEEPING_EMPLOYEE_UPDATED": "DEAD_LETTER.hrm.timekeeping.employee.updated",
|
|
33
39
|
"WORKSHIFT_EMPLOYEE_UPDATED": "DEAD_LETTER.hrm.workshift.employee.updated"
|
|
40
|
+
},
|
|
41
|
+
"WAREHOUSE": {
|
|
42
|
+
"INVENTORY_PRODUCT_UPDATED": "DEAD_LETTER.warehouse.inventory.product.updated"
|
|
34
43
|
}
|
|
35
44
|
},
|
|
36
45
|
"SVC_SHARED_SETTING_INVOICE": {
|
|
@@ -172,15 +181,18 @@
|
|
|
172
181
|
"ACTION_GET_OVERVIEW": "getOverview",
|
|
173
182
|
"ACTION_GET_REVENUE_CHART": "getRevenueChart",
|
|
174
183
|
"ACTION_GET_TOP_PRODUCTS": "getTopProducts",
|
|
175
|
-
"ACTION_GET_RECENT_TX": "getRecentTx"
|
|
184
|
+
"ACTION_GET_RECENT_TX": "getRecentTx",
|
|
185
|
+
"ACTION_GET_DASHBOARD": "getDashboard"
|
|
176
186
|
},
|
|
177
187
|
"SVC_CUSTOMER_SALES": {
|
|
178
188
|
"NAME": "svc-business-partner.customer-sales",
|
|
179
189
|
"ACTION_GET_ORDERS": "getOrders",
|
|
180
190
|
"ACTION_GET_ORDERS_SUMMARY": "getOrdersSummary",
|
|
181
191
|
"ACTION_GET_INVOICES": "getInvoices",
|
|
192
|
+
"ACTION_GET_INVOICES_SUMMARY": "getInvoicesSummary",
|
|
182
193
|
"ACTION_GET_RETURNS": "getReturns",
|
|
183
|
-
"ACTION_GET_PRODUCTS": "getProducts"
|
|
194
|
+
"ACTION_GET_PRODUCTS": "getProducts",
|
|
195
|
+
"ACTION_GET_SALES_TAB": "getSalesTab"
|
|
184
196
|
},
|
|
185
197
|
"SVC_CUSTOMER_MARKETING": {
|
|
186
198
|
"NAME": "svc-business-partner.customer-marketing",
|
|
@@ -188,14 +200,16 @@
|
|
|
188
200
|
"ACTION_GET_PROMOTIONS": "getPromotions",
|
|
189
201
|
"ACTION_GET_LOYALTY": "getLoyalty",
|
|
190
202
|
"ACTION_GET_REWARDS": "getRewards",
|
|
191
|
-
"ACTION_GET_EMAILS": "getEmails"
|
|
203
|
+
"ACTION_GET_EMAILS": "getEmails",
|
|
204
|
+
"ACTION_GET_MARKETING_TAB": "getMarketingTab"
|
|
192
205
|
},
|
|
193
206
|
"SVC_CUSTOMER_PAYMENT": {
|
|
194
207
|
"NAME": "svc-business-partner.customer-payment",
|
|
195
208
|
"ACTION_GET_VOUCHERS": "getVouchers",
|
|
196
209
|
"ACTION_GET_SUMMARY": "getSummary",
|
|
197
210
|
"ACTION_GET_VOUCHER_BY_ID": "getVoucherById",
|
|
198
|
-
"ACTION_DOWNLOAD_VOUCHER": "downloadVoucher"
|
|
211
|
+
"ACTION_DOWNLOAD_VOUCHER": "downloadVoucher",
|
|
212
|
+
"ACTION_GET_PAYMENT_TAB": "getPaymentTab"
|
|
199
213
|
},
|
|
200
214
|
"SVC_DEBTS": {
|
|
201
215
|
"NAME": "svc-business-partner.debts",
|
|
@@ -514,6 +528,16 @@
|
|
|
514
528
|
"ACTION_UPDATE_ALLOW_OUT_OF_STOCK": "getSettingAllowOutOfStock",
|
|
515
529
|
"ACTIONS_GET_SETTING_ALLOW_OUT_OF_STOCK": "updateAllowOutOfStock"
|
|
516
530
|
},
|
|
531
|
+
"SVC_SALES_ORDERS_PARTNER_AGGREGATION": {
|
|
532
|
+
"NAME": "svc-sales-orders.partner-aggregation",
|
|
533
|
+
"ACTION_GET_PARTNER_ORDERS": "getPartnerOrders",
|
|
534
|
+
"ACTION_GET_PARTNER_ORDERS_SUMMARY": "getPartnerOrdersSummary",
|
|
535
|
+
"ACTION_GET_PARTNER_RETURNS": "getPartnerReturns",
|
|
536
|
+
"ACTION_GET_PARTNER_PRODUCTS": "getPartnerProducts",
|
|
537
|
+
"ACTION_GET_PARTNER_REVENUE_CHART": "getPartnerRevenueChart",
|
|
538
|
+
"ACTION_GET_PARTNER_TOP_PRODUCTS": "getPartnerTopProducts",
|
|
539
|
+
"ACTION_GET_PARTNER_RECENT_TRANSACTIONS": "getPartnerRecentTransactions"
|
|
540
|
+
},
|
|
517
541
|
"SVC_SALES_ORDERS": {
|
|
518
542
|
"NAME": "svc-sales-orders",
|
|
519
543
|
"ACTION_GET_SALES_ORDERS_BY_CUSTOMER_ID": "getSalesOrdersByCustomerId",
|
|
@@ -1242,8 +1266,10 @@
|
|
|
1242
1266
|
"ACTION_GET_OLE_DETAIL": "getOleDetail",
|
|
1243
1267
|
"ACTION_UPDATE_OLE_DETAIL": "updateOleDetail",
|
|
1244
1268
|
"ACTION_CONFIRM_OLE_DETAIL": "confirmOleDetail",
|
|
1269
|
+
"ACTION_RECOMPUTE_APPROVAL_STEPS": "recomputeApprovalSteps",
|
|
1245
1270
|
"ACTION_UPDATE_GOAL_RESULT_FOR_MANY": "updateGoalResultForMany",
|
|
1246
1271
|
"ACTION_CONFIRM_OLE_DETAIL_WORKSPACE": "confirmOleDetailWorkspace",
|
|
1272
|
+
"ACTION_RECOMPUTE_APPROVAL_MANY_STEPS": "recomputeApprovalManySteps",
|
|
1247
1273
|
"ACTION_GET_EMPLOYEE_DASHBOARD_OVERVIEW": "getEmployeeDashboardOverview",
|
|
1248
1274
|
"ACTION_GET_OLE_DETAIL_LIST_FOR_EMPLOYEE": "getOleDetailListForEmployee",
|
|
1249
1275
|
"ACTION_GET_OLE_DETAIL_FOR_EMPLOYEE_BY_ID": "getOleDetailForEmployeeById",
|
package/package.json
CHANGED