@dhyasama/totem-models 9.116.1 → 9.118.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.
@@ -351,6 +351,7 @@ module.exports = function(mongoose, config) {
351
351
  applications: [{
352
352
  _id: false,
353
353
  name: { type: String, trim: true },
354
+ description: { type: String, trim: true },
354
355
  path: { type: String, trim: true },
355
356
  form: [{
356
357
  _id: false,
@@ -378,7 +379,7 @@ module.exports = function(mongoose, config) {
378
379
  },
379
380
  file: {
380
381
  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 }
382
+ type: { type: String, enum: ['pdf', 'image', 'excel', 'powerpoint', 'word'], required: false }
382
383
  }
383
384
  }
384
385
  }]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "9.116.1",
3
+ "version": "9.118.0",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",