c2-clinical 1.0.201 → 1.0.202

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.
@@ -86,6 +86,9 @@ export declare enum TypeAnswerEnum {
86
86
  UPLOAD_FILE = "UPLOAD_FILE"
87
87
  }
88
88
  export declare enum VariantViewEnum {
89
+ MESSAGE_1 = "MESSAGE_1",
90
+ MESSAGE_2 = "MESSAGE_2",
91
+ MESSAGE_3 = "MESSAGE_3",
89
92
  RESULT = "RESULT",
90
93
  CHECKBOX = "CHECKBOX",
91
94
  RADIO_BUTTON = "RADIO_BUTTON",
@@ -100,6 +100,9 @@ var TypeAnswerEnum;
100
100
  })(TypeAnswerEnum || (exports.TypeAnswerEnum = TypeAnswerEnum = {}));
101
101
  var VariantViewEnum;
102
102
  (function (VariantViewEnum) {
103
+ VariantViewEnum["MESSAGE_1"] = "MESSAGE_1";
104
+ VariantViewEnum["MESSAGE_2"] = "MESSAGE_2";
105
+ VariantViewEnum["MESSAGE_3"] = "MESSAGE_3";
103
106
  VariantViewEnum["RESULT"] = "RESULT";
104
107
  VariantViewEnum["CHECKBOX"] = "CHECKBOX";
105
108
  VariantViewEnum["RADIO_BUTTON"] = "RADIO_BUTTON";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "c2-clinical",
3
- "version": "1.0.201",
3
+ "version": "1.0.202",
4
4
  "description": "Biblioteca Typescript para API NodeJS",
5
5
  "repository": {
6
6
  "type": "git",