Skip to content

Commit 65ce59e

Browse files
authored
feat: Update to @seamapi/[email protected] (#1007)
* feat: Update to @seamapi/[email protected] * ci: Generate docs
1 parent 2cafc66 commit 65ce59e

File tree

7 files changed

+5
-271
lines changed

7 files changed

+5
-271
lines changed

docs/api/_blueprint.json

Lines changed: 0 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -98635,63 +98635,6 @@
9863598635
],
9863698636
"description": "Indicates that the Wyze Lock is not connected to a gateway."
9863798637
},
98638-
{
98639-
"variantGroupKey": null,
98640-
"properties": [
98641-
{
98642-
"name": "created_at",
98643-
"description": "Date and time at which Seam created the warning.",
98644-
"isDeprecated": false,
98645-
"deprecationMessage": "",
98646-
"isUndocumented": false,
98647-
"undocumentedMessage": "",
98648-
"isDraft": false,
98649-
"draftMessage": "",
98650-
"propertyGroupKey": null,
98651-
"format": "datetime",
98652-
"jsonType": "string"
98653-
},
98654-
{
98655-
"name": "message",
98656-
"description": "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
98657-
"isDeprecated": false,
98658-
"deprecationMessage": "",
98659-
"isUndocumented": false,
98660-
"undocumentedMessage": "",
98661-
"isDraft": false,
98662-
"draftMessage": "",
98663-
"propertyGroupKey": null,
98664-
"format": "string",
98665-
"jsonType": "string"
98666-
},
98667-
{
98668-
"name": "warning_code",
98669-
"description": "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
98670-
"isDeprecated": false,
98671-
"deprecationMessage": "",
98672-
"isUndocumented": false,
98673-
"undocumentedMessage": "",
98674-
"isDraft": false,
98675-
"draftMessage": "",
98676-
"propertyGroupKey": null,
98677-
"format": "enum",
98678-
"jsonType": "string",
98679-
"values": [
98680-
{
98681-
"name": "functional_offline_device",
98682-
"description": "",
98683-
"isDeprecated": false,
98684-
"deprecationMessage": "",
98685-
"isUndocumented": false,
98686-
"undocumentedMessage": "",
98687-
"isDraft": false,
98688-
"draftMessage": ""
98689-
}
98690-
]
98691-
}
98692-
],
98693-
"description": "Indicates that the device is offline but has some functionality available."
98694-
},
9869598638
{
9869698639
"variantGroupKey": null,
9869798640
"properties": [
@@ -115648,63 +115591,6 @@
115648115591
],
115649115592
"description": "Indicates that the Wyze Lock is not connected to a gateway."
115650115593
},
115651-
{
115652-
"variantGroupKey": null,
115653-
"properties": [
115654-
{
115655-
"name": "created_at",
115656-
"description": "Date and time at which Seam created the warning.",
115657-
"isDeprecated": false,
115658-
"deprecationMessage": "",
115659-
"isUndocumented": false,
115660-
"undocumentedMessage": "",
115661-
"isDraft": false,
115662-
"draftMessage": "",
115663-
"propertyGroupKey": null,
115664-
"format": "datetime",
115665-
"jsonType": "string"
115666-
},
115667-
{
115668-
"name": "message",
115669-
"description": "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
115670-
"isDeprecated": false,
115671-
"deprecationMessage": "",
115672-
"isUndocumented": false,
115673-
"undocumentedMessage": "",
115674-
"isDraft": false,
115675-
"draftMessage": "",
115676-
"propertyGroupKey": null,
115677-
"format": "string",
115678-
"jsonType": "string"
115679-
},
115680-
{
115681-
"name": "warning_code",
115682-
"description": "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
115683-
"isDeprecated": false,
115684-
"deprecationMessage": "",
115685-
"isUndocumented": false,
115686-
"undocumentedMessage": "",
115687-
"isDraft": false,
115688-
"draftMessage": "",
115689-
"propertyGroupKey": null,
115690-
"format": "enum",
115691-
"jsonType": "string",
115692-
"values": [
115693-
{
115694-
"name": "functional_offline_device",
115695-
"description": "",
115696-
"isDeprecated": false,
115697-
"deprecationMessage": "",
115698-
"isUndocumented": false,
115699-
"undocumentedMessage": "",
115700-
"isDraft": false,
115701-
"draftMessage": ""
115702-
}
115703-
]
115704-
}
115705-
],
115706-
"description": "Indicates that the device is offline but has some functionality available."
115707-
},
115708115594
{
115709115595
"variantGroupKey": null,
115710115596
"properties": [

docs/api/devices/README.md

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1351,38 +1351,6 @@ Indicates that the Wyze Lock is not connected to a gateway.
13511351
- <code>wyze_device_missing_gateway</code>
13521352

13531353

1354-
</details>
1355-
<details>
1356-
<summary><code>functional_offline_device</code></summary>
1357-
1358-
Indicates that the device is offline but has some functionality available.
1359-
1360-
**`created_at`** *Datetime*
1361-
1362-
1363-
Date and time at which Seam created the warning.
1364-
1365-
1366-
---
1367-
1368-
**`message`** *String*
1369-
1370-
1371-
Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.
1372-
1373-
1374-
---
1375-
1376-
**`warning_code`** *Enum*
1377-
1378-
1379-
Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.
1380-
1381-
Enum values:
1382-
1383-
- <code>functional_offline_device</code>
1384-
1385-
13861354
</details>
13871355
<details>
13881356
<summary><code>third_party_integration_detected</code></summary>
@@ -4444,12 +4412,6 @@ Indicates that the device has a flaky connection.
44444412

44454413
---
44464414

4447-
**`functional_offline_device`**
4448-
4449-
Indicates that the device is offline but has some functionality available.
4450-
4451-
---
4452-
44534415
**`lockly_time_zone_not_configured`**
44544416

44554417
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/devices/unmanaged/README.md

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,38 +1065,6 @@ Indicates that the Wyze Lock is not connected to a gateway.
10651065
- <code>wyze_device_missing_gateway</code>
10661066

10671067

1068-
</details>
1069-
<details>
1070-
<summary><code>functional_offline_device</code></summary>
1071-
1072-
Indicates that the device is offline but has some functionality available.
1073-
1074-
**`created_at`** *Datetime*
1075-
1076-
1077-
Date and time at which Seam created the warning.
1078-
1079-
1080-
---
1081-
1082-
**`message`** *String*
1083-
1084-
1085-
Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.
1086-
1087-
1088-
---
1089-
1090-
**`warning_code`** *Enum*
1091-
1092-
1093-
Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.
1094-
1095-
Enum values:
1096-
1097-
- <code>functional_offline_device</code>
1098-
1099-
11001068
</details>
11011069
<details>
11021070
<summary><code>third_party_integration_detected</code></summary>
@@ -1908,12 +1876,6 @@ Indicates that the device has a flaky connection.
19081876

19091877
---
19101878

1911-
**`functional_offline_device`**
1912-
1913-
Indicates that the device is offline but has some functionality available.
1914-
1915-
---
1916-
19171879
**`lockly_time_zone_not_configured`**
19181880

19191881
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/locks/README.md

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,38 +1110,6 @@ Indicates that the Wyze Lock is not connected to a gateway.
11101110
- <code>wyze_device_missing_gateway</code>
11111111

11121112

1113-
</details>
1114-
<details>
1115-
<summary><code>functional_offline_device</code></summary>
1116-
1117-
Indicates that the device is offline but has some functionality available.
1118-
1119-
**`created_at`** *Datetime*
1120-
1121-
1122-
Date and time at which Seam created the warning.
1123-
1124-
1125-
---
1126-
1127-
**`message`** *String*
1128-
1129-
1130-
Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.
1131-
1132-
1133-
---
1134-
1135-
**`warning_code`** *Enum*
1136-
1137-
1138-
Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.
1139-
1140-
Enum values:
1141-
1142-
- <code>functional_offline_device</code>
1143-
1144-
11451113
</details>
11461114
<details>
11471115
<summary><code>third_party_integration_detected</code></summary>
@@ -3229,12 +3197,6 @@ Indicates that the device has a flaky connection.
32293197

32303198
---
32313199

3232-
**`functional_offline_device`**
3233-
3234-
Indicates that the device is offline but has some functionality available.
3235-
3236-
---
3237-
32383200
**`hub_required_for_addtional_capabilities`**
32393201

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

docs/api/thermostats/README.md

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,38 +1226,6 @@ Indicates that the Wyze Lock is not connected to a gateway.
12261226
- <code>wyze_device_missing_gateway</code>
12271227

12281228

1229-
</details>
1230-
<details>
1231-
<summary><code>functional_offline_device</code></summary>
1232-
1233-
Indicates that the device is offline but has some functionality available.
1234-
1235-
**`created_at`** *Datetime*
1236-
1237-
1238-
Date and time at which Seam created the warning.
1239-
1240-
1241-
---
1242-
1243-
**`message`** *String*
1244-
1245-
1246-
Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.
1247-
1248-
1249-
---
1250-
1251-
**`warning_code`** *Enum*
1252-
1253-
1254-
Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.
1255-
1256-
Enum values:
1257-
1258-
- <code>functional_offline_device</code>
1259-
1260-
12611229
</details>
12621230
<details>
12631231
<summary><code>third_party_integration_detected</code></summary>
@@ -3968,12 +3936,6 @@ Indicates that the device has a flaky connection.
39683936

39693937
---
39703938

3971-
**`functional_offline_device`**
3972-
3973-
Indicates that the device is offline but has some functionality available.
3974-
3975-
---
3976-
39773939
**`lockly_time_zone_not_configured`**
39783940

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

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.53.0",
3434
"@seamapi/smith": "^0.5.2",
35-
"@seamapi/types": "1.685.0",
35+
"@seamapi/types": "1.686.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)