Skip to main content

Interface: ModuleUpdateRow

Defined in: Data/Core/RowTypes.ts:340

Row from the module_update table

Extends

  • BaseRow

Indexable

[key: string]: unknown

Properties

available_version

available_version: string

Defined in: Data/Core/RowTypes.ts:344


changelog?

optional changelog?: string

Defined in: Data/Core/RowTypes.ts:346


current_version?

optional current_version?: string

Defined in: Data/Core/RowTypes.ts:343


download_size_bytes?

optional download_size_bytes?: number

Defined in: Data/Core/RowTypes.ts:348


download_url?

optional download_url?: string

Defined in: Data/Core/RowTypes.ts:347


is_critical?

optional is_critical?: number

Defined in: Data/Core/RowTypes.ts:349


metadata?

optional metadata?: string

Defined in: Data/Core/RowTypes.ts:352


module_id

module_id: number

Defined in: Data/Core/RowTypes.ts:342


notified_date?

optional notified_date?: string

Defined in: Data/Core/RowTypes.ts:351


release_date?

optional release_date?: string

Defined in: Data/Core/RowTypes.ts:345


update_id

update_id: number

Defined in: Data/Core/RowTypes.ts:341


user_ignored?

optional user_ignored?: number

Defined in: Data/Core/RowTypes.ts:350