oro-sdk-apis 1.48.0 → 1.49.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -533,6 +533,7 @@ export interface Practice {
533
533
  txtRegistrationID?: string;
534
534
  txtLegalInfos?: string;
535
535
  txtDefaultTransmissionDriver?: string;
536
+ txtDefaultTransmissionAddress?: string;
536
537
  accounts?: PracticeAccount[];
537
538
  configs?: HydratedPracticeConfigs;
538
539
  }