@quesmed/types 2.6.131 → 2.6.132

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.
@@ -41,7 +41,7 @@ export declare enum EProductType {
41
41
  PLAB1 = 34,
42
42
  PLAB2 = 35,
43
43
  UCAT = 48,
44
- VERBAL = 49,
44
+ VERBAL_REASONING = 49,
45
45
  DECISION_MAKING = 50,
46
46
  QUANTITATIVE_REASONING = 51,
47
47
  SITUATIONAL_JUDGEMENT = 52
@@ -78,7 +78,7 @@ export declare enum EEntitlementType {
78
78
  INTERVIEW_RADIOLOGY = 43,
79
79
  INTERVIEW_PAEDIATRICS = 46,
80
80
  PLAB_1 = 44,
81
- VERBAL = 49,
81
+ VERBAL_REASONING = 49,
82
82
  DECISION_MAKING = 50,
83
83
  QUANTITATIVE_REASONING = 51,
84
84
  SITUATIONAL_JUDGEMENT = 52
@@ -44,7 +44,7 @@ var EProductType;
44
44
  EProductType[EProductType["PLAB1"] = 34] = "PLAB1";
45
45
  EProductType[EProductType["PLAB2"] = 35] = "PLAB2";
46
46
  EProductType[EProductType["UCAT"] = 48] = "UCAT";
47
- EProductType[EProductType["VERBAL"] = 49] = "VERBAL";
47
+ EProductType[EProductType["VERBAL_REASONING"] = 49] = "VERBAL_REASONING";
48
48
  EProductType[EProductType["DECISION_MAKING"] = 50] = "DECISION_MAKING";
49
49
  EProductType[EProductType["QUANTITATIVE_REASONING"] = 51] = "QUANTITATIVE_REASONING";
50
50
  EProductType[EProductType["SITUATIONAL_JUDGEMENT"] = 52] = "SITUATIONAL_JUDGEMENT";
@@ -82,7 +82,7 @@ var EEntitlementType;
82
82
  EEntitlementType[EEntitlementType["INTERVIEW_RADIOLOGY"] = 43] = "INTERVIEW_RADIOLOGY";
83
83
  EEntitlementType[EEntitlementType["INTERVIEW_PAEDIATRICS"] = 46] = "INTERVIEW_PAEDIATRICS";
84
84
  EEntitlementType[EEntitlementType["PLAB_1"] = 44] = "PLAB_1";
85
- EEntitlementType[EEntitlementType["VERBAL"] = 49] = "VERBAL";
85
+ EEntitlementType[EEntitlementType["VERBAL_REASONING"] = 49] = "VERBAL_REASONING";
86
86
  EEntitlementType[EEntitlementType["DECISION_MAKING"] = 50] = "DECISION_MAKING";
87
87
  EEntitlementType[EEntitlementType["QUANTITATIVE_REASONING"] = 51] = "QUANTITATIVE_REASONING";
88
88
  EEntitlementType[EEntitlementType["SITUATIONAL_JUDGEMENT"] = 52] = "SITUATIONAL_JUDGEMENT";
@@ -15,7 +15,8 @@ export declare enum ETopicType {
15
15
  INTERVIEW_CST = 10,
16
16
  INTERVIEW_IMT = 11,
17
17
  INTERVIEW_RADIOLOGY = 12,
18
- INTERVIEW_PAEDIATRICS = 13
18
+ INTERVIEW_PAEDIATRICS = 13,
19
+ UCAT = 14
19
20
  }
20
21
  export interface ITopicType {
21
22
  id: ETopicType;
@@ -18,4 +18,5 @@ var ETopicType;
18
18
  ETopicType[ETopicType["INTERVIEW_IMT"] = 11] = "INTERVIEW_IMT";
19
19
  ETopicType[ETopicType["INTERVIEW_RADIOLOGY"] = 12] = "INTERVIEW_RADIOLOGY";
20
20
  ETopicType[ETopicType["INTERVIEW_PAEDIATRICS"] = 13] = "INTERVIEW_PAEDIATRICS";
21
+ ETopicType[ETopicType["UCAT"] = 14] = "UCAT";
21
22
  })(ETopicType = exports.ETopicType || (exports.ETopicType = {}));
@@ -41,7 +41,7 @@ export declare enum EProductType {
41
41
  PLAB1 = 34,
42
42
  PLAB2 = 35,
43
43
  UCAT = 48,
44
- VERBAL = 49,
44
+ VERBAL_REASONING = 49,
45
45
  DECISION_MAKING = 50,
46
46
  QUANTITATIVE_REASONING = 51,
47
47
  SITUATIONAL_JUDGEMENT = 52
@@ -78,7 +78,7 @@ export declare enum EEntitlementType {
78
78
  INTERVIEW_RADIOLOGY = 43,
79
79
  INTERVIEW_PAEDIATRICS = 46,
80
80
  PLAB_1 = 44,
81
- VERBAL = 49,
81
+ VERBAL_REASONING = 49,
82
82
  DECISION_MAKING = 50,
83
83
  QUANTITATIVE_REASONING = 51,
84
84
  SITUATIONAL_JUDGEMENT = 52
@@ -41,7 +41,7 @@ export var EProductType;
41
41
  EProductType[EProductType["PLAB1"] = 34] = "PLAB1";
42
42
  EProductType[EProductType["PLAB2"] = 35] = "PLAB2";
43
43
  EProductType[EProductType["UCAT"] = 48] = "UCAT";
44
- EProductType[EProductType["VERBAL"] = 49] = "VERBAL";
44
+ EProductType[EProductType["VERBAL_REASONING"] = 49] = "VERBAL_REASONING";
45
45
  EProductType[EProductType["DECISION_MAKING"] = 50] = "DECISION_MAKING";
46
46
  EProductType[EProductType["QUANTITATIVE_REASONING"] = 51] = "QUANTITATIVE_REASONING";
47
47
  EProductType[EProductType["SITUATIONAL_JUDGEMENT"] = 52] = "SITUATIONAL_JUDGEMENT";
@@ -79,7 +79,7 @@ export var EEntitlementType;
79
79
  EEntitlementType[EEntitlementType["INTERVIEW_RADIOLOGY"] = 43] = "INTERVIEW_RADIOLOGY";
80
80
  EEntitlementType[EEntitlementType["INTERVIEW_PAEDIATRICS"] = 46] = "INTERVIEW_PAEDIATRICS";
81
81
  EEntitlementType[EEntitlementType["PLAB_1"] = 44] = "PLAB_1";
82
- EEntitlementType[EEntitlementType["VERBAL"] = 49] = "VERBAL";
82
+ EEntitlementType[EEntitlementType["VERBAL_REASONING"] = 49] = "VERBAL_REASONING";
83
83
  EEntitlementType[EEntitlementType["DECISION_MAKING"] = 50] = "DECISION_MAKING";
84
84
  EEntitlementType[EEntitlementType["QUANTITATIVE_REASONING"] = 51] = "QUANTITATIVE_REASONING";
85
85
  EEntitlementType[EEntitlementType["SITUATIONAL_JUDGEMENT"] = 52] = "SITUATIONAL_JUDGEMENT";
@@ -15,7 +15,8 @@ export declare enum ETopicType {
15
15
  INTERVIEW_CST = 10,
16
16
  INTERVIEW_IMT = 11,
17
17
  INTERVIEW_RADIOLOGY = 12,
18
- INTERVIEW_PAEDIATRICS = 13
18
+ INTERVIEW_PAEDIATRICS = 13,
19
+ UCAT = 14
19
20
  }
20
21
  export interface ITopicType {
21
22
  id: ETopicType;
@@ -15,4 +15,5 @@ export var ETopicType;
15
15
  ETopicType[ETopicType["INTERVIEW_IMT"] = 11] = "INTERVIEW_IMT";
16
16
  ETopicType[ETopicType["INTERVIEW_RADIOLOGY"] = 12] = "INTERVIEW_RADIOLOGY";
17
17
  ETopicType[ETopicType["INTERVIEW_PAEDIATRICS"] = 13] = "INTERVIEW_PAEDIATRICS";
18
+ ETopicType[ETopicType["UCAT"] = 14] = "UCAT";
18
19
  })(ETopicType || (ETopicType = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.131",
3
+ "version": "2.6.132",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",