mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 12:05:53 +00:00
frontend: migrate genai functionality disclosure
This commit is contained in:
@@ -1304,7 +1304,7 @@ export namespace Labrinth {
|
||||
|
||||
export type TelemetryConsent = 'opt_in' | 'opt_out' | 'always_active'
|
||||
|
||||
export type AiUsage = 'code' | 'assets' | 'text' | 'functionality'
|
||||
export type AiUsage = 'code' | 'assets' | 'text'
|
||||
|
||||
export type DisclosureLockStatus = 'unlocked' | 'cannot_disable' | 'fully_locked'
|
||||
|
||||
@@ -1320,6 +1320,10 @@ export namespace Labrinth {
|
||||
uses: AiUsage[]
|
||||
note?: string | null
|
||||
}
|
||||
| {
|
||||
type: 'ai_functionality'
|
||||
note?: string | null
|
||||
}
|
||||
| {
|
||||
type: 'advertisements'
|
||||
note?: string | null
|
||||
|
||||
Reference in New Issue
Block a user