@perfood/capacitor-healthkit
Advanced tools
Comparing version 1.2.1 to 1.3.0
@@ -39,2 +39,9 @@ export interface CapacitorHealthkitPlugin { | ||
} | ||
export interface DeviceInformation { | ||
name: string; | ||
manufacturer: string; | ||
model: string; | ||
hardwareVersion: string; | ||
softwareVersion: string; | ||
} | ||
/** | ||
@@ -49,2 +56,3 @@ * These data points are returned for every entry. | ||
sourceBundleId: string; | ||
device: DeviceInformation | null; | ||
duration: number; | ||
@@ -125,3 +133,4 @@ } | ||
WORKOUT_TYPE = "workoutType", | ||
WEIGHT = "weight" | ||
WEIGHT = "weight", | ||
HEART_RATE = "heartRate" | ||
} |
@@ -17,3 +17,4 @@ /** | ||
SampleNames["WEIGHT"] = "weight"; | ||
SampleNames["HEART_RATE"] = "heartRate"; | ||
})(SampleNames || (SampleNames = {})); | ||
//# sourceMappingURL=definitions.js.map |
@@ -23,2 +23,3 @@ 'use strict'; | ||
SampleNames["WEIGHT"] = "weight"; | ||
SampleNames["HEART_RATE"] = "heartRate"; | ||
})(exports.SampleNames || (exports.SampleNames = {})); | ||
@@ -25,0 +26,0 @@ |
@@ -20,2 +20,3 @@ var capacitorCapacitorHealthkit = (function (exports, core) { | ||
SampleNames["WEIGHT"] = "weight"; | ||
SampleNames["HEART_RATE"] = "heartRate"; | ||
})(exports.SampleNames || (exports.SampleNames = {})); | ||
@@ -22,0 +23,0 @@ |
{ | ||
"name": "@perfood/capacitor-healthkit", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "Capacitor plugin to read data from and write data to Apple Health", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
74597
528