@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;
package/dist/index.d.ts CHANGED
@@ -1683,6 +1683,8 @@ type OnBoardingPaywallScreenType = OnBoardingBaseScreenType & OnBoardingScreenBu
1683
1683
  percentDiscount: number;
1684
1684
  additionalDiscount?: number;
1685
1685
  promocodeDuration?: number;
1686
+ specialistsIds?: string[];
1687
+ reviewsIds?: string[];
1686
1688
  };
1687
1689
  type OnBoardingCompareScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenTranslationsType & OnBoardingScreenErrorsType & {
1688
1690
  title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.105.3",
3
+ "version": "5.105.4",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",