@dynamatix/cat-shared 0.0.56 → 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.
|
@@ -220,6 +220,14 @@ const formConfigurationSchema = new mongoose.Schema({
|
|
|
220
220
|
type: Boolean,
|
|
221
221
|
default: true
|
|
222
222
|
},
|
|
223
|
+
isDeleteApprivoSync: {
|
|
224
|
+
type: Boolean,
|
|
225
|
+
default: true
|
|
226
|
+
},
|
|
227
|
+
isCreateApprivoSync: {
|
|
228
|
+
type: Boolean,
|
|
229
|
+
default: true
|
|
230
|
+
},
|
|
223
231
|
version: { // Consider adding versioning
|
|
224
232
|
type: Number,
|
|
225
233
|
default: 1
|