c2-clinical 1.0.87 → 1.0.88

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.
@@ -81,7 +81,8 @@ exports.FormUnitSchema = new mongoose_1.Schema({
81
81
  groupConfig: {
82
82
  type: {
83
83
  showTips: { type: Boolean, default: true }
84
- }
84
+ },
85
+ _id: false
85
86
  },
86
87
  tips: {
87
88
  type: [
@@ -93,7 +94,8 @@ exports.FormUnitSchema = new mongoose_1.Schema({
93
94
  url: { type: String }, // URL para imagens ou vídeos
94
95
  thumb: { type: String } // Miniatura para imagens ou vídeos
95
96
  }
96
- ]
97
+ ],
98
+ _id: false
97
99
  }
98
100
  }, {
99
101
  timestamps: { createdAt: "createdAtDateTime", updatedAt: "updatedAtDateTime" }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "c2-clinical",
3
- "version": "1.0.87",
3
+ "version": "1.0.88",
4
4
  "description": "Biblioteca Typescript para API NodeJS",
5
5
  "repository": "https://github.com/cabralsilva/c2-clinical.git",
6
6
  "author": "Daniel Cabral <cabralconsultoriaemsoftware@gmail.com>",