We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a76646a commit db518efCopy full SHA for db518ef
1 file changed
src/lib/seam/connect/route-types.ts
@@ -670,6 +670,7 @@ export interface Routes {
670
| Record<string, string | number | null | boolean>
671
| undefined
672
automatically_manage_new_devices?: boolean | undefined
673
+ wait_for_device_creation?: boolean | undefined
674
}
675
commonParams: {}
676
formData: {}
@@ -757,7 +758,6 @@ export interface Routes {
757
758
queryParams: {
759
connect_webview_id: string
760
auth_token: string
- automatically_manage_new_devices?: boolean | undefined
761
762
jsonBody: {}
763
0 commit comments