@modrinth/api-client 0.54.0 → 0.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4051,6 +4051,7 @@ export declare namespace Labrinth {
|
|
|
4051
4051
|
license: string;
|
|
4052
4052
|
client_side: string;
|
|
4053
4053
|
server_side: string;
|
|
4054
|
+
disclosure_types: string[];
|
|
4054
4055
|
gallery: string[];
|
|
4055
4056
|
featured_gallery: string | null;
|
|
4056
4057
|
color: number | null;
|
|
@@ -4094,6 +4095,7 @@ export declare namespace Labrinth {
|
|
|
4094
4095
|
minecraft_java_server?: Projects.v3.MinecraftJavaServer | null;
|
|
4095
4096
|
minecraft_bedrock_server?: Projects.v3.MinecraftBedrockServer | null;
|
|
4096
4097
|
minecraft_mod?: unknown | null;
|
|
4098
|
+
disclosure_types: string[];
|
|
4097
4099
|
}
|
|
4098
4100
|
export interface SearchResults {
|
|
4099
4101
|
hits: ResultSearchProject[];
|
package/package.json
CHANGED