feat(global-search): add dispute events index to global-search (#4068)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
ivor-juspay
2024-03-19 15:03:08 +05:30
committed by GitHub
parent 17a866a735
commit 9345379f85
7 changed files with 9 additions and 1 deletions

View File

@ -36,6 +36,7 @@ pub enum SearchIndex {
PaymentAttempts,
PaymentIntents,
Refunds,
Disputes,
}
#[derive(Clone, Debug, serde::Deserialize, serde::Serialize)]