ins-queue-actions 1.2.7 → 1.2.8

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.
@@ -173,6 +173,10 @@ module.exports = {
173
173
  templateName: "REQUEST_CUSTOMER_REVIEW",
174
174
  requiredParams: ["email", "name", "message", "link"],
175
175
  },
176
+ CONTACT_US: {
177
+ templateName: "CONTACT_US",
178
+ requiredParams: ["subject", "message", "customerEmail", "email"],
179
+ },
176
180
  },
177
181
  SEND_SMS: {
178
182
  ACTION_NAME: "SEND_SMS",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }