oro-sdk-apis 1.5.1 → 1.5.2

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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.5.1",
2
+ "version": "1.5.2",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -104,6 +104,7 @@ export interface DrugPrescription {
104
104
  export interface TreatmentAndDrugPrescription {
105
105
  treatment?: Treatment
106
106
  prescriptionsAndDrugs?: DrugPrescription[]
107
+ notes?: string
107
108
  status: PlanStatus
108
109
  uuidTreatmentPlan: string
109
110
  }