@mychoice/mychoice-sdk-store 2.2.14 → 2.2.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,7 @@
1
1
  import { StoreFormCarQuoteActionTypes } from './actions';
2
2
  export declare enum CarBrokerTypeEnum {
3
- Youset = "youset"
3
+ Youset = "youset",
4
+ Mitch = "mitch"
4
5
  }
5
6
  export interface BrokerProfileInterface {
6
7
  description: string;
@@ -26,6 +27,7 @@ export interface CarQuoteCoverageInterface {
26
27
  }
27
28
  export interface CarBrokerIntegrationInterface {
28
29
  type: CarBrokerTypeEnum;
30
+ ux?: 'contactonly';
29
31
  data: Record<string, any>;
30
32
  }
31
33
  export interface CarQuoteItemInterface {
@@ -1,9 +1,11 @@
1
1
  import { StoreFormHomeQuoteActionTypes } from './actions';
2
2
  export declare enum HomeBrokerTypeEnum {
3
- Youset = "youset"
3
+ Youset = "youset",
4
+ Mitch = "mitch"
4
5
  }
5
6
  export interface HomeBrokerIntegrationInterface {
6
7
  type: HomeBrokerTypeEnum;
8
+ ux?: 'contactonly';
7
9
  data: Record<string, any>;
8
10
  }
9
11
  export interface BrokerProfileInterface {
@@ -1,6 +1,7 @@
1
1
  import { StoreFormLifeQuoteActionTypes } from './actions';
2
2
  export interface LifeBrokerIntegrationInterface {
3
3
  type: 'hub' | 'dcw';
4
+ ux?: 'contactonly';
4
5
  data: {
5
6
  label?: string;
6
7
  description?: string;
package/dist/index.d.ts CHANGED
@@ -1553,7 +1553,8 @@ declare enum StoreFormCarQuoteActionTypes {
1553
1553
  }
1554
1554
 
1555
1555
  declare enum CarBrokerTypeEnum {
1556
- Youset = "youset"
1556
+ Youset = "youset",
1557
+ Mitch = "mitch"
1557
1558
  }
1558
1559
  interface BrokerProfileInterface$2 {
1559
1560
  description: string;
@@ -1579,6 +1580,7 @@ interface CarQuoteCoverageInterface {
1579
1580
  }
1580
1581
  interface CarBrokerIntegrationInterface {
1581
1582
  type: CarBrokerTypeEnum;
1583
+ ux?: 'contactonly';
1582
1584
  data: Record<string, any>;
1583
1585
  }
1584
1586
  interface CarQuoteItemInterface {
@@ -2434,10 +2436,12 @@ declare enum StoreFormHomeQuoteActionTypes {
2434
2436
  }
2435
2437
 
2436
2438
  declare enum HomeBrokerTypeEnum {
2437
- Youset = "youset"
2439
+ Youset = "youset",
2440
+ Mitch = "mitch"
2438
2441
  }
2439
2442
  interface HomeBrokerIntegrationInterface {
2440
2443
  type: HomeBrokerTypeEnum;
2444
+ ux?: 'contactonly';
2441
2445
  data: Record<string, any>;
2442
2446
  }
2443
2447
  interface BrokerProfileInterface$1 {
@@ -2771,6 +2775,7 @@ declare enum StoreFormLifeQuoteActionTypes {
2771
2775
 
2772
2776
  interface LifeBrokerIntegrationInterface {
2773
2777
  type: 'hub' | 'dcw';
2778
+ ux?: 'contactonly';
2774
2779
  data: {
2775
2780
  label?: string;
2776
2781
  description?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mychoice/mychoice-sdk-store",
3
- "version": "2.2.14",
3
+ "version": "2.2.18",
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.2.14",
32
+ "@mychoice/mychoice-sdk-components": "^2.2.18",
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": "cc0ad353a328188d1259ec1cb95333dd5ceb4b8f"
40
+ "gitHead": "0cfbf71aa221bbbe02f0b142ac54e6af135ed72c"
41
41
  }