@maxim_mazurok/gapi.client.places-v1 0.0.20241113 → 0.0.20241118
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 +4 -4
- 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: 20241118
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -349,7 +349,7 @@ declare namespace gapi.client {
|
|
|
349
349
|
pureServiceAreaBusiness?: boolean;
|
|
350
350
|
/** A rating between 1.0 and 5.0, based on user reviews of this place. */
|
|
351
351
|
rating?: number;
|
|
352
|
-
/** The regular hours of operation. */
|
|
352
|
+
/** The regular hours of operation. Note that if a place is always open (24 hours), the `close` field will not be set. Clients can rely on always open (24 hours) being represented as an `open` period containing day with value `0`, hour with value `0`, and minute with value `0`. */
|
|
353
353
|
regularOpeningHours?: GoogleMapsPlacesV1PlaceOpeningHours;
|
|
354
354
|
/** Contains an array of entries for information about regular secondary hours of a business. Secondary hours are different from a business's main hours. For example, a restaurant can specify drive through hours or delivery hours as its secondary hours. This field populates the type subfield, which draws from a predefined list of opening hours types (such as DRIVE_THROUGH, PICKUP, or TAKEOUT) based on the types of the place. */
|
|
355
355
|
regularSecondaryOpeningHours?: GoogleMapsPlacesV1PlaceOpeningHours[];
|
|
@@ -485,9 +485,9 @@ declare namespace gapi.client {
|
|
|
485
485
|
date?: GoogleTypeDate;
|
|
486
486
|
/** A day of the week, as an integer in the range 0-6. 0 is Sunday, 1 is Monday, etc. */
|
|
487
487
|
day?: number;
|
|
488
|
-
/** The hour in
|
|
488
|
+
/** The hour in 24 hour format. Ranges from 0 to 23. */
|
|
489
489
|
hour?: number;
|
|
490
|
-
/** The minute
|
|
490
|
+
/** The minute. Ranges from 0 to 59. */
|
|
491
491
|
minute?: number;
|
|
492
492
|
/** Whether or not this endpoint was truncated. Truncation occurs when the real hours are outside the times we are willing to return hours between, so we truncate the hours back to these boundaries. This ensures that at most 24 * 7 hours from midnight of the day of the request are returned. */
|
|
493
493
|
truncated?: boolean;
|