@getanyapi/sdk 0.39.2 → 0.39.3

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.d.cts CHANGED
@@ -18759,7 +18759,7 @@ declare class InstagramNamespace {
18759
18759
  *
18760
18760
  * Fetch a single Instagram post or reel by URL (media URLs, like count, owner, type) as normalized JSON.
18761
18761
  *
18762
- * Price: $0.0005 per request.
18762
+ * Price: $0.0012 per request.
18763
18763
  *
18764
18764
  * @example
18765
18765
  * const res = await client.instagram.post({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/" });
package/dist/index.d.ts CHANGED
@@ -18759,7 +18759,7 @@ declare class InstagramNamespace {
18759
18759
  *
18760
18760
  * Fetch a single Instagram post or reel by URL (media URLs, like count, owner, type) as normalized JSON.
18761
18761
  *
18762
- * Price: $0.0005 per request.
18762
+ * Price: $0.0012 per request.
18763
18763
  *
18764
18764
  * @example
18765
18765
  * const res = await client.instagram.post({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/" });
package/dist/index.js CHANGED
@@ -3543,7 +3543,7 @@ var InstagramNamespace = class {
3543
3543
  *
3544
3544
  * Fetch a single Instagram post or reel by URL (media URLs, like count, owner, type) as normalized JSON.
3545
3545
  *
3546
- * Price: $0.0005 per request.
3546
+ * Price: $0.0012 per request.
3547
3547
  *
3548
3548
  * @example
3549
3549
  * const res = await client.instagram.post({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/" });