Skip to content

Commit

Permalink
move files to match api
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewuu committed Aug 20, 2024
1 parent 505f9e7 commit 35c8fba
Show file tree
Hide file tree
Showing 138 changed files with 505 additions and 377 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
docs
seam-sdk-playground
gitbook-plugin
*.hbs

# TypeScript build output
*.d.ts
Expand Down
68 changes: 34 additions & 34 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,40 +153,40 @@
* [Lock a Lock](api-clients/locks/lock-a-lock.md)
* [Unlock a Lock](api-clients/locks/unlock-a-lock.md)
* [List Locks](api-clients/locks/list-locks.md)
* [Access Control Systems](api-clients/access-control-systems/README.md)
* [Systems](api-clients/access-control-systems/systems/README.md)
* [List Systems](api-clients/access-control-systems/systems/list-systems.md)
* [Get a System](api-clients/access-control-systems/systems/get-system.md)
* [List Compatible Credential Manager ACS Systems](api-clients/access-control-systems/systems/list-compatible-credential-manager-acs-systems.md)
* [Users](api-clients/access-control-systems/users/README.md)
* [Create a User](api-clients/access-control-systems/users/create-user.md)
* [List Users](api-clients/access-control-systems/users/list-users.md)
* [Get a User](api-clients/access-control-systems/users/get-user.md)
* [Update a User](api-clients/access-control-systems/users/update-user.md)
* [Suspend a User](api-clients/access-control-systems/users/suspend-a-user.md)
* [Unsuspend a User](api-clients/access-control-systems/users/unsuspend-a-user.md)
* [Delete a User](api-clients/access-control-systems/users/delete-user.md)
* [Add a User to an Access Group](api-clients/access-control-systems/users/add-user-to-access-group.md)
* [Remove a User from an Access Group](api-clients/access-control-systems/users/remove-user-from-access-group.md)
* [Entrances](api-clients/access-control-systems/entrances/README.md)
* [List Entrances](api-clients/access-control-systems/entrances/list-entrances.md)
* [Get an Entrance](api-clients/access-control-systems/entrances/get-an-entrance.md)
* [List Credentials with Access to an Entrance](api-clients/access-control-systems/entrances/list-credentials-with-access-to-an-entrance.md)
* [Access Groups](api-clients/access-control-systems/access-groups/README.md)
* [List Access Groups](api-clients/access-control-systems/access-groups/list-access-groups.md)
* [Get an Access Group](api-clients/access-control-systems/access-groups/get-access-group.md)
* [Add a User to an Access Group](api-clients/access-control-systems/access-groups/add-user-to-access-group.md)
* [Remove a User from an Access Group](api-clients/access-control-systems/access-groups/remove-user-from-access-group.md)
* [List Users in an Access Group](api-clients/access-control-systems/access-groups/list-users-in-access-group.md)
* [Credentials](api-clients/access-control-systems/credentials/README.md)
* [Create a Credential for a User](api-clients/access-control-systems/credentials/create-credential-for-user.md)
* [Assign a Credential to a User](api-clients/access-control-systems/credentials/assign-a-credential-to-a-user.md)
* [List Credentials](api-clients/access-control-systems/credentials/list-credentials.md)
* [Get a Credential](api-clients/access-control-systems/credentials/get-credential.md)
* [Update a Credential](api-clients/access-control-systems/credentials/update-a-credential.md)
* [Unassign a Credential from a User](api-clients/access-control-systems/credentials/unassign-a-credential-from-a-user.md)
* [Delete a Credential](api-clients/access-control-systems/credentials/delete-credential.md)
* [List Accessible Entrances](api-clients/access-control-systems/credentials/list-accessible-entrances.md)
* [Access Control Systems](api-clients/acs/README.md)
* [Systems](api-clients/acs/systems/README.md)
* [List Systems](api/acs/systems/list.md)
* [Get a System](api-clients/acs/systems/get-system.md)
* [List Compatible Credential Manager ACS Systems](api-clients/acs/systems/list-compatible-credential-manager-acs-systems.md)
* [Users](api-clients/acs/users/README.md)
* [Create a User](api-clients/acs/users/create-user.md)
* [List Users](api-clients/acs/users/list-users.md)
* [Get a User](api-clients/acs/users/get-user.md)
* [Update a User](api-clients/acs/users/update-user.md)
* [Suspend a User](api-clients/acs/users/suspend-a-user.md)
* [Unsuspend a User](api-clients/acs/users/unsuspend-a-user.md)
* [Delete a User](api-clients/acs/users/delete-user.md)
* [Add a User to an Access Group](api-clients/acs/users/add-user-to-access-group.md)
* [Remove a User from an Access Group](api-clients/acs/users/remove-user-from-access-group.md)
* [Entrances](api-clients/acs/entrances/README.md)
* [List Entrances](api-clients/acs/entrances/list-entrances.md)
* [Get an Entrance](api-clients/acs/entrances/get-an-entrance.md)
* [List Credentials with Access to an Entrance](api-clients/acs/entrances/list-credentials-with-access-to-an-entrance.md)
* [Access Groups](api-clients/acs/access-groups/README.md)
* [List Access Groups](api-clients/acs/access-groups/list-access-groups.md)
* [Get an Access Group](api-clients/acs/access-groups/get-access-group.md)
* [Add a User to an Access Group](api-clients/acs/access-groups/add-user-to-access-group.md)
* [Remove a User from an Access Group](api-clients/acs/access-groups/remove-user-from-access-group.md)
* [List Users in an Access Group](api-clients/acs/access-groups/list-users-in-access-group.md)
* [Credentials](api-clients/acs/credentials/README.md)
* [Create a Credential for a User](api-clients/acs/credentials/create-credential-for-user.md)
* [Assign a Credential to a User](api-clients/acs/credentials/assign-a-credential-to-a-user.md)
* [List Credentials](api-clients/acs/credentials/list-credentials.md)
* [Get a Credential](api-clients/acs/credentials/get-credential.md)
* [Update a Credential](api-clients/acs/credentials/update-a-credential.md)
* [Unassign a Credential from a User](api-clients/acs/credentials/unassign-a-credential-from-a-user.md)
* [Delete a Credential](api-clients/acs/credentials/delete-credential.md)
* [List Accessible Entrances](api-clients/acs/credentials/list-accessible-entrances.md)
* [Noise Sensors](api-clients/noise-sensors/README.md)
* [Create Noise Thresholds](api-clients/noise-sensors/create-noise-threshold.md)
* [List Noise Thresholds](api-clients/noise-sensors/list-noise-thresholds.md)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
210 changes: 0 additions & 210 deletions docs/api-clients/devices/get-device-1.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 35c8fba

Please sign in to comment.