Skip to content

Commit

Permalink
Make shop_genuine_parts_url optional. (#331)
Browse files Browse the repository at this point in the history
Co-authored-by: GitOldGrumpy <[email protected]>
Co-authored-by: Simon Hörrle <[email protected]>
  • Loading branch information
3 people authored Feb 13, 2024
1 parent e877ad7 commit c0507c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mytoyota/models/endpoints/vehicle_guid.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ class VehicleGuidModel(BaseModel):
alias="serviceConnectStatus"
) # TODO unsure what this returns
services: List[Any] # TODO unsure what this returns
shop_genuine_parts_url: str = Field(alias="shopGenuinePartsUrl")
shop_genuine_parts_url: Optional[str] = Field(alias="shopGenuinePartsUrl")
status: str
stock_pic_reference: str = Field(alias="stockPicReference")
subscriber_guid: UUID = Field(alias="subscriberGuid")
Expand Down

0 comments on commit c0507c3

Please sign in to comment.