@mychoice/mychoice-sdk-modules 2.1.74 → 2.1.75

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 { OfferDetailInfoProps, OfferDetailTitleProps, OperationHoursInfoProps, PriceInterface } from '@mychoice/mychoice-sdk-components';
2
2
  import { PhoneObjectInterface } from '../../../insurances';
3
- import { CarQuoteCoverageInterface, CarQuoteItemInterface } from '@mychoice/mychoice-sdk-store';
3
+ import { CarQuoteCoverageInterface, CarQuoteItemInterface, CarBrokerIntegrationInterface, HomeBrokerIntegrationInterface } from '@mychoice/mychoice-sdk-store';
4
4
  export type OfferSectionProps = {
5
5
  phoneNumber?: PhoneObjectInterface;
6
6
  offerCompany?: OfferDetailTitleProps & OfferDetailInfoProps;
@@ -12,4 +12,5 @@ export type OfferSectionProps = {
12
12
  fulfillmentUrl?: string;
13
13
  coverages?: CarQuoteCoverageInterface[];
14
14
  nonStandardCoverages?: CarQuoteItemInterface['nonStandardCoverages'];
15
+ brokerIntegration?: CarBrokerIntegrationInterface | HomeBrokerIntegrationInterface;
15
16
  };
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as _mychoice_mychoice_sdk_components from '@mychoice/mychoice-sdk-components';
2
2
  import { AppTypes, InsuranceTypes, SdkFC, SelectOptionInterface, DefaultInputProps, OnChangeEventInterface, InputTypes, ValidationStatusTypes, SdkElement, SelectOptionGroupInterface, SizeTypes, DateTypes, OfferDetailTitleProps, OfferDetailInfoProps, PriceInterface, OperationHoursInfoProps, NavigationItemInterface, ValidationHookInterface } from '@mychoice/mychoice-sdk-components';
3
- import { CarQuoteCoverageInterface, CarQuoteItemInterface } from '@mychoice/mychoice-sdk-store';
3
+ import { CarQuoteCoverageInterface, CarQuoteItemInterface, CarBrokerIntegrationInterface, HomeBrokerIntegrationInterface } from '@mychoice/mychoice-sdk-store';
4
4
  import * as react_jsx_runtime from 'react/jsx-runtime';
5
5
  import * as react from 'react';
6
6
 
@@ -150,6 +150,7 @@ type OfferSectionProps = {
150
150
  fulfillmentUrl?: string;
151
151
  coverages?: CarQuoteCoverageInterface[];
152
152
  nonStandardCoverages?: CarQuoteItemInterface['nonStandardCoverages'];
153
+ brokerIntegration?: CarBrokerIntegrationInterface | HomeBrokerIntegrationInterface;
153
154
  };
154
155
 
155
156
  declare const OfferSection: SdkFC<OfferSectionProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mychoice/mychoice-sdk-modules",
3
- "version": "2.1.74",
3
+ "version": "2.1.75",
4
4
  "description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",
5
5
  "keywords": [],
6
6
  "author": "GogMes",
@@ -31,7 +31,7 @@
31
31
  "homepage": "https://github.com/hexdivision/mychoice-sdk#readme",
32
32
  "dependencies": {
33
33
  "@mychoice/mychoice-sdk-components": "^2.1.71",
34
- "@mychoice/mychoice-sdk-store": "^2.1.74",
34
+ "@mychoice/mychoice-sdk-store": "^2.1.75",
35
35
  "@types/react-gtm-module": "^2.0.1",
36
36
  "@types/react-places-autocomplete": "7.2.9",
37
37
  "react-error-boundary": "^4.0.11",
@@ -40,5 +40,5 @@
40
40
  "react-helmet": "^6.1.0",
41
41
  "react-router-dom": "^6.3.0"
42
42
  },
43
- "gitHead": "0662d592b7a7fd5f0753da8144e05cd1f6563988"
43
+ "gitHead": "7672d0119b710bd9d2ffb20fb080889b826caf9d"
44
44
  }
@@ -1,3 +0,0 @@
1
- import { SdkFC } from '../../../interfaces';
2
- import { VehicleOfferCoverageProps } from '../interfaces';
3
- export declare const VehicleOfferCoverage: SdkFC<VehicleOfferCoverageProps>;
@@ -1,9 +0,0 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
2
- export type VehicleOfferCoverageProps = {
3
- annualPremium: number;
4
- code: string;
5
- deductible: string;
6
- limit1: string;
7
- limit2: string;
8
- };
9
- export declare const VehicleOfferCoverage: SdkFC<VehicleOfferCoverageProps>;
@@ -1,3 +0,0 @@
1
- import { SdkFC } from '../../../interfaces';
2
- import { VehicleOfferCoverageProps } from '../interfaces';
3
- export declare const VehicleOfferCoverage: SdkFC<VehicleOfferCoverageProps>;
@@ -1,9 +0,0 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
2
- export type VehicleOfferCoverageProps = {
3
- annualPremium: number;
4
- code: string;
5
- deductible: string;
6
- limit1: string;
7
- limit2: string;
8
- };
9
- export declare const VehicleOfferCoverage: SdkFC<VehicleOfferCoverageProps>;