svix 1.91.1

Svix webhooks API client and webhook verification library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#[deprecated = "Use EndpointGetStatusOptions instead"]
pub type EndpointStatsOptions = super::EndpointGetStatsOptions;
#[deprecated = "Use MessageAttemptListByMsgOptions instead"]
pub type MessageAttemptListOptions = super::MessageAttemptListByMsgOptions;
#[deprecated = "Use MessageAttemptListAttemptedDestinationsOptions instead"]
pub type ListOptions = super::MessageAttemptListAttemptedDestinationsOptions;
#[deprecated = "Use AppUsageStatsIn instead"]
pub type AggregateAppStatsOptions = super::AppUsageStatsIn;

#[deprecated]
#[derive(Default)]
pub struct AuthenticationDashboardAccessOptions {
    pub idempotency_key: Option<String>,
}