oro-sdk-apis 3.0.0 → 3.0.1
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/dist/models/practice.d.ts +4 -0
- package/dist/oro-sdk-apis.cjs.development.js +399 -816
- package/dist/oro-sdk-apis.cjs.development.js.map +1 -1
- package/dist/oro-sdk-apis.cjs.production.min.js +1 -1
- package/dist/oro-sdk-apis.cjs.production.min.js.map +1 -1
- package/dist/oro-sdk-apis.esm.js +399 -816
- package/dist/oro-sdk-apis.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/models/practice.ts +4 -0
|
@@ -238,6 +238,10 @@ export declare type PracticeConfigPracticeOnlinePharmacy = PracticeConfig<Practi
|
|
|
238
238
|
* The address of the online pharmacy
|
|
239
239
|
*/
|
|
240
240
|
onlinePharmacy?: PlaceData;
|
|
241
|
+
/**
|
|
242
|
+
* Shows or hides the address input field in the treatment acceptance modal
|
|
243
|
+
*/
|
|
244
|
+
showTreatmentAcceptanceAddressInput: boolean;
|
|
241
245
|
}>;
|
|
242
246
|
/**
|
|
243
247
|
* Defines the consultation chatbox configs
|