Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib/seam/connect/route-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,7 @@ export interface Routes {
| Record<string, string | number | null | boolean>
| undefined
automatically_manage_new_devices?: boolean | undefined
wait_for_device_creation?: boolean | undefined
}
commonParams: {}
formData: {}
Expand Down Expand Up @@ -757,7 +758,6 @@ export interface Routes {
queryParams: {
connect_webview_id: string
auth_token: string
automatically_manage_new_devices?: boolean | undefined
}
jsonBody: {}
commonParams: {}
Expand Down