@dynamatix/cat-shared 0.0.155 → 0.0.156

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.
@@ -239,6 +239,7 @@ const formConfigurationSchema = new mongoose.Schema({
239
239
  type: String,
240
240
  trim: true
241
241
  },
242
+ parentSectionName: { type: String },
242
243
  isArray: {
243
244
  type: Boolean,
244
245
  default: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamatix/cat-shared",
3
- "version": "0.0.155",
3
+ "version": "0.0.156",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",