@modrinth/api-client 0.54.0 → 0.56.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 +3 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3853,6 +3853,7 @@ export declare namespace Labrinth {
|
|
|
3853
3853
|
minimize_app: boolean;
|
|
3854
3854
|
hide_right_sidebar: boolean;
|
|
3855
3855
|
show_jump_in: boolean;
|
|
3856
|
+
compact_instance_cards: boolean;
|
|
3856
3857
|
show_play_time: boolean;
|
|
3857
3858
|
hide_nametag: boolean;
|
|
3858
3859
|
warn_on_unknown_modpacks: boolean;
|
|
@@ -4051,6 +4052,7 @@ export declare namespace Labrinth {
|
|
|
4051
4052
|
license: string;
|
|
4052
4053
|
client_side: string;
|
|
4053
4054
|
server_side: string;
|
|
4055
|
+
disclosure_types: string[];
|
|
4054
4056
|
gallery: string[];
|
|
4055
4057
|
featured_gallery: string | null;
|
|
4056
4058
|
color: number | null;
|
|
@@ -4094,6 +4096,7 @@ export declare namespace Labrinth {
|
|
|
4094
4096
|
minecraft_java_server?: Projects.v3.MinecraftJavaServer | null;
|
|
4095
4097
|
minecraft_bedrock_server?: Projects.v3.MinecraftBedrockServer | null;
|
|
4096
4098
|
minecraft_mod?: unknown | null;
|
|
4099
|
+
disclosure_types: string[];
|
|
4097
4100
|
}
|
|
4098
4101
|
export interface SearchResults {
|
|
4099
4102
|
hits: ResultSearchProject[];
|
package/package.json
CHANGED