chore: generate sdk v2.8.0

This commit is contained in:
2026-06-30 20:49:49 +03:00
parent e2f5e9fe02
commit 972f018112
19 changed files with 79755 additions and 3491 deletions
+18
View File
@@ -34,6 +34,16 @@ type BandwidthStatsNodesGetStatsNodeUsersUsageParams struct {
UUID string
}
// BandwidthStatsNodesGetStatsNodesUsersUsageParams is parameters of BandwidthStatsNodes_getStatsNodesUsersUsage operation.
type BandwidthStatsNodesGetStatsNodesUsersUsageParams struct {
// Limit of top users to return.
TopUsersLimit int
// Start date (YYYY-MM-DD).
Start time.Time
// End date (YYYY-MM-DD).
End time.Time
}
// BandwidthStatsUsersGetStatsNodesUsageParams is parameters of BandwidthStatsUsers_getStatsNodesUsage operation.
type BandwidthStatsUsersGetStatsNodesUsageParams struct {
// Limit of top nodes to return.
@@ -468,6 +478,14 @@ type UsersGetUsersByTagParams struct {
Tag string
}
// UsersGetUsersStreamParams is parameters of Users_getUsersStream operation.
type UsersGetUsersStreamParams struct {
// Page size, no more than 1000 (default 250).
Size OptInt `json:",omitempty,omitzero"`
// Cursor from the previous response (nextCursor). Omit on the first request.
Cursor OptString `json:",omitempty,omitzero"`
}
// UsersResetUserTrafficParams is parameters of Users_resetUserTraffic operation.
type UsersResetUserTrafficParams struct {
// UUID of the user.