Package-level declarations

Types

Link copied to clipboard
data class CreateReportModTool(val name: String, val meta: JsonContent? = null)

Moderation tool information for tracing the source of the action

Link copied to clipboard
data class CreateReportRequest(val reasonType: Token, val reason: String? = null, val subject: CreateReportRequestSubjectUnion, val modTool: CreateReportModTool? = null)
Link copied to clipboard
data class CreateReportResponse(val id: Long, val reasonType: Token, val reason: String? = null, val subject: CreateReportResponseSubjectUnion, val reportedBy: Did, val createdAt: Timestamp)
Link copied to clipboard

Tag describing a type of subject that might be reported.

Link copied to clipboard
Link copied to clipboard