You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add provider_category parameters on the create Connect Webview method + the object itself
Add get method for retrieving an unmanaged device.
Make it possible to update type attribute of an access code
Backup code not implemented at all
Add provider_category parameters on the create Connect Webview method + Retrieve it on a Connect Webview
You cannot pass a provider_category object to the create connect webview method. e.g. seam.connect_webviews.create(provider_category="stable", custom_metadata=my_metadata). This was technically already tracked in #60 but adding here for completeness.
Add get method for retrieving an unmanaged device.
Checklist
get
method for retrieving an unmanaged device.type
attribute of an access codeAdd provider_category parameters on the create Connect Webview method + Retrieve it on a Connect Webview
You cannot pass a provider_category object to the create connect webview method. e.g.
seam.connect_webviews.create(provider_category="stable", custom_metadata=my_metadata)
. This was technically already tracked in #60 but adding here for completeness.Add get method for retrieving an unmanaged device.
The UnmanagedDevices client does not implement the
get
method to retrieve a single unmanaged device.Make it possible to update
type
attribute of an access codeWhen updating an existing access code, you cannot update its
type
in order to convert atimebound
access code to anongoing
one.Backup code implementation
None of the backup code functions are currently implemented. Specifically, we need to support:
use_backup_access_code_pool
when creating an access codepulled_backup_access_code_id
andis_backup_access_code_available
attributes available on the access code objectpull_backup_access_code
method to make it possible to retrieve a code.See here for step-by-step docs
The text was updated successfully, but these errors were encountered: