@quesmed/types-rn 2.5.37 → 2.5.39

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.5.37",
3
+ "version": "2.5.39",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -18,10 +18,28 @@ exports.USER_FIELDS = (0, client_1.gql) `
18
18
  dailyFeedResetTime
19
19
  dailyFeedMax
20
20
  stripeCustomerId
21
+ tocAccepted
22
+
23
+ # clinical
21
24
  qbankSubscriptionEndDate
22
25
  osceSubscriptionEndDate
23
26
  bundleSubscriptionEndDate
24
- tocAccepted
27
+
28
+ # pre-clinical
29
+ anatomySubscriptionEndDate
30
+ medicalSciencesSubscriptionEndDate
31
+ anatomyBundleSubscriptionEndDate
32
+
33
+ # post-graduate
34
+ mrcpPart1SubscriptionEndDate
35
+ mrcpPart2SubscriptionEndDate
36
+ pacesSubscriptionEndDate
37
+ msraSubscriptionEndDate
38
+
39
+ # interviews
40
+ anaestheticsInterviewSubscriptionEndDate
41
+ cstInterviewSubscriptionEndDate
42
+ imtInterviewSubscriptionEndDate
25
43
 
26
44
  # user-specific keys
27
45
  # marksheets
@@ -1,7 +1,7 @@
1
1
  import { ApolloCache, ApolloClient } from '@apollo/client';
2
2
  import { ApolloUpdateOptions, ApolloUpdateResultRestricted } from '../..';
3
3
  import { Id } from '../../../models';
4
- import { graphqlNormalize, RestrictedData } from '../../types';
4
+ import { RestrictedData, graphqlNormalize } from '../../types';
5
5
  import { EMarksheetAction, EMarksheetState, EStudyAction, IMarksheet, IMarksheetMark } from './../../../models/Marksheet';
6
6
  import { IUser, IUserFlaggedQuestion } from './../../../models/User';
7
7
  export interface IPreBuildMarksheet {