@quesmed/types-rn 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.6.130",
3
+ "version": "2.6.131",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -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";