oro-sdk-apis 5.16.0 → 5.17.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -385,6 +385,7 @@ export interface PracticeWorkflow {
385
385
  uuidWorkflow: string;
386
386
  typeWorkflow: WorkflowType;
387
387
  tagSpecialty?: string;
388
+ associatedWorkflowUuid?: string;
388
389
  }
389
390
  export declare type PracticeWorkflowWithTagSpecialty = PracticeWorkflow & {
390
391
  tagSpecialty: string;
@@ -407,6 +408,7 @@ export interface PracticePlan {
407
408
  dateCreatedAt: Date;
408
409
  dateUpdateAt: Date;
409
410
  ratePerThousandOverride: number;
411
+ activateFollowUp: boolean;
410
412
  }
411
413
  export declare enum StripePriceType {
412
414
  Default = "Default",