@quesmed/types 2.6.108 → 2.6.110

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.
@@ -10,6 +10,7 @@ exports.PICTURE_FIELDS = (0, client_1.gql) `
10
10
  name
11
11
  caption
12
12
  path
13
+ path256
13
14
  path512
14
15
  overlayPath
15
16
  overlayPath256
@@ -130,7 +130,10 @@ const updateCacheOnUpdateUserSettings = (cache, result, options) => {
130
130
  __typename: 'User',
131
131
  }),
132
132
  data: {
133
- settings: updateUserSettings,
133
+ settings: {
134
+ ...updateUserSettings,
135
+ nextFeedbackDate: new Date(Date.now() + 6.048e8), // + 1 week
136
+ },
134
137
  },
135
138
  fragment: fragments_1.UPDATE_USER_SETTINGS_FRAGMENT,
136
139
  fragmentName: 'UpdateUserSettingsFragment',
@@ -7,6 +7,7 @@ export const PICTURE_FIELDS = gql `
7
7
  name
8
8
  caption
9
9
  path
10
+ path256
10
11
  path512
11
12
  overlayPath
12
13
  overlayPath256
@@ -125,7 +125,10 @@ export const updateCacheOnUpdateUserSettings = (cache, result, options) => {
125
125
  __typename: 'User',
126
126
  }),
127
127
  data: {
128
- settings: updateUserSettings,
128
+ settings: {
129
+ ...updateUserSettings,
130
+ nextFeedbackDate: new Date(Date.now() + 6.048e8), // + 1 week
131
+ },
129
132
  },
130
133
  fragment: UPDATE_USER_SETTINGS_FRAGMENT,
131
134
  fragmentName: 'UpdateUserSettingsFragment',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.108",
3
+ "version": "2.6.110",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",