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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.48.0",
2
+ "version": "1.49.0",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -54,4 +54,4 @@
54
54
  "buffer": "^6.0.3",
55
55
  "hash.js": "^1.1.7"
56
56
  }
57
- }
57
+ }
@@ -214,7 +214,6 @@ export type PracticeConfigPracticeConsultTabs = PracticeConfig<
214
214
  { hideDxTx?: boolean }
215
215
  >
216
216
 
217
-
218
217
  /**
219
218
  * This type is for test (do not remove without updating the integration tests)
220
219
  */
@@ -632,6 +631,7 @@ export interface Practice {
632
631
  txtRegistrationID?: string
633
632
  txtLegalInfos?: string
634
633
  txtDefaultTransmissionDriver?: string
634
+ txtDefaultTransmissionAddress?: string
635
635
  accounts?: PracticeAccount[]
636
636
  configs?: HydratedPracticeConfigs
637
637
  }
@@ -683,4 +683,4 @@ export interface PracticeSecret {
683
683
  * It's decrypted on the fly when returned by the api.
684
684
  */
685
685
  payload: string
686
- }
686
+ }