fix(veesp): обновление IP, характеристик и валюты при повторном синке
Docker / build (push) Failing after 21s

Перезапись vcpu/ram/disk/ip на update, fetch VM ips, приоритет валюты из balance API.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Denozordec
2026-06-29 12:10:47 +07:00
co-authored by Cursor
parent 5983c911f2
commit ce6414c65f
7 changed files with 185 additions and 17 deletions
@@ -145,7 +145,7 @@ export const providerAccountsRepository = {
providerId: input.providerId ?? existing.providerId,
name: input.name ?? existing.name,
panelUrl: input.panelUrl ?? existing.panelUrl,
currency: input.currency ?? existing.currency,
currency: input.currency !== undefined ? input.currency : existing.currency,
billingMode: input.billingMode ?? existing.billingMode,
notes: input.notes ?? existing.notes,
apiType: '',