@maxim_mazurok/gapi.client.dataform-v1beta1 0.0.20240310 → 0.0.20240323
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://dataform.googleapis.com/$discovery/rest?version=v1beta1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240323
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -603,7 +603,7 @@ declare namespace gapi.client {
|
|
|
603
603
|
cronSchedule?: string;
|
|
604
604
|
/** Optional. If left unset, a default InvocationConfig will be used. */
|
|
605
605
|
invocationConfig?: InvocationConfig;
|
|
606
|
-
/**
|
|
606
|
+
/** Identifier. The workflow config's name. */
|
|
607
607
|
name?: string;
|
|
608
608
|
/** Output only. Records of the 10 most recent scheduled execution attempts, ordered in in descending order of `execution_time`. Updated whenever automatic creation of a workflow invocation is triggered by cron_schedule. */
|
|
609
609
|
recentScheduledExecutionRecords?: ScheduledExecutionRecord[];
|
|
@@ -1282,7 +1282,7 @@ declare namespace gapi.client {
|
|
|
1282
1282
|
fields?: string;
|
|
1283
1283
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1284
1284
|
key?: string;
|
|
1285
|
-
/**
|
|
1285
|
+
/** Identifier. The workflow config's name. */
|
|
1286
1286
|
name: string;
|
|
1287
1287
|
/** OAuth 2.0 token for the current user. */
|
|
1288
1288
|
oauth_token?: string;
|
|
@@ -1313,7 +1313,7 @@ declare namespace gapi.client {
|
|
|
1313
1313
|
fields?: string;
|
|
1314
1314
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1315
1315
|
key?: string;
|
|
1316
|
-
/**
|
|
1316
|
+
/** Identifier. The workflow config's name. */
|
|
1317
1317
|
name: string;
|
|
1318
1318
|
/** OAuth 2.0 token for the current user. */
|
|
1319
1319
|
oauth_token?: string;
|