@mychoice/mychoice-sdk-store 2.1.2 → 2.1.7

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.
@@ -16,6 +16,7 @@ export interface DiscountQuoterInfoInterface {
16
16
  caslConsent?: boolean;
17
17
  partner?: string;
18
18
  initial: boolean;
19
+ hasToBeConfirmed?: boolean;
19
20
  }
20
21
  export interface DiscountVehLinkInterface {
21
22
  driverIndex: number;
package/dist/index.d.ts CHANGED
@@ -1256,6 +1256,7 @@ interface DiscountQuoterInfoInterface {
1256
1256
  caslConsent?: boolean;
1257
1257
  partner?: string;
1258
1258
  initial: boolean;
1259
+ hasToBeConfirmed?: boolean;
1259
1260
  }
1260
1261
  interface DiscountVehLinkInterface {
1261
1262
  driverIndex: number;
@@ -2839,7 +2840,7 @@ declare const useHandlerLifeQuoterEmail: () => UseHandlerQuoterEmailInterface;
2839
2840
 
2840
2841
  type UseHandlerQuoteInterface = DataHandlerRequestState & {
2841
2842
  postRequestQuoteOnliaUrl: (isLoader: boolean, redirectUrl: string) => void;
2842
- postRequestQuote: (isRecalc: boolean) => void;
2843
+ postRequestQuote: (isRecalc: boolean, hasToBeConfirmed?: boolean) => void;
2843
2844
  postPerformLeadsAction?: () => void;
2844
2845
  };
2845
2846
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mychoice/mychoice-sdk-store",
3
- "version": "2.1.2",
3
+ "version": "2.1.7",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "https://github.com/hexdivision/mychoice-sdk#readme",
6
6
  "author": "GogMes",
@@ -29,7 +29,7 @@
29
29
  "url": "https://github.com/hexdivision/mychoice-sdk/issues"
30
30
  },
31
31
  "dependencies": {
32
- "@mychoice/mychoice-sdk-components": "^2.1.0",
32
+ "@mychoice/mychoice-sdk-components": "^2.1.5",
33
33
  "@redux-devtools/extension": "^3.2.2",
34
34
  "axios": "^0.27.2",
35
35
  "humps": "^2.0.1",
@@ -37,5 +37,5 @@
37
37
  "redux": "^4.2.0",
38
38
  "redux-thunk": "^2.4.1"
39
39
  },
40
- "gitHead": "402bfc9810f6d4e1ac48733b779d39af135fa1ef"
40
+ "gitHead": "b64e3934034fab8b4388bbffebbeb3bd3608eca3"
41
41
  }