@getanyapi/sdk 0.45.0 → 0.45.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 +1 -1
- 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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -17498,7 +17498,7 @@ interface InstagramReelTranscriptItem {
|
|
|
17498
17498
|
*/
|
|
17499
17499
|
ownerUsername?: string;
|
|
17500
17500
|
/**
|
|
17501
|
-
* Time-aligned transcript segments, each with its text, speaker label, and start/end offsets in seconds. Empty when the reel has no detectable spoken audio.
|
|
17501
|
+
* Time-aligned transcript segments in playback order, one per sentence, each with its text, speaker label, and start/end offsets in seconds. A segment starts when its first word is spoken and ends when its last one finishes. Empty when the reel has no detectable spoken audio.
|
|
17502
17502
|
*/
|
|
17503
17503
|
segments?: InstagramReelTranscriptSegment[];
|
|
17504
17504
|
/**
|
|
@@ -18910,7 +18910,7 @@ declare class InstagramNamespace {
|
|
|
18910
18910
|
*
|
|
18911
18911
|
* Fetch an Instagram account's public profile (followers, posts, bio, verification) by handle.
|
|
18912
18912
|
*
|
|
18913
|
-
* Price: $0.
|
|
18913
|
+
* Price: $0.0005 per request.
|
|
18914
18914
|
*
|
|
18915
18915
|
* @example
|
|
18916
18916
|
* const res = await client.instagram.profile({ handle: "nasa" });
|
package/dist/index.d.ts
CHANGED
|
@@ -17498,7 +17498,7 @@ interface InstagramReelTranscriptItem {
|
|
|
17498
17498
|
*/
|
|
17499
17499
|
ownerUsername?: string;
|
|
17500
17500
|
/**
|
|
17501
|
-
* Time-aligned transcript segments, each with its text, speaker label, and start/end offsets in seconds. Empty when the reel has no detectable spoken audio.
|
|
17501
|
+
* Time-aligned transcript segments in playback order, one per sentence, each with its text, speaker label, and start/end offsets in seconds. A segment starts when its first word is spoken and ends when its last one finishes. Empty when the reel has no detectable spoken audio.
|
|
17502
17502
|
*/
|
|
17503
17503
|
segments?: InstagramReelTranscriptSegment[];
|
|
17504
17504
|
/**
|
|
@@ -18910,7 +18910,7 @@ declare class InstagramNamespace {
|
|
|
18910
18910
|
*
|
|
18911
18911
|
* Fetch an Instagram account's public profile (followers, posts, bio, verification) by handle.
|
|
18912
18912
|
*
|
|
18913
|
-
* Price: $0.
|
|
18913
|
+
* Price: $0.0005 per request.
|
|
18914
18914
|
*
|
|
18915
18915
|
* @example
|
|
18916
18916
|
* const res = await client.instagram.profile({ handle: "nasa" });
|
package/dist/index.js
CHANGED
|
@@ -3598,7 +3598,7 @@ var InstagramNamespace = class {
|
|
|
3598
3598
|
*
|
|
3599
3599
|
* Fetch an Instagram account's public profile (followers, posts, bio, verification) by handle.
|
|
3600
3600
|
*
|
|
3601
|
-
* Price: $0.
|
|
3601
|
+
* Price: $0.0005 per request.
|
|
3602
3602
|
*
|
|
3603
3603
|
* @example
|
|
3604
3604
|
* const res = await client.instagram.profile({ handle: "nasa" });
|