@dhyasama/totem-models 9.116.0 → 9.117.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.
@@ -367,7 +367,7 @@ module.exports = function(mongoose, config) {
367
367
  required: { type: Boolean, required: false }
368
368
  },
369
369
  checkbox: {
370
- required: { type: Boolean, required: false }
370
+ required: { type: Boolean, required: false }
371
371
  },
372
372
  select: {
373
373
  required: { type: Boolean, required: false },
@@ -378,7 +378,7 @@ module.exports = function(mongoose, config) {
378
378
  },
379
379
  file: {
380
380
  required: { type: Boolean, required: false },
381
- type: { type: String, enum: ['application/pdf', 'application/vnd.ms-excel', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'application/octet-stream', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/msword', 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'image/jpeg', 'image/png'], required: false }
381
+ type: { type: String, enum: ['pdf', 'image', 'excel', 'powerpoint', 'word'], required: false }
382
382
  }
383
383
  }
384
384
  }]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "9.116.0",
3
+ "version": "9.117.0",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",