Skip to main content

Interface: CatalogModule

Defined in: Data/Core/CatalogTypes.ts:19

Module entry in a repository catalog

Properties

abbreviation

abbreviation: string

Defined in: Data/Core/CatalogTypes.ts:23


author?

optional author?: string | null

Defined in: Data/Core/CatalogTypes.ts:27


checksum

checksum: string

Defined in: Data/Core/CatalogTypes.ts:35


created_date

created_date: string

Defined in: Data/Core/CatalogTypes.ts:41


description

description: string

Defined in: Data/Core/CatalogTypes.ts:26


download_size_bytes

download_size_bytes: number

Defined in: Data/Core/CatalogTypes.ts:33


download_url

download_url: string

Defined in: Data/Core/CatalogTypes.ts:32


features

features: string[]

Defined in: Data/Core/CatalogTypes.ts:36


installed_size_bytes

installed_size_bytes: number

Defined in: Data/Core/CatalogTypes.ts:34


language_code

language_code: string

Defined in: Data/Core/CatalogTypes.ts:24


license

license: string

Defined in: Data/Core/CatalogTypes.ts:30


license_url?

optional license_url?: string | null

Defined in: Data/Core/CatalogTypes.ts:31


module_id

module_id: string

Defined in: Data/Core/CatalogTypes.ts:20


module_type

module_type: "bible" | "commentary" | "dictionary" | "book" | "devotional" | "lexicon" | "topical_index" | "cross_reference" | "tag_graph"

Defined in: Data/Core/CatalogTypes.ts:21


name

name: string

Defined in: Data/Core/CatalogTypes.ts:22


publisher?

optional publisher?: string | null

Defined in: Data/Core/CatalogTypes.ts:28


recommended: boolean

Defined in: Data/Core/CatalogTypes.ts:39


requires_module?

optional requires_module?: string | null

Defined in: Data/Core/CatalogTypes.ts:40


sample_text?

optional sample_text?: SampleText | null

Defined in: Data/Core/CatalogTypes.ts:37


tags

tags: string[]

Defined in: Data/Core/CatalogTypes.ts:38


updated_date

updated_date: string

Defined in: Data/Core/CatalogTypes.ts:42


version

version: string

Defined in: Data/Core/CatalogTypes.ts:25


year_published?

optional year_published?: number | null

Defined in: Data/Core/CatalogTypes.ts:29