Feature/add vui as webui flavor (#609)
* Remove unused "downloadAhead" function * [Codegen] Update generated files * Add "VUI" as webui flavor * Add info about changing the webUI channel or flavor
This commit is contained in:
@@ -55,8 +55,6 @@ import {
|
||||
DequeueChapterDownloadMutationVariables,
|
||||
DequeueChapterDownloadsMutation,
|
||||
DequeueChapterDownloadsMutationVariables,
|
||||
DownloadAheadMutation,
|
||||
DownloadAheadMutationVariables,
|
||||
DownloadStatusSubscription,
|
||||
DownloadStatusSubscriptionVariables,
|
||||
EnqueueChapterDownloadMutation,
|
||||
@@ -219,7 +217,6 @@ import {
|
||||
DELETE_DOWNLOADED_CHAPTERS,
|
||||
DEQUEUE_CHAPTER_DOWNLOAD,
|
||||
DEQUEUE_CHAPTER_DOWNLOADS,
|
||||
DOWNLOAD_AHEAD,
|
||||
ENQUEUE_CHAPTER_DOWNLOAD,
|
||||
ENQUEUE_CHAPTER_DOWNLOADS,
|
||||
REORDER_CHAPTER_DOWNLOAD,
|
||||
@@ -2272,12 +2269,6 @@ export class RequestManager {
|
||||
return this.doRequest(GQLMethod.USE_MUTATION, UPDATE_SERVER_SETTINGS, undefined, options);
|
||||
}
|
||||
|
||||
public useDownloadAhead(
|
||||
options?: MutationHookOptions<DownloadAheadMutation, DownloadAheadMutationVariables>,
|
||||
): AbortableApolloUseMutationResponse<DownloadAheadMutation, DownloadAheadMutationVariables> {
|
||||
return this.doRequest(GQLMethod.USE_MUTATION, DOWNLOAD_AHEAD, undefined, options);
|
||||
}
|
||||
|
||||
public useGetLastGlobalUpdateTimestamp(
|
||||
options?: QueryHookOptions<GetLastUpdateTimestampQuery, GetLastUpdateTimestampQueryVariables>,
|
||||
): AbortableApolloUseQueryResponse<GetLastUpdateTimestampQuery, GetLastUpdateTimestampQueryVariables> {
|
||||
|
||||
Reference in New Issue
Block a user