@quesmed/types 2.6.145 → 2.6.147

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.
@@ -7,6 +7,7 @@ export interface IPicture {
7
7
  updatedAt: number | Date;
8
8
  deletedAt: number | Date;
9
9
  name: string;
10
+ sensitive: boolean;
10
11
  caption: string;
11
12
  path: string;
12
13
  path512: string;
@@ -8,6 +8,7 @@ exports.PICTURE_FIELDS = (0, client_1.gql) `
8
8
  createdAt
9
9
  updatedAt
10
10
  name
11
+ sensitive
11
12
  caption
12
13
  path
13
14
  path256
@@ -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
@@ -7,6 +7,7 @@ export interface IPicture {
7
7
  updatedAt: number | Date;
8
8
  deletedAt: number | Date;
9
9
  name: string;
10
+ sensitive: boolean;
10
11
  caption: string;
11
12
  path: string;
12
13
  path512: string;
@@ -5,6 +5,7 @@ export const PICTURE_FIELDS = gql `
5
5
  createdAt
6
6
  updatedAt
7
7
  name
8
+ sensitive
8
9
  caption
9
10
  path
10
11
  path256
@@ -84,6 +84,7 @@ export const USER_FIELDS = gql `
84
84
  productId
85
85
  periodEndAt
86
86
  endedAt
87
+ purchaseSource
87
88
  product {
88
89
  id
89
90
  name
@@ -327,6 +327,7 @@ export const USER_CANCELLATION_REASONS = gql `
327
327
  feedback
328
328
  periodEndAt
329
329
  updatedAt
330
+ purchaseSource
330
331
  product {
331
332
  id
332
333
  name
@@ -20,6 +20,7 @@ export const GET_USER_SUBSCRIPTIONS = gql `
20
20
  productId
21
21
  periodEndAt
22
22
  endedAt
23
+ purchaseSource
23
24
  product {
24
25
  id
25
26
  name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.145",
3
+ "version": "2.6.147",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",