@quesmed/types 1.4.16 → 1.4.17
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
|
@@ -79,7 +79,8 @@ exports.OSCE_MARKSHEET_USER_FIELDS = (0, client_1.gql) `
|
|
|
79
79
|
osceMarksheetId
|
|
80
80
|
userId
|
|
81
81
|
user {
|
|
82
|
-
|
|
82
|
+
id
|
|
83
|
+
displayName
|
|
83
84
|
}
|
|
84
85
|
role
|
|
85
86
|
}
|
|
@@ -125,6 +126,10 @@ exports.OSCE_MARKSHEET_FIELDS = (0, client_1.gql) `
|
|
|
125
126
|
users {
|
|
126
127
|
...OsceMarksheetUserFields
|
|
127
128
|
}
|
|
129
|
+
members {
|
|
130
|
+
id
|
|
131
|
+
displayName
|
|
132
|
+
}
|
|
128
133
|
completed
|
|
129
134
|
}
|
|
130
135
|
`;
|
|
@@ -76,7 +76,8 @@ export const OSCE_MARKSHEET_USER_FIELDS = gql `
|
|
|
76
76
|
osceMarksheetId
|
|
77
77
|
userId
|
|
78
78
|
user {
|
|
79
|
-
|
|
79
|
+
id
|
|
80
|
+
displayName
|
|
80
81
|
}
|
|
81
82
|
role
|
|
82
83
|
}
|
|
@@ -122,6 +123,10 @@ export const OSCE_MARKSHEET_FIELDS = gql `
|
|
|
122
123
|
users {
|
|
123
124
|
...OsceMarksheetUserFields
|
|
124
125
|
}
|
|
126
|
+
members {
|
|
127
|
+
id
|
|
128
|
+
displayName
|
|
129
|
+
}
|
|
125
130
|
completed
|
|
126
131
|
}
|
|
127
132
|
`;
|