Skip to content

Commit 1e546cf

Browse files
authored
feat: Update to @seamapi/[email protected] (#999)
* feat: Update to @seamapi/[email protected] * ci: Generate docs
1 parent f7db39c commit 1e546cf

File tree

4 files changed

+25
-5
lines changed

4 files changed

+25
-5
lines changed

docs/api/_blueprint.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27713,6 +27713,20 @@
2771327713
}
2771427714
]
2771527715
},
27716+
{
27717+
"name": "property_listing_filter",
27718+
"description": "Filter configuration for property listings based on their custom_metadata. Keys and values must match the custom_metadata stored on property listings.",
27719+
"isRequired": false,
27720+
"isDeprecated": false,
27721+
"deprecationMessage": "",
27722+
"isUndocumented": false,
27723+
"undocumentedMessage": "",
27724+
"isDraft": false,
27725+
"draftMessage": "",
27726+
"hasDefault": false,
27727+
"format": "record",
27728+
"jsonType": "object"
27729+
},
2771627730
{
2771727731
"name": "customer_data",
2771827732
"description": "",

docs/api/customers/create_portal.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,12 @@ The locale to use for the portal.
358358

359359
---
360360

361+
**`property_listing_filter`** *Object*
362+
363+
Filter configuration for property listings based on their custom_metadata. Keys and values must match the custom_metadata stored on property listings.
364+
365+
---
366+
361367

362368
## Response
363369

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@prettier/plugin-ruby": "^4.0.4",
3333
"@seamapi/blueprint": "^0.53.0",
3434
"@seamapi/smith": "^0.5.2",
35-
"@seamapi/types": "1.678.0",
35+
"@seamapi/types": "1.679.0",
3636
"@types/command-exists": "^1.2.3",
3737
"change-case": "^5.4.4",
3838
"command-exists": "^1.2.9",

0 commit comments

Comments
 (0)