c2-clinical 1.0.100 → 1.0.102

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.
@@ -1,6 +1,6 @@
1
1
  import { Schema, Types } from "mongoose";
2
2
  import { IDefault } from "../Default";
3
- import { CategoryFormEnum, TypeAnswerEnum, TypeButtonAction, TypeFormUnitEnum, TypeOutputValidationEnum, TypeTipEnum, TypeUploadFileEnum, TypeValidationEnum } from "../enum";
3
+ import { CategoryFormEnum, TypeAnswerEnum, TypeButtonAction, TypeFormUnitEnum, TypeOutputValidationEnum, TypeTipEnum, TypeUploadFileEnum, TypeValidationEnum, VariantViewEnum } from "../enum";
4
4
  import { IForm } from "./Form";
5
5
  export interface IModalConfig {
6
6
  title: string;
@@ -53,6 +53,7 @@ export interface IFormUnit extends IDefault {
53
53
  defaultAnswer: string;
54
54
  category: CategoryFormEnum;
55
55
  typeButtonAction: TypeButtonAction;
56
+ variantView: VariantViewEnum;
56
57
  measurementUnit: string;
57
58
  options: IQuestionOption[];
58
59
  formulaToAnswer: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "c2-clinical",
3
- "version": "1.0.100",
3
+ "version": "1.0.102",
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>",