@maxim_mazurok/gapi.client.places-v1 0.1.20251007 → 0.1.20251026
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 +7 -3
- 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: 20251026
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -323,6 +323,10 @@ declare namespace gapi.client {
|
|
|
323
323
|
location?: GoogleTypeLatLng;
|
|
324
324
|
/** Place has a children's menu. */
|
|
325
325
|
menuForChildren?: boolean;
|
|
326
|
+
/** If this Place is permanently closed and has moved to a new Place, this field contains the new Place's resource name, in `places/{place_id}` format. If this Place moved multiple times, this field will represent the first moved place. This field will not be populated if this Place has not moved. */
|
|
327
|
+
movedPlace?: string;
|
|
328
|
+
/** If this Place is permanently closed and has moved to a new Place, this field contains the new Place's place ID. If this Place moved multiple times, this field will represent the first moved Place. This field will not be populated if this Place has not moved. */
|
|
329
|
+
movedPlaceId?: string;
|
|
326
330
|
/** This Place's resource name, in `places/{place_id}` format. Can be used to look up the Place. */
|
|
327
331
|
name?: string;
|
|
328
332
|
/** A human-readable phone number for the place, in national format. */
|
|
@@ -431,7 +435,7 @@ declare namespace gapi.client {
|
|
|
431
435
|
providerUri?: string;
|
|
432
436
|
}
|
|
433
437
|
interface GoogleMapsPlacesV1PlaceConsumerAlert {
|
|
434
|
-
/** The details of the consumer alert message
|
|
438
|
+
/** The details of the consumer alert message. */
|
|
435
439
|
details?: GoogleMapsPlacesV1PlaceConsumerAlertDetails;
|
|
436
440
|
/** The language code of the consumer alert message. This is a BCP 47 language code. */
|
|
437
441
|
languageCode?: string;
|
|
@@ -617,7 +621,7 @@ declare namespace gapi.client {
|
|
|
617
621
|
relativePublishTimeDescription?: string;
|
|
618
622
|
/** The localized text of the review. */
|
|
619
623
|
text?: GoogleTypeLocalizedText;
|
|
620
|
-
/** The date when the author visited the place. This is
|
|
624
|
+
/** The date when the author visited the place. This is truncated to the year and month of the visit. */
|
|
621
625
|
visitDate?: GoogleTypeDate;
|
|
622
626
|
}
|
|
623
627
|
interface GoogleMapsPlacesV1RouteModifiers {
|