Skip to content

Commit

Permalink
add types to whevents
Browse files Browse the repository at this point in the history
  • Loading branch information
felipao-mx committed Jan 12, 2024
1 parent 23f5c00 commit 4f34f56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions cuenca_validations/types/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,10 @@ class WebhookEvent(str, Enum):
user_delete = 'user.delete'
transaction_create = 'transaction.create'
transaction_update = 'transaction.update'
deposit_create = 'deposit.create'
deposit_update = 'deposit.update'
transfer_create = 'transfer.create'
transfer_update = 'transfer.update'
cash_deposit_create = 'cash_deposit.create'
cash_deposit_update = 'cash_deposit.update'
bank_account_create = 'bank_account.create'
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.24'
__version__ = '0.11.25'

0 comments on commit 4f34f56

Please sign in to comment.