@maxim_mazurok/gapi.client.cloudsupport-v2 0.0.20240327 → 0.0.20240403

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: 20240327
12
+ // Revision: 20240403
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -100,15 +100,15 @@ declare namespace gapi.client {
100
100
  }
101
101
  interface CloseCaseRequest {}
102
102
  interface Comment {
103
- /** The full comment body. Maximum of 12800 characters. This can contain rich text syntax. */
103
+ /** The full comment body. Maximum of 12800 characters. */
104
104
  body?: string;
105
- /** Output only. The time when this comment was created. */
105
+ /** Output only. The time when the comment was created. */
106
106
  createTime?: string;
107
- /** Output only. The user or Google Support agent created this comment. */
107
+ /** Output only. The user or Google Support agent who created the comment. */
108
108
  creator?: Actor;
109
- /** Output only. The resource name for the comment. */
109
+ /** Output only. Identifier. The resource name of the comment. */
110
110
  name?: string;
111
- /** Output only. DEPRECATED. An automatically generated plain text version of body with all rich text syntax stripped. */
111
+ /** Output only. DEPRECATED. DO NOT USE. A duplicate of the `body` field. This field is only present for legacy reasons. */
112
112
  plainTextBody?: string;
113
113
  }
114
114
  interface CompositeMedia {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.cloudsupport-v2",
3
- "version": "0.0.20240327",
3
+ "version": "0.0.20240403",
4
4
  "description": "TypeScript typings for Google Cloud Support API v2",
5
5
  "repository": {
6
6
  "type": "git",