@prdb/sdk 0.7.0 → 0.9.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 (58) hide show
  1. package/README.md +10 -14
  2. package/dist/generated/models/index.d.ts +196 -735
  3. package/dist/generated/models/index.d.ts.map +1 -1
  4. package/dist/generated/models/index.js +158 -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/generated/videos/images/changes/index.d.ts +58 -0
  12. package/dist/generated/videos/images/changes/index.d.ts.map +1 -0
  13. package/dist/generated/{indexerFilehashes → videos/images}/changes/index.js +5 -13
  14. package/dist/generated/videos/images/changes/index.js.map +1 -0
  15. package/dist/generated/videos/images/index.d.ts +20 -0
  16. package/dist/generated/videos/images/index.d.ts.map +1 -0
  17. package/dist/generated/videos/images/index.js +20 -0
  18. package/dist/generated/videos/images/index.js.map +1 -0
  19. package/dist/generated/videos/index.d.ts +5 -0
  20. package/dist/generated/videos/index.d.ts.map +1 -1
  21. package/dist/generated/videos/index.js +5 -0
  22. package/dist/generated/videos/index.js.map +1 -1
  23. package/dist/index.d.ts +6 -10
  24. package/dist/index.d.ts.map +1 -1
  25. package/dist/index.js +6 -10
  26. package/dist/index.js.map +1 -1
  27. package/package.json +1 -1
  28. package/dist/generated/downloadedFromIndexers/index.d.ts +0 -48
  29. package/dist/generated/downloadedFromIndexers/index.d.ts.map +0 -1
  30. package/dist/generated/downloadedFromIndexers/index.js +0 -47
  31. package/dist/generated/downloadedFromIndexers/index.js.map +0 -1
  32. package/dist/generated/downloadedFromIndexers/item/filenames/index.d.ts +0 -48
  33. package/dist/generated/downloadedFromIndexers/item/filenames/index.d.ts.map +0 -1
  34. package/dist/generated/downloadedFromIndexers/item/filenames/index.js +0 -46
  35. package/dist/generated/downloadedFromIndexers/item/filenames/index.js.map +0 -1
  36. package/dist/generated/downloadedFromIndexers/item/filenames/item/index.d.ts +0 -53
  37. package/dist/generated/downloadedFromIndexers/item/filenames/item/index.d.ts.map +0 -1
  38. package/dist/generated/downloadedFromIndexers/item/filenames/item/index.js +0 -47
  39. package/dist/generated/downloadedFromIndexers/item/filenames/item/index.js.map +0 -1
  40. package/dist/generated/downloadedFromIndexers/item/index.d.ts +0 -62
  41. package/dist/generated/downloadedFromIndexers/item/index.d.ts.map +0 -1
  42. package/dist/generated/downloadedFromIndexers/item/index.js +0 -58
  43. package/dist/generated/downloadedFromIndexers/item/index.js.map +0 -1
  44. package/dist/generated/indexerFilehashes/changes/index.d.ts +0 -67
  45. package/dist/generated/indexerFilehashes/changes/index.d.ts.map +0 -1
  46. package/dist/generated/indexerFilehashes/changes/index.js.map +0 -1
  47. package/dist/generated/indexerFilehashes/index.d.ts +0 -30
  48. package/dist/generated/indexerFilehashes/index.d.ts.map +0 -1
  49. package/dist/generated/indexerFilehashes/index.js +0 -30
  50. package/dist/generated/indexerFilehashes/index.js.map +0 -1
  51. package/dist/generated/indexerFilehashes/latest/index.d.ts +0 -109
  52. package/dist/generated/indexerFilehashes/latest/index.d.ts.map +0 -1
  53. package/dist/generated/indexerFilehashes/latest/index.js +0 -71
  54. package/dist/generated/indexerFilehashes/latest/index.js.map +0 -1
  55. package/dist/generated/indexerFilehashes/lookup/index.d.ts +0 -35
  56. package/dist/generated/indexerFilehashes/lookup/index.d.ts.map +0 -1
  57. package/dist/generated/indexerFilehashes/lookup/index.js +0 -33
  58. 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
@@ -811,6 +733,12 @@ export declare function createGetVideoFilehashesByVideoIdsRequestFromDiscriminat
811
733
  * @returns {GetVideoFilehashesByVideoIdsResponse}
812
734
  */
813
735
  export declare function createGetVideoFilehashesByVideoIdsResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
736
+ /**
737
+ * Creates a new instance of the appropriate class based on discriminator value
738
+ * @param parseNode The parse node to use to read the discriminator value and create the object
739
+ * @returns {GetVideoImageChangesResponse}
740
+ */
741
+ export declare function createGetVideoImageChangesResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
814
742
  /**
815
743
  * Creates a new instance of the appropriate class based on discriminator value
816
744
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -859,42 +787,6 @@ export declare function createIdentifyVideosRequestFromDiscriminatorValue(parseN
859
787
  * @returns {IdentifyVideosResponse}
860
788
  */
861
789
  export declare function createIdentifyVideosResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
862
- /**
863
- * Creates a new instance of the appropriate class based on discriminator value
864
- * @param parseNode The parse node to use to read the discriminator value and create the object
865
- * @returns {IndexerFilehashChangeDto}
866
- */
867
- export declare function createIndexerFilehashChangeDtoFromDiscriminatorValue(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 {IndexerFilehashChangeFilehashDto}
872
- */
873
- export declare function createIndexerFilehashChangeFilehashDtoFromDiscriminatorValue(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 {IndexerFilehashChangesCursorDto}
878
- */
879
- export declare function createIndexerFilehashChangesCursorDtoFromDiscriminatorValue(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 {IndexerFilehashDto}
884
- */
885
- export declare function createIndexerFilehashDtoFromDiscriminatorValue(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 {IndexerFilehashLookupKeyDto}
890
- */
891
- export declare function createIndexerFilehashLookupKeyDtoFromDiscriminatorValue(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 {LatestIndexerFilehashesResponse}
896
- */
897
- export declare function createLatestIndexerFilehashesResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
898
790
  /**
899
791
  * Creates a new instance of the appropriate class based on discriminator value
900
792
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -967,18 +859,6 @@ export declare function createListVideosResponseFromDiscriminatorValue(parseNode
967
859
  * @returns {ListWantedVideosResponse}
968
860
  */
969
861
  export declare function createListWantedVideosResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
970
- /**
971
- * Creates a new instance of the appropriate class based on discriminator value
972
- * @param parseNode The parse node to use to read the discriminator value and create the object
973
- * @returns {LookupIndexerFilehashesRequest}
974
- */
975
- export declare function createLookupIndexerFilehashesRequestFromDiscriminatorValue(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 {LookupIndexerFilehashesResponse}
980
- */
981
- export declare function createLookupIndexerFilehashesResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
982
862
  /**
983
863
  * Creates a new instance of the appropriate class based on discriminator value
984
864
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -1081,18 +961,6 @@ export declare function createSubmitVideoUserImageResponseFromDiscriminatorValue
1081
961
  * @returns {UnlinkedVideoFilehashesResponse}
1082
962
  */
1083
963
  export declare function createUnlinkedVideoFilehashesResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
1084
- /**
1085
- * Creates a new instance of the appropriate class based on discriminator value
1086
- * @param parseNode The parse node to use to read the discriminator value and create the object
1087
- * @returns {UpdateDownloadedFromIndexerFilenameRequest}
1088
- */
1089
- export declare function createUpdateDownloadedFromIndexerFilenameRequestFromDiscriminatorValue(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 {UpdateDownloadedFromIndexerRequest}
1094
- */
1095
- export declare function createUpdateDownloadedFromIndexerRequestFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
1096
964
  /**
1097
965
  * Creates a new instance of the appropriate class based on discriminator value
1098
966
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -1183,6 +1051,24 @@ export declare function createVideoFilehashDtoFromDiscriminatorValue(parseNode:
1183
1051
  * @returns {VideoFilehashesByVideoIdDto}
1184
1052
  */
1185
1053
  export declare function createVideoFilehashesByVideoIdDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
1054
+ /**
1055
+ * Creates a new instance of the appropriate class based on discriminator value
1056
+ * @param parseNode The parse node to use to read the discriminator value and create the object
1057
+ * @returns {VideoImageChangeDto}
1058
+ */
1059
+ export declare function createVideoImageChangeDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
1060
+ /**
1061
+ * Creates a new instance of the appropriate class based on discriminator value
1062
+ * @param parseNode The parse node to use to read the discriminator value and create the object
1063
+ * @returns {VideoImageChangeImageDto}
1064
+ */
1065
+ export declare function createVideoImageChangeImageDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
1066
+ /**
1067
+ * Creates a new instance of the appropriate class based on discriminator value
1068
+ * @param parseNode The parse node to use to read the discriminator value and create the object
1069
+ * @returns {VideoImageChangesCursorDto}
1070
+ */
1071
+ export declare function createVideoImageChangesCursorDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
1186
1072
  /**
1187
1073
  * Creates a new instance of the appropriate class based on discriminator value
1188
1074
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -1321,18 +1207,6 @@ export declare function deserializeIntoActorLinkDto(actorLinkDto?: Partial<Actor
1321
1207
  * @returns {Record<string, (node: ParseNode) => void>}
1322
1208
  */
1323
1209
  export declare function deserializeIntoActorSummaryDto(actorSummaryDto?: Partial<ActorSummaryDto> | undefined): Record<string, (node: ParseNode) => void>;
1324
- /**
1325
- * The deserialization information for the current model
1326
- * @param AddDownloadedFromIndexerFilenameRequest The instance to deserialize into.
1327
- * @returns {Record<string, (node: ParseNode) => void>}
1328
- */
1329
- export declare function deserializeIntoAddDownloadedFromIndexerFilenameRequest(addDownloadedFromIndexerFilenameRequest?: Partial<AddDownloadedFromIndexerFilenameRequest> | undefined): Record<string, (node: ParseNode) => void>;
1330
- /**
1331
- * The deserialization information for the current model
1332
- * @param AddDownloadedFromIndexerRequest The instance to deserialize into.
1333
- * @returns {Record<string, (node: ParseNode) => void>}
1334
- */
1335
- export declare function deserializeIntoAddDownloadedFromIndexerRequest(addDownloadedFromIndexerRequest?: Partial<AddDownloadedFromIndexerRequest> | undefined): Record<string, (node: ParseNode) => void>;
1336
1210
  /**
1337
1211
  * The deserialization information for the current model
1338
1212
  * @param AddWantedVideosBatchRequest The instance to deserialize into.
@@ -1345,18 +1219,6 @@ export declare function deserializeIntoAddWantedVideosBatchRequest(addWantedVide
1345
1219
  * @returns {Record<string, (node: ParseNode) => void>}
1346
1220
  */
1347
1221
  export declare function deserializeIntoAddWantedVideosBatchResponse(addWantedVideosBatchResponse?: Partial<AddWantedVideosBatchResponse> | undefined): Record<string, (node: ParseNode) => void>;
1348
- /**
1349
- * The deserialization information for the current model
1350
- * @param DownloadedFromIndexerFilenameDto The instance to deserialize into.
1351
- * @returns {Record<string, (node: ParseNode) => void>}
1352
- */
1353
- export declare function deserializeIntoDownloadedFromIndexerFilenameDto(downloadedFromIndexerFilenameDto?: Partial<DownloadedFromIndexerFilenameDto> | undefined): Record<string, (node: ParseNode) => void>;
1354
- /**
1355
- * The deserialization information for the current model
1356
- * @param DownloadedFromIndexerResponse The instance to deserialize into.
1357
- * @returns {Record<string, (node: ParseNode) => void>}
1358
- */
1359
- export declare function deserializeIntoDownloadedFromIndexerResponse(downloadedFromIndexerResponse?: Partial<DownloadedFromIndexerResponse> | undefined): Record<string, (node: ParseNode) => void>;
1360
1222
  /**
1361
1223
  * The deserialization information for the current model
1362
1224
  * @param FavoriteActorChangeDto The instance to deserialize into.
@@ -1459,12 +1321,6 @@ export declare function deserializeIntoGetFavoriteSiteChangesResponse(getFavorit
1459
1321
  * @returns {Record<string, (node: ParseNode) => void>}
1460
1322
  */
1461
1323
  export declare function deserializeIntoGetHealthResponse(getHealthResponse?: Partial<GetHealthResponse> | undefined): Record<string, (node: ParseNode) => void>;
1462
- /**
1463
- * The deserialization information for the current model
1464
- * @param GetIndexerFilehashChangesResponse The instance to deserialize into.
1465
- * @returns {Record<string, (node: ParseNode) => void>}
1466
- */
1467
- export declare function deserializeIntoGetIndexerFilehashChangesResponse(getIndexerFilehashChangesResponse?: Partial<GetIndexerFilehashChangesResponse> | undefined): Record<string, (node: ParseNode) => void>;
1468
1324
  /**
1469
1325
  * The deserialization information for the current model
1470
1326
  * @param GetRateLimitResponse The instance to deserialize into.
@@ -1489,6 +1345,12 @@ export declare function deserializeIntoGetVideoFilehashesByVideoIdsRequest(getVi
1489
1345
  * @returns {Record<string, (node: ParseNode) => void>}
1490
1346
  */
1491
1347
  export declare function deserializeIntoGetVideoFilehashesByVideoIdsResponse(getVideoFilehashesByVideoIdsResponse?: Partial<GetVideoFilehashesByVideoIdsResponse> | undefined): Record<string, (node: ParseNode) => void>;
1348
+ /**
1349
+ * The deserialization information for the current model
1350
+ * @param GetVideoImageChangesResponse The instance to deserialize into.
1351
+ * @returns {Record<string, (node: ParseNode) => void>}
1352
+ */
1353
+ export declare function deserializeIntoGetVideoImageChangesResponse(getVideoImageChangesResponse?: Partial<GetVideoImageChangesResponse> | undefined): Record<string, (node: ParseNode) => void>;
1492
1354
  /**
1493
1355
  * The deserialization information for the current model
1494
1356
  * @param GetVideosByIdsRequest The instance to deserialize into.
@@ -1537,42 +1399,6 @@ export declare function deserializeIntoIdentifyVideosRequest(identifyVideosReque
1537
1399
  * @returns {Record<string, (node: ParseNode) => void>}
1538
1400
  */
1539
1401
  export declare function deserializeIntoIdentifyVideosResponse(identifyVideosResponse?: Partial<IdentifyVideosResponse> | undefined): Record<string, (node: ParseNode) => void>;
1540
- /**
1541
- * The deserialization information for the current model
1542
- * @param IndexerFilehashChangeDto The instance to deserialize into.
1543
- * @returns {Record<string, (node: ParseNode) => void>}
1544
- */
1545
- export declare function deserializeIntoIndexerFilehashChangeDto(indexerFilehashChangeDto?: Partial<IndexerFilehashChangeDto> | undefined): Record<string, (node: ParseNode) => void>;
1546
- /**
1547
- * The deserialization information for the current model
1548
- * @param IndexerFilehashChangeFilehashDto The instance to deserialize into.
1549
- * @returns {Record<string, (node: ParseNode) => void>}
1550
- */
1551
- export declare function deserializeIntoIndexerFilehashChangeFilehashDto(indexerFilehashChangeFilehashDto?: Partial<IndexerFilehashChangeFilehashDto> | undefined): Record<string, (node: ParseNode) => void>;
1552
- /**
1553
- * The deserialization information for the current model
1554
- * @param IndexerFilehashChangesCursorDto The instance to deserialize into.
1555
- * @returns {Record<string, (node: ParseNode) => void>}
1556
- */
1557
- export declare function deserializeIntoIndexerFilehashChangesCursorDto(indexerFilehashChangesCursorDto?: Partial<IndexerFilehashChangesCursorDto> | undefined): Record<string, (node: ParseNode) => void>;
1558
- /**
1559
- * The deserialization information for the current model
1560
- * @param IndexerFilehashDto The instance to deserialize into.
1561
- * @returns {Record<string, (node: ParseNode) => void>}
1562
- */
1563
- export declare function deserializeIntoIndexerFilehashDto(indexerFilehashDto?: Partial<IndexerFilehashDto> | undefined): Record<string, (node: ParseNode) => void>;
1564
- /**
1565
- * The deserialization information for the current model
1566
- * @param IndexerFilehashLookupKeyDto The instance to deserialize into.
1567
- * @returns {Record<string, (node: ParseNode) => void>}
1568
- */
1569
- export declare function deserializeIntoIndexerFilehashLookupKeyDto(indexerFilehashLookupKeyDto?: Partial<IndexerFilehashLookupKeyDto> | undefined): Record<string, (node: ParseNode) => void>;
1570
- /**
1571
- * The deserialization information for the current model
1572
- * @param LatestIndexerFilehashesResponse The instance to deserialize into.
1573
- * @returns {Record<string, (node: ParseNode) => void>}
1574
- */
1575
- export declare function deserializeIntoLatestIndexerFilehashesResponse(latestIndexerFilehashesResponse?: Partial<LatestIndexerFilehashesResponse> | undefined): Record<string, (node: ParseNode) => void>;
1576
1402
  /**
1577
1403
  * The deserialization information for the current model
1578
1404
  * @param LatestPreDbItemDto The instance to deserialize into.
@@ -1645,18 +1471,6 @@ export declare function deserializeIntoListVideosResponse(listVideosResponse?: P
1645
1471
  * @returns {Record<string, (node: ParseNode) => void>}
1646
1472
  */
1647
1473
  export declare function deserializeIntoListWantedVideosResponse(listWantedVideosResponse?: Partial<ListWantedVideosResponse> | undefined): Record<string, (node: ParseNode) => void>;
1648
- /**
1649
- * The deserialization information for the current model
1650
- * @param LookupIndexerFilehashesRequest The instance to deserialize into.
1651
- * @returns {Record<string, (node: ParseNode) => void>}
1652
- */
1653
- export declare function deserializeIntoLookupIndexerFilehashesRequest(lookupIndexerFilehashesRequest?: Partial<LookupIndexerFilehashesRequest> | undefined): Record<string, (node: ParseNode) => void>;
1654
- /**
1655
- * The deserialization information for the current model
1656
- * @param LookupIndexerFilehashesResponse The instance to deserialize into.
1657
- * @returns {Record<string, (node: ParseNode) => void>}
1658
- */
1659
- export declare function deserializeIntoLookupIndexerFilehashesResponse(lookupIndexerFilehashesResponse?: Partial<LookupIndexerFilehashesResponse> | undefined): Record<string, (node: ParseNode) => void>;
1660
1474
  /**
1661
1475
  * The deserialization information for the current model
1662
1476
  * @param LookupVideoFilehashesRequest The instance to deserialize into.
@@ -1759,18 +1573,6 @@ export declare function deserializeIntoSubmitVideoUserImageResponse(submitVideoU
1759
1573
  * @returns {Record<string, (node: ParseNode) => void>}
1760
1574
  */
1761
1575
  export declare function deserializeIntoUnlinkedVideoFilehashesResponse(unlinkedVideoFilehashesResponse?: Partial<UnlinkedVideoFilehashesResponse> | undefined): Record<string, (node: ParseNode) => void>;
1762
- /**
1763
- * The deserialization information for the current model
1764
- * @param UpdateDownloadedFromIndexerFilenameRequest The instance to deserialize into.
1765
- * @returns {Record<string, (node: ParseNode) => void>}
1766
- */
1767
- export declare function deserializeIntoUpdateDownloadedFromIndexerFilenameRequest(updateDownloadedFromIndexerFilenameRequest?: Partial<UpdateDownloadedFromIndexerFilenameRequest> | undefined): Record<string, (node: ParseNode) => void>;
1768
- /**
1769
- * The deserialization information for the current model
1770
- * @param UpdateDownloadedFromIndexerRequest The instance to deserialize into.
1771
- * @returns {Record<string, (node: ParseNode) => void>}
1772
- */
1773
- export declare function deserializeIntoUpdateDownloadedFromIndexerRequest(updateDownloadedFromIndexerRequest?: Partial<UpdateDownloadedFromIndexerRequest> | undefined): Record<string, (node: ParseNode) => void>;
1774
1576
  /**
1775
1577
  * The deserialization information for the current model
1776
1578
  * @param UpdateWantedVideoRequest The instance to deserialize into.
@@ -1861,6 +1663,24 @@ export declare function deserializeIntoVideoFilehashDto(videoFilehashDto?: Parti
1861
1663
  * @returns {Record<string, (node: ParseNode) => void>}
1862
1664
  */
1863
1665
  export declare function deserializeIntoVideoFilehashesByVideoIdDto(videoFilehashesByVideoIdDto?: Partial<VideoFilehashesByVideoIdDto> | undefined): Record<string, (node: ParseNode) => void>;
1666
+ /**
1667
+ * The deserialization information for the current model
1668
+ * @param VideoImageChangeDto The instance to deserialize into.
1669
+ * @returns {Record<string, (node: ParseNode) => void>}
1670
+ */
1671
+ export declare function deserializeIntoVideoImageChangeDto(videoImageChangeDto?: Partial<VideoImageChangeDto> | undefined): Record<string, (node: ParseNode) => void>;
1672
+ /**
1673
+ * The deserialization information for the current model
1674
+ * @param VideoImageChangeImageDto The instance to deserialize into.
1675
+ * @returns {Record<string, (node: ParseNode) => void>}
1676
+ */
1677
+ export declare function deserializeIntoVideoImageChangeImageDto(videoImageChangeImageDto?: Partial<VideoImageChangeImageDto> | undefined): Record<string, (node: ParseNode) => void>;
1678
+ /**
1679
+ * The deserialization information for the current model
1680
+ * @param VideoImageChangesCursorDto The instance to deserialize into.
1681
+ * @returns {Record<string, (node: ParseNode) => void>}
1682
+ */
1683
+ export declare function deserializeIntoVideoImageChangesCursorDto(videoImageChangesCursorDto?: Partial<VideoImageChangesCursorDto> | undefined): Record<string, (node: ParseNode) => void>;
1864
1684
  /**
1865
1685
  * The deserialization information for the current model
1866
1686
  * @param VideoSummaryActorDto The instance to deserialize into.
@@ -1915,88 +1735,6 @@ export declare function deserializeIntoWantedVideoChangeWantedVideoDto(wantedVid
1915
1735
  * @returns {Record<string, (node: ParseNode) => void>}
1916
1736
  */
1917
1737
  export declare function deserializeIntoWantedVideoSummaryDto(wantedVideoSummaryDto?: Partial<WantedVideoSummaryDto> | undefined): Record<string, (node: ParseNode) => void>;
1918
- /**
1919
- * A filename recorded for a downloaded-from-indexer entry.
1920
- */
1921
- export interface DownloadedFromIndexerFilenameDto extends AdditionalDataHolder, Parsable {
1922
- /**
1923
- * When this filename row was created.
1924
- */
1925
- createdAtUtc?: Date | null;
1926
- /**
1927
- * ID of the parent downloaded-from-indexer entry.
1928
- */
1929
- downloadedFromIndexerId?: Guid | null;
1930
- /**
1931
- * The filename as reported by the indexer/download source.
1932
- */
1933
- filename?: string | null;
1934
- /**
1935
- * File size in bytes.
1936
- */
1937
- filesize?: number | null;
1938
- /**
1939
- * ID of the filename row.
1940
- */
1941
- id?: Guid | null;
1942
- /**
1943
- * Optional OS hash value as a 16-character fixed-length string.
1944
- */
1945
- osHash?: string | null;
1946
- /**
1947
- * Optional perceptual hash value as a 16-character fixed-length string.
1948
- */
1949
- pHash?: string | null;
1950
- /**
1951
- * When this filename row was last updated.
1952
- */
1953
- updatedAtUtc?: Date | null;
1954
- }
1955
- /**
1956
- * A downloaded-from-indexer entry for the current user.
1957
- */
1958
- export interface DownloadedFromIndexerResponse extends AdditionalDataHolder, Parsable {
1959
- /**
1960
- * When this entry was created.
1961
- */
1962
- createdAtUtc?: Date | null;
1963
- /**
1964
- * Download identifier returned by the indexer or download client.
1965
- */
1966
- downloadIdentifier?: string | null;
1967
- /**
1968
- * Filename rows recorded for this entry.
1969
- */
1970
- filenames?: DownloadedFromIndexerFilenameDto[] | null;
1971
- /**
1972
- * ID of the downloaded-from-indexer entry.
1973
- */
1974
- id?: Guid | null;
1975
- /**
1976
- * Indexer-specific identifier for the download item.
1977
- */
1978
- indexerId?: string | null;
1979
- /**
1980
- * Known values: DrunkenSlug (0), NzbFinder (1), NzbPorn (2).
1981
- */
1982
- indexerSource?: number | null;
1983
- /**
1984
- * NZB or release name.
1985
- */
1986
- nzbName?: string | null;
1987
- /**
1988
- * NZB or release URL.
1989
- */
1990
- nzbUrl?: string | null;
1991
- /**
1992
- * When this entry was last updated.
1993
- */
1994
- updatedAtUtc?: Date | null;
1995
- /**
1996
- * ID of the associated wanted video, or null when the download is not linked to a video.
1997
- */
1998
- videoId?: Guid | null;
1999
- }
2000
1738
  /**
2001
1739
  * A single changed favorite actor row in the incremental feed.
2002
1740
  */
@@ -2361,31 +2099,6 @@ export interface GetHealthResponse extends AdditionalDataHolder, Parsable {
2361
2099
  */
2362
2100
  timestamp?: Date | null;
2363
2101
  }
2364
- /**
2365
- * Paged delta feed of indexer filehash changes ordered by updated timestamp and ID.
2366
- */
2367
- export interface GetIndexerFilehashChangesResponse extends AdditionalDataHolder, Parsable {
2368
- /**
2369
- * Whether additional rows exist after the current page.
2370
- */
2371
- hasMore?: boolean | null;
2372
- /**
2373
- * The items property
2374
- */
2375
- items?: IndexerFilehashChangeDto[] | null;
2376
- /**
2377
- * Seek cursor for continuing an indexer filehash change feed.
2378
- */
2379
- nextCursor?: IndexerFilehashChangesCursorDto | null;
2380
- /**
2381
- * The resolved page size for this response.
2382
- */
2383
- pageSize?: number | null;
2384
- /**
2385
- * 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.
2386
- */
2387
- serverTimeUtc?: Date | null;
2388
- }
2389
2102
  /**
2390
2103
  * Current rate limit status for the authenticated user.
2391
2104
  */
@@ -2444,6 +2157,31 @@ export interface GetVideoFilehashesByVideoIdsResponse extends AdditionalDataHold
2444
2157
  */
2445
2158
  notFoundVideoIds?: Guid[] | null;
2446
2159
  }
2160
+ /**
2161
+ * Paged delta feed of video image changes ordered by updated timestamp and ID.
2162
+ */
2163
+ export interface GetVideoImageChangesResponse extends AdditionalDataHolder, Parsable {
2164
+ /**
2165
+ * Whether additional rows exist after the current page.
2166
+ */
2167
+ hasMore?: boolean | null;
2168
+ /**
2169
+ * The items property
2170
+ */
2171
+ items?: VideoImageChangeDto[] | null;
2172
+ /**
2173
+ * Seek cursor for continuing a video image change feed.
2174
+ */
2175
+ nextCursor?: VideoImageChangesCursorDto | null;
2176
+ /**
2177
+ * The resolved page size for this response.
2178
+ */
2179
+ pageSize?: number | null;
2180
+ /**
2181
+ * 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.
2182
+ */
2183
+ serverTimeUtc?: Date | null;
2184
+ }
2447
2185
  export interface GetVideosByIdsRequest extends AdditionalDataHolder, Parsable {
2448
2186
  /**
2449
2187
  * The ids property
@@ -2527,244 +2265,72 @@ export interface IdentifyVideoFileDto extends AdditionalDataHolder, Parsable {
2527
2265
  */
2528
2266
  filesize?: number | null;
2529
2267
  /**
2530
- * OS hash of the file, 16 hexadecimal characters, if the client computed one.
2531
- */
2532
- osHash?: string | null;
2533
- /**
2534
- * 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.
2535
- */
2536
- pHash?: string | null;
2537
- /**
2538
- * Client-assigned identifier, returned unchanged. Unique within the request.
2539
- */
2540
- ref?: string | null;
2541
- }
2542
- /**
2543
- * What the identification ladder made of one file.
2544
- */
2545
- export interface IdentifyVideoResultDto extends AdditionalDataHolder, Parsable {
2546
- /**
2547
- * All equally good videos when the match was ambiguous; otherwise empty.
2548
- */
2549
- candidates?: Guid[] | null;
2550
- /**
2551
- * 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).
2552
- */
2553
- confidence?: number | null;
2554
- /**
2555
- * Known values: OsHash (0), PHash (1), Filename (2), ReleaseName (3), Site (4).
2556
- */
2557
- matchedBy?: number | null;
2558
- /**
2559
- * The client-assigned identifier of the input file, returned unchanged.
2560
- */
2561
- ref?: string | null;
2562
- /**
2563
- * The site a file could be attributed to.
2564
- */
2565
- site?: IdentifySiteDto | null;
2566
- /**
2567
- * The video property
2568
- */
2569
- video?: VideoDetailDto | null;
2570
- /**
2571
- * The identified video, when exactly one was found.
2572
- */
2573
- videoId?: Guid | null;
2574
- }
2575
- /**
2576
- * Request body for identifying local files against the prdb catalogue.
2577
- */
2578
- export interface IdentifyVideosRequest extends AdditionalDataHolder, Parsable {
2579
- /**
2580
- * Files to identify. Between 1 and 200 entries.
2581
- */
2582
- files?: IdentifyVideoFileDto[] | null;
2583
- /**
2584
- * When true, each matched result carries the full video document. Defaults to false.
2585
- */
2586
- includeVideoDetails?: boolean | null;
2587
- }
2588
- /**
2589
- * Identification results, one per submitted file.
2590
- */
2591
- export interface IdentifyVideosResponse extends AdditionalDataHolder, Parsable {
2592
- /**
2593
- * One result per input file, in input order.
2594
- */
2595
- results?: IdentifyVideoResultDto[] | null;
2596
- }
2597
- /**
2598
- * A single changed indexer filehash row in the incremental feed.
2599
- */
2600
- export interface IndexerFilehashChangeDto extends AdditionalDataHolder, Parsable {
2601
- /**
2602
- * One of `created`, `updated`, or `deleted`.
2603
- */
2604
- eventType?: string | null;
2605
- /**
2606
- * Current persisted state of a changed indexer filehash row, including soft-delete fields.
2607
- */
2608
- filehash?: IndexerFilehashChangeFilehashDto | null;
2609
- }
2610
- /**
2611
- * Current persisted state of a changed indexer filehash row, including soft-delete fields.
2612
- */
2613
- export interface IndexerFilehashChangeFilehashDto extends AdditionalDataHolder, Parsable {
2614
- /**
2615
- * The createdAtUtc property
2616
- */
2617
- createdAtUtc?: Date | null;
2618
- /**
2619
- * Timestamp when the row was soft-deleted, or null when still active.
2620
- */
2621
- deletedAtUtc?: Date | null;
2622
- /**
2623
- * Original filename submitted for this filehash record.
2624
- */
2625
- filename?: string | null;
2626
- /**
2627
- * File size in bytes.
2628
- */
2629
- filesize?: number | null;
2630
- /**
2631
- * The id property
2632
- */
2633
- id?: Guid | null;
2634
- /**
2635
- * Indexer-specific identifier for the release.
2636
- */
2637
- indexerId?: string | null;
2638
- /**
2639
- * Indexer source. Supported values: `DrunkenSlug`, `NzbFinder`, `NzbPorn`.
2640
- */
2641
- indexerSource?: string | null;
2642
- /**
2643
- * Whether this row is soft-deleted.
2644
- */
2645
- isDeleted?: boolean | null;
2646
- /**
2647
- * Whether this filehash record has been verified.
2648
- */
2649
- isVerified?: boolean | null;
2650
- /**
2651
- * OS hash value as stored.
2652
- */
2653
- osHash?: string | null;
2654
- /**
2655
- * P hash value as stored, or null when not available.
2656
- */
2657
- pHash?: string | null;
2658
- /**
2659
- * Number of submissions merged into this filehash record.
2660
- */
2661
- submissionCount?: number | null;
2662
- /**
2663
- * The updatedAtUtc property
2664
- */
2665
- updatedAtUtc?: Date | null;
2666
- }
2667
- /**
2668
- * Seek cursor for continuing an indexer filehash change feed.
2669
- */
2670
- export interface IndexerFilehashChangesCursorDto extends AdditionalDataHolder, Parsable {
2671
- /**
2672
- * The id property
2673
- */
2674
- id?: Guid | null;
2675
- /**
2676
- * The updatedAtUtc property
2677
- */
2678
- updatedAtUtc?: Date | null;
2679
- }
2680
- export interface IndexerFilehashDto extends AdditionalDataHolder, Parsable {
2681
- /**
2682
- * The createdAtUtc property
2683
- */
2684
- createdAtUtc?: Date | null;
2685
- /**
2686
- * Original filename submitted for this filehash record.
2687
- */
2688
- filename?: string | null;
2689
- /**
2690
- * File size in bytes.
2691
- */
2692
- filesize?: number | null;
2693
- /**
2694
- * The id property
2695
- */
2696
- id?: Guid | null;
2697
- /**
2698
- * Indexer-specific identifier for the release.
2699
- */
2700
- indexerId?: string | null;
2701
- /**
2702
- * Indexer source. Supported values: `DrunkenSlug`, `NzbFinder`, `NzbPorn`.
2703
- */
2704
- indexerSource?: string | null;
2705
- /**
2706
- * Whether this filehash record has been verified.
2707
- */
2708
- isVerified?: boolean | null;
2709
- /**
2710
- * OS hash value as stored.
2268
+ * OS hash of the file, 16 hexadecimal characters, if the client computed one.
2711
2269
  */
2712
2270
  osHash?: string | null;
2713
2271
  /**
2714
- * P hash value as stored, or null when not available.
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.
2715
2273
  */
2716
2274
  pHash?: string | null;
2717
2275
  /**
2718
- * Number of submissions merged into this filehash record.
2719
- */
2720
- submissionCount?: number | null;
2721
- /**
2722
- * The updatedAtUtc property
2276
+ * Client-assigned identifier, returned unchanged. Unique within the request.
2723
2277
  */
2724
- updatedAtUtc?: Date | null;
2278
+ ref?: string | null;
2725
2279
  }
2726
2280
  /**
2727
- * Combined indexer identity used to match filehashes by indexer source and indexer-specific ID.
2281
+ * What the identification ladder made of one file.
2728
2282
  */
2729
- export interface IndexerFilehashLookupKeyDto extends AdditionalDataHolder, Parsable {
2283
+ export interface IdentifyVideoResultDto extends AdditionalDataHolder, Parsable {
2730
2284
  /**
2731
- * Indexer-specific identifier for the release.
2285
+ * All equally good videos when the match was ambiguous; otherwise empty.
2732
2286
  */
2733
- indexerId?: string | null;
2287
+ candidates?: Guid[] | null;
2734
2288
  /**
2735
- * Indexer source. Supported values: `DrunkenSlug`, `NzbFinder`, `NzbPorn`. Allowed values: DrunkenSlug, NzbFinder, NzbPorn.
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).
2736
2290
  */
2737
- indexerSource?: IndexerFilehashLookupKeyDto_indexerSource | null;
2738
- }
2739
- export type IndexerFilehashLookupKeyDto_indexerSource = (typeof IndexerFilehashLookupKeyDto_indexerSourceObject)[keyof typeof IndexerFilehashLookupKeyDto_indexerSourceObject];
2740
- /**
2741
- * Paged list of the latest indexer filehash entries.
2742
- */
2743
- export interface LatestIndexerFilehashesResponse extends AdditionalDataHolder, Parsable {
2291
+ confidence?: number | null;
2744
2292
  /**
2745
- * The items property
2293
+ * Known values: OsHash (0), PHash (1), Filename (2), ReleaseName (3), Site (4).
2746
2294
  */
2747
- items?: IndexerFilehashDto[] | null;
2295
+ matchedBy?: number | null;
2748
2296
  /**
2749
- * Current page number (1-based).
2297
+ * The client-assigned identifier of the input file, returned unchanged.
2750
2298
  */
2751
- page?: number | null;
2299
+ ref?: string | null;
2752
2300
  /**
2753
- * Number of items per page.
2301
+ * The site a file could be attributed to.
2754
2302
  */
2755
- pageSize?: number | null;
2303
+ site?: IdentifySiteDto | null;
2756
2304
  /**
2757
- * Resolved sort field for the current query.
2305
+ * The video property
2758
2306
  */
2759
- sortBy?: string | null;
2307
+ video?: VideoDetailDto | null;
2760
2308
  /**
2761
- * Resolved sort direction for the current query.
2309
+ * The identified video, when exactly one was found.
2762
2310
  */
2763
- sortDirection?: string | null;
2311
+ videoId?: Guid | null;
2312
+ }
2313
+ /**
2314
+ * Request body for identifying local files against the prdb catalogue.
2315
+ */
2316
+ export interface IdentifyVideosRequest extends AdditionalDataHolder, Parsable {
2764
2317
  /**
2765
- * Total number of filehash entries matching the current filters.
2318
+ * Files to identify. Between 1 and 200 entries.
2766
2319
  */
2767
- totalCount?: number | null;
2320
+ files?: IdentifyVideoFileDto[] | null;
2321
+ /**
2322
+ * When true, each matched result carries the full video document. Defaults to false.
2323
+ */
2324
+ includeVideoDetails?: boolean | null;
2325
+ }
2326
+ /**
2327
+ * Identification results, one per submitted file.
2328
+ */
2329
+ export interface IdentifyVideosResponse extends AdditionalDataHolder, Parsable {
2330
+ /**
2331
+ * One result per input file, in input order.
2332
+ */
2333
+ results?: IdentifyVideoResultDto[] | null;
2768
2334
  }
2769
2335
  export interface LatestPreDbItemDto extends AdditionalDataHolder, Parsable {
2770
2336
  /**
@@ -3081,41 +2647,6 @@ export interface ListWantedVideosResponse extends AdditionalDataHolder, Parsable
3081
2647
  */
3082
2648
  totalPages?: number | null;
3083
2649
  }
3084
- export interface LookupIndexerFilehashesRequest extends AdditionalDataHolder, Parsable {
3085
- /**
3086
- * Optional exact filenames to match.
3087
- */
3088
- filenames?: string[] | null;
3089
- /**
3090
- * Optional exact file sizes to match.
3091
- */
3092
- filesizes?: number[] | null;
3093
- /**
3094
- * Optional filehash row IDs to match.
3095
- */
3096
- ids?: Guid[] | null;
3097
- /**
3098
- * Optional combined indexer source and indexer ID pairs to match.
3099
- */
3100
- indexerKeys?: IndexerFilehashLookupKeyDto[] | null;
3101
- /**
3102
- * Optional OS hash values to match.
3103
- */
3104
- osHashes?: string[] | null;
3105
- /**
3106
- * 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.
3107
- */
3108
- pHashes?: string[] | null;
3109
- }
3110
- /**
3111
- * Flat indexer filehash lookup results.
3112
- */
3113
- export interface LookupIndexerFilehashesResponse extends AdditionalDataHolder, Parsable {
3114
- /**
3115
- * The items property
3116
- */
3117
- items?: IndexerFilehashDto[] | null;
3118
- }
3119
2650
  export interface LookupVideoFilehashesRequest extends AdditionalDataHolder, Parsable {
3120
2651
  /**
3121
2652
  * Optional exact filenames to match.
@@ -3392,20 +2923,6 @@ export declare function serializeActorLinkDto(writer: SerializationWriter, actor
3392
2923
  * @param writer Serialization writer to use to serialize this model
3393
2924
  */
3394
2925
  export declare function serializeActorSummaryDto(writer: SerializationWriter, actorSummaryDto?: Partial<ActorSummaryDto> | undefined | null, isSerializingDerivedType?: boolean): void;
3395
- /**
3396
- * Serializes information the current object
3397
- * @param AddDownloadedFromIndexerFilenameRequest The instance to serialize from.
3398
- * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3399
- * @param writer Serialization writer to use to serialize this model
3400
- */
3401
- export declare function serializeAddDownloadedFromIndexerFilenameRequest(writer: SerializationWriter, addDownloadedFromIndexerFilenameRequest?: Partial<AddDownloadedFromIndexerFilenameRequest> | undefined | null, isSerializingDerivedType?: boolean): void;
3402
- /**
3403
- * Serializes information the current object
3404
- * @param AddDownloadedFromIndexerRequest The instance to serialize from.
3405
- * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3406
- * @param writer Serialization writer to use to serialize this model
3407
- */
3408
- export declare function serializeAddDownloadedFromIndexerRequest(writer: SerializationWriter, addDownloadedFromIndexerRequest?: Partial<AddDownloadedFromIndexerRequest> | undefined | null, isSerializingDerivedType?: boolean): void;
3409
2926
  /**
3410
2927
  * Serializes information the current object
3411
2928
  * @param AddWantedVideosBatchRequest The instance to serialize from.
@@ -3420,20 +2937,6 @@ export declare function serializeAddWantedVideosBatchRequest(writer: Serializati
3420
2937
  * @param writer Serialization writer to use to serialize this model
3421
2938
  */
3422
2939
  export declare function serializeAddWantedVideosBatchResponse(writer: SerializationWriter, addWantedVideosBatchResponse?: Partial<AddWantedVideosBatchResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
3423
- /**
3424
- * Serializes information the current object
3425
- * @param DownloadedFromIndexerFilenameDto The instance to serialize from.
3426
- * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3427
- * @param writer Serialization writer to use to serialize this model
3428
- */
3429
- export declare function serializeDownloadedFromIndexerFilenameDto(writer: SerializationWriter, downloadedFromIndexerFilenameDto?: Partial<DownloadedFromIndexerFilenameDto> | undefined | null, isSerializingDerivedType?: boolean): void;
3430
- /**
3431
- * Serializes information the current object
3432
- * @param DownloadedFromIndexerResponse The instance to serialize from.
3433
- * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3434
- * @param writer Serialization writer to use to serialize this model
3435
- */
3436
- export declare function serializeDownloadedFromIndexerResponse(writer: SerializationWriter, downloadedFromIndexerResponse?: Partial<DownloadedFromIndexerResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
3437
2940
  /**
3438
2941
  * Serializes information the current object
3439
2942
  * @param FavoriteActorChangeDto The instance to serialize from.
@@ -3553,13 +3056,6 @@ export declare function serializeGetFavoriteSiteChangesResponse(writer: Serializ
3553
3056
  * @param writer Serialization writer to use to serialize this model
3554
3057
  */
3555
3058
  export declare function serializeGetHealthResponse(writer: SerializationWriter, getHealthResponse?: Partial<GetHealthResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
3556
- /**
3557
- * Serializes information the current object
3558
- * @param GetIndexerFilehashChangesResponse The instance to serialize from.
3559
- * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3560
- * @param writer Serialization writer to use to serialize this model
3561
- */
3562
- export declare function serializeGetIndexerFilehashChangesResponse(writer: SerializationWriter, getIndexerFilehashChangesResponse?: Partial<GetIndexerFilehashChangesResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
3563
3059
  /**
3564
3060
  * Serializes information the current object
3565
3061
  * @param GetRateLimitResponse The instance to serialize from.
@@ -3588,6 +3084,13 @@ export declare function serializeGetVideoFilehashesByVideoIdsRequest(writer: Ser
3588
3084
  * @param writer Serialization writer to use to serialize this model
3589
3085
  */
3590
3086
  export declare function serializeGetVideoFilehashesByVideoIdsResponse(writer: SerializationWriter, getVideoFilehashesByVideoIdsResponse?: Partial<GetVideoFilehashesByVideoIdsResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
3087
+ /**
3088
+ * Serializes information the current object
3089
+ * @param GetVideoImageChangesResponse The instance to serialize from.
3090
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3091
+ * @param writer Serialization writer to use to serialize this model
3092
+ */
3093
+ export declare function serializeGetVideoImageChangesResponse(writer: SerializationWriter, getVideoImageChangesResponse?: Partial<GetVideoImageChangesResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
3591
3094
  /**
3592
3095
  * Serializes information the current object
3593
3096
  * @param GetVideosByIdsRequest The instance to serialize from.
@@ -3644,48 +3147,6 @@ export declare function serializeIdentifyVideosRequest(writer: SerializationWrit
3644
3147
  * @param writer Serialization writer to use to serialize this model
3645
3148
  */
3646
3149
  export declare function serializeIdentifyVideosResponse(writer: SerializationWriter, identifyVideosResponse?: Partial<IdentifyVideosResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
3647
- /**
3648
- * Serializes information the current object
3649
- * @param IndexerFilehashChangeDto The instance to serialize from.
3650
- * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3651
- * @param writer Serialization writer to use to serialize this model
3652
- */
3653
- export declare function serializeIndexerFilehashChangeDto(writer: SerializationWriter, indexerFilehashChangeDto?: Partial<IndexerFilehashChangeDto> | undefined | null, isSerializingDerivedType?: boolean): void;
3654
- /**
3655
- * Serializes information the current object
3656
- * @param IndexerFilehashChangeFilehashDto The instance to serialize from.
3657
- * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3658
- * @param writer Serialization writer to use to serialize this model
3659
- */
3660
- export declare function serializeIndexerFilehashChangeFilehashDto(writer: SerializationWriter, indexerFilehashChangeFilehashDto?: Partial<IndexerFilehashChangeFilehashDto> | undefined | null, isSerializingDerivedType?: boolean): void;
3661
- /**
3662
- * Serializes information the current object
3663
- * @param IndexerFilehashChangesCursorDto The instance to serialize from.
3664
- * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3665
- * @param writer Serialization writer to use to serialize this model
3666
- */
3667
- export declare function serializeIndexerFilehashChangesCursorDto(writer: SerializationWriter, indexerFilehashChangesCursorDto?: Partial<IndexerFilehashChangesCursorDto> | undefined | null, isSerializingDerivedType?: boolean): void;
3668
- /**
3669
- * Serializes information the current object
3670
- * @param IndexerFilehashDto The instance to serialize from.
3671
- * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3672
- * @param writer Serialization writer to use to serialize this model
3673
- */
3674
- export declare function serializeIndexerFilehashDto(writer: SerializationWriter, indexerFilehashDto?: Partial<IndexerFilehashDto> | undefined | null, isSerializingDerivedType?: boolean): void;
3675
- /**
3676
- * Serializes information the current object
3677
- * @param IndexerFilehashLookupKeyDto The instance to serialize from.
3678
- * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3679
- * @param writer Serialization writer to use to serialize this model
3680
- */
3681
- export declare function serializeIndexerFilehashLookupKeyDto(writer: SerializationWriter, indexerFilehashLookupKeyDto?: Partial<IndexerFilehashLookupKeyDto> | undefined | null, isSerializingDerivedType?: boolean): void;
3682
- /**
3683
- * Serializes information the current object
3684
- * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3685
- * @param LatestIndexerFilehashesResponse The instance to serialize from.
3686
- * @param writer Serialization writer to use to serialize this model
3687
- */
3688
- export declare function serializeLatestIndexerFilehashesResponse(writer: SerializationWriter, latestIndexerFilehashesResponse?: Partial<LatestIndexerFilehashesResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
3689
3150
  /**
3690
3151
  * Serializes information the current object
3691
3152
  * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
@@ -3770,20 +3231,6 @@ export declare function serializeListVideosResponse(writer: SerializationWriter,
3770
3231
  * @param writer Serialization writer to use to serialize this model
3771
3232
  */
3772
3233
  export declare function serializeListWantedVideosResponse(writer: SerializationWriter, listWantedVideosResponse?: Partial<ListWantedVideosResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
3773
- /**
3774
- * Serializes information the current object
3775
- * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3776
- * @param LookupIndexerFilehashesRequest The instance to serialize from.
3777
- * @param writer Serialization writer to use to serialize this model
3778
- */
3779
- export declare function serializeLookupIndexerFilehashesRequest(writer: SerializationWriter, lookupIndexerFilehashesRequest?: Partial<LookupIndexerFilehashesRequest> | undefined | null, isSerializingDerivedType?: boolean): void;
3780
- /**
3781
- * Serializes information the current object
3782
- * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3783
- * @param LookupIndexerFilehashesResponse The instance to serialize from.
3784
- * @param writer Serialization writer to use to serialize this model
3785
- */
3786
- export declare function serializeLookupIndexerFilehashesResponse(writer: SerializationWriter, lookupIndexerFilehashesResponse?: Partial<LookupIndexerFilehashesResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
3787
3234
  /**
3788
3235
  * Serializes information the current object
3789
3236
  * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
@@ -3903,20 +3350,6 @@ export declare function serializeSubmitVideoUserImageResponse(writer: Serializat
3903
3350
  * @param writer Serialization writer to use to serialize this model
3904
3351
  */
3905
3352
  export declare function serializeUnlinkedVideoFilehashesResponse(writer: SerializationWriter, unlinkedVideoFilehashesResponse?: Partial<UnlinkedVideoFilehashesResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
3906
- /**
3907
- * Serializes information the current object
3908
- * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3909
- * @param UpdateDownloadedFromIndexerFilenameRequest The instance to serialize from.
3910
- * @param writer Serialization writer to use to serialize this model
3911
- */
3912
- export declare function serializeUpdateDownloadedFromIndexerFilenameRequest(writer: SerializationWriter, updateDownloadedFromIndexerFilenameRequest?: Partial<UpdateDownloadedFromIndexerFilenameRequest> | undefined | null, isSerializingDerivedType?: boolean): void;
3913
- /**
3914
- * Serializes information the current object
3915
- * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3916
- * @param UpdateDownloadedFromIndexerRequest The instance to serialize from.
3917
- * @param writer Serialization writer to use to serialize this model
3918
- */
3919
- export declare function serializeUpdateDownloadedFromIndexerRequest(writer: SerializationWriter, updateDownloadedFromIndexerRequest?: Partial<UpdateDownloadedFromIndexerRequest> | undefined | null, isSerializingDerivedType?: boolean): void;
3920
3353
  /**
3921
3354
  * Serializes information the current object
3922
3355
  * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
@@ -4022,6 +3455,27 @@ export declare function serializeVideoFilehashDto(writer: SerializationWriter, v
4022
3455
  * @param writer Serialization writer to use to serialize this model
4023
3456
  */
4024
3457
  export declare function serializeVideoFilehashesByVideoIdDto(writer: SerializationWriter, videoFilehashesByVideoIdDto?: Partial<VideoFilehashesByVideoIdDto> | undefined | null, isSerializingDerivedType?: boolean): void;
3458
+ /**
3459
+ * Serializes information the current object
3460
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3461
+ * @param VideoImageChangeDto The instance to serialize from.
3462
+ * @param writer Serialization writer to use to serialize this model
3463
+ */
3464
+ export declare function serializeVideoImageChangeDto(writer: SerializationWriter, videoImageChangeDto?: Partial<VideoImageChangeDto> | undefined | null, isSerializingDerivedType?: boolean): void;
3465
+ /**
3466
+ * Serializes information the current object
3467
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3468
+ * @param VideoImageChangeImageDto The instance to serialize from.
3469
+ * @param writer Serialization writer to use to serialize this model
3470
+ */
3471
+ export declare function serializeVideoImageChangeImageDto(writer: SerializationWriter, videoImageChangeImageDto?: Partial<VideoImageChangeImageDto> | undefined | null, isSerializingDerivedType?: boolean): void;
3472
+ /**
3473
+ * Serializes information the current object
3474
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
3475
+ * @param VideoImageChangesCursorDto The instance to serialize from.
3476
+ * @param writer Serialization writer to use to serialize this model
3477
+ */
3478
+ export declare function serializeVideoImageChangesCursorDto(writer: SerializationWriter, videoImageChangesCursorDto?: Partial<VideoImageChangesCursorDto> | undefined | null, isSerializingDerivedType?: boolean): void;
4025
3479
  /**
4026
3480
  * Serializes information the current object
4027
3481
  * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
@@ -4156,6 +3610,10 @@ export interface SubmitVideoFilehashItem extends AdditionalDataHolder, Parsable
4156
3610
  * 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.
4157
3611
  */
4158
3612
  pHash?: string | null;
3613
+ /**
3614
+ * 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.
3615
+ */
3616
+ releaseName?: string | null;
4159
3617
  /**
4160
3618
  * Known values: UserConfirmed (0), ClientDetected (1).
4161
3619
  */
@@ -4229,46 +3687,6 @@ export interface UnlinkedVideoFilehashesResponse extends AdditionalDataHolder, P
4229
3687
  */
4230
3688
  totalCount?: number | null;
4231
3689
  }
4232
- export interface UpdateDownloadedFromIndexerFilenameRequest extends AdditionalDataHolder, Parsable {
4233
- /**
4234
- * The filename as reported by the indexer/download source.
4235
- */
4236
- filename?: string | null;
4237
- /**
4238
- * File size in bytes.
4239
- */
4240
- filesize?: number | null;
4241
- /**
4242
- * Optional OS hash value as a 16-character fixed-length string.
4243
- */
4244
- osHash?: string | null;
4245
- /**
4246
- * 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.
4247
- */
4248
- pHash?: string | null;
4249
- }
4250
- export interface UpdateDownloadedFromIndexerRequest extends AdditionalDataHolder, Parsable {
4251
- /**
4252
- * Download identifier returned by the indexer or download client.
4253
- */
4254
- downloadIdentifier?: string | null;
4255
- /**
4256
- * Indexer-specific identifier for the download item.
4257
- */
4258
- indexerId?: string | null;
4259
- /**
4260
- * Known values: DrunkenSlug (0), NzbFinder (1), NzbPorn (2).
4261
- */
4262
- indexerSource?: number | null;
4263
- /**
4264
- * NZB or release name.
4265
- */
4266
- nzbName?: string | null;
4267
- /**
4268
- * NZB or release URL.
4269
- */
4270
- nzbUrl?: string | null;
4271
- }
4272
3690
  export interface UpdateWantedVideoRequest extends AdditionalDataHolder, Parsable {
4273
3691
  /**
4274
3692
  * When the wanted video was fulfilled, if applicable.
@@ -4612,6 +4030,57 @@ export interface VideoFilehashesByVideoIdDto extends AdditionalDataHolder, Parsa
4612
4030
  */
4613
4031
  videoId?: Guid | null;
4614
4032
  }
4033
+ /**
4034
+ * A single changed video image row in the incremental feed.
4035
+ */
4036
+ export interface VideoImageChangeDto extends AdditionalDataHolder, Parsable {
4037
+ /**
4038
+ * One of `created` or `updated`. Never `deleted`: video image rows carry nosoft-delete state, so a removed image leaves the feed silently instead of arriving as atombstone.
4039
+ */
4040
+ eventType?: string | null;
4041
+ /**
4042
+ * Current persisted state of a changed video image row.
4043
+ */
4044
+ image?: VideoImageChangeImageDto | null;
4045
+ }
4046
+ /**
4047
+ * Current persisted state of a changed video image row.
4048
+ */
4049
+ export interface VideoImageChangeImageDto extends AdditionalDataHolder, Parsable {
4050
+ /**
4051
+ * The createdAtUtc property
4052
+ */
4053
+ createdAtUtc?: Date | null;
4054
+ /**
4055
+ * The id property
4056
+ */
4057
+ id?: Guid | null;
4058
+ /**
4059
+ * The updatedAtUtc property
4060
+ */
4061
+ updatedAtUtc?: Date | null;
4062
+ /**
4063
+ * Absolute URL for the image, if available: a complete URL including scheme and host, ready torequest as-is.
4064
+ */
4065
+ url?: string | null;
4066
+ /**
4067
+ * The video this image belongs to.
4068
+ */
4069
+ videoId?: Guid | null;
4070
+ }
4071
+ /**
4072
+ * Seek cursor for continuing a video image change feed.
4073
+ */
4074
+ export interface VideoImageChangesCursorDto extends AdditionalDataHolder, Parsable {
4075
+ /**
4076
+ * The id property
4077
+ */
4078
+ id?: Guid | null;
4079
+ /**
4080
+ * The updatedAtUtc property
4081
+ */
4082
+ updatedAtUtc?: Date | null;
4083
+ }
4615
4084
  /**
4616
4085
  * Minimal actor summary included in a video list item.
4617
4086
  */
@@ -4930,14 +4399,6 @@ export interface WantedVideoSummaryDto extends AdditionalDataHolder, Parsable {
4930
4399
  */
4931
4400
  videoTitle?: string | null;
4932
4401
  }
4933
- /**
4934
- * Indexer source. Supported values: `DrunkenSlug`, `NzbFinder`, `NzbPorn`. Allowed values: DrunkenSlug, NzbFinder, NzbPorn.
4935
- */
4936
- export declare const IndexerFilehashLookupKeyDto_indexerSourceObject: {
4937
- readonly DrunkenSlug: "DrunkenSlug";
4938
- readonly NzbFinder: "NzbFinder";
4939
- readonly NzbPorn: "NzbPorn";
4940
- };
4941
4402
  /**
4942
4403
  * Allowed values: NotRelatedToVideo, SpamOrPromotional, OffensiveOrProhibited, DuplicateOrLowQuality, MisleadingOrWrongPreview, CopyrightConcern, Other.
4943
4404
  */