@modrinth/api-client 0.33.0 → 0.34.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -2936,6 +2936,7 @@ export declare namespace Labrinth {
2936
2936
  email: string;
2937
2937
  challenge: string;
2938
2938
  sign_up_newsletter?: boolean;
2939
+ account_consent?: boolean;
2939
2940
  };
2940
2941
  export type CreateAccountResponse = {
2941
2942
  session: string;
@@ -2950,6 +2951,7 @@ export declare namespace Labrinth {
2950
2951
  state: string;
2951
2952
  challenge: string;
2952
2953
  sign_up_newsletter: boolean;
2954
+ account_consent?: boolean;
2953
2955
  };
2954
2956
  export type CreateOAuthAccountResponse = {
2955
2957
  session: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modrinth/api-client",
3
- "version": "0.33.0",
3
+ "version": "0.34.0",
4
4
  "description": "An API client for Modrinth's API for use in nuxt, tauri and plain node/browser environments.",
5
5
  "license": "LGPL-3.0-only",
6
6
  "type": "module",