Events
| Name | Event Type | Source Operation | Triggers | Flows |
|---|---|---|---|---|
| admin_dashboard_viewed | UI_INTERACTION | getAdminDashboard | 1 | 2 |
| application_withdrawn | UI_INTERACTION | withdrawApplication | 1 | 1 |
| artist_profile_updated | UI_INTERACTION | updateArtistProfile | 1 | 1 |
| availability_updated | UI_INTERACTION | upsertAvailabilityRules | 1 | 1 |
| booking_cancel_requested | UI_INTERACTION | cancelBooking | 1 | 1 |
| check_subscription_renewals | CRON | createSubscription | 1 | 1 |
| cleanup_expired_spots | CRON | listGuestSpots | 1 | 1 |
| generate_weekly_reports | CRON | getPlatformMetrics | 1 | 1 |
| guest_spot_updated | UI_INTERACTION | updateGuestSpot | 1 | 1 |
| message_sent | UI_INTERACTION | listConversations | 1 | 1 |
| notification_preferences_updated | UI_INTERACTION | updateNotificationPreferences | 1 | 1 |
| password_reset_requested | UI_INTERACTION | resetPassword | 1 | 1 |
| payment_history_viewed | UI_INTERACTION | getPaymentHistory | 1 | 1 |
| review_reported | UI_INTERACTION | createReviewReport | 1 | 1 |
| send_review_reminders | CRON | listNotifications | 1 | 1 |
| studio_profile_updated | UI_INTERACTION | updateStudio | 1 | 1 |
| subscription_cancel_requested | UI_INTERACTION | cancelSubscription | 1 | 1 |
| update_search_index | CRON | reindex | 1 | 1 |
| user_login_requested | UI_INTERACTION | loginUser | 1 | 1 |