dify/api/core/trigger
Harry 5ddd5e49ee feat(trigger): enhance subscription schema and provider configuration
- Update ProviderConfig to allow a list as a default value
- Introduce SubscriptionSchema for better organization of subscription-related configurations
- Modify TriggerProviderApiEntity to use Optional for subscription_schema
- Add custom_model_schema to TriggerProviderEntity for additional configuration options

Co-authored-by: Claude <noreply@anthropic.com>
2025-09-03 14:53:27 +08:00
..
entities feat(trigger): enhance subscription schema and provider configuration 2025-09-03 14:53:27 +08:00
utils refactor(trigger): clean up and optimize trigger-related code 2025-09-03 14:53:26 +08:00
__init__.py feat(trigger): add trigger provider management and webhook handling functionality 2025-09-03 14:53:26 +08:00
provider.py feat(trigger): implement complete OAuth authorization flow for trigger providers 2025-09-03 14:53:26 +08:00
trigger_manager.py refactor(trigger): clean up and optimize trigger-related code 2025-09-03 14:53:26 +08:00