lib/seam/clients/connect_webviews.rb in seamapi-1.11.0 vs lib/seam/clients/connect_webviews.rb in seamapi-1.11.1
- old
+ new
@@ -28,11 +28,12 @@
custom_redirect_url: nil,
custom_redirect_failure_url: nil,
custom_metadata: nil,
automatically_manage_new_devices: nil,
device_selection_mode: nil,
- provider_category: nil
+ provider_category: nil,
+ wait_for_device_creation: nil
)
request_seam_object(
:post,
"/connect_webviews/create",
Seam::ConnectWebview,
@@ -42,10 +43,11 @@
custom_redirect_url: custom_redirect_url,
custom_redirect_failure_url: custom_redirect_failure_url,
automatically_manage_new_devices: automatically_manage_new_devices,
device_selection_mode: device_selection_mode,
custom_metadata: custom_metadata,
- provider_category: provider_category
+ provider_category: provider_category,
+ wait_for_device_creation: wait_for_device_creation
}.compact
)
end
end
end