@mychoice/mychoice-sdk-store 2.2.14 → 2.2.18
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/index.js +2 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/states/reducers/states/formStates/FormCarState/QuoteState/interfaces.d.ts +3 -1
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/QuoteState/interfaces.d.ts +3 -1
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/QuoteState/interfaces.d.ts +1 -0
- package/dist/esm/index.js +2 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/states/reducers/states/formStates/FormCarState/QuoteState/interfaces.d.ts +3 -1
- package/dist/esm/states/reducers/states/formStates/FormHomeState/QuoteState/interfaces.d.ts +3 -1
- package/dist/esm/states/reducers/states/formStates/FormLifeState/QuoteState/interfaces.d.ts +1 -0
- package/dist/index.d.ts +7 -2
- package/package.json +3 -3
package/dist/cjs/index.js
CHANGED
|
@@ -429,6 +429,7 @@ const globalStateReducer = redux.combineReducers({
|
|
|
429
429
|
exports.CarBrokerTypeEnum = void 0;
|
|
430
430
|
(function (CarBrokerTypeEnum) {
|
|
431
431
|
CarBrokerTypeEnum["Youset"] = "youset";
|
|
432
|
+
CarBrokerTypeEnum["Mitch"] = "mitch";
|
|
432
433
|
})(exports.CarBrokerTypeEnum || (exports.CarBrokerTypeEnum = {}));
|
|
433
434
|
|
|
434
435
|
const vehicleComprehensiveInitialState = {
|
|
@@ -2294,6 +2295,7 @@ const getDwellingInitialState = (type) => {
|
|
|
2294
2295
|
exports.HomeBrokerTypeEnum = void 0;
|
|
2295
2296
|
(function (HomeBrokerTypeEnum) {
|
|
2296
2297
|
HomeBrokerTypeEnum["Youset"] = "youset";
|
|
2298
|
+
HomeBrokerTypeEnum["Mitch"] = "mitch";
|
|
2297
2299
|
})(exports.HomeBrokerTypeEnum || (exports.HomeBrokerTypeEnum = {}));
|
|
2298
2300
|
|
|
2299
2301
|
const formHomePostalInitialState = {
|