@quesmed/types-rn 2.6.86 → 2.6.87

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.
@@ -20,6 +20,7 @@ export interface IMockTest {
20
20
  demo: boolean;
21
21
  createdAt: number | Date;
22
22
  title: string;
23
+ intro: string;
23
24
  topicIds: number[];
24
25
  typeId: EMockTestType | null;
25
26
  passingMark: number;
@@ -30,6 +31,7 @@ export interface IMockTest {
30
31
  export interface IUserMockTest {
31
32
  id: Id;
32
33
  title: string;
34
+ intro: string;
33
35
  passingMark: number;
34
36
  typeId: EMockTestType | null;
35
37
  correct: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.6.86",
3
+ "version": "2.6.87",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -7,6 +7,7 @@ exports.MOCK_TEST_FIELDS = (0, client_1.gql) `
7
7
  id
8
8
  demo
9
9
  title
10
+ intro
10
11
  passingMark
11
12
  correct
12
13
  incorrect