@dynamatix/cat-shared 0.0.49 → 0.0.50

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.
@@ -156,6 +156,7 @@ const formConfigurationSchema = new mongoose.Schema({
156
156
  type: String,
157
157
  required: true
158
158
  },
159
+ parentKey: String,
159
160
  populations: [Object],
160
161
  visibilityCondition: {
161
162
  type: mongoose.Schema.Types.Mixed,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamatix/cat-shared",
3
- "version": "0.0.49",
3
+ "version": "0.0.50",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"