Skip to content

Commit 1f7b43a

Browse files
committed
ci: Generate code
1 parent 3b3c29a commit 1f7b43a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/SeamClient.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2760,6 +2760,7 @@ public function create(
27602760
?string $custom_redirect_url = null,
27612761
?string $customer_key = null,
27622762
?string $device_selection_mode = null,
2763+
?array $excluded_providers = null,
27632764
?string $provider_category = null,
27642765
?bool $wait_for_device_creation = null,
27652766
): ConnectWebview {
@@ -2793,6 +2794,9 @@ public function create(
27932794
if ($device_selection_mode !== null) {
27942795
$request_payload["device_selection_mode"] = $device_selection_mode;
27952796
}
2797+
if ($excluded_providers !== null) {
2798+
$request_payload["excluded_providers"] = $excluded_providers;
2799+
}
27962800
if ($provider_category !== null) {
27972801
$request_payload["provider_category"] = $provider_category;
27982802
}

0 commit comments

Comments
 (0)