Add license_key support for masque and warp Cloudflare profiles

This commit is contained in:
Shtorm
2026-08-11 23:36:15 +03:00
parent 6126cc2158
commit e8f6936480
7 changed files with 44 additions and 1 deletions

View File

@@ -111,6 +111,10 @@ type DeviceUpdate struct {
Name string `json:"name,omitempty"`
}
type UpdateAccountRequest struct {
License string `json:"license"`
}
type APIError struct {
Result interface{} `json:"result"`
Success bool `json:"success"`