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 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",