oro-sdk-apis 1.54.0 → 1.54.1

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.54.0",
2
+ "version": "1.54.1",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -567,10 +567,6 @@ export interface RefillTreatmentRequestMetadata {
567
567
  * The consult uuid to refill
568
568
  */
569
569
  consultUuid: string
570
- /**
571
- * The treatment plan uuid to refill
572
- */
573
- uuidTreatmentPlan: string
574
570
  }
575
571
 
576
572
  /**