@prdb/sdk 0.8.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.
- package/README.md +10 -14
- package/dist/generated/models/index.d.ts +4 -695
- package/dist/generated/models/index.d.ts.map +1 -1
- package/dist/generated/models/index.js +2 -660
- package/dist/generated/models/index.js.map +1 -1
- package/dist/generated/prdbClient.d.ts +0 -10
- package/dist/generated/prdbClient.d.ts.map +1 -1
- package/dist/generated/prdbClient.js +0 -11
- package/dist/generated/prdbClient.js.map +1 -1
- package/dist/generated/videos/filehashSubmissions/index.d.ts +2 -2
- package/dist/index.d.ts +6 -10
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -10
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/generated/downloadedFromIndexers/index.d.ts +0 -48
- package/dist/generated/downloadedFromIndexers/index.d.ts.map +0 -1
- package/dist/generated/downloadedFromIndexers/index.js +0 -47
- package/dist/generated/downloadedFromIndexers/index.js.map +0 -1
- package/dist/generated/downloadedFromIndexers/item/filenames/index.d.ts +0 -48
- package/dist/generated/downloadedFromIndexers/item/filenames/index.d.ts.map +0 -1
- package/dist/generated/downloadedFromIndexers/item/filenames/index.js +0 -46
- package/dist/generated/downloadedFromIndexers/item/filenames/index.js.map +0 -1
- package/dist/generated/downloadedFromIndexers/item/filenames/item/index.d.ts +0 -53
- package/dist/generated/downloadedFromIndexers/item/filenames/item/index.d.ts.map +0 -1
- package/dist/generated/downloadedFromIndexers/item/filenames/item/index.js +0 -47
- package/dist/generated/downloadedFromIndexers/item/filenames/item/index.js.map +0 -1
- package/dist/generated/downloadedFromIndexers/item/index.d.ts +0 -62
- package/dist/generated/downloadedFromIndexers/item/index.d.ts.map +0 -1
- package/dist/generated/downloadedFromIndexers/item/index.js +0 -58
- package/dist/generated/downloadedFromIndexers/item/index.js.map +0 -1
- package/dist/generated/indexerFilehashes/changes/index.d.ts +0 -67
- package/dist/generated/indexerFilehashes/changes/index.d.ts.map +0 -1
- package/dist/generated/indexerFilehashes/changes/index.js +0 -49
- package/dist/generated/indexerFilehashes/changes/index.js.map +0 -1
- package/dist/generated/indexerFilehashes/index.d.ts +0 -30
- package/dist/generated/indexerFilehashes/index.d.ts.map +0 -1
- package/dist/generated/indexerFilehashes/index.js +0 -30
- package/dist/generated/indexerFilehashes/index.js.map +0 -1
- package/dist/generated/indexerFilehashes/latest/index.d.ts +0 -109
- package/dist/generated/indexerFilehashes/latest/index.d.ts.map +0 -1
- package/dist/generated/indexerFilehashes/latest/index.js +0 -71
- package/dist/generated/indexerFilehashes/latest/index.js.map +0 -1
- package/dist/generated/indexerFilehashes/lookup/index.d.ts +0 -35
- package/dist/generated/indexerFilehashes/lookup/index.d.ts.map +0 -1
- package/dist/generated/indexerFilehashes/lookup/index.js +0 -33
- 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
|
*/
|
|
@@ -2667,178 +2332,6 @@ export interface IdentifyVideosResponse extends AdditionalDataHolder, Parsable {
|
|
|
2667
2332
|
*/
|
|
2668
2333
|
results?: IdentifyVideoResultDto[] | null;
|
|
2669
2334
|
}
|
|
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.
|
|
2729
|
-
*/
|
|
2730
|
-
pHash?: string | null;
|
|
2731
|
-
/**
|
|
2732
|
-
* Number of submissions merged into this filehash record.
|
|
2733
|
-
*/
|
|
2734
|
-
submissionCount?: number | null;
|
|
2735
|
-
/**
|
|
2736
|
-
* The updatedAtUtc property
|
|
2737
|
-
*/
|
|
2738
|
-
updatedAtUtc?: Date | null;
|
|
2739
|
-
}
|
|
2740
|
-
/**
|
|
2741
|
-
* Seek cursor for continuing an indexer filehash change feed.
|
|
2742
|
-
*/
|
|
2743
|
-
export interface IndexerFilehashChangesCursorDto extends AdditionalDataHolder, Parsable {
|
|
2744
|
-
/**
|
|
2745
|
-
* The id property
|
|
2746
|
-
*/
|
|
2747
|
-
id?: Guid | null;
|
|
2748
|
-
/**
|
|
2749
|
-
* The updatedAtUtc property
|
|
2750
|
-
*/
|
|
2751
|
-
updatedAtUtc?: Date | null;
|
|
2752
|
-
}
|
|
2753
|
-
export interface IndexerFilehashDto extends AdditionalDataHolder, Parsable {
|
|
2754
|
-
/**
|
|
2755
|
-
* The createdAtUtc property
|
|
2756
|
-
*/
|
|
2757
|
-
createdAtUtc?: Date | null;
|
|
2758
|
-
/**
|
|
2759
|
-
* Original filename submitted for this filehash record.
|
|
2760
|
-
*/
|
|
2761
|
-
filename?: string | null;
|
|
2762
|
-
/**
|
|
2763
|
-
* File size in bytes.
|
|
2764
|
-
*/
|
|
2765
|
-
filesize?: number | null;
|
|
2766
|
-
/**
|
|
2767
|
-
* The id property
|
|
2768
|
-
*/
|
|
2769
|
-
id?: Guid | null;
|
|
2770
|
-
/**
|
|
2771
|
-
* Indexer-specific identifier for the release.
|
|
2772
|
-
*/
|
|
2773
|
-
indexerId?: string | null;
|
|
2774
|
-
/**
|
|
2775
|
-
* Indexer source. Supported values: `DrunkenSlug`, `NzbFinder`, `NzbPorn`.
|
|
2776
|
-
*/
|
|
2777
|
-
indexerSource?: string | null;
|
|
2778
|
-
/**
|
|
2779
|
-
* Whether this filehash record has been verified.
|
|
2780
|
-
*/
|
|
2781
|
-
isVerified?: boolean | null;
|
|
2782
|
-
/**
|
|
2783
|
-
* OS hash value as stored.
|
|
2784
|
-
*/
|
|
2785
|
-
osHash?: string | null;
|
|
2786
|
-
/**
|
|
2787
|
-
* P hash value as stored, or null when not available.
|
|
2788
|
-
*/
|
|
2789
|
-
pHash?: string | null;
|
|
2790
|
-
/**
|
|
2791
|
-
* Number of submissions merged into this filehash record.
|
|
2792
|
-
*/
|
|
2793
|
-
submissionCount?: number | null;
|
|
2794
|
-
/**
|
|
2795
|
-
* The updatedAtUtc property
|
|
2796
|
-
*/
|
|
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 {
|
|
2803
|
-
/**
|
|
2804
|
-
* Indexer-specific identifier for the release.
|
|
2805
|
-
*/
|
|
2806
|
-
indexerId?: string | null;
|
|
2807
|
-
/**
|
|
2808
|
-
* Indexer source. Supported values: `DrunkenSlug`, `NzbFinder`, `NzbPorn`. Allowed values: DrunkenSlug, NzbFinder, NzbPorn.
|
|
2809
|
-
*/
|
|
2810
|
-
indexerSource?: IndexerFilehashLookupKeyDto_indexerSource | null;
|
|
2811
|
-
}
|
|
2812
|
-
export type IndexerFilehashLookupKeyDto_indexerSource = (typeof IndexerFilehashLookupKeyDto_indexerSourceObject)[keyof typeof IndexerFilehashLookupKeyDto_indexerSourceObject];
|
|
2813
|
-
/**
|
|
2814
|
-
* Paged list of the latest indexer filehash entries.
|
|
2815
|
-
*/
|
|
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;
|
|
2829
|
-
/**
|
|
2830
|
-
* Resolved sort field for the current query.
|
|
2831
|
-
*/
|
|
2832
|
-
sortBy?: string | null;
|
|
2833
|
-
/**
|
|
2834
|
-
* Resolved sort direction for the current query.
|
|
2835
|
-
*/
|
|
2836
|
-
sortDirection?: string | null;
|
|
2837
|
-
/**
|
|
2838
|
-
* Total number of filehash entries matching the current filters.
|
|
2839
|
-
*/
|
|
2840
|
-
totalCount?: number | null;
|
|
2841
|
-
}
|
|
2842
2335
|
export interface LatestPreDbItemDto extends AdditionalDataHolder, Parsable {
|
|
2843
2336
|
/**
|
|
2844
2337
|
* The createdAtUtc property
|
|
@@ -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.
|
|
@@ -4257,6 +3610,10 @@ export interface SubmitVideoFilehashItem extends AdditionalDataHolder, Parsable
|
|
|
4257
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.
|
|
4258
3611
|
*/
|
|
4259
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;
|
|
4260
3617
|
/**
|
|
4261
3618
|
* Known values: UserConfirmed (0), ClientDetected (1).
|
|
4262
3619
|
*/
|
|
@@ -4330,46 +3687,6 @@ export interface UnlinkedVideoFilehashesResponse extends AdditionalDataHolder, P
|
|
|
4330
3687
|
*/
|
|
4331
3688
|
totalCount?: number | null;
|
|
4332
3689
|
}
|
|
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
3690
|
export interface UpdateWantedVideoRequest extends AdditionalDataHolder, Parsable {
|
|
4374
3691
|
/**
|
|
4375
3692
|
* When the wanted video was fulfilled, if applicable.
|
|
@@ -5082,14 +4399,6 @@ export interface WantedVideoSummaryDto extends AdditionalDataHolder, Parsable {
|
|
|
5082
4399
|
*/
|
|
5083
4400
|
videoTitle?: string | null;
|
|
5084
4401
|
}
|
|
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
4402
|
/**
|
|
5094
4403
|
* Allowed values: NotRelatedToVideo, SpamOrPromotional, OffensiveOrProhibited, DuplicateOrLowQuality, MisleadingOrWrongPreview, CopyrightConcern, Other.
|
|
5095
4404
|
*/
|