@quesmed/types 2.5.54 → 2.5.56

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.
@@ -13,7 +13,8 @@ export declare enum EProductType {
13
13
  MSRA = 10,
14
14
  INTERVIEW_ANAESTHETICS = 11,
15
15
  INTERVIEW_CST = 12,
16
- INTERVIEW_IMT = 13
16
+ INTERVIEW_IMT = 13,
17
+ INTERVIEW_RADIOLOGY = 14
17
18
  }
18
19
  export interface IProduct {
19
20
  id: Id;
@@ -17,6 +17,7 @@ var EProductType;
17
17
  EProductType[EProductType["INTERVIEW_ANAESTHETICS"] = 11] = "INTERVIEW_ANAESTHETICS";
18
18
  EProductType[EProductType["INTERVIEW_CST"] = 12] = "INTERVIEW_CST";
19
19
  EProductType[EProductType["INTERVIEW_IMT"] = 13] = "INTERVIEW_IMT";
20
+ EProductType[EProductType["INTERVIEW_RADIOLOGY"] = 14] = "INTERVIEW_RADIOLOGY";
20
21
  })(EProductType = exports.EProductType || (exports.EProductType = {}));
21
22
  var EAppType;
22
23
  (function (EAppType) {
@@ -13,7 +13,8 @@ export declare enum EProductType {
13
13
  MSRA = 10,
14
14
  INTERVIEW_ANAESTHETICS = 11,
15
15
  INTERVIEW_CST = 12,
16
- INTERVIEW_IMT = 13
16
+ INTERVIEW_IMT = 13,
17
+ INTERVIEW_RADIOLOGY = 14
17
18
  }
18
19
  export interface IProduct {
19
20
  id: Id;
@@ -14,6 +14,7 @@ export var EProductType;
14
14
  EProductType[EProductType["INTERVIEW_ANAESTHETICS"] = 11] = "INTERVIEW_ANAESTHETICS";
15
15
  EProductType[EProductType["INTERVIEW_CST"] = 12] = "INTERVIEW_CST";
16
16
  EProductType[EProductType["INTERVIEW_IMT"] = 13] = "INTERVIEW_IMT";
17
+ EProductType[EProductType["INTERVIEW_RADIOLOGY"] = 14] = "INTERVIEW_RADIOLOGY";
17
18
  })(EProductType || (EProductType = {}));
18
19
  export var EAppType;
19
20
  (function (EAppType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.5.54",
3
+ "version": "2.5.56",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",