diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json index 383f3c0c7..67bf5790d 100644 --- a/docs/api/_blueprint.json +++ b/docs/api/_blueprint.json @@ -16243,7 +16243,7 @@ "itemParameters": [ { "name": "hotek_metadata", - "description": "", + "description": "Hotek-specific metadata associated with the entrance.", "isRequired": false, "isDeprecated": false, "deprecationMessage": "", diff --git a/docs/api/acs/systems/report_devices.md b/docs/api/acs/systems/report_devices.md index 0c6d0e1a0..0a028d5ff 100644 --- a/docs/api/acs/systems/report_devices.md +++ b/docs/api/acs/systems/report_devices.md @@ -230,6 +230,8 @@ Array of ACS encoders to report hotek_metadata Object +Hotek-specific metadata associated with the entrance. + --- diff --git a/package-lock.json b/package-lock.json index f159b339c..fce598ca2 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.637.0", + "@seamapi/types": "1.638.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.637.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.637.0.tgz", - "integrity": "sha512-3ufmb1Y4JFNBCvHVlKw1JCN0mTaL3yYx0bKgswwpWlvWQ9XrIGcr3zpBOB2Py66jU/ZM6IQC5JQMHNuYu7jTJw==", + "version": "1.638.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.638.0.tgz", + "integrity": "sha512-pAlzDuaa+QoHcDouAiLkmX3QvyaOANzqr0nYWi43af4bmoaZgDRNL5H4B2T6KlVX4f8RHCXd0s+oGoyARHjhAA==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index f09758181..f39188bf8 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.637.0", + "@seamapi/types": "1.638.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9",