@mychoice/mychoice-sdk-modules 2.2.3 → 2.2.5

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.
@@ -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",
3
+ "version": "2.2.5",
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.2.0",
34
- "@mychoice/mychoice-sdk-store": "^2.2.0",
34
+ "@mychoice/mychoice-sdk-store": "^2.2.5",
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": "11eb39eec6d2bbad7746ea502fed0fdffc55ed8c"
43
+ "gitHead": "d7d80310f4eb6f4ea7f3acd12162b7ada89b9786"
44
44
  }