@dhyasama/totem-models 8.55.1 → 8.56.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.
@@ -665,7 +665,7 @@ module.exports = function(mongoose, config) {
665
665
 
666
666
  };
667
667
 
668
- LimitedPartner.statics.removeCustomerExtras = function removeCustomerExtras(customerId, cb) {
668
+ LimitedPartner.statics.removeCustomerInfo = function removeCustomerInfo(customerId, cb) {
669
669
 
670
670
  const self = this;
671
671
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "8.55.1",
3
+ "version": "8.56.0",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",