@mychoice/mychoice-sdk-store 2.1.69 → 2.1.71

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.
@@ -34,7 +34,7 @@ export interface CarQuoteItemInterface {
34
34
  20: boolean;
35
35
  27: boolean;
36
36
  43: boolean;
37
- ACCW: boolean;
37
+ aCCW: boolean;
38
38
  };
39
39
  }
40
40
  export interface FormCarQuoteStateInterface {
@@ -34,7 +34,7 @@ export interface CarQuoteItemInterface {
34
34
  20: boolean;
35
35
  27: boolean;
36
36
  43: boolean;
37
- ACCW: boolean;
37
+ aCCW: boolean;
38
38
  };
39
39
  }
40
40
  export interface FormCarQuoteStateInterface {
package/dist/index.d.ts CHANGED
@@ -1544,7 +1544,7 @@ interface CarQuoteItemInterface {
1544
1544
  20: boolean;
1545
1545
  27: boolean;
1546
1546
  43: boolean;
1547
- ACCW: boolean;
1547
+ aCCW: boolean;
1548
1548
  };
1549
1549
  }
1550
1550
  interface FormCarQuoteStateInterface {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mychoice/mychoice-sdk-store",
3
- "version": "2.1.69",
3
+ "version": "2.1.71",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "https://github.com/hexdivision/mychoice-sdk#readme",
6
6
  "author": "GogMes",
@@ -29,7 +29,7 @@
29
29
  "url": "https://github.com/hexdivision/mychoice-sdk/issues"
30
30
  },
31
31
  "dependencies": {
32
- "@mychoice/mychoice-sdk-components": "^2.1.69",
32
+ "@mychoice/mychoice-sdk-components": "^2.1.71",
33
33
  "@redux-devtools/extension": "^3.2.2",
34
34
  "axios": "^0.27.2",
35
35
  "humps": "^2.0.1",
@@ -37,5 +37,5 @@
37
37
  "redux": "^4.2.0",
38
38
  "redux-thunk": "^2.4.1"
39
39
  },
40
- "gitHead": "5a1d1df451d8d75830db95bc7622603acfe6d245"
40
+ "gitHead": "827b5832dca553b92d68335853386fb5a0f26f82"
41
41
  }