Interface GetListIdFeedParamsSchema

Hierarchy

  • GetListIdFeedParamsSchema

Properties

contentRating: ("safe" | "suggestive" | "erotica" | "pornographic")[]

Default

["safe","suggestive","erotica"]
createdAtSince: string

DateTime string with following format: YYYY-MM-DDTHH:MM:SS in timezone UTC+0

Pattern

^\d{4}-[0-1]\d-([0-2]\d|3[0-1])T([0-1]\d|2[0-3]):[0-5]\d:[0-5]\d$

excludedGroups: string[]
excludedOriginalLanguage: string[]
excludedUploaders: string[]
id: string

Format

uuid

includeEmptyPages: 0 | 1
includeExternalUrl: 0 | 1
includeFuturePublishAt: 0 | 1
includeFutureUpdates: "0" | "1"

Default

"1"

Reference expansion options for chapter entities or lists

limit: number

Min

1

Max

500

Default

100
offset: number

Min

0

order: {
    chapter?: "desc" | "asc";
    createdAt?: "desc" | "asc";
    publishAt?: "desc" | "asc";
    readableAt?: "desc" | "asc";
    updatedAt?: "desc" | "asc";
    volume?: "desc" | "asc";
}

Type declaration

  • Optional chapter?: "desc" | "asc"
  • Optional createdAt?: "desc" | "asc"
  • Optional publishAt?: "desc" | "asc"
  • Optional readableAt?: "desc" | "asc"
  • Optional updatedAt?: "desc" | "asc"
  • Optional volume?: "desc" | "asc"
originalLanguage: string[]
publishAtSince: string

DateTime string with following format: YYYY-MM-DDTHH:MM:SS in timezone UTC+0

Pattern

^\d{4}-[0-1]\d-([0-2]\d|3[0-1])T([0-1]\d|2[0-3]):[0-5]\d:[0-5]\d$

translatedLanguage: string[]
updatedAtSince: string

DateTime string with following format: YYYY-MM-DDTHH:MM:SS in timezone UTC+0

Pattern

^\d{4}-[0-1]\d-([0-2]\d|3[0-1])T([0-1]\d|2[0-3]):[0-5]\d:[0-5]\d$

Generated using TypeDoc