diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json
index 4614bd937..a1d470afe 100644
--- a/docs/api/_blueprint.json
+++ b/docs/api/_blueprint.json
@@ -89687,6 +89687,19 @@
"propertyGroupKey": null,
"format": "string",
"jsonType": "string"
+ },
+ {
+ "name": "device_type",
+ "description": "Device type for an Ultraloq device.",
+ "isDeprecated": false,
+ "deprecationMessage": "",
+ "isUndocumented": false,
+ "undocumentedMessage": "",
+ "isDraft": false,
+ "draftMessage": "",
+ "propertyGroupKey": null,
+ "format": "string",
+ "jsonType": "string"
}
]
},
diff --git a/docs/api/devices/README.md b/docs/api/devices/README.md
index 6cf9cae54..4e417e5ff 100644
--- a/docs/api/devices/README.md
+++ b/docs/api/devices/README.md
@@ -3120,6 +3120,10 @@ Metadata for an Ultraloq device.
Device name for an Ultraloq device.
+ - device_type String
+
+ Device type for an Ultraloq device.
+
---
diff --git a/docs/api/locks/README.md b/docs/api/locks/README.md
index 09836ebeb..5becc42e6 100644
--- a/docs/api/locks/README.md
+++ b/docs/api/locks/README.md
@@ -3013,6 +3013,10 @@ Metadata for an Ultraloq device.
Device name for an Ultraloq device.
+ - device_type String
+
+ Device type for an Ultraloq device.
+
---
diff --git a/docs/api/thermostats/README.md b/docs/api/thermostats/README.md
index 085c76a31..7c70ba510 100644
--- a/docs/api/thermostats/README.md
+++ b/docs/api/thermostats/README.md
@@ -3770,6 +3770,10 @@ Metadata for an Ultraloq device.
Device name for an Ultraloq device.
+ - device_type String
+
+ Device type for an Ultraloq device.
+
---
diff --git a/package-lock.json b/package-lock.json
index ecb372247..8056e4763 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14,7 +14,7 @@
"@prettier/plugin-ruby": "^4.0.4",
"@seamapi/blueprint": "^0.51.4",
"@seamapi/smith": "^0.5.2",
- "@seamapi/types": "1.656.0",
+ "@seamapi/types": "1.657.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.656.0",
- "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.656.0.tgz",
- "integrity": "sha512-+M78G10CpI3HjlcoCfhfWoXKhzVlrzoW0ogj1+DIQT7dQk3vxJu7rQN40o+4xw+hVBrqJCaZyWci5nfk8fNxOA==",
+ "version": "1.657.0",
+ "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.657.0.tgz",
+ "integrity": "sha512-g3dzOLBJUdsLL79eHkYctN5SO+HINdAgirO9en/woee4ZqRoUVbbitiGrSYpi4sRPOsngcYGGKjH37C1zPp8Vg==",
"dev": true,
"license": "MIT",
"engines": {
diff --git a/package.json b/package.json
index 94f87bae6..4ed58a6d9 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
"@prettier/plugin-ruby": "^4.0.4",
"@seamapi/blueprint": "^0.51.4",
"@seamapi/smith": "^0.5.2",
- "@seamapi/types": "1.656.0",
+ "@seamapi/types": "1.657.0",
"@types/command-exists": "^1.2.3",
"change-case": "^5.4.4",
"command-exists": "^1.2.9",