fitbit-sdk-types
Advanced tools
Comparing version 3.2.12 to 3.2.13
{ | ||
"name": "fitbit-sdk-types", | ||
"version": "3.2.12", | ||
"version": "3.2.13", | ||
"author": "Sergio Morchón Poveda <sergio.morchon@outlook.com>", | ||
@@ -5,0 +5,0 @@ "description": "Types for Fitbit SDK.", |
@@ -113,2 +113,12 @@ type Component<Props> = (props: Props) => JSX.Element; | ||
disabled?: boolean; | ||
oAuthParams?: { | ||
redirect_uri?: string; | ||
client_id?: string; | ||
state?: string; | ||
response_type?: string; | ||
scope?: string; | ||
}; | ||
url?: string; | ||
showError?: true; | ||
onReturn?: (data: any) => void; | ||
onAccessToken?: (accessToken: string) => void; | ||
@@ -115,0 +125,0 @@ }>; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47456
1509