c2-clinical 1.0.55 → 1.0.56

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,7 +86,7 @@ export declare enum TypeChoiceView {
86
86
  }
87
87
  export declare enum TypeButtonAction {
88
88
  REDIRECT = "REDIRECT",
89
- OPEN_MODAL_WITH_CHILD = "OPEN_MODAL_WITH_CHILD"
89
+ OPEN_CHILD = "OPEN_CHILD"
90
90
  }
91
91
  export declare enum TypeValidationEnum {
92
92
  TIP = "TIP",
@@ -101,7 +101,7 @@ var TypeChoiceView;
101
101
  var TypeButtonAction;
102
102
  (function (TypeButtonAction) {
103
103
  TypeButtonAction["REDIRECT"] = "REDIRECT";
104
- TypeButtonAction["OPEN_MODAL_WITH_CHILD"] = "OPEN_MODAL_WITH_CHILD";
104
+ TypeButtonAction["OPEN_CHILD"] = "OPEN_CHILD";
105
105
  })(TypeButtonAction || (exports.TypeButtonAction = TypeButtonAction = {}));
106
106
  var TypeValidationEnum;
107
107
  (function (TypeValidationEnum) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "c2-clinical",
3
- "version": "1.0.55",
3
+ "version": "1.0.56",
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>",