@quesmed/types 2.2.53 → 2.2.54

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.
@@ -72,7 +72,7 @@ export declare const REMOVE_FLAGGED_QUESTION: import("@apollo/client").DocumentN
72
72
  export interface IRemoveFlaggedQuestionVar {
73
73
  questionId: Id;
74
74
  }
75
- export declare type IRemoveFlaggedQuestionData = RestrictedData<graphqlNormalize & IUserFlaggedQuestion, 'removeFlaggedQuestion'>;
75
+ export declare type IRemoveFlaggedQuestionData = RestrictedData<(graphqlNormalize & IUserFlaggedQuestion)[], 'removeFlaggedQuestion'>;
76
76
  /**
77
77
  * startOrJoinMarksheet
78
78
  */
@@ -72,7 +72,7 @@ export declare const REMOVE_FLAGGED_QUESTION: import("@apollo/client").DocumentN
72
72
  export interface IRemoveFlaggedQuestionVar {
73
73
  questionId: Id;
74
74
  }
75
- export declare type IRemoveFlaggedQuestionData = RestrictedData<graphqlNormalize & IUserFlaggedQuestion, 'removeFlaggedQuestion'>;
75
+ export declare type IRemoveFlaggedQuestionData = RestrictedData<(graphqlNormalize & IUserFlaggedQuestion)[], 'removeFlaggedQuestion'>;
76
76
  /**
77
77
  * startOrJoinMarksheet
78
78
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.2.53",
3
+ "version": "2.2.54",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",