@modrinth/api-client 0.51.0 → 0.52.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 +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3995,7 +3995,7 @@ export declare namespace Labrinth {
|
|
|
3995
3995
|
}
|
|
3996
3996
|
export namespace v3 {
|
|
3997
3997
|
export interface ResultSearchProject {
|
|
3998
|
-
version_id
|
|
3998
|
+
version_id?: string;
|
|
3999
3999
|
project_id: string;
|
|
4000
4000
|
project_types: string[];
|
|
4001
4001
|
all_project_types: string[];
|
package/package.json
CHANGED