@maxim_mazurok/gapi.client.developerconnect-v1 0.1.20251020 → 0.1.20251106

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 +5 -5
  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: 20251020
12
+ // Revision: 20251106
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -314,7 +314,7 @@ declare namespace gapi.client {
314
314
  appHubApplication?: string;
315
315
  /** Optional. The artifact configurations of the artifacts that are deployed. */
316
316
  artifactConfigs?: ArtifactConfig[];
317
- /** Output only. [Output only] Create timestamp */
317
+ /** Output only. Create timestamp. */
318
318
  createTime?: string;
319
319
  /** Output only. Any errors that occurred while setting up the InsightsConfig. Each error will be in the format: `field_name: error_message`, e.g. GetAppHubApplication: Permission denied while getting App Hub application. Please grant permissions to the P4SA. */
320
320
  errors?: Status[];
@@ -328,7 +328,7 @@ declare namespace gapi.client {
328
328
  runtimeConfigs?: RuntimeConfig[];
329
329
  /** Optional. Output only. The state of the InsightsConfig. */
330
330
  state?: string;
331
- /** Output only. [Output only] Update timestamp */
331
+ /** Output only. Update timestamp. */
332
332
  updateTime?: string;
333
333
  }
334
334
  interface Installation {
@@ -1918,7 +1918,7 @@ declare namespace gapi.client {
1918
1918
  },
1919
1919
  body: InsightsConfig,
1920
1920
  ): Request<Operation>;
1921
- /** Delete a single Insight. */
1921
+ /** Deletes a single Insight. */
1922
1922
  delete(request?: {
1923
1923
  /** V1 error format. */
1924
1924
  '$.xgafv'?: string;
@@ -2271,7 +2271,7 @@ declare namespace gapi.client {
2271
2271
  alt?: string;
2272
2272
  /** JSONP */
2273
2273
  callback?: string;
2274
- /** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage. */
2274
+ /** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. */
2275
2275
  extraLocationTypes?: string | string[];
2276
2276
  /** Selector specifying which fields to include in a partial response. */
2277
2277
  fields?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.developerconnect-v1",
3
- "version": "0.1.20251020",
3
+ "version": "0.1.20251106",
4
4
  "description": "TypeScript typings for Developer Connect API v1",
5
5
  "repository": {
6
6
  "type": "git",