@getanyapi/sdk 0.34.1 → 0.34.2

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
@@ -7446,7 +7446,7 @@ var YoutubeNamespace = class {
7446
7446
  *
7447
7447
  * Search YouTube and get matching videos (title, channel, views, length, publish time) as normalized JSON.
7448
7448
  *
7449
- * Price: $0.0009 per request.
7449
+ * Price: $0.0008 per request.
7450
7450
  *
7451
7451
  * @example
7452
7452
  * const res = await client.youtube.search({ query: "how to cook rice" });
@@ -7517,7 +7517,7 @@ var YoutubeNamespace = class {
7517
7517
  *
7518
7518
  * Fetch a YouTube video's metadata (title, channel, views, likes, duration, publish date) by URL or ID.
7519
7519
  *
7520
- * Price: $0.002 per request.
7520
+ * Price: $0.00125 per request.
7521
7521
  *
7522
7522
  * @example
7523
7523
  * const res = await client.youtube.video({ url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" });
@@ -7572,7 +7572,7 @@ var YoutubeNamespace = class {
7572
7572
  *
7573
7573
  * Fetch the transcript/captions of a YouTube video by URL or ID.
7574
7574
  *
7575
- * Price: $0.011 per request.
7575
+ * Price: $0.00125 per request.
7576
7576
  *
7577
7577
  * @example
7578
7578
  * const res = await client.youtube.videoTranscript({ url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" });