ins-queue-actions 1.1.27 → 1.1.28

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
@@ -101,6 +101,7 @@ module.exports = {
101
101
  COUPON_CREATED: "coupon.created",
102
102
  COUPON_UPDATED: "coupon.updated",
103
103
  COUPON_DELETED: "coupon.deleted",
104
+ UPDATE_COUPON_USED_COUNT: "coupon.used-count",
104
105
  CITY_CREATED: "CITY_CREATED",
105
106
  CITY_UPDATED: "CITY_UPDATED",
106
107
  CITY_DELETED: "CITY_DELETED",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.1.27",
3
+ "version": "1.1.28",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }