File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,18 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ### Updated
9
8
10
- - Updated ` Internal Locations ` documentation to add a note about uncompatible header variations with header-toolbar
11
9
12
10
## [ Unreleased]
13
11
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
+
14
20
## [ v2023-09-06T15.57.59] - 2023-09-06
15
21
16
22
## [ v2023-06-01T18.03.57] - 2023-06-01
Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ Field Key | Example Value | Field Format
109
109
driveLine: ' Front-wheel Drive' ,
110
110
engine: ' I-4 cyl' ,
111
111
engineSize: ' 1.5L' ,
112
+ estimatedDeliveryDate: ' 10/30/2028' ,
112
113
exteriorColor: ' Crystal Black Pearl' ,
113
114
finalPrice: 32000 ,
114
115
fuelType: ' Regular Unleaded' ,
@@ -184,6 +185,7 @@ Field Key | Example Value | Field Format | Status
184
185
` driveLine ` | ` FWD ` | ` String `
185
186
` engine ` | ` I-4 cyl ` | ` String `
186
187
` engineSize ` | ` 1.5L ` | ` String `
188
+ ` estimatedDeliveryDate ` | ` 10/30/2028 ` | ` String `
187
189
` exteriorColor ` | ` Platinum White Pearl ` | ` String `
188
190
` finalPrice ` | ` 32000 ` | ` Integer `
189
191
` fuelType ` | ` Regular Unleaded ` | ` String `
You can’t perform that action at this time.
0 commit comments