From cb1b2d82dc0a9fe8a0fa1cc5cf2fed2d4c000a87 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Wed, 15 Oct 2025 12:44:30 +0000 Subject: [PATCH 1/2] feat: Update to @seamapi/types@1.616.0 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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", From 3a603ba6510cd91aac5b4af63bf5e19cc58a2795 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Wed, 15 Oct 2025 12:46:24 +0000 Subject: [PATCH 2/2] ci: Generate docs --- docs/api/_blueprint.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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" } ] },