@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,
@@ -3,7 +3,6 @@ export declare enum ESortOrder {
3
3
  DESC = 0
4
4
  }
5
5
  export declare enum DB_TYPE {
6
- ALL = 0,
7
6
  FINALS = 1,
8
7
  MRCP = 2,
9
8
  UCAT = 3
@@ -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,
@@ -3,7 +3,6 @@ export declare enum ESortOrder {
3
3
  DESC = 0
4
4
  }
5
5
  export declare enum DB_TYPE {
6
- ALL = 0,
7
6
  FINALS = 1,
8
7
  MRCP = 2,
9
8
  UCAT = 3
@@ -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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.130",
3
+ "version": "2.6.131",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",