@maxim_mazurok/gapi.client.places-v1 0.0.20250505 → 0.0.20250507

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.
Files changed (2) hide show
  1. package/index.d.ts +4 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://places.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20250505
12
+ // Revision: 20250507
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -465,7 +465,7 @@ declare namespace gapi.client {
465
465
  placeUri?: string;
466
466
  /** A link to show reviews of this place on Google Maps. */
467
467
  reviewsUri?: string;
468
- /** A link to show reviews of this place on Google Maps. */
468
+ /** A link to write a review for this place on Google Maps. */
469
469
  writeAReviewUri?: string;
470
470
  }
471
471
  interface GoogleMapsPlacesV1PlaceNeighborhoodSummary {
@@ -553,6 +553,8 @@ declare namespace gapi.client {
553
553
  disclosureText?: GoogleTypeLocalizedText;
554
554
  /** A link where users can flag a problem with the summary. */
555
555
  flagContentUri?: string;
556
+ /** A link to show reviews of this place on Google Maps. */
557
+ reviewsUri?: string;
556
558
  /** The summary of user reviews. */
557
559
  text?: GoogleTypeLocalizedText;
558
560
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.places-v1",
3
- "version": "0.0.20250505",
3
+ "version": "0.0.20250507",
4
4
  "description": "TypeScript typings for Places API (New) v1",
5
5
  "repository": {
6
6
  "type": "git",