@mychoice/mychoice-sdk-store 2.1.82 → 2.1.84

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/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { SdkFC, ModalTypes, AppTypes, InsuranceTypes, DeviceTypes, ScreenBPTypes, VehicleConditionTypes, DriverLicenceTypes, GenderTypes, OccupationTypes, DriverPriorityTypes, ValidationStatusTypes, RequestStatusTypes, SelectOptionInterface } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC, ModalTypes, AppTypes, InsuranceTypes, DeviceTypes, ScreenBPTypes, VehicleConditionTypes, DriverLicenceTypes, GenderTypes, OccupationTypes, DriverPriorityTypes, ValidationStatusTypes, RequestStatusTypes, SelectOptionInterface, SelectOptionGroupInterface } from '@mychoice/mychoice-sdk-components';
2
2
  import * as redux from 'redux';
3
3
 
4
4
  declare const initHttpResponse: () => void;
@@ -2915,6 +2915,7 @@ declare const useHandlerPostal: (insuranceType: InsuranceTypes) => UseHandlerPos
2915
2915
  type UseHandlerVehicleMakeInterface = DataHandlerRequestState & {
2916
2916
  getVehicleMake: (year: string) => void;
2917
2917
  vehicleMakeList: SelectOptionInterface[];
2918
+ vehicleMakeGroupList: SelectOptionGroupInterface[];
2918
2919
  };
2919
2920
  type UseHandlerVehicleModelInterface = DataHandlerRequestState & {
2920
2921
  getVehicleModel: (year: string, make: string) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mychoice/mychoice-sdk-store",
3
- "version": "2.1.82",
3
+ "version": "2.1.84",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "https://github.com/hexdivision/mychoice-sdk#readme",
6
6
  "author": "GogMes",
@@ -37,5 +37,5 @@
37
37
  "redux": "^4.2.0",
38
38
  "redux-thunk": "^2.4.1"
39
39
  },
40
- "gitHead": "dc63228503c4d999215fd02a4cd692fc33df5e0e"
40
+ "gitHead": "f6fd05a85ffe1e7ebb677a35b3cbf3e247e795ca"
41
41
  }