@quesmed/types 2.2.24 → 2.2.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.
@@ -23,10 +23,10 @@ export declare type ILatestPastMarksheetIdVar = null;
23
23
  export declare type ILatestPastMarksheetIdData = RestrictedData<number, 'latestPastMarksheetId'>;
24
24
  export declare const LATEST_PAST_MARKSHEET_ID: import("@apollo/client").DocumentNode;
25
25
  /**
26
- * latestPastAgoraId
26
+ * latestAgoraId
27
27
  */
28
- export declare type ILatestPastAgoraIdVar = null;
29
- export declare type ILatestPastAgoraIdData = RestrictedData<string, 'latestPastAgoraId'>;
28
+ export declare type ILatestAgoraIdVar = null;
29
+ export declare type ILatestAgoraIdData = RestrictedData<string, 'latestAgoraId'>;
30
30
  export declare const LATEST_PAST_AGORA_ID: import("@apollo/client").DocumentNode;
31
31
  export declare type IFlaggedQuestionsVar = null;
32
32
  export declare type IFlaggedQuestionsData = RestrictedData<(graphqlNormalize & IUserFlaggedQuestion)[], 'flaggedQuestions'>;
@@ -574,9 +574,9 @@ exports.LATEST_PAST_MARKSHEET_ID = (0, client_1.gql) `
574
574
  }
575
575
  `;
576
576
  exports.LATEST_PAST_AGORA_ID = (0, client_1.gql) `
577
- query LatestPastAgoraId {
577
+ query LatestAgoraId {
578
578
  restricted {
579
- latestPastAgoraId
579
+ latestAgoraId
580
580
  }
581
581
  }
582
582
  `;
@@ -44,12 +44,15 @@ exports.DASHBOARD_QBANK = (0, client_1.gql) `
44
44
  totalQuestions
45
45
  totalCards
46
46
  marksheets(filter: $filter) {
47
- id
48
- topicNames
49
- correct
50
- incorrect
51
- totalQuestions
52
- isTestMarksheet
47
+ results {
48
+ id
49
+ topicNames
50
+ correct
51
+ incorrect
52
+ totalQuestions
53
+ isTestMarksheet
54
+ }
55
+ total
53
56
  }
54
57
  topics(filter: 0) {
55
58
  id
@@ -23,10 +23,10 @@ export declare type ILatestPastMarksheetIdVar = null;
23
23
  export declare type ILatestPastMarksheetIdData = RestrictedData<number, 'latestPastMarksheetId'>;
24
24
  export declare const LATEST_PAST_MARKSHEET_ID: import("@apollo/client").DocumentNode;
25
25
  /**
26
- * latestPastAgoraId
26
+ * latestAgoraId
27
27
  */
28
- export declare type ILatestPastAgoraIdVar = null;
29
- export declare type ILatestPastAgoraIdData = RestrictedData<string, 'latestPastAgoraId'>;
28
+ export declare type ILatestAgoraIdVar = null;
29
+ export declare type ILatestAgoraIdData = RestrictedData<string, 'latestAgoraId'>;
30
30
  export declare const LATEST_PAST_AGORA_ID: import("@apollo/client").DocumentNode;
31
31
  export declare type IFlaggedQuestionsVar = null;
32
32
  export declare type IFlaggedQuestionsData = RestrictedData<(graphqlNormalize & IUserFlaggedQuestion)[], 'flaggedQuestions'>;
@@ -571,9 +571,9 @@ export const LATEST_PAST_MARKSHEET_ID = gql `
571
571
  }
572
572
  `;
573
573
  export const LATEST_PAST_AGORA_ID = gql `
574
- query LatestPastAgoraId {
574
+ query LatestAgoraId {
575
575
  restricted {
576
- latestPastAgoraId
576
+ latestAgoraId
577
577
  }
578
578
  }
579
579
  `;
@@ -41,12 +41,15 @@ export const DASHBOARD_QBANK = gql `
41
41
  totalQuestions
42
42
  totalCards
43
43
  marksheets(filter: $filter) {
44
- id
45
- topicNames
46
- correct
47
- incorrect
48
- totalQuestions
49
- isTestMarksheet
44
+ results {
45
+ id
46
+ topicNames
47
+ correct
48
+ incorrect
49
+ totalQuestions
50
+ isTestMarksheet
51
+ }
52
+ total
50
53
  }
51
54
  topics(filter: 0) {
52
55
  id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.2.24",
3
+ "version": "2.2.28",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",