oro-sdk-apis 3.2.0 → 3.2.1

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.
@@ -133,6 +133,7 @@ export interface ConsultRequest {
133
133
  idStripeInvoiceOrPaymentIntent: string;
134
134
  isoLocalityRequired?: string;
135
135
  isoLanguageRequired: string;
136
+ uuidParent?: string;
136
137
  }
137
138
  export interface Consult {
138
139
  uuid: string;