@quesmed/types 2.6.98 → 2.6.100

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.
@@ -48,6 +48,6 @@ export interface IMockTestQuestion {
48
48
  }
49
49
  export interface IMockTestProduct {
50
50
  id: Id;
51
- mockTestId: number;
51
+ mocktestId: number;
52
52
  productId: EProductType;
53
53
  }
@@ -64,6 +64,7 @@ exports.UKMLA_TOPICS = (0, client_1.gql) `
64
64
  topicId
65
65
  chapterId
66
66
  }
67
+ questionIds
67
68
  topic {
68
69
  id
69
70
  name
@@ -76,6 +77,7 @@ exports.UKMLA_TOPICS = (0, client_1.gql) `
76
77
  totalQuestions
77
78
  correctQuestions
78
79
  incorrectQuestions
80
+ questionIds
79
81
  topic {
80
82
  id
81
83
  name
@@ -48,6 +48,6 @@ export interface IMockTestQuestion {
48
48
  }
49
49
  export interface IMockTestProduct {
50
50
  id: Id;
51
- mockTestId: number;
51
+ mocktestId: number;
52
52
  productId: EProductType;
53
53
  }
@@ -61,6 +61,7 @@ export const UKMLA_TOPICS = gql `
61
61
  topicId
62
62
  chapterId
63
63
  }
64
+ questionIds
64
65
  topic {
65
66
  id
66
67
  name
@@ -73,6 +74,7 @@ export const UKMLA_TOPICS = gql `
73
74
  totalQuestions
74
75
  correctQuestions
75
76
  incorrectQuestions
77
+ questionIds
76
78
  topic {
77
79
  id
78
80
  name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.98",
3
+ "version": "2.6.100",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",