Unknown
This commit is contained in:
@@ -86,7 +86,7 @@ class Event_Badge_Base(BaseModel):
|
|||||||
country: Optional[str]
|
country: Optional[str]
|
||||||
|
|
||||||
# full_address: Optional[str]
|
# full_address: Optional[str]
|
||||||
|
|
||||||
location: Optional[str] # Actual location name shown on badge and other "public" areas
|
location: Optional[str] # Actual location name shown on badge and other "public" areas
|
||||||
location_short: Optional[str] # Auto generated short version
|
location_short: Optional[str] # Auto generated short version
|
||||||
location_long: Optional[str] # Auto generated long version
|
location_long: Optional[str] # Auto generated long version
|
||||||
@@ -97,6 +97,8 @@ class Event_Badge_Base(BaseModel):
|
|||||||
query_str: Optional[str]
|
query_str: Optional[str]
|
||||||
|
|
||||||
# NOTE: More badge fields need to be added here once things are cleaned up
|
# NOTE: More badge fields need to be added here once things are cleaned up
|
||||||
|
badge_type_code_override: Optional[str]
|
||||||
|
badge_type_override: Optional[str]
|
||||||
badge_type_code: Optional[str]
|
badge_type_code: Optional[str]
|
||||||
badge_type: Optional[str]
|
badge_type: Optional[str]
|
||||||
member_type_code: Optional[str]
|
member_type_code: Optional[str]
|
||||||
|
|||||||
Reference in New Issue
Block a user