Skip to content

Commit

Permalink
add missing methods
Browse files Browse the repository at this point in the history
  • Loading branch information
felipevaladares committed Jul 8, 2022
1 parent 344b8e5 commit b00d058
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index.d.ts
Expand Up @@ -212,8 +212,9 @@ export function setup(
export function setupHealthkitIntegration(queryTypes: QueryType[], callback: Callback): void;

export function setupFitbitIntegration(fitbitClientID: string, callback: Callback): void;

export function authenticateFitbit(callbackURLScheme: string, fitbitScopes?: FitbitScopes[]): Promise<any>;
export function revokeFitbitAuthentication(): Promise<any>;
export function isFitbitAuthenticated(): Promise<any>;

export function setUserToken(accessToken: string): Promise<any>;
export function logout(): Promise<any>;
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "react-native-point-sdk",
"title": "React Native Point SDK",
"version": "0.2.0",
"version": "0.2.1",
"description": "React Native Wrapper for PointSDK",
"main": "index.js",
"files": [
Expand Down

0 comments on commit b00d058

Please sign in to comment.