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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.26.0",
2
+ "version": "1.27.0",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -144,6 +144,7 @@ export type PracticeConfigPractitionerConsultList = PracticeConfig<
144
144
  hideLocality?: boolean
145
145
  hideFax?: boolean
146
146
  hideExpiresAt?: boolean
147
+ showExpirationInDays?: boolean
147
148
  }
148
149
  >
149
150