Skip to content

Commit f884ee4

Browse files
committed
Add registrar index.
Indeed, as PyFunceble officially provides a way to provide the registrar, we should also expose the index here.
1 parent 38d56d9 commit f884ee4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pyfunceble_webworker/models/availability.py

+1
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ class AvailabilityStatusExtended(AvailabilityStatusBase):
178178
url_syntax: Optional[bool] = None
179179

180180
expiration_date: Optional[str] = None
181+
registrar: Optional[str] = None
181182

182183
status_before_extra_rules: Optional[str] = None
183184
status_after_extra_rules: Optional[str] = None

pyfunceble_webworker/models/records.py

+1
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,4 @@ class StatusWhoisLookupRecord(BaseModel):
7474
subject: Optional[str] = None
7575
record: Optional[str] = None
7676
expiration_date: Optional[str] = None
77+
registrar: Optional[str] = None

0 commit comments

Comments
 (0)