@maxim_mazurok/gapi.client.places-v1 0.0.20250430 → 0.0.20250504

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 -12
  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: 20250430
12
+ // Revision: 20250504
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -459,13 +459,13 @@ declare namespace gapi.client {
459
459
  interface GoogleMapsPlacesV1PlaceGoogleMapsLinks {
460
460
  /** A link to show the directions to the place. The link only populates the destination location and uses the default travel mode `DRIVE`. */
461
461
  directionsUri?: string;
462
- /** A link to show photos of this place. This link is currently not supported on Google Maps Mobile and only works on the web version of Google Maps. */
462
+ /** A link to show reviews of this place on Google Maps. */
463
463
  photosUri?: string;
464
464
  /** A link to show this place. */
465
465
  placeUri?: string;
466
- /** A link to show reviews of this place. This link is currently not supported on Google Maps Mobile and only works on the web version of Google Maps. */
466
+ /** A link to show reviews of this place on Google Maps. */
467
467
  reviewsUri?: string;
468
- /** A link to write a review for this place. This link is currently not supported on Google Maps Mobile and only works on the web version of Google Maps. */
468
+ /** A link to show reviews of this place on Google Maps. */
469
469
  writeAReviewUri?: string;
470
470
  }
471
471
  interface GoogleMapsPlacesV1PlaceNeighborhoodSummary {
@@ -591,14 +591,6 @@ declare namespace gapi.client {
591
591
  relativePublishTimeDescription?: string;
592
592
  /** The localized text of the review. */
593
593
  text?: GoogleTypeLocalizedText;
594
- /** The date when the author visited the place. This is trucated to month. */
595
- visitDate?: GoogleMapsPlacesV1ReviewVisitDate;
596
- }
597
- interface GoogleMapsPlacesV1ReviewVisitDate {
598
- /** The month the author visited the place, e.g. 4. The value is between 1 and 12. */
599
- month?: number;
600
- /** The year the author visited the place, e.g. 2025. */
601
- year?: number;
602
594
  }
603
595
  interface GoogleMapsPlacesV1RouteModifiers {
604
596
  /** Optional. When set to true, avoids ferries where reasonable, giving preference to routes not containing ferries. Applies only to the `DRIVE` and `TWO_WHEELER` `TravelMode`. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.places-v1",
3
- "version": "0.0.20250430",
3
+ "version": "0.0.20250504",
4
4
  "description": "TypeScript typings for Places API (New) v1",
5
5
  "repository": {
6
6
  "type": "git",