@quesmed/types 2.2.12 → 2.2.13

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.
@@ -1,5 +1,5 @@
1
1
  import { EMarksheetAction, EMarksheetState, Id, IMarksheetMarkJSONB, IMarksheetMember, IUser } from '../../models';
2
- import { IBuildConfigData } from '../mutation/restricted';
2
+ import { IBuildConfigData, IPreBuildMarksheet } from '../mutation/restricted';
3
3
  import { RootData } from '../types';
4
4
  export interface IMarksheetGroupMember {
5
5
  user: IUser | null;
@@ -38,6 +38,7 @@ export interface IOnPreStartMarksheetModificationVar {
38
38
  }
39
39
  export interface IPreStartMarksheetData {
40
40
  topicConceptData?: string;
41
+ preBuildData?: IPreBuildMarksheet;
41
42
  action: EMarksheetAction;
42
43
  builderConfig?: IBuildConfigData;
43
44
  marksheetId: Id;
@@ -35,6 +35,12 @@ exports.ON_PRESTART_MARKSHEET_MODIFICATION = (0, client_1.gql) `
35
35
  id
36
36
  displayName
37
37
  }
38
+ preBuildData {
39
+ buildRef
40
+ seenCorrect
41
+ seenIncorrect
42
+ unseen
43
+ }
38
44
  builderConfig {
39
45
  difficulty
40
46
  isTest
@@ -1,5 +1,5 @@
1
1
  import { EMarksheetAction, EMarksheetState, Id, IMarksheetMarkJSONB, IMarksheetMember, IUser } from '../../models';
2
- import { IBuildConfigData } from '../mutation/restricted';
2
+ import { IBuildConfigData, IPreBuildMarksheet } from '../mutation/restricted';
3
3
  import { RootData } from '../types';
4
4
  export interface IMarksheetGroupMember {
5
5
  user: IUser | null;
@@ -38,6 +38,7 @@ export interface IOnPreStartMarksheetModificationVar {
38
38
  }
39
39
  export interface IPreStartMarksheetData {
40
40
  topicConceptData?: string;
41
+ preBuildData?: IPreBuildMarksheet;
41
42
  action: EMarksheetAction;
42
43
  builderConfig?: IBuildConfigData;
43
44
  marksheetId: Id;
@@ -32,6 +32,12 @@ export const ON_PRESTART_MARKSHEET_MODIFICATION = gql `
32
32
  id
33
33
  displayName
34
34
  }
35
+ preBuildData {
36
+ buildRef
37
+ seenCorrect
38
+ seenIncorrect
39
+ unseen
40
+ }
35
41
  builderConfig {
36
42
  difficulty
37
43
  isTest
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.2.12",
3
+ "version": "2.2.13",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",