@maxim_mazurok/gapi.client.bigquerydatatransfer-v1 0.0.20230701 → 0.0.20230715

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 (3) hide show
  1. package/index.d.ts +9 -3
  2. package/package.json +1 -1
  3. package/tests.ts +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://bigquerydatatransfer.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20230701
12
+ // Revision: 20230715
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -249,10 +249,16 @@ declare namespace gapi.client {
249
249
  TransferRun[];
250
250
  }
251
251
  interface StartManualTransferRunsRequest {
252
- /** Specific run_time for a transfer run to be started. The requested_run_time must not be in the future. */
252
+ /**
253
+ * A run_time timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requested_run_time must be a past time and cannot
254
+ * include future time values.
255
+ */
253
256
  requestedRunTime?:
254
257
  string;
255
- /** Time range for the transfer runs that should be started. */
258
+ /**
259
+ * A time_range start and end timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requested_time_range must be a past
260
+ * time and cannot include future time values.
261
+ */
256
262
  requestedTimeRange?:
257
263
  TimeRange;
258
264
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.bigquerydatatransfer-v1",
3
- "version": "0.0.20230701",
3
+ "version": "0.0.20230715",
4
4
  "description": "TypeScript typings for BigQuery Data Transfer API v1",
5
5
  "license": "MIT",
6
6
  "author": {
package/tests.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
4
4
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
5
5
 
6
- // Revision: 20230701
6
+ // Revision: 20230715
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */