ins-queue-actions 1.2.41 → 1.2.42

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.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -138,6 +138,7 @@ module.exports = {
138
138
  CHANGE_SERVICE_PROVIDER_AVAIALABILITY_STATUS:
139
139
  "CHANGE_SERVICE_PROVIDER_AVAIALABILITY_STATUS",
140
140
  BOOKING_NOTIFICATION_SENT: "BOOKING_NOTIFICATION_SENT",
141
+ SUBSCRIPTION_USER_ACCOUNT_CHANGED: "SUBSCRIPTION_USER_ACCOUNT_CHANGED",
141
142
  SEND_EMAIL: "SEND_EMAIL",
142
143
  SEND_SMS: "SEND_SMS",
143
144
  SEND_PUSH_NOTIFICATION: "SEND_PUSH_NOTIFICATION",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.41",
3
+ "version": "1.2.42",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }