@getanyapi/sdk 0.34.0 → 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 +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -23220,7 +23220,7 @@ declare class MapsNamespace {
|
|
|
23220
23220
|
*
|
|
23221
23221
|
* Look up a place on Google Maps by name or search query (optionally scoped to a location) and get the best-matching place with available address, contact, rating, and coordinate details as normalized JSON.
|
|
23222
23222
|
*
|
|
23223
|
-
* Price: $0.
|
|
23223
|
+
* Price: $0.00175 per request.
|
|
23224
23224
|
*
|
|
23225
23225
|
* @example
|
|
23226
23226
|
* const res = await client.maps.place({ query: "Blue Bottle Coffee", location: "San Francisco, CA", website: "withWebsite" });
|
|
@@ -23242,7 +23242,7 @@ declare class MapsNamespace {
|
|
|
23242
23242
|
*
|
|
23243
23243
|
* Search Google Maps for places matching a query and location: up to 20 normalized place records with ratings, addresses, and contact basics per request.
|
|
23244
23244
|
*
|
|
23245
|
-
* Price: $0.
|
|
23245
|
+
* Price: $0.00175 per request.
|
|
23246
23246
|
*
|
|
23247
23247
|
* @example
|
|
23248
23248
|
* const res = await client.maps.search({ location: "Austin, TX", query: "coffee", limit: 3, placeMinimumStars: "four", website: "withWebsite" });
|
|
@@ -44213,7 +44213,7 @@ declare class YoutubeNamespace {
|
|
|
44213
44213
|
*
|
|
44214
44214
|
* Search YouTube and get matching videos (title, channel, views, length, publish time) as normalized JSON.
|
|
44215
44215
|
*
|
|
44216
|
-
* Price: $0.
|
|
44216
|
+
* Price: $0.0008 per request.
|
|
44217
44217
|
*
|
|
44218
44218
|
* @example
|
|
44219
44219
|
* const res = await client.youtube.search({ query: "how to cook rice" });
|
|
@@ -44260,7 +44260,7 @@ declare class YoutubeNamespace {
|
|
|
44260
44260
|
*
|
|
44261
44261
|
* Fetch a YouTube video's metadata (title, channel, views, likes, duration, publish date) by URL or ID.
|
|
44262
44262
|
*
|
|
44263
|
-
* Price: $0.
|
|
44263
|
+
* Price: $0.00125 per request.
|
|
44264
44264
|
*
|
|
44265
44265
|
* @example
|
|
44266
44266
|
* const res = await client.youtube.video({ url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" });
|
|
@@ -44300,7 +44300,7 @@ declare class YoutubeNamespace {
|
|
|
44300
44300
|
*
|
|
44301
44301
|
* Fetch the transcript/captions of a YouTube video by URL or ID.
|
|
44302
44302
|
*
|
|
44303
|
-
* Price: $0.
|
|
44303
|
+
* Price: $0.00125 per request.
|
|
44304
44304
|
*
|
|
44305
44305
|
* @example
|
|
44306
44306
|
* const res = await client.youtube.videoTranscript({ url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" });
|
package/dist/index.d.ts
CHANGED
|
@@ -23220,7 +23220,7 @@ declare class MapsNamespace {
|
|
|
23220
23220
|
*
|
|
23221
23221
|
* Look up a place on Google Maps by name or search query (optionally scoped to a location) and get the best-matching place with available address, contact, rating, and coordinate details as normalized JSON.
|
|
23222
23222
|
*
|
|
23223
|
-
* Price: $0.
|
|
23223
|
+
* Price: $0.00175 per request.
|
|
23224
23224
|
*
|
|
23225
23225
|
* @example
|
|
23226
23226
|
* const res = await client.maps.place({ query: "Blue Bottle Coffee", location: "San Francisco, CA", website: "withWebsite" });
|
|
@@ -23242,7 +23242,7 @@ declare class MapsNamespace {
|
|
|
23242
23242
|
*
|
|
23243
23243
|
* Search Google Maps for places matching a query and location: up to 20 normalized place records with ratings, addresses, and contact basics per request.
|
|
23244
23244
|
*
|
|
23245
|
-
* Price: $0.
|
|
23245
|
+
* Price: $0.00175 per request.
|
|
23246
23246
|
*
|
|
23247
23247
|
* @example
|
|
23248
23248
|
* const res = await client.maps.search({ location: "Austin, TX", query: "coffee", limit: 3, placeMinimumStars: "four", website: "withWebsite" });
|
|
@@ -44213,7 +44213,7 @@ declare class YoutubeNamespace {
|
|
|
44213
44213
|
*
|
|
44214
44214
|
* Search YouTube and get matching videos (title, channel, views, length, publish time) as normalized JSON.
|
|
44215
44215
|
*
|
|
44216
|
-
* Price: $0.
|
|
44216
|
+
* Price: $0.0008 per request.
|
|
44217
44217
|
*
|
|
44218
44218
|
* @example
|
|
44219
44219
|
* const res = await client.youtube.search({ query: "how to cook rice" });
|
|
@@ -44260,7 +44260,7 @@ declare class YoutubeNamespace {
|
|
|
44260
44260
|
*
|
|
44261
44261
|
* Fetch a YouTube video's metadata (title, channel, views, likes, duration, publish date) by URL or ID.
|
|
44262
44262
|
*
|
|
44263
|
-
* Price: $0.
|
|
44263
|
+
* Price: $0.00125 per request.
|
|
44264
44264
|
*
|
|
44265
44265
|
* @example
|
|
44266
44266
|
* const res = await client.youtube.video({ url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" });
|
|
@@ -44300,7 +44300,7 @@ declare class YoutubeNamespace {
|
|
|
44300
44300
|
*
|
|
44301
44301
|
* Fetch the transcript/captions of a YouTube video by URL or ID.
|
|
44302
44302
|
*
|
|
44303
|
-
* Price: $0.
|
|
44303
|
+
* Price: $0.00125 per request.
|
|
44304
44304
|
*
|
|
44305
44305
|
* @example
|
|
44306
44306
|
* const res = await client.youtube.videoTranscript({ url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" });
|
package/dist/index.js
CHANGED
|
@@ -4209,7 +4209,7 @@ var MapsNamespace = class {
|
|
|
4209
4209
|
*
|
|
4210
4210
|
* Look up a place on Google Maps by name or search query (optionally scoped to a location) and get the best-matching place with available address, contact, rating, and coordinate details as normalized JSON.
|
|
4211
4211
|
*
|
|
4212
|
-
* Price: $0.
|
|
4212
|
+
* Price: $0.00175 per request.
|
|
4213
4213
|
*
|
|
4214
4214
|
* @example
|
|
4215
4215
|
* const res = await client.maps.place({ query: "Blue Bottle Coffee", location: "San Francisco, CA", website: "withWebsite" });
|
|
@@ -4235,7 +4235,7 @@ var MapsNamespace = class {
|
|
|
4235
4235
|
*
|
|
4236
4236
|
* Search Google Maps for places matching a query and location: up to 20 normalized place records with ratings, addresses, and contact basics per request.
|
|
4237
4237
|
*
|
|
4238
|
-
* Price: $0.
|
|
4238
|
+
* Price: $0.00175 per request.
|
|
4239
4239
|
*
|
|
4240
4240
|
* @example
|
|
4241
4241
|
* const res = await client.maps.search({ location: "Austin, TX", query: "coffee", limit: 3, placeMinimumStars: "four", website: "withWebsite" });
|
|
@@ -7331,7 +7331,7 @@ var YoutubeNamespace = class {
|
|
|
7331
7331
|
*
|
|
7332
7332
|
* Search YouTube and get matching videos (title, channel, views, length, publish time) as normalized JSON.
|
|
7333
7333
|
*
|
|
7334
|
-
* Price: $0.
|
|
7334
|
+
* Price: $0.0008 per request.
|
|
7335
7335
|
*
|
|
7336
7336
|
* @example
|
|
7337
7337
|
* const res = await client.youtube.search({ query: "how to cook rice" });
|
|
@@ -7402,7 +7402,7 @@ var YoutubeNamespace = class {
|
|
|
7402
7402
|
*
|
|
7403
7403
|
* Fetch a YouTube video's metadata (title, channel, views, likes, duration, publish date) by URL or ID.
|
|
7404
7404
|
*
|
|
7405
|
-
* Price: $0.
|
|
7405
|
+
* Price: $0.00125 per request.
|
|
7406
7406
|
*
|
|
7407
7407
|
* @example
|
|
7408
7408
|
* const res = await client.youtube.video({ url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" });
|
|
@@ -7457,7 +7457,7 @@ var YoutubeNamespace = class {
|
|
|
7457
7457
|
*
|
|
7458
7458
|
* Fetch the transcript/captions of a YouTube video by URL or ID.
|
|
7459
7459
|
*
|
|
7460
|
-
* Price: $0.
|
|
7460
|
+
* Price: $0.00125 per request.
|
|
7461
7461
|
*
|
|
7462
7462
|
* @example
|
|
7463
7463
|
* const res = await client.youtube.videoTranscript({ url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" });
|