@getanyapi/sdk 0.29.0 → 0.29.1
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3600,7 +3600,7 @@ var InstagramNamespace = class {
|
|
|
3600
3600
|
*
|
|
3601
3601
|
* List an Instagram account's recent posts (likes, comments, captions) by handle with cursor pagination.
|
|
3602
3602
|
*
|
|
3603
|
-
* Price: $0.
|
|
3603
|
+
* Price: $0.002 per request.
|
|
3604
3604
|
*
|
|
3605
3605
|
* @example
|
|
3606
3606
|
* const res = await client.instagram.userPosts({ handle: "nasa" });
|
|
@@ -3629,7 +3629,7 @@ var InstagramNamespace = class {
|
|
|
3629
3629
|
*
|
|
3630
3630
|
* List an Instagram account's reels by handle with cursor pagination (caption, plays, likes, comments).
|
|
3631
3631
|
*
|
|
3632
|
-
* Price: $0.
|
|
3632
|
+
* Price: $0.002 per request.
|
|
3633
3633
|
*
|
|
3634
3634
|
* @example
|
|
3635
3635
|
* const res = await client.instagram.userReels({ handle: "nasa" });
|