@careevolution/mydatahelps-js 3.26.1-HealthConnect.0 → 3.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types.d.ts +4 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@careevolution/mydatahelps-js",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.27.0",
|
|
4
4
|
"description": "MyDataHelps client to be used by external applications for integrations inside the MyDataHelps platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "MyDataHelps.d.ts",
|
package/types.d.ts
CHANGED
|
@@ -591,6 +591,10 @@ export interface DataCollectionSettings {
|
|
|
591
591
|
weatherEnabled: boolean;
|
|
592
592
|
queryableDeviceDataTypes: QueryableDeviceDataType[];
|
|
593
593
|
sensorDataCollectionEndDate: string;
|
|
594
|
+
appleHealthRecordsEnabled: boolean;
|
|
595
|
+
appleHealthEnabled: boolean;
|
|
596
|
+
googleFitEnabled: boolean;
|
|
597
|
+
healthConnectEnabled: boolean;
|
|
594
598
|
}
|
|
595
599
|
export interface QueryableDeviceDataType {
|
|
596
600
|
namespace: DeviceDataNamespace;
|