Skip to content

Commit 50044cb

Browse files
feat(deps-dev): Bump @seamapi/types from 1.457.0 to 1.457.1 in the seam group (#739)
* 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.457.0 to 1.457.1 - [Release notes](https://github.com/seamapi/types/releases) - [Changelog](https://github.com/seamapi/types/blob/main/.releaserc.json) - [Commits](seamapi/types@v1.457.0...v1.457.1) --- updated-dependencies: - dependency-name: "@seamapi/types" dependency-version: 1.457.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: seam ... Signed-off-by: dependabot[bot] <[email protected]> * ci: Generate docs --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Seam Bot <[email protected]>
1 parent 47858fc commit 50044cb

File tree

5 files changed

+16
-12
lines changed

5 files changed

+16
-12
lines changed

docs/api/_blueprint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34026,7 +34026,7 @@
3402634026
"name": "connect_to_hub",
3402734027
"path": "/devices/simulate/connect_to_hub",
3402834028
"parentPath": "/devices/simulate",
34029-
"description": "Simulates bringing the Wi-Fi hub (bridge) back online for a device. \nOnly applicable for [sandbox workspaces](../core-concepts/workspaces/README.md#sandbox-workspaces) and August locks today, but designed so we can extend to other providers later. \nThis will clear the `hub_disconnected` error on the device.",
34029+
"description": "Simulates bringing the WiFi hub (bridge) back online for a device.\nOnly applicable for sandbox workspaces and currently\nimplemented for August and TTLock locks.\nThis will clear the corresponding `hub_disconnected` or\n`ttlock_lock_not_paired_to_gateway` error on the device.",
3403034030
"isDeprecated": false,
3403134031
"deprecationMessage": "",
3403234032
"isUndocumented": false,

docs/api/devices/simulate/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ Simulates connecting a device to Seam. Only applicable for [sandbox devices](../
1010

1111
[**`/devices/simulate/connect_to_hub`**](./connect_to_hub.md)
1212

13-
Simulates bringing the Wi-Fi hub (bridge) back online for a device.
14-
Only applicable for [sandbox workspaces](../../../core-concepts/workspaces/README.md#sandbox-workspaces) and August locks today, but designed so we can extend to other providers later.
15-
This will clear the `hub_disconnected` error on the device.
13+
Simulates bringing the Wi‑Fi hub (bridge) back online for a device.
14+
Only applicable for sandbox workspaces and currently
15+
implemented for August and TTLock locks.
16+
This will clear the corresponding `hub_disconnected` or
17+
`ttlock_lock_not_paired_to_gateway` error on the device.
1618

1719

1820
[**`/devices/simulate/disconnect`**](./disconnect.md)

docs/api/devices/simulate/connect_to_hub.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
- [Request Parameters](#request-parameters)
44
- [Response](#response)
55

6-
Simulates bringing the Wi-Fi hub (bridge) back online for a device.
7-
Only applicable for [sandbox workspaces](../../../core-concepts/workspaces/README.md#sandbox-workspaces) and August locks today, but designed so we can extend to other providers later.
8-
This will clear the `hub_disconnected` error on the device.
6+
Simulates bringing the Wi‑Fi hub (bridge) back online for a device.
7+
Only applicable for sandbox workspaces and currently
8+
implemented for August and TTLock locks.
9+
This will clear the corresponding `hub_disconnected` or
10+
`ttlock_lock_not_paired_to_gateway` error on the device.
911

1012

1113
{% tabs %}

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@prettier/plugin-ruby": "^4.0.4",
3333
"@seamapi/blueprint": "^0.51.3",
3434
"@seamapi/smith": "^0.4.4",
35-
"@seamapi/types": "^1.457.0",
35+
"@seamapi/types": "^1.457.1",
3636
"@types/command-exists": "^1.2.3",
3737
"change-case": "^5.4.4",
3838
"command-exists": "^1.2.9",

0 commit comments

Comments
 (0)