Skip to content

Commit 84ac8aa

Browse files
dependabot[bot]razor-xseambot
authored
feat(deps-dev): Bump @seamapi/types from 1.339.0 to 1.343.0 in the seam group across 1 directory (#269)
* feat(deps-dev): Bump @seamapi/types in the seam group across 1 directory Bumps the seam group with 1 update in the / directory: [@seamapi/types](https://github.com/seamapi/types). Updates `@seamapi/types` from 1.339.0 to 1.343.0 - [Release notes](https://github.com/seamapi/types/releases) - [Changelog](https://github.com/seamapi/types/blob/main/.releaserc.json) - [Commits](seamapi/types@v1.339.0...v1.343.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 /thermostats/simulate * 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 187c4a4 commit 84ac8aa

File tree

6 files changed

+211
-8
lines changed

6 files changed

+211
-8
lines changed

generate-routes.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ const routePaths = [
6767
'/phones/simulate',
6868
'/thermostats',
6969
'/thermostats/schedules',
70+
'/thermostats/simulate',
7071
'/user_identities',
7172
'/user_identities/enrollment_automations',
7273
'/webhooks',
@@ -94,7 +95,7 @@ const routePathSubresources: Partial<
9495
'/phones': ['simulate'],
9596
'/devices': ['unmanaged', 'simulate'],
9697
'/noise_sensors': ['noise_thresholds', 'simulate'],
97-
'/thermostats': ['schedules'],
98+
'/thermostats': ['schedules', 'simulate'],
9899
'/user_identities': ['enrollment_automations'],
99100
}
100101

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"npm": ">= 9.0.0"
8585
},
8686
"peerDependencies": {
87-
"@seamapi/types": "^1.339.0"
87+
"@seamapi/types": "^1.343.0"
8888
},
8989
"peerDependenciesMeta": {
9090
"@seamapi/types": {
@@ -99,7 +99,7 @@
9999
},
100100
"devDependencies": {
101101
"@seamapi/fake-seam-connect": "1.74.0",
102-
"@seamapi/types": "1.339.0",
102+
"@seamapi/types": "1.343.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

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/seam/connect/routes/thermostats-simulate.ts

Lines changed: 196 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)