oro-sdk-apis 3.0.0 → 3.0.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": "3.0.0",
2
+ "version": "3.0.1",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -287,6 +287,10 @@ export type PracticeConfigPracticeOnlinePharmacy = PracticeConfig<
287
287
  * The address of the online pharmacy
288
288
  */
289
289
  onlinePharmacy?: PlaceData
290
+ /**
291
+ * Shows or hides the address input field in the treatment acceptance modal
292
+ */
293
+ showTreatmentAcceptanceAddressInput: boolean
290
294
  }
291
295
  >
292
296