@quesmed/types 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.
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -90,11 +90,6 @@ export const QUESTION_CATEGORY_FIELDS = gql `
90
90
  label
91
91
  visible
92
92
  }
93
- unit {
94
- value
95
- label
96
- visible
97
- }
98
93
  }
99
94
  }
100
95
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.40",
3
+ "version": "2.6.41",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",