@mindly/ui-components 5.98.3 → 5.98.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.
@@ -112,4 +112,5 @@ export type OnBoardingFlowType = {
112
112
  promocode_percent?: number | null;
113
113
  promocode_duration_min?: number | null;
114
114
  duration_min?: number | null;
115
+ isDefault?: boolean;
115
116
  };
@@ -112,4 +112,5 @@ export type OnBoardingFlowType = {
112
112
  promocode_percent?: number | null;
113
113
  promocode_duration_min?: number | null;
114
114
  duration_min?: number | null;
115
+ isDefault?: boolean;
115
116
  };
package/dist/index.d.ts CHANGED
@@ -1586,6 +1586,7 @@ type OnBoardingFlowType = {
1586
1586
  promocode_percent?: number | null;
1587
1587
  promocode_duration_min?: number | null;
1588
1588
  duration_min?: number | null;
1589
+ isDefault?: boolean;
1589
1590
  };
1590
1591
 
1591
1592
  declare enum ContractStatusEnum {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.98.3",
3
+ "version": "5.98.4",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",