From ff6fcffca8fcc486be06bafbda7cd369bc38e4c4 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Tue, 4 Aug 2020 09:30:21 -0400 Subject: [PATCH] Bump version --- app/bootstrap.php | 2 +- build/header_comment.txt | 2 +- index.php | 2 +- src/AnimeClient/API/APIRequestBuilder.php | 2 +- src/AnimeClient/API/AbstractListItem.php | 2 +- src/AnimeClient/API/Anilist.php | 2 +- .../API/Anilist/AnilistRequestBuilder.php | 2 +- src/AnimeClient/API/Anilist/AnilistTrait.php | 2 +- src/AnimeClient/API/Anilist/ListItem.php | 2 +- .../API/Anilist/MissingIdException.php | 2 +- src/AnimeClient/API/Anilist/Model.php | 2 +- .../Transformer/AnimeListTransformer.php | 2 +- .../Transformer/MangaListTransformer.php | 2 +- .../API/Anilist/Types/MediaListEntry.php | 2 +- src/AnimeClient/API/CacheTrait.php | 2 +- .../API/Enum/AnimeWatchingStatus/Anilist.php | 2 +- .../API/Enum/AnimeWatchingStatus/Kitsu.php | 2 +- .../API/Enum/AnimeWatchingStatus/Route.php | 2 +- .../API/Enum/AnimeWatchingStatus/Title.php | 2 +- .../API/Enum/MangaReadingStatus/Anilist.php | 2 +- .../API/Enum/MangaReadingStatus/Kitsu.php | 2 +- .../API/Enum/MangaReadingStatus/Route.php | 2 +- .../API/Enum/MangaReadingStatus/Title.php | 2 +- .../API/FailedResponseException.php | 2 +- src/AnimeClient/API/JsonAPI.php | 2 +- src/AnimeClient/API/Kitsu.php | 2 +- src/AnimeClient/API/Kitsu/Auth.php | 2 +- .../API/Kitsu/Enum/AnimeAiringStatus.php | 2 +- .../API/Kitsu/Enum/MangaPublishingStatus.php | 2 +- .../API/Kitsu/GraphQL/schema.graphql | 3051 ++++++++--------- src/AnimeClient/API/Kitsu/KitsuAnimeTrait.php | 2 +- src/AnimeClient/API/Kitsu/KitsuMangaTrait.php | 2 +- .../API/Kitsu/KitsuMutationTrait.php | 2 +- .../API/Kitsu/KitsuRequestBuilder.php | 2 +- src/AnimeClient/API/Kitsu/KitsuTrait.php | 2 +- src/AnimeClient/API/Kitsu/ListItem.php | 2 +- src/AnimeClient/API/Kitsu/Model.php | 2 +- .../Transformer/AnimeHistoryTransformer.php | 2 +- .../Transformer/AnimeListTransformer.php | 2 +- .../Kitsu/Transformer/AnimeTransformer.php | 2 +- .../Transformer/CharacterTransformer.php | 2 +- .../Kitsu/Transformer/HistoryTransformer.php | 2 +- .../Transformer/MangaHistoryTransformer.php | 2 +- .../Transformer/MangaListTransformer.php | 2 +- .../Kitsu/Transformer/MangaTransformer.php | 2 +- .../Kitsu/Transformer/PersonTransformer.php | 2 +- .../API/Kitsu/Transformer/UserTransformer.php | 2 +- .../API/Mapping/AnimeWatchingStatus.php | 2 +- .../API/Mapping/MangaReadingStatus.php | 2 +- src/AnimeClient/API/ParallelAPIRequest.php | 2 +- src/AnimeClient/AnimeClient.php | 2 +- src/AnimeClient/Command/BaseCommand.php | 2 +- src/AnimeClient/Command/CacheClear.php | 2 +- src/AnimeClient/Command/CachePrime.php | 2 +- src/AnimeClient/Command/ClearThumbnails.php | 2 +- src/AnimeClient/Command/SyncLists.php | 2 +- src/AnimeClient/Command/UpdateThumbnails.php | 2 +- src/AnimeClient/Controller.php | 2 +- src/AnimeClient/Controller/Anime.php | 2 +- .../Controller/AnimeCollection.php | 2 +- src/AnimeClient/Controller/Character.php | 2 +- src/AnimeClient/Controller/History.php | 2 +- src/AnimeClient/Controller/Images.php | 2 +- src/AnimeClient/Controller/Manga.php | 2 +- .../Controller/MangaCollection.php | 2 +- src/AnimeClient/Controller/Misc.php | 2 +- src/AnimeClient/Controller/People.php | 2 +- src/AnimeClient/Controller/Settings.php | 2 +- src/AnimeClient/Controller/User.php | 2 +- src/AnimeClient/Dispatcher.php | 2 +- src/AnimeClient/Enum/APISource.php | 2 +- src/AnimeClient/Enum/EventType.php | 2 +- src/AnimeClient/Enum/ListType.php | 2 +- src/AnimeClient/Enum/SyncAction.php | 2 +- src/AnimeClient/FormGenerator.php | 2 +- src/AnimeClient/Helper/Form.php | 2 +- src/AnimeClient/Helper/Menu.php | 2 +- src/AnimeClient/Helper/Picture.php | 2 +- src/AnimeClient/MenuGenerator.php | 2 +- src/AnimeClient/Model/API.php | 2 +- src/AnimeClient/Model/Anime.php | 2 +- src/AnimeClient/Model/AnimeCollection.php | 2 +- src/AnimeClient/Model/Collection.php | 2 +- src/AnimeClient/Model/DB.php | 2 +- src/AnimeClient/Model/Manga.php | 2 +- src/AnimeClient/Model/MangaCollection.php | 2 +- src/AnimeClient/Model/Settings.php | 2 +- src/AnimeClient/RoutingBase.php | 2 +- src/AnimeClient/Types/AbstractType.php | 2 +- src/AnimeClient/Types/Anime.php | 2 +- src/AnimeClient/Types/AnimeListItem.php | 2 +- src/AnimeClient/Types/AnimePage.php | 2 +- src/AnimeClient/Types/Character.php | 2 +- src/AnimeClient/Types/Characters.php | 2 +- src/AnimeClient/Types/Config.php | 2 +- src/AnimeClient/Types/Config/Anilist.php | 2 +- src/AnimeClient/Types/Config/Cache.php | 2 +- src/AnimeClient/Types/Config/Database.php | 2 +- src/AnimeClient/Types/FormItem.php | 2 +- src/AnimeClient/Types/FormItemData.php | 2 +- src/AnimeClient/Types/HistoryItem.php | 2 +- src/AnimeClient/Types/MangaListItem.php | 2 +- src/AnimeClient/Types/MangaListItemDetail.php | 2 +- src/AnimeClient/Types/MangaPage.php | 2 +- src/AnimeClient/Types/Media.php | 2 +- src/AnimeClient/Types/Person.php | 2 +- .../Types/UndefinedPropertyException.php | 2 +- src/AnimeClient/Types/User.php | 2 +- src/AnimeClient/UrlGenerator.php | 2 +- src/AnimeClient/Util.php | 2 +- src/AnimeClient/constants.php | 4 +- src/Ion/Config.php | 2 +- src/Ion/ConfigInterface.php | 2 +- src/Ion/Di/Container.php | 2 +- src/Ion/Di/ContainerAware.php | 2 +- src/Ion/Di/ContainerAwareInterface.php | 2 +- src/Ion/Di/ContainerInterface.php | 2 +- src/Ion/Di/Exception/ContainerException.php | 2 +- src/Ion/Di/Exception/NotFoundException.php | 2 +- src/Ion/Enum.php | 2 +- src/Ion/Event.php | 2 +- src/Ion/Exception/ConfigException.php | 2 +- src/Ion/Exception/DoubleRenderException.php | 2 +- src/Ion/Friend.php | 2 +- src/Ion/Json.php | 2 +- src/Ion/JsonException.php | 2 +- src/Ion/Model.php | 2 +- src/Ion/Transformer/AbstractTransformer.php | 2 +- src/Ion/Transformer/TransformerInterface.php | 2 +- src/Ion/Type/ArrayType.php | 2 +- src/Ion/Type/StringType.php | 2 +- src/Ion/View/HtmlView.php | 2 +- src/Ion/View/HttpView.php | 2 +- src/Ion/View/JsonView.php | 2 +- src/Ion/ViewInterface.php | 2 +- src/Ion/functions.php | 2 +- .../AnimeClient/API/APIRequestBuilderTest.php | 2 +- tests/AnimeClient/API/CacheTraitTest.php | 2 +- tests/AnimeClient/API/JsonAPITest.php | 2 +- .../Transformer/AnimeListTransformerTest.php | 2 +- .../Transformer/AnimeTransformerTest.php | 2 +- .../Transformer/MangaListTransformerTest.php | 2 +- .../Transformer/MangaTransformerTest.php | 2 +- tests/AnimeClient/API/KitsuTest.php | 2 +- .../API/ParallelAPIRequestTest.php | 2 +- tests/AnimeClient/AnimeClientTest.php | 2 +- tests/AnimeClient/AnimeClientTestCase.php | 2 +- tests/AnimeClient/Command/BaseCommandTest.php | 2 +- tests/AnimeClient/ControllerTest.php | 2 +- tests/AnimeClient/DispatcherTest.php | 2 +- tests/AnimeClient/FormGeneratorTest.php | 2 +- tests/AnimeClient/Helper/MenuHelperTest.php | 2 +- .../AnimeClient/Helper/PictureHelperTest.php | 2 +- tests/AnimeClient/MenuGeneratorTest.php | 2 +- tests/AnimeClient/RequirementsTest.php | 2 +- tests/AnimeClient/RoutingBaseTest.php | 2 +- tests/AnimeClient/TestSessionHandler.php | 2 +- tests/AnimeClient/UrlGeneratorTest.php | 2 +- tests/AnimeClient/UtilTest.php | 2 +- tests/Ion/BaseModelTest.php | 2 +- tests/Ion/ConfigTest.php | 2 +- tests/Ion/Di/ContainerAwareTest.php | 2 +- tests/Ion/Di/ContainerTest.php | 2 +- tests/Ion/EnumTest.php | 2 +- .../Exception/DoubleRenderExceptionTest.php | 2 +- tests/Ion/FriendTest.php | 2 +- tests/Ion/IonTestCase.php | 2 +- tests/Ion/JsonTest.php | 2 +- tests/Ion/TestSessionHandler.php | 2 +- .../Transformer/AbstractTransformerTest.php | 2 +- tests/Ion/Type/ArrayTypeTest.php | 2 +- tests/Ion/Type/StringTypeTest.php | 2 +- tests/Ion/View/HtmlViewTest.php | 2 +- tests/Ion/View/HttpViewTest.php | 2 +- tests/Ion/View/JsonViewTest.php | 2 +- tests/Ion/functionsTest.php | 2 +- tests/Ion/mocks.php | 2 +- 177 files changed, 1699 insertions(+), 1706 deletions(-) diff --git a/app/bootstrap.php b/app/bootstrap.php index 56b253ec..e7d66d5e 100644 --- a/app/bootstrap.php +++ b/app/bootstrap.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/build/header_comment.txt b/build/header_comment.txt index 73dc0735..e780e729 100644 --- a/build/header_comment.txt +++ b/build/header_comment.txt @@ -9,7 +9,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/index.php b/index.php index be33f4aa..042e5b91 100644 --- a/index.php +++ b/index.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/APIRequestBuilder.php b/src/AnimeClient/API/APIRequestBuilder.php index 4d4113f9..687cf001 100644 --- a/src/AnimeClient/API/APIRequestBuilder.php +++ b/src/AnimeClient/API/APIRequestBuilder.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/AbstractListItem.php b/src/AnimeClient/API/AbstractListItem.php index 257e3478..0181caa4 100644 --- a/src/AnimeClient/API/AbstractListItem.php +++ b/src/AnimeClient/API/AbstractListItem.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Anilist.php b/src/AnimeClient/API/Anilist.php index 43c0bd7f..0bba5c41 100644 --- a/src/AnimeClient/API/Anilist.php +++ b/src/AnimeClient/API/Anilist.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Anilist/AnilistRequestBuilder.php b/src/AnimeClient/API/Anilist/AnilistRequestBuilder.php index d2398f91..c567e604 100644 --- a/src/AnimeClient/API/Anilist/AnilistRequestBuilder.php +++ b/src/AnimeClient/API/Anilist/AnilistRequestBuilder.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Anilist/AnilistTrait.php b/src/AnimeClient/API/Anilist/AnilistTrait.php index 7a4bb5cd..657377e1 100644 --- a/src/AnimeClient/API/Anilist/AnilistTrait.php +++ b/src/AnimeClient/API/Anilist/AnilistTrait.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Anilist/ListItem.php b/src/AnimeClient/API/Anilist/ListItem.php index 43daab9e..c01a6f6f 100644 --- a/src/AnimeClient/API/Anilist/ListItem.php +++ b/src/AnimeClient/API/Anilist/ListItem.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Anilist/MissingIdException.php b/src/AnimeClient/API/Anilist/MissingIdException.php index afe86847..3b0cfb1d 100644 --- a/src/AnimeClient/API/Anilist/MissingIdException.php +++ b/src/AnimeClient/API/Anilist/MissingIdException.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Anilist/Model.php b/src/AnimeClient/API/Anilist/Model.php index c33c0fd7..e0297bfa 100644 --- a/src/AnimeClient/API/Anilist/Model.php +++ b/src/AnimeClient/API/Anilist/Model.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Anilist/Transformer/AnimeListTransformer.php b/src/AnimeClient/API/Anilist/Transformer/AnimeListTransformer.php index c09f63c1..59356d47 100644 --- a/src/AnimeClient/API/Anilist/Transformer/AnimeListTransformer.php +++ b/src/AnimeClient/API/Anilist/Transformer/AnimeListTransformer.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Anilist/Transformer/MangaListTransformer.php b/src/AnimeClient/API/Anilist/Transformer/MangaListTransformer.php index f60c7025..1d9756fe 100644 --- a/src/AnimeClient/API/Anilist/Transformer/MangaListTransformer.php +++ b/src/AnimeClient/API/Anilist/Transformer/MangaListTransformer.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Anilist/Types/MediaListEntry.php b/src/AnimeClient/API/Anilist/Types/MediaListEntry.php index 57330504..abc9e2e3 100644 --- a/src/AnimeClient/API/Anilist/Types/MediaListEntry.php +++ b/src/AnimeClient/API/Anilist/Types/MediaListEntry.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/CacheTrait.php b/src/AnimeClient/API/CacheTrait.php index dbb01271..87a58f58 100644 --- a/src/AnimeClient/API/CacheTrait.php +++ b/src/AnimeClient/API/CacheTrait.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Enum/AnimeWatchingStatus/Anilist.php b/src/AnimeClient/API/Enum/AnimeWatchingStatus/Anilist.php index a0300d26..d4c007b2 100644 --- a/src/AnimeClient/API/Enum/AnimeWatchingStatus/Anilist.php +++ b/src/AnimeClient/API/Enum/AnimeWatchingStatus/Anilist.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Enum/AnimeWatchingStatus/Kitsu.php b/src/AnimeClient/API/Enum/AnimeWatchingStatus/Kitsu.php index 22de0103..09cdf6ab 100644 --- a/src/AnimeClient/API/Enum/AnimeWatchingStatus/Kitsu.php +++ b/src/AnimeClient/API/Enum/AnimeWatchingStatus/Kitsu.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Enum/AnimeWatchingStatus/Route.php b/src/AnimeClient/API/Enum/AnimeWatchingStatus/Route.php index c77c0fd8..8df067bf 100644 --- a/src/AnimeClient/API/Enum/AnimeWatchingStatus/Route.php +++ b/src/AnimeClient/API/Enum/AnimeWatchingStatus/Route.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Enum/AnimeWatchingStatus/Title.php b/src/AnimeClient/API/Enum/AnimeWatchingStatus/Title.php index 3a1bbd61..2f1a8274 100644 --- a/src/AnimeClient/API/Enum/AnimeWatchingStatus/Title.php +++ b/src/AnimeClient/API/Enum/AnimeWatchingStatus/Title.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Enum/MangaReadingStatus/Anilist.php b/src/AnimeClient/API/Enum/MangaReadingStatus/Anilist.php index ddea659f..20c54566 100644 --- a/src/AnimeClient/API/Enum/MangaReadingStatus/Anilist.php +++ b/src/AnimeClient/API/Enum/MangaReadingStatus/Anilist.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Enum/MangaReadingStatus/Kitsu.php b/src/AnimeClient/API/Enum/MangaReadingStatus/Kitsu.php index aac435a7..a5cf4e05 100644 --- a/src/AnimeClient/API/Enum/MangaReadingStatus/Kitsu.php +++ b/src/AnimeClient/API/Enum/MangaReadingStatus/Kitsu.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Enum/MangaReadingStatus/Route.php b/src/AnimeClient/API/Enum/MangaReadingStatus/Route.php index 97158942..4e591920 100644 --- a/src/AnimeClient/API/Enum/MangaReadingStatus/Route.php +++ b/src/AnimeClient/API/Enum/MangaReadingStatus/Route.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Enum/MangaReadingStatus/Title.php b/src/AnimeClient/API/Enum/MangaReadingStatus/Title.php index cac50b41..c257b5af 100644 --- a/src/AnimeClient/API/Enum/MangaReadingStatus/Title.php +++ b/src/AnimeClient/API/Enum/MangaReadingStatus/Title.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/FailedResponseException.php b/src/AnimeClient/API/FailedResponseException.php index 9991a337..3e4d5f64 100644 --- a/src/AnimeClient/API/FailedResponseException.php +++ b/src/AnimeClient/API/FailedResponseException.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/JsonAPI.php b/src/AnimeClient/API/JsonAPI.php index 34dccccb..2c711230 100644 --- a/src/AnimeClient/API/JsonAPI.php +++ b/src/AnimeClient/API/JsonAPI.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Kitsu.php b/src/AnimeClient/API/Kitsu.php index 1104f2d1..569b9be3 100644 --- a/src/AnimeClient/API/Kitsu.php +++ b/src/AnimeClient/API/Kitsu.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Kitsu/Auth.php b/src/AnimeClient/API/Kitsu/Auth.php index 676fc141..3403e0e5 100644 --- a/src/AnimeClient/API/Kitsu/Auth.php +++ b/src/AnimeClient/API/Kitsu/Auth.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Kitsu/Enum/AnimeAiringStatus.php b/src/AnimeClient/API/Kitsu/Enum/AnimeAiringStatus.php index cbf397ab..51946a2e 100644 --- a/src/AnimeClient/API/Kitsu/Enum/AnimeAiringStatus.php +++ b/src/AnimeClient/API/Kitsu/Enum/AnimeAiringStatus.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Kitsu/Enum/MangaPublishingStatus.php b/src/AnimeClient/API/Kitsu/Enum/MangaPublishingStatus.php index dc0949aa..e802f2e2 100644 --- a/src/AnimeClient/API/Kitsu/Enum/MangaPublishingStatus.php +++ b/src/AnimeClient/API/Kitsu/Enum/MangaPublishingStatus.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Kitsu/GraphQL/schema.graphql b/src/AnimeClient/API/Kitsu/GraphQL/schema.graphql index 922f1cdb..41656ed2 100644 --- a/src/AnimeClient/API/Kitsu/GraphQL/schema.graphql +++ b/src/AnimeClient/API/Kitsu/GraphQL/schema.graphql @@ -1,186 +1,186 @@ # This file was generated based on ".graphqlconfig". Do not edit manually. schema { - query: Query - mutation: Mutation + query: Query + mutation: Mutation } "Generic Amount Consumed based on Media" interface AmountConsumed { - "Total media completed atleast once." - completed: Int! - id: ID! - "Total amount of media." - media: Int! - "The profile related to the user for this stat." - profile: Profile! - "Last time we fully recalculated this stat." - recalculatedAt: ISO8601Date! - "Total progress of library including reconsuming." - units: Int! + "Total media completed atleast once." + completed: Int! + id: ID! + "Total amount of media." + media: Int! + "The profile related to the user for this stat." + profile: Profile! + "Last time we fully recalculated this stat." + recalculatedAt: ISO8601Date! + "Total progress of library including reconsuming." + units: Int! } "Generic error fields used by all errors." interface Base { - "The error code." - code: String - "A description of the error" - message: String! - "Which input value this error came from" - path: [String!] + "The error code." + code: String + "A description of the error" + message: String! + "Which input value this error came from" + path: [String!] } "Generic Category Breakdown based on Media" interface CategoryBreakdown { - "A Map of category_id -> count for all categories present on the library entries" - categories: Map! - id: ID! - "The profile related to the user for this stat." - profile: Profile! - "Last time we fully recalculated this stat." - recalculatedAt: ISO8601Date! - "The total amount of library entries." - total: Int! + "A Map of category_id -> count for all categories present on the library entries" + categories: Map! + id: ID! + "The profile related to the user for this stat." + profile: Profile! + "Last time we fully recalculated this stat." + recalculatedAt: ISO8601Date! + "The total amount of library entries." + total: Int! } "An episodic media in the Kitsu database" -interface EpisodicInterface { - "The number of episodes in this series" - episodeCount: Int - "The general length (in seconds) of each episode" - episodeLength: Int - "Episodes for this media" - episodes( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int, - number: [Int!] - ): EpisodeConnection! - "The total length (in seconds) of the entire series" - totalLength: Int +interface Episodic { + "The number of episodes in this series" + episodeCount: Int + "The general length (in seconds) of each episode" + episodeLength: Int + "Episodes for this media" + episodes( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int, + number: [Int!] + ): EpisodeConnection! + "The total length (in seconds) of the entire series" + totalLength: Int } "A media in the Kitsu database" interface Media { - "The recommended minimum age group for this media" - ageRating: AgeRating - "An explanation of why this received the age rating it did" - ageRatingGuide: String - "The average rating of this media amongst all Kitsu users" - averageRating: Float - "A large banner image for this media" - bannerImage: Image! - "A list of categories for this media" - categories( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): CategoryConnection! - "The characters who starred in this media" - characters( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): MediaCharacterConnection! - "the day that this media made its final release" - endDate: Date - "The number of users with this in their favorites" - favoritesCount: Int - id: ID! - "A list of mappings for this media" - mappings( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): MappingConnection! - "The time of the next release of this media" - nextRelease: ISO8601DateTime - "The poster image of this media" - posterImage: Image! - "The companies which helped to produce this media" - productions( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): MediaProductionConnection! - "A list of quotes from this media" - quotes( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): QuoteConnection! - "A list of reactions for this media" - reactions( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): MediaReactionConnection! - "The season this was released in" - season: ReleaseSeason - "Whether the media is Safe-for-Work" - sfw: Boolean! - "The URL-friendly identifier of this media" - slug: String! - "The staff members who worked on this media" - staff( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): MediaStaffConnection! - "The day that this media first released" - startDate: Date - "The current releasing status of this media" - status: ReleaseStatus! - "A brief (mostly spoiler-free) summary/description of the media" - synopsis(locales: [String!]): Map! - "Description of when this media is expected to release" - tba: String - "The titles for this media in various locales" - titles: TitlesList! - "Anime or Manga." - type: String! - "The number of users with this in their library" - userCount: Int + "The recommended minimum age group for this media" + ageRating: AgeRating + "An explanation of why this received the age rating it did" + ageRatingGuide: String + "The average rating of this media amongst all Kitsu users" + averageRating: Float + "A large banner image for this media" + bannerImage: Image! + "A list of categories for this media" + categories( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): CategoryConnection! + "The characters who starred in this media" + characters( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): MediaCharacterConnection! + "the day that this media made its final release" + endDate: Date + "The number of users with this in their favorites" + favoritesCount: Int + id: ID! + "A list of mappings for this media" + mappings( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): MappingConnection! + "The time of the next release of this media" + nextRelease: ISO8601DateTime + "The poster image of this media" + posterImage: Image! + "The companies which helped to produce this media" + productions( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): MediaProductionConnection! + "A list of quotes from this media" + quotes( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): QuoteConnection! + "A list of reactions for this media" + reactions( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): MediaReactionConnection! + "The season this was released in" + season: ReleaseSeason + "Whether the media is Safe-for-Work" + sfw: Boolean! + "The URL-friendly identifier of this media" + slug: String! + "The staff members who worked on this media" + staff( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): MediaStaffConnection! + "The day that this media first released" + startDate: Date + "The current releasing status of this media" + status: ReleaseStatus! + "A brief (mostly spoiler-free) summary/description of the media" + synopsis(locales: [String!]): Map! + "Description of when this media is expected to release" + tba: String + "The titles for this media in various locales" + titles: TitlesList! + "Anime or Manga." + type: String! + "The number of users with this in their library" + userCount: Int } "Objects which are Mappable" @@ -188,1044 +188,1031 @@ union MappingItem = Anime | Category | Character | Episode | Manga | Person | Pr "A user account on Kitsu" type Account { - "The country this user resides in" - country: String - "The email addresses associated with this account" - email: [String!]! - "Facebook account linked to the account" - facebookId: String - id: ID! - "Primary language for the account" - language: String - "Longest period an account has had a PRO subscription for in seconds" - maxProStreak: Int - "The PRO subscription for this account" - proSubscription: ProSubscription - "The profile for this account" - profile: Profile! - "Media rating system used for the account" - ratingSystem: RatingSystem! - "Whether Not Safe For Work content is accessible" - sfwFilter: Boolean - "Time zone of the account" - timeZone: String - "Preferred language for media titles" - titleLanguagePreference: TitleLanguagePreference - "Twitter account linked to the account" - twitterId: String + "The country this user resides in" + country: String + "The email addresses associated with this account" + email: [String!]! + "Facebook account linked to the account" + facebookId: String + id: ID! + "Primary language for the account" + language: String + "Longest period an account has had a PRO subscription for in seconds" + maxProStreak: Int + "The PRO subscription for this account" + proSubscription: ProSubscription + "The profile for this account" + profile: Profile! + "Media rating system used for the account" + ratingSystem: RatingSystem! + "Whether Not Safe For Work content is accessible" + sfwFilter: Boolean + "Time zone of the account" + timeZone: String + "Preferred language for media titles" + titleLanguagePreference: TitleLanguagePreference + "Twitter account linked to the account" + twitterId: String } -type Anime implements EpisodicInterface & Media { - "The recommended minimum age group for this media" - ageRating: AgeRating - "An explanation of why this received the age rating it did" - ageRatingGuide: String - "The average rating of this media amongst all Kitsu users" - averageRating: Float - "A large banner image for this media" - bannerImage: Image! - "A list of categories for this media" - categories( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): CategoryConnection! - "The characters who starred in this media" - characters( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): MediaCharacterConnection! - "the day that this media made its final release" - endDate: Date - "The number of episodes in this series" - episodeCount: Int - "The general length (in seconds) of each episode" - episodeLength: Int - "Episodes for this media" - episodes( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int, - number: [Int!] - ): EpisodeConnection! - "The number of users with this in their favorites" - favoritesCount: Int - id: ID! - "A list of mappings for this media" - mappings( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): MappingConnection! - "The time of the next release of this media" - nextRelease: ISO8601DateTime - "The poster image of this media" - posterImage: Image! - "The companies which helped to produce this media" - productions( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): MediaProductionConnection! - "A list of quotes from this media" - quotes( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): QuoteConnection! - "A list of reactions for this media" - reactions( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): MediaReactionConnection! - "The season this was released in" - season: ReleaseSeason - "Whether the media is Safe-for-Work" - sfw: Boolean! - "The URL-friendly identifier of this media" - slug: String! - "The staff members who worked on this media" - staff( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): MediaStaffConnection! - "The day that this media first released" - startDate: Date - "The current releasing status of this media" - status: ReleaseStatus! - "A secondary type for categorizing Anime." - subtype: AnimeSubtype! - "A brief (mostly spoiler-free) summary/description of the media" - synopsis(locales: [String!]): Map! - "Description of when this media is expected to release" - tba: String - "The titles for this media in various locales" - titles: TitlesList! - "The total length (in seconds) of the entire series" - totalLength: Int - "Anime or Manga." - type: String! - "The number of users with this in their library" - userCount: Int - "Video id for a trailer on YouTube" - youtubeTrailerVideoId: String +type Anime implements Episodic & Media { + "The recommended minimum age group for this media" + ageRating: AgeRating + "An explanation of why this received the age rating it did" + ageRatingGuide: String + "The average rating of this media amongst all Kitsu users" + averageRating: Float + "A large banner image for this media" + bannerImage: Image! + "A list of categories for this media" + categories( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): CategoryConnection! + "The characters who starred in this media" + characters( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): MediaCharacterConnection! + "the day that this media made its final release" + endDate: Date + "The number of episodes in this series" + episodeCount: Int + "The general length (in seconds) of each episode" + episodeLength: Int + "Episodes for this media" + episodes( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int, + number: [Int!] + ): EpisodeConnection! + "The number of users with this in their favorites" + favoritesCount: Int + id: ID! + "A list of mappings for this media" + mappings( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): MappingConnection! + "The time of the next release of this media" + nextRelease: ISO8601DateTime + "The poster image of this media" + posterImage: Image! + "The companies which helped to produce this media" + productions( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): MediaProductionConnection! + "A list of quotes from this media" + quotes( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): QuoteConnection! + "A list of reactions for this media" + reactions( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): MediaReactionConnection! + "The season this was released in" + season: ReleaseSeason + "Whether the media is Safe-for-Work" + sfw: Boolean! + "The URL-friendly identifier of this media" + slug: String! + "The staff members who worked on this media" + staff( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): MediaStaffConnection! + "The day that this media first released" + startDate: Date + "The current releasing status of this media" + status: ReleaseStatus! + "A secondary type for categorizing Anime." + subtype: AnimeSubtype! + "A brief (mostly spoiler-free) summary/description of the media" + synopsis(locales: [String!]): Map! + "Description of when this media is expected to release" + tba: String + "The titles for this media in various locales" + titles: TitlesList! + "The total length (in seconds) of the entire series" + totalLength: Int + "Anime or Manga." + type: String! + "The number of users with this in their library" + userCount: Int + "Video id for a trailer on YouTube" + youtubeTrailerVideoId: String } type AnimeAmountConsumed implements AmountConsumed { - "Total media completed atleast once." - completed: Int! - id: ID! - "Total amount of media." - media: Int! - "The profile related to the user for this stat." - profile: Profile! - "Last time we fully recalculated this stat." - recalculatedAt: ISO8601Date! - "Total time spent in minutes." - time: Int! - "Total progress of library including reconsuming." - units: Int! + "Total media completed atleast once." + completed: Int! + id: ID! + "Total amount of media." + media: Int! + "The profile related to the user for this stat." + profile: Profile! + "Last time we fully recalculated this stat." + recalculatedAt: ISO8601Date! + "Total time spent in minutes." + time: Int! + "Total progress of library including reconsuming." + units: Int! } type AnimeCategoryBreakdown implements CategoryBreakdown { - "A Map of category_id -> count for all categories present on the library entries" - categories: Map! - id: ID! - "The profile related to the user for this stat." - profile: Profile! - "Last time we fully recalculated this stat." - recalculatedAt: ISO8601Date! - "The total amount of library entries." - total: Int! + "A Map of category_id -> count for all categories present on the library entries" + categories: Map! + id: ID! + "The profile related to the user for this stat." + profile: Profile! + "Last time we fully recalculated this stat." + recalculatedAt: ISO8601Date! + "The total amount of library entries." + total: Int! } "The connection type for Anime." type AnimeConnection { - "A list of edges." - edges: [AnimeEdge] - "A list of nodes." - nodes: [Anime] - "Information to aid in pagination." - pageInfo: PageInfo! - "The total amount of nodes." - totalCount: Int! + "A list of edges." + edges: [AnimeEdge] + "A list of nodes." + nodes: [Anime] + "Information to aid in pagination." + pageInfo: PageInfo! + "The total amount of nodes." + totalCount: Int! } "Autogenerated return type of AnimeCreate" type AnimeCreatePayload { - anime: Anime - "Graphql Errors" - errors: [Generic!] + anime: Anime + "Graphql Errors" + errors: [Generic!] } "Autogenerated return type of AnimeDelete" type AnimeDeletePayload { - "Graphql Errors" - errors: [Generic!] - result: DeleteResult! + anime: GenericDelete + "Graphql Errors" + errors: [Generic!] } "An edge in a connection." type AnimeEdge { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: Anime -} - -type AnimeMutation { - "Create an Anime" - create( - "New Anime to create" - input: AnimeCreateInput! - ): AnimeCreatePayload - "Delete an Anime" - delete( - "ID of the Anime to delete" - id: ID! - ): AnimeDeletePayload - "Update an Anime" - update( - "ID of the Anime to update" - id: ID!, - "Anime attributes to update" - input: AnimeUpdateInput! - ): AnimeUpdatePayload + "A cursor for use in pagination." + cursor: String! + "The item at the end of the edge." + node: Anime } "Autogenerated return type of AnimeUpdate" type AnimeUpdatePayload { - anime: Anime - "Graphql Errors" - errors: [Generic!] + anime: Anime + "Graphql Errors" + errors: [Generic!] } "Information about a specific Category" type Category { - "The child categories." - children( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): CategoryConnection - "A description of the category." - description(locales: [String!]): Map - id: ID! - "Whether the category is Not-Safe-for-Work." - isNsfw: Boolean! - "The parent category. Each category can have one parent." - parent: Category - "The URL-friendly identifier of this Category." - slug: String! - "The name of the category." - title(locales: [String!]): Map! + "The child categories." + children( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): CategoryConnection + "A description of the category." + description(locales: [String!]): Map + id: ID! + "Whether the category is Not-Safe-for-Work." + isNsfw: Boolean! + "The parent category. Each category can have one parent." + parent: Category + "The URL-friendly identifier of this Category." + slug: String! + "The name of the category." + title(locales: [String!]): Map! } "The connection type for Category." type CategoryConnection { - "A list of edges." - edges: [CategoryEdge] - "A list of nodes." - nodes: [Category] - "Information to aid in pagination." - pageInfo: PageInfo! - "The total amount of nodes." - totalCount: Int! + "A list of edges." + edges: [CategoryEdge] + "A list of nodes." + nodes: [Category] + "Information to aid in pagination." + pageInfo: PageInfo! + "The total amount of nodes." + totalCount: Int! } "An edge in a connection." type CategoryEdge { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: Category + "A cursor for use in pagination." + cursor: String! + "The item at the end of the edge." + node: Category } "Information about a Character in the Kitsu database" type Character { - id: ID! - "An image of the character" - image: Image - "The name for this character in various locales" - names: TitlesList! - "The original media this character showed up in" - primaryMedia: Media - "The URL-friendly identifier of this character" - slug: String! + id: ID! + "An image of the character" + image: Image + "The name for this character in various locales" + names: TitlesList! + "The original media this character showed up in" + primaryMedia: Media + "The URL-friendly identifier of this character" + slug: String! } "Information about a VA (Person) voicing a Character in a Media" type CharacterVoice { - id: ID! - "The company who hired this voice actor to play this role" - licensor: Producer - "The BCP47 locale tag for the voice acting role" - locale: String! - "The MediaCharacter node" - mediaCharacter: MediaCharacter! - "The person who voice acted this role" - person: Person! + id: ID! + "The company who hired this voice actor to play this role" + licensor: Producer + "The BCP47 locale tag for the voice acting role" + locale: String! + "The MediaCharacter node" + mediaCharacter: MediaCharacter! + "The person who voice acted this role" + person: Person! } "The connection type for CharacterVoice." type CharacterVoiceConnection { - "A list of edges." - edges: [CharacterVoiceEdge] - "A list of nodes." - nodes: [CharacterVoice] - "Information to aid in pagination." - pageInfo: PageInfo! - "The total amount of nodes." - totalCount: Int! + "A list of edges." + edges: [CharacterVoiceEdge] + "A list of nodes." + nodes: [CharacterVoice] + "Information to aid in pagination." + pageInfo: PageInfo! + "The total amount of nodes." + totalCount: Int! } "An edge in a connection." type CharacterVoiceEdge { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: CharacterVoice + "A cursor for use in pagination." + cursor: String! + "The item at the end of the edge." + node: CharacterVoice } "A comment on a post" type Comment { - "The user who created this comment for the parent post." - author: Profile! - "Unmodified content." - content: String! - "Html formatted content." - contentFormatted: String! - id: ID! - "Users who liked this comment." - likes( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): ProfileConnection! - "The parent comment if this comment was a reply to another." - parent: Comment - "The post that this comment is attached to." - post: Post! - "All replies to a specific comment." - replies( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): CommentConnection! + "The user who created this comment for the parent post." + author: Profile! + "Unmodified content." + content: String! + "Html formatted content." + contentFormatted: String! + id: ID! + "Users who liked this comment." + likes( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): ProfileConnection! + "The parent comment if this comment was a reply to another." + parent: Comment + "The post that this comment is attached to." + post: Post! + "All replies to a specific comment." + replies( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): CommentConnection! } "The connection type for Comment." type CommentConnection { - "A list of edges." - edges: [CommentEdge] - "A list of nodes." - nodes: [Comment] - "Information to aid in pagination." - pageInfo: PageInfo! - "The total amount of nodes." - totalCount: Int! + "A list of edges." + edges: [CommentEdge] + "A list of nodes." + nodes: [Comment] + "Information to aid in pagination." + pageInfo: PageInfo! + "The total amount of nodes." + totalCount: Int! } "An edge in a connection." type CommentEdge { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: Comment -} - -type DeleteResult { - "ID of the deleted entity" - id: ID! - "Type of the deleted entity" - typeName: String! + "A cursor for use in pagination." + cursor: String! + "The item at the end of the edge." + node: Comment } "An Episode of a Media" type Episode { - "The time when the episode aired" - airedAt: ISO8601DateTime - id: ID! - "The length of the Episode in seconds" - length: Int - "The sequence number of this episode in the season" - number: Int! - "A brief summary or description of the episode" - synopsis: [LocalizedString!] - "A thumbnail image for the episode" - thumbnail: Image - "The titles for this episode in various locales" - titles: TitlesList! + "The time when the episode aired" + airedAt: ISO8601DateTime + id: ID! + "The length of the Episode in seconds" + length: Int + "The sequence number of this episode in the season" + number: Int! + "A brief summary or description of the episode" + synopsis: [LocalizedString!] + "A thumbnail image for the episode" + thumbnail: Image + "The titles for this episode in various locales" + titles: TitlesList! } "The connection type for Episode." type EpisodeConnection { - "A list of edges." - edges: [EpisodeEdge] - "A list of nodes." - nodes: [Episode] - "Information to aid in pagination." - pageInfo: PageInfo! - "The total amount of nodes." - totalCount: Int! + "A list of edges." + edges: [EpisodeEdge] + "A list of nodes." + nodes: [Episode] + "Information to aid in pagination." + pageInfo: PageInfo! + "The total amount of nodes." + totalCount: Int! } "An edge in a connection." type EpisodeEdge { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: Episode + "A cursor for use in pagination." + cursor: String! + "The item at the end of the edge." + node: Episode } type Generic implements Base { - "The error code." - code: String - "A description of the error" - message: String! - "Which input value this error came from" - path: [String!] + "The error code." + code: String + "A description of the error" + message: String! + "Which input value this error came from" + path: [String!] } type GenericDelete { - id: ID! + id: ID! } type Image { - "The original image" - original: ImageView! - "The various generated views of this image" - views(names: [String!]): [ImageView!]! + "The original image" + original: ImageView! + "The various generated views of this image" + views(names: [String!]): [ImageView!]! } type ImageView { - "The height of the image" - height: Int - "The name of this view of the image" - name: String! - "The URL of this view of the image" - url: String! - "The width of the image" - width: Int + "The height of the image" + height: Int + "The name of this view of the image" + name: String! + "The URL of this view of the image" + url: String! + "The width of the image" + width: Int } "The user library filterable by media_type and status" type Library { - "All Library Entries for a specific Media" - all( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int, - mediaType: media_type! - ): LibraryEntryConnection! - "Library Entries for a specific Media filtered by the completed status" - completed( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int, - mediaType: media_type! - ): LibraryEntryConnection! - "Library Entries for a specific Media filtered by the current status" - current( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int, - mediaType: media_type! - ): LibraryEntryConnection! - "Library Entries for a specific Media filtered by the dropped status" - dropped( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int, - mediaType: media_type! - ): LibraryEntryConnection! - "Library Entries for a specific Media filtered by the on_hold status" - onHold( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int, - mediaType: media_type! - ): LibraryEntryConnection! - "Library Entries for a specific Media filtered by the planned status" - planned( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int, - mediaType: media_type! - ): LibraryEntryConnection! + "All Library Entries for a specific Media" + all( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int, + mediaType: media_type! + ): LibraryEntryConnection! + "Library Entries for a specific Media filtered by the completed status" + completed( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int, + mediaType: media_type! + ): LibraryEntryConnection! + "Library Entries for a specific Media filtered by the current status" + current( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int, + mediaType: media_type! + ): LibraryEntryConnection! + "Library Entries for a specific Media filtered by the dropped status" + dropped( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int, + mediaType: media_type! + ): LibraryEntryConnection! + "Library Entries for a specific Media filtered by the on_hold status" + onHold( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int, + mediaType: media_type! + ): LibraryEntryConnection! + "Library Entries for a specific Media filtered by the planned status" + planned( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int, + mediaType: media_type! + ): LibraryEntryConnection! } "Information about a specific media entry for a user" type LibraryEntry { - "When the user finished this media." - finishedAt: ISO8601DateTime - id: ID! - "The media related to this library entry." - media: Media! - "Notes left by the profile related to this library entry." - notes: String - "If the media related to the library entry is Not-Safe-for-Work." - nsfw: Boolean! - "If this library entry is publicly visibile from their profile, or hidden." - private: Boolean! - "The number of episodes/chapters this user has watched/read" - progress: Int! - "When the user last watched an episode or read a chapter of this media." - progressedAt: ISO8601DateTime - "How much you enjoyed this media (lower meaning not liking)." - rating: Int - "The reaction based on the media of this library entry." - reaction: MediaReaction - "Amount of times this media has been rewatched." - reconsumeCount: Int! - "If the profile is currently rewatching this media." - reconsuming: Boolean! - "When the user started this media." - startedAt: ISO8601DateTime - status: LibraryEntryStatus! - "The user who created this library entry." - user: Profile! - "Volumes that the profile owns (physically or digital)." - volumesOwned: Int! + "When the user finished this media." + finishedAt: ISO8601DateTime + id: ID! + "The media related to this library entry." + media: Media! + "Notes left by the profile related to this library entry." + notes: String + "If the media related to the library entry is Not-Safe-for-Work." + nsfw: Boolean! + "If this library entry is publicly visibile from their profile, or hidden." + private: Boolean! + "The number of episodes/chapters this user has watched/read" + progress: Int! + "When the user last watched an episode or read a chapter of this media." + progressedAt: ISO8601DateTime + "How much you enjoyed this media (lower meaning not liking)." + rating: Int + "The reaction based on the media of this library entry." + reaction: MediaReaction + "Amount of times this media has been rewatched." + reconsumeCount: Int! + "If the profile is currently rewatching this media." + reconsuming: Boolean! + "When the user started this media." + startedAt: ISO8601DateTime + status: LibraryEntryStatus! + "The user who created this library entry." + user: Profile! + "Volumes that the profile owns (physically or digital)." + volumesOwned: Int! } "The connection type for LibraryEntry." type LibraryEntryConnection { - "A list of edges." - edges: [LibraryEntryEdge] - "A list of nodes." - nodes: [LibraryEntry] - "Information to aid in pagination." - pageInfo: PageInfo! - "The total amount of nodes." - totalCount: Int! + "A list of edges." + edges: [LibraryEntryEdge] + "A list of nodes." + nodes: [LibraryEntry] + "Information to aid in pagination." + pageInfo: PageInfo! + "The total amount of nodes." + totalCount: Int! } "Autogenerated return type of LibraryEntryCreate" type LibraryEntryCreatePayload { - "Graphql Errors" - errors: [Generic!] - libraryEntry: LibraryEntry + "Graphql Errors" + errors: [Generic!] + libraryEntry: LibraryEntry } "Autogenerated return type of LibraryEntryDelete" type LibraryEntryDeletePayload { - "Graphql Errors" - errors: [Generic!] - libraryEntry: GenericDelete + "Graphql Errors" + errors: [Generic!] + libraryEntry: GenericDelete } "An edge in a connection." type LibraryEntryEdge { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: LibraryEntry + "A cursor for use in pagination." + cursor: String! + "The item at the end of the edge." + node: LibraryEntry } "Autogenerated return type of LibraryEntryUpdate" type LibraryEntryUpdatePayload { - "Graphql Errors" - errors: [Generic!] - libraryEntry: LibraryEntry + "Graphql Errors" + errors: [Generic!] + libraryEntry: LibraryEntry } type LocalizedString { - "The IETF/BCP 47 locale tag for this string" - locale: String! - "The text value of this string" - text: String! + "The IETF/BCP 47 locale tag for this string" + locale: String! + "The text value of this string" + text: String! } type Manga implements Media { - "The recommended minimum age group for this media" - ageRating: AgeRating - "An explanation of why this received the age rating it did" - ageRatingGuide: String - "The average rating of this media amongst all Kitsu users" - averageRating: Float - "A large banner image for this media" - bannerImage: Image! - "A list of categories for this media" - categories( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): CategoryConnection! - "The number of chapters in this manga." - chapterCount: Int - "The estimated number of chapters in this manga." - chapterCountGuess: Int - "The characters who starred in this media" - characters( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): MediaCharacterConnection! - "the day that this media made its final release" - endDate: Date - "The number of users with this in their favorites" - favoritesCount: Int - id: ID! - "A list of mappings for this media" - mappings( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): MappingConnection! - "The time of the next release of this media" - nextRelease: ISO8601DateTime - "The poster image of this media" - posterImage: Image! - "The companies which helped to produce this media" - productions( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): MediaProductionConnection! - "A list of quotes from this media" - quotes( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): QuoteConnection! - "A list of reactions for this media" - reactions( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): MediaReactionConnection! - "The season this was released in" - season: ReleaseSeason - "Whether the media is Safe-for-Work" - sfw: Boolean! - "The URL-friendly identifier of this media" - slug: String! - "The staff members who worked on this media" - staff( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): MediaStaffConnection! - "The day that this media first released" - startDate: Date - "The current releasing status of this media" - status: ReleaseStatus! - "A secondary type for categorizing Manga." - subtype: MangaSubtype! - "A brief (mostly spoiler-free) summary/description of the media" - synopsis(locales: [String!]): Map! - "Description of when this media is expected to release" - tba: String - "The titles for this media in various locales" - titles: TitlesList! - "Anime or Manga." - type: String! - "The number of users with this in their library" - userCount: Int - "The number of volumes in this manga." - volumeCount: Int + "The recommended minimum age group for this media" + ageRating: AgeRating + "An explanation of why this received the age rating it did" + ageRatingGuide: String + "The average rating of this media amongst all Kitsu users" + averageRating: Float + "A large banner image for this media" + bannerImage: Image! + "A list of categories for this media" + categories( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): CategoryConnection! + "The number of chapters in this manga." + chapterCount: Int + "The estimated number of chapters in this manga." + chapterCountGuess: Int + "The characters who starred in this media" + characters( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): MediaCharacterConnection! + "the day that this media made its final release" + endDate: Date + "The number of users with this in their favorites" + favoritesCount: Int + id: ID! + "A list of mappings for this media" + mappings( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): MappingConnection! + "The time of the next release of this media" + nextRelease: ISO8601DateTime + "The poster image of this media" + posterImage: Image! + "The companies which helped to produce this media" + productions( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): MediaProductionConnection! + "A list of quotes from this media" + quotes( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): QuoteConnection! + "A list of reactions for this media" + reactions( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): MediaReactionConnection! + "The season this was released in" + season: ReleaseSeason + "Whether the media is Safe-for-Work" + sfw: Boolean! + "The URL-friendly identifier of this media" + slug: String! + "The staff members who worked on this media" + staff( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): MediaStaffConnection! + "The day that this media first released" + startDate: Date + "The current releasing status of this media" + status: ReleaseStatus! + "A secondary type for categorizing Manga." + subtype: MangaSubtype! + "A brief (mostly spoiler-free) summary/description of the media" + synopsis(locales: [String!]): Map! + "Description of when this media is expected to release" + tba: String + "The titles for this media in various locales" + titles: TitlesList! + "Anime or Manga." + type: String! + "The number of users with this in their library" + userCount: Int + "The number of volumes in this manga." + volumeCount: Int } type MangaAmountConsumed implements AmountConsumed { - "Total media completed atleast once." - completed: Int! - id: ID! - "Total amount of media." - media: Int! - "The profile related to the user for this stat." - profile: Profile! - "Last time we fully recalculated this stat." - recalculatedAt: ISO8601Date! - "Total progress of library including reconsuming." - units: Int! + "Total media completed atleast once." + completed: Int! + id: ID! + "Total amount of media." + media: Int! + "The profile related to the user for this stat." + profile: Profile! + "Last time we fully recalculated this stat." + recalculatedAt: ISO8601Date! + "Total progress of library including reconsuming." + units: Int! } type MangaCategoryBreakdown implements CategoryBreakdown { - "A Map of category_id -> count for all categories present on the library entries" - categories: Map! - id: ID! - "The profile related to the user for this stat." - profile: Profile! - "Last time we fully recalculated this stat." - recalculatedAt: ISO8601Date! - "The total amount of library entries." - total: Int! + "A Map of category_id -> count for all categories present on the library entries" + categories: Map! + id: ID! + "The profile related to the user for this stat." + profile: Profile! + "Last time we fully recalculated this stat." + recalculatedAt: ISO8601Date! + "The total amount of library entries." + total: Int! } "The connection type for Manga." type MangaConnection { - "A list of edges." - edges: [MangaEdge] - "A list of nodes." - nodes: [Manga] - "Information to aid in pagination." - pageInfo: PageInfo! - "The total amount of nodes." - totalCount: Int! + "A list of edges." + edges: [MangaEdge] + "A list of nodes." + nodes: [Manga] + "Information to aid in pagination." + pageInfo: PageInfo! + "The total amount of nodes." + totalCount: Int! } "An edge in a connection." type MangaEdge { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: Manga + "A cursor for use in pagination." + cursor: String! + "The item at the end of the edge." + node: Manga } "Media Mappings from External Sites (MAL, Anilist, etc..) to Kitsu." type Mapping { - "The ID of the media from the external site." - externalId: ID! - "The name of the site which kitsu media is being linked from." - externalSite: MappingExternalSite! - id: ID! - "The kitsu object that is mapped." - item: MappingItem! + "The ID of the media from the external site." + externalId: ID! + "The name of the site which kitsu media is being linked from." + externalSite: MappingExternalSite! + id: ID! + "The kitsu object that is mapped." + item: MappingItem! } "The connection type for Mapping." type MappingConnection { - "A list of edges." - edges: [MappingEdge] - "A list of nodes." - nodes: [Mapping] - "Information to aid in pagination." - pageInfo: PageInfo! - "The total amount of nodes." - totalCount: Int! + "A list of edges." + edges: [MappingEdge] + "A list of nodes." + nodes: [Mapping] + "Information to aid in pagination." + pageInfo: PageInfo! + "The total amount of nodes." + totalCount: Int! } "An edge in a connection." type MappingEdge { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: Mapping + "A cursor for use in pagination." + cursor: String! + "The item at the end of the edge." + node: Mapping } "Information about a Character starring in a Media" type MediaCharacter { - "The character" - character: Character! - id: ID! - "The media" - media: Media! - "The role this character had in the media" - role: CharacterRole! - "The voices of this character" - voices( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int, - locale: [String!] - ): CharacterVoiceConnection + "The character" + character: Character! + id: ID! + "The media" + media: Media! + "The role this character had in the media" + role: CharacterRole! + "The voices of this character" + voices( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int, + locale: [String!] + ): CharacterVoiceConnection } "The connection type for MediaCharacter." type MediaCharacterConnection { - "A list of edges." - edges: [MediaCharacterEdge] - "A list of nodes." - nodes: [MediaCharacter] - "Information to aid in pagination." - pageInfo: PageInfo! - "The total amount of nodes." - totalCount: Int! + "A list of edges." + edges: [MediaCharacterEdge] + "A list of nodes." + nodes: [MediaCharacter] + "Information to aid in pagination." + pageInfo: PageInfo! + "The total amount of nodes." + totalCount: Int! } "An edge in a connection." type MediaCharacterEdge { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: MediaCharacter + "A cursor for use in pagination." + cursor: String! + "The item at the end of the edge." + node: MediaCharacter } "The connection type for Media." type MediaConnection { - "A list of edges." - edges: [MediaEdge] - "A list of nodes." - nodes: [Media] - "Information to aid in pagination." - pageInfo: PageInfo! + "A list of edges." + edges: [MediaEdge] + "A list of nodes." + nodes: [Media] + "Information to aid in pagination." + pageInfo: PageInfo! } "An edge in a connection." type MediaEdge { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: Media + "A cursor for use in pagination." + cursor: String! + "The item at the end of the edge." + node: Media } "The role a company played in the creation or localization of a media" type MediaProduction { - id: ID! - "The media" - media: Media! - "The producer" - person: Producer! - "The role this company played" - role: String! + id: ID! + "The media" + media: Media! + "The producer" + person: Producer! + "The role this company played" + role: String! } "The connection type for MediaProduction." type MediaProductionConnection { - "A list of edges." - edges: [MediaProductionEdge] - "A list of nodes." - nodes: [MediaProduction] - "Information to aid in pagination." - pageInfo: PageInfo! - "The total amount of nodes." - totalCount: Int! + "A list of edges." + edges: [MediaProductionEdge] + "A list of nodes." + nodes: [MediaProduction] + "Information to aid in pagination." + pageInfo: PageInfo! + "The total amount of nodes." + totalCount: Int! } "An edge in a connection." type MediaProductionEdge { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: MediaProduction + "A cursor for use in pagination." + cursor: String! + "The item at the end of the edge." + node: MediaProduction } "A simple review that is 140 characters long expressing how you felt about a media" type MediaReaction { - "The author who wrote this reaction." - author: Profile! - id: ID! - "The library entry related to this reaction." - libraryEntry: LibraryEntry! - "Users who liked this reaction." - likes( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): ProfileConnection! - "The media related to this reaction." - media: Media! - "When this media reaction was written based on media progress." - progress: Int! - "The reaction text related to a media." - reaction: String! + "The author who wrote this reaction." + author: Profile! + id: ID! + "The library entry related to this reaction." + libraryEntry: LibraryEntry! + "Users who liked this reaction." + likes( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): ProfileConnection! + "The media related to this reaction." + media: Media! + "When this media reaction was written based on media progress." + progress: Int! + "The reaction text related to a media." + reaction: String! } "The connection type for MediaReaction." type MediaReactionConnection { - "A list of edges." - edges: [MediaReactionEdge] - "A list of nodes." - nodes: [MediaReaction] - "Information to aid in pagination." - pageInfo: PageInfo! - "The total amount of nodes." - totalCount: Int! + "A list of edges." + edges: [MediaReactionEdge] + "A list of nodes." + nodes: [MediaReaction] + "Information to aid in pagination." + pageInfo: PageInfo! + "The total amount of nodes." + totalCount: Int! } "An edge in a connection." type MediaReactionEdge { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: MediaReaction + "A cursor for use in pagination." + cursor: String! + "The item at the end of the edge." + node: MediaReaction } "Information about a person working on an anime" type MediaStaff { - id: ID! - "The media" - media: Media! - "The person" - person: Person! - "The role this person had in the creation of this media" - role: String! + id: ID! + "The media" + media: Media! + "The person" + person: Person! + "The role this person had in the creation of this media" + role: String! } "The connection type for MediaStaff." type MediaStaffConnection { - "A list of edges." - edges: [MediaStaffEdge] - "A list of nodes." - nodes: [MediaStaff] - "Information to aid in pagination." - pageInfo: PageInfo! - "The total amount of nodes." - totalCount: Int! + "A list of edges." + edges: [MediaStaffEdge] + "A list of nodes." + nodes: [MediaStaff] + "Information to aid in pagination." + pageInfo: PageInfo! + "The total amount of nodes." + totalCount: Int! } "An edge in a connection." type MediaStaffEdge { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: MediaStaff + "A cursor for use in pagination." + cursor: String! + "The item at the end of the edge." + node: MediaStaff } type Mutation { - anime: AnimeMutation! - "Create a Library Entry" - createLibraryEntry( - "Create a Library Entry" - input: LibraryEntryCreateInput! - ): LibraryEntryCreatePayload - "Delete a Library Entry" - deleteLibraryEntry( - "Delete Library Entry" - input: GenericDeleteInput! - ): LibraryEntryDeletePayload - pro: ProMutation! - "Update a Library Entry" - updateLibraryEntry( - "Update Library Entry" - input: LibraryEntryUpdateInput! - ): LibraryEntryUpdatePayload + "Create an Anime." + createAnime( + "Create an Anime." + input: AnimeCreateInput! + ): AnimeCreatePayload + "Create a Library Entry" + createLibraryEntry( + "Create a Library Entry" + input: LibraryEntryCreateInput! + ): LibraryEntryCreatePayload + "Delete an Anime." + deleteAnime( + "Delete an Anime." + input: GenericDeleteInput! + ): AnimeDeletePayload + "Delete a Library Entry" + deleteLibraryEntry( + "Delete Library Entry" + input: GenericDeleteInput! + ): LibraryEntryDeletePayload + pro: ProMutation! + "Update an Anime." + updateAnime( + "Update an Anime." + input: AnimeUpdateInput! + ): AnimeUpdatePayload + "Update a Library Entry" + updateLibraryEntry( + "Update Library Entry" + input: LibraryEntryUpdateInput! + ): LibraryEntryUpdatePayload } "Information about pagination in a connection." type PageInfo { - "When paginating forwards, the cursor to continue." - endCursor: String - "When paginating forwards, are there more items?" - hasNextPage: Boolean! - "When paginating backwards, are there more items?" - hasPreviousPage: Boolean! - "When paginating backwards, the cursor to continue." - startCursor: String + "When paginating forwards, the cursor to continue." + endCursor: String + "When paginating forwards, are there more items?" + hasNextPage: Boolean! + "When paginating backwards, are there more items?" + hasPreviousPage: Boolean! + "When paginating backwards, the cursor to continue." + startCursor: String } """ @@ -1234,707 +1221,713 @@ A Voice Actor, Director, Animator, or other person who works in the creation and localization of media """ type Person { - "A short biography of the person" - biography: Person - "The day when this person was born" - birthday: Date - id: ID! - "An image of the person" - image: Image - "The name of this person in various languages" - names: TitlesList! - "The voice-acting roles this person has had" - voices: CharacterVoice + "A short biography of the person" + biography: Person + "The day when this person was born" + birthday: Date + id: ID! + "An image of the person" + image: Image + "The primary name of this person." + name: String! + "The name of this person in various languages" + names: TitlesList! + "The URL-friendly identifier of this person." + slug: String! + "The voice-acting roles this person has had" + voices: CharacterVoice } "A post that is visible to your followers and globally in the news-feed." type Post { - "The user who created this post." - author: Profile! - "All comments related to this post." - comments( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): CommentConnection! - "Unmodified content." - content: String! - "Html formatted content." - contentFormatted: String! - "Users that are watching this post" - follows( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): ProfileConnection! - id: ID! - "If a post is Not-Safe-for-Work." - isNsfw: Boolean! - "If this post spoils the tagged media." - isSpoiler: Boolean! - "Users that have liked this post." - likes( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): ProfileConnection! - "The media tagged in this post." - media: Media + "The user who created this post." + author: Profile! + "All comments related to this post." + comments( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): CommentConnection! + "Unmodified content." + content: String! + "Html formatted content." + contentFormatted: String! + "Users that are watching this post" + follows( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): ProfileConnection! + id: ID! + "If a post is Not-Safe-for-Work." + isNsfw: Boolean! + "If this post spoils the tagged media." + isSpoiler: Boolean! + "Users that have liked this post." + likes( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): ProfileConnection! + "The media tagged in this post." + media: Media } "The connection type for Post." type PostConnection { - "A list of edges." - edges: [PostEdge] - "A list of nodes." - nodes: [Post] - "Information to aid in pagination." - pageInfo: PageInfo! - "The total amount of nodes." - totalCount: Int! + "A list of edges." + edges: [PostEdge] + "A list of nodes." + nodes: [Post] + "Information to aid in pagination." + pageInfo: PageInfo! + "The total amount of nodes." + totalCount: Int! } "An edge in a connection." type PostEdge { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: Post + "A cursor for use in pagination." + cursor: String! + "The item at the end of the edge." + node: Post } type ProMutation { - "Set the user's discord tag" - setDiscord( - "Your discord tag (Name#1234)" - discord: String! - ): SetDiscordPayload - "Set the user's Hall-of-Fame message" - setMessage( - "The message to set for your Hall of Fame entry" - message: String! - ): SetMessagePayload - "End the user's pro subscription" - unsubscribe: UnsubscribePayload + "Set the user's discord tag" + setDiscord( + "Your discord tag (Name#1234)" + discord: String! + ): SetDiscordPayload + "Set the user's Hall-of-Fame message" + setMessage( + "The message to set for your Hall of Fame entry" + message: String! + ): SetMessagePayload + "End the user's pro subscription" + unsubscribe: UnsubscribePayload } "A subscription to Kitsu PRO" type ProSubscription { - "The account which is subscribed to Pro benefits" - account: Account! - "The billing service used for this subscription" - billingService: RecurringBillingService! - "The tier of Pro the account is subscribed to" - tier: ProTier! + "The account which is subscribed to Pro benefits" + account: Account! + "The billing service used for this subscription" + billingService: RecurringBillingService! + "The tier of Pro the account is subscribed to" + tier: ProTier! } "A company involved in the creation or localization of media" type Producer { - id: ID! - "The name of this production company" - name: String! + id: ID! + "The name of this production company" + name: String! } "A user profile on Kitsu" type Profile { - "A short biographical blurb about this profile" - about: String - "An avatar image to easily identify this profile" - avatarImage: Image - "A banner to display at the top of the profile" - bannerImage: Image - "When the user was born" - birthday: ISO8601Date - "All comments to any post this user has made." - comments( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): CommentConnection! - "People that follow the user" - followers( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): ProfileConnection! - "People the user is following" - following( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): ProfileConnection! - "What the user identifies as" - gender: String - id: ID! - "The user library of their media" - library: Library! - "The user's general location" - location: String - "Media reactions written by this user." - mediaReactions( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): MediaReactionConnection! - """ + "A short biographical blurb about this profile" + about: String + "An avatar image to easily identify this profile" + avatarImage: Image + "A banner to display at the top of the profile" + bannerImage: Image + "When the user was born" + birthday: ISO8601Date + "All comments to any post this user has made." + comments( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): CommentConnection! + "People that follow the user" + followers( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): ProfileConnection! + "People the user is following" + following( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): ProfileConnection! + "What the user identifies as" + gender: String + id: ID! + "The user library of their media" + library: Library! + "The user's general location" + location: String + "Media reactions written by this user." + mediaReactions( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): MediaReactionConnection! + """ - A non-unique publicly visible name for the profile. - Minimum of 3 characters and any valid Unicode character - """ - name: String! - "Post pinned to the user profile" - pinnedPost: Post - "All posts this profile has made." - posts( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): PostConnection! - "The message this user has submitted to the Hall of Fame" - proMessage: String - "The PRO level the user currently has" - proTier: ProTier - "Links to the user on other (social media) sites." - siteLinks( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): SiteLinkConnection - "The URL-friendly identifier for this profile" - slug: String - "The different stats we calculate for this user." - stats: ProfileStats! - "A fully qualified URL to the profile" - url: String - "The character this profile has declared as their waifu or husbando" - waifu: Character - "The properly-gendered term for the user's waifu" - waifuOrHusbando: WaifuOrHusbando + A non-unique publicly visible name for the profile. + Minimum of 3 characters and any valid Unicode character + """ + name: String! + "Post pinned to the user profile" + pinnedPost: Post + "All posts this profile has made." + posts( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): PostConnection! + "The message this user has submitted to the Hall of Fame" + proMessage: String + "The PRO level the user currently has" + proTier: ProTier + "Links to the user on other (social media) sites." + siteLinks( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): SiteLinkConnection + "The URL-friendly identifier for this profile" + slug: String + "The different stats we calculate for this user." + stats: ProfileStats! + "A fully qualified URL to the profile" + url: String + "The character this profile has declared as their waifu or husbando" + waifu: Character + "The properly-gendered term for the user's waifu. This should normally only be 'Waifu' or 'Husbando' but some people are jerks, including the person who wrote this..." + waifuOrHusbando: String } "The connection type for Profile." type ProfileConnection { - "A list of edges." - edges: [ProfileEdge] - "A list of nodes." - nodes: [Profile] - "Information to aid in pagination." - pageInfo: PageInfo! - "The total amount of nodes." - totalCount: Int! + "A list of edges." + edges: [ProfileEdge] + "A list of nodes." + nodes: [Profile] + "Information to aid in pagination." + pageInfo: PageInfo! + "The total amount of nodes." + totalCount: Int! } "An edge in a connection." type ProfileEdge { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: Profile + "A cursor for use in pagination." + cursor: String! + "The item at the end of the edge." + node: Profile } "The different types of user stats that we calculate." type ProfileStats { - "The total amount of anime you have watched over your whole life." - animeAmountConsumed: AnimeAmountConsumed! - "The breakdown of the different categories related to the anime you have completed" - animeCategoryBreakdown: AnimeCategoryBreakdown! - "The total amount of manga you ahve read over your whole life." - mangaAmountConsumed: MangaAmountConsumed! - "The breakdown of the different categories related to the manga you have completed" - mangaCategoryBreakdown: MangaCategoryBreakdown! + "The total amount of anime you have watched over your whole life." + animeAmountConsumed: AnimeAmountConsumed! + "The breakdown of the different categories related to the anime you have completed" + animeCategoryBreakdown: AnimeCategoryBreakdown! + "The total amount of manga you ahve read over your whole life." + mangaAmountConsumed: MangaAmountConsumed! + "The breakdown of the different categories related to the manga you have completed" + mangaCategoryBreakdown: MangaCategoryBreakdown! } type Query { - "All Anime in the Kitsu database" - anime( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): AnimeConnection! - "Find a single Anime by ID" - findAnimeById(id: ID!): Anime - "Find a single Anime by Slug" - findAnimeBySlug(slug: String!): Anime - "Find a single Category by ID" - findCategoryById(id: ID!): Category - "Find a single Category by Slug" - findCategoryBySlug(slug: String!): Category - "Find a single Character by ID" - findCharacterById(id: ID!): Character - "Find a single Character by Slug" - findCharacterBySlug(slug: String!): Character - "Find a single Manga by ID" - findMangaById(id: ID!): Manga - "Find a single Manga by Slug" - findMangaBySlug(slug: String!): Manga - "Find a single User by ID" - findProfileById(id: ID!): Profile - "Find a single User by Slug" - findProfileBySlug(slug: String!): Profile - "List trending media on Kitsu" - globalTrending( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int, - medium: String! - ): MediaConnection! - "List trending media within your network" - localTrending( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int, - medium: String! - ): MediaConnection! - "Find a specific Mapping Item by External ID and External Site." - lookupMapping(externalId: ID!, externalSite: MappingExternalSite!): MappingItem - "All Manga in the Kitsu database" - manga( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): MangaConnection! - "Patrons sorted by a Proprietary Magic Algorithm" - patrons( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): ProfileConnection! - "Get your current session info" - session: Session! + "All Anime in the Kitsu database" + anime( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): AnimeConnection! + "Kitsu account details. You must supply an Authorization token in header." + currentAccount: Account + "Find a single Anime by ID" + findAnimeById(id: ID!): Anime + "Find a single Anime by Slug" + findAnimeBySlug(slug: String!): Anime + "Find a single Category by ID" + findCategoryById(id: ID!): Category + "Find a single Category by Slug" + findCategoryBySlug(slug: String!): Category + "Find a single Character by ID" + findCharacterById(id: ID!): Character + "Find a single Character by Slug" + findCharacterBySlug(slug: String!): Character + "Find a single Manga by ID" + findMangaById(id: ID!): Manga + "Find a single Manga by Slug" + findMangaBySlug(slug: String!): Manga + "Find a single Person by ID" + findPersonById(id: ID!): Person + "Find a single Person by Slug" + findPersonBySlug(slug: String!): Person + "Find a single User by ID" + findProfileById(id: ID!): Profile + "Find a single User by Slug" + findProfileBySlug(slug: String!): Profile + "List trending media on Kitsu" + globalTrending( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int, + medium: String! + ): MediaConnection! + "List trending media within your network" + localTrending( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int, + medium: String! + ): MediaConnection! + "Find a specific Mapping Item by External ID and External Site." + lookupMapping(externalId: ID!, externalSite: MappingExternalSite!): MappingItem + "All Manga in the Kitsu database" + manga( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): MangaConnection! + "Patrons sorted by a Proprietary Magic Algorithm" + patrons( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): ProfileConnection! + "Get your current session info" + session: Session! } "A quote from a media" type Quote { - id: ID! - "The lines of the quote" - lines( - "Returns the elements in the list that come after the specified cursor." - after: String, - "Returns the elements in the list that come before the specified cursor." - before: String, - "Returns the first _n_ elements from the list." - first: Int, - "Returns the last _n_ elements from the list." - last: Int - ): QuoteLineConnection! - "The media this quote is excerpted from" - media: Media! + id: ID! + "The lines of the quote" + lines( + "Returns the elements in the list that come after the specified cursor." + after: String, + "Returns the elements in the list that come before the specified cursor." + before: String, + "Returns the first _n_ elements from the list." + first: Int, + "Returns the last _n_ elements from the list." + last: Int + ): QuoteLineConnection! + "The media this quote is excerpted from" + media: Media! } "The connection type for Quote." type QuoteConnection { - "A list of edges." - edges: [QuoteEdge] - "A list of nodes." - nodes: [Quote] - "Information to aid in pagination." - pageInfo: PageInfo! - "The total amount of nodes." - totalCount: Int! + "A list of edges." + edges: [QuoteEdge] + "A list of nodes." + nodes: [Quote] + "Information to aid in pagination." + pageInfo: PageInfo! + "The total amount of nodes." + totalCount: Int! } "An edge in a connection." type QuoteEdge { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: Quote + "A cursor for use in pagination." + cursor: String! + "The item at the end of the edge." + node: Quote } "A line in a quote" type QuoteLine { - "The character who said this line" - character: Character! - "The line that was spoken" - content: String! - id: ID! - "The quote this line is in" - quote: Quote! + "The character who said this line" + character: Character! + "The line that was spoken" + content: String! + id: ID! + "The quote this line is in" + quote: Quote! } "The connection type for QuoteLine." type QuoteLineConnection { - "A list of edges." - edges: [QuoteLineEdge] - "A list of nodes." - nodes: [QuoteLine] - "Information to aid in pagination." - pageInfo: PageInfo! - "The total amount of nodes." - totalCount: Int! + "A list of edges." + edges: [QuoteLineEdge] + "A list of nodes." + nodes: [QuoteLine] + "Information to aid in pagination." + pageInfo: PageInfo! + "The total amount of nodes." + totalCount: Int! } "An edge in a connection." type QuoteLineEdge { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: QuoteLine + "A cursor for use in pagination." + cursor: String! + "The item at the end of the edge." + node: QuoteLine } "Information about a user session" type Session { - "The account associated with this session" - account: Account - "The profile associated with this session" - profile: Profile + "The account associated with this session" + account: Account + "The profile associated with this session" + profile: Profile } "Autogenerated return type of SetDiscord" type SetDiscordPayload { - discord: String! - "Graphql Errors" - errors: [Generic!] + discord: String! + "Graphql Errors" + errors: [Generic!] } "Autogenerated return type of SetMessage" type SetMessagePayload { - "Graphql Errors" - errors: [Generic!] - message: String! + "Graphql Errors" + errors: [Generic!] + message: String! } "A link to a user's profile on an external site." type SiteLink { - "The user profile the site is linked to." - author: Profile! - id: ID! - "A fully qualified URL of the user profile on an external site." - url: String! + "The user profile the site is linked to." + author: Profile! + id: ID! + "A fully qualified URL of the user profile on an external site." + url: String! } "The connection type for SiteLink." type SiteLinkConnection { - "A list of edges." - edges: [SiteLinkEdge] - "A list of nodes." - nodes: [SiteLink] - "Information to aid in pagination." - pageInfo: PageInfo! - "The total amount of nodes." - totalCount: Int! + "A list of edges." + edges: [SiteLinkEdge] + "A list of nodes." + nodes: [SiteLink] + "Information to aid in pagination." + pageInfo: PageInfo! + "The total amount of nodes." + totalCount: Int! } "An edge in a connection." type SiteLinkEdge { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: SiteLink + "A cursor for use in pagination." + cursor: String! + "The item at the end of the edge." + node: SiteLink } type TitlesList { - "A list of additional, alternative, abbreviated, or unofficial titles" - alternatives: [String!]! - "The official or de facto international title" - canonical: String! - "The locale code that identifies which title is used as the canonical title" - canonicalLocale: String! - "The list of localized titles keyed by locale" - localized(locales: [String!]): Map! + "A list of additional, alternative, abbreviated, or unofficial titles" + alternatives: [String!]! + "The official or de facto international title" + canonical: String! + "The locale code that identifies which title is used as the canonical title" + canonicalLocale: String! + "The list of localized titles keyed by locale" + localized(locales: [String!]): Map! } "Autogenerated return type of Unsubscribe" type UnsubscribePayload { - "Graphql Errors" - errors: [Generic!] - expiresAt: ISO8601DateTime + "Graphql Errors" + errors: [Generic!] + expiresAt: ISO8601DateTime } enum AgeRating { - "Acceptable for all ages" - G - "Parental guidance suggested; should be safe for preteens and older" - PG - "Possible lewd or intense themes; should be safe for teens and older" - R - "Contains adult content or themes; should only be viewed by adults" - R18 + "Acceptable for all ages" + G + "Parental guidance suggested; should be safe for preteens and older" + PG + "Possible lewd or intense themes; should be safe for teens and older" + R + "Contains adult content or themes; should only be viewed by adults" + R18 } enum AnimeSubtype { - MOVIE - MUSIC - "Original Net Animation (Web Anime)." - ONA - "Original Video Animation. Anime directly released to video market." - OVA - "Spinoffs or Extras of the original." - SPECIAL - TV + MOVIE + MUSIC + "Original Net Animation (Web Anime)." + ONA + "Original Video Animation. Anime directly released to video market." + OVA + "Spinoffs or Extras of the original." + SPECIAL + TV } enum CharacterRole { - "A background character who generally only appears in a few episodes" - BACKGROUND - "A character from a different franchise making a (usually brief) appearance" - CAMEO - "A character who appears throughout a series and is a focal point of the media" - MAIN - "A character who appears in multiple episodes but is not a main character" - RECURRING + "A background character who generally only appears in a few episodes" + BACKGROUND + "A character from a different franchise making a (usually brief) appearance" + CAMEO + "A character who appears throughout a series and is a focal point of the media" + MAIN + "A character who appears in multiple episodes but is not a main character" + RECURRING } enum LibraryEntryStatus { - "The user completed this media." - COMPLETED - "The user is currently reading or watching this media." - CURRENT - "The user started but chose not to finish this media." - DROPPED - "The user started but paused reading or watching this media." - ON_HOLD - "The user plans to read or watch this media in future." - PLANNED + "The user completed this media." + COMPLETED + "The user is currently reading or watching this media." + CURRENT + "The user started but chose not to finish this media." + DROPPED + "The user started but paused reading or watching this media." + ON_HOLD + "The user plans to read or watch this media in future." + PLANNED } enum MangaSubtype { - "Self published work." - DOUJIN - MANGA - "Chinese comics produced in China and in the Greater China region." - MANHUA - "A style of South Korean comic books and graphic novels" - MANHWA - NOVEL - "Original English Language." - OEL - ONESHOT + "Self published work." + DOUJIN + MANGA + "Chinese comics produced in China and in the Greater China region." + MANHUA + "A style of South Korean comic books and graphic novels" + MANHWA + NOVEL + "Original English Language." + OEL + ONESHOT } enum MappingExternalSite { - ANIDB - ANILIST_ANIME - ANILIST_MANGA - ANIMENEWSNETWORK - AOZORA - HULU - IMDB_EPISODES - MANGAUPDATES - MYANIMELIST_ANIME - MYANIMELIST_CHARACTERS - MYANIMELIST_MANGA - MYANIMELIST_PEOPLE - MYANIMELIST_PRODUCERS - MYDRAMALIST - THETVDB - THETVDB_SEASON - THETVDB_SERIES - TRAKT + ANIDB + ANILIST_ANIME + ANILIST_MANGA + ANIMENEWSNETWORK + AOZORA + HULU + IMDB_EPISODES + MANGAUPDATES + MYANIMELIST_ANIME + MYANIMELIST_CHARACTERS + MYANIMELIST_MANGA + MYANIMELIST_PEOPLE + MYANIMELIST_PRODUCERS + MYDRAMALIST + THETVDB + THETVDB_SEASON + THETVDB_SERIES + TRAKT } enum ProTier { - "Aozora Pro (only hides ads)" - AO_PRO @deprecated(reason : "No longer for sale") - "Aozora Pro+ (only hides ads)" - AO_PRO_PLUS @deprecated(reason : "No longer for sale") - "Top tier of Kitsu Pro" - PATRON - "Basic tier of Kitsu Pro" - PRO + "Aozora Pro (only hides ads)" + AO_PRO @deprecated(reason : "No longer for sale") + "Aozora Pro+ (only hides ads)" + AO_PRO_PLUS @deprecated(reason : "No longer for sale") + "Top tier of Kitsu Pro" + PATRON + "Basic tier of Kitsu Pro" + PRO } enum RatingSystem { - "1-20 in increments of 1 displayed as 1-10 in 0.5 increments" - ADVANCED - "1-20 in increments of 2 displayed as 5 stars in 0.5 star increments" - REGULAR - "1-20 displayed as 4 smileys - Awful (1), Meh (8), Good (14) and Great (20)" - SIMPLE + "1-20 in increments of 1 displayed as 1-10 in 0.5 increments" + ADVANCED + "1-20 in increments of 2 displayed as 5 stars in 0.5 star increments" + REGULAR + "1-20 displayed as 4 smileys - Awful (1), Meh (8), Good (14) and Great (20)" + SIMPLE } enum RecurringBillingService { - "Billed through Apple In-App Subscription" - APPLE - "Billed through Google Play Subscription" - GOOGLE_PLAY - "Bill a PayPal account" - PAYPAL - "Bill a credit card via Stripe" - STRIPE + "Billed through Apple In-App Subscription" + APPLE + "Billed through Google Play Subscription" + GOOGLE_PLAY + "Bill a PayPal account" + PAYPAL + "Bill a credit card via Stripe" + STRIPE } enum ReleaseSeason { - "Released during the Fall season" - FALL - "Released during the Spring season" - SPRING - "Released during the Summer season" - SUMMER - "Released during the Winter season" - WINTER + "Released during the Fall season" + FALL + "Released during the Spring season" + SPRING + "Released during the Summer season" + SUMMER + "Released during the Winter season" + WINTER } enum ReleaseStatus { - "This media is currently releasing" - CURRENT - "This media is no longer releasing" - FINISHED - "The release date has not been announced yet" - TBA - "This media is not released yet" - UNRELEASED - "This media is releasing soon" - UPCOMING + "This media is currently releasing" + CURRENT + "This media is no longer releasing" + FINISHED + "The release date has not been announced yet" + TBA + "This media is not released yet" + UNRELEASED + "This media is releasing soon" + UPCOMING } enum TitleLanguagePreference { - "Prefer the most commonly-used title for media" - CANONICAL - "Prefer the localized title for media" - LOCALIZED - "Prefer the romanized title for media" - ROMANIZED -} - -enum WaifuOrHusbando { - HUSBANDO - WAIFU + "Prefer the most commonly-used title for media" + CANONICAL + "Prefer the localized title for media" + LOCALIZED + "Prefer the romanized title for media" + ROMANIZED } "これはアニメやマンガです" enum media_type { - ANIME - MANGA + ANIME + MANGA } input AnimeCreateInput { - ageRating: AgeRating - ageRatingGuide: String - bannerImage: Upload - endDate: Date - episodeCount: Int - episodeLength: Int - posterImage: Upload - startDate: Date - synopsis: Map! - tba: String - titles: TitlesListInput! - youtubeTrailerVideoId: String + ageRating: AgeRating + ageRatingGuide: String + bannerImage: Upload + endDate: Date + episodeCount: Int + episodeLength: Int + posterImage: Upload + startDate: Date + synopsis: Map! + tba: String + titles: TitlesListInput! + youtubeTrailerVideoId: String } input AnimeUpdateInput { - ageRating: AgeRating - ageRatingGuide: String - bannerImage: Upload - endDate: Date - episodeCount: Int - episodeLength: Int - posterImage: Upload - startDate: Date - synopsis: Map - tba: String - titles: TitlesListInput - youtubeTrailerVideoId: String + ageRating: AgeRating + ageRatingGuide: String + bannerImage: Upload + endDate: Date + episodeCount: Int + episodeLength: Int + id: ID! + posterImage: Upload + startDate: Date + synopsis: Map + tba: String + titles: TitlesListInput + youtubeTrailerVideoId: String } input GenericDeleteInput { - id: ID! + id: ID! } input LibraryEntryCreateInput { - finishedAt: ISO8601DateTime - mediaId: ID! - mediaType: media_type! - notes: String - private: Boolean = false - progress: Int = 0 - rating: Int - reconsumeCount: Int = 0 - reconsuming: Boolean = false - startedAt: ISO8601DateTime - status: LibraryEntryStatus! - userId: ID! - volumesOwned: Int = 0 + finishedAt: ISO8601DateTime + mediaId: ID! + mediaType: media_type! + notes: String + private: Boolean = false + progress: Int = 0 + rating: Int + reconsumeCount: Int = 0 + reconsuming: Boolean = false + startedAt: ISO8601DateTime + status: LibraryEntryStatus! + userId: ID! + volumesOwned: Int = 0 } input LibraryEntryUpdateInput { - finishedAt: ISO8601DateTime - id: ID! - notes: String - private: Boolean - progress: Int - rating: Int - reconsumeCount: Int - reconsuming: Boolean - startedAt: ISO8601DateTime - status: LibraryEntryStatus - volumesOwned: Int + finishedAt: ISO8601DateTime + id: ID! + notes: String + private: Boolean + progress: Int + rating: Int + reconsumeCount: Int + reconsuming: Boolean + startedAt: ISO8601DateTime + status: LibraryEntryStatus + volumesOwned: Int } input TitlesListInput { - alternatives: [String!] - canonicalLocale: String - localized: Map + alternatives: [String!] + canonicalLocale: String + localized: Map } diff --git a/src/AnimeClient/API/Kitsu/KitsuAnimeTrait.php b/src/AnimeClient/API/Kitsu/KitsuAnimeTrait.php index d0bbeaf9..1a6c0dd7 100644 --- a/src/AnimeClient/API/Kitsu/KitsuAnimeTrait.php +++ b/src/AnimeClient/API/Kitsu/KitsuAnimeTrait.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Kitsu/KitsuMangaTrait.php b/src/AnimeClient/API/Kitsu/KitsuMangaTrait.php index 4a499417..7f1e09bd 100644 --- a/src/AnimeClient/API/Kitsu/KitsuMangaTrait.php +++ b/src/AnimeClient/API/Kitsu/KitsuMangaTrait.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Kitsu/KitsuMutationTrait.php b/src/AnimeClient/API/Kitsu/KitsuMutationTrait.php index d74b4d74..e0f1ba22 100644 --- a/src/AnimeClient/API/Kitsu/KitsuMutationTrait.php +++ b/src/AnimeClient/API/Kitsu/KitsuMutationTrait.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Kitsu/KitsuRequestBuilder.php b/src/AnimeClient/API/Kitsu/KitsuRequestBuilder.php index 8b24ddc3..db4985d4 100644 --- a/src/AnimeClient/API/Kitsu/KitsuRequestBuilder.php +++ b/src/AnimeClient/API/Kitsu/KitsuRequestBuilder.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Kitsu/KitsuTrait.php b/src/AnimeClient/API/Kitsu/KitsuTrait.php index 322678dc..b331bcca 100644 --- a/src/AnimeClient/API/Kitsu/KitsuTrait.php +++ b/src/AnimeClient/API/Kitsu/KitsuTrait.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Kitsu/ListItem.php b/src/AnimeClient/API/Kitsu/ListItem.php index 768aa8d7..0cb0ba9b 100644 --- a/src/AnimeClient/API/Kitsu/ListItem.php +++ b/src/AnimeClient/API/Kitsu/ListItem.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Kitsu/Model.php b/src/AnimeClient/API/Kitsu/Model.php index a37c9511..7f1f0439 100644 --- a/src/AnimeClient/API/Kitsu/Model.php +++ b/src/AnimeClient/API/Kitsu/Model.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Kitsu/Transformer/AnimeHistoryTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/AnimeHistoryTransformer.php index 58f84023..d96ebaff 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/AnimeHistoryTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/AnimeHistoryTransformer.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Kitsu/Transformer/AnimeListTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/AnimeListTransformer.php index 6db15c4a..0bd3f81d 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/AnimeListTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/AnimeListTransformer.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Kitsu/Transformer/AnimeTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/AnimeTransformer.php index 0d1fc290..a0e091fe 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/AnimeTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/AnimeTransformer.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Kitsu/Transformer/CharacterTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/CharacterTransformer.php index 49fb45f7..4b19b8f6 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/CharacterTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/CharacterTransformer.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Kitsu/Transformer/HistoryTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/HistoryTransformer.php index cec6c8eb..74810a22 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/HistoryTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/HistoryTransformer.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Kitsu/Transformer/MangaHistoryTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/MangaHistoryTransformer.php index 844ecd87..f777f4b0 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/MangaHistoryTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/MangaHistoryTransformer.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Kitsu/Transformer/MangaListTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/MangaListTransformer.php index 2dc0f527..41b0f913 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/MangaListTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/MangaListTransformer.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Kitsu/Transformer/MangaTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/MangaTransformer.php index 03aa692a..afc84d3a 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/MangaTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/MangaTransformer.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Kitsu/Transformer/PersonTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/PersonTransformer.php index 6b2daa8d..6ceb18e4 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/PersonTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/PersonTransformer.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Kitsu/Transformer/UserTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/UserTransformer.php index 673cd9fe..d9df93f3 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/UserTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/UserTransformer.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Mapping/AnimeWatchingStatus.php b/src/AnimeClient/API/Mapping/AnimeWatchingStatus.php index f6fde964..6e3496d2 100644 --- a/src/AnimeClient/API/Mapping/AnimeWatchingStatus.php +++ b/src/AnimeClient/API/Mapping/AnimeWatchingStatus.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/Mapping/MangaReadingStatus.php b/src/AnimeClient/API/Mapping/MangaReadingStatus.php index 1ce7f597..77fe581c 100644 --- a/src/AnimeClient/API/Mapping/MangaReadingStatus.php +++ b/src/AnimeClient/API/Mapping/MangaReadingStatus.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/API/ParallelAPIRequest.php b/src/AnimeClient/API/ParallelAPIRequest.php index d781471f..5cc03166 100644 --- a/src/AnimeClient/API/ParallelAPIRequest.php +++ b/src/AnimeClient/API/ParallelAPIRequest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/AnimeClient.php b/src/AnimeClient/AnimeClient.php index 42eadf73..c1932ccd 100644 --- a/src/AnimeClient/AnimeClient.php +++ b/src/AnimeClient/AnimeClient.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Command/BaseCommand.php b/src/AnimeClient/Command/BaseCommand.php index 7f03656d..64f474b5 100644 --- a/src/AnimeClient/Command/BaseCommand.php +++ b/src/AnimeClient/Command/BaseCommand.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Command/CacheClear.php b/src/AnimeClient/Command/CacheClear.php index f56a93ac..e3d45e28 100644 --- a/src/AnimeClient/Command/CacheClear.php +++ b/src/AnimeClient/Command/CacheClear.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Command/CachePrime.php b/src/AnimeClient/Command/CachePrime.php index 7072fda9..fc89fcf8 100644 --- a/src/AnimeClient/Command/CachePrime.php +++ b/src/AnimeClient/Command/CachePrime.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Command/ClearThumbnails.php b/src/AnimeClient/Command/ClearThumbnails.php index 1cf1a2fd..ab12345d 100644 --- a/src/AnimeClient/Command/ClearThumbnails.php +++ b/src/AnimeClient/Command/ClearThumbnails.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Command/SyncLists.php b/src/AnimeClient/Command/SyncLists.php index 5daaa9a3..8d81a76b 100644 --- a/src/AnimeClient/Command/SyncLists.php +++ b/src/AnimeClient/Command/SyncLists.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Command/UpdateThumbnails.php b/src/AnimeClient/Command/UpdateThumbnails.php index 8c2a3014..7bd40e19 100644 --- a/src/AnimeClient/Command/UpdateThumbnails.php +++ b/src/AnimeClient/Command/UpdateThumbnails.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Controller.php b/src/AnimeClient/Controller.php index 9ece0a4c..5e998e10 100644 --- a/src/AnimeClient/Controller.php +++ b/src/AnimeClient/Controller.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Controller/Anime.php b/src/AnimeClient/Controller/Anime.php index 69bf9987..5d4ac52b 100644 --- a/src/AnimeClient/Controller/Anime.php +++ b/src/AnimeClient/Controller/Anime.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Controller/AnimeCollection.php b/src/AnimeClient/Controller/AnimeCollection.php index f737b2f6..547f2aa0 100644 --- a/src/AnimeClient/Controller/AnimeCollection.php +++ b/src/AnimeClient/Controller/AnimeCollection.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Controller/Character.php b/src/AnimeClient/Controller/Character.php index 1cad4244..da5b5415 100644 --- a/src/AnimeClient/Controller/Character.php +++ b/src/AnimeClient/Controller/Character.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Controller/History.php b/src/AnimeClient/Controller/History.php index db2bb175..fa468095 100644 --- a/src/AnimeClient/Controller/History.php +++ b/src/AnimeClient/Controller/History.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Controller/Images.php b/src/AnimeClient/Controller/Images.php index 60913b41..5d551062 100644 --- a/src/AnimeClient/Controller/Images.php +++ b/src/AnimeClient/Controller/Images.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Controller/Manga.php b/src/AnimeClient/Controller/Manga.php index 1783e394..3775fc30 100644 --- a/src/AnimeClient/Controller/Manga.php +++ b/src/AnimeClient/Controller/Manga.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Controller/MangaCollection.php b/src/AnimeClient/Controller/MangaCollection.php index bf3ae0be..40bf3102 100644 --- a/src/AnimeClient/Controller/MangaCollection.php +++ b/src/AnimeClient/Controller/MangaCollection.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Controller/Misc.php b/src/AnimeClient/Controller/Misc.php index 0e5a5d42..32f2c03a 100644 --- a/src/AnimeClient/Controller/Misc.php +++ b/src/AnimeClient/Controller/Misc.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Controller/People.php b/src/AnimeClient/Controller/People.php index d1718c5b..cffe6f84 100644 --- a/src/AnimeClient/Controller/People.php +++ b/src/AnimeClient/Controller/People.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Controller/Settings.php b/src/AnimeClient/Controller/Settings.php index c951d79a..e8b9c3e0 100644 --- a/src/AnimeClient/Controller/Settings.php +++ b/src/AnimeClient/Controller/Settings.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Controller/User.php b/src/AnimeClient/Controller/User.php index 7237ac38..ed0b0692 100644 --- a/src/AnimeClient/Controller/User.php +++ b/src/AnimeClient/Controller/User.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Dispatcher.php b/src/AnimeClient/Dispatcher.php index e8b58546..d8706bc8 100644 --- a/src/AnimeClient/Dispatcher.php +++ b/src/AnimeClient/Dispatcher.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Enum/APISource.php b/src/AnimeClient/Enum/APISource.php index 65549401..66bccf17 100644 --- a/src/AnimeClient/Enum/APISource.php +++ b/src/AnimeClient/Enum/APISource.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Enum/EventType.php b/src/AnimeClient/Enum/EventType.php index 5edf0c9f..631f78a2 100644 --- a/src/AnimeClient/Enum/EventType.php +++ b/src/AnimeClient/Enum/EventType.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Enum/ListType.php b/src/AnimeClient/Enum/ListType.php index fc13ac37..c011a1f7 100644 --- a/src/AnimeClient/Enum/ListType.php +++ b/src/AnimeClient/Enum/ListType.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Enum/SyncAction.php b/src/AnimeClient/Enum/SyncAction.php index 1fe2156b..0d503a13 100644 --- a/src/AnimeClient/Enum/SyncAction.php +++ b/src/AnimeClient/Enum/SyncAction.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/FormGenerator.php b/src/AnimeClient/FormGenerator.php index b6e9cd4f..52873e24 100644 --- a/src/AnimeClient/FormGenerator.php +++ b/src/AnimeClient/FormGenerator.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Helper/Form.php b/src/AnimeClient/Helper/Form.php index 51f57807..7438a7f6 100644 --- a/src/AnimeClient/Helper/Form.php +++ b/src/AnimeClient/Helper/Form.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Helper/Menu.php b/src/AnimeClient/Helper/Menu.php index adc59c55..979892af 100644 --- a/src/AnimeClient/Helper/Menu.php +++ b/src/AnimeClient/Helper/Menu.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Helper/Picture.php b/src/AnimeClient/Helper/Picture.php index 604a1948..f8b476b9 100644 --- a/src/AnimeClient/Helper/Picture.php +++ b/src/AnimeClient/Helper/Picture.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/MenuGenerator.php b/src/AnimeClient/MenuGenerator.php index d08aa64e..87d8c411 100644 --- a/src/AnimeClient/MenuGenerator.php +++ b/src/AnimeClient/MenuGenerator.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Model/API.php b/src/AnimeClient/Model/API.php index ef6cf104..5c14cce1 100644 --- a/src/AnimeClient/Model/API.php +++ b/src/AnimeClient/Model/API.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Model/Anime.php b/src/AnimeClient/Model/Anime.php index eff30786..a0561141 100644 --- a/src/AnimeClient/Model/Anime.php +++ b/src/AnimeClient/Model/Anime.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Model/AnimeCollection.php b/src/AnimeClient/Model/AnimeCollection.php index 42e50251..aa39feb6 100644 --- a/src/AnimeClient/Model/AnimeCollection.php +++ b/src/AnimeClient/Model/AnimeCollection.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Model/Collection.php b/src/AnimeClient/Model/Collection.php index e52ca54d..23e3a3c2 100644 --- a/src/AnimeClient/Model/Collection.php +++ b/src/AnimeClient/Model/Collection.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Model/DB.php b/src/AnimeClient/Model/DB.php index 02899670..c768ba72 100644 --- a/src/AnimeClient/Model/DB.php +++ b/src/AnimeClient/Model/DB.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Model/Manga.php b/src/AnimeClient/Model/Manga.php index 7ae853ca..9aa9ab1a 100644 --- a/src/AnimeClient/Model/Manga.php +++ b/src/AnimeClient/Model/Manga.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Model/MangaCollection.php b/src/AnimeClient/Model/MangaCollection.php index f3968fcd..fa36f6e3 100644 --- a/src/AnimeClient/Model/MangaCollection.php +++ b/src/AnimeClient/Model/MangaCollection.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Model/Settings.php b/src/AnimeClient/Model/Settings.php index e8d8550e..11923be6 100644 --- a/src/AnimeClient/Model/Settings.php +++ b/src/AnimeClient/Model/Settings.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/RoutingBase.php b/src/AnimeClient/RoutingBase.php index de9e250f..15c216b4 100644 --- a/src/AnimeClient/RoutingBase.php +++ b/src/AnimeClient/RoutingBase.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Types/AbstractType.php b/src/AnimeClient/Types/AbstractType.php index 69094237..d5ca3146 100644 --- a/src/AnimeClient/Types/AbstractType.php +++ b/src/AnimeClient/Types/AbstractType.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Types/Anime.php b/src/AnimeClient/Types/Anime.php index b1c0fb62..1bd77a70 100644 --- a/src/AnimeClient/Types/Anime.php +++ b/src/AnimeClient/Types/Anime.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Types/AnimeListItem.php b/src/AnimeClient/Types/AnimeListItem.php index 395960cb..1cdb746b 100644 --- a/src/AnimeClient/Types/AnimeListItem.php +++ b/src/AnimeClient/Types/AnimeListItem.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Types/AnimePage.php b/src/AnimeClient/Types/AnimePage.php index ef530373..9c270a14 100644 --- a/src/AnimeClient/Types/AnimePage.php +++ b/src/AnimeClient/Types/AnimePage.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Types/Character.php b/src/AnimeClient/Types/Character.php index 90c7b4f7..ff512aad 100644 --- a/src/AnimeClient/Types/Character.php +++ b/src/AnimeClient/Types/Character.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Types/Characters.php b/src/AnimeClient/Types/Characters.php index 611e0b07..091e8542 100644 --- a/src/AnimeClient/Types/Characters.php +++ b/src/AnimeClient/Types/Characters.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Types/Config.php b/src/AnimeClient/Types/Config.php index 53546c49..672ebde8 100644 --- a/src/AnimeClient/Types/Config.php +++ b/src/AnimeClient/Types/Config.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Types/Config/Anilist.php b/src/AnimeClient/Types/Config/Anilist.php index 9f8bc333..d48d8121 100644 --- a/src/AnimeClient/Types/Config/Anilist.php +++ b/src/AnimeClient/Types/Config/Anilist.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Types/Config/Cache.php b/src/AnimeClient/Types/Config/Cache.php index a2a591a8..dfbd38dc 100644 --- a/src/AnimeClient/Types/Config/Cache.php +++ b/src/AnimeClient/Types/Config/Cache.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Types/Config/Database.php b/src/AnimeClient/Types/Config/Database.php index cc664cb5..53342054 100644 --- a/src/AnimeClient/Types/Config/Database.php +++ b/src/AnimeClient/Types/Config/Database.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Types/FormItem.php b/src/AnimeClient/Types/FormItem.php index 139d6309..1e0ed155 100644 --- a/src/AnimeClient/Types/FormItem.php +++ b/src/AnimeClient/Types/FormItem.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Types/FormItemData.php b/src/AnimeClient/Types/FormItemData.php index e9956a92..853467bc 100644 --- a/src/AnimeClient/Types/FormItemData.php +++ b/src/AnimeClient/Types/FormItemData.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Types/HistoryItem.php b/src/AnimeClient/Types/HistoryItem.php index ee9ab1f3..6d23c592 100644 --- a/src/AnimeClient/Types/HistoryItem.php +++ b/src/AnimeClient/Types/HistoryItem.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Types/MangaListItem.php b/src/AnimeClient/Types/MangaListItem.php index 245bae32..2d5ec8af 100644 --- a/src/AnimeClient/Types/MangaListItem.php +++ b/src/AnimeClient/Types/MangaListItem.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Types/MangaListItemDetail.php b/src/AnimeClient/Types/MangaListItemDetail.php index 57bb12d6..3710eaf6 100644 --- a/src/AnimeClient/Types/MangaListItemDetail.php +++ b/src/AnimeClient/Types/MangaListItemDetail.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Types/MangaPage.php b/src/AnimeClient/Types/MangaPage.php index c00616fd..57c49297 100644 --- a/src/AnimeClient/Types/MangaPage.php +++ b/src/AnimeClient/Types/MangaPage.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Types/Media.php b/src/AnimeClient/Types/Media.php index e59a30c0..af9cb2a3 100644 --- a/src/AnimeClient/Types/Media.php +++ b/src/AnimeClient/Types/Media.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Types/Person.php b/src/AnimeClient/Types/Person.php index b20882bc..7341672a 100644 --- a/src/AnimeClient/Types/Person.php +++ b/src/AnimeClient/Types/Person.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Types/UndefinedPropertyException.php b/src/AnimeClient/Types/UndefinedPropertyException.php index 87b154ce..e0ac256d 100644 --- a/src/AnimeClient/Types/UndefinedPropertyException.php +++ b/src/AnimeClient/Types/UndefinedPropertyException.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Types/User.php b/src/AnimeClient/Types/User.php index e44b2889..f508d07b 100644 --- a/src/AnimeClient/Types/User.php +++ b/src/AnimeClient/Types/User.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/UrlGenerator.php b/src/AnimeClient/UrlGenerator.php index ccf8b179..61ac230d 100644 --- a/src/AnimeClient/UrlGenerator.php +++ b/src/AnimeClient/UrlGenerator.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/Util.php b/src/AnimeClient/Util.php index d427c3d3..98253c21 100644 --- a/src/AnimeClient/Util.php +++ b/src/AnimeClient/Util.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/AnimeClient/constants.php b/src/AnimeClient/constants.php index 51f994fa..bf7ae29b 100644 --- a/src/AnimeClient/constants.php +++ b/src/AnimeClient/constants.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ @@ -24,7 +24,7 @@ const ERROR_MESSAGE_METHOD = 'errorPage'; const NOT_FOUND_METHOD = 'notFound'; const SESSION_SEGMENT = 'Aviat\AnimeClient\Auth'; const SRC_DIR = __DIR__; -const USER_AGENT = "Tim's Anime Client/5"; +const USER_AGENT = "Tim's Anime Client/5.1"; // Regex patterns const ALPHA_SLUG_PATTERN = '[a-z_]+'; diff --git a/src/Ion/Config.php b/src/Ion/Config.php index 7e2f6b8e..d806f890 100644 --- a/src/Ion/Config.php +++ b/src/Ion/Config.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/Ion/ConfigInterface.php b/src/Ion/ConfigInterface.php index f854674a..bdf0bc59 100644 --- a/src/Ion/ConfigInterface.php +++ b/src/Ion/ConfigInterface.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/Ion/Di/Container.php b/src/Ion/Di/Container.php index c8b8cc80..ab8531b1 100644 --- a/src/Ion/Di/Container.php +++ b/src/Ion/Di/Container.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/Ion/Di/ContainerAware.php b/src/Ion/Di/ContainerAware.php index 4da0f84d..37cf7e56 100644 --- a/src/Ion/Di/ContainerAware.php +++ b/src/Ion/Di/ContainerAware.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/Ion/Di/ContainerAwareInterface.php b/src/Ion/Di/ContainerAwareInterface.php index 50f96c0e..6714e9bc 100644 --- a/src/Ion/Di/ContainerAwareInterface.php +++ b/src/Ion/Di/ContainerAwareInterface.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/Ion/Di/ContainerInterface.php b/src/Ion/Di/ContainerInterface.php index aac06194..9e7740ef 100644 --- a/src/Ion/Di/ContainerInterface.php +++ b/src/Ion/Di/ContainerInterface.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/Ion/Di/Exception/ContainerException.php b/src/Ion/Di/Exception/ContainerException.php index 7323cb12..33250bc9 100644 --- a/src/Ion/Di/Exception/ContainerException.php +++ b/src/Ion/Di/Exception/ContainerException.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/Ion/Di/Exception/NotFoundException.php b/src/Ion/Di/Exception/NotFoundException.php index 2b3345d8..e274a042 100644 --- a/src/Ion/Di/Exception/NotFoundException.php +++ b/src/Ion/Di/Exception/NotFoundException.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/Ion/Enum.php b/src/Ion/Enum.php index d0b3a610..8e463e55 100644 --- a/src/Ion/Enum.php +++ b/src/Ion/Enum.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/Ion/Event.php b/src/Ion/Event.php index 9cf226d7..6e09aff9 100644 --- a/src/Ion/Event.php +++ b/src/Ion/Event.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/Ion/Exception/ConfigException.php b/src/Ion/Exception/ConfigException.php index 2ef4003a..cb0908a7 100644 --- a/src/Ion/Exception/ConfigException.php +++ b/src/Ion/Exception/ConfigException.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/Ion/Exception/DoubleRenderException.php b/src/Ion/Exception/DoubleRenderException.php index 5faaeb2f..8ec7ec5a 100644 --- a/src/Ion/Exception/DoubleRenderException.php +++ b/src/Ion/Exception/DoubleRenderException.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/Ion/Friend.php b/src/Ion/Friend.php index 91011dfd..fcd4bad5 100644 --- a/src/Ion/Friend.php +++ b/src/Ion/Friend.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/Ion/Json.php b/src/Ion/Json.php index 0abfa667..dd8d20ff 100644 --- a/src/Ion/Json.php +++ b/src/Ion/Json.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/Ion/JsonException.php b/src/Ion/JsonException.php index aafac4da..0554bcee 100644 --- a/src/Ion/JsonException.php +++ b/src/Ion/JsonException.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/Ion/Model.php b/src/Ion/Model.php index ab586b88..60c582b2 100644 --- a/src/Ion/Model.php +++ b/src/Ion/Model.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/Ion/Transformer/AbstractTransformer.php b/src/Ion/Transformer/AbstractTransformer.php index 19076914..65d467f3 100644 --- a/src/Ion/Transformer/AbstractTransformer.php +++ b/src/Ion/Transformer/AbstractTransformer.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/Ion/Transformer/TransformerInterface.php b/src/Ion/Transformer/TransformerInterface.php index 6be92ea8..fcc8771b 100644 --- a/src/Ion/Transformer/TransformerInterface.php +++ b/src/Ion/Transformer/TransformerInterface.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/Ion/Type/ArrayType.php b/src/Ion/Type/ArrayType.php index 21bc849c..7ade54e6 100644 --- a/src/Ion/Type/ArrayType.php +++ b/src/Ion/Type/ArrayType.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/Ion/Type/StringType.php b/src/Ion/Type/StringType.php index 9e280cd3..b66ca95d 100644 --- a/src/Ion/Type/StringType.php +++ b/src/Ion/Type/StringType.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/Ion/View/HtmlView.php b/src/Ion/View/HtmlView.php index c798edf4..f7fcca05 100644 --- a/src/Ion/View/HtmlView.php +++ b/src/Ion/View/HtmlView.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/Ion/View/HttpView.php b/src/Ion/View/HttpView.php index 808ddf8f..b04428fc 100644 --- a/src/Ion/View/HttpView.php +++ b/src/Ion/View/HttpView.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/Ion/View/JsonView.php b/src/Ion/View/JsonView.php index c6b1525f..c254a4fa 100644 --- a/src/Ion/View/JsonView.php +++ b/src/Ion/View/JsonView.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/Ion/ViewInterface.php b/src/Ion/ViewInterface.php index 6942f2b6..3e307d3f 100644 --- a/src/Ion/ViewInterface.php +++ b/src/Ion/ViewInterface.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/src/Ion/functions.php b/src/Ion/functions.php index b18c02bf..504b1336 100644 --- a/src/Ion/functions.php +++ b/src/Ion/functions.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/AnimeClient/API/APIRequestBuilderTest.php b/tests/AnimeClient/API/APIRequestBuilderTest.php index a271f236..ef2d6463 100644 --- a/tests/AnimeClient/API/APIRequestBuilderTest.php +++ b/tests/AnimeClient/API/APIRequestBuilderTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/AnimeClient/API/CacheTraitTest.php b/tests/AnimeClient/API/CacheTraitTest.php index de90422f..9330df99 100644 --- a/tests/AnimeClient/API/CacheTraitTest.php +++ b/tests/AnimeClient/API/CacheTraitTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/AnimeClient/API/JsonAPITest.php b/tests/AnimeClient/API/JsonAPITest.php index 802e2b91..c26fe881 100644 --- a/tests/AnimeClient/API/JsonAPITest.php +++ b/tests/AnimeClient/API/JsonAPITest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/AnimeClient/API/Kitsu/Transformer/AnimeListTransformerTest.php b/tests/AnimeClient/API/Kitsu/Transformer/AnimeListTransformerTest.php index 8778f48d..ad742a8a 100644 --- a/tests/AnimeClient/API/Kitsu/Transformer/AnimeListTransformerTest.php +++ b/tests/AnimeClient/API/Kitsu/Transformer/AnimeListTransformerTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/AnimeClient/API/Kitsu/Transformer/AnimeTransformerTest.php b/tests/AnimeClient/API/Kitsu/Transformer/AnimeTransformerTest.php index 82296c6e..540e96b9 100644 --- a/tests/AnimeClient/API/Kitsu/Transformer/AnimeTransformerTest.php +++ b/tests/AnimeClient/API/Kitsu/Transformer/AnimeTransformerTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/AnimeClient/API/Kitsu/Transformer/MangaListTransformerTest.php b/tests/AnimeClient/API/Kitsu/Transformer/MangaListTransformerTest.php index 100a9f50..34561157 100644 --- a/tests/AnimeClient/API/Kitsu/Transformer/MangaListTransformerTest.php +++ b/tests/AnimeClient/API/Kitsu/Transformer/MangaListTransformerTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/AnimeClient/API/Kitsu/Transformer/MangaTransformerTest.php b/tests/AnimeClient/API/Kitsu/Transformer/MangaTransformerTest.php index 5bc7b6b2..fee0ea0f 100644 --- a/tests/AnimeClient/API/Kitsu/Transformer/MangaTransformerTest.php +++ b/tests/AnimeClient/API/Kitsu/Transformer/MangaTransformerTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/AnimeClient/API/KitsuTest.php b/tests/AnimeClient/API/KitsuTest.php index 8f501e5c..1fa0d7b1 100644 --- a/tests/AnimeClient/API/KitsuTest.php +++ b/tests/AnimeClient/API/KitsuTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/AnimeClient/API/ParallelAPIRequestTest.php b/tests/AnimeClient/API/ParallelAPIRequestTest.php index 7a87a0d5..3cc98417 100644 --- a/tests/AnimeClient/API/ParallelAPIRequestTest.php +++ b/tests/AnimeClient/API/ParallelAPIRequestTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/AnimeClient/AnimeClientTest.php b/tests/AnimeClient/AnimeClientTest.php index 8d044196..41a4937b 100644 --- a/tests/AnimeClient/AnimeClientTest.php +++ b/tests/AnimeClient/AnimeClientTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/AnimeClient/AnimeClientTestCase.php b/tests/AnimeClient/AnimeClientTestCase.php index 835c0094..33471b6f 100644 --- a/tests/AnimeClient/AnimeClientTestCase.php +++ b/tests/AnimeClient/AnimeClientTestCase.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/AnimeClient/Command/BaseCommandTest.php b/tests/AnimeClient/Command/BaseCommandTest.php index d61cee4b..900c12e8 100644 --- a/tests/AnimeClient/Command/BaseCommandTest.php +++ b/tests/AnimeClient/Command/BaseCommandTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/AnimeClient/ControllerTest.php b/tests/AnimeClient/ControllerTest.php index 8a4a0a52..71c25fc6 100644 --- a/tests/AnimeClient/ControllerTest.php +++ b/tests/AnimeClient/ControllerTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/AnimeClient/DispatcherTest.php b/tests/AnimeClient/DispatcherTest.php index 91832a1d..6b299976 100644 --- a/tests/AnimeClient/DispatcherTest.php +++ b/tests/AnimeClient/DispatcherTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/AnimeClient/FormGeneratorTest.php b/tests/AnimeClient/FormGeneratorTest.php index 399556ff..89f22220 100644 --- a/tests/AnimeClient/FormGeneratorTest.php +++ b/tests/AnimeClient/FormGeneratorTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/AnimeClient/Helper/MenuHelperTest.php b/tests/AnimeClient/Helper/MenuHelperTest.php index 537074ff..e405fbb8 100644 --- a/tests/AnimeClient/Helper/MenuHelperTest.php +++ b/tests/AnimeClient/Helper/MenuHelperTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/AnimeClient/Helper/PictureHelperTest.php b/tests/AnimeClient/Helper/PictureHelperTest.php index a28f4fda..e91e4d93 100644 --- a/tests/AnimeClient/Helper/PictureHelperTest.php +++ b/tests/AnimeClient/Helper/PictureHelperTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/AnimeClient/MenuGeneratorTest.php b/tests/AnimeClient/MenuGeneratorTest.php index c6e2490e..5b8f5d5e 100644 --- a/tests/AnimeClient/MenuGeneratorTest.php +++ b/tests/AnimeClient/MenuGeneratorTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/AnimeClient/RequirementsTest.php b/tests/AnimeClient/RequirementsTest.php index 20034ed9..9a09f171 100644 --- a/tests/AnimeClient/RequirementsTest.php +++ b/tests/AnimeClient/RequirementsTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/AnimeClient/RoutingBaseTest.php b/tests/AnimeClient/RoutingBaseTest.php index 81cbb787..5de4114e 100644 --- a/tests/AnimeClient/RoutingBaseTest.php +++ b/tests/AnimeClient/RoutingBaseTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/AnimeClient/TestSessionHandler.php b/tests/AnimeClient/TestSessionHandler.php index 0aad55a2..658308f4 100644 --- a/tests/AnimeClient/TestSessionHandler.php +++ b/tests/AnimeClient/TestSessionHandler.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/AnimeClient/UrlGeneratorTest.php b/tests/AnimeClient/UrlGeneratorTest.php index 24e3264a..9e9da549 100644 --- a/tests/AnimeClient/UrlGeneratorTest.php +++ b/tests/AnimeClient/UrlGeneratorTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/AnimeClient/UtilTest.php b/tests/AnimeClient/UtilTest.php index d73db21f..417ee300 100644 --- a/tests/AnimeClient/UtilTest.php +++ b/tests/AnimeClient/UtilTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/Ion/BaseModelTest.php b/tests/Ion/BaseModelTest.php index 916d1b74..8a54a316 100644 --- a/tests/Ion/BaseModelTest.php +++ b/tests/Ion/BaseModelTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/Ion/ConfigTest.php b/tests/Ion/ConfigTest.php index 0d406cf7..b20b37b3 100644 --- a/tests/Ion/ConfigTest.php +++ b/tests/Ion/ConfigTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/Ion/Di/ContainerAwareTest.php b/tests/Ion/Di/ContainerAwareTest.php index ad51de10..69ec331d 100644 --- a/tests/Ion/Di/ContainerAwareTest.php +++ b/tests/Ion/Di/ContainerAwareTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/Ion/Di/ContainerTest.php b/tests/Ion/Di/ContainerTest.php index e022443c..17a6058c 100644 --- a/tests/Ion/Di/ContainerTest.php +++ b/tests/Ion/Di/ContainerTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/Ion/EnumTest.php b/tests/Ion/EnumTest.php index 1d95f7a9..79fc02cc 100644 --- a/tests/Ion/EnumTest.php +++ b/tests/Ion/EnumTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/Ion/Exception/DoubleRenderExceptionTest.php b/tests/Ion/Exception/DoubleRenderExceptionTest.php index 1aaf8c66..cc4731de 100644 --- a/tests/Ion/Exception/DoubleRenderExceptionTest.php +++ b/tests/Ion/Exception/DoubleRenderExceptionTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/Ion/FriendTest.php b/tests/Ion/FriendTest.php index 8f4bdfde..b34c8379 100644 --- a/tests/Ion/FriendTest.php +++ b/tests/Ion/FriendTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/Ion/IonTestCase.php b/tests/Ion/IonTestCase.php index e05fd553..ec62676c 100644 --- a/tests/Ion/IonTestCase.php +++ b/tests/Ion/IonTestCase.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/Ion/JsonTest.php b/tests/Ion/JsonTest.php index b4b8cef3..d01dda68 100644 --- a/tests/Ion/JsonTest.php +++ b/tests/Ion/JsonTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/Ion/TestSessionHandler.php b/tests/Ion/TestSessionHandler.php index bb69b6ad..8681e019 100644 --- a/tests/Ion/TestSessionHandler.php +++ b/tests/Ion/TestSessionHandler.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/Ion/Transformer/AbstractTransformerTest.php b/tests/Ion/Transformer/AbstractTransformerTest.php index fd8d3c0e..1b742cd3 100644 --- a/tests/Ion/Transformer/AbstractTransformerTest.php +++ b/tests/Ion/Transformer/AbstractTransformerTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/Ion/Type/ArrayTypeTest.php b/tests/Ion/Type/ArrayTypeTest.php index 7c127e34..ecf457bb 100644 --- a/tests/Ion/Type/ArrayTypeTest.php +++ b/tests/Ion/Type/ArrayTypeTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/Ion/Type/StringTypeTest.php b/tests/Ion/Type/StringTypeTest.php index 44d4f2f9..1bd2a7bd 100644 --- a/tests/Ion/Type/StringTypeTest.php +++ b/tests/Ion/Type/StringTypeTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/Ion/View/HtmlViewTest.php b/tests/Ion/View/HtmlViewTest.php index e1c54a1f..ba75d8ae 100644 --- a/tests/Ion/View/HtmlViewTest.php +++ b/tests/Ion/View/HtmlViewTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/Ion/View/HttpViewTest.php b/tests/Ion/View/HttpViewTest.php index fbb6dc53..1294d399 100644 --- a/tests/Ion/View/HttpViewTest.php +++ b/tests/Ion/View/HttpViewTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/Ion/View/JsonViewTest.php b/tests/Ion/View/JsonViewTest.php index d5c35130..eb53cfa8 100644 --- a/tests/Ion/View/JsonViewTest.php +++ b/tests/Ion/View/JsonViewTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/Ion/functionsTest.php b/tests/Ion/functionsTest.php index e14759d7..9d97db08 100644 --- a/tests/Ion/functionsTest.php +++ b/tests/Ion/functionsTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ diff --git a/tests/Ion/mocks.php b/tests/Ion/mocks.php index b464b79e..4a33a02b 100644 --- a/tests/Ion/mocks.php +++ b/tests/Ion/mocks.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5 + * @version 5.1 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */