diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json index a53aa5f53..25f5ae253 100644 --- a/docs/api/_blueprint.json +++ b/docs/api/_blueprint.json @@ -26930,6 +26930,21 @@ "default": false, "format": "boolean", "jsonType": "boolean" + }, + { + "name": "exclude_staff_management", + "description": "Indicates whether the customer can manage staff for their properties.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": true, + "default": false, + "format": "boolean", + "jsonType": "boolean" } ] }, diff --git a/package-lock.json b/package-lock.json index 81f59b06c..6593d3fac 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.613.0", + "@seamapi/types": "1.616.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.613.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.613.0.tgz", - "integrity": "sha512-zF69qRYzR//0r8Ldbu+SnrnJLTXvxDFEMN4J18iP95end7dU+hKme+42l2HFVgra0qdZ2y9zj85XoWkzje7kgQ==", + "version": "1.616.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.616.0.tgz", + "integrity": "sha512-zEZ+Iizh7sqLv6/UKkAfnX5xYESv64u3t9yHT42FFGU3wNDaIJ7Qoo96qp3u1TnU4CvmpZCwC49yCh5PWiKIQw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 731e2e4e0..513ca5e85 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.613.0", + "@seamapi/types": "1.616.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9",