oro-sdk-apis 1.39.1 → 1.39.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.39.1",
2
+ "version": "1.39.2",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -87,7 +87,7 @@ export interface PrescriptionRequest {
87
87
  export interface Prescription extends PrescriptionRequest {
88
88
  uuid: string
89
89
  uuidTreatment: string
90
- status: PrescriptionStatus
90
+ status?: PrescriptionStatus
91
91
  createdAt: string
92
92
  }
93
93