Skip to content

Commit

Permalink
alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
felipao-mx committed Sep 26, 2024
1 parent 9e1ef45 commit cdf652a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions cuenca_validations/types/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -678,3 +678,8 @@ class SATRegimeCode(str, Enum):
ING_PREM = "615" # Régimen de los ingresos por obtención de premios
AE_PLAT_TEC = "625" # Régimen de las Actividades Empresariales con ingresos a través de Plataformas Tecnológicas # noqa: E501
RS_CONF = "626" # Régimen Simplificado de Confianza


class PasswordType(str, Enum):
numeric = 'numeric'
alphanumeric = 'alphanumeric'
2 changes: 1 addition & 1 deletion cuenca_validations/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.11.31'
__version__ = '0.11.32.dev0'

0 comments on commit cdf652a

Please sign in to comment.