Skip to content

Commit

Permalink
Make shop_genuine_parts_url optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
GitOldGrumpy authored and GitOldGrumpy committed Feb 12, 2024
1 parent 71a3801 commit ecb8699
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 @@ -424,7 +424,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 ecb8699

Please sign in to comment.