ins-queue-actions 1.2.110 → 1.2.111

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 +2 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -178,4 +178,6 @@ module.exports = {
178
178
  UPDATE_WEEKLY_RELIABILITY_SCORE: "UPDATE_WEEKLY_RELIABILITY_SCORE",
179
179
  MANUALLY_UPDATED_RELIABILITY_SCORE: "MANUALLY_UPDATED_RELIABILITY_SCORE",
180
180
  ADD_CUSTOMER_WALLET_CREDITS: "ADD_CUSTOMER_WALLET_CREDITS",
181
+ // Denormalized field sync between services
182
+ SYNC_ENTITY_FIELDS: "SYNC_ENTITY_FIELDS",
181
183
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.110",
3
+ "version": "1.2.111",
4
4
  "main": "index.js",
5
5
  "engineStrict": true,
6
6
  "repository": {