@quesmed/types-rn 2.6.40 → 2.6.41

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.
package/models/Psa.d.ts CHANGED
@@ -24,6 +24,4 @@ export interface IQuestionPrescription {
24
24
  frequencyVisible: boolean;
25
25
  durationId: Id;
26
26
  durationVisible: boolean;
27
- unitId: Id;
28
- unitVisible: boolean;
29
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.6.40",
3
+ "version": "2.6.41",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -93,11 +93,6 @@ exports.QUESTION_CATEGORY_FIELDS = (0, client_1.gql) `
93
93
  label
94
94
  visible
95
95
  }
96
- unit {
97
- value
98
- label
99
- visible
100
- }
101
96
  }
102
97
  }
103
98
  }