dify/api/services/trigger
Harry 380ef52331 refactor(trigger): update API and service to use 'event' terminology
- Renamed 'trigger_name' to 'event_name' in the DraftWorkflowTriggerNodeApi for consistency with the new naming convention.
- Added 'provider_id' to the API request model to enhance functionality.
- Updated the PluginTriggerDebugEvent and TriggerDebugService to reflect changes in naming and improve address formatting.
- Adjusted frontend utility to align with the updated variable names.
2025-10-10 15:48:42 +08:00
..
schedule_service.py move schedule service to trigger sub dir 2025-10-02 00:24:32 +08:00
trigger_debug_service.py refactor(trigger): update API and service to use 'event' terminology 2025-10-10 15:48:42 +08:00
trigger_provider_service.py refactor(api): refactor all 2025-09-25 18:22:30 +08:00
trigger_service.py refactor(trigger): rename trigger references to event for consistency 2025-10-09 03:12:35 +08:00
trigger_subscription_builder_service.py refactor(api): update subscription handling in trigger provider 2025-09-29 18:28:10 +08:00
webhook_service.py refactor(trigger): unify debug event handling and improve polling mechanism 2025-10-08 17:31:16 +08:00
workflow_plugin_trigger_service.py move workflow_plugin_trigger_service to trigger sub dir 2025-10-02 00:31:33 +08:00