@dhyasama/totem-models 8.38.1 → 8.40.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.
package/lib/Financials.js CHANGED
@@ -610,8 +610,8 @@ module.exports = function(mongoose, config) {
610
610
  });
611
611
 
612
612
  query.populate('organization', 'name logoUrl');
613
- query.populate('customer', 'name logoUrl customer.totemUrl');
614
- query.populate('snapshots.notifications.stakeholders.sendTo.organization', 'name logoUrl customer.totemUrl');
613
+ query.populate('customer', 'name logoUrl customer');
614
+ query.populate('snapshots.notifications.stakeholders.sendTo.organization', 'name logoUrl customer');
615
615
 
616
616
  query.exec(cb);
617
617
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "8.38.1",
3
+ "version": "8.40.0",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",