@mychoice/mychoice-sdk-modules 2.2.2 → 2.2.4
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 +17 -10
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/shared/sections/quotes/interfaces.d.ts +1 -0
- package/dist/esm/index.js +17 -10
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/shared/sections/quotes/interfaces.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +2 -2
|
@@ -7,6 +7,7 @@ export type OfferSectionProps = {
|
|
|
7
7
|
brokerCompany?: OfferDetailTitleProps & OfferDetailInfoProps;
|
|
8
8
|
offerPrice?: PriceInterface;
|
|
9
9
|
isBestOffer?: boolean;
|
|
10
|
+
isFirstOffer?: boolean;
|
|
10
11
|
operationHours?: OperationHoursInfoProps;
|
|
11
12
|
redirectUrl?: string;
|
|
12
13
|
fulfillmentUrl?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -145,6 +145,7 @@ type OfferSectionProps = {
|
|
|
145
145
|
brokerCompany?: OfferDetailTitleProps & OfferDetailInfoProps;
|
|
146
146
|
offerPrice?: PriceInterface;
|
|
147
147
|
isBestOffer?: boolean;
|
|
148
|
+
isFirstOffer?: boolean;
|
|
148
149
|
operationHours?: OperationHoursInfoProps;
|
|
149
150
|
redirectUrl?: string;
|
|
150
151
|
fulfillmentUrl?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mychoice/mychoice-sdk-modules",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.4",
|
|
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",
|
|
@@ -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": "70f47a62759828a805fe8b324b685a0018726970"
|
|
44
44
|
}
|