@quesmed/types-rn 2.6.145 → 2.6.146

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.145",
3
+ "version": "2.6.146",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -87,6 +87,7 @@ exports.USER_FIELDS = (0, client_1.gql) `
87
87
  productId
88
88
  periodEndAt
89
89
  endedAt
90
+ purchaseSource
90
91
  product {
91
92
  id
92
93
  name
@@ -330,6 +330,7 @@ exports.USER_CANCELLATION_REASONS = (0, client_1.gql) `
330
330
  feedback
331
331
  periodEndAt
332
332
  updatedAt
333
+ purchaseSource
333
334
  product {
334
335
  id
335
336
  name
@@ -23,6 +23,7 @@ exports.GET_USER_SUBSCRIPTIONS = (0, client_1.gql) `
23
23
  productId
24
24
  periodEndAt
25
25
  endedAt
26
+ purchaseSource
26
27
  product {
27
28
  id
28
29
  name