@senior-gestao-pessoas/digital-hiring-components 1.2.2 → 1.2.3

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.
@@ -798,16 +798,16 @@
798
798
 
799
799
 
800
800
  (function (EnumBloodFactor) {
801
- EnumBloodFactor["POSITIVE"] = "Positivo - Tipo positivo.";
802
- EnumBloodFactor["NEGATIVE"] = "Negativo - Tipo negativo.";
801
+ EnumBloodFactor["POSITIVE"] = "POSITIVE";
802
+ EnumBloodFactor["NEGATIVE"] = "NEGATIVE";
803
803
  })(exports.EnumBloodFactor || (exports.EnumBloodFactor = {}));
804
804
 
805
805
 
806
806
  (function (EnumBloodType) {
807
- EnumBloodType["A"] = "A - Tipo A.";
808
- EnumBloodType["B"] = "B - Tipo B.";
809
- EnumBloodType["AB"] = "AB - Tipo AB.";
810
- EnumBloodType["O"] = "O - Tipo O.";
807
+ EnumBloodType["A"] = "A";
808
+ EnumBloodType["B"] = "B";
809
+ EnumBloodType["AB"] = "AB";
810
+ EnumBloodType["O"] = "O";
811
811
  })(exports.EnumBloodType || (exports.EnumBloodType = {}));
812
812
 
813
813