feat(api, web): интеграция Veesp client area API
Docker / build (push) Has been cancelled

Добавлен отдельный модуль veesp для синка VPS, баланса, счетов и тарифов через JWT/Basic auth.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Denozordec
2026-06-29 10:25:12 +07:00
co-authored by Cursor
parent b15e10f117
commit 579c00392d
17 changed files with 1773 additions and 5 deletions
+7
View File
@@ -69,6 +69,13 @@ export function accountCredentialLabels(apiType?: string | null): {
loginPlaceholder: '1',
}
}
if (String(apiType).toLowerCase() === 'veesp') {
return {
loginLabel: 'Email',
passwordLabel: 'Пароль',
loginPlaceholder: '[email protected]',
}
}
if (isUserApiType(apiType)) {
return {
loginLabel: '',