Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
change ordering of code & created_at
Browse files Browse the repository at this point in the history
  • Loading branch information
itelo committed Nov 10, 2023
1 parent c5999e5 commit cf43032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seamapi/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ class AccessCode:
access_code_id: str
device_id: str
type: str
code: Optional[str] = None
created_at: str
code: Optional[str] = None
errors: List[Dict[str, Any]]
warnings: List[Dict[str, Any]]
starts_at: Optional[str] = None
Expand Down

0 comments on commit cf43032

Please sign in to comment.