@quesmed/types-rn 2.6.160 → 2.6.161

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.
Files changed (2) hide show
  1. package/models/Job.d.ts +2 -0
  2. package/package.json +1 -1
package/models/Job.d.ts CHANGED
@@ -96,6 +96,7 @@ export interface IJobRecordQuestion {
96
96
  conceptId?: number | null;
97
97
  explanation?: string | null;
98
98
  learningPoint?: string | null;
99
+ answer: string;
99
100
  entitlementIds?: EEntitlementType[];
100
101
  conditionIds?: number[];
101
102
  presentationIds?: number[];
@@ -118,6 +119,7 @@ export interface IJobRecordMockTest {
118
119
  explanation?: string | null;
119
120
  learningPoint?: string | null;
120
121
  typeId: EQuestionType;
122
+ answer: string;
121
123
  choices: Array<Pick<IQuestionChoice, 'label' | 'name' | 'answer'> & {
122
124
  explanation?: IQuestionChoice['explanation'];
123
125
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.6.160",
3
+ "version": "2.6.161",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",