@getanyapi/sdk 0.12.3 → 0.12.4

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/index.d.cts CHANGED
@@ -8928,7 +8928,7 @@ interface InstagramReelTranscriptData {
8928
8928
  */
8929
8929
  interface InstagramReelsSearchInput {
8930
8930
  /**
8931
- * Restrict results to reels posted within this window.
8931
+ * Recency hint, not a hard filter. Reel discovery runs on top of Google search, so this window narrows Google's index by when it discovered or last crawled the reel, which is not the same as when the reel was published to Instagram. Returned reels can have a createdUtc outside the requested window, and narrow windows such as last-hour often return older reels or no results. Check createdUtc yourself if you need exact publication-time precision.
8932
8932
  * One of: last-hour, last-day, last-week, last-month, last-year.
8933
8933
  */
8934
8934
  datePosted?: "last-hour" | "last-day" | "last-week" | "last-month" | "last-year";
@@ -9634,7 +9634,7 @@ declare class InstagramNamespace {
9634
9634
  /**
9635
9635
  * Instagram Reels Search
9636
9636
  *
9637
- * Search Instagram Reels by keyword and get matching reels (caption, views, likes, creator, and duration). Paging tops out around 110 reels per query (11 pages of 10).
9637
+ * Search Instagram Reels by keyword and get matching reels (caption, views, likes, creator, and duration). Results are relevance-ranked, not chronological. Paging tops out around 110 reels per query (11 pages of 10).
9638
9638
  *
9639
9639
  * Price: $0.002 per request.
9640
9640
  *
package/dist/index.d.ts CHANGED
@@ -8928,7 +8928,7 @@ interface InstagramReelTranscriptData {
8928
8928
  */
8929
8929
  interface InstagramReelsSearchInput {
8930
8930
  /**
8931
- * Restrict results to reels posted within this window.
8931
+ * Recency hint, not a hard filter. Reel discovery runs on top of Google search, so this window narrows Google's index by when it discovered or last crawled the reel, which is not the same as when the reel was published to Instagram. Returned reels can have a createdUtc outside the requested window, and narrow windows such as last-hour often return older reels or no results. Check createdUtc yourself if you need exact publication-time precision.
8932
8932
  * One of: last-hour, last-day, last-week, last-month, last-year.
8933
8933
  */
8934
8934
  datePosted?: "last-hour" | "last-day" | "last-week" | "last-month" | "last-year";
@@ -9634,7 +9634,7 @@ declare class InstagramNamespace {
9634
9634
  /**
9635
9635
  * Instagram Reels Search
9636
9636
  *
9637
- * Search Instagram Reels by keyword and get matching reels (caption, views, likes, creator, and duration). Paging tops out around 110 reels per query (11 pages of 10).
9637
+ * Search Instagram Reels by keyword and get matching reels (caption, views, likes, creator, and duration). Results are relevance-ranked, not chronological. Paging tops out around 110 reels per query (11 pages of 10).
9638
9638
  *
9639
9639
  * Price: $0.002 per request.
9640
9640
  *
package/dist/index.js CHANGED
@@ -2710,7 +2710,7 @@ var InstagramNamespace = class {
2710
2710
  /**
2711
2711
  * Instagram Reels Search
2712
2712
  *
2713
- * Search Instagram Reels by keyword and get matching reels (caption, views, likes, creator, and duration). Paging tops out around 110 reels per query (11 pages of 10).
2713
+ * Search Instagram Reels by keyword and get matching reels (caption, views, likes, creator, and duration). Results are relevance-ranked, not chronological. Paging tops out around 110 reels per query (11 pages of 10).
2714
2714
  *
2715
2715
  * Price: $0.002 per request.
2716
2716
  *