Skip to content

Commit

Permalink
Merge 1d9b926 into 2b62a4c
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanRM committed Oct 19, 2021
2 parents 2b62a4c + 1d9b926 commit 9382fa9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ProjectConfiguration.ts
Expand Up @@ -99,6 +99,7 @@ export enum Permission {
ACCESS_SLEEP = 'access_sleep',
ACCESS_USER_PROFILE = 'access_user_profile',
DIAGNOSTIC_INFO = 'diagnostic_info',
FITBIT_INTERNAL = 'fitbit_internal',
FITBIT_TOKEN = 'fitbit_token',
RUN_BACKGROUND = 'run_background',
EXTERNAL_APP_COMMUNICATION = 'external_app_communication',
Expand Down Expand Up @@ -212,6 +213,11 @@ const restrictedPermissionTypes = [
description: 'Application may display notifications on the watch',
sdkVersion: '>=6.0.0',
},
{
key: Permission.FITBIT_INTERNAL,
name: '[Restricted] Fitbit Internal',
description: 'Access Fitbit Internal APIs',
},
];

export function getAllPermissionTypes(options: {
Expand Down

0 comments on commit 9382fa9

Please sign in to comment.