@quesmed/types 2.5.43 → 2.5.44

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.
@@ -89,8 +89,12 @@ exports.OSCE_MARKSHEET_ACTION = (0, client_1.gql) `
89
89
  displayName
90
90
  }
91
91
  members {
92
- id
92
+ osceMarksheetId
93
93
  userId
94
+ user {
95
+ id
96
+ displayName
97
+ }
94
98
  role
95
99
  }
96
100
  feedback
@@ -1,6 +1,6 @@
1
1
  import { gql } from '@apollo/client';
2
2
  import { EOsceRoles, } from '../../models';
3
- import { OSCE_MARKSHEET_MARK_FIELDS, OSCE_MATCHMAKING_ACTION_FIELDS } from '../fragments';
3
+ import { OSCE_MARKSHEET_MARK_FIELDS, OSCE_MATCHMAKING_ACTION_FIELDS, } from '../fragments';
4
4
  export const OSCE_ROLE_CHANGE_KEY = 'OSCE_ROLE_CHANGE';
5
5
  export const OSCE_MARKSHEET_ACTION_KEY = 'OSCE_MARKSHEET_ACTION';
6
6
  export const OSCE_MARKSHEET_TIMER_KEY = 'OSCE_MARKSHEET_TIMER';
@@ -85,8 +85,12 @@ export const OSCE_MARKSHEET_ACTION = gql `
85
85
  displayName
86
86
  }
87
87
  members {
88
- id
88
+ osceMarksheetId
89
89
  userId
90
+ user {
91
+ id
92
+ displayName
93
+ }
90
94
  role
91
95
  }
92
96
  feedback
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.5.43",
3
+ "version": "2.5.44",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",