@quesmed/types 2.5.70 → 2.5.72

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.
@@ -7,7 +7,8 @@ export declare enum EMockTestType {
7
7
  PSA = 2,
8
8
  MISCELLANEOUS = 3,
9
9
  UNIVERSITY_SPECIFIC = 4,
10
- ANATOMY_SPOTTER = 5
10
+ ANATOMY_SPOTTER = 5,
11
+ UKMLA = 6
11
12
  }
12
13
  export interface IMockTestType {
13
14
  id: EMockTestType;
@@ -9,4 +9,5 @@ var EMockTestType;
9
9
  EMockTestType[EMockTestType["MISCELLANEOUS"] = 3] = "MISCELLANEOUS";
10
10
  EMockTestType[EMockTestType["UNIVERSITY_SPECIFIC"] = 4] = "UNIVERSITY_SPECIFIC";
11
11
  EMockTestType[EMockTestType["ANATOMY_SPOTTER"] = 5] = "ANATOMY_SPOTTER";
12
+ EMockTestType[EMockTestType["UKMLA"] = 6] = "UKMLA";
12
13
  })(EMockTestType = exports.EMockTestType || (exports.EMockTestType = {}));
@@ -28,6 +28,7 @@ exports.USER_FIELDS = (0, client_1.gql) `
28
28
  product {
29
29
  id
30
30
  name
31
+ typeId
31
32
  duration
32
33
  price
33
34
  stripePriceId
@@ -7,7 +7,8 @@ export declare enum EMockTestType {
7
7
  PSA = 2,
8
8
  MISCELLANEOUS = 3,
9
9
  UNIVERSITY_SPECIFIC = 4,
10
- ANATOMY_SPOTTER = 5
10
+ ANATOMY_SPOTTER = 5,
11
+ UKMLA = 6
11
12
  }
12
13
  export interface IMockTestType {
13
14
  id: EMockTestType;
@@ -6,4 +6,5 @@ export var EMockTestType;
6
6
  EMockTestType[EMockTestType["MISCELLANEOUS"] = 3] = "MISCELLANEOUS";
7
7
  EMockTestType[EMockTestType["UNIVERSITY_SPECIFIC"] = 4] = "UNIVERSITY_SPECIFIC";
8
8
  EMockTestType[EMockTestType["ANATOMY_SPOTTER"] = 5] = "ANATOMY_SPOTTER";
9
+ EMockTestType[EMockTestType["UKMLA"] = 6] = "UKMLA";
9
10
  })(EMockTestType || (EMockTestType = {}));
@@ -25,6 +25,7 @@ export const USER_FIELDS = gql `
25
25
  product {
26
26
  id
27
27
  name
28
+ typeId
28
29
  duration
29
30
  price
30
31
  stripePriceId
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.5.70",
3
+ "version": "2.5.72",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",