@getanyapi/sdk 0.27.0 → 0.27.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 CHANGED
@@ -3276,7 +3276,7 @@ var InstagramNamespace = class {
3276
3276
  *
3277
3277
  * Turn any public Instagram reel or video post into a full speech transcript, with optional word-level timestamps.
3278
3278
  *
3279
- * Price: $0.00525 per request plus $0.021 per result (maximum $0.0263).
3279
+ * Price: $0.00525 per request plus $0.0242 per result (maximum $0.0294).
3280
3280
  *
3281
3281
  * @example
3282
3282
  * const res = await client.instagram.reelTranscript({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/", wordTimestamps: false });