@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.
Files changed (62) hide show
  1. package/dist/generated/actors/changes/index.d.ts +9 -0
  2. package/dist/generated/actors/changes/index.d.ts.map +1 -1
  3. package/dist/generated/actors/changes/index.js.map +1 -1
  4. package/dist/generated/actors/index.d.ts +21 -0
  5. package/dist/generated/actors/index.d.ts.map +1 -1
  6. package/dist/generated/actors/index.js.map +1 -1
  7. package/dist/generated/downloadedFromIndexers/index.d.ts +2 -2
  8. package/dist/generated/downloadedFromIndexers/item/filenames/index.d.ts +2 -2
  9. package/dist/generated/downloadedFromIndexers/item/filenames/item/index.d.ts +2 -2
  10. package/dist/generated/favoriteActors/index.d.ts +15 -0
  11. package/dist/generated/favoriteActors/index.d.ts.map +1 -1
  12. package/dist/generated/favoriteActors/index.js.map +1 -1
  13. package/dist/generated/favoriteSites/index.d.ts +15 -0
  14. package/dist/generated/favoriteSites/index.d.ts.map +1 -1
  15. package/dist/generated/favoriteSites/index.js.map +1 -1
  16. package/dist/generated/indexerFilehashes/changes/index.d.ts +15 -0
  17. package/dist/generated/indexerFilehashes/changes/index.d.ts.map +1 -1
  18. package/dist/generated/indexerFilehashes/changes/index.js.map +1 -1
  19. package/dist/generated/indexerFilehashes/latest/index.d.ts +33 -0
  20. package/dist/generated/indexerFilehashes/latest/index.d.ts.map +1 -1
  21. package/dist/generated/indexerFilehashes/latest/index.js.map +1 -1
  22. package/dist/generated/indexerFilehashes/lookup/index.d.ts +2 -2
  23. package/dist/generated/models/index.d.ts +531 -321
  24. package/dist/generated/models/index.d.ts.map +1 -1
  25. package/dist/generated/models/index.js +1 -1
  26. package/dist/generated/models/index.js.map +1 -1
  27. package/dist/generated/predb/index.d.ts +24 -0
  28. package/dist/generated/predb/index.d.ts.map +1 -1
  29. package/dist/generated/predb/index.js.map +1 -1
  30. package/dist/generated/predb/latest/index.d.ts +15 -0
  31. package/dist/generated/predb/latest/index.d.ts.map +1 -1
  32. package/dist/generated/predb/latest/index.js.map +1 -1
  33. package/dist/generated/predb/searchByVideo/index.d.ts +6 -0
  34. package/dist/generated/predb/searchByVideo/index.d.ts.map +1 -1
  35. package/dist/generated/predb/searchByVideo/index.js.map +1 -1
  36. package/dist/generated/sites/index.d.ts +15 -0
  37. package/dist/generated/sites/index.d.ts.map +1 -1
  38. package/dist/generated/sites/index.js.map +1 -1
  39. package/dist/generated/videos/filehashSubmissions/index.d.ts +4 -4
  40. package/dist/generated/videos/filehashes/changes/index.d.ts +15 -0
  41. package/dist/generated/videos/filehashes/changes/index.d.ts.map +1 -1
  42. package/dist/generated/videos/filehashes/changes/index.js.map +1 -1
  43. package/dist/generated/videos/filehashes/latest/index.d.ts +33 -0
  44. package/dist/generated/videos/filehashes/latest/index.d.ts.map +1 -1
  45. package/dist/generated/videos/filehashes/latest/index.js.map +1 -1
  46. package/dist/generated/videos/filehashes/lookup/index.d.ts +2 -2
  47. package/dist/generated/videos/filehashes/unlinked/index.d.ts +12 -0
  48. package/dist/generated/videos/filehashes/unlinked/index.d.ts.map +1 -1
  49. package/dist/generated/videos/filehashes/unlinked/index.js.map +1 -1
  50. package/dist/generated/videos/identify/index.d.ts +4 -4
  51. package/dist/generated/videos/index.d.ts +27 -0
  52. package/dist/generated/videos/index.d.ts.map +1 -1
  53. package/dist/generated/videos/index.js.map +1 -1
  54. package/dist/generated/wantedVideos/batch/index.d.ts +2 -2
  55. package/dist/generated/wantedVideos/changes/index.d.ts +9 -0
  56. package/dist/generated/wantedVideos/changes/index.d.ts.map +1 -1
  57. package/dist/generated/wantedVideos/changes/index.js.map +1 -1
  58. package/dist/generated/wantedVideos/fulfillments/index.d.ts +2 -2
  59. package/dist/generated/wantedVideos/index.d.ts +27 -0
  60. package/dist/generated/wantedVideos/index.d.ts.map +1 -1
  61. package/dist/generated/wantedVideos/index.js.map +1 -1
  62. package/package.json +1 -1
@@ -39,13 +39,37 @@ export interface PredbRequestBuilder extends BaseRequestBuilder<PredbRequestBuil
39
39
  * Returns a paged list of PreDb entries. Supports filtering by title or release group search, category, and release date range. Default sort is release date descending. Requires API key authentication.
40
40
  */
41
41
  export interface PredbRequestBuilderGetQueryParameters {
42
+ /**
43
+ * Optional category filter. Supported values: `movies`, `tvshows`, `adult`.
44
+ */
42
45
  category?: GetCategoryQueryParameterType;
46
+ /**
47
+ * 1-based page number. Defaults to 1.
48
+ */
43
49
  page?: number;
50
+ /**
51
+ * Number of items per page. Defaults to 20, max 100.
52
+ */
44
53
  pageSize?: number;
54
+ /**
55
+ * Optional. Return only entries released on or after this date.
56
+ */
45
57
  releaseDateFrom?: DateOnly;
58
+ /**
59
+ * Optional. Return only entries released on or before this date.
60
+ */
46
61
  releaseDateTo?: DateOnly;
62
+ /**
63
+ * Optional search term matched against title and release group.
64
+ */
47
65
  search?: string;
66
+ /**
67
+ * Field to sort by. Supported values: `releaseDate` (default), `title`.
68
+ */
48
69
  sortBy?: GetSortByQueryParameterType;
70
+ /**
71
+ * Sort direction: `desc` (default) or `asc`.
72
+ */
49
73
  sortDirection?: GetSortDirectionQueryParameterType;
50
74
  }
51
75
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/predb/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA6F,KAAK,iBAAiB,EAAuB,MAAM,oBAAoB,CAAC;AAE5K,OAAO,EAAwC,KAAK,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAEpG,OAAO,EAA+C,KAAK,2BAA2B,EAAE,MAAM,0BAA0B,CAAC;AAEzH,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAEzQ,MAAM,MAAM,6BAA6B,GAAG,CAAC,OAAO,mCAAmC,CAAC,CAAC,MAAM,OAAO,mCAAmC,CAAC,CAAC;AAC3I,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,mBAAoB,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC;IAChF;;OAEG;IACH,IAAI,MAAM,IAAI,oBAAoB,CAAC;IACnC;;OAEG;IACH,IAAI,aAAa,IAAI,2BAA2B,CAAC;IACjD;;;;;;;;;OASG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,iBAAiB,GAAG,SAAS,CAAC,CAAC;IAC9I;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACjJ;AACD;;GAEG;AACH,MAAM,WAAW,qCAAqC;IAClD,QAAQ,CAAC,EAAE,6BAA6B,CAAC;IACzC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,eAAe,CAAC,EAAE,QAAQ,CAAC;IAC3B,aAAa,CAAC,EAAE,QAAQ,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,2BAA2B,CAAC;IACrC,aAAa,CAAC,EAAE,kCAAkC,CAAC;CACtD;AACD;;GAEG;AACH,eAAO,MAAM,8BAA8B,gHAAgH,CAAC;AAC5J;;GAEG;AACH,eAAO,MAAM,mCAAmC;;;;CAItC,CAAC;AACX;;GAEG;AACH,eAAO,MAAM,iCAAiC;;;CAGpC,CAAC;AACX;;GAEG;AACH,eAAO,MAAM,wCAAwC;;;CAG3C,CAAC;AAcX;;GAEG;AACH,eAAO,MAAM,qCAAqC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,mBAAmB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAOpJ,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,mCAAmC,EAAE,gBAejD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/predb/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA6F,KAAK,iBAAiB,EAAuB,MAAM,oBAAoB,CAAC;AAE5K,OAAO,EAAwC,KAAK,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAEpG,OAAO,EAA+C,KAAK,2BAA2B,EAAE,MAAM,0BAA0B,CAAC;AAEzH,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAEzQ,MAAM,MAAM,6BAA6B,GAAG,CAAC,OAAO,mCAAmC,CAAC,CAAC,MAAM,OAAO,mCAAmC,CAAC,CAAC;AAC3I,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,mBAAoB,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC;IAChF;;OAEG;IACH,IAAI,MAAM,IAAI,oBAAoB,CAAC;IACnC;;OAEG;IACH,IAAI,aAAa,IAAI,2BAA2B,CAAC;IACjD;;;;;;;;;OASG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,iBAAiB,GAAG,SAAS,CAAC,CAAC;IAC9I;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACjJ;AACD;;GAEG;AACH,MAAM,WAAW,qCAAqC;IAClD;;OAEG;IACH,QAAQ,CAAC,EAAE,6BAA6B,CAAC;IACzC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,eAAe,CAAC,EAAE,QAAQ,CAAC;IAC3B;;OAEG;IACH,aAAa,CAAC,EAAE,QAAQ,CAAC;IACzB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,2BAA2B,CAAC;IACrC;;OAEG;IACH,aAAa,CAAC,EAAE,kCAAkC,CAAC;CACtD;AACD;;GAEG;AACH,eAAO,MAAM,8BAA8B,gHAAgH,CAAC;AAC5J;;GAEG;AACH,eAAO,MAAM,mCAAmC;;;;CAItC,CAAC;AACX;;GAEG;AACH,eAAO,MAAM,iCAAiC;;;CAGpC,CAAC;AACX;;GAEG;AACH,eAAO,MAAM,wCAAwC;;;CAG3C,CAAC;AAcX;;GAEG;AACH,eAAO,MAAM,qCAAqC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,mBAAmB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAOpJ,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,mCAAmC,EAAE,gBAejD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/generated/predb/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,6CAA6C,EAAE,0CAA0C,EAA+C,MAAM,oBAAoB,CAAC;AAC5K,aAAa;AACb,OAAO,EAAE,oCAAoC,EAA6B,MAAM,mBAAmB,CAAC;AACpG,aAAa;AACb,OAAO,EAAE,2CAA2C,EAAoC,MAAM,0BAA0B,CAAC;AAkDzH;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG,6GAA6G,CAAC;AAC5J;;GAEG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAAG;IAC/C,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,OAAO;CACR,CAAC;AACX;;GAEG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAAG;IAC7C,WAAW,EAAE,aAAa;IAC1B,KAAK,EAAE,OAAO;CACR,CAAC;AACX;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAG;IACpD,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;CACN,CAAC;AACX;;GAEG;AACH,MAAM,2CAA2C,GAA2B;IACxE,UAAU,EAAE,UAAU;IACtB,MAAM,EAAE,MAAM;IACd,UAAU,EAAE,UAAU;IACtB,iBAAiB,EAAE,iBAAiB;IACpC,eAAe,EAAE,eAAe;IAChC,QAAQ,EAAE,QAAQ;IAClB,QAAQ,EAAE,QAAQ;IAClB,eAAe,EAAE,eAAe;CACnC,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAuG;IACrJ,MAAM,EAAE;QACJ,gBAAgB,EAAE,oCAAoC;KACzD;IACD,aAAa,EAAE;QACX,gBAAgB,EAAE,2CAA2C;KAChE;CACJ,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAAqB;IACjE,GAAG,EAAE;QACD,WAAW,EAAE,8BAA8B;QAC3C,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,6CAA6C;QACnE,qBAAqB,EAAE,2CAA2C;KACrE;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/generated/predb/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,6CAA6C,EAAE,0CAA0C,EAA+C,MAAM,oBAAoB,CAAC;AAC5K,aAAa;AACb,OAAO,EAAE,oCAAoC,EAA6B,MAAM,mBAAmB,CAAC;AACpG,aAAa;AACb,OAAO,EAAE,2CAA2C,EAAoC,MAAM,0BAA0B,CAAC;AA0EzH;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG,6GAA6G,CAAC;AAC5J;;GAEG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAAG;IAC/C,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,OAAO;CACR,CAAC;AACX;;GAEG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAAG;IAC7C,WAAW,EAAE,aAAa;IAC1B,KAAK,EAAE,OAAO;CACR,CAAC;AACX;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAG;IACpD,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;CACN,CAAC;AACX;;GAEG;AACH,MAAM,2CAA2C,GAA2B;IACxE,UAAU,EAAE,UAAU;IACtB,MAAM,EAAE,MAAM;IACd,UAAU,EAAE,UAAU;IACtB,iBAAiB,EAAE,iBAAiB;IACpC,eAAe,EAAE,eAAe;IAChC,QAAQ,EAAE,QAAQ;IAClB,QAAQ,EAAE,QAAQ;IAClB,eAAe,EAAE,eAAe;CACnC,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAuG;IACrJ,MAAM,EAAE;QACJ,gBAAgB,EAAE,oCAAoC;KACzD;IACD,aAAa,EAAE;QACX,gBAAgB,EAAE,2CAA2C;KAChE;CACJ,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAAqB;IACjE,GAAG,EAAE;QACD,WAAW,EAAE,8BAA8B;QAC3C,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,6CAA6C;QACnE,qBAAqB,EAAE,2CAA2C;KACrE;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
@@ -26,10 +26,25 @@ export interface LatestRequestBuilder extends BaseRequestBuilder<LatestRequestBu
26
26
  * Returns a paged list of canonical PreDb entries ordered by creation date descending. Linked video details are included when available; unlinked PreDb entries are also returned. Supports filtering by site ID and creation date range. Requires API key authentication.
27
27
  */
28
28
  export interface LatestRequestBuilderGetQueryParameters {
29
+ /**
30
+ * Optional. Return only PreDb entries created at or after this timestamp (UTC).
31
+ */
29
32
  createdFrom?: Date;
33
+ /**
34
+ * Optional. Return only PreDb entries created at or before this timestamp (UTC).
35
+ */
30
36
  createdTo?: Date;
37
+ /**
38
+ * 1-based page number. Defaults to 1.
39
+ */
31
40
  page?: number;
41
+ /**
42
+ * Number of items per page. Defaults to 20, max 500.
43
+ */
32
44
  pageSize?: number;
45
+ /**
46
+ * Optional. Filter to predbs linked to videos on the specified site.
47
+ */
33
48
  siteId?: Guid;
34
49
  }
35
50
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/predb/latest/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA+F,KAAK,mBAAmB,EAAuB,MAAM,uBAAuB,CAAC;AAEnL,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,oBAAqB,SAAQ,kBAAkB,CAAC,oBAAoB,CAAC;IAClF;;;;;;;;;OASG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,mBAAmB,GAAG,SAAS,CAAC,CAAC;IACjJ;;;;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,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,IAAI,CAAC;CACjB;AACD;;GAEG;AACH,eAAO,MAAM,+BAA+B,8EAA8E,CAAC;AAW3H;;GAEG;AACH,eAAO,MAAM,oCAAoC,EAAE,gBAelD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/predb/latest/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA+F,KAAK,mBAAmB,EAAuB,MAAM,uBAAuB,CAAC;AAEnL,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,oBAAqB,SAAQ,kBAAkB,CAAC,oBAAoB,CAAC;IAClF;;;;;;;;;OASG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,mBAAmB,GAAG,SAAS,CAAC,CAAC;IACjJ;;;;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,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,IAAI,CAAC;CACjB;AACD;;GAEG;AACH,eAAO,MAAM,+BAA+B,8EAA8E,CAAC;AAW3H;;GAEG;AACH,eAAO,MAAM,oCAAoC,EAAE,gBAelD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/predb/latest/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,+CAA+C,EAAE,0CAA0C,EAAiD,MAAM,uBAAuB,CAAC;AAoCnL;;GAEG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG,2EAA2E,CAAC;AAC3H;;GAEG;AACH,MAAM,4CAA4C,GAA2B;IACzE,aAAa,EAAE,aAAa;IAC5B,WAAW,EAAE,WAAW;IACxB,MAAM,EAAE,MAAM;IACd,UAAU,EAAE,UAAU;IACtB,QAAQ,EAAE,QAAQ;CACrB,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,+CAA+C;QACrE,qBAAqB,EAAE,4CAA4C;KACtE;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/predb/latest/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,+CAA+C,EAAE,0CAA0C,EAAiD,MAAM,uBAAuB,CAAC;AAmDnL;;GAEG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG,2EAA2E,CAAC;AAC3H;;GAEG;AACH,MAAM,4CAA4C,GAA2B;IACzE,aAAa,EAAE,aAAa;IAC5B,WAAW,EAAE,WAAW;IACxB,MAAM,EAAE,MAAM;IACd,UAAU,EAAE,UAAU;IACtB,QAAQ,EAAE,QAAQ;CACrB,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,+CAA+C;QACrE,qBAAqB,EAAE,4CAA4C;KACtE;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
@@ -26,7 +26,13 @@ export interface SearchByVideoRequestBuilder extends BaseRequestBuilder<SearchBy
26
26
  * Searches canonical PreDb titles and returns matching linked PreDb entries grouped by video. 'q' (min 3 characters) is required unless 'releaseDate' is provided, in which case 'q' is optional. Each group includes video and site details. Capped at 500 video groups, no paging.
27
27
  */
28
28
  export interface SearchByVideoRequestBuilderGetQueryParameters {
29
+ /**
30
+ * Search keyword. Must be at least 3 characters.
31
+ */
29
32
  q?: string;
33
+ /**
34
+ * Optional. Filter results to videos with this exact release date (format: yyyy-MM-dd).
35
+ */
30
36
  releaseDate?: DateOnly;
31
37
  }
32
38
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/predb/searchByVideo/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA2H,KAAK,0BAA0B,EAAE,MAAM,uBAAuB,CAAC;AAEjM,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAEvM;;GAEG;AACH,MAAM,WAAW,2BAA4B,SAAQ,kBAAkB,CAAC,2BAA2B,CAAC;IAChG;;;;;;;;;OASG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,6CAA6C,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,0BAA0B,GAAG,SAAS,CAAC,CAAC;IAC/J;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,6CAA6C,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACzJ;AACD;;GAEG;AACH,MAAM,WAAW,6CAA6C;IAC1D,CAAC,CAAC,EAAE,MAAM,CAAC;IACX,WAAW,CAAC,EAAE,QAAQ,CAAC;CAC1B;AACD;;GAEG;AACH,eAAO,MAAM,sCAAsC,uDAAuD,CAAC;AAQ3G;;GAEG;AACH,eAAO,MAAM,2CAA2C,EAAE,gBAezD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/predb/searchByVideo/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA2H,KAAK,0BAA0B,EAAE,MAAM,uBAAuB,CAAC;AAEjM,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAEvM;;GAEG;AACH,MAAM,WAAW,2BAA4B,SAAQ,kBAAkB,CAAC,2BAA2B,CAAC;IAChG;;;;;;;;;OASG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,6CAA6C,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,0BAA0B,GAAG,SAAS,CAAC,CAAC;IAC/J;;;;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,CAAC,CAAC,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,WAAW,CAAC,EAAE,QAAQ,CAAC;CAC1B;AACD;;GAEG;AACH,eAAO,MAAM,sCAAsC,uDAAuD,CAAC;AAQ3G;;GAEG;AACH,eAAO,MAAM,2CAA2C,EAAE,gBAezD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/predb/searchByVideo/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,0CAA0C,EAAE,sDAAsD,EAAwD,MAAM,uBAAuB,CAAC;AAiCjM;;GAEG;AACH,MAAM,CAAC,MAAM,sCAAsC,GAAG,oDAAoD,CAAC;AAC3G;;GAEG;AACH,MAAM,mDAAmD,GAA2B;IAChF,GAAG,EAAE,GAAG;IACR,aAAa,EAAE,aAAa;CAC/B,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,sDAAsD;QAC5E,qBAAqB,EAAE,mDAAmD;KAC7E;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/predb/searchByVideo/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,0CAA0C,EAAE,sDAAsD,EAAwD,MAAM,uBAAuB,CAAC;AAuCjM;;GAEG;AACH,MAAM,CAAC,MAAM,sCAAsC,GAAG,oDAAoD,CAAC;AAC3G;;GAEG;AACH,MAAM,mDAAmD,GAA2B;IAChF,GAAG,EAAE,GAAG;IACR,aAAa,EAAE,aAAa;CAC/B,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,sDAAsD;QAC5E,qBAAqB,EAAE,mDAAmD;KAC7E;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
@@ -27,10 +27,25 @@ export interface SitesRequestBuilder extends BaseRequestBuilder<SitesRequestBuil
27
27
  * Returns a paged list of sites ordered by title ascending. Supports filtering by search term matched against site title. The full list fits in a single request at pageSize=1000. Every response carries a weak ETag covering the matched rows and the paging, sorting and search parameters; send it back as If-None-Match to get 304 Not Modified while nothing changed. Because the shared read-only output cache does not vary by If-None-Match, a request that hits the cache is answered with 200 and a body instead of 304 — that is expected, not an error. Sites carry no alias names, and matching a file name to a site happens exclusively server-side in POST /videos/identify. Requires API key authentication.
28
28
  */
29
29
  export interface SitesRequestBuilderGetQueryParameters {
30
+ /**
31
+ * 1-based page number. Defaults to 1.
32
+ */
30
33
  page?: number;
34
+ /**
35
+ * Number of items per page. Defaults to 20, max 1000 — the full list fits in one page.
36
+ */
31
37
  pageSize?: number;
38
+ /**
39
+ * Optional search term matched against site title.
40
+ */
32
41
  search?: string;
42
+ /**
43
+ * Field to sort by. Supported values: `title` (default).
44
+ */
33
45
  sortBy?: string;
46
+ /**
47
+ * Sort direction: `asc` (default) or `desc`.
48
+ */
34
49
  sortDirection?: GetSortDirectionQueryParameterType;
35
50
  }
36
51
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/sites/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA6F,KAAK,iBAAiB,EAAuB,MAAM,oBAAoB,CAAC;AAE5K,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;;GAEG;AACH,MAAM,WAAW,mBAAoB,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC;IAChF;;;;;;;;;OASG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,iBAAiB,GAAG,SAAS,CAAC,CAAC;IAC9I;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACjJ;AACD;;GAEG;AACH,MAAM,WAAW,qCAAqC;IAClD,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;;GAEG;AACH,eAAO,MAAM,8BAA8B,sEAAsE,CAAC;AAClH;;GAEG;AACH,eAAO,MAAM,wCAAwC;;;CAG3C,CAAC;AAWX;;GAEG;AACH,eAAO,MAAM,mCAAmC,EAAE,gBAejD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/sites/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA6F,KAAK,iBAAiB,EAAuB,MAAM,oBAAoB,CAAC;AAE5K,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;;GAEG;AACH,MAAM,WAAW,mBAAoB,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC;IAChF;;;;;;;;;OASG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,iBAAiB,GAAG,SAAS,CAAC,CAAC;IAC9I;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACjJ;AACD;;GAEG;AACH,MAAM,WAAW,qCAAqC;IAClD;;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;;GAEG;AACH,eAAO,MAAM,8BAA8B,sEAAsE,CAAC;AAClH;;GAEG;AACH,eAAO,MAAM,wCAAwC;;;CAG3C,CAAC;AAWX;;GAEG;AACH,eAAO,MAAM,mCAAmC,EAAE,gBAejD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/generated/sites/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,6CAA6C,EAAE,0CAA0C,EAA+C,MAAM,oBAAoB,CAAC;AAqC5K;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG,mEAAmE,CAAC;AAClH;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAG;IACpD,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;CACN,CAAC;AACX;;GAEG;AACH,MAAM,2CAA2C,GAA2B;IACxE,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,mCAAmC,GAAqB;IACjE,GAAG,EAAE;QACD,WAAW,EAAE,8BAA8B;QAC3C,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,6CAA6C;QACnE,qBAAqB,EAAE,2CAA2C;KACrE;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/generated/sites/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,6CAA6C,EAAE,0CAA0C,EAA+C,MAAM,oBAAoB,CAAC;AAoD5K;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG,mEAAmE,CAAC;AAClH;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAG;IACpD,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;CACN,CAAC;AACX;;GAEG;AACH,MAAM,2CAA2C,GAA2B;IACxE,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,mCAAmC,GAAqB;IACjE,GAAG,EAAE;QACD,WAAW,EAAE,8BAA8B;QAC3C,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,6CAA6C;QACnE,qBAAqB,EAAE,2CAA2C;KACrE;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
@@ -5,8 +5,8 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInforma
5
5
  */
6
6
  export interface FilehashSubmissionsRequestBuilder extends BaseRequestBuilder<FilehashSubmissionsRequestBuilder> {
7
7
  /**
8
- * Submits up to 200 assignments of a file hash to a video, on behalf of the authenticated user. Intended for assignments a person confirmed in a client's UI — exactly the cases automatic detection missed. Each entry needs a videoId and an osHash; the osHash is the only aggregation key, so an entry carrying only a pHash cannot be used. The filename is optional and may be withheld; the endpoint works without it. Every entry gets its own outcome and the status stays 200: an unknown videoId is reported as videoNotFound, and an assignment that contradicts an existing one is stored as conflicted rather than overwriting it. Submissions are recorded in their own table. They appear in no read endpoint and change no lookup result; whether they ever enter the aggregated hash set is decided by the scraper's aggregation job, not here. Clients must make this strictly opt-in and off by default — that is a client-side obligation the API cannot enforce. Requires API key authentication.
9
- * @param body The request body
8
+ * Submits up to 200 assignments of a file hash to a video, on behalf of the authenticated user. Intended for assignments a person confirmed in a client's UI — exactly the cases automatic detection missed. Each entry needs a videoId and an osHash; the osHash is the only aggregation key, so an entry carrying only a pHash cannot be used. 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. The filename is optional and may be withheld; the endpoint works without it. Every entry gets its own outcome and the status stays 200: an unknown videoId is reported as videoNotFound, and an assignment that contradicts an existing one is stored as conflicted rather than overwriting it. Submissions are recorded in their own table. They appear in no read endpoint and change no lookup result; whether they ever enter the aggregated hash set is decided by the scraper's aggregation job, not here. Clients must make this strictly opt-in and off by default — that is a client-side obligation the API cannot enforce. Requires API key authentication.
9
+ * @param body Request body for submitting confirmed hash-to-video assignments.
10
10
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
11
11
  * @returns {Promise<SubmitVideoFilehashesResponse>}
12
12
  * @throws {ProblemDetails} error when the service returns a 400 status code
@@ -17,8 +17,8 @@ export interface FilehashSubmissionsRequestBuilder extends BaseRequestBuilder<Fi
17
17
  */
18
18
  post(body: SubmitVideoFilehashesRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<SubmitVideoFilehashesResponse | undefined>;
19
19
  /**
20
- * Submits up to 200 assignments of a file hash to a video, on behalf of the authenticated user. Intended for assignments a person confirmed in a client's UI — exactly the cases automatic detection missed. Each entry needs a videoId and an osHash; the osHash is the only aggregation key, so an entry carrying only a pHash cannot be used. The filename is optional and may be withheld; the endpoint works without it. Every entry gets its own outcome and the status stays 200: an unknown videoId is reported as videoNotFound, and an assignment that contradicts an existing one is stored as conflicted rather than overwriting it. Submissions are recorded in their own table. They appear in no read endpoint and change no lookup result; whether they ever enter the aggregated hash set is decided by the scraper's aggregation job, not here. Clients must make this strictly opt-in and off by default — that is a client-side obligation the API cannot enforce. Requires API key authentication.
21
- * @param body The request body
20
+ * Submits up to 200 assignments of a file hash to a video, on behalf of the authenticated user. Intended for assignments a person confirmed in a client's UI — exactly the cases automatic detection missed. Each entry needs a videoId and an osHash; the osHash is the only aggregation key, so an entry carrying only a pHash cannot be used. 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. The filename is optional and may be withheld; the endpoint works without it. Every entry gets its own outcome and the status stays 200: an unknown videoId is reported as videoNotFound, and an assignment that contradicts an existing one is stored as conflicted rather than overwriting it. Submissions are recorded in their own table. They appear in no read endpoint and change no lookup result; whether they ever enter the aggregated hash set is decided by the scraper's aggregation job, not here. Clients must make this strictly opt-in and off by default — that is a client-side obligation the API cannot enforce. Requires API key authentication.
21
+ * @param body Request body for submitting confirmed hash-to-video assignments.
22
22
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
23
23
  * @returns {RequestInformation}
24
24
  */
@@ -26,10 +26,25 @@ export interface ChangesRequestBuilder extends BaseRequestBuilder<ChangesRequest
26
26
  * Returns a seek-paged delta feed of video 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 video ID and site 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
+ * 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;
41
+ /**
42
+ * Optional. Restrict changes to videos on the specified site.
43
+ */
32
44
  siteId?: Guid;
45
+ /**
46
+ * Optional. Restrict changes to a single video.
47
+ */
33
48
  videoId?: Guid;
34
49
  }
35
50
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/generated/videos/filehashes/changes/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA2G,KAAK,+BAA+B,EAAuB,MAAM,0BAA0B,CAAC;AAE9M,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,+BAA+B,GAAG,SAAS,CAAC,CAAC;IAC9J;;;;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;IACf,MAAM,CAAC,EAAE,IAAI,CAAC;IACd,OAAO,CAAC,EAAE,IAAI,CAAC;CAClB;AACD;;GAEG;AACH,eAAO,MAAM,gCAAgC,sFAAsF,CAAC;AAWpI;;GAEG;AACH,eAAO,MAAM,qCAAqC,EAAE,gBAenD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/generated/videos/filehashes/changes/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA2G,KAAK,+BAA+B,EAAuB,MAAM,0BAA0B,CAAC;AAE9M,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,+BAA+B,GAAG,SAAS,CAAC,CAAC;IAC9J;;;;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;IACf;;OAEG;IACH,MAAM,CAAC,EAAE,IAAI,CAAC;IACd;;OAEG;IACH,OAAO,CAAC,EAAE,IAAI,CAAC;CAClB;AACD;;GAEG;AACH,eAAO,MAAM,gCAAgC,sFAAsF,CAAC;AAWpI;;GAEG;AACH,eAAO,MAAM,qCAAqC,EAAE,gBAenD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/videos/filehashes/changes/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,2DAA2D,EAAE,0CAA0C,EAA6D,MAAM,0BAA0B,CAAC;AAoC9M;;GAEG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAAG,mFAAmF,CAAC;AACpI;;GAEG;AACH,MAAM,6CAA6C,GAA2B;IAC1E,UAAU,EAAE,UAAU;IACtB,OAAO,EAAE,OAAO;IAChB,SAAS,EAAE,SAAS;IACpB,QAAQ,EAAE,QAAQ;IAClB,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,2DAA2D;QACjF,qBAAqB,EAAE,6CAA6C;KACvE;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/videos/filehashes/changes/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,2DAA2D,EAAE,0CAA0C,EAA6D,MAAM,0BAA0B,CAAC;AAmD9M;;GAEG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAAG,mFAAmF,CAAC;AACpI;;GAEG;AACH,MAAM,6CAA6C,GAA2B;IAC1E,UAAU,EAAE,UAAU;IACtB,OAAO,EAAE,OAAO;IAChB,SAAS,EAAE,SAAS;IACpB,QAAQ,EAAE,QAAQ;IAClB,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,2DAA2D;QACjF,qBAAqB,EAAE,6CAA6C;KACvE;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
@@ -28,16 +28,49 @@ export interface LatestRequestBuilder extends BaseRequestBuilder<LatestRequestBu
28
28
  * Returns a paged list of active video filehash entries, including rows linked to videos and rows whose videoId is null. Supports up to 5000 rows per request, sorting by createdAtUtc, updatedAtUtc, submissionCount, or filesize, and filtering by video ID, site ID, verification state, and inclusive created/updated date ranges. Requires API key authentication.
29
29
  */
30
30
  export interface LatestRequestBuilderGetQueryParameters {
31
+ /**
32
+ * Optional. Return only filehashes created at or after this timestamp (UTC).
33
+ */
31
34
  createdFrom?: Date;
35
+ /**
36
+ * Optional. Return only filehashes created at or before this timestamp (UTC).
37
+ */
32
38
  createdTo?: Date;
39
+ /**
40
+ * Optional. Filter by verification state. Omit for both verified and unverified entries.
41
+ */
33
42
  isVerified?: boolean;
43
+ /**
44
+ * 1-based page number. Defaults to 1.
45
+ */
34
46
  page?: number;
47
+ /**
48
+ * Number of items per page. Defaults to 20, max 5000.
49
+ */
35
50
  pageSize?: number;
51
+ /**
52
+ * Optional. Restrict results to videos on the specified site.
53
+ */
36
54
  siteId?: Guid;
55
+ /**
56
+ * Field to sort by. Supported values: `createdAtUtc` (default), `updatedAtUtc`, `submissionCount`, `filesize`.
57
+ */
37
58
  sortBy?: GetSortByQueryParameterType;
59
+ /**
60
+ * Sort direction: `desc` (default) or `asc`.
61
+ */
38
62
  sortDirection?: GetSortDirectionQueryParameterType;
63
+ /**
64
+ * Optional. Return only filehashes updated at or after this timestamp (UTC).
65
+ */
39
66
  updatedFrom?: Date;
67
+ /**
68
+ * Optional. Return only filehashes updated at or before this timestamp (UTC).
69
+ */
40
70
  updatedTo?: Date;
71
+ /**
72
+ * Optional. Restrict results to a single video.
73
+ */
41
74
  videoId?: Guid;
42
75
  }
43
76
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/generated/videos/filehashes/latest/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAyG,KAAK,6BAA6B,EAAuB,MAAM,0BAA0B,CAAC;AAE1M,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,IAAI,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAEnM,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,6BAA6B,GAAG,SAAS,CAAC,CAAC;IAC3J;;;;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,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,IAAI,CAAC;IACd,MAAM,CAAC,EAAE,2BAA2B,CAAC;IACrC,aAAa,CAAC,EAAE,kCAAkC,CAAC;IACnD,WAAW,CAAC,EAAE,IAAI,CAAC;IACnB,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,OAAO,CAAC,EAAE,IAAI,CAAC;CAClB;AACD;;GAEG;AACH,eAAO,MAAM,+BAA+B,8JAA8J,CAAC;AAC3M;;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/videos/filehashes/latest/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAyG,KAAK,6BAA6B,EAAuB,MAAM,0BAA0B,CAAC;AAE1M,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,IAAI,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAEnM,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,6BAA6B,GAAG,SAAS,CAAC,CAAC;IAC3J;;;;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,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,IAAI,CAAC;IACd;;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;IACjB;;OAEG;IACH,OAAO,CAAC,EAAE,IAAI,CAAC;CAClB;AACD;;GAEG;AACH,eAAO,MAAM,+BAA+B,8JAA8J,CAAC;AAC3M;;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/videos/filehashes/latest/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,yDAAyD,EAAE,0CAA0C,EAA2D,MAAM,0BAA0B,CAAC;AA4C1M;;GAEG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG,2JAA2J,CAAC;AAC3M;;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,YAAY,EAAE,YAAY;IAC1B,MAAM,EAAE,MAAM;IACd,UAAU,EAAE,UAAU;IACtB,QAAQ,EAAE,QAAQ;IAClB,QAAQ,EAAE,QAAQ;IAClB,eAAe,EAAE,eAAe;IAChC,aAAa,EAAE,aAAa;IAC5B,WAAW,EAAE,WAAW;IACxB,SAAS,EAAE,SAAS;CACvB,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,yDAAyD;QAC/E,qBAAqB,EAAE,4CAA4C;KACtE;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/videos/filehashes/latest/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,yDAAyD,EAAE,0CAA0C,EAA2D,MAAM,0BAA0B,CAAC;AA6E1M;;GAEG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG,2JAA2J,CAAC;AAC3M;;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,YAAY,EAAE,YAAY;IAC1B,MAAM,EAAE,MAAM;IACd,UAAU,EAAE,UAAU;IACtB,QAAQ,EAAE,QAAQ;IAClB,QAAQ,EAAE,QAAQ;IAClB,eAAe,EAAE,eAAe;IAChC,aAAa,EAAE,aAAa;IAC5B,WAAW,EAAE,WAAW;IACxB,SAAS,EAAE,SAAS;CACvB,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,yDAAyD;QAC/E,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 filehash entries matching any supplied IDs, video IDs, hashes, filenames, or file sizes. Results can include unlinked rows whose videoId is null. Requires API key authentication.
8
+ * Returns a flat list of active filehash entries matching any supplied IDs, video IDs, hashes, filenames, or file sizes. Results can include unlinked rows whose videoId is null. 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<LookupVideoFilehashesResponse>}
@@ -17,7 +17,7 @@ export interface LookupRequestBuilder extends BaseRequestBuilder<LookupRequestBu
17
17
  */
18
18
  post(body: LookupVideoFilehashesRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<LookupVideoFilehashesResponse | undefined>;
19
19
  /**
20
- * Returns a flat list of active filehash entries matching any supplied IDs, video IDs, hashes, filenames, or file sizes. Results can include unlinked rows whose videoId is null. Requires API key authentication.
20
+ * Returns a flat list of active filehash entries matching any supplied IDs, video IDs, hashes, filenames, or file sizes. Results can include unlinked rows whose videoId is null. 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}
@@ -28,9 +28,21 @@ export interface UnlinkedRequestBuilder extends BaseRequestBuilder<UnlinkedReque
28
28
  * Returns a paged list of active filehash entries that are not linked to any video. Requires API key authentication.
29
29
  */
30
30
  export interface UnlinkedRequestBuilderGetQueryParameters {
31
+ /**
32
+ * Page number, starting at 1.
33
+ */
31
34
  page?: number;
35
+ /**
36
+ * Page size. Values above 1000 are clamped.
37
+ */
32
38
  pageSize?: number;
39
+ /**
40
+ * Sort field. Allowed values: createdAtUtc, updatedAtUtc, submissionCount, filesize.
41
+ */
33
42
  sortBy?: GetSortByQueryParameterType;
43
+ /**
44
+ * Sort direction. Allowed values: asc, desc.
45
+ */
34
46
  sortDirection?: GetSortDirectionQueryParameterType;
35
47
  }
36
48
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/generated/videos/filehashes/unlinked/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAgI,KAAK,+BAA+B,EAAE,MAAM,0BAA0B,CAAC;AAE9M,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL,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,sBAAuB,SAAQ,kBAAkB,CAAC,sBAAsB,CAAC;IACtF;;;;;;;;;OASG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,wCAAwC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,+BAA+B,GAAG,SAAS,CAAC,CAAC;IAC/J;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,wCAAwC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACpJ;AACD;;GAEG;AACH,MAAM,WAAW,wCAAwC;IACrD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,2BAA2B,CAAC;IACrC,aAAa,CAAC,EAAE,kCAAkC,CAAC;CACtD;AACD;;GAEG;AACH,eAAO,MAAM,iCAAiC,mFAAmF,CAAC;AAClI;;GAEG;AACH,eAAO,MAAM,iCAAiC;;;;;CAKpC,CAAC;AACX;;GAEG;AACH,eAAO,MAAM,wCAAwC;;;CAG3C,CAAC;AAUX;;GAEG;AACH,eAAO,MAAM,sCAAsC,EAAE,gBAepD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/generated/videos/filehashes/unlinked/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAgI,KAAK,+BAA+B,EAAE,MAAM,0BAA0B,CAAC;AAE9M,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL,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,sBAAuB,SAAQ,kBAAkB,CAAC,sBAAsB,CAAC;IACtF;;;;;;;;;OASG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,wCAAwC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,+BAA+B,GAAG,SAAS,CAAC,CAAC;IAC/J;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,wCAAwC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACpJ;AACD;;GAEG;AACH,MAAM,WAAW,wCAAwC;IACrD;;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;CACtD;AACD;;GAEG;AACH,eAAO,MAAM,iCAAiC,mFAAmF,CAAC;AAClI;;GAEG;AACH,eAAO,MAAM,iCAAiC;;;;;CAKpC,CAAC;AACX;;GAEG;AACH,eAAO,MAAM,wCAAwC;;;CAG3C,CAAC;AAUX;;GAEG;AACH,eAAO,MAAM,sCAAsC,EAAE,gBAepD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/videos/filehashes/unlinked/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,0CAA0C,EAAE,2DAA2D,EAA6D,MAAM,0BAA0B,CAAC;AAqC9M;;GAEG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAAG,gFAAgF,CAAC;AAClI;;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,8CAA8C,GAA2B;IAC3E,MAAM,EAAE,MAAM;IACd,UAAU,EAAE,UAAU;IACtB,QAAQ,EAAE,QAAQ;IAClB,eAAe,EAAE,eAAe;CACnC,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,sCAAsC,GAAqB;IACpE,GAAG,EAAE;QACD,WAAW,EAAE,iCAAiC;QAC9C,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,8CAA8C;KACxE;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/videos/filehashes/unlinked/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,0CAA0C,EAAE,2DAA2D,EAA6D,MAAM,0BAA0B,CAAC;AAiD9M;;GAEG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAAG,gFAAgF,CAAC;AAClI;;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,8CAA8C,GAA2B;IAC3E,MAAM,EAAE,MAAM;IACd,UAAU,EAAE,UAAU;IACtB,QAAQ,EAAE,QAAQ;IAClB,eAAe,EAAE,eAAe;CACnC,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,sCAAsC,GAAqB;IACpE,GAAG,EAAE;QACD,WAAW,EAAE,iCAAiC;QAC9C,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,8CAA8C;KACxE;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
@@ -5,8 +5,8 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInforma
5
5
  */
6
6
  export interface IdentifyRequestBuilder extends BaseRequestBuilder<IdentifyRequestBuilder> {
7
7
  /**
8
- * Identifies up to 200 local files in one request and returns one result per file, mapped back by the client-assigned ref and in input order. Each file walks an identification ladder and the first rung that matches wins: OS hash, then perceptual hash (compared for equality), then a stored file name, then the file name without its extension as a scene release title, and finally the site read out of the file name. matchedBy names the rung and confidence says how far the result can be trusted, so a client can decide which files it may file automatically and which it must show to a person. When a rung matches several videos equally well, the server does not guess: videoId is null, confidence is ambiguous and every candidate is listed. A file that matches nothing is a result with confidence none, not an error. Set includeVideoDetails to receive the full video document per matched file; it is off by default because 200 full documents is a large response. The whole request counts as one request against the rate limit. Nothing sent to this endpoint is stored. Requires API key authentication.
9
- * @param body The request body
8
+ * Identifies up to 200 local files in one request and returns one result per file, mapped back by the client-assigned ref and in input order. Each file walks an identification ladder and the first rung that matches wins: OS hash, then perceptual hash (compared for equality), then a stored file name, then the file name without its extension as a scene release title, and finally the site read out of the file name. A pHash must be computed exactly as described under Perceptual hashes in the API description; a value from any other procedure skips that rung silently rather than failing, so send none if in doubt. matchedBy names the rung and confidence says how far the result can be trusted, so a client can decide which files it may file automatically and which it must show to a person. When a rung matches several videos equally well, the server does not guess: videoId is null, confidence is ambiguous and every candidate is listed. A file that matches nothing is a result with confidence none, not an error. Set includeVideoDetails to receive the full video document per matched file; it is off by default because 200 full documents is a large response. The whole request counts as one request against the rate limit. Nothing sent to this endpoint is stored. Requires API key authentication.
9
+ * @param body Request body for identifying local files against the prdb catalogue.
10
10
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
11
11
  * @returns {Promise<IdentifyVideosResponse>}
12
12
  * @throws {ProblemDetails} error when the service returns a 400 status code
@@ -17,8 +17,8 @@ export interface IdentifyRequestBuilder extends BaseRequestBuilder<IdentifyReque
17
17
  */
18
18
  post(body: IdentifyVideosRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<IdentifyVideosResponse | undefined>;
19
19
  /**
20
- * Identifies up to 200 local files in one request and returns one result per file, mapped back by the client-assigned ref and in input order. Each file walks an identification ladder and the first rung that matches wins: OS hash, then perceptual hash (compared for equality), then a stored file name, then the file name without its extension as a scene release title, and finally the site read out of the file name. matchedBy names the rung and confidence says how far the result can be trusted, so a client can decide which files it may file automatically and which it must show to a person. When a rung matches several videos equally well, the server does not guess: videoId is null, confidence is ambiguous and every candidate is listed. A file that matches nothing is a result with confidence none, not an error. Set includeVideoDetails to receive the full video document per matched file; it is off by default because 200 full documents is a large response. The whole request counts as one request against the rate limit. Nothing sent to this endpoint is stored. Requires API key authentication.
21
- * @param body The request body
20
+ * Identifies up to 200 local files in one request and returns one result per file, mapped back by the client-assigned ref and in input order. Each file walks an identification ladder and the first rung that matches wins: OS hash, then perceptual hash (compared for equality), then a stored file name, then the file name without its extension as a scene release title, and finally the site read out of the file name. A pHash must be computed exactly as described under Perceptual hashes in the API description; a value from any other procedure skips that rung silently rather than failing, so send none if in doubt. matchedBy names the rung and confidence says how far the result can be trusted, so a client can decide which files it may file automatically and which it must show to a person. When a rung matches several videos equally well, the server does not guess: videoId is null, confidence is ambiguous and every candidate is listed. A file that matches nothing is a result with confidence none, not an error. Set includeVideoDetails to receive the full video document per matched file; it is off by default because 200 full documents is a large response. The whole request counts as one request against the rate limit. Nothing sent to this endpoint is stored. Requires API key authentication.
21
+ * @param body Request body for identifying local files against the prdb catalogue.
22
22
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
23
23
  * @returns {RequestInformation}
24
24
  */
@@ -55,14 +55,41 @@ export interface VideosRequestBuilder extends BaseRequestBuilder<VideosRequestBu
55
55
  * Returns a paged list of videos. Supports filtering by site ID, actor ID, creation timestamp, and searching by video title or site title. Requires API key authentication.
56
56
  */
57
57
  export interface VideosRequestBuilderGetQueryParameters {
58
+ /**
59
+ * Optional filter to return only videos featuring the specified actor.
60
+ */
58
61
  actorId?: Guid;
62
+ /**
63
+ * Return only videos created strictly after this timestamp (exclusive).
64
+ */
59
65
  createdAfter?: Date;
66
+ /**
67
+ * Return only videos created strictly before this timestamp (exclusive).
68
+ */
60
69
  createdBefore?: Date;
70
+ /**
71
+ * 1-based page number. Defaults to 1.
72
+ */
61
73
  page?: number;
74
+ /**
75
+ * Number of items per page. Defaults to 20, max 100.
76
+ */
62
77
  pageSize?: number;
78
+ /**
79
+ * Optional search term matched against video title and site title.
80
+ */
63
81
  search?: string;
82
+ /**
83
+ * Optional filter to return only videos belonging to the specified site.
84
+ */
64
85
  siteId?: Guid;
86
+ /**
87
+ * Field to sort by. Supported values: `title` (default), `releaseDate`, `createdAtUtc`.
88
+ */
65
89
  sortBy?: GetSortByQueryParameterType;
90
+ /**
91
+ * Sort direction: `asc` (default) or `desc`.
92
+ */
66
93
  sortDirection?: GetSortDirectionQueryParameterType;
67
94
  }
68
95
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/videos/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA8F,KAAK,kBAAkB,EAAuB,MAAM,oBAAoB,CAAC;AAE9K,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAEjG,OAAO,EAA8C,KAAK,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAElH,OAAO,EAAqD,KAAK,iCAAiC,EAAE,MAAM,gCAAgC,CAAC;AAE3I,OAAO,EAA0C,KAAK,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAE1G,OAAO,EAA4E,KAAK,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAEpI,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,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;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;OAEG;IACH,IAAI,UAAU,IAAI,wBAAwB,CAAC;IAC3C;;OAEG;IACH,IAAI,mBAAmB,IAAI,iCAAiC,CAAC;IAC7D;;OAEG;IACH,IAAI,QAAQ,IAAI,sBAAsB,CAAC;IACvC;;;;OAIG;IACF,IAAI,CAAC,EAAE,EAAE,IAAI,GAAI,kBAAkB,CAAC;IACrC;;;;;;;;;OASG;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,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,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,IAAI,CAAC;IACd,MAAM,CAAC,EAAE,2BAA2B,CAAC;IACrC,aAAa,CAAC,EAAE,kCAAkC,CAAC;CACtD;AACD;;GAEG;AACH,eAAO,MAAM,+BAA+B,qHAAqH,CAAC;AAClK;;GAEG;AACH,eAAO,MAAM,iCAAiC;;;;CAIpC,CAAC;AACX;;GAEG;AACH,eAAO,MAAM,wCAAwC;;;CAG3C,CAAC;AAeX;;GAEG;AACH,eAAO,MAAM,sCAAsC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,oBAAoB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAkBtJ,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,oCAAoC,EAAE,gBAelD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/videos/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA8F,KAAK,kBAAkB,EAAuB,MAAM,oBAAoB,CAAC;AAE9K,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAEjG,OAAO,EAA8C,KAAK,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAElH,OAAO,EAAqD,KAAK,iCAAiC,EAAE,MAAM,gCAAgC,CAAC;AAE3I,OAAO,EAA0C,KAAK,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAE1G,OAAO,EAA4E,KAAK,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAEpI,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,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;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;OAEG;IACH,IAAI,UAAU,IAAI,wBAAwB,CAAC;IAC3C;;OAEG;IACH,IAAI,mBAAmB,IAAI,iCAAiC,CAAC;IAC7D;;OAEG;IACH,IAAI,QAAQ,IAAI,sBAAsB,CAAC;IACvC;;;;OAIG;IACF,IAAI,CAAC,EAAE,EAAE,IAAI,GAAI,kBAAkB,CAAC;IACrC;;;;;;;;;OASG;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,OAAO,CAAC,EAAE,IAAI,CAAC;IACf;;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,IAAI,CAAC;IACd;;OAEG;IACH,MAAM,CAAC,EAAE,2BAA2B,CAAC;IACrC;;OAEG;IACH,aAAa,CAAC,EAAE,kCAAkC,CAAC;CACtD;AACD;;GAEG;AACH,eAAO,MAAM,+BAA+B,qHAAqH,CAAC;AAClK;;GAEG;AACH,eAAO,MAAM,iCAAiC;;;;CAIpC,CAAC;AACX;;GAEG;AACH,eAAO,MAAM,wCAAwC;;;CAG3C,CAAC;AAeX;;GAEG;AACH,eAAO,MAAM,sCAAsC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,oBAAoB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAkBtJ,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,oCAAoC,EAAE,gBAelD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/generated/videos/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,0CAA0C,EAAiC,MAAM,uBAAuB,CAAC;AAClH,aAAa;AACb,OAAO,EAAE,iDAAiD,EAA0C,MAAM,gCAAgC,CAAC;AAC3I,aAAa;AACb,OAAO,EAAE,sCAAsC,EAA+B,MAAM,qBAAqB,CAAC;AAC1G,aAAa;AACb,OAAO,EAAE,oCAAoC,EAAE,kCAAkC,EAA2B,MAAM,iBAAiB,CAAC;AAgEpI;;GAEG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG,kHAAkH,CAAC;AAClK;;GAEG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAAG;IAC7C,KAAK,EAAE,OAAO;IACd,WAAW,EAAE,aAAa;IAC1B,YAAY,EAAE,cAAc;CACtB,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,SAAS,EAAE,SAAS;IACpB,cAAc,EAAE,cAAc;IAC9B,eAAe,EAAE,eAAe;IAChC,MAAM,EAAE,MAAM;IACd,UAAU,EAAE,UAAU;IACtB,QAAQ,EAAE,QAAQ;IAClB,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,kCAAkC;QACpD,kBAAkB,EAAE,oCAAoC;QACxD,sBAAsB,EAAE,CAAC,OAAO,CAAC;KACpC;IACD,KAAK,EAAE;QACH,gBAAgB,EAAE,mCAAmC;KACxD;IACD,UAAU,EAAE;QACR,kBAAkB,EAAE,0CAA0C;KACjE;IACD,mBAAmB,EAAE;QACjB,gBAAgB,EAAE,iDAAiD;KACtE;IACD,QAAQ,EAAE;QACN,gBAAgB,EAAE,sCAAsC;KAC3D;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;YAC5E,GAAG,EAAE,0CAAuE;SAC/E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,8CAA8C;QACpE,qBAAqB,EAAE,4CAA4C;KACtE;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/generated/videos/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,0CAA0C,EAAiC,MAAM,uBAAuB,CAAC;AAClH,aAAa;AACb,OAAO,EAAE,iDAAiD,EAA0C,MAAM,gCAAgC,CAAC;AAC3I,aAAa;AACb,OAAO,EAAE,sCAAsC,EAA+B,MAAM,qBAAqB,CAAC;AAC1G,aAAa;AACb,OAAO,EAAE,oCAAoC,EAAE,kCAAkC,EAA2B,MAAM,iBAAiB,CAAC;AA2FpI;;GAEG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG,kHAAkH,CAAC;AAClK;;GAEG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAAG;IAC7C,KAAK,EAAE,OAAO;IACd,WAAW,EAAE,aAAa;IAC1B,YAAY,EAAE,cAAc;CACtB,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,SAAS,EAAE,SAAS;IACpB,cAAc,EAAE,cAAc;IAC9B,eAAe,EAAE,eAAe;IAChC,MAAM,EAAE,MAAM;IACd,UAAU,EAAE,UAAU;IACtB,QAAQ,EAAE,QAAQ;IAClB,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,kCAAkC;QACpD,kBAAkB,EAAE,oCAAoC;QACxD,sBAAsB,EAAE,CAAC,OAAO,CAAC;KACpC;IACD,KAAK,EAAE;QACH,gBAAgB,EAAE,mCAAmC;KACxD;IACD,UAAU,EAAE;QACR,kBAAkB,EAAE,0CAA0C;KACjE;IACD,mBAAmB,EAAE;QACjB,gBAAgB,EAAE,iDAAiD;KACtE;IACD,QAAQ,EAAE;QACN,gBAAgB,EAAE,sCAAsC;KAC3D;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;YAC5E,GAAG,EAAE,0CAAuE;SAC/E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,8CAA8C;QACpE,qBAAqB,EAAE,4CAA4C;KACtE;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
@@ -6,7 +6,7 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInforma
6
6
  export interface BatchRequestBuilder extends BaseRequestBuilder<BatchRequestBuilder> {
7
7
  /**
8
8
  * Adds up to 50 videos to the wanted list for the currently authenticated user in a single request. Videos already on the wanted list are silently skipped. Unknown video IDs are silently omitted. Returns counts of added, already-existed, and not-found entries. Requires API key authentication.
9
- * @param body The request body
9
+ * @param body Request body for batch-adding wanted videos.
10
10
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
11
11
  * @returns {Promise<AddWantedVideosBatchResponse>}
12
12
  * @throws {ProblemDetails} error when the service returns a 400 status code
@@ -18,7 +18,7 @@ export interface BatchRequestBuilder extends BaseRequestBuilder<BatchRequestBuil
18
18
  post(body: AddWantedVideosBatchRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<AddWantedVideosBatchResponse | undefined>;
19
19
  /**
20
20
  * Adds up to 50 videos to the wanted list for the currently authenticated user in a single request. Videos already on the wanted list are silently skipped. Unknown video IDs are silently omitted. Returns counts of added, already-existed, and not-found entries. Requires API key authentication.
21
- * @param body The request body
21
+ * @param body Request body for batch-adding wanted videos.
22
22
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
23
23
  * @returns {RequestInformation}
24
24
  */
@@ -26,8 +26,17 @@ export interface ChangesRequestBuilder extends BaseRequestBuilder<ChangesRequest
26
26
  * Returns a seek-paged delta feed of wanted video rows for the currently authenticated user ordered by updatedAtUtc ascending, then videoId ascending. Includes created, updated, and soft-deleted rows as full payloads. Use since and the returned nextCursor to continue incrementally. 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/wantedVideos/changes/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAyG,KAAK,6BAA6B,EAAuB,MAAM,uBAAuB,CAAC;AAEvM,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,6BAA6B,GAAG,SAAS,CAAC,CAAC;IAC5J;;;;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,iEAAiE,CAAC;AAS/G;;GAEG;AACH,eAAO,MAAM,qCAAqC,EAAE,gBAenD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/wantedVideos/changes/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAyG,KAAK,6BAA6B,EAAuB,MAAM,uBAAuB,CAAC;AAEvM,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,6BAA6B,GAAG,SAAS,CAAC,CAAC;IAC5J;;;;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,iEAAiE,CAAC;AAS/G;;GAEG;AACH,eAAO,MAAM,qCAAqC,EAAE,gBAenD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/wantedVideos/changes/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,yDAAyD,EAAE,0CAA0C,EAA2D,MAAM,uBAAuB,CAAC;AAkCvM;;GAEG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAAG,8DAA8D,CAAC;AAC/G;;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,yDAAyD;QAC/E,qBAAqB,EAAE,6CAA6C;KACvE;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/wantedVideos/changes/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,yDAAyD,EAAE,0CAA0C,EAA2D,MAAM,uBAAuB,CAAC;AA2CvM;;GAEG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAAG,8DAA8D,CAAC;AAC/G;;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,yDAAyD;QAC/E,qBAAqB,EAAE,6CAA6C;KACvE;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
@@ -6,7 +6,7 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInforma
6
6
  export interface FulfillmentsRequestBuilder extends BaseRequestBuilder<FulfillmentsRequestBuilder> {
7
7
  /**
8
8
  * Marks up to 50 wanted videos of the currently authenticated user as fulfilled or unfulfilled in a single request. Returns one result per video, naming the outcome — updated, unchanged, not on the wanted list, or unknown video — so unknown and unwanted IDs do not fail the request; the status code stays 200. A 400 is only returned for form errors: an empty list, more than 50 entries, a video listed twice, or an invalid enum value. Setting isFulfilled to false clears the fulfilment timestamp, quality, external ID and application. Setting it to true without a fulfilledAtUtc stamps the server time, unless the entry is already fulfilled, in which case its timestamp is kept. Soft-deleted wanted entries are reported as not wanted and are not revived; use POST /wanted-videos/batch for that. The whole request counts as one request against the rate limit. Requires API key authentication.
9
- * @param body The request body
9
+ * @param body Request body for batch-updating the fulfilment state of wanted videos.
10
10
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
11
11
  * @returns {Promise<FulfillWantedVideosBatchResponse>}
12
12
  * @throws {ProblemDetails} error when the service returns a 400 status code
@@ -18,7 +18,7 @@ export interface FulfillmentsRequestBuilder extends BaseRequestBuilder<Fulfillme
18
18
  post(body: FulfillWantedVideosBatchRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<FulfillWantedVideosBatchResponse | undefined>;
19
19
  /**
20
20
  * Marks up to 50 wanted videos of the currently authenticated user as fulfilled or unfulfilled in a single request. Returns one result per video, naming the outcome — updated, unchanged, not on the wanted list, or unknown video — so unknown and unwanted IDs do not fail the request; the status code stays 200. A 400 is only returned for form errors: an empty list, more than 50 entries, a video listed twice, or an invalid enum value. Setting isFulfilled to false clears the fulfilment timestamp, quality, external ID and application. Setting it to true without a fulfilledAtUtc stamps the server time, unless the entry is already fulfilled, in which case its timestamp is kept. Soft-deleted wanted entries are reported as not wanted and are not revived; use POST /wanted-videos/batch for that. The whole request counts as one request against the rate limit. Requires API key authentication.
21
- * @param body The request body
21
+ * @param body Request body for batch-updating the fulfilment state of wanted videos.
22
22
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
23
23
  * @returns {RequestInformation}
24
24
  */
@@ -49,14 +49,41 @@ export interface WantedVideosRequestBuilder extends BaseRequestBuilder<WantedVid
49
49
  * Returns a paged, sortable list of wanted videos for the currently authenticated user. Supports filtering by fulfilment status, site, actor, search term, and recency. Requires API key authentication.
50
50
  */
51
51
  export interface WantedVideosRequestBuilderGetQueryParameters {
52
+ /**
53
+ * Optional filter to return only videos featuring the specified actor.
54
+ */
52
55
  actorId?: Guid;
56
+ /**
57
+ * Optional filter to return only wanted videos added within the last N days.
58
+ */
53
59
  addedInLastDays?: number;
60
+ /**
61
+ * Filter by fulfilment status. Omit to return all.
62
+ */
54
63
  isFulfilled?: boolean;
64
+ /**
65
+ * 1-based page number. Defaults to 1.
66
+ */
55
67
  page?: number;
68
+ /**
69
+ * Number of items per page. Defaults to 100, max 500.
70
+ */
56
71
  pageSize?: number;
72
+ /**
73
+ * Optional search term matched against video title or site title.
74
+ */
57
75
  search?: string;
76
+ /**
77
+ * Optional filter to return only videos belonging to the specified site.
78
+ */
58
79
  siteId?: Guid;
80
+ /**
81
+ * Field to sort by. Supported values: `createdAtUtc`, `isFulfilled`. Defaults to `createdAtUtc`.
82
+ */
59
83
  sortBy?: string;
84
+ /**
85
+ * Sort direction: `asc` or `desc`. Defaults to `desc`.
86
+ */
60
87
  sortDirection?: GetSortDirectionQueryParameterType;
61
88
  }
62
89
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/wantedVideos/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAoG,KAAK,wBAAwB,EAAuB,MAAM,oBAAoB,CAAC;AAE1L,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAEjG,OAAO,EAAyC,KAAK,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEvG,OAAO,EAA8C,KAAK,0BAA0B,EAAE,MAAM,yBAAyB,CAAC;AAEtH,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,MAAM,MAAM,kCAAkC,GAAG,CAAC,OAAO,wCAAwC,CAAC,CAAC,MAAM,OAAO,wCAAwC,CAAC,CAAC;AAC1J;;GAEG;AACH,MAAM,WAAW,0BAA2B,SAAQ,kBAAkB,CAAC,0BAA0B,CAAC;IAC9F;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;OAEG;IACH,IAAI,OAAO,IAAI,qBAAqB,CAAC;IACrC;;OAEG;IACH,IAAI,YAAY,IAAI,0BAA0B,CAAC;IAC/C;;;;OAIG;IACF,SAAS,CAAC,OAAO,EAAE,IAAI,GAAI,2BAA2B,CAAC;IACxD;;;;;;;;;OASG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,4CAA4C,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,wBAAwB,GAAG,SAAS,CAAC,CAAC;IAC5J;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,4CAA4C,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACxJ;AACD;;GAEG;AACH,MAAM,WAAW,4CAA4C;IACzD,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,IAAI,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,kCAAkC,CAAC;CACtD;AACD;;GAEG;AACH,eAAO,MAAM,qCAAqC,6HAA6H,CAAC;AAChL;;GAEG;AACH,eAAO,MAAM,wCAAwC;;;CAG3C,CAAC;AAeX;;GAEG;AACH,eAAO,MAAM,4CAA4C,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,0BAA0B,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAclK,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,0CAA0C,EAAE,gBAexD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/wantedVideos/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAoG,KAAK,wBAAwB,EAAuB,MAAM,oBAAoB,CAAC;AAE1L,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAEjG,OAAO,EAAyC,KAAK,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEvG,OAAO,EAA8C,KAAK,0BAA0B,EAAE,MAAM,yBAAyB,CAAC;AAEtH,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,MAAM,MAAM,kCAAkC,GAAG,CAAC,OAAO,wCAAwC,CAAC,CAAC,MAAM,OAAO,wCAAwC,CAAC,CAAC;AAC1J;;GAEG;AACH,MAAM,WAAW,0BAA2B,SAAQ,kBAAkB,CAAC,0BAA0B,CAAC;IAC9F;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;OAEG;IACH,IAAI,OAAO,IAAI,qBAAqB,CAAC;IACrC;;OAEG;IACH,IAAI,YAAY,IAAI,0BAA0B,CAAC;IAC/C;;;;OAIG;IACF,SAAS,CAAC,OAAO,EAAE,IAAI,GAAI,2BAA2B,CAAC;IACxD;;;;;;;;;OASG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,4CAA4C,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,wBAAwB,GAAG,SAAS,CAAC,CAAC;IAC5J;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,4CAA4C,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACxJ;AACD;;GAEG;AACH,MAAM,WAAW,4CAA4C;IACzD;;OAEG;IACH,OAAO,CAAC,EAAE,IAAI,CAAC;IACf;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;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,IAAI,CAAC;IACd;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,aAAa,CAAC,EAAE,kCAAkC,CAAC;CACtD;AACD;;GAEG;AACH,eAAO,MAAM,qCAAqC,6HAA6H,CAAC;AAChL;;GAEG;AACH,eAAO,MAAM,wCAAwC;;;CAG3C,CAAC;AAeX;;GAEG;AACH,eAAO,MAAM,4CAA4C,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,0BAA0B,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAclK,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,0CAA0C,EAAE,gBAexD,CAAC"}