(20250825) -Added new google places API Integration system, no more oauth system for places api integration,
added multiple files for and correction and changes as well.
This commit is contained in:
@@ -345,15 +345,15 @@ class PlacesTextSearchRequestData(BaseModel):
|
||||
frozen = True
|
||||
)
|
||||
|
||||
textQuery: float = Field(
|
||||
textQuery: str = Field(
|
||||
description= "Text Query for find places",
|
||||
frozen= True
|
||||
)
|
||||
|
||||
max_count: int = Field(
|
||||
maxCount: int = Field(
|
||||
description= "Max count for get result counts",
|
||||
frozen=True,
|
||||
default=20
|
||||
default=5
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user