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

Commit

Permalink
fix: offline access code properties appear on access codes (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
itelo authored Nov 6, 2023
1 parent 5b5f7fd commit a60d5c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions seamapi/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ class AccessCode:
is_backup: Optional[bool] = None
appearance: Optional[Dict[str, Any]] = None
is_external_modification_allowed: Optional[bool] = None
is_offline_access_code: Optional[bool] = None
is_one_time_use: Optional[bool] = None


@dataclass_json
Expand Down

0 comments on commit a60d5c2

Please sign in to comment.