@quesmed/types 2.6.130 → 2.6.131
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.
|
@@ -108,6 +108,11 @@ exports.productMapping = {
|
|
|
108
108
|
topicType: ALL_TOPIC_TYPE,
|
|
109
109
|
mockType: ALL_MOCKS,
|
|
110
110
|
},
|
|
111
|
+
[models_1.EProductType.UCAT]: {
|
|
112
|
+
db: enums_1.DB_TYPE.UCAT,
|
|
113
|
+
topicType: [],
|
|
114
|
+
mockType: [],
|
|
115
|
+
},
|
|
111
116
|
};
|
|
112
117
|
const topicEntitlementMap = {
|
|
113
118
|
[models_1.ETopicType.PRE_CLINICAL]: models_1.EEntitlementType.PRE_CLINICAL,
|
|
@@ -8,7 +8,6 @@ var ESortOrder;
|
|
|
8
8
|
})(ESortOrder = exports.ESortOrder || (exports.ESortOrder = {}));
|
|
9
9
|
var DB_TYPE;
|
|
10
10
|
(function (DB_TYPE) {
|
|
11
|
-
DB_TYPE[DB_TYPE["ALL"] = 0] = "ALL";
|
|
12
11
|
DB_TYPE[DB_TYPE["FINALS"] = 1] = "FINALS";
|
|
13
12
|
DB_TYPE[DB_TYPE["MRCP"] = 2] = "MRCP";
|
|
14
13
|
DB_TYPE[DB_TYPE["UCAT"] = 3] = "UCAT";
|
|
@@ -105,6 +105,11 @@ export const productMapping = {
|
|
|
105
105
|
topicType: ALL_TOPIC_TYPE,
|
|
106
106
|
mockType: ALL_MOCKS,
|
|
107
107
|
},
|
|
108
|
+
[EProductType.UCAT]: {
|
|
109
|
+
db: DB_TYPE.UCAT,
|
|
110
|
+
topicType: [],
|
|
111
|
+
mockType: [],
|
|
112
|
+
},
|
|
108
113
|
};
|
|
109
114
|
const topicEntitlementMap = {
|
|
110
115
|
[ETopicType.PRE_CLINICAL]: EEntitlementType.PRE_CLINICAL,
|
|
@@ -5,7 +5,6 @@ export var ESortOrder;
|
|
|
5
5
|
})(ESortOrder || (ESortOrder = {}));
|
|
6
6
|
export var DB_TYPE;
|
|
7
7
|
(function (DB_TYPE) {
|
|
8
|
-
DB_TYPE[DB_TYPE["ALL"] = 0] = "ALL";
|
|
9
8
|
DB_TYPE[DB_TYPE["FINALS"] = 1] = "FINALS";
|
|
10
9
|
DB_TYPE[DB_TYPE["MRCP"] = 2] = "MRCP";
|
|
11
10
|
DB_TYPE[DB_TYPE["UCAT"] = 3] = "UCAT";
|