Skip to content

Commit 395f034

Browse files
dependabot[bot]razor-xseambot
authored
feat: Add /unstable_locations (#306)
* 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.351.1 to 1.365.0 - [Release notes](https://github.com/seamapi/types/releases) - [Changelog](https://github.com/seamapi/types/blob/main/.releaserc.json) - [Commits](seamapi/types@v1.351.1...v1.365.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]> * Update generate-routes.ts * 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 dab52c2 commit 395f034

File tree

5 files changed

+312
-7
lines changed

5 files changed

+312
-7
lines changed

generate-routes.ts

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ const routePaths = [
6969
'/thermostats',
7070
'/thermostats/schedules',
7171
'/thermostats/simulate',
72+
'/unstable_locations',
7273
'/user_identities',
7374
'/user_identities/enrollment_automations',
7475
'/webhooks',

package-lock.json

+5-5
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.351.1"
87+
"@seamapi/types": "^1.365.0"
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.351.1",
102+
"@seamapi/types": "1.365.0",
103103
"@types/eslint": "^8.44.2",
104104
"@types/jsonwebtoken": "^9.0.6",
105105
"@types/node": "^20.8.10",

src/lib/seam/connect/routes/index.ts

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

src/lib/seam/connect/routes/unstable-locations.ts

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

0 commit comments

Comments
 (0)