@careevolution/mydatahelps-ui 2.20.2-AsthmaAutoLaunchLogging.0 → 2.21.1

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.
@@ -22,6 +22,7 @@ export interface AsthmaDataService {
22
22
  loadAlertTakeover(): Promise<DeviceDataPoint | undefined>;
23
23
  updateAlertTakeover(dataPoint: DeviceDataPoint, status: string, comment?: string): Promise<void>;
24
24
  loadSurveyAnswers(surveyName: string | string[], fromDate?: Date): Promise<SurveyAnswer[]>;
25
+ checkSurveyAnswerExists(surveyName: string | string[]): Promise<boolean>;
25
26
  loadAsthmaActionPlan(): Promise<AsthmaActionPlan | undefined>;
26
27
  }
27
28
  declare const service: AsthmaDataService;
package/dist/index.d.ts CHANGED
@@ -774,6 +774,7 @@ interface AsthmaDataService {
774
774
  loadAlertTakeover(): Promise<DeviceDataPoint | undefined>;
775
775
  updateAlertTakeover(dataPoint: DeviceDataPoint, status: string, comment?: string): Promise<void>;
776
776
  loadSurveyAnswers(surveyName: string | string[], fromDate?: Date): Promise<SurveyAnswer[]>;
777
+ checkSurveyAnswerExists(surveyName: string | string[]): Promise<boolean>;
777
778
  loadAsthmaActionPlan(): Promise<AsthmaActionPlan | undefined>;
778
779
  }
779
780
  declare const service: AsthmaDataService;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@careevolution/mydatahelps-ui",
3
- "version": "2.20.2-AsthmaAutoLaunchLogging.0",
3
+ "version": "2.21.1",
4
4
  "description": "MyDataHelps UI Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",