@maxim_mazurok/gapi.client.developerconnect-v1 0.1.20251113 → 0.1.20251201

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 +9 -9
  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://developerconnect.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20251113
12
+ // Revision: 20251201
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -75,7 +75,7 @@ declare namespace gapi.client {
75
75
  authorizerCredential?: UserCredential;
76
76
  /** Required. An access token with the minimum `repository` access. It can either be a workspace, project or repository access token. It's recommended to use a system account to generate the credentials. */
77
77
  readAuthorizerCredential?: UserCredential;
78
- /** Required. Immutable. SecretManager resource containing the webhook secret used to verify webhook events, formatted as `projects/*‍/secrets/*‍/versions/*`. This is used to validate and create webhooks. */
78
+ /** Required. Immutable. SecretManager resource containing the webhook secret used to verify webhook events, formatted as `projects/*‍/secrets/*‍/versions/*` or `projects/*‍/locations/*‍/secrets/*‍/versions/*` (if regional secrets are supported in that location). This is used to validate and create webhooks. */
79
79
  webhookSecretSecretVersion?: string;
80
80
  /** Required. The Bitbucket Cloud Workspace ID to be connected to Google Cloud Platform. */
81
81
  workspace?: string;
@@ -93,7 +93,7 @@ declare namespace gapi.client {
93
93
  serviceDirectoryConfig?: ServiceDirectoryConfig;
94
94
  /** Optional. SSL certificate authority to trust when making requests to Bitbucket Data Center. */
95
95
  sslCaCertificate?: string;
96
- /** Required. Immutable. SecretManager resource containing the webhook secret used to verify webhook events, formatted as `projects/*‍/secrets/*‍/versions/*`. This is used to validate webhooks. */
96
+ /** Required. Immutable. SecretManager resource containing the webhook secret used to verify webhook events, formatted as `projects/*‍/secrets/*‍/versions/*` or `projects/*‍/locations/*‍/secrets/*‍/versions/*` (if regional secrets are supported in that location). This is used to validate webhooks. */
97
97
  webhookSecretSecretVersion?: string;
98
98
  }
99
99
  interface CancelOperationRequest {}
@@ -214,7 +214,7 @@ declare namespace gapi.client {
214
214
  hostUri?: string;
215
215
  /** Output only. The URI to navigate to in order to manage the installation associated with this GitHubEnterpriseConfig. */
216
216
  installationUri?: string;
217
- /** Optional. SecretManager resource containing the private key of the GitHub App, formatted as `projects/*‍/secrets/*‍/versions/*`. */
217
+ /** Optional. SecretManager resource containing the private key of the GitHub App, formatted as `projects/*‍/secrets/*‍/versions/*` or `projects/*‍/locations/*‍/secrets/*‍/versions/*` (if regional secrets are supported in that location). */
218
218
  privateKeySecretVersion?: string;
219
219
  /** Output only. GitHub Enterprise version installed at the host_uri. */
220
220
  serverVersion?: string;
@@ -222,7 +222,7 @@ declare namespace gapi.client {
222
222
  serviceDirectoryConfig?: ServiceDirectoryConfig;
223
223
  /** Optional. SSL certificate to use for requests to GitHub Enterprise. */
224
224
  sslCaCertificate?: string;
225
- /** Optional. SecretManager resource containing the webhook secret of the GitHub App, formatted as `projects/*‍/secrets/*‍/versions/*`. */
225
+ /** Optional. SecretManager resource containing the webhook secret of the GitHub App, formatted as `projects/*‍/secrets/*‍/versions/*` or `projects/*‍/locations/*‍/secrets/*‍/versions/*` (if regional secrets are supported in that location). */
226
226
  webhookSecretSecretVersion?: string;
227
227
  }
228
228
  interface GitLabConfig {
@@ -230,7 +230,7 @@ declare namespace gapi.client {
230
230
  authorizerCredential?: UserCredential;
231
231
  /** Required. A GitLab personal access token with the minimum `read_api` scope access and a minimum role of `reporter`. The GitLab Projects visible to this Personal Access Token will control which Projects Developer Connect has access to. */
232
232
  readAuthorizerCredential?: UserCredential;
233
- /** Required. Immutable. SecretManager resource containing the webhook secret of a GitLab project, formatted as `projects/*‍/secrets/*‍/versions/*`. This is used to validate webhooks. */
233
+ /** Required. Immutable. SecretManager resource containing the webhook secret of a GitLab project, formatted as `projects/*‍/secrets/*‍/versions/*` or `projects/*‍/locations/*‍/secrets/*‍/versions/*` (if regional secrets are supported in that location). This is used to validate webhooks. */
234
234
  webhookSecretSecretVersion?: string;
235
235
  }
236
236
  interface GitLabEnterpriseConfig {
@@ -246,7 +246,7 @@ declare namespace gapi.client {
246
246
  serviceDirectoryConfig?: ServiceDirectoryConfig;
247
247
  /** Optional. SSL Certificate Authority certificate to use for requests to GitLab Enterprise instance. */
248
248
  sslCaCertificate?: string;
249
- /** Required. Immutable. SecretManager resource containing the webhook secret of a GitLab project, formatted as `projects/*‍/secrets/*‍/versions/*`. This is used to validate webhooks. */
249
+ /** Required. Immutable. SecretManager resource containing the webhook secret of a GitLab project, formatted as `projects/*‍/secrets/*‍/versions/*` or `projects/*‍/locations/*‍/secrets/*‍/versions/*` (if regional secrets are supported in that location). This is used to validate webhooks. */
250
250
  webhookSecretSecretVersion?: string;
251
251
  }
252
252
  interface GitProxyConfig {
@@ -418,7 +418,7 @@ declare namespace gapi.client {
418
418
  name?: string;
419
419
  }
420
420
  interface OAuthCredential {
421
- /** Required. A SecretManager resource containing the OAuth token that authorizes the connection. Format: `projects/*‍/secrets/*‍/versions/*`. */
421
+ /** Required. A SecretManager resource containing the OAuth token that authorizes the connection. Format: `projects/*‍/secrets/*‍/versions/*` or `projects/*‍/locations/*‍/secrets/*‍/versions/*` (if regional secrets are supported in that location). */
422
422
  oauthTokenSecretVersion?: string;
423
423
  /** Output only. The username associated with this token. */
424
424
  username?: string;
@@ -516,7 +516,7 @@ declare namespace gapi.client {
516
516
  interface UserCredential {
517
517
  /** Output only. The username associated with this token. */
518
518
  username?: string;
519
- /** Required. A SecretManager resource containing the user token that authorizes the Developer Connect connection. Format: `projects/*‍/secrets/*‍/versions/*`. */
519
+ /** Required. A SecretManager resource containing the user token that authorizes the Developer Connect connection. Format: `projects/*‍/secrets/*‍/versions/*` or `projects/*‍/locations/*‍/secrets/*‍/versions/*` (if regional secrets are supported in that location). */
520
520
  userTokenSecretVersion?: string;
521
521
  }
522
522
  interface UsersResource {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.developerconnect-v1",
3
- "version": "0.1.20251113",
3
+ "version": "0.1.20251201",
4
4
  "description": "TypeScript typings for Developer Connect API v1",
5
5
  "repository": {
6
6
  "type": "git",