/** * @fileoverview Generated Types for auth * @description Auto-generated inferred types for Zod schemas * @version 0.18.4 * @generated 2025-10-12T01:19:19.011Z * * This file contains inferred TypeScript types for all Zod schemas in schemas/auth.ts. * These types should be used instead of manual type definitions for consistency. */ // ✅ MLAuthScope already has type export: MLAuthScopeType // ❌ RolePermissionsSchema missing type export - add: export type RolePermissionsSchemaType = z.infer; // ✅ SupabaseJWTClaims already has type export: SupabaseJWTClaimsType // ✅ RoleDefinition already has type export: RoleDefinitionType // ✅ UserProfile already has type export: UserProfileType // ✅ UserSession already has type export: UserSessionType // ✅ SupabaseAuthResponse already has type export: SupabaseAuthResponseType // ✅ RefreshTokenRequest already has type export: RefreshTokenRequestType // ✅ JWKSKey already has type export: JWKSKeyType // ✅ JWKSResponse already has type export: JWKSResponseType // ✅ ValidateTokenRequest already has type export: ValidateTokenRequestType // ✅ TokenValidationResponse already has type export: TokenValidationResponseType // ✅ PermissionCheckRequest already has type export: PermissionCheckRequestType // ✅ PermissionCheckResponse already has type export: PermissionCheckResponseType // ✅ UserAuthResponse already has type export: UserAuthResponseType