@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.d.cts
CHANGED
|
@@ -12649,7 +12649,7 @@ declare class InstagramNamespace {
|
|
|
12649
12649
|
*
|
|
12650
12650
|
* List an Instagram account's recent posts (likes, comments, captions) by handle with cursor pagination.
|
|
12651
12651
|
*
|
|
12652
|
-
* Price: $0.
|
|
12652
|
+
* Price: $0.002 per request.
|
|
12653
12653
|
*
|
|
12654
12654
|
* @example
|
|
12655
12655
|
* const res = await client.instagram.userPosts({ handle: "nasa" });
|
|
@@ -12667,7 +12667,7 @@ declare class InstagramNamespace {
|
|
|
12667
12667
|
*
|
|
12668
12668
|
* List an Instagram account's reels by handle with cursor pagination (caption, plays, likes, comments).
|
|
12669
12669
|
*
|
|
12670
|
-
* Price: $0.
|
|
12670
|
+
* Price: $0.002 per request.
|
|
12671
12671
|
*
|
|
12672
12672
|
* @example
|
|
12673
12673
|
* const res = await client.instagram.userReels({ handle: "nasa" });
|
package/dist/index.d.ts
CHANGED
|
@@ -12649,7 +12649,7 @@ declare class InstagramNamespace {
|
|
|
12649
12649
|
*
|
|
12650
12650
|
* List an Instagram account's recent posts (likes, comments, captions) by handle with cursor pagination.
|
|
12651
12651
|
*
|
|
12652
|
-
* Price: $0.
|
|
12652
|
+
* Price: $0.002 per request.
|
|
12653
12653
|
*
|
|
12654
12654
|
* @example
|
|
12655
12655
|
* const res = await client.instagram.userPosts({ handle: "nasa" });
|
|
@@ -12667,7 +12667,7 @@ declare class InstagramNamespace {
|
|
|
12667
12667
|
*
|
|
12668
12668
|
* List an Instagram account's reels by handle with cursor pagination (caption, plays, likes, comments).
|
|
12669
12669
|
*
|
|
12670
|
-
* Price: $0.
|
|
12670
|
+
* Price: $0.002 per request.
|
|
12671
12671
|
*
|
|
12672
12672
|
* @example
|
|
12673
12673
|
* const res = await client.instagram.userReels({ handle: "nasa" });
|
package/dist/index.js
CHANGED
|
@@ -3487,7 +3487,7 @@ var InstagramNamespace = class {
|
|
|
3487
3487
|
*
|
|
3488
3488
|
* List an Instagram account's recent posts (likes, comments, captions) by handle with cursor pagination.
|
|
3489
3489
|
*
|
|
3490
|
-
* Price: $0.
|
|
3490
|
+
* Price: $0.002 per request.
|
|
3491
3491
|
*
|
|
3492
3492
|
* @example
|
|
3493
3493
|
* const res = await client.instagram.userPosts({ handle: "nasa" });
|
|
@@ -3516,7 +3516,7 @@ var InstagramNamespace = class {
|
|
|
3516
3516
|
*
|
|
3517
3517
|
* List an Instagram account's reels by handle with cursor pagination (caption, plays, likes, comments).
|
|
3518
3518
|
*
|
|
3519
|
-
* Price: $0.
|
|
3519
|
+
* Price: $0.002 per request.
|
|
3520
3520
|
*
|
|
3521
3521
|
* @example
|
|
3522
3522
|
* const res = await client.instagram.userReels({ handle: "nasa" });
|