Remnawave_rust-sdk/.gitignore
vffuunnyy 69eff250b8
Refactor API types for billing, config profiles, external squads, hosts, hwid, internal squads, nodes, passkeys, remnawave settings, snippets, subscription request history, subscriptions, system, and users
- Updated various structs to remove unnecessary `Eq` trait implementations.
- Changed `Option<String>` to `Option<Option<String>>` for fields that can be explicitly set to `None`.
- Modified numeric types from `usize` to `f64` for better precision in billing-related structs.
- Introduced new API types for external squads, passkeys, remnawave settings, snippets, and subscription request history.
- Added new response DTOs and request DTOs for managing external squads and passkeys.
- Enhanced existing structs with additional fields for better data representation.
- Updated the `mod.rs` file to include new modules and ensure proper exports.
2025-11-02 13:00:36 +07:00

6 lines
No EOL
49 B
Text

Cargo.lock
/target
/versions
/tests
.vscode
.idea