@dynamatix/cat-shared 0.0.52 → 0.0.53
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.
|
@@ -126,7 +126,7 @@ const formfieldSchema = new mongoose.Schema({
|
|
|
126
126
|
min: 0
|
|
127
127
|
},
|
|
128
128
|
maxValue: { // this is not required used only when given else ignore ex- 100% max
|
|
129
|
-
type:
|
|
129
|
+
type: mongoose.Schema.Types.Mixed
|
|
130
130
|
},
|
|
131
131
|
minValue: { // this is not required used only when given else ignore ex- 0% min
|
|
132
132
|
type: Number
|