@getanyapi/sdk 0.11.1 → 0.12.0
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 +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +25 -21
- package/dist/index.d.ts +25 -21
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2876,12 +2876,12 @@ var InstagramNamespace = class {
|
|
|
2876
2876
|
/**
|
|
2877
2877
|
* Instagram Stories (full)
|
|
2878
2878
|
*
|
|
2879
|
-
* Fetch public Instagram
|
|
2879
|
+
* Fetch a public Instagram account's currently live stories with media, type, dimensions, posting time, and 24-hour expiry by username.
|
|
2880
2880
|
*
|
|
2881
|
-
* Price: $0.
|
|
2881
|
+
* Price: $0.002 per request.
|
|
2882
2882
|
*
|
|
2883
2883
|
* @example
|
|
2884
|
-
* const res = await client.instagram.storiesFull({
|
|
2884
|
+
* const res = await client.instagram.storiesFull({ username: "natgeo" });
|
|
2885
2885
|
*/
|
|
2886
2886
|
storiesFull(input, options) {
|
|
2887
2887
|
return this._core.run("instagram.stories_full", input, options);
|