Refactor: Implement submission flow enforcement

This commit is contained in:
gpt-engineer-app[bot]
2025-10-06 16:46:52 +00:00
parent f86b772eca
commit 02a9fdad84
2 changed files with 153 additions and 0 deletions

View File

@@ -2700,6 +2700,14 @@ export type Database = {
}
Returns: string
}
set_config_value: {
Args: {
is_local?: boolean
setting_name: string
setting_value: string
}
Returns: undefined
}
update_company_ratings: {
Args: { target_company_id: string }
Returns: undefined