@hiennc24/constant 1.5.21 → 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.
@@ -396,6 +396,8 @@
396
396
  "ACTION_DELETE_MANY": "delete-many",
397
397
  "ACTION_GET_HISTORIES": "get-histories",
398
398
  "ACTION_CALCULATE_PRICE": "calculate-price",
399
+ "ACTION_CHANGE_STATUS": "changeStatus",
400
+ "ACTION_BULK_CHANGE_STATUS": "bulk-change-status",
399
401
  "ACTION_FINALIZE_POLICY": "finalize-policy",
400
402
  "ACTION_CREATE_POLICY_DRAFT": "create-policy-draft",
401
403
  "ACTION_CREATE_POLICY_PRODUCTS": "create-policy-products",
@@ -1550,7 +1552,8 @@
1550
1552
  "ACTION_VERIFY_ACCOUNT": "verifyAccount",
1551
1553
  "ACTION_CREATE_ACCOUNT": "createAccount",
1552
1554
  "ACTION_UPDATE_ACCOUNT": "updateAccount",
1553
- "ACTION_SWITCH_ORG": "switchOrg"
1555
+ "ACTION_SWITCH_ORG": "switchOrg",
1556
+ "ACTION_REGISTER_TRIAL": "registerTrial"
1554
1557
  },
1555
1558
  "SVC_ORGANIZATION_EMPLOYEES": {
1556
1559
  "NAME": "svc-organization.employees",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.5.21",
3
+ "version": "1.5.22",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {