@dhyasama/totem-models 10.0.5 → 10.2.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.
@@ -828,7 +828,7 @@ module.exports = function(mongoose, config) {
828
828
 
829
829
  // temp for migrating off the plugin
830
830
  const getReadFilterKeys = function(role) {
831
- if (role === 'admin' || role === 'lp-full') return ['name', 'shortName', 'customer', 'start', 'people', 'documentSlugs', 'transactions', 'contact', 'entered', 'status', 'flagged', 'flags', 'notes, details', 'documents'];
831
+ if (role === 'admin' || role === 'lp-full') return ['name', 'shortName', 'customer', 'start', 'people', 'documentSlugs', 'transactions', 'contact', 'entered', 'status', 'flagged', 'flags', 'notes', 'details', 'documents', 'customFields'];
832
832
  else return [];
833
833
  }
834
834
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "10.0.5",
3
+ "version": "10.2.0",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",