Merge branch 'develop' into system-accounts
This commit is contained in:
		@@ -5051,6 +5051,7 @@ export type components = {
 | 
			
		||||
      enableTurnstile: boolean;
 | 
			
		||||
      turnstileSiteKey: string | null;
 | 
			
		||||
      enableTestcaptcha: boolean;
 | 
			
		||||
      googleAnalyticsMeasurementId: string | null;
 | 
			
		||||
      swPublickey: string | null;
 | 
			
		||||
      /** @default /assets/ai.png */
 | 
			
		||||
      mascotImageUrl: string;
 | 
			
		||||
@@ -8260,6 +8261,7 @@ export type operations = {
 | 
			
		||||
            enableTurnstile: boolean;
 | 
			
		||||
            turnstileSiteKey: string | null;
 | 
			
		||||
            enableTestcaptcha: boolean;
 | 
			
		||||
            googleAnalyticsMeasurementId: string | null;
 | 
			
		||||
            swPublickey: string | null;
 | 
			
		||||
            /** @default /assets/ai.png */
 | 
			
		||||
            mascotImageUrl: string | null;
 | 
			
		||||
@@ -10626,6 +10628,7 @@ export type operations = {
 | 
			
		||||
          turnstileSiteKey?: string | null;
 | 
			
		||||
          turnstileSecretKey?: string | null;
 | 
			
		||||
          enableTestcaptcha?: boolean;
 | 
			
		||||
          googleAnalyticsMeasurementId?: string | null;
 | 
			
		||||
          /** @enum {string} */
 | 
			
		||||
          sensitiveMediaDetection?: 'none' | 'all' | 'local' | 'remote';
 | 
			
		||||
          /** @enum {string} */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user