@dynamatix/cat-shared 0.0.164 → 0.0.165

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