@getanyapi/sdk 0.12.3 → 0.12.5
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1520,7 +1520,7 @@ var EmailNamespace = class {
|
|
|
1520
1520
|
*
|
|
1521
1521
|
* Find a person's work email address from their name and company domain.
|
|
1522
1522
|
*
|
|
1523
|
-
* Price: $0.
|
|
1523
|
+
* Price: $0.021 per request plus $0 per result (maximum $0.021).
|
|
1524
1524
|
*
|
|
1525
1525
|
* @example
|
|
1526
1526
|
* const res = await client.email.find({ person: { domain: "stripe.com", firstName: "Patrick", surname: "Collison" } });
|
|
@@ -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
|
*
|