add disclosures to v2 search + docs (#7196)

This commit is contained in:
Prospector
2026-08-20 10:24:27 -07:00
committed by GitHub
parent f08d977aff
commit a6043fc51f
3 changed files with 57 additions and 1 deletions
@@ -1947,6 +1947,7 @@ export namespace Labrinth {
license: string
client_side: string
server_side: string
disclosure_types: string[]
gallery: string[]
featured_gallery: string | null
color: number | null
@@ -1992,6 +1993,7 @@ export namespace Labrinth {
minecraft_java_server?: Projects.v3.MinecraftJavaServer | null
minecraft_bedrock_server?: Projects.v3.MinecraftBedrockServer | null
minecraft_mod?: unknown | null
disclosure_types: string[]
}
export interface SearchResults {