Skip to content

Commit

Permalink
Update reponse type to add freepass (#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
octol authored Oct 24, 2024
1 parent 8e6e1e8 commit 7d7aca8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nym-vpn-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,14 @@ members = [
# nym-bandwidth-controller = { path = "../../nym/common/bandwidth-controller" }
# nym-bin-common = { path = "../../nym/common/bin-common" }
# nym-client-core = { path = "../../nym/common/client-core" }
# nym-compact-ecash = { path = "../../nym/common/nym_offline_compact_ecash" }
# nym-config = { path = "../../nym/common/config" }
# nym-contracts-common = { path = "../../nym/common/cosmwasm-smart-contracts/contracts-common" }
# nym-credential-storage = { path = "../../nym/common/credential-storage" }
# nym-credentials = { path = "../../nym/common/credentials" }
# nym-credentials-interface = { path = "../../nym/common/credentials-interface" }
# nym-crypto = { path = "../../nym/common/crypto" }
# nym-ecash-time = { path = "../../nym/common/ecash-time" }
# nym-http-api-client = { path = "../../nym/common/http-api-client" }
# nym-ip-packet-requests = { path = "../../nym/common/ip-packet-requests" }
# nym-node-requests = { path = "../../nym/nym-node/nym-node-requests" }
Expand Down
1 change: 1 addition & 0 deletions nym-vpn-core/crates/nym-vpn-api-client/src/response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ pub enum NymVpnSubscriptionKind {
OneMonth,
OneYear,
TwoYears,
Freepass,
}

#[derive(Clone, Debug, Serialize, Deserialize, PartialEq)]
Expand Down

0 comments on commit 7d7aca8

Please sign in to comment.