@quesmed/types-rn 2.6.122 → 2.6.123

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.
@@ -105,6 +105,7 @@ export interface IOverwriteOpts {
105
105
  batchId: string | null;
106
106
  resetLikes: boolean;
107
107
  resetProgress: boolean;
108
+ resetVotes: boolean;
108
109
  picture: boolean;
109
110
  }
110
111
  export interface IContentArgs {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.6.122",
3
+ "version": "2.6.123",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -89,7 +89,7 @@ export declare const getQuestionHighlightOptimisticResponse: (userId: number, hi
89
89
  end: number;
90
90
  text: string;
91
91
  color: string;
92
- part?: string | undefined;
92
+ part: string;
93
93
  tag: string;
94
94
  __typename: string;
95
95
  }[];
@@ -434,6 +434,7 @@ const getQuestionHighlightOptimisticResponse = (userId, highlights, questionId)
434
434
  __typename: 'HighlightNode',
435
435
  tag: '',
436
436
  color: '',
437
+ part: '',
437
438
  ...highlight,
438
439
  })),
439
440
  __typename: 'ChapterHighlight',