From 3932b90806ff1537c9b2128ef4febcaa347a30ad Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Tue, 9 Dec 2025 19:00:36 +0000 Subject: [PATCH 1/2] feat: Update to @seamapi/types@1.679.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 859172a95..af0cc67ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.53.0", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.678.0", + "@seamapi/types": "1.679.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.678.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.678.0.tgz", - "integrity": "sha512-dvcjQv4J4ZBWAv/IkanBZ+VVjrxa7DKB0mc2EEOnbQBoyfV1BvufojVbz7yOpV5vU7llw+SL19JqD0+Ra099/g==", + "version": "1.679.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.679.0.tgz", + "integrity": "sha512-E8cjTlQKET6fAOSjmbielP7dtm7N2/2CbXohLUuxFLXCYFZtXUddo1uNILRoP6oM2T/J8KD6LGWnzZ4w2TD1Fg==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 0a713d5e3..c77aa33a7 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.53.0", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.678.0", + "@seamapi/types": "1.679.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9", From e6f4f46082a790690608d79c952a89f2f89e3632 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Tue, 9 Dec 2025 19:02:23 +0000 Subject: [PATCH 2/2] ci: Generate docs --- docs/api/_blueprint.json | 14 ++++++++++++++ docs/api/customers/create_portal.md | 6 ++++++ 2 files changed, 20 insertions(+) diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json index 5a7463bee..f48e14a68 100644 --- a/docs/api/_blueprint.json +++ b/docs/api/_blueprint.json @@ -27713,6 +27713,20 @@ } ] }, + { + "name": "property_listing_filter", + "description": "Filter configuration for property listings based on their custom_metadata. Keys and values must match the custom_metadata stored on property listings.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "record", + "jsonType": "object" + }, { "name": "customer_data", "description": "", diff --git a/docs/api/customers/create_portal.md b/docs/api/customers/create_portal.md index 370f0218e..b85abf998 100644 --- a/docs/api/customers/create_portal.md +++ b/docs/api/customers/create_portal.md @@ -358,6 +358,12 @@ The locale to use for the portal. --- +**`property_listing_filter`** *Object* + +Filter configuration for property listings based on their custom_metadata. Keys and values must match the custom_metadata stored on property listings. + +--- + ## Response