@hiennc24/constant 1.4.37 → 1.4.38

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.
@@ -2236,8 +2236,8 @@
2236
2236
  "ACTION_UPDATE": "update",
2237
2237
  "ACTION_DELETE": "delete"
2238
2238
  },
2239
- "SVC_SHARED_SETTING_ECOMMERCE_PLATFORM": {
2240
- "NAME": "svc-shared.settingEcommercePlatform",
2239
+ "SVC_SHARED_SETTING_E_COMMERCE_PLATFORM": {
2240
+ "NAME": "svc-shared.settingECommercePlatform",
2241
2241
  "ACTION_CREATE": "create",
2242
2242
  "ACTION_UPDATE": "update",
2243
2243
  "ACTION_DELETE": "delete",
@@ -2494,13 +2494,14 @@
2494
2494
  "ACTION_REMOVE_TOKEN": "removeToken",
2495
2495
  "ACTION_REMOVE_SOCKET": "removeSocket"
2496
2496
  },
2497
- "SVC_SHARED_NOTIFICATION": {
2498
- "NAME": "svc-shared.notification",
2497
+ "SVC_NOTIFICATION": {
2498
+ "NAME": "svc-integration.notifications",
2499
2499
  "ACTION_IN_APP_TRIGGER": "in-app",
2500
2500
  "ACTION_EMAIL_TRIGGER": "email",
2501
2501
  "ACTION_SMS_TRIGGER": "sms",
2502
2502
  "ACTION_PUSH_TRIGGER": "push",
2503
2503
  "ACTION_CHAT_TRIGGER": "chat",
2504
+ "ACTION_BATCH_TRIGGER": "batch",
2504
2505
  "ACTION_INIT_SUBSCRIPTIONS": "initSubscriptions",
2505
2506
  "ACTION_UPDATE_SUBSCRIPTION": "updateSubscription"
2506
2507
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.4.37",
3
+ "version": "1.4.38",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {