@dynamatix/cat-shared 0.0.55 → 0.0.57

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.
@@ -179,6 +179,10 @@ const formConfigurationSchema = new mongoose.Schema({
179
179
  type: Boolean,
180
180
  default: false
181
181
  },
182
+ dataFromSectionName: {
183
+ type: Boolean,
184
+ default: false
185
+ },
182
186
  fields: [formfieldSchema],
183
187
  order: {
184
188
  type: Number,
@@ -216,6 +220,14 @@ const formConfigurationSchema = new mongoose.Schema({
216
220
  type: Boolean,
217
221
  default: true
218
222
  },
223
+ isDeleteApprivoSync: {
224
+ type: Boolean,
225
+ default: true
226
+ },
227
+ isCreateApprivoSync: {
228
+ type: Boolean,
229
+ default: true
230
+ },
219
231
  version: { // Consider adding versioning
220
232
  type: Number,
221
233
  default: 1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamatix/cat-shared",
3
- "version": "0.0.55",
3
+ "version": "0.0.57",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"