mirror of
https://github.com/C9Glax/tranga.git
synced 2025-02-23 07:40:13 +01:00
Add doc types chapter
This commit is contained in:
parent
26b2910000
commit
240af81fa9
@ -36,6 +36,12 @@
|
|||||||
## Chapter
|
## Chapter
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
|
parentManga: IManga,
|
||||||
|
name: string | undefined,
|
||||||
|
volumeNumber: string,
|
||||||
|
chapterNumber: string,
|
||||||
|
url: string,
|
||||||
|
fileName: string
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -53,17 +59,18 @@
|
|||||||
## Job
|
## Job
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
jobType: number, see JobType
|
progressToken: IProgressToken,
|
||||||
mangaInternalId: string,
|
|
||||||
translatedLanguage: string,
|
|
||||||
progressToken: ProgressToken,
|
|
||||||
recurring: boolean,
|
recurring: boolean,
|
||||||
recurrenceTime: string,
|
recurrenceTime: string,
|
||||||
lastExecution: Date,
|
lastExecution: Date,
|
||||||
nextExecution: Date,
|
nextExecution: Date,
|
||||||
id: string,
|
id: string,
|
||||||
|
jobType: number, //see JobType
|
||||||
parentJobId: string | null,
|
parentJobId: string | null,
|
||||||
mangaConnector: Connector
|
mangaConnector: IMangaConnector,
|
||||||
|
mangaInternalId: string | undefined, //only on DownloadNewChapters
|
||||||
|
translatedLanguage: string | undefined, //only on DownloadNewChapters
|
||||||
|
chapter: IChapter | undefined, //only on DownloadChapter
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user