chore: remove terms of service setting
Keep privacy policy and user agreement links as the supported legal documents. Refresh the admin settings manifest, demo dataset, locales, docs, and bot menu tests.
This commit is contained in:
@@ -15,14 +15,14 @@ export const DEMO_DATASET = {
|
||||
logs: 1600,
|
||||
supportTickets: 3,
|
||||
translationKeys: 1994,
|
||||
settingsFields: 223,
|
||||
settingsFields: 222,
|
||||
},
|
||||
},
|
||||
config: {
|
||||
title: "/minishop",
|
||||
supportUrl: "https://t.me/demo_minishop_support",
|
||||
privacyPolicyUrl: "https://demo.example/privacy",
|
||||
userAgreementUrl: "https://demo.example/terms",
|
||||
userAgreementUrl: "https://demo.example/agreement",
|
||||
telegramLoginBotUsername: "demo_minishop_bot",
|
||||
telegramLoginBotId: 1234567890,
|
||||
telegramOAuthClientId: 1234567890,
|
||||
@@ -68425,8 +68425,8 @@ export const DEMO_DATASET = {
|
||||
telegram_username: "login_please",
|
||||
telegram_first_name: "",
|
||||
email: "",
|
||||
event_type: "command:/terms",
|
||||
content: "Demo event: command:/terms Account #910327.",
|
||||
event_type: "command:/agreement",
|
||||
content: "Demo event: command:/agreement Account #910327.",
|
||||
is_admin_event: false,
|
||||
target_user_id: null,
|
||||
timestamp: "2026-05-21T07:34:39Z",
|
||||
@@ -69385,8 +69385,8 @@ export const DEMO_DATASET = {
|
||||
telegram_username: "login_please",
|
||||
telegram_first_name: "",
|
||||
email: "",
|
||||
event_type: "command:/terms",
|
||||
content: "Demo event: command:/terms Account #910327.",
|
||||
event_type: "command:/agreement",
|
||||
content: "Demo event: command:/agreement Account #910327.",
|
||||
is_admin_event: false,
|
||||
target_user_id: null,
|
||||
timestamp: "2026-05-19T13:37:32Z",
|
||||
@@ -86121,26 +86121,6 @@ export const DEMO_DATASET = {
|
||||
overridden: false,
|
||||
updated_at: null,
|
||||
},
|
||||
{
|
||||
key: "TERMS_OF_SERVICE_URL",
|
||||
type: "url",
|
||||
section: "general",
|
||||
section_order: 1,
|
||||
subsection: null,
|
||||
label: "Условия использования",
|
||||
description: "",
|
||||
i18n_label_key: "admin_settings_field_terms_of_service_url_label",
|
||||
i18n_description_key: null,
|
||||
i18n_subsection_key: null,
|
||||
i18n_placeholder_key: null,
|
||||
placeholder: "https://demo.example/terms_of_service_url",
|
||||
optional: true,
|
||||
secret: false,
|
||||
default: "https://demo.example/terms_of_service_url",
|
||||
value: "https://demo.example/terms_of_service_url",
|
||||
overridden: false,
|
||||
updated_at: null,
|
||||
},
|
||||
{
|
||||
key: "PRIVACY_POLICY_URL",
|
||||
type: "url",
|
||||
@@ -114599,30 +114579,6 @@ export const DEMO_DATASET = {
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
key: "admin_settings_field_terms_of_service_url_label",
|
||||
audience: "internal",
|
||||
values: {
|
||||
ru: {
|
||||
base: "Условия использования",
|
||||
fallback: "Условия использования",
|
||||
effective: "Условия использования",
|
||||
override: "",
|
||||
overridden: false,
|
||||
updated_at: null,
|
||||
updated_by: null,
|
||||
},
|
||||
en: {
|
||||
base: "Terms Of Service URL",
|
||||
fallback: "Условия использования",
|
||||
effective: "Terms Of Service URL",
|
||||
override: "",
|
||||
overridden: false,
|
||||
updated_at: null,
|
||||
updated_by: null,
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
key: "admin_settings_field_user_agreement_url_label",
|
||||
audience: "internal",
|
||||
@@ -133711,30 +133667,6 @@ export const DEMO_DATASET = {
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
key: "menu_terms_button",
|
||||
audience: "user",
|
||||
values: {
|
||||
ru: {
|
||||
base: "📄 Условия сервиса",
|
||||
fallback: "📄 Условия сервиса",
|
||||
effective: "📄 Условия сервиса",
|
||||
override: "",
|
||||
overridden: false,
|
||||
updated_at: null,
|
||||
updated_by: null,
|
||||
},
|
||||
en: {
|
||||
base: "📄 Terms of Service",
|
||||
fallback: "📄 Условия сервиса",
|
||||
effective: "📄 Terms of Service",
|
||||
override: "",
|
||||
overridden: false,
|
||||
updated_at: null,
|
||||
updated_by: null,
|
||||
},
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -98,25 +98,6 @@
|
||||
"overridden": false,
|
||||
"updated_at": null
|
||||
},
|
||||
{
|
||||
"key": "TERMS_OF_SERVICE_URL",
|
||||
"type": "url",
|
||||
"section": "general",
|
||||
"section_order": 1,
|
||||
"subsection": null,
|
||||
"label": "Условия использования",
|
||||
"description": "",
|
||||
"i18n_label_key": "admin_settings_field_terms_of_service_url_label",
|
||||
"i18n_description_key": null,
|
||||
"i18n_subsection_key": null,
|
||||
"i18n_placeholder_key": null,
|
||||
"placeholder": "",
|
||||
"optional": true,
|
||||
"secret": false,
|
||||
"value": "",
|
||||
"overridden": false,
|
||||
"updated_at": null
|
||||
},
|
||||
{
|
||||
"key": "PRIVACY_POLICY_URL",
|
||||
"type": "url",
|
||||
|
||||
Reference in New Issue
Block a user