@dhyasama/totem-models 7.8.1 → 7.9.0

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,13 +216,15 @@ module.exports = function(mongoose, config) {
216
216
  financials : {
217
217
  active: { type: Boolean, default: false },
218
218
  metrics: [{
219
+ _id: false,
219
220
  name: { type: String, trim: true },
220
221
  description: { type: String, trim: true },
221
222
  format: { type: String, enum: [null, 'number', 'money', 'percentage', 'variance']},
222
223
  }],
223
224
  questions: [{
225
+ _id: false,
224
226
  prompt: { type: String, trim: true }
225
- }],
227
+ }]
226
228
  },
227
229
 
228
230
  irr: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "7.8.1",
3
+ "version": "7.9.0",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",