@maxim_mazurok/gapi.client.cloudsupport-v2 0.0.20250520 → 0.0.20250522

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 +6 -6
  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://cloudsupport.googleapis.com/$discovery/rest?version=v2
12
- // Revision: 20250520
12
+ // Revision: 20250522
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -27,7 +27,7 @@ declare namespace gapi.client {
27
27
  interface Actor {
28
28
  /** The name to display for the actor. If not provided, it is inferred from credentials supplied during case creation. When an email is provided, a display name must also be provided. This will be obfuscated if the user is a Google Support agent. */
29
29
  displayName?: string;
30
- /** The email address of the actor. If not provided, it is inferred from the credentials supplied during case creation. When a name is provided, an email must also be provided. If the user is a Google Support agent, this is obfuscated. This field is deprecated. Use **username** field instead. */
30
+ /** The email address of the actor. If not provided, it is inferred from the credentials supplied during case creation. When a name is provided, an email must also be provided. If the user is a Google Support agent, this is obfuscated. This field is deprecated. Use `username` instead. */
31
31
  email?: string;
32
32
  /** Output only. Whether the actor is a Google support actor. */
33
33
  googleSupport?: boolean;
@@ -43,7 +43,7 @@ declare namespace gapi.client {
43
43
  filename?: string;
44
44
  /** Output only. The MIME type of the attachment (e.g. text/plain). */
45
45
  mimeType?: string;
46
- /** Output only. The resource name of the attachment. */
46
+ /** Output only. Identifier. The resource name of the attachment. */
47
47
  name?: string;
48
48
  /** Output only. The size of the attachment in bytes. */
49
49
  sizeBytes?: string;
@@ -77,7 +77,7 @@ declare namespace gapi.client {
77
77
  escalated?: boolean;
78
78
  /** The language the user has requested to receive support in. This should be a BCP 47 language code (e.g., `"en"`, `"zh-CN"`, `"zh-TW"`, `"ja"`, `"ko"`). If no language or an unsupported language is specified, this field defaults to English (en). Language selection during case creation may affect your available support options. For a list of supported languages and their support working hours, see: https://cloud.google.com/support/docs/language-working-hours */
79
79
  languageCode?: string;
80
- /** The resource name for the case. */
80
+ /** Identifier. The resource name for the case. */
81
81
  name?: string;
82
82
  /** The priority of this case. */
83
83
  priority?: string;
@@ -717,7 +717,7 @@ declare namespace gapi.client {
717
717
  fields?: string;
718
718
  /** 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. */
719
719
  key?: string;
720
- /** The resource name for the case. */
720
+ /** Identifier. The resource name for the case. */
721
721
  name: string;
722
722
  /** OAuth 2.0 token for the current user. */
723
723
  oauth_token?: string;
@@ -748,7 +748,7 @@ declare namespace gapi.client {
748
748
  fields?: string;
749
749
  /** 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. */
750
750
  key?: string;
751
- /** The resource name for the case. */
751
+ /** Identifier. The resource name for the case. */
752
752
  name: string;
753
753
  /** OAuth 2.0 token for the current user. */
754
754
  oauth_token?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.cloudsupport-v2",
3
- "version": "0.0.20250520",
3
+ "version": "0.0.20250522",
4
4
  "description": "TypeScript typings for Google Cloud Support API v2",
5
5
  "repository": {
6
6
  "type": "git",