@dynamatix/cat-shared 0.0.163 → 0.0.164

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.
@@ -261,6 +261,10 @@ const formConfigurationSchema = new mongoose.Schema({
261
261
  type: Boolean,
262
262
  default: false
263
263
  },
264
+ isShowDateTime: {
265
+ type: Boolean,
266
+ default: false
267
+ },
264
268
  isTable: {
265
269
  type: Boolean,
266
270
  default: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamatix/cat-shared",
3
- "version": "0.0.163",
3
+ "version": "0.0.164",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",