Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update TS types #23

Merged
merged 7 commits into from
Apr 26, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Added misssing fields to the LoginOptions type
Brian Muller committed Apr 26, 2024

Verified

This commit was signed with the committer’s verified signature.
commit fb82c1fb37dd63dad82e09927002d0df61d14c32
4 changes: 4 additions & 0 deletions packages/vanilla/src/types.ts
Original file line number Diff line number Diff line change
@@ -113,10 +113,14 @@ export interface LoginOptions {
email?: string
first_name?: string
last_name?: string
external_id?: string
expected_entity_id?: string
expected_entity_type?: 'self' | BusinessType
expected_business_name?: string
partner_supporting?: string
ref_code?: string
redirect_uri_signature?: string
required_entity_id?: string
}

export interface Parallel {