Skip to content

Commit 80ef83c

Browse files
feat(deps-dev): bump @seamapi/types from 1.718.0 to 1.720.0 in the seam group (#384)
* 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.718.0 to 1.720.0 - [Release notes](https://github.com/seamapi/types/releases) - [Commits](seamapi/types@v1.718.0...v1.720.0) --- updated-dependencies: - dependency-name: "@seamapi/types" dependency-version: 1.720.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 5459e51 commit 80ef83c

3 files changed

Lines changed: 9 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.7",
16-
"@seamapi/types": "1.718.0",
16+
"@seamapi/types": "1.720.0",
1717
"del": "^7.1.0",
1818
"prettier": "^3.0.0"
1919
}

src/SeamClient.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6265,6 +6265,7 @@ public function list(
62656265
mixed $limit = null,
62666266
?string $page_cursor = null,
62676267
?string $search = null,
6268+
?array $user_identity_ids = null,
62686269
?callable $on_response = null,
62696270
): array {
62706271
$request_payload = [];
@@ -6286,6 +6287,9 @@ public function list(
62866287
if ($search !== null) {
62876288
$request_payload["search"] = $search;
62886289
}
6290+
if ($user_identity_ids !== null) {
6291+
$request_payload["user_identity_ids"] = $user_identity_ids;
6292+
}
62896293

62906294
$res = $this->seam->request(
62916295
"POST",

0 commit comments

Comments
 (0)