@getanyapi/sdk 0.40.1 → 0.40.2
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
|
@@ -3943,7 +3943,7 @@ var InstagramNamespace = class {
|
|
|
3943
3943
|
*
|
|
3944
3944
|
* List an Instagram account's recent posts (likes, comments, captions) by handle with cursor pagination.
|
|
3945
3945
|
*
|
|
3946
|
-
* Price: $0.
|
|
3946
|
+
* Price: $0.00095 per request.
|
|
3947
3947
|
*
|
|
3948
3948
|
* @example
|
|
3949
3949
|
* const res = await client.instagram.userPosts({ handle: "nasa" });
|
|
@@ -3972,7 +3972,7 @@ var InstagramNamespace = class {
|
|
|
3972
3972
|
*
|
|
3973
3973
|
* List an Instagram account's reels by handle with cursor pagination (caption, plays, likes, comments).
|
|
3974
3974
|
*
|
|
3975
|
-
* Price: $0.
|
|
3975
|
+
* Price: $0.00095 per request.
|
|
3976
3976
|
*
|
|
3977
3977
|
* @example
|
|
3978
3978
|
* const res = await client.instagram.userReels({ handle: "nasa" });
|