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