oro-sdk-apis 1.8.2 → 1.8.3

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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.8.2",
2
+ "version": "1.8.3",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -365,6 +365,7 @@ export interface HydratedPracticeConfigs {
365
365
  [PracticeConfigKind.PracticeTheme]?: PracticeConfigPracticeTheme
366
366
  [PracticeConfigKind.PracticeLocaleSwitcher]?: PracticeConfigPracticeLocaleSwitcher
367
367
  [PracticeConfigKind.PracticeCookieBanner]?: PracticeConfigPracticeCookieBanner
368
+ [PracticeConfigKind.PracticePharmacyPicker]?: PracticeConfigPracticeOnlinePharmacy
368
369
  }
369
370
 
370
371
  export interface Practice {