@quesmed/types 2.2.27 → 2.2.28

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.
@@ -25,8 +25,8 @@ export declare const LATEST_PAST_MARKSHEET_ID: import("@apollo/client").Document
25
25
  /**
26
26
  * latestAgoraId
27
27
  */
28
- export declare type IlatestAgoraIdVar = null;
29
- export declare type IlatestAgoraIdData = RestrictedData<string, 'latestAgoraId'>;
28
+ export declare type ILatestAgoraIdVar = null;
29
+ export declare type ILatestAgoraIdData = RestrictedData<string, 'latestAgoraId'>;
30
30
  export declare const LATEST_PAST_AGORA_ID: import("@apollo/client").DocumentNode;
31
31
  export declare type IFlaggedQuestionsVar = null;
32
32
  export declare type IFlaggedQuestionsData = RestrictedData<(graphqlNormalize & IUserFlaggedQuestion)[], 'flaggedQuestions'>;
@@ -574,7 +574,7 @@ exports.LATEST_PAST_MARKSHEET_ID = (0, client_1.gql) `
574
574
  }
575
575
  `;
576
576
  exports.LATEST_PAST_AGORA_ID = (0, client_1.gql) `
577
- query latestAgoraId {
577
+ query LatestAgoraId {
578
578
  restricted {
579
579
  latestAgoraId
580
580
  }
@@ -25,8 +25,8 @@ export declare const LATEST_PAST_MARKSHEET_ID: import("@apollo/client").Document
25
25
  /**
26
26
  * latestAgoraId
27
27
  */
28
- export declare type IlatestAgoraIdVar = null;
29
- export declare type IlatestAgoraIdData = RestrictedData<string, 'latestAgoraId'>;
28
+ export declare type ILatestAgoraIdVar = null;
29
+ export declare type ILatestAgoraIdData = RestrictedData<string, 'latestAgoraId'>;
30
30
  export declare const LATEST_PAST_AGORA_ID: import("@apollo/client").DocumentNode;
31
31
  export declare type IFlaggedQuestionsVar = null;
32
32
  export declare type IFlaggedQuestionsData = RestrictedData<(graphqlNormalize & IUserFlaggedQuestion)[], 'flaggedQuestions'>;
@@ -571,7 +571,7 @@ export const LATEST_PAST_MARKSHEET_ID = gql `
571
571
  }
572
572
  `;
573
573
  export const LATEST_PAST_AGORA_ID = gql `
574
- query latestAgoraId {
574
+ query LatestAgoraId {
575
575
  restricted {
576
576
  latestAgoraId
577
577
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.2.27",
3
+ "version": "2.2.28",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",