@quesmed/types 2.5.69 → 2.5.71

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.
@@ -20,6 +20,21 @@ exports.USER_FIELDS = (0, client_1.gql) `
20
20
  stripeCustomerId
21
21
  tocAccepted
22
22
 
23
+ # subscriptions
24
+ subscriptions {
25
+ id
26
+ productId
27
+ periodEndAt
28
+ product {
29
+ id
30
+ name
31
+ typeId
32
+ duration
33
+ price
34
+ stripePriceId
35
+ }
36
+ }
37
+
23
38
  # clinical
24
39
  qbankSubscriptionEndDate
25
40
  osceSubscriptionEndDate
@@ -17,6 +17,21 @@ export const USER_FIELDS = gql `
17
17
  stripeCustomerId
18
18
  tocAccepted
19
19
 
20
+ # subscriptions
21
+ subscriptions {
22
+ id
23
+ productId
24
+ periodEndAt
25
+ product {
26
+ id
27
+ name
28
+ typeId
29
+ duration
30
+ price
31
+ stripePriceId
32
+ }
33
+ }
34
+
20
35
  # clinical
21
36
  qbankSubscriptionEndDate
22
37
  osceSubscriptionEndDate
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.5.69",
3
+ "version": "2.5.71",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",