c2-clinical 1.0.182 → 1.0.183

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.
@@ -122,7 +122,7 @@ export interface IDataset {
122
122
  }
123
123
  export interface IDatasetsPersonal {
124
124
  codesToData: string[];
125
- datasets: IDataset;
125
+ dataset: IDataset;
126
126
  lastPoint: {
127
127
  [key: string]: any;
128
128
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "c2-clinical",
3
- "version": "1.0.182",
3
+ "version": "1.0.183",
4
4
  "description": "Biblioteca Typescript para API NodeJS",
5
5
  "repository": {
6
6
  "type": "git",