@quesmed/types-rn 2.6.163 → 2.6.164

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 +1 -0
  2. package/package.json +1 -1
package/models/Job.d.ts CHANGED
@@ -102,6 +102,7 @@ export interface IJobRecordQuestion {
102
102
  conditionIds?: number[];
103
103
  presentationIds?: number[];
104
104
  typeId: EQuestionType;
105
+ subTypeId?: string | null;
105
106
  choices: Array<Pick<IQuestionChoice, 'label' | 'name' | 'answer'> & {
106
107
  explanation?: IQuestionChoice['explanation'];
107
108
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.6.163",
3
+ "version": "2.6.164",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",