tsarr 2.9.1 → 2.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +120 -233
- package/dist/cli/commands/doctor.d.ts.map +1 -1
- package/dist/cli/commands/manual-import.d.ts +30 -0
- package/dist/cli/commands/manual-import.d.ts.map +1 -0
- package/dist/cli/commands/radarr.d.ts.map +1 -1
- package/dist/cli/commands/sonarr.d.ts.map +1 -1
- package/dist/cli/index.js +5230 -4783
- package/dist/cli/index.js.map +133 -0
- package/dist/clients/base.d.ts +8 -3
- package/dist/clients/base.d.ts.map +1 -1
- package/dist/clients/bazarr.d.ts +125 -124
- package/dist/clients/bazarr.d.ts.map +1 -1
- package/dist/clients/bazarr.js +183 -100
- package/dist/clients/bazarr.js.map +22 -0
- package/dist/clients/lidarr.d.ts +148 -147
- package/dist/clients/lidarr.d.ts.map +1 -1
- package/dist/clients/lidarr.js +190 -102
- package/dist/clients/lidarr.js.map +23 -0
- package/dist/clients/prowlarr.d.ts +30 -29
- package/dist/clients/prowlarr.d.ts.map +1 -1
- package/dist/clients/prowlarr.js +190 -102
- package/dist/clients/prowlarr.js.map +23 -0
- package/dist/clients/qbittorrent.d.ts +3 -1
- package/dist/clients/qbittorrent.d.ts.map +1 -1
- package/dist/clients/qbittorrent.js +213 -107
- package/dist/clients/qbittorrent.js.map +21 -0
- package/dist/clients/radarr.d.ts +195 -150
- package/dist/clients/radarr.d.ts.map +1 -1
- package/dist/clients/radarr.js +230 -102
- package/dist/clients/radarr.js.map +23 -0
- package/dist/clients/readarr.d.ts +150 -149
- package/dist/clients/readarr.d.ts.map +1 -1
- package/dist/clients/readarr.js +190 -102
- package/dist/clients/readarr.js.map +23 -0
- package/dist/clients/seerr-types.d.ts +1 -1
- package/dist/clients/seerr-types.d.ts.map +1 -1
- package/dist/clients/seerr.d.ts +17 -16
- package/dist/clients/seerr.d.ts.map +1 -1
- package/dist/clients/seerr.js +183 -100
- package/dist/clients/seerr.js.map +22 -0
- package/dist/clients/sonarr.d.ts +203 -168
- package/dist/clients/sonarr.d.ts.map +1 -1
- package/dist/clients/sonarr.js +206 -112
- package/dist/clients/sonarr.js.map +23 -0
- package/dist/core/client.d.ts +2 -0
- package/dist/core/client.d.ts.map +1 -1
- package/dist/core/fetch.d.ts +23 -0
- package/dist/core/fetch.d.ts.map +1 -0
- package/dist/core/index.d.ts +1 -0
- package/dist/core/index.d.ts.map +1 -1
- package/dist/core/types.d.ts +7 -0
- package/dist/core/types.d.ts.map +1 -1
- package/dist/generated/bazarr/client/client.gen.d.ts.map +1 -1
- package/dist/generated/bazarr/client/types.gen.d.ts +5 -2
- package/dist/generated/bazarr/client/types.gen.d.ts.map +1 -1
- package/dist/generated/bazarr/client/utils.gen.d.ts +5 -1
- package/dist/generated/bazarr/client/utils.gen.d.ts.map +1 -1
- package/dist/generated/lidarr/client/client.gen.d.ts.map +1 -1
- package/dist/generated/lidarr/client/types.gen.d.ts +5 -2
- package/dist/generated/lidarr/client/types.gen.d.ts.map +1 -1
- package/dist/generated/lidarr/client/utils.gen.d.ts +5 -1
- package/dist/generated/lidarr/client/utils.gen.d.ts.map +1 -1
- package/dist/generated/prowlarr/client/client.gen.d.ts.map +1 -1
- package/dist/generated/prowlarr/client/types.gen.d.ts +5 -2
- package/dist/generated/prowlarr/client/types.gen.d.ts.map +1 -1
- package/dist/generated/prowlarr/client/utils.gen.d.ts +5 -1
- package/dist/generated/prowlarr/client/utils.gen.d.ts.map +1 -1
- package/dist/generated/qbittorrent/client/client.gen.d.ts.map +1 -1
- package/dist/generated/qbittorrent/client/types.gen.d.ts +5 -2
- package/dist/generated/qbittorrent/client/types.gen.d.ts.map +1 -1
- package/dist/generated/qbittorrent/client/utils.gen.d.ts +5 -1
- package/dist/generated/qbittorrent/client/utils.gen.d.ts.map +1 -1
- package/dist/generated/radarr/client/client.gen.d.ts.map +1 -1
- package/dist/generated/radarr/client/types.gen.d.ts +5 -2
- package/dist/generated/radarr/client/types.gen.d.ts.map +1 -1
- package/dist/generated/radarr/client/utils.gen.d.ts +5 -1
- package/dist/generated/radarr/client/utils.gen.d.ts.map +1 -1
- package/dist/generated/readarr/client/client.gen.d.ts.map +1 -1
- package/dist/generated/readarr/client/types.gen.d.ts +5 -2
- package/dist/generated/readarr/client/types.gen.d.ts.map +1 -1
- package/dist/generated/readarr/client/utils.gen.d.ts +5 -1
- package/dist/generated/readarr/client/utils.gen.d.ts.map +1 -1
- package/dist/generated/seerr/client/client.gen.d.ts.map +1 -1
- package/dist/generated/seerr/client/types.gen.d.ts +5 -2
- package/dist/generated/seerr/client/types.gen.d.ts.map +1 -1
- package/dist/generated/seerr/client/utils.gen.d.ts +5 -1
- package/dist/generated/seerr/client/utils.gen.d.ts.map +1 -1
- package/dist/generated/seerr/index.d.ts +2 -2
- package/dist/generated/seerr/index.d.ts.map +1 -1
- package/dist/generated/seerr/sdk.gen.d.ts +13 -1
- package/dist/generated/seerr/sdk.gen.d.ts.map +1 -1
- package/dist/generated/seerr/types.gen.d.ts +78 -7
- package/dist/generated/seerr/types.gen.d.ts.map +1 -1
- package/dist/generated/sonarr/client/client.gen.d.ts.map +1 -1
- package/dist/generated/sonarr/client/types.gen.d.ts +5 -2
- package/dist/generated/sonarr/client/types.gen.d.ts.map +1 -1
- package/dist/generated/sonarr/client/utils.gen.d.ts +5 -1
- package/dist/generated/sonarr/client/utils.gen.d.ts.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +12 -0
- package/dist/tsarr-2.11.0.tgz +0 -0
- package/package.json +18 -9
- package/dist/tsarr-2.9.1.tgz +0 -0
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/core/errors.ts", "../../src/core/fetch.ts", "../../src/core/client.ts", "../../src/clients/base.ts", "../../src/generated/readarr/core/bodySerializer.gen.ts", "../../src/generated/readarr/core/serverSentEvents.gen.ts", "../../src/generated/readarr/core/pathSerializer.gen.ts", "../../src/generated/readarr/core/utils.gen.ts", "../../src/generated/readarr/core/auth.gen.ts", "../../src/generated/readarr/client/utils.gen.ts", "../../src/generated/readarr/client/client.gen.ts", "../../src/generated/readarr/client.gen.ts", "../../src/generated/readarr/sdk.gen.ts", "../../src/clients/readarr.ts"],
|
|
4
|
+
"sourcesContent": [
|
|
5
|
+
"export class TsarrError extends Error {\n constructor(\n message: string,\n public code?: string,\n public statusCode?: number,\n public details?: unknown\n ) {\n super(message);\n this.name = 'TsarrError';\n }\n}\n\nexport class ApiKeyError extends TsarrError {\n constructor(message = 'Invalid or missing API key') {\n super(message, 'API_KEY_ERROR', 401);\n this.name = 'ApiKeyError';\n }\n}\n\nexport class ConnectionError extends TsarrError {\n constructor(message: string, details?: unknown) {\n super(message, 'CONNECTION_ERROR', undefined, details);\n this.name = 'ConnectionError';\n }\n}\n\nexport class ValidationError extends TsarrError {\n constructor(message: string, details?: unknown) {\n super(message, 'VALIDATION_ERROR', undefined, details);\n this.name = 'ValidationError';\n }\n}\n\nexport class NotFoundError extends TsarrError {\n constructor(resource: string) {\n super(`Resource not found: ${resource}`, 'NOT_FOUND', 404);\n this.name = 'NotFoundError';\n }\n}\n",
|
|
6
|
+
"import { ConnectionError } from './errors';\n\nexport interface RetryOptions {\n /** Maximum number of retry attempts for transient failures (default: 3) */\n maxRetries?: number;\n /** Initial delay in ms before the first retry (default: 1000) */\n initialDelayMs?: number;\n /** Maximum delay in ms between retries (default: 10000) */\n maxDelayMs?: number;\n}\n\nexport interface ResilientFetchOptions {\n /** Request timeout in milliseconds (default: 30000) */\n timeout?: number;\n /** Retry configuration for transient failures. Omit to disable retries. */\n retry?: RetryOptions;\n}\n\nconst DEFAULT_TIMEOUT = 30_000;\nconst DEFAULT_MAX_RETRIES = 3;\nconst DEFAULT_INITIAL_DELAY = 1_000;\nconst DEFAULT_MAX_DELAY = 10_000;\n\nconst RETRYABLE_STATUS_CODES = new Set([408, 429, 502, 503, 504]);\n\nfunction isRetryable(error: unknown): boolean {\n if (error instanceof DOMException && error.name === 'AbortError') {\n return false;\n }\n if (error instanceof TypeError) {\n // Network errors from fetch (e.g. DNS failure, connection refused)\n return true;\n }\n return false;\n}\n\nfunction getRetryDelay(attempt: number, initialDelayMs: number, maxDelayMs: number): number {\n const delay = initialDelayMs * 2 ** attempt;\n const jitter = delay * 0.2 * Math.random();\n return Math.min(delay + jitter, maxDelayMs);\n}\n\n/**\n * Creates a fetch function with timeout and retry support.\n *\n * - Timeout uses AbortController to cancel requests that exceed the limit.\n * - Retry uses exponential backoff with jitter for transient failures\n * (network errors and 408/429/502/503/504 status codes).\n */\nexport function createResilientFetch(options: ResilientFetchOptions = {}): typeof fetch {\n const timeout = options.timeout ?? DEFAULT_TIMEOUT;\n const maxRetries = options.retry ? (options.retry.maxRetries ?? DEFAULT_MAX_RETRIES) : 0;\n const initialDelayMs = options.retry?.initialDelayMs ?? DEFAULT_INITIAL_DELAY;\n const maxDelayMs = options.retry?.maxDelayMs ?? DEFAULT_MAX_DELAY;\n\n const resilientFetch = async (\n input: RequestInfo | URL,\n init?: RequestInit\n ): Promise<Response> => {\n let lastError: unknown;\n const template = createRequestTemplate(input, init);\n\n for (let attempt = 0; attempt <= maxRetries; attempt++) {\n const controller = new AbortController();\n const timeoutId = setTimeout(() => controller.abort(), timeout);\n\n // Merge abort signals: respect caller's signal and our timeout\n const callerSignal = init?.signal;\n if (callerSignal?.aborted) {\n clearTimeout(timeoutId);\n throw callerSignal.reason ?? new DOMException('The operation was aborted.', 'AbortError');\n }\n\n const onCallerAbort = () => controller.abort(callerSignal!.reason);\n callerSignal?.addEventListener('abort', onCallerAbort, { once: true });\n\n try {\n const response = await globalThis.fetch(\n new Request(template.clone(), { signal: controller.signal })\n );\n\n clearTimeout(timeoutId);\n callerSignal?.removeEventListener('abort', onCallerAbort);\n\n if (RETRYABLE_STATUS_CODES.has(response.status) && attempt < maxRetries) {\n lastError = new ConnectionError(`Request failed with status ${response.status}`);\n const delay = getRetryDelay(attempt, initialDelayMs, maxDelayMs);\n await new Promise(resolve => setTimeout(resolve, delay));\n continue;\n }\n\n return response;\n } catch (error) {\n clearTimeout(timeoutId);\n callerSignal?.removeEventListener('abort', onCallerAbort);\n\n // If the caller aborted, don't retry\n if (callerSignal?.aborted) {\n throw callerSignal.reason ?? new DOMException('The operation was aborted.', 'AbortError');\n }\n\n // Timeout: wrap as ConnectionError\n if (error instanceof DOMException && error.name === 'AbortError') {\n lastError = new ConnectionError(`Request timed out after ${timeout}ms`);\n if (attempt < maxRetries) {\n const delay = getRetryDelay(attempt, initialDelayMs, maxDelayMs);\n await new Promise(resolve => setTimeout(resolve, delay));\n continue;\n }\n throw lastError;\n }\n\n if (isRetryable(error) && attempt < maxRetries) {\n lastError = error;\n const delay = getRetryDelay(attempt, initialDelayMs, maxDelayMs);\n await new Promise(resolve => setTimeout(resolve, delay));\n continue;\n }\n\n throw error;\n }\n }\n\n throw lastError;\n };\n\n return Object.assign(resilientFetch, {\n preconnect: globalThis.fetch.preconnect?.bind(globalThis.fetch),\n }) as typeof fetch;\n}\n\nfunction createRequestTemplate(input: RequestInfo | URL, init?: RequestInit): Request {\n const { signal: _signal, ...requestInit } = init ?? {};\n\n if (input instanceof Request) {\n return init ? new Request(input.clone(), requestInit) : input.clone();\n }\n\n return new Request(input, requestInit);\n}\n",
|
|
7
|
+
"import { ApiKeyError, ConnectionError } from './errors';\nimport { createResilientFetch } from './fetch';\nimport type { ServarrClientConfig } from './types';\n\nconst DEFAULT_TIMEOUT_MS = 30_000;\n\nexport function createServarrClient(config: ServarrClientConfig) {\n if (!config.apiKey) {\n throw new ApiKeyError();\n }\n\n if (!config.baseUrl) {\n throw new ConnectionError('No base URL provided');\n }\n\n const validatedConfig = {\n ...config,\n baseUrl: config.baseUrl.replace(/\\/$/, ''),\n };\n\n const timeoutMs = validatedConfig.timeout ?? DEFAULT_TIMEOUT_MS;\n\n const resilientFetch = createResilientFetch({\n timeout: timeoutMs,\n retry: validatedConfig.retry,\n });\n\n return {\n config: validatedConfig,\n getHeaders: () => ({\n 'X-Api-Key': validatedConfig.apiKey,\n 'Content-Type': 'application/json',\n ...validatedConfig.headers,\n }),\n getBaseUrl: () => validatedConfig.baseUrl,\n getTimeout: () => timeoutMs,\n getFetch: () => resilientFetch,\n };\n}\n\nexport function validateApiKey(apiKey: string | undefined): string {\n if (!apiKey || apiKey.trim() === '') {\n throw new ApiKeyError();\n }\n return apiKey.trim();\n}\n\nexport function validateBaseUrl(baseUrl: string | undefined): string {\n if (!baseUrl || baseUrl.trim() === '') {\n throw new ConnectionError('No base URL provided');\n }\n\n let parsed: URL;\n try {\n parsed = new URL(baseUrl);\n } catch {\n throw new ConnectionError(`Failed to connect: Invalid URL: ${baseUrl}`);\n }\n\n if (parsed.protocol === 'http:' && !isLocalhost(parsed.hostname)) {\n console.warn(\n `Warning: Using unencrypted HTTP for remote URL \"${parsed.host}\". Consider using HTTPS to protect your API key in transit.`\n );\n }\n\n return baseUrl.trim().replace(/\\/$/, '');\n}\n\nfunction isLocalhost(hostname: string): boolean {\n return (\n hostname === 'localhost' ||\n hostname === '127.0.0.1' ||\n hostname === '::1' ||\n hostname === '0.0.0.0' ||\n hostname.endsWith('.local') ||\n /^(10\\.|172\\.(1[6-9]|2\\d|3[01])\\.|192\\.168\\.)/.test(hostname)\n );\n}\n",
|
|
8
|
+
"import { createServarrClient } from '../core/client';\nimport type { ServarrClientConfig } from '../core/types';\n\ntype ApiCall = (...args: any[]) => Promise<any>;\n\nexport interface ServarrOps {\n // System\n getSystemStatus: ApiCall;\n getHealth: ApiCall;\n\n // Tags\n getTags: ApiCall;\n createTag: ApiCall;\n getTagById: ApiCall;\n updateTagById: ApiCall;\n deleteTagById: ApiCall;\n getTagDetails: ApiCall;\n getTagDetailById: ApiCall;\n\n // Notifications\n getNotifications: ApiCall;\n createNotification: ApiCall;\n getNotificationById: ApiCall;\n updateNotificationById: ApiCall;\n deleteNotificationById: ApiCall;\n getNotificationSchema: ApiCall;\n testNotification: ApiCall;\n testAllNotifications: ApiCall;\n\n // Download Clients\n getDownloadClients: ApiCall;\n createDownloadClient: ApiCall;\n getDownloadClientById: ApiCall;\n updateDownloadClientById: ApiCall;\n deleteDownloadClientById: ApiCall;\n getDownloadClientSchema: ApiCall;\n testDownloadClient: ApiCall;\n testAllDownloadClients: ApiCall;\n\n // Indexers\n getIndexers: ApiCall;\n createIndexer: ApiCall;\n getIndexerById: ApiCall;\n updateIndexerById: ApiCall;\n deleteIndexerById: ApiCall;\n getIndexerSchema: ApiCall;\n testIndexer: ApiCall;\n testAllIndexers: ApiCall;\n\n // System Admin\n restartSystem: ApiCall;\n shutdownSystem: ApiCall;\n getBackups: ApiCall;\n deleteBackup: ApiCall;\n restoreBackup: ApiCall;\n uploadBackup: ApiCall;\n getLogFiles: ApiCall;\n getLogFileByName: ApiCall;\n\n // Commands\n runCommand: ApiCall;\n getCommands: ApiCall;\n\n // Host Config\n getHostConfig: ApiCall;\n getHostConfigById: ApiCall;\n updateHostConfig: ApiCall;\n\n // UI Config\n getUiConfig: ApiCall;\n getUiConfigById: ApiCall;\n updateUiConfig: ApiCall;\n}\n\ninterface RawClient {\n setConfig(config: Record<string, unknown>): unknown;\n}\n\nexport abstract class ServarrBaseClient {\n protected clientConfig: ReturnType<typeof createServarrClient>;\n protected readonly rawClient: RawClient;\n\n protected abstract readonly ops: ServarrOps;\n\n constructor(config: ServarrClientConfig, rawClient: RawClient) {\n this.rawClient = rawClient;\n this.clientConfig = createServarrClient(config);\n this.configureRawClient();\n }\n\n protected configureRawClient(): void {\n this.rawClient.setConfig(this.getClientConfig());\n }\n\n protected getClientConfig() {\n return {\n baseUrl: this.clientConfig.getBaseUrl(),\n headers: this.clientConfig.getHeaders(),\n fetch: this.clientConfig.getFetch(),\n };\n }\n\n // System APIs\n\n async getSystemStatus() {\n return this.ops.getSystemStatus();\n }\n\n async getHealth() {\n return this.ops.getHealth();\n }\n\n // Tag Management APIs\n\n async getTags() {\n return this.ops.getTags();\n }\n\n async addTag(tag: { id?: number; label?: string | null }) {\n return this.ops.createTag({ body: tag });\n }\n\n async getTag(id: number) {\n return this.ops.getTagById({ path: { id } });\n }\n\n async updateTag(id: number | string, tag: { id?: number; label?: string | null }) {\n return this.ops.updateTagById({ path: { id: String(id) }, body: tag });\n }\n\n async deleteTag(id: number) {\n return this.ops.deleteTagById({ path: { id } });\n }\n\n async getTagDetails() {\n return this.ops.getTagDetails();\n }\n\n async getTagDetailById(id: number) {\n return this.ops.getTagDetailById({ path: { id } });\n }\n\n // Notification APIs\n\n async getNotifications() {\n return this.ops.getNotifications();\n }\n\n async getNotification(id: number) {\n return this.ops.getNotificationById({ path: { id } });\n }\n\n async addNotification(notification: Record<string, unknown>) {\n return this.ops.createNotification({ body: notification });\n }\n\n async updateNotification(id: number | string, notification: Record<string, unknown>) {\n return this.ops.updateNotificationById({ path: { id: String(id) }, body: notification });\n }\n\n async deleteNotification(id: number) {\n return this.ops.deleteNotificationById({ path: { id } });\n }\n\n async getNotificationSchema() {\n return this.ops.getNotificationSchema();\n }\n\n async testNotification(notification: Record<string, unknown>) {\n return this.ops.testNotification({ body: notification });\n }\n\n async testAllNotifications() {\n return this.ops.testAllNotifications();\n }\n\n // Download Client APIs\n\n async getDownloadClients() {\n return this.ops.getDownloadClients();\n }\n\n async getDownloadClient(id: number) {\n return this.ops.getDownloadClientById({ path: { id } });\n }\n\n async addDownloadClient(client: Record<string, unknown>) {\n return this.ops.createDownloadClient({ body: client });\n }\n\n async updateDownloadClient(id: number | string, client: Record<string, unknown>) {\n return this.ops.updateDownloadClientById({ path: { id: String(id) }, body: client });\n }\n\n async deleteDownloadClient(id: number) {\n return this.ops.deleteDownloadClientById({ path: { id } });\n }\n\n async getDownloadClientSchema() {\n return this.ops.getDownloadClientSchema();\n }\n\n async testDownloadClient(client: Record<string, unknown>) {\n return this.ops.testDownloadClient({ body: client });\n }\n\n async testAllDownloadClients() {\n return this.ops.testAllDownloadClients();\n }\n\n // Indexer APIs\n\n async getIndexers() {\n return this.ops.getIndexers();\n }\n\n async getIndexer(id: number) {\n return this.ops.getIndexerById({ path: { id } });\n }\n\n async addIndexer(indexer: Record<string, unknown>) {\n return this.ops.createIndexer({ body: indexer });\n }\n\n async updateIndexer(id: number | string, indexer: Record<string, unknown>) {\n return this.ops.updateIndexerById({ path: { id: String(id) }, body: indexer });\n }\n\n async deleteIndexer(id: number) {\n return this.ops.deleteIndexerById({ path: { id } });\n }\n\n async getIndexerSchema() {\n return this.ops.getIndexerSchema();\n }\n\n async testIndexer(indexer: Record<string, unknown>) {\n return this.ops.testIndexer({ body: indexer });\n }\n\n async testAllIndexers() {\n return this.ops.testAllIndexers();\n }\n\n // System Administration APIs\n\n async restartSystem() {\n return this.ops.restartSystem();\n }\n\n async shutdownSystem() {\n return this.ops.shutdownSystem();\n }\n\n async getSystemBackups() {\n return this.ops.getBackups();\n }\n\n async deleteSystemBackup(id: number) {\n return this.ops.deleteBackup({ path: { id } });\n }\n\n async restoreSystemBackup(id: number) {\n return this.ops.restoreBackup({ path: { id } });\n }\n\n async uploadSystemBackup() {\n return this.ops.uploadBackup();\n }\n\n async getLogFiles() {\n return this.ops.getLogFiles();\n }\n\n async getLogFileByName(filename: string) {\n return this.ops.getLogFileByName({ path: { filename } });\n }\n\n // Command APIs\n\n async runCommand(command: Record<string, unknown>) {\n return this.ops.runCommand({ body: command });\n }\n\n async getCommands() {\n return this.ops.getCommands();\n }\n\n // Host Configuration APIs\n\n async getHostConfig() {\n return this.ops.getHostConfig();\n }\n\n async getHostConfigById(id: number) {\n return this.ops.getHostConfigById({ path: { id } });\n }\n\n async updateHostConfig(id: number | string, config: Record<string, unknown>) {\n return this.ops.updateHostConfig({ path: { id: String(id) }, body: config });\n }\n\n // UI Configuration APIs\n\n async getUiConfig() {\n return this.ops.getUiConfig();\n }\n\n async getUiConfigById(id: number) {\n return this.ops.getUiConfigById({ path: { id } });\n }\n\n async updateUiConfig(id: number | string, config: Record<string, unknown>) {\n return this.ops.updateUiConfig({ path: { id: String(id) }, body: config });\n }\n\n // Update configuration\n updateConfig(newConfig: Partial<ServarrClientConfig>) {\n const updatedConfig = { ...this.clientConfig.config, ...newConfig };\n this.clientConfig = createServarrClient(updatedConfig);\n this.configureRawClient();\n return this.clientConfig.config;\n }\n}\n",
|
|
9
|
+
"// This file is auto-generated by @hey-api/openapi-ts\n\nimport type { ArrayStyle, ObjectStyle, SerializerOptions } from './pathSerializer.gen';\n\nexport type QuerySerializer = (query: Record<string, unknown>) => string;\n\nexport type BodySerializer = (body: unknown) => unknown;\n\ntype QuerySerializerOptionsObject = {\n allowReserved?: boolean;\n array?: Partial<SerializerOptions<ArrayStyle>>;\n object?: Partial<SerializerOptions<ObjectStyle>>;\n};\n\nexport type QuerySerializerOptions = QuerySerializerOptionsObject & {\n /**\n * Per-parameter serialization overrides. When provided, these settings\n * override the global array/object settings for specific parameter names.\n */\n parameters?: Record<string, QuerySerializerOptionsObject>;\n};\n\nconst serializeFormDataPair = (data: FormData, key: string, value: unknown): void => {\n if (typeof value === 'string' || value instanceof Blob) {\n data.append(key, value);\n } else if (value instanceof Date) {\n data.append(key, value.toISOString());\n } else {\n data.append(key, JSON.stringify(value));\n }\n};\n\nconst serializeUrlSearchParamsPair = (data: URLSearchParams, key: string, value: unknown): void => {\n if (typeof value === 'string') {\n data.append(key, value);\n } else {\n data.append(key, JSON.stringify(value));\n }\n};\n\nexport const formDataBodySerializer = {\n bodySerializer: (body: unknown): FormData => {\n const data = new FormData();\n\n Object.entries(body as Record<string, unknown>).forEach(([key, value]) => {\n if (value === undefined || value === null) {\n return;\n }\n if (Array.isArray(value)) {\n value.forEach((v) => serializeFormDataPair(data, key, v));\n } else {\n serializeFormDataPair(data, key, value);\n }\n });\n\n return data;\n },\n};\n\nexport const jsonBodySerializer = {\n bodySerializer: (body: unknown): string =>\n JSON.stringify(body, (_key, value) => (typeof value === 'bigint' ? value.toString() : value)),\n};\n\nexport const urlSearchParamsBodySerializer = {\n bodySerializer: (body: unknown): string => {\n const data = new URLSearchParams();\n\n Object.entries(body as Record<string, unknown>).forEach(([key, value]) => {\n if (value === undefined || value === null) {\n return;\n }\n if (Array.isArray(value)) {\n value.forEach((v) => serializeUrlSearchParamsPair(data, key, v));\n } else {\n serializeUrlSearchParamsPair(data, key, value);\n }\n });\n\n return data.toString();\n },\n};\n",
|
|
10
|
+
"// This file is auto-generated by @hey-api/openapi-ts\n\nimport type { Config } from './types.gen';\n\nexport type ServerSentEventsOptions<TData = unknown> = Omit<RequestInit, 'method'> &\n Pick<Config, 'method' | 'responseTransformer' | 'responseValidator'> & {\n /**\n * Fetch API implementation. You can use this option to provide a custom\n * fetch instance.\n *\n * @default globalThis.fetch\n */\n fetch?: typeof fetch;\n /**\n * Implementing clients can call request interceptors inside this hook.\n */\n onRequest?: (url: string, init: RequestInit) => Promise<Request>;\n /**\n * Callback invoked when a network or parsing error occurs during streaming.\n *\n * This option applies only if the endpoint returns a stream of events.\n *\n * @param error The error that occurred.\n */\n onSseError?: (error: unknown) => void;\n /**\n * Callback invoked when an event is streamed from the server.\n *\n * This option applies only if the endpoint returns a stream of events.\n *\n * @param event Event streamed from the server.\n * @returns Nothing (void).\n */\n onSseEvent?: (event: StreamEvent<TData>) => void;\n serializedBody?: RequestInit['body'];\n /**\n * Default retry delay in milliseconds.\n *\n * This option applies only if the endpoint returns a stream of events.\n *\n * @default 3000\n */\n sseDefaultRetryDelay?: number;\n /**\n * Maximum number of retry attempts before giving up.\n */\n sseMaxRetryAttempts?: number;\n /**\n * Maximum retry delay in milliseconds.\n *\n * Applies only when exponential backoff is used.\n *\n * This option applies only if the endpoint returns a stream of events.\n *\n * @default 30000\n */\n sseMaxRetryDelay?: number;\n /**\n * Optional sleep function for retry backoff.\n *\n * Defaults to using `setTimeout`.\n */\n sseSleepFn?: (ms: number) => Promise<void>;\n url: string;\n };\n\nexport interface StreamEvent<TData = unknown> {\n data: TData;\n event?: string;\n id?: string;\n retry?: number;\n}\n\nexport type ServerSentEventsResult<TData = unknown, TReturn = void, TNext = unknown> = {\n stream: AsyncGenerator<\n TData extends Record<string, unknown> ? TData[keyof TData] : TData,\n TReturn,\n TNext\n >;\n};\n\nexport function createSseClient<TData = unknown>({\n onRequest,\n onSseError,\n onSseEvent,\n responseTransformer,\n responseValidator,\n sseDefaultRetryDelay,\n sseMaxRetryAttempts,\n sseMaxRetryDelay,\n sseSleepFn,\n url,\n ...options\n}: ServerSentEventsOptions): ServerSentEventsResult<TData> {\n let lastEventId: string | undefined;\n\n const sleep = sseSleepFn ?? ((ms: number) => new Promise((resolve) => setTimeout(resolve, ms)));\n\n const createStream = async function* () {\n let retryDelay: number = sseDefaultRetryDelay ?? 3000;\n let attempt = 0;\n const signal = options.signal ?? new AbortController().signal;\n\n while (true) {\n if (signal.aborted) break;\n\n attempt++;\n\n const headers =\n options.headers instanceof Headers\n ? options.headers\n : new Headers(options.headers as Record<string, string> | undefined);\n\n if (lastEventId !== undefined) {\n headers.set('Last-Event-ID', lastEventId);\n }\n\n try {\n const requestInit: RequestInit = {\n redirect: 'follow',\n ...options,\n body: options.serializedBody,\n headers,\n signal,\n };\n let request = new Request(url, requestInit);\n if (onRequest) {\n request = await onRequest(url, requestInit);\n }\n // fetch must be assigned here, otherwise it would throw the error:\n // TypeError: Failed to execute 'fetch' on 'Window': Illegal invocation\n const _fetch = options.fetch ?? globalThis.fetch;\n const response = await _fetch(request);\n\n if (!response.ok) throw new Error(`SSE failed: ${response.status} ${response.statusText}`);\n\n if (!response.body) throw new Error('No body in SSE response');\n\n const reader = response.body.pipeThrough(new TextDecoderStream()).getReader();\n\n let buffer = '';\n\n const abortHandler = () => {\n try {\n reader.cancel();\n } catch {\n // noop\n }\n };\n\n signal.addEventListener('abort', abortHandler);\n\n try {\n while (true) {\n const { done, value } = await reader.read();\n if (done) break;\n buffer += value;\n buffer = buffer.replace(/\\r\\n?/g, '\\n'); // normalize line endings\n\n const chunks = buffer.split('\\n\\n');\n buffer = chunks.pop() ?? '';\n\n for (const chunk of chunks) {\n const lines = chunk.split('\\n');\n const dataLines: Array<string> = [];\n let eventName: string | undefined;\n\n for (const line of lines) {\n if (line.startsWith('data:')) {\n dataLines.push(line.replace(/^data:\\s*/, ''));\n } else if (line.startsWith('event:')) {\n eventName = line.replace(/^event:\\s*/, '');\n } else if (line.startsWith('id:')) {\n lastEventId = line.replace(/^id:\\s*/, '');\n } else if (line.startsWith('retry:')) {\n const parsed = Number.parseInt(line.replace(/^retry:\\s*/, ''), 10);\n if (!Number.isNaN(parsed)) {\n retryDelay = parsed;\n }\n }\n }\n\n let data: unknown;\n let parsedJson = false;\n\n if (dataLines.length) {\n const rawData = dataLines.join('\\n');\n try {\n data = JSON.parse(rawData);\n parsedJson = true;\n } catch {\n data = rawData;\n }\n }\n\n if (parsedJson) {\n if (responseValidator) {\n await responseValidator(data);\n }\n\n if (responseTransformer) {\n data = await responseTransformer(data);\n }\n }\n\n onSseEvent?.({\n data,\n event: eventName,\n id: lastEventId,\n retry: retryDelay,\n });\n\n if (dataLines.length) {\n yield data as any;\n }\n }\n }\n } finally {\n signal.removeEventListener('abort', abortHandler);\n reader.releaseLock();\n }\n\n break; // exit loop on normal completion\n } catch (error) {\n // connection failed or aborted; retry after delay\n onSseError?.(error);\n\n if (sseMaxRetryAttempts !== undefined && attempt >= sseMaxRetryAttempts) {\n break; // stop after firing error\n }\n\n // exponential backoff: double retry each attempt, cap at 30s\n const backoff = Math.min(retryDelay * 2 ** (attempt - 1), sseMaxRetryDelay ?? 30000);\n await sleep(backoff);\n }\n }\n };\n\n const stream = createStream();\n\n return { stream };\n}\n",
|
|
11
|
+
"// This file is auto-generated by @hey-api/openapi-ts\n\ninterface SerializeOptions<T> extends SerializePrimitiveOptions, SerializerOptions<T> {}\n\ninterface SerializePrimitiveOptions {\n allowReserved?: boolean;\n name: string;\n}\n\nexport interface SerializerOptions<T> {\n /**\n * @default true\n */\n explode: boolean;\n style: T;\n}\n\nexport type ArrayStyle = 'form' | 'spaceDelimited' | 'pipeDelimited';\nexport type ArraySeparatorStyle = ArrayStyle | MatrixStyle;\ntype MatrixStyle = 'label' | 'matrix' | 'simple';\nexport type ObjectStyle = 'form' | 'deepObject';\ntype ObjectSeparatorStyle = ObjectStyle | MatrixStyle;\n\ninterface SerializePrimitiveParam extends SerializePrimitiveOptions {\n value: string;\n}\n\nexport const separatorArrayExplode = (style: ArraySeparatorStyle) => {\n switch (style) {\n case 'label':\n return '.';\n case 'matrix':\n return ';';\n case 'simple':\n return ',';\n default:\n return '&';\n }\n};\n\nexport const separatorArrayNoExplode = (style: ArraySeparatorStyle) => {\n switch (style) {\n case 'form':\n return ',';\n case 'pipeDelimited':\n return '|';\n case 'spaceDelimited':\n return '%20';\n default:\n return ',';\n }\n};\n\nexport const separatorObjectExplode = (style: ObjectSeparatorStyle) => {\n switch (style) {\n case 'label':\n return '.';\n case 'matrix':\n return ';';\n case 'simple':\n return ',';\n default:\n return '&';\n }\n};\n\nexport const serializeArrayParam = ({\n allowReserved,\n explode,\n name,\n style,\n value,\n}: SerializeOptions<ArraySeparatorStyle> & {\n value: unknown[];\n}) => {\n if (!explode) {\n const joinedValues = (\n allowReserved ? value : value.map((v) => encodeURIComponent(v as string))\n ).join(separatorArrayNoExplode(style));\n switch (style) {\n case 'label':\n return `.${joinedValues}`;\n case 'matrix':\n return `;${name}=${joinedValues}`;\n case 'simple':\n return joinedValues;\n default:\n return `${name}=${joinedValues}`;\n }\n }\n\n const separator = separatorArrayExplode(style);\n const joinedValues = value\n .map((v) => {\n if (style === 'label' || style === 'simple') {\n return allowReserved ? v : encodeURIComponent(v as string);\n }\n\n return serializePrimitiveParam({\n allowReserved,\n name,\n value: v as string,\n });\n })\n .join(separator);\n return style === 'label' || style === 'matrix' ? separator + joinedValues : joinedValues;\n};\n\nexport const serializePrimitiveParam = ({\n allowReserved,\n name,\n value,\n}: SerializePrimitiveParam) => {\n if (value === undefined || value === null) {\n return '';\n }\n\n if (typeof value === 'object') {\n throw new Error(\n 'Deeply-nested arrays/objects aren’t supported. Provide your own `querySerializer()` to handle these.',\n );\n }\n\n return `${name}=${allowReserved ? value : encodeURIComponent(value)}`;\n};\n\nexport const serializeObjectParam = ({\n allowReserved,\n explode,\n name,\n style,\n value,\n valueOnly,\n}: SerializeOptions<ObjectSeparatorStyle> & {\n value: Record<string, unknown> | Date;\n valueOnly?: boolean;\n}) => {\n if (value instanceof Date) {\n return valueOnly ? value.toISOString() : `${name}=${value.toISOString()}`;\n }\n\n if (style !== 'deepObject' && !explode) {\n let values: string[] = [];\n Object.entries(value).forEach(([key, v]) => {\n values = [...values, key, allowReserved ? (v as string) : encodeURIComponent(v as string)];\n });\n const joinedValues = values.join(',');\n switch (style) {\n case 'form':\n return `${name}=${joinedValues}`;\n case 'label':\n return `.${joinedValues}`;\n case 'matrix':\n return `;${name}=${joinedValues}`;\n default:\n return joinedValues;\n }\n }\n\n const separator = separatorObjectExplode(style);\n const joinedValues = Object.entries(value)\n .map(([key, v]) =>\n serializePrimitiveParam({\n allowReserved,\n name: style === 'deepObject' ? `${name}[${key}]` : key,\n value: v as string,\n }),\n )\n .join(separator);\n return style === 'label' || style === 'matrix' ? separator + joinedValues : joinedValues;\n};\n",
|
|
12
|
+
"// This file is auto-generated by @hey-api/openapi-ts\n\nimport type { BodySerializer, QuerySerializer } from './bodySerializer.gen';\nimport {\n type ArraySeparatorStyle,\n serializeArrayParam,\n serializeObjectParam,\n serializePrimitiveParam,\n} from './pathSerializer.gen';\n\nexport interface PathSerializer {\n path: Record<string, unknown>;\n url: string;\n}\n\nexport const PATH_PARAM_RE = /\\{[^{}]+\\}/g;\n\nexport const defaultPathSerializer = ({ path, url: _url }: PathSerializer) => {\n let url = _url;\n const matches = _url.match(PATH_PARAM_RE);\n if (matches) {\n for (const match of matches) {\n let explode = false;\n let name = match.substring(1, match.length - 1);\n let style: ArraySeparatorStyle = 'simple';\n\n if (name.endsWith('*')) {\n explode = true;\n name = name.substring(0, name.length - 1);\n }\n\n if (name.startsWith('.')) {\n name = name.substring(1);\n style = 'label';\n } else if (name.startsWith(';')) {\n name = name.substring(1);\n style = 'matrix';\n }\n\n const value = path[name];\n\n if (value === undefined || value === null) {\n continue;\n }\n\n if (Array.isArray(value)) {\n url = url.replace(match, serializeArrayParam({ explode, name, style, value }));\n continue;\n }\n\n if (typeof value === 'object') {\n url = url.replace(\n match,\n serializeObjectParam({\n explode,\n name,\n style,\n value: value as Record<string, unknown>,\n valueOnly: true,\n }),\n );\n continue;\n }\n\n if (style === 'matrix') {\n url = url.replace(\n match,\n `;${serializePrimitiveParam({\n name,\n value: value as string,\n })}`,\n );\n continue;\n }\n\n const replaceValue = encodeURIComponent(\n style === 'label' ? `.${value as string}` : (value as string),\n );\n url = url.replace(match, replaceValue);\n }\n }\n return url;\n};\n\nexport const getUrl = ({\n baseUrl,\n path,\n query,\n querySerializer,\n url: _url,\n}: {\n baseUrl?: string;\n path?: Record<string, unknown>;\n query?: Record<string, unknown>;\n querySerializer: QuerySerializer;\n url: string;\n}) => {\n const pathUrl = _url.startsWith('/') ? _url : `/${_url}`;\n let url = (baseUrl ?? '') + pathUrl;\n if (path) {\n url = defaultPathSerializer({ path, url });\n }\n let search = query ? querySerializer(query) : '';\n if (search.startsWith('?')) {\n search = search.substring(1);\n }\n if (search) {\n url += `?${search}`;\n }\n return url;\n};\n\nexport function getValidRequestBody(options: {\n body?: unknown;\n bodySerializer?: BodySerializer | null;\n serializedBody?: unknown;\n}) {\n const hasBody = options.body !== undefined;\n const isSerializedBody = hasBody && options.bodySerializer;\n\n if (isSerializedBody) {\n if ('serializedBody' in options) {\n const hasSerializedBody =\n options.serializedBody !== undefined && options.serializedBody !== '';\n\n return hasSerializedBody ? options.serializedBody : null;\n }\n\n // not all clients implement a serializedBody property (i.e., client-axios)\n return options.body !== '' ? options.body : null;\n }\n\n // plain/text body\n if (hasBody) {\n return options.body;\n }\n\n // no body was provided\n return undefined;\n}\n",
|
|
13
|
+
"// This file is auto-generated by @hey-api/openapi-ts\n\nexport type AuthToken = string | undefined;\n\nexport interface Auth {\n /**\n * Which part of the request do we use to send the auth?\n *\n * @default 'header'\n */\n in?: 'header' | 'query' | 'cookie';\n /**\n * Header or query parameter name.\n *\n * @default 'Authorization'\n */\n name?: string;\n scheme?: 'basic' | 'bearer';\n type: 'apiKey' | 'http';\n}\n\nexport const getAuthToken = async (\n auth: Auth,\n callback: ((auth: Auth) => Promise<AuthToken> | AuthToken) | AuthToken,\n): Promise<string | undefined> => {\n const token = typeof callback === 'function' ? await callback(auth) : callback;\n\n if (!token) {\n return;\n }\n\n if (auth.scheme === 'bearer') {\n return `Bearer ${token}`;\n }\n\n if (auth.scheme === 'basic') {\n return `Basic ${btoa(token)}`;\n }\n\n return token;\n};\n",
|
|
14
|
+
"// This file is auto-generated by @hey-api/openapi-ts\n\nimport { getAuthToken } from '../core/auth.gen';\nimport type { QuerySerializerOptions } from '../core/bodySerializer.gen';\nimport { jsonBodySerializer } from '../core/bodySerializer.gen';\nimport {\n serializeArrayParam,\n serializeObjectParam,\n serializePrimitiveParam,\n} from '../core/pathSerializer.gen';\nimport { getUrl } from '../core/utils.gen';\nimport type { Client, ClientOptions, Config, RequestOptions } from './types.gen';\n\nexport const createQuerySerializer = <T = unknown>({\n parameters = {},\n ...args\n}: QuerySerializerOptions = {}) => {\n const querySerializer = (queryParams: T) => {\n const search: string[] = [];\n if (queryParams && typeof queryParams === 'object') {\n for (const name in queryParams) {\n const value = queryParams[name];\n\n if (value === undefined || value === null) {\n continue;\n }\n\n const options = parameters[name] || args;\n\n if (Array.isArray(value)) {\n const serializedArray = serializeArrayParam({\n allowReserved: options.allowReserved,\n explode: true,\n name,\n style: 'form',\n value,\n ...options.array,\n });\n if (serializedArray) search.push(serializedArray);\n } else if (typeof value === 'object') {\n const serializedObject = serializeObjectParam({\n allowReserved: options.allowReserved,\n explode: true,\n name,\n style: 'deepObject',\n value: value as Record<string, unknown>,\n ...options.object,\n });\n if (serializedObject) search.push(serializedObject);\n } else {\n const serializedPrimitive = serializePrimitiveParam({\n allowReserved: options.allowReserved,\n name,\n value: value as string,\n });\n if (serializedPrimitive) search.push(serializedPrimitive);\n }\n }\n }\n return search.join('&');\n };\n return querySerializer;\n};\n\n/**\n * Infers parseAs value from provided Content-Type header.\n */\nexport const getParseAs = (contentType: string | null): Exclude<Config['parseAs'], 'auto'> => {\n if (!contentType) {\n // If no Content-Type header is provided, the best we can do is return the raw response body,\n // which is effectively the same as the 'stream' option.\n return 'stream';\n }\n\n const cleanContent = contentType.split(';')[0]?.trim();\n\n if (!cleanContent) {\n return;\n }\n\n if (cleanContent.startsWith('application/json') || cleanContent.endsWith('+json')) {\n return 'json';\n }\n\n if (cleanContent === 'multipart/form-data') {\n return 'formData';\n }\n\n if (\n ['application/', 'audio/', 'image/', 'video/'].some((type) => cleanContent.startsWith(type))\n ) {\n return 'blob';\n }\n\n if (cleanContent.startsWith('text/')) {\n return 'text';\n }\n\n return;\n};\n\nconst checkForExistence = (\n options: Pick<RequestOptions, 'auth' | 'query'> & {\n headers: Headers;\n },\n name?: string,\n): boolean => {\n if (!name) {\n return false;\n }\n if (\n options.headers.has(name) ||\n options.query?.[name] ||\n options.headers.get('Cookie')?.includes(`${name}=`)\n ) {\n return true;\n }\n return false;\n};\n\nexport const setAuthParams = async ({\n security,\n ...options\n}: Pick<Required<RequestOptions>, 'security'> &\n Pick<RequestOptions, 'auth' | 'query'> & {\n headers: Headers;\n }) => {\n for (const auth of security) {\n if (checkForExistence(options, auth.name)) {\n continue;\n }\n\n const token = await getAuthToken(auth, options.auth);\n\n if (!token) {\n continue;\n }\n\n const name = auth.name ?? 'Authorization';\n\n switch (auth.in) {\n case 'query':\n if (!options.query) {\n options.query = {};\n }\n options.query[name] = token;\n break;\n case 'cookie':\n options.headers.append('Cookie', `${name}=${token}`);\n break;\n case 'header':\n default:\n options.headers.set(name, token);\n break;\n }\n }\n};\n\nexport const buildUrl: Client['buildUrl'] = (options) =>\n getUrl({\n baseUrl: options.baseUrl as string,\n path: options.path,\n query: options.query,\n querySerializer:\n typeof options.querySerializer === 'function'\n ? options.querySerializer\n : createQuerySerializer(options.querySerializer),\n url: options.url,\n });\n\nexport const mergeConfigs = (a: Config, b: Config): Config => {\n const config = { ...a, ...b };\n if (config.baseUrl?.endsWith('/')) {\n config.baseUrl = config.baseUrl.substring(0, config.baseUrl.length - 1);\n }\n config.headers = mergeHeaders(a.headers, b.headers);\n return config;\n};\n\nconst headersEntries = (headers: Headers): Array<[string, string]> => {\n const entries: Array<[string, string]> = [];\n headers.forEach((value, key) => {\n entries.push([key, value]);\n });\n return entries;\n};\n\nexport const mergeHeaders = (\n ...headers: Array<Required<Config>['headers'] | undefined>\n): Headers => {\n const mergedHeaders = new Headers();\n for (const header of headers) {\n if (!header) {\n continue;\n }\n\n const iterator = header instanceof Headers ? headersEntries(header) : Object.entries(header);\n\n for (const [key, value] of iterator) {\n if (value === null) {\n mergedHeaders.delete(key);\n } else if (Array.isArray(value)) {\n for (const v of value) {\n mergedHeaders.append(key, v as string);\n }\n } else if (value !== undefined) {\n // assume object headers are meant to be JSON stringified, i.e., their\n // content value in OpenAPI specification is 'application/json'\n mergedHeaders.set(\n key,\n typeof value === 'object' ? JSON.stringify(value) : (value as string),\n );\n }\n }\n }\n return mergedHeaders;\n};\n\ntype ErrInterceptor<Err, Res, Req, Options> = (\n error: Err,\n /** response may be undefined due to a network error where no response object is produced */\n response: Res | undefined,\n /** request may be undefined, because error may be from building the request object itself */\n request: Req | undefined,\n options: Options,\n) => Err | Promise<Err>;\n\ntype ReqInterceptor<Req, Options> = (request: Req, options: Options) => Req | Promise<Req>;\n\ntype ResInterceptor<Res, Req, Options> = (\n response: Res,\n request: Req,\n options: Options,\n) => Res | Promise<Res>;\n\nclass Interceptors<Interceptor> {\n fns: Array<Interceptor | null> = [];\n\n clear(): void {\n this.fns = [];\n }\n\n eject(id: number | Interceptor): void {\n const index = this.getInterceptorIndex(id);\n if (this.fns[index]) {\n this.fns[index] = null;\n }\n }\n\n exists(id: number | Interceptor): boolean {\n const index = this.getInterceptorIndex(id);\n return Boolean(this.fns[index]);\n }\n\n getInterceptorIndex(id: number | Interceptor): number {\n if (typeof id === 'number') {\n return this.fns[id] ? id : -1;\n }\n return this.fns.indexOf(id);\n }\n\n update(id: number | Interceptor, fn: Interceptor): number | Interceptor | false {\n const index = this.getInterceptorIndex(id);\n if (this.fns[index]) {\n this.fns[index] = fn;\n return id;\n }\n return false;\n }\n\n use(fn: Interceptor): number {\n this.fns.push(fn);\n return this.fns.length - 1;\n }\n}\n\nexport interface Middleware<Req, Res, Err, Options> {\n error: Interceptors<ErrInterceptor<Err, Res, Req, Options>>;\n request: Interceptors<ReqInterceptor<Req, Options>>;\n response: Interceptors<ResInterceptor<Res, Req, Options>>;\n}\n\nexport const createInterceptors = <Req, Res, Err, Options>(): Middleware<\n Req,\n Res,\n Err,\n Options\n> => ({\n error: new Interceptors<ErrInterceptor<Err, Res, Req, Options>>(),\n request: new Interceptors<ReqInterceptor<Req, Options>>(),\n response: new Interceptors<ResInterceptor<Res, Req, Options>>(),\n});\n\nconst defaultQuerySerializer = createQuerySerializer({\n allowReserved: false,\n array: {\n explode: true,\n style: 'form',\n },\n object: {\n explode: true,\n style: 'deepObject',\n },\n});\n\nconst defaultHeaders = {\n 'Content-Type': 'application/json',\n};\n\nexport const createConfig = <T extends ClientOptions = ClientOptions>(\n override: Config<Omit<ClientOptions, keyof T> & T> = {},\n): Config<Omit<ClientOptions, keyof T> & T> => ({\n ...jsonBodySerializer,\n headers: defaultHeaders,\n parseAs: 'auto',\n querySerializer: defaultQuerySerializer,\n ...override,\n});\n",
|
|
15
|
+
"// This file is auto-generated by @hey-api/openapi-ts\n\nimport { createSseClient } from '../core/serverSentEvents.gen';\nimport type { HttpMethod } from '../core/types.gen';\nimport { getValidRequestBody } from '../core/utils.gen';\nimport type { Client, Config, RequestOptions, ResolvedRequestOptions } from './types.gen';\nimport {\n buildUrl,\n createConfig,\n createInterceptors,\n getParseAs,\n mergeConfigs,\n mergeHeaders,\n setAuthParams,\n} from './utils.gen';\n\ntype ReqInit = Omit<RequestInit, 'body' | 'headers'> & {\n body?: any;\n headers: ReturnType<typeof mergeHeaders>;\n};\n\nexport const createClient = (config: Config = {}): Client => {\n let _config = mergeConfigs(createConfig(), config);\n\n const getConfig = (): Config => ({ ..._config });\n\n const setConfig = (config: Config): Config => {\n _config = mergeConfigs(_config, config);\n return getConfig();\n };\n\n const interceptors = createInterceptors<Request, Response, unknown, ResolvedRequestOptions>();\n\n const beforeRequest = async <\n TData = unknown,\n TResponseStyle extends 'data' | 'fields' = 'fields',\n ThrowOnError extends boolean = boolean,\n Url extends string = string,\n >(\n options: RequestOptions<TData, TResponseStyle, ThrowOnError, Url>,\n ) => {\n const opts = {\n ..._config,\n ...options,\n fetch: options.fetch ?? _config.fetch ?? globalThis.fetch,\n headers: mergeHeaders(_config.headers, options.headers),\n serializedBody: undefined as string | undefined,\n };\n\n if (opts.security) {\n await setAuthParams({\n ...opts,\n security: opts.security,\n });\n }\n\n if (opts.requestValidator) {\n await opts.requestValidator(opts);\n }\n\n if (opts.body !== undefined && opts.bodySerializer) {\n opts.serializedBody = opts.bodySerializer(opts.body) as string | undefined;\n }\n\n // remove Content-Type header if body is empty to avoid sending invalid requests\n if (opts.body === undefined || opts.serializedBody === '') {\n opts.headers.delete('Content-Type');\n }\n\n const resolvedOpts = opts as typeof opts &\n ResolvedRequestOptions<TResponseStyle, ThrowOnError, Url>;\n const url = buildUrl(resolvedOpts);\n\n return { opts: resolvedOpts, url };\n };\n\n const request: Client['request'] = async (options) => {\n const throwOnError = options.throwOnError ?? _config.throwOnError;\n const responseStyle = options.responseStyle ?? _config.responseStyle;\n\n let request: Request | undefined;\n let response: Response | undefined;\n\n try {\n const { opts, url } = await beforeRequest(options);\n const requestInit: ReqInit = {\n redirect: 'follow',\n ...opts,\n body: getValidRequestBody(opts),\n };\n\n request = new Request(url, requestInit);\n\n for (const fn of interceptors.request.fns) {\n if (fn) {\n request = await fn(request, opts);\n }\n }\n\n // fetch must be assigned here, otherwise it would throw the error:\n // TypeError: Failed to execute 'fetch' on 'Window': Illegal invocation\n const _fetch = opts.fetch!;\n\n response = await _fetch(request);\n\n for (const fn of interceptors.response.fns) {\n if (fn) {\n response = await fn(response, request, opts);\n }\n }\n\n const result = {\n request,\n response,\n };\n\n if (response.ok) {\n const parseAs =\n (opts.parseAs === 'auto'\n ? getParseAs(response.headers.get('Content-Type'))\n : opts.parseAs) ?? 'json';\n\n if (response.status === 204 || response.headers.get('Content-Length') === '0') {\n let emptyData: any;\n switch (parseAs) {\n case 'arrayBuffer':\n case 'blob':\n case 'text':\n emptyData = await response[parseAs]();\n break;\n case 'formData':\n emptyData = new FormData();\n break;\n case 'stream':\n emptyData = response.body;\n break;\n case 'json':\n default:\n emptyData = {};\n break;\n }\n return opts.responseStyle === 'data'\n ? emptyData\n : {\n data: emptyData,\n ...result,\n };\n }\n\n let data: any;\n switch (parseAs) {\n case 'arrayBuffer':\n case 'blob':\n case 'formData':\n case 'text':\n data = await response[parseAs]();\n break;\n case 'json': {\n // Some servers return 200 with no Content-Length and empty body.\n // response.json() would throw; read as text and parse if non-empty.\n const text = await response.text();\n data = text ? JSON.parse(text) : {};\n break;\n }\n case 'stream':\n return opts.responseStyle === 'data'\n ? response.body\n : {\n data: response.body,\n ...result,\n };\n }\n\n if (parseAs === 'json') {\n if (opts.responseValidator) {\n await opts.responseValidator(data);\n }\n\n if (opts.responseTransformer) {\n data = await opts.responseTransformer(data);\n }\n }\n\n return opts.responseStyle === 'data'\n ? data\n : {\n data,\n ...result,\n };\n }\n\n const textError = await response.text();\n let jsonError: unknown;\n\n try {\n jsonError = JSON.parse(textError);\n } catch {\n // noop\n }\n\n throw jsonError ?? textError;\n } catch (error) {\n let finalError = error;\n\n for (const fn of interceptors.error.fns) {\n if (fn) {\n finalError = await fn(finalError, response, request, options as ResolvedRequestOptions);\n }\n }\n\n finalError = finalError || {};\n\n if (throwOnError) {\n throw finalError;\n }\n\n // TODO: we probably want to return error and improve types\n return responseStyle === 'data'\n ? undefined\n : {\n error: finalError,\n request,\n response,\n };\n }\n };\n\n const makeMethodFn = (method: Uppercase<HttpMethod>) => (options: RequestOptions) =>\n request({ ...options, method });\n\n const makeSseFn = (method: Uppercase<HttpMethod>) => async (options: RequestOptions) => {\n const { opts, url } = await beforeRequest(options);\n return createSseClient({\n ...opts,\n body: opts.body as BodyInit | null | undefined,\n method,\n onRequest: async (url, init) => {\n let request = new Request(url, init);\n for (const fn of interceptors.request.fns) {\n if (fn) {\n request = await fn(request, opts);\n }\n }\n return request;\n },\n serializedBody: getValidRequestBody(opts) as BodyInit | null | undefined,\n url,\n });\n };\n\n const _buildUrl: Client['buildUrl'] = (options) => buildUrl({ ..._config, ...options });\n\n return {\n buildUrl: _buildUrl,\n connect: makeMethodFn('CONNECT'),\n delete: makeMethodFn('DELETE'),\n get: makeMethodFn('GET'),\n getConfig,\n head: makeMethodFn('HEAD'),\n interceptors,\n options: makeMethodFn('OPTIONS'),\n patch: makeMethodFn('PATCH'),\n post: makeMethodFn('POST'),\n put: makeMethodFn('PUT'),\n request,\n setConfig,\n sse: {\n connect: makeSseFn('CONNECT'),\n delete: makeSseFn('DELETE'),\n get: makeSseFn('GET'),\n head: makeSseFn('HEAD'),\n options: makeSseFn('OPTIONS'),\n patch: makeSseFn('PATCH'),\n post: makeSseFn('POST'),\n put: makeSseFn('PUT'),\n trace: makeSseFn('TRACE'),\n },\n trace: makeMethodFn('TRACE'),\n } as Client;\n};\n",
|
|
16
|
+
"// This file is auto-generated by @hey-api/openapi-ts\n\nimport { type ClientOptions, type Config, createClient, createConfig } from './client';\nimport type { ClientOptions as ClientOptions2 } from './types.gen';\n\n/**\n * The `createClientConfig()` function will be called on client initialization\n * and the returned object will become the client's initial configuration.\n *\n * You may want to initialize your client this way instead of calling\n * `setConfig()`. This is useful for example if you're using Next.js\n * to ensure your client always has the correct values.\n */\nexport type CreateClientConfig<T extends ClientOptions = ClientOptions2> = (override?: Config<ClientOptions & T>) => Config<Required<ClientOptions> & T>;\n\nexport const client = createClient(createConfig<ClientOptions2>());\n",
|
|
17
|
+
"// This file is auto-generated by @hey-api/openapi-ts\n\nimport { type Client, formDataBodySerializer, type Options as Options2, type TDataShape } from './client';\nimport { client } from './client.gen';\nimport type { DeleteApiV1AuthorByIdData, DeleteApiV1AuthorByIdResponses, DeleteApiV1AuthorEditorData, DeleteApiV1AuthorEditorResponses, DeleteApiV1BlocklistBulkData, DeleteApiV1BlocklistBulkResponses, DeleteApiV1BlocklistByIdData, DeleteApiV1BlocklistByIdResponses, DeleteApiV1BookByIdData, DeleteApiV1BookByIdResponses, DeleteApiV1BookEditorData, DeleteApiV1BookEditorResponses, DeleteApiV1BookfileBulkData, DeleteApiV1BookfileBulkResponses, DeleteApiV1BookfileByIdData, DeleteApiV1BookfileByIdResponses, DeleteApiV1CommandByIdData, DeleteApiV1CommandByIdResponses, DeleteApiV1CustomfilterByIdData, DeleteApiV1CustomfilterByIdResponses, DeleteApiV1CustomformatByIdData, DeleteApiV1CustomformatByIdResponses, DeleteApiV1DelayprofileByIdData, DeleteApiV1DelayprofileByIdResponses, DeleteApiV1DownloadclientBulkData, DeleteApiV1DownloadclientBulkResponses, DeleteApiV1DownloadclientByIdData, DeleteApiV1DownloadclientByIdResponses, DeleteApiV1ImportlistBulkData, DeleteApiV1ImportlistBulkResponses, DeleteApiV1ImportlistByIdData, DeleteApiV1ImportlistByIdResponses, DeleteApiV1ImportlistexclusionByIdData, DeleteApiV1ImportlistexclusionByIdResponses, DeleteApiV1IndexerBulkData, DeleteApiV1IndexerBulkResponses, DeleteApiV1IndexerByIdData, DeleteApiV1IndexerByIdResponses, DeleteApiV1MetadataByIdData, DeleteApiV1MetadataByIdResponses, DeleteApiV1MetadataprofileByIdData, DeleteApiV1MetadataprofileByIdResponses, DeleteApiV1NotificationByIdData, DeleteApiV1NotificationByIdResponses, DeleteApiV1QualityprofileByIdData, DeleteApiV1QualityprofileByIdResponses, DeleteApiV1QueueBulkData, DeleteApiV1QueueBulkResponses, DeleteApiV1QueueByIdData, DeleteApiV1QueueByIdResponses, DeleteApiV1ReleaseprofileByIdData, DeleteApiV1ReleaseprofileByIdResponses, DeleteApiV1RemotepathmappingByIdData, DeleteApiV1RemotepathmappingByIdResponses, DeleteApiV1RootfolderByIdData, DeleteApiV1RootfolderByIdResponses, DeleteApiV1SystemBackupByIdData, DeleteApiV1SystemBackupByIdResponses, DeleteApiV1TagByIdData, DeleteApiV1TagByIdResponses, GetApiData, GetApiResponses, GetApiV1AuthorByIdData, GetApiV1AuthorByIdResponses, GetApiV1AuthorData, GetApiV1AuthorLookupData, GetApiV1AuthorLookupResponses, GetApiV1AuthorResponses, GetApiV1BlocklistData, GetApiV1BlocklistResponses, GetApiV1BookByIdData, GetApiV1BookByIdOverviewData, GetApiV1BookByIdOverviewResponses, GetApiV1BookByIdResponses, GetApiV1BookData, GetApiV1BookfileByIdData, GetApiV1BookfileByIdResponses, GetApiV1BookfileData, GetApiV1BookfileResponses, GetApiV1BookLookupData, GetApiV1BookLookupResponses, GetApiV1BookResponses, GetApiV1CalendarByIdData, GetApiV1CalendarByIdResponses, GetApiV1CalendarData, GetApiV1CalendarResponses, GetApiV1CommandByIdData, GetApiV1CommandByIdResponses, GetApiV1CommandData, GetApiV1CommandResponses, GetApiV1ConfigDevelopmentByIdData, GetApiV1ConfigDevelopmentByIdResponses, GetApiV1ConfigDevelopmentData, GetApiV1ConfigDevelopmentResponses, GetApiV1ConfigDownloadclientByIdData, GetApiV1ConfigDownloadclientByIdResponses, GetApiV1ConfigDownloadclientData, GetApiV1ConfigDownloadclientResponses, GetApiV1ConfigHostByIdData, GetApiV1ConfigHostByIdResponses, GetApiV1ConfigHostData, GetApiV1ConfigHostResponses, GetApiV1ConfigIndexerByIdData, GetApiV1ConfigIndexerByIdResponses, GetApiV1ConfigIndexerData, GetApiV1ConfigIndexerResponses, GetApiV1ConfigMediamanagementByIdData, GetApiV1ConfigMediamanagementByIdResponses, GetApiV1ConfigMediamanagementData, GetApiV1ConfigMediamanagementResponses, GetApiV1ConfigMetadataproviderByIdData, GetApiV1ConfigMetadataproviderByIdResponses, GetApiV1ConfigMetadataproviderData, GetApiV1ConfigMetadataproviderResponses, GetApiV1ConfigNamingByIdData, GetApiV1ConfigNamingByIdResponses, GetApiV1ConfigNamingData, GetApiV1ConfigNamingExamplesData, GetApiV1ConfigNamingExamplesResponses, GetApiV1ConfigNamingResponses, GetApiV1ConfigUiByIdData, GetApiV1ConfigUiByIdResponses, GetApiV1ConfigUiData, GetApiV1ConfigUiResponses, GetApiV1CustomfilterByIdData, GetApiV1CustomfilterByIdResponses, GetApiV1CustomfilterData, GetApiV1CustomfilterResponses, GetApiV1CustomformatByIdData, GetApiV1CustomformatByIdResponses, GetApiV1CustomformatData, GetApiV1CustomformatResponses, GetApiV1CustomformatSchemaData, GetApiV1CustomformatSchemaResponses, GetApiV1DelayprofileByIdData, GetApiV1DelayprofileByIdResponses, GetApiV1DelayprofileData, GetApiV1DelayprofileResponses, GetApiV1DiskspaceData, GetApiV1DiskspaceResponses, GetApiV1DownloadclientByIdData, GetApiV1DownloadclientByIdResponses, GetApiV1DownloadclientData, GetApiV1DownloadclientResponses, GetApiV1DownloadclientSchemaData, GetApiV1DownloadclientSchemaResponses, GetApiV1EditionData, GetApiV1EditionResponses, GetApiV1FilesystemData, GetApiV1FilesystemMediafilesData, GetApiV1FilesystemMediafilesResponses, GetApiV1FilesystemResponses, GetApiV1FilesystemTypeData, GetApiV1FilesystemTypeResponses, GetApiV1HealthData, GetApiV1HealthResponses, GetApiV1HistoryAuthorData, GetApiV1HistoryAuthorResponses, GetApiV1HistoryData, GetApiV1HistoryResponses, GetApiV1HistorySinceData, GetApiV1HistorySinceResponses, GetApiV1ImportlistByIdData, GetApiV1ImportlistByIdResponses, GetApiV1ImportlistData, GetApiV1ImportlistexclusionByIdData, GetApiV1ImportlistexclusionByIdResponses, GetApiV1ImportlistexclusionData, GetApiV1ImportlistexclusionResponses, GetApiV1ImportlistResponses, GetApiV1ImportlistSchemaData, GetApiV1ImportlistSchemaResponses, GetApiV1IndexerByIdData, GetApiV1IndexerByIdResponses, GetApiV1IndexerData, GetApiV1IndexerflagData, GetApiV1IndexerflagResponses, GetApiV1IndexerResponses, GetApiV1IndexerSchemaData, GetApiV1IndexerSchemaResponses, GetApiV1LanguageByIdData, GetApiV1LanguageByIdResponses, GetApiV1LanguageData, GetApiV1LanguageResponses, GetApiV1LocalizationData, GetApiV1LocalizationResponses, GetApiV1LogData, GetApiV1LogFileByFilenameData, GetApiV1LogFileByFilenameResponses, GetApiV1LogFileData, GetApiV1LogFileResponses, GetApiV1LogFileUpdateByFilenameData, GetApiV1LogFileUpdateByFilenameResponses, GetApiV1LogFileUpdateData, GetApiV1LogFileUpdateResponses, GetApiV1LogResponses, GetApiV1ManualimportData, GetApiV1ManualimportResponses, GetApiV1MediacoverAuthorByAuthorIdByFilenameData, GetApiV1MediacoverAuthorByAuthorIdByFilenameResponses, GetApiV1MediacoverBookByBookIdByFilenameData, GetApiV1MediacoverBookByBookIdByFilenameResponses, GetApiV1MetadataByIdData, GetApiV1MetadataByIdResponses, GetApiV1MetadataData, GetApiV1MetadataprofileByIdData, GetApiV1MetadataprofileByIdResponses, GetApiV1MetadataprofileData, GetApiV1MetadataprofileResponses, GetApiV1MetadataprofileSchemaData, GetApiV1MetadataprofileSchemaResponses, GetApiV1MetadataResponses, GetApiV1MetadataSchemaData, GetApiV1MetadataSchemaResponses, GetApiV1NotificationByIdData, GetApiV1NotificationByIdResponses, GetApiV1NotificationData, GetApiV1NotificationResponses, GetApiV1NotificationSchemaData, GetApiV1NotificationSchemaResponses, GetApiV1ParseData, GetApiV1ParseResponses, GetApiV1QualitydefinitionByIdData, GetApiV1QualitydefinitionByIdResponses, GetApiV1QualitydefinitionData, GetApiV1QualitydefinitionResponses, GetApiV1QualityprofileByIdData, GetApiV1QualityprofileByIdResponses, GetApiV1QualityprofileData, GetApiV1QualityprofileResponses, GetApiV1QualityprofileSchemaData, GetApiV1QualityprofileSchemaResponses, GetApiV1QueueData, GetApiV1QueueDetailsData, GetApiV1QueueDetailsResponses, GetApiV1QueueResponses, GetApiV1QueueStatusData, GetApiV1QueueStatusResponses, GetApiV1ReleaseData, GetApiV1ReleaseprofileByIdData, GetApiV1ReleaseprofileByIdResponses, GetApiV1ReleaseprofileData, GetApiV1ReleaseprofileResponses, GetApiV1ReleaseResponses, GetApiV1RemotepathmappingByIdData, GetApiV1RemotepathmappingByIdResponses, GetApiV1RemotepathmappingData, GetApiV1RemotepathmappingResponses, GetApiV1RenameData, GetApiV1RenameResponses, GetApiV1RetagData, GetApiV1RetagResponses, GetApiV1RootfolderByIdData, GetApiV1RootfolderByIdResponses, GetApiV1RootfolderData, GetApiV1RootfolderResponses, GetApiV1SearchData, GetApiV1SearchResponses, GetApiV1SeriesData, GetApiV1SeriesResponses, GetApiV1SystemBackupData, GetApiV1SystemBackupResponses, GetApiV1SystemRoutesData, GetApiV1SystemRoutesDuplicateData, GetApiV1SystemRoutesDuplicateResponses, GetApiV1SystemRoutesResponses, GetApiV1SystemStatusData, GetApiV1SystemStatusResponses, GetApiV1SystemTaskByIdData, GetApiV1SystemTaskByIdResponses, GetApiV1SystemTaskData, GetApiV1SystemTaskResponses, GetApiV1TagByIdData, GetApiV1TagByIdResponses, GetApiV1TagData, GetApiV1TagDetailByIdData, GetApiV1TagDetailByIdResponses, GetApiV1TagDetailData, GetApiV1TagDetailResponses, GetApiV1TagResponses, GetApiV1UpdateData, GetApiV1UpdateResponses, GetApiV1WantedCutoffByIdData, GetApiV1WantedCutoffByIdResponses, GetApiV1WantedCutoffData, GetApiV1WantedCutoffResponses, GetApiV1WantedMissingByIdData, GetApiV1WantedMissingByIdResponses, GetApiV1WantedMissingData, GetApiV1WantedMissingResponses, GetByPathData, GetByPathResponses, GetContentByPathData, GetContentByPathResponses, GetData, GetFeedV1CalendarReadarrIcsData, GetFeedV1CalendarReadarrIcsResponses, GetLoginData, GetLoginResponses, GetLogoutData, GetLogoutResponses, GetPingData, GetPingResponses, GetResponses, HeadPingData, HeadPingResponses, PostApiV1AuthorData, PostApiV1AuthorResponses, PostApiV1BookData, PostApiV1BookResponses, PostApiV1BookshelfData, PostApiV1BookshelfResponses, PostApiV1CommandData, PostApiV1CommandResponses, PostApiV1CustomfilterData, PostApiV1CustomfilterResponses, PostApiV1CustomformatData, PostApiV1CustomformatResponses, PostApiV1DelayprofileData, PostApiV1DelayprofileResponses, PostApiV1DownloadclientActionByNameData, PostApiV1DownloadclientActionByNameResponses, PostApiV1DownloadclientData, PostApiV1DownloadclientResponses, PostApiV1DownloadclientTestallData, PostApiV1DownloadclientTestallResponses, PostApiV1DownloadclientTestData, PostApiV1DownloadclientTestResponses, PostApiV1HistoryFailedByIdData, PostApiV1HistoryFailedByIdResponses, PostApiV1ImportlistActionByNameData, PostApiV1ImportlistActionByNameResponses, PostApiV1ImportlistData, PostApiV1ImportlistexclusionData, PostApiV1ImportlistexclusionResponses, PostApiV1ImportlistResponses, PostApiV1ImportlistTestallData, PostApiV1ImportlistTestallResponses, PostApiV1ImportlistTestData, PostApiV1ImportlistTestResponses, PostApiV1IndexerActionByNameData, PostApiV1IndexerActionByNameResponses, PostApiV1IndexerData, PostApiV1IndexerResponses, PostApiV1IndexerTestallData, PostApiV1IndexerTestallResponses, PostApiV1IndexerTestData, PostApiV1IndexerTestResponses, PostApiV1ManualimportData, PostApiV1ManualimportResponses, PostApiV1MetadataActionByNameData, PostApiV1MetadataActionByNameResponses, PostApiV1MetadataData, PostApiV1MetadataprofileData, PostApiV1MetadataprofileResponses, PostApiV1MetadataResponses, PostApiV1MetadataTestallData, PostApiV1MetadataTestallResponses, PostApiV1MetadataTestData, PostApiV1MetadataTestResponses, PostApiV1NotificationActionByNameData, PostApiV1NotificationActionByNameResponses, PostApiV1NotificationData, PostApiV1NotificationResponses, PostApiV1NotificationTestallData, PostApiV1NotificationTestallResponses, PostApiV1NotificationTestData, PostApiV1NotificationTestResponses, PostApiV1QualityprofileData, PostApiV1QualityprofileResponses, PostApiV1QueueGrabBulkData, PostApiV1QueueGrabBulkResponses, PostApiV1QueueGrabByIdData, PostApiV1QueueGrabByIdResponses, PostApiV1ReleaseData, PostApiV1ReleaseprofileData, PostApiV1ReleaseprofileResponses, PostApiV1ReleasePushData, PostApiV1ReleasePushResponses, PostApiV1ReleaseResponses, PostApiV1RemotepathmappingData, PostApiV1RemotepathmappingResponses, PostApiV1RootfolderData, PostApiV1RootfolderResponses, PostApiV1SystemBackupRestoreByIdData, PostApiV1SystemBackupRestoreByIdResponses, PostApiV1SystemBackupRestoreUploadData, PostApiV1SystemBackupRestoreUploadResponses, PostApiV1SystemRestartData, PostApiV1SystemRestartResponses, PostApiV1SystemShutdownData, PostApiV1SystemShutdownResponses, PostApiV1TagData, PostApiV1TagResponses, PostLoginData, PostLoginResponses, PutApiV1AuthorByIdData, PutApiV1AuthorByIdResponses, PutApiV1AuthorEditorData, PutApiV1AuthorEditorResponses, PutApiV1BookByIdData, PutApiV1BookByIdResponses, PutApiV1BookEditorData, PutApiV1BookEditorResponses, PutApiV1BookfileByIdData, PutApiV1BookfileByIdResponses, PutApiV1BookfileEditorData, PutApiV1BookfileEditorResponses, PutApiV1BookMonitorData, PutApiV1BookMonitorResponses, PutApiV1ConfigDevelopmentByIdData, PutApiV1ConfigDevelopmentByIdResponses, PutApiV1ConfigDownloadclientByIdData, PutApiV1ConfigDownloadclientByIdResponses, PutApiV1ConfigHostByIdData, PutApiV1ConfigHostByIdResponses, PutApiV1ConfigIndexerByIdData, PutApiV1ConfigIndexerByIdResponses, PutApiV1ConfigMediamanagementByIdData, PutApiV1ConfigMediamanagementByIdResponses, PutApiV1ConfigMetadataproviderByIdData, PutApiV1ConfigMetadataproviderByIdResponses, PutApiV1ConfigNamingByIdData, PutApiV1ConfigNamingByIdResponses, PutApiV1ConfigUiByIdData, PutApiV1ConfigUiByIdResponses, PutApiV1CustomfilterByIdData, PutApiV1CustomfilterByIdResponses, PutApiV1CustomformatByIdData, PutApiV1CustomformatByIdResponses, PutApiV1DelayprofileByIdData, PutApiV1DelayprofileByIdResponses, PutApiV1DelayprofileReorderByIdData, PutApiV1DelayprofileReorderByIdResponses, PutApiV1DownloadclientBulkData, PutApiV1DownloadclientBulkResponses, PutApiV1DownloadclientByIdData, PutApiV1DownloadclientByIdResponses, PutApiV1ImportlistBulkData, PutApiV1ImportlistBulkResponses, PutApiV1ImportlistByIdData, PutApiV1ImportlistByIdResponses, PutApiV1ImportlistexclusionByIdData, PutApiV1ImportlistexclusionByIdResponses, PutApiV1IndexerBulkData, PutApiV1IndexerBulkResponses, PutApiV1IndexerByIdData, PutApiV1IndexerByIdResponses, PutApiV1MetadataByIdData, PutApiV1MetadataByIdResponses, PutApiV1MetadataprofileByIdData, PutApiV1MetadataprofileByIdResponses, PutApiV1NotificationByIdData, PutApiV1NotificationByIdResponses, PutApiV1QualitydefinitionByIdData, PutApiV1QualitydefinitionByIdResponses, PutApiV1QualitydefinitionUpdateData, PutApiV1QualitydefinitionUpdateResponses, PutApiV1QualityprofileByIdData, PutApiV1QualityprofileByIdResponses, PutApiV1ReleaseprofileByIdData, PutApiV1ReleaseprofileByIdResponses, PutApiV1RemotepathmappingByIdData, PutApiV1RemotepathmappingByIdResponses, PutApiV1RootfolderByIdData, PutApiV1RootfolderByIdResponses, PutApiV1TagByIdData, PutApiV1TagByIdResponses } from './types.gen';\n\nexport type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean, TResponse = unknown> = Options2<TData, ThrowOnError, TResponse> & {\n /**\n * You can provide a client instance returned by `createClient()` instead of\n * individual options. This might be also useful if you want to implement a\n * custom client.\n */\n client?: Client;\n /**\n * You can pass arbitrary values through the `meta` object. This can be\n * used to access values that aren't defined as part of the SDK function.\n */\n meta?: Record<string, unknown>;\n};\n\nexport const getApi = <ThrowOnError extends boolean = false>(options?: Options<GetApiData, ThrowOnError>) => (options?.client ?? client).get<GetApiResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api',\n ...options\n});\n\nexport const getLogin = <ThrowOnError extends boolean = false>(options?: Options<GetLoginData, ThrowOnError>) => (options?.client ?? client).get<GetLoginResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/login',\n ...options\n});\n\nexport const postLogin = <ThrowOnError extends boolean = false>(options?: Options<PostLoginData, ThrowOnError>) => (options?.client ?? client).post<PostLoginResponses, unknown, ThrowOnError>({\n ...formDataBodySerializer,\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/login',\n ...options,\n headers: {\n 'Content-Type': null,\n ...options?.headers\n }\n});\n\nexport const getLogout = <ThrowOnError extends boolean = false>(options?: Options<GetLogoutData, ThrowOnError>) => (options?.client ?? client).get<GetLogoutResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/logout',\n ...options\n});\n\nexport const getApiV1Author = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1AuthorData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1AuthorResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/author',\n ...options\n});\n\nexport const postApiV1Author = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1AuthorData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1AuthorResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/author',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const deleteApiV1AuthorById = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV1AuthorByIdData, ThrowOnError>) => (options.client ?? client).delete<DeleteApiV1AuthorByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/author/{id}',\n ...options\n});\n\nexport const getApiV1AuthorById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1AuthorByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1AuthorByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/author/{id}',\n ...options\n});\n\nexport const putApiV1AuthorById = <ThrowOnError extends boolean = false>(options: Options<PutApiV1AuthorByIdData, ThrowOnError>) => (options.client ?? client).put<PutApiV1AuthorByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/author/{id}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const deleteApiV1AuthorEditor = <ThrowOnError extends boolean = false>(options?: Options<DeleteApiV1AuthorEditorData, ThrowOnError>) => (options?.client ?? client).delete<DeleteApiV1AuthorEditorResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/author/editor',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const putApiV1AuthorEditor = <ThrowOnError extends boolean = false>(options?: Options<PutApiV1AuthorEditorData, ThrowOnError>) => (options?.client ?? client).put<PutApiV1AuthorEditorResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/author/editor',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const getApiV1AuthorLookup = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1AuthorLookupData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1AuthorLookupResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/author/lookup',\n ...options\n});\n\nexport const getApiV1SystemBackup = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1SystemBackupData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1SystemBackupResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/system/backup',\n ...options\n});\n\nexport const deleteApiV1SystemBackupById = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV1SystemBackupByIdData, ThrowOnError>) => (options.client ?? client).delete<DeleteApiV1SystemBackupByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/system/backup/{id}',\n ...options\n});\n\nexport const postApiV1SystemBackupRestoreById = <ThrowOnError extends boolean = false>(options: Options<PostApiV1SystemBackupRestoreByIdData, ThrowOnError>) => (options.client ?? client).post<PostApiV1SystemBackupRestoreByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/system/backup/restore/{id}',\n ...options\n});\n\nexport const postApiV1SystemBackupRestoreUpload = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1SystemBackupRestoreUploadData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1SystemBackupRestoreUploadResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/system/backup/restore/upload',\n ...options\n});\n\nexport const getApiV1Blocklist = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1BlocklistData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1BlocklistResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/blocklist',\n ...options\n});\n\nexport const deleteApiV1BlocklistById = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV1BlocklistByIdData, ThrowOnError>) => (options.client ?? client).delete<DeleteApiV1BlocklistByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/blocklist/{id}',\n ...options\n});\n\nexport const deleteApiV1BlocklistBulk = <ThrowOnError extends boolean = false>(options?: Options<DeleteApiV1BlocklistBulkData, ThrowOnError>) => (options?.client ?? client).delete<DeleteApiV1BlocklistBulkResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/blocklist/bulk',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const getApiV1Book = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1BookData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1BookResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/book',\n ...options\n});\n\nexport const postApiV1Book = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1BookData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1BookResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/book',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const getApiV1BookByIdOverview = <ThrowOnError extends boolean = false>(options: Options<GetApiV1BookByIdOverviewData, ThrowOnError>) => (options.client ?? client).get<GetApiV1BookByIdOverviewResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/book/{id}/overview',\n ...options\n});\n\nexport const deleteApiV1BookById = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV1BookByIdData, ThrowOnError>) => (options.client ?? client).delete<DeleteApiV1BookByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/book/{id}',\n ...options\n});\n\nexport const getApiV1BookById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1BookByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1BookByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/book/{id}',\n ...options\n});\n\nexport const putApiV1BookById = <ThrowOnError extends boolean = false>(options: Options<PutApiV1BookByIdData, ThrowOnError>) => (options.client ?? client).put<PutApiV1BookByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/book/{id}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const putApiV1BookMonitor = <ThrowOnError extends boolean = false>(options?: Options<PutApiV1BookMonitorData, ThrowOnError>) => (options?.client ?? client).put<PutApiV1BookMonitorResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/book/monitor',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const deleteApiV1BookEditor = <ThrowOnError extends boolean = false>(options?: Options<DeleteApiV1BookEditorData, ThrowOnError>) => (options?.client ?? client).delete<DeleteApiV1BookEditorResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/book/editor',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const putApiV1BookEditor = <ThrowOnError extends boolean = false>(options?: Options<PutApiV1BookEditorData, ThrowOnError>) => (options?.client ?? client).put<PutApiV1BookEditorResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/book/editor',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const getApiV1Bookfile = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1BookfileData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1BookfileResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/bookfile',\n ...options\n});\n\nexport const deleteApiV1BookfileById = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV1BookfileByIdData, ThrowOnError>) => (options.client ?? client).delete<DeleteApiV1BookfileByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/bookfile/{id}',\n ...options\n});\n\nexport const getApiV1BookfileById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1BookfileByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1BookfileByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/bookfile/{id}',\n ...options\n});\n\nexport const putApiV1BookfileById = <ThrowOnError extends boolean = false>(options: Options<PutApiV1BookfileByIdData, ThrowOnError>) => (options.client ?? client).put<PutApiV1BookfileByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/bookfile/{id}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const putApiV1BookfileEditor = <ThrowOnError extends boolean = false>(options?: Options<PutApiV1BookfileEditorData, ThrowOnError>) => (options?.client ?? client).put<PutApiV1BookfileEditorResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/bookfile/editor',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const deleteApiV1BookfileBulk = <ThrowOnError extends boolean = false>(options?: Options<DeleteApiV1BookfileBulkData, ThrowOnError>) => (options?.client ?? client).delete<DeleteApiV1BookfileBulkResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/bookfile/bulk',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const getApiV1BookLookup = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1BookLookupData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1BookLookupResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/book/lookup',\n ...options\n});\n\nexport const postApiV1Bookshelf = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1BookshelfData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1BookshelfResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/bookshelf',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const getApiV1Calendar = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1CalendarData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1CalendarResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/calendar',\n ...options\n});\n\nexport const getApiV1CalendarById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1CalendarByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1CalendarByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/calendar/{id}',\n ...options\n});\n\nexport const getFeedV1CalendarReadarrIcs = <ThrowOnError extends boolean = false>(options?: Options<GetFeedV1CalendarReadarrIcsData, ThrowOnError>) => (options?.client ?? client).get<GetFeedV1CalendarReadarrIcsResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/feed/v1/calendar/readarr.ics',\n ...options\n});\n\nexport const getApiV1Command = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1CommandData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1CommandResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/command',\n ...options\n});\n\nexport const postApiV1Command = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1CommandData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1CommandResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/command',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const deleteApiV1CommandById = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV1CommandByIdData, ThrowOnError>) => (options.client ?? client).delete<DeleteApiV1CommandByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/command/{id}',\n ...options\n});\n\nexport const getApiV1CommandById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1CommandByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1CommandByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/command/{id}',\n ...options\n});\n\nexport const getApiV1Customfilter = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1CustomfilterData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1CustomfilterResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/customfilter',\n ...options\n});\n\nexport const postApiV1Customfilter = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1CustomfilterData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1CustomfilterResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/customfilter',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const deleteApiV1CustomfilterById = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV1CustomfilterByIdData, ThrowOnError>) => (options.client ?? client).delete<DeleteApiV1CustomfilterByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/customfilter/{id}',\n ...options\n});\n\nexport const getApiV1CustomfilterById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1CustomfilterByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1CustomfilterByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/customfilter/{id}',\n ...options\n});\n\nexport const putApiV1CustomfilterById = <ThrowOnError extends boolean = false>(options: Options<PutApiV1CustomfilterByIdData, ThrowOnError>) => (options.client ?? client).put<PutApiV1CustomfilterByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/customfilter/{id}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const getApiV1Customformat = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1CustomformatData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1CustomformatResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/customformat',\n ...options\n});\n\nexport const postApiV1Customformat = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1CustomformatData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1CustomformatResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/customformat',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const deleteApiV1CustomformatById = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV1CustomformatByIdData, ThrowOnError>) => (options.client ?? client).delete<DeleteApiV1CustomformatByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/customformat/{id}',\n ...options\n});\n\nexport const getApiV1CustomformatById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1CustomformatByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1CustomformatByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/customformat/{id}',\n ...options\n});\n\nexport const putApiV1CustomformatById = <ThrowOnError extends boolean = false>(options: Options<PutApiV1CustomformatByIdData, ThrowOnError>) => (options.client ?? client).put<PutApiV1CustomformatByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/customformat/{id}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const getApiV1CustomformatSchema = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1CustomformatSchemaData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1CustomformatSchemaResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/customformat/schema',\n ...options\n});\n\nexport const getApiV1WantedCutoff = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1WantedCutoffData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1WantedCutoffResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/wanted/cutoff',\n ...options\n});\n\nexport const getApiV1WantedCutoffById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1WantedCutoffByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1WantedCutoffByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/wanted/cutoff/{id}',\n ...options\n});\n\nexport const getApiV1Delayprofile = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1DelayprofileData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1DelayprofileResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/delayprofile',\n ...options\n});\n\nexport const postApiV1Delayprofile = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1DelayprofileData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1DelayprofileResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/delayprofile',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const deleteApiV1DelayprofileById = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV1DelayprofileByIdData, ThrowOnError>) => (options.client ?? client).delete<DeleteApiV1DelayprofileByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/delayprofile/{id}',\n ...options\n});\n\nexport const getApiV1DelayprofileById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1DelayprofileByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1DelayprofileByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/delayprofile/{id}',\n ...options\n});\n\nexport const putApiV1DelayprofileById = <ThrowOnError extends boolean = false>(options: Options<PutApiV1DelayprofileByIdData, ThrowOnError>) => (options.client ?? client).put<PutApiV1DelayprofileByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/delayprofile/{id}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const putApiV1DelayprofileReorderById = <ThrowOnError extends boolean = false>(options: Options<PutApiV1DelayprofileReorderByIdData, ThrowOnError>) => (options.client ?? client).put<PutApiV1DelayprofileReorderByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/delayprofile/reorder/{id}',\n ...options\n});\n\nexport const getApiV1ConfigDevelopment = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1ConfigDevelopmentData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1ConfigDevelopmentResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/config/development',\n ...options\n});\n\nexport const getApiV1ConfigDevelopmentById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1ConfigDevelopmentByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1ConfigDevelopmentByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/config/development/{id}',\n ...options\n});\n\nexport const putApiV1ConfigDevelopmentById = <ThrowOnError extends boolean = false>(options: Options<PutApiV1ConfigDevelopmentByIdData, ThrowOnError>) => (options.client ?? client).put<PutApiV1ConfigDevelopmentByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/config/development/{id}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const getApiV1Diskspace = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1DiskspaceData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1DiskspaceResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/diskspace',\n ...options\n});\n\nexport const getApiV1Downloadclient = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1DownloadclientData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1DownloadclientResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/downloadclient',\n ...options\n});\n\nexport const postApiV1Downloadclient = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1DownloadclientData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1DownloadclientResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/downloadclient',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const deleteApiV1DownloadclientById = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV1DownloadclientByIdData, ThrowOnError>) => (options.client ?? client).delete<DeleteApiV1DownloadclientByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/downloadclient/{id}',\n ...options\n});\n\nexport const getApiV1DownloadclientById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1DownloadclientByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1DownloadclientByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/downloadclient/{id}',\n ...options\n});\n\nexport const putApiV1DownloadclientById = <ThrowOnError extends boolean = false>(options: Options<PutApiV1DownloadclientByIdData, ThrowOnError>) => (options.client ?? client).put<PutApiV1DownloadclientByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/downloadclient/{id}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const deleteApiV1DownloadclientBulk = <ThrowOnError extends boolean = false>(options?: Options<DeleteApiV1DownloadclientBulkData, ThrowOnError>) => (options?.client ?? client).delete<DeleteApiV1DownloadclientBulkResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/downloadclient/bulk',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const putApiV1DownloadclientBulk = <ThrowOnError extends boolean = false>(options?: Options<PutApiV1DownloadclientBulkData, ThrowOnError>) => (options?.client ?? client).put<PutApiV1DownloadclientBulkResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/downloadclient/bulk',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const getApiV1DownloadclientSchema = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1DownloadclientSchemaData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1DownloadclientSchemaResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/downloadclient/schema',\n ...options\n});\n\nexport const postApiV1DownloadclientTest = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1DownloadclientTestData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1DownloadclientTestResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/downloadclient/test',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const postApiV1DownloadclientTestall = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1DownloadclientTestallData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1DownloadclientTestallResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/downloadclient/testall',\n ...options\n});\n\nexport const postApiV1DownloadclientActionByName = <ThrowOnError extends boolean = false>(options: Options<PostApiV1DownloadclientActionByNameData, ThrowOnError>) => (options.client ?? client).post<PostApiV1DownloadclientActionByNameResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/downloadclient/action/{name}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const getApiV1ConfigDownloadclient = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1ConfigDownloadclientData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1ConfigDownloadclientResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/config/downloadclient',\n ...options\n});\n\nexport const getApiV1ConfigDownloadclientById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1ConfigDownloadclientByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1ConfigDownloadclientByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/config/downloadclient/{id}',\n ...options\n});\n\nexport const putApiV1ConfigDownloadclientById = <ThrowOnError extends boolean = false>(options: Options<PutApiV1ConfigDownloadclientByIdData, ThrowOnError>) => (options.client ?? client).put<PutApiV1ConfigDownloadclientByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/config/downloadclient/{id}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const getApiV1Edition = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1EditionData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1EditionResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/edition',\n ...options\n});\n\nexport const getApiV1Filesystem = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1FilesystemData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1FilesystemResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/filesystem',\n ...options\n});\n\nexport const getApiV1FilesystemType = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1FilesystemTypeData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1FilesystemTypeResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/filesystem/type',\n ...options\n});\n\nexport const getApiV1FilesystemMediafiles = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1FilesystemMediafilesData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1FilesystemMediafilesResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/filesystem/mediafiles',\n ...options\n});\n\nexport const getApiV1Health = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1HealthData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1HealthResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/health',\n ...options\n});\n\nexport const getApiV1History = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1HistoryData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1HistoryResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/history',\n ...options\n});\n\nexport const getApiV1HistorySince = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1HistorySinceData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1HistorySinceResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/history/since',\n ...options\n});\n\nexport const getApiV1HistoryAuthor = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1HistoryAuthorData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1HistoryAuthorResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/history/author',\n ...options\n});\n\nexport const postApiV1HistoryFailedById = <ThrowOnError extends boolean = false>(options: Options<PostApiV1HistoryFailedByIdData, ThrowOnError>) => (options.client ?? client).post<PostApiV1HistoryFailedByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/history/failed/{id}',\n ...options\n});\n\nexport const getApiV1ConfigHost = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1ConfigHostData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1ConfigHostResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/config/host',\n ...options\n});\n\nexport const getApiV1ConfigHostById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1ConfigHostByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1ConfigHostByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/config/host/{id}',\n ...options\n});\n\nexport const putApiV1ConfigHostById = <ThrowOnError extends boolean = false>(options: Options<PutApiV1ConfigHostByIdData, ThrowOnError>) => (options.client ?? client).put<PutApiV1ConfigHostByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/config/host/{id}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const getApiV1Importlist = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1ImportlistData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1ImportlistResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/importlist',\n ...options\n});\n\nexport const postApiV1Importlist = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1ImportlistData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1ImportlistResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/importlist',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const deleteApiV1ImportlistById = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV1ImportlistByIdData, ThrowOnError>) => (options.client ?? client).delete<DeleteApiV1ImportlistByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/importlist/{id}',\n ...options\n});\n\nexport const getApiV1ImportlistById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1ImportlistByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1ImportlistByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/importlist/{id}',\n ...options\n});\n\nexport const putApiV1ImportlistById = <ThrowOnError extends boolean = false>(options: Options<PutApiV1ImportlistByIdData, ThrowOnError>) => (options.client ?? client).put<PutApiV1ImportlistByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/importlist/{id}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const deleteApiV1ImportlistBulk = <ThrowOnError extends boolean = false>(options?: Options<DeleteApiV1ImportlistBulkData, ThrowOnError>) => (options?.client ?? client).delete<DeleteApiV1ImportlistBulkResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/importlist/bulk',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const putApiV1ImportlistBulk = <ThrowOnError extends boolean = false>(options?: Options<PutApiV1ImportlistBulkData, ThrowOnError>) => (options?.client ?? client).put<PutApiV1ImportlistBulkResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/importlist/bulk',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const getApiV1ImportlistSchema = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1ImportlistSchemaData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1ImportlistSchemaResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/importlist/schema',\n ...options\n});\n\nexport const postApiV1ImportlistTest = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1ImportlistTestData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1ImportlistTestResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/importlist/test',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const postApiV1ImportlistTestall = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1ImportlistTestallData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1ImportlistTestallResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/importlist/testall',\n ...options\n});\n\nexport const postApiV1ImportlistActionByName = <ThrowOnError extends boolean = false>(options: Options<PostApiV1ImportlistActionByNameData, ThrowOnError>) => (options.client ?? client).post<PostApiV1ImportlistActionByNameResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/importlist/action/{name}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const getApiV1Importlistexclusion = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1ImportlistexclusionData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1ImportlistexclusionResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/importlistexclusion',\n ...options\n});\n\nexport const postApiV1Importlistexclusion = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1ImportlistexclusionData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1ImportlistexclusionResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/importlistexclusion',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const deleteApiV1ImportlistexclusionById = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV1ImportlistexclusionByIdData, ThrowOnError>) => (options.client ?? client).delete<DeleteApiV1ImportlistexclusionByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/importlistexclusion/{id}',\n ...options\n});\n\nexport const getApiV1ImportlistexclusionById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1ImportlistexclusionByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1ImportlistexclusionByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/importlistexclusion/{id}',\n ...options\n});\n\nexport const putApiV1ImportlistexclusionById = <ThrowOnError extends boolean = false>(options: Options<PutApiV1ImportlistexclusionByIdData, ThrowOnError>) => (options.client ?? client).put<PutApiV1ImportlistexclusionByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/importlistexclusion/{id}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const getApiV1Indexer = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1IndexerData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1IndexerResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/indexer',\n ...options\n});\n\nexport const postApiV1Indexer = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1IndexerData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1IndexerResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/indexer',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const deleteApiV1IndexerById = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV1IndexerByIdData, ThrowOnError>) => (options.client ?? client).delete<DeleteApiV1IndexerByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/indexer/{id}',\n ...options\n});\n\nexport const getApiV1IndexerById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1IndexerByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1IndexerByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/indexer/{id}',\n ...options\n});\n\nexport const putApiV1IndexerById = <ThrowOnError extends boolean = false>(options: Options<PutApiV1IndexerByIdData, ThrowOnError>) => (options.client ?? client).put<PutApiV1IndexerByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/indexer/{id}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const deleteApiV1IndexerBulk = <ThrowOnError extends boolean = false>(options?: Options<DeleteApiV1IndexerBulkData, ThrowOnError>) => (options?.client ?? client).delete<DeleteApiV1IndexerBulkResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/indexer/bulk',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const putApiV1IndexerBulk = <ThrowOnError extends boolean = false>(options?: Options<PutApiV1IndexerBulkData, ThrowOnError>) => (options?.client ?? client).put<PutApiV1IndexerBulkResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/indexer/bulk',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const getApiV1IndexerSchema = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1IndexerSchemaData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1IndexerSchemaResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/indexer/schema',\n ...options\n});\n\nexport const postApiV1IndexerTest = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1IndexerTestData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1IndexerTestResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/indexer/test',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const postApiV1IndexerTestall = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1IndexerTestallData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1IndexerTestallResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/indexer/testall',\n ...options\n});\n\nexport const postApiV1IndexerActionByName = <ThrowOnError extends boolean = false>(options: Options<PostApiV1IndexerActionByNameData, ThrowOnError>) => (options.client ?? client).post<PostApiV1IndexerActionByNameResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/indexer/action/{name}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const getApiV1ConfigIndexer = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1ConfigIndexerData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1ConfigIndexerResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/config/indexer',\n ...options\n});\n\nexport const getApiV1ConfigIndexerById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1ConfigIndexerByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1ConfigIndexerByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/config/indexer/{id}',\n ...options\n});\n\nexport const putApiV1ConfigIndexerById = <ThrowOnError extends boolean = false>(options: Options<PutApiV1ConfigIndexerByIdData, ThrowOnError>) => (options.client ?? client).put<PutApiV1ConfigIndexerByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/config/indexer/{id}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const getApiV1Indexerflag = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1IndexerflagData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1IndexerflagResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/indexerflag',\n ...options\n});\n\nexport const getApiV1Language = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1LanguageData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1LanguageResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/language',\n ...options\n});\n\nexport const getApiV1LanguageById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1LanguageByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1LanguageByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/language/{id}',\n ...options\n});\n\nexport const getApiV1Localization = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1LocalizationData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1LocalizationResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/localization',\n ...options\n});\n\nexport const getApiV1Log = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1LogData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1LogResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/log',\n ...options\n});\n\nexport const getApiV1LogFile = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1LogFileData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1LogFileResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/log/file',\n ...options\n});\n\nexport const getApiV1LogFileByFilename = <ThrowOnError extends boolean = false>(options: Options<GetApiV1LogFileByFilenameData, ThrowOnError>) => (options.client ?? client).get<GetApiV1LogFileByFilenameResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/log/file/{filename}',\n ...options\n});\n\nexport const getApiV1Manualimport = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1ManualimportData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1ManualimportResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/manualimport',\n ...options\n});\n\nexport const postApiV1Manualimport = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1ManualimportData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1ManualimportResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/manualimport',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const getApiV1MediacoverAuthorByAuthorIdByFilename = <ThrowOnError extends boolean = false>(options: Options<GetApiV1MediacoverAuthorByAuthorIdByFilenameData, ThrowOnError>) => (options.client ?? client).get<GetApiV1MediacoverAuthorByAuthorIdByFilenameResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/mediacover/author/{authorId}/{filename}',\n ...options\n});\n\nexport const getApiV1MediacoverBookByBookIdByFilename = <ThrowOnError extends boolean = false>(options: Options<GetApiV1MediacoverBookByBookIdByFilenameData, ThrowOnError>) => (options.client ?? client).get<GetApiV1MediacoverBookByBookIdByFilenameResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/mediacover/book/{bookId}/{filename}',\n ...options\n});\n\nexport const getApiV1ConfigMediamanagement = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1ConfigMediamanagementData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1ConfigMediamanagementResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/config/mediamanagement',\n ...options\n});\n\nexport const getApiV1ConfigMediamanagementById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1ConfigMediamanagementByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1ConfigMediamanagementByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/config/mediamanagement/{id}',\n ...options\n});\n\nexport const putApiV1ConfigMediamanagementById = <ThrowOnError extends boolean = false>(options: Options<PutApiV1ConfigMediamanagementByIdData, ThrowOnError>) => (options.client ?? client).put<PutApiV1ConfigMediamanagementByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/config/mediamanagement/{id}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const getApiV1Metadata = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1MetadataData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1MetadataResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/metadata',\n ...options\n});\n\nexport const postApiV1Metadata = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1MetadataData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1MetadataResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/metadata',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const deleteApiV1MetadataById = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV1MetadataByIdData, ThrowOnError>) => (options.client ?? client).delete<DeleteApiV1MetadataByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/metadata/{id}',\n ...options\n});\n\nexport const getApiV1MetadataById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1MetadataByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1MetadataByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/metadata/{id}',\n ...options\n});\n\nexport const putApiV1MetadataById = <ThrowOnError extends boolean = false>(options: Options<PutApiV1MetadataByIdData, ThrowOnError>) => (options.client ?? client).put<PutApiV1MetadataByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/metadata/{id}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const getApiV1MetadataSchema = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1MetadataSchemaData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1MetadataSchemaResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/metadata/schema',\n ...options\n});\n\nexport const postApiV1MetadataTest = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1MetadataTestData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1MetadataTestResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/metadata/test',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const postApiV1MetadataTestall = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1MetadataTestallData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1MetadataTestallResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/metadata/testall',\n ...options\n});\n\nexport const postApiV1MetadataActionByName = <ThrowOnError extends boolean = false>(options: Options<PostApiV1MetadataActionByNameData, ThrowOnError>) => (options.client ?? client).post<PostApiV1MetadataActionByNameResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/metadata/action/{name}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const getApiV1Metadataprofile = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1MetadataprofileData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1MetadataprofileResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/metadataprofile',\n ...options\n});\n\nexport const postApiV1Metadataprofile = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1MetadataprofileData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1MetadataprofileResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/metadataprofile',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const deleteApiV1MetadataprofileById = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV1MetadataprofileByIdData, ThrowOnError>) => (options.client ?? client).delete<DeleteApiV1MetadataprofileByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/metadataprofile/{id}',\n ...options\n});\n\nexport const getApiV1MetadataprofileById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1MetadataprofileByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1MetadataprofileByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/metadataprofile/{id}',\n ...options\n});\n\nexport const putApiV1MetadataprofileById = <ThrowOnError extends boolean = false>(options: Options<PutApiV1MetadataprofileByIdData, ThrowOnError>) => (options.client ?? client).put<PutApiV1MetadataprofileByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/metadataprofile/{id}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const getApiV1MetadataprofileSchema = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1MetadataprofileSchemaData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1MetadataprofileSchemaResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/metadataprofile/schema',\n ...options\n});\n\nexport const getApiV1ConfigMetadataprovider = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1ConfigMetadataproviderData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1ConfigMetadataproviderResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/config/metadataprovider',\n ...options\n});\n\nexport const getApiV1ConfigMetadataproviderById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1ConfigMetadataproviderByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1ConfigMetadataproviderByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/config/metadataprovider/{id}',\n ...options\n});\n\nexport const putApiV1ConfigMetadataproviderById = <ThrowOnError extends boolean = false>(options: Options<PutApiV1ConfigMetadataproviderByIdData, ThrowOnError>) => (options.client ?? client).put<PutApiV1ConfigMetadataproviderByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/config/metadataprovider/{id}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const getApiV1WantedMissing = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1WantedMissingData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1WantedMissingResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/wanted/missing',\n ...options\n});\n\nexport const getApiV1WantedMissingById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1WantedMissingByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1WantedMissingByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/wanted/missing/{id}',\n ...options\n});\n\nexport const getApiV1ConfigNaming = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1ConfigNamingData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1ConfigNamingResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/config/naming',\n ...options\n});\n\nexport const getApiV1ConfigNamingById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1ConfigNamingByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1ConfigNamingByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/config/naming/{id}',\n ...options\n});\n\nexport const putApiV1ConfigNamingById = <ThrowOnError extends boolean = false>(options: Options<PutApiV1ConfigNamingByIdData, ThrowOnError>) => (options.client ?? client).put<PutApiV1ConfigNamingByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/config/naming/{id}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const getApiV1ConfigNamingExamples = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1ConfigNamingExamplesData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1ConfigNamingExamplesResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/config/naming/examples',\n ...options\n});\n\nexport const getApiV1Notification = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1NotificationData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1NotificationResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/notification',\n ...options\n});\n\nexport const postApiV1Notification = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1NotificationData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1NotificationResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/notification',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const deleteApiV1NotificationById = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV1NotificationByIdData, ThrowOnError>) => (options.client ?? client).delete<DeleteApiV1NotificationByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/notification/{id}',\n ...options\n});\n\nexport const getApiV1NotificationById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1NotificationByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1NotificationByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/notification/{id}',\n ...options\n});\n\nexport const putApiV1NotificationById = <ThrowOnError extends boolean = false>(options: Options<PutApiV1NotificationByIdData, ThrowOnError>) => (options.client ?? client).put<PutApiV1NotificationByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/notification/{id}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const getApiV1NotificationSchema = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1NotificationSchemaData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1NotificationSchemaResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/notification/schema',\n ...options\n});\n\nexport const postApiV1NotificationTest = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1NotificationTestData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1NotificationTestResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/notification/test',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const postApiV1NotificationTestall = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1NotificationTestallData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1NotificationTestallResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/notification/testall',\n ...options\n});\n\nexport const postApiV1NotificationActionByName = <ThrowOnError extends boolean = false>(options: Options<PostApiV1NotificationActionByNameData, ThrowOnError>) => (options.client ?? client).post<PostApiV1NotificationActionByNameResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/notification/action/{name}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const getApiV1Parse = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1ParseData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1ParseResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/parse',\n ...options\n});\n\nexport const getPing = <ThrowOnError extends boolean = false>(options?: Options<GetPingData, ThrowOnError>) => (options?.client ?? client).get<GetPingResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/ping',\n ...options\n});\n\nexport const headPing = <ThrowOnError extends boolean = false>(options?: Options<HeadPingData, ThrowOnError>) => (options?.client ?? client).head<HeadPingResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/ping',\n ...options\n});\n\nexport const getApiV1QualitydefinitionById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1QualitydefinitionByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1QualitydefinitionByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/qualitydefinition/{id}',\n ...options\n});\n\nexport const putApiV1QualitydefinitionById = <ThrowOnError extends boolean = false>(options: Options<PutApiV1QualitydefinitionByIdData, ThrowOnError>) => (options.client ?? client).put<PutApiV1QualitydefinitionByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/qualitydefinition/{id}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const getApiV1Qualitydefinition = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1QualitydefinitionData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1QualitydefinitionResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/qualitydefinition',\n ...options\n});\n\nexport const putApiV1QualitydefinitionUpdate = <ThrowOnError extends boolean = false>(options?: Options<PutApiV1QualitydefinitionUpdateData, ThrowOnError>) => (options?.client ?? client).put<PutApiV1QualitydefinitionUpdateResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/qualitydefinition/update',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const getApiV1Qualityprofile = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1QualityprofileData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1QualityprofileResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/qualityprofile',\n ...options\n});\n\nexport const postApiV1Qualityprofile = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1QualityprofileData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1QualityprofileResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/qualityprofile',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const deleteApiV1QualityprofileById = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV1QualityprofileByIdData, ThrowOnError>) => (options.client ?? client).delete<DeleteApiV1QualityprofileByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/qualityprofile/{id}',\n ...options\n});\n\nexport const getApiV1QualityprofileById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1QualityprofileByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1QualityprofileByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/qualityprofile/{id}',\n ...options\n});\n\nexport const putApiV1QualityprofileById = <ThrowOnError extends boolean = false>(options: Options<PutApiV1QualityprofileByIdData, ThrowOnError>) => (options.client ?? client).put<PutApiV1QualityprofileByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/qualityprofile/{id}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const getApiV1QualityprofileSchema = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1QualityprofileSchemaData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1QualityprofileSchemaResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/qualityprofile/schema',\n ...options\n});\n\nexport const deleteApiV1QueueById = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV1QueueByIdData, ThrowOnError>) => (options.client ?? client).delete<DeleteApiV1QueueByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/queue/{id}',\n ...options\n});\n\nexport const deleteApiV1QueueBulk = <ThrowOnError extends boolean = false>(options?: Options<DeleteApiV1QueueBulkData, ThrowOnError>) => (options?.client ?? client).delete<DeleteApiV1QueueBulkResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/queue/bulk',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const getApiV1Queue = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1QueueData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1QueueResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/queue',\n ...options\n});\n\nexport const postApiV1QueueGrabById = <ThrowOnError extends boolean = false>(options: Options<PostApiV1QueueGrabByIdData, ThrowOnError>) => (options.client ?? client).post<PostApiV1QueueGrabByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/queue/grab/{id}',\n ...options\n});\n\nexport const postApiV1QueueGrabBulk = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1QueueGrabBulkData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1QueueGrabBulkResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/queue/grab/bulk',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const getApiV1QueueDetails = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1QueueDetailsData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1QueueDetailsResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/queue/details',\n ...options\n});\n\nexport const getApiV1QueueStatus = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1QueueStatusData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1QueueStatusResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/queue/status',\n ...options\n});\n\nexport const getApiV1Release = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1ReleaseData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1ReleaseResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/release',\n ...options\n});\n\nexport const postApiV1Release = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1ReleaseData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1ReleaseResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/release',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const getApiV1Releaseprofile = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1ReleaseprofileData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1ReleaseprofileResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/releaseprofile',\n ...options\n});\n\nexport const postApiV1Releaseprofile = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1ReleaseprofileData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1ReleaseprofileResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/releaseprofile',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const deleteApiV1ReleaseprofileById = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV1ReleaseprofileByIdData, ThrowOnError>) => (options.client ?? client).delete<DeleteApiV1ReleaseprofileByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/releaseprofile/{id}',\n ...options\n});\n\nexport const getApiV1ReleaseprofileById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1ReleaseprofileByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1ReleaseprofileByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/releaseprofile/{id}',\n ...options\n});\n\nexport const putApiV1ReleaseprofileById = <ThrowOnError extends boolean = false>(options: Options<PutApiV1ReleaseprofileByIdData, ThrowOnError>) => (options.client ?? client).put<PutApiV1ReleaseprofileByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/releaseprofile/{id}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const postApiV1ReleasePush = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1ReleasePushData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1ReleasePushResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/release/push',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const getApiV1Remotepathmapping = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1RemotepathmappingData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1RemotepathmappingResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/remotepathmapping',\n ...options\n});\n\nexport const postApiV1Remotepathmapping = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1RemotepathmappingData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1RemotepathmappingResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/remotepathmapping',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const deleteApiV1RemotepathmappingById = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV1RemotepathmappingByIdData, ThrowOnError>) => (options.client ?? client).delete<DeleteApiV1RemotepathmappingByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/remotepathmapping/{id}',\n ...options\n});\n\nexport const getApiV1RemotepathmappingById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1RemotepathmappingByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1RemotepathmappingByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/remotepathmapping/{id}',\n ...options\n});\n\nexport const putApiV1RemotepathmappingById = <ThrowOnError extends boolean = false>(options: Options<PutApiV1RemotepathmappingByIdData, ThrowOnError>) => (options.client ?? client).put<PutApiV1RemotepathmappingByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/remotepathmapping/{id}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const getApiV1Rename = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1RenameData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1RenameResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/rename',\n ...options\n});\n\nexport const getApiV1Retag = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1RetagData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1RetagResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/retag',\n ...options\n});\n\nexport const getApiV1Rootfolder = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1RootfolderData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1RootfolderResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/rootfolder',\n ...options\n});\n\nexport const postApiV1Rootfolder = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1RootfolderData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1RootfolderResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/rootfolder',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const deleteApiV1RootfolderById = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV1RootfolderByIdData, ThrowOnError>) => (options.client ?? client).delete<DeleteApiV1RootfolderByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/rootfolder/{id}',\n ...options\n});\n\nexport const getApiV1RootfolderById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1RootfolderByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1RootfolderByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/rootfolder/{id}',\n ...options\n});\n\nexport const putApiV1RootfolderById = <ThrowOnError extends boolean = false>(options: Options<PutApiV1RootfolderByIdData, ThrowOnError>) => (options.client ?? client).put<PutApiV1RootfolderByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/rootfolder/{id}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const getApiV1Search = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1SearchData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1SearchResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/search',\n ...options\n});\n\nexport const getApiV1Series = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1SeriesData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1SeriesResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/series',\n ...options\n});\n\nexport const getContentByPath = <ThrowOnError extends boolean = false>(options: Options<GetContentByPathData, ThrowOnError>) => (options.client ?? client).get<GetContentByPathResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/content/{path}',\n ...options\n});\n\nexport const get = <ThrowOnError extends boolean = false>(options: Options<GetData, ThrowOnError>) => (options.client ?? client).get<GetResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/',\n ...options\n});\n\nexport const getByPath = <ThrowOnError extends boolean = false>(options: Options<GetByPathData, ThrowOnError>) => (options.client ?? client).get<GetByPathResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/{path}',\n ...options\n});\n\nexport const getApiV1SystemStatus = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1SystemStatusData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1SystemStatusResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/system/status',\n ...options\n});\n\nexport const getApiV1SystemRoutes = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1SystemRoutesData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1SystemRoutesResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/system/routes',\n ...options\n});\n\nexport const getApiV1SystemRoutesDuplicate = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1SystemRoutesDuplicateData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1SystemRoutesDuplicateResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/system/routes/duplicate',\n ...options\n});\n\nexport const postApiV1SystemShutdown = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1SystemShutdownData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1SystemShutdownResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/system/shutdown',\n ...options\n});\n\nexport const postApiV1SystemRestart = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1SystemRestartData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1SystemRestartResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/system/restart',\n ...options\n});\n\nexport const getApiV1Tag = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1TagData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1TagResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/tag',\n ...options\n});\n\nexport const postApiV1Tag = <ThrowOnError extends boolean = false>(options?: Options<PostApiV1TagData, ThrowOnError>) => (options?.client ?? client).post<PostApiV1TagResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/tag',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options?.headers\n }\n});\n\nexport const deleteApiV1TagById = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV1TagByIdData, ThrowOnError>) => (options.client ?? client).delete<DeleteApiV1TagByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/tag/{id}',\n ...options\n});\n\nexport const getApiV1TagById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1TagByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1TagByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/tag/{id}',\n ...options\n});\n\nexport const putApiV1TagById = <ThrowOnError extends boolean = false>(options: Options<PutApiV1TagByIdData, ThrowOnError>) => (options.client ?? client).put<PutApiV1TagByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/tag/{id}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const getApiV1TagDetail = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1TagDetailData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1TagDetailResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/tag/detail',\n ...options\n});\n\nexport const getApiV1TagDetailById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1TagDetailByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1TagDetailByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/tag/detail/{id}',\n ...options\n});\n\nexport const getApiV1SystemTask = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1SystemTaskData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1SystemTaskResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/system/task',\n ...options\n});\n\nexport const getApiV1SystemTaskById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1SystemTaskByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1SystemTaskByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/system/task/{id}',\n ...options\n});\n\nexport const getApiV1ConfigUiById = <ThrowOnError extends boolean = false>(options: Options<GetApiV1ConfigUiByIdData, ThrowOnError>) => (options.client ?? client).get<GetApiV1ConfigUiByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/config/ui/{id}',\n ...options\n});\n\nexport const putApiV1ConfigUiById = <ThrowOnError extends boolean = false>(options: Options<PutApiV1ConfigUiByIdData, ThrowOnError>) => (options.client ?? client).put<PutApiV1ConfigUiByIdResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/config/ui/{id}',\n ...options,\n headers: {\n 'Content-Type': 'application/json',\n ...options.headers\n }\n});\n\nexport const getApiV1ConfigUi = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1ConfigUiData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1ConfigUiResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/config/ui',\n ...options\n});\n\nexport const getApiV1Update = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1UpdateData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1UpdateResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/update',\n ...options\n});\n\nexport const getApiV1LogFileUpdate = <ThrowOnError extends boolean = false>(options?: Options<GetApiV1LogFileUpdateData, ThrowOnError>) => (options?.client ?? client).get<GetApiV1LogFileUpdateResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/log/file/update',\n ...options\n});\n\nexport const getApiV1LogFileUpdateByFilename = <ThrowOnError extends boolean = false>(options: Options<GetApiV1LogFileUpdateByFilenameData, ThrowOnError>) => (options.client ?? client).get<GetApiV1LogFileUpdateByFilenameResponses, unknown, ThrowOnError>({\n security: [{ name: 'X-Api-Key', type: 'apiKey' }, {\n in: 'query',\n name: 'apikey',\n type: 'apiKey'\n }],\n url: '/api/v1/log/file/update/{filename}',\n ...options\n});\n",
|
|
18
|
+
"import { ServarrBaseClient, type ServarrOps } from '../clients/base';\nimport type { ServarrClientConfig } from '../core/types';\nimport { client as readarrClient } from '../generated/readarr/client.gen';\nimport * as ReadarrApi from '../generated/readarr/index';\nimport type {\n AuthorResourceWritable,\n BookFileListResource,\n BookFileResourceWritable,\n BookResource,\n CustomFormatResource,\n DevelopmentConfigResource,\n ImportListResource,\n MediaManagementConfigResource,\n MetadataProviderConfigResource,\n NamingConfigResource,\n QualityProfileResource,\n} from '../generated/readarr/types.gen';\n\n/**\n * Readarr API client for book management\n *\n * @example\n * ```typescript\n * const readarr = new ReadarrClient({\n * baseUrl: 'http://localhost:8787',\n * apiKey: 'your-api-key'\n * });\n *\n * const authors = await readarr.getAuthors();\n * ```\n */\nexport class ReadarrClient extends ServarrBaseClient {\n protected readonly ops: ServarrOps = {\n // System\n getSystemStatus: ReadarrApi.getApiV1SystemStatus,\n getHealth: ReadarrApi.getApiV1Health,\n\n // Tags\n getTags: ReadarrApi.getApiV1Tag,\n createTag: ReadarrApi.postApiV1Tag,\n getTagById: ReadarrApi.getApiV1TagById,\n updateTagById: ReadarrApi.putApiV1TagById,\n deleteTagById: ReadarrApi.deleteApiV1TagById,\n getTagDetails: ReadarrApi.getApiV1TagDetail,\n getTagDetailById: ReadarrApi.getApiV1TagDetailById,\n\n // Notifications\n getNotifications: ReadarrApi.getApiV1Notification,\n createNotification: ReadarrApi.postApiV1Notification,\n getNotificationById: ReadarrApi.getApiV1NotificationById,\n updateNotificationById: ReadarrApi.putApiV1NotificationById,\n deleteNotificationById: ReadarrApi.deleteApiV1NotificationById,\n getNotificationSchema: ReadarrApi.getApiV1NotificationSchema,\n testNotification: ReadarrApi.postApiV1NotificationTest,\n testAllNotifications: ReadarrApi.postApiV1NotificationTestall,\n\n // Download Clients\n getDownloadClients: ReadarrApi.getApiV1Downloadclient,\n createDownloadClient: ReadarrApi.postApiV1Downloadclient,\n getDownloadClientById: ReadarrApi.getApiV1DownloadclientById,\n updateDownloadClientById: ReadarrApi.putApiV1DownloadclientById,\n deleteDownloadClientById: ReadarrApi.deleteApiV1DownloadclientById,\n getDownloadClientSchema: ReadarrApi.getApiV1DownloadclientSchema,\n testDownloadClient: ReadarrApi.postApiV1DownloadclientTest,\n testAllDownloadClients: ReadarrApi.postApiV1DownloadclientTestall,\n\n // Indexers\n getIndexers: ReadarrApi.getApiV1Indexer,\n createIndexer: ReadarrApi.postApiV1Indexer,\n getIndexerById: ReadarrApi.getApiV1IndexerById,\n updateIndexerById: ReadarrApi.putApiV1IndexerById,\n deleteIndexerById: ReadarrApi.deleteApiV1IndexerById,\n getIndexerSchema: ReadarrApi.getApiV1IndexerSchema,\n testIndexer: ReadarrApi.postApiV1IndexerTest,\n testAllIndexers: ReadarrApi.postApiV1IndexerTestall,\n\n // System Admin\n restartSystem: ReadarrApi.postApiV1SystemRestart,\n shutdownSystem: ReadarrApi.postApiV1SystemShutdown,\n getBackups: ReadarrApi.getApiV1SystemBackup,\n deleteBackup: ReadarrApi.deleteApiV1SystemBackupById,\n restoreBackup: ReadarrApi.postApiV1SystemBackupRestoreById,\n uploadBackup: ReadarrApi.postApiV1SystemBackupRestoreUpload,\n getLogFiles: ReadarrApi.getApiV1LogFile,\n getLogFileByName: ReadarrApi.getApiV1LogFileByFilename,\n\n // Commands\n runCommand: ReadarrApi.postApiV1Command,\n getCommands: ReadarrApi.getApiV1Command,\n\n // Host Config\n getHostConfig: ReadarrApi.getApiV1ConfigHost,\n getHostConfigById: ReadarrApi.getApiV1ConfigHostById,\n updateHostConfig: ReadarrApi.putApiV1ConfigHostById,\n\n // UI Config\n getUiConfig: ReadarrApi.getApiV1ConfigUi,\n getUiConfigById: ReadarrApi.getApiV1ConfigUiById,\n updateUiConfig: ReadarrApi.putApiV1ConfigUiById,\n };\n\n constructor(config: ServarrClientConfig) {\n super(config, readarrClient);\n }\n\n // Author APIs\n\n /**\n * Get all authors in the library\n */\n async getAuthors() {\n return ReadarrApi.getApiV1Author();\n }\n\n async getAuthor(id: number) {\n return ReadarrApi.getApiV1AuthorById({ path: { id } });\n }\n\n async addAuthor(author: AuthorResourceWritable) {\n return ReadarrApi.postApiV1Author({ body: author });\n }\n\n async updateAuthor(id: number, author: AuthorResourceWritable) {\n return ReadarrApi.putApiV1AuthorById({ path: { id: String(id) }, body: author });\n }\n\n async deleteAuthor(id: number) {\n return ReadarrApi.deleteApiV1AuthorById({ path: { id } });\n }\n\n // Book APIs\n async getBooks() {\n return ReadarrApi.getApiV1Book();\n }\n\n async getBook(id: number) {\n return ReadarrApi.getApiV1BookById({ path: { id } });\n }\n\n // Search APIs\n\n /**\n * Search for authors using Goodreads database\n */\n async searchAuthors(term: string) {\n return ReadarrApi.getApiV1AuthorLookup({ query: { term } });\n }\n\n // Root folder APIs\n async getRootFolders() {\n return ReadarrApi.getApiV1Rootfolder();\n }\n\n async addRootFolder(path: string) {\n return ReadarrApi.postApiV1Rootfolder({\n body: { path },\n });\n }\n\n async deleteRootFolder(id: number) {\n return ReadarrApi.deleteApiV1RootfolderById({ path: { id } });\n }\n\n // Configuration Management APIs\n\n /**\n * Get naming configuration settings\n */\n async getNamingConfig() {\n return ReadarrApi.getApiV1ConfigNaming();\n }\n\n /**\n * Get naming configuration by ID\n */\n async getNamingConfigById(id: number) {\n return ReadarrApi.getApiV1ConfigNamingById({ path: { id } });\n }\n\n /**\n * Update naming configuration\n */\n async updateNamingConfig(id: number, config: NamingConfigResource) {\n return ReadarrApi.putApiV1ConfigNamingById({ path: { id: String(id) }, body: config });\n }\n\n /**\n * Get naming configuration examples\n */\n async getNamingConfigExamples() {\n return ReadarrApi.getApiV1ConfigNamingExamples();\n }\n\n /**\n * Get media management configuration settings\n */\n async getMediaManagementConfig() {\n return ReadarrApi.getApiV1ConfigMediamanagement();\n }\n\n /**\n * Get media management configuration by ID\n */\n async getMediaManagementConfigById(id: number) {\n return ReadarrApi.getApiV1ConfigMediamanagementById({ path: { id } });\n }\n\n /**\n * Update media management configuration\n */\n async updateMediaManagementConfig(id: number, config: MediaManagementConfigResource) {\n return ReadarrApi.putApiV1ConfigMediamanagementById({ path: { id: String(id) }, body: config });\n }\n\n /**\n * Get development configuration settings\n */\n async getDevelopmentConfig() {\n return ReadarrApi.getApiV1ConfigDevelopment();\n }\n\n /**\n * Get development configuration by ID\n */\n async getDevelopmentConfigById(id: number) {\n return ReadarrApi.getApiV1ConfigDevelopmentById({ path: { id } });\n }\n\n /**\n * Update development configuration\n */\n async updateDevelopmentConfig(id: number, config: DevelopmentConfigResource) {\n return ReadarrApi.putApiV1ConfigDevelopmentById({ path: { id: String(id) }, body: config });\n }\n\n /**\n * Get metadata provider configuration settings\n */\n async getMetadataProviderConfig() {\n return ReadarrApi.getApiV1ConfigMetadataprovider();\n }\n\n /**\n * Get metadata provider configuration by ID\n */\n async getMetadataProviderConfigById(id: number) {\n return ReadarrApi.getApiV1ConfigMetadataproviderById({ path: { id } });\n }\n\n /**\n * Update metadata provider configuration\n */\n async updateMetadataProviderConfig(id: number, config: MetadataProviderConfigResource) {\n return ReadarrApi.putApiV1ConfigMetadataproviderById({\n path: { id: String(id) },\n body: config,\n });\n }\n\n /**\n * Get system logs\n */\n async getSystemLogs() {\n return ReadarrApi.getApiV1Log();\n }\n\n /**\n * Get disk space information\n */\n async getDiskSpace() {\n return ReadarrApi.getApiV1Diskspace();\n }\n\n // Book Management APIs (Enhanced)\n\n /**\n * Add a new book\n */\n async addBook(book: BookResource) {\n return ReadarrApi.postApiV1Book({ body: book as never });\n }\n\n /**\n * Update an existing book\n */\n async updateBook(id: number, book: BookResource) {\n return ReadarrApi.putApiV1BookById({ path: { id: String(id) }, body: book as never });\n }\n\n /**\n * Delete a book\n */\n async deleteBook(id: number) {\n return ReadarrApi.deleteApiV1BookById({ path: { id } });\n }\n\n /**\n * Search for books\n */\n async searchBooks(term: string) {\n return ReadarrApi.getApiV1BookLookup({ query: { term } });\n }\n\n // Calendar APIs\n async getCalendar(start?: string, end?: string, unmonitored?: boolean) {\n const query: Record<string, any> = { includeAuthor: true };\n if (start) query.start = start;\n if (end) query.end = end;\n if (unmonitored !== undefined) query.unmonitored = unmonitored;\n\n return ReadarrApi.getApiV1Calendar(Object.keys(query).length > 0 ? { query } : {});\n }\n\n async getCalendarFeed(pastDays?: number, futureDays?: number, tagList?: string) {\n const query: Record<string, any> = {};\n if (pastDays !== undefined) query.pastDays = pastDays;\n if (futureDays !== undefined) query.futureDays = futureDays;\n if (tagList) query.tagList = tagList;\n\n return ReadarrApi.getFeedV1CalendarReadarrIcs(Object.keys(query).length > 0 ? { query } : {});\n }\n\n // Book File APIs\n\n /**\n * Get book files by author, book, or specific file IDs\n */\n async getBookFiles(\n authorId?: number,\n bookFileIds?: number[],\n bookId?: number[],\n unmapped?: boolean\n ) {\n const query: Record<string, any> = {};\n if (authorId !== undefined) query.authorId = authorId;\n if (bookFileIds !== undefined) query.bookFileIds = bookFileIds;\n if (bookId !== undefined) query.bookId = bookId;\n if (unmapped !== undefined) query.unmapped = unmapped;\n\n return ReadarrApi.getApiV1Bookfile(Object.keys(query).length > 0 ? { query } : {});\n }\n\n /**\n * Get a specific book file by ID\n */\n async getBookFile(id: number) {\n return ReadarrApi.getApiV1BookfileById({ path: { id } });\n }\n\n /**\n * Update a book file\n */\n async updateBookFile(id: string, bookFile: BookFileResourceWritable) {\n return ReadarrApi.putApiV1BookfileById({ path: { id }, body: bookFile });\n }\n\n /**\n * Delete a book file from disk\n */\n async deleteBookFile(id: number) {\n return ReadarrApi.deleteApiV1BookfileById({ path: { id } });\n }\n\n /**\n * Bulk update book files using the editor endpoint\n */\n async updateBookFilesEditor(bookFileList: BookFileListResource) {\n return ReadarrApi.putApiV1BookfileEditor({ body: bookFileList });\n }\n\n /**\n * Bulk delete book files\n */\n async deleteBookFilesBulk(bookFileList: BookFileListResource) {\n return ReadarrApi.deleteApiV1BookfileBulk({ body: bookFileList });\n }\n\n // Quality Profile APIs\n\n /**\n * Get all quality profiles\n */\n async getQualityProfiles() {\n return ReadarrApi.getApiV1Qualityprofile();\n }\n\n /**\n * Get a specific quality profile by ID\n */\n async getQualityProfile(id: number) {\n return ReadarrApi.getApiV1QualityprofileById({ path: { id } });\n }\n\n /**\n * Create a new quality profile\n */\n async addQualityProfile(profile: QualityProfileResource) {\n return ReadarrApi.postApiV1Qualityprofile({ body: profile });\n }\n\n /**\n * Update an existing quality profile\n */\n async updateQualityProfile(id: number, profile: QualityProfileResource) {\n return ReadarrApi.putApiV1QualityprofileById({ path: { id: String(id) }, body: profile });\n }\n\n /**\n * Delete a quality profile\n */\n async deleteQualityProfile(id: number) {\n return ReadarrApi.deleteApiV1QualityprofileById({ path: { id } });\n }\n\n /**\n * Get quality profile schema\n */\n async getQualityProfileSchema() {\n return ReadarrApi.getApiV1QualityprofileSchema();\n }\n\n // Custom Format APIs\n\n /**\n * Get all custom formats\n */\n async getCustomFormats() {\n return ReadarrApi.getApiV1Customformat();\n }\n\n /**\n * Get a specific custom format by ID\n */\n async getCustomFormat(id: number) {\n return ReadarrApi.getApiV1CustomformatById({ path: { id } });\n }\n\n /**\n * Create a new custom format\n */\n async addCustomFormat(format: CustomFormatResource) {\n return ReadarrApi.postApiV1Customformat({ body: format });\n }\n\n /**\n * Update an existing custom format\n */\n async updateCustomFormat(id: number, format: CustomFormatResource) {\n return ReadarrApi.putApiV1CustomformatById({ path: { id: String(id) }, body: format });\n }\n\n /**\n * Delete a custom format\n */\n async deleteCustomFormat(id: number) {\n return ReadarrApi.deleteApiV1CustomformatById({ path: { id } });\n }\n\n /**\n * Get custom format schema\n */\n async getCustomFormatSchema() {\n return ReadarrApi.getApiV1CustomformatSchema();\n }\n\n // Import List APIs\n\n /**\n * Get all import lists\n */\n async getImportLists() {\n return ReadarrApi.getApiV1Importlist();\n }\n\n /**\n * Get a specific import list by ID\n */\n async getImportList(id: number) {\n return ReadarrApi.getApiV1ImportlistById({ path: { id } });\n }\n\n /**\n * Add a new import list\n */\n async addImportList(importList: ImportListResource) {\n return ReadarrApi.postApiV1Importlist({ body: importList });\n }\n\n /**\n * Update an existing import list\n */\n async updateImportList(id: number, importList: ImportListResource) {\n return ReadarrApi.putApiV1ImportlistById({ path: { id: String(id) }, body: importList });\n }\n\n /**\n * Delete an import list\n */\n async deleteImportList(id: number) {\n return ReadarrApi.deleteApiV1ImportlistById({ path: { id } });\n }\n\n /**\n * Get import list schema for available list types\n */\n async getImportListSchema() {\n return ReadarrApi.getApiV1ImportlistSchema();\n }\n\n /**\n * Test an import list configuration\n */\n async testImportList(importList: ImportListResource) {\n return ReadarrApi.postApiV1ImportlistTest({ body: importList });\n }\n\n /**\n * Test all import lists\n */\n async testAllImportLists() {\n return ReadarrApi.postApiV1ImportlistTestall();\n }\n\n // History APIs\n\n /**\n * Get activity history\n */\n async getHistory(\n page?: number,\n pageSize?: number,\n sortKey?: string,\n sortDirection?: string,\n authorId?: number,\n downloadId?: string\n ) {\n const query: Record<string, any> = {};\n if (page !== undefined) query.page = page;\n if (pageSize !== undefined) query.pageSize = pageSize;\n if (sortKey) query.sortKey = sortKey;\n if (sortDirection) query.sortDirection = sortDirection;\n if (authorId !== undefined) query.authorId = authorId;\n if (downloadId) query.downloadId = downloadId;\n\n return ReadarrApi.getApiV1History(Object.keys(query).length > 0 ? { query } : {});\n }\n\n /**\n * Get history since a specific date\n */\n async getHistorySince(date: string, authorId?: number) {\n const query: any = { date };\n if (authorId !== undefined) query.authorId = authorId;\n\n return ReadarrApi.getApiV1HistorySince({ query });\n }\n\n /**\n * Get history for a specific author\n */\n async getAuthorHistory(authorId: number, bookId?: number, eventType?: any) {\n const query: any = { authorId };\n if (bookId !== undefined) query.bookId = bookId;\n if (eventType !== undefined) query.eventType = eventType;\n\n return ReadarrApi.getApiV1HistoryAuthor({ query });\n }\n\n /**\n * Mark a failed download as failed in history\n */\n async markHistoryItemFailed(id: number) {\n return ReadarrApi.postApiV1HistoryFailedById({ path: { id } });\n }\n\n // Queue APIs\n\n /**\n * Get download queue\n */\n async getQueue(\n page?: number,\n pageSize?: number,\n sortKey?: string,\n sortDirection?: string,\n includeUnknownAuthorItems?: boolean\n ) {\n const query: Record<string, any> = {};\n if (page !== undefined) query.page = page;\n if (pageSize !== undefined) query.pageSize = pageSize;\n if (sortKey) query.sortKey = sortKey;\n if (sortDirection) query.sortDirection = sortDirection;\n if (includeUnknownAuthorItems !== undefined)\n query.includeUnknownAuthorItems = includeUnknownAuthorItems;\n\n return ReadarrApi.getApiV1Queue(Object.keys(query).length > 0 ? { query } : {});\n }\n\n /**\n * Remove an item from the download queue\n */\n async removeQueueItem(id: number, removeFromClient?: boolean, blocklist?: boolean) {\n const query: Record<string, any> = {};\n if (removeFromClient !== undefined) query.removeFromClient = removeFromClient;\n if (blocklist !== undefined) query.blocklist = blocklist;\n\n return ReadarrApi.deleteApiV1QueueById({\n path: { id },\n ...(Object.keys(query).length > 0 ? { query } : {}),\n });\n }\n\n /**\n * Bulk remove items from the download queue\n */\n async removeQueueItemsBulk(ids: number[], removeFromClient?: boolean, blocklist?: boolean) {\n const query: Record<string, any> = {};\n if (removeFromClient !== undefined) query.removeFromClient = removeFromClient;\n if (blocklist !== undefined) query.blocklist = blocklist;\n\n return ReadarrApi.deleteApiV1QueueBulk({\n body: { ids },\n ...(Object.keys(query).length > 0 ? { query } : {}),\n });\n }\n\n /**\n * Force grab a queue item\n */\n async grabQueueItem(id: number) {\n return ReadarrApi.postApiV1QueueGrabById({ path: { id } });\n }\n\n /**\n * Force grab multiple queue items\n */\n async grabQueueItemsBulk(ids: number[]) {\n return ReadarrApi.postApiV1QueueGrabBulk({ body: { ids } });\n }\n\n /**\n * Get detailed queue information\n */\n async getQueueDetails(authorId?: number, includeUnknownAuthorItems?: boolean) {\n const query: Record<string, any> = {};\n if (authorId !== undefined) query.authorId = authorId;\n if (includeUnknownAuthorItems !== undefined)\n query.includeUnknownAuthorItems = includeUnknownAuthorItems;\n\n return ReadarrApi.getApiV1QueueDetails(Object.keys(query).length > 0 ? { query } : {});\n }\n\n /**\n * Get queue status summary\n */\n async getQueueStatus() {\n return ReadarrApi.getApiV1QueueStatus();\n }\n\n // Blocklist APIs\n\n /**\n * Get blocked releases\n */\n async getBlocklist(page?: number, pageSize?: number, sortKey?: string, sortDirection?: string) {\n const query: Record<string, any> = {};\n if (page !== undefined) query.page = page;\n if (pageSize !== undefined) query.pageSize = pageSize;\n if (sortKey) query.sortKey = sortKey;\n if (sortDirection) query.sortDirection = sortDirection;\n\n return ReadarrApi.getApiV1Blocklist(Object.keys(query).length > 0 ? { query } : {});\n }\n\n /**\n * Remove a release from the blocklist\n */\n async removeBlocklistItem(id: number) {\n return ReadarrApi.deleteApiV1BlocklistById({ path: { id } });\n }\n\n /**\n * Bulk remove releases from the blocklist\n */\n async removeBlocklistItemsBulk(ids: number[]) {\n return ReadarrApi.deleteApiV1BlocklistBulk({ body: { ids } });\n }\n\n /**\n * Get books with missing files\n */\n async getWantedMissing(\n page?: number,\n pageSize?: number,\n sortKey?: string,\n sortDirection?: string,\n monitored?: boolean\n ) {\n const query: Record<string, any> = { includeAuthor: true };\n if (page !== undefined) query.page = page;\n if (pageSize !== undefined) query.pageSize = pageSize;\n if (sortKey) query.sortKey = sortKey;\n if (sortDirection) query.sortDirection = sortDirection;\n if (monitored !== undefined) query.monitored = monitored;\n\n return ReadarrApi.getApiV1WantedMissing(Object.keys(query).length > 0 ? { query } : {});\n }\n\n /**\n * Get books below cutoff quality\n */\n async getWantedCutoff(\n page?: number,\n pageSize?: number,\n sortKey?: string,\n sortDirection?: string,\n monitored?: boolean\n ) {\n const query: Record<string, any> = { includeAuthor: true };\n if (page !== undefined) query.page = page;\n if (pageSize !== undefined) query.pageSize = pageSize;\n if (sortKey) query.sortKey = sortKey;\n if (sortDirection) query.sortDirection = sortDirection;\n if (monitored !== undefined) query.monitored = monitored;\n\n return ReadarrApi.getApiV1WantedCutoff(Object.keys(query).length > 0 ? { query } : {});\n }\n}\n\n// Re-export types for external consumption\nexport * from './readarr-types.js';\n"
|
|
19
|
+
],
|
|
20
|
+
"mappings": "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",
|
|
21
|
+
"debugId": "4AA56440AFE4B31E64756E2164756E21",
|
|
22
|
+
"names": []
|
|
23
|
+
}
|