@maxim_mazurok/gapi.client.places-v1 0.0.20250427 → 0.0.20250429
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/index.d.ts +9 -1
- 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:
|
|
12
|
+
// Revision: 20250429
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -591,6 +591,14 @@ 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;
|
|
594
602
|
}
|
|
595
603
|
interface GoogleMapsPlacesV1RouteModifiers {
|
|
596
604
|
/** 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`. */
|