oro-sdk-apis 1.31.0 → 1.32.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
package/src/models/practice.ts
CHANGED
@@ -550,6 +550,7 @@ export interface Practice {
|
|
550
550
|
keyGoogleTagNonProd: string
|
551
551
|
keyGoogleTagProd: string
|
552
552
|
txtAddress?: string
|
553
|
+
emailBusiness?: string
|
553
554
|
phoneBusiness?: string
|
554
555
|
urlSupport?: string
|
555
556
|
emailSupport?: string
|
@@ -595,4 +596,4 @@ export interface PracticeInvoice {
|
|
595
596
|
subtotal: number
|
596
597
|
currency: string
|
597
598
|
discount: number
|
598
|
-
}
|
599
|
+
}
|