diff --git a/nym-wallet/Cargo.lock b/nym-wallet/Cargo.lock index c44bb0136b..33382ca8d8 100644 --- a/nym-wallet/Cargo.lock +++ b/nym-wallet/Cargo.lock @@ -2933,7 +2933,7 @@ dependencies = [ "serde_json", "serde_repr", "thiserror", - "time 0.3.7", + "time 0.3.17", "ts-rs", ] diff --git a/nym-wallet/nym-wallet-types/nym-wallet/src/types/rust/AppEnv.ts b/nym-wallet/nym-wallet-types/nym-wallet/src/types/rust/AppEnv.ts index 3f47419469..49ebfc27d1 100644 --- a/nym-wallet/nym-wallet-types/nym-wallet/src/types/rust/AppEnv.ts +++ b/nym-wallet/nym-wallet-types/nym-wallet/src/types/rust/AppEnv.ts @@ -1,2 +1,3 @@ +// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. export interface AppEnv { ADMIN_ADDRESS: string | null, SHOW_TERMINAL: string | null, ENABLE_QA_MODE: string | null, } \ No newline at end of file diff --git a/nym-wallet/nym-wallet-types/nym-wallet/src/types/rust/ValidatorUrl.ts b/nym-wallet/nym-wallet-types/nym-wallet/src/types/rust/ValidatorUrl.ts index 9c74679bac..7e94537f97 100644 --- a/nym-wallet/nym-wallet-types/nym-wallet/src/types/rust/ValidatorUrl.ts +++ b/nym-wallet/nym-wallet-types/nym-wallet/src/types/rust/ValidatorUrl.ts @@ -1,2 +1,3 @@ +// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. export interface ValidatorUrl { url: string, name: string | null, } \ No newline at end of file diff --git a/nym-wallet/nym-wallet-types/nym-wallet/src/types/rust/ValidatorUrls.ts b/nym-wallet/nym-wallet-types/nym-wallet/src/types/rust/ValidatorUrls.ts index c78eefd6ae..36166951ee 100644 --- a/nym-wallet/nym-wallet-types/nym-wallet/src/types/rust/ValidatorUrls.ts +++ b/nym-wallet/nym-wallet-types/nym-wallet/src/types/rust/ValidatorUrls.ts @@ -1,2 +1,3 @@ +// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. export interface Validator { nyxd_url: string, nyxd_name: string | null, api_url: string | null, } \ No newline at end of file