Skip to content

Commit db518ef

Browse files
authored
feat: Add wait_for_device_creation (#74)
1 parent a76646a commit db518ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/seam/connect/route-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,7 @@ export interface Routes {
670670
| Record<string, string | number | null | boolean>
671671
| undefined
672672
automatically_manage_new_devices?: boolean | undefined
673+
wait_for_device_creation?: boolean | undefined
673674
}
674675
commonParams: {}
675676
formData: {}
@@ -757,7 +758,6 @@ export interface Routes {
757758
queryParams: {
758759
connect_webview_id: string
759760
auth_token: string
760-
automatically_manage_new_devices?: boolean | undefined
761761
}
762762
jsonBody: {}
763763
commonParams: {}

0 commit comments

Comments
 (0)