Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/api/_blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -57233,7 +57233,7 @@
{
"name": "connector_customer_id",
"description": "ID of the connector customer to sync",
"isRequired": true,
"isRequired": false,
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
Expand Down Expand Up @@ -57303,7 +57303,7 @@
{
"name": "unique_provider_resource_key",
"description": "Unique provider resource key of the connector to sync",
"isRequired": true,
"isRequired": false,
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
Expand Down Expand Up @@ -99617,7 +99617,7 @@
"jsonType": "string",
"values": [
{
"name": "hub_required_for_addtional_capabilities",
"name": "hub_required_for_additional_capabilities",
"description": "",
"isDeprecated": false,
"deprecationMessage": "",
Expand Down Expand Up @@ -116687,7 +116687,7 @@
"jsonType": "string",
"values": [
{
"name": "hub_required_for_addtional_capabilities",
"name": "hub_required_for_additional_capabilities",
"description": "",
"isDeprecated": false,
"deprecationMessage": "",
Expand Down
6 changes: 3 additions & 3 deletions docs/api/devices/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1801,7 +1801,7 @@ Indicates that Seam does not know the time zone of the Ultraloq device. Set a ti

</details>
<details>
<summary><code>hub_required_for_addtional_capabilities</code></summary>
<summary><code>hub_required_for_additional_capabilities</code></summary>

Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock.

Expand All @@ -1828,7 +1828,7 @@ Indicates that a hub or relay must be connected to unlock additional capabilitie

Enum values:

- <code>hub_required_for_addtional_capabilities</code>
- <code>hub_required_for_additional_capabilities</code>


</details>
Expand Down Expand Up @@ -4550,7 +4550,7 @@ Indicates that the accessory keypad exists, but is not linked to the Igloohome B

---

**`hub_required_for_addtional_capabilities`**
**`hub_required_for_additional_capabilities`**

Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock.

Expand Down
6 changes: 3 additions & 3 deletions docs/api/devices/unmanaged/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,7 @@ Indicates that Seam does not know the time zone of the Ultraloq device. Set a ti

</details>
<details>
<summary><code>hub_required_for_addtional_capabilities</code></summary>
<summary><code>hub_required_for_additional_capabilities</code></summary>

Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock.

Expand All @@ -1542,7 +1542,7 @@ Indicates that a hub or relay must be connected to unlock additional capabilitie

Enum values:

- <code>hub_required_for_addtional_capabilities</code>
- <code>hub_required_for_additional_capabilities</code>


</details>
Expand Down Expand Up @@ -2014,7 +2014,7 @@ Indicates that the accessory keypad exists, but is not linked to the Igloohome B

---

**`hub_required_for_addtional_capabilities`**
**`hub_required_for_additional_capabilities`**

Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock.

Expand Down
6 changes: 3 additions & 3 deletions docs/api/locks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1560,7 +1560,7 @@ Indicates that Seam does not know the time zone of the Ultraloq device. Set a ti

</details>
<details>
<summary><code>hub_required_for_addtional_capabilities</code></summary>
<summary><code>hub_required_for_additional_capabilities</code></summary>

Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock.

Expand All @@ -1587,7 +1587,7 @@ Indicates that a hub or relay must be connected to unlock additional capabilitie

Enum values:

- <code>hub_required_for_addtional_capabilities</code>
- <code>hub_required_for_additional_capabilities</code>


</details>
Expand Down Expand Up @@ -3267,7 +3267,7 @@ Indicates that the device has a flaky connection.

---

**`hub_required_for_addtional_capabilities`**
**`hub_required_for_additional_capabilities`**

Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock.

Expand Down
4 changes: 2 additions & 2 deletions docs/api/thermostats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1676,7 +1676,7 @@ Indicates that Seam does not know the time zone of the Ultraloq device. Set a ti

</details>
<details>
<summary><code>hub_required_for_addtional_capabilities</code></summary>
<summary><code>hub_required_for_additional_capabilities</code></summary>

Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock.

Expand All @@ -1703,7 +1703,7 @@ Indicates that a hub or relay must be connected to unlock additional capabilitie

Enum values:

- <code>hub_required_for_addtional_capabilities</code>
- <code>hub_required_for_additional_capabilities</code>


</details>
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@prettier/plugin-ruby": "^4.0.4",
"@seamapi/blueprint": "^0.53.0",
"@seamapi/smith": "^0.5.2",
"@seamapi/types": "1.692.0",
"@seamapi/types": "1.693.0",
"@types/command-exists": "^1.2.3",
"change-case": "^5.4.4",
"command-exists": "^1.2.9",
Expand Down
Loading