Initial commit: VoIdeaAI - voice-first AI idea assistant
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
"""Public config schema for VoIdea API."""
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class PublicConfigResponse(BaseModel):
|
||||
project_name: str
|
||||
project_version: str
|
||||
project_env: str
|
||||
project_slogan: str
|
||||
social_telegram: str
|
||||
social_vk: str
|
||||
social_youtube: str
|
||||
social_tiktok: str
|
||||
yandex_metrika_id: str
|
||||
google_analytics_id: str
|
||||
tariffs_enabled: bool
|
||||
tariffs_free_code: str
|
||||
accepted_terms_version: str
|
||||
Reference in New Issue
Block a user