feat(operations): support canonical source providers
This commit is contained in:
@@ -1134,14 +1134,15 @@ type VehicleSourcePolicyUpdate struct {
|
||||
|
||||
type vehicleSourcePolicyStoreUpdate struct {
|
||||
VehicleSourcePolicyUpdate
|
||||
VIN string
|
||||
Protocol string
|
||||
SourceKey string
|
||||
SourceLabel string
|
||||
CurrentEnabled bool
|
||||
CurrentPriority int
|
||||
CurrentRemark string
|
||||
CurrentProvider string
|
||||
VIN string
|
||||
Protocol string
|
||||
SourceKey string
|
||||
SourceLabel string
|
||||
CurrentEnabled bool
|
||||
CurrentPriority int
|
||||
CurrentRemark string
|
||||
CurrentProvider string
|
||||
PolicyConfigurable bool
|
||||
}
|
||||
|
||||
type vehicleLocationSourceHistory struct {
|
||||
|
||||
Reference in New Issue
Block a user