@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.d.cts
CHANGED
|
@@ -18974,7 +18974,7 @@ declare class InstagramNamespace {
|
|
|
18974
18974
|
*
|
|
18975
18975
|
* List an Instagram account's recent posts (likes, comments, captions) by handle with cursor pagination.
|
|
18976
18976
|
*
|
|
18977
|
-
* Price: $0.
|
|
18977
|
+
* Price: $0.00095 per request.
|
|
18978
18978
|
*
|
|
18979
18979
|
* @example
|
|
18980
18980
|
* const res = await client.instagram.userPosts({ handle: "nasa" });
|
|
@@ -18992,7 +18992,7 @@ declare class InstagramNamespace {
|
|
|
18992
18992
|
*
|
|
18993
18993
|
* List an Instagram account's reels by handle with cursor pagination (caption, plays, likes, comments).
|
|
18994
18994
|
*
|
|
18995
|
-
* Price: $0.
|
|
18995
|
+
* Price: $0.00095 per request.
|
|
18996
18996
|
*
|
|
18997
18997
|
* @example
|
|
18998
18998
|
* const res = await client.instagram.userReels({ handle: "nasa" });
|
package/dist/index.d.ts
CHANGED
|
@@ -18974,7 +18974,7 @@ declare class InstagramNamespace {
|
|
|
18974
18974
|
*
|
|
18975
18975
|
* List an Instagram account's recent posts (likes, comments, captions) by handle with cursor pagination.
|
|
18976
18976
|
*
|
|
18977
|
-
* Price: $0.
|
|
18977
|
+
* Price: $0.00095 per request.
|
|
18978
18978
|
*
|
|
18979
18979
|
* @example
|
|
18980
18980
|
* const res = await client.instagram.userPosts({ handle: "nasa" });
|
|
@@ -18992,7 +18992,7 @@ declare class InstagramNamespace {
|
|
|
18992
18992
|
*
|
|
18993
18993
|
* List an Instagram account's reels by handle with cursor pagination (caption, plays, likes, comments).
|
|
18994
18994
|
*
|
|
18995
|
-
* Price: $0.
|
|
18995
|
+
* Price: $0.00095 per request.
|
|
18996
18996
|
*
|
|
18997
18997
|
* @example
|
|
18998
18998
|
* const res = await client.instagram.userReels({ handle: "nasa" });
|
package/dist/index.js
CHANGED
|
@@ -3828,7 +3828,7 @@ var InstagramNamespace = class {
|
|
|
3828
3828
|
*
|
|
3829
3829
|
* List an Instagram account's recent posts (likes, comments, captions) by handle with cursor pagination.
|
|
3830
3830
|
*
|
|
3831
|
-
* Price: $0.
|
|
3831
|
+
* Price: $0.00095 per request.
|
|
3832
3832
|
*
|
|
3833
3833
|
* @example
|
|
3834
3834
|
* const res = await client.instagram.userPosts({ handle: "nasa" });
|
|
@@ -3857,7 +3857,7 @@ var InstagramNamespace = class {
|
|
|
3857
3857
|
*
|
|
3858
3858
|
* List an Instagram account's reels by handle with cursor pagination (caption, plays, likes, comments).
|
|
3859
3859
|
*
|
|
3860
|
-
* Price: $0.
|
|
3860
|
+
* Price: $0.00095 per request.
|
|
3861
3861
|
*
|
|
3862
3862
|
* @example
|
|
3863
3863
|
* const res = await client.instagram.userReels({ handle: "nasa" });
|