feat: configure auth channel mismatch formats

This commit is contained in:
fawney19
2026-05-03 00:49:22 +08:00
parent 3a770306cc
commit e3ea2d1451
63 changed files with 585 additions and 39 deletions

View File

@@ -249,6 +249,7 @@ pub struct StoredProviderCatalogKey {
pub is_active: bool,
pub api_formats: Option<serde_json::Value>,
pub auth_type_by_format: Option<serde_json::Value>,
pub allow_auth_channel_mismatch_formats: Option<serde_json::Value>,
pub encrypted_api_key: Option<String>,
pub encrypted_auth_config: Option<String>,
pub note: Option<String>,
@@ -323,6 +324,7 @@ impl StoredProviderCatalogKey {
is_active,
api_formats: None,
auth_type_by_format: None,
allow_auth_channel_mismatch_formats: None,
encrypted_api_key: None,
encrypted_auth_config: None,
note: None,