Skip to content

Commit

Permalink
Add new ACS resources
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Dec 7, 2023
1 parent 4f5af49 commit fa2f9c6
Show file tree
Hide file tree
Showing 6 changed files with 522 additions and 2 deletions.
14 changes: 12 additions & 2 deletions generate-routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ const routePaths = [
'/access_codes/unmanaged',
'/acs',
'/acs/access_groups',
'/acs/credentials',
'/acs/credential_pools',
'/acs/credential_provisioning_automations',
'/acs/credentials',
'/acs/entrances',
'/acs/systems',
'/acs/users',
'/action_attempts',
Expand All @@ -39,7 +41,15 @@ const routePathSubresources: Partial<
Record<(typeof routePaths)[number], string[]>
> = {
'/access_codes': ['unmanaged'],
'/acs': ['access_groups', 'credentials', 'systems', 'users'],
'/acs': [
'access_groups',
'credential_pools',
'credential_provisioning_automations',
'credentials',
'entrances',
'systems',
'users',
],
'/devices': ['unmanaged'],
'/noise_sensors': ['noise_thresholds'],
'/thermostats': ['climate_setting_schedules'],
Expand Down
154 changes: 154 additions & 0 deletions src/lib/seam/connect/routes/acs-credential-pools.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

162 changes: 162 additions & 0 deletions src/lib/seam/connect/routes/acs-credential-provisioning-automations.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fa2f9c6

Please sign in to comment.