@getanyapi/sdk 0.37.0 → 0.37.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
@@ -4872,7 +4872,7 @@ var RedditNamespace = class {
4872
4872
  *
4873
4873
  * Fetch a single Reddit post by URL, including its full body text, score, comment count, upvote ratio, and subreddit, as normalized JSON.
4874
4874
  *
4875
- * Price: $0.0012 per request.
4875
+ * Price: $0.0009 per request.
4876
4876
  *
4877
4877
  * @example
4878
4878
  * const res = await client.reddit.post({ url: "https://www.reddit.com/r/IAmA/comments/z1c9z/i_am_barack_obama_president_of_the_united_states/" });
@@ -4940,7 +4940,7 @@ var RedditNamespace = class {
4940
4940
  *
4941
4941
  * Search Reddit posts across all subreddits by query.
4942
4942
  *
4943
- * Price: $0.0012 per request.
4943
+ * Price: $0.0009 per request.
4944
4944
  *
4945
4945
  * @example
4946
4946
  * const res = await client.reddit.search({ query: "mechanical keyboard" });