@quesmed/types 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 {
@@ -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',
@@ -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 {
@@ -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
  }[];
@@ -421,6 +421,7 @@ export const getQuestionHighlightOptimisticResponse = (userId, highlights, quest
421
421
  __typename: 'HighlightNode',
422
422
  tag: '',
423
423
  color: '',
424
+ part: '',
424
425
  ...highlight,
425
426
  })),
426
427
  __typename: 'ChapterHighlight',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.122",
3
+ "version": "2.6.123",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",