diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json index f818f08b5..7407ec946 100644 --- a/docs/api/_blueprint.json +++ b/docs/api/_blueprint.json @@ -27138,6 +27138,21 @@ "format": "boolean", "jsonType": "boolean" }, + { + "name": "allow_climate_automation_rule_customization", + "description": "Indicates whether the customer can customize the climate automation rules 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 1fdf961b0..989a25a92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.52.2", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.663.0", + "@seamapi/types": "1.664.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.663.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.663.0.tgz", - "integrity": "sha512-I1wGPPkIGQnJV2trXTYcmbXyfWf22PXJXUKEHYHFChe1uCyUcJSdetOfNhXB0mlpO8Rzj6Z4oHvFxqikLY84QA==", + "version": "1.664.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.664.0.tgz", + "integrity": "sha512-ZqMiMB/Q3Wp1c+SLk49afHHc4OKg+h3IyoLjLMi1eFNPHsL7hUY/3c9oCmuIj/HiN6yBavjz/V8R8fVGOSJX7g==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 65757763b..1180b3f46 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.52.2", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.663.0", + "@seamapi/types": "1.664.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9",