oro-sdk-apis 1.26.0 → 1.27.0

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.
@@ -125,6 +125,7 @@ export declare type PracticeConfigPractitionerConsultList = PracticeConfig<Pract
125
125
  hideLocality?: boolean;
126
126
  hideFax?: boolean;
127
127
  hideExpiresAt?: boolean;
128
+ showExpirationInDays?: boolean;
128
129
  }>;
129
130
  export declare type PracticeConfigPracticeLocaleSwitcher = PracticeConfig<PracticeConfigKind.PracticeLocaleSwitcher, {
130
131
  hideLocaleSwitcher?: boolean;