@dhyasama/totem-models 6.32.4 → 6.32.5

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.
@@ -216,6 +216,10 @@ module.exports = function(mongoose, config) {
216
216
  metrics: [{ type: String, trim: true }],
217
217
  },
218
218
 
219
+ irr: {
220
+ active: { type: Boolean, default: false },
221
+ },
222
+
219
223
  deals: {
220
224
 
221
225
  active: { type: Boolean, default: false },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "6.32.4",
3
+ "version": "6.32.5",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",