Skip to content

Commit 001c81d

Browse files
authored
feat: Update to @seamapi/[email protected] (#940)
* feat: Update to @seamapi/[email protected] * ci: Generate docs
1 parent 9a7b5c7 commit 001c81d

File tree

7 files changed

+265
-5
lines changed

7 files changed

+265
-5
lines changed

docs/api/_blueprint.json

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92765,6 +92765,63 @@
9276592765
}
9276692766
],
9276792767
"description": "Indicates that Seam detected that the Lockly device does not have a time zone configured. Time-bound codes may not work as expected."
92768+
},
92769+
{
92770+
"variantGroupKey": "locks",
92771+
"properties": [
92772+
{
92773+
"name": "created_at",
92774+
"description": "Date and time at which Seam created the warning.",
92775+
"isDeprecated": false,
92776+
"deprecationMessage": "",
92777+
"isUndocumented": false,
92778+
"undocumentedMessage": "",
92779+
"isDraft": false,
92780+
"draftMessage": "",
92781+
"propertyGroupKey": null,
92782+
"format": "datetime",
92783+
"jsonType": "string"
92784+
},
92785+
{
92786+
"name": "message",
92787+
"description": "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
92788+
"isDeprecated": false,
92789+
"deprecationMessage": "",
92790+
"isUndocumented": false,
92791+
"undocumentedMessage": "",
92792+
"isDraft": false,
92793+
"draftMessage": "",
92794+
"propertyGroupKey": null,
92795+
"format": "string",
92796+
"jsonType": "string"
92797+
},
92798+
{
92799+
"name": "warning_code",
92800+
"description": "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
92801+
"isDeprecated": false,
92802+
"deprecationMessage": "",
92803+
"isUndocumented": false,
92804+
"undocumentedMessage": "",
92805+
"isDraft": false,
92806+
"draftMessage": "",
92807+
"propertyGroupKey": null,
92808+
"format": "enum",
92809+
"jsonType": "string",
92810+
"values": [
92811+
{
92812+
"name": "hub_required_for_addtional_capabilities",
92813+
"description": "",
92814+
"isDeprecated": false,
92815+
"deprecationMessage": "",
92816+
"isUndocumented": false,
92817+
"undocumentedMessage": "",
92818+
"isDraft": false,
92819+
"draftMessage": ""
92820+
}
92821+
]
92822+
}
92823+
],
92824+
"description": "Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock."
9276892825
}
9276992826
]
9277092827
},
@@ -109584,6 +109641,63 @@
109584109641
}
109585109642
],
109586109643
"description": "Indicates that Seam detected that the Lockly device does not have a time zone configured. Time-bound codes may not work as expected."
109644+
},
109645+
{
109646+
"variantGroupKey": "locks",
109647+
"properties": [
109648+
{
109649+
"name": "created_at",
109650+
"description": "Date and time at which Seam created the warning.",
109651+
"isDeprecated": false,
109652+
"deprecationMessage": "",
109653+
"isUndocumented": false,
109654+
"undocumentedMessage": "",
109655+
"isDraft": false,
109656+
"draftMessage": "",
109657+
"propertyGroupKey": null,
109658+
"format": "datetime",
109659+
"jsonType": "string"
109660+
},
109661+
{
109662+
"name": "message",
109663+
"description": "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
109664+
"isDeprecated": false,
109665+
"deprecationMessage": "",
109666+
"isUndocumented": false,
109667+
"undocumentedMessage": "",
109668+
"isDraft": false,
109669+
"draftMessage": "",
109670+
"propertyGroupKey": null,
109671+
"format": "string",
109672+
"jsonType": "string"
109673+
},
109674+
{
109675+
"name": "warning_code",
109676+
"description": "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
109677+
"isDeprecated": false,
109678+
"deprecationMessage": "",
109679+
"isUndocumented": false,
109680+
"undocumentedMessage": "",
109681+
"isDraft": false,
109682+
"draftMessage": "",
109683+
"propertyGroupKey": null,
109684+
"format": "enum",
109685+
"jsonType": "string",
109686+
"values": [
109687+
{
109688+
"name": "hub_required_for_addtional_capabilities",
109689+
"description": "",
109690+
"isDeprecated": false,
109691+
"deprecationMessage": "",
109692+
"isUndocumented": false,
109693+
"undocumentedMessage": "",
109694+
"isDraft": false,
109695+
"draftMessage": ""
109696+
}
109697+
]
109698+
}
109699+
],
109700+
"description": "Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock."
109587109701
}
109588109702
]
109589109703
},

docs/api/devices/README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1799,6 +1799,38 @@ Indicates that Seam detected that the Lockly device does not have a time zone co
17991799
- <code>lockly_time_zone_not_configured</code>
18001800

18011801

1802+
</details>
1803+
<details>
1804+
<summary><code>hub_required_for_addtional_capabilities</code></summary>
1805+
1806+
Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock.
1807+
1808+
**`created_at`** *Datetime*
1809+
1810+
1811+
Date and time at which Seam created the warning.
1812+
1813+
1814+
---
1815+
1816+
**`message`** *String*
1817+
1818+
1819+
Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.
1820+
1821+
1822+
---
1823+
1824+
**`warning_code`** *Enum*
1825+
1826+
1827+
Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.
1828+
1829+
Enum values:
1830+
1831+
- <code>hub_required_for_addtional_capabilities</code>
1832+
1833+
18021834
</details>
18031835

18041836
---
@@ -4432,6 +4464,12 @@ Indicates that the Salto KS lock is in Privacy Mode. Access Codes will not unloc
44324464
---
44334465

44344466
### Locks
4467+
**`hub_required_for_addtional_capabilities`**
4468+
4469+
Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock.
4470+
4471+
---
4472+
44354473
**`power_saving_mode`**
44364474

44374475
Indicates that the device is in power saving mode and may have limited functionality.

docs/api/devices/unmanaged/README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1513,6 +1513,38 @@ Indicates that Seam detected that the Lockly device does not have a time zone co
15131513
- <code>lockly_time_zone_not_configured</code>
15141514

15151515

1516+
</details>
1517+
<details>
1518+
<summary><code>hub_required_for_addtional_capabilities</code></summary>
1519+
1520+
Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock.
1521+
1522+
**`created_at`** *Datetime*
1523+
1524+
1525+
Date and time at which Seam created the warning.
1526+
1527+
1528+
---
1529+
1530+
**`message`** *String*
1531+
1532+
1533+
Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.
1534+
1535+
1536+
---
1537+
1538+
**`warning_code`** *Enum*
1539+
1540+
1541+
Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.
1542+
1543+
Enum values:
1544+
1545+
- <code>hub_required_for_addtional_capabilities</code>
1546+
1547+
15161548
</details>
15171549

15181550
---
@@ -1912,6 +1944,12 @@ Indicates that the Salto KS lock is in Privacy Mode. Access Codes will not unloc
19121944
---
19131945

19141946
### Locks
1947+
**`hub_required_for_addtional_capabilities`**
1948+
1949+
Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock.
1950+
1951+
---
1952+
19151953
**`power_saving_mode`**
19161954

19171955
Indicates that the device is in power saving mode and may have limited functionality.

docs/api/locks/README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1558,6 +1558,38 @@ Indicates that Seam detected that the Lockly device does not have a time zone co
15581558
- <code>lockly_time_zone_not_configured</code>
15591559

15601560

1561+
</details>
1562+
<details>
1563+
<summary><code>hub_required_for_addtional_capabilities</code></summary>
1564+
1565+
Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock.
1566+
1567+
**`created_at`** *Datetime*
1568+
1569+
1570+
Date and time at which Seam created the warning.
1571+
1572+
1573+
---
1574+
1575+
**`message`** *String*
1576+
1577+
1578+
Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.
1579+
1580+
1581+
---
1582+
1583+
**`warning_code`** *Enum*
1584+
1585+
1586+
Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.
1587+
1588+
Enum values:
1589+
1590+
- <code>hub_required_for_addtional_capabilities</code>
1591+
1592+
15611593
</details>
15621594

15631595
---
@@ -3155,6 +3187,12 @@ Indicates that the device is offline but has some functionality available.
31553187

31563188
---
31573189

3190+
**`hub_required_for_addtional_capabilities`**
3191+
3192+
Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock.
3193+
3194+
---
3195+
31583196
**`lockly_time_zone_not_configured`**
31593197

31603198
Indicates that Seam detected that the Lockly device does not have a time zone configured. Time-bound codes may not work as expected.

docs/api/thermostats/README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1674,6 +1674,38 @@ Indicates that Seam detected that the Lockly device does not have a time zone co
16741674
- <code>lockly_time_zone_not_configured</code>
16751675

16761676

1677+
</details>
1678+
<details>
1679+
<summary><code>hub_required_for_addtional_capabilities</code></summary>
1680+
1681+
Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock.
1682+
1683+
**`created_at`** *Datetime*
1684+
1685+
1686+
Date and time at which Seam created the warning.
1687+
1688+
1689+
---
1690+
1691+
**`message`** *String*
1692+
1693+
1694+
Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.
1695+
1696+
1697+
---
1698+
1699+
**`warning_code`** *Enum*
1700+
1701+
1702+
Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.
1703+
1704+
Enum values:
1705+
1706+
- <code>hub_required_for_addtional_capabilities</code>
1707+
1708+
16771709
</details>
16781710

16791711
---

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.5.2",
35-
"@seamapi/types": "1.632.0",
35+
"@seamapi/types": "1.633.0",
3636
"@types/command-exists": "^1.2.3",
3737
"change-case": "^5.4.4",
3838
"command-exists": "^1.2.9",

0 commit comments

Comments
 (0)