@dhyasama/totem-models 11.28.0 → 11.29.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.
@@ -230,6 +230,7 @@ module.exports = function(mongoose, config) {
230
230
  sheet: {
231
231
  id: { type: String, trim: true, unique: true, partialFilterExpression : { type :"string" } },
232
232
  format: {
233
+ transformInvested: { type: Boolean, default: false },
233
234
  transformRounds: { type: Boolean, default: false },
234
235
  transformUnrealized: { type: Boolean, default: false },
235
236
  transformRealized: { type: Boolean, default: false }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "11.28.0",
3
+ "version": "11.29.0",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",