@hiennc24/constant 1.5.18 → 1.5.20

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.
@@ -223,6 +223,7 @@
223
223
  "ACTION_GET_LIST": "getList",
224
224
  "ACTION_REJECT_VOUCHER": "reject",
225
225
  "ACTION_CREATE_VOUCHER": "create",
226
+ "ACTION_CREATE_VOUCHER_FROM_ORDER": "createVoucherFromOrder",
226
227
  "ACTION_UPDATE_VOUCHER": "update",
227
228
  "ACTION_DELETE_VOUCHER": "delete",
228
229
  "ACTION_CANCEL_VOUCHER": "cancel",
@@ -2238,6 +2239,17 @@
2238
2239
  "ACTION_BULK_DELETE": "bulkDelete",
2239
2240
  "ACTION_UPDATE_STATUS": "updateStatus"
2240
2241
  },
2242
+ "SVC_ADMINISTRATION_LIST_CONTRACT_PRODUCTS": {
2243
+ "NAME": "svc-administration-list.contract_products",
2244
+ "ACTION_GET_BY_CONTRACT": "getByContract",
2245
+ "ACTION_BULK_CREATE": "bulkCreate",
2246
+ "ACTION_BULK_UPDATE": "bulkUpdate",
2247
+ "ACTION_DELETE_MANY": "deleteMany",
2248
+ "ACTION_GET_DETAIL": "getDetail",
2249
+ "ACTION_GET_LIST": "getList",
2250
+ "ACTION_CREATE": "create",
2251
+ "ACTION_UPDATE": "update"
2252
+ },
2241
2253
  "SVC_ADMINISTRATION_LIST_CONTRACT_LIBRARIES": {
2242
2254
  "NAME": "svc-administration-list.contract_libraries",
2243
2255
  "ACTION_GET_DETAIL": "getDetail",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.5.18",
3
+ "version": "1.5.20",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {
@@ -38,4 +38,4 @@
38
38
  "access": "public",
39
39
  "registry": "https://registry.npmjs.org/"
40
40
  }
41
- }
41
+ }