Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/auto-bump-magicbell-go-1780299270.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"magicbell-go": minor
---

Automatic minor version bump for changes in `magicbell-go`.
2 changes: 1 addition & 1 deletion pkg/user-client/notifications/notification.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type Notification struct {
// The timestamp when the notification was sent.
SentAt *util.Nullable[string] `json:"sent_at,omitempty"`
// The title that is displayed to recipients.
Title *string `json:"title,omitempty" required:"true" maxLength:"255" minLength:"1"`
Title *string `json:"title,omitempty" required:"true" maxLength:"255"`
// The topic for additional classification.
Topic *util.Nullable[string] `json:"topic,omitempty" maxLength:"100"`
// The timestamp when the notification was last updated.
Expand Down
Loading