mirror of
https://github.com/langgenius/dify.git
synced 2026-02-23 03:17:57 +08:00
- Renamed classes for trigger subscription management to improve clarity, including TriggerProviderSubscriptionListApi to TriggerSubscriptionListApi and TriggerSubscriptionsDeleteApi to TriggerSubscriptionDeleteApi. - Updated API endpoint paths to reflect the new naming conventions for trigger subscriptions. - Removed deprecated TriggerOAuthRefreshTokenApi class to streamline the codebase. - Added trigger_providers import to the console controller for better organization.