@prdb/sdk 0.6.0 → 0.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/actors/changes/index.d.ts +9 -0
- package/dist/generated/actors/changes/index.d.ts.map +1 -1
- package/dist/generated/actors/changes/index.js.map +1 -1
- package/dist/generated/actors/index.d.ts +21 -0
- package/dist/generated/actors/index.d.ts.map +1 -1
- package/dist/generated/actors/index.js.map +1 -1
- package/dist/generated/downloadedFromIndexers/index.d.ts +2 -2
- package/dist/generated/downloadedFromIndexers/item/filenames/index.d.ts +2 -2
- package/dist/generated/downloadedFromIndexers/item/filenames/item/index.d.ts +2 -2
- package/dist/generated/favoriteActors/index.d.ts +15 -0
- package/dist/generated/favoriteActors/index.d.ts.map +1 -1
- package/dist/generated/favoriteActors/index.js.map +1 -1
- package/dist/generated/favoriteSites/index.d.ts +15 -0
- package/dist/generated/favoriteSites/index.d.ts.map +1 -1
- package/dist/generated/favoriteSites/index.js.map +1 -1
- package/dist/generated/indexerFilehashes/changes/index.d.ts +15 -0
- package/dist/generated/indexerFilehashes/changes/index.d.ts.map +1 -1
- package/dist/generated/indexerFilehashes/changes/index.js.map +1 -1
- package/dist/generated/indexerFilehashes/latest/index.d.ts +33 -0
- package/dist/generated/indexerFilehashes/latest/index.d.ts.map +1 -1
- package/dist/generated/indexerFilehashes/latest/index.js.map +1 -1
- package/dist/generated/indexerFilehashes/lookup/index.d.ts +2 -2
- package/dist/generated/models/index.d.ts +531 -321
- package/dist/generated/models/index.d.ts.map +1 -1
- package/dist/generated/models/index.js +1 -1
- package/dist/generated/models/index.js.map +1 -1
- package/dist/generated/predb/index.d.ts +24 -0
- package/dist/generated/predb/index.d.ts.map +1 -1
- package/dist/generated/predb/index.js.map +1 -1
- package/dist/generated/predb/latest/index.d.ts +15 -0
- package/dist/generated/predb/latest/index.d.ts.map +1 -1
- package/dist/generated/predb/latest/index.js.map +1 -1
- package/dist/generated/predb/searchByVideo/index.d.ts +6 -0
- package/dist/generated/predb/searchByVideo/index.d.ts.map +1 -1
- package/dist/generated/predb/searchByVideo/index.js.map +1 -1
- package/dist/generated/sites/index.d.ts +15 -0
- package/dist/generated/sites/index.d.ts.map +1 -1
- package/dist/generated/sites/index.js.map +1 -1
- package/dist/generated/videos/filehashSubmissions/index.d.ts +4 -4
- package/dist/generated/videos/filehashes/changes/index.d.ts +15 -0
- package/dist/generated/videos/filehashes/changes/index.d.ts.map +1 -1
- package/dist/generated/videos/filehashes/changes/index.js.map +1 -1
- package/dist/generated/videos/filehashes/latest/index.d.ts +33 -0
- package/dist/generated/videos/filehashes/latest/index.d.ts.map +1 -1
- package/dist/generated/videos/filehashes/latest/index.js.map +1 -1
- package/dist/generated/videos/filehashes/lookup/index.d.ts +2 -2
- package/dist/generated/videos/filehashes/unlinked/index.d.ts +12 -0
- package/dist/generated/videos/filehashes/unlinked/index.d.ts.map +1 -1
- package/dist/generated/videos/filehashes/unlinked/index.js.map +1 -1
- package/dist/generated/videos/identify/index.d.ts +4 -4
- package/dist/generated/videos/index.d.ts +27 -0
- package/dist/generated/videos/index.d.ts.map +1 -1
- package/dist/generated/videos/index.js.map +1 -1
- package/dist/generated/wantedVideos/batch/index.d.ts +2 -2
- package/dist/generated/wantedVideos/changes/index.d.ts +9 -0
- package/dist/generated/wantedVideos/changes/index.d.ts.map +1 -1
- package/dist/generated/wantedVideos/changes/index.js.map +1 -1
- package/dist/generated/wantedVideos/fulfillments/index.d.ts +2 -2
- package/dist/generated/wantedVideos/index.d.ts +27 -0
- package/dist/generated/wantedVideos/index.d.ts.map +1 -1
- package/dist/generated/wantedVideos/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -26,8 +26,17 @@ export interface ChangesRequestBuilder extends BaseRequestBuilder<ChangesRequest
|
|
|
26
26
|
* Returns a seek-paged delta feed of actor rows ordered by updatedAtUtc ascending, then actor ID ascending. Includes created, updated, and soft-deleted rows as full payloads. Use since and the returned nextCursor to continue incrementally. Page size defaults to 100 and is limited to 1000. Every page carries serverTimeUtc, the server clock read when the page was produced; persist it as the next since when items is empty. Requires API key authentication.
|
|
27
27
|
*/
|
|
28
28
|
export interface ChangesRequestBuilderGetQueryParameters {
|
|
29
|
+
/**
|
|
30
|
+
* Number of items per page. Defaults to 100, max 1000.
|
|
31
|
+
*/
|
|
29
32
|
pageSize?: number;
|
|
33
|
+
/**
|
|
34
|
+
* Inclusive lower-bound timestamp for changes. Use together with `sinceId` to continue from an exact cursor.
|
|
35
|
+
*/
|
|
30
36
|
since?: Date;
|
|
37
|
+
/**
|
|
38
|
+
* Optional lower-bound ID tie-breaker for rows with the same `since` timestamp.
|
|
39
|
+
*/
|
|
31
40
|
sinceId?: Guid;
|
|
32
41
|
}
|
|
33
42
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/actors/changes/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAmG,KAAK,uBAAuB,EAAuB,MAAM,uBAAuB,CAAC;AAE3L,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,IAAI,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAEnM;;GAEG;AACH,MAAM,WAAW,qBAAsB,SAAQ,kBAAkB,CAAC,qBAAqB,CAAC;IACpF;;;;;;;;;OASG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,uCAAuC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,uBAAuB,GAAG,SAAS,CAAC,CAAC;IACtJ;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,uCAAuC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACnJ;AACD;;GAEG;AACH,MAAM,WAAW,uCAAuC;IACpD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,IAAI,CAAC;IACb,OAAO,CAAC,EAAE,IAAI,CAAC;CAClB;AACD;;GAEG;AACH,eAAO,MAAM,gCAAgC,0DAA0D,CAAC;AASxG;;GAEG;AACH,eAAO,MAAM,qCAAqC,EAAE,gBAenD,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/actors/changes/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAmG,KAAK,uBAAuB,EAAuB,MAAM,uBAAuB,CAAC;AAE3L,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,IAAI,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAEnM;;GAEG;AACH,MAAM,WAAW,qBAAsB,SAAQ,kBAAkB,CAAC,qBAAqB,CAAC;IACpF;;;;;;;;;OASG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,uCAAuC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,uBAAuB,GAAG,SAAS,CAAC,CAAC;IACtJ;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,uCAAuC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACnJ;AACD;;GAEG;AACH,MAAM,WAAW,uCAAuC;IACpD;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,KAAK,CAAC,EAAE,IAAI,CAAC;IACb;;OAEG;IACH,OAAO,CAAC,EAAE,IAAI,CAAC;CAClB;AACD;;GAEG;AACH,eAAO,MAAM,gCAAgC,0DAA0D,CAAC;AASxG;;GAEG;AACH,eAAO,MAAM,qCAAqC,EAAE,gBAenD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/actors/changes/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,mDAAmD,EAAE,0CAA0C,EAAqD,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/actors/changes/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,mDAAmD,EAAE,0CAA0C,EAAqD,MAAM,uBAAuB,CAAC;AA2C3L;;GAEG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAAG,uDAAuD,CAAC;AACxG;;GAEG;AACH,MAAM,6CAA6C,GAA2B;IAC1E,UAAU,EAAE,UAAU;IACtB,OAAO,EAAE,OAAO;IAChB,SAAS,EAAE,SAAS;CACvB,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAqB;IACnE,GAAG,EAAE;QACD,WAAW,EAAE,gCAAgC;QAC7C,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,0CAAuE;YAC5E,GAAG,EAAE,0CAAuE;YAC5E,GAAG,EAAE,0CAAuE;YAC5E,GAAG,EAAE,0CAAuE;YAC5E,GAAG,EAAE,0CAAuE;SAC/E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,mDAAmD;QACzE,qBAAqB,EAAE,6CAA6C;KACvE;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|
|
@@ -42,12 +42,33 @@ export interface ActorsRequestBuilder extends BaseRequestBuilder<ActorsRequestBu
|
|
|
42
42
|
* Returns a paged list of actors. Supports free-text search by name or alias, and sorting by name or creation date. Default page size is 100, maximum is 500. Requires API key authentication.
|
|
43
43
|
*/
|
|
44
44
|
export interface ActorsRequestBuilderGetQueryParameters {
|
|
45
|
+
/**
|
|
46
|
+
* Return only actors created strictly after this timestamp (exclusive).
|
|
47
|
+
*/
|
|
45
48
|
createdAfter?: Date;
|
|
49
|
+
/**
|
|
50
|
+
* Return only actors created strictly before this timestamp (exclusive).
|
|
51
|
+
*/
|
|
46
52
|
createdBefore?: Date;
|
|
53
|
+
/**
|
|
54
|
+
* 1-based page number. Defaults to 1.
|
|
55
|
+
*/
|
|
47
56
|
page?: number;
|
|
57
|
+
/**
|
|
58
|
+
* Number of items per page. Defaults to 100, max 500.
|
|
59
|
+
*/
|
|
48
60
|
pageSize?: number;
|
|
61
|
+
/**
|
|
62
|
+
* Optional search term matched against actor name and aliases.
|
|
63
|
+
*/
|
|
49
64
|
search?: string;
|
|
65
|
+
/**
|
|
66
|
+
* Field to sort by. Supported values: "name" (default), "createdAtUtc".
|
|
67
|
+
*/
|
|
50
68
|
sortBy?: string;
|
|
69
|
+
/**
|
|
70
|
+
* Sort direction: "asc" (default) or "desc".
|
|
71
|
+
*/
|
|
51
72
|
sortDirection?: GetSortDirectionQueryParameterType;
|
|
52
73
|
}
|
|
53
74
|
export type GetSortDirectionQueryParameterType = (typeof GetSortDirectionQueryParameterTypeObject)[keyof typeof GetSortDirectionQueryParameterTypeObject];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/actors/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA8F,KAAK,kBAAkB,EAAuB,MAAM,oBAAoB,CAAC;AAE9K,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAEjG,OAAO,EAAyC,KAAK,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEvG,OAAO,EAA4C,KAAK,wBAAwB,EAAE,MAAM,iBAAiB,CAAC;AAE1G,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,IAAI,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAErQ;;GAEG;AACH,MAAM,WAAW,oBAAqB,SAAQ,kBAAkB,CAAC,oBAAoB,CAAC;IAClF;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;OAEG;IACH,IAAI,OAAO,IAAI,qBAAqB,CAAC;IACrC;;;;OAIG;IACF,IAAI,CAAC,EAAE,EAAE,IAAI,GAAI,wBAAwB,CAAC;IAC3C;;;;;;;;OAQG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,kBAAkB,GAAG,SAAS,CAAC,CAAC;IAChJ;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAClJ;AACD;;GAEG;AACH,MAAM,WAAW,sCAAsC;IACnD,YAAY,CAAC,EAAE,IAAI,CAAC;IACpB,aAAa,CAAC,EAAE,IAAI,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,kCAAkC,CAAC;CACtD;AACD,MAAM,MAAM,kCAAkC,GAAG,CAAC,OAAO,wCAAwC,CAAC,CAAC,MAAM,OAAO,wCAAwC,CAAC,CAAC;AAC1J;;GAEG;AACH,eAAO,MAAM,+BAA+B,oGAAoG,CAAC;AAajJ;;GAEG;AACH,eAAO,MAAM,sCAAsC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,oBAAoB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAWtJ,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,oCAAoC,EAAE,gBAclD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,wCAAwC;;;CAG3C,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/actors/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA8F,KAAK,kBAAkB,EAAuB,MAAM,oBAAoB,CAAC;AAE9K,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAEjG,OAAO,EAAyC,KAAK,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEvG,OAAO,EAA4C,KAAK,wBAAwB,EAAE,MAAM,iBAAiB,CAAC;AAE1G,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,IAAI,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAErQ;;GAEG;AACH,MAAM,WAAW,oBAAqB,SAAQ,kBAAkB,CAAC,oBAAoB,CAAC;IAClF;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;OAEG;IACH,IAAI,OAAO,IAAI,qBAAqB,CAAC;IACrC;;;;OAIG;IACF,IAAI,CAAC,EAAE,EAAE,IAAI,GAAI,wBAAwB,CAAC;IAC3C;;;;;;;;OAQG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,kBAAkB,GAAG,SAAS,CAAC,CAAC;IAChJ;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAClJ;AACD;;GAEG;AACH,MAAM,WAAW,sCAAsC;IACnD;;OAEG;IACH,YAAY,CAAC,EAAE,IAAI,CAAC;IACpB;;OAEG;IACH,aAAa,CAAC,EAAE,IAAI,CAAC;IACrB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,aAAa,CAAC,EAAE,kCAAkC,CAAC;CACtD;AACD,MAAM,MAAM,kCAAkC,GAAG,CAAC,OAAO,wCAAwC,CAAC,CAAC,MAAM,OAAO,wCAAwC,CAAC,CAAC;AAC1J;;GAEG;AACH,eAAO,MAAM,+BAA+B,oGAAoG,CAAC;AAajJ;;GAEG;AACH,eAAO,MAAM,sCAAsC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,oBAAoB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAWtJ,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,oCAAoC,EAAE,gBAclD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,wCAAwC;;;CAG3C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/generated/actors/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,8CAA8C,EAAE,0CAA0C,EAAgD,MAAM,oBAAoB,CAAC;AAC9K,aAAa;AACb,OAAO,EAAE,mCAAmC,EAA4B,MAAM,kBAAkB,CAAC;AACjG,aAAa;AACb,OAAO,EAAE,qCAAqC,EAA8B,MAAM,oBAAoB,CAAC;AACvG,aAAa;AACb,OAAO,EAAE,wCAAwC,EAAiC,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/generated/actors/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,8CAA8C,EAAE,0CAA0C,EAAgD,MAAM,oBAAoB,CAAC;AAC9K,aAAa;AACb,OAAO,EAAE,mCAAmC,EAA4B,MAAM,kBAAkB,CAAC;AACjG,aAAa;AACb,OAAO,EAAE,qCAAqC,EAA8B,MAAM,oBAAoB,CAAC;AACvG,aAAa;AACb,OAAO,EAAE,wCAAwC,EAAiC,MAAM,iBAAiB,CAAC;AAyE1G;;GAEG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG,iGAAiG,CAAC;AACjJ;;GAEG;AACH,MAAM,4CAA4C,GAA2B;IACzE,cAAc,EAAE,cAAc;IAC9B,eAAe,EAAE,eAAe;IAChC,MAAM,EAAE,MAAM;IACd,UAAU,EAAE,UAAU;IACtB,QAAQ,EAAE,QAAQ;IAClB,QAAQ,EAAE,QAAQ;IAClB,eAAe,EAAE,eAAe;CACnC,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,sCAAsC,GAAwG;IACvJ,IAAI,EAAE;QACF,gBAAgB,EAAE,wCAAwC;QAC1D,sBAAsB,EAAE,CAAC,IAAI,CAAC;KACjC;IACD,KAAK,EAAE;QACH,gBAAgB,EAAE,mCAAmC;KACxD;IACD,OAAO,EAAE;QACL,gBAAgB,EAAE,qCAAqC;KAC1D;CACJ,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,oCAAoC,GAAqB;IAClE,GAAG,EAAE;QACD,WAAW,EAAE,+BAA+B;QAC5C,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,0CAAuE;YAC5E,GAAG,EAAE,0CAAuE;YAC5E,GAAG,EAAE,0CAAuE;YAC5E,GAAG,EAAE,0CAAuE;SAC/E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,8CAA8C;QACpE,qBAAqB,EAAE,4CAA4C;KACtE;CACJ,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAG;IACpD,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;CACN,CAAC;AACX,mBAAmB;AACnB,mBAAmB"}
|
|
@@ -12,7 +12,7 @@ export interface DownloadedFromIndexersRequestBuilder extends BaseRequestBuilder
|
|
|
12
12
|
*/
|
|
13
13
|
byDownloadedFromIndexerId(downloadedFromIndexerId: Guid): WithDownloadedFromIndexerItemRequestBuilder;
|
|
14
14
|
/**
|
|
15
|
-
* Creates a downloaded-from-indexer entry for the authenticated user and returns 201, or returns the complete existing owned entry without mutating it and returns 200. Uniqueness is defined by userId, videoId (including null), indexerSource, and the trimmed indexerId; comparison uses the database collation. downloadIdentifier is not part of the key. Returns 404 when the referenced wanted video does not exist and 409 only for a different non-recoverable conflict.
|
|
15
|
+
* Creates a downloaded-from-indexer entry for the authenticated user and returns 201, or returns the complete existing owned entry without mutating it and returns 200. Uniqueness is defined by userId, videoId (including null), indexerSource, and the trimmed indexerId; comparison uses the database collation. downloadIdentifier is not part of the key. A pHash on a filename must be computed exactly as described under Perceptual hashes in the API description; a value from any other procedure is stored but can never be matched. Returns 404 when the referenced wanted video does not exist and 409 only for a different non-recoverable conflict.
|
|
16
16
|
* @param body The request body
|
|
17
17
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
18
18
|
* @returns {Promise<DownloadedFromIndexerResponse>}
|
|
@@ -26,7 +26,7 @@ export interface DownloadedFromIndexersRequestBuilder extends BaseRequestBuilder
|
|
|
26
26
|
*/
|
|
27
27
|
post(body: AddDownloadedFromIndexerRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<DownloadedFromIndexerResponse | undefined>;
|
|
28
28
|
/**
|
|
29
|
-
* Creates a downloaded-from-indexer entry for the authenticated user and returns 201, or returns the complete existing owned entry without mutating it and returns 200. Uniqueness is defined by userId, videoId (including null), indexerSource, and the trimmed indexerId; comparison uses the database collation. downloadIdentifier is not part of the key. Returns 404 when the referenced wanted video does not exist and 409 only for a different non-recoverable conflict.
|
|
29
|
+
* Creates a downloaded-from-indexer entry for the authenticated user and returns 201, or returns the complete existing owned entry without mutating it and returns 200. Uniqueness is defined by userId, videoId (including null), indexerSource, and the trimmed indexerId; comparison uses the database collation. downloadIdentifier is not part of the key. A pHash on a filename must be computed exactly as described under Perceptual hashes in the API description; a value from any other procedure is stored but can never be matched. Returns 404 when the referenced wanted video does not exist and 409 only for a different non-recoverable conflict.
|
|
30
30
|
* @param body The request body
|
|
31
31
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
32
32
|
* @returns {RequestInformation}
|
|
@@ -12,7 +12,7 @@ export interface FilenamesRequestBuilder extends BaseRequestBuilder<FilenamesReq
|
|
|
12
12
|
*/
|
|
13
13
|
byFilenameId(filenameId: Guid): WithFilenameItemRequestBuilder;
|
|
14
14
|
/**
|
|
15
|
-
* Adds a single filename row to a downloaded-from-indexer entry owned by the currently authenticated user. Returns 409 when the filename already exists under the parent entry.
|
|
15
|
+
* Adds a single filename row to a downloaded-from-indexer entry owned by the currently authenticated user. A pHash must be computed exactly as described under Perceptual hashes in the API description; a value from any other procedure is stored but can never be matched. Returns 409 when the filename already exists under the parent entry.
|
|
16
16
|
* @param body The request body
|
|
17
17
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
18
18
|
* @returns {Promise<DownloadedFromIndexerResponse>}
|
|
@@ -26,7 +26,7 @@ export interface FilenamesRequestBuilder extends BaseRequestBuilder<FilenamesReq
|
|
|
26
26
|
*/
|
|
27
27
|
post(body: AddDownloadedFromIndexerFilenameRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<DownloadedFromIndexerResponse | undefined>;
|
|
28
28
|
/**
|
|
29
|
-
* Adds a single filename row to a downloaded-from-indexer entry owned by the currently authenticated user. Returns 409 when the filename already exists under the parent entry.
|
|
29
|
+
* Adds a single filename row to a downloaded-from-indexer entry owned by the currently authenticated user. A pHash must be computed exactly as described under Perceptual hashes in the API description; a value from any other procedure is stored but can never be matched. Returns 409 when the filename already exists under the parent entry.
|
|
30
30
|
* @param body The request body
|
|
31
31
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
32
32
|
* @returns {RequestInformation}
|
|
@@ -15,7 +15,7 @@ export interface WithFilenameItemRequestBuilder extends BaseRequestBuilder<WithF
|
|
|
15
15
|
*/
|
|
16
16
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
17
17
|
/**
|
|
18
|
-
* Updates a single filename row for a downloaded-from-indexer entry owned by the currently authenticated user. Returns 409 when the filename would duplicate another filename under the same parent.
|
|
18
|
+
* Updates a single filename row for a downloaded-from-indexer entry owned by the currently authenticated user. A pHash must be computed exactly as described under Perceptual hashes in the API description; a value from any other procedure is stored but can never be matched. Returns 409 when the filename would duplicate another filename under the same parent.
|
|
19
19
|
* @param body The request body
|
|
20
20
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
21
21
|
* @returns {Promise<DownloadedFromIndexerResponse>}
|
|
@@ -35,7 +35,7 @@ export interface WithFilenameItemRequestBuilder extends BaseRequestBuilder<WithF
|
|
|
35
35
|
*/
|
|
36
36
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
37
37
|
/**
|
|
38
|
-
* Updates a single filename row for a downloaded-from-indexer entry owned by the currently authenticated user. Returns 409 when the filename would duplicate another filename under the same parent.
|
|
38
|
+
* Updates a single filename row for a downloaded-from-indexer entry owned by the currently authenticated user. A pHash must be computed exactly as described under Perceptual hashes in the API description; a value from any other procedure is stored but can never be matched. Returns 409 when the filename would duplicate another filename under the same parent.
|
|
39
39
|
* @param body The request body
|
|
40
40
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
41
41
|
* @returns {RequestInformation}
|
|
@@ -38,10 +38,25 @@ export interface FavoriteActorsRequestBuilder extends BaseRequestBuilder<Favorit
|
|
|
38
38
|
* Returns a paged, sortable list of actors the currently authenticated user has favorited. Supports filtering by search term. Requires API key authentication.
|
|
39
39
|
*/
|
|
40
40
|
export interface FavoriteActorsRequestBuilderGetQueryParameters {
|
|
41
|
+
/**
|
|
42
|
+
* 1-based page number. Defaults to 1.
|
|
43
|
+
*/
|
|
41
44
|
page?: number;
|
|
45
|
+
/**
|
|
46
|
+
* Number of items per page. Defaults to 100, max 500.
|
|
47
|
+
*/
|
|
42
48
|
pageSize?: number;
|
|
49
|
+
/**
|
|
50
|
+
* Optional search term matched against actor name.
|
|
51
|
+
*/
|
|
43
52
|
search?: string;
|
|
53
|
+
/**
|
|
54
|
+
* Field to sort by. Supported values: `favoritedAtUtc`, `name`. Defaults to `favoritedAtUtc`.
|
|
55
|
+
*/
|
|
44
56
|
sortBy?: string;
|
|
57
|
+
/**
|
|
58
|
+
* Sort direction: `asc` or `desc`. Defaults to `desc`.
|
|
59
|
+
*/
|
|
45
60
|
sortDirection?: GetSortDirectionQueryParameterType;
|
|
46
61
|
}
|
|
47
62
|
export type GetSortDirectionQueryParameterType = (typeof GetSortDirectionQueryParameterTypeObject)[keyof typeof GetSortDirectionQueryParameterTypeObject];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/favoriteActors/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAsG,KAAK,0BAA0B,EAAuB,MAAM,oBAAoB,CAAC;AAE9L,OAAO,EAAyC,KAAK,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEvG,OAAO,EAAE,KAAK,2BAA2B,EAA+C,MAAM,iBAAiB,CAAC;AAEhH,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,IAAI,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAErQ;;GAEG;AACH,MAAM,WAAW,4BAA6B,SAAQ,kBAAkB,CAAC,4BAA4B,CAAC;IAClG;;OAEG;IACH,IAAI,OAAO,IAAI,qBAAqB,CAAC;IACrC;;;;OAIG;IACF,SAAS,CAAC,OAAO,EAAE,IAAI,GAAI,2BAA2B,CAAC;IACxD;;;;;;;;;OASG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,8CAA8C,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,0BAA0B,GAAG,SAAS,CAAC,CAAC;IAChK;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,8CAA8C,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC1J;AACD;;GAEG;AACH,MAAM,WAAW,8CAA8C;IAC3D,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,kCAAkC,CAAC;CACtD;AACD,MAAM,MAAM,kCAAkC,GAAG,CAAC,OAAO,wCAAwC,CAAC,CAAC,MAAM,OAAO,wCAAwC,CAAC,CAAC;AAC1J;;GAEG;AACH,eAAO,MAAM,uCAAuC,gFAAgF,CAAC;AAWrI;;GAEG;AACH,eAAO,MAAM,8CAA8C,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,4BAA4B,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAQtK,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,4CAA4C,EAAE,gBAe1D,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,wCAAwC;;;CAG3C,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/favoriteActors/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAsG,KAAK,0BAA0B,EAAuB,MAAM,oBAAoB,CAAC;AAE9L,OAAO,EAAyC,KAAK,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEvG,OAAO,EAAE,KAAK,2BAA2B,EAA+C,MAAM,iBAAiB,CAAC;AAEhH,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,IAAI,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAErQ;;GAEG;AACH,MAAM,WAAW,4BAA6B,SAAQ,kBAAkB,CAAC,4BAA4B,CAAC;IAClG;;OAEG;IACH,IAAI,OAAO,IAAI,qBAAqB,CAAC;IACrC;;;;OAIG;IACF,SAAS,CAAC,OAAO,EAAE,IAAI,GAAI,2BAA2B,CAAC;IACxD;;;;;;;;;OASG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,8CAA8C,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,0BAA0B,GAAG,SAAS,CAAC,CAAC;IAChK;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,8CAA8C,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC1J;AACD;;GAEG;AACH,MAAM,WAAW,8CAA8C;IAC3D;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,aAAa,CAAC,EAAE,kCAAkC,CAAC;CACtD;AACD,MAAM,MAAM,kCAAkC,GAAG,CAAC,OAAO,wCAAwC,CAAC,CAAC,MAAM,OAAO,wCAAwC,CAAC,CAAC;AAC1J;;GAEG;AACH,eAAO,MAAM,uCAAuC,gFAAgF,CAAC;AAWrI;;GAEG;AACH,eAAO,MAAM,8CAA8C,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,4BAA4B,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAQtK,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,4CAA4C,EAAE,gBAe1D,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,wCAAwC;;;CAG3C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/generated/favoriteActors/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,sDAAsD,EAAE,0CAA0C,EAAwD,MAAM,oBAAoB,CAAC;AAC9L,aAAa;AACb,OAAO,EAAE,qCAAqC,EAA8B,MAAM,oBAAoB,CAAC;AACvG,aAAa;AACb,OAAO,EAAoC,2CAA2C,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/generated/favoriteActors/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,sDAAsD,EAAE,0CAA0C,EAAwD,MAAM,oBAAoB,CAAC;AAC9L,aAAa;AACb,OAAO,EAAE,qCAAqC,EAA8B,MAAM,oBAAoB,CAAC;AACvG,aAAa;AACb,OAAO,EAAoC,2CAA2C,EAAE,MAAM,iBAAiB,CAAC;AA8DhH;;GAEG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAG,6EAA6E,CAAC;AACrI;;GAEG;AACH,MAAM,oDAAoD,GAA2B;IACjF,MAAM,EAAE,MAAM;IACd,UAAU,EAAE,UAAU;IACtB,QAAQ,EAAE,QAAQ;IAClB,QAAQ,EAAE,QAAQ;IAClB,eAAe,EAAE,eAAe;CACnC,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,8CAA8C,GAAgH;IACvK,SAAS,EAAE;QACP,gBAAgB,EAAE,2CAA2C;QAC7D,sBAAsB,EAAE,CAAC,SAAS,CAAC;KACtC;IACD,OAAO,EAAE;QACL,gBAAgB,EAAE,qCAAqC;KAC1D;CACJ,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,4CAA4C,GAAqB;IAC1E,GAAG,EAAE;QACD,WAAW,EAAE,uCAAuC;QACpD,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,0CAAuE;YAC5E,GAAG,EAAE,0CAAuE;YAC5E,GAAG,EAAE,0CAAuE;YAC5E,GAAG,EAAE,0CAAuE;YAC5E,GAAG,EAAE,0CAAuE;SAC/E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,sDAAsD;QAC5E,qBAAqB,EAAE,oDAAoD;KAC9E;CACJ,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAG;IACpD,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;CACN,CAAC;AACX,mBAAmB;AACnB,mBAAmB"}
|
|
@@ -38,10 +38,25 @@ export interface FavoriteSitesRequestBuilder extends BaseRequestBuilder<Favorite
|
|
|
38
38
|
* Returns a paged, sortable list of sites the currently authenticated user has favorited. Supports filtering by search term. Requires API key authentication.
|
|
39
39
|
*/
|
|
40
40
|
export interface FavoriteSitesRequestBuilderGetQueryParameters {
|
|
41
|
+
/**
|
|
42
|
+
* 1-based page number. Defaults to 1.
|
|
43
|
+
*/
|
|
41
44
|
page?: number;
|
|
45
|
+
/**
|
|
46
|
+
* Number of items per page. Defaults to 100, max 500.
|
|
47
|
+
*/
|
|
42
48
|
pageSize?: number;
|
|
49
|
+
/**
|
|
50
|
+
* Optional search term matched against site title.
|
|
51
|
+
*/
|
|
43
52
|
search?: string;
|
|
53
|
+
/**
|
|
54
|
+
* Field to sort by. Supported values: `favoritedAtUtc`, `title`. Defaults to `favoritedAtUtc`.
|
|
55
|
+
*/
|
|
44
56
|
sortBy?: string;
|
|
57
|
+
/**
|
|
58
|
+
* Sort direction: `asc` or `desc`. Defaults to `desc`.
|
|
59
|
+
*/
|
|
45
60
|
sortDirection?: GetSortDirectionQueryParameterType;
|
|
46
61
|
}
|
|
47
62
|
export type GetSortDirectionQueryParameterType = (typeof GetSortDirectionQueryParameterTypeObject)[keyof typeof GetSortDirectionQueryParameterTypeObject];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/favoriteSites/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAqG,KAAK,yBAAyB,EAAuB,MAAM,oBAAoB,CAAC;AAE5L,OAAO,EAAyC,KAAK,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEvG,OAAO,EAAE,KAAK,0BAA0B,EAA8C,MAAM,iBAAiB,CAAC;AAE9G,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,IAAI,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAErQ;;GAEG;AACH,MAAM,WAAW,2BAA4B,SAAQ,kBAAkB,CAAC,2BAA2B,CAAC;IAChG;;OAEG;IACH,IAAI,OAAO,IAAI,qBAAqB,CAAC;IACrC;;;;OAIG;IACF,QAAQ,CAAC,MAAM,EAAE,IAAI,GAAI,0BAA0B,CAAC;IACrD;;;;;;;;;OASG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,6CAA6C,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,yBAAyB,GAAG,SAAS,CAAC,CAAC;IAC9J;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,6CAA6C,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACzJ;AACD;;GAEG;AACH,MAAM,WAAW,6CAA6C;IAC1D,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,kCAAkC,CAAC;CACtD;AACD,MAAM,MAAM,kCAAkC,GAAG,CAAC,OAAO,wCAAwC,CAAC,CAAC,MAAM,OAAO,wCAAwC,CAAC,CAAC;AAC1J;;GAEG;AACH,eAAO,MAAM,sCAAsC,+EAA+E,CAAC;AAWnI;;GAEG;AACH,eAAO,MAAM,6CAA6C,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,2BAA2B,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAQpK,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,2CAA2C,EAAE,gBAezD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,wCAAwC;;;CAG3C,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/favoriteSites/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAqG,KAAK,yBAAyB,EAAuB,MAAM,oBAAoB,CAAC;AAE5L,OAAO,EAAyC,KAAK,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEvG,OAAO,EAAE,KAAK,0BAA0B,EAA8C,MAAM,iBAAiB,CAAC;AAE9G,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,IAAI,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAErQ;;GAEG;AACH,MAAM,WAAW,2BAA4B,SAAQ,kBAAkB,CAAC,2BAA2B,CAAC;IAChG;;OAEG;IACH,IAAI,OAAO,IAAI,qBAAqB,CAAC;IACrC;;;;OAIG;IACF,QAAQ,CAAC,MAAM,EAAE,IAAI,GAAI,0BAA0B,CAAC;IACrD;;;;;;;;;OASG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,6CAA6C,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,yBAAyB,GAAG,SAAS,CAAC,CAAC;IAC9J;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,6CAA6C,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACzJ;AACD;;GAEG;AACH,MAAM,WAAW,6CAA6C;IAC1D;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,aAAa,CAAC,EAAE,kCAAkC,CAAC;CACtD;AACD,MAAM,MAAM,kCAAkC,GAAG,CAAC,OAAO,wCAAwC,CAAC,CAAC,MAAM,OAAO,wCAAwC,CAAC,CAAC;AAC1J;;GAEG;AACH,eAAO,MAAM,sCAAsC,+EAA+E,CAAC;AAWnI;;GAEG;AACH,eAAO,MAAM,6CAA6C,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,2BAA2B,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAQpK,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,2CAA2C,EAAE,gBAezD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,wCAAwC;;;CAG3C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/generated/favoriteSites/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,qDAAqD,EAAE,0CAA0C,EAAuD,MAAM,oBAAoB,CAAC;AAC5L,aAAa;AACb,OAAO,EAAE,qCAAqC,EAA8B,MAAM,oBAAoB,CAAC;AACvG,aAAa;AACb,OAAO,EAAmC,0CAA0C,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/generated/favoriteSites/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,qDAAqD,EAAE,0CAA0C,EAAuD,MAAM,oBAAoB,CAAC;AAC5L,aAAa;AACb,OAAO,EAAE,qCAAqC,EAA8B,MAAM,oBAAoB,CAAC;AACvG,aAAa;AACb,OAAO,EAAmC,0CAA0C,EAAE,MAAM,iBAAiB,CAAC;AA8D9G;;GAEG;AACH,MAAM,CAAC,MAAM,sCAAsC,GAAG,4EAA4E,CAAC;AACnI;;GAEG;AACH,MAAM,mDAAmD,GAA2B;IAChF,MAAM,EAAE,MAAM;IACd,UAAU,EAAE,UAAU;IACtB,QAAQ,EAAE,QAAQ;IAClB,QAAQ,EAAE,QAAQ;IAClB,eAAe,EAAE,eAAe;CACnC,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,6CAA6C,GAA+G;IACrK,QAAQ,EAAE;QACN,gBAAgB,EAAE,0CAA0C;QAC5D,sBAAsB,EAAE,CAAC,QAAQ,CAAC;KACrC;IACD,OAAO,EAAE;QACL,gBAAgB,EAAE,qCAAqC;KAC1D;CACJ,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,2CAA2C,GAAqB;IACzE,GAAG,EAAE;QACD,WAAW,EAAE,sCAAsC;QACnD,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,0CAAuE;YAC5E,GAAG,EAAE,0CAAuE;YAC5E,GAAG,EAAE,0CAAuE;YAC5E,GAAG,EAAE,0CAAuE;YAC5E,GAAG,EAAE,0CAAuE;SAC/E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,qDAAqD;QAC3E,qBAAqB,EAAE,mDAAmD;KAC7E;CACJ,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAG;IACpD,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;CACN,CAAC;AACX,mBAAmB;AACnB,mBAAmB"}
|
|
@@ -26,10 +26,25 @@ export interface ChangesRequestBuilder extends BaseRequestBuilder<ChangesRequest
|
|
|
26
26
|
* Returns a seek-paged delta feed of indexer filehash rows ordered by updatedAtUtc ascending, then id ascending. Includes created, updated, and soft-deleted rows as full payloads. Use since and the returned nextCursor to continue incrementally. Supports optional indexer source and indexer ID filters. Every page carries serverTimeUtc, the server clock read when the page was produced; persist it as the next since when items is empty. Requires API key authentication.
|
|
27
27
|
*/
|
|
28
28
|
export interface ChangesRequestBuilderGetQueryParameters {
|
|
29
|
+
/**
|
|
30
|
+
* Optional. Restrict changes to an indexer-specific identifier.
|
|
31
|
+
*/
|
|
29
32
|
indexerId?: string;
|
|
33
|
+
/**
|
|
34
|
+
* Optional. Restrict changes to an indexer source. Supported values: `DrunkenSlug`, `NzbFinder`, `NzbPorn`.
|
|
35
|
+
*/
|
|
30
36
|
indexerSource?: GetIndexerSourceQueryParameterType;
|
|
37
|
+
/**
|
|
38
|
+
* Number of items per page. Defaults to 100, max 1000.
|
|
39
|
+
*/
|
|
31
40
|
pageSize?: number;
|
|
41
|
+
/**
|
|
42
|
+
* Inclusive lower-bound timestamp for changes. Use together with `sinceId` to continue from an exact cursor.
|
|
43
|
+
*/
|
|
32
44
|
since?: Date;
|
|
45
|
+
/**
|
|
46
|
+
* Optional lower-bound ID tie-breaker for rows with the same `since` timestamp.
|
|
47
|
+
*/
|
|
33
48
|
sinceId?: Guid;
|
|
34
49
|
}
|
|
35
50
|
export type GetIndexerSourceQueryParameterType = (typeof GetIndexerSourceQueryParameterTypeObject)[keyof typeof GetIndexerSourceQueryParameterTypeObject];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/indexerFilehashes/changes/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA6G,KAAK,iCAAiC,EAAuB,MAAM,uBAAuB,CAAC;AAE/M,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,IAAI,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAEnM;;GAEG;AACH,MAAM,WAAW,qBAAsB,SAAQ,kBAAkB,CAAC,qBAAqB,CAAC;IACpF;;;;;;;;;OASG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,uCAAuC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,iCAAiC,GAAG,SAAS,CAAC,CAAC;IAChK;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,uCAAuC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACnJ;AACD;;GAEG;AACH,MAAM,WAAW,uCAAuC;IACpD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,kCAAkC,CAAC;IACnD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,IAAI,CAAC;IACb,OAAO,CAAC,EAAE,IAAI,CAAC;CAClB;AACD,MAAM,MAAM,kCAAkC,GAAG,CAAC,OAAO,wCAAwC,CAAC,CAAC,MAAM,OAAO,wCAAwC,CAAC,CAAC;AAC1J;;GAEG;AACH,eAAO,MAAM,gCAAgC,gGAAgG,CAAC;AAW9I;;GAEG;AACH,eAAO,MAAM,qCAAqC,EAAE,gBAenD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,wCAAwC;;;;CAI3C,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/indexerFilehashes/changes/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA6G,KAAK,iCAAiC,EAAuB,MAAM,uBAAuB,CAAC;AAE/M,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,IAAI,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAEnM;;GAEG;AACH,MAAM,WAAW,qBAAsB,SAAQ,kBAAkB,CAAC,qBAAqB,CAAC;IACpF;;;;;;;;;OASG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,uCAAuC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,iCAAiC,GAAG,SAAS,CAAC,CAAC;IAChK;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,uCAAuC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACnJ;AACD;;GAEG;AACH,MAAM,WAAW,uCAAuC;IACpD;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,aAAa,CAAC,EAAE,kCAAkC,CAAC;IACnD;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,KAAK,CAAC,EAAE,IAAI,CAAC;IACb;;OAEG;IACH,OAAO,CAAC,EAAE,IAAI,CAAC;CAClB;AACD,MAAM,MAAM,kCAAkC,GAAG,CAAC,OAAO,wCAAwC,CAAC,CAAC,MAAM,OAAO,wCAAwC,CAAC,CAAC;AAC1J;;GAEG;AACH,eAAO,MAAM,gCAAgC,gGAAgG,CAAC;AAW9I;;GAEG;AACH,eAAO,MAAM,qCAAqC,EAAE,gBAenD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,wCAAwC;;;;CAI3C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/indexerFilehashes/changes/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,6DAA6D,EAAE,0CAA0C,EAA+D,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/indexerFilehashes/changes/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,6DAA6D,EAAE,0CAA0C,EAA+D,MAAM,uBAAuB,CAAC;AAoD/M;;GAEG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAAG,6FAA6F,CAAC;AAC9I;;GAEG;AACH,MAAM,6CAA6C,GAA2B;IAC1E,WAAW,EAAE,WAAW;IACxB,eAAe,EAAE,eAAe;IAChC,UAAU,EAAE,UAAU;IACtB,OAAO,EAAE,OAAO;IAChB,SAAS,EAAE,SAAS;CACvB,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAqB;IACnE,GAAG,EAAE;QACD,WAAW,EAAE,gCAAgC;QAC7C,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,0CAAuE;YAC5E,GAAG,EAAE,0CAAuE;YAC5E,GAAG,EAAE,0CAAuE;YAC5E,GAAG,EAAE,0CAAuE;YAC5E,GAAG,EAAE,0CAAuE;SAC/E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,6DAA6D;QACnF,qBAAqB,EAAE,6CAA6C;KACvE;CACJ,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAG;IACpD,WAAW,EAAE,aAAa;IAC1B,SAAS,EAAE,WAAW;IACtB,OAAO,EAAE,SAAS;CACZ,CAAC;AACX,mBAAmB;AACnB,mBAAmB"}
|
|
@@ -29,16 +29,49 @@ export interface LatestRequestBuilder extends BaseRequestBuilder<LatestRequestBu
|
|
|
29
29
|
* Returns a paged list of active indexer filehash entries. Supports up to 5000 rows per request, sorting by createdAtUtc, updatedAtUtc, submissionCount, or filesize, and filtering by indexer source, indexer ID, verification state, and inclusive created/updated date ranges. Requires API key authentication.
|
|
30
30
|
*/
|
|
31
31
|
export interface LatestRequestBuilderGetQueryParameters {
|
|
32
|
+
/**
|
|
33
|
+
* Optional. Return only filehashes created at or after this timestamp (UTC).
|
|
34
|
+
*/
|
|
32
35
|
createdFrom?: Date;
|
|
36
|
+
/**
|
|
37
|
+
* Optional. Return only filehashes created at or before this timestamp (UTC).
|
|
38
|
+
*/
|
|
33
39
|
createdTo?: Date;
|
|
40
|
+
/**
|
|
41
|
+
* Optional. Restrict results to an indexer-specific identifier.
|
|
42
|
+
*/
|
|
34
43
|
indexerId?: string;
|
|
44
|
+
/**
|
|
45
|
+
* Optional. Restrict results to an indexer source. Supported values: `DrunkenSlug`, `NzbFinder`, `NzbPorn`.
|
|
46
|
+
*/
|
|
35
47
|
indexerSource?: GetIndexerSourceQueryParameterType;
|
|
48
|
+
/**
|
|
49
|
+
* Optional. Filter by verification state. Omit for both verified and unverified entries.
|
|
50
|
+
*/
|
|
36
51
|
isVerified?: boolean;
|
|
52
|
+
/**
|
|
53
|
+
* 1-based page number. Defaults to 1.
|
|
54
|
+
*/
|
|
37
55
|
page?: number;
|
|
56
|
+
/**
|
|
57
|
+
* Number of items per page. Defaults to 20, max 5000.
|
|
58
|
+
*/
|
|
38
59
|
pageSize?: number;
|
|
60
|
+
/**
|
|
61
|
+
* Field to sort by. Supported values: `createdAtUtc` (default), `updatedAtUtc`, `submissionCount`, `filesize`.
|
|
62
|
+
*/
|
|
39
63
|
sortBy?: GetSortByQueryParameterType;
|
|
64
|
+
/**
|
|
65
|
+
* Sort direction: `desc` (default) or `asc`.
|
|
66
|
+
*/
|
|
40
67
|
sortDirection?: GetSortDirectionQueryParameterType;
|
|
68
|
+
/**
|
|
69
|
+
* Optional. Return only filehashes updated at or after this timestamp (UTC).
|
|
70
|
+
*/
|
|
41
71
|
updatedFrom?: Date;
|
|
72
|
+
/**
|
|
73
|
+
* Optional. Return only filehashes updated at or before this timestamp (UTC).
|
|
74
|
+
*/
|
|
42
75
|
updatedTo?: Date;
|
|
43
76
|
}
|
|
44
77
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/indexerFilehashes/latest/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA2G,KAAK,+BAA+B,EAAuB,MAAM,uBAAuB,CAAC;AAE3M,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL,MAAM,MAAM,kCAAkC,GAAG,CAAC,OAAO,wCAAwC,CAAC,CAAC,MAAM,OAAO,wCAAwC,CAAC,CAAC;AAC1J,MAAM,MAAM,2BAA2B,GAAG,CAAC,OAAO,iCAAiC,CAAC,CAAC,MAAM,OAAO,iCAAiC,CAAC,CAAC;AACrI,MAAM,MAAM,kCAAkC,GAAG,CAAC,OAAO,wCAAwC,CAAC,CAAC,MAAM,OAAO,wCAAwC,CAAC,CAAC;AAC1J;;GAEG;AACH,MAAM,WAAW,oBAAqB,SAAQ,kBAAkB,CAAC,oBAAoB,CAAC;IAClF;;;;;;;;;OASG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,+BAA+B,GAAG,SAAS,CAAC,CAAC;IAC7J;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAClJ;AACD;;GAEG;AACH,MAAM,WAAW,sCAAsC;IACnD,WAAW,CAAC,EAAE,IAAI,CAAC;IACnB,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,kCAAkC,CAAC;IACnD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,2BAA2B,CAAC;IACrC,aAAa,CAAC,EAAE,kCAAkC,CAAC;IACnD,WAAW,CAAC,EAAE,IAAI,CAAC;IACnB,SAAS,CAAC,EAAE,IAAI,CAAC;CACpB;AACD;;GAEG;AACH,eAAO,MAAM,+BAA+B,wKAAwK,CAAC;AACrN;;GAEG;AACH,eAAO,MAAM,wCAAwC;;;;CAI3C,CAAC;AACX;;GAEG;AACH,eAAO,MAAM,iCAAiC;;;;;CAKpC,CAAC;AACX;;GAEG;AACH,eAAO,MAAM,wCAAwC;;;CAG3C,CAAC;AAiBX;;GAEG;AACH,eAAO,MAAM,oCAAoC,EAAE,gBAelD,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/indexerFilehashes/latest/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA2G,KAAK,+BAA+B,EAAuB,MAAM,uBAAuB,CAAC;AAE3M,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL,MAAM,MAAM,kCAAkC,GAAG,CAAC,OAAO,wCAAwC,CAAC,CAAC,MAAM,OAAO,wCAAwC,CAAC,CAAC;AAC1J,MAAM,MAAM,2BAA2B,GAAG,CAAC,OAAO,iCAAiC,CAAC,CAAC,MAAM,OAAO,iCAAiC,CAAC,CAAC;AACrI,MAAM,MAAM,kCAAkC,GAAG,CAAC,OAAO,wCAAwC,CAAC,CAAC,MAAM,OAAO,wCAAwC,CAAC,CAAC;AAC1J;;GAEG;AACH,MAAM,WAAW,oBAAqB,SAAQ,kBAAkB,CAAC,oBAAoB,CAAC;IAClF;;;;;;;;;OASG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,+BAA+B,GAAG,SAAS,CAAC,CAAC;IAC7J;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAClJ;AACD;;GAEG;AACH,MAAM,WAAW,sCAAsC;IACnD;;OAEG;IACH,WAAW,CAAC,EAAE,IAAI,CAAC;IACnB;;OAEG;IACH,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,aAAa,CAAC,EAAE,kCAAkC,CAAC;IACnD;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,2BAA2B,CAAC;IACrC;;OAEG;IACH,aAAa,CAAC,EAAE,kCAAkC,CAAC;IACnD;;OAEG;IACH,WAAW,CAAC,EAAE,IAAI,CAAC;IACnB;;OAEG;IACH,SAAS,CAAC,EAAE,IAAI,CAAC;CACpB;AACD;;GAEG;AACH,eAAO,MAAM,+BAA+B,wKAAwK,CAAC;AACrN;;GAEG;AACH,eAAO,MAAM,wCAAwC;;;;CAI3C,CAAC;AACX;;GAEG;AACH,eAAO,MAAM,iCAAiC;;;;;CAKpC,CAAC;AACX;;GAEG;AACH,eAAO,MAAM,wCAAwC;;;CAG3C,CAAC;AAiBX;;GAEG;AACH,eAAO,MAAM,oCAAoC,EAAE,gBAelD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/indexerFilehashes/latest/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,2DAA2D,EAAE,0CAA0C,EAA6D,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/indexerFilehashes/latest/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,2DAA2D,EAAE,0CAA0C,EAA6D,MAAM,uBAAuB,CAAC;AA8E3M;;GAEG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG,qKAAqK,CAAC;AACrN;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAG;IACpD,WAAW,EAAE,aAAa;IAC1B,SAAS,EAAE,WAAW;IACtB,OAAO,EAAE,SAAS;CACZ,CAAC;AACX;;GAEG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAAG;IAC7C,YAAY,EAAE,cAAc;IAC5B,YAAY,EAAE,cAAc;IAC5B,eAAe,EAAE,iBAAiB;IAClC,QAAQ,EAAE,UAAU;CACd,CAAC;AACX;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAG;IACpD,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;CACN,CAAC;AACX;;GAEG;AACH,MAAM,4CAA4C,GAA2B;IACzE,aAAa,EAAE,aAAa;IAC5B,WAAW,EAAE,WAAW;IACxB,WAAW,EAAE,WAAW;IACxB,eAAe,EAAE,eAAe;IAChC,YAAY,EAAE,YAAY;IAC1B,MAAM,EAAE,MAAM;IACd,UAAU,EAAE,UAAU;IACtB,QAAQ,EAAE,QAAQ;IAClB,eAAe,EAAE,eAAe;IAChC,aAAa,EAAE,aAAa;IAC5B,WAAW,EAAE,WAAW;CAC3B,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,oCAAoC,GAAqB;IAClE,GAAG,EAAE;QACD,WAAW,EAAE,+BAA+B;QAC5C,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,0CAAuE;YAC5E,GAAG,EAAE,0CAAuE;YAC5E,GAAG,EAAE,0CAAuE;YAC5E,GAAG,EAAE,0CAAuE;YAC5E,GAAG,EAAE,0CAAuE;SAC/E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,2DAA2D;QACjF,qBAAqB,EAAE,4CAA4C;KACtE;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|
|
@@ -5,7 +5,7 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInforma
|
|
|
5
5
|
*/
|
|
6
6
|
export interface LookupRequestBuilder extends BaseRequestBuilder<LookupRequestBuilder> {
|
|
7
7
|
/**
|
|
8
|
-
* Returns a flat list of active indexer filehash entries matching any supplied IDs, combined indexer source and indexer ID pairs, hashes, filenames, or file sizes. Requires API key authentication.
|
|
8
|
+
* Returns a flat list of active indexer filehash entries matching any supplied IDs, combined indexer source and indexer ID pairs, hashes, filenames, or file sizes. pHashes are matched for equality and must be computed exactly as described under Perceptual hashes in the API description; a value from any other procedure matches nothing. Requires API key authentication.
|
|
9
9
|
* @param body The request body
|
|
10
10
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
11
11
|
* @returns {Promise<LookupIndexerFilehashesResponse>}
|
|
@@ -17,7 +17,7 @@ export interface LookupRequestBuilder extends BaseRequestBuilder<LookupRequestBu
|
|
|
17
17
|
*/
|
|
18
18
|
post(body: LookupIndexerFilehashesRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<LookupIndexerFilehashesResponse | undefined>;
|
|
19
19
|
/**
|
|
20
|
-
* Returns a flat list of active indexer filehash entries matching any supplied IDs, combined indexer source and indexer ID pairs, hashes, filenames, or file sizes. Requires API key authentication.
|
|
20
|
+
* Returns a flat list of active indexer filehash entries matching any supplied IDs, combined indexer source and indexer ID pairs, hashes, filenames, or file sizes. pHashes are matched for equality and must be computed exactly as described under Perceptual hashes in the API description; a value from any other procedure matches nothing. Requires API key authentication.
|
|
21
21
|
* @param body The request body
|
|
22
22
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
23
23
|
* @returns {RequestInformation}
|