@dhyasama/totem-models 4.7.1 → 4.8.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.
@@ -183,6 +183,10 @@ module.exports = function(mongoose, config) {
183
183
 
184
184
  investmentsSheet: {
185
185
  sheet: { type: String, trim: true, unique: true, partialFilterExpression : { type :"string" } },
186
+ format: {
187
+ proceedsConsolidated: { type: Boolean },
188
+ unrealizedConsolidated: { type: Boolean }
189
+ },
186
190
  googleSheetCreds: {
187
191
  private_key_id: { type: String, trim: true, unique: true, partialFilterExpression : { type :"string" } },
188
192
  private_key: { type: String, trim: true, unique: true, partialFilterExpression : { type :"string" } },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "4.7.1",
3
+ "version": "4.8.0",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",