c2-clinical 1.0.206 → 1.0.207

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.
@@ -132,6 +132,7 @@ export interface IDatasetsPersonal {
132
132
  lastPoint: {
133
133
  [key: string]: any;
134
134
  };
135
+ formulaToLastsPoints: string;
135
136
  }
136
137
  export interface IGraphicData {
137
138
  config: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "c2-clinical",
3
- "version": "1.0.206",
3
+ "version": "1.0.207",
4
4
  "description": "Biblioteca Typescript para API NodeJS",
5
5
  "repository": {
6
6
  "type": "git",