oro-sdk-apis 3.2.4 → 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.
@@ -427,7 +427,7 @@ export interface PracticePayment {
427
427
  id?: number;
428
428
  uuidPractice: string;
429
429
  idPlan: number;
430
- uuidConsult: string;
430
+ uuidConsult?: string;
431
431
  hoursConsultExpiration: number;
432
432
  idStripeInvoiceOrPaymentIntent: string;
433
433
  status: PaymentStatus;