General clean up of field names
This commit is contained in:
@@ -42,7 +42,7 @@ class Contact_Base(BaseModel):
|
|||||||
timezone: Optional[str]
|
timezone: Optional[str]
|
||||||
|
|
||||||
email: Optional[str]
|
email: Optional[str]
|
||||||
website: Optional[str]
|
website_url: Optional[str]
|
||||||
website_name: Optional[str]
|
website_name: Optional[str]
|
||||||
|
|
||||||
phone_mobile: Optional[str]
|
phone_mobile: Optional[str]
|
||||||
@@ -51,10 +51,10 @@ class Contact_Base(BaseModel):
|
|||||||
phone_land: Optional[str]
|
phone_land: Optional[str]
|
||||||
phone_fax: Optional[str]
|
phone_fax: Optional[str]
|
||||||
|
|
||||||
facebook: Optional[str]
|
facebook_url: Optional[str]
|
||||||
instagram: Optional[str]
|
instagram_url: Optional[str]
|
||||||
twitter: Optional[str]
|
twitter_url: Optional[str]
|
||||||
linkedin: Optional[str]
|
linkedin_url: Optional[str]
|
||||||
|
|
||||||
other_site_url: Optional[str]
|
other_site_url: Optional[str]
|
||||||
other_site_name: Optional[str]
|
other_site_name: Optional[str]
|
||||||
|
|||||||
Reference in New Issue
Block a user