tsarr 1.1.1 → 1.1.2

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.
Files changed (69) hide show
  1. package/dist/clients/lidarr.d.ts +373 -0
  2. package/dist/clients/lidarr.d.ts.map +1 -0
  3. package/dist/clients/prowlarr.d.ts +143 -0
  4. package/dist/clients/prowlarr.d.ts.map +1 -0
  5. package/dist/clients/radarr.d.ts +1007 -0
  6. package/dist/clients/radarr.d.ts.map +1 -0
  7. package/dist/clients/readarr.d.ts +173 -0
  8. package/dist/clients/readarr.d.ts.map +1 -0
  9. package/dist/clients/sonarr.d.ts +181 -0
  10. package/dist/clients/sonarr.d.ts.map +1 -0
  11. package/dist/core/client.d.ts +17 -0
  12. package/dist/core/client.d.ts.map +1 -0
  13. package/dist/core/errors.d.ts +19 -0
  14. package/dist/core/errors.d.ts.map +1 -0
  15. package/dist/core/index.d.ts +5 -0
  16. package/dist/core/index.d.ts.map +1 -0
  17. package/dist/core/response.d.ts +13 -0
  18. package/dist/core/response.d.ts.map +1 -0
  19. package/dist/core/types.d.ts +12 -0
  20. package/dist/core/types.d.ts.map +1 -0
  21. package/dist/generated/lidarr/index.d.ts +4 -0
  22. package/dist/generated/lidarr/index.d.ts.map +1 -0
  23. package/dist/generated/lidarr/schemas.gen.d.ts +4584 -0
  24. package/dist/generated/lidarr/schemas.gen.d.ts.map +1 -0
  25. package/dist/generated/lidarr/services.gen.d.ts +242 -0
  26. package/dist/generated/lidarr/services.gen.d.ts.map +1 -0
  27. package/dist/generated/lidarr/types.gen.d.ts +2618 -0
  28. package/dist/generated/lidarr/types.gen.d.ts.map +1 -0
  29. package/dist/generated/prowlarr/index.d.ts +4 -0
  30. package/dist/generated/prowlarr/index.d.ts.map +1 -0
  31. package/dist/generated/prowlarr/schemas.gen.d.ts +2151 -0
  32. package/dist/generated/prowlarr/schemas.gen.d.ts.map +1 -0
  33. package/dist/generated/prowlarr/services.gen.d.ts +135 -0
  34. package/dist/generated/prowlarr/services.gen.d.ts.map +1 -0
  35. package/dist/generated/prowlarr/types.gen.d.ts +1339 -0
  36. package/dist/generated/prowlarr/types.gen.d.ts.map +1 -0
  37. package/dist/generated/radarr/index.d.ts +4 -0
  38. package/dist/generated/radarr/index.d.ts.map +1 -0
  39. package/dist/generated/radarr/schemas.gen.d.ts +4402 -0
  40. package/dist/generated/radarr/schemas.gen.d.ts.map +1 -0
  41. package/dist/generated/radarr/services.gen.d.ts +250 -0
  42. package/dist/generated/radarr/services.gen.d.ts.map +1 -0
  43. package/dist/generated/radarr/types.gen.d.ts +2547 -0
  44. package/dist/generated/radarr/types.gen.d.ts.map +1 -0
  45. package/dist/generated/readarr/index.d.ts +4 -0
  46. package/dist/generated/readarr/index.d.ts.map +1 -0
  47. package/dist/generated/readarr/schemas.gen.d.ts +5250 -0
  48. package/dist/generated/readarr/schemas.gen.d.ts.map +1 -0
  49. package/dist/generated/readarr/services.gen.d.ts +240 -0
  50. package/dist/generated/readarr/services.gen.d.ts.map +1 -0
  51. package/dist/generated/readarr/types.gen.d.ts +2770 -0
  52. package/dist/generated/readarr/types.gen.d.ts.map +1 -0
  53. package/dist/generated/sonarr/index.d.ts +4 -0
  54. package/dist/generated/sonarr/index.d.ts.map +1 -0
  55. package/dist/generated/sonarr/schemas.gen.d.ts +612 -0
  56. package/dist/generated/sonarr/schemas.gen.d.ts.map +1 -0
  57. package/dist/generated/sonarr/services.gen.d.ts +27 -0
  58. package/dist/generated/sonarr/services.gen.d.ts.map +1 -0
  59. package/dist/generated/sonarr/types.gen.d.ts +282 -0
  60. package/dist/generated/sonarr/types.gen.d.ts.map +1 -0
  61. package/dist/index.d.ts +13 -0
  62. package/dist/index.d.ts.map +1 -0
  63. package/dist/radarr/index.d.ts +2 -0
  64. package/dist/radarr/index.d.ts.map +1 -0
  65. package/dist/sonarr/index.d.ts +2 -0
  66. package/dist/sonarr/index.d.ts.map +1 -0
  67. package/dist/tsarr-1.1.2.tgz +0 -0
  68. package/package.json +2 -2
  69. package/dist/tsarr-1.1.1.tgz +0 -0
@@ -0,0 +1,1339 @@
1
+ export type ApiInfoResource = {
2
+ current?: (string) | null;
3
+ deprecated?: Array<(string)> | null;
4
+ };
5
+ export type ApplicationBulkResource = {
6
+ ids?: Array<(number)> | null;
7
+ tags?: Array<(number)> | null;
8
+ applyTags?: ApplyTags;
9
+ syncLevel?: ApplicationSyncLevel;
10
+ };
11
+ export type ApplicationResource = {
12
+ id?: number;
13
+ name?: (string) | null;
14
+ fields?: Array<Field> | null;
15
+ implementationName?: (string) | null;
16
+ implementation?: (string) | null;
17
+ configContract?: (string) | null;
18
+ infoLink?: (string) | null;
19
+ message?: ProviderMessage;
20
+ tags?: Array<(number)> | null;
21
+ presets?: Array<ApplicationResource> | null;
22
+ syncLevel?: ApplicationSyncLevel;
23
+ testCommand?: (string) | null;
24
+ };
25
+ export type ApplicationSyncLevel = 'disabled' | 'addOnly' | 'fullSync';
26
+ export type ApplyTags = 'add' | 'remove' | 'replace';
27
+ export type AppProfileResource = {
28
+ id?: number;
29
+ name?: (string) | null;
30
+ enableRss?: boolean;
31
+ enableAutomaticSearch?: boolean;
32
+ enableInteractiveSearch?: boolean;
33
+ minimumSeeders?: number;
34
+ };
35
+ export type AuthenticationRequiredType = 'enabled' | 'disabledForLocalAddresses';
36
+ export type AuthenticationType = 'none' | 'basic' | 'forms' | 'external';
37
+ export type BackupResource = {
38
+ id?: number;
39
+ name?: (string) | null;
40
+ path?: (string) | null;
41
+ type?: BackupType;
42
+ size?: number;
43
+ time?: string;
44
+ };
45
+ export type BackupType = 'scheduled' | 'manual' | 'update';
46
+ export type BookSearchParam = 'q' | 'title' | 'author' | 'publisher' | 'genre' | 'year';
47
+ export type CertificateValidationType = 'enabled' | 'disabledForLocalAddresses' | 'disabled';
48
+ export type Command = {
49
+ sendUpdatesToClient?: boolean;
50
+ readonly updateScheduledTask?: boolean;
51
+ readonly completionMessage?: (string) | null;
52
+ readonly requiresDiskAccess?: boolean;
53
+ readonly isExclusive?: boolean;
54
+ readonly isTypeExclusive?: boolean;
55
+ readonly name?: (string) | null;
56
+ lastExecutionTime?: (string) | null;
57
+ lastStartTime?: (string) | null;
58
+ trigger?: CommandTrigger;
59
+ suppressMessages?: boolean;
60
+ clientUserAgent?: (string) | null;
61
+ };
62
+ export type CommandPriority = 'normal' | 'high' | 'low';
63
+ export type CommandResource = {
64
+ id?: number;
65
+ name?: (string) | null;
66
+ commandName?: (string) | null;
67
+ message?: (string) | null;
68
+ body?: Command;
69
+ priority?: CommandPriority;
70
+ status?: CommandStatus;
71
+ queued?: string;
72
+ started?: (string) | null;
73
+ ended?: (string) | null;
74
+ duration?: (string) | null;
75
+ exception?: (string) | null;
76
+ trigger?: CommandTrigger;
77
+ clientUserAgent?: (string) | null;
78
+ stateChangeTime?: (string) | null;
79
+ sendUpdatesToClient?: boolean;
80
+ updateScheduledTask?: boolean;
81
+ lastExecutionTime?: (string) | null;
82
+ };
83
+ export type CommandStatus = 'queued' | 'started' | 'completed' | 'failed' | 'aborted' | 'cancelled' | 'orphaned';
84
+ export type CommandTrigger = 'unspecified' | 'manual' | 'scheduled';
85
+ export type CustomFilterResource = {
86
+ id?: number;
87
+ type?: (string) | null;
88
+ label?: (string) | null;
89
+ filters?: Array<{
90
+ [key: string]: unknown;
91
+ }> | null;
92
+ };
93
+ export type DatabaseType = 'sqLite' | 'postgreSQL';
94
+ export type DevelopmentConfigResource = {
95
+ id?: number;
96
+ consoleLogLevel?: (string) | null;
97
+ logSql?: boolean;
98
+ logIndexerResponse?: boolean;
99
+ logRotate?: number;
100
+ filterSentryEvents?: boolean;
101
+ };
102
+ export type DownloadClientBulkResource = {
103
+ ids?: Array<(number)> | null;
104
+ tags?: Array<(number)> | null;
105
+ applyTags?: ApplyTags;
106
+ enable?: (boolean) | null;
107
+ priority?: (number) | null;
108
+ };
109
+ export type DownloadClientCategory = {
110
+ clientCategory?: (string) | null;
111
+ categories?: Array<(number)> | null;
112
+ };
113
+ export type DownloadClientConfigResource = {
114
+ id?: number;
115
+ };
116
+ export type DownloadClientResource = {
117
+ id?: number;
118
+ name?: (string) | null;
119
+ fields?: Array<Field> | null;
120
+ implementationName?: (string) | null;
121
+ implementation?: (string) | null;
122
+ configContract?: (string) | null;
123
+ infoLink?: (string) | null;
124
+ message?: ProviderMessage;
125
+ tags?: Array<(number)> | null;
126
+ presets?: Array<DownloadClientResource> | null;
127
+ enable?: boolean;
128
+ protocol?: DownloadProtocol;
129
+ priority?: number;
130
+ categories?: Array<DownloadClientCategory> | null;
131
+ supportsCategories?: boolean;
132
+ };
133
+ export type DownloadProtocol = 'unknown' | 'usenet' | 'torrent';
134
+ export type Field = {
135
+ order?: number;
136
+ name?: (string) | null;
137
+ label?: (string) | null;
138
+ unit?: (string) | null;
139
+ helpText?: (string) | null;
140
+ helpTextWarning?: (string) | null;
141
+ helpLink?: (string) | null;
142
+ value?: unknown;
143
+ type?: (string) | null;
144
+ advanced?: boolean;
145
+ selectOptions?: Array<SelectOption> | null;
146
+ selectOptionsProviderAction?: (string) | null;
147
+ section?: (string) | null;
148
+ hidden?: (string) | null;
149
+ privacy?: PrivacyLevel;
150
+ placeholder?: (string) | null;
151
+ isFloat?: boolean;
152
+ };
153
+ export type HealthCheckResult = 'ok' | 'notice' | 'warning' | 'error';
154
+ export type HealthResource = {
155
+ id?: number;
156
+ source?: (string) | null;
157
+ type?: HealthCheckResult;
158
+ message?: (string) | null;
159
+ wikiUrl?: (string) | null;
160
+ };
161
+ export type HistoryEventType = 'unknown' | 'releaseGrabbed' | 'indexerQuery' | 'indexerRss' | 'indexerAuth' | 'indexerInfo';
162
+ export type HistoryResource = {
163
+ id?: number;
164
+ indexerId?: number;
165
+ date?: string;
166
+ downloadId?: (string) | null;
167
+ successful?: boolean;
168
+ eventType?: HistoryEventType;
169
+ data?: {
170
+ [key: string]: ((string) | null);
171
+ } | null;
172
+ };
173
+ export type HistoryResourcePagingResource = {
174
+ page?: number;
175
+ pageSize?: number;
176
+ sortKey?: (string) | null;
177
+ sortDirection?: SortDirection;
178
+ totalRecords?: number;
179
+ records?: Array<HistoryResource> | null;
180
+ };
181
+ export type HostConfigResource = {
182
+ id?: number;
183
+ bindAddress?: (string) | null;
184
+ port?: number;
185
+ sslPort?: number;
186
+ enableSsl?: boolean;
187
+ launchBrowser?: boolean;
188
+ authenticationMethod?: AuthenticationType;
189
+ authenticationRequired?: AuthenticationRequiredType;
190
+ analyticsEnabled?: boolean;
191
+ username?: (string) | null;
192
+ password?: (string) | null;
193
+ passwordConfirmation?: (string) | null;
194
+ logLevel?: (string) | null;
195
+ logSizeLimit?: number;
196
+ consoleLogLevel?: (string) | null;
197
+ branch?: (string) | null;
198
+ apiKey?: (string) | null;
199
+ sslCertPath?: (string) | null;
200
+ sslCertPassword?: (string) | null;
201
+ urlBase?: (string) | null;
202
+ instanceName?: (string) | null;
203
+ applicationUrl?: (string) | null;
204
+ updateAutomatically?: boolean;
205
+ updateMechanism?: UpdateMechanism;
206
+ updateScriptPath?: (string) | null;
207
+ proxyEnabled?: boolean;
208
+ proxyType?: ProxyType;
209
+ proxyHostname?: (string) | null;
210
+ proxyPort?: number;
211
+ proxyUsername?: (string) | null;
212
+ proxyPassword?: (string) | null;
213
+ proxyBypassFilter?: (string) | null;
214
+ proxyBypassLocalAddresses?: boolean;
215
+ certificateValidation?: CertificateValidationType;
216
+ backupFolder?: (string) | null;
217
+ backupInterval?: number;
218
+ backupRetention?: number;
219
+ historyCleanupDays?: number;
220
+ trustCgnatIpAddresses?: boolean;
221
+ };
222
+ export type HostStatistics = {
223
+ host?: (string) | null;
224
+ numberOfQueries?: number;
225
+ numberOfGrabs?: number;
226
+ };
227
+ export type IActionResult = {
228
+ [key: string]: unknown;
229
+ };
230
+ export type IndexerBulkResource = {
231
+ ids?: Array<(number)> | null;
232
+ tags?: Array<(number)> | null;
233
+ applyTags?: ApplyTags;
234
+ enable?: (boolean) | null;
235
+ appProfileId?: (number) | null;
236
+ priority?: (number) | null;
237
+ minimumSeeders?: (number) | null;
238
+ seedRatio?: (number) | null;
239
+ seedTime?: (number) | null;
240
+ packSeedTime?: (number) | null;
241
+ preferMagnetUrl?: (boolean) | null;
242
+ };
243
+ export type IndexerCapabilityResource = {
244
+ id?: number;
245
+ limitsMax?: (number) | null;
246
+ limitsDefault?: (number) | null;
247
+ categories?: Array<IndexerCategory> | null;
248
+ supportsRawSearch?: boolean;
249
+ searchParams?: Array<SearchParam> | null;
250
+ tvSearchParams?: Array<TvSearchParam> | null;
251
+ movieSearchParams?: Array<MovieSearchParam> | null;
252
+ musicSearchParams?: Array<MusicSearchParam> | null;
253
+ bookSearchParams?: Array<BookSearchParam> | null;
254
+ };
255
+ export type IndexerCategory = {
256
+ id?: number;
257
+ name?: (string) | null;
258
+ description?: (string) | null;
259
+ readonly subCategories?: Array<IndexerCategory> | null;
260
+ };
261
+ export type IndexerPrivacy = 'public' | 'semiPrivate' | 'private';
262
+ export type IndexerProxyResource = {
263
+ id?: number;
264
+ name?: (string) | null;
265
+ fields?: Array<Field> | null;
266
+ implementationName?: (string) | null;
267
+ implementation?: (string) | null;
268
+ configContract?: (string) | null;
269
+ infoLink?: (string) | null;
270
+ message?: ProviderMessage;
271
+ tags?: Array<(number)> | null;
272
+ presets?: Array<IndexerProxyResource> | null;
273
+ link?: (string) | null;
274
+ onHealthIssue?: boolean;
275
+ supportsOnHealthIssue?: boolean;
276
+ includeHealthWarnings?: boolean;
277
+ testCommand?: (string) | null;
278
+ };
279
+ export type IndexerResource = {
280
+ id?: number;
281
+ name?: (string) | null;
282
+ fields?: Array<Field> | null;
283
+ implementationName?: (string) | null;
284
+ implementation?: (string) | null;
285
+ configContract?: (string) | null;
286
+ infoLink?: (string) | null;
287
+ message?: ProviderMessage;
288
+ tags?: Array<(number)> | null;
289
+ presets?: Array<IndexerResource> | null;
290
+ indexerUrls?: Array<(string)> | null;
291
+ legacyUrls?: Array<(string)> | null;
292
+ definitionName?: (string) | null;
293
+ description?: (string) | null;
294
+ language?: (string) | null;
295
+ encoding?: (string) | null;
296
+ enable?: boolean;
297
+ redirect?: boolean;
298
+ supportsRss?: boolean;
299
+ supportsSearch?: boolean;
300
+ supportsRedirect?: boolean;
301
+ supportsPagination?: boolean;
302
+ appProfileId?: number;
303
+ protocol?: DownloadProtocol;
304
+ privacy?: IndexerPrivacy;
305
+ capabilities?: IndexerCapabilityResource;
306
+ priority?: number;
307
+ downloadClientId?: number;
308
+ added?: string;
309
+ status?: IndexerStatusResource;
310
+ sortName?: (string) | null;
311
+ };
312
+ export type IndexerStatistics = {
313
+ indexerId?: number;
314
+ indexerName?: (string) | null;
315
+ averageResponseTime?: number;
316
+ averageGrabResponseTime?: number;
317
+ numberOfQueries?: number;
318
+ numberOfGrabs?: number;
319
+ numberOfRssQueries?: number;
320
+ numberOfAuthQueries?: number;
321
+ numberOfFailedQueries?: number;
322
+ numberOfFailedGrabs?: number;
323
+ numberOfFailedRssQueries?: number;
324
+ numberOfFailedAuthQueries?: number;
325
+ };
326
+ export type IndexerStatsResource = {
327
+ id?: number;
328
+ indexers?: Array<IndexerStatistics> | null;
329
+ userAgents?: Array<UserAgentStatistics> | null;
330
+ hosts?: Array<HostStatistics> | null;
331
+ };
332
+ export type IndexerStatusResource = {
333
+ id?: number;
334
+ indexerId?: number;
335
+ disabledTill?: (string) | null;
336
+ mostRecentFailure?: (string) | null;
337
+ initialFailure?: (string) | null;
338
+ };
339
+ export type LocalizationOption = {
340
+ name?: (string) | null;
341
+ value?: (string) | null;
342
+ };
343
+ export type LogFileResource = {
344
+ id?: number;
345
+ filename?: (string) | null;
346
+ lastWriteTime?: string;
347
+ contentsUrl?: (string) | null;
348
+ downloadUrl?: (string) | null;
349
+ };
350
+ export type LogResource = {
351
+ id?: number;
352
+ time?: string;
353
+ exception?: (string) | null;
354
+ exceptionType?: (string) | null;
355
+ level?: (string) | null;
356
+ logger?: (string) | null;
357
+ message?: (string) | null;
358
+ method?: (string) | null;
359
+ };
360
+ export type LogResourcePagingResource = {
361
+ page?: number;
362
+ pageSize?: number;
363
+ sortKey?: (string) | null;
364
+ sortDirection?: SortDirection;
365
+ totalRecords?: number;
366
+ records?: Array<LogResource> | null;
367
+ };
368
+ export type MovieSearchParam = 'q' | 'imdbId' | 'tmdbId' | 'imdbTitle' | 'imdbYear' | 'traktId' | 'genre' | 'doubanId' | 'year';
369
+ export type MusicSearchParam = 'q' | 'album' | 'artist' | 'label' | 'year' | 'genre' | 'track';
370
+ export type NotificationResource = {
371
+ id?: number;
372
+ name?: (string) | null;
373
+ fields?: Array<Field> | null;
374
+ implementationName?: (string) | null;
375
+ implementation?: (string) | null;
376
+ configContract?: (string) | null;
377
+ infoLink?: (string) | null;
378
+ message?: ProviderMessage;
379
+ tags?: Array<(number)> | null;
380
+ presets?: Array<NotificationResource> | null;
381
+ link?: (string) | null;
382
+ onGrab?: boolean;
383
+ onHealthIssue?: boolean;
384
+ onHealthRestored?: boolean;
385
+ onApplicationUpdate?: boolean;
386
+ supportsOnGrab?: boolean;
387
+ includeManualGrabs?: boolean;
388
+ supportsOnHealthIssue?: boolean;
389
+ supportsOnHealthRestored?: boolean;
390
+ includeHealthWarnings?: boolean;
391
+ supportsOnApplicationUpdate?: boolean;
392
+ testCommand?: (string) | null;
393
+ };
394
+ export type PingResource = {
395
+ status?: (string) | null;
396
+ };
397
+ export type PrivacyLevel = 'normal' | 'password' | 'apiKey' | 'userName';
398
+ export type ProviderMessage = {
399
+ message?: (string) | null;
400
+ type?: ProviderMessageType;
401
+ };
402
+ export type ProviderMessageType = 'info' | 'warning' | 'error';
403
+ export type ProxyType = 'http' | 'socks4' | 'socks5';
404
+ export type ReleaseResource = {
405
+ id?: number;
406
+ guid?: (string) | null;
407
+ age?: number;
408
+ ageHours?: number;
409
+ ageMinutes?: number;
410
+ size?: number;
411
+ files?: (number) | null;
412
+ grabs?: (number) | null;
413
+ indexerId?: number;
414
+ indexer?: (string) | null;
415
+ subGroup?: (string) | null;
416
+ releaseHash?: (string) | null;
417
+ title?: (string) | null;
418
+ sortTitle?: (string) | null;
419
+ imdbId?: number;
420
+ tmdbId?: number;
421
+ tvdbId?: number;
422
+ tvMazeId?: number;
423
+ publishDate?: string;
424
+ commentUrl?: (string) | null;
425
+ downloadUrl?: (string) | null;
426
+ infoUrl?: (string) | null;
427
+ posterUrl?: (string) | null;
428
+ indexerFlags?: Array<(string)> | null;
429
+ categories?: Array<IndexerCategory> | null;
430
+ magnetUrl?: (string) | null;
431
+ infoHash?: (string) | null;
432
+ seeders?: (number) | null;
433
+ leechers?: (number) | null;
434
+ protocol?: DownloadProtocol;
435
+ readonly fileName?: (string) | null;
436
+ downloadClientId?: (number) | null;
437
+ };
438
+ export type RuntimeMode = 'console' | 'service' | 'tray';
439
+ export type SearchParam = 'q';
440
+ export type SelectOption = {
441
+ value?: number;
442
+ name?: (string) | null;
443
+ order?: number;
444
+ hint?: (string) | null;
445
+ parentValue?: (number) | null;
446
+ };
447
+ export type SortDirection = 'default' | 'ascending' | 'descending';
448
+ export type SystemResource = {
449
+ appName?: (string) | null;
450
+ instanceName?: (string) | null;
451
+ version?: (string) | null;
452
+ buildTime?: string;
453
+ isDebug?: boolean;
454
+ isProduction?: boolean;
455
+ isAdmin?: boolean;
456
+ isUserInteractive?: boolean;
457
+ startupPath?: (string) | null;
458
+ appData?: (string) | null;
459
+ osName?: (string) | null;
460
+ osVersion?: (string) | null;
461
+ isNetCore?: boolean;
462
+ isLinux?: boolean;
463
+ isOsx?: boolean;
464
+ isWindows?: boolean;
465
+ isDocker?: boolean;
466
+ mode?: RuntimeMode;
467
+ branch?: (string) | null;
468
+ databaseType?: DatabaseType;
469
+ databaseVersion?: (string) | null;
470
+ authentication?: AuthenticationType;
471
+ migrationVersion?: number;
472
+ urlBase?: (string) | null;
473
+ runtimeVersion?: (string) | null;
474
+ runtimeName?: (string) | null;
475
+ startTime?: string;
476
+ packageVersion?: (string) | null;
477
+ packageAuthor?: (string) | null;
478
+ packageUpdateMechanism?: UpdateMechanism;
479
+ packageUpdateMechanismMessage?: (string) | null;
480
+ };
481
+ export type TagDetailsResource = {
482
+ id?: number;
483
+ label?: (string) | null;
484
+ notificationIds?: Array<(number)> | null;
485
+ indexerIds?: Array<(number)> | null;
486
+ indexerProxyIds?: Array<(number)> | null;
487
+ applicationIds?: Array<(number)> | null;
488
+ };
489
+ export type TagResource = {
490
+ id?: number;
491
+ label?: (string) | null;
492
+ };
493
+ export type TaskResource = {
494
+ id?: number;
495
+ name?: (string) | null;
496
+ taskName?: (string) | null;
497
+ interval?: number;
498
+ lastExecution?: string;
499
+ lastStartTime?: string;
500
+ nextExecution?: string;
501
+ readonly lastDuration?: string;
502
+ };
503
+ export type TvSearchParam = 'q' | 'season' | 'ep' | 'imdbId' | 'tvdbId' | 'rId' | 'tvMazeId' | 'traktId' | 'tmdbId' | 'doubanId' | 'genre' | 'year';
504
+ export type UiConfigResource = {
505
+ id?: number;
506
+ firstDayOfWeek?: number;
507
+ calendarWeekColumnHeader?: (string) | null;
508
+ shortDateFormat?: (string) | null;
509
+ longDateFormat?: (string) | null;
510
+ timeFormat?: (string) | null;
511
+ showRelativeDates?: boolean;
512
+ enableColorImpairedMode?: boolean;
513
+ uiLanguage?: (string) | null;
514
+ theme?: (string) | null;
515
+ };
516
+ export type UpdateChanges = {
517
+ new?: Array<(string)> | null;
518
+ fixed?: Array<(string)> | null;
519
+ };
520
+ export type UpdateMechanism = 'builtIn' | 'script' | 'external' | 'apt' | 'docker';
521
+ export type UpdateResource = {
522
+ id?: number;
523
+ version?: (string) | null;
524
+ branch?: (string) | null;
525
+ releaseDate?: string;
526
+ fileName?: (string) | null;
527
+ url?: (string) | null;
528
+ installed?: boolean;
529
+ installedOn?: (string) | null;
530
+ installable?: boolean;
531
+ latest?: boolean;
532
+ changes?: UpdateChanges;
533
+ hash?: (string) | null;
534
+ };
535
+ export type UserAgentStatistics = {
536
+ userAgent?: (string) | null;
537
+ numberOfQueries?: number;
538
+ numberOfGrabs?: number;
539
+ };
540
+ export type GetApiResponse = (ApiInfoResource);
541
+ export type GetApiError = unknown;
542
+ export type GetApiV1ApplicationsByIdData = {
543
+ path: {
544
+ id: number;
545
+ };
546
+ };
547
+ export type GetApiV1ApplicationsByIdResponse = (ApplicationResource);
548
+ export type GetApiV1ApplicationsByIdError = unknown;
549
+ export type PutApiV1ApplicationsByIdData = {
550
+ body?: ApplicationResource;
551
+ path: {
552
+ id: string;
553
+ };
554
+ query?: {
555
+ forceSave?: boolean;
556
+ };
557
+ };
558
+ export type PutApiV1ApplicationsByIdResponse = (ApplicationResource);
559
+ export type PutApiV1ApplicationsByIdError = unknown;
560
+ export type DeleteApiV1ApplicationsByIdData = {
561
+ path: {
562
+ id: number;
563
+ };
564
+ };
565
+ export type DeleteApiV1ApplicationsByIdResponse = (unknown);
566
+ export type DeleteApiV1ApplicationsByIdError = unknown;
567
+ export type GetApiV1ApplicationsResponse = (Array<ApplicationResource>);
568
+ export type GetApiV1ApplicationsError = unknown;
569
+ export type PostApiV1ApplicationsData = {
570
+ body?: ApplicationResource;
571
+ query?: {
572
+ forceSave?: boolean;
573
+ };
574
+ };
575
+ export type PostApiV1ApplicationsResponse = (ApplicationResource);
576
+ export type PostApiV1ApplicationsError = unknown;
577
+ export type PutApiV1ApplicationsBulkData = {
578
+ body?: ApplicationBulkResource;
579
+ };
580
+ export type PutApiV1ApplicationsBulkResponse = (ApplicationResource);
581
+ export type PutApiV1ApplicationsBulkError = unknown;
582
+ export type DeleteApiV1ApplicationsBulkData = {
583
+ body?: ApplicationBulkResource;
584
+ };
585
+ export type DeleteApiV1ApplicationsBulkResponse = (unknown);
586
+ export type DeleteApiV1ApplicationsBulkError = unknown;
587
+ export type GetApiV1ApplicationsSchemaResponse = (Array<ApplicationResource>);
588
+ export type GetApiV1ApplicationsSchemaError = unknown;
589
+ export type PostApiV1ApplicationsTestData = {
590
+ body?: ApplicationResource;
591
+ query?: {
592
+ forceTest?: boolean;
593
+ };
594
+ };
595
+ export type PostApiV1ApplicationsTestResponse = (unknown);
596
+ export type PostApiV1ApplicationsTestError = unknown;
597
+ export type PostApiV1ApplicationsTestallResponse = (unknown);
598
+ export type PostApiV1ApplicationsTestallError = unknown;
599
+ export type PostApiV1ApplicationsActionByNameData = {
600
+ body?: ApplicationResource;
601
+ path: {
602
+ name: string;
603
+ };
604
+ };
605
+ export type PostApiV1ApplicationsActionByNameResponse = (unknown);
606
+ export type PostApiV1ApplicationsActionByNameError = unknown;
607
+ export type PostApiV1AppprofileData = {
608
+ body?: AppProfileResource;
609
+ };
610
+ export type PostApiV1AppprofileResponse = (AppProfileResource);
611
+ export type PostApiV1AppprofileError = unknown;
612
+ export type GetApiV1AppprofileResponse = (Array<AppProfileResource>);
613
+ export type GetApiV1AppprofileError = unknown;
614
+ export type DeleteApiV1AppprofileByIdData = {
615
+ path: {
616
+ id: number;
617
+ };
618
+ };
619
+ export type DeleteApiV1AppprofileByIdResponse = (unknown);
620
+ export type DeleteApiV1AppprofileByIdError = unknown;
621
+ export type PutApiV1AppprofileByIdData = {
622
+ body?: AppProfileResource;
623
+ path: {
624
+ id: string;
625
+ };
626
+ };
627
+ export type PutApiV1AppprofileByIdResponse = (AppProfileResource);
628
+ export type PutApiV1AppprofileByIdError = unknown;
629
+ export type GetApiV1AppprofileByIdData = {
630
+ path: {
631
+ id: number;
632
+ };
633
+ };
634
+ export type GetApiV1AppprofileByIdResponse = (AppProfileResource);
635
+ export type GetApiV1AppprofileByIdError = ({
636
+ [key: string]: (string);
637
+ } | unknown);
638
+ export type GetApiV1AppprofileSchemaResponse = (AppProfileResource);
639
+ export type GetApiV1AppprofileSchemaError = unknown;
640
+ export type PostLoginData = {
641
+ body?: {
642
+ username?: string;
643
+ password?: string;
644
+ rememberMe?: string;
645
+ };
646
+ query?: {
647
+ returnUrl?: string;
648
+ };
649
+ };
650
+ export type PostLoginResponse = (unknown);
651
+ export type PostLoginError = unknown;
652
+ export type GetLoginResponse = (unknown);
653
+ export type GetLoginError = unknown;
654
+ export type GetLogoutResponse = (unknown);
655
+ export type GetLogoutError = unknown;
656
+ export type GetApiV1SystemBackupResponse = (Array<BackupResource>);
657
+ export type GetApiV1SystemBackupError = unknown;
658
+ export type DeleteApiV1SystemBackupByIdData = {
659
+ path: {
660
+ id: number;
661
+ };
662
+ };
663
+ export type DeleteApiV1SystemBackupByIdResponse = (unknown);
664
+ export type DeleteApiV1SystemBackupByIdError = unknown;
665
+ export type PostApiV1SystemBackupRestoreByIdData = {
666
+ path: {
667
+ id: number;
668
+ };
669
+ };
670
+ export type PostApiV1SystemBackupRestoreByIdResponse = (unknown);
671
+ export type PostApiV1SystemBackupRestoreByIdError = unknown;
672
+ export type PostApiV1SystemBackupRestoreUploadResponse = (unknown);
673
+ export type PostApiV1SystemBackupRestoreUploadError = unknown;
674
+ export type GetApiV1CommandByIdData = {
675
+ path: {
676
+ id: number;
677
+ };
678
+ };
679
+ export type GetApiV1CommandByIdResponse = (CommandResource);
680
+ export type GetApiV1CommandByIdError = unknown;
681
+ export type DeleteApiV1CommandByIdData = {
682
+ path: {
683
+ id: number;
684
+ };
685
+ };
686
+ export type DeleteApiV1CommandByIdResponse = (unknown);
687
+ export type DeleteApiV1CommandByIdError = unknown;
688
+ export type PostApiV1CommandData = {
689
+ body?: CommandResource;
690
+ };
691
+ export type PostApiV1CommandResponse = (CommandResource);
692
+ export type PostApiV1CommandError = unknown;
693
+ export type GetApiV1CommandResponse = (Array<CommandResource>);
694
+ export type GetApiV1CommandError = unknown;
695
+ export type GetApiV1CustomfilterByIdData = {
696
+ path: {
697
+ id: number;
698
+ };
699
+ };
700
+ export type GetApiV1CustomfilterByIdResponse = (CustomFilterResource);
701
+ export type GetApiV1CustomfilterByIdError = unknown;
702
+ export type PutApiV1CustomfilterByIdData = {
703
+ body?: CustomFilterResource;
704
+ path: {
705
+ id: string;
706
+ };
707
+ };
708
+ export type PutApiV1CustomfilterByIdResponse = (CustomFilterResource);
709
+ export type PutApiV1CustomfilterByIdError = unknown;
710
+ export type DeleteApiV1CustomfilterByIdData = {
711
+ path: {
712
+ id: number;
713
+ };
714
+ };
715
+ export type DeleteApiV1CustomfilterByIdResponse = (unknown);
716
+ export type DeleteApiV1CustomfilterByIdError = unknown;
717
+ export type GetApiV1CustomfilterResponse = (Array<CustomFilterResource>);
718
+ export type GetApiV1CustomfilterError = unknown;
719
+ export type PostApiV1CustomfilterData = {
720
+ body?: CustomFilterResource;
721
+ };
722
+ export type PostApiV1CustomfilterResponse = (CustomFilterResource);
723
+ export type PostApiV1CustomfilterError = unknown;
724
+ export type PutApiV1ConfigDevelopmentByIdData = {
725
+ body?: DevelopmentConfigResource;
726
+ path: {
727
+ id: string;
728
+ };
729
+ };
730
+ export type PutApiV1ConfigDevelopmentByIdResponse = (DevelopmentConfigResource);
731
+ export type PutApiV1ConfigDevelopmentByIdError = unknown;
732
+ export type GetApiV1ConfigDevelopmentByIdData = {
733
+ path: {
734
+ id: number;
735
+ };
736
+ };
737
+ export type GetApiV1ConfigDevelopmentByIdResponse = (DevelopmentConfigResource);
738
+ export type GetApiV1ConfigDevelopmentByIdError = unknown;
739
+ export type GetApiV1ConfigDevelopmentResponse = (DevelopmentConfigResource);
740
+ export type GetApiV1ConfigDevelopmentError = unknown;
741
+ export type GetApiV1DownloadclientByIdData = {
742
+ path: {
743
+ id: number;
744
+ };
745
+ };
746
+ export type GetApiV1DownloadclientByIdResponse = (DownloadClientResource);
747
+ export type GetApiV1DownloadclientByIdError = unknown;
748
+ export type PutApiV1DownloadclientByIdData = {
749
+ body?: DownloadClientResource;
750
+ path: {
751
+ id: string;
752
+ };
753
+ query?: {
754
+ forceSave?: boolean;
755
+ };
756
+ };
757
+ export type PutApiV1DownloadclientByIdResponse = (DownloadClientResource);
758
+ export type PutApiV1DownloadclientByIdError = unknown;
759
+ export type DeleteApiV1DownloadclientByIdData = {
760
+ path: {
761
+ id: number;
762
+ };
763
+ };
764
+ export type DeleteApiV1DownloadclientByIdResponse = (unknown);
765
+ export type DeleteApiV1DownloadclientByIdError = unknown;
766
+ export type GetApiV1DownloadclientResponse = (Array<DownloadClientResource>);
767
+ export type GetApiV1DownloadclientError = unknown;
768
+ export type PostApiV1DownloadclientData = {
769
+ body?: DownloadClientResource;
770
+ query?: {
771
+ forceSave?: boolean;
772
+ };
773
+ };
774
+ export type PostApiV1DownloadclientResponse = (DownloadClientResource);
775
+ export type PostApiV1DownloadclientError = unknown;
776
+ export type PutApiV1DownloadclientBulkData = {
777
+ body?: DownloadClientBulkResource;
778
+ };
779
+ export type PutApiV1DownloadclientBulkResponse = (DownloadClientResource);
780
+ export type PutApiV1DownloadclientBulkError = unknown;
781
+ export type DeleteApiV1DownloadclientBulkData = {
782
+ body?: DownloadClientBulkResource;
783
+ };
784
+ export type DeleteApiV1DownloadclientBulkResponse = (unknown);
785
+ export type DeleteApiV1DownloadclientBulkError = unknown;
786
+ export type GetApiV1DownloadclientSchemaResponse = (Array<DownloadClientResource>);
787
+ export type GetApiV1DownloadclientSchemaError = unknown;
788
+ export type PostApiV1DownloadclientTestData = {
789
+ body?: DownloadClientResource;
790
+ query?: {
791
+ forceTest?: boolean;
792
+ };
793
+ };
794
+ export type PostApiV1DownloadclientTestResponse = (unknown);
795
+ export type PostApiV1DownloadclientTestError = unknown;
796
+ export type PostApiV1DownloadclientTestallResponse = (unknown);
797
+ export type PostApiV1DownloadclientTestallError = unknown;
798
+ export type PostApiV1DownloadclientActionByNameData = {
799
+ body?: DownloadClientResource;
800
+ path: {
801
+ name: string;
802
+ };
803
+ };
804
+ export type PostApiV1DownloadclientActionByNameResponse = (unknown);
805
+ export type PostApiV1DownloadclientActionByNameError = unknown;
806
+ export type GetApiV1ConfigDownloadclientByIdData = {
807
+ path: {
808
+ id: number;
809
+ };
810
+ };
811
+ export type GetApiV1ConfigDownloadclientByIdResponse = (DownloadClientConfigResource);
812
+ export type GetApiV1ConfigDownloadclientByIdError = unknown;
813
+ export type PutApiV1ConfigDownloadclientByIdData = {
814
+ body?: DownloadClientConfigResource;
815
+ path: {
816
+ id: string;
817
+ };
818
+ };
819
+ export type PutApiV1ConfigDownloadclientByIdResponse = (DownloadClientConfigResource);
820
+ export type PutApiV1ConfigDownloadclientByIdError = unknown;
821
+ export type GetApiV1ConfigDownloadclientResponse = (DownloadClientConfigResource);
822
+ export type GetApiV1ConfigDownloadclientError = unknown;
823
+ export type GetApiV1FilesystemData = {
824
+ query?: {
825
+ allowFoldersWithoutTrailingSlashes?: boolean;
826
+ includeFiles?: boolean;
827
+ path?: string;
828
+ };
829
+ };
830
+ export type GetApiV1FilesystemResponse = (unknown);
831
+ export type GetApiV1FilesystemError = unknown;
832
+ export type GetApiV1FilesystemTypeData = {
833
+ query?: {
834
+ path?: string;
835
+ };
836
+ };
837
+ export type GetApiV1FilesystemTypeResponse = (unknown);
838
+ export type GetApiV1FilesystemTypeError = unknown;
839
+ export type GetApiV1HealthResponse = (Array<HealthResource>);
840
+ export type GetApiV1HealthError = unknown;
841
+ export type GetApiV1HistoryData = {
842
+ query?: {
843
+ downloadId?: string;
844
+ eventType?: Array<(number)>;
845
+ indexerIds?: Array<(number)>;
846
+ page?: number;
847
+ pageSize?: number;
848
+ sortDirection?: SortDirection;
849
+ sortKey?: string;
850
+ successful?: boolean;
851
+ };
852
+ };
853
+ export type GetApiV1HistoryResponse = (HistoryResourcePagingResource);
854
+ export type GetApiV1HistoryError = unknown;
855
+ export type GetApiV1HistorySinceData = {
856
+ query?: {
857
+ date?: string;
858
+ eventType?: HistoryEventType;
859
+ };
860
+ };
861
+ export type GetApiV1HistorySinceResponse = (Array<HistoryResource>);
862
+ export type GetApiV1HistorySinceError = unknown;
863
+ export type GetApiV1HistoryIndexerData = {
864
+ query?: {
865
+ eventType?: HistoryEventType;
866
+ indexerId?: number;
867
+ limit?: number;
868
+ };
869
+ };
870
+ export type GetApiV1HistoryIndexerResponse = (Array<HistoryResource>);
871
+ export type GetApiV1HistoryIndexerError = unknown;
872
+ export type GetApiV1ConfigHostByIdData = {
873
+ path: {
874
+ id: number;
875
+ };
876
+ };
877
+ export type GetApiV1ConfigHostByIdResponse = (HostConfigResource);
878
+ export type GetApiV1ConfigHostByIdError = unknown;
879
+ export type PutApiV1ConfigHostByIdData = {
880
+ body?: HostConfigResource;
881
+ path: {
882
+ id: string;
883
+ };
884
+ };
885
+ export type PutApiV1ConfigHostByIdResponse = (HostConfigResource);
886
+ export type PutApiV1ConfigHostByIdError = unknown;
887
+ export type GetApiV1ConfigHostResponse = (HostConfigResource);
888
+ export type GetApiV1ConfigHostError = unknown;
889
+ export type GetApiV1IndexerByIdData = {
890
+ path: {
891
+ id: number;
892
+ };
893
+ };
894
+ export type GetApiV1IndexerByIdResponse = (IndexerResource);
895
+ export type GetApiV1IndexerByIdError = unknown;
896
+ export type PutApiV1IndexerByIdData = {
897
+ body?: IndexerResource;
898
+ path: {
899
+ id: string;
900
+ };
901
+ query?: {
902
+ forceSave?: boolean;
903
+ };
904
+ };
905
+ export type PutApiV1IndexerByIdResponse = (IndexerResource);
906
+ export type PutApiV1IndexerByIdError = unknown;
907
+ export type DeleteApiV1IndexerByIdData = {
908
+ path: {
909
+ id: number;
910
+ };
911
+ };
912
+ export type DeleteApiV1IndexerByIdResponse = (unknown);
913
+ export type DeleteApiV1IndexerByIdError = unknown;
914
+ export type GetApiV1IndexerResponse = (Array<IndexerResource>);
915
+ export type GetApiV1IndexerError = unknown;
916
+ export type PostApiV1IndexerData = {
917
+ body?: IndexerResource;
918
+ query?: {
919
+ forceSave?: boolean;
920
+ };
921
+ };
922
+ export type PostApiV1IndexerResponse = (IndexerResource);
923
+ export type PostApiV1IndexerError = unknown;
924
+ export type PutApiV1IndexerBulkData = {
925
+ body?: IndexerBulkResource;
926
+ };
927
+ export type PutApiV1IndexerBulkResponse = (IndexerResource);
928
+ export type PutApiV1IndexerBulkError = unknown;
929
+ export type DeleteApiV1IndexerBulkData = {
930
+ body?: IndexerBulkResource;
931
+ };
932
+ export type DeleteApiV1IndexerBulkResponse = (unknown);
933
+ export type DeleteApiV1IndexerBulkError = unknown;
934
+ export type GetApiV1IndexerSchemaResponse = (Array<IndexerResource>);
935
+ export type GetApiV1IndexerSchemaError = unknown;
936
+ export type PostApiV1IndexerTestData = {
937
+ body?: IndexerResource;
938
+ query?: {
939
+ forceTest?: boolean;
940
+ };
941
+ };
942
+ export type PostApiV1IndexerTestResponse = (unknown);
943
+ export type PostApiV1IndexerTestError = unknown;
944
+ export type PostApiV1IndexerTestallResponse = (unknown);
945
+ export type PostApiV1IndexerTestallError = unknown;
946
+ export type PostApiV1IndexerActionByNameData = {
947
+ body?: IndexerResource;
948
+ path: {
949
+ name: string;
950
+ };
951
+ };
952
+ export type PostApiV1IndexerActionByNameResponse = (unknown);
953
+ export type PostApiV1IndexerActionByNameError = unknown;
954
+ export type GetApiV1IndexerCategoriesResponse = (Array<IndexerCategory>);
955
+ export type GetApiV1IndexerCategoriesError = unknown;
956
+ export type GetApiV1IndexerproxyByIdData = {
957
+ path: {
958
+ id: number;
959
+ };
960
+ };
961
+ export type GetApiV1IndexerproxyByIdResponse = (IndexerProxyResource);
962
+ export type GetApiV1IndexerproxyByIdError = unknown;
963
+ export type PutApiV1IndexerproxyByIdData = {
964
+ body?: IndexerProxyResource;
965
+ path: {
966
+ id: string;
967
+ };
968
+ query?: {
969
+ forceSave?: boolean;
970
+ };
971
+ };
972
+ export type PutApiV1IndexerproxyByIdResponse = (IndexerProxyResource);
973
+ export type PutApiV1IndexerproxyByIdError = unknown;
974
+ export type DeleteApiV1IndexerproxyByIdData = {
975
+ path: {
976
+ id: number;
977
+ };
978
+ };
979
+ export type DeleteApiV1IndexerproxyByIdResponse = (unknown);
980
+ export type DeleteApiV1IndexerproxyByIdError = unknown;
981
+ export type GetApiV1IndexerproxyResponse = (Array<IndexerProxyResource>);
982
+ export type GetApiV1IndexerproxyError = unknown;
983
+ export type PostApiV1IndexerproxyData = {
984
+ body?: IndexerProxyResource;
985
+ query?: {
986
+ forceSave?: boolean;
987
+ };
988
+ };
989
+ export type PostApiV1IndexerproxyResponse = (IndexerProxyResource);
990
+ export type PostApiV1IndexerproxyError = unknown;
991
+ export type GetApiV1IndexerproxySchemaResponse = (Array<IndexerProxyResource>);
992
+ export type GetApiV1IndexerproxySchemaError = unknown;
993
+ export type PostApiV1IndexerproxyTestData = {
994
+ body?: IndexerProxyResource;
995
+ query?: {
996
+ forceTest?: boolean;
997
+ };
998
+ };
999
+ export type PostApiV1IndexerproxyTestResponse = (unknown);
1000
+ export type PostApiV1IndexerproxyTestError = unknown;
1001
+ export type PostApiV1IndexerproxyTestallResponse = (unknown);
1002
+ export type PostApiV1IndexerproxyTestallError = unknown;
1003
+ export type PostApiV1IndexerproxyActionByNameData = {
1004
+ body?: IndexerProxyResource;
1005
+ path: {
1006
+ name: string;
1007
+ };
1008
+ };
1009
+ export type PostApiV1IndexerproxyActionByNameResponse = (unknown);
1010
+ export type PostApiV1IndexerproxyActionByNameError = unknown;
1011
+ export type GetApiV1IndexerstatsData = {
1012
+ query?: {
1013
+ endDate?: string;
1014
+ indexers?: string;
1015
+ protocols?: string;
1016
+ startDate?: string;
1017
+ tags?: string;
1018
+ };
1019
+ };
1020
+ export type GetApiV1IndexerstatsResponse = (IndexerStatsResource);
1021
+ export type GetApiV1IndexerstatsError = unknown;
1022
+ export type GetApiV1IndexerstatusResponse = (Array<IndexerStatusResource>);
1023
+ export type GetApiV1IndexerstatusError = unknown;
1024
+ export type GetApiV1LocalizationResponse = (unknown);
1025
+ export type GetApiV1LocalizationError = unknown;
1026
+ export type GetApiV1LocalizationOptionsResponse = (Array<LocalizationOption>);
1027
+ export type GetApiV1LocalizationOptionsError = unknown;
1028
+ export type GetApiV1LogData = {
1029
+ query?: {
1030
+ level?: string;
1031
+ page?: number;
1032
+ pageSize?: number;
1033
+ sortDirection?: SortDirection;
1034
+ sortKey?: string;
1035
+ };
1036
+ };
1037
+ export type GetApiV1LogResponse = (LogResourcePagingResource);
1038
+ export type GetApiV1LogError = unknown;
1039
+ export type GetApiV1LogFileResponse = (Array<LogFileResource>);
1040
+ export type GetApiV1LogFileError = unknown;
1041
+ export type GetApiV1LogFileByFilenameData = {
1042
+ path: {
1043
+ filename: string;
1044
+ };
1045
+ };
1046
+ export type GetApiV1LogFileByFilenameResponse = (IActionResult);
1047
+ export type GetApiV1LogFileByFilenameError = unknown;
1048
+ export type GetApiV1IndexerByIdNewznabData = {
1049
+ path: {
1050
+ id: number;
1051
+ };
1052
+ query?: {
1053
+ album?: string;
1054
+ artist?: string;
1055
+ author?: string;
1056
+ cat?: string;
1057
+ configured?: string;
1058
+ doubanid?: number;
1059
+ ep?: string;
1060
+ extended?: string;
1061
+ genre?: string;
1062
+ host?: string;
1063
+ imdbid?: string;
1064
+ label?: string;
1065
+ limit?: number;
1066
+ maxage?: number;
1067
+ maxsize?: number;
1068
+ minage?: number;
1069
+ minsize?: number;
1070
+ offset?: number;
1071
+ publisher?: string;
1072
+ q?: string;
1073
+ rid?: number;
1074
+ season?: number;
1075
+ server?: string;
1076
+ source?: string;
1077
+ t?: string;
1078
+ title?: string;
1079
+ tmdbid?: number;
1080
+ track?: string;
1081
+ traktid?: number;
1082
+ tvdbid?: number;
1083
+ tvmazeid?: number;
1084
+ year?: number;
1085
+ };
1086
+ };
1087
+ export type GetApiV1IndexerByIdNewznabResponse = (unknown);
1088
+ export type GetApiV1IndexerByIdNewznabError = unknown;
1089
+ export type GetByIdApiData = {
1090
+ path: {
1091
+ id: number;
1092
+ };
1093
+ query?: {
1094
+ album?: string;
1095
+ artist?: string;
1096
+ author?: string;
1097
+ cat?: string;
1098
+ configured?: string;
1099
+ doubanid?: number;
1100
+ ep?: string;
1101
+ extended?: string;
1102
+ genre?: string;
1103
+ host?: string;
1104
+ imdbid?: string;
1105
+ label?: string;
1106
+ limit?: number;
1107
+ maxage?: number;
1108
+ maxsize?: number;
1109
+ minage?: number;
1110
+ minsize?: number;
1111
+ offset?: number;
1112
+ publisher?: string;
1113
+ q?: string;
1114
+ rid?: number;
1115
+ season?: number;
1116
+ server?: string;
1117
+ source?: string;
1118
+ t?: string;
1119
+ title?: string;
1120
+ tmdbid?: number;
1121
+ track?: string;
1122
+ traktid?: number;
1123
+ tvdbid?: number;
1124
+ tvmazeid?: number;
1125
+ year?: number;
1126
+ };
1127
+ };
1128
+ export type GetByIdApiResponse = (unknown);
1129
+ export type GetByIdApiError = unknown;
1130
+ export type GetApiV1IndexerByIdDownloadData = {
1131
+ path: {
1132
+ id: number;
1133
+ };
1134
+ query?: {
1135
+ file?: string;
1136
+ link?: string;
1137
+ };
1138
+ };
1139
+ export type GetApiV1IndexerByIdDownloadResponse = (unknown);
1140
+ export type GetApiV1IndexerByIdDownloadError = unknown;
1141
+ export type GetByIdDownloadData = {
1142
+ path: {
1143
+ id: number;
1144
+ };
1145
+ query?: {
1146
+ file?: string;
1147
+ link?: string;
1148
+ };
1149
+ };
1150
+ export type GetByIdDownloadResponse = (unknown);
1151
+ export type GetByIdDownloadError = unknown;
1152
+ export type GetApiV1NotificationByIdData = {
1153
+ path: {
1154
+ id: number;
1155
+ };
1156
+ };
1157
+ export type GetApiV1NotificationByIdResponse = (NotificationResource);
1158
+ export type GetApiV1NotificationByIdError = unknown;
1159
+ export type PutApiV1NotificationByIdData = {
1160
+ body?: NotificationResource;
1161
+ path: {
1162
+ id: string;
1163
+ };
1164
+ query?: {
1165
+ forceSave?: boolean;
1166
+ };
1167
+ };
1168
+ export type PutApiV1NotificationByIdResponse = (NotificationResource);
1169
+ export type PutApiV1NotificationByIdError = unknown;
1170
+ export type DeleteApiV1NotificationByIdData = {
1171
+ path: {
1172
+ id: number;
1173
+ };
1174
+ };
1175
+ export type DeleteApiV1NotificationByIdResponse = (unknown);
1176
+ export type DeleteApiV1NotificationByIdError = unknown;
1177
+ export type GetApiV1NotificationResponse = (Array<NotificationResource>);
1178
+ export type GetApiV1NotificationError = unknown;
1179
+ export type PostApiV1NotificationData = {
1180
+ body?: NotificationResource;
1181
+ query?: {
1182
+ forceSave?: boolean;
1183
+ };
1184
+ };
1185
+ export type PostApiV1NotificationResponse = (NotificationResource);
1186
+ export type PostApiV1NotificationError = unknown;
1187
+ export type GetApiV1NotificationSchemaResponse = (Array<NotificationResource>);
1188
+ export type GetApiV1NotificationSchemaError = unknown;
1189
+ export type PostApiV1NotificationTestData = {
1190
+ body?: NotificationResource;
1191
+ query?: {
1192
+ forceTest?: boolean;
1193
+ };
1194
+ };
1195
+ export type PostApiV1NotificationTestResponse = (unknown);
1196
+ export type PostApiV1NotificationTestError = unknown;
1197
+ export type PostApiV1NotificationTestallResponse = (unknown);
1198
+ export type PostApiV1NotificationTestallError = unknown;
1199
+ export type PostApiV1NotificationActionByNameData = {
1200
+ body?: NotificationResource;
1201
+ path: {
1202
+ name: string;
1203
+ };
1204
+ };
1205
+ export type PostApiV1NotificationActionByNameResponse = (unknown);
1206
+ export type PostApiV1NotificationActionByNameError = unknown;
1207
+ export type GetPingResponse = (PingResource);
1208
+ export type GetPingError = unknown;
1209
+ export type HeadPingResponse = (PingResource);
1210
+ export type HeadPingError = unknown;
1211
+ export type PostApiV1SearchData = {
1212
+ body?: ReleaseResource;
1213
+ };
1214
+ export type PostApiV1SearchResponse = (ReleaseResource);
1215
+ export type PostApiV1SearchError = unknown;
1216
+ export type GetApiV1SearchData = {
1217
+ query?: {
1218
+ categories?: Array<(number)>;
1219
+ indexerIds?: Array<(number)>;
1220
+ limit?: number;
1221
+ offset?: number;
1222
+ query?: string;
1223
+ type?: string;
1224
+ };
1225
+ };
1226
+ export type GetApiV1SearchResponse = (Array<ReleaseResource>);
1227
+ export type GetApiV1SearchError = unknown;
1228
+ export type PostApiV1SearchBulkData = {
1229
+ body?: Array<ReleaseResource>;
1230
+ };
1231
+ export type PostApiV1SearchBulkResponse = (ReleaseResource);
1232
+ export type PostApiV1SearchBulkError = unknown;
1233
+ export type GetContentByPathData = {
1234
+ path: {
1235
+ path: string;
1236
+ };
1237
+ };
1238
+ export type GetContentByPathResponse = (unknown);
1239
+ export type GetContentByPathError = unknown;
1240
+ export type GetData = {
1241
+ path: {
1242
+ path: string;
1243
+ };
1244
+ };
1245
+ export type GetResponse = (unknown);
1246
+ export type GetError = unknown;
1247
+ export type GetByPathData = {
1248
+ path: {
1249
+ path: string;
1250
+ };
1251
+ };
1252
+ export type GetByPathResponse = (unknown);
1253
+ export type GetByPathError = unknown;
1254
+ export type GetApiV1SystemStatusResponse = (SystemResource);
1255
+ export type GetApiV1SystemStatusError = unknown;
1256
+ export type GetApiV1SystemRoutesResponse = (unknown);
1257
+ export type GetApiV1SystemRoutesError = unknown;
1258
+ export type GetApiV1SystemRoutesDuplicateResponse = (unknown);
1259
+ export type GetApiV1SystemRoutesDuplicateError = unknown;
1260
+ export type PostApiV1SystemShutdownResponse = (unknown);
1261
+ export type PostApiV1SystemShutdownError = unknown;
1262
+ export type PostApiV1SystemRestartResponse = (unknown);
1263
+ export type PostApiV1SystemRestartError = unknown;
1264
+ export type GetApiV1TagByIdData = {
1265
+ path: {
1266
+ id: number;
1267
+ };
1268
+ };
1269
+ export type GetApiV1TagByIdResponse = (TagResource);
1270
+ export type GetApiV1TagByIdError = unknown;
1271
+ export type PutApiV1TagByIdData = {
1272
+ body?: TagResource;
1273
+ path: {
1274
+ id: string;
1275
+ };
1276
+ };
1277
+ export type PutApiV1TagByIdResponse = (TagResource);
1278
+ export type PutApiV1TagByIdError = unknown;
1279
+ export type DeleteApiV1TagByIdData = {
1280
+ path: {
1281
+ id: number;
1282
+ };
1283
+ };
1284
+ export type DeleteApiV1TagByIdResponse = (unknown);
1285
+ export type DeleteApiV1TagByIdError = unknown;
1286
+ export type GetApiV1TagResponse = (Array<TagResource>);
1287
+ export type GetApiV1TagError = unknown;
1288
+ export type PostApiV1TagData = {
1289
+ body?: TagResource;
1290
+ };
1291
+ export type PostApiV1TagResponse = (TagResource);
1292
+ export type PostApiV1TagError = unknown;
1293
+ export type GetApiV1TagDetailByIdData = {
1294
+ path: {
1295
+ id: number;
1296
+ };
1297
+ };
1298
+ export type GetApiV1TagDetailByIdResponse = (TagDetailsResource);
1299
+ export type GetApiV1TagDetailByIdError = unknown;
1300
+ export type GetApiV1TagDetailResponse = (Array<TagDetailsResource>);
1301
+ export type GetApiV1TagDetailError = unknown;
1302
+ export type GetApiV1SystemTaskResponse = (Array<TaskResource>);
1303
+ export type GetApiV1SystemTaskError = unknown;
1304
+ export type GetApiV1SystemTaskByIdData = {
1305
+ path: {
1306
+ id: number;
1307
+ };
1308
+ };
1309
+ export type GetApiV1SystemTaskByIdResponse = (TaskResource);
1310
+ export type GetApiV1SystemTaskByIdError = unknown;
1311
+ export type PutApiV1ConfigUiByIdData = {
1312
+ body?: UiConfigResource;
1313
+ path: {
1314
+ id: string;
1315
+ };
1316
+ };
1317
+ export type PutApiV1ConfigUiByIdResponse = (UiConfigResource);
1318
+ export type PutApiV1ConfigUiByIdError = unknown;
1319
+ export type GetApiV1ConfigUiByIdData = {
1320
+ path: {
1321
+ id: number;
1322
+ };
1323
+ };
1324
+ export type GetApiV1ConfigUiByIdResponse = (UiConfigResource);
1325
+ export type GetApiV1ConfigUiByIdError = unknown;
1326
+ export type GetApiV1ConfigUiResponse = (UiConfigResource);
1327
+ export type GetApiV1ConfigUiError = unknown;
1328
+ export type GetApiV1UpdateResponse = (Array<UpdateResource>);
1329
+ export type GetApiV1UpdateError = unknown;
1330
+ export type GetApiV1LogFileUpdateResponse = (Array<LogFileResource>);
1331
+ export type GetApiV1LogFileUpdateError = unknown;
1332
+ export type GetApiV1LogFileUpdateByFilenameData = {
1333
+ path: {
1334
+ filename: string;
1335
+ };
1336
+ };
1337
+ export type GetApiV1LogFileUpdateByFilenameResponse = (IActionResult);
1338
+ export type GetApiV1LogFileUpdateByFilenameError = unknown;
1339
+ //# sourceMappingURL=types.gen.d.ts.map