changedInput schema / properties / apply / description
Previous value: -"false (по умолчанию) — только показать команды. true — применить после согласия человека."New value: +"false (default) — only show the commands. true — apply them after the person's consent."
changedInput schema / properties / call / description
Previous value: -"Вызов функции. closed — закрыто; visitor — любой посетитель сайта; user — вошедшие в приложение; server — только сервер с секретным ключом."New value: +"Calling the function. closed — nobody; visitor — any site visitor; user — people signed in to the app; server — only a server holding the secret key."
changedInput schema / properties / confirmed / description
Previous value: -"true — человек уже согласился в чате, увидев, что поменяется. Клиенту с формами не нужен: он спросит сам. Без явного согласия человека не ставь."New value: +"true — the person has already agreed in the chat after seeing what will change. A client with forms does not need it: the server asks the person itself. Never set it without the person's explicit consent."
changedInput schema / properties / database / description
Previous value: -"База: имя, слаг или id. Без него — единственная база организации с включённым Data API."New value: +"The database: name, slug or id. Without it — the organization's only database with the Data API enabled."
changedInput schema / properties / delete / description
Previous value: -"Удаление строк таблицы."New value: +"Deleting rows of the table. Same levels as `get`."
changedInput schema / properties / expected_sql / description
Previous value: -"Команды `sql` из ответа показа, которые видел человек. Обязательны с confirmed=true: применятся только они."New value: +"The `sql` commands from the preview answer that the person saw. Required with confirmed=true: only these are applied."
changedInput schema / properties / get / description
Previous value: -"Чтение таблицы. closed — закрыто; visitor — любой посетитель сайта; user — вошедшие в приложение; server — только сервер с секретным ключом."New value: +"Reading the table. closed — nobody; visitor — any site visitor; user — people signed in to the app; server — only a server holding the secret key."
changedInput schema / properties / object / description
Previous value: -"Таблица `схема.имя` или функция `схема.имя`, при перегрузке — `схема.имя(типы)`. Как в data_api_methods."New value: +"A table `schema.name` or a function `schema.name`; for an overloaded function — `schema.name(types)`. As listed by data_api_methods."
changedInput schema / properties / organization / description
Previous value: -"Организация (слаг). Без него — единственная или личная."New value: +"Organization slug. Without it — the only one, or the personal one."
changedInput schema / properties / patch / description
Previous value: -"Изменение строк таблицы."New value: +"Updating rows of the table. Same levels as `get`."
changedInput schema / properties / post / description
Previous value: -"Добавление строк в таблицу."New value: +"Inserting rows into the table. Same levels as `get`."