From c8fc60dd5f37995aa173d36b03f8ddfca8379470 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Fri, 24 Oct 2025 12:04:06 +0000 Subject: [PATCH 1/2] feat: Update to @seamapi/types@1.633.0 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 48cc47398..1c46a5c78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.51.3", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.632.0", + "@seamapi/types": "1.633.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9", @@ -983,9 +983,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.632.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.632.0.tgz", - "integrity": "sha512-+PEOguxg1fjTwwBVy3TpNCOdP89aHDJ3ohv0PqLNrZCFpwCYuSD0iZBe/Ap1554/6iKZwgdbLBXHEUJZkb6bJA==", + "version": "1.633.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.633.0.tgz", + "integrity": "sha512-Xwe+sDQLfUaaYKefKbwrlhLWHaGFvSj1yoozOqxWFtt2TdQTW8HaZQORxd7z+gCf0NzdLlHtbBFBtebzVrX7bg==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 601893ca8..607cb18f6 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.51.3", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.632.0", + "@seamapi/types": "1.633.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9", From a1ae4fef02ff1cfd1a8e1cb08cc3a3091ca0b6a4 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Fri, 24 Oct 2025 12:06:15 +0000 Subject: [PATCH 2/2] ci: Generate docs --- docs/api/_blueprint.json | 114 +++++++++++++++++++++++++++ docs/api/devices/README.md | 38 +++++++++ docs/api/devices/unmanaged/README.md | 38 +++++++++ docs/api/locks/README.md | 38 +++++++++ docs/api/thermostats/README.md | 32 ++++++++ 5 files changed, 260 insertions(+) diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json index 8fce0e3f7..a2d4d7b9b 100644 --- a/docs/api/_blueprint.json +++ b/docs/api/_blueprint.json @@ -92765,6 +92765,63 @@ } ], "description": "Indicates that Seam detected that the Lockly device does not have a time zone configured. Time-bound codes may not work as expected." + }, + { + "variantGroupKey": "locks", + "properties": [ + { + "name": "created_at", + "description": "Date and time at which Seam created the warning.", + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "propertyGroupKey": null, + "format": "datetime", + "jsonType": "string" + }, + { + "name": "message", + "description": "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.", + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "propertyGroupKey": null, + "format": "string", + "jsonType": "string" + }, + { + "name": "warning_code", + "description": "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.", + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "propertyGroupKey": null, + "format": "enum", + "jsonType": "string", + "values": [ + { + "name": "hub_required_for_addtional_capabilities", + "description": "", + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "" + } + ] + } + ], + "description": "Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock." } ] }, @@ -109584,6 +109641,63 @@ } ], "description": "Indicates that Seam detected that the Lockly device does not have a time zone configured. Time-bound codes may not work as expected." + }, + { + "variantGroupKey": "locks", + "properties": [ + { + "name": "created_at", + "description": "Date and time at which Seam created the warning.", + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "propertyGroupKey": null, + "format": "datetime", + "jsonType": "string" + }, + { + "name": "message", + "description": "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.", + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "propertyGroupKey": null, + "format": "string", + "jsonType": "string" + }, + { + "name": "warning_code", + "description": "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.", + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "propertyGroupKey": null, + "format": "enum", + "jsonType": "string", + "values": [ + { + "name": "hub_required_for_addtional_capabilities", + "description": "", + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "" + } + ] + } + ], + "description": "Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock." } ] }, diff --git a/docs/api/devices/README.md b/docs/api/devices/README.md index c451d2526..6cf9cae54 100644 --- a/docs/api/devices/README.md +++ b/docs/api/devices/README.md @@ -1799,6 +1799,38 @@ Indicates that Seam detected that the Lockly device does not have a time zone co - lockly_time_zone_not_configured + +
+hub_required_for_addtional_capabilities + +Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock. + + **`created_at`** *Datetime* + + + Date and time at which Seam created the warning. + + + --- + + **`message`** *String* + + + Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. + + + --- + + **`warning_code`** *Enum* + + + Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. + + Enum values: + + - hub_required_for_addtional_capabilities + +
--- @@ -4432,6 +4464,12 @@ Indicates that the Salto KS lock is in Privacy Mode. Access Codes will not unloc --- ### Locks +**`hub_required_for_addtional_capabilities`** + +Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock. + +--- + **`power_saving_mode`** Indicates that the device is in power saving mode and may have limited functionality. diff --git a/docs/api/devices/unmanaged/README.md b/docs/api/devices/unmanaged/README.md index 858bd1b24..0a354d19b 100644 --- a/docs/api/devices/unmanaged/README.md +++ b/docs/api/devices/unmanaged/README.md @@ -1513,6 +1513,38 @@ Indicates that Seam detected that the Lockly device does not have a time zone co - lockly_time_zone_not_configured + +
+hub_required_for_addtional_capabilities + +Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock. + + **`created_at`** *Datetime* + + + Date and time at which Seam created the warning. + + + --- + + **`message`** *String* + + + Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. + + + --- + + **`warning_code`** *Enum* + + + Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. + + Enum values: + + - hub_required_for_addtional_capabilities + +
--- @@ -1912,6 +1944,12 @@ Indicates that the Salto KS lock is in Privacy Mode. Access Codes will not unloc --- ### Locks +**`hub_required_for_addtional_capabilities`** + +Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock. + +--- + **`power_saving_mode`** Indicates that the device is in power saving mode and may have limited functionality. diff --git a/docs/api/locks/README.md b/docs/api/locks/README.md index e24963c28..68e4d8357 100644 --- a/docs/api/locks/README.md +++ b/docs/api/locks/README.md @@ -1558,6 +1558,38 @@ Indicates that Seam detected that the Lockly device does not have a time zone co - lockly_time_zone_not_configured + +
+hub_required_for_addtional_capabilities + +Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock. + + **`created_at`** *Datetime* + + + Date and time at which Seam created the warning. + + + --- + + **`message`** *String* + + + Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. + + + --- + + **`warning_code`** *Enum* + + + Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. + + Enum values: + + - hub_required_for_addtional_capabilities + +
--- @@ -3155,6 +3187,12 @@ Indicates that the device is offline but has some functionality available. --- +**`hub_required_for_addtional_capabilities`** + +Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock. + +--- + **`lockly_time_zone_not_configured`** Indicates that Seam detected that the Lockly device does not have a time zone configured. Time-bound codes may not work as expected. diff --git a/docs/api/thermostats/README.md b/docs/api/thermostats/README.md index b092263cb..085c76a31 100644 --- a/docs/api/thermostats/README.md +++ b/docs/api/thermostats/README.md @@ -1674,6 +1674,38 @@ Indicates that Seam detected that the Lockly device does not have a time zone co - lockly_time_zone_not_configured + +
+hub_required_for_addtional_capabilities + +Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock. + + **`created_at`** *Datetime* + + + Date and time at which Seam created the warning. + + + --- + + **`message`** *String* + + + Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. + + + --- + + **`warning_code`** *Enum* + + + Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. + + Enum values: + + - hub_required_for_addtional_capabilities + +
---