@quesmed/types-rn 2.2.26 → 2.2.29

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.2.26",
3
+ "version": "2.2.29",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -12,6 +12,7 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
12
12
  startedAt
13
13
  endedAt
14
14
  topicIds
15
+ completed
15
16
  solo
16
17
  state
17
18
  currentMarkId
@@ -1125,6 +1126,7 @@ exports.SAVE_MARKSHEET = (0, client_1.gql) `
1125
1126
  id
1126
1127
  createdAt
1127
1128
  startedAt
1129
+ completed
1128
1130
  endedAt
1129
1131
  marks {
1130
1132
  id
@@ -1269,6 +1271,7 @@ exports.MODIFY_MARKSHEET_INFO = (0, client_1.gql) `
1269
1271
  state
1270
1272
  solo
1271
1273
  agoraId
1274
+ completed
1272
1275
  currentMarkId
1273
1276
  topicConceptData
1274
1277
  builderConfig {
@@ -25,8 +25,8 @@ export declare const LATEST_PAST_MARKSHEET_ID: import("@apollo/client").Document
25
25
  /**
26
26
  * latestAgoraId
27
27
  */
28
- export declare type IlatestAgoraIdVar = null;
29
- export declare type IlatestAgoraIdData = RestrictedData<string, 'latestAgoraId'>;
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'>;
@@ -9,6 +9,7 @@ exports.MARKSHEET = (0, client_1.gql) `
9
9
  id
10
10
  topicConceptData
11
11
  currentMarkId
12
+ completed
12
13
  solo
13
14
  state
14
15
  users {
@@ -574,7 +575,7 @@ exports.LATEST_PAST_MARKSHEET_ID = (0, client_1.gql) `
574
575
  }
575
576
  `;
576
577
  exports.LATEST_PAST_AGORA_ID = (0, client_1.gql) `
577
- query latestAgoraId {
578
+ query LatestAgoraId {
578
579
  restricted {
579
580
  latestAgoraId
580
581
  }
@@ -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