@dhyasama/totem-models 8.69.0 → 8.69.1

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.
@@ -201,7 +201,7 @@ module.exports = function(mongoose, config) {
201
201
  _id: false,
202
202
  key: { type: String, trim: true },
203
203
  condition: { type: String, enum: [null, 'equals', 'doesNotEqual', 'contains', 'doesNotContain', 'lessThan', 'greaterThan']},
204
- values: [{ type: String, trim: true }],
204
+ values: [{ type: String, trim: true }]
205
205
  }],
206
206
  sort: {
207
207
  by: { type: String, trim: true },
@@ -211,7 +211,7 @@ module.exports = function(mongoose, config) {
211
211
  key: { type: String, trim: true },
212
212
  label: { type: String, trim: true },
213
213
  total: { type: String, enum: [null, 'sum', 'average', 'count', 'multiple']},
214
- width: { type: Number, default: 150 },
214
+ width: { type: Number, default: 150 }
215
215
  }]
216
216
  }],
217
217
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "8.69.0",
3
+ "version": "8.69.1",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",