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).
Summary
Start using the
NotificationType
type everywhere in the backend, including for thenotification_type
field starting v4Current Situation
We have a
NotificationType
type which we can't use in v3 for thenotification_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