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

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 +8 -8
  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: 20240310
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[];
@@ -513,7 +513,7 @@ declare namespace gapi.client {
513
513
  gitRemoteSettings?: GitRemoteSettings;
514
514
  /** Optional. Repository user labels. */
515
515
  labels?: {[P in string]: string};
516
- /** Output only. The repository's name. */
516
+ /** Identifier. The repository's name. */
517
517
  name?: string;
518
518
  /** Optional. The name of the Secret Manager secret version to be used to interpolate variables into the .npmrc file for package installation operations. Must be in the format `projects/*‍/secrets/*‍/versions/*`. The file itself must be in a JSON format. */
519
519
  npmrcEnvironmentVariablesSecretVersion?: string;
@@ -643,7 +643,7 @@ declare namespace gapi.client {
643
643
  target?: Target;
644
644
  }
645
645
  interface Workspace {
646
- /** Output only. The workspace's name. */
646
+ /** Identifier. The workspace's name. */
647
647
  name?: string;
648
648
  }
649
649
  interface WorkspaceCompilationOverrides {
@@ -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;
@@ -2971,7 +2971,7 @@ declare namespace gapi.client {
2971
2971
  fields?: string;
2972
2972
  /** 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. */
2973
2973
  key?: string;
2974
- /** Output only. The repository's name. */
2974
+ /** Identifier. The repository's name. */
2975
2975
  name: string;
2976
2976
  /** OAuth 2.0 token for the current user. */
2977
2977
  oauth_token?: string;
@@ -3002,7 +3002,7 @@ declare namespace gapi.client {
3002
3002
  fields?: string;
3003
3003
  /** 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. */
3004
3004
  key?: string;
3005
- /** Output only. The repository's name. */
3005
+ /** Identifier. The repository's name. */
3006
3006
  name: string;
3007
3007
  /** OAuth 2.0 token for the current user. */
3008
3008
  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.20240310",
4
4
  "description": "TypeScript typings for Dataform API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",