@getanyapi/sdk 0.35.1 → 0.35.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
@@ -31813,7 +31813,7 @@ interface RedditSearchInput {
31813
31813
  }
31814
31814
  interface RedditSearchPost {
31815
31815
  /**
31816
- * Author username, without the u/ prefix. Populated whenever the provider has data for the entity.
31816
+ * Author username, without the u/ prefix. Empty when the upstream omits it.
31817
31817
  */
31818
31818
  author: string;
31819
31819
  /**
@@ -32057,7 +32057,7 @@ interface RedditSubredditSearchInput {
32057
32057
  }
32058
32058
  interface RedditSubredditSearchPost {
32059
32059
  /**
32060
- * Author username, without the u/ prefix. Populated whenever the provider has data for the entity.
32060
+ * Author username, without the u/ prefix. Empty when the upstream omits it.
32061
32061
  */
32062
32062
  author: string;
32063
32063
  /**
@@ -38375,7 +38375,7 @@ declare class TiktokNamespace {
38375
38375
  *
38376
38376
  * List recent TikTok videos for a hashtag (creator, caption, views, likes, shares).
38377
38377
  *
38378
- * Price: $0.0036 per request.
38378
+ * Price: $0.00144 per request.
38379
38379
  *
38380
38380
  * @example
38381
38381
  * const res = await client.tiktok.hashtagVideos({ hashtag: "cooking", limit: 3 });
package/dist/index.d.ts CHANGED
@@ -31813,7 +31813,7 @@ interface RedditSearchInput {
31813
31813
  }
31814
31814
  interface RedditSearchPost {
31815
31815
  /**
31816
- * Author username, without the u/ prefix. Populated whenever the provider has data for the entity.
31816
+ * Author username, without the u/ prefix. Empty when the upstream omits it.
31817
31817
  */
31818
31818
  author: string;
31819
31819
  /**
@@ -32057,7 +32057,7 @@ interface RedditSubredditSearchInput {
32057
32057
  }
32058
32058
  interface RedditSubredditSearchPost {
32059
32059
  /**
32060
- * Author username, without the u/ prefix. Populated whenever the provider has data for the entity.
32060
+ * Author username, without the u/ prefix. Empty when the upstream omits it.
32061
32061
  */
32062
32062
  author: string;
32063
32063
  /**
@@ -38375,7 +38375,7 @@ declare class TiktokNamespace {
38375
38375
  *
38376
38376
  * List recent TikTok videos for a hashtag (creator, caption, views, likes, shares).
38377
38377
  *
38378
- * Price: $0.0036 per request.
38378
+ * Price: $0.00144 per request.
38379
38379
  *
38380
38380
  * @example
38381
38381
  * const res = await client.tiktok.hashtagVideos({ hashtag: "cooking", limit: 3 });
package/dist/index.js CHANGED
@@ -5866,7 +5866,7 @@ var TiktokNamespace = class {
5866
5866
  *
5867
5867
  * List recent TikTok videos for a hashtag (creator, caption, views, likes, shares).
5868
5868
  *
5869
- * Price: $0.0036 per request.
5869
+ * Price: $0.00144 per request.
5870
5870
  *
5871
5871
  * @example
5872
5872
  * const res = await client.tiktok.hashtagVideos({ hashtag: "cooking", limit: 3 });