c2-clinical 1.0.14 → 1.0.16

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.
@@ -123,6 +123,7 @@ exports.FormUnitSchema = new mongoose_1.Schema({
123
123
  });
124
124
  exports.FormUnitSchema.index({ account: 1 }, { unique: false });
125
125
  exports.FormUnitSchema.index({ form: 1, sequence: 1 }, { unique: true });
126
+ exports.FormUnitSchema.index({ form: 1 }, { unique: false });
126
127
  exports.FormUnitSchema.index({ description: 1 }, { unique: false });
127
128
  exports.FormUnitSchema.index({ type: 1 }, { unique: false });
128
129
  exports.FormUnitSchema.index({ category: 1 }, { unique: false });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "c2-clinical",
3
- "version": "1.0.14",
3
+ "version": "1.0.16",
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>",