oro-sdk-apis 3.2.0 → 3.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -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;