oro-sdk-apis 3.2.7 → 3.3.0

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": "3.2.7",
2
+ "version": "3.3.0",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -432,6 +432,10 @@ export type PracticeConfigPracticeDiagnosisAndTreatment = PracticeConfig<
432
432
  * If true, then sort alphabetically the diagnoses, treatments, and drugs shown in their respective select dropdown
433
433
  */
434
434
  sortNames?: boolean
435
+ /**
436
+ * If true, it enables the Prescription Refill feature
437
+ */
438
+ enableRefill?: boolean
435
439
  }
436
440
  >
437
441