@dynamatix/cat-shared 0.0.36 → 0.0.38
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import mongoose from 'mongoose';
|
|
2
2
|
|
|
3
3
|
const optionSchema = new mongoose.Schema({
|
|
4
|
-
|
|
4
|
+
label: { type: mongoose.Schema.Types.Mixed },
|
|
5
5
|
value: { type: mongoose.Schema.Types.Mixed }
|
|
6
6
|
}, { _id: false });
|
|
7
7
|
|
|
@@ -141,6 +141,7 @@ const formConfigurationSchema = new mongoose.Schema({
|
|
|
141
141
|
type: String,
|
|
142
142
|
required: true
|
|
143
143
|
},
|
|
144
|
+
populations:[String],
|
|
144
145
|
visibilityCondition: {
|
|
145
146
|
type: mongoose.Schema.Types.Mixed,
|
|
146
147
|
default: null
|