@dhyasama/totem-models 6.15.1 → 6.15.2

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.
@@ -214,6 +214,8 @@ module.exports = function(mongoose, config) {
214
214
  color: { type: String, trim: true }
215
215
  }],
216
216
 
217
+ sourceTypes: [ { type: String, trim: true } ],
218
+
217
219
  standardFields: {
218
220
 
219
221
  // Standard fields are always "on" in the system
@@ -246,7 +248,6 @@ module.exports = function(mongoose, config) {
246
248
  },
247
249
 
248
250
  sourcePerson: {
249
- types: [ { type: String, trim: true } ],
250
251
  order: { type: Number, default: 99 },
251
252
  colspan: { type: Number, default: 1 },
252
253
  showOnFilter: { type: Boolean, default: true },
@@ -254,7 +255,6 @@ module.exports = function(mongoose, config) {
254
255
  },
255
256
 
256
257
  sourceType: {
257
- types: [ { type: String, trim: true } ],
258
258
  order: { type: Number, default: 99 },
259
259
  colspan: { type: Number, default: 1 },
260
260
  showOnFilter: { type: Boolean, default: true },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "6.15.1",
3
+ "version": "6.15.2",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",
package/.npmignore DELETED
@@ -1,14 +0,0 @@
1
- lib-cov
2
- *.seed
3
- *.log
4
- *.csv
5
- *.dat
6
- *.out
7
- *.pid
8
- *.gz
9
-
10
- npm-debug.log
11
- node_modules
12
-
13
- .DS_Store
14
- .idea