@quesmed/types-rn 2.2.86 → 2.2.87

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.86",
3
+ "version": "2.2.87",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -1859,6 +1859,10 @@ exports.START_OR_JOIN_MARKSHEET = (0, client_1.gql) `
1859
1859
  startOrJoinMarksheet(agoraId: $agoraId, solo: $solo) {
1860
1860
  id
1861
1861
  agoraId
1862
+ activeUsers {
1863
+ id
1864
+ displayName
1865
+ }
1862
1866
  }
1863
1867
  }
1864
1868
  }