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