@hiennc24/constant 1.1.8 → 1.1.9
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 -3
- package/package.json +1 -1
|
@@ -236,7 +236,14 @@
|
|
|
236
236
|
},
|
|
237
237
|
"API_SALES_PROMOTIONS": {
|
|
238
238
|
"NAME": "api-sales.promotions",
|
|
239
|
-
"
|
|
239
|
+
"ACTION_GET": "get",
|
|
240
|
+
"ACTION_CREATE": "create",
|
|
241
|
+
"ACTION_UPDATE": "update",
|
|
242
|
+
"ACTION_DELETE_MANY": "deleteMany",
|
|
243
|
+
"ACTION_GET_DETAIL": "getDetail",
|
|
244
|
+
"ACTION_GEN_CODE": "gen-code",
|
|
245
|
+
"ACTION_CHANGE_STATUS": "change-status",
|
|
246
|
+
"ACTION_UPDATE_MANY_STATUS": "update-many-status"
|
|
240
247
|
},
|
|
241
248
|
"API_SALES_LEAD": {
|
|
242
249
|
"NAME": "api-sales.lead",
|
|
@@ -267,8 +274,10 @@
|
|
|
267
274
|
},
|
|
268
275
|
"API_SALES_SETTING": {
|
|
269
276
|
"NAME": "api-sales.settings",
|
|
270
|
-
"
|
|
271
|
-
"
|
|
277
|
+
"ACTION_GET": "get",
|
|
278
|
+
"ACTION_UPDATE": "update",
|
|
279
|
+
"ACTION_UPDATE_ALLOW_OUT_OF_STOCK": "updateAllowOutOfStock",
|
|
280
|
+
"ACTIONS_GET_SETTING_ALLOW_OUT_OF_STOCK": "getSettingAllowOutOfStock"
|
|
272
281
|
},
|
|
273
282
|
"API_SALES_PROMOTIONS_PRODUCT": {
|
|
274
283
|
"NAME": "api-sales.promotionProduct"
|