@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 CHANGED
@@ -2876,12 +2876,12 @@ var InstagramNamespace = class {
2876
2876
  /**
2877
2877
  * Instagram Stories (full)
2878
2878
  *
2879
- * Fetch public Instagram accounts' currently live stories with the full record - media (image and video), type, dimensions, posting time, 24h expiry, and caption. Up to 100 usernames per request.
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.099 per request plus $0.003 per username (maximum $0.102).
2881
+ * Price: $0.002 per request.
2882
2882
  *
2883
2883
  * @example
2884
- * const res = await client.instagram.storiesFull({ usernames: ["natgeo"] });
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);