feat: generate SDK for Remnawave API v2.8.0

This commit is contained in:
2026-06-30 22:57:09 +03:00
parent c46da4d94f
commit 5c30a1a71b
19 changed files with 79754 additions and 3490 deletions
+12 -8
View File
@@ -13,6 +13,10 @@ type ApiTokensFindAllRes interface {
apiTokensFindAllRes()
}
type ApiTokensGetScopesRes interface {
apiTokensGetScopesRes()
}
type AuthGetStatusRes interface {
authGetStatusRes()
}
@@ -49,6 +53,10 @@ type BandwidthStatsNodesGetStatsNodeUsersUsageRes interface {
bandwidthStatsNodesGetStatsNodeUsersUsageRes()
}
type BandwidthStatsNodesGetStatsNodesUsersUsageRes interface {
bandwidthStatsNodesGetStatsNodesUsersUsageRes()
}
type BandwidthStatsUsersGetStatsNodesUsageRes interface {
bandwidthStatsUsersGetStatsNodesUsageRes()
}
@@ -137,10 +145,6 @@ type HostsBulkActionsEnableHostsRes interface {
hostsBulkActionsEnableHostsRes()
}
type HostsBulkActionsSetInboundToHostsRes interface {
hostsBulkActionsSetInboundToHostsRes()
}
type HostsBulkActionsSetPortToHostsRes interface {
hostsBulkActionsSetPortToHostsRes()
}
@@ -561,10 +565,6 @@ type SystemDebugSrrMatcherRes interface {
systemDebugSrrMatcherRes()
}
type SystemEncryptHappCryptoLinkRes interface {
systemEncryptHappCryptoLinkRes()
}
type SystemGetBandwidthStatsRes interface {
systemGetBandwidthStatsRes()
}
@@ -717,6 +717,10 @@ type UsersGetUsersByTagRes interface {
usersGetUsersByTagRes()
}
type UsersGetUsersStreamRes interface {
usersGetUsersStreamRes()
}
type UsersResetUserTrafficRes interface {
usersResetUserTrafficRes()
}