Skip to content

Commit 31f1719

Browse files
committed
ci: Generate code
1 parent 057a765 commit 31f1719

3 files changed

Lines changed: 30 additions & 0 deletions

File tree

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)