Skip to content

Commit

Permalink
feat: Add field to unified class for future support of message level
Browse files Browse the repository at this point in the history
  • Loading branch information
danh91 committed Sep 11, 2024
1 parent b7d1af5 commit 5af99fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/sdk/karrio/core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ class Message:
carrier_id: str
message: Union[str, Any] = None
code: str = None
level: str = None
details: Dict = None


Expand Down

0 comments on commit 5af99fd

Please sign in to comment.