@mindly/ui-components 5.105.3 → 5.105.4

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.
@@ -150,6 +150,8 @@ export type OnBoardingPaywallScreenType = OnBoardingBaseScreenType & OnBoardingS
150
150
  percentDiscount: number;
151
151
  additionalDiscount?: number;
152
152
  promocodeDuration?: number;
153
+ specialistsIds?: string[];
154
+ reviewsIds?: string[];
153
155
  };
154
156
  export type OnBoardingCompareScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenTranslationsType & OnBoardingScreenErrorsType & {
155
157
  title: string;