Skip to content

Commit a70a14b

Browse files
committed
ci: Generate code
1 parent b0458a1 commit a70a14b

2 files changed

Lines changed: 31 additions & 2 deletions

File tree

src/Objects/CustomerPortal.php

Lines changed: 28 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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
use Seam\Objects\ConnectWebview;
2222
use Seam\Objects\ConnectedAccount;
2323
use Seam\Objects\Customer;
24+
use Seam\Objects\CustomerPortal;
2425
use Seam\Objects\CustomizationProfile;
2526
use Seam\Objects\Device;
2627
use Seam\Objects\DeviceProvider;
@@ -3366,7 +3367,7 @@ public function create_portal(
33663367
?string $locale = null,
33673368
?string $navigation_mode = null,
33683369
mixed $customer_data = null,
3369-
): MagicLink {
3370+
): CustomerPortal {
33703371
$request_payload = [];
33713372

33723373
if ($customer_resources_filters !== null) {
@@ -3407,7 +3408,7 @@ public function create_portal(
34073408
json: (object) $request_payload,
34083409
);
34093410

3410-
return MagicLink::from_json($res->magic_link);
3411+
return CustomerPortal::from_json($res->customer_portal);
34113412
}
34123413

34133414
public function delete_data(

0 commit comments

Comments
 (0)