feat(connector_cloning): Create API for cloning connectors between merchants and profiles. (#7949)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Mani Chandra
2025-05-14 20:33:40 +05:30
committed by GitHub
parent 46e830a87f
commit 82f15e950f
25 changed files with 493 additions and 87 deletions

View File

@ -7214,6 +7214,7 @@ pub enum PermissionGroup {
ReconReportsManage,
ReconOpsView,
ReconOpsManage,
InternalManage,
}
#[derive(Clone, Debug, serde::Serialize, PartialEq, Eq, Hash, strum::EnumIter)]
@ -7226,6 +7227,7 @@ pub enum ParentGroup {
ReconOps,
ReconReports,
Account,
Internal,
}
#[derive(Debug, Clone, Copy, Eq, PartialEq, Hash, serde::Serialize)]
@ -7255,6 +7257,7 @@ pub enum Resource {
RunRecon,
ReconConfig,
RevenueRecovery,
InternalConnector,
}
#[derive(Debug, Clone, Copy, Eq, PartialEq, Ord, PartialOrd, serde::Serialize, Hash)]