Skip to content

Commit

Permalink
feat(events): add APIs to list webhook events and webhook delivery at…
Browse files Browse the repository at this point in the history
…tempts (#4131)
  • Loading branch information
SanchithHegde authored Mar 21, 2024
1 parent 4f8461b commit 14e1bba
Show file tree
Hide file tree
Showing 54 changed files with 4,218 additions and 2,451 deletions.
78 changes: 39 additions & 39 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/api_models/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ serde_json = "1.0.108"
strum = { version = "0.25", features = ["derive"] }
time = { version = "0.3.21", features = ["serde", "serde-well-known", "std"] }
url = { version = "2.4.0", features = ["serde"] }
utoipa = { version = "3.3.0", features = ["preserve_order"] }
utoipa = { version = "3.5.0", features = ["preserve_order", "preserve_path_order"] }
frunk = "0.4.1"
frunk_core = "0.4.1"

Expand Down
1 change: 1 addition & 0 deletions crates/api_models/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ pub mod user;
pub mod user_role;
pub mod verifications;
pub mod verify_connector;
pub mod webhook_events;
pub mod webhooks;
1 change: 1 addition & 0 deletions crates/api_models/src/user_role.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ pub enum Permission {
UsersRead,
UsersWrite,
MerchantAccountCreate,
WebhookEventRead,
}

#[derive(Debug, serde::Serialize)]
Expand Down
Loading

0 comments on commit 14e1bba

Please sign in to comment.