@mychoice/mychoice-sdk-modules 2.1.75 → 2.1.77
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/cjs/index.js +3 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/shared/sections/quotes/interfaces.d.ts +2 -2
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/shared/sections/quotes/interfaces.d.ts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +4 -4
|
@@ -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, CarBrokerIntegrationInterface, HomeBrokerIntegrationInterface } from '@mychoice/mychoice-sdk-store';
|
|
3
|
+
import { CarQuoteCoverageInterface, CarQuoteItemInterface, CarBrokerIntegrationInterface, HomeBrokerIntegrationInterface, LifeBrokerIntegrationInterface } from '@mychoice/mychoice-sdk-store';
|
|
4
4
|
export type OfferSectionProps = {
|
|
5
5
|
phoneNumber?: PhoneObjectInterface;
|
|
6
6
|
offerCompany?: OfferDetailTitleProps & OfferDetailInfoProps;
|
|
@@ -12,5 +12,5 @@ export type OfferSectionProps = {
|
|
|
12
12
|
fulfillmentUrl?: string;
|
|
13
13
|
coverages?: CarQuoteCoverageInterface[];
|
|
14
14
|
nonStandardCoverages?: CarQuoteItemInterface['nonStandardCoverages'];
|
|
15
|
-
brokerIntegration?: CarBrokerIntegrationInterface | HomeBrokerIntegrationInterface;
|
|
15
|
+
brokerIntegration?: CarBrokerIntegrationInterface | HomeBrokerIntegrationInterface | LifeBrokerIntegrationInterface;
|
|
16
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, CarBrokerIntegrationInterface, HomeBrokerIntegrationInterface } from '@mychoice/mychoice-sdk-store';
|
|
3
|
+
import { CarQuoteCoverageInterface, CarQuoteItemInterface, CarBrokerIntegrationInterface, HomeBrokerIntegrationInterface, LifeBrokerIntegrationInterface } 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,7 +150,7 @@ type OfferSectionProps = {
|
|
|
150
150
|
fulfillmentUrl?: string;
|
|
151
151
|
coverages?: CarQuoteCoverageInterface[];
|
|
152
152
|
nonStandardCoverages?: CarQuoteItemInterface['nonStandardCoverages'];
|
|
153
|
-
brokerIntegration?: CarBrokerIntegrationInterface | HomeBrokerIntegrationInterface;
|
|
153
|
+
brokerIntegration?: CarBrokerIntegrationInterface | HomeBrokerIntegrationInterface | LifeBrokerIntegrationInterface;
|
|
154
154
|
};
|
|
155
155
|
|
|
156
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.
|
|
3
|
+
"version": "2.1.77",
|
|
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",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
},
|
|
31
31
|
"homepage": "https://github.com/hexdivision/mychoice-sdk#readme",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@mychoice/mychoice-sdk-components": "^2.1.
|
|
34
|
-
"@mychoice/mychoice-sdk-store": "^2.1.
|
|
33
|
+
"@mychoice/mychoice-sdk-components": "^2.1.77",
|
|
34
|
+
"@mychoice/mychoice-sdk-store": "^2.1.77",
|
|
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": "
|
|
43
|
+
"gitHead": "d2ea289af64d7e0b510c516b5853d4698b687687"
|
|
44
44
|
}
|