@careevolution/mydatahelps-ui 1.5.3 → 1.5.4

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.
@@ -5,7 +5,7 @@ export declare type DailyDataProvider = (startDate: Date, endDate: Date) => Prom
5
5
  export declare type DailyDataAvailabilityCheck = (modifiedAfter?: Date) => Promise<boolean>;
6
6
  export declare function registerDailyDataProvider(type: string, provider: DailyDataProvider, availabilityCheck: DailyDataAvailabilityCheck): void;
7
7
  export declare function checkDailyDataAvailability(type: string, modifiedAfter?: Date): Promise<boolean>;
8
- export default function queryDailyData(type: string, startDate: Date, endDate: Date): Promise<DailyDataQueryResult>;
8
+ export declare function queryDailyData(type: string, startDate: Date, endDate: Date): Promise<DailyDataQueryResult>;
9
9
  export declare enum DailyDataType {
10
10
  AppleHealthDistanceWalkingRunning = "AppleHealthDistanceWalkingRunning",
11
11
  AppleHealthFlightsClimbed = "AppleHealthFlightsClimbed",