@mychoice/mychoice-sdk-store 1.0.1 → 2.0.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.
- package/dist/cjs/handlers/dataHandlers/AuthDataHandler/interfaces.d.ts +1 -1
- package/dist/cjs/handlers/dataHandlers/ClearFormDataHandler/interfaces.d.ts +1 -1
- package/dist/cjs/handlers/dataHandlers/PartnerDataHandler/interfaces.d.ts +1 -1
- package/dist/cjs/handlers/dataHandlers/PostalDataHandler/interfaces.d.ts +6 -2
- package/dist/cjs/handlers/dataHandlers/QuoteDataHandler/CarQuoteDataHandler.d.ts +2 -0
- package/dist/cjs/handlers/dataHandlers/QuoteDataHandler/HomeQuoteDataHandler.d.ts +2 -0
- package/dist/cjs/handlers/dataHandlers/QuoteDataHandler/LifeQuoteDataHandler.d.ts +2 -0
- package/dist/cjs/handlers/dataHandlers/QuoteDataHandler/index.d.ts +3 -1
- package/dist/cjs/handlers/dataHandlers/QuoteDataHandler/interfaces.d.ts +1 -1
- package/dist/cjs/handlers/dataHandlers/QuoterEmailDataHandler/QuoterEmailDataHandler.d.ts +3 -1
- package/dist/cjs/handlers/dataHandlers/QuoterEmailDataHandler/index.d.ts +1 -1
- package/dist/cjs/handlers/dataHandlers/QuoterEmailDataHandler/interfaces.d.ts +1 -1
- package/dist/cjs/handlers/dataHandlers/VehicleDataHandlers/interfaces.d.ts +2 -2
- package/dist/cjs/handlers/dataHandlers/shared/dataReducer/interfaces.d.ts +2 -2
- package/dist/cjs/handlers/validationHandlers/index.d.ts +1 -0
- package/dist/cjs/handlers/validationHandlers/insurances/home/interfaces.d.ts +2 -2
- package/dist/cjs/handlers/validationHandlers/insurances/life/ApplicantValidationHandler.d.ts +2 -0
- package/dist/cjs/handlers/validationHandlers/insurances/life/CoverageValidationHandler.d.ts +2 -0
- package/dist/cjs/handlers/validationHandlers/insurances/life/index.d.ts +2 -0
- package/dist/cjs/handlers/validationHandlers/insurances/life/interfaces.d.ts +15 -0
- package/dist/cjs/index.js +2051 -511
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/services/httpRequest/hoox.d.ts +2 -2
- package/dist/cjs/services/httpRequest/interfaces.d.ts +5 -5
- package/dist/cjs/states/reducers/interfaces.d.ts +8 -2
- package/dist/cjs/states/reducers/reducers.d.ts +8 -2
- package/dist/cjs/states/reducers/states/ConfigState/AppConfigState/interfaces.d.ts +2 -2
- package/dist/cjs/states/reducers/states/ConfigState/AppDeviceState/interfaces.d.ts +2 -2
- package/dist/cjs/states/reducers/states/ConfigState/AppLoaderState/interfaces.d.ts +2 -2
- package/dist/cjs/states/reducers/states/ConfigState/AppModalState/actions.d.ts +1 -0
- package/dist/cjs/states/reducers/states/ConfigState/AppModalState/interfaces.d.ts +6 -3
- package/dist/cjs/states/reducers/states/GlobalState/ClientState/interfaces.d.ts +2 -2
- package/dist/cjs/states/reducers/states/GlobalState/PartnerState/interfaces.d.ts +2 -2
- package/dist/cjs/states/reducers/states/formStates/FormCarState/ConfigState/constants.d.ts +5 -0
- package/dist/cjs/states/reducers/states/formStates/FormCarState/ConfigState/hoox.d.ts +2 -1
- package/dist/cjs/states/reducers/states/formStates/FormCarState/ConfigState/index.d.ts +1 -1
- package/dist/cjs/states/reducers/states/formStates/FormCarState/ConfigState/interfaces.d.ts +9 -2
- package/dist/cjs/states/reducers/states/formStates/FormCarState/DiscountState/index.d.ts +1 -1
- package/dist/cjs/states/reducers/states/formStates/FormCarState/DiscountState/interfaces.d.ts +2 -2
- package/dist/cjs/states/reducers/states/formStates/FormCarState/DriverState/DriverAccidentState/interfaces.d.ts +2 -2
- package/dist/cjs/states/reducers/states/formStates/FormCarState/DriverState/DriverBaseState/interfaces.d.ts +2 -2
- package/dist/cjs/states/reducers/states/formStates/FormCarState/DriverState/DriverCancellationState/interfaces.d.ts +2 -2
- package/dist/cjs/states/reducers/states/formStates/FormCarState/DriverState/DriverInfoState/interfaces.d.ts +2 -2
- package/dist/cjs/states/reducers/states/formStates/FormCarState/DriverState/DriverInsuranceState/interfaces.d.ts +2 -2
- package/dist/cjs/states/reducers/states/formStates/FormCarState/DriverState/DriverLicenceState/interfaces.d.ts +2 -2
- package/dist/cjs/states/reducers/states/formStates/FormCarState/DriverState/DriverSuspensionState/interfaces.d.ts +2 -2
- package/dist/cjs/states/reducers/states/formStates/FormCarState/DriverState/DriverTicketState/interfaces.d.ts +2 -2
- package/dist/cjs/states/reducers/states/formStates/FormCarState/DriverState/interfaces.d.ts +6 -6
- package/dist/cjs/states/reducers/states/formStates/FormCarState/DriverState/reducer.d.ts +1 -1
- package/dist/cjs/states/reducers/states/formStates/FormCarState/PostalState/interfaces.d.ts +2 -2
- package/dist/cjs/states/reducers/states/formStates/FormCarState/QuoteState/actions.d.ts +2 -2
- package/dist/cjs/states/reducers/states/formStates/FormCarState/QuoteState/helper.d.ts +2 -2
- package/dist/cjs/states/reducers/states/formStates/FormCarState/QuoteState/index.d.ts +1 -1
- package/dist/cjs/states/reducers/states/formStates/FormCarState/QuoteState/interfaces.d.ts +6 -6
- package/dist/cjs/states/reducers/states/formStates/FormCarState/VehicleState/helper.d.ts +1 -1
- package/dist/cjs/states/reducers/states/formStates/FormCarState/VehicleState/interfaces.d.ts +2 -2
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/ApplicantState/ApplicantBaseState/interfaces.d.ts +2 -2
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/ApplicantState/ApplicantCancellationState/interfaces.d.ts +2 -2
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/ApplicantState/ApplicantClaimState/interfaces.d.ts +2 -2
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/ApplicantState/ApplicantInfoState/actions.d.ts +0 -2
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/ApplicantState/ApplicantInfoState/interfaces.d.ts +2 -14
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/ApplicantState/ApplicantInsuranceState/actions.d.ts +0 -2
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/ApplicantState/ApplicantInsuranceState/interfaces.d.ts +2 -14
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/ApplicantState/index.d.ts +1 -1
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/ApplicantState/initialState.d.ts +4 -3
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/ApplicantState/interfaces.d.ts +13 -23
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/ApplicantState/reducer.d.ts +1 -1
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/DiscountState/actions.d.ts +9 -1
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/DiscountState/index.d.ts +1 -1
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/DiscountState/interfaces.d.ts +65 -2
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/DwellingState/actions.d.ts +11 -2
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/DwellingState/helper.d.ts +3 -1
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/DwellingState/index.d.ts +2 -0
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/DwellingState/initialState.d.ts +3 -13
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/DwellingState/interfaces.d.ts +74 -16
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/DwellingState/localStore.d.ts +2 -0
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/PostalState/actions.d.ts +6 -0
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/PostalState/helper.d.ts +1 -1
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/PostalState/interfaces.d.ts +50 -4
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/QuoteState/actions.d.ts +9 -0
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/QuoteState/helper.d.ts +2 -0
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/QuoteState/hoox.d.ts +2 -0
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/QuoteState/index.d.ts +1 -0
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/QuoteState/initialState.d.ts +2 -0
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/QuoteState/interfaces.d.ts +69 -0
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/QuoteState/localStore.d.ts +3 -0
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/QuoteState/reducer.d.ts +2 -0
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/actions.d.ts +1 -1
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/hoox.d.ts +1 -1
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/index.d.ts +1 -1
- package/dist/cjs/states/reducers/states/formStates/FormHomeState/reducer.d.ts +2 -2
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/ApplicantState/actions.d.ts +18 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/ApplicantState/hoox.d.ts +2 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/ApplicantState/index.d.ts +1 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/ApplicantState/initialState.d.ts +2 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/ApplicantState/interfaces.d.ts +119 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/ApplicantState/localStore.d.ts +4 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/ApplicantState/reducer.d.ts +2 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/CoverageState/actions.d.ts +9 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/CoverageState/hoox.d.ts +2 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/CoverageState/index.d.ts +1 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/CoverageState/initialState.d.ts +2 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/CoverageState/interfaces.d.ts +51 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/CoverageState/localStore.d.ts +3 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/CoverageState/reducer.d.ts +2 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/PostalState/actions.d.ts +5 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/PostalState/helper.d.ts +3 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/PostalState/hoox.d.ts +2 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/PostalState/index.d.ts +1 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/PostalState/initialState.d.ts +2 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/PostalState/interfaces.d.ts +28 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/PostalState/localStore.d.ts +3 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/PostalState/reducer.d.ts +2 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/QuoteState/actions.d.ts +9 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/QuoteState/helper.d.ts +2 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/QuoteState/hoox.d.ts +2 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/QuoteState/index.d.ts +1 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/QuoteState/initialState.d.ts +2 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/QuoteState/interfaces.d.ts +68 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/QuoteState/localStore.d.ts +3 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/QuoteState/reducer.d.ts +2 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/actions.d.ts +4 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/hoox.d.ts +4 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/index.d.ts +5 -0
- package/dist/cjs/states/reducers/states/formStates/FormLifeState/reducer.d.ts +6 -0
- package/dist/cjs/states/reducers/states/formStates/actions.d.ts +1 -0
- package/dist/cjs/states/reducers/states/formStates/hoox.d.ts +1 -0
- package/dist/cjs/states/reducers/states/formStates/index.d.ts +1 -0
- package/dist/cjs/states/store.d.ts +10 -2
- package/dist/esm/handlers/dataHandlers/AuthDataHandler/interfaces.d.ts +1 -1
- package/dist/esm/handlers/dataHandlers/ClearFormDataHandler/interfaces.d.ts +1 -1
- package/dist/esm/handlers/dataHandlers/PartnerDataHandler/interfaces.d.ts +1 -1
- package/dist/esm/handlers/dataHandlers/PostalDataHandler/interfaces.d.ts +6 -2
- package/dist/esm/handlers/dataHandlers/QuoteDataHandler/CarQuoteDataHandler.d.ts +2 -0
- package/dist/esm/handlers/dataHandlers/QuoteDataHandler/HomeQuoteDataHandler.d.ts +2 -0
- package/dist/esm/handlers/dataHandlers/QuoteDataHandler/LifeQuoteDataHandler.d.ts +2 -0
- package/dist/esm/handlers/dataHandlers/QuoteDataHandler/index.d.ts +3 -1
- package/dist/esm/handlers/dataHandlers/QuoteDataHandler/interfaces.d.ts +1 -1
- package/dist/esm/handlers/dataHandlers/QuoterEmailDataHandler/QuoterEmailDataHandler.d.ts +3 -1
- package/dist/esm/handlers/dataHandlers/QuoterEmailDataHandler/index.d.ts +1 -1
- package/dist/esm/handlers/dataHandlers/QuoterEmailDataHandler/interfaces.d.ts +1 -1
- package/dist/esm/handlers/dataHandlers/VehicleDataHandlers/interfaces.d.ts +2 -2
- package/dist/esm/handlers/dataHandlers/shared/dataReducer/interfaces.d.ts +2 -2
- package/dist/esm/handlers/validationHandlers/index.d.ts +1 -0
- package/dist/esm/handlers/validationHandlers/insurances/home/interfaces.d.ts +2 -2
- package/dist/esm/handlers/validationHandlers/insurances/life/ApplicantValidationHandler.d.ts +2 -0
- package/dist/esm/handlers/validationHandlers/insurances/life/CoverageValidationHandler.d.ts +2 -0
- package/dist/esm/handlers/validationHandlers/insurances/life/index.d.ts +2 -0
- package/dist/esm/handlers/validationHandlers/insurances/life/interfaces.d.ts +15 -0
- package/dist/esm/index.js +2033 -509
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/services/httpRequest/hoox.d.ts +2 -2
- package/dist/esm/services/httpRequest/interfaces.d.ts +5 -5
- package/dist/esm/states/reducers/interfaces.d.ts +8 -2
- package/dist/esm/states/reducers/reducers.d.ts +8 -2
- package/dist/esm/states/reducers/states/ConfigState/AppConfigState/interfaces.d.ts +2 -2
- package/dist/esm/states/reducers/states/ConfigState/AppDeviceState/interfaces.d.ts +2 -2
- package/dist/esm/states/reducers/states/ConfigState/AppLoaderState/interfaces.d.ts +2 -2
- package/dist/esm/states/reducers/states/ConfigState/AppModalState/actions.d.ts +1 -0
- package/dist/esm/states/reducers/states/ConfigState/AppModalState/interfaces.d.ts +6 -3
- package/dist/esm/states/reducers/states/GlobalState/ClientState/interfaces.d.ts +2 -2
- package/dist/esm/states/reducers/states/GlobalState/PartnerState/interfaces.d.ts +2 -2
- package/dist/esm/states/reducers/states/formStates/FormCarState/ConfigState/constants.d.ts +5 -0
- package/dist/esm/states/reducers/states/formStates/FormCarState/ConfigState/hoox.d.ts +2 -1
- package/dist/esm/states/reducers/states/formStates/FormCarState/ConfigState/index.d.ts +1 -1
- package/dist/esm/states/reducers/states/formStates/FormCarState/ConfigState/interfaces.d.ts +9 -2
- package/dist/esm/states/reducers/states/formStates/FormCarState/DiscountState/index.d.ts +1 -1
- package/dist/esm/states/reducers/states/formStates/FormCarState/DiscountState/interfaces.d.ts +2 -2
- package/dist/esm/states/reducers/states/formStates/FormCarState/DriverState/DriverAccidentState/interfaces.d.ts +2 -2
- package/dist/esm/states/reducers/states/formStates/FormCarState/DriverState/DriverBaseState/interfaces.d.ts +2 -2
- package/dist/esm/states/reducers/states/formStates/FormCarState/DriverState/DriverCancellationState/interfaces.d.ts +2 -2
- package/dist/esm/states/reducers/states/formStates/FormCarState/DriverState/DriverInfoState/interfaces.d.ts +2 -2
- package/dist/esm/states/reducers/states/formStates/FormCarState/DriverState/DriverInsuranceState/interfaces.d.ts +2 -2
- package/dist/esm/states/reducers/states/formStates/FormCarState/DriverState/DriverLicenceState/interfaces.d.ts +2 -2
- package/dist/esm/states/reducers/states/formStates/FormCarState/DriverState/DriverSuspensionState/interfaces.d.ts +2 -2
- package/dist/esm/states/reducers/states/formStates/FormCarState/DriverState/DriverTicketState/interfaces.d.ts +2 -2
- package/dist/esm/states/reducers/states/formStates/FormCarState/DriverState/interfaces.d.ts +6 -6
- package/dist/esm/states/reducers/states/formStates/FormCarState/DriverState/reducer.d.ts +1 -1
- package/dist/esm/states/reducers/states/formStates/FormCarState/PostalState/interfaces.d.ts +2 -2
- package/dist/esm/states/reducers/states/formStates/FormCarState/QuoteState/actions.d.ts +2 -2
- package/dist/esm/states/reducers/states/formStates/FormCarState/QuoteState/helper.d.ts +2 -2
- package/dist/esm/states/reducers/states/formStates/FormCarState/QuoteState/index.d.ts +1 -1
- package/dist/esm/states/reducers/states/formStates/FormCarState/QuoteState/interfaces.d.ts +6 -6
- package/dist/esm/states/reducers/states/formStates/FormCarState/VehicleState/helper.d.ts +1 -1
- package/dist/esm/states/reducers/states/formStates/FormCarState/VehicleState/interfaces.d.ts +2 -2
- package/dist/esm/states/reducers/states/formStates/FormHomeState/ApplicantState/ApplicantBaseState/interfaces.d.ts +2 -2
- package/dist/esm/states/reducers/states/formStates/FormHomeState/ApplicantState/ApplicantCancellationState/interfaces.d.ts +2 -2
- package/dist/esm/states/reducers/states/formStates/FormHomeState/ApplicantState/ApplicantClaimState/interfaces.d.ts +2 -2
- package/dist/esm/states/reducers/states/formStates/FormHomeState/ApplicantState/ApplicantInfoState/actions.d.ts +0 -2
- package/dist/esm/states/reducers/states/formStates/FormHomeState/ApplicantState/ApplicantInfoState/interfaces.d.ts +2 -14
- package/dist/esm/states/reducers/states/formStates/FormHomeState/ApplicantState/ApplicantInsuranceState/actions.d.ts +0 -2
- package/dist/esm/states/reducers/states/formStates/FormHomeState/ApplicantState/ApplicantInsuranceState/interfaces.d.ts +2 -14
- package/dist/esm/states/reducers/states/formStates/FormHomeState/ApplicantState/index.d.ts +1 -1
- package/dist/esm/states/reducers/states/formStates/FormHomeState/ApplicantState/initialState.d.ts +4 -3
- package/dist/esm/states/reducers/states/formStates/FormHomeState/ApplicantState/interfaces.d.ts +13 -23
- package/dist/esm/states/reducers/states/formStates/FormHomeState/ApplicantState/reducer.d.ts +1 -1
- package/dist/esm/states/reducers/states/formStates/FormHomeState/DiscountState/actions.d.ts +9 -1
- package/dist/esm/states/reducers/states/formStates/FormHomeState/DiscountState/index.d.ts +1 -1
- package/dist/esm/states/reducers/states/formStates/FormHomeState/DiscountState/interfaces.d.ts +65 -2
- package/dist/esm/states/reducers/states/formStates/FormHomeState/DwellingState/actions.d.ts +11 -2
- package/dist/esm/states/reducers/states/formStates/FormHomeState/DwellingState/helper.d.ts +3 -1
- package/dist/esm/states/reducers/states/formStates/FormHomeState/DwellingState/index.d.ts +2 -0
- package/dist/esm/states/reducers/states/formStates/FormHomeState/DwellingState/initialState.d.ts +3 -13
- package/dist/esm/states/reducers/states/formStates/FormHomeState/DwellingState/interfaces.d.ts +74 -16
- package/dist/esm/states/reducers/states/formStates/FormHomeState/DwellingState/localStore.d.ts +2 -0
- package/dist/esm/states/reducers/states/formStates/FormHomeState/PostalState/actions.d.ts +6 -0
- package/dist/esm/states/reducers/states/formStates/FormHomeState/PostalState/helper.d.ts +1 -1
- package/dist/esm/states/reducers/states/formStates/FormHomeState/PostalState/interfaces.d.ts +50 -4
- package/dist/esm/states/reducers/states/formStates/FormHomeState/QuoteState/actions.d.ts +9 -0
- package/dist/esm/states/reducers/states/formStates/FormHomeState/QuoteState/helper.d.ts +2 -0
- package/dist/esm/states/reducers/states/formStates/FormHomeState/QuoteState/hoox.d.ts +2 -0
- package/dist/esm/states/reducers/states/formStates/FormHomeState/QuoteState/index.d.ts +1 -0
- package/dist/esm/states/reducers/states/formStates/FormHomeState/QuoteState/initialState.d.ts +2 -0
- package/dist/esm/states/reducers/states/formStates/FormHomeState/QuoteState/interfaces.d.ts +69 -0
- package/dist/esm/states/reducers/states/formStates/FormHomeState/QuoteState/localStore.d.ts +3 -0
- package/dist/esm/states/reducers/states/formStates/FormHomeState/QuoteState/reducer.d.ts +2 -0
- package/dist/esm/states/reducers/states/formStates/FormHomeState/actions.d.ts +1 -1
- package/dist/esm/states/reducers/states/formStates/FormHomeState/hoox.d.ts +1 -1
- package/dist/esm/states/reducers/states/formStates/FormHomeState/index.d.ts +1 -1
- package/dist/esm/states/reducers/states/formStates/FormHomeState/reducer.d.ts +2 -2
- package/dist/esm/states/reducers/states/formStates/FormLifeState/ApplicantState/actions.d.ts +18 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/ApplicantState/hoox.d.ts +2 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/ApplicantState/index.d.ts +1 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/ApplicantState/initialState.d.ts +2 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/ApplicantState/interfaces.d.ts +119 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/ApplicantState/localStore.d.ts +4 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/ApplicantState/reducer.d.ts +2 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/CoverageState/actions.d.ts +9 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/CoverageState/hoox.d.ts +2 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/CoverageState/index.d.ts +1 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/CoverageState/initialState.d.ts +2 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/CoverageState/interfaces.d.ts +51 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/CoverageState/localStore.d.ts +3 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/CoverageState/reducer.d.ts +2 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/PostalState/actions.d.ts +5 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/PostalState/helper.d.ts +3 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/PostalState/hoox.d.ts +2 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/PostalState/index.d.ts +1 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/PostalState/initialState.d.ts +2 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/PostalState/interfaces.d.ts +28 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/PostalState/localStore.d.ts +3 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/PostalState/reducer.d.ts +2 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/QuoteState/actions.d.ts +9 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/QuoteState/helper.d.ts +2 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/QuoteState/hoox.d.ts +2 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/QuoteState/index.d.ts +1 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/QuoteState/initialState.d.ts +2 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/QuoteState/interfaces.d.ts +68 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/QuoteState/localStore.d.ts +3 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/QuoteState/reducer.d.ts +2 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/actions.d.ts +4 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/hoox.d.ts +4 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/index.d.ts +5 -0
- package/dist/esm/states/reducers/states/formStates/FormLifeState/reducer.d.ts +6 -0
- package/dist/esm/states/reducers/states/formStates/actions.d.ts +1 -0
- package/dist/esm/states/reducers/states/formStates/hoox.d.ts +1 -0
- package/dist/esm/states/reducers/states/formStates/index.d.ts +1 -0
- package/dist/esm/states/store.d.ts +10 -2
- package/dist/index.d.ts +716 -182
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SdkFC, ModalTypes, AppTypes, InsuranceTypes, DeviceTypes, ScreenBPTypes, VehicleConditionTypes, DriverLicenceTypes, GenderTypes, OccupationTypes, DriverPriorityTypes, ValidationStatusTypes,
|
|
1
|
+
import { SdkFC, ModalTypes, AppTypes, InsuranceTypes, DeviceTypes, ScreenBPTypes, VehicleConditionTypes, DriverLicenceTypes, GenderTypes, OccupationTypes, DriverPriorityTypes, ValidationStatusTypes, RequestStatusTypes, SelectOptionInterface } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
import * as redux from 'redux';
|
|
3
3
|
|
|
4
4
|
declare const initHttpResponse: () => void;
|
|
@@ -44,7 +44,7 @@ interface ClientStateInterface {
|
|
|
44
44
|
profile: ClientProfileInterface;
|
|
45
45
|
tokens: ClientTokenInterface;
|
|
46
46
|
}
|
|
47
|
-
|
|
47
|
+
type ClientStateActionType = {
|
|
48
48
|
type: StoreClientActionTypes.ClientSet;
|
|
49
49
|
payload: ClientProfileInterface;
|
|
50
50
|
index?: string;
|
|
@@ -107,7 +107,7 @@ interface PartnerStateInterface {
|
|
|
107
107
|
secondaryColor: string;
|
|
108
108
|
redirectUrl: string;
|
|
109
109
|
}
|
|
110
|
-
|
|
110
|
+
type PartnerStateActionType = {
|
|
111
111
|
type: StorePartnerActionTypes.PartnerSet;
|
|
112
112
|
payload: PartnerStateInterface;
|
|
113
113
|
} | {
|
|
@@ -129,7 +129,7 @@ interface AppLoaderStateInterface {
|
|
|
129
129
|
isOpen: boolean;
|
|
130
130
|
description: string;
|
|
131
131
|
}
|
|
132
|
-
|
|
132
|
+
type AppLoaderStateActionType = {
|
|
133
133
|
type: StoreConfigAppLoaderActionTypes.AppLoaderOpen;
|
|
134
134
|
payload: {
|
|
135
135
|
description: string;
|
|
@@ -148,6 +148,7 @@ declare enum StoreConfigAppModalActionTypes {
|
|
|
148
148
|
AppModalMessageModal = "AppModalMessageModal",
|
|
149
149
|
AppModalConfirmModal = "AppModalConfirmModal",
|
|
150
150
|
AppModalPostalModal = "AppModalPostalModal",
|
|
151
|
+
AppModalAddressModal = "AppModalAddressModal",
|
|
151
152
|
AppModalFinaleModal = "AppModalFinaleModal",
|
|
152
153
|
AppModalClose = "AppModalClose"
|
|
153
154
|
}
|
|
@@ -162,7 +163,7 @@ interface AppModalStateInterface {
|
|
|
162
163
|
submitCallBack?: () => void;
|
|
163
164
|
cancelCallBack?: () => void;
|
|
164
165
|
}
|
|
165
|
-
|
|
166
|
+
type PayloadType = {
|
|
166
167
|
title?: string;
|
|
167
168
|
description?: string;
|
|
168
169
|
submitButtonText?: string;
|
|
@@ -170,7 +171,7 @@ declare type PayloadType = {
|
|
|
170
171
|
submitCallBack?: () => void;
|
|
171
172
|
cancelCallBack?: () => void;
|
|
172
173
|
};
|
|
173
|
-
|
|
174
|
+
type AppModalStateActionType = {
|
|
174
175
|
type: StoreConfigAppModalActionTypes.AppModalMessageModal;
|
|
175
176
|
payload: PayloadType;
|
|
176
177
|
} | {
|
|
@@ -179,6 +180,9 @@ declare type AppModalStateActionType = {
|
|
|
179
180
|
} | {
|
|
180
181
|
type: StoreConfigAppModalActionTypes.AppModalPostalModal;
|
|
181
182
|
payload: PayloadType;
|
|
183
|
+
} | {
|
|
184
|
+
type: StoreConfigAppModalActionTypes.AppModalAddressModal;
|
|
185
|
+
payload: PayloadType;
|
|
182
186
|
} | {
|
|
183
187
|
type: StoreConfigAppModalActionTypes.AppModalFinaleModal;
|
|
184
188
|
payload: PayloadType;
|
|
@@ -209,7 +213,7 @@ interface AppConfigStateInterface {
|
|
|
209
213
|
drawWrapper: boolean;
|
|
210
214
|
isPreloaded: boolean;
|
|
211
215
|
}
|
|
212
|
-
|
|
216
|
+
type AppConfigStateActionType = {
|
|
213
217
|
type: StoreConfigAppConfigActionTypes.AppConfigSetIsReady;
|
|
214
218
|
payload: boolean;
|
|
215
219
|
} | {
|
|
@@ -249,7 +253,7 @@ interface AppDeviceStateInterface {
|
|
|
249
253
|
deviceType: DeviceTypes;
|
|
250
254
|
deviceScreen: DeviceScreenInterface;
|
|
251
255
|
}
|
|
252
|
-
|
|
256
|
+
type AppDeviceStateActionType = {
|
|
253
257
|
type: StoreConfigAppDeviceActionTypes.AppDeviceSetDeviceType;
|
|
254
258
|
payload: DeviceTypes;
|
|
255
259
|
} | {
|
|
@@ -367,7 +371,7 @@ interface VehicleItemInterface {
|
|
|
367
371
|
interface FormCarVehicleStateInterface extends TabStateInterface, StateBaseInterface {
|
|
368
372
|
items: VehicleItemInterface[];
|
|
369
373
|
}
|
|
370
|
-
|
|
374
|
+
type FormCarVehicleStateActionType = {
|
|
371
375
|
type: StoreFormCarVehicleActionTypes.FormCarVehicleValidate;
|
|
372
376
|
payload: {
|
|
373
377
|
inValidation: boolean;
|
|
@@ -583,7 +587,7 @@ interface FormCarConfigStateInterface {
|
|
|
583
587
|
};
|
|
584
588
|
};
|
|
585
589
|
}
|
|
586
|
-
|
|
590
|
+
type FormCarConfigStateActionType = {
|
|
587
591
|
type: StoreFormCarConfigActionTypes.FormCarConfigSet;
|
|
588
592
|
payload: {
|
|
589
593
|
province: string;
|
|
@@ -600,6 +604,13 @@ interface FormCarConfigHookInterface {
|
|
|
600
604
|
configState: FormCarConfigStateInterface;
|
|
601
605
|
dispatchConfigState: (props: FormCarConfigStateActionType) => void;
|
|
602
606
|
}
|
|
607
|
+
interface ProvinceHookInterface {
|
|
608
|
+
isAlbertaProvince: boolean;
|
|
609
|
+
isNewBrunswickProvince: boolean;
|
|
610
|
+
isNovaScotiaProvince: boolean;
|
|
611
|
+
isNewfoundlandProvince: boolean;
|
|
612
|
+
isOntarioProvince: boolean;
|
|
613
|
+
}
|
|
603
614
|
|
|
604
615
|
interface DriverLicenceInterface {
|
|
605
616
|
licenceType: DriverLicenceTypes | '';
|
|
@@ -693,22 +704,22 @@ interface DriverItemInterface {
|
|
|
693
704
|
interface FormCarDriverStateInterface extends TabStateInterface, StateBaseInterface {
|
|
694
705
|
items: DriverItemInterface[];
|
|
695
706
|
}
|
|
696
|
-
|
|
707
|
+
type ConfigType = {
|
|
697
708
|
config: FormCarConfigStateInterface;
|
|
698
709
|
};
|
|
699
|
-
|
|
710
|
+
type BirthDatePayloadType = ConfigType & {
|
|
700
711
|
[x in 'birthYear' | 'birthMonth' | 'birthDay']: string;
|
|
701
712
|
};
|
|
702
|
-
|
|
713
|
+
type LicenceAgePayloadType = ConfigType & {
|
|
703
714
|
firstLicenceAge: string | number;
|
|
704
715
|
};
|
|
705
|
-
|
|
716
|
+
type LicenceDatePayloadType = {
|
|
706
717
|
value: string;
|
|
707
718
|
config?: FormCarConfigStateInterface;
|
|
708
719
|
type?: DriverLicenceTypes;
|
|
709
720
|
};
|
|
710
721
|
|
|
711
|
-
|
|
722
|
+
type FormCarDriverAccidentStateActionType = {
|
|
712
723
|
type: StoreFormCarDriverAccidentActionTypes.FormCarDriverAccidentAdd;
|
|
713
724
|
payload?: null;
|
|
714
725
|
localIndex?: string;
|
|
@@ -757,7 +768,7 @@ declare enum StoreFormCarDriverCancellationActionTypes {
|
|
|
757
768
|
FormCarDriverInsuranceCancellationDelete = "FormCarDriverInsuranceCancellationDelete"
|
|
758
769
|
}
|
|
759
770
|
|
|
760
|
-
|
|
771
|
+
type FormCarDriverCancellationStateActionType = {
|
|
761
772
|
type: StoreFormCarDriverCancellationActionTypes.FormCarDriverInsuranceCancellationAdd;
|
|
762
773
|
payload?: null;
|
|
763
774
|
localIndex?: string;
|
|
@@ -828,7 +839,7 @@ declare enum StoreFormCarDriverInfoActionTypes {
|
|
|
828
839
|
FormCarDriverApplicantRelationshipSelect = "FormCarDriverApplicantRelationshipSelect"
|
|
829
840
|
}
|
|
830
841
|
|
|
831
|
-
|
|
842
|
+
type FormCarDriverInfoStateActionType = {
|
|
832
843
|
type: StoreFormCarDriverInfoActionTypes.FormCarDriverNameSet;
|
|
833
844
|
payload: {
|
|
834
845
|
firstName: string;
|
|
@@ -886,7 +897,7 @@ declare enum StoreFormCarDriverInsuranceActionTypes {
|
|
|
886
897
|
FormCarDriverInsuredDateSelect = "FormCarDriverInsuredDateSelect"
|
|
887
898
|
}
|
|
888
899
|
|
|
889
|
-
|
|
900
|
+
type FormCarDriverInsuranceStateActionType = {
|
|
890
901
|
type: StoreFormCarDriverInsuranceActionTypes.FormCarDriverListedSelect;
|
|
891
902
|
payload: {
|
|
892
903
|
listed: boolean;
|
|
@@ -939,7 +950,7 @@ declare enum StoreFormCarDriverLicenceActionTypes {
|
|
|
939
950
|
FormCarDriverLicenceMonthSelect = "FormCarDriverLicenceMonthSelect"
|
|
940
951
|
}
|
|
941
952
|
|
|
942
|
-
|
|
953
|
+
type FormCarDriverLicenceStateActionType = {
|
|
943
954
|
type: StoreFormCarDriverLicenceActionTypes.FormCarDriverLicenceAgeSelect;
|
|
944
955
|
payload: {
|
|
945
956
|
firstLicenceAge: string | number;
|
|
@@ -1028,7 +1039,7 @@ declare enum StoreFormCarDriverSuspensionActionTypes {
|
|
|
1028
1039
|
FormCarDriverLicenceSuspensionDelete = "FormCarDriverLicenceSuspensionDelete"
|
|
1029
1040
|
}
|
|
1030
1041
|
|
|
1031
|
-
|
|
1042
|
+
type FormCarDriverSuspensionStateActionType = {
|
|
1032
1043
|
type: StoreFormCarDriverSuspensionActionTypes.FormCarDriverLicenceSuspensionAdd;
|
|
1033
1044
|
payload?: null;
|
|
1034
1045
|
localIndex?: string;
|
|
@@ -1096,7 +1107,7 @@ declare enum StoreFormCarDriverTicketActionTypes {
|
|
|
1096
1107
|
FormCarDriverTrafficTicketDelete = "FormCarDriverTrafficTicketDelete"
|
|
1097
1108
|
}
|
|
1098
1109
|
|
|
1099
|
-
|
|
1110
|
+
type FormCarDriverTicketStateActionType = {
|
|
1100
1111
|
type: StoreFormCarDriverTicketActionTypes.FormCarDriverTrafficTicketAdd;
|
|
1101
1112
|
payload?: null;
|
|
1102
1113
|
localIndex?: string;
|
|
@@ -1152,7 +1163,7 @@ declare enum StoreFormCarDriverBaseActionTypes {
|
|
|
1152
1163
|
FormCarDriverInitialList = "FormCarDriverInitialList"
|
|
1153
1164
|
}
|
|
1154
1165
|
|
|
1155
|
-
|
|
1166
|
+
type FormCarDriverBaseStateActionType = {
|
|
1156
1167
|
type: StoreFormCarDriverBaseActionTypes.FormCarDriverValidate;
|
|
1157
1168
|
payload: {
|
|
1158
1169
|
inValidation: boolean;
|
|
@@ -1266,7 +1277,7 @@ interface FormCarDiscountStateInterface extends StateBaseInterface {
|
|
|
1266
1277
|
quoterInfo: DiscountQuoterInfoInterface;
|
|
1267
1278
|
vehlinks: DiscountVehLinkInterface[];
|
|
1268
1279
|
}
|
|
1269
|
-
|
|
1280
|
+
type FormCarDiscountStateActionType = {
|
|
1270
1281
|
type: StoreFormCarDiscountActionTypes.FormCarDiscountValidate;
|
|
1271
1282
|
payload: {
|
|
1272
1283
|
inValidation: boolean;
|
|
@@ -1424,7 +1435,7 @@ interface FormCarPostalStateInterface {
|
|
|
1424
1435
|
isReady: boolean;
|
|
1425
1436
|
item: PostalStateSharedInterface;
|
|
1426
1437
|
}
|
|
1427
|
-
|
|
1438
|
+
type FormCarPostalStateActionType = {
|
|
1428
1439
|
type: StoreFormCarPostalActionTypes.FormCarPostalSet;
|
|
1429
1440
|
payload: PostalStateSharedInterface;
|
|
1430
1441
|
localIndex?: string;
|
|
@@ -1445,18 +1456,19 @@ interface FormCarPostalHookInterface {
|
|
|
1445
1456
|
declare const useStoreFormCarPostal: () => FormCarPostalHookInterface;
|
|
1446
1457
|
|
|
1447
1458
|
declare const useStoreFormCarConfig: () => FormCarConfigHookInterface;
|
|
1459
|
+
declare const useProvince: () => ProvinceHookInterface;
|
|
1448
1460
|
|
|
1449
1461
|
declare enum StoreFormCarQuoteActionTypes {
|
|
1450
|
-
|
|
1462
|
+
UpdateCarQuoteResponse = "UpdateCarQuoteResponse",
|
|
1451
1463
|
FormCarQuoteIsRequestedSet = "FormCarQuoteIsRequestedSet",
|
|
1452
1464
|
FormCarQuoteRequestDateSet = "FormCarQuoteRequestDateSet",
|
|
1453
1465
|
FormCarQuotesSet = "FormCarQuotesSet",
|
|
1454
1466
|
FormCarQuoteGetLocal = "FormCarQuoteGetLocal",
|
|
1455
1467
|
FormCarQuoteClear = "FormCarQuoteClear",
|
|
1456
|
-
|
|
1468
|
+
UpdateCarCallMessage = "UpdateCarCallMessage"
|
|
1457
1469
|
}
|
|
1458
1470
|
|
|
1459
|
-
interface BrokerProfileInterface {
|
|
1471
|
+
interface BrokerProfileInterface$2 {
|
|
1460
1472
|
description: string;
|
|
1461
1473
|
hoursSaturday: string;
|
|
1462
1474
|
hoursSunday: string;
|
|
@@ -1466,26 +1478,26 @@ interface BrokerProfileInterface {
|
|
|
1466
1478
|
title: string;
|
|
1467
1479
|
redirectUrl?: string;
|
|
1468
1480
|
}
|
|
1469
|
-
interface QuoteCompanyInterface {
|
|
1481
|
+
interface QuoteCompanyInterface$2 {
|
|
1470
1482
|
description: string;
|
|
1471
1483
|
logo: string;
|
|
1472
1484
|
name: string;
|
|
1473
1485
|
}
|
|
1474
|
-
interface
|
|
1475
|
-
brokerProfile: BrokerProfileInterface;
|
|
1476
|
-
company: QuoteCompanyInterface;
|
|
1486
|
+
interface CarQuoteItemInterface {
|
|
1487
|
+
brokerProfile: BrokerProfileInterface$2;
|
|
1488
|
+
company: QuoteCompanyInterface$2;
|
|
1477
1489
|
date: string;
|
|
1478
1490
|
id: number | null;
|
|
1479
1491
|
priceMonthly: string;
|
|
1480
1492
|
priceYearly: string;
|
|
1481
1493
|
}
|
|
1482
1494
|
interface FormCarQuoteStateInterface {
|
|
1483
|
-
items:
|
|
1495
|
+
items: CarQuoteItemInterface[];
|
|
1484
1496
|
isRequested: boolean;
|
|
1485
1497
|
requestDate: string;
|
|
1486
1498
|
showCallMessage: boolean;
|
|
1487
1499
|
}
|
|
1488
|
-
|
|
1500
|
+
type FormCarQuoteStateActionType = {
|
|
1489
1501
|
type: StoreFormCarQuoteActionTypes.FormCarQuoteIsRequestedSet;
|
|
1490
1502
|
payload: {
|
|
1491
1503
|
isRequested: boolean;
|
|
@@ -1500,7 +1512,7 @@ declare type FormCarQuoteStateActionType = {
|
|
|
1500
1512
|
} | {
|
|
1501
1513
|
type: StoreFormCarQuoteActionTypes.FormCarQuotesSet;
|
|
1502
1514
|
payload: {
|
|
1503
|
-
items:
|
|
1515
|
+
items: CarQuoteItemInterface[];
|
|
1504
1516
|
};
|
|
1505
1517
|
localIndex?: string;
|
|
1506
1518
|
} | {
|
|
@@ -1512,13 +1524,13 @@ declare type FormCarQuoteStateActionType = {
|
|
|
1512
1524
|
payload?: null;
|
|
1513
1525
|
localIndex?: string;
|
|
1514
1526
|
} | {
|
|
1515
|
-
type: StoreFormCarQuoteActionTypes.
|
|
1527
|
+
type: StoreFormCarQuoteActionTypes.UpdateCarCallMessage;
|
|
1516
1528
|
payload: {
|
|
1517
1529
|
showCallMessage: boolean;
|
|
1518
1530
|
};
|
|
1519
1531
|
localIndex?: string;
|
|
1520
1532
|
};
|
|
1521
|
-
|
|
1533
|
+
type FormCarQuoteStateReducerInterface = (state: FormCarQuoteStateInterface, action: FormCarQuoteStateActionType) => FormCarQuoteStateInterface;
|
|
1522
1534
|
interface FormCarQuoteHookInterface {
|
|
1523
1535
|
quoteState: FormCarQuoteStateInterface;
|
|
1524
1536
|
dispatchQuoteState: (props: FormCarQuoteStateActionType) => void;
|
|
@@ -1528,170 +1540,140 @@ declare const useStoreFormCarQuote: () => FormCarQuoteHookInterface;
|
|
|
1528
1540
|
|
|
1529
1541
|
declare enum StoreFormHomePostalActionTypes {
|
|
1530
1542
|
FormHomePostalSet = "FormHomePostalSet",
|
|
1543
|
+
FormHomePostalStreetAddressSet = "FormHomePostalStreetAddressSet",
|
|
1544
|
+
FormHomePostalUnitNumberSet = "FormHomePostalUnitNumberSet",
|
|
1531
1545
|
FormHomePostalCitySet = "FormHomePostalCitySet",
|
|
1546
|
+
FormHomePostalProvinceSet = "FormHomePostalProvinceSet",
|
|
1532
1547
|
FormHomePostalCodeSet = "FormHomePostalCodeSet",
|
|
1533
1548
|
FormHomePostalClear = "FormHomePostalClear",
|
|
1549
|
+
FormHomePostalValidate = "FormHomePostalValidate",
|
|
1550
|
+
FormHomePostalValidateSet = "FormHomePostalValidateSet",
|
|
1551
|
+
FormHomePostalErrorMessageSet = "FormHomePostalErrorMessageSet",
|
|
1534
1552
|
FormHomePostalGetLocal = "FormHomePostalGetLocal"
|
|
1535
1553
|
}
|
|
1536
1554
|
|
|
1555
|
+
interface PostalStateHomeInterface extends PostalStateSharedInterface {
|
|
1556
|
+
streetAddress?: string;
|
|
1557
|
+
unitNumber?: string;
|
|
1558
|
+
addressObject?: {
|
|
1559
|
+
[key: string]: any;
|
|
1560
|
+
};
|
|
1561
|
+
errorMessage?: string;
|
|
1562
|
+
}
|
|
1537
1563
|
interface FormHomePostalStateInterface {
|
|
1538
1564
|
isReady: boolean;
|
|
1539
|
-
item:
|
|
1565
|
+
item: PostalStateHomeInterface;
|
|
1566
|
+
inValidation: false;
|
|
1567
|
+
isValid: false;
|
|
1540
1568
|
}
|
|
1541
|
-
|
|
1542
|
-
type: StoreFormHomePostalActionTypes.
|
|
1543
|
-
payload:
|
|
1569
|
+
type FormHomePostalStateActionType = {
|
|
1570
|
+
type: StoreFormHomePostalActionTypes.FormHomePostalValidate;
|
|
1571
|
+
payload: {
|
|
1572
|
+
inValidation: boolean;
|
|
1573
|
+
};
|
|
1544
1574
|
localIndex?: string;
|
|
1545
1575
|
} | {
|
|
1546
|
-
type: StoreFormHomePostalActionTypes.
|
|
1576
|
+
type: StoreFormHomePostalActionTypes.FormHomePostalValidateSet;
|
|
1547
1577
|
payload: {
|
|
1548
|
-
|
|
1578
|
+
isValid: boolean;
|
|
1549
1579
|
};
|
|
1550
1580
|
localIndex?: string;
|
|
1551
1581
|
} | {
|
|
1552
|
-
type: StoreFormHomePostalActionTypes.
|
|
1582
|
+
type: StoreFormHomePostalActionTypes.FormHomePostalErrorMessageSet;
|
|
1553
1583
|
payload: {
|
|
1554
|
-
|
|
1584
|
+
errorMessage: string;
|
|
1555
1585
|
};
|
|
1556
1586
|
localIndex?: string;
|
|
1557
1587
|
} | {
|
|
1558
|
-
type: StoreFormHomePostalActionTypes.
|
|
1559
|
-
payload
|
|
1588
|
+
type: StoreFormHomePostalActionTypes.FormHomePostalSet;
|
|
1589
|
+
payload: PostalStateHomeInterface;
|
|
1560
1590
|
localIndex?: string;
|
|
1561
1591
|
} | {
|
|
1562
|
-
type: StoreFormHomePostalActionTypes.
|
|
1563
|
-
payload?: null;
|
|
1564
|
-
localIndex?: string;
|
|
1565
|
-
};
|
|
1566
|
-
interface FormHomePostalHookInterface {
|
|
1567
|
-
postalState: FormHomePostalStateInterface;
|
|
1568
|
-
dispatchPostalState: (props: FormHomePostalStateActionType) => void;
|
|
1569
|
-
}
|
|
1570
|
-
|
|
1571
|
-
declare const useStoreFormHomePostal: () => FormHomePostalHookInterface;
|
|
1572
|
-
|
|
1573
|
-
declare enum StoreFormHomeAddressActionTypes {
|
|
1574
|
-
FormHomeAddressGetLocal = "FormHomeAddressGetLocal",
|
|
1575
|
-
FormHomeAddressTypeSelect = "FormHomeAddressTypeSelect",
|
|
1576
|
-
FormHomeAddressStreetSet = "FormHomeAddressStreetSet",
|
|
1577
|
-
FormHomeAddressUnitApartmentNumberSet = "FormHomeAddressUnitApartmentNumberSet",
|
|
1578
|
-
FormHomeAddressValidate = "FormHomeAddressValidate",
|
|
1579
|
-
FormHomeAddressValidateSet = "FormHomeAddressValidateSet",
|
|
1580
|
-
FormHomeAddressClear = "FormHomeAddressClear"
|
|
1581
|
-
}
|
|
1582
|
-
|
|
1583
|
-
interface FormHomeAddressStateInterface extends StateBaseInterface {
|
|
1584
|
-
type: HomeOwnerTypes | null;
|
|
1585
|
-
addressStreet: string;
|
|
1586
|
-
unitApartmentNumber: string;
|
|
1587
|
-
}
|
|
1588
|
-
declare type FormHomeAddressStateActionType = {
|
|
1589
|
-
type: StoreFormHomeAddressActionTypes.FormHomeAddressValidate;
|
|
1592
|
+
type: StoreFormHomePostalActionTypes.FormHomePostalStreetAddressSet;
|
|
1590
1593
|
payload: {
|
|
1591
|
-
|
|
1594
|
+
streetAddress: string;
|
|
1592
1595
|
};
|
|
1593
1596
|
localIndex?: string;
|
|
1594
1597
|
} | {
|
|
1595
|
-
type:
|
|
1598
|
+
type: StoreFormHomePostalActionTypes.FormHomePostalUnitNumberSet;
|
|
1596
1599
|
payload: {
|
|
1597
|
-
|
|
1600
|
+
unitNumber: string;
|
|
1598
1601
|
};
|
|
1599
1602
|
localIndex?: string;
|
|
1600
1603
|
} | {
|
|
1601
|
-
type:
|
|
1602
|
-
payload?: null;
|
|
1603
|
-
localIndex?: string;
|
|
1604
|
-
} | {
|
|
1605
|
-
type: StoreFormHomeAddressActionTypes.FormHomeAddressTypeSelect;
|
|
1604
|
+
type: StoreFormHomePostalActionTypes.FormHomePostalCitySet;
|
|
1606
1605
|
payload: {
|
|
1607
|
-
|
|
1606
|
+
city: string;
|
|
1608
1607
|
};
|
|
1609
1608
|
localIndex?: string;
|
|
1610
1609
|
} | {
|
|
1611
|
-
type:
|
|
1610
|
+
type: StoreFormHomePostalActionTypes.FormHomePostalProvinceSet;
|
|
1612
1611
|
payload: {
|
|
1613
|
-
|
|
1612
|
+
province: string;
|
|
1614
1613
|
};
|
|
1615
1614
|
localIndex?: string;
|
|
1616
1615
|
} | {
|
|
1617
|
-
type:
|
|
1616
|
+
type: StoreFormHomePostalActionTypes.FormHomePostalCodeSet;
|
|
1618
1617
|
payload: {
|
|
1619
|
-
|
|
1618
|
+
postalCode: string;
|
|
1620
1619
|
};
|
|
1621
1620
|
localIndex?: string;
|
|
1622
1621
|
} | {
|
|
1623
|
-
type:
|
|
1622
|
+
type: StoreFormHomePostalActionTypes.FormHomePostalGetLocal;
|
|
1623
|
+
payload?: null;
|
|
1624
|
+
localIndex?: string;
|
|
1625
|
+
} | {
|
|
1626
|
+
type: StoreFormHomePostalActionTypes.FormHomePostalClear;
|
|
1624
1627
|
payload?: null;
|
|
1625
1628
|
localIndex?: string;
|
|
1626
1629
|
};
|
|
1627
|
-
interface
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
+
interface FormHomePostalHookInterface {
|
|
1631
|
+
postalState: FormHomePostalStateInterface;
|
|
1632
|
+
dispatchPostalState: (props: FormHomePostalStateActionType) => void;
|
|
1630
1633
|
}
|
|
1631
1634
|
|
|
1632
|
-
declare const
|
|
1635
|
+
declare const useStoreFormHomePostal: () => FormHomePostalHookInterface;
|
|
1633
1636
|
|
|
1634
1637
|
declare enum StoreFormHomeApplicantInsuranceActionTypes {
|
|
1635
|
-
FormHomeApplicantPolicyStartYearSelect = "FormHomeApplicantListedYearSelect",
|
|
1636
|
-
FormHomeApplicantPolicyStartMonthSelect = "FormHomeApplicantListedMonthSelect",
|
|
1637
1638
|
FormHomeApplicantInsuredCurrentSelect = "FormHomeApplicantInsuredCurrentSelect",
|
|
1638
1639
|
FormHomeApplicantDateInsuredCurrentSelect = "FormHomeApplicantDateInsuredCurrentSelect",
|
|
1639
1640
|
FormHomeApplicantDateInsuredSinceSelect = "FormHomeApplicantDateInsuredSinceSelect",
|
|
1640
1641
|
FormHomeApplicantInsuredBeforeSelect = "FormHomeApplicantInsuredBeforeSelect"
|
|
1641
1642
|
}
|
|
1642
1643
|
|
|
1643
|
-
interface ApplicantInfoInterface {
|
|
1644
|
-
firstName: string;
|
|
1645
|
-
lastName: string;
|
|
1646
|
-
phone: string;
|
|
1647
|
-
recalculate: boolean;
|
|
1648
|
-
utmSource: string;
|
|
1649
|
-
utmCampaign: string;
|
|
1650
|
-
}
|
|
1651
1644
|
interface ApplicantInsuredInterface {
|
|
1652
1645
|
dateOfBirth: string;
|
|
1653
1646
|
birthDay?: string;
|
|
1654
1647
|
birthMonth?: string;
|
|
1655
1648
|
birthYear?: string;
|
|
1656
|
-
dateInsuredCurrent
|
|
1657
|
-
dateInsuredSince
|
|
1658
|
-
nonsmoker
|
|
1649
|
+
dateInsuredCurrent?: string;
|
|
1650
|
+
dateInsuredSince?: string;
|
|
1651
|
+
nonsmoker?: boolean;
|
|
1659
1652
|
}
|
|
1660
1653
|
interface ApplicantCancellationItemInterface {
|
|
1661
|
-
|
|
1654
|
+
date: string;
|
|
1662
1655
|
cancellationYear?: string;
|
|
1663
1656
|
cancellationMonth?: string;
|
|
1664
1657
|
}
|
|
1665
1658
|
interface ApplicantClaimItemInterface {
|
|
1666
|
-
|
|
1659
|
+
date: string;
|
|
1660
|
+
type: string;
|
|
1667
1661
|
claimYear?: string;
|
|
1668
1662
|
claimMonth?: string;
|
|
1669
|
-
claimType
|
|
1663
|
+
claimType?: string;
|
|
1670
1664
|
}
|
|
1671
1665
|
interface FormHomeApplicantStateInterface extends StateBaseInterface {
|
|
1666
|
+
firstName: string;
|
|
1672
1667
|
insured: ApplicantInsuredInterface;
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
insuredBefore: boolean | null;
|
|
1668
|
+
insuredCurrent?: boolean;
|
|
1669
|
+
insuredBefore?: boolean;
|
|
1676
1670
|
insuranceCancellation: boolean;
|
|
1677
1671
|
insuranceCancellationList?: ApplicantCancellationItemInterface[];
|
|
1678
1672
|
insuranceClaim: boolean;
|
|
1679
1673
|
insuranceClaimList?: ApplicantClaimItemInterface[];
|
|
1680
1674
|
}
|
|
1681
1675
|
|
|
1682
|
-
|
|
1683
|
-
type: StoreFormHomeApplicantInsuranceActionTypes.FormHomeApplicantPolicyStartYearSelect;
|
|
1684
|
-
payload: {
|
|
1685
|
-
policyStartYear: string;
|
|
1686
|
-
};
|
|
1687
|
-
localIndex?: string;
|
|
1688
|
-
} | {
|
|
1689
|
-
type: StoreFormHomeApplicantInsuranceActionTypes.FormHomeApplicantPolicyStartMonthSelect;
|
|
1690
|
-
payload: {
|
|
1691
|
-
policyStartMonth: string;
|
|
1692
|
-
};
|
|
1693
|
-
localIndex?: string;
|
|
1694
|
-
} | {
|
|
1676
|
+
type FormHomeApplicantInsuranceStateActionType = {
|
|
1695
1677
|
type: StoreFormHomeApplicantInsuranceActionTypes.FormHomeApplicantInsuredCurrentSelect;
|
|
1696
1678
|
payload: {
|
|
1697
1679
|
insuredCurrent: boolean;
|
|
@@ -1725,32 +1707,18 @@ declare const useStoreFormHomeApplicantInsurance: () => FormHomeApplicantInsuran
|
|
|
1725
1707
|
|
|
1726
1708
|
declare enum StoreFormHomeApplicantInfoActionTypes {
|
|
1727
1709
|
FormHomeApplicantFirstNameSet = "FormHomeApplicantFirstNameSet",
|
|
1728
|
-
FormHomeApplicantLastNameSet = "FormHomeApplicantLastNameSet",
|
|
1729
|
-
FormHomeApplicantPhoneSet = "FormHomeApplicantPhoneSet",
|
|
1730
1710
|
FormHomeApplicantBirthYearSelect = "FormHomeApplicantBirthYearSelect",
|
|
1731
1711
|
FormHomeApplicantBirthMonthSelect = "FormHomeApplicantBirthMonthSelect",
|
|
1732
1712
|
FormHomeApplicantBirthDaySelect = "FormHomeApplicantBirthDaySelect",
|
|
1733
1713
|
FormHomeApplicantNonsmokerSelect = "FormHomeApplicantNonsmokerSelect"
|
|
1734
1714
|
}
|
|
1735
1715
|
|
|
1736
|
-
|
|
1716
|
+
type FormHomeApplicantInfoStateActionType = {
|
|
1737
1717
|
type: StoreFormHomeApplicantInfoActionTypes.FormHomeApplicantFirstNameSet;
|
|
1738
1718
|
payload: {
|
|
1739
1719
|
firstName: string;
|
|
1740
1720
|
};
|
|
1741
1721
|
localIndex?: string;
|
|
1742
|
-
} | {
|
|
1743
|
-
type: StoreFormHomeApplicantInfoActionTypes.FormHomeApplicantLastNameSet;
|
|
1744
|
-
payload: {
|
|
1745
|
-
lastName: string;
|
|
1746
|
-
};
|
|
1747
|
-
localIndex?: string;
|
|
1748
|
-
} | {
|
|
1749
|
-
type: StoreFormHomeApplicantInfoActionTypes.FormHomeApplicantPhoneSet;
|
|
1750
|
-
payload: {
|
|
1751
|
-
phone: string;
|
|
1752
|
-
};
|
|
1753
|
-
localIndex?: string;
|
|
1754
1722
|
} | {
|
|
1755
1723
|
type: StoreFormHomeApplicantInfoActionTypes.FormHomeApplicantBirthYearSelect;
|
|
1756
1724
|
payload: {
|
|
@@ -1791,7 +1759,7 @@ declare enum StoreFormHomeApplicantCancellationActionTypes {
|
|
|
1791
1759
|
FormHomeApplicantCancellationDelete = "FormHomeApplicantCancellationDelete"
|
|
1792
1760
|
}
|
|
1793
1761
|
|
|
1794
|
-
|
|
1762
|
+
type FormHomeApplicantCancellationStateActionType = {
|
|
1795
1763
|
type: StoreFormHomeApplicantCancellationActionTypes.FormHomeApplicantCancellationAdd;
|
|
1796
1764
|
payload?: null;
|
|
1797
1765
|
localIndex?: string;
|
|
@@ -1838,7 +1806,7 @@ declare enum StoreFormHomeApplicantClaimActionTypes {
|
|
|
1838
1806
|
FormHomeApplicantClaimDelete = "FormHomeApplicantClaimDelete"
|
|
1839
1807
|
}
|
|
1840
1808
|
|
|
1841
|
-
|
|
1809
|
+
type FormHomeApplicantClaimStateActionType = {
|
|
1842
1810
|
type: StoreFormHomeApplicantClaimActionTypes.FormHomeApplicantClaimAdd;
|
|
1843
1811
|
payload?: null;
|
|
1844
1812
|
localIndex?: string;
|
|
@@ -1891,7 +1859,7 @@ declare enum StoreFormHomeApplicantBaseActionTypes {
|
|
|
1891
1859
|
FormHomeApplicantInitialList = "FormHomeApplicantInitialList"
|
|
1892
1860
|
}
|
|
1893
1861
|
|
|
1894
|
-
|
|
1862
|
+
type FormHomeApplicantBaseStateActionType = {
|
|
1895
1863
|
type: StoreFormHomeApplicantBaseActionTypes.FormHomeApplicantValidate;
|
|
1896
1864
|
payload: {
|
|
1897
1865
|
inValidation: boolean;
|
|
@@ -1926,6 +1894,9 @@ interface FormHomeApplicantBaseHookInterface {
|
|
|
1926
1894
|
declare const useStoreFormHomeApplicantBase: () => FormHomeApplicantBaseHookInterface;
|
|
1927
1895
|
|
|
1928
1896
|
declare enum StoreFormHomeDwellingActionTypes {
|
|
1897
|
+
FormHomeDwellingSet = "FormHomeDwellingSet",
|
|
1898
|
+
FormHomeDwellingIsCompleted = "FormHomeDwellingIsCompleted",
|
|
1899
|
+
FormHomeDwellingInsuranceTypeSelect = "FormHomeDwellingInsuranceTypeSelect",
|
|
1929
1900
|
FormHomeDwellingBuiltYearSelect = "FormHomeDwellingBuiltYearSelect",
|
|
1930
1901
|
FormHomeDwellingLivingAreaSelect = "FormHomeDwellingLivingAreaSelect",
|
|
1931
1902
|
FormHomeDwellingExteriorFinishSelect = "FormHomeDwellingExteriorFinishSelect",
|
|
@@ -1946,42 +1917,63 @@ declare enum StoreFormHomeDwellingActionTypes {
|
|
|
1946
1917
|
FormHomeDwellingSprinklerSelect = "FormHomeDwellingSprinklerSelect",
|
|
1947
1918
|
FormHomeDwellingDeadboltSelect = "FormHomeDwellingDeadboltSelect",
|
|
1948
1919
|
FormHomeDwellingFireExtinguishersCountSelect = "FormHomeDwellingFireExtinguishersCountSelect",
|
|
1949
|
-
|
|
1920
|
+
FormHomeDwellingMortgagesCountSelect = "FormHomeDwellingMortgagesCountSelect",
|
|
1921
|
+
FormHomeDwellingUnitsCountSelect = "FormHomeDwellingUnitsCountSelect",
|
|
1950
1922
|
FormHomeDwellingValidate = "FormHomeDwellingValidate",
|
|
1951
1923
|
FormHomeDwellingValidateSet = "FormHomeDwellingValidateSet",
|
|
1952
|
-
FormHomeDwellingGetLocal = "FormHomeDwellingGetLocal"
|
|
1924
|
+
FormHomeDwellingGetLocal = "FormHomeDwellingGetLocal",
|
|
1925
|
+
FormHomeDeductibleCoverageSelect = "FormHomeDeductibleCoverageSelect",
|
|
1926
|
+
FormHomeLiabilityCoverageSelect = "FormHomeLiabilityCoverageSelect",
|
|
1927
|
+
FormHomePpSelect = "FormHomePpSelect",
|
|
1928
|
+
FormHomeWaterCoverageSelect = "FormHomeWaterCoverageSelect",
|
|
1929
|
+
FormHomeDwellingClear = "FormHomeDwellingClear"
|
|
1953
1930
|
}
|
|
1954
1931
|
|
|
1955
1932
|
interface DwellingHeatingItemInterface {
|
|
1956
1933
|
type: string;
|
|
1934
|
+
date?: string;
|
|
1957
1935
|
}
|
|
1958
1936
|
interface FormHomeDwellingStateInterface extends StateBaseInterface {
|
|
1937
|
+
type: InsuranceTypes;
|
|
1938
|
+
isCompleted?: boolean;
|
|
1959
1939
|
builtDate: string;
|
|
1960
1940
|
builtYear?: string;
|
|
1961
|
-
|
|
1941
|
+
buildingStructure: string;
|
|
1942
|
+
livingArea: number;
|
|
1962
1943
|
exteriorFinish?: string;
|
|
1963
1944
|
constructionType?: string;
|
|
1964
1945
|
garageType?: string;
|
|
1965
1946
|
basementFinishPercent?: number;
|
|
1966
|
-
storeysCount?:
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
fireHallDistance: number;
|
|
1970
|
-
fireHydrantDistance: number;
|
|
1947
|
+
storeysCount?: number;
|
|
1948
|
+
roofReplacedDate: string;
|
|
1949
|
+
roofReplacedYear?: string;
|
|
1950
|
+
fireHallDistance: number | string;
|
|
1951
|
+
fireHydrantDistance: number | string;
|
|
1971
1952
|
heatings: DwellingHeatingItemInterface[];
|
|
1972
|
-
|
|
1973
|
-
replacementCost: string;
|
|
1974
|
-
|
|
1953
|
+
unitsCount?: number | string;
|
|
1954
|
+
replacementCost: number | string;
|
|
1955
|
+
deductible: number | string;
|
|
1956
|
+
liability: number | string;
|
|
1957
|
+
pp?: number | string;
|
|
1958
|
+
waterCoverage: true;
|
|
1959
|
+
familiesCount: number | string;
|
|
1975
1960
|
occupiedDate: string;
|
|
1976
1961
|
occupiedYear?: string;
|
|
1977
1962
|
burglarAlarm: boolean;
|
|
1978
1963
|
fireAlarm: boolean;
|
|
1979
1964
|
sprinkler?: boolean;
|
|
1980
1965
|
deadbolt?: boolean;
|
|
1981
|
-
fireExtinguishersCount?: number;
|
|
1982
|
-
|
|
1966
|
+
fireExtinguishersCount?: number | string;
|
|
1967
|
+
mortgagesCount: number | string;
|
|
1968
|
+
roofType: string | null;
|
|
1969
|
+
poolType: string | null;
|
|
1970
|
+
bathroomsCount: string | null;
|
|
1983
1971
|
}
|
|
1984
|
-
|
|
1972
|
+
type FormHomeDwellingStateActionType = {
|
|
1973
|
+
type: StoreFormHomeDwellingActionTypes.FormHomeDwellingSet;
|
|
1974
|
+
payload: FormHomeDwellingStateInterface;
|
|
1975
|
+
localIndex?: string;
|
|
1976
|
+
} | {
|
|
1985
1977
|
type: StoreFormHomeDwellingActionTypes.FormHomeDwellingValidate;
|
|
1986
1978
|
payload: {
|
|
1987
1979
|
inValidation: boolean;
|
|
@@ -1997,6 +1989,12 @@ declare type FormHomeDwellingStateActionType = {
|
|
|
1997
1989
|
type: StoreFormHomeDwellingActionTypes.FormHomeDwellingGetLocal;
|
|
1998
1990
|
payload?: null;
|
|
1999
1991
|
localIndex?: string;
|
|
1992
|
+
} | {
|
|
1993
|
+
type: StoreFormHomeDwellingActionTypes.FormHomeDwellingIsCompleted;
|
|
1994
|
+
payload: {
|
|
1995
|
+
isCompleted: boolean;
|
|
1996
|
+
};
|
|
1997
|
+
localIndex?: string;
|
|
2000
1998
|
} | {
|
|
2001
1999
|
type: StoreFormHomeDwellingActionTypes.FormHomeDwellingBuiltYearSelect;
|
|
2002
2000
|
payload: {
|
|
@@ -2042,7 +2040,7 @@ declare type FormHomeDwellingStateActionType = {
|
|
|
2042
2040
|
} | {
|
|
2043
2041
|
type: StoreFormHomeDwellingActionTypes.FormHomeDwellingRoofReplaceYearSelect;
|
|
2044
2042
|
payload: {
|
|
2045
|
-
|
|
2043
|
+
roofReplacedYear: string;
|
|
2046
2044
|
};
|
|
2047
2045
|
localIndex?: string;
|
|
2048
2046
|
} | {
|
|
@@ -2076,6 +2074,12 @@ declare type FormHomeDwellingStateActionType = {
|
|
|
2076
2074
|
replacementCost: string;
|
|
2077
2075
|
};
|
|
2078
2076
|
localIndex?: string;
|
|
2077
|
+
} | {
|
|
2078
|
+
type: StoreFormHomeDwellingActionTypes.FormHomeDwellingUnitsCountSelect;
|
|
2079
|
+
payload: {
|
|
2080
|
+
unitsCount: number;
|
|
2081
|
+
};
|
|
2082
|
+
localIndex?: string;
|
|
2079
2083
|
} | {
|
|
2080
2084
|
type: StoreFormHomeDwellingActionTypes.FormHomeDwellingFamiliesCountSelect;
|
|
2081
2085
|
payload: {
|
|
@@ -2101,9 +2105,39 @@ declare type FormHomeDwellingStateActionType = {
|
|
|
2101
2105
|
};
|
|
2102
2106
|
localIndex?: string;
|
|
2103
2107
|
} | {
|
|
2104
|
-
type: StoreFormHomeDwellingActionTypes.
|
|
2108
|
+
type: StoreFormHomeDwellingActionTypes.FormHomeDwellingMortgagesCountSelect;
|
|
2109
|
+
payload: {
|
|
2110
|
+
mortgagesCount: number;
|
|
2111
|
+
};
|
|
2112
|
+
localIndex?: string;
|
|
2113
|
+
} | {
|
|
2114
|
+
type: StoreFormHomeDwellingActionTypes.FormHomeDeductibleCoverageSelect;
|
|
2115
|
+
payload: {
|
|
2116
|
+
deductible: number;
|
|
2117
|
+
};
|
|
2118
|
+
localIndex?: string;
|
|
2119
|
+
} | {
|
|
2120
|
+
type: StoreFormHomeDwellingActionTypes.FormHomeLiabilityCoverageSelect;
|
|
2121
|
+
payload: {
|
|
2122
|
+
liability: number;
|
|
2123
|
+
};
|
|
2124
|
+
localIndex?: string;
|
|
2125
|
+
} | {
|
|
2126
|
+
type: StoreFormHomeDwellingActionTypes.FormHomePpSelect;
|
|
2105
2127
|
payload: {
|
|
2106
|
-
|
|
2128
|
+
pp: string;
|
|
2129
|
+
};
|
|
2130
|
+
localIndex?: string;
|
|
2131
|
+
} | {
|
|
2132
|
+
type: StoreFormHomeDwellingActionTypes.FormHomeWaterCoverageSelect;
|
|
2133
|
+
payload: {
|
|
2134
|
+
waterCoverage: boolean;
|
|
2135
|
+
};
|
|
2136
|
+
localIndex?: string;
|
|
2137
|
+
} | {
|
|
2138
|
+
type: StoreFormHomeDwellingActionTypes.FormHomeDwellingClear;
|
|
2139
|
+
payload: {
|
|
2140
|
+
type: InsuranceTypes;
|
|
2107
2141
|
};
|
|
2108
2142
|
localIndex?: string;
|
|
2109
2143
|
};
|
|
@@ -2122,11 +2156,33 @@ declare enum StoreFormHomeDiscountActionTypes {
|
|
|
2122
2156
|
FormHomeDiscountMultiplePoliciesSelect = "FormHomeDiscountMultiplePoliciesSelect",
|
|
2123
2157
|
FormHomeDiscountQuoterEmailSet = "FormHomeDiscountQuoterEmailSet",
|
|
2124
2158
|
FormHomeDiscountQuoterEmailStatusSet = "FormHomeDiscountQuoterEmailStatusSet",
|
|
2159
|
+
FormHomeDiscountQuoterCaslConsentSet = "FormHomeDiscountQuoterCaslConsentSet",
|
|
2125
2160
|
FormHomeDiscountValidate = "FormHomeDiscountValidate",
|
|
2126
2161
|
FormHomeDiscountValidateSet = "FormHomeDiscountValidateSet",
|
|
2127
|
-
FormHomeDiscountClear = "FormHomeDiscountClear"
|
|
2162
|
+
FormHomeDiscountClear = "FormHomeDiscountClear",
|
|
2163
|
+
FormHomeQuoterFirstNameSet = "FormHomeQuoterFirstNameSet",
|
|
2164
|
+
FormHomeQuoterLastNameSet = "FormHomeQuoterLastNameSet",
|
|
2165
|
+
FormHomeQuoterPhoneSet = "FormHomeQuoterPhoneSet",
|
|
2166
|
+
FormHomeUtmCampaignSet = "FormHomeUtmCampaignSet",
|
|
2167
|
+
FormHomeUtmSourceSet = "FormHomeUtmSourceSet",
|
|
2168
|
+
FormHomeQuoterBrokerInfoSet = "FormHomeQuoterBrokerInfoSet",
|
|
2169
|
+
FormHomeDiscountQuoterInitialSet = "FormHomeDiscountQuoterInitialSet"
|
|
2128
2170
|
}
|
|
2129
2171
|
|
|
2172
|
+
interface QuoterInfoInterface {
|
|
2173
|
+
firstName: string;
|
|
2174
|
+
lastName: string;
|
|
2175
|
+
phone: string;
|
|
2176
|
+
recalculate: boolean;
|
|
2177
|
+
utmSource?: string;
|
|
2178
|
+
utmCampaign?: string;
|
|
2179
|
+
brokerInfo?: {
|
|
2180
|
+
[key: string]: string | number | boolean;
|
|
2181
|
+
};
|
|
2182
|
+
splashScreen?: boolean;
|
|
2183
|
+
caslConsent?: boolean;
|
|
2184
|
+
initial: boolean;
|
|
2185
|
+
}
|
|
2130
2186
|
interface FormHomeDiscountStateInterface extends StateBaseInterface {
|
|
2131
2187
|
emailTo: {
|
|
2132
2188
|
email: string;
|
|
@@ -2137,8 +2193,9 @@ interface FormHomeDiscountStateInterface extends StateBaseInterface {
|
|
|
2137
2193
|
policyStartDay?: string;
|
|
2138
2194
|
policyStartMonth?: string;
|
|
2139
2195
|
policyStartYear?: string;
|
|
2196
|
+
quoterInfo?: QuoterInfoInterface;
|
|
2140
2197
|
}
|
|
2141
|
-
|
|
2198
|
+
type FormHomeDiscountStateActionType = {
|
|
2142
2199
|
type: StoreFormHomeDiscountActionTypes.FormHomeDiscountValidate;
|
|
2143
2200
|
payload: {
|
|
2144
2201
|
inValidation: boolean;
|
|
@@ -2167,6 +2224,54 @@ declare type FormHomeDiscountStateActionType = {
|
|
|
2167
2224
|
emailStatus: ValidationStatusTypes;
|
|
2168
2225
|
};
|
|
2169
2226
|
localIndex?: string;
|
|
2227
|
+
} | {
|
|
2228
|
+
type: StoreFormHomeDiscountActionTypes.FormHomeQuoterFirstNameSet;
|
|
2229
|
+
payload: {
|
|
2230
|
+
firstName: string;
|
|
2231
|
+
};
|
|
2232
|
+
localIndex?: string;
|
|
2233
|
+
} | {
|
|
2234
|
+
type: StoreFormHomeDiscountActionTypes.FormHomeQuoterLastNameSet;
|
|
2235
|
+
payload: {
|
|
2236
|
+
lastName: string;
|
|
2237
|
+
};
|
|
2238
|
+
localIndex?: string;
|
|
2239
|
+
} | {
|
|
2240
|
+
type: StoreFormHomeDiscountActionTypes.FormHomeQuoterPhoneSet;
|
|
2241
|
+
payload: {
|
|
2242
|
+
phone: string;
|
|
2243
|
+
};
|
|
2244
|
+
localIndex?: string;
|
|
2245
|
+
} | {
|
|
2246
|
+
type: StoreFormHomeDiscountActionTypes.FormHomeUtmCampaignSet;
|
|
2247
|
+
payload: {
|
|
2248
|
+
utmCampaign: string;
|
|
2249
|
+
};
|
|
2250
|
+
localIndex?: string;
|
|
2251
|
+
} | {
|
|
2252
|
+
type: StoreFormHomeDiscountActionTypes.FormHomeUtmSourceSet;
|
|
2253
|
+
payload: {
|
|
2254
|
+
utmSource: string;
|
|
2255
|
+
};
|
|
2256
|
+
localIndex?: string;
|
|
2257
|
+
} | {
|
|
2258
|
+
type: StoreFormHomeDiscountActionTypes.FormHomeDiscountQuoterInitialSet;
|
|
2259
|
+
payload: {
|
|
2260
|
+
initial: boolean;
|
|
2261
|
+
};
|
|
2262
|
+
localIndex?: string;
|
|
2263
|
+
} | {
|
|
2264
|
+
type: StoreFormHomeDiscountActionTypes.FormHomeQuoterBrokerInfoSet;
|
|
2265
|
+
payload: {
|
|
2266
|
+
brokerInfo: string;
|
|
2267
|
+
};
|
|
2268
|
+
localIndex?: string;
|
|
2269
|
+
} | {
|
|
2270
|
+
type: StoreFormHomeDiscountActionTypes.FormHomeDiscountQuoterCaslConsentSet;
|
|
2271
|
+
payload: {
|
|
2272
|
+
caslConsent: boolean;
|
|
2273
|
+
};
|
|
2274
|
+
localIndex?: string;
|
|
2170
2275
|
} | {
|
|
2171
2276
|
type: StoreFormHomeDiscountActionTypes.FormHomeDiscountPolicyStartDaySelect;
|
|
2172
2277
|
payload: {
|
|
@@ -2197,6 +2302,391 @@ interface FormHomeDiscountHookInterface {
|
|
|
2197
2302
|
|
|
2198
2303
|
declare const useStoreFormHomeDiscount: () => FormHomeDiscountHookInterface;
|
|
2199
2304
|
|
|
2305
|
+
declare enum StoreFormHomeQuoteActionTypes {
|
|
2306
|
+
UpdateHomeQuoteResponse = "UpdateHomeQuoteResponse",
|
|
2307
|
+
FormHomeQuoteIsRequestedSet = "FormHomeQuoteIsRequestedSet",
|
|
2308
|
+
FormHomeQuoteRequestDateSet = "FormHomeQuoteRequestDateSet",
|
|
2309
|
+
FormHomeQuotesSet = "FormHomeQuotesSet",
|
|
2310
|
+
FormHomeQuoteGetLocal = "FormHomeQuoteGetLocal",
|
|
2311
|
+
FormHomeQuoteClear = "FormHomeQuoteClear",
|
|
2312
|
+
UpdateHomeCallMessage = "UpdateHomeCallMessage"
|
|
2313
|
+
}
|
|
2314
|
+
|
|
2315
|
+
interface BrokerProfileInterface$1 {
|
|
2316
|
+
description: string;
|
|
2317
|
+
hoursSaturday: string;
|
|
2318
|
+
hoursSunday: string;
|
|
2319
|
+
hoursWorkdays: string;
|
|
2320
|
+
logo: string;
|
|
2321
|
+
phone: string;
|
|
2322
|
+
title: string;
|
|
2323
|
+
redirectUrl?: string;
|
|
2324
|
+
}
|
|
2325
|
+
interface QuoteCompanyInterface$1 {
|
|
2326
|
+
description: string;
|
|
2327
|
+
logo: string;
|
|
2328
|
+
name: string;
|
|
2329
|
+
}
|
|
2330
|
+
interface HomeQuoteItemInterface {
|
|
2331
|
+
brokerProfile: BrokerProfileInterface$1;
|
|
2332
|
+
company: QuoteCompanyInterface$1;
|
|
2333
|
+
date: string;
|
|
2334
|
+
id: number | null;
|
|
2335
|
+
priceMonthly: string;
|
|
2336
|
+
priceYearly: string;
|
|
2337
|
+
fulfillmentUrl: string;
|
|
2338
|
+
}
|
|
2339
|
+
interface FormHomeQuoteStateInterface {
|
|
2340
|
+
items: HomeQuoteItemInterface[];
|
|
2341
|
+
isRequested: boolean;
|
|
2342
|
+
requestDate: string;
|
|
2343
|
+
showCallMessage: boolean;
|
|
2344
|
+
}
|
|
2345
|
+
type FormHomeQuoteStateActionType = {
|
|
2346
|
+
type: StoreFormHomeQuoteActionTypes.FormHomeQuoteIsRequestedSet;
|
|
2347
|
+
payload: {
|
|
2348
|
+
isRequested: boolean;
|
|
2349
|
+
};
|
|
2350
|
+
localIndex?: string;
|
|
2351
|
+
} | {
|
|
2352
|
+
type: StoreFormHomeQuoteActionTypes.FormHomeQuoteRequestDateSet;
|
|
2353
|
+
payload: {
|
|
2354
|
+
requestDate: string;
|
|
2355
|
+
};
|
|
2356
|
+
localIndex?: string;
|
|
2357
|
+
} | {
|
|
2358
|
+
type: StoreFormHomeQuoteActionTypes.FormHomeQuotesSet;
|
|
2359
|
+
payload: {
|
|
2360
|
+
items: HomeQuoteItemInterface[];
|
|
2361
|
+
};
|
|
2362
|
+
localIndex?: string;
|
|
2363
|
+
} | {
|
|
2364
|
+
type: StoreFormHomeQuoteActionTypes.FormHomeQuoteGetLocal;
|
|
2365
|
+
payload?: null;
|
|
2366
|
+
localIndex?: string;
|
|
2367
|
+
} | {
|
|
2368
|
+
type: StoreFormHomeQuoteActionTypes.FormHomeQuoteClear;
|
|
2369
|
+
payload?: null;
|
|
2370
|
+
localIndex?: string;
|
|
2371
|
+
} | {
|
|
2372
|
+
type: StoreFormHomeQuoteActionTypes.UpdateHomeCallMessage;
|
|
2373
|
+
payload: {
|
|
2374
|
+
showCallMessage: boolean;
|
|
2375
|
+
};
|
|
2376
|
+
localIndex?: string;
|
|
2377
|
+
};
|
|
2378
|
+
type FormHomeQuoteStateReducerInterface = (state: FormHomeQuoteStateInterface, action: FormHomeQuoteStateActionType) => FormHomeQuoteStateInterface;
|
|
2379
|
+
interface FormHomeQuoteHookInterface {
|
|
2380
|
+
quoteState: FormHomeQuoteStateInterface;
|
|
2381
|
+
dispatchQuoteState: (props: FormHomeQuoteStateActionType) => void;
|
|
2382
|
+
}
|
|
2383
|
+
|
|
2384
|
+
declare const useStoreFormHomeQuote: () => FormHomeQuoteHookInterface;
|
|
2385
|
+
|
|
2386
|
+
declare enum StoreFormLifePostalActionTypes {
|
|
2387
|
+
FormLifePostalSet = "FormLifePostalSet",
|
|
2388
|
+
FormLifePostalClear = "FormLifePostalClear",
|
|
2389
|
+
FormLifePostalGetLocal = "FormLifePostalGetLocal"
|
|
2390
|
+
}
|
|
2391
|
+
|
|
2392
|
+
interface FormLifePostalStateInterface {
|
|
2393
|
+
isReady: boolean;
|
|
2394
|
+
item: PostalStateSharedInterface;
|
|
2395
|
+
}
|
|
2396
|
+
type FormLifePostalStateActionType = {
|
|
2397
|
+
type: StoreFormLifePostalActionTypes.FormLifePostalSet;
|
|
2398
|
+
payload: PostalStateSharedInterface;
|
|
2399
|
+
localIndex?: string;
|
|
2400
|
+
} | {
|
|
2401
|
+
type: StoreFormLifePostalActionTypes.FormLifePostalGetLocal;
|
|
2402
|
+
payload?: null;
|
|
2403
|
+
localIndex?: string;
|
|
2404
|
+
} | {
|
|
2405
|
+
type: StoreFormLifePostalActionTypes.FormLifePostalClear;
|
|
2406
|
+
payload?: null;
|
|
2407
|
+
localIndex?: string;
|
|
2408
|
+
};
|
|
2409
|
+
interface FormLifePostalHookInterface {
|
|
2410
|
+
postalState: FormLifePostalStateInterface;
|
|
2411
|
+
dispatchPostalState: (props: FormLifePostalStateActionType) => void;
|
|
2412
|
+
}
|
|
2413
|
+
|
|
2414
|
+
declare const useStoreFormLifePostal: () => FormLifePostalHookInterface;
|
|
2415
|
+
|
|
2416
|
+
declare enum StoreFormLifeCoverageActionTypes {
|
|
2417
|
+
FormLifeCoverageGetLocal = "FormLifeCoverageGetLocal",
|
|
2418
|
+
FormLifeProvinceSelect = "FormLifeProvinceSelect",
|
|
2419
|
+
FormLifeCoverageTypeSelect = "FormLifeCoverageTypeSelect",
|
|
2420
|
+
FormLifeCoverageSelect = "FormLifeCoverageSelect",
|
|
2421
|
+
FormLifeCoverageValidate = "FormLifeCoverageValidate",
|
|
2422
|
+
FormLifeCoverageValidateSet = "FormLifeCoverageValidateSet",
|
|
2423
|
+
FormLifeCoverageClear = "FormLifeCoverageClear"
|
|
2424
|
+
}
|
|
2425
|
+
|
|
2426
|
+
interface FormLifeCoverageStateInterface extends StateBaseInterface {
|
|
2427
|
+
province: string;
|
|
2428
|
+
type: string;
|
|
2429
|
+
coverage: string;
|
|
2430
|
+
}
|
|
2431
|
+
type FormLifeCoverageStateActionType = {
|
|
2432
|
+
type: StoreFormLifeCoverageActionTypes.FormLifeCoverageValidate;
|
|
2433
|
+
payload: {
|
|
2434
|
+
inValidation: boolean;
|
|
2435
|
+
};
|
|
2436
|
+
localIndex?: string;
|
|
2437
|
+
} | {
|
|
2438
|
+
type: StoreFormLifeCoverageActionTypes.FormLifeCoverageValidateSet;
|
|
2439
|
+
payload: {
|
|
2440
|
+
isValid: boolean;
|
|
2441
|
+
};
|
|
2442
|
+
localIndex?: string;
|
|
2443
|
+
} | {
|
|
2444
|
+
type: StoreFormLifeCoverageActionTypes.FormLifeCoverageGetLocal;
|
|
2445
|
+
payload?: null;
|
|
2446
|
+
localIndex?: string;
|
|
2447
|
+
} | {
|
|
2448
|
+
type: StoreFormLifeCoverageActionTypes.FormLifeProvinceSelect;
|
|
2449
|
+
payload: {
|
|
2450
|
+
province: string;
|
|
2451
|
+
};
|
|
2452
|
+
localIndex?: string;
|
|
2453
|
+
} | {
|
|
2454
|
+
type: StoreFormLifeCoverageActionTypes.FormLifeCoverageTypeSelect;
|
|
2455
|
+
payload: {
|
|
2456
|
+
type: string;
|
|
2457
|
+
};
|
|
2458
|
+
localIndex?: string;
|
|
2459
|
+
} | {
|
|
2460
|
+
type: StoreFormLifeCoverageActionTypes.FormLifeCoverageSelect;
|
|
2461
|
+
payload: {
|
|
2462
|
+
coverage: string;
|
|
2463
|
+
};
|
|
2464
|
+
localIndex?: string;
|
|
2465
|
+
} | {
|
|
2466
|
+
type: StoreFormLifeCoverageActionTypes.FormLifeCoverageClear;
|
|
2467
|
+
payload?: null;
|
|
2468
|
+
localIndex?: string;
|
|
2469
|
+
};
|
|
2470
|
+
interface FormLifeCoverageHookInterface {
|
|
2471
|
+
coverageState: FormLifeCoverageStateInterface;
|
|
2472
|
+
dispatchCoverageState: (props: FormLifeCoverageStateActionType) => void;
|
|
2473
|
+
}
|
|
2474
|
+
|
|
2475
|
+
declare const useStoreFormLifeCoverage: () => FormLifeCoverageHookInterface;
|
|
2476
|
+
|
|
2477
|
+
declare enum StoreFormLifeApplicantActionTypes {
|
|
2478
|
+
FormLifeApplicantGetLocal = "FormLifeApplicantGetLocal",
|
|
2479
|
+
FormLifeApplicantValidate = "FormLifeApplicantValidate",
|
|
2480
|
+
FormLifeApplicantValidateSet = "FormLifeApplicantValidateSet",
|
|
2481
|
+
FormLifeApplicantClear = "FormLifeApplicantClear",
|
|
2482
|
+
FormLifeApplicantGenderSelect = "FormLifeApplicantGenderSelect",
|
|
2483
|
+
FormLifeApplicantBirthYearSelect = "FormLifeApplicantBirthYearSelect",
|
|
2484
|
+
FormLifeApplicantBirthMonthSelect = "FormLifeApplicantBirthMonthSelect",
|
|
2485
|
+
FormLifeApplicantBirthDaySelect = "FormLifeApplicantBirthDaySelect",
|
|
2486
|
+
FormLifeApplicantSmokerSelect = "FormLifeApplicantSmokerSelect",
|
|
2487
|
+
FormLifeApplicantEmailSet = "FormLifeApplicantEmailSet",
|
|
2488
|
+
FormLifeApplicantEmailStatusSet = "FormLifeApplicantEmailStatusSet",
|
|
2489
|
+
FormLifeQuoterFirstNameSet = "FormLifeQuoterFirstNameSet",
|
|
2490
|
+
FormLifeQuoterLastNameSet = "FormLifeQuoterLastNameSet",
|
|
2491
|
+
FormLifeQuoterPhoneSet = "FormLifeQuoterPhoneSet",
|
|
2492
|
+
FormLifeUtmCampaignSet = "FormLifeUtmCampaignSet",
|
|
2493
|
+
FormLifeUtmSourceSet = "FormLifeUtmSourceSet"
|
|
2494
|
+
}
|
|
2495
|
+
|
|
2496
|
+
interface FormLifeApplicantStateInterface extends StateBaseInterface {
|
|
2497
|
+
birthDay?: string;
|
|
2498
|
+
birthMonth?: string;
|
|
2499
|
+
birthYear?: string;
|
|
2500
|
+
gender: GenderTypes;
|
|
2501
|
+
smoker: boolean;
|
|
2502
|
+
emailTo: {
|
|
2503
|
+
email: string;
|
|
2504
|
+
emailStatus: ValidationStatusTypes;
|
|
2505
|
+
};
|
|
2506
|
+
quoterInfo?: {
|
|
2507
|
+
firstName: string;
|
|
2508
|
+
lastName: string;
|
|
2509
|
+
phone: string;
|
|
2510
|
+
recalculate: boolean;
|
|
2511
|
+
utmSource?: string;
|
|
2512
|
+
utmCampaign?: string;
|
|
2513
|
+
};
|
|
2514
|
+
}
|
|
2515
|
+
type FormLifeApplicantStateActionType = {
|
|
2516
|
+
type: StoreFormLifeApplicantActionTypes.FormLifeApplicantValidate;
|
|
2517
|
+
payload: {
|
|
2518
|
+
inValidation: boolean;
|
|
2519
|
+
};
|
|
2520
|
+
localIndex?: string;
|
|
2521
|
+
} | {
|
|
2522
|
+
type: StoreFormLifeApplicantActionTypes.FormLifeApplicantValidateSet;
|
|
2523
|
+
payload: {
|
|
2524
|
+
isValid: boolean;
|
|
2525
|
+
};
|
|
2526
|
+
localIndex?: string;
|
|
2527
|
+
} | {
|
|
2528
|
+
type: StoreFormLifeApplicantActionTypes.FormLifeApplicantGetLocal;
|
|
2529
|
+
payload?: null;
|
|
2530
|
+
localIndex?: string;
|
|
2531
|
+
} | {
|
|
2532
|
+
type: StoreFormLifeApplicantActionTypes.FormLifeApplicantBirthYearSelect;
|
|
2533
|
+
payload: {
|
|
2534
|
+
birthYear: string;
|
|
2535
|
+
};
|
|
2536
|
+
localIndex?: string;
|
|
2537
|
+
} | {
|
|
2538
|
+
type: StoreFormLifeApplicantActionTypes.FormLifeApplicantBirthMonthSelect;
|
|
2539
|
+
payload: {
|
|
2540
|
+
birthMonth: string;
|
|
2541
|
+
};
|
|
2542
|
+
localIndex?: string;
|
|
2543
|
+
} | {
|
|
2544
|
+
type: StoreFormLifeApplicantActionTypes.FormLifeApplicantBirthDaySelect;
|
|
2545
|
+
payload: {
|
|
2546
|
+
birthDay: string;
|
|
2547
|
+
};
|
|
2548
|
+
localIndex?: string;
|
|
2549
|
+
} | {
|
|
2550
|
+
type: StoreFormLifeApplicantActionTypes.FormLifeApplicantGenderSelect;
|
|
2551
|
+
payload: {
|
|
2552
|
+
gender: string;
|
|
2553
|
+
};
|
|
2554
|
+
localIndex?: string;
|
|
2555
|
+
} | {
|
|
2556
|
+
type: StoreFormLifeApplicantActionTypes.FormLifeApplicantSmokerSelect;
|
|
2557
|
+
payload: {
|
|
2558
|
+
smoker: boolean;
|
|
2559
|
+
};
|
|
2560
|
+
localIndex?: string;
|
|
2561
|
+
} | {
|
|
2562
|
+
type: StoreFormLifeApplicantActionTypes.FormLifeApplicantEmailSet;
|
|
2563
|
+
payload: {
|
|
2564
|
+
email: string;
|
|
2565
|
+
emailStatus: ValidationStatusTypes;
|
|
2566
|
+
};
|
|
2567
|
+
localIndex?: string;
|
|
2568
|
+
} | {
|
|
2569
|
+
type: StoreFormLifeApplicantActionTypes.FormLifeQuoterFirstNameSet;
|
|
2570
|
+
payload: {
|
|
2571
|
+
firstName: string;
|
|
2572
|
+
};
|
|
2573
|
+
localIndex?: string;
|
|
2574
|
+
} | {
|
|
2575
|
+
type: StoreFormLifeApplicantActionTypes.FormLifeQuoterLastNameSet;
|
|
2576
|
+
payload: {
|
|
2577
|
+
lastName: string;
|
|
2578
|
+
};
|
|
2579
|
+
localIndex?: string;
|
|
2580
|
+
} | {
|
|
2581
|
+
type: StoreFormLifeApplicantActionTypes.FormLifeQuoterPhoneSet;
|
|
2582
|
+
payload: {
|
|
2583
|
+
phone: string;
|
|
2584
|
+
};
|
|
2585
|
+
localIndex?: string;
|
|
2586
|
+
} | {
|
|
2587
|
+
type: StoreFormLifeApplicantActionTypes.FormLifeUtmCampaignSet;
|
|
2588
|
+
payload: {
|
|
2589
|
+
utmCampaign: string;
|
|
2590
|
+
};
|
|
2591
|
+
localIndex?: string;
|
|
2592
|
+
} | {
|
|
2593
|
+
type: StoreFormLifeApplicantActionTypes.FormLifeUtmSourceSet;
|
|
2594
|
+
payload: {
|
|
2595
|
+
utmSource: string;
|
|
2596
|
+
};
|
|
2597
|
+
localIndex?: string;
|
|
2598
|
+
} | {
|
|
2599
|
+
type: StoreFormLifeApplicantActionTypes.FormLifeApplicantClear;
|
|
2600
|
+
payload?: null;
|
|
2601
|
+
localIndex?: string;
|
|
2602
|
+
};
|
|
2603
|
+
interface FormLifeApplicantHookInterface {
|
|
2604
|
+
applicantState: FormLifeApplicantStateInterface;
|
|
2605
|
+
dispatchApplicantState: (props: FormLifeApplicantStateActionType) => void;
|
|
2606
|
+
}
|
|
2607
|
+
|
|
2608
|
+
declare const useStoreFormLifeApplicant: () => FormLifeApplicantHookInterface;
|
|
2609
|
+
|
|
2610
|
+
declare enum StoreFormLifeQuoteActionTypes {
|
|
2611
|
+
UpdateLifeQuoteResponse = "UpdateLifeQuoteResponse",
|
|
2612
|
+
FormLifeQuoteIsRequestedSet = "FormLifeQuoteIsRequestedSet",
|
|
2613
|
+
FormLifeQuoteRequestDateSet = "FormLifeQuoteRequestDateSet",
|
|
2614
|
+
FormLifeQuotesSet = "FormLifeQuotesSet",
|
|
2615
|
+
FormLifeQuoteGetLocal = "FormLifeQuoteGetLocal",
|
|
2616
|
+
FormLifeQuoteClear = "FormLifeQuoteClear",
|
|
2617
|
+
UpdateLifeCallMessage = "UpdateLifeCallMessage"
|
|
2618
|
+
}
|
|
2619
|
+
|
|
2620
|
+
interface BrokerProfileInterface {
|
|
2621
|
+
description: string;
|
|
2622
|
+
hoursSaturday: string;
|
|
2623
|
+
hoursSunday: string;
|
|
2624
|
+
hoursWorkdays: string;
|
|
2625
|
+
logo: string;
|
|
2626
|
+
phone: string;
|
|
2627
|
+
title: string;
|
|
2628
|
+
redirectUrl?: string;
|
|
2629
|
+
}
|
|
2630
|
+
interface QuoteCompanyInterface {
|
|
2631
|
+
description: string;
|
|
2632
|
+
logo: string;
|
|
2633
|
+
name: string;
|
|
2634
|
+
}
|
|
2635
|
+
interface LifeQuoteItemInterface {
|
|
2636
|
+
brokerProfile: BrokerProfileInterface;
|
|
2637
|
+
company: QuoteCompanyInterface;
|
|
2638
|
+
date: string;
|
|
2639
|
+
id: number | null;
|
|
2640
|
+
priceMonthly: string;
|
|
2641
|
+
priceYearly: string;
|
|
2642
|
+
}
|
|
2643
|
+
interface FormLifeQuoteStateInterface {
|
|
2644
|
+
items: LifeQuoteItemInterface[];
|
|
2645
|
+
isRequested: boolean;
|
|
2646
|
+
requestDate: string;
|
|
2647
|
+
showCallMessage: boolean;
|
|
2648
|
+
}
|
|
2649
|
+
type FormLifeQuoteStateActionType = {
|
|
2650
|
+
type: StoreFormLifeQuoteActionTypes.FormLifeQuoteIsRequestedSet;
|
|
2651
|
+
payload: {
|
|
2652
|
+
isRequested: boolean;
|
|
2653
|
+
};
|
|
2654
|
+
localIndex?: string;
|
|
2655
|
+
} | {
|
|
2656
|
+
type: StoreFormLifeQuoteActionTypes.FormLifeQuoteRequestDateSet;
|
|
2657
|
+
payload: {
|
|
2658
|
+
requestDate: string;
|
|
2659
|
+
};
|
|
2660
|
+
localIndex?: string;
|
|
2661
|
+
} | {
|
|
2662
|
+
type: StoreFormLifeQuoteActionTypes.FormLifeQuotesSet;
|
|
2663
|
+
payload: {
|
|
2664
|
+
items: LifeQuoteItemInterface[];
|
|
2665
|
+
};
|
|
2666
|
+
localIndex?: string;
|
|
2667
|
+
} | {
|
|
2668
|
+
type: StoreFormLifeQuoteActionTypes.FormLifeQuoteGetLocal;
|
|
2669
|
+
payload?: null;
|
|
2670
|
+
localIndex?: string;
|
|
2671
|
+
} | {
|
|
2672
|
+
type: StoreFormLifeQuoteActionTypes.FormLifeQuoteClear;
|
|
2673
|
+
payload?: null;
|
|
2674
|
+
localIndex?: string;
|
|
2675
|
+
} | {
|
|
2676
|
+
type: StoreFormLifeQuoteActionTypes.UpdateLifeCallMessage;
|
|
2677
|
+
payload: {
|
|
2678
|
+
showCallMessage: boolean;
|
|
2679
|
+
};
|
|
2680
|
+
localIndex?: string;
|
|
2681
|
+
};
|
|
2682
|
+
type FormLifeQuoteStateReducerInterface = (state: FormLifeQuoteStateInterface, action: FormLifeQuoteStateActionType) => FormLifeQuoteStateInterface;
|
|
2683
|
+
interface FormLifeQuoteHookInterface {
|
|
2684
|
+
quoteState: FormLifeQuoteStateInterface;
|
|
2685
|
+
dispatchQuoteState: (props: FormLifeQuoteStateActionType) => void;
|
|
2686
|
+
}
|
|
2687
|
+
|
|
2688
|
+
declare const useStoreFormLifeQuote: () => FormLifeQuoteHookInterface;
|
|
2689
|
+
|
|
2200
2690
|
declare const reducers: redux.Reducer<redux.CombinedState<{
|
|
2201
2691
|
globalState: redux.CombinedState<{
|
|
2202
2692
|
clientState: never;
|
|
@@ -2218,12 +2708,18 @@ declare const reducers: redux.Reducer<redux.CombinedState<{
|
|
|
2218
2708
|
}>;
|
|
2219
2709
|
formHomeState: redux.CombinedState<{
|
|
2220
2710
|
postalState: never;
|
|
2221
|
-
addressState: never;
|
|
2222
2711
|
applicantState: never;
|
|
2223
2712
|
dwellingState: never;
|
|
2224
2713
|
discountState: never;
|
|
2714
|
+
quoteState: never;
|
|
2715
|
+
}>;
|
|
2716
|
+
formLifeState: redux.CombinedState<{
|
|
2717
|
+
postalState: never;
|
|
2718
|
+
coverageState: never;
|
|
2719
|
+
applicantState: never;
|
|
2720
|
+
quoteState: never;
|
|
2225
2721
|
}>;
|
|
2226
|
-
}>, AppLoaderStateActionType | AppModalStateActionType | AppConfigStateActionType | AppDeviceStateActionType | ClientStateActionType | PartnerStateActionType | FormCarVehicleStateActionType | FormCarConfigStateActionType | FormCarDiscountStateActionType | FormCarPostalStateActionType | FormCarQuoteStateActionType | FormCarDriverInfoStateActionType | FormCarDriverInsuranceStateActionType | FormCarDriverLicenceStateActionType | FormCarDriverCancellationStateActionType | FormCarDriverSuspensionStateActionType | FormCarDriverAccidentStateActionType | FormCarDriverTicketStateActionType | FormCarDriverBaseStateActionType | FormHomePostalStateActionType |
|
|
2722
|
+
}>, AppLoaderStateActionType | AppModalStateActionType | AppConfigStateActionType | AppDeviceStateActionType | ClientStateActionType | PartnerStateActionType | FormCarVehicleStateActionType | FormCarConfigStateActionType | FormCarDiscountStateActionType | FormCarPostalStateActionType | FormCarQuoteStateActionType | FormCarDriverInfoStateActionType | FormCarDriverInsuranceStateActionType | FormCarDriverLicenceStateActionType | FormCarDriverCancellationStateActionType | FormCarDriverSuspensionStateActionType | FormCarDriverAccidentStateActionType | FormCarDriverTicketStateActionType | FormCarDriverBaseStateActionType | FormHomePostalStateActionType | FormHomeDwellingStateActionType | FormHomeDiscountStateActionType | FormHomeQuoteStateActionType | FormHomeApplicantInfoStateActionType | FormHomeApplicantInsuranceStateActionType | FormHomeApplicantCancellationStateActionType | FormHomeApplicantClaimStateActionType | FormHomeApplicantBaseStateActionType | FormLifePostalStateActionType | FormLifeCoverageStateActionType | FormLifeApplicantStateActionType | FormLifeQuoteStateActionType>;
|
|
2227
2723
|
|
|
2228
2724
|
declare const configStateReducer: redux.Reducer<redux.CombinedState<{
|
|
2229
2725
|
appLoaderState: never;
|
|
@@ -2246,15 +2742,28 @@ declare const formCarReducer: redux.Reducer<redux.CombinedState<{
|
|
|
2246
2742
|
quoteState: never;
|
|
2247
2743
|
}>, FormCarVehicleStateActionType | FormCarConfigStateActionType | FormCarDiscountStateActionType | FormCarPostalStateActionType | FormCarQuoteStateActionType | FormCarDriverInfoStateActionType | FormCarDriverInsuranceStateActionType | FormCarDriverLicenceStateActionType | FormCarDriverCancellationStateActionType | FormCarDriverSuspensionStateActionType | FormCarDriverAccidentStateActionType | FormCarDriverTicketStateActionType | FormCarDriverBaseStateActionType>;
|
|
2248
2744
|
|
|
2745
|
+
declare const formHomeDwellingInitialState: FormHomeDwellingStateInterface;
|
|
2746
|
+
declare const formCondoDwellingInitialState: FormHomeDwellingStateInterface;
|
|
2747
|
+
declare const formTenantDwellingInitialState: FormHomeDwellingStateInterface;
|
|
2748
|
+
|
|
2749
|
+
declare const getDwellingInitialState: (type: InsuranceTypes) => FormHomeDwellingStateInterface;
|
|
2750
|
+
|
|
2249
2751
|
declare const formHomeReducer: redux.Reducer<redux.CombinedState<{
|
|
2250
2752
|
postalState: never;
|
|
2251
|
-
addressState: never;
|
|
2252
2753
|
applicantState: never;
|
|
2253
2754
|
dwellingState: never;
|
|
2254
2755
|
discountState: never;
|
|
2255
|
-
|
|
2756
|
+
quoteState: never;
|
|
2757
|
+
}>, FormHomePostalStateActionType | FormHomeDwellingStateActionType | FormHomeDiscountStateActionType | FormHomeQuoteStateActionType | FormHomeApplicantInfoStateActionType | FormHomeApplicantInsuranceStateActionType | FormHomeApplicantCancellationStateActionType | FormHomeApplicantClaimStateActionType | FormHomeApplicantBaseStateActionType>;
|
|
2256
2758
|
|
|
2257
|
-
declare
|
|
2759
|
+
declare const formLifeReducer: redux.Reducer<redux.CombinedState<{
|
|
2760
|
+
postalState: never;
|
|
2761
|
+
coverageState: never;
|
|
2762
|
+
applicantState: never;
|
|
2763
|
+
quoteState: never;
|
|
2764
|
+
}>, FormLifePostalStateActionType | FormLifeCoverageStateActionType | FormLifeApplicantStateActionType | FormLifeQuoteStateActionType>;
|
|
2765
|
+
|
|
2766
|
+
type DataHandlerRequestState = {
|
|
2258
2767
|
status: RequestStatusTypes;
|
|
2259
2768
|
isFirstRequest: boolean;
|
|
2260
2769
|
successMessage: string | null;
|
|
@@ -2263,7 +2772,7 @@ declare type DataHandlerRequestState = {
|
|
|
2263
2772
|
responseData: unknown;
|
|
2264
2773
|
};
|
|
2265
2774
|
|
|
2266
|
-
|
|
2775
|
+
type UseHandlerAuthInterface = DataHandlerRequestState & {
|
|
2267
2776
|
signIn: (formData: {
|
|
2268
2777
|
email: string;
|
|
2269
2778
|
password: string;
|
|
@@ -2274,7 +2783,7 @@ declare type UseHandlerAuthInterface = DataHandlerRequestState & {
|
|
|
2274
2783
|
|
|
2275
2784
|
declare const useHandlerAuth: () => UseHandlerAuthInterface;
|
|
2276
2785
|
|
|
2277
|
-
|
|
2786
|
+
type UseHandlerClearFormInterface = {
|
|
2278
2787
|
checkIsExpiredWithClear: () => void;
|
|
2279
2788
|
checkIsExpiredWithModal: () => void;
|
|
2280
2789
|
checkIsExpired: () => boolean;
|
|
@@ -2283,23 +2792,27 @@ declare type UseHandlerClearFormInterface = {
|
|
|
2283
2792
|
|
|
2284
2793
|
declare const ClearFormDataHandler: () => UseHandlerClearFormInterface;
|
|
2285
2794
|
|
|
2286
|
-
|
|
2795
|
+
type UseHandlerPartnerInterface = DataHandlerRequestState & {
|
|
2287
2796
|
getPartner: (partnerId: string) => void;
|
|
2288
2797
|
};
|
|
2289
2798
|
|
|
2290
2799
|
declare const useHandlerPartner: () => UseHandlerPartnerInterface;
|
|
2291
2800
|
|
|
2292
|
-
|
|
2293
|
-
getPostal: (postalCode: string) => Promise<
|
|
2801
|
+
type UseHandlerPostalInterface = DataHandlerRequestState & {
|
|
2802
|
+
getPostal: (postalCode: string) => Promise<{
|
|
2803
|
+
errorMessage: string;
|
|
2804
|
+
data?: any;
|
|
2805
|
+
} | undefined>;
|
|
2806
|
+
getPlaceByAddress: (streetAddress: string, city: string, postalCode: string, province: string) => Promise<void>;
|
|
2294
2807
|
};
|
|
2295
2808
|
|
|
2296
2809
|
declare const useHandlerPostal: (insuranceType: InsuranceTypes) => UseHandlerPostalInterface;
|
|
2297
2810
|
|
|
2298
|
-
|
|
2811
|
+
type UseHandlerVehicleMakeInterface = DataHandlerRequestState & {
|
|
2299
2812
|
getVehicleMake: (year: string) => void;
|
|
2300
2813
|
vehicleMakeList: SelectOptionInterface[];
|
|
2301
2814
|
};
|
|
2302
|
-
|
|
2815
|
+
type UseHandlerVehicleModelInterface = DataHandlerRequestState & {
|
|
2303
2816
|
getVehicleModel: (year: string, make: string) => void;
|
|
2304
2817
|
vehicleModelList: SelectOptionInterface[];
|
|
2305
2818
|
};
|
|
@@ -2307,18 +2820,24 @@ declare type UseHandlerVehicleModelInterface = DataHandlerRequestState & {
|
|
|
2307
2820
|
declare const useHandlerCarMake: () => UseHandlerVehicleMakeInterface;
|
|
2308
2821
|
declare const useHandlerCarModel: () => UseHandlerVehicleModelInterface;
|
|
2309
2822
|
|
|
2310
|
-
|
|
2823
|
+
type UseHandlerQuoterEmailInterface = DataHandlerRequestState & {
|
|
2311
2824
|
validateEmail: (email: string) => void;
|
|
2312
2825
|
};
|
|
2313
2826
|
|
|
2314
|
-
declare const
|
|
2827
|
+
declare const useHandlerCarQuoterEmail: () => UseHandlerQuoterEmailInterface;
|
|
2828
|
+
declare const useHandlerHomeQuoterEmail: () => UseHandlerQuoterEmailInterface;
|
|
2829
|
+
declare const useHandlerLifeQuoterEmail: () => UseHandlerQuoterEmailInterface;
|
|
2315
2830
|
|
|
2316
|
-
|
|
2831
|
+
type UseHandlerQuoteInterface = DataHandlerRequestState & {
|
|
2317
2832
|
postRequestQuoteOnliaUrl: (isLoader: boolean, redirectUrl: string) => void;
|
|
2318
2833
|
postRequestQuote: (isRecalc: boolean) => void;
|
|
2319
2834
|
};
|
|
2320
2835
|
|
|
2321
|
-
declare const
|
|
2836
|
+
declare const CarQuoteDataHandler: () => UseHandlerQuoteInterface;
|
|
2837
|
+
|
|
2838
|
+
declare const HomeQuoteDataHandler: () => UseHandlerQuoteInterface;
|
|
2839
|
+
|
|
2840
|
+
declare const LifeQuoteDataHandler: () => UseHandlerQuoteInterface;
|
|
2322
2841
|
|
|
2323
2842
|
interface UseHandlerVehicleValidateInterface {
|
|
2324
2843
|
vehicleFormValidate: (isRedirect?: boolean) => boolean;
|
|
@@ -2343,11 +2862,11 @@ declare const useValidationDriver: () => UseHandlerDriverValidateInterface;
|
|
|
2343
2862
|
declare const useValidationCarDiscount: () => UseHandlerCarDiscountValidateInterface;
|
|
2344
2863
|
|
|
2345
2864
|
interface UseHandlerAddressValidateInterface {
|
|
2346
|
-
addressFormValidate: (isRedirect?: boolean) => boolean
|
|
2865
|
+
addressFormValidate: (isRedirect?: boolean) => Promise<boolean>;
|
|
2347
2866
|
addressFormIsInValidation: boolean;
|
|
2348
2867
|
addressFormIsValid: boolean;
|
|
2349
2868
|
}
|
|
2350
|
-
interface UseHandlerApplicantValidateInterface {
|
|
2869
|
+
interface UseHandlerApplicantValidateInterface$1 {
|
|
2351
2870
|
applicantFormValidate: (isRedirect?: boolean) => boolean;
|
|
2352
2871
|
applicantFormIsInValidation: boolean;
|
|
2353
2872
|
applicantFormIsValid: boolean;
|
|
@@ -2358,20 +2877,35 @@ interface UseHandlerDwellingValidateInterface {
|
|
|
2358
2877
|
dwellingFormIsValid: boolean;
|
|
2359
2878
|
}
|
|
2360
2879
|
interface UseHandlerHomeDiscountValidateInterface {
|
|
2361
|
-
homeDiscountFormValidate: (isRedirect?: boolean) => boolean;
|
|
2880
|
+
homeDiscountFormValidate: (isRedirect?: boolean, requestFn?: () => void) => boolean;
|
|
2362
2881
|
homeDiscountFormIsInValidation: boolean;
|
|
2363
2882
|
homeDiscountFormIsValid: boolean;
|
|
2364
2883
|
}
|
|
2365
2884
|
|
|
2366
2885
|
declare const useValidationAddress: () => UseHandlerAddressValidateInterface;
|
|
2367
2886
|
|
|
2368
|
-
declare const useValidationApplicant: () => UseHandlerApplicantValidateInterface;
|
|
2887
|
+
declare const useValidationApplicant: () => UseHandlerApplicantValidateInterface$1;
|
|
2369
2888
|
|
|
2370
2889
|
declare const useValidationDwelling: () => UseHandlerDwellingValidateInterface;
|
|
2371
2890
|
|
|
2372
2891
|
declare const useValidationHomeDiscount: () => UseHandlerHomeDiscountValidateInterface;
|
|
2373
2892
|
|
|
2893
|
+
interface UseHandlerCoverageValidateInterface {
|
|
2894
|
+
coverageFormValidate: (isRedirect?: boolean) => boolean;
|
|
2895
|
+
coverageFormIsInValidation: boolean;
|
|
2896
|
+
coverageFormIsValid: boolean;
|
|
2897
|
+
}
|
|
2898
|
+
interface UseHandlerApplicantValidateInterface {
|
|
2899
|
+
applicantFormValidate: (isRedirect?: boolean, requestFn?: () => void) => boolean;
|
|
2900
|
+
applicantFormIsInValidation: boolean;
|
|
2901
|
+
applicantFormIsValid: boolean;
|
|
2902
|
+
}
|
|
2903
|
+
|
|
2904
|
+
declare const useValidationCoverage: () => UseHandlerCoverageValidateInterface;
|
|
2905
|
+
|
|
2906
|
+
declare const useValidationLifeApplicant: () => UseHandlerApplicantValidateInterface;
|
|
2907
|
+
|
|
2374
2908
|
declare const addDayToDate: (value: string, days?: number | string) => string;
|
|
2375
2909
|
declare const differenceInHoursFromNow: (date: string) => number;
|
|
2376
2910
|
|
|
2377
|
-
export { AccidentItemInterface, AppConfigStateInterface, AppLoaderStateInterface, AppModalStateInterface, ApplicantCancellationItemInterface, ApplicantClaimItemInterface,
|
|
2911
|
+
export { AccidentItemInterface, AppConfigStateInterface, AppLoaderStateInterface, AppModalStateInterface, ApplicantCancellationItemInterface, ApplicantClaimItemInterface, ApplicantInsuredInterface, BirthDatePayloadType, CarQuoteDataHandler, CarQuoteItemInterface, ClearFormDataHandler, ClientStateInterface, DiscountQuoterInfoInterface, DiscountVehLinkInterface, DriverCancellationItemInterface, DriverItemInterface, DriverLicenceInterface, DriverMinMaxDates, FormCarConfigStateInterface, FormCarDiscountStateInterface, FormCarDriverStateInterface, FormCarPostalStateInterface, FormCarQuoteStateInterface, FormCarQuoteStateReducerInterface, FormCarVehicleStateInterface, FormHomeApplicantStateInterface, FormHomeDiscountStateInterface, FormHomeDwellingStateInterface, FormHomePostalStateInterface, FormHomeQuoteStateInterface, FormHomeQuoteStateReducerInterface, FormLifeApplicantStateInterface, FormLifeCoverageStateInterface, FormLifePostalStateInterface, FormLifeQuoteStateInterface, FormLifeQuoteStateReducerInterface, HomeQuoteDataHandler, HomeQuoteItemInterface, LicenceAgePayloadType, LicenceConfigInterface, LifeQuoteDataHandler, LifeQuoteItemInterface, PartnerStateInterface, ProvinceHookInterface, QuoterInfoInterface, StoreClientActionTypes, StoreConfigAppConfigActionTypes, StoreConfigAppDeviceActionTypes, StoreConfigAppLoaderActionTypes, StoreConfigAppModalActionTypes, StoreFormCarConfigActionTypes, StoreFormCarDiscountActionTypes, StoreFormCarDriverAccidentActionTypes, StoreFormCarDriverBaseActionTypes, StoreFormCarDriverCancellationActionTypes, StoreFormCarDriverInfoActionTypes, StoreFormCarDriverInsuranceActionTypes, StoreFormCarDriverLicenceActionTypes, StoreFormCarDriverSuspensionActionTypes, StoreFormCarDriverTicketActionTypes, StoreFormCarPostalActionTypes, StoreFormCarQuoteActionTypes, StoreFormCarVehicleActionTypes, StoreFormHomeApplicantBaseActionTypes, StoreFormHomeApplicantCancellationActionTypes, StoreFormHomeApplicantClaimActionTypes, StoreFormHomeApplicantInfoActionTypes, StoreFormHomeApplicantInsuranceActionTypes, StoreFormHomeDiscountActionTypes, StoreFormHomeDwellingActionTypes, StoreFormHomePostalActionTypes, StoreFormHomeQuoteActionTypes, StoreFormLifeApplicantActionTypes, StoreFormLifeCoverageActionTypes, StoreFormLifePostalActionTypes, StoreFormLifeQuoteActionTypes, StorePartnerActionTypes, StoreProvider, SuspensionItemInterface, TicketItemInterface, addDayToDate, configStateReducer, differenceInHoursFromNow, formCarReducer, formCondoDwellingInitialState, formHomeDwellingInitialState, formHomeReducer, formLifeReducer, formTenantDwellingInitialState, getDwellingInitialState, globalStateReducer, initHttpResponse, reducers, export_default as token, useHandlerAuth, useHandlerCarMake, useHandlerCarModel, useHandlerCarQuoterEmail, useHandlerHomeQuoterEmail, useHandlerLifeQuoterEmail, useHandlerPartner, useHandlerPostal, useProvince, useStoreAppConfig, useStoreAppDevice, useStoreAppLoader, useStoreAppModal, useStoreClient, useStoreClientLoggedIn, useStoreClientProfile, useStoreClientToken, useStoreDeviceBP, useStoreDeviceType, useStoreFormCarConfig, useStoreFormCarDiscount, useStoreFormCarDriverAccident, useStoreFormCarDriverBase, useStoreFormCarDriverCancellation, useStoreFormCarDriverInfo, useStoreFormCarDriverInsurance, useStoreFormCarDriverLicence, useStoreFormCarDriverSuspension, useStoreFormCarDriverTicket, useStoreFormCarPostal, useStoreFormCarQuote, useStoreFormCarVehicle, useStoreFormHomeApplicantBase, useStoreFormHomeApplicantCancellation, useStoreFormHomeApplicantClaim, useStoreFormHomeApplicantInfo, useStoreFormHomeApplicantInsurance, useStoreFormHomeDiscount, useStoreFormHomeDwelling, useStoreFormHomePostal, useStoreFormHomeQuote, useStoreFormLifeApplicant, useStoreFormLifeCoverage, useStoreFormLifePostal, useStoreFormLifeQuote, useStorePartner, useValidationAddress, useValidationApplicant, useValidationCarDiscount, useValidationCoverage, useValidationDriver, useValidationDwelling, useValidationHomeDiscount, useValidationLifeApplicant, useValidationVehicle };
|