1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-30 18:03:59 +02:00

Merge branch 'develop' into copilot/add-user-mute-settings

This commit is contained in:
かっこかり
2025-11-10 18:38:04 +09:00
committed by GitHub
36 changed files with 376 additions and 161 deletions

View File

@@ -3512,6 +3512,7 @@ type SigninFlowRequest = {
'g-recaptcha-response'?: string | null;
'turnstile-response'?: string | null;
'm-captcha-response'?: string | null;
'testcaptcha-response'?: string | null;
};
// @public (undocumented)

View File

@@ -294,6 +294,7 @@ export type SigninFlowRequest = {
'g-recaptcha-response'?: string | null;
'turnstile-response'?: string | null;
'm-captcha-response'?: string | null;
'testcaptcha-response'?: string | null;
};
export type SigninFlowResponse = {