c2-clinical 1.0.112 → 1.0.113

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.
@@ -91,6 +91,7 @@ export interface IFormUnit extends IDefault {
91
91
  headerData: {
92
92
  headerText: string;
93
93
  fieldName: string;
94
+ _id: Types.ObjectId;
94
95
  }[];
95
96
  };
96
97
  isAnalyticalResult: boolean;
@@ -101,8 +101,7 @@ exports.FormUnitSchema = new mongoose_1.Schema({
101
101
  }
102
102
  ]
103
103
  }
104
- },
105
- _id: false
104
+ }
106
105
  },
107
106
  //DADOS PARA UPLOAD FILE
108
107
  uploadFileConfig: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "c2-clinical",
3
- "version": "1.0.112",
3
+ "version": "1.0.113",
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>",