Skip to content

Commit c437e5d

Browse files
authored
feat: Update to @seamapi/[email protected] (#974)
* feat: Update to @seamapi/[email protected] * ci: Generate docs
1 parent 375e6cf commit c437e5d

File tree

6 files changed

+30
-5
lines changed

6 files changed

+30
-5
lines changed

docs/api/_blueprint.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89687,6 +89687,19 @@
8968789687
"propertyGroupKey": null,
8968889688
"format": "string",
8968989689
"jsonType": "string"
89690+
},
89691+
{
89692+
"name": "device_type",
89693+
"description": "Device type for an Ultraloq device.",
89694+
"isDeprecated": false,
89695+
"deprecationMessage": "",
89696+
"isUndocumented": false,
89697+
"undocumentedMessage": "",
89698+
"isDraft": false,
89699+
"draftMessage": "",
89700+
"propertyGroupKey": null,
89701+
"format": "string",
89702+
"jsonType": "string"
8969089703
}
8969189704
]
8969289705
},

docs/api/devices/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3120,6 +3120,10 @@ Metadata for an Ultraloq device.
31203120

31213121
Device name for an Ultraloq device.
31223122

3123+
- <strong><code>device_type</code></strong> <i>String</i>
3124+
3125+
Device type for an Ultraloq device.
3126+
31233127
</details>
31243128

31253129
---

docs/api/locks/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3013,6 +3013,10 @@ Metadata for an Ultraloq device.
30133013

30143014
Device name for an Ultraloq device.
30153015

3016+
- <strong><code>device_type</code></strong> <i>String</i>
3017+
3018+
Device type for an Ultraloq device.
3019+
30163020
</details>
30173021

30183022
---

docs/api/thermostats/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3770,6 +3770,10 @@ Metadata for an Ultraloq device.
37703770

37713771
Device name for an Ultraloq device.
37723772

3773+
- <strong><code>device_type</code></strong> <i>String</i>
3774+
3775+
Device type for an Ultraloq device.
3776+
37733777
</details>
37743778

37753779
---

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.4",
3434
"@seamapi/smith": "^0.5.2",
35-
"@seamapi/types": "1.656.0",
35+
"@seamapi/types": "1.657.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)