Summary
Start using the NotificationType type everywhere in the backend, including for the notification_type field starting v4
Current Situation
We have a NotificationType type which we can't use in v3 for the notification_type because this would be a breaking API change. So we currently use strings (the enum converted to string).
Desired Situation
Use the NotificationType type across the backend.
Code of Conduct
Summary
Start using the
NotificationTypetype everywhere in the backend, including for thenotification_typefield starting v4Current Situation
We have a
NotificationTypetype which we can't use in v3 for thenotification_typebecause this would be a breaking API change. So we currently use strings (the enum converted to string).Desired Situation
Use the
NotificationTypetype across the backend.Code of Conduct