@quesmed/types 2.6.258 → 2.6.259

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.
@@ -65,7 +65,8 @@ export declare enum ELightGalleryType {
65
65
  CANDIDATE = 7,
66
66
  WALKTHROUGH = 8,
67
67
  ACTOR = 9,
68
- CHOICE_EXPLANATION = 10
68
+ CHOICE_EXPLANATION = 10,
69
+ CLINICAL_DATA = 11
69
70
  }
70
71
  export declare enum EJobRemarkStatus {
71
72
  ALL = 0,
@@ -96,6 +96,7 @@ var ELightGalleryType;
96
96
  ELightGalleryType[ELightGalleryType["WALKTHROUGH"] = 8] = "WALKTHROUGH";
97
97
  ELightGalleryType[ELightGalleryType["ACTOR"] = 9] = "ACTOR";
98
98
  ELightGalleryType[ELightGalleryType["CHOICE_EXPLANATION"] = 10] = "CHOICE_EXPLANATION";
99
+ ELightGalleryType[ELightGalleryType["CLINICAL_DATA"] = 11] = "CLINICAL_DATA";
99
100
  })(ELightGalleryType = exports.ELightGalleryType || (exports.ELightGalleryType = {}));
100
101
  var EJobRemarkStatus;
101
102
  (function (EJobRemarkStatus) {
@@ -65,7 +65,8 @@ export declare enum ELightGalleryType {
65
65
  CANDIDATE = 7,
66
66
  WALKTHROUGH = 8,
67
67
  ACTOR = 9,
68
- CHOICE_EXPLANATION = 10
68
+ CHOICE_EXPLANATION = 10,
69
+ CLINICAL_DATA = 11
69
70
  }
70
71
  export declare enum EJobRemarkStatus {
71
72
  ALL = 0,
@@ -93,6 +93,7 @@ export var ELightGalleryType;
93
93
  ELightGalleryType[ELightGalleryType["WALKTHROUGH"] = 8] = "WALKTHROUGH";
94
94
  ELightGalleryType[ELightGalleryType["ACTOR"] = 9] = "ACTOR";
95
95
  ELightGalleryType[ELightGalleryType["CHOICE_EXPLANATION"] = 10] = "CHOICE_EXPLANATION";
96
+ ELightGalleryType[ELightGalleryType["CLINICAL_DATA"] = 11] = "CLINICAL_DATA";
96
97
  })(ELightGalleryType || (ELightGalleryType = {}));
97
98
  export var EJobRemarkStatus;
98
99
  (function (EJobRemarkStatus) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.258",
3
+ "version": "2.6.259",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",