mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-07 20:57:44 +00:00
ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.198.1
This commit is contained in:
31
lib/open_api_sdk/models/operations/taskname.rb
Normal file
31
lib/open_api_sdk/models/operations/taskname.rb
Normal file
@@ -0,0 +1,31 @@
|
||||
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
||||
|
||||
# typed: true
|
||||
# frozen_string_literal: true
|
||||
|
||||
|
||||
module OpenApiSDK
|
||||
module Operations
|
||||
|
||||
# TaskName - the name of the task to be started.
|
||||
class TaskName < T::Enum
|
||||
enums do
|
||||
BACKUP_DATABASE = new('BackupDatabase')
|
||||
BUILD_GRACENOTE_COLLECTIONS = new('BuildGracenoteCollections')
|
||||
CHECK_FOR_UPDATES = new('CheckForUpdates')
|
||||
CLEAN_OLD_BUNDLES = new('CleanOldBundles')
|
||||
CLEAN_OLD_CACHE_FILES = new('CleanOldCacheFiles')
|
||||
DEEP_MEDIA_ANALYSIS = new('DeepMediaAnalysis')
|
||||
GENERATE_AUTO_TAGS = new('GenerateAutoTags')
|
||||
GENERATE_CHAPTER_THUMBS = new('GenerateChapterThumbs')
|
||||
GENERATE_MEDIA_INDEX_FILES = new('GenerateMediaIndexFiles')
|
||||
OPTIMIZE_DATABASE = new('OptimizeDatabase')
|
||||
REFRESH_LIBRARIES = new('RefreshLibraries')
|
||||
REFRESH_LOCAL_MEDIA = new('RefreshLocalMedia')
|
||||
REFRESH_PERIODIC_METADATA = new('RefreshPeriodicMetadata')
|
||||
UPGRADE_MEDIA_ANALYSIS = new('UpgradeMediaAnalysis')
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user