diff --git a/docs/Types.md b/docs/Types.md index 8ae0c0c..c04bb43 100644 --- a/docs/Types.md +++ b/docs/Types.md @@ -21,7 +21,7 @@ "links": string[][], "year": int, "originalLanguage": string, - "releaseStatus": int, + "releaseStatus": ReleaseStatus, "folderName": string, "publicationId": string, "internalId": string, @@ -39,6 +39,17 @@ } ``` +## ReleaseStatus +``` +{ + Continuing = 0, + Completed = 1, + OnHiatus = 2, + Cancelled = 3, + Unreleased = 4 +} +``` + ## Job ``` {