oro-sdk-apis 3.2.5 → 3.2.6

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": "3.2.5",
2
+ "version": "3.2.6",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -534,7 +534,7 @@ export interface PracticePayment {
534
534
  id?: number ///optional for insertion
535
535
  uuidPractice: string
536
536
  idPlan: number
537
- uuidConsult: string
537
+ uuidConsult?: string
538
538
  hoursConsultExpiration: number
539
539
  idStripeInvoiceOrPaymentIntent: string
540
540
  status: PaymentStatus