mirror of
https://github.com/LukeHagar/plexswift.git
synced 2025-12-07 12:47:45 +00:00
ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.209.3
This commit is contained in:
23
Sources/Plexswift/models/operations/PathParamTaskName.swift
Normal file
23
Sources/Plexswift/models/operations/PathParamTaskName.swift
Normal file
@@ -0,0 +1,23 @@
|
||||
// Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
||||
|
||||
import Foundation
|
||||
|
||||
extension Operations {
|
||||
/// The name of the task to be started.
|
||||
public enum PathParamTaskName: String, Codable, APIValue {
|
||||
case backupDatabase = "BackupDatabase"
|
||||
case buildGracenoteCollections = "BuildGracenoteCollections"
|
||||
case checkForUpdates = "CheckForUpdates"
|
||||
case cleanOldBundles = "CleanOldBundles"
|
||||
case cleanOldCacheFiles = "CleanOldCacheFiles"
|
||||
case deepMediaAnalysis = "DeepMediaAnalysis"
|
||||
case generateAutoTags = "GenerateAutoTags"
|
||||
case generateChapterThumbs = "GenerateChapterThumbs"
|
||||
case generateMediaIndexFiles = "GenerateMediaIndexFiles"
|
||||
case optimizeDatabase = "OptimizeDatabase"
|
||||
case refreshLibraries = "RefreshLibraries"
|
||||
case refreshLocalMedia = "RefreshLocalMedia"
|
||||
case refreshPeriodicMetadata = "RefreshPeriodicMetadata"
|
||||
case upgradeMediaAnalysis = "UpgradeMediaAnalysis"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user