Skip to content

Commit b0dbf77

Browse files
feat(deps-dev): bump @seamapi/types from 1.704.0 to 1.707.0 in the seam group (#382)
* 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.704.0 to 1.707.0 - [Release notes](https://github.com/seamapi/types/releases) - [Commits](seamapi/types@v1.704.0...v1.707.0) --- updated-dependencies: - dependency-name: "@seamapi/types" dependency-version: 1.707.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 d637e44 commit b0dbf77

7 files changed

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

src/Objects/ConnectedAccount.php

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

src/Objects/Device.php

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

src/Objects/DeviceDeviceManufacturer.php

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

src/Objects/DeviceDeviceProvider.php

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

src/SeamClient.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,6 +1028,7 @@ public function get_related(
10281028
}
10291029

10301030
public function list(
1031+
?string $access_grant_id = null,
10311032
?string $access_grant_key = null,
10321033
?string $acs_entrance_id = null,
10331034
?string $acs_system_id = null,
@@ -1042,6 +1043,9 @@ public function list(
10421043
): array {
10431044
$request_payload = [];
10441045

1046+
if ($access_grant_id !== null) {
1047+
$request_payload["access_grant_id"] = $access_grant_id;
1048+
}
10451049
if ($access_grant_key !== null) {
10461050
$request_payload["access_grant_key"] = $access_grant_key;
10471051
}

0 commit comments

Comments
 (0)