Skip to content

Commit 93461dd

Browse files
authored
Merge pull request #32 from DealerDotCom/US1194955/estimated-delivery-date
Add estimatedDeliveryDate field to docs
2 parents 8d74474 + dfd214c commit 93461dd

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Diff for: CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
### Updated
98

10-
- Updated `Internal Locations` documentation to add a note about uncompatible header variations with header-toolbar
119

1210
## [Unreleased]
1311

12+
### Updated
13+
14+
- Updated `Vehicle Event` field keys to add `estimatedDeliveryDate`
15+
16+
### Updated
17+
18+
- Updated `Internal Locations` documentation to add a note about uncompatible header variations with header-toolbar
19+
1420
## [v2023-09-06T15.57.59] - 2023-09-06
1521

1622
## [v2023-06-01T18.03.57] - 2023-06-01

Diff for: source/includes/_events.md

+2
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ Field Key | Example Value | Field Format
109109
driveLine: 'Front-wheel Drive',
110110
engine: 'I-4 cyl',
111111
engineSize: '1.5L',
112+
estimatedDeliveryDate: '10/30/2028',
112113
exteriorColor: 'Crystal Black Pearl',
113114
finalPrice: 32000,
114115
fuelType: 'Regular Unleaded',
@@ -184,6 +185,7 @@ Field Key | Example Value | Field Format | Status
184185
`driveLine` | `FWD` | `String`
185186
`engine` | `I-4 cyl` | `String`
186187
`engineSize` | `1.5L` | `String`
188+
`estimatedDeliveryDate` | `10/30/2028` | `String`
187189
`exteriorColor` | `Platinum White Pearl` | `String`
188190
`finalPrice` | `32000` | `Integer`
189191
`fuelType` | `Regular Unleaded` | `String`

0 commit comments

Comments
 (0)