@quesmed/types-rn 2.6.124 → 2.6.125

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.6.124",
3
+ "version": "2.6.125",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -69,6 +69,10 @@ export interface IUserBreakdown {
69
69
  key: string;
70
70
  value: number;
71
71
  }>;
72
+ universities: Array<{
73
+ key: string;
74
+ value: number;
75
+ }>;
72
76
  }
73
77
  export type IUserBreakdownVar = {
74
78
  from: Date | number | null;
@@ -96,6 +96,10 @@ exports.USER_BREAKDOWN = (0, client_1.gql) `
96
96
  key
97
97
  value
98
98
  }
99
+ universities {
100
+ key
101
+ value
102
+ }
99
103
  }
100
104
  }
101
105
  }