@hiennc24/constant 1.1.44 → 1.1.45

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.
@@ -1153,7 +1153,9 @@
1153
1153
  "NAME": "svc-auth.authentications",
1154
1154
  "ACTION_VERIFY_JWT_TOKEN": "verifyJWTToken",
1155
1155
  "ACTION_REFRESH_TOKEN": "refreshToken",
1156
- "ACTION_LOGIN": "login"
1156
+ "ACTION_LOGIN": "login",
1157
+ "ACTION_SAVE_DEVICE_TOKEN": "saveDeviceToken",
1158
+ "ACTION_LOGOUT": "logout"
1157
1159
  },
1158
1160
  "SVC_AUTH_VERIFY_EMAIL_TOKENS": {
1159
1161
  "NAME": "svc-auth.verify_email_token",
@@ -2250,7 +2252,9 @@
2250
2252
  "ACTION_EMAIL_TRIGGER": "email",
2251
2253
  "ACTION_SMS_TRIGGER": "sms",
2252
2254
  "ACTION_PUSH_TRIGGER": "push",
2253
- "ACTION_CHAT_TRIGGER": "chat"
2255
+ "ACTION_CHAT_TRIGGER": "chat",
2256
+ "ACTION_INIT_SUBSCRIPTIONS": "initSubscriptions",
2257
+ "ACTION_UPDATE_SUBSCRIPTION": "updateSubscription"
2254
2258
  },
2255
2259
  "SVC_PLATFORM_MANAGEMENTS": {
2256
2260
  "NAME": "svc-shared.platform-managements",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.1.44",
3
+ "version": "1.1.45",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {