build misskey-js
This commit is contained in:
parent
e57b45533e
commit
f1983c27ea
|
@ -5035,6 +5035,7 @@ export type components = {
|
||||||
enableTurnstile: boolean;
|
enableTurnstile: boolean;
|
||||||
turnstileSiteKey: string | null;
|
turnstileSiteKey: string | null;
|
||||||
enableTestcaptcha: boolean;
|
enableTestcaptcha: boolean;
|
||||||
|
googleAnalyticsMeasurementId: string | null;
|
||||||
swPublickey: string | null;
|
swPublickey: string | null;
|
||||||
/** @default /assets/ai.png */
|
/** @default /assets/ai.png */
|
||||||
mascotImageUrl: string;
|
mascotImageUrl: string;
|
||||||
|
@ -8244,6 +8245,7 @@ export type operations = {
|
||||||
enableTurnstile: boolean;
|
enableTurnstile: boolean;
|
||||||
turnstileSiteKey: string | null;
|
turnstileSiteKey: string | null;
|
||||||
enableTestcaptcha: boolean;
|
enableTestcaptcha: boolean;
|
||||||
|
googleAnalyticsMeasurementId: string | null;
|
||||||
swPublickey: string | null;
|
swPublickey: string | null;
|
||||||
/** @default /assets/ai.png */
|
/** @default /assets/ai.png */
|
||||||
mascotImageUrl: string | null;
|
mascotImageUrl: string | null;
|
||||||
|
@ -10609,6 +10611,7 @@ export type operations = {
|
||||||
turnstileSiteKey?: string | null;
|
turnstileSiteKey?: string | null;
|
||||||
turnstileSecretKey?: string | null;
|
turnstileSecretKey?: string | null;
|
||||||
enableTestcaptcha?: boolean;
|
enableTestcaptcha?: boolean;
|
||||||
|
googleAnalyticsMeasurementId?: string | null;
|
||||||
/** @enum {string} */
|
/** @enum {string} */
|
||||||
sensitiveMediaDetection?: 'none' | 'all' | 'local' | 'remote';
|
sensitiveMediaDetection?: 'none' | 'all' | 'local' | 'remote';
|
||||||
/** @enum {string} */
|
/** @enum {string} */
|
||||||
|
|
Loading…
Reference in New Issue