@quesmed/types-rn 2.5.69 → 2.5.70

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.69",
3
+ "version": "2.5.70",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -20,6 +20,20 @@ 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
+ duration
32
+ price
33
+ stripePriceId
34
+ }
35
+ }
36
+
23
37
  # clinical
24
38
  qbankSubscriptionEndDate
25
39
  osceSubscriptionEndDate