Skip to content

Commit ffb86d8

Browse files
feat(deps-dev): bump @seamapi/types from 1.732.0 to 1.734.0 in the seam group (#399)
* 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.732.0 to 1.734.0 - [Release notes](https://github.com/seamapi/types/releases) - [Commits](seamapi/types@v1.732.0...v1.734.0) --- updated-dependencies: - dependency-name: "@seamapi/types" dependency-version: 1.734.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 fd95f52 commit ffb86d8

File tree

5 files changed

+35
-5
lines changed

5 files changed

+35
-5
lines changed

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.8",
16-
"@seamapi/types": "1.732.0",
16+
"@seamapi/types": "1.734.0",
1717
"del": "^7.1.0",
1818
"prettier": "^3.0.0"
1919
}

src/Objects/DeviceProperties.php

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

src/Objects/DeviceRingMetadata.php

Lines changed: 22 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
@@ -3349,6 +3349,7 @@ public function __construct(SeamClient $seam)
33493349
}
33503350

33513351
public function create_portal(
3352+
?bool $_dev = null,
33523353
?array $customer_resources_filters = null,
33533354
?string $customization_profile_id = null,
33543355
mixed $deep_link = null,
@@ -3362,6 +3363,9 @@ public function create_portal(
33623363
): MagicLink {
33633364
$request_payload = [];
33643365

3366+
if ($_dev !== null) {
3367+
$request_payload["_dev"] = $_dev;
3368+
}
33653369
if ($customer_resources_filters !== null) {
33663370
$request_payload[
33673371
"customer_resources_filters"

0 commit comments

Comments
 (0)