@dhyasama/totem-models 9.117.0 → 9.119.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,7 +351,9 @@ 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 },
356
+ stage: { type: String, trim: true },
355
357
  form: [{
356
358
  _id: false,
357
359
  key: { type: String, trim: true },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "9.117.0",
3
+ "version": "9.119.0",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",