c2-clinical 1.0.203 → 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.
@@ -57,7 +57,8 @@ export declare enum TypeFormUnitEnum {
57
57
  GRAPHIC = "GRAPHIC",
58
58
  SEPARATOR = "SEPARATOR",
59
59
  MESSAGE = "MESSAGE",
60
- TABLE = "TABLE"
60
+ TABLE = "TABLE",
61
+ RESULT = "RESULT"
61
62
  }
62
63
  /**
63
64
  * Utilizado para FormUnitTypeEnum = QUESTION
@@ -89,7 +90,9 @@ export declare enum VariantViewEnum {
89
90
  MESSAGE_1 = "MESSAGE_1",
90
91
  MESSAGE_2 = "MESSAGE_2",
91
92
  MESSAGE_3 = "MESSAGE_3",
92
- RESULT = "RESULT",
93
+ RESULT_1 = "RESULT_1",
94
+ RESULT_2 = "RESULT_2",
95
+ RESULT_3 = "RESULT_3",
93
96
  CHECKBOX = "CHECKBOX",
94
97
  RADIO_BUTTON = "RADIO_BUTTON",
95
98
  SELECT = "SELECT",
@@ -70,6 +70,7 @@ var TypeFormUnitEnum;
70
70
  TypeFormUnitEnum["SEPARATOR"] = "SEPARATOR";
71
71
  TypeFormUnitEnum["MESSAGE"] = "MESSAGE";
72
72
  TypeFormUnitEnum["TABLE"] = "TABLE";
73
+ TypeFormUnitEnum["RESULT"] = "RESULT";
73
74
  })(TypeFormUnitEnum || (exports.TypeFormUnitEnum = TypeFormUnitEnum = {}));
74
75
  /**
75
76
  * Utilizado para FormUnitTypeEnum = QUESTION
@@ -103,7 +104,9 @@ var VariantViewEnum;
103
104
  VariantViewEnum["MESSAGE_1"] = "MESSAGE_1";
104
105
  VariantViewEnum["MESSAGE_2"] = "MESSAGE_2";
105
106
  VariantViewEnum["MESSAGE_3"] = "MESSAGE_3";
106
- VariantViewEnum["RESULT"] = "RESULT";
107
+ VariantViewEnum["RESULT_1"] = "RESULT_1";
108
+ VariantViewEnum["RESULT_2"] = "RESULT_2";
109
+ VariantViewEnum["RESULT_3"] = "RESULT_3";
107
110
  VariantViewEnum["CHECKBOX"] = "CHECKBOX";
108
111
  VariantViewEnum["RADIO_BUTTON"] = "RADIO_BUTTON";
109
112
  VariantViewEnum["SELECT"] = "SELECT";
@@ -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.203",
3
+ "version": "1.0.207",
4
4
  "description": "Biblioteca Typescript para API NodeJS",
5
5
  "repository": {
6
6
  "type": "git",