@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.cjs CHANGED
@@ -2808,7 +2808,7 @@ var InstagramNamespace = class {
2808
2808
  /**
2809
2809
  * Instagram Reels Search
2810
2810
  *
2811
- * 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).
2811
+ * 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).
2812
2812
  *
2813
2813
  * Price: $0.002 per request.
2814
2814
  *
@@ -3290,7 +3290,7 @@ var MapsNamespace = class {
3290
3290
  *
3291
3291
  * 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.
3292
3292
  *
3293
- * Price: $0.00005 per request plus $0.003 per result (maximum $0.06005).
3293
+ * Price: $0.00005 per request plus $0.0045 per result (maximum $0.09005).
3294
3294
  *
3295
3295
  * @example
3296
3296
  * const res = await client.maps.contacts({ location: "Austin, TX", query: "coffee shop", limit: 3, placeMinimumStars: "four", website: "withWebsite" });