s+: use 'sharetext' for enum value
This commit is contained in:
parent
883a8ee528
commit
901fb96b0f
|
@ -164,13 +164,13 @@ class ConversionResultTypeEnum(Enum):
|
||||||
PLUS_CODE: str = "pluscode"
|
PLUS_CODE: str = "pluscode"
|
||||||
LOCAL_CODE: str = "localcode"
|
LOCAL_CODE: str = "localcode"
|
||||||
LATLONG: str = "latlong"
|
LATLONG: str = "latlong"
|
||||||
SHAREABLE_TEXT: str = "shareabletext"
|
SHAREABLE_TEXT: str = "sharetext"
|
||||||
"""
|
"""
|
||||||
|
|
||||||
PLUS_CODE = "pluscode"
|
PLUS_CODE = "pluscode"
|
||||||
LOCAL_CODE = "localcode"
|
LOCAL_CODE = "localcode"
|
||||||
LATLONG = "latlong"
|
LATLONG = "latlong"
|
||||||
SHAREABLE_TEXT = "shareabletext"
|
SHAREABLE_TEXT = "sharetext"
|
||||||
|
|
||||||
|
|
||||||
ResultType = TypeVar("ResultType")
|
ResultType = TypeVar("ResultType")
|
||||||
|
|
Loading…
Reference in a new issue