feat(platform): separate vehicle lookup key from VIN
This commit is contained in:
@@ -56,6 +56,8 @@ type VehicleCoverageRow struct {
|
||||
|
||||
type VehicleDetail struct {
|
||||
VIN string `json:"vin"`
|
||||
LookupKey string `json:"lookupKey"`
|
||||
LookupResolved bool `json:"lookupResolved"`
|
||||
Identity *VehicleRow `json:"identity,omitempty"`
|
||||
RealtimeSummary *VehicleRealtimeRow `json:"realtimeSummary,omitempty"`
|
||||
Sources []string `json:"sources"`
|
||||
|
||||
Reference in New Issue
Block a user