You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: address PR review comments for send schedule feature
- Add schedule ownership check in phone handler to prevent cross-user
schedule_id assignment (security fix)
- Fix OpenAPI annotation for Index endpoint to use wrapper response type
- Fix 402 response annotation to use proper PaymentRequired type
- Add PaymentRequired response type to responses package
- Mark schedule_id as optional in PhoneUpsert request struct
- Fix scheduleWindowError matching to use backend error format (day_of_week)
- Remove unnecessary Promise.all wrapping in store actions
- Remove unused limit query param from getSendSchedules
- Treat active schedule with empty windows as inactive (send immediately)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments