diff --git a/.changeset/auto-bump-magicbell-go-1780299270.md b/.changeset/auto-bump-magicbell-go-1780299270.md new file mode 100644 index 0000000..114cff5 --- /dev/null +++ b/.changeset/auto-bump-magicbell-go-1780299270.md @@ -0,0 +1,5 @@ +--- +"magicbell-go": minor +--- + +Automatic minor version bump for changes in `magicbell-go`. diff --git a/pkg/user-client/notifications/notification.go b/pkg/user-client/notifications/notification.go index a055f2f..3ef72e4 100644 --- a/pkg/user-client/notifications/notification.go +++ b/pkg/user-client/notifications/notification.go @@ -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.