diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json index 6d7df8712..403df869a 100644 --- a/docs/api/_blueprint.json +++ b/docs/api/_blueprint.json @@ -26994,21 +26994,6 @@ "format": "boolean", "jsonType": "boolean" }, - { - "name": "allow_automatic_management_of_new_devices", - "description": "Indicates whether the customer can automatically manage new devices for their properties.", - "isRequired": false, - "isDeprecated": false, - "deprecationMessage": "", - "isUndocumented": false, - "undocumentedMessage": "", - "isDraft": false, - "draftMessage": "", - "hasDefault": true, - "default": false, - "format": "boolean", - "jsonType": "boolean" - }, { "name": "allow_instant_key_customization", "description": "Indicates whether the customer can customize the Instant Key profile for their properties.", diff --git a/package-lock.json b/package-lock.json index 5a82f1b25..a8c0bbae1 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.648.0", + "@seamapi/types": "1.650.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.648.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.648.0.tgz", - "integrity": "sha512-mJX9OLH6so11Dj/jrbw75hF8mj4fslAYY4qtJg8G/4WMt1bndfk+M+6UcqpWEGYdEWa3E+kufNl7RIozSNbvnw==", + "version": "1.650.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.650.0.tgz", + "integrity": "sha512-tBxURARwj/po7tw/+wkfeqErQhJtQj3jXNj9mHVMYX0k3oFSTChf8BHv80rizofWNkiHICJjyjO/ci/p3+eTkQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 8757872af..8e1eebb04 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.648.0", + "@seamapi/types": "1.650.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9",