Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions rust/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21890,7 +21890,7 @@ pub mod types {
}
}
/**Information about the end user's MFA enrollments.
*/
*/
///
/// <details><summary>JSON schema</summary>
///
Expand Down Expand Up @@ -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.
*/
*/
///
/// <details><summary>JSON schema</summary>
///
Expand Down Expand Up @@ -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,
}
Expand Down Expand Up @@ -40337,7 +40337,7 @@ pub mod types {
}
}
/**Request to create a new webhook subscription with support for multi-label filtering.
*/
*/
///
/// <details><summary>JSON schema</summary>
///
Expand Down Expand Up @@ -40768,7 +40768,7 @@ pub mod types {
}
}
/**Request to update an existing webhook subscription.
*/
*/
///
/// <details><summary>JSON schema</summary>
///
Expand Down