feat: generate SDK for Remnawave API v2.8.0
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user