Skip to content

Commit 5b98249

Browse files
feat(deps-dev): bump @seamapi/types from 1.677.0 to 1.679.0 in the seam group (#365)
* feat(deps-dev): bump @seamapi/types in the seam group Bumps the seam group with 1 update: [@seamapi/types](https://github.com/seamapi/types). Updates `@seamapi/types` from 1.677.0 to 1.679.0 - [Release notes](https://github.com/seamapi/types/releases) - [Commits](seamapi/types@v1.677.0...v1.679.0) --- updated-dependencies: - dependency-name: "@seamapi/types" dependency-version: 1.679.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: seam ... Signed-off-by: dependabot[bot] <support@github.com> * ci: Generate code --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Seam Bot <seambot@getseam.com>
1 parent fac8dc4 commit 5b98249

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

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
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@prettier/plugin-php": "^0.24.0",
1515
"@seamapi/nextlove-sdk-generator": "^1.19.6",
16-
"@seamapi/types": "1.677.0",
16+
"@seamapi/types": "1.679.0",
1717
"del": "^7.1.0",
1818
"prettier": "^3.0.0"
1919
}

src/SeamClient.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3290,6 +3290,7 @@ public function create_portal(
32903290
?bool $is_embedded = null,
32913291
mixed $landing_page = null,
32923292
?string $locale = null,
3293+
mixed $property_listing_filter = null,
32933294
mixed $customer_data = null,
32943295
): MagicLink {
32953296
$request_payload = [];
@@ -3311,6 +3312,11 @@ public function create_portal(
33113312
if ($locale !== null) {
33123313
$request_payload["locale"] = $locale;
33133314
}
3315+
if ($property_listing_filter !== null) {
3316+
$request_payload[
3317+
"property_listing_filter"
3318+
] = $property_listing_filter;
3319+
}
33143320
if ($customer_data !== null) {
33153321
$request_payload["customer_data"] = $customer_data;
33163322
}

0 commit comments

Comments
 (0)