@dynamatix/cat-shared 0.0.157 → 0.0.158

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.
@@ -198,6 +198,10 @@ const formfieldSchema = new mongoose.Schema({
198
198
  type: String,
199
199
  default: null
200
200
  },
201
+ queryField: {
202
+ type: String,
203
+ default: null
204
+ },
201
205
  shouldfilterOptionsAfterAdd: {
202
206
  type: Boolean,
203
207
  default: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamatix/cat-shared",
3
- "version": "0.0.157",
3
+ "version": "0.0.158",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",