mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-07 12:47:45 +00:00
regenerated with newest spec, reconfigured actions and adding publishing
This commit is contained in:
30
lib/plex_ruby_sdk/models/operations/pathparam_taskname.rb
Normal file
30
lib/plex_ruby_sdk/models/operations/pathparam_taskname.rb
Normal file
@@ -0,0 +1,30 @@
|
||||
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
||||
|
||||
# typed: true
|
||||
# frozen_string_literal: true
|
||||
|
||||
|
||||
module PlexRubySDK
|
||||
module Operations
|
||||
|
||||
# PathParamTaskName - The name of the task to be started.
|
||||
class PathParamTaskName < 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