Skip to content

Commit

Permalink
Merge pull request #168 from seamapi/dependabot/npm_and_yarn/seam-78b…
Browse files Browse the repository at this point in the history
…661bb2a

feat(deps-dev): bump @seamapi/types from 1.232.0 to 1.235.1 in the seam group
  • Loading branch information
razor-x authored Aug 29, 2024
2 parents 3603044 + e4e3dcd commit 2332f87
Show file tree
Hide file tree
Showing 8 changed files with 430 additions and 8 deletions.
4 changes: 4 additions & 0 deletions generate-routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ const routePaths = [
'/acs/systems',
'/acs/users',
'/acs/users/unmanaged',
'/acs/access_groups/unmanaged',
'/acs/credentials/unmanaged',
'/action_attempts',
'/client_sessions',
'/connect_webviews',
Expand Down Expand Up @@ -83,6 +85,8 @@ const routePathSubresources: Partial<
'users',
],
'/acs/users': ['unmanaged'],
'/acs/access_groups': ['unmanaged'],
'/acs/credentials': ['unmanaged'],
'/phones': ['simulate'],
'/devices': ['unmanaged', 'simulate'],
'/noise_sensors': ['noise_thresholds', 'simulate'],
Expand Down
11 changes: 5 additions & 6 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.232.0"
"@seamapi/types": "^1.235.1"
},
"peerDependenciesMeta": {
"@seamapi/types": {
Expand All @@ -99,7 +99,7 @@
},
"devDependencies": {
"@seamapi/fake-seam-connect": "^1.71.0",
"@seamapi/types": "1.232.0",
"@seamapi/types": "1.235.1",
"@types/eslint": "^8.44.2",
"@types/node": "^20.8.10",
"ava": "^5.0.1",
Expand Down
202 changes: 202 additions & 0 deletions src/lib/seam/connect/routes/acs-access-groups-unmanaged.ts

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

8 changes: 8 additions & 0 deletions src/lib/seam/connect/routes/acs-access-groups.ts

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

Loading

0 comments on commit 2332f87

Please sign in to comment.