Skip to content

Commit

Permalink
feat: Add seam.acs.users.unmanaged methods (#165)
Browse files Browse the repository at this point in the history
* feat(deps-dev): bump @seamapi/types in the seam group

Bumps the seam group with 1 update: [@seamapi/types](https://github.com/seamapi/types).


Updates `@seamapi/types` from 1.227.0 to 1.231.0
- [Release notes](https://github.com/seamapi/types/releases)
- [Changelog](https://github.com/seamapi/types/blob/main/.releaserc.json)
- [Commits](seamapi/types@v1.227.0...v1.231.0)

---
updated-dependencies:
- dependency-name: "@seamapi/types"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: seam
...

Signed-off-by: dependabot[bot] <[email protected]>

* Add /acs/users/unmanaged route

* ci: Generate code

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evan Sosenko <[email protected]>
Co-authored-by: Seam Bot <[email protected]>
  • Loading branch information
3 people authored Aug 23, 2024
1 parent 7b99b9a commit 1cc1977
Show file tree
Hide file tree
Showing 6 changed files with 212 additions and 7 deletions.
2 changes: 2 additions & 0 deletions generate-routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const routePaths = [
'/acs/entrances',
'/acs/systems',
'/acs/users',
'/acs/users/unmanaged',
'/action_attempts',
'/client_sessions',
'/connect_webviews',
Expand Down Expand Up @@ -81,6 +82,7 @@ const routePathSubresources: Partial<
'systems',
'users',
],
'/acs/users': ['unmanaged'],
'/phones': ['simulate'],
'/devices': ['unmanaged', 'simulate'],
'/noise_sensors': ['noise_thresholds', 'simulate'],
Expand Down
11 changes: 6 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"npm": ">= 9.0.0"
},
"peerDependencies": {
"@seamapi/types": "^1.227.0"
"@seamapi/types": "^1.232.0"
},
"peerDependenciesMeta": {
"@seamapi/types": {
Expand All @@ -99,7 +99,7 @@
},
"devDependencies": {
"@seamapi/fake-seam-connect": "^1.71.0",
"@seamapi/types": "1.227.0",
"@seamapi/types": "1.232.0",
"@types/eslint": "^8.44.2",
"@types/node": "^20.8.10",
"ava": "^5.0.1",
Expand Down
196 changes: 196 additions & 0 deletions src/lib/seam/connect/routes/acs-users-unmanaged.ts

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

5 changes: 5 additions & 0 deletions src/lib/seam/connect/routes/acs-users.ts

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

1 change: 1 addition & 0 deletions src/lib/seam/connect/routes/index.ts

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

0 comments on commit 1cc1977

Please sign in to comment.