Skip to content

Commit 5306f21

Browse files
dependabot[bot]razor-xseambot
authored
feat(deps-dev): Bump @seamapi/types from 1.365.0 to 1.370.3 in the seam group (#318)
* 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.365.0 to 1.370.3 - [Release notes](https://github.com/seamapi/types/releases) - [Changelog](https://github.com/seamapi/types/blob/main/.releaserc.json) - [Commits](seamapi/types@v1.365.0...v1.370.3) --- 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 unstable_access_grants * 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]>
1 parent 13a0a46 commit 5306f21

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

generate-routes.ts

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ const routePaths = [
7070
'/thermostats/schedules',
7171
'/thermostats/simulate',
7272
'/unstable_locations',
73+
'/unstable_access_grants',
7374
'/user_identities',
7475
'/user_identities/enrollment_automations',
7576
'/webhooks',

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"npm": ">= 9.0.0"
8585
},
8686
"peerDependencies": {
87-
"@seamapi/types": "^1.365.0"
87+
"@seamapi/types": "^1.370.3"
8888
},
8989
"peerDependenciesMeta": {
9090
"@seamapi/types": {
@@ -99,7 +99,7 @@
9999
},
100100
"devDependencies": {
101101
"@seamapi/fake-seam-connect": "^1.77.0",
102-
"@seamapi/types": "1.365.0",
102+
"@seamapi/types": "1.370.3",
103103
"@types/eslint": "^8.44.2",
104104
"@types/jsonwebtoken": "^9.0.6",
105105
"@types/node": "^20.8.10",

0 commit comments

Comments
 (0)