@prdb/sdk 0.8.0 → 0.10.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.
Files changed (47) hide show
  1. package/README.md +10 -14
  2. package/dist/generated/models/index.d.ts +98 -753
  3. package/dist/generated/models/index.d.ts.map +1 -1
  4. package/dist/generated/models/index.js +20 -660
  5. package/dist/generated/models/index.js.map +1 -1
  6. package/dist/generated/prdbClient.d.ts +0 -10
  7. package/dist/generated/prdbClient.d.ts.map +1 -1
  8. package/dist/generated/prdbClient.js +0 -11
  9. package/dist/generated/prdbClient.js.map +1 -1
  10. package/dist/generated/videos/filehashSubmissions/index.d.ts +2 -2
  11. package/dist/index.d.ts +6 -10
  12. package/dist/index.d.ts.map +1 -1
  13. package/dist/index.js +6 -10
  14. package/dist/index.js.map +1 -1
  15. package/package.json +1 -1
  16. package/dist/generated/downloadedFromIndexers/index.d.ts +0 -48
  17. package/dist/generated/downloadedFromIndexers/index.d.ts.map +0 -1
  18. package/dist/generated/downloadedFromIndexers/index.js +0 -47
  19. package/dist/generated/downloadedFromIndexers/index.js.map +0 -1
  20. package/dist/generated/downloadedFromIndexers/item/filenames/index.d.ts +0 -48
  21. package/dist/generated/downloadedFromIndexers/item/filenames/index.d.ts.map +0 -1
  22. package/dist/generated/downloadedFromIndexers/item/filenames/index.js +0 -46
  23. package/dist/generated/downloadedFromIndexers/item/filenames/index.js.map +0 -1
  24. package/dist/generated/downloadedFromIndexers/item/filenames/item/index.d.ts +0 -53
  25. package/dist/generated/downloadedFromIndexers/item/filenames/item/index.d.ts.map +0 -1
  26. package/dist/generated/downloadedFromIndexers/item/filenames/item/index.js +0 -47
  27. package/dist/generated/downloadedFromIndexers/item/filenames/item/index.js.map +0 -1
  28. package/dist/generated/downloadedFromIndexers/item/index.d.ts +0 -62
  29. package/dist/generated/downloadedFromIndexers/item/index.d.ts.map +0 -1
  30. package/dist/generated/downloadedFromIndexers/item/index.js +0 -58
  31. package/dist/generated/downloadedFromIndexers/item/index.js.map +0 -1
  32. package/dist/generated/indexerFilehashes/changes/index.d.ts +0 -67
  33. package/dist/generated/indexerFilehashes/changes/index.d.ts.map +0 -1
  34. package/dist/generated/indexerFilehashes/changes/index.js +0 -49
  35. package/dist/generated/indexerFilehashes/changes/index.js.map +0 -1
  36. package/dist/generated/indexerFilehashes/index.d.ts +0 -30
  37. package/dist/generated/indexerFilehashes/index.d.ts.map +0 -1
  38. package/dist/generated/indexerFilehashes/index.js +0 -30
  39. package/dist/generated/indexerFilehashes/index.js.map +0 -1
  40. package/dist/generated/indexerFilehashes/latest/index.d.ts +0 -109
  41. package/dist/generated/indexerFilehashes/latest/index.d.ts.map +0 -1
  42. package/dist/generated/indexerFilehashes/latest/index.js +0 -71
  43. package/dist/generated/indexerFilehashes/latest/index.js.map +0 -1
  44. package/dist/generated/indexerFilehashes/lookup/index.d.ts +0 -35
  45. package/dist/generated/indexerFilehashes/lookup/index.d.ts.map +0 -1
  46. package/dist/generated/indexerFilehashes/lookup/index.js +0 -33
  47. package/dist/generated/indexerFilehashes/lookup/index.js.map +0 -1
@@ -485,54 +485,6 @@ export interface ActorSummaryDto extends AdditionalDataHolder, Parsable {
485
485
  */
486
486
  profileImageUrl?: string | null;
487
487
  }
488
- export interface AddDownloadedFromIndexerFilenameRequest extends AdditionalDataHolder, Parsable {
489
- /**
490
- * The filename as reported by the indexer/download source.
491
- */
492
- filename?: string | null;
493
- /**
494
- * File size in bytes.
495
- */
496
- filesize?: number | null;
497
- /**
498
- * Optional OS hash value as a 16-character fixed-length string.
499
- */
500
- osHash?: string | null;
501
- /**
502
- * Optional perceptual hash value, 16 hexadecimal characters. It must be computed as"Perceptual hashes" in the API description prescribes; a value from another procedureis stored but can never be matched.
503
- */
504
- pHash?: string | null;
505
- }
506
- export interface AddDownloadedFromIndexerRequest extends AdditionalDataHolder, Parsable {
507
- /**
508
- * Download identifier returned by the indexer or download client.
509
- */
510
- downloadIdentifier?: string | null;
511
- /**
512
- * Optional filename rows to create together with the parent entry.
513
- */
514
- filenames?: AddDownloadedFromIndexerFilenameRequest[] | null;
515
- /**
516
- * Indexer-specific identifier for the download item.
517
- */
518
- indexerId?: string | null;
519
- /**
520
- * Known values: DrunkenSlug (0), NzbFinder (1), NzbPorn (2).
521
- */
522
- indexerSource?: number | null;
523
- /**
524
- * NZB or release name.
525
- */
526
- nzbName?: string | null;
527
- /**
528
- * NZB or release URL.
529
- */
530
- nzbUrl?: string | null;
531
- /**
532
- * Optional ID of the wanted video this download belongs to. Pass null when the download is not linked to a video yet.
533
- */
534
- videoId?: Guid | null;
535
- }
536
488
  /**
537
489
  * Request body for batch-adding wanted videos.
538
490
  */
@@ -643,18 +595,6 @@ export declare function createActorLinkDtoFromDiscriminatorValue(parseNode: Pars
643
595
  * @returns {ActorSummaryDto}
644
596
  */
645
597
  export declare function createActorSummaryDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
646
- /**
647
- * Creates a new instance of the appropriate class based on discriminator value
648
- * @param parseNode The parse node to use to read the discriminator value and create the object
649
- * @returns {AddDownloadedFromIndexerFilenameRequest}
650
- */
651
- export declare function createAddDownloadedFromIndexerFilenameRequestFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
652
- /**
653
- * Creates a new instance of the appropriate class based on discriminator value
654
- * @param parseNode The parse node to use to read the discriminator value and create the object
655
- * @returns {AddDownloadedFromIndexerRequest}
656
- */
657
- export declare function createAddDownloadedFromIndexerRequestFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
658
598
  /**
659
599
  * Creates a new instance of the appropriate class based on discriminator value
660
600
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -667,18 +607,6 @@ export declare function createAddWantedVideosBatchRequestFromDiscriminatorValue(
667
607
  * @returns {AddWantedVideosBatchResponse}
668
608
  */
669
609
  export declare function createAddWantedVideosBatchResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
670
- /**
671
- * Creates a new instance of the appropriate class based on discriminator value
672
- * @param parseNode The parse node to use to read the discriminator value and create the object
673
- * @returns {DownloadedFromIndexerFilenameDto}
674
- */
675
- export declare function createDownloadedFromIndexerFilenameDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
676
- /**
677
- * Creates a new instance of the appropriate class based on discriminator value
678
- * @param parseNode The parse node to use to read the discriminator value and create the object
679
- * @returns {DownloadedFromIndexerResponse}
680
- */
681
- export declare function createDownloadedFromIndexerResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
682
610
  /**
683
611
  * Creates a new instance of the appropriate class based on discriminator value
684
612
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -781,12 +709,6 @@ export declare function createGetFavoriteSiteChangesResponseFromDiscriminatorVal
781
709
  * @returns {GetHealthResponse}
782
710
  */
783
711
  export declare function createGetHealthResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
784
- /**
785
- * Creates a new instance of the appropriate class based on discriminator value
786
- * @param parseNode The parse node to use to read the discriminator value and create the object
787
- * @returns {GetIndexerFilehashChangesResponse}
788
- */
789
- export declare function createGetIndexerFilehashChangesResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
790
712
  /**
791
713
  * Creates a new instance of the appropriate class based on discriminator value
792
714
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -865,42 +787,6 @@ export declare function createIdentifyVideosRequestFromDiscriminatorValue(parseN
865
787
  * @returns {IdentifyVideosResponse}
866
788
  */
867
789
  export declare function createIdentifyVideosResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
868
- /**
869
- * Creates a new instance of the appropriate class based on discriminator value
870
- * @param parseNode The parse node to use to read the discriminator value and create the object
871
- * @returns {IndexerFilehashChangeDto}
872
- */
873
- export declare function createIndexerFilehashChangeDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
874
- /**
875
- * Creates a new instance of the appropriate class based on discriminator value
876
- * @param parseNode The parse node to use to read the discriminator value and create the object
877
- * @returns {IndexerFilehashChangeFilehashDto}
878
- */
879
- export declare function createIndexerFilehashChangeFilehashDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
880
- /**
881
- * Creates a new instance of the appropriate class based on discriminator value
882
- * @param parseNode The parse node to use to read the discriminator value and create the object
883
- * @returns {IndexerFilehashChangesCursorDto}
884
- */
885
- export declare function createIndexerFilehashChangesCursorDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
886
- /**
887
- * Creates a new instance of the appropriate class based on discriminator value
888
- * @param parseNode The parse node to use to read the discriminator value and create the object
889
- * @returns {IndexerFilehashDto}
890
- */
891
- export declare function createIndexerFilehashDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
892
- /**
893
- * Creates a new instance of the appropriate class based on discriminator value
894
- * @param parseNode The parse node to use to read the discriminator value and create the object
895
- * @returns {IndexerFilehashLookupKeyDto}
896
- */
897
- export declare function createIndexerFilehashLookupKeyDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
898
- /**
899
- * Creates a new instance of the appropriate class based on discriminator value
900
- * @param parseNode The parse node to use to read the discriminator value and create the object
901
- * @returns {LatestIndexerFilehashesResponse}
902
- */
903
- export declare function createLatestIndexerFilehashesResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
904
790
  /**
905
791
  * Creates a new instance of the appropriate class based on discriminator value
906
792
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -973,18 +859,6 @@ export declare function createListVideosResponseFromDiscriminatorValue(parseNode
973
859
  * @returns {ListWantedVideosResponse}
974
860
  */
975
861
  export declare function createListWantedVideosResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
976
- /**
977
- * Creates a new instance of the appropriate class based on discriminator value
978
- * @param parseNode The parse node to use to read the discriminator value and create the object
979
- * @returns {LookupIndexerFilehashesRequest}
980
- */
981
- export declare function createLookupIndexerFilehashesRequestFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
982
- /**
983
- * Creates a new instance of the appropriate class based on discriminator value
984
- * @param parseNode The parse node to use to read the discriminator value and create the object
985
- * @returns {LookupIndexerFilehashesResponse}
986
- */
987
- export declare function createLookupIndexerFilehashesResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
988
862
  /**
989
863
  * Creates a new instance of the appropriate class based on discriminator value
990
864
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -1087,18 +961,6 @@ export declare function createSubmitVideoUserImageResponseFromDiscriminatorValue
1087
961
  * @returns {UnlinkedVideoFilehashesResponse}
1088
962
  */
1089
963
  export declare function createUnlinkedVideoFilehashesResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
1090
- /**
1091
- * Creates a new instance of the appropriate class based on discriminator value
1092
- * @param parseNode The parse node to use to read the discriminator value and create the object
1093
- * @returns {UpdateDownloadedFromIndexerFilenameRequest}
1094
- */
1095
- export declare function createUpdateDownloadedFromIndexerFilenameRequestFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
1096
- /**
1097
- * Creates a new instance of the appropriate class based on discriminator value
1098
- * @param parseNode The parse node to use to read the discriminator value and create the object
1099
- * @returns {UpdateDownloadedFromIndexerRequest}
1100
- */
1101
- export declare function createUpdateDownloadedFromIndexerRequestFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
1102
964
  /**
1103
965
  * Creates a new instance of the appropriate class based on discriminator value
1104
966
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -1345,18 +1207,6 @@ export declare function deserializeIntoActorLinkDto(actorLinkDto?: Partial<Actor
1345
1207
  * @returns {Record<string, (node: ParseNode) => void>}
1346
1208
  */
1347
1209
  export declare function deserializeIntoActorSummaryDto(actorSummaryDto?: Partial<ActorSummaryDto> | undefined): Record<string, (node: ParseNode) => void>;
1348
- /**
1349
- * The deserialization information for the current model
1350
- * @param AddDownloadedFromIndexerFilenameRequest The instance to deserialize into.
1351
- * @returns {Record<string, (node: ParseNode) => void>}
1352
- */
1353
- export declare function deserializeIntoAddDownloadedFromIndexerFilenameRequest(addDownloadedFromIndexerFilenameRequest?: Partial<AddDownloadedFromIndexerFilenameRequest> | undefined): Record<string, (node: ParseNode) => void>;
1354
- /**
1355
- * The deserialization information for the current model
1356
- * @param AddDownloadedFromIndexerRequest The instance to deserialize into.
1357
- * @returns {Record<string, (node: ParseNode) => void>}
1358
- */
1359
- export declare function deserializeIntoAddDownloadedFromIndexerRequest(addDownloadedFromIndexerRequest?: Partial<AddDownloadedFromIndexerRequest> | undefined): Record<string, (node: ParseNode) => void>;
1360
1210
  /**
1361
1211
  * The deserialization information for the current model
1362
1212
  * @param AddWantedVideosBatchRequest The instance to deserialize into.
@@ -1369,18 +1219,6 @@ export declare function deserializeIntoAddWantedVideosBatchRequest(addWantedVide
1369
1219
  * @returns {Record<string, (node: ParseNode) => void>}
1370
1220
  */
1371
1221
  export declare function deserializeIntoAddWantedVideosBatchResponse(addWantedVideosBatchResponse?: Partial<AddWantedVideosBatchResponse> | undefined): Record<string, (node: ParseNode) => void>;
1372
- /**
1373
- * The deserialization information for the current model
1374
- * @param DownloadedFromIndexerFilenameDto The instance to deserialize into.
1375
- * @returns {Record<string, (node: ParseNode) => void>}
1376
- */
1377
- export declare function deserializeIntoDownloadedFromIndexerFilenameDto(downloadedFromIndexerFilenameDto?: Partial<DownloadedFromIndexerFilenameDto> | undefined): Record<string, (node: ParseNode) => void>;
1378
- /**
1379
- * The deserialization information for the current model
1380
- * @param DownloadedFromIndexerResponse The instance to deserialize into.
1381
- * @returns {Record<string, (node: ParseNode) => void>}
1382
- */
1383
- export declare function deserializeIntoDownloadedFromIndexerResponse(downloadedFromIndexerResponse?: Partial<DownloadedFromIndexerResponse> | undefined): Record<string, (node: ParseNode) => void>;
1384
1222
  /**
1385
1223
  * The deserialization information for the current model
1386
1224
  * @param FavoriteActorChangeDto The instance to deserialize into.
@@ -1483,12 +1321,6 @@ export declare function deserializeIntoGetFavoriteSiteChangesResponse(getFavorit
1483
1321
  * @returns {Record<string, (node: ParseNode) => void>}
1484
1322
  */
1485
1323
  export declare function deserializeIntoGetHealthResponse(getHealthResponse?: Partial<GetHealthResponse> | undefined): Record<string, (node: ParseNode) => void>;
1486
- /**
1487
- * The deserialization information for the current model
1488
- * @param GetIndexerFilehashChangesResponse The instance to deserialize into.
1489
- * @returns {Record<string, (node: ParseNode) => void>}
1490
- */
1491
- export declare function deserializeIntoGetIndexerFilehashChangesResponse(getIndexerFilehashChangesResponse?: Partial<GetIndexerFilehashChangesResponse> | undefined): Record<string, (node: ParseNode) => void>;
1492
1324
  /**
1493
1325
  * The deserialization information for the current model
1494
1326
  * @param GetRateLimitResponse The instance to deserialize into.
@@ -1567,42 +1399,6 @@ export declare function deserializeIntoIdentifyVideosRequest(identifyVideosReque
1567
1399
  * @returns {Record<string, (node: ParseNode) => void>}
1568
1400
  */
1569
1401
  export declare function deserializeIntoIdentifyVideosResponse(identifyVideosResponse?: Partial<IdentifyVideosResponse> | undefined): Record<string, (node: ParseNode) => void>;
1570
- /**
1571
- * The deserialization information for the current model
1572
- * @param IndexerFilehashChangeDto The instance to deserialize into.
1573
- * @returns {Record<string, (node: ParseNode) => void>}
1574
- */
1575
- export declare function deserializeIntoIndexerFilehashChangeDto(indexerFilehashChangeDto?: Partial<IndexerFilehashChangeDto> | undefined): Record<string, (node: ParseNode) => void>;
1576
- /**
1577
- * The deserialization information for the current model
1578
- * @param IndexerFilehashChangeFilehashDto The instance to deserialize into.
1579
- * @returns {Record<string, (node: ParseNode) => void>}
1580
- */
1581
- export declare function deserializeIntoIndexerFilehashChangeFilehashDto(indexerFilehashChangeFilehashDto?: Partial<IndexerFilehashChangeFilehashDto> | undefined): Record<string, (node: ParseNode) => void>;
1582
- /**
1583
- * The deserialization information for the current model
1584
- * @param IndexerFilehashChangesCursorDto The instance to deserialize into.
1585
- * @returns {Record<string, (node: ParseNode) => void>}
1586
- */
1587
- export declare function deserializeIntoIndexerFilehashChangesCursorDto(indexerFilehashChangesCursorDto?: Partial<IndexerFilehashChangesCursorDto> | undefined): Record<string, (node: ParseNode) => void>;
1588
- /**
1589
- * The deserialization information for the current model
1590
- * @param IndexerFilehashDto The instance to deserialize into.
1591
- * @returns {Record<string, (node: ParseNode) => void>}
1592
- */
1593
- export declare function deserializeIntoIndexerFilehashDto(indexerFilehashDto?: Partial<IndexerFilehashDto> | undefined): Record<string, (node: ParseNode) => void>;
1594
- /**
1595
- * The deserialization information for the current model
1596
- * @param IndexerFilehashLookupKeyDto The instance to deserialize into.
1597
- * @returns {Record<string, (node: ParseNode) => void>}
1598
- */
1599
- export declare function deserializeIntoIndexerFilehashLookupKeyDto(indexerFilehashLookupKeyDto?: Partial<IndexerFilehashLookupKeyDto> | undefined): Record<string, (node: ParseNode) => void>;
1600
- /**
1601
- * The deserialization information for the current model
1602
- * @param LatestIndexerFilehashesResponse The instance to deserialize into.
1603
- * @returns {Record<string, (node: ParseNode) => void>}
1604
- */
1605
- export declare function deserializeIntoLatestIndexerFilehashesResponse(latestIndexerFilehashesResponse?: Partial<LatestIndexerFilehashesResponse> | undefined): Record<string, (node: ParseNode) => void>;
1606
1402
  /**
1607
1403
  * The deserialization information for the current model
1608
1404
  * @param LatestPreDbItemDto The instance to deserialize into.
@@ -1675,18 +1471,6 @@ export declare function deserializeIntoListVideosResponse(listVideosResponse?: P
1675
1471
  * @returns {Record<string, (node: ParseNode) => void>}
1676
1472
  */
1677
1473
  export declare function deserializeIntoListWantedVideosResponse(listWantedVideosResponse?: Partial<ListWantedVideosResponse> | undefined): Record<string, (node: ParseNode) => void>;
1678
- /**
1679
- * The deserialization information for the current model
1680
- * @param LookupIndexerFilehashesRequest The instance to deserialize into.
1681
- * @returns {Record<string, (node: ParseNode) => void>}
1682
- */
1683
- export declare function deserializeIntoLookupIndexerFilehashesRequest(lookupIndexerFilehashesRequest?: Partial<LookupIndexerFilehashesRequest> | undefined): Record<string, (node: ParseNode) => void>;
1684
- /**
1685
- * The deserialization information for the current model
1686
- * @param LookupIndexerFilehashesResponse The instance to deserialize into.
1687
- * @returns {Record<string, (node: ParseNode) => void>}
1688
- */
1689
- export declare function deserializeIntoLookupIndexerFilehashesResponse(lookupIndexerFilehashesResponse?: Partial<LookupIndexerFilehashesResponse> | undefined): Record<string, (node: ParseNode) => void>;
1690
1474
  /**
1691
1475
  * The deserialization information for the current model
1692
1476
  * @param LookupVideoFilehashesRequest The instance to deserialize into.
@@ -1789,18 +1573,6 @@ export declare function deserializeIntoSubmitVideoUserImageResponse(submitVideoU
1789
1573
  * @returns {Record<string, (node: ParseNode) => void>}
1790
1574
  */
1791
1575
  export declare function deserializeIntoUnlinkedVideoFilehashesResponse(unlinkedVideoFilehashesResponse?: Partial<UnlinkedVideoFilehashesResponse> | undefined): Record<string, (node: ParseNode) => void>;
1792
- /**
1793
- * The deserialization information for the current model
1794
- * @param UpdateDownloadedFromIndexerFilenameRequest The instance to deserialize into.
1795
- * @returns {Record<string, (node: ParseNode) => void>}
1796
- */
1797
- export declare function deserializeIntoUpdateDownloadedFromIndexerFilenameRequest(updateDownloadedFromIndexerFilenameRequest?: Partial<UpdateDownloadedFromIndexerFilenameRequest> | undefined): Record<string, (node: ParseNode) => void>;
1798
- /**
1799
- * The deserialization information for the current model
1800
- * @param UpdateDownloadedFromIndexerRequest The instance to deserialize into.
1801
- * @returns {Record<string, (node: ParseNode) => void>}
1802
- */
1803
- export declare function deserializeIntoUpdateDownloadedFromIndexerRequest(updateDownloadedFromIndexerRequest?: Partial<UpdateDownloadedFromIndexerRequest> | undefined): Record<string, (node: ParseNode) => void>;
1804
1576
  /**
1805
1577
  * The deserialization information for the current model
1806
1578
  * @param UpdateWantedVideoRequest The instance to deserialize into.
@@ -1963,88 +1735,6 @@ export declare function deserializeIntoWantedVideoChangeWantedVideoDto(wantedVid
1963
1735
  * @returns {Record<string, (node: ParseNode) => void>}
1964
1736
  */
1965
1737
  export declare function deserializeIntoWantedVideoSummaryDto(wantedVideoSummaryDto?: Partial<WantedVideoSummaryDto> | undefined): Record<string, (node: ParseNode) => void>;
1966
- /**
1967
- * A filename recorded for a downloaded-from-indexer entry.
1968
- */
1969
- export interface DownloadedFromIndexerFilenameDto extends AdditionalDataHolder, Parsable {
1970
- /**
1971
- * When this filename row was created.
1972
- */
1973
- createdAtUtc?: Date | null;
1974
- /**
1975
- * ID of the parent downloaded-from-indexer entry.
1976
- */
1977
- downloadedFromIndexerId?: Guid | null;
1978
- /**
1979
- * The filename as reported by the indexer/download source.
1980
- */
1981
- filename?: string | null;
1982
- /**
1983
- * File size in bytes.
1984
- */
1985
- filesize?: number | null;
1986
- /**
1987
- * ID of the filename row.
1988
- */
1989
- id?: Guid | null;
1990
- /**
1991
- * Optional OS hash value as a 16-character fixed-length string.
1992
- */
1993
- osHash?: string | null;
1994
- /**
1995
- * Optional perceptual hash value as a 16-character fixed-length string.
1996
- */
1997
- pHash?: string | null;
1998
- /**
1999
- * When this filename row was last updated.
2000
- */
2001
- updatedAtUtc?: Date | null;
2002
- }
2003
- /**
2004
- * A downloaded-from-indexer entry for the current user.
2005
- */
2006
- export interface DownloadedFromIndexerResponse extends AdditionalDataHolder, Parsable {
2007
- /**
2008
- * When this entry was created.
2009
- */
2010
- createdAtUtc?: Date | null;
2011
- /**
2012
- * Download identifier returned by the indexer or download client.
2013
- */
2014
- downloadIdentifier?: string | null;
2015
- /**
2016
- * Filename rows recorded for this entry.
2017
- */
2018
- filenames?: DownloadedFromIndexerFilenameDto[] | null;
2019
- /**
2020
- * ID of the downloaded-from-indexer entry.
2021
- */
2022
- id?: Guid | null;
2023
- /**
2024
- * Indexer-specific identifier for the download item.
2025
- */
2026
- indexerId?: string | null;
2027
- /**
2028
- * Known values: DrunkenSlug (0), NzbFinder (1), NzbPorn (2).
2029
- */
2030
- indexerSource?: number | null;
2031
- /**
2032
- * NZB or release name.
2033
- */
2034
- nzbName?: string | null;
2035
- /**
2036
- * NZB or release URL.
2037
- */
2038
- nzbUrl?: string | null;
2039
- /**
2040
- * When this entry was last updated.
2041
- */
2042
- updatedAtUtc?: Date | null;
2043
- /**
2044
- * ID of the associated wanted video, or null when the download is not linked to a video.
2045
- */
2046
- videoId?: Guid | null;
2047
- }
2048
1738
  /**
2049
1739
  * A single changed favorite actor row in the incremental feed.
2050
1740
  */
@@ -2409,31 +2099,6 @@ export interface GetHealthResponse extends AdditionalDataHolder, Parsable {
2409
2099
  */
2410
2100
  timestamp?: Date | null;
2411
2101
  }
2412
- /**
2413
- * Paged delta feed of indexer filehash changes ordered by updated timestamp and ID.
2414
- */
2415
- export interface GetIndexerFilehashChangesResponse extends AdditionalDataHolder, Parsable {
2416
- /**
2417
- * Whether additional rows exist after the current page.
2418
- */
2419
- hasMore?: boolean | null;
2420
- /**
2421
- * The items property
2422
- */
2423
- items?: IndexerFilehashChangeDto[] | null;
2424
- /**
2425
- * Seek cursor for continuing an indexer filehash change feed.
2426
- */
2427
- nextCursor?: IndexerFilehashChangesCursorDto | null;
2428
- /**
2429
- * The resolved page size for this response.
2430
- */
2431
- pageSize?: number | null;
2432
- /**
2433
- * The server's clock when this page was produced, read before the rows were queried.Safe to persist as the next `since` when `items` is empty: an empty pagecarries no row timestamp to continue from, and a client's own clock or the HTTP`Date` header are not sound substitutes for a value the server later reads backas a lower bound.
2434
- */
2435
- serverTimeUtc?: Date | null;
2436
- }
2437
2102
  /**
2438
2103
  * Current rate limit status for the authenticated user.
2439
2104
  */
@@ -2558,286 +2223,114 @@ export interface GetWantedVideoChangesResponse extends AdditionalDataHolder, Par
2558
2223
  */
2559
2224
  items?: WantedVideoChangeDto[] | null;
2560
2225
  /**
2561
- * Seek cursor for continuing a wanted video change feed.
2562
- */
2563
- nextCursor?: WantedVideoChangesCursorDto | null;
2564
- /**
2565
- * The pageSize property
2566
- */
2567
- pageSize?: number | null;
2568
- /**
2569
- * The server's clock when this page was produced, read before the rows were queried.Safe to persist as the next `since` when `items` is empty: an empty pagecarries no row timestamp to continue from, and a client's own clock or the HTTP`Date` header are not sound substitutes for a value the server later reads backas a lower bound.
2570
- */
2571
- serverTimeUtc?: Date | null;
2572
- }
2573
- /**
2574
- * The site a file could be attributed to.
2575
- */
2576
- export interface IdentifySiteDto extends AdditionalDataHolder, Parsable {
2577
- /**
2578
- * Unique identifier of the site.
2579
- */
2580
- id?: Guid | null;
2581
- /**
2582
- * Site title.
2583
- */
2584
- title?: string | null;
2585
- /**
2586
- * Site URL.
2587
- */
2588
- url?: string | null;
2589
- }
2590
- /**
2591
- * One file to identify.
2592
- */
2593
- export interface IdentifyVideoFileDto extends AdditionalDataHolder, Parsable {
2594
- /**
2595
- * File name without directory. Required — it carries the lowest rungs of the ladder.
2596
- */
2597
- filename?: string | null;
2598
- /**
2599
- * Size of the file in bytes, if known.
2600
- */
2601
- filesize?: number | null;
2602
- /**
2603
- * OS hash of the file, 16 hexadecimal characters, if the client computed one.
2604
- */
2605
- osHash?: string | null;
2606
- /**
2607
- * Perceptual hash of the file, 16 hexadecimal characters, if the client computed one.Compared for equality only, and only against values computed the way "Perceptual hashes"in the API description prescribes — send none rather than one from another procedure.
2608
- */
2609
- pHash?: string | null;
2610
- /**
2611
- * Client-assigned identifier, returned unchanged. Unique within the request.
2612
- */
2613
- ref?: string | null;
2614
- }
2615
- /**
2616
- * What the identification ladder made of one file.
2617
- */
2618
- export interface IdentifyVideoResultDto extends AdditionalDataHolder, Parsable {
2619
- /**
2620
- * All equally good videos when the match was ambiguous; otherwise empty.
2621
- */
2622
- candidates?: Guid[] | null;
2623
- /**
2624
- * How much the match can be trusted. Drives whether a client files a file automatically. Known values: None (0), Partial (1), Probable (2), Strong (3), Exact (4), Ambiguous (5).
2625
- */
2626
- confidence?: number | null;
2627
- /**
2628
- * Known values: OsHash (0), PHash (1), Filename (2), ReleaseName (3), Site (4).
2629
- */
2630
- matchedBy?: number | null;
2631
- /**
2632
- * The client-assigned identifier of the input file, returned unchanged.
2633
- */
2634
- ref?: string | null;
2635
- /**
2636
- * The site a file could be attributed to.
2637
- */
2638
- site?: IdentifySiteDto | null;
2639
- /**
2640
- * The video property
2641
- */
2642
- video?: VideoDetailDto | null;
2643
- /**
2644
- * The identified video, when exactly one was found.
2645
- */
2646
- videoId?: Guid | null;
2647
- }
2648
- /**
2649
- * Request body for identifying local files against the prdb catalogue.
2650
- */
2651
- export interface IdentifyVideosRequest extends AdditionalDataHolder, Parsable {
2652
- /**
2653
- * Files to identify. Between 1 and 200 entries.
2654
- */
2655
- files?: IdentifyVideoFileDto[] | null;
2656
- /**
2657
- * When true, each matched result carries the full video document. Defaults to false.
2658
- */
2659
- includeVideoDetails?: boolean | null;
2660
- }
2661
- /**
2662
- * Identification results, one per submitted file.
2663
- */
2664
- export interface IdentifyVideosResponse extends AdditionalDataHolder, Parsable {
2665
- /**
2666
- * One result per input file, in input order.
2667
- */
2668
- results?: IdentifyVideoResultDto[] | null;
2669
- }
2670
- /**
2671
- * A single changed indexer filehash row in the incremental feed.
2672
- */
2673
- export interface IndexerFilehashChangeDto extends AdditionalDataHolder, Parsable {
2674
- /**
2675
- * One of `created`, `updated`, or `deleted`.
2676
- */
2677
- eventType?: string | null;
2678
- /**
2679
- * Current persisted state of a changed indexer filehash row, including soft-delete fields.
2680
- */
2681
- filehash?: IndexerFilehashChangeFilehashDto | null;
2682
- }
2683
- /**
2684
- * Current persisted state of a changed indexer filehash row, including soft-delete fields.
2685
- */
2686
- export interface IndexerFilehashChangeFilehashDto extends AdditionalDataHolder, Parsable {
2687
- /**
2688
- * The createdAtUtc property
2689
- */
2690
- createdAtUtc?: Date | null;
2691
- /**
2692
- * Timestamp when the row was soft-deleted, or null when still active.
2693
- */
2694
- deletedAtUtc?: Date | null;
2695
- /**
2696
- * Original filename submitted for this filehash record.
2697
- */
2698
- filename?: string | null;
2699
- /**
2700
- * File size in bytes.
2701
- */
2702
- filesize?: number | null;
2703
- /**
2704
- * The id property
2705
- */
2706
- id?: Guid | null;
2707
- /**
2708
- * Indexer-specific identifier for the release.
2709
- */
2710
- indexerId?: string | null;
2711
- /**
2712
- * Indexer source. Supported values: `DrunkenSlug`, `NzbFinder`, `NzbPorn`.
2713
- */
2714
- indexerSource?: string | null;
2715
- /**
2716
- * Whether this row is soft-deleted.
2717
- */
2718
- isDeleted?: boolean | null;
2719
- /**
2720
- * Whether this filehash record has been verified.
2721
- */
2722
- isVerified?: boolean | null;
2723
- /**
2724
- * OS hash value as stored.
2725
- */
2726
- osHash?: string | null;
2727
- /**
2728
- * P hash value as stored, or null when not available.
2226
+ * Seek cursor for continuing a wanted video change feed.
2729
2227
  */
2730
- pHash?: string | null;
2228
+ nextCursor?: WantedVideoChangesCursorDto | null;
2731
2229
  /**
2732
- * Number of submissions merged into this filehash record.
2230
+ * The pageSize property
2733
2231
  */
2734
- submissionCount?: number | null;
2232
+ pageSize?: number | null;
2735
2233
  /**
2736
- * The updatedAtUtc property
2234
+ * The server's clock when this page was produced, read before the rows were queried.Safe to persist as the next `since` when `items` is empty: an empty pagecarries no row timestamp to continue from, and a client's own clock or the HTTP`Date` header are not sound substitutes for a value the server later reads backas a lower bound.
2737
2235
  */
2738
- updatedAtUtc?: Date | null;
2236
+ serverTimeUtc?: Date | null;
2739
2237
  }
2740
2238
  /**
2741
- * Seek cursor for continuing an indexer filehash change feed.
2239
+ * The site a file could be attributed to.
2742
2240
  */
2743
- export interface IndexerFilehashChangesCursorDto extends AdditionalDataHolder, Parsable {
2241
+ export interface IdentifySiteDto extends AdditionalDataHolder, Parsable {
2744
2242
  /**
2745
- * The id property
2243
+ * Unique identifier of the site.
2746
2244
  */
2747
2245
  id?: Guid | null;
2748
2246
  /**
2749
- * The updatedAtUtc property
2247
+ * Site title.
2750
2248
  */
2751
- updatedAtUtc?: Date | null;
2752
- }
2753
- export interface IndexerFilehashDto extends AdditionalDataHolder, Parsable {
2249
+ title?: string | null;
2754
2250
  /**
2755
- * The createdAtUtc property
2251
+ * Site URL.
2756
2252
  */
2757
- createdAtUtc?: Date | null;
2253
+ url?: string | null;
2254
+ }
2255
+ /**
2256
+ * One file to identify.
2257
+ */
2258
+ export interface IdentifyVideoFileDto extends AdditionalDataHolder, Parsable {
2758
2259
  /**
2759
- * Original filename submitted for this filehash record.
2260
+ * File name without directory. Required it carries the lowest rungs of the ladder.
2760
2261
  */
2761
2262
  filename?: string | null;
2762
2263
  /**
2763
- * File size in bytes.
2264
+ * Size of the file in bytes, if known.
2764
2265
  */
2765
2266
  filesize?: number | null;
2766
2267
  /**
2767
- * The id property
2268
+ * OS hash of the file, 16 hexadecimal characters, if the client computed one.
2768
2269
  */
2769
- id?: Guid | null;
2270
+ osHash?: string | null;
2770
2271
  /**
2771
- * Indexer-specific identifier for the release.
2272
+ * Perceptual hash of the file, 16 hexadecimal characters, if the client computed one.Compared for equality only, and only against values computed the way "Perceptual hashes"in the API description prescribes — send none rather than one from another procedure.
2772
2273
  */
2773
- indexerId?: string | null;
2274
+ pHash?: string | null;
2774
2275
  /**
2775
- * Indexer source. Supported values: `DrunkenSlug`, `NzbFinder`, `NzbPorn`.
2276
+ * Client-assigned identifier, returned unchanged. Unique within the request.
2776
2277
  */
2777
- indexerSource?: string | null;
2278
+ ref?: string | null;
2279
+ }
2280
+ /**
2281
+ * What the identification ladder made of one file.
2282
+ */
2283
+ export interface IdentifyVideoResultDto extends AdditionalDataHolder, Parsable {
2778
2284
  /**
2779
- * Whether this filehash record has been verified.
2285
+ * All equally good videos when the match was ambiguous; otherwise empty.
2780
2286
  */
2781
- isVerified?: boolean | null;
2287
+ candidates?: Guid[] | null;
2782
2288
  /**
2783
- * OS hash value as stored.
2289
+ * How much the match can be trusted. Drives whether a client files a file automatically. Known values: None (0), Partial (1), Probable (2), Strong (3), Exact (4), Ambiguous (5).
2784
2290
  */
2785
- osHash?: string | null;
2291
+ confidence?: number | null;
2786
2292
  /**
2787
- * P hash value as stored, or null when not available.
2293
+ * Known values: OsHash (0), PHash (1), Filename (2), ReleaseName (3), Site (4).
2788
2294
  */
2789
- pHash?: string | null;
2295
+ matchedBy?: number | null;
2790
2296
  /**
2791
- * Number of submissions merged into this filehash record.
2297
+ * The client-assigned identifier of the input file, returned unchanged.
2792
2298
  */
2793
- submissionCount?: number | null;
2299
+ ref?: string | null;
2794
2300
  /**
2795
- * The updatedAtUtc property
2301
+ * The site a file could be attributed to.
2796
2302
  */
2797
- updatedAtUtc?: Date | null;
2798
- }
2799
- /**
2800
- * Combined indexer identity used to match filehashes by indexer source and indexer-specific ID.
2801
- */
2802
- export interface IndexerFilehashLookupKeyDto extends AdditionalDataHolder, Parsable {
2303
+ site?: IdentifySiteDto | null;
2803
2304
  /**
2804
- * Indexer-specific identifier for the release.
2305
+ * The video property
2805
2306
  */
2806
- indexerId?: string | null;
2307
+ video?: VideoDetailDto | null;
2807
2308
  /**
2808
- * Indexer source. Supported values: `DrunkenSlug`, `NzbFinder`, `NzbPorn`. Allowed values: DrunkenSlug, NzbFinder, NzbPorn.
2309
+ * The identified video, when exactly one was found.
2809
2310
  */
2810
- indexerSource?: IndexerFilehashLookupKeyDto_indexerSource | null;
2311
+ videoId?: Guid | null;
2811
2312
  }
2812
- export type IndexerFilehashLookupKeyDto_indexerSource = (typeof IndexerFilehashLookupKeyDto_indexerSourceObject)[keyof typeof IndexerFilehashLookupKeyDto_indexerSourceObject];
2813
2313
  /**
2814
- * Paged list of the latest indexer filehash entries.
2314
+ * Request body for identifying local files against the prdb catalogue.
2815
2315
  */
2816
- export interface LatestIndexerFilehashesResponse extends AdditionalDataHolder, Parsable {
2817
- /**
2818
- * The items property
2819
- */
2820
- items?: IndexerFilehashDto[] | null;
2821
- /**
2822
- * Current page number (1-based).
2823
- */
2824
- page?: number | null;
2825
- /**
2826
- * Number of items per page.
2827
- */
2828
- pageSize?: number | null;
2316
+ export interface IdentifyVideosRequest extends AdditionalDataHolder, Parsable {
2829
2317
  /**
2830
- * Resolved sort field for the current query.
2318
+ * Files to identify. Between 1 and 200 entries.
2831
2319
  */
2832
- sortBy?: string | null;
2320
+ files?: IdentifyVideoFileDto[] | null;
2833
2321
  /**
2834
- * Resolved sort direction for the current query.
2322
+ * When true, each matched result carries the full video document. Defaults to false.
2835
2323
  */
2836
- sortDirection?: string | null;
2324
+ includeVideoDetails?: boolean | null;
2325
+ }
2326
+ /**
2327
+ * Identification results, one per submitted file.
2328
+ */
2329
+ export interface IdentifyVideosResponse extends AdditionalDataHolder, Parsable {
2837
2330
  /**
2838
- * Total number of filehash entries matching the current filters.
2331
+ * One result per input file, in input order.
2839
2332
  */
2840
- totalCount?: number | null;
2333
+ results?: IdentifyVideoResultDto[] | null;
2841
2334
  }
2842
2335
  export interface LatestPreDbItemDto extends AdditionalDataHolder, Parsable {
2843
2336
  /**
@@ -3154,41 +2647,6 @@ export interface ListWantedVideosResponse extends AdditionalDataHolder, Parsable
3154
2647
  */
3155
2648
  totalPages?: number | null;
3156
2649
  }
3157
- export interface LookupIndexerFilehashesRequest extends AdditionalDataHolder, Parsable {
3158
- /**
3159
- * Optional exact filenames to match.
3160
- */
3161
- filenames?: string[] | null;
3162
- /**
3163
- * Optional exact file sizes to match.
3164
- */
3165
- filesizes?: number[] | null;
3166
- /**
3167
- * Optional filehash row IDs to match.
3168
- */
3169
- ids?: Guid[] | null;
3170
- /**
3171
- * Optional combined indexer source and indexer ID pairs to match.
3172
- */
3173
- indexerKeys?: IndexerFilehashLookupKeyDto[] | null;
3174
- /**
3175
- * Optional OS hash values to match.
3176
- */
3177
- osHashes?: string[] | null;
3178
- /**
3179
- * Optional perceptual hash values to match, 16 hexadecimal characters each. Matched forequality, so a value computed by any procedure other than the one under "Perceptualhashes" in the API description matches nothing rather than failing.
3180
- */
3181
- pHashes?: string[] | null;
3182
- }
3183
- /**
3184
- * Flat indexer filehash lookup results.
3185
- */
3186
- export interface LookupIndexerFilehashesResponse extends AdditionalDataHolder, Parsable {
3187
- /**
3188
- * The items property
3189
- */
3190
- items?: IndexerFilehashDto[] | null;
3191
- }
3192
2650
  export interface LookupVideoFilehashesRequest extends AdditionalDataHolder, Parsable {
3193
2651
  /**
3194
2652
  * Optional exact filenames to match.
@@ -3465,20 +2923,6 @@ export declare function serializeActorLinkDto(writer: SerializationWriter, actor
3465
2923
  * @param writer Serialization writer to use to serialize this model
3466
2924
  */
3467
2925
  export declare function serializeActorSummaryDto(writer: SerializationWriter, actorSummaryDto?: Partial<ActorSummaryDto> | undefined | null, isSerializingDerivedType?: boolean): void;
3468
- /**
3469
- * Serializes information the current object
3470
- * @param AddDownloadedFromIndexerFilenameRequest The instance to serialize from.
3471
- * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3472
- * @param writer Serialization writer to use to serialize this model
3473
- */
3474
- export declare function serializeAddDownloadedFromIndexerFilenameRequest(writer: SerializationWriter, addDownloadedFromIndexerFilenameRequest?: Partial<AddDownloadedFromIndexerFilenameRequest> | undefined | null, isSerializingDerivedType?: boolean): void;
3475
- /**
3476
- * Serializes information the current object
3477
- * @param AddDownloadedFromIndexerRequest The instance to serialize from.
3478
- * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3479
- * @param writer Serialization writer to use to serialize this model
3480
- */
3481
- export declare function serializeAddDownloadedFromIndexerRequest(writer: SerializationWriter, addDownloadedFromIndexerRequest?: Partial<AddDownloadedFromIndexerRequest> | undefined | null, isSerializingDerivedType?: boolean): void;
3482
2926
  /**
3483
2927
  * Serializes information the current object
3484
2928
  * @param AddWantedVideosBatchRequest The instance to serialize from.
@@ -3493,20 +2937,6 @@ export declare function serializeAddWantedVideosBatchRequest(writer: Serializati
3493
2937
  * @param writer Serialization writer to use to serialize this model
3494
2938
  */
3495
2939
  export declare function serializeAddWantedVideosBatchResponse(writer: SerializationWriter, addWantedVideosBatchResponse?: Partial<AddWantedVideosBatchResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
3496
- /**
3497
- * Serializes information the current object
3498
- * @param DownloadedFromIndexerFilenameDto The instance to serialize from.
3499
- * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3500
- * @param writer Serialization writer to use to serialize this model
3501
- */
3502
- export declare function serializeDownloadedFromIndexerFilenameDto(writer: SerializationWriter, downloadedFromIndexerFilenameDto?: Partial<DownloadedFromIndexerFilenameDto> | undefined | null, isSerializingDerivedType?: boolean): void;
3503
- /**
3504
- * Serializes information the current object
3505
- * @param DownloadedFromIndexerResponse The instance to serialize from.
3506
- * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3507
- * @param writer Serialization writer to use to serialize this model
3508
- */
3509
- export declare function serializeDownloadedFromIndexerResponse(writer: SerializationWriter, downloadedFromIndexerResponse?: Partial<DownloadedFromIndexerResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
3510
2940
  /**
3511
2941
  * Serializes information the current object
3512
2942
  * @param FavoriteActorChangeDto The instance to serialize from.
@@ -3626,13 +3056,6 @@ export declare function serializeGetFavoriteSiteChangesResponse(writer: Serializ
3626
3056
  * @param writer Serialization writer to use to serialize this model
3627
3057
  */
3628
3058
  export declare function serializeGetHealthResponse(writer: SerializationWriter, getHealthResponse?: Partial<GetHealthResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
3629
- /**
3630
- * Serializes information the current object
3631
- * @param GetIndexerFilehashChangesResponse The instance to serialize from.
3632
- * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3633
- * @param writer Serialization writer to use to serialize this model
3634
- */
3635
- export declare function serializeGetIndexerFilehashChangesResponse(writer: SerializationWriter, getIndexerFilehashChangesResponse?: Partial<GetIndexerFilehashChangesResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
3636
3059
  /**
3637
3060
  * Serializes information the current object
3638
3061
  * @param GetRateLimitResponse The instance to serialize from.
@@ -3724,48 +3147,6 @@ export declare function serializeIdentifyVideosRequest(writer: SerializationWrit
3724
3147
  * @param writer Serialization writer to use to serialize this model
3725
3148
  */
3726
3149
  export declare function serializeIdentifyVideosResponse(writer: SerializationWriter, identifyVideosResponse?: Partial<IdentifyVideosResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
3727
- /**
3728
- * Serializes information the current object
3729
- * @param IndexerFilehashChangeDto The instance to serialize from.
3730
- * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3731
- * @param writer Serialization writer to use to serialize this model
3732
- */
3733
- export declare function serializeIndexerFilehashChangeDto(writer: SerializationWriter, indexerFilehashChangeDto?: Partial<IndexerFilehashChangeDto> | undefined | null, isSerializingDerivedType?: boolean): void;
3734
- /**
3735
- * Serializes information the current object
3736
- * @param IndexerFilehashChangeFilehashDto The instance to serialize from.
3737
- * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3738
- * @param writer Serialization writer to use to serialize this model
3739
- */
3740
- export declare function serializeIndexerFilehashChangeFilehashDto(writer: SerializationWriter, indexerFilehashChangeFilehashDto?: Partial<IndexerFilehashChangeFilehashDto> | undefined | null, isSerializingDerivedType?: boolean): void;
3741
- /**
3742
- * Serializes information the current object
3743
- * @param IndexerFilehashChangesCursorDto The instance to serialize from.
3744
- * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3745
- * @param writer Serialization writer to use to serialize this model
3746
- */
3747
- export declare function serializeIndexerFilehashChangesCursorDto(writer: SerializationWriter, indexerFilehashChangesCursorDto?: Partial<IndexerFilehashChangesCursorDto> | undefined | null, isSerializingDerivedType?: boolean): void;
3748
- /**
3749
- * Serializes information the current object
3750
- * @param IndexerFilehashDto The instance to serialize from.
3751
- * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3752
- * @param writer Serialization writer to use to serialize this model
3753
- */
3754
- export declare function serializeIndexerFilehashDto(writer: SerializationWriter, indexerFilehashDto?: Partial<IndexerFilehashDto> | undefined | null, isSerializingDerivedType?: boolean): void;
3755
- /**
3756
- * Serializes information the current object
3757
- * @param IndexerFilehashLookupKeyDto The instance to serialize from.
3758
- * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3759
- * @param writer Serialization writer to use to serialize this model
3760
- */
3761
- export declare function serializeIndexerFilehashLookupKeyDto(writer: SerializationWriter, indexerFilehashLookupKeyDto?: Partial<IndexerFilehashLookupKeyDto> | undefined | null, isSerializingDerivedType?: boolean): void;
3762
- /**
3763
- * Serializes information the current object
3764
- * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3765
- * @param LatestIndexerFilehashesResponse The instance to serialize from.
3766
- * @param writer Serialization writer to use to serialize this model
3767
- */
3768
- export declare function serializeLatestIndexerFilehashesResponse(writer: SerializationWriter, latestIndexerFilehashesResponse?: Partial<LatestIndexerFilehashesResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
3769
3150
  /**
3770
3151
  * Serializes information the current object
3771
3152
  * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
@@ -3850,20 +3231,6 @@ export declare function serializeListVideosResponse(writer: SerializationWriter,
3850
3231
  * @param writer Serialization writer to use to serialize this model
3851
3232
  */
3852
3233
  export declare function serializeListWantedVideosResponse(writer: SerializationWriter, listWantedVideosResponse?: Partial<ListWantedVideosResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
3853
- /**
3854
- * Serializes information the current object
3855
- * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3856
- * @param LookupIndexerFilehashesRequest The instance to serialize from.
3857
- * @param writer Serialization writer to use to serialize this model
3858
- */
3859
- export declare function serializeLookupIndexerFilehashesRequest(writer: SerializationWriter, lookupIndexerFilehashesRequest?: Partial<LookupIndexerFilehashesRequest> | undefined | null, isSerializingDerivedType?: boolean): void;
3860
- /**
3861
- * Serializes information the current object
3862
- * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3863
- * @param LookupIndexerFilehashesResponse The instance to serialize from.
3864
- * @param writer Serialization writer to use to serialize this model
3865
- */
3866
- export declare function serializeLookupIndexerFilehashesResponse(writer: SerializationWriter, lookupIndexerFilehashesResponse?: Partial<LookupIndexerFilehashesResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
3867
3234
  /**
3868
3235
  * Serializes information the current object
3869
3236
  * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
@@ -3983,20 +3350,6 @@ export declare function serializeSubmitVideoUserImageResponse(writer: Serializat
3983
3350
  * @param writer Serialization writer to use to serialize this model
3984
3351
  */
3985
3352
  export declare function serializeUnlinkedVideoFilehashesResponse(writer: SerializationWriter, unlinkedVideoFilehashesResponse?: Partial<UnlinkedVideoFilehashesResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
3986
- /**
3987
- * Serializes information the current object
3988
- * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3989
- * @param UpdateDownloadedFromIndexerFilenameRequest The instance to serialize from.
3990
- * @param writer Serialization writer to use to serialize this model
3991
- */
3992
- export declare function serializeUpdateDownloadedFromIndexerFilenameRequest(writer: SerializationWriter, updateDownloadedFromIndexerFilenameRequest?: Partial<UpdateDownloadedFromIndexerFilenameRequest> | undefined | null, isSerializingDerivedType?: boolean): void;
3993
- /**
3994
- * Serializes information the current object
3995
- * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3996
- * @param UpdateDownloadedFromIndexerRequest The instance to serialize from.
3997
- * @param writer Serialization writer to use to serialize this model
3998
- */
3999
- export declare function serializeUpdateDownloadedFromIndexerRequest(writer: SerializationWriter, updateDownloadedFromIndexerRequest?: Partial<UpdateDownloadedFromIndexerRequest> | undefined | null, isSerializingDerivedType?: boolean): void;
4000
3353
  /**
4001
3354
  * Serializes information the current object
4002
3355
  * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
@@ -4241,6 +3594,26 @@ export interface SubmitVideoFilehashesResponse extends AdditionalDataHolder, Par
4241
3594
  * A single hash-to-video assignment.
4242
3595
  */
4243
3596
  export interface SubmitVideoFilehashItem extends AdditionalDataHolder, Parsable {
3597
+ /**
3598
+ * Channel count of the audio stream.
3599
+ */
3600
+ audioChannels?: number | null;
3601
+ /**
3602
+ * Codec of the audio stream, as the probe names it ("aac", "mp3").
3603
+ */
3604
+ audioCodec?: string | null;
3605
+ /**
3606
+ * Overall bit rate of the file in bits per second, across all streams.
3607
+ */
3608
+ bitRate?: number | null;
3609
+ /**
3610
+ * Container of the file as the probe names it. Send it verbatim — it is usually a commaseparated list of the formats the demuxer covers ("mov,mp4,m4a,3gp,3g2,mj2"), not one token.
3611
+ */
3612
+ containerFormat?: string | null;
3613
+ /**
3614
+ * Duration of the file in milliseconds, if the client probed it. Optional, like every fieldbelow it: a client that cannot or will not probe submits without them.
3615
+ */
3616
+ durationMs?: number | null;
4244
3617
  /**
4245
3618
  * File name without directory. Optional — a client may withhold it, and the endpoint works without it.
4246
3619
  */
@@ -4249,6 +3622,14 @@ export interface SubmitVideoFilehashItem extends AdditionalDataHolder, Parsable
4249
3622
  * Size of the file in bytes.
4250
3623
  */
4251
3624
  filesize?: number | null;
3625
+ /**
3626
+ * Average frame rate as the rational the probe reports, verbatim: "24000/1001", not "23.976".Rounding merges rates that are not the same one, and for a variable-rate file the largedenominator is the only sign that the value is an average rather than a rate.
3627
+ */
3628
+ frameRate?: string | null;
3629
+ /**
3630
+ * Height of the video stream in pixels, as stored.
3631
+ */
3632
+ height?: number | null;
4252
3633
  /**
4253
3634
  * OS hash of the file, 16 hexadecimal characters. Required; it is the only aggregation key.
4254
3635
  */
@@ -4257,14 +3638,26 @@ export interface SubmitVideoFilehashItem extends AdditionalDataHolder, Parsable
4257
3638
  * Perceptual hash of the file, 16 hexadecimal characters, if the client computed one. It mustbe computed as "Perceptual hashes" in the API description prescribes; a submission carryinga value from another procedure contributes a row nothing can match.
4258
3639
  */
4259
3640
  pHash?: string | null;
3641
+ /**
3642
+ * The scene release name the file came in, if the client knows one. Optional. It is a releasename, not a file name: send it when the acquisition carried one, and leave it out otherwise.
3643
+ */
3644
+ releaseName?: string | null;
4260
3645
  /**
4261
3646
  * Known values: UserConfirmed (0), ClientDetected (1).
4262
3647
  */
4263
3648
  source?: number | null;
3649
+ /**
3650
+ * Codec of the video stream, as the probe names it ("h264", "hevc", "av1").
3651
+ */
3652
+ videoCodec?: string | null;
4264
3653
  /**
4265
3654
  * The video this file is. Required — a hash observation without an assignment is not accepted.
4266
3655
  */
4267
3656
  videoId?: Guid | null;
3657
+ /**
3658
+ * Width of the video stream in pixels, as stored. Do not reorder it with the height to make the file landscape.
3659
+ */
3660
+ width?: number | null;
4268
3661
  }
4269
3662
  /**
4270
3663
  * What happened to one submitted assignment.
@@ -4330,46 +3723,6 @@ export interface UnlinkedVideoFilehashesResponse extends AdditionalDataHolder, P
4330
3723
  */
4331
3724
  totalCount?: number | null;
4332
3725
  }
4333
- export interface UpdateDownloadedFromIndexerFilenameRequest extends AdditionalDataHolder, Parsable {
4334
- /**
4335
- * The filename as reported by the indexer/download source.
4336
- */
4337
- filename?: string | null;
4338
- /**
4339
- * File size in bytes.
4340
- */
4341
- filesize?: number | null;
4342
- /**
4343
- * Optional OS hash value as a 16-character fixed-length string.
4344
- */
4345
- osHash?: string | null;
4346
- /**
4347
- * Optional perceptual hash value, 16 hexadecimal characters. It must be computed as"Perceptual hashes" in the API description prescribes; a value from another procedureis stored but can never be matched.
4348
- */
4349
- pHash?: string | null;
4350
- }
4351
- export interface UpdateDownloadedFromIndexerRequest extends AdditionalDataHolder, Parsable {
4352
- /**
4353
- * Download identifier returned by the indexer or download client.
4354
- */
4355
- downloadIdentifier?: string | null;
4356
- /**
4357
- * Indexer-specific identifier for the download item.
4358
- */
4359
- indexerId?: string | null;
4360
- /**
4361
- * Known values: DrunkenSlug (0), NzbFinder (1), NzbPorn (2).
4362
- */
4363
- indexerSource?: number | null;
4364
- /**
4365
- * NZB or release name.
4366
- */
4367
- nzbName?: string | null;
4368
- /**
4369
- * NZB or release URL.
4370
- */
4371
- nzbUrl?: string | null;
4372
- }
4373
3726
  export interface UpdateWantedVideoRequest extends AdditionalDataHolder, Parsable {
4374
3727
  /**
4375
3728
  * When the wanted video was fulfilled, if applicable.
@@ -5082,14 +4435,6 @@ export interface WantedVideoSummaryDto extends AdditionalDataHolder, Parsable {
5082
4435
  */
5083
4436
  videoTitle?: string | null;
5084
4437
  }
5085
- /**
5086
- * Indexer source. Supported values: `DrunkenSlug`, `NzbFinder`, `NzbPorn`. Allowed values: DrunkenSlug, NzbFinder, NzbPorn.
5087
- */
5088
- export declare const IndexerFilehashLookupKeyDto_indexerSourceObject: {
5089
- readonly DrunkenSlug: "DrunkenSlug";
5090
- readonly NzbFinder: "NzbFinder";
5091
- readonly NzbPorn: "NzbPorn";
5092
- };
5093
4438
  /**
5094
4439
  * Allowed values: NotRelatedToVideo, SpamOrPromotional, OffensiveOrProhibited, DuplicateOrLowQuality, MisleadingOrWrongPreview, CopyrightConcern, Other.
5095
4440
  */