@dynamatix/cat-shared 0.0.29 → 0.0.30

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.
@@ -78,7 +78,7 @@ const formfieldSchema = new mongoose.Schema({
78
78
  value: { // _id
79
79
  type: String
80
80
  },
81
- optionFilterLogic: {
81
+ listFilterQuery: { // MongoDB query ex: applicationId:applicationId
82
82
  type: mongoose.Schema.Types.Mixed,
83
83
  default: null
84
84
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamatix/cat-shared",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"