@getanyapi/sdk 0.34.0 → 0.34.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.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.00297 per request.
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.00297 per request.
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" });
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.00297 per request.
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.00297 per request.
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" });
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.00297 per request.
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.00297 per request.
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" });