@mychoice/mychoice-sdk-store 2.2.8 → 2.2.9

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,6 @@
1
1
  import { StoreFormLifeQuoteActionTypes } from './actions';
2
2
  export interface LifeBrokerIntegrationInterface {
3
- type: 'hub' | 'experior';
3
+ type: 'hub' | 'dcw';
4
4
  data: {
5
5
  label?: string;
6
6
  description?: string;
@@ -1,6 +1,6 @@
1
1
  import { StoreFormLifeQuoteActionTypes } from './actions';
2
2
  export interface LifeBrokerIntegrationInterface {
3
- type: 'hub' | 'experior';
3
+ type: 'hub' | 'dcw';
4
4
  data: {
5
5
  label?: string;
6
6
  description?: string;
package/dist/index.d.ts CHANGED
@@ -2734,7 +2734,7 @@ declare enum StoreFormLifeQuoteActionTypes {
2734
2734
  }
2735
2735
 
2736
2736
  interface LifeBrokerIntegrationInterface {
2737
- type: 'hub' | 'experior';
2737
+ type: 'hub' | 'dcw';
2738
2738
  data: {
2739
2739
  label?: string;
2740
2740
  description?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mychoice/mychoice-sdk-store",
3
- "version": "2.2.8",
3
+ "version": "2.2.9",
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": "8a6fe44ab4ee004c4f4a23b1b22fad1b70934d00"
40
+ "gitHead": "6a22e90724785655ca431ec26fe66fb1c265b93d"
41
41
  }