@hiennc24/constant 1.1.21 → 1.1.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.
@@ -268,16 +268,27 @@
268
268
  "NAME": "api-sales.lead-detail"
269
269
  },
270
270
  "API_SALES_LEAD_STATUS": {
271
- "NAME": "api-sales.lead-status"
271
+ "NAME": "api-sales.lead-status",
272
+ "ACTION_GET_LIST": "getListLeadStatus",
273
+ "ACTION_UPDATE_MANY": "updateManyLeadStatus"
272
274
  },
273
275
  "API_SALES_LEAD_HISTORY": {
274
- "NAME": "api-sales.lead-history"
276
+ "NAME": "api-sales.lead-history",
277
+ "ACTION_GET_LIST": "getListLeadHistory"
275
278
  },
276
279
  "API_SALES_LEAD_SCHEDULE": {
277
- "NAME": "api-sales.lead-schedule"
280
+ "NAME": "api-sales.lead-schedule",
281
+ "ACTION_GET_LIST": "getListLeadSchedule",
282
+ "ACTION_CREATE": "createLeadSchedule",
283
+ "ACTION_UPDATE": "updateLeadSchedule",
284
+ "ACTION_DELETE": "deleteLeadSchedule"
278
285
  },
279
286
  "API_SALES_LEAD_COMMENT": {
280
- "NAME": "api-sales.lead-comment"
287
+ "NAME": "api-sales.lead-comment",
288
+ "ACTION_GET_LIST": "getListLeadComment",
289
+ "ACTION_CREATE": "createLeadComment",
290
+ "ACTION_UPDATE": "updateLeadComment",
291
+ "ACTION_DELETE": "deleteLeadComment"
281
292
  },
282
293
  "API_SALES_SETTING": {
283
294
  "NAME": "api-sales.settings",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.1.21",
3
+ "version": "1.1.22",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {