@maxim_mazurok/gapi.client.adexchangebuyer2-v2beta1 0.0.20240930 → 0.0.20241002

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 +5 -5
  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://adexchangebuyer.googleapis.com/$discovery/rest?version=v2beta1
12
- // Revision: 20240930
12
+ // Revision: 20241002
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -967,13 +967,13 @@ declare namespace gapi.client {
967
967
  startTime?: string;
968
968
  }
969
969
  interface TimeOfDay {
970
- /** Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time. */
970
+ /** Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less than or equal to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time. */
971
971
  hours?: number;
972
- /** Minutes of hour of day. Must be from 0 to 59. */
972
+ /** Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59. */
973
973
  minutes?: number;
974
- /** Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999. */
974
+ /** Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal to 999,999,999. */
975
975
  nanos?: number;
976
- /** Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds. */
976
+ /** Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or equal to 59. An API may allow the value 60 if it allows leap-seconds. */
977
977
  seconds?: number;
978
978
  }
979
979
  interface UrlTargeting {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.adexchangebuyer2-v2beta1",
3
- "version": "0.0.20240930",
3
+ "version": "0.0.20241002",
4
4
  "description": "TypeScript typings for Ad Exchange Buyer API II v2beta1",
5
5
  "repository": {
6
6
  "type": "git",