feat(events): Connector response masking in clickhouse (#3566)

Co-authored-by: Sampras lopes <lsampras@pm.me>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
AkshayaFoiger
2024-02-14 12:04:26 +05:30
committed by GitHub
parent e88a89bed4
commit 5fb3c001b5
129 changed files with 3200 additions and 3238 deletions

View File

@ -62,6 +62,7 @@ pub struct ConnectorEventsResult {
pub request_id: Option<String>,
pub flow: String,
pub request: String,
#[serde(rename = "masked_response")]
pub response: Option<String>,
pub error: Option<String>,
pub status_code: u16,