@dynamatix/cat-shared 0.0.137 → 0.0.138

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.
@@ -165,6 +165,10 @@ const formfieldSchema = new mongoose.Schema({
165
165
  type: Boolean,
166
166
  default: false
167
167
  },
168
+ isApiRecordPatched: {
169
+ type: Boolean,
170
+ default: false
171
+ },
168
172
  readOnlyCondition: { // (LendingType=='BTL' || ApplicationType=='Company')
169
173
  type: mongoose.Schema.Types.Mixed,
170
174
  default: null
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamatix/cat-shared",
3
- "version": "0.0.137",
3
+ "version": "0.0.138",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",