@quesmed/types 2.2.86 → 2.2.88

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.
@@ -1,4 +1,3 @@
1
- import { IConcept } from './Concept';
2
1
  import { IQuestionComment } from './Question';
3
2
  import { Id } from './Type';
4
3
  import { IUser } from './User';
@@ -29,8 +28,6 @@ export interface INotification {
29
28
  comment?: IQuestionComment;
30
29
  fromUserCommentId: Id | null;
31
30
  fromUserComment?: IQuestionComment;
32
- conceptId: Id | null;
33
- concept?: IConcept;
34
31
  description: string;
35
32
  actionType: ENotificationActionType;
36
33
  type: ENotificationType;
@@ -32,6 +32,7 @@ export interface IQuestionComment {
32
32
  deletedAt: number | Date;
33
33
  userId: Id;
34
34
  user?: IUser;
35
+ question?: IQuestion;
35
36
  questionId: Id;
36
37
  parentId: Id;
37
38
  parent?: IQuestionComment;
@@ -1859,6 +1859,10 @@ exports.START_OR_JOIN_MARKSHEET = (0, client_1.gql) `
1859
1859
  startOrJoinMarksheet(agoraId: $agoraId, solo: $solo) {
1860
1860
  id
1861
1861
  agoraId
1862
+ activeUsers {
1863
+ id
1864
+ displayName
1865
+ }
1862
1866
  }
1863
1867
  }
1864
1868
  }
@@ -5,7 +5,6 @@ export interface IAddNotificationInput {
5
5
  userId: Id | null;
6
6
  fromUserCommentId: Id | null;
7
7
  commentId: Id | null;
8
- conceptId: Id | null;
9
8
  description: string;
10
9
  actionType: ENotificationActionType;
11
10
  type: ENotificationType;
@@ -1,4 +1,3 @@
1
- import { IConcept } from './Concept';
2
1
  import { IQuestionComment } from './Question';
3
2
  import { Id } from './Type';
4
3
  import { IUser } from './User';
@@ -29,8 +28,6 @@ export interface INotification {
29
28
  comment?: IQuestionComment;
30
29
  fromUserCommentId: Id | null;
31
30
  fromUserComment?: IQuestionComment;
32
- conceptId: Id | null;
33
- concept?: IConcept;
34
31
  description: string;
35
32
  actionType: ENotificationActionType;
36
33
  type: ENotificationType;
@@ -32,6 +32,7 @@ export interface IQuestionComment {
32
32
  deletedAt: number | Date;
33
33
  userId: Id;
34
34
  user?: IUser;
35
+ question?: IQuestion;
35
36
  questionId: Id;
36
37
  parentId: Id;
37
38
  parent?: IQuestionComment;
@@ -1852,6 +1852,10 @@ export const START_OR_JOIN_MARKSHEET = gql `
1852
1852
  startOrJoinMarksheet(agoraId: $agoraId, solo: $solo) {
1853
1853
  id
1854
1854
  agoraId
1855
+ activeUsers {
1856
+ id
1857
+ displayName
1858
+ }
1855
1859
  }
1856
1860
  }
1857
1861
  }
@@ -5,7 +5,6 @@ export interface IAddNotificationInput {
5
5
  userId: Id | null;
6
6
  fromUserCommentId: Id | null;
7
7
  commentId: Id | null;
8
- conceptId: Id | null;
9
8
  description: string;
10
9
  actionType: ENotificationActionType;
11
10
  type: ENotificationType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.2.86",
3
+ "version": "2.2.88",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",