@getanyapi/sdk 0.12.2 → 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
  *
@@ -12660,7 +12660,7 @@ declare class MapsNamespace {
12660
12660
  *
12661
12661
  * Search Google Maps for businesses and enrich each result with contact details (emails, phones, and social profiles from their websites), up to 20 records per request.
12662
12662
  *
12663
- * Price: $0.00005 per request plus $0.003 per result (maximum $0.06005).
12663
+ * Price: $0.00005 per request plus $0.0045 per result (maximum $0.09005).
12664
12664
  *
12665
12665
  * @example
12666
12666
  * const res = await client.maps.contacts({ location: "Austin, TX", query: "coffee shop", limit: 3, placeMinimumStars: "four", website: "withWebsite" });
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
  *
@@ -12660,7 +12660,7 @@ declare class MapsNamespace {
12660
12660
  *
12661
12661
  * Search Google Maps for businesses and enrich each result with contact details (emails, phones, and social profiles from their websites), up to 20 records per request.
12662
12662
  *
12663
- * Price: $0.00005 per request plus $0.003 per result (maximum $0.06005).
12663
+ * Price: $0.00005 per request plus $0.0045 per result (maximum $0.09005).
12664
12664
  *
12665
12665
  * @example
12666
12666
  * const res = await client.maps.contacts({ location: "Austin, TX", query: "coffee shop", limit: 3, placeMinimumStars: "four", website: "withWebsite" });
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
  *
@@ -3192,7 +3192,7 @@ var MapsNamespace = class {
3192
3192
  *
3193
3193
  * Search Google Maps for businesses and enrich each result with contact details (emails, phones, and social profiles from their websites), up to 20 records per request.
3194
3194
  *
3195
- * Price: $0.00005 per request plus $0.003 per result (maximum $0.06005).
3195
+ * Price: $0.00005 per request plus $0.0045 per result (maximum $0.09005).
3196
3196
  *
3197
3197
  * @example
3198
3198
  * const res = await client.maps.contacts({ location: "Austin, TX", query: "coffee shop", limit: 3, placeMinimumStars: "four", website: "withWebsite" });