@maxim_mazurok/gapi.client.dataform-v1beta1 0.0.20240302 → 0.0.20240317
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 +5 -5
- 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: 20240317
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -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
|
-
/**
|
|
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
|
-
/**
|
|
646
|
+
/** Identifier. The workspace's name. */
|
|
647
647
|
name?: string;
|
|
648
648
|
}
|
|
649
649
|
interface WorkspaceCompilationOverrides {
|
|
@@ -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
|
-
/**
|
|
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
|
-
/**
|
|
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;
|