@quesmed/types 2.2.52 → 2.2.53

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.
@@ -34,8 +34,17 @@ export declare const LATEST_PAST_MARKSHEET_ID: import("@apollo/client").Document
34
34
  export declare type ILatestAgoraIdVar = null;
35
35
  export declare type ILatestAgoraIdData = RestrictedData<string, 'latestAgoraId'>;
36
36
  export declare const LATEST_PAST_AGORA_ID: import("@apollo/client").DocumentNode;
37
- export declare type IFlaggedQuestionsVar = null;
38
- export declare type IFlaggedQuestionsData = RestrictedData<(graphqlNormalize & IUserFlaggedQuestion)[], 'flaggedQuestions'>;
37
+ export interface IFlaggedQuestionsVar {
38
+ filter: {
39
+ limit: number;
40
+ offset: number;
41
+ };
42
+ }
43
+ export declare type IFlaggedQuestionDataResults = (graphqlNormalize & IUserFlaggedQuestion)[];
44
+ export declare type IFlaggedQuestionsData = RestrictedData<graphqlNormalize & {
45
+ results: IFlaggedQuestionDataResults;
46
+ total: number;
47
+ }, 'flaggedQuestions'>;
39
48
  export declare const FLAGGED_QUESTIONS: import("@apollo/client").DocumentNode;
40
49
  /**
41
50
  * flaggedQuestionMarksheet