@quesmed/types 2.6.156 → 2.6.157

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.
@@ -16,7 +16,8 @@ export declare enum ETopicType {
16
16
  INTERVIEW_IMT = 11,
17
17
  INTERVIEW_RADIOLOGY = 12,
18
18
  INTERVIEW_PAEDIATRICS = 13,
19
- UCAT = 14
19
+ UCAT = 14,
20
+ MRCP_VIDEO = 15
20
21
  }
21
22
  export interface ITopicType {
22
23
  id: ETopicType;
@@ -19,4 +19,5 @@ var ETopicType;
19
19
  ETopicType[ETopicType["INTERVIEW_RADIOLOGY"] = 12] = "INTERVIEW_RADIOLOGY";
20
20
  ETopicType[ETopicType["INTERVIEW_PAEDIATRICS"] = 13] = "INTERVIEW_PAEDIATRICS";
21
21
  ETopicType[ETopicType["UCAT"] = 14] = "UCAT";
22
+ ETopicType[ETopicType["MRCP_VIDEO"] = 15] = "MRCP_VIDEO";
22
23
  })(ETopicType = exports.ETopicType || (exports.ETopicType = {}));
@@ -121,7 +121,7 @@ exports.productMapping = {
121
121
  },
122
122
  [models_1.EProductType.MRCP_VIDEO]: {
123
123
  db: enums_1.DB_TYPE.MRCP,
124
- topicType: [models_1.ETopicType.CLINICAL],
124
+ topicType: [models_1.ETopicType.MRCP_VIDEO],
125
125
  mockType: [],
126
126
  },
127
127
  };
@@ -16,7 +16,8 @@ export declare enum ETopicType {
16
16
  INTERVIEW_IMT = 11,
17
17
  INTERVIEW_RADIOLOGY = 12,
18
18
  INTERVIEW_PAEDIATRICS = 13,
19
- UCAT = 14
19
+ UCAT = 14,
20
+ MRCP_VIDEO = 15
20
21
  }
21
22
  export interface ITopicType {
22
23
  id: ETopicType;
@@ -16,4 +16,5 @@ export var ETopicType;
16
16
  ETopicType[ETopicType["INTERVIEW_RADIOLOGY"] = 12] = "INTERVIEW_RADIOLOGY";
17
17
  ETopicType[ETopicType["INTERVIEW_PAEDIATRICS"] = 13] = "INTERVIEW_PAEDIATRICS";
18
18
  ETopicType[ETopicType["UCAT"] = 14] = "UCAT";
19
+ ETopicType[ETopicType["MRCP_VIDEO"] = 15] = "MRCP_VIDEO";
19
20
  })(ETopicType || (ETopicType = {}));
@@ -118,7 +118,7 @@ export const productMapping = {
118
118
  },
119
119
  [EProductType.MRCP_VIDEO]: {
120
120
  db: DB_TYPE.MRCP,
121
- topicType: [ETopicType.CLINICAL],
121
+ topicType: [ETopicType.MRCP_VIDEO],
122
122
  mockType: [],
123
123
  },
124
124
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.156",
3
+ "version": "2.6.157",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",