@maxim_mazurok/gapi.client.dataform-v1beta1 0.0.20240225 → 0.0.20240302

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 +4 -4
  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://dataform.googleapis.com/$discovery/rest?version=v1beta1
12
- // Revision: 20240225
12
+ // Revision: 20240302
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -487,7 +487,7 @@ declare namespace gapi.client {
487
487
  disabled?: boolean;
488
488
  /** Required. Git commit/tag/branch name at which the repository should be compiled. Must exist in the remote repository. Examples: - a commit SHA: `12ade345` - a tag: `tag1` - a branch name: `branch1` */
489
489
  gitCommitish?: string;
490
- /** Output only. The release config's name. */
490
+ /** Identifier. The release config's name. */
491
491
  name?: string;
492
492
  /** Output only. Records of the 10 most recent scheduled release attempts, ordered in in descending order of `release_time`. Updated whenever automatic creation of a compilation result is triggered by cron_schedule. */
493
493
  recentScheduledReleaseRecords?: ScheduledReleaseRecord[];
@@ -1071,7 +1071,7 @@ declare namespace gapi.client {
1071
1071
  fields?: string;
1072
1072
  /** 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. */
1073
1073
  key?: string;
1074
- /** Output only. The release config's name. */
1074
+ /** Identifier. The release config's name. */
1075
1075
  name: string;
1076
1076
  /** OAuth 2.0 token for the current user. */
1077
1077
  oauth_token?: string;
@@ -1102,7 +1102,7 @@ declare namespace gapi.client {
1102
1102
  fields?: string;
1103
1103
  /** 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. */
1104
1104
  key?: string;
1105
- /** Output only. The release config's name. */
1105
+ /** Identifier. The release config's name. */
1106
1106
  name: string;
1107
1107
  /** OAuth 2.0 token for the current user. */
1108
1108
  oauth_token?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.dataform-v1beta1",
3
- "version": "0.0.20240225",
3
+ "version": "0.0.20240302",
4
4
  "description": "TypeScript typings for Dataform API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",