@quesmed/types 2.5.85 → 2.5.87

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.
@@ -42,3 +42,8 @@ export interface IMockTestQuestion {
42
42
  mockTestId: number;
43
43
  questionId: number;
44
44
  }
45
+ export interface IMockTestProduct {
46
+ id: Id;
47
+ mockTestId: number;
48
+ productId: EProductType;
49
+ }
@@ -66,7 +66,7 @@ export interface IQuestion {
66
66
  updatedAt: Date | number;
67
67
  deletedAt: number | Date;
68
68
  deleted: Boolean;
69
- typeId: Id;
69
+ typeId: EQuestionType;
70
70
  conceptId: Id;
71
71
  public: boolean;
72
72
  concept?: IConcept;
@@ -40,6 +40,7 @@ exports.TODO = (0, client_1.gql) `
40
40
  explanation
41
41
  concept {
42
42
  id
43
+ name
43
44
  topic {
44
45
  id
45
46
  name
@@ -42,3 +42,8 @@ export interface IMockTestQuestion {
42
42
  mockTestId: number;
43
43
  questionId: number;
44
44
  }
45
+ export interface IMockTestProduct {
46
+ id: Id;
47
+ mockTestId: number;
48
+ productId: EProductType;
49
+ }
@@ -66,7 +66,7 @@ export interface IQuestion {
66
66
  updatedAt: Date | number;
67
67
  deletedAt: number | Date;
68
68
  deleted: Boolean;
69
- typeId: Id;
69
+ typeId: EQuestionType;
70
70
  conceptId: Id;
71
71
  public: boolean;
72
72
  concept?: IConcept;
@@ -37,6 +37,7 @@ export const TODO = gql `
37
37
  explanation
38
38
  concept {
39
39
  id
40
+ name
40
41
  topic {
41
42
  id
42
43
  name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.5.85",
3
+ "version": "2.5.87",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",