@quesmed/types 2.4.27 → 2.4.28

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 ETopicType {
7
7
  ANATOMY = 3,
8
8
  DATA_INTERPRETATION = 4,
9
9
  PSA = 5,
10
- OSCE = 6
10
+ OSCE = 6,
11
+ MOCK_TEST = 7
11
12
  }
12
13
  export interface ITopicType {
13
14
  id: ETopicType;
@@ -10,4 +10,5 @@ var ETopicType;
10
10
  ETopicType[ETopicType["DATA_INTERPRETATION"] = 4] = "DATA_INTERPRETATION";
11
11
  ETopicType[ETopicType["PSA"] = 5] = "PSA";
12
12
  ETopicType[ETopicType["OSCE"] = 6] = "OSCE";
13
+ ETopicType[ETopicType["MOCK_TEST"] = 7] = "MOCK_TEST";
13
14
  })(ETopicType = exports.ETopicType || (exports.ETopicType = {}));
@@ -5,7 +5,7 @@ const client_1 = require("@apollo/client");
5
5
  const fragments_1 = require("../../fragments");
6
6
  exports.DASHBOARD_QBANK = (0, client_1.gql) `
7
7
  ${fragments_1.PICTURE_FIELDS}
8
- query Dashboard($filter: MarksheetFilterInput!) {
8
+ query Dashboard_Qbank($filter: MarksheetFilterInput!) {
9
9
  restricted {
10
10
  latestPastMarksheetId
11
11
  latestAgoraId
@@ -47,7 +47,7 @@ exports.TOPICS = (0, client_1.gql) `
47
47
  }
48
48
  `;
49
49
  exports.QUESTION_TOPICS = (0, client_1.gql) `
50
- query Topics($filter: Int!) {
50
+ query Question_Topics($filter: Int!) {
51
51
  restricted {
52
52
  topics(filter: $filter) {
53
53
  id
@@ -69,7 +69,7 @@ exports.QUESTION_TOPICS = (0, client_1.gql) `
69
69
  }
70
70
  `;
71
71
  exports.FLASHCARDS_TOPICS = (0, client_1.gql) `
72
- query Topics($filter: Int!) {
72
+ query Flashcard_Topics($filter: Int!) {
73
73
  restricted {
74
74
  topics(filter: $filter) {
75
75
  id
@@ -7,7 +7,8 @@ export declare enum ETopicType {
7
7
  ANATOMY = 3,
8
8
  DATA_INTERPRETATION = 4,
9
9
  PSA = 5,
10
- OSCE = 6
10
+ OSCE = 6,
11
+ MOCK_TEST = 7
11
12
  }
12
13
  export interface ITopicType {
13
14
  id: ETopicType;
@@ -7,4 +7,5 @@ export var ETopicType;
7
7
  ETopicType[ETopicType["DATA_INTERPRETATION"] = 4] = "DATA_INTERPRETATION";
8
8
  ETopicType[ETopicType["PSA"] = 5] = "PSA";
9
9
  ETopicType[ETopicType["OSCE"] = 6] = "OSCE";
10
+ ETopicType[ETopicType["MOCK_TEST"] = 7] = "MOCK_TEST";
10
11
  })(ETopicType || (ETopicType = {}));
@@ -2,7 +2,7 @@ import { gql } from '@apollo/client';
2
2
  import { PICTURE_FIELDS } from '../../fragments';
3
3
  export const DASHBOARD_QBANK = gql `
4
4
  ${PICTURE_FIELDS}
5
- query Dashboard($filter: MarksheetFilterInput!) {
5
+ query Dashboard_Qbank($filter: MarksheetFilterInput!) {
6
6
  restricted {
7
7
  latestPastMarksheetId
8
8
  latestAgoraId
@@ -44,7 +44,7 @@ export const TOPICS = gql `
44
44
  }
45
45
  `;
46
46
  export const QUESTION_TOPICS = gql `
47
- query Topics($filter: Int!) {
47
+ query Question_Topics($filter: Int!) {
48
48
  restricted {
49
49
  topics(filter: $filter) {
50
50
  id
@@ -66,7 +66,7 @@ export const QUESTION_TOPICS = gql `
66
66
  }
67
67
  `;
68
68
  export const FLASHCARDS_TOPICS = gql `
69
- query Topics($filter: Int!) {
69
+ query Flashcard_Topics($filter: Int!) {
70
70
  restricted {
71
71
  topics(filter: $filter) {
72
72
  id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.4.27",
3
+ "version": "2.4.28",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",