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

Commit cf43032

Browse files
committed
change ordering of code & created_at
1 parent c5999e5 commit cf43032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seamapi/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ class AccessCode:
194194
access_code_id: str
195195
device_id: str
196196
type: str
197-
code: Optional[str] = None
198197
created_at: str
198+
code: Optional[str] = None
199199
errors: List[Dict[str, Any]]
200200
warnings: List[Dict[str, Any]]
201201
starts_at: Optional[str] = None

0 commit comments

Comments
 (0)