fitbit-sdk-types
Advanced tools
Comparing version 4.2.3 to 4.3.0
{ | ||
"name": "fitbit-sdk-types", | ||
"version": "4.2.3", | ||
"version": "4.3.0", | ||
"author": "Sergio Morchón Poveda <sergio.morchon@outlook.com>", | ||
@@ -38,10 +38,10 @@ "description": "Types for Fitbit SDK.", | ||
"devDependencies": { | ||
"@types/node": "^12.12.11", | ||
"@typescript-eslint/eslint-plugin": "^2.8.0", | ||
"@typescript-eslint/parser": "^2.8.0", | ||
"eslint": "^6.6.0", | ||
"@types/node": "^12.12.21", | ||
"@typescript-eslint/eslint-plugin": "^2.12.0", | ||
"@typescript-eslint/parser": "^2.12.0", | ||
"eslint": "^6.7.2", | ||
"eslint-config-prettier": "^6.7.0", | ||
"prettier": "^1.19.1", | ||
"typescript": "^3.7.2" | ||
"typescript": "^3.7.3" | ||
} | ||
} |
@@ -6,2 +6,7 @@ declare module 'display' { | ||
}> { | ||
readonly aodActive: boolean; | ||
aodAllowed: boolean; | ||
readonly aodAvailable: boolean; | ||
readonly aodEnabled: boolean; | ||
autoOff: boolean; | ||
@@ -8,0 +13,0 @@ brightnessOverride: 'dim' | 'normal' | 'max' | void; |
interface ElementSearchMap { | ||
[key: string]: Element; | ||
image: ImageElement; | ||
@@ -12,3 +13,2 @@ text: TextElement; | ||
g: GroupElement; | ||
[key: string]: Element; | ||
} | ||
@@ -24,3 +24,4 @@ interface ElementSearch { | ||
interface Element extends ElementSearch, GlobalEvents { | ||
readonly class: string; | ||
readonly children: readonly Element[]; | ||
class: string; | ||
readonly firstChild: Element | null; | ||
@@ -216,4 +217,5 @@ readonly id: string; | ||
opacity: number | undefined; | ||
strokeWidth: number; | ||
textDecoration: 'none' | 'inherit' | 'underline'; | ||
visibility: 'inherit' | 'visible' | 'hidden'; | ||
} |
@@ -38,2 +38,3 @@ declare module 'user-activity' { | ||
const minuteHistory: ActivityHistory; | ||
const primaryGoal: keyof Activity; | ||
} |
type PermissionName = | ||
| 'access_activity' | ||
| 'access_aod' | ||
| 'access_app_cluster_storage' | ||
| 'access_calendar' | ||
| 'access_exercise' | ||
@@ -5,0 +7,0 @@ | 'access_heart_rate' |
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
55251
64
1791