@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.
- package/dist/cjs/handlers/dataHandlers/QuoteDataHandler/interfaces.d.ts +1 -1
- package/dist/cjs/index.js +6 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/states/reducers/states/formStates/FormCarState/DiscountState/interfaces.d.ts +1 -0
- package/dist/esm/handlers/dataHandlers/QuoteDataHandler/interfaces.d.ts +1 -1
- package/dist/esm/index.js +6 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/states/reducers/states/formStates/FormCarState/DiscountState/interfaces.d.ts +1 -0
- package/dist/index.d.ts +2 -1
- package/package.json +3 -3
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.
|
|
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.
|
|
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": "
|
|
40
|
+
"gitHead": "b64e3934034fab8b4388bbffebbeb3bd3608eca3"
|
|
41
41
|
}
|