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