@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.
|
@@ -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
|
-
|
|
88
|
+
osceMarksheetId
|
|
89
89
|
userId
|
|
90
|
+
user {
|
|
91
|
+
id
|
|
92
|
+
displayName
|
|
93
|
+
}
|
|
90
94
|
role
|
|
91
95
|
}
|
|
92
96
|
feedback
|