diff --git a/rust/src/api.rs b/rust/src/api.rs index 74629ab60..7e42d54dd 100644 --- a/rust/src/api.rs +++ b/rust/src/api.rs @@ -21890,7 +21890,7 @@ pub mod types { } } /**Information about the end user's MFA enrollments. - */ + */ /// ///
JSON schema /// @@ -23214,7 +23214,7 @@ pub mod types { } } /**Schema information for the query result. This is a derived schema from the query result, so types may not match the underlying table. - */ + */ /// ///
JSON schema /// @@ -26653,7 +26653,7 @@ pub mod types { #[derive(::serde::Deserialize, ::serde::Serialize, Clone, Debug)] pub struct RequestEvmFaucetResponse { /**The hash of the transaction that requested the funds. - **Note:** In rare cases, when gas conditions are unusually high, the transaction may not confirm, and the system may issue a replacement transaction to complete the faucet request. In these rare cases, the `transactionHash` will be out of sync with the actual faucet transaction that was confirmed onchain.*/ + **Note:** In rare cases, when gas conditions are unusually high, the transaction may not confirm, and the system may issue a replacement transaction to complete the faucet request. In these rare cases, the `transactionHash` will be out of sync with the actual faucet transaction that was confirmed onchain.*/ #[serde(rename = "transactionHash")] pub transaction_hash: ::std::string::String, } @@ -40337,7 +40337,7 @@ pub mod types { } } /**Request to create a new webhook subscription with support for multi-label filtering. - */ + */ /// ///
JSON schema /// @@ -40768,7 +40768,7 @@ pub mod types { } } /**Request to update an existing webhook subscription. - */ + */ /// ///
JSON schema ///