oro-sdk-apis 1.49.0 → 1.50.0

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": "1.49.0",
2
+ "version": "1.50.0",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -608,6 +608,7 @@ export interface HydratedPracticeConfigs {
608
608
  export interface Practice {
609
609
  uuid: string
610
610
  name: string
611
+ shortName: string
611
612
  countryOperating: string
612
613
  urlPractice: string
613
614
  urlLinkedPage?: string