@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.
- package/dist/index.d.ts +2 -0
- 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