ins-queue-actions 1.2.67 → 1.2.68

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.
@@ -832,6 +832,10 @@ module.exports = {
832
832
  templateName: "SUBSCRIPTION_CANCELLED",
833
833
  requiredParams: ["type", "data"],
834
834
  },
835
+ SP_NOT_TRAINED: {
836
+ templateName: "SP_NOT_TRAINED",
837
+ requiredParams: ["type", "data"],
838
+ },
835
839
  },
836
840
  CALL_NOTIFICATION: {
837
841
  ACTION_NAME: "CALL_NOTIFICATION",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.67",
3
+ "version": "1.2.68",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }