Skip to content

Commit

Permalink
User blocked status (#359)
Browse files Browse the repository at this point in the history
* Add user_blocked status

* Update version.py

* Update version.py

* Update version.py
  • Loading branch information
pachCode authored Oct 16, 2024
1 parent 1a63d85 commit d3fadc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cuenca_validations/types/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@ class UserStatus(str, Enum):
in_review = 'in_review'
pld_blocked = 'pld_blocked'
inactive = 'inactive'
user_blocked = 'user_blocked'


class SessionType(str, Enum):
Expand Down
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.32'
__version__ = '0.11.33'

0 comments on commit d3fadc4

Please sign in to comment.