c2-clinical 1.0.136 → 1.0.137

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.
@@ -105,7 +105,7 @@ export declare enum TypeButtonAction {
105
105
  }
106
106
  export declare enum TypeValidationEnum {
107
107
  WARNING = "WARNING",
108
- VALIDATION = "VALIDATION"
108
+ REQUIRED = "REQUIRED"
109
109
  }
110
110
  export declare enum TypeTipEnum {
111
111
  IMAGE = "IMAGE",
@@ -122,7 +122,7 @@ var TypeButtonAction;
122
122
  var TypeValidationEnum;
123
123
  (function (TypeValidationEnum) {
124
124
  TypeValidationEnum["WARNING"] = "WARNING";
125
- TypeValidationEnum["VALIDATION"] = "VALIDATION";
125
+ TypeValidationEnum["REQUIRED"] = "REQUIRED";
126
126
  })(TypeValidationEnum || (exports.TypeValidationEnum = TypeValidationEnum = {}));
127
127
  var TypeTipEnum;
128
128
  (function (TypeTipEnum) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "c2-clinical",
3
- "version": "1.0.136",
3
+ "version": "1.0.137",
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>",