@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.cjs CHANGED
@@ -4324,7 +4324,7 @@ var MapsNamespace = class {
4324
4324
  *
4325
4325
  * 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.
4326
4326
  *
4327
- * Price: $0.00297 per request.
4327
+ * Price: $0.00175 per request.
4328
4328
  *
4329
4329
  * @example
4330
4330
  * const res = await client.maps.place({ query: "Blue Bottle Coffee", location: "San Francisco, CA", website: "withWebsite" });
@@ -4350,7 +4350,7 @@ var MapsNamespace = class {
4350
4350
  *
4351
4351
  * Search Google Maps for places matching a query and location: up to 20 normalized place records with ratings, addresses, and contact basics per request.
4352
4352
  *
4353
- * Price: $0.00297 per request.
4353
+ * Price: $0.00175 per request.
4354
4354
  *
4355
4355
  * @example
4356
4356
  * const res = await client.maps.search({ location: "Austin, TX", query: "coffee", limit: 3, placeMinimumStars: "four", website: "withWebsite" });