@modrinth/api-client 0.25.0 → 0.26.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.
|
@@ -1454,6 +1454,7 @@ export declare namespace Labrinth {
|
|
|
1454
1454
|
interface ResultSearchProject {
|
|
1455
1455
|
project_id: string;
|
|
1456
1456
|
project_type: string;
|
|
1457
|
+
all_project_types: string[];
|
|
1457
1458
|
slug: string | null;
|
|
1458
1459
|
author: string;
|
|
1459
1460
|
author_id: string | null;
|
|
@@ -1489,6 +1490,7 @@ export declare namespace Labrinth {
|
|
|
1489
1490
|
version_id: string;
|
|
1490
1491
|
project_id: string;
|
|
1491
1492
|
project_types: string[];
|
|
1493
|
+
all_project_types: string[];
|
|
1492
1494
|
slug: string | null;
|
|
1493
1495
|
author: string;
|
|
1494
1496
|
author_id: string | null;
|
package/package.json
CHANGED