diff --git a/rust/src/api.rs b/rust/src/api.rs index eb914b2f6..0485fc0c0 100644 --- a/rust/src/api.rs +++ b/rust/src/api.rs @@ -28629,7 +28629,7 @@ pub mod types { } } /**Information about the end user's MFA enrollments. - */ + */ /// ///
JSON schema /// @@ -31317,7 +31317,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 /// @@ -38042,7 +38042,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, } @@ -69145,7 +69145,7 @@ pub mod types { } } /**Request to create a new webhook subscription with support for multi-label filtering. - */ + */ /// ///
JSON schema /// @@ -69594,7 +69594,7 @@ pub mod types { } } /**Request to update an existing webhook subscription. - */ + */ /// ///
JSON schema ///