Skip to content

Commit

Permalink
Update classes to last cloud update
Browse files Browse the repository at this point in the history
  • Loading branch information
brodokk committed Dec 10, 2024
1 parent 5845631 commit e4587e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resonitepy/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ class ResoniteUserEntitlementStorageSpace:

bytes: int
"""The amount of storage space in bytes."""
maximumShareLevel: int
maximumShareLevel: str
"""The maximum share level."""
storageId: str
"""The ID of the storage space."""
Expand Down Expand Up @@ -979,7 +979,7 @@ class ResoniteMessage:
messageType: ResoniteMessageType
senderUserSessionId: Optional[str]
isMigrated: bool
readTime: datetime
readTime: Optional[datetime]
otherId: str
lastUpdateTime: datetime
content: Optional[
Expand Down

0 comments on commit e4587e4

Please sign in to comment.