Changeset 0.28.2 (#183)
This commit is contained in:
@@ -23,11 +23,17 @@ type Notification struct {
|
||||
// Notification type constants. Convention: domain.action.
|
||||
// Free-form strings — new types don't require migration.
|
||||
const (
|
||||
NotifTypeRoleFallback = "role.fallback"
|
||||
NotifTypeKBReady = "kb.ready"
|
||||
NotifTypeKBError = "kb.error"
|
||||
NotifTypeGrantChanged = "grant.changed"
|
||||
NotifTypeProjectInvite = "project.invite"
|
||||
NotifTypeRoleFallback = "role.fallback"
|
||||
NotifTypeKBReady = "kb.ready"
|
||||
NotifTypeKBError = "kb.error"
|
||||
NotifTypeGrantChanged = "grant.changed"
|
||||
NotifTypeMemoryExtracted = "memory.extracted"
|
||||
NotifTypeUserMentioned = "user.mentioned"
|
||||
NotifTypeWorkflowAssign = "workflow.assigned"
|
||||
NotifTypeWorkflowClaimed = "workflow.claimed"
|
||||
NotifTypeTaskCompleted = "task.completed"
|
||||
NotifTypeTaskFailed = "task.failed"
|
||||
NotifTypeTaskBudget = "task.budget_exceeded"
|
||||
)
|
||||
|
||||
// Resource type constants for click-to-navigate.
|
||||
|
||||
Reference in New Issue
Block a user